img {
    max-width: 100%;
    height: auto;
}
.site_header {}
.site_header__inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 22px;
    padding-bottom: 22px;
    background-color: #FFF;
    position: relative;
}
.site_header__logo .logo {
    max-width: 252px;
    line-height: 0;    
    display: block;
}
.site_header__navigation .menu_wrapper {
    display: flex;
    gap: 30px;
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
    font-family: 'Manrope', sans-serif;
}
.site_header__navigation .menu_wrapper .menu-item {
    color: #515162;    
    font-weight: 600;
    font-size: 16px;
    line-height: 1.2;
    letter-spacing: 0.02em;
    position: relative;
    transition: all ease-in-out .2s;
}
.site_header__navigation .menu_wrapper a {
    color: inherit;
    transition: all ease-in-out .2s;
    text-decoration: none;
}
.site_header__navigation .menu_wrapper .menu-item:hover {
    color: #A12562;
}
.site_header__navigation .nav_menu {
    display: flex;
    align-items: center;
    column-gap: 90px;
}
.site_header__navigation a.nav_btn {
    font-family: 'Manrope', sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 1.3;
    letter-spacing: -0.02em;
    color: #FFF;
    background-image: url('../img/btn_bg.png');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    width: 174px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}
.site_header__navigation button.sub-menu_toggle {
    border: 0 none;
    background-color: transparent;
    padding: 0;
    margin-left: 6px;
}
.site_header__navigation .sub-menu .menu-item {
    border-bottom: 1px solid #515162;
}
.site_header__navigation .sub-menu .menu-item:first-child {
    border-top: 1px solid #515162;
}
.site_header__navigation .sub-menu .menu-item > a {
    padding-top: 8px;
    padding-bottom: 8px;
    display: block;
}



.site_footer {
    background: none;
    background-color: #515162;
    padding: 0;
    text-align: left;
}
.site_footer .container {
    max-width: 1388px;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
}
.site_footer a {
    transition: all ease-in-out .25s;
}
.site_footer__top_footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 65px;
    padding-bottom: 65px;
}
.site_footer__top_footer .footer_logo {
    line-height: 0;
}
.site_footer__top_footer .social_link {
    display: flex;
    gap: 8px;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.site_footer__top_footer .social_link .link {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFF;
    background-color: #A12562;
    border-radius: 15px;
    border: 1px solid #A12562;
    
}
.site_footer__top_footer .social_link .link:hover {
    color: #A12562;
    background-color: #FFF;
}
.site_footer__middle_footer {
    display: flex;
    font-family: 'Manrope', sans-serif;
}
.site_footer__middle_footer .footer_col {
    border-right: 1px solid #85859F;
    width: 19.4%;
    padding-right: 20px;
}
.site_footer__middle_footer .footer_col:last-child {
    border-right: 0 none;
    padding-right: 0;
}
.site_footer__middle_footer .footer_column4 {
    width: 41.8%;
    padding-left: 140px;
}
.site_footer__middle_footer .footer_column2,
.site_footer__middle_footer .footer_column3 {
    padding-left: 70px;
}
.site_footer__middle_footer .footer_col > .title {
    margin-top: 0;
    margin-bottom: 50px;
    font-weight: 700;
    font-size: 14px;
    line-height: 1.1;
    letter-spacing: -0.02em;
}
.site_footer__middle_footer .footer_link_list {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.site_footer__middle_footer .footer_link_list .item {
    margin-bottom: 10px;
}
.site_footer__middle_footer .footer_link_list .item:last-child{
    margin-bottom: 0;
}
.site_footer__middle_footer .footer_link_list a {
    color: #FFF;
    text-decoration: none;
}
.footer_newsletter .heading {
    margin-top: 0;
    margin-bottom: 8px;
    font-family: 'Lora', sans-serif;
    font-weight: 700;
    font-size: 45px;
    line-height: 1.1;
}
.footer_newsletter .sub_heading {
    margin-top: 0;
    margin-bottom: 0;    
    font-weight: 300;
    font-size: 26px;
    line-height: 1.1;
}
.footer_newsletter .form {
    margin-top: 27px;
}
.footer_newsletter .form .gform_heading,
.footer_newsletter .form .gform_wrapper.gravity-theme .gform_validation_errors {
    display: none;
}
.footer_newsletter .form .gform_wrapper .gfield input[type="email"] {
    height: 62px;
    border-color: #39395C;
    border-radius: 4px;
    padding-left: 20px;
    
    font-weight: 700;
    font-size: 18px;
    line-height: 1;
    letter-spacing: -0.02em;
    color: #A12562;
}
.footer_newsletter .form .gform_wrapper .gfield input[type="email"]::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #A12562;
}
.footer_newsletter .form .gform_wrapper .gfield input[type="email"]::-moz-placeholder { /* Firefox 19+ */
    color: #A12562;
}
.footer_newsletter .form .gform_wrapper .gfield input[type="email"]:-ms-input-placeholder { /* IE 10+ */
    color: #A12562;
}
.footer_newsletter .form .gform_wrapper .gfield input[type="email"]:-moz-placeholder { /* Firefox 18- */
    color: #A12562;
}
.footer_newsletter .form .gform_wrapper .gfield .validation_message {
    background-color: transparent;
    border: 0 none;
    padding: 0;
    font-size: 12px;
    margin-block-start: 5px;
}
.footer_newsletter .form .gform_wrapper .gfield .ginput_container_consent {
    display: flex;
}
.footer_newsletter .form .gform_wrapper .gfield .ginput_container_consent input {
    width: initial !important;
    margin-top: 0;
    height: auto;
}
.footer_newsletter .form .gform_wrapper .gfield .gform-field-label {
    color: #B8B8C4;
    font-family: 'Manrope', sans-serif;
    font-weight: 500;
    font-size: 13px;
    line-height: 1;
    margin-bottom: 0;
    margin-left: 15px;
    overflow: visible;
    font-style: normal;
}
.footer_newsletter .form .gform_wrapper .gfield .gform-field-label a {
    color: #B8B8C4;
    text-decoration: underline;
}
.footer_newsletter .form .gform_wrapper .gfield .gform-field-label a:hover {
    color: #A12562;
}
.footer_newsletter .form .gform_wrapper .gfield .gform-field-label .gfield_required {
    display: none;
}
.footer_newsletter .form .gform_wrapper .gfield--type-email {
    max-width: calc(100% - 134px);
}
.footer_newsletter .form form {
    position: relative;
}
.footer_newsletter .form .gform_footer {
    position: absolute;
    right: 0;
    top: 0;
    margin-top: 0 !important;
    padding: 0 !important;
}
.footer_newsletter .form .gform_footer .gform_button {
    margin-bottom: 0;
    height: 62px;
    width: 128px;
    background-color: #A12562;
    border: 0 none;
    font-family: 'Manrope', sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 1;
    letter-spacing: -0.02em;
    border-radius: 4px;
    transition: all ease-in-out .25s;
}
.footer_newsletter .form .gform_footer .gform_button:hover {
    background-color: #FFF;
    color: #A12562;
}
.footer_newsletter .form .gform_footer .gform-loader {
    position: absolute !important;
    right: -20px;
}
.site_footer__bottom_footer {
    margin-top: 92px;
    border-top: 1px solid #85859F;
    padding-top: 40px;
    padding-bottom: 60px;
}
.site_footer__bottom_footer .menu_wrapper {
    display: flex;
    justify-content: center;
    padding-left: 0;
    margin-bottom: 0;
    gap: 40px;
    list-style: none;
}
.site_footer__bottom_footer .menu-item > a {
    color: #B8B8C4;
    font-family: 'Alegreya Sans', sans-serif;
    font-weight: 400;
    font-size: 13px;
    line-height: 1.05;
    letter-spacing: -0.02em;    
    text-transform: uppercase;
}


@media (min-width: 992px) {
    .site_header__logo .hamburger {
        display: none;
    }
    .site_header__navigation .sub-menu {
        background-color: #FFF;
        opacity: 0;
        visibility: hidden;
        position: absolute;
        left: 0;
        top: 100%;
        transition: all ease-in-out .3s;
        width: 220px;
        padding: 15px;  
        list-style: none;
        z-index: 1;
    }
    .site_header__navigation .menu-item-has-children:hover .sub-menu {
        opacity: 1;
        visibility: visible;        
    }
}

@media (max-width: 1440px) {
    .site_header__navigation .nav_menu {
        column-gap: 30px;
    }
    .site_header__logo .logo {
        max-width: 202px;
    }
    .site_footer__middle_footer .footer_column4 {
        padding-left: 80px;
    }
    .site_footer__middle_footer .footer_column2,
    .site_footer__middle_footer .footer_column3 {
        padding-left: 40px;
    }
}

@media (max-width: 1199px) { 
    .site_header__navigation .menu_wrapper {
        gap: 15px;
    }
    .site_header__navigation .menu_wrapper .menu-item {
        font-size: 14px;
    }
    .site_header__navigation a.nav_btn {
        width: 140px;
        height: 40px;
    }
    .site_header__logo .logo {
        max-width: 180px;
    }
    .site_footer__top_footer {
        padding-top: 52px;
        padding-bottom: 52px;
    }
    .site_footer__middle_footer .footer_column2,
    .site_footer__middle_footer .footer_column3 {
        padding-left: 20px;
    }
    .site_footer__middle_footer .footer_column4 {
        padding-left: 20px;
    }
    .site_footer__middle_footer .footer_col > .title {
        margin-bottom: 40px;
    }
    .footer_newsletter .heading {
        font-size: 40px;
    }
    .footer_newsletter .sub_heading {
        font-size: 24px;
    }
    .site_footer__bottom_footer {
        margin-top: 62px;        
        padding-top: 40px;
        padding-bottom: 40px;
    }
}
@media (max-width: 991px) { 
    .site_header__inner {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .site_header__navigation {
        position: fixed;
        width: 100%;
        height: 100%;
        z-index: 1;
        top: -80%;
        left: 0;        
        background-color: #FFFFFF;
        opacity: 0;
        visibility: hidden;
        transition: all ease-in-out .3s;
        padding-top: 120px;
        padding-left: 20px;
        padding-right: 20px;
    }
    .site_header__navigation .nav_menu {
        display: block;
        overflow-y: auto;
        max-height: calc(100vh - 140px);
    }
    .site_header__logo .hamburger {
        position: relative;
        background-color: transparent;
        height: 30px;
        width: 30px;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 0;
    }
    .site_header__logo {
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        position: relative;
        z-index: 11;
    }
    .site_header__logo .hamburger-inner,
    .site_header__logo .hamburger-inner:after,
    .site_header__logo .hamburger-inner:before {
        background-color: #515162;
        width: 25px;
        height: 3px;
        border-radius: 2px;
    }
    .site_header__logo .logo {
        max-width: 252px;    
    }
    .navigation-open .site_header__navigation {
        opacity: 1;
        visibility: visible;
        top: 0;
    }
    .site_header__navigation .menu_wrapper > .menu-item {
        font-size: 18px;
        border-top: 1px solid #515162;
        padding-left: 12px;
    }
    .site_header__navigation .menu_wrapper > .menu-item:last-child {
        border-bottom: 1px solid #515162;
    }
    .site_header__navigation .menu_wrapper {
        flex-direction: column;
        gap: 0;
    }
    .site_header__navigation .menu_wrapper > .menu-item > a {
        padding-top: 12px;
        display: inline-block;
        padding-bottom: 12px;        
    }
    .site_header__navigation a.nav_btn {
        width: 224px;
        height: 58px;
        margin-top: 30px;
    }
    .site_header__navigation .sub-menu {
        display: none;
        list-style: none;
        padding-left: 0;
    }
    .site_header__navigation button.sub-menu_toggle {
        position: absolute;
        right: 0;
        top: 2px;
        height: 40px;
        width: 40px;
    }
    .site_header__navigation .sub-menu .menu-item {
        padding-left: 12px;
    }
    .site_header__navigation .sub-menu .menu-item:last-child {
        border-bottom: 0 none;
    }
    .site_footer__middle_footer .footer_col > .title {
        margin-bottom: 30px;
    }

    .site_footer__middle_footer {
        flex-wrap: wrap;
    }
    .site_footer__middle_footer .footer_col {
        width: 33.3333%;
    }
    .site_footer__middle_footer .footer_column3 {
        border-right: 0 none;
        padding-right: 0;
    }
    .site_footer__middle_footer .footer_column4 {
        border-top: 1px solid #85859F;
        width: 100%;
        padding-left: 0;
        margin-top: 20px;
        padding-top: 20px;
    }
    .site_footer__bottom_footer {
        margin-top: 44px;
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .site_footer__bottom_footer .menu_wrapper {
        gap: 30px;
    }
}
@media (max-width: 767px) { 
    .site_header__navigation {
        padding-top: 82px;
    }
    .site_header__logo .logo {
        max-width: 182px;
    }    
    .site_footer__bottom_footer .menu_wrapper {
        gap: 20px;
    }
    .footer_newsletter .heading {
        font-size: 28px;
    }
    .footer_newsletter .sub_heading {
        font-size: 18px;
    }
}
@media (max-width: 575px) { 
    .site_footer__middle_footer .footer_col > .title {
        margin-bottom: 20px;
    }
    .site_footer__middle_footer .footer_link_list .item {
        margin-bottom: 6px;
    }
    .site_footer__bottom_footer .menu_wrapper {
        gap: 6px;
        flex-direction: column;
    }
    .site_footer__middle_footer .footer_col {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
        border-right: 0 none;
        margin-top: 20px;
        padding-top: 20px;
        border-top: 1px solid #85859F;
    }
    .site_footer__top_footer {
        padding-top: 30px;
        padding-bottom: 10px;
    }
    .site_footer__bottom_footer {
        margin-top: 34px;
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .site_footer__top_footer .footer_logo { 
        max-width: 182px;
    }
    .footer_newsletter .form .gform_footer {
        position: static;
        margin-top: 20px !important;
    }
    .footer_newsletter .form .gform_wrapper .gfield--type-email {
        max-width: 100%;
    }
    .footer_newsletter .form .gform_wrapper .gfield input[type="email"],
    .footer_newsletter .form .gform_footer .gform_button {
        height: 55px;
        font-size: 16px;
    }
    
}