h1,
h2,
h3,
h4,
h5,
button {
    font-family: "Syne", sans-serif;
    font-weight: 700;
}

h2 {
    font-size: 3.375rem;
}
@media (max-width: 960px) {
    h2 {
        font-size: 2rem;
    }
}

p,
span,
div,
ul {
    font-family: "Syne", sans-serif;
    font-weight: 500;
}

img {
    display: block;
}

a {
    color: inherit;
    display: inline-block;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}

ul {
    list-style: inside;
}

html {
    cursor: default;
    font-size: 16px;
}
@media (max-width: 1640px) {
    html {
        font-size: 12px;
    }
}
@media (max-width: 960px) {
    html {
        font-size: 16px;
    }
}

main {
    position: relative;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    background-color: #0a7557;
    color: #ffffff;
    font-family: "Syne", sans-serif;
    position: relative;
}

.layout_wrap {
    margin: 0 auto;
    max-width: 1920px;
    padding: 0 12.5rem;
}
@media (max-width: 1640px) {
    .layout_wrap {
        padding: 0 5rem;
    }
}
@media (max-width: 1240px) {
    .layout_wrap {
        padding: 0 2.5rem;
    }
}
@media (max-width: 960px) {
    .layout_wrap {
        padding: 0 0.75rem;
    }
}

.action_btn {
    background-color: #00c9d0;
    border: solid 3px transparent;
    border-radius: 50px;
    color: #ffffff;
    cursor: pointer;
    font-family: "Syne", sans-serif;
    font-size: 1.25rem;
    height: -moz-fit-content;
    height: fit-content;
    padding: 1rem 0;
    text-align: center;
    transition: background-color 0.2s ease-in-out, border 0.2s ease-in-out;
    width: -moz-fit-content;
    width: fit-content;
}
.action_btn:hover {
    background-color: #009398;
    border: solid 3px transparent;
}
@media (max-width: 960px) {
    .action_btn {
        font-size: 14px;
        padding: 0.75rem 0;
    }
}

.action_btn--gry {
    background-color: #009398;
    border: solid 3px transparent;
    transition: background-color 0.2s ease-in-out, border 0.2s ease-in-out;
}
.action_btn--gry:hover {
    background-color: #00c9d0;
    border: solid 3px transparent;
}

.action_btn--trnsp {
    background-color: #00c9d0;
    border: solid 3px transparent;
    transition: background-color 0.2s ease-in-out, border 0.2s ease-in-out;
}
.action_btn--trnsp:hover {
    background-color: transparent;
    border: solid 3px #ffffff;
}

.ckie_cnsnt_mdl {
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    align-items: center;
    color: #000;
    display: flex;
    height: 100%;
    justify-content: center;
    left: 50%;
    opacity: 0;
    position: fixed;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: opacity 0.3s ease, visibility 0.3s ease;
    visibility: hidden;
    width: 100%;
    z-index: 1000;
}
.ckie_cnsnt_mdl--visible {
    opacity: 1;
    visibility: visible;
}
@media (max-width: 960px) {
    .ckie_cnsnt_mdl {
        justify-items: center;
    }
}
.ckie_cnsnt_mdl__box {
    background-color: #ffffff;
    border-radius: 50px;
    display: grid;
    gap: 2.25rem;
    max-width: 628px;
    padding: 6.25rem 5rem;
    position: relative;
    width: 100%;
}
@media (max-width: 960px) {
    .ckie_cnsnt_mdl__box {
        gap: 2rem;
        justify-items: center;
        padding: 50px 10px;
        width: calc(100% - 20px);
    }
}
.ckie_cnsnt_mdl__txt_hldr {
    display: grid;
    gap: 2.25rem;
    justify-items: center;
}
@media (max-width: 960px) {
    .ckie_cnsnt_mdl__txt_hldr {
        gap: 1.5rem;
    }
}
.ckie_cnsnt_mdl__ttl {
    color: #004f38;
    font-size: 2.5rem;
    font-weight: 700;
    text-align: center;
}
@media (max-width: 960px) {
    .ckie_cnsnt_mdl__ttl {
        font-size: 1.5rem;
    }
}
.ckie_cnsnt_mdl__txt {
    font-size: 1rem;
    text-align: center;
}
@media (max-width: 960px) {
    .ckie_cnsnt_mdl__txt {
        font-size: 14px;
    }
}
.ckie_cnsnt_mdl__acts {
    align-items: center;
    display: grid;
    gap: 22px;
    grid-template-columns: auto auto;
    width: 100%;
}
@media (max-width: 960px) {
    .ckie_cnsnt_mdl__acts {
        display: flex;
        flex-direction: column-reverse;
        gap: 6px;
        width: 60%;
    }
}
.ckie_cnsnt_mdl__btn {
    width: 100%;
}
@media (max-width: 960px) {
    .ckie_cnsnt_mdl__btn {
        font-size: 1.25rem;
    }
}

.age_vrfy_mdl {
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    align-content: center;
    align-items: center;
    color: #000;
    display: grid;
    gap: 12px;
    height: 100%;
    justify-content: center;
    left: 50%;
    opacity: 0;
    position: fixed;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: opacity 0.3s ease, visibility 0.3s ease;
    visibility: hidden;
    width: 100%;
    z-index: 1000;
}
.age_vrfy_mdl--visible {
    opacity: 1;
    visibility: visible;
}
@media (max-width: 960px) {
    .age_vrfy_mdl {
        gap: 6px;
        justify-items: center;
    }
}
.age_vrfy_mdl__box {
    background-color: #ffffff;
    border-radius: 50px;
    display: grid;
    gap: 2.5rem;
    justify-items: center;
    max-width: 586px;
    padding: 5rem 3.875rem;
    position: relative;
    width: 100%;
}
@media (max-width: 960px) {
    .age_vrfy_mdl__box {
        gap: 1.5rem;
        padding: 36px 10px 50px 10px;
        width: calc(100% - 20px);
    }
}
.age_vrfy_mdl__box_top {
    background-color: #0f9670;
    border-radius: 50px;
    color: #ffffff;
    font-size: 1.5rem;
    padding: 2.5rem;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
}
@media (max-width: 960px) {
    .age_vrfy_mdl__box_top {
        font-size: 1rem;
        padding: 38px 34px;
        width: calc(100% - 20px);
    }
}
.age_vrfy_mdl__ttl {
    color: #004f38;
    font-size: 1.5rem;
    font-weight: 500;
    text-align: center;
}
@media (max-width: 960px) {
    .age_vrfy_mdl__ttl {
        font-size: 1.25rem;
    }
}
.age_vrfy_mdl__acts {
    display: grid;
    gap: 1.25rem;
    grid-template-columns: 1fr 1fr;
    width: 100%;
}
@media (max-width: 960px) {
    .age_vrfy_mdl__acts {
        display: flex;
        flex-direction: column-reverse;
        gap: 6px;
        width: 60%;
    }
}
.age_vrfy_mdl__btn {
    width: 100%;
}
@media (max-width: 960px) {
    .age_vrfy_mdl__btn {
        font-size: 1.25rem;
    }
}

.noscroll_util {
    overflow: hidden;
}

.page_head_sctn {
    background-image: url("/img/header__bg.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
}
.page_head_sctn--page {
    background-image: none;
}
.page_head_sctn__inner {
    display: grid;
    width: 100%;
}
.page_head_sctn__id_blk {
    align-items: center;
    display: grid;
    grid-template-columns: auto auto;
    justify-content: space-between;
    padding: 3rem 0;
    width: 100%;
}
@media (max-width: 960px) {
    .page_head_sctn__id_blk {
        padding: 15px 0;
    }
}
.page_head_sctn__id_img {
    max-width: 370px;
    width: 20vw;
}
@media (max-width: 960px) {
    .page_head_sctn__id_img {
        width: 114px;
    }
}
.page_head_sctn__cta {
    font-size: 1.5rem;
    padding: 1rem 2.625rem;
}
@media (max-width: 960px) {
    .page_head_sctn__cta {
        font-size: 14px;
        padding: 0.75rem 2rem;
    }
}
.page_head_sctn__ttl_blk {
    align-items: center;
    display: grid;
    gap: 5.8125rem;
    justify-items: center;
    padding: 14.18rem 0 8.125rem 0;
}
@media (max-width: 960px) {
    .page_head_sctn__ttl_blk {
        gap: 73px;
        padding: 230px 0 100px 0;
    }
}
.page_head_sctn__main_ttl {
    font-size: 6rem;
    max-width: 90%;
    text-align: center;
}
@media (max-width: 960px) {
    .page_head_sctn__main_ttl {
        font-size: 44px;
    }
}
.page_head_sctn__cntnt_area {
    display: grid;
    gap: 10.875rem;
    grid-template-columns: 2fr 3fr;
    padding-bottom: 9.375rem;
}
@media (max-width: 960px) {
    .page_head_sctn__cntnt_area {
        gap: 36px;
        grid-template-columns: 1fr;
        padding-bottom: 50px;
    }
}
.page_head_sctn__sub_ttl {
    text-align: left;
}
@media (max-width: 960px) {
    .page_head_sctn__sub_ttl {
        text-align: center;
    }
}
.page_head_sctn__desc_txt {
    font-size: 1.5rem;
    font-weight: 400;
    text-align: left;
}
@media (max-width: 960px) {
    .page_head_sctn__desc_txt {
        font-size: 1rem;
        text-align: center;
    }
}

.site_info_sctn {
    display: grid;
    padding: 9.375rem 12.5rem;
}
.site_info_sctn--alt {
    padding: 0rem 12.5rem;
}
@media (max-width: 1640px) {
    .site_info_sctn {
        padding: 9.375rem 5rem;
    }
}
@media (max-width: 1240px) {
    .site_info_sctn {
        padding: 9.375rem 2.5rem;
    }
}
@media (max-width: 960px) {
    .site_info_sctn {
        padding: 50px 0.75rem;
    }
}
.site_info_sctn__ttl_blk {
    background-color: #00c9d0;
    border-radius: 126px;
    display: grid;
    gap: 2.25rem;
    justify-items: center;
    padding: 9.375rem 20.75rem;
}
@media (max-width: 960px) {
    .site_info_sctn__ttl_blk {
        border-radius: 50px;
        padding: 50px 1rem;
    }
}
.site_info_sctn__ttl_blk--alt {
    background-color: #ffffff;
    border-radius: 126px;
    display: grid;
    gap: 2.25rem;
    justify-items: center;
    padding: 2.375rem 2.75rem;
}
@media (max-width: 960px) {
    .site_info_sctn__ttl_blk--alt {
        border-radius: 50px;
        padding: 20px 1rem;
    }
}
.site_info_sctn__lg_grp {
    align-items: center;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 2rem;
    margin-top: 2rem;
}
@media (max-width: 575px) {
    .site_info_sctn__lg_grp {
        align-items: center;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
}
.site_info_sctn__lg_grp--alt {
    margin-top: 0rem;
}
.site_info_sctn__lg_grp img {
    max-height: 80px;
    max-width: 100%;
}
.site_info_sctn__desc_txt {
    font-size: 1.5rem;
    text-align: center;
}
@media (max-width: 960px) {
    .site_info_sctn__desc_txt {
        font-size: 1rem;
    }
}
.site_info_sctn__cntnt_area {
    align-items: stretch;
    display: grid;
    grid-template-columns: 1fr 2fr 1fr;
}
@media (max-width: 960px) {
    .site_info_sctn__cntnt_area {
        grid-template-columns: 1fr;
    }
}
.site_info_sctn__img_hldr {
    border-radius: 126px;
    width: 100%;
}
.site_info_sctn__img_main {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
}
@media (max-width: 960px) {
    .site_info_sctn__img_main {
        display: none;
    }
}
.site_info_sctn__img_mbl {
    -o-object-fit: cover;
    object-fit: cover;
    display: none;
    width: 100%;
}
@media (max-width: 960px) {
    .site_info_sctn__img_mbl {
        display: block;
    }
}
.site_info_sctn__warn_blk {
    background-color: #004f38;
    border-radius: 126px;
    display: grid;
    justify-items: center;
    padding: 9.375rem 5.875rem;
}
@media (max-width: 960px) {
    .site_info_sctn__warn_blk {
        align-items: center;
        border-radius: 50px;
        grid-template-columns: 1fr 2fr;
        padding: 50px 33px;
    }
}
.site_info_sctn__arrw_icn {
    display: none;
}
@media (max-width: 960px) {
    .site_info_sctn__arrw_icn {
        display: block;
        transform: rotate(-90deg);
        width: 8vw;
    }
}
.site_info_sctn__warn_txt {
    font-size: 1.875rem;
    font-weight: 700;
    text-align: center;
}
@media (max-width: 960px) {
    .site_info_sctn__warn_txt {
        font-size: 1rem;
        text-align: left;
    }
}
.site_info_sctn__warn_txt--red {
    color: red;
}
.site_info_sctn__big_arrw_hldr {
    align-items: center;
    background-color: #ffffff;
    border-radius: 126px;
    display: flex;
    justify-content: center;
    width: 100%;
}
@media (max-width: 960px) {
    .site_info_sctn__big_arrw_hldr {
        display: none;
    }
}

.advntg_sctn {
    align-items: center;
    background-color: #0f9670;
    display: grid;
    grid-template-columns: auto auto auto;
    justify-content: space-between;
    padding: 26px 12.5rem;
}
@media (max-width: 1640px) {
    .advntg_sctn {
        padding: 26px 5rem;
    }
}
@media (max-width: 1240px) {
    .advntg_sctn {
        padding: 26px 2.5rem;
    }
}
@media (max-width: 960px) {
    .advntg_sctn {
        gap: 36px;
        grid-template-columns: 1fr;
        justify-items: center;
        padding: 50px 0.75rem;
    }
}
.advntg_sctn__itm {
    align-items: center;
    display: flex;
    gap: 21px;
}
@media (max-width: 960px) {
    .advntg_sctn__itm {
        display: grid;
        gap: 12px;
        justify-items: center;
    }
}
.advntg_sctn__txt {
    font-size: 1.875rem;
    font-weight: 700;
}
@media (max-width: 960px) {
    .advntg_sctn__txt {
        font-size: 1rem;
    }
}

.mrkt_sctn {
    background-color: #0f9670;
    display: grid;
    gap: 121px;
    grid-template-columns: 1fr 2fr;
    padding: 9.375rem 12.5rem;
}
@media (max-width: 1640px) {
    .mrkt_sctn {
        padding: 9.375rem 5rem;
    }
}
@media (max-width: 1240px) {
    .mrkt_sctn {
        padding: 9.375rem 2.5rem;
    }
}
@media (max-width: 960px) {
    .mrkt_sctn {
        gap: 1.5rem;
        grid-template-columns: 1fr;
        padding: 50px 0.75rem;
    }
}
.mrkt_sctn__ttl {
    text-align: left;
}
@media (max-width: 960px) {
    .mrkt_sctn__ttl {
        text-align: center;
    }
}
.mrkt_sctn__txt_blk {
    display: grid;
    font-size: 1.5rem;
    gap: 1rem;
}
@media (max-width: 960px) {
    .mrkt_sctn__txt_blk {
        font-size: 1rem;
        text-align: center;
    }
}

.promo_sctn {
    display: grid;
    gap: 1.25rem;
    grid-template-columns: repeat(3, 1fr);
    padding: 9.375rem 12.5rem;
}
@media (max-width: 1640px) {
    .promo_sctn {
        padding: 9.375rem 5rem;
    }
}
@media (max-width: 1240px) {
    .promo_sctn {
        padding: 9.375rem 2.5rem;
    }
}
@media (max-width: 1150px) {
    .promo_sctn {
        grid-template-columns: 1fr;
    }
}
@media (max-width: 960px) {
    .promo_sctn {
        gap: 1.5rem;
        padding: 50px 0.75rem;
    }
}
.promo_sctn__card {
    background-color: #ffffff;
    border-radius: 50px;
    display: grid;
    justify-items: center;
    padding: 50px 64px 64px;
    position: relative;
}
@media (max-width: 960px) {
    .promo_sctn__card {
        padding: 50px 64px;
    }
}
.promo_sctn__lg {
    margin-bottom: 1.5rem;
    max-height: 85px;
    max-width: 100%;
}
@media (max-width: 960px) {
    .promo_sctn__lg {
        margin-bottom: 2.5rem;
    }
}
.promo_sctn__bns_txt {
    color: #004f38;
    font-size: 2.25rem;
    font-weight: 700;
    margin-bottom: 42px;
    text-align: center;
}
@media (max-width: 960px) {
    .promo_sctn__bns_txt {
        font-size: 1.5rem;
        margin-bottom: 36px;
    }
}
.promo_sctn__nm {
    color: #004f38;
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
    text-align: center;
}
@media (max-width: 960px) {
    .promo_sctn__nm {
        font-size: 1.25rem;
        margin-bottom: 0.75rem;
    }
}
.promo_sctn__rtng {
    margin-bottom: 2rem;
}
@media (max-width: 960px) {
    .promo_sctn__rtng {
        margin-bottom: 1.5rem;
        max-height: 20px;
    }
}
.promo_sctn__adv_list {
    align-content: center;
    display: grid;
    gap: 1.5rem;
    margin-bottom: 54px;
    width: -moz-fit-content;
    width: fit-content;
}
@media (max-width: 960px) {
    .promo_sctn__adv_list {
        gap: 0.75rem;
        margin-bottom: 36px;
    }
}
.promo_sctn__adv_itm {
    align-items: center;
    display: flex;
    gap: 33px;
    width: 100%;
}
@media (max-width: 960px) {
    .promo_sctn__adv_itm {
        gap: 8px;
    }
}
.promo_sctn__adv_txt {
    color: #004f38;
    font-size: 1.25rem;
    text-align: left;
}
@media (max-width: 960px) {
    .promo_sctn__adv_txt {
        font-size: 1rem;
    }
}
.promo_sctn__cta {
    align-items: center;
    display: flex;
    gap: 1.25rem;
    justify-content: center;
    position: relative;
    text-transform: uppercase;
    width: 100%;
}
@media (max-width: 960px) {
    .promo_sctn__cta {
        font-size: 1rem;
        gap: 10px;
        padding: 1.25rem 0;
    }
}
.promo_sctn__cta::before {
    content: url("/img/button__arrow.svg");
    padding-top: 3px;
}
.promo_sctn__spcl_tag {
    left: -15px;
    position: absolute;
    top: -10px;
    width: 50%;
}
@media (max-width: 1150px) {
    .promo_sctn__spcl_tag {
        left: -15px;
        top: -10px;
        width: 20%;
    }
}
@media (max-width: 960px) {
    .promo_sctn__spcl_tag {
        left: -13px;
    }
}
@media (max-width: 700px) {
    .promo_sctn__spcl_tag {
        left: -13px;
        top: -10px;
        width: 30%;
    }
}
@media (max-width: 583px) {
    .promo_sctn__spcl_tag {
        left: -9px;
        top: -7px;
    }
}
@media (max-width: 400px) {
    .promo_sctn__spcl_tag {
        left: -7px;
        top: 0px;
        width: 40%;
    }
}

.site_info-bg {
    background-color: #00c9d0;
}

.info_panel_sctn {
    background-image: url("/img/info__bg.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: grid;
    padding: 9.375rem 12.5rem;
}
@media (max-width: 1640px) {
    .info_panel_sctn {
        padding: 9.375rem 5rem;
    }
}
@media (max-width: 1240px) {
    .info_panel_sctn {
        padding: 9.375rem 2.5rem;
    }
}
@media (max-width: 960px) {
    .info_panel_sctn {
        padding: 50px 0.75rem;
    }
}
.info_panel_sctn__inner {
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    background-color: rgba(243, 239, 224, 0.4);
    border-radius: 126px;
    display: grid;
    gap: 2rem;
    justify-items: center;
    padding: 7.93rem 19rem;
    width: 100%;
}
@media (max-width: 960px) {
    .info_panel_sctn__inner {
        border-radius: 50px;
        padding: 50px 13px;
    }
}
.info_panel_sctn__txt {
    color: #004f38;
    font-size: 1.5rem;
    text-align: center;
}
@media (max-width: 960px) {
    .info_panel_sctn__txt {
        font-size: 1rem;
    }
}
.info_panel_sctn__txt--lrg {
    font-size: 2.25rem;
}
@media (max-width: 960px) {
    .info_panel_sctn__txt--lrg {
        font-size: 2.5rem;
    }
}
.info_panel_sctn__txt--sml {
    font-size: 1.25rem;
}
@media (max-width: 960px) {
    .info_panel_sctn__txt--sml {
        font-size: 0.85rem;
    }
}

.page_foot_sctn {
    padding-bottom: 2rem;
    background-color: #004f38;
}
.page_foot_sctn__inner {
    align-items: center;
    display: grid;
    grid-template-columns: auto auto;
    justify-content: space-between;
    padding: 3.43rem 0 4.875rem 0;
}
@media (max-width: 960px) {
    .page_foot_sctn__inner {
        gap: 36px;
        grid-template-columns: 1fr;
        justify-items: center;
        padding: 50px 0;
    }
}
.page_foot_sctn__info_blk {
    display: grid;
    gap: 62px;
}
@media (max-width: 960px) {
    .page_foot_sctn__info_blk {
        gap: 36px;
        grid-row-start: 2;
    }
}
.page_foot_sctn__nav_list {
    display: flex;
    gap: 37px;
    list-style: none;
}
@media (max-width: 960px) {
    .page_foot_sctn__nav_list {
        display: grid;
        gap: 12px;
        justify-items: center;
    }
}
.page_foot_sctn__nav_itm {
    font-size: 1.5rem;
}
@media (max-width: 960px) {
    .page_foot_sctn__nav_itm {
        font-size: 12px;
    }
}
.page_foot_sctn__nav_itm--btn {
    font-weight: 700;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}
.page_foot_sctn__copy_txt {
    color: #a2a2a2;
    font-size: 1rem;
}
@media (max-width: 960px) {
    .page_foot_sctn__copy_txt {
        font-size: 12px;
    }
}
.page_foot_sctn__lg_img {
    max-width: 296px;
    width: 15vw;
}
@media (max-width: 960px) {
    .page_foot_sctn__lg_img {
        max-width: 136px;
        width: 20vw;
    }
}

.cntct_form_mdl {
    background-color: #ffffff;
    border-radius: 50px;
    display: none;
    left: 50%;
    max-width: 628px;
    padding: 6.25rem 3.93rem;
    position: fixed;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    z-index: 9999;
}
@media (max-width: 960px) {
    .cntct_form_mdl {
        padding: 50px 25px;
        width: calc(100% - 20px);
    }
}
.cntct_form_mdl--visible {
    display: block;
}
.cntct_form_mdl__lg {
    max-width: 282px;
    width: 80%;
}
@media (max-width: 960px) {
    .cntct_form_mdl__lg {
        max-width: 214px;
    }
}
.cntct_form_mdl__box {
    display: grid;
    gap: 50px;
    justify-items: center;
    position: relative;
    text-align: center;
}
@media (max-width: 960px) {
    .cntct_form_mdl__box {
        gap: 2rem;
    }
}
.cntct_form_mdl__txt_hldr {
    display: grid;
    gap: 1.5rem;
    justify-items: center;
}
.cntct_form_mdl__ttl {
    color: #004f38;
    font-size: 2.5rem;
    font-weight: 700;
}
@media (max-width: 960px) {
    .cntct_form_mdl__ttl {
        font-size: 1.5rem;
    }
}
.cntct_form_mdl__txt {
    color: #333;
    font-size: 1rem;
}
@media (max-width: 960px) {
    .cntct_form_mdl__txt {
        font-size: 14px;
    }
}
.cntct_form_mdl__frm {
    display: grid;
    gap: 12px;
    width: 100%;
}
.cntct_form_mdl__inpt_grp {
    display: grid;
    gap: 12px;
    width: 100%;
}
.cntct_form_mdl__inpt_fld {
    border: 2px solid #004f38;
    border-radius: 50px;
    color: rgba(52, 29, 16, 0.2);
    outline: none;
    padding: 1.125rem 1.75rem;
    transition: border 0.3s ease, color 0.3s ease;
}
.cntct_form_mdl__inpt_fld.validation_err {
    border-color: #df1c2f;
}
.cntct_form_mdl__inpt_fld:hover.cntct_form_mdl__inpt_fld::-moz-placeholder {
    color: #004f38;
}
.cntct_form_mdl__inpt_fld:hover.cntct_form_mdl__inpt_fld::placeholder {
    color: #004f38;
}
.cntct_form_mdl__inpt_fld:focus {
    border-color: #004f38;
    color: #004f38;
}
.cntct_form_mdl__sbm_btn {
    width: 100%;
}
@media (max-width: 960px) {
    .cntct_form_mdl__sbm_btn {
        font-size: 1.25rem;
    }
}

.cntnt_blk_sctn__ttl_wrap {
    display: grid;
    grid-template-columns: 1fr 2fr;
    padding: 100px 0;
}
@media (max-width: 960px) {
    .cntnt_blk_sctn__ttl_wrap {
        gap: 50px;
        grid-template-columns: 1fr;
        justify-items: center;
        padding: 50px 0;
    }
}
.cntnt_blk_sctn__main_ttl {
    color: #004f38;
    font-size: 4rem;
    padding-top: 100px;
    width: -moz-min-content;
    width: min-content;
}
@media (max-width: 960px) {
    .cntnt_blk_sctn__main_ttl {
        font-size: 2rem;
        padding-top: 0;
        text-align: center;
    }
}
.cntnt_blk_sctn__txt_wrap {
    background-color: #ffffff;
    border-radius: 50px;
    color: #004f38;
    display: grid;
    gap: 2rem;
    padding: 6.25rem 3.875rem;
}
@media (max-width: 960px) {
    .cntnt_blk_sctn__txt_wrap {
        gap: 2rem;
        padding: 50px 18px;
    }
}
.cntnt_blk_sctn__txt_content {
    display: grid;
    font-size: 1.5rem;
    gap: 1rem;
}
@media (max-width: 960px) {
    .cntnt_blk_sctn__txt_content {
        font-size: 14px;
    }
}
