* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
html {
    font-size: 84.5%;
    font-family: "Montserrat", sans-serif;
}
a {
    text-decoration: none;
}
ul {
    list-style: none;
}
@media only screen and (max-width: 1430px) {
    .navigation > div:nth-of-type(1) > img {
        width: 200px;
    }
    html {
        font-size: 62.5%;
    }
}

@media only screen and (max-width: 24000px) {
    .navigation > div:nth-of-type(1) > img {
        width: 200px;
    }
}
@media only screen and (max-width: 415px) {
    .bth__prim {
        font-size: 14px;
        padding: 7px 47px;
    }
}
.letter-sp {
    letter-spacing: 10px;
}
.base-p {
    padding-left: 60px;
    padding-right: 60px;
}
@media only screen and (max-width: 415px) {
    .base-p {
        padding-left: 27px;
        padding-right: 27px;
        overflow: hidden;
    }
}
@media only screen and (max-width: 415px) {
    .letter-sp {
        letter-spacing: 7px;
    }
}
.p {
    font-size: 1.6rem;
    line-height: 3rem;
    font-weight: 420;
    color: #3c3c3c;
}
.h3 {
    font-size: 2.3rem;
    line-height: 2.9rem;
    color: #3c3c3c;
}
.h2 {
    font-size: 4rem;
    line-height: 6.5rem;
    color: #3c3c3c;
    font-weight: 500;
}
.header-heading {
    font-size: 5rem;
    line-height: 8.3rem;
    font-weight: 500;
}
.header-heading > span {
    font-weight: bolder;
}
@media only screen and (max-width: 1430px) {
    .header-heading {
        font-size: 32px;
        line-height: 53px;
    }
}
.btn__prim {
    display: block;
    margin: 0 auto;
    font-size: 20px;
    font-weight: 600;
    background-image: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(#34c247),
        to(#0b3a0b)
    );
    background-image: linear-gradient(#34c247, #0b3a0b);
    color: white;
    border-radius: 35px;
    line-height: 29px;
    padding: 12px 71px;
    -webkit-box-shadow: 2px 3px 4px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 2px 3px 4px 2px rgba(0, 0, 0, 0.2);
}
@media only screen and (max-width: 415px) {
    .btn__prim {
        font-size: 14px;
        padding: 7px 42px;
    }
}
.navigation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 110px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    background-image: -webkit-gradient(
        linear,
        left bottom,
        left top,
        from(white),
        to(white)
    );
    background-image: linear-gradient(0deg, white 100%, white 100%);
    z-index: 2;
}
.navigation > img {
    margin-top: 7px;
}
.navigation > div > p {
    font-weight: 600;
    border: 1px solid black;
    border-radius: 35px;
    padding: 7px 54px 6px 54px;
    pointer-events: none;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.navigation > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.navigation > div > a:nth-of-type(2) {
    color: #19a73a;
    margin-right: -37px;
    font-weight: 600;
    border-radius: 35px;
    border: 1px solid transparent;
    padding: 7px 25px 7px 35px;
    -webkit-transition: border-color 0.3s ease-in-out;
    transition: border-color 0.3s ease-in-out;
    color: #259031;
}
.navigation > div > a:nth-of-type(2):hover {
    border-color: #259031;
}
.navigation > div > a:nth-of-type(1) {
    margin-right: 0.5rem;
    font-weight: 600;
    border-radius: 35px;
    border: 1px solid transparent;
    padding: 7px 25px 7px 35px;
    -webkit-transition: border-color 0.3s ease-in-out;
    transition: border-color 0.3s ease-in-out;
}
.navigation > div > a:nth-of-type(1):hover {
    border-color: gray;
}
@media only screen and (max-width: 800px) {
    .navigation {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding-top: 2rem;
    }
    .navigation > div {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding-top: 1rem;
    }
    .navigation > div:nth-of-type(1) > p {
        position: initial;
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
        padding-right: 40px;
        padding-left: 40px;
    }
    .navigation > div:nth-of-type(2) > a:nth-of-type(1) {
        margin-left: -37px;
    }
    .navigation > div:nth-of-type(2) > a:nth-of-type(2):hover {
        border-color: transparent;
    }

    .navigation > div:nth-of-type(1) > img {
        width: 200px;
    }
}
.header {
    padding-top: 110px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    background-image: url(../img/headerBG.jpg);
    background-size: cover;
    background-position: center;
    min-height: 100vh;
}
.header__top {
    margin-top: 2rem;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    text-align: center;
    background: #ffffffbf;
    border-radius: 20px;
    padding: 10px;
}
.header__top > h1 {
    margin-bottom: 5rem;
}
.header__middle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.header__middle > p {
    font-size: 2rem;
    font-weight: bold;
    color: black;
    padding: 25px 27px;
    background-color: white;
    letter-spacing: 2px;
}
.header__middle > a {
    margin-top: 4rem;
}
.header__bottom > a {
    font-size: 1.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 27.5rem;
    font-weight: bold;
    color: black;
    padding: 10px 27px;
    background-color: rgba(255, 255, 255, 0.6);
}
@media only screen and (max-width: 415px) {
    .navigation {
        padding-top: 1rem;
        width: 100vw;
        overflow: hidden;
        min-height: 97px;
    }
    .navigation > div:nth-of-type(1) > img {
        width: 100%;
    }
    .navigation > div:nth-of-type(1) > p {
        font-size: 10px;
        padding: 3px 20px 3px 20px;
        margin-right: 0px;
    }
    .navigation > div:nth-of-type(2) > a {
        font-size: 12px;
        font-weight: 600;
        margin-right: 0;
        border: none;
        padding: 0;
    }
    .navigation > div:nth-of-type(2) > a:nth-of-type(1) {
        margin: 0;
    }
    .navigation > div {
        width: 100%;
    }
    .header__middle > p {
        font-size: 16px;
        letter-spacing: 1px;
        width: 100%;
        text-align: center;
    }
    .header__middle > a {
        margin-left: auto;
        margin-right: auto;
    }
    .header__bottom {
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
        margin: 3rem 0;
    }
}
.first-section {
    min-height: calc(100vh - 125px);
    margin-top: 125px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.first-section__content {
    width: calc(((100vw - 120px) / 12) * 10);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}
.partner-p {
    font-size: 30px;
    margin-bottom: 20px;
}
.first-section__content > .col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}
.first-section__content > .col > div {
    height: 40vh;
}
.first-section__content > .col-top {
    margin-bottom: 5.8rem;
}
.first-section__content > .col-top > div {
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-left: 82px;
}
.first-section__content > .col-top > div > div {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
.first-section__content > .col-top > div > h2 {
    margin-left: -32px;
}
.first-section__content > .col-top > div:nth-of-type(2) {
    background-image: url("../img/firstSectionIMG.jpg");
    background-position: center;
    background-size: cover;
}
.first-section__content > .col-bottom > div {
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-left: 82px;
}
@media only screen and (max-width: 800px) {
    .first-section {
        margin: 3rem 0;
    }
    .first-section__content {
        width: 100%;
    }
    .first-section__content .col-top {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .first-section__content .col-top > div {
        width: 100%;
        margin-left: 0;
        height: 100%;
    }
    .first-section__content .col-top > div:nth-of-type(2) {
        display: none;
    }
    .first-section__content .col-top > div > div {
        background-image: url(../img/firstSectionIMG.jpg);
        -ms-flex-preferred-size: 20vh;
        flex-basis: 20vh;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        display: block !important;
        background-size: cover;
        background-position-y: 71%;
    }
    .first-section__content .col-top > div > h2 {
        margin: 3rem 0;
    }
    .first-section__content .col-top > div > h3 {
        margin-top: 5rem;
    }
    .first-section__content .col-top > div > div {
        display: none;
    }
    .first-section__content .col-bottom {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .first-section__content .col-bottom > div {
        margin-left: 0;
        width: 100%;
        height: 100%;
        margin: 3rem 0;
    }
}
.sec-section {
    min-height: 100vh;
    background-image: -webkit-gradient(
            linear,
            left top,
            left bottom,
            from(rgba(29, 153, 29, 0.8)),
            to(rgba(13, 44, 13, 0.9))
        ),
        url("../img/secSectionIMG.jpg");
    background-image: linear-gradient(
            rgba(29, 153, 29, 0.8),
            rgba(13, 44, 13, 0.9)
        ),
        url("../img/secSectionIMG.jpg");
    background-size: cover;
    background-position: center;
    margin-left: -60px;
    margin-right: -60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.sec-section__content {
    width: calc(((100vw - 120px) / 12) * 10);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}
.sec-section__content > h2 {
    width: 100%;
    font-size: 3rem;
    color: #383838;
    text-align: center;
    border-radius: 35px;
    background-color: white;
    padding: 10px 0;
    margin-bottom: 8.3rem;
}
.sec-section__content > figure {
    color: white;
    border: 1px solid #fff;
    -ms-flex-preferred-size: 33.3333%;
    flex-basis: 33.3333%;
    height: 44vh;
    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-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 5%;
    text-align: center;
}
.sec-section__content > figure:nth-of-type(2) > img {
    padding-right: 1px;
}
.sec-section__content > figure > figcaption > h4 {
    font-size: 1.8rem;
    margin-bottom: 4rem;
}
.sec-section__content > figure > figcaption > p {
    font-size: 4rem;
}
@media only screen and (max-width: 800px) {
    .sec-section {
        padding: 60px;
    }
    .sec-section__content {
        width: 100%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .sec-section__content > figure {
        -ms-flex-preferred-size: 40vh;
        flex-basis: 40vh;
    }
    .sec-section__content > figure > figcaption:nth-of-type(2) {
        font-size: 3rem;
    }
}
.third-section {
    width: calc((100% / 12) * 10);
    margin: 0 auto;
    padding-top: 21.5rem;
    background-image: url("../img/thirdSectionBG.jpg");
    background-size: 30%;
    background-repeat: no-repeat;
    background-position-x: 43%;
    background-position-y: 19rem;
}
.third-section > h2 {
    margin-left: 36px;
}
.third-section__content--1 {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 7rem;
}
.third-section__content--1 > div {
    width: 45%;
    position: relative;
    width: 45%;
    position: relative;
    background-image: url(../img/thirdSectionIMG.jpg);
    background-position: 0% 100%;
    background-repeat: no-repeat;
    background-size: 85%;
}
.third-section__content--1 > ul {
    width: 45%;
}
.third-section__content--1 > ul > li p.p {
    font-size: 1.5rem;
}
.third-section__content--1 > ul > li:not(:last-child) {
    margin-bottom: 3rem;
}
.third-section__content--2 {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
    margin-top: 31.8rem;
}
.director-image {
    width: 35%;
}
.third-section__content--2 #img {
    /* width: 50%;
    background-image: url("../img/foughtSectionIMG.jpg");
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat; */
}
.third-section__content--2 > a {
    -ms-flex-item-align: start;
    align-self: flex-start;
}
.third-section__content--2 > div {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
}
.third-section__content--2 > div:nth-of-type(1) > ul {
    -ms-flex-item-align: end;
    align-self: flex-end;
}
.third-section__content--2 > div:nth-of-type(1) > ul > li:not(:last-child) {
    margin-bottom: 3rem;
}
.third-section__content--2 > div:nth-of-type(1) > ul > li > p.p {
    font-size: 2.5rem;
    line-height: 4rem;
}
.third-section__content--2 > div:nth-of-type(1) > ul > li > p.p::before {
    content: url("../img/icons/dot.svg");
    display: inline-block;
    width: 1em;
}
.third-section__content--2 > div:nth-of-type(2) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 5.2rem;
}
.third-section__content--2 > div:nth-of-type(2) > div > p.p {
    font-size: 2rem;
    margin-bottom: 5.2rem;
}
.third-section__content--2 > div:nth-of-type(2) > img {
    margin-bottom: 7.2rem;
    -ms-flex-item-align: end;
    align-self: flex-end;
}

@media only screen and (max-width: 800px) {
    .third-section {
        background-image: none;
        margin-left: 0;
        margin-right: 0;
        width: 100%;
    }
    .third-section > h2 {
        margin: 0;
    }
    .third-section__content--1 {
        margin-top: 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .third-section__content--1 > div {
        width: 100%;
        height: 200px;
        background-position: 100% center;
        background-repeat: no-repeat;
        background-size: 85%;
        margin: 2rem 0;
    }
    .third-section__content--1 > ul {
        width: 100%;
    }
    .third-section__content--1 > ul > li > p {
        font-size: 1.8rem !important;
    }
    .third-section__content--2 {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .third-section__content--2 > div {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 100%;
        overflow: hidden;
    }
    .third-section__content--2 > div:nth-of-type(1) > ul {
        -ms-flex-item-align: start;
        align-self: flex-start;
    }
    .third-section__content--2 > div:nth-of-type(1) > ul > li > p.p {
        font-size: 2.1rem;
    }
    .third-section__content--2 > div > img {
        width: 100%;
    }
}
@media only screen and (max-width: 415px) {
    .third-section .col--top:nth-of-type(2) {
        display: none;
    }
    .third-section__content--1 > ul > li > span {
        display: block;
        margin: 2rem 0;
    }
    .third-section > h2 {
        font-size: 3rem;
    }
    .third-section__content--2 > a {
        margin: auto;
    }
}
.footer {
    height: 20vh;
    background-image: url("../img/footerBG.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin-top: 5rem;
    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;
}
.footer address {
    color: white;
    font-style: normal;
    width: 83%;
}
.footer address a {
    text-decoration: underline;
    color: white;
}

.medal-image {
    width: 20%;
}
/*# sourceMappingURL=main.min.css.map */
.shifted-anchor {
    margin-top: -165px;
    padding-top: 165px;
}
