@charset "UTF-8";
* {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

html {
    height: 100%;
}

body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-family: "Josefin Sans", sans-serif;
    color: #272828;
    min-height: 100%;
}

img {
    max-width: 100%;
}

a {
    text-decoration: none;
}

figure {
    margin: 0;
}

.m-btn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    border: 0;
    background-color: transparent;
    padding: 0;
}

.m-btn--primary {
    font-size: 18px;
    line-height: 1.5;
    color: #fff;
    background-color: #00493D;
    padding: 12px 40px;
}

.m-btn--primary:visited {
    color: #fff;
}

.m-btn--primary:hover {
    color: #fff;
}

.m-btn--primary:active {
    color: #fff;
}

.m-btn--close {
    position: absolute;
    top: 40px;
    right: 40px;
    width: 24px;
    height: 24px;
    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;
}

.m-nav {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    padding: 24px 0;
    z-index: 1;
}

.m-logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.m-header {
    position: relative;
    background-position: right bottom;
    background-repeat: no-repeat;
    background-color: #00493D;
    padding: 173px 0;
}

@media screen and (max-width: 991px) {
    .m-header {
        background-size: 70%;
        padding: 73px 0 173px;
    }
}

.m-section {
    position: relative;
    padding: 70px 0;
}

@media screen and (max-width: 991px) {
    .m-section {
        padding: 35px 0;
    }
}

.m-section__title {
    font-family: "resotyc";
    font-size: 28px;
    line-height: 1;
    font-weight: 500;
    letter-spacing: 3px;
    text-transform: uppercase;
    margin-bottom: 80px;
}

.m-section__text {
    position: relative;
    padding: 40px;
}

.m-section__text h2 {
    font-family: "resotyc";
    font-size: 36px;
    line-height: 1;
    font-weight: 500;
    letter-spacing: 3px;
    text-transform: uppercase;
    margin-bottom: 40px;
}

.m-section__text h2 span {
    color: #5FA448;
}

.m-section__text h3 {
    font-family: "resotyc";
    font-size: 28px;
    line-height: 1;
    font-weight: 500;
    letter-spacing: 3px;
    text-transform: uppercase;
    margin-bottom: 24px;
}

.m-section__text h4 {
    font-family: "Righteous", sans-serif;
    font-size: 28px;
    line-height: 1;
    font-weight: 400;
    margin-bottom: 24px;
}

.m-section__text h4 span {
    color: #5FA448;
}

.m-section__text p {
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 12px;
}

.m-section__text p a {
    font-weight: 700;
    color: #272828;
}

.m-section__text p a:visited {
    color: #272828;
}

.m-section__text p a:hover {
    color: #272828;
}

.m-section__text p a:active {
    color: #272828;
}

.m-section__text p.primary {
    color: #00493D;
}

.m-section__text ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
    margin-bottom: 40px;
}

.m-section__text ul li {
    position: relative;
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 8px;
    padding-left: 18px;
}

.m-section__text ul li:before {
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 50%;
    display: block;
    position: absolute;
    top: 8px;
    left: 0;
    background-color: #5FA448;
}

.m-section__text img.absolute {
    position: absolute;
    top: -89px;
    left: 177px;
    z-index: -1;
}

.m-section__text blockquote {
    font-size: 18px;
    line-height: 1.5;
    font-weight: 700;
    color: #00493D;
    background-color: rgba(95, 164, 72, 0.25);
    border-radius: 16px 16px 0 16px;
    margin-bottom: 40px;
    padding: 24px;
}

.m-section__text blockquote:last-of-type {
    margin: 0;
}

.m-section__text.alternative {
    position: relative;
    border-radius: 40px 40px 40px 0;
    background-color: #E3AC4D;
    padding: 80px 120px;
}

.m-section__text.alternative p {
    position: relative;
    z-index: 1;
}

.m-section__text.alternative img {
    position: absolute;
    bottom: -80px;
    left: 0;
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
}

.m-section__quote.primary {
    position: relative;
    padding: 40px;
    z-index: 1;
}

.m-section__quote.primary p {
    font-family: "resotyc";
    font-size: 28px;
    line-height: 1;
    font-weight: 500;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #5FA448;
    margin-bottom: 24px;
}

.m-section__quote.primary small {
    display: block;
    font-size: 18px;
    line-height: 1.5;
    font-weight: 700;
    color: #fafafa;
}

.m-section__quote.white {
    position: absolute;
    left: 0;
    right: 0;
    border-radius: 40px 40px 0 40px;
    background-color: #fff;
    -webkit-box-shadow: 0 4px 80px 0 rgba(0, 0, 0, 0.24);
    box-shadow: 0 4px 80px 0 rgba(0, 0, 0, 0.24);
    padding: 80px 56px;
}

.m-section__quote.white p {
    font-size: 18px;
    line-height: 1.5;
    font-weight: 400;
    margin-bottom: 24px;
}

.m-section__quote.white small {
    display: block;
    font-size: 18px;
    line-height: 1.5;
}

.m-section.bg-grey {
    background-color: #EEEEEE;
}

.m-section.bg-primary {
    background-size: 292px;
    background-position: left bottom;
    background-repeat: no-repeat;
    background-color: #00493D !important;
    margin: 80px 0;
    padding: 80px 0;
}

.m-section.card {
    padding: 190px 0 160px;
}

@media screen and (max-width: 991px) {
    .m-section__text {
        padding: 0;
    }

    .m-section__quote.primary {
        padding: 0;
    }

    .m-section__quote.white {
        top: 40px;
    }

    .m-section.card {
        padding: 190px 0 80px;
    }
}

@media screen and (max-width: 767px) {
    .m-section__text.alternative {
        padding: 40px 60px;
    }

    .m-section__text.alternative img {
        display: none;
    }

    .m-section.card {
        padding: 80px 0;
    }
}

.m-badge {
    width: 416px;
    height: 416px;
    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;
    border-radius: 40px 40px 0 40px;
    background-color: #00493D;
    margin: 0 auto;
    padding: 0 36px;
}

@media screen and (max-width: 991px) {
    .m-badge {
        width: 312px;
        height: 312px;
        font-size: 36px;
    }
}

@media screen and (max-width: 767px) {
    .m-badge {
        display: none;
    }
}

.m-card--wide {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 24px;
    border-radius: 40px 40px 40px 0;
    background-color: #5FA448;
    padding: 80px 24px 80px 64px;
}

.m-card--wide .m-card__body {
    width: 50%;
}

.m-card--wide .m-card__title {
    font-family: "resotyc";
    font-size: 28px;
    line-height: 1;
    font-weight: 500;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 40px;
}

.m-card--wide .m-card__title span {
    color: #00493D;
}

.m-card--wide .m-card__image {
    position: relative;
    width: 50%;
    margin: 0;
}

.m-card--wide .m-card__image img {
    width: 350px;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-box-shadow: 0 4px 80px 0 rgba(0, 0, 0, 0.24);
    box-shadow: 0 4px 80px 0 rgba(0, 0, 0, 0.24);
}

.m-card--news {
    padding: 0 15px 80px;
}

.m-card--news .m-card__image {
    aspect-ratio: 16/9;
    margin-bottom: 16px;
}

.m-card--news .m-card__image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.m-card--news .m-card__title {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    letter-spacing: 0.2px;
    margin: 0;
}

.m-card--news .m-card__title a {
    color: #FD6C26;
}

.m-card--news .m-card__title a:visited {
    color: #FD6C26;
}

.m-card--news .m-card__title a:hover {
    color: #FD6C26;
}

.m-card--news .m-card__title a:active {
    color: #FD6C26;
}

@media screen and (max-width: 767px) {
    .m-card--wide {
        padding: 80px 24px;
    }
}

.m-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 4px;
}

@media screen and (max-width: 991px) {
    .m-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media screen and (max-width: 767px) {
    .m-grid {
        grid-template-columns: repeat(1, 1fr);
    }
}

.m-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 16px;
}

.m-form__field {
    margin-bottom: 16px;
}

.m-form__label {
    display: block;
    font-size: 18px;
    line-height: 1.5;
    font-weight: 400;
    margin-bottom: 8px;
}

.m-form__label sup {
    color: #5FA448;
}

.m-form__input {
    width: 100%;
    font-size: 18px;
    line-height: 1.5;
    font-weight: 400;
    border-radius: 4px;
    border: 1px solid #CED4DA;
    background-color: #fff;
    padding: 7px 13px;
}

.m-form__select:focus,
.m-form__input:focus {
    outline: 0;
}

.m-form__select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    font-size: 18px;
    line-height: 1.5;
    font-weight: 400;
    border-radius: 4px;
    border: 1px solid #CED4DA;
    background-color: #fff;
    padding: 7px 13px;
}

.m-form__checkbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 8px;
}

.m-form__checkbox input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    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;
    width: 16px;
    height: 16px;
    border: 1px solid #CED4DA;
    border-radius: 4px;
    background-color: #fff;
    cursor: pointer;
    margin-top: 3px;
}

.m-form__checkbox input:checked {
    background-color: #5FA448;
    border: 1px solid #5FA448;
}

.m-form__checkbox input:checked:before {
    font-family: "Font Awesome 6 Pro";
    content: "";
    font-size: 11px;
    color: #fff;
}

.m-form__checkbox label {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 18px;
    line-height: 1.5;
    font-weight: 400;
    cursor: pointer;
}

.m-form__checkbox label a {
    text-decoration: underline;
    color: #272828;
}

.m-form__checkbox label a:visited {
    color: #272828;
}

.m-form__checkbox label a:hover {
    color: #272828;
}

.m-form__checkbox label a:active {
    color: #272828;
}

.pattern-01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 100px;
}

.pattern-02 {
    position: absolute;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.pattern-03 {
    position: absolute;
    top: -39px;
    left: 0;
    right: 0;
    bottom: -39px;
    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;
}

.pattern-03 img {
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

@media screen and (max-width: 767px) {
    .pattern-01 {
        display: none;
    }

    .m-section.overflow-hidden {
        padding: 0;
    }

    .m-section.overflow-hidden .m-section__text {
        padding: 20px 30px;
    }

    .m-section.overflow-hidden .m-section__text h3 {
        font-size: 24px;
        line-height: 1.2;
        margin-bottom: 12px;
    }

    .m-section.bg-primary {
        background-image: none !important;
        margin: 40px 0;
        padding: 40px 0;
    }

    .m-section__quote.primary p {
        font-size: 24px;
        line-height: 1.2;
        margin-bottom: 12px;
    }

    .m-section.card {
        padding: 0 0 40px;
    }

    .m-card--wide {
        flex-direction: column-reverse;
        padding: 40px 12px;
    }

    .m-card--wide .m-card__image {
        width: 50%;
    }

    .m-card--wide .m-card__image img {
        transform: none;
        -webkit-transform: none;
        position: static;
    }

    .m-card--wide .m-card__body {
        width: 90%;
        text-align: center;
    }

    .m-card--wide .m-card__body .m-card__title {
        font-size: 24px;
        line-height: 1.2;
        margin-bottom: 20px;
    }

    .m-btn--close {
        top: 12px;
        right: 12px;
    }

}

.m-footer {
    background-color: #00493D;
    padding: 40px 0;
}

.m-footer__top .m-logo {
    width: 270px;
    margin: 0 auto 40px;
}

.m-footer__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.m-socials {
    padding: 0;
    margin: 0;
    list-style-type: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 24px;
}

.m-socials li a {
    font-size: 31px;
    line-height: 1;
    color: #fff;
}

.m-socials li a:visited {
    color: #fff;
}

.m-socials li a:hover {
    color: #fff;
}

.m-socials li a:active {
    color: #fff;
}