/* Fire away chims*/

/* 404 page*/

.section-404 {
    padding: 166px 0 196px 0px;
    position: relative;
}


.section-404 picture {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.section-404 picture img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.section-404 h1 {
    color: #fff;
    font-size: 80px;
    line-height: 100%; 
    letter-spacing: -4.8px;
    position: relative;
    font-weight: 300;
    margin-bottom: 15px;
}

.section-404 h1 span {
    font-weight: 700;
}

.section-404 p {
    color: #fff;
    font-size: 20px;
    line-height: 130%; 
    letter-spacing: -0.2px;
    position: relative;
    max-width: 554px;
}

.buttons-404{
    margin-top: 40px;
    position: relative;
}

.buttons-404 .button{
    border-radius: 4px;
}

.buttons-404 .button.primary{
    background-color: transparent;
    border-color: white;
    color: white;
}

.buttons-404 .button.primary:hover{
    background-color: #91B85B;
    color: black;
    border-color:var(--fields);
}

.buttons-404 .button.secondary{
    border:none;
	background:white;
}

.buttons-404 .button.secondary:hover{background:var(--fields);}

.mobile-image-container{
    display: none;
}


@media (max-width: 768px) {

    

  
    
    .section-404 {
        padding: 80px 0 80px 0px;
    }

    .section-404 h1 {
        font-size: 36px;
        letter-spacing: -2.16px;
        position: relative;
        margin-bottom: 16px;
    }
    
    .section-404 h1 span {
        font-weight: 700;
    }

    .section-404 p {
        font-size: 17px;
        letter-spacing: -0.17px;
        max-width: 327px;
    }

    .buttons-404{
        margin-top: 32px;
    }

    .buttons-404 .button{
        font-size: 13px;
        height: 48px;
        padding:0px 16px;
    }
}

.general-title-section{
    margin-top: 64px;
    background-color:#F3F3F3;
    padding:40px 0px;
}

.general-title-section .back-button{
    display: flex;
    align-items: center;
    gap:8px;
    margin-bottom: 16px;
    text-decoration: none;
    color: inherit;
}

.general-title-section .back-button .back-image{
    height:32px;
    width:32px;
}

.general-title-section .back-button .back-text{
    font-size: 13px;
    font-weight: 700;
    line-height: 120%;
}

.general-title-section h1{
    font-size: 36px;
    font-weight: 300;
    line-height: 100%;
    letter-spacing: -2.16px;
}

.general-title-section .br{
    display: none;
}

.general-content{
    padding: 40px 0px;
}

.general-content  p{
    line-height: 120%;
	margin-bottom:16px;
}

.general-content  h2 {
    margin-bottom: 24px;
    font-weight: 700;
    line-height: 100%;
    font-size: 20px;
    letter-spacing: -0.4px;
}

.general-content  h2 {
   margin-top: 40px;
}

.general-content  ul {
    margin-left: -26px;
    line-height: 120%;
}

.general-content  ul ul {
    list-style-type: disc;
	margin-top:20px;
}

.general-content ul li::marker {
    font-size: 0.7em; 
}

.general-content ol {
    margin-left: -22px;
    counter-reset: section;
}

.general-content ol > li {
    counter-increment: section;
}

.general-content ol ul {
    counter-reset: subsection;
    list-style: none;
}

.general-content ol ul > li {
    counter-increment: subsection;
    position: relative;
}

.general-content ol ul > li:before {
    content: counter(section) "." counter(subsection) ". ";
}

.general-content a.download-link{
    display: flex;
	text-decoration:none;
	justify-content: space-between;
}
.general-content a.download-link div{
	text-decoration:underline;line-height:1.4em;
}
.general-content a.download-link:nth-last-of-type(n + 2){ margin-bottom:16px;} 
.general-content a{
    color: #00693E;
    font-weight: 700;
    line-height: 120%; 
    text-underline-offset: 3px; 
}

.general-content .the-content {
  max-width: 845px;
}

.general-content  ul li:nth-last-of-type(n + 2), .general-content  ol li:nth-last-of-type(n + 2) {
	padding-bottom:14px;
}

@media (min-width: 960px) {

	.general-content{
    padding: 40px 0px 80px 0px;
}
	.general-content a.download-link {justify-content:flex-start;}	
	.general-content a.download-link div{line-height:1em;}
    .general-title-section .back-button{
        display: none;
    }

    .general-title-section .br{
        display:block;
    }

    .general-title-section{
        margin-top: 88px;
        padding:64px 0px;
    }

    .general-title-section h1 {
        font-size: 64px;
    }



    .general-content h2{
        font-size: 24px;
        margin-top: 64px;
    }

    .general-content {
        font-size: 17px;
    }

    .general-content  ul li {
        padding-bottom:14px;
    }
    
    .general-content a{
        color: #00693E;
    }
}

.doc-holder {margin-top:32px;}


