section#section_1 {
    padding-top: 120px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 0;
    background-color: #fff;
    height: 350px
}

section#section_1 div.wrapper_900 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center
}

section#section_1 div.wrapper_900 span.name {
    font-weight: 300;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 16px;
    color: #ad8937;
    margin: 25px 0
}

section#section_1 div.wrapper_900 span.title {
    font-weight: 700;
    color: #141414;
    font-size: 35px;
    line-height: 40px;
    text-transform: uppercase
}

section#section_1 div.wrapper_900 span.subtitle {
    font-weight: 300;
    font-size: 20px;
    line-height: 25px;
    color: #141414
}

@media screen and (max-width: 800px) {
    section#section_1 {
        height:455px
    }
}

@media screen and (max-width: 670px) {
    section#section_1 {
        padding-top:180px
    }
}

@media screen and (max-width: 400px) {
    section#section_1 {
        height:734px
    }
}

section#section_2 {
    background: url(./assets/img/mission_blue/section_2_min.jpg);
    background-repeat: repeat;
    background-size: auto;
    min-height: 678px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
    margin-top: 500px;
    position: relative;
    display: block;
    background-position: center
}

@media screen and (max-width: 800px) {
    section#section_2 {
        margin-top:575px
    }
}

@media screen and (max-width: 700px) {
    section#section_2 {
        margin-top:640px
    }
}

@media screen and (max-width: 600px) {
    section#section_2 {
        margin-top:734px
    }
}

section#section_3 div.wrapper_900 {
    margin: 50px auto
}

section#section_3 div.wrapper_900 figure.top_img {
    text-align: center;
    margin-bottom: 50px
}

section#section_3 div.wrapper_900 p {
    color: #333;
    font-size: 20px;
    line-height: 35px
}

section#section_3 div.wrapper_900 p.top_p {
    display: block;
    margin-bottom: 50px
}

section#section_3 div.wrapper_900 p.last_p {
    margin-top: 30px
}

section#section_3 div.wrapper_900 div.right_text {
    float: right;
    background-color: #ad8937;
    display: block;
    max-width: 400px;
    padding: 50px;
    color: #fff;
    font-size: 25px;
    line-height: 35px;
    text-align: center;
    margin-left: 50px;
    margin-bottom: 15px
}

section#section_3 div.wrapper_900 div.right_text span.author {
    display: block;
    font-weight: 700;
    font-size: 18px
}

section#section_3 div.wrapper_900 p.top_p.has-entered a {
    color: #ad8937;
    font-weight: 700
}

@media screen and (max-width: 900px) {
    section#section_3 div.wrapper_900 div.right_text {
        margin-left:25px;
        margin-bottom: 25px
    }
}

@media screen and (max-width: 800px) {
    section#section_3 div.wrapper_900 div.right_text {
        max-width:none;
        margin: 0 auto 50px;
        display: block;
        padding: 25px 10px
    }

    section#section_3 div.wrapper_900 p.top_p {
        margin-bottom: 50px
    }
}

@media screen and (max-width: 500px) {
    section#section_3 {
        text-align:center
    }
}

section#section_2 span.copyright {
    width: 100%;
    text-align: right;
    color: #ababab;
    font-size: 13px;
    line-height: 1;
    font-weight: 300;
    display: block;
    position: absolute;
    bottom: -2rem;
    padding: 10px 1em;
    max-width: 1250px;
    margin: 0 auto;
    left: 50%;
    transform: translateX(-50%);
}


section#section_5 {
    background: url(./assets/img/mission_blue/section_5.jpg);
    min-height: 678px;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover
}

@supports (-webkit-touch-callout: none) {
    section#section_5 {
        background-attachment: scroll
    }
}

section#section_5 div.wrapper span {
    font-size: 30px;
    line-height: 45px;
    color: #fff
}

section#section_5 div.wrapper span.author {
    display: block;
    font-weight: 700;
    font-size: 18px;
    line-height: 35px;
    margin-top: 25px
}

@media screen and (max-width: 500px) {
    section#section_5 {
        padding:100px 0
    }

    section#section_5 div.wrapper span {
        font-size: 25px;
        line-height: 37px
    }

    section#section_5 div.wrapper span {
        font-size: 20px;
        line-height: 38px
    }
}

section#section_7 {
    margin-top: 3px
}

section#section_7 figure.figure_splide {
    height: 100%;
    padding-right: 3px;
    max-width: 1000px
}

section#section_7 figure.figure_splide img {
    -o-object-fit: fill;
    object-fit: fill;
    -o-object-position: center;
    object-position: center;
    height: 100%;
    width: 100%
}

ul.splide__pagination {
    display: none
}

@media screen and (max-width: 2000px) {
    section#section_7 figure.figure_splide {
        max-width:800px
    }
}

@media screen and (max-width: 1400px) {
    section#section_7 figure.figure_splide {
        max-width:600px
    }
}

@media screen and (max-width: 1000px) {
    section#section_7 figure.figure_splide {
        max-width:500px
    }
}

@supports (-webkit-touch-callout: none) {
    section#section_7 figure.figure_splide {
        max-width: 400px !important
    }

    section#section_7 figure.figure_splide img {
        -o-object-fit: cover !important;
        object-fit: cover !important
    }
}

section#section_7 .slider-image-credits {
    padding: 1rem 0;
    color: #ababab;
    text-align: center;
    font-family: 'Outfit';
    color: #ababab;
    font-size: 13px;
    line-height: 1;
    font-weight: 300;
}

section#section_8 {
    margin: 100px 0
}

section#section_8 div.wrapper_900 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 50px;
    
}

section#section_8 div.wrapper_900 p {
    font-size: 20px;
    color: #333333;
    line-height: 1.5;
}

section#section_8 div.wrapper_900 a {
    color: #182bb8;
}

section#section_8 div.wrapper_900 span.title {
    font-weight: 300;
    font-size: 30px;
    line-height: 30px;
    color: #141414
}

section#section_8 div.wrapper_900 span.text {
    font-weight: 300;
    font-size: 30px;
    line-height: 45px;
    color: #ad8937;
    text-align: center;
}

section#section_8 div.wrapper_900 span.text span.darker_text {
    font-size: 20px;
    line-height: 35px;
    color: #333
}

@media screen and (max-width: 500px) {
    section#section_8 div.wrapper_900 span.title {
        font-size:19px
    }

    section#section_8 div.wrapper_900 span.text {
        font-size: 24px
    }

    section#section_8 {
        margin: 50px 0
    }
}



#section_3 .right {
    margin-top: 1rem;
}

@media(min-width: 768px) {
    .display-flex {
        display: flex;
    }

    #section_3 .right {
        margin-top: 0;
        margin-left: 20px; min-width: 370px;
    }
}

#section_3_2 {
    margin-bottom: 50px
}

section#section_3_2 div.img_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 25px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}


section#section_3_2 div.img_wrapper img {
    display: block;
}

section#section_3_2 div.img_wrapper .copyright {
    text-align: right;
    color: #ababab;
    font-size: 13px;
    line-height: 1;
    font-weight: 300;
    display: block;
    padding-top: 1rem;
}

@media(max-width: 768px) {
    section#section_3_2 div.img_wrapper .copyright {
        padding-right: 10px;
    }

}

section#section_4 div.wrapper, section#section_6 div.wrapper {
    background-color: #006033;
    color: #fff;
    font-size: 20px;
    line-height: 35px
}

section#section_4 div.wrapper div.wrapper_900 figure, section#section_4 div.wrapper div.wrapp6r_900 figure {
    float: right;
    margin-left: 50px;
    margin-top: 50px
}

section#section_4 div.wrapper div.wrapper_900, section#section_4 div.wrapper div.wrapper_900 {
    padding: 50px 0
}

@media screen and (max-width: 700px) {
    section#section_4 div.wrapper div.wrapper_900 figure, section#section_4 div.wrapper div.wrapp6r_900 figure {
        width:100%;
        text-align: center
    }
}

@media screen and (max-width: 500px) {
    section#section_4 div.wrapper, section#section_6 div.wrapper {
        padding:0;
        text-align: center
    }

    section#section_4 div.wrapper div.wrapper_900, section#section_4 div.wrapper div.wrapper_900 {
        padding-bottom: 50px;
        padding-left: 1rem;
        padding-right: 1rem;
    }

    section#section_4 div.wrapper div.wrapper_900 figure, section#section_4 div.wrapper div.wrapp6r_900 figure {
        margin-bottom: 50px
    }
}

#section_6 .wrapper_900 {
    padding-top: 6rem;
    padding-bottom: 6rem;
    padding-left: 4rem;
    padding-right: 4rem;
}

@media screen and (max-width: 500px) {
    #section_6 .wrapper_900 {
        text-align: left;
    }
}

@media screen and (min-width: 500px) {
    #section_6 .right {
        min-width: 442px
    }
}

#section_6 ul {
    margin-bottom: 3rem;
}