@import url(https://fonts.googleapis.com/css2?family=Petrona:ital,wght@0,100..900;1,100..900&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Forum&display=swap);
.svg_arrow_back {
    width: 8px;
    height: 11px
}

.svg_arrow_buttons {
    width: 7px;
    height: 11px
}

.svg_arrow_next {
    width: 23px;
    height: 18px
}

.svg_arrow_prev {
    width: 23px;
    height: 17px
}

.svg_book_icon {
    width: 21px;
    height: 17px
}

.svg_close {
    width: 16.414px;
    height: 16.414px
}

.svg_cta_mobile {
    width: 297px;
    height: 316px
}

.svg_cta_vector {
    width: 674px;
    height: 432px
}

.svg_currency_icon {
    width: 15px;
    height: 15px
}

.svg_gift_icon {
    width: 18px;
    height: 17px
}

.svg_menu_icon {
    width: 23px;
    height: 14px
}

.svg_offer_icon {
    width: 17px;
    height: 17px
}

.svg_phone_icon {
    width: 19px;
    height: 19px
}

.svg_search_icon {
    width: 17px;
    height: 18px
}

.svg_soc_fb {
    width: 22px;
    height: 24px
}

.svg_soc_inst {
    width: 21px;
    height: 24px
}

.svg_soc_x {
    width: 29px;
    height: 28px
}

.svg_time_icon {
    width: 15px;
    height: 15px
}

@font-face {
    font-family: 'Century Gothic Bold';
    src: url(../fonts/centurygothic-bold-webfont.woff2) format("woff2"), url(../fonts/centurygothic-bold-webfont.woff) format("woff");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: Alpino;
    src: url(../fonts/Alpino-Thin.woff2) format("woff2"), url(../fonts/Alpino-Thin.woff) format("woff"), url(../fonts/Alpino-Thin.ttf) format("truetype");
    font-weight: 100;
    font-display: swap;
    font-style: normal
}

@font-face {
    font-family: Alpino;
    src: url(../fonts/Alpino-Light.woff2) format("woff2"), url(../fonts/Alpino-Light.woff) format("woff"), url(../fonts/Alpino-Light.ttf) format("truetype");
    font-weight: 300;
    font-display: swap;
    font-style: normal
}

@font-face {
    font-family: Alpino;
    src: url(../fonts/Alpino-Medium.woff2) format("woff2"), url(../fonts/Alpino-Medium.woff) format("woff"), url(../fonts/Alpino-Medium.ttf) format("truetype");
    font-weight: bold;
    font-display: swap;
    font-style: normal
}

* {
    margin: 0;
    padding: 0
}

*,
:after,
:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

img {
    border: none;
    vertical-align: top;
    max-width: 100%;
    height: auto
}

a,
button,
input,
select,
textarea {
    outline: 0
}

input[type=email],
input[type=number],
input[type=password],
input[type=submit],
input[type=tel],
input[type=text],
input[type=url],
textarea {
    -webkit-appearance: none;
    appearance: none
}

ul {
    list-style-type: none
}

body {
    background-color: #fff;
    color: #0a0e19;
    font: 18px Petrona, serif
}

.container {
    padding: 0 64px;
    max-width: 1728px;
    margin: 0 auto
}

@media screen and (max-width:1280px) {
    .container {
        padding: 0 32px
    }
}

@media screen and (max-width:767px) {
    .container {
        padding: 0 20px
    }
}

.container-reg {
    padding: 0 64px;
    max-width: 1728px;
    margin: 0 auto;
}

@media screen and (max-width:1280px) {
    .container-reg {
        padding: 0 32px;
        margin: 0 auto;
    }
}

@media screen and (max-width:767px) {
    .container-reg {
        padding: 0 16px;
        margin: 0 auto;
    }
}

.mb_32 {
    margin-bottom: 32px
}

@media screen and (max-width:767px) {
    .mb_32 {
        margin-bottom: 54px
    }
}

.mb_56 {
    margin-bottom: 56px
}

@media screen and (max-width:767px) {
    .mb_56 {
        margin-bottom: 50px
    }
}

.mb_64 {
    margin-bottom: 64px
}

@media screen and (max-width:767px) {
    .mb_64 {
        margin-bottom: 50px
    }
}

.mb_72 {
    margin-bottom: 72px
}

@media screen and (max-width:767px) {
    .mb_72 {
        margin-bottom: 67px
    }
}

@media screen and (max-width:767px) {
    .mba_48 {
        margin-bottom: 48px
    }
}

.bg_aqua {
    background-color: #b6cfd0
}

.bg_salad {
    background-color: #b8c69d
}

.bg_beige {
    background-color: #f2f0e7
}

.bg_brown {
    background-color: #c57962
}

.bg_brown .title_category {
    color: #fff
}

.bg_brown .title_content {
    color: #fff
}

.bg_brown .title_content.dark {
    color: #fff
}

.bg_brown .content_about_text {
    color: #fff
}

.bg_brown .content_about_text.dark {
    color: #fff
}

.bg_brown .content_about_list li {
    color: #fff
}

.bg_brown .content_about_list li:before {
    background-image: url(../images/bullet_white.svg)
}

.bg_violet {
    background-color: #ccbee1
}

.bg_dark {
    background-color: #2f3136
}

.bg_dark .title_category {
    color: #fff
}

.bg_dark .title_content {
    color: #fff
}

.bg_dark .title_content.dark {
    color: #fff
}

.bg_dark .content_about_text {
    color: #fff
}

.bg_dark .content_about_text.dark {
    color: #fff
}

.bg_dark .content_about_list li {
    color: #fff
}

.bg_white {
    background-color: #fff
}

.bg_red {
    background-color: #912f46
}

.bg_red .title_category {
    color: #fff
}

.bg_red .title_content {
    color: #fff
}

.bg_red .title_content.dark {
    color: #fff
}

.bg_red .content_about_text {
    color: #fff
}

.bg_red .content_about_text.dark {
    color: #fff
}

.bg_red .content_about_list li {
    color: #fff
}

.btn {
    position: relative;
    cursor: pointer;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    text-decoration: none;
    color: #fff;
    font-size: 18px;
    line-height: 20px;
    font-family: Forum, serif;
    letter-spacing: .02em;
    text-transform: uppercase;
    padding: 17px 25px;
    border-radius: 0;
    border: 1px solid transparent;
    background: #912f46;
    overflow: hidden;
    transition: background-color .3s, color .3s, border-color .3s
}

@media screen and (max-width:991px) {
    .btn {
        font-size: 14px;
        line-height: 1;
        padding-top: 13px;
        padding-bottom: 13px
    }
}

.btn:hover {
    background-color: #2f3136
}

.btn.btn_secondary {
    background: 0 0;
    border-color: #2f3136;
    color: #2f3136
}

.btn.btn_secondary:hover {
    color: #fff;
    background-color: #2f3136
}

.btn.btn_secondary.btn_white {
    border-color: #fff;
    color: #fff
}

.btn.btn_secondary.btn_white:hover {
    color: #2f3136;
    background-color: #fff
}

.btn svg {
    fill: #fff;
    stroke: #fff;
    margin-right: 8px
}

.btn span{
    margin-left: 0.2rem;
}

.link {
    display: inline-block;
    position: relative;
    text-decoration: none;
    color: #0a0e19;
    font-size: 18px;
    line-height: 20px;
    font-family: Forum, serif
}

@media screen and (max-width:991px) {
    .link {
        font-size: 14px;
        line-height: 16px
    }
}

.link:hover:after {
    width: 40px
}

.link:after {
    content: "";
    position: absolute;
    bottom: -5px;
    left: 50%;
    transform: translateX(-50%);
    display: block;
    width: 81px;
    height: 1px;
    background-color: #0a0e19;
    transition: all .3s
}

@media screen and (max-width:991px) {
    .link:after {
        width: 100%;
        left: 0;
        transform: translateX(0)
    }
}

.link.dark {
    color: #2f3136
}

.link.dark:after {
    background-color: #2f3136
}

.link.white {
    color: #fff
}

.link.white:after {
    background-color: #fff
}

.link.full:after {
    width: 100%;
    left: 0;
    transform: translateX(0)
}

.title_content {
    color: #0a0e19;
    font-weight: 100;
    font-style: italic;
    font-size: 70px;
    line-height: 68px;
    letter-spacing: -0.05em ;
}

.content_about_price{
    margin-bottom: 1em;
}

.content_about_price.white{
    color: white;
}

@media screen and (max-width:991px) {
    .title_content {
        font-size: 54px;
        line-height: 51px
    }
}

.title_content.white {
    color: #fff
}

.title_content.dark {
    color: #2f3136
}

.title_content.dark_green {
    color: #092d32
}

.title_section {
    color: #0a0e19;
    font-weight: 100;
    font-style: italic;
    font-size: 56px;
    line-height: 60px;
    letter-spacing: -.05em
}

@media screen and (max-width:991px) {
    .title_section {
        font-size: 40px;
        line-height: 35px
    }
}

.title_section.white {
    color: #fff
}

.title_section.dark {
    color: #2f3136
}

.title_section.dark_green {
    color: #092d32
}

.title_block {
    color: #0a0e19;
    font-weight: 100;
    font-size: 40px;
    line-height: 44px;
    letter-spacing: -.02em;
    margin-bottom: 0.6em;
}

@media screen and (max-width:991px) {
    .title_block {
        font-size: 25px;
        line-height: 33px
    }
}

.title_block.white {
    color: #fff
}

.title_block.dark {
    color: #2f3136
}

.title_category {
    color: #912f46;
    font-size: 14px;
    line-height: 17px;
    font-family: "Century Gothic Bold", Arial, sans-serif;
    letter-spacing: .29em;
    text-transform: uppercase
}

@media screen and (max-width:991px) {
    .title_category {
        font-size: 11px;
        line-height: 13px
    }
}

.description_section {
    max-width: 615px;
    margin: 0 auto 40px;
    text-align: center
}

.description_section .title_section {
    margin-bottom: 16px
}

.description_section .title_section:last-child {
    margin-bottom: 0
}

.description_section .title_section+.btn {
    margin-top: 0
}

.description_section .title_category {
    margin-bottom: 16px
}

.description_section .title_category:last-child {
    margin-bottom: 0
}

.description_section .btn {
    margin-top: 16px
}

.description_buttons {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 16px;
    margin-bottom: -8px
}

.description_buttons .btn {
    margin: 0 8px 8px
}

.typical_text.white h1,
.typical_text.white h2,
.typical_text.white h3,
.typical_text.white h5,
.typical_text.white li,
.typical_text.white p {
    color: #fff
}

.typical_text.dark h1,
.typical_text.dark h2,
.typical_text.dark h3,
.typical_text.dark h5,
.typical_text.dark li,
.typical_text.dark p {
    color: #2f3136
}

.typical_text.dark_green h1,
.typical_text.dark_green h2,
.typical_text.dark_green h3,
.typical_text.dark_green h5,
.typical_text.dark_green li,
.typical_text.dark_green p {
    color: #092d32
}

.typical_text h1 {
    color: #0a0e19;
    font-weight: 100;
    font-style: italic;
    font-size: 70px;
    line-height: 68px;
    letter-spacing: -.05em;
    margin-bottom: 24px
}

@media screen and (max-width:991px) {
    .typical_text h1 {
        font-size: 54px;
        line-height: 51px
    }
}

.typical_text h2 {
    color: #0a0e19;
    font-weight: 100;
    font-style: italic;
    font-size: 56px;
    line-height: 60px;
    letter-spacing: -.05em;
    margin-bottom: 24px
}

@media screen and (max-width:991px) {
    .typical_text h2 {
        font-size: 40px;
        line-height: 35px
    }
}

.typical_text h3 {
    color: #0a0e19;
    font-weight: 100;
    font-size: 40px;
    line-height: 44px;
    letter-spacing: -.02em;
    margin-bottom: 24px
}

@media screen and (max-width:991px) {
    .typical_text h3 {
        font-size: 25px;
        line-height: 33px
    }
}

.typical_text h5 {
    color: #0a0e19;
    font-weight: 700;
    font-size: 18px;
    line-height: 25px;
    font-family: Alpino, serif;
    letter-spacing: -.02em
}

@media screen and (max-width:991px) {
    .typical_text h5 {
        font-size: 16px;
        line-height: 19px
    }
}

.typical_text li,
.typical_text p {
    color: #0a0e19;
    font-weight: 300;
    font-size: 18px;
    line-height: 24px;
    font-family: Alpino, serif;
    letter-spacing: -.02em
}



@media screen and (max-width:991px) {
    .typical_text li,
    .typical_text p {
        font-size: 16px;
        line-height: 19px
    }
}

.typical_text ol,
.typical_text p,
.typical_text ul {
    margin-bottom: 24px
}

.typical_text ol:last-child,
.typical_text p:last-child,
.typical_text ul:last-child {
    margin-bottom: 0
}

.typical_text ul {
    list-style-type: disc;
    padding-left: 12px
}

.typical_text ul li::marker {
    font-size: 12px
}

.typical_text ol {
    list-style-position: inside;
    padding-left: 5px
}

.header {
    position: sticky;
    top: 0;
    background-color: #e1e2d6;
    z-index: 99;
}

.header_top {
    background-color: #2f3136;
    padding: 7px 0
}

@media screen and (max-width:1200px) {
    .header_top {
        padding: 11px 0
    }
}

.header_estate {
    display: flex;
    align-items: center
}

.header_estate_title {
    color: #f6f1e8;
    font-size: 14px;
    line-height: 17px;
    font-family: "Century Gothic Bold", Arial, sans-serif;
    letter-spacing: .29em;
    text-transform: uppercase;
    margin-right: 51px
}

@media screen and (max-width:1200px) {
    .header_estate_title {
        font-size: 10px;
        line-height: 12px;
        margin-right: 32px
    }
}

@media screen and (max-width:380px) {
    .header_estate_title {
        margin-right: 16px
    }
}

.header_estate_list {
    display: flex;
    align-items: flex-start
}

@media screen and (max-width:1200px) {
    .header_estate_list {
        align-items: center
    }
}

.header_estate_item {
    margin-right: 34px
}

@media screen and (max-width:1200px) {
    .header_estate_item {
        margin-right: 26px
    }
}

@media screen and (max-width:380px) {
    .header_estate_item {
        margin-right: 16px
    }
}

.header_estate_item:last-child {
    margin-right: 0
}

.header_estate_item img {
    display: block
}

.header_main {
    padding: 5px 0
}

@media screen and (max-width:1200px) {
    .header_main {
        position: relative;
        height: 61px;
        padding: 3px 0
    }
}

.header_main_wrap {
    display: flex;
    align-items: center;
    justify-content: space-between
}

@media screen and (max-width:1200px) {
    .header_main_wrap {
        align-items: flex-start
    }
}

.header_right {
    display: flex;
    align-items: center
}

.header_book {
    position: relative;
    margin-left: 51px
}

@media screen and (max-width:1200px) {
    .header_book {
        margin-left: 6px
    }
}

@media screen and (max-width:380px) {
    .header_book {
        margin-left: 10px
    }
}

.header_book_toggle {
    padding: 9px 31px;
    color: #fffefa
}

@media screen and (max-width:1200px) {
    .header_book_toggle {
        width: 46px;
        flex-direction: column;
        font-size: 11px;
        line-height: 12px;
        padding: 3px 4px 2px
    }
}

.header_book_toggle svg {
    fill: #fffefa;
    stroke: #fffefa;
    margin-right: 9px
}

@media screen and (max-width:1200px) {
    .header_book_toggle svg {
        width: 16px;
        height: 14px;
        margin: 0 0 2px
    }
}

@media screen and (max-width:1200px) {
    .header_book_toggle span {
        display: none
    }
}

.header_book_dropdown {
    position: absolute;
    top: 100%;
    right: 0;
    z-index: 5;
    width: 183px;
    background-color: #912f46;
    padding: 48px 22px 34px;
    opacity: 0;
    visibility: hidden;
    transition: all .3s
}

@media screen and (max-width:991px) {
    .header_book_dropdown {
        padding: 20px
    }
}

.header_book_dropdown.visible {
    opacity: 1;
    visibility: visible
}

.header_book_item {
    margin-bottom: 40px
}

@media screen and (max-width:991px) {
    .header_book_item {
        margin-bottom: 30px
    }
}

.header_book_item:last-child {
    margin-bottom: 0
}

.header_book_name {
    color: #fffefa;
    font-size: 16px;
    line-height: 19px;
    font-family: "Century Gothic Bold", Arial, sans-serif;
    letter-spacing: .29em;
    text-transform: uppercase;
    margin-bottom: 10px
}

@media screen and (max-width:767px) {
    .header_book_name {
        font-size: 11px;
        line-height: 12px
    }
}

.header_book_text {
    color: #fffefa;
    font-size: 18px;
    line-height: 20px;
    font-family: Forum, serif;
    letter-spacing: -.05em
}

@media screen and (max-width:991px) {
    .header_book_text {
        font-size: 16px;
        line-height: 19px
    }
}

.header_book_text p {
    margin-bottom: 10px
}

.header_book_text p:last-child {
    margin-bottom: 0
}

a.header_book_text{
    text-decoration: none;
    display: block;
    margin-bottom: 0.3rem;
}

a.header_book_text:hover{
    text-decoration: underline;
}

.header_book_close {
    width: 100%;
    padding-top: 13px;
    padding-bottom: 13px;
    margin-top: 40px
}

@media screen and (max-width:991px) {
    .header_book_close {
        margin-top: 30px
    }
}

.header_book_close.btn_secondary {
    border-color: #fffefa;
    color: #fffefa
}

.header_book_close.btn_secondary:hover {
    background-color: #fffefa;
    color: #2f3136
}

.header_links {
    display: flex;
    align-items: center
}

@media screen and (max-width:1200px) {
    .header_links {
        min-height: 34px
    }
}

.header_links .header_link_menu {
    color: #0a0e19;
    font-size: 15px;
    line-height: 17px
}

@media screen and (max-width:1200px) {
    .header_links .header_link_menu svg {
        fill: #0a0e19;
        width: 19px;
        height: 10px;
        margin-right: 9px
    }
}

@media screen and (max-width:380px) {
    .header_links .header_link_menu svg {
        margin-right: 0
    }
}

@media screen and (max-width:380px) {
    .header_links .header_link_menu span {
        display: none
    }
}

@media screen and (max-width:1200px) {
    .header_links .header_link_call svg {
        width: 15px;
        height: 15px
    }
}

@media screen and (max-width:1200px) {
    .header_links .header_link_search svg {
        width: 14px;
        height: 15px
    }
}

@media screen and (max-width:1200px) {
    .header_links .header_link_gift svg {
        width: 16px;
        height: 16px
    }
}

@media screen and (max-width:1200px) {
    .header_links .header_link_offers {
        width: 46px;
        flex-direction: column;
        font-size: 11px;
        line-height: 12px;
        padding: 4px 4px 3px;
        text-transform: uppercase;
        border: .5px solid #2f3136
    }
}

@media screen and (max-width:380px) {
    .header_links .header_link_offers {
        padding: 0;
        border: none;
        width: auto
    }
}

@media screen and (max-width:1200px) {
    .header_links .header_link_offers:hover {
        background-color: #912f46;
        border-color: #912f46;
        color: #fff
    }
}

@media screen and (max-width:380px) {
    .header_links .header_link_offers:hover {
        background-color: transparent
    }
}

@media screen and (max-width:1200px) {
    .header_links .header_link_offers:hover svg {
        stroke: #fff
    }
}

@media screen and (max-width:380px) {
    .header_links .header_link_offers:hover svg {
        stroke: #912f46
    }
}

@media screen and (max-width:380px) {
    .header_links .header_link_offers span {
        display: none
    }
}

@media screen and (max-width:1200px) {
    .header_links .header_link_offers svg {
        width: 13px;
        height: 13px;
        margin: 0 0 2px
    }
}

@media screen and (max-width:380px) {
    .header_links .header_link_offers svg {
        width: 15px;
        height: 15px;
        margin: 0
    }
}

@media screen and (max-width:1200px) {
    .header_links .header_link_call span,
    .header_links .header_link_gift span,
    .header_links .header_link_search span {
        display: none
    }
}

@media screen and (max-width:1200px) {
    .header_links .header_link_call svg,
    .header_links .header_link_gift svg,
    .header_links .header_link_search svg {
        margin-right: 0
    }
}

.header_links li {
    position: relative;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-right: 16px;
    margin-right: 16px
}

@media screen and (max-width:1200px) {
    .header_links li {
        padding-top: 0;
        padding-bottom: 0;
        padding-right: 10px;
        margin-right: 10px
    }
}

.header_links li:last-child {
    margin-right: 0;
    padding-right: 0
}

.header_links li:last-child:after {
    display: none
}

.header_links li:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 1px;
    height: 24px;
    background-color: rgba(145, 47, 70, .2)
}

@media screen and (max-width:1200px) {
    .header_links li:after {
        height: 18px
    }
}

.header_links a {
    text-decoration: none;
    display: flex;
    align-items: center;
    color: #2f3136;
    font-size: 18px;
    line-height: 20px;
    font-family: Forum, serif;
    letter-spacing: -.05em;
    transition: all .3s
}

.header_links a:hover {
    color: #912f46
}

.header_links a:hover svg {
    fill: #912f46;
    stroke: #912f46
}

.header_links a svg {
    fill: #2f3136;
    stroke: #2f3136;
    margin-right: 14px;
    transition: all .3s
}

.header_logo {
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    z-index: 3;
    transform: translateX(-50%);
    background-color: #e1e2d6;
    height: 100%;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center
}

@media screen and (max-width:1200px) {
    .header_logo {
        width: 55px;
        top: 9px;
        padding: 0;
        height: auto
    }
}

.search_dropdown {
    position: absolute;
    top: 106px;
    left: 0;
    z-index: 10;
    width: 100%;
    background-color: #f2f0e7;
    visibility: hidden;
    opacity: 0;
    transition: all .3s
}

@media screen and (max-width:1100px) {
    .search_dropdown {
        top: 95px
    }
}

.search_dropdown.visible {
    visibility: visible;
    opacity: 1
}

.search_inner {
    position: relative;
    padding: 32px 0
}

.search_form {
    width: 66.33%;
    margin: 0 auto
}

@media screen and (max-width:767px) {
    .search_form {
        width: 80%;
        margin: 0
    }
}

.search_field {
    background: 0 0;
    border-radius: 0;
    border: none;
    border-bottom: 1px solid #2f3136;
    width: 100%;
    color: #2f3136;
    font: 25px Petrona, serif;
    letter-spacing: -.05em
}

@media screen and (max-width:991px) {
    .search_field {
        font-size: 18px
    }
}

.search_field::-webkit-input-placeholder {
    color: #2f3136
}

.search_field:-moz-placeholder {
    color: #2f3136
}

.search_field::-moz-placeholder {
    color: #2f3136
}

.search_field:-ms-input-placeholder {
    color: #2f3136
}

.search_close {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    cursor: pointer;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: #912f46;
    transition: all .3s
}

.search_close:hover {
    background-color: #c57962
}

.search_close svg {
    display: block;
    width: 12px;
    height: 12px;
    stroke: #fff
}

.back_link {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #912f46;
    font-size: 18px;
    line-height: 20px;
    font-family: Forum, serif;
    letter-spacing: -.05em
}

.back_link:hover {
    text-decoration: underline
}

.back_link svg {
    stroke: #912f46;
    margin-right: 12px
}

.navbar {
    position: fixed;
    top: 106px;
    left: 0;
    z-index: 10;
    width: 100%;
    height: calc(100% - 106px);
    height: -webkit-fill-available;
    background-color: #fffefa;
    overflow: auto;
    opacity: 0;
    visibility: hidden;
    transition: all .3s
}

@media screen and (max-width:1200px) {
    .navbar {
        top: 95px;
        height: calc(100% - 95px);
        height: -webkit-fill-available
    }
}

.navbar.visible {
    opacity: 1;
    visibility: visible
}

.navbar_main {
    width: 64.98%;
    height: 100%;
    display: flex;

}

@media screen and (max-width:991px) {
    .navbar_main {
        width: 50%
    }
}

@media screen and (max-width:767px) {
    .navbar_main {
        width: 100%
    }
}

.navbar_img {
    width: 47.81%
}

@media screen and (max-width:991px) {
    .navbar_img {
        display: none
    }
}

.navbar_img img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.navbar_nav {
    width: 52.82%;
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    padding-top: 56px
}

@media screen and (max-width:991px) {
    .navbar_nav {
        width: 100%;
        justify-content: flex-start
    }
}

@media screen and (max-width:767px) {
    .navbar_nav {
        padding: 46px 0
    }
}

@media screen and (min-width:1300px) {
    .navbar_nav>ul {
        padding: 0 8rem;
        width: 100%;
        /* border-right: 1px solid rgba(145, 47, 70, .2) */
    }
}




@media screen and (max-width:1300px) {
    .navbar_nav>ul {
        width: 100%;
        padding: 0 3rem;
    }
}

@media screen and (max-width:767px) {
    .navbar_nav>ul {
        border-right: none;
        
    }
}

.navbar_nav>ul>li {
    margin-bottom: 12px
}

@media screen and (max-width:767px) {
    .navbar_nav>ul>li {
        margin-bottom: 16px
    }
}

.navbar_nav>ul>li:last-child {
    margin-bottom: 0
}

.navbar_nav>ul>li>a {
    text-decoration: none;
    color: #092d32;
    font-weight: 100;
    font-style: italic;
    font-size: 46px;
    line-height: 49px;
    letter-spacing: -.05em;
    transition: all .3s;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.navbar_nav>ul>li.menu-list-item.burgundy >a{
    color: #912f46;

}

.navbar_nav>ul>li>a img{
    transform: rotate(180deg);
    opacity: 0.3;
    margin-left: auto;
}

.navbar_nav>ul>li>a .menu-img-url{
    display: none;
}

@media screen and (max-width:1500px) {
    .navbar_nav>ul>li>a {
        font-size: 23px;
        line-height: 12px;
    }
}

@media screen and (max-width:1024px) {
    .navbar_nav>ul>li>a {
        font-size: 23px;
        line-height: 11px;
    }
}

@media screen and (max-width:767px) {
    .navbar_nav>ul>li>a {
        color: #2f3136;
        font-size: 23px;
        line-height: 9px;
    }
}

.navbar_nav>ul>li>a:hover {
    color: #912f46;
}

.menu-item-underline{
    background-color:#912f46 ;
    height: 2px;
    width: 0;
    transition: all 0.3s ease;
    margin-top: 0.5rem;
}

.navbar_nav>ul>li>a:hover + .menu-item-underline {
    width: 100%;
}

.navbar_nav>ul>li>a:hover .menu-arrow-icon {
    opacity: 1;
}

.navbar_nav>ul>li>a:hover + .menu-arrow-icon {
    filter: opacity(1);
}

.navbar_submenu {
    position: fixed;
    top: 106px;
    right: 0;
    z-index: 10;
    width: 35.02%;
    height: calc(100% - 106px);
    height: -webkit-fill-available;
    background-color: #fffefa;
    overflow: auto;
    opacity: 0;
    visibility: hidden;
    padding: 95px 0;
    transition: all .3s
}

@media screen and (max-width:1200px) {
    .navbar_submenu {
        padding: 64px 0;
        top: 95px;
        height: calc(100% - 95px);
        height: -webkit-fill-available
    }
}

@media screen and (max-width:991px) {
    .navbar_submenu {
        width: 50%
    }
}

@media screen and (max-width:767px) {
    .navbar_submenu {
        width: 100%;
        padding-left: 64px
    }
}

@media screen and (max-width:375px) {
    .navbar_submenu {
        padding-left: 32px
    }
}

.navbar_submenu.visible {
    opacity: 1;
    visibility: visible
}

.navbar_submenu_inner {
    padding: 0 21.45%
}

@media screen and (max-width:1200px) {
    .navbar_submenu_inner {
        padding: 0 32px
    }
}

@media screen and (max-width:767px) {
    .navbar_submenu_inner {
        padding: 0 20px 0 64px;
        border-left: 1px solid rgba(145, 47, 70, .2)
    }
}

@media screen and (max-width:375px) {
    .navbar_submenu_inner {
        padding-left: 32px
    }
}

.navbar_submenu_name {
    color: #912f46;
    font-weight: 100;
    font-style: italic;
    font-size: 54px;
    line-height: 51px;
    letter-spacing: -.05em;
    margin-bottom: 29px
}

@media screen and (max-width:991px) {
    .navbar_submenu_name {
        font-size: 40px;
        line-height: 35px
    }
}

.navbar_submenu_list li {
    margin-bottom: 16px
}

.navbar_submenu_list li:last-child {
    margin-bottom: 0
}

.navbar_submenu_list a {
    text-decoration: none;
    color: #2f3136;
    font-size: 18px;
    line-height: 20px;
    font-family: Forum, serif;
    letter-spacing: -.05em;
    transition: all .3s
}

.navbar_submenu_list a:hover {
    color: #912f46
}

.navbar_submenu_buttons {
    display: flex;
    align-items: center;
    margin-top: 36px
}

.navbar_submenu_buttons .back_link {
    margin-right: 36px
}

.top_section {
    position: relative
}

.top_section.small .top_info {
    height: 632px;
    max-height: none;
    min-height: auto
}

@media screen and (max-width:991px) {
    .top_section.small .top_info {
        height: 626px
    }
}

.top_section.top_overview .top_info {
    height: 632px;
    max-height: none;
    min-height: auto;
    padding-bottom: 114px
}

@media screen and (max-width:991px) {
    .top_section.top_overview .top_info {
        height: 418px
    }
}

@media screen and (max-width:767px) {
    .top_section.top_overview .top_info {
        padding-bottom: 104px
    }
}

.top_bg {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%
}

.top_bg:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0, #000 100%);
    opacity: .61;
    mix-blend-mode: multiply
}

.top_bg img,
.top_bg video {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.top_info {
    position: relative;
    z-index: 3;
    height: 49.18vw;
    min-height: 626px;
    max-height: 850px;
    padding: 34px 0;
    display: flex;
    flex-direction: column
}

.top_description {
    margin: auto 0;
    text-align: center
}

.top_sticker {
    background-color: #f2f0e7;
    display: inline-block;
    padding: 5px 8px;
    color: #2f3136;
    font-size: 18px;
    line-height: 20px;
    font-family: Forum, serif;
    letter-spacing: -.05em;
    margin-bottom: 32px
}

@media screen and (max-width:991px) {
    .top_sticker {
        font-size: 14px;
        line-height: 16px;
        padding: 4px 10px;
        margin-bottom: 24px
    }
}

.top_title {
    margin: auto 0;
    text-align: center;
    color: #fff;
    font-weight: 100;
    font-style: italic;
    font-size: clamp(70px, 8.33vw, 144px);
    line-height: 80.55%;
    letter-spacing: -.07em
}

.top_explore {
    display: flex;
    flex-direction: column;
    margin-top: 34px;
    align-items: center;
}

.top_explore_title {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 15px
}

.top_explore_icon {
    margin-bottom: 10px
}

.top_explore_text {
    color: #fff;
    font-size: 16px;
    line-height: 20px;
    font-family: "Century Gothic Bold", Arial, sans-serif;
    letter-spacing: .29em;
    text-transform: uppercase
}

@media screen and (max-width:767px) {
    .top_explore_text {
        font-size: 11px;
        line-height: 12px
    }
}

.top_explore_box {
    position: relative;
    padding: 16px;
    background-color: #f2f0e7;
    margin: 0 auto;
    max-width: 100%;
    /* transition: all 0.5s; */
}

.top_explore_box.sticky{
    position: fixed;
    top: 150px;
}

.top_explore_inner {
    display: flex
}

@media screen and (max-width:767px) {
    .top_explore_inner {
        margin: 0 -20px
    }
}

.top_explore_buttons .swiper-wrapper {
    margin-right: -9px
}

.top_explore_slide.swiper-slide {
    width: auto
}

.top_explore_slide .btn.btn_secondary.active{
    background-color: #2f3136;
    color: white;
}

.top_explore_arrow {
    cursor: pointer;
    position: absolute;
    top: 0;
    z-index: 3;
    height: 100%;
    width: 43px;
    display: flex;
    align-items: center;
    justify-content: center
}

.top_explore_arrow.swiper-button-disabled {
    display: none
}

.top_explore_arrow svg {
    display: block;
    stroke: #2f3136
}

.top_explore_prev {
    left: 0;
    padding-right: 10px;
    background: linear-gradient(270deg, rgba(242, 240, 231, 0) 0, #f6f1e8 80%)
}

.top_explore_prev svg {
    transform: rotate(180deg)
}

.top_explore_next {
    right: 0;
    padding-left: 10px;
    background: linear-gradient(90deg, rgba(242, 240, 231, 0) 0, #f6f1e8 80%)
}

@media screen and (max-width:1100px) {
    .top_availability {
        position: absolute;
        top: 0;
        left: -32px;
        right: -32px;
        z-index: 5;
        width: auto;
        max-width: none;
        padding: 32px;
        opacity: 0;
        visibility: hidden;
        transition: all .3s
    }
}

@media screen and (max-width:767px) {
    .top_availability {
        left: -20px;
        right: -20px;
        padding: 20px
    }
}

@media screen and (max-width:1100px) {
    .top_availability.visible {
        opacity: 1;
        visibility: visible
    }
}

.availability_check {
    display: none
}

@media screen and (max-width:1100px) {
    .availability_check {
        display: inline-flex;
        margin: 8px auto 0
    }
}

.availability_form {
    display: flex
}

@media screen and (max-width:1100px) {
    .availability_form {
        flex-direction: column
    }
}

.availability_label {
    border: 1px solid #0a0e19;
    padding: 7px 10px 0;
    margin-right: 8px;
    background-color: #fffefa;
    width: 134px
}

@media screen and (max-width:1100px) {
    .availability_label {
        width: 100%;
        margin: 0 0 8px
    }
}

.availability_date {
    width: 214px
}

@media screen and (max-width:1200px) {
    .availability_date {
        width: 134px
    }
}

@media screen and (max-width:1100px) {
    .availability_date {
        width: 100%
    }
}

.availability_label_text {
    color: #0a0e19;
    font-size: 12px;
    line-height: 14px;
    font-family: Forum, serif;
    letter-spacing: .06em;
    text-transform: uppercase
}

.availability_field input {
    width: 100%;
    height: 34px;
    border: none;
    color: #0a0e19;
    font: 300 18px Alpino, serif;
    letter-spacing: -.02em
}

.availability_field .choices[data-type*=select-one]:after {
    right: 0;
    width: 11px;
    height: 7px;
    background: url(../images/arrow_select.svg) no-repeat
}

.availability_field .choices__inner {
    padding: 0;
    font: 300 18px/34px Alpino, serif;
    min-height: 34px;
    border: none
}

.availability_field .choices__list--dropdown,
.availability_field .choices__list[aria-expanded] {
    margin: 1px 0 0;
    border: 1px solid #0a0e19;
    border-radius: 0;
    border-top: none;
    width: auto;
    left: -11px;
    right: -11px
}

.availability_field .choices__list--dropdown .choices__item,
.availability_field .choices__list[aria-expanded] .choices__item {
    font: 300 18px Alpino, serif;
    transition: all .3s
}

.availability_field .choices__list--dropdown .choices__item:hover,
.availability_field .choices__list[aria-expanded] .choices__item:hover {
    color: #912f46
}

.availability_close {
    display: none
}

@media screen and (max-width:1100px) {
    .availability_close {
        display: inline-flex;
        margin-top: 8px
    }
}

.intro_section {
    position: relative;
    overflow: hidden
}

.intro_vector {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 30.26%;
    height: 100%
}

@media screen and (max-width:767px) {
    .intro_vector {
        top: 50%;
        bottom: auto;
        transform: translateY(-50%);
        width: 68.22%;
        height: auto
    }
}

.intro_vector img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: left bottom
}

@media screen and (max-width:767px) {
    .intro_vector img {
        object-fit: contain;
        height: auto
    }
}

.intro_inner {
    min-height: 546px;
    padding: 87px 0 64px;
    display: flex;
    align-items: center
}

@media screen and (max-width:991px) {
    .intro_inner {
        min-height: 457px
    }
}

.intro_info {
    position: relative;
    z-index: 2;
    max-width: 1100px;
    margin: 0 auto
}

.intro_text {
    text-align: center;
    color: #2f3136;
    font-weight: 100;
    font-size: 40px;
    line-height: 45px;
    letter-spacing: -.02em
}

@media screen and (max-width:991px) {
    .intro_text {
        font-size: 25px;
        line-height: 33px
    }
}

.intro_note {
    text-align: center;
    color: #2f3136;
    font-weight: 300;
    font-size: 18px;
    line-height: 24px;
    font-family: Alpino, serif;
    letter-spacing: -.02em;
    margin-top: 40px
}

@media screen and (max-width:991px) {
    .intro_note {
        font-weight: 700;
        font-size: 16px;
        line-height: 19px;
        margin-top: 8px
    }
}

.intro_buttons {
    display: flex;
    justify-content: center;
    margin-top: 40px
}

@media screen and (max-width:991px) {
    .intro_buttons {
        margin-top: 35px
    }
}

.intro_buttons .btn {
    margin: 0 8px
}

@media screen and (max-width:767px) {
    .intro_buttons .btn {
        margin: 0 4px
    }
}

.separate {
    margin-bottom: 20px
}

.separate_icon {
    width: 100%;
    display: flex;
    align-items: center
}

.separate_icon:after,
.separate_icon:before {
    content: "";
    height: 1px;
    flex: 1 0 auto;
    background-color: #0a0e19
}

@media screen and (max-width:767px) {
    .separate_icon:after,
    .separate_icon:before {
        height: .42px
    }
}

.separate_icon:before {
    margin-right: 10px
}

.separate_icon:after {
    margin-left: 10px
}

@media screen and (max-width:767px) {
    .separate_icon.mobile_hide {
        display: none
    }
}

@media screen and (max-width:767px) {
    .separate_icon img {
        max-width: 15px
    }
}

.section-heading-section{
    padding: 150px 0 20px 0;
}

@media screen and (max-width:991px) {
    .section-heading-section {
        padding: 64px 0 0 0;
    }
}

.content_section {
    overflow: hidden;
    padding: 150px 0;
}

@media screen and (max-width:991px) {
    .content_section {
        padding: 64px 0;
    }
}

.content_section.p_no {
    padding: 0 
}

.content_section.pt_no {
    padding-top: 0
}

.content_section.pb_no {
    padding-bottom: 0
}

.content_section.p_32 {
    padding: 32px 0
}

.content_section.p_80 {
    padding: 80px
}

.content_section.my_32 {
    margin: 32px 0;
}

@media screen and (max-width:991px) {
    .content_section.p_80 {
        padding: 64px 0
    }
}

.content_slide_item.swiper-slide {
    display: flex;
    height: auto
}

@media screen and (max-width:767px) {
    .content_slide_item.swiper-slide {
        flex-direction: column
    }
}

.content_slide_info {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 75px 64px
}

@media screen and (max-width:1280px) {
    .content_slide_info {
        padding-left: 32px;
        padding-right: 32px
    }
}

@media screen and (max-width:767px) {
    .content_slide_info {
        flex: 1 0 auto;
        justify-content: flex-start;
        order: 2;
        width: 100%;
        padding: 40px 20px 34px
    }
}

.content_about {
    max-width: 576px
}

@media screen and (max-width:767px) {
    .content_about {
        max-width: none
    }
}

.content_about .title_category {
    margin-bottom: 40px
}

.content_about .title_content {
    margin-bottom: 40px
}

.content_about_text {
    font-weight: 100;
    font-size: 25px;
    line-height: 33px;
    letter-spacing: -.02em;
    margin-bottom: 32px
}

@media screen and (max-width:991px) {
    .content_about_text {
        font-size: 18px;
        line-height: 24px
    }
}

.content_about_text:last-child {
    margin-bottom: 0
}

.content_about_text.white {
    color: #fff
}

.content_about_text.dark {
    color: #2f3136
}

.content_about_text.dark_green {
    color: #092d32
}

.content_about_list {
    margin-bottom: 32px
}

.content_about_list:last-child {
    margin-bottom: 0
}

.content_about_list li {
    position: relative;
    padding-left: 29px;
    color: #2f3136;
    font-weight: 100;
    font-size: 25px;
    line-height: 33px;
    letter-spacing: -.02em;
    margin-bottom: 24px
}

@media screen and (max-width:991px) {
    .content_about_list li {
        font-size: 18px;
        line-height: 24px;
        padding-left: 28px;
        margin-bottom: 12px
    }
}

.content_about_list li:last-child {
    margin-bottom: 0
}

.content_about_list li:before {
    content: "";
    position: absolute;
    top: 6px;
    left: 0;
    background: url(../images/bullet.svg) no-repeat center/cover;
    width: 21px;
    height: 16px
}

@media screen and (max-width:991px) {
    .content_about_list li:before {
        width: 18px;
        height: 13px
    }
}

.content_about_buttons {
    display: flex;
    align-items: center;
    margin-top: 40px
}

.content_about_buttons .btn,
.content_about_buttons .link {
    margin-right: 32px
}

@media screen and (max-width:991px) {
    .content_about_buttons .btn,
    .content_about_buttons .link {
        margin-right: 24px
    }
}

.content_about_buttons .btn:last-child,
.content_about_buttons .link:last-child {
    margin-right: 0
}

.content_slide_img {
    width: 50%
}

@media screen and (max-width:767px) {
    .content_slide_img {
        order: 1;
        width: 100%;
        height: 319px
    }
}

.content_slide_img img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.content_slider.reverse .content_slide_item {
    flex-direction: row-reverse
}

@media screen and (max-width:767px) {
    .content_slider.reverse .content_slide_item {
        flex-direction: column
    }
}

@media screen and (max-width:767px) {
    .content_slider.reverse .content_slide_info {
        order: 1
    }
}

@media screen and (max-width:767px) {
    .content_slider.reverse .content_slide_img {
        order: 2
    }
}

.content_slider.reverse .content_slider_nav {
    right: auto;
    left: 41px
}

@media screen and (max-width:767px) {
    .content_slider.reverse .content_slider_nav {
        top: auto;
        bottom: 30px;
        left: auto;
        right: 20px
    }
}

.content_slider.reverse .content_slider_scrollbar {
    right: auto;
    left: 41px
}

@media screen and (max-width:767px) {
    .content_slider.reverse .content_slider_scrollbar {
        top: auto;
        bottom: 30px;
        left: 20px
    }
}

.content_slider_nav {
    position: absolute;
    top: 50%;
    right: 41px;
    z-index: 2;
    transform: translateY(-50%);
    display: flex;
    align-items: center
}

@media screen and (max-width:767px) {
    .content_slider_nav {
        top: 250px;
        transform: translateX(0);
        right: 20px
    }
}

.content_slider_arrow {
    cursor: pointer;
    background-color: #f2f0e7;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 12px;
    transition: all .3s
}

@media screen and (max-width:767px) {
    .content_slider_arrow {
        width: 38px;
        height: 38px;
        margin-right: 10px
    }
}

.content_slider_arrow:hover {
    background-color: #912f46
}

.content_slider_arrow:hover svg {
    fill: #fff
}

.content_slider_arrow:last-child {
    margin-right: 0
}

.content_slider_arrow svg {
    display: block;
    fill: #0a0e19;
    transition: all .3s
}

@media screen and (max-width:767px) {
    .content_slider_arrow svg {
        width: 19px;
        height: 14px
    }
}

.content_slider_scrollbar {
    position: absolute;
    bottom: 76px;
    right: 41px;
    left: auto;
    z-index: 4;
    width: 22.1%;
    height: 1px;
    background-color: #fff
}

@media screen and (max-width:767px) {
    .content_slider_scrollbar {
        bottom: auto;
        top: 289px;
        right: auto;
        left: 20px;
        width: 53%;
        height: .77px
    }
}

.content_slider_scrollbar .swiper-scrollbar-drag {
    top: -2px;
    height: 4px;
    background-color: #fff
}

@media screen and (max-width:767px) {
    .content_slider_scrollbar .swiper-scrollbar-drag {
        top: -1px;
        height: 3px
    }
}

.content_wrap {
    display: flex
}

@media screen and (max-width:767px) {
    .content_wrap {
        flex-direction: column
    }
}

.content_wrap.reverse {
    flex-direction: row-reverse
}

@media screen and (max-width:767px) {
    .content_wrap.reverse {
        flex-direction: column
    }
}

.content_img {
    width: 50%
}

@media screen and (max-width:767px) {
    .content_img {
        order: 2;
        width: 100%;
        height: 319px
    }
}

.content_img img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.content_info {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 75px 64px
}

@media screen and (max-width:1280px) {
    .content_info {
        padding-left: 32px;
        padding-right: 32px
    }
}

@media screen and (max-width:767px) {
    .content_info {
        order: 1;
        width: 100%;
        padding: 40px 20px 34px
    }
}

.cards_wrap {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -8px
}

@media screen and (max-width:767px) {
    .cards_wrap {
        display: flex;
        margin: 0
    }
}

.card_slide {
    text-decoration: none;
    position: relative;
    min-height: 508px;
    display: flex;
    align-items: flex-end;
    overflow: hidden
}

@media screen and (max-width:991px) {
    .card_slide {
        min-height: 338px
    }
}

.card_slide:hover .card_item_img img {
    transform: scale(1.1)
}

.card_slide:hover .link:after {
    width: 40px
}

.card_slide.swiper-slide {
    height: auto;
    display: flex;
    align-items: flex-end
}

.card_slide .card_item_info {
    padding: 128px 24px 32px
}

.card_slide .post_sticker {
    top: 33px;
    background-color: #f2f0e7
}

@media screen and (max-width:991px) {
    .card_slide .post_sticker {
        top: 26px;
        background-color: #fff
    }
}

.card_item {
    text-decoration: none;
    position: relative;
    min-height: 550px;
    width: calc(50% - 16px);
    margin: 8px 8px 0 0;
    display: flex;
    align-items: flex-end;
    overflow: hidden
}

@media screen and (max-width:991px) {
    .card_item {
        min-height: 314px
    }
}

@media screen and (max-width:767px) {
    .card_item {
        width: 100%;
        margin: 0 0 16px
    }
}

.card_item:hover .card_item_img img {
    transform: scale(1.1)
}

.card_item:hover .link:after {
    width: 40px
}

@media screen and (max-width:767px) {
    .card_item:last-child {
        margin-bottom: 0
    }
}

.card_content {
    min-height: 602px
}

@media screen and (max-width:991px) {
    .card_content {
        min-height: 424px
    }
}

.card_content .card_item_info:after {
    padding-top: 226px;
    padding-bottom: 29px
}

@media screen and (max-width:991px) {
    .card_content .card_item_info:after {
        padding-top: 84px;
        padding-bottom: 33px
    }
}

.card_content .card_item_name {
    font-size: 25px;
    line-height: 33px;
    margin-bottom: 8px
}

.card_item_img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%
}

.card_item_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .3s
}

.card_item_info {
    position: relative;
    z-index: 2;
    text-align: center;
    width: 100%;
    padding: 96px 24px 37px
}

@media screen and (max-width:991px) {
    .card_item_info {
        padding: 133px 20px 32px
    }
}

.card_item_info:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0, #000 100%);
    opacity: .8;
    mix-blend-mode: multiply
}

.card_item_description {
    position: relative;
    z-index: 2
}

.card_item_description .typical_text {
    max-width: 382px;
    margin: 0 auto 40px
}

@media screen and (max-width:991px) {
    .card_item_description .typical_text {
        margin-bottom: 20px
    }
}

.card_item_description .typical_text:last-child {
    margin-bottom: 0
}

.card_item_name {
    color: #f9f6f4;
    font-weight: 100;
    font-size: 40px;
    line-height: 45px;
    letter-spacing: -.02em;
    margin-bottom: 15px
}

@media screen and (max-width:991px) {
    .card_item_name {
        font-size: 25px;
        line-height: 33px
    }
}

.card_item_price {
    color: #fff;
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    font-family: Alpino, serif;
    letter-spacing: -.02em;
    margin-bottom: 8px
}

.card_full {
    position: relative;
    height: 836px;
    display: flex;
    align-items: flex-end
}

@media screen and (max-width:991px) {
    .card_full {
        height: 554px
    }
}

.card_full_img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.card_full_img img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.card_full_info {
    position: relative;
    z-index: 3;
    padding: 200px 64px 55px;
    width: 100%
}

@media screen and (max-width:1100px) {
    .card_full_info {
        padding-left: 32px;
        padding-right: 32px
    }
}

@media screen and (max-width:991px) {
    .card_full_info {
        padding-top: 105px;
        padding-bottom: 32px
    }
}

@media screen and (max-width:767px) {
    .card_full_info {
        padding-left: 20px;
        padding-right: 20px
    }
}

.card_full_info:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0, #000 100%);
    opacity: .8;
    mix-blend-mode: multiply
}

.card_full_description {
    position: relative;
    z-index: 3;
    max-width: 833px
}

.card_full_description .link {
    display: inline-block;
    margin-top: 32px
}

@media screen and (max-width:991px) {
    .card_full_description {
        max-width: 272px
    }
}

.card_full_name {
    color: #f9f6f4;
    font-weight: 300;
    font-size: 40px;
    line-height: 45px;
    letter-spacing: -.02em;
    margin-bottom: 32px
}

@media screen and (max-width:991px) {
    .card_full_name {
        font-size: 25px;
        line-height: 33px;
        margin-bottom: 16px
    }
}

.card_full_text {
    color: #f9f6f4;
    font-weight: 100;
    font-size: 32px;
    line-height: 35px;
    letter-spacing: -.02em
}

@media screen and (max-width:991px) {
    .card_full_text {
        font-size: 18px;
        line-height: 24px
    }
}

@media screen and (max-width:991px) {
    .posts_slider.swiper {
        margin: 0 -32px;
        padding: 0 32px
    }
}

@media screen and (max-width:767px) {
    .posts_slider.swiper {
        margin: 0 -20px;
        padding: 0 20px
    }
}

.two-card-wrapper{
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.post_slide.card-slide{
    width:100%;
}

@media screen and (min-width: 480px) {
    .post_slide.card-slide{
        width:calc(50% - 0.5rem);
    }

}

.three-card-wrapper{
    display: flex;
    flex-wrap: wrap;
}

.three-card-slide{
    
    width: 100%;
    margin-top: 8px;
}

@media screen and (min-width: 480px) {
    .three-card-slide {
        margin: 8px 8px 0 0;
        width: calc(33.33% - 8px);
    }
  }



.posts_slider.row_two .post_item_img {
    height: 391px
}

@media screen and (max-width:991px) {
    .posts_slider.row_two .post_item_img {
        height: 232px
    }
}

.posts_slider.row_two .post_item_info {
    padding-top: 59px;
    padding-bottom: 59px
}

@media screen and (max-width:991px) {
    .posts_slider.row_two .post_item_info {
        padding-top: 31px;
        padding-bottom: 23px
    }
}

.posts_slider.row_two .post_item_name {
    font-size: 40px;
    line-height: 45px
}

@media screen and (max-width:991px) {
    .posts_slider.row_two .post_item_name {
        font-size: 25px;
        line-height: 33px
    }
}

.posts_slider.row_two .post_sticker {
    top: 28px;
    background-color: #f2f0e7
}

@media screen and (max-width:991px) {
    .posts_slider.row_two .post_sticker {
        top: 24px;
        background-color: #fff
    }
}

.posts_slider.row_four .card_slide {
    min-height: 544px
}

@media screen and (max-width:991px) {
    .posts_slider.row_four .card_slide {
        min-height: 338px
    }
}

.posts_slider.row_four .card_slide .card_item_info {
    padding-top: 315px
}

@media screen and (max-width:991px) {
    .posts_slider.row_four .card_slide .card_item_info {
        padding-top: 128px
    }
}

.posts_slider.row_four .card_item_name {
    font-size: 25px;
    line-height: 33px
}

.posts_slider_nav {
    display: none
}

@media screen and (max-width:991px) {
    .posts_slider_nav {
        display: flex;
        justify-content: flex-end;
        margin-top: 16px
    }
}

.posts_slider_nav.white .posts_slider_arrow {
    background-color: #fff
}

.posts_slider_arrow {
    cursor: pointer;
    background-color: #f2f0e7;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 12px;
    transition: all .3s
}

@media screen and (max-width:767px) {
    .posts_slider_arrow {
        width: 38px;
        height: 38px;
        margin-right: 10px
    }
}

.posts_slider_arrow:hover {
    background-color: #912f46
}

.posts_slider_arrow:hover svg {
    fill: #fff
}

.posts_slider_arrow:last-child {
    margin-right: 0
}

.posts_slider_arrow svg {
    display: block;
    fill: #0a0e19;
    transition: all .3s
}

@media screen and (max-width:767px) {
    .posts_slider_arrow svg {
        width: 19px;
        height: 14px
    }
}

.posts_wrap {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -8px -64px
}

@media screen and (max-width:767px) {
    .posts_wrap {
        margin: 0 -4px -32px
    }
}

@media screen and (max-width:576px) {
    .posts_wrap {
        display: block;
        margin: 0
    }
}

.posts_wrap.row_two {
    margin: 0 -8px -16px
}

.posts_wrap.row_two .post_item {
    width: calc(50% - 16px);
    margin: 0 8px 16px
}

@media screen and (max-width:576px) {
    .posts_wrap.row_two .post_item {
        width: 100%;
        margin: 0 0 16px
    }
}

.posts_wrap.row_two .post_item_img {
    height: 391px
}

@media screen and (max-width:991px) {
    .posts_wrap.row_two .post_item_img {
        height: 232px
    }
}

.posts_wrap.row_two .post_sticker {
    top: 28px;
    background-color: #f2f0e7
}

@media screen and (max-width:991px) {
    .posts_wrap.row_two .post_sticker {
        top: 24px;
        background-color: #fff
    }
}

.post_item {
    position: relative;
    width: calc(33.33% - 16px);
    margin: 0 8px 64px
}

@media screen and (max-width:767px) {
    .post_item {
        width: calc(50% - 8px);
        margin: 0 4px 32px
    }
}

@media screen and (max-width:576px) {
    .post_item {
        width: 100%;
        margin: 0 0 16px
    }
}

@media screen and (max-width:576px) {
    .post_item:last-child {
        margin-bottom: 0
    }
}

.post_item .post_sticker {
    background-color: #f2f0e7;
    top: 24px
}

.post_item .post_item_name {
    font-size: 40px;
    line-height: 45px
}

@media screen and (max-width:991px) {
    .post_item .post_item_name {
        font-size: 25px;
        line-height: 33px
    }
}

.post_slide.swiper-slide {
    height: auto
}

.post_item_img {
    display: block;
    height: 332px
}

@media screen and (max-width:991px) {
    .post_item_img {
        height: 205px
    }
}

.post_item_img img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.post_item_info {
    padding: 35px 32px 32px;
    text-align: center
}

@media screen and (max-width:991px) {
    .post_item_info {
        padding: 31px 14px 23px
    }
}

@media screen and (max-width:991px) {
    .post_item_info .typical_text p {
        font-size: 18px;
        line-height: 24px
    }
}

.post_item_info .link {
    display: inline-block;
    margin-top: 16px
}

.post_item_date {
    color: #912f46;
    font-size: 14px;
    line-height: 17px;
    font-family: "Century Gothic Bold", Arial, sans-serif;
    letter-spacing: .29em;
    text-transform: uppercase;
    margin-bottom: 12px
}

@media screen and (max-width:991px) {
    .post_item_date {
        font-size: 11px;
        line-height: 13px
    }
}

.post_item_name {
    color: #2f3136;
    font-weight: 100;
    font-size: 25px;
    line-height: 33px;
    letter-spacing: -.02em;
    margin-bottom: 12px
}

.post_item_name.white{
    color: white;
}

.post_item_price {
    color: #2f3136;
    font-weight: 700;
    font-size: 18px;
    line-height: 25px;
    font-family: Alpino, serif;
    letter-spacing: -.02em;
    margin-bottom: 8px
}

.post_item_price.white{
    color: white;
}

.post_sticker {
    position: absolute;
    top: 18px;
    left: 0;
    z-index: 6;
    background-color: #fff;
    display: inline-block;
    padding: 9px 12px;
    color: #2f3136;
    font-size: 18px;
    line-height: 20px;
    font-family: Forum, serif;
    letter-spacing: -.05em
}

@media screen and (max-width:991px) {
    .post_sticker {
        top: 24px;
        font-size: 14px;
        line-height: 16px;
        padding: 6px 10px
    }
}

.post_full_wrap {
    position: relative;
    display: flex
}

@media screen and (max-width:767px) {
    .post_full_wrap {
        flex-direction: column
    }
}

.post_full_wrap.reverse {
    flex-direction: row-reverse
}

@media screen and (max-width:767px) {
    .post_full_wrap.reverse {
        flex-direction: column
    }
}

.post_full_wrap.reverse .post_sticker {
    background-color: #fff
}

@media screen and (max-width:767px) {
    .post_full_wrap.reverse .post_sticker {
        background-color: #f2f0e7
    }
}

.post_full_wrap .post_sticker {
    top: 28px;
    background-color: #f2f0e7
}

@media screen and (max-width:767px) {
    .post_full_wrap .post_sticker {
        top: 32px
    }
}

.post_full_wrap .post_item_name {
    font-size: 40px;
    line-height: 45px
}

@media screen and (max-width:991px) {
    .post_full_wrap .post_item_name {
        font-size: 25px;
        line-height: 33px
    }
}

.post_full_wrap .post_item_price {
    margin-bottom: 15px
}

.post_full_wrap .link {
    display: inline-block;
    margin-top: 40px
}

.post_full_img {
    width: 50%
}

@media screen and (max-width:767px) {
    .post_full_img {
        width: 100%;
        height: 402px
    }
}

.post_full_img img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.post_full_info {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 64px
}

@media screen and (max-width:767px) {
    .post_full_info {
        width: 100%;
        min-height: 402px;
        padding: 32px
    }
}

.post_full_description {
    text-align: center;
    max-width: 561px;
    margin: 0 auto
}

.blog_content {
    padding: 40px 0 100px
}

@media screen and (max-width:991px) {
    .blog_content {
        padding-bottom: 64px
    }
}

.blog_content .filter_nav {
    margin-bottom: 91px
}

@media screen and (max-width:991px) {
    .blog_content .filter_nav {
        margin-bottom: 64px
    }
}

.filter_nav {
    display: flex;
    flex-direction: column;
    margin-bottom: 52px
}

.filter_nav .title_section {
    text-align: center;
    margin-bottom: 16px
}

.filter_nav_title {
    text-align: center;
    color: #912f46;
    font-size: 16px;
    line-height: 20px;
    font-family: "Century Gothic Bold", Arial, sans-serif;
    letter-spacing: .29em;
    text-transform: uppercase;
    margin-bottom: 16px
}

@media screen and (max-width:767px) {
    .filter_nav_title {
        font-size: 11px;
        line-height: 12px
    }
}

.filter_nav_inner {
    display: flex
}

.filter_nav_box {
    position: relative;
    margin: 0 auto;
    max-width: 100%
}

.filter_nav_box.white .filter_nav_prev {
    background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0, #fff 80%)
}

.filter_nav_box.white .filter_nav_next {
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0, #fff 80%)
}

.filter_nav_buttons .swiper-wrapper {
    margin-right: -9px
}

.filter_nav_slide.swiper-slide {
    width: auto
}

.filter_nav_arrow {
    cursor: pointer;
    position: absolute;
    top: 0;
    z-index: 3;
    height: 100%;
    width: 43px;
    display: flex;
    align-items: center;
    justify-content: center
}

.filter_nav_arrow.swiper-button-disabled {
    display: none
}

.filter_nav_arrow svg {
    display: block;
    stroke: #2f3136
}

.filter_nav_prev {
    left: 0;
    padding-right: 10px;
    background: linear-gradient(270deg, rgba(242, 240, 231, 0) 0, #f6f1e8 80%)
}

.filter_nav_prev svg {
    transform: rotate(180deg)
}

.filter_nav_next {
    right: 0;
    padding-left: 10px;
    background: linear-gradient(90deg, rgba(242, 240, 231, 0) 0, #f6f1e8 80%)
}

.pages_nav {
    display: flex;
    align-content: center;
    justify-content: center;
    margin-top: 60px
}

@media screen and (max-width:991px) {
    .pages_nav {
        margin-top: 40px
    }
}

.pages_nav_direction {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #2f3136;
    font-size: 18px;
    line-height: 20px;
    font-family: Forum, serif;
    letter-spacing: -.05em
}

.pages_nav_direction:hover .pages_nav_arrow {
    background-color: #912f46
}

.pages_nav_direction:hover .pages_nav_arrow svg {
    fill: #fff
}

@media screen and (max-width:576px) {
    .pages_nav_direction span {
        display: none
    }
}

.pages_nav_arrow {
    cursor: pointer;
    background-color: #fff;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 16px;
    transition: all .3s
}

@media screen and (max-width:767px) {
    .pages_nav_arrow {
        width: 38px;
        height: 38px;
        margin-right: 10px
    }
}

@media screen and (max-width:576px) {
    .pages_nav_arrow {
        margin-right: 0
    }
}

.pages_nav_arrow svg {
    display: block;
    fill: #0a0e19;
    transition: all .3s
}

@media screen and (max-width:767px) {
    .pages_nav_arrow svg {
        width: 19px;
        height: 14px
    }
}

.pages_nav_next .pages_nav_arrow {
    margin-right: 0;
    margin-left: 16px
}

@media screen and (max-width:767px) {
    .pages_nav_next .pages_nav_arrow {
        margin-left: 10px
    }
}

@media screen and (max-width:576px) {
    .pages_nav_next .pages_nav_arrow {
        margin-left: 0
    }
}

.pages_nav_list {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 83px
}

@media screen and (max-width:991px) {
    .pages_nav_list {
        margin: 0 32px
    }
}

@media screen and (max-width:576px) {
    .pages_nav_list {
        margin: 0 16px
    }
}

.pages_nav_list li {
    margin: 0 8px
}

.pages_nav_list li.active a {
    font-weight: 700;
    border-bottom-color: #2f3136
}

.pages_nav_list a {
    display: block;
    text-decoration: none;
    color: #2f3136;
    font-weight: 100;
    font-size: 40px;
    line-height: 36px;
    letter-spacing: -.02em;
    border-bottom: 3px solid transparent;
    transition: all .3s
}

@media screen and (max-width:991px) {
    .pages_nav_list a {
        font-size: 25px;
        line-height: 20px;
        border-bottom-width: 2px
    }
}

.pages_nav_list a:hover {
    border-bottom-color: #2f3136
}

.top_post_description {
    max-width: 645px;
    margin: auto;
    text-align: center
}

.top_post_description .top_sticker {
    min-width: 112px;
    padding-top: 7px;
    padding-bottom: 7px;
    margin-bottom: 16px
}

@media screen and (max-width:991px) {
    .top_post_description .top_sticker {
        min-width: 90px
    }
}

.top_post_date {
    color: #fff;
    font-size: 14px;
    line-height: 17px;
    font-family: "Century Gothic Bold", Arial, sans-serif;
    letter-spacing: .29em;
    text-transform: uppercase;
    margin-top: 24px
}

@media screen and (max-width:991px) {
    .top_post_date {
        font-size: 11px;
        line-height: 13px
    }
}

.post_content {
    position: relative;
    padding: 110px 0
}

@media screen and (max-width:991px) {
    .post_content {
        padding: 64px 0
    }
}

.post_content .intro_vector {
    top: 22px
}

@media screen and (max-width:767px) {
    .post_content .intro_vector {
        transform: translateY(0)
    }
}

.post_content .intro_vector img {
    height: auto
}

.post_content_info {
    max-width: 1060px;
    margin: 0 auto 77px
}

@media screen and (max-width:991px) {
    .post_content_info {
        margin-bottom: 64px
    }
}

.post_content_info:last-child {
    margin-bottom: 0
}


.post_content_info .intro_text {
    text-align: left;
    margin-bottom: 64px
}

.post_content_img {
    max-width: 1330px;
    margin: 0 auto 109px
}

@media screen and (max-width:991px) {
    .post_content_img {
        margin-bottom: 64px
    }
}

.gallery_section {
    overflow: hidden
}

.gallery_description {
    display: flex;
    margin-bottom: 31px
}

@media screen and (max-width:767px) {
    .gallery_description {
        display: block
    }
}

.gallery_description_left {
    width: 58.93%;
    padding-right: 32px
}

@media screen and (max-width:767px) {
    .gallery_description_left {
        width: 100%;
        padding-right: 0;
        margin-bottom: 16px
    }
}

.gallery_description_left .title_section {
    margin-bottom: 16px
}

.gallery_description_left .title_section:last-child {
    margin-bottom: 0
}

.gallery_description_right {
    width: 41.07%
}

@media screen and (max-width:767px) {
    .gallery_description_right {
        width: 100%
    }
}

.gallery_description_right .typical_text {
    max-width: 603px
}

@media screen and (max-width:767px) {
    .gallery_description_right .typical_text {
        max-width: none
    }
}

@media screen and (max-width:991px) {
    .gallery_slider.swiper {
        padding: 0 32px
    }
}

@media screen and (max-width:767px) {
    .gallery_slider.swiper {
        padding: 0 20px
    }
}

.gallery_slide_item {
    position: relative;
    min-height: 645px;
    text-decoration: none
}

@media screen and (max-width:991px) {
    .gallery_slide_item {
        min-height: 352px
    }
}

.gallery_slide_item:hover .gallery_slide_img img {
    transform: scale(1.1)
}

.gallery_slide_item:hover .link:after {
    width: 40px
}

.gallery_slide_item.swiper-slide {
    height: auto;
    display: flex;
    align-items: flex-end
}

.gallery_slide_img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden
}

.gallery_slide_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .3s
}

.gallery_slide_info {
    position: relative;
    z-index: 2;
    width: 100%;
    padding: 131px 64px 43px
}

@media screen and (max-width:991px) {
    .gallery_slide_info {
        padding: 222px 21px 23px
    }
}

.gallery_slide_info:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0, #000 100%);
    opacity: .74;
    mix-blend-mode: multiply
}

.gallery_slide_name {
    color: #f9f6f4;
    font-weight: 100;
    font-size: 40px;
    line-height: 45px;
    letter-spacing: -.02em;
    margin-bottom: 20px
}

@media screen and (max-width:991px) {
    .gallery_slide_name {
        font-size: 25px;
        line-height: 33px
    }
}

.gallery_slide_name:last-child {
    margin-bottom: 0
}

.gallery_slider_nav {
    position: absolute;
    top: 50%;
    right: 64px;
    z-index: 2;
    transform: translateY(-50%);
    display: flex;
    align-items: center
}

@media screen and (max-width:991px) {
    .gallery_slider_nav {
        position: static;
        transform: translateY(0);
        justify-content: flex-end;
        margin-top: 16px
    }
}

.gallery_slider_arrow {
    cursor: pointer;
    background-color: #f2f0e7;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 12px;
    transition: all .3s
}

@media screen and (max-width:767px) {
    .gallery_slider_arrow {
        width: 38px;
        height: 38px;
        margin-right: 10px
    }
}

.gallery_slider_arrow:hover {
    background-color: #912f46
}

.gallery_slider_arrow:hover svg {
    fill: #fff
}

.gallery_slider_arrow:last-child {
    margin-right: 0
}

.gallery_slider_arrow svg {
    display: block;
    fill: #0a0e19;
    transition: all .3s
}

@media screen and (max-width:767px) {
    .gallery_slider_arrow svg {
        width: 19px;
        height: 14px
    }
}

.gallery_carousel_item.swiper-slide {
    height: 645px;
    scale: .7;
    transition: scale .3s;
    transform-origin: left center
}

@media screen and (max-width:1440px) {
    .gallery_carousel_item.swiper-slide {
        height: 484px
    }
}

@media screen and (max-width:991px) {
    .gallery_carousel_item.swiper-slide {
        height: 362px
    }
}

.gallery_carousel_item.swiper-slide-active {
    scale: 1
}

.gallery_carousel_item.swiper-slide-prev {
    transform-origin: right center
}

.gallery_carousel_item img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.gallery_carousel_arrow {
    position: absolute;
    top: 50%;
    z-index: 4;
    transform: translateY(-50%);
    cursor: pointer;
    background-color: #f2f0e7;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .3s
}

@media screen and (max-width:767px) {
    .gallery_carousel_arrow {
        width: 38px;
        height: 38px
    }
}

.gallery_carousel_arrow:hover {
    background-color: #912f46
}

.gallery_carousel_arrow:hover svg {
    fill: #fff
}

.gallery_carousel_arrow:last-child {
    margin-right: 0
}

.gallery_carousel_arrow svg {
    display: block;
    fill: #0a0e19;
    transition: all .3s
}

@media screen and (max-width:767px) {
    .gallery_carousel_arrow svg {
        width: 19px;
        height: 14px
    }
}

.gallery_carousel_prev {
    left: 22.1%
}

@media screen and (max-width:991px) {
    .gallery_carousel_prev {
        left: 18.45%
    }
}

.gallery_carousel_next {
    right: 22.1%
}

@media screen and (max-width:991px) {
    .gallery_carousel_next {
        right: 18.45%
    }
}

.gift_slider_item {
    min-height: 836px;
    align-items: flex-end
}

@media screen and (max-width:1440px) {
    .gift_slider_item {
        min-height: 627px
    }
}

@media screen and (max-width:991px) {
    .gift_slider_item {
        min-height: 554px
    }
}

.gift_slider_item.swiper-slide {
    display: flex;
    height: auto
}

.gift_item_img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%
}

.gift_item_img img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.gift_item_info {
    position: relative;
    z-index: 3;
    width: 100%;
    padding: 50px 64px
}

@media screen and (max-width:1100px) {
    .gift_item_info {
        padding: 50px 32px
    }
}

@media screen and (max-width:991px) {
    .gift_item_info {
        padding: 105px 32px 38px
    }
}

@media screen and (max-width:767px) {
    .gift_item_info {
        padding: 105px 20px 38px
    }
}

.gift_item_info:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0, #000 100%);
    opacity: .8;
    mix-blend-mode: multiply
}

.gift_item_description {
    position: relative;
    z-index: 2;
    max-width: 1135px
}

.gift_item_description .link {
    display: inline-block;
    margin-top: 56px
}

@media screen and (max-width:991px) {
    .gift_item_description .link {
        margin-top: 32px
    }
}

.gift_item_name {
    color: #f9f6f4;
    font-weight: 100;
    font-size: 40px;
    line-height: 45px;
    letter-spacing: -.02em;
    margin-bottom: 32px
}

@media screen and (max-width:991px) {
    .gift_item_name {
        font-size: 25px;
        line-height: 33px;
        margin-bottom: 16px
    }
}

.gift_item_name+.link {
    margin-top: 24px
}

@media screen and (max-width:991px) {
    .gift_item_name+.link {
        margin-top: 0
    }
}

.gift_item_text {
    color: #f9f6f4;
    font-weight: 100;
    font-size: 25px;
    line-height: 33px;
    letter-spacing: -.02em
}

@media screen and (max-width:991px) {
    .gift_item_text {
        font-size: 18px;
        line-height: 24px
    }
}

.gift_slider_arrow {
    position: absolute;
    top: 32.89%;
    z-index: 4;
    cursor: pointer;
    background-color: #f2f0e7;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .3s
}

@media screen and (max-width:991px) {
    .gift_slider_arrow {
        top: 47px
    }
}

@media screen and (max-width:767px) {
    .gift_slider_arrow {
        width: 38px;
        height: 38px
    }
}

.gift_slider_arrow:hover {
    background-color: #912f46
}

.gift_slider_arrow:hover svg {
    fill: #fff
}

.gift_slider_arrow:last-child {
    margin-right: 0
}

.gift_slider_arrow svg {
    display: block;
    fill: #0a0e19;
    transition: all .3s
}

@media screen and (max-width:767px) {
    .gift_slider_arrow svg {
        width: 19px;
        height: 14px
    }
}

.gift_slider_prev {
    left: 64px
}

@media screen and (max-width:1100px) {
    .gift_slider_prev {
        left: 32px
    }
}

@media screen and (max-width:767px) {
    .gift_slider_prev {
        left: 20px
    }
}

.gift_slider_next {
    right: 64px
}

@media screen and (max-width:1100px) {
    .gift_slider_next {
        right: 32px
    }
}

@media screen and (max-width:767px) {
    .gift_slider_next {
        right: 20px
    }
}

.events_section .description_section {
    margin-bottom: 24px
}

@media screen and (max-width:991px) {
    .events_section .description_section {
        margin-bottom: 40px
    }
}

.events_section .description_section .typical_text {
    max-width: 418px;
    margin: 0 auto
}

.events_wrap {
    display: flex;
    max-width: 1330px;
    margin: 0 auto
}

@media screen and (max-width:767px) {
    .events_wrap {
        display: block
    }
}

.events_column {
    width: 50%;
    padding-right: 32px;
    border-right: 1px solid rgba(145, 47, 70, .2)
}

@media screen and (max-width:767px) {
    .events_column {
        width: 100%;
        padding-right: 0;
        padding-bottom: 24px;
        margin-bottom: 24px;
        border-right: 0;
        border-bottom: 1px solid rgba(145, 47, 70, .2)
    }
}

.events_column:last-child {
    border-right: none;
    padding-right: 0;
    padding-left: 32px;
    display: flex;
    justify-content: flex-end
}

@media screen and (max-width:767px) {
    .events_column:last-child {
        padding-left: 0;
        padding-bottom: 0;
        margin-bottom: 0;
        border-bottom: 0
    }
}

.event_item {
    max-width: 523px
}

@media screen and (max-width:767px) {
    .event_item {
        max-width: none
    }
}

.event_item_info {
    text-align: center;
    padding-top: 20px
}

.event_item_info .link {
    display: inline-block;
    margin-top: 10px
}

.event_item_details {
    color: #912f46;
    font-size: 14px;
    line-height: 17px;
    font-family: "Century Gothic Bold", Arial, sans-serif;
    letter-spacing: .29em;
    text-transform: uppercase;
    margin-bottom: 10px
}

@media screen and (max-width:991px) {
    .event_item_details {
        font-size: 11px;
        line-height: 13px
    }
}

.event_item_name {
    display: inline-block;
    text-decoration: none;
    color: #2f3136;
    font-weight: 100;
    font-size: 40px;
    line-height: 45px;
    margin-bottom: 10px
}

@media screen and (max-width:991px) {
    .event_item_name {
        font-size: 25px;
        line-height: 33px
    }
}

.faq_slide.swiper-slide {
    height: auto
}

.faq_item {
    height: 100%;
    padding: 37px 44px 37px 24px;
    border: .5px solid #2f3136;
    background-color: #f2f0e7
}

.faq_item .typical_text {
    padding-left: 28px
}

.faq_item_name {
    display: flex;
    align-items: flex-start;
    margin-bottom: 33px;
    color: #2f3136;
    font-weight: 100;
    font-size: 25px;
    line-height: 33px;
    letter-spacing: -.02em
}

.faq_item_name img {
    position: relative;
    top: 8px;
    margin-right: 16px
}

.testimonials_section {
    position: relative;
    min-height: 607px;
    padding: 64px 0;
    display: flex;
    align-items: center
}

@media screen and (max-width:767px) {
    .testimonials_section {
        min-height: 567px
    }
}

.testimonials_section .container {
    width: 100%
}

.testimonials_section .description_section {
    margin-bottom: 70px
}

@media screen and (max-width:991px) {
    .testimonials_section .description_section {
        margin-bottom: 50px
    }
}

.testimonials_vector {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 31.25%;
    max-width: 540px
}

@media screen and (max-width:991px) {
    .testimonials_vector {
        max-width: none;
        width: 50%
    }
}

@media screen and (max-width:576px) {
    .testimonials_vector {
        margin-top: 64px;
        width: 100%
    }
}

.testimonials_vector img {
    width: 100%
}

.testimonials_inner {
    position: relative;
    z-index: 3;
    padding: 0 54px
}

@media screen and (max-width:576px) {
    .testimonials_inner {
        padding: 0
    }
}

.testimonial_slide {
    text-align: center
}

.testimonial_item_text {
    color: #2f3136;
    font-weight: 100;
    font-size: 25px;
    line-height: 33px;
    letter-spacing: -.02em;
    margin-bottom: 16px
}

@media screen and (max-width:576px) {
    .testimonial_item_text {
        max-width: 303px;
        margin: 0 auto 16px
    }
}

.testimonial_item_name {
    color: #912f46;
    font-weight: 300;
    font-size: 18px;
    line-height: 24px;
    font-family: Alpino, serif;
    letter-spacing: -.02em
}

.testimonial_item_rating {
    margin-top: 16px;
    display: flex;
    justify-content: center
}

.testimonial_item_rating img {
    margin-right: 13px
}

.testimonial_item_rating img:last-child {
    margin-right: 0
}

.testimonials_slider_nav {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 64px
}

.testimonials_slider_arrow {
    cursor: pointer;
    background-color: #f2f0e7;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 12px;
    transition: all .3s
}

@media screen and (max-width:767px) {
    .testimonials_slider_arrow {
        width: 38px;
        height: 38px;
        margin-right: 9px
    }
}

.testimonials_slider_arrow:hover {
    background-color: #912f46
}

.testimonials_slider_arrow:hover svg {
    fill: #fff
}

.testimonials_slider_arrow:last-child {
    margin-right: 0
}

.testimonials_slider_arrow svg {
    display: block;
    fill: #0a0e19;
    transition: all .3s
}

@media screen and (max-width:767px) {
    .testimonials_slider_arrow svg {
        width: 19px;
        height: 14px
    }
}

.overview_section {
    position: relative;
    z-index: 3
}

.overview_inner {
    max-width: 1062px;
    margin: -80px auto 0
}

@media screen and (max-width:767px) {
    .overview_inner {
        margin-top: -70px
    }
}

.overview_include {
    background-color: #f2f0e7;
    padding: 43px 44px 44px;
    margin-bottom: 80px
}

@media screen and (max-width:991px) {
    .overview_include {
        padding: 41px 17px 35px;
        margin-bottom: 50px
    }
}

@media screen and (max-width:767px) {
    .overview_include {
        margin-bottom: 70px
    }
}

.overview_include .title_category {
    text-align: center;
    margin-bottom: 20px
}

@media screen and (max-width:767px) {
    .overview_include .title_category {
        display: none
    }
}

.overview_include_list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: 0 -21px -21px
}

@media screen and (max-width:991px) {
    .overview_include_list {
        margin: 0 -12px;
        display: grid;
    }
}

.overview_include_item {
    display: flex;
    align-items: center;
    margin: 0 21px 21px;
    color: #2f3136;
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    font-family: Alpino, serif;
    letter-spacing: -.02em
}

@media screen and (max-width:991px) {
    .overview_include_item {
        margin: 0 12px
    }
}

.overview_include_star {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    margin-right: 8px
}

@media screen and (max-width:991px) {
    .overview_include_star {
        width: 28px;
        height: 22px
    }
}

.overview_wrap {
    display: flex
}

@media screen and (max-width:767px) {
    .overview_wrap {
        flex-direction: column
    }
}

.overview_left {
    width: 100%;
    padding-right: 100px
}

@media screen and (max-width:991px) {
    .overview_left {
        padding-right: 64px
    }
}

@media screen and (max-width:767px) {
    .overview_left {
        width: 100%;
        padding-right: 0;
        order: 2
    }
}

.overview_left .separate {
    display: none
}

@media screen and (max-width:767px) {
    .overview_left .separate {
        display: flex
    }
}

.overview_about {
    margin-bottom: 64px
}

@media screen and (max-width:767px) {
    .overview_about {
        text-align: center
    }
}

.overview_about:last-child {
    margin-bottom: 0
}

.overview_about .title_category {
    margin-bottom: 24px
}

@media screen and (max-width:767px) {
    .overview_about .title_category {
        margin-bottom: 16px
    }
}

.overview_about .btn {
    display: none
}

@media screen and (max-width:767px) {
    .overview_about .btn {
        display: inline-flex;
        margin-top: 37px
    }
}

.overview_about .small_text p{
    font-size: 0.8em;
}

.overview_right {
    min-width: 388px;
    width: 388px
}

@media screen and (max-width:767px) {
    .overview_right {
        min-width: auto;
        width: 100%;
        order: 1;
        margin-bottom: 64px
    }
}

.overview_list {
    margin-bottom: 70px
}

@media screen and (max-width:767px) {
    .overview_list {
        margin-bottom: 56px
    }
}

.overview_list .title_category {
    margin-bottom: 16px
}

@media screen and (max-width:767px) {
    .overview_list .title_category {
        text-align: center;
        margin-bottom: 12px
    }
}

@media screen and (max-width:767px) {
    .overview_list .typical_text {
        display: flex;
        margin: 0 -16px
    }
}

.overview_list .typical_text ul {
    margin-bottom: 0
}

@media screen and (max-width:767px) {
    .overview_list .typical_text ul {
        width: calc(100% - 32px);
        margin: 0 16px
    }
}

.overview_booking {
    background-color: #f2f0e7;
    padding: 44px 23px 42px
}

@media screen and (max-width:767px) {
    .overview_booking {
        text-align: center;
        padding: 22px
    }
}

.overview_booking .title_category {
    margin-bottom: 24px
}

@media screen and (max-width:767px) {
    .overview_booking .title_category {
        margin-bottom: 12px
    }
}

.overview_booking .btn {
    margin: 24px 0 0 0
}

@media screen and (max-width:767px) {
    .overview_booking .btn {
        margin: 18px 0 0
    }
}

.overview_booking_wrap {
    display: flex;
    justify-content: space-between
}

@media screen and (max-width:767px) {
    .overview_booking_wrap {
        justify-content: center;
        margin: 0 -24px
    }
}

@media screen and (max-width:375px) {
    .overview_booking_wrap {
        margin: 0 -8px
    }
}

.overview_booking_item {
    padding-right: 16px
}

@media screen and (max-width:767px) {
    .overview_booking_item {
        text-align: center;
        padding-right: 0;
        margin: 0 24px
    }
}

@media screen and (max-width:375px) {
    .overview_booking_item {
        margin: 0 8px
    }
}

.overview_booking_price {
    color: #2f3136;
    font-weight: 100;
    font-size: 25px;
    line-height: 33px;
    letter-spacing: -.02em;
    margin-bottom: 5px
}

.overview_booking_period {
    color: #912f46;
    font-weight: 300;
    font-size: 18px;
    line-height: 24px;
    font-family: Alpino, serif;
    letter-spacing: -.02em
}

@media screen and (max-width:991px) {
    .overview_booking_period {
        font-size: 16px;
        line-height: 19px
    }
}

.treatment_section {
    padding: 64px 0;
    overflow: hidden
}

.treatment_section.bg_aqua .treatments_slider_arrow,
.treatment_section.bg_beige .treatments_slider_arrow,
.treatment_section.bg_violet .treatments_slider_arrow {
    background-color: #fff
}

.treatment_section .content_wrap {
    margin-bottom: 64px
}

.treatment_section .content_wrap:last-child {
    margin-bottom: 0
}

.treatment_section .content_about_text {
    max-width: 500px
}

@media screen and (max-width:767px) {
    .treatment_section .content_about_text {
        max-width: none
    }
}

.treatments_slider.swiper {
    display: flex;
    flex-direction: column
}

@media screen and (max-width:767px) {
    .treatments_slider.swiper {
        padding: 0 20px;
        margin: 0 -20px
    }
}

.treatments_slider .swiper-wrapper {
    margin: 0 auto;
    width: auto
}

.treatment_slide {
    border: .5px solid #2f3136;
    background-color: #fff
}

.treatment_slide.swiper-slide {
    height: auto;
    padding: 42px 53px 48px 24px;
    display: flex;
    flex-direction: column
}

@media screen and (max-width:1600px) {
    .treatment_slide.swiper-slide {
        padding-right: 24px
    }
}

.treatment_item_name {
    display: flex;
    align-items: flex-start;
    margin-bottom: 7px;
    color: #2f3136;
    font-weight: 100;
    font-size: 25px;
    line-height: 33px;
    letter-spacing: -.02em
}

.treatment_item_name img {
    position: relative;
    top: 8px;
    margin-right: 16px
}

.treatment_item_body {
    flex: 1 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    padding: 0 0 0 30px
}

.treatment_item_body .link {
    margin-top: 24px
}

.treatment_item_body .link:after {
    left: 0;
    transform: translateX(0)
}

.treatment_item_details {
    display: flex;
    align-items: flex-start;
    padding: 8px 11px;
    background-color: rgba(145, 47, 70, .05);
    margin-bottom: 31px
}

@media screen and (max-width:1100px) {
    .treatment_item_details {
        flex-direction: column
    }
}

.treatment_item_option {
    display: flex;
    color: #0a0e19;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    font-family: Alpino, serif;
    letter-spacing: -.02em;
    border-right: 1px solid #2f3136;
    padding-right: 12px;
    margin-right: 12px
}

@media screen and (max-width:1600px) {
    .treatment_item_option {
        font-size: 16px;
        line-height: 19px
    }
}

@media screen and (max-width:1100px) {
    .treatment_item_option {
        margin-bottom: 8px;
        border-right: none;
        padding-right: 0;
        margin-right: 0
    }
}

.treatment_item_option:last-child {
    border-right: none;
    padding-right: 0;
    margin-right: 0
}

.treatment_item_option span {
    white-space: nowrap;
    margin-right: 24px
}

@media screen and (max-width:1600px) {
    .treatment_item_option span {
        margin-right: 12px
    }
}

.treatment_item_option span:last-child {
    margin-right: 0
}

.treatment_item_option svg {
    position: relative;
    top: 4px;
    min-width: 15px;
    fill: #2f3136;
    margin-right: 10px
}

@media screen and (max-width:1600px) {
    .treatment_item_option svg {
        top: 2px
    }
}

.treatments_slider_nav {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 40px
}

@media screen and (max-width:767px) {
    .treatments_slider_nav {
        justify-content: flex-end
    }
}

.treatments_slider_arrow {
    cursor: pointer;
    background-color: #f2f0e7;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 12px;
    transition: all .3s
}

@media screen and (max-width:767px) {
    .treatments_slider_arrow {
        width: 38px;
        height: 38px;
        margin-right: 9px
    }
}

.treatments_slider_arrow:hover {
    background-color: #912f46
}

.treatments_slider_arrow:hover svg {
    fill: #fff
}

.treatments_slider_arrow:last-child {
    margin-right: 0
}

.treatments_slider_arrow svg {
    display: block;
    fill: #0a0e19;
    transition: all .3s
}

@media screen and (max-width:767px) {
    .treatments_slider_arrow svg {
        width: 19px;
        height: 14px
    }
}

.cta_section {
    position: relative
}

.cta_bg {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%
}

.cta_bg img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.cta_inner {
    position: relative;
    z-index: 2;
    min-height: 752px;
    padding: 64px 0;
    display: flex;
    align-items: center
}

@media screen and (max-width:991px) {
    .cta_inner {
        min-height: 665px;
        padding-left: 23px;
        padding-right: 23px
    }
}

.cta_info {
    position: relative;
    width: 100%;
    max-width: 954px;
    margin: 0 auto;
    padding: 36px 24px;
    text-align: center;
    min-height: 403px;
    display: flex;
    align-items: center
}

@media screen and (max-width:991px) {
    .cta_info {
        padding: 31px 15px;
        min-height: auto
    }
}

.cta_info_bg {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    opacity: .98
}

.cta_vector {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 70.64%;
    height: 100%;
    opacity: .51;
    overflow: hidden
}

@media screen and (max-width:767px) {
    .cta_vector {
        top: 11.32%;
        width: 92.23%
    }
}

.cta_vector.violet svg {
    fill: #ccbee1
}

.cta_vector.brown svg {
    fill: #c9816c
}

.cta_vector.aqua svg {
    fill: #94bcbe
}

.cta_vector.red svg {
    color: #881530
}

.cta_vector svg {
    width: 100%;
    height: 100%
}

.cta_vector img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

@media screen and (max-width:767px) {
    .cta_vector_desktop {
        display: none
    }
}

.cta_vector_mobile {
    display: none
}

@media screen and (max-width:767px) {
    .cta_vector_mobile {
        display: block
    }
}

.cta_description {
    position: relative;
    z-index: 3;
    max-width: 803px;
    margin: 0 auto
}

.cta_description .title_section {
    margin-bottom: 36px
}

@media screen and (max-width:991px) {
    .cta_description .title_section {
        margin-bottom: 16px
    }
}

.cta_description .typical_text {
    max-width: 590px;
    margin: 0 auto
}

.cta_description .btn {
    margin-top: 36px
}

@media screen and (max-width:991px) {
    .cta_description .btn {
        margin-top: 16px
    }
}

.cta_category {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 38px
}

@media screen and (max-width:991px) {
    .cta_category {
        margin-bottom: 16px
    }
}

.cta_category_icon {
    position: relative;
    width: 35px;
    height: 35px;
    background-color: #fffbf9;
    border-radius: 50%;
    margin-bottom: 8px;
    display: flex;
    align-items: center;
    justify-content: center
}

@media screen and (max-width:991px) {
    .cta_category_icon {
        width: 24px;
        height: 24px
    }
}

.cta_category_icon:before {
    content: "";
    position: absolute;
    top: 2px;
    left: 2px;
    bottom: 2px;
    right: 2px;
    border: 1px solid #ce993a;
    border-radius: 50%
}

.cta_category_icon img {
    padding-bottom: 2px
}

@media screen and (max-width:991px) {
    .cta_category_icon img {
        max-width: 11px
    }
}

.cta_category_text {
    color: #2f3136;
    font-size: 14px;
    line-height: 17px;
    font-family: "Century Gothic Bold", Arial, sans-serif;
    letter-spacing: .29em;
    text-transform: uppercase
}

@media screen and (max-width:991px) {
    .cta_category_text {
        font-size: 11px;
        line-height: 13px
    }
}

.cta_category_text.white {
    color: #fff
}

.join_section {
    position: relative;
    padding: 25px 0
}

.join_vector_left {
    position: absolute;
    bottom: 0;
    left: 72px;
    z-index: 1;
    opacity: .51;
    width: 21.49%
}

@media screen and (max-width:767px) {
    .join_vector_left {
        top: 16px;
        bottom: auto;
        left: 0
    }
}

.join_vector_left img {
    width: 100%
}

.join_vector_right {
    position: absolute;
    bottom: 0;
    right: 32px;
    z-index: 1;
    opacity: .51;
    width: 21.49%
}

@media screen and (max-width:767px) {
    .join_vector_right {
        top: 16px;
        bottom: auto;
        right: 0
    }
}

.join_vector_right img {
    width: 100%
}

.join_description {
    position: relative;
    z-index: 2;
    text-align: center
}

@media screen and (max-width:576px) {
    .join_description {
        max-width: 322px;
        margin: 0 auto
    }
}

.join_description .title_block {
    margin-bottom: 10px
}

.join_description .btn {
    padding: 22px 27px;
    margin-top: 20px
}

@media screen and (max-width:991px) {
    .join_description .btn {
        padding: 13px 25px
    }
}

.footer {
    background-color: #f7f6f0;
    padding: 0 0 62px
}

@media screen and (max-width:991px) {
    .footer {
        padding: 0px 0 25px
    }
}

.footer_main {
    display: flex;
    padding-bottom: 34px
}

@media screen and (max-width:991px) {
    .footer_main {
        display: block
    }
}

@media screen and (max-width:767px) {
    .footer_main {
        padding-bottom: 23px;
        margin-bottom: 42px;
        border-bottom: 1px solid rgba(145, 47, 70, .2)
    }
}

.footer_main_left {
    display: flex;
    width: 64.875%
}

@media screen and (max-width:1440px) {
    .footer_main_left {
        width: 60%
    }
}

@media screen and (max-width:991px) {
    .footer_main_left {
        width: 100%;
        border-bottom: 1px solid rgba(145, 47, 70, .2);
        padding-bottom: 27px;
        margin-bottom: 27px
    }
}

@media screen and (max-width:576px) {
    .footer_main_left {
        display: block
    }
}

.footer_nav {
    display: flex;
    width: 65.31%
}

@media screen and (max-width:1440px) {
    .footer_nav {
        width: 70%
    }
}

@media screen and (max-width:576px) {
    .footer_nav {
        width: 100%;
        margin-bottom: 40px
    }
}

.footer_nav ul {
    width: 50%;
    padding-right: 32px
}

.footer_nav li {
    margin-bottom: 10px
}

@media screen and (max-width:1200px) {
    .footer_nav li {
        margin-bottom: 15px
    }
}

@media screen and (max-width:576px) {
    .footer_nav li {
        margin-bottom: 3px
    }
}

.footer_nav li:last-child {
    margin-bottom: 0
}

.footer_nav a {
    text-decoration: none;
    color: #2f3136;
    font-weight: 100;
    font-size: 35px;
    line-height: 40px;
    letter-spacing: -.02em;
    transition: all .3s
}

@media screen and (max-width:1200px) {
    .footer_nav a {
        font-size: 25px;
        line-height: 33px
    }
}

.footer_nav a:hover {
    color: #912f46
}

.footer_name {
    color: #912f46;
    font-size: 12px;
    line-height: 14px;
    font-family: "Century Gothic Bold", Arial, sans-serif;
    letter-spacing: .29em;
    text-transform: uppercase;
    margin-bottom: 25px;
    text-decoration: none;
}

@media screen and (max-width:991px) {
    .footer_name {
        font-size: 11px;
        line-height: 13px
    }
}

@media screen and (max-width:576px) {
    .footer_name {
        margin-bottom: 9px
    }
}

.footer_estate .footer_name {
    margin-bottom: 30px
}

@media screen and (max-width:576px) {
    .footer_estate .footer_name {
        margin-bottom: 12px
    }
}

@media screen and (max-width:576px) {
    .footer_estate_list {
        display: flex
    }
}

.footer_estate_item {
    margin-bottom: 33px
}

@media screen and (max-width:576px) {
    .footer_estate_item {
        margin: 0 27px 0 0;
        max-width: 75px
    }
}

.footer_estate_item:last-child {
    margin-bottom: 0
}

@media screen and (max-width:576px) {
    .footer_estate_item:last-child {
        margin-right: 0
    }
}

.footer_main_right {
    width: 35.125%;
    border-left: 1px solid rgba(145, 47, 70, .2);
    padding-left: 65px
}

@media screen and (max-width:1440px) {
    .footer_main_right {
        width: 40%;
        padding-left: 32px
    }
}

@media screen and (max-width:991px) {
    .footer_main_right {
        width: 100%;
        padding-left: 0;
        border-left: none
    }
}

.footer_submenu {
    display: flex;
    padding-bottom: 38px;
    padding-left: 41px
}

@media screen and (max-width:1440px) {
    .footer_submenu {
        padding-left: 32px
    }
}

@media screen and (max-width:1200px) {
    .footer_submenu {
        padding-left: 0
    }
}

@media screen and (max-width:991px) {
    .footer_submenu {
        padding-bottom: 27px
    }
}

@media screen and (max-width:576px) {
    .footer_submenu {
        display: block
    }
}

.footer_submenu ul {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin: 0 0 -17px
}

.footer_submenu li {
    width: 50%;
    padding-right: 24px;
    margin-bottom: 17px
}

@media screen and (max-width:576px) {
    .footer_submenu li {
        width: auto;
        padding-right: 8px;
        flex: 1 0 auto
    }
}

.footer_submenu li:last-child {
    margin-bottom: 0
}

@media screen and (max-width:576px) {
    .footer_submenu li:nth-child(4n+1) {
        flex-basis: 18%
    }
}

@media screen and (max-width:576px) {
    .footer_submenu li:nth-child(4n+2) {
        flex-basis: 27%
    }
}

@media screen and (max-width:576px) {
    .footer_submenu li:nth-child(4n+3) {
        flex-basis: 35%
    }
}

@media screen and (max-width:576px) {
    .footer_submenu li:nth-child(4n+4) {
        flex-basis: 20%
    }
}

.footer_submenu a {
    text-decoration: none;
    color: #092d32;
    font-weight: 300;
    font-size: 17px;
    line-height: 19px;
    letter-spacing: -.05em;
    transition: all .3s
}

@media screen and (max-width:576px) {
    .footer_submenu a {
        font-size: 16px;
        line-height: 18px
    }
}

.footer_submenu a:hover {
    color: #912f46
}

.footer_contact {
    border-top: 1px solid rgba(145, 47, 70, .2);
    padding-top: 46px;
    padding-left: 41px
}

@media screen and (max-width:1440px) {
    .footer_contact {
        padding-left: 32px
    }
}

@media screen and (max-width:1200px) {
    .footer_contact {
        padding-left: 0
    }
}

@media screen and (max-width:991px) {
    .footer_contact {
        padding-top: 27px
    }
}

.footer_contact_wrap {
    display: flex
}

.footer_contact_column {
    width: 50%;
    padding-right: 24px
}

@media screen and (max-width:576px) {
    .footer_contact_column {
        padding-right: 8px
    }
}

.footer_contact_item {
    margin-bottom: 10px
}

.footer_contact_item:last-child {
    margin-bottom: 0
}

.footer_contact_name {
    color: #2f3136;
    font-weight: 100;
    font-size: 17px;
    line-height: 1;
    font-family: Alpino, serif;
    letter-spacing: -.02em
}

@media screen and (max-width:576px) {
    .footer_contact_name {
        font-size: 16px;
        line-height: 18px
    }
}

.footer_contact_text {
    color: #2f3136;
    font-weight: 300;
    font-size: 17px;
    line-height: 21px;
    font-family: Alpino, serif;
    letter-spacing: -.02em
}

@media screen and (max-width:576px) {
    .footer_contact_text {
        font-size: 16px;
        line-height: 18px
    }
}

.footer_contact_text a {
    text-decoration: none;
    color: #2f3136;
    text-overflow: ellipsis;
    display: inline-block;
    overflow: hidden;
    max-width: 100%;
    transition: all .3s
}

.footer_contact_text a:hover {
    color: #912f46
}

.footer_bottom {
    display: flex;
    justify-content: space-between;
    border-top: 1px solid rgba(145, 47, 70, .2);
    padding-top: 70px
}

@media screen and (max-width:991px) {
    .footer_bottom {
        padding-top: 18px
    }
}

@media screen and (max-width:767px) {
    .footer_bottom {
        display: block
    }
}

.footer_bottom_left {
    width: 70%
}

@media screen and (max-width:767px) {
    .footer_bottom_left {
        width: 100%
    }
}

.footer_logos {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 0 -19px -20px
}

@media screen and (max-width:767px) {
    .footer_logos {
        justify-content: center;
        margin: 0 -16px -20px
    }
}

.footer_logo_item {
    margin: 0 19px 20px
}

@media screen and (max-width:767px) {
    .footer_logo_item {
        margin: 0 16px 20px
    }
}

.footer_links {
    display: flex;
    flex-wrap: wrap;
    /* max-width: 510px; */
    margin: 32px -12px -19px
}

@media screen and (max-width:576px) {
    .footer_links {
        margin: 18px -7px -13px
    }
}

.footer_links a {
    text-decoration: none;
    color: #092d32;
    font-weight: 300;
    font-size: 14px;
    line-height: 18px;
    font-family: Alpino, serif;
    letter-spacing: -.02em;
    margin: 0 12px 19px
}

@media screen and (max-width:576px) {
    .footer_links a {
        font-size: 12px;
        line-height: 16px;
        margin: 0 7px 13px
    }
}

.footer_soc {
    display: flex;
    align-items: center;
    justify-content: flex-end
}

@media screen and (max-width:767px) {
    .footer_soc {
        justify-content: flex-start;
        padding-bottom: 16px
    }
}

.footer_soc a {
    text-decoration: none;
    margin-right: 22px
}

.footer_soc a:hover svg {
    fill: #912f46
}

.footer_soc a:last-child {
    margin-right: 0
}

.footer_soc a svg {
    display: block;
    fill: #494949;
    transition: all .3s
}

.footer_cop {
    text-align: right;
    color: #092d32;
    font-weight: 300;
    font-size: 14px;
    line-height: 18px;
    font-family: Alpino, serif;
    letter-spacing: -.02em;
    margin-top: 71px
}

@media screen and (max-width:767px) {
    .footer_cop {
        text-align: left;
        font-size: 12px;
        line-height: 16px;
        margin-top: 29px
    }
}

.fade_in {
    visibility: hidden
}

@font-face {
    font-family: swiper-icons;
    src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
    font-weight: 400;
    font-style: normal
}

:root {
    --swiper-theme-color: #007aff
}

:host {
    position: relative;
    display: block;
    margin-left: auto;
    margin-right: auto;
    z-index: 1
}

.swiper {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    overflow: clip;
    list-style: none;
    padding: 0;
    z-index: 1;
    display: block
}

.swiper-vertical>.swiper-wrapper {
    flex-direction: column
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
    box-sizing: content-box
}

.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
    transform: translate3d(0, 0, 0)
}

.swiper-horizontal {
    touch-action: pan-y
}

.swiper-vertical {
    touch-action: pan-x
}

.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform;
    display: block
}

.swiper-slide-invisible-blank {
    visibility: hidden
}

.swiper-autoheight,
.swiper-autoheight .swiper-slide {
    height: auto
}

.swiper-autoheight .swiper-wrapper {
    align-items: flex-start;
    transition-property: transform, height
}

.swiper-backface-hidden .swiper-slide {
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-3d.swiper-css-mode .swiper-wrapper {
    perspective: 1200px
}

.swiper-3d .swiper-wrapper {
    transform-style: preserve-3d
}

.swiper-3d {
    perspective: 1200px
}

.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide {
    transform-style: preserve-3d
}

.swiper-css-mode>.swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none
}

.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar {
    display: none
}

.swiper-css-mode>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: start start
}

.swiper-css-mode.swiper-horizontal>.swiper-wrapper {
    scroll-snap-type: x mandatory
}

.swiper-css-mode.swiper-vertical>.swiper-wrapper {
    scroll-snap-type: y mandatory
}

.swiper-css-mode.swiper-free-mode>.swiper-wrapper {
    scroll-snap-type: none
}

.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: none
}

.swiper-css-mode.swiper-centered>.swiper-wrapper::before {
    content: '';
    flex-shrink: 0;
    order: 9999
}

.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: center center;
    scroll-snap-stop: always
}

.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child {
    margin-inline-start: var(--swiper-centered-offset-before)
}

.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper::before {
    height: 100%;
    min-height: 1px;
    width: var(--swiper-centered-offset-after)
}

.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child {
    margin-block-start: var(--swiper-centered-offset-before)
}

.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper::before {
    width: 100%;
    min-width: 1px;
    height: var(--swiper-centered-offset-after)
}

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10
}

.swiper-3d .swiper-slide-shadow {
    background: rgba(0, 0, 0, .15)
}

.swiper-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(to left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    transform-origin: 50%;
    box-sizing: border-box;
    border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
    border-radius: 50%;
    border-top-color: transparent
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
    animation: swiper-preloader-spin 1s infinite linear
}

.swiper-lazy-preloader-white {
    --swiper-preloader-color: #fff
}

.swiper-lazy-preloader-black {
    --swiper-preloader-color: #000
}

@keyframes swiper-preloader-spin {
    0% {
        transform: rotate(0)
    }
    100% {
        transform: rotate(360deg)
    }
}

.swiper-virtual .swiper-slide {
    -webkit-backface-visibility: hidden;
    transform: translateZ(0)
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
    height: 1px;
    width: var(--swiper-virtual-size)
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
    width: 1px;
    height: var(--swiper-virtual-size)
}

:root {
    --swiper-navigation-size: 44px
}

.swiper-button-next,
.swiper-button-prev {
    position: absolute;
    top: var(--swiper-navigation-top-offset, 50%);
    width: calc(var(--swiper-navigation-size)/ 44 * 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(0px - (var(--swiper-navigation-size)/ 2));
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--swiper-navigation-color, var(--swiper-theme-color))
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none
}

.swiper-button-next.swiper-button-hidden,
.swiper-button-prev.swiper-button-hidden {
    opacity: 0;
    cursor: auto;
    pointer-events: none
}

.swiper-navigation-disabled .swiper-button-next,
.swiper-navigation-disabled .swiper-button-prev {
    display: none !important
}

.swiper-button-next svg,
.swiper-button-prev svg {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transform-origin: center
}

.swiper-rtl .swiper-button-next svg,
.swiper-rtl .swiper-button-prev svg {
    transform: rotate(180deg)
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
    left: var(--swiper-navigation-sides-offset, 10px);
    right: auto
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
    right: var(--swiper-navigation-sides-offset, 10px);
    left: auto
}

.swiper-button-lock {
    display: none
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    text-transform: none !important;
    letter-spacing: 0;
    font-variant: initial;
    line-height: 1
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
    content: 'prev'
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
    right: var(--swiper-navigation-sides-offset, 10px);
    left: auto
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
    content: 'next'
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    transition: .3s opacity;
    transform: translate3d(0, 0, 0);
    z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0
}

.swiper-pagination-disabled>.swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
    display: none !important
}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: var(--swiper-pagination-bottom, 8px);
    top: var(--swiper-pagination-top, auto);
    left: 0;
    width: 100%
}

.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transform: scale(.33);
    position: relative
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    transform: scale(.33)
}

.swiper-pagination-bullet {
    width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
    height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
    display: inline-block;
    border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
    background: var(--swiper-pagination-bullet-inactive-color, #000);
    opacity: var(--swiper-pagination-bullet-inactive-opacity, .2)
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    -webkit-appearance: none;
    appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}

.swiper-pagination-bullet:only-child {
    display: none !important
}

.swiper-pagination-bullet-active {
    opacity: var(--swiper-pagination-bullet-opacity, 1);
    background: var(--swiper-pagination-color, var(--swiper-theme-color))
}

.swiper-pagination-vertical.swiper-pagination-bullets,
.swiper-vertical>.swiper-pagination-bullets {
    right: var(--swiper-pagination-right, 8px);
    left: var(--swiper-pagination-left, auto);
    top: 50%;
    transform: translate3d(0, -50%, 0)
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
    display: block
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    transform: translateY(-50%);
    width: 8px
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    transition: .2s transform, .2s top
}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px)
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: .2s transform, .2s left
}

.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: .2s transform, .2s right
}

.swiper-pagination-fraction {
    color: var(--swiper-pagination-fraction-color, inherit)
}

.swiper-pagination-progressbar {
    background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, .25));
    position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: scale(0);
    transform-origin: left top
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    transform-origin: right top
}

.swiper-horizontal>.swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: var(--swiper-pagination-progressbar-size, 4px);
    left: 0;
    top: 0
}

.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-vertical>.swiper-pagination-progressbar {
    width: var(--swiper-pagination-progressbar-size, 4px);
    height: 100%;
    left: 0;
    top: 0
}

.swiper-pagination-lock {
    display: none
}

.swiper-scrollbar {
    border-radius: var(--swiper-scrollbar-border-radius, 10px);
    position: relative;
    touch-action: none;
    background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, .1))
}

.swiper-scrollbar-disabled>.swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
    display: none !important
}

.swiper-horizontal>.swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
    position: absolute;
    left: var(--swiper-scrollbar-sides-offset, 1%);
    bottom: var(--swiper-scrollbar-bottom, 4px);
    top: var(--swiper-scrollbar-top, auto);
    z-index: 50;
    height: var(--swiper-scrollbar-size, 4px);
    width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%))
}

.swiper-scrollbar.swiper-scrollbar-vertical,
.swiper-vertical>.swiper-scrollbar {
    position: absolute;
    left: var(--swiper-scrollbar-left, auto);
    right: var(--swiper-scrollbar-right, 4px);
    top: var(--swiper-scrollbar-sides-offset, 1%);
    z-index: 50;
    width: var(--swiper-scrollbar-size, 4px);
    height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%))
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, .5));
    border-radius: var(--swiper-scrollbar-border-radius, 10px);
    left: 0;
    top: 0
}

.swiper-scrollbar-cursor-drag {
    cursor: move
}

.swiper-scrollbar-lock {
    display: none
}

.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center
}

.swiper-zoom-container>canvas,
.swiper-zoom-container>img,
.swiper-zoom-container>svg {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain
}

.swiper-slide-zoomed {
    cursor: move;
    touch-action: none
}

.swiper .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000
}

.swiper-free-mode>.swiper-wrapper {
    transition-timing-function: ease-out;
    margin: 0 auto
}

.swiper-grid>.swiper-wrapper {
    flex-wrap: wrap
}

.swiper-grid-column>.swiper-wrapper {
    flex-wrap: wrap;
    flex-direction: column
}

.swiper-fade.swiper-free-mode .swiper-slide {
    transition-timing-function: ease-out
}

.swiper-fade .swiper-slide {
    pointer-events: none;
    transition-property: opacity
}

.swiper-fade .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-fade .swiper-slide-active {
    pointer-events: auto
}

.swiper-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-cube {
    overflow: visible
}

.swiper-cube .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    visibility: hidden;
    transform-origin: 0 0;
    width: 100%;
    height: 100%
}

.swiper-cube .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-cube.swiper-rtl .swiper-slide {
    transform-origin: 100% 0
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible
}

.swiper-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: .6;
    z-index: 0
}

.swiper-cube .swiper-cube-shadow:before {
    content: '';
    background: #000;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    filter: blur(50px)
}

.swiper-cube .swiper-slide-next+.swiper-slide {
    pointer-events: auto;
    visibility: visible
}

.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-flip {
    overflow: visible
}

.swiper-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1
}

.swiper-flip .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-creative .swiper-slide {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden;
    transition-property: transform, opacity, height
}

.swiper-cards {
    overflow: visible
}

.swiper-cards .swiper-slide {
    transform-origin: center bottom;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden
}

.choices {
    position: relative;
    overflow: hidden;
    margin-bottom: 24px;
    font-size: 20px
}

.choices:focus {
    outline: 0
}

.choices:last-child {
    margin-bottom: 0
}

.choices.is-open {
    overflow: visible
}

.choices.is-disabled .choices__inner,
.choices.is-disabled .choices__input {
    background-color: #eaeaea;
    cursor: not-allowed;
    -webkit-user-select: none;
    user-select: none
}

.choices.is-disabled .choices__item {
    cursor: not-allowed
}

.choices [hidden] {
    display: none !important
}

.choices[data-type*=select-one] {
    cursor: pointer
}

.choices[data-type*=select-one] .choices__input {
    display: block;
    width: 100%;
    padding: 10px;
    border-bottom: 1px solid #ddd;
    background-color: #fff;
    margin: 0
}

.choices[data-type*=select-one] .choices__button {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMSAyMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0yLjU5Mi4wNDRsMTguMzY0IDE4LjM2NC0yLjU0OCAyLjU0OEwuMDQ0IDIuNTkyeiIvPjxwYXRoIGQ9Ik0wIDE4LjM2NEwxOC4zNjQgMGwyLjU0OCAyLjU0OEwyLjU0OCAyMC45MTJ6Ii8+PC9nPjwvc3ZnPg==);
    padding: 0;
    background-size: 8px;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -10px;
    margin-right: 25px;
    height: 20px;
    width: 20px;
    border-radius: 10em;
    opacity: .25
}

.choices[data-type*=select-one] .choices__button:focus,
.choices[data-type*=select-one] .choices__button:hover {
    opacity: 1
}

.choices[data-type*=select-one] .choices__button:focus {
    box-shadow: 0 0 0 2px #00bcd4
}

.choices[data-type*=select-one] .choices__item[data-value=""] .choices__button {
    display: none
}

.choices[data-type*=select-one]::after {
    content: "";
    background: no-repeat center/cover;
    width: 11px;
    height: 9px;
    position: absolute;
    right: 15px;
    top: 50%;
    z-index: 2;
    transform: translateY(-50%);
    pointer-events: none
}

.choices[data-type*=select-one].is-open::after {
    transform: translateY(-50%) rotate(180deg)
}

.choices[data-type*=select-one][dir=rtl]::after {
    left: 11.5px;
    right: auto
}

.choices[data-type*=select-one][dir=rtl] .choices__button {
    right: auto;
    left: 0;
    margin-left: 25px;
    margin-right: 0
}

.choices[data-type*=select-multiple] .choices__inner,
.choices[data-type*=text] .choices__inner {
    cursor: text
}

.choices[data-type*=select-multiple] .choices__button,
.choices[data-type*=text] .choices__button {
    position: relative;
    display: inline-block;
    margin-top: 0;
    margin-right: -4px;
    margin-bottom: 0;
    margin-left: 8px;
    padding-left: 16px;
    border-left: 1px solid #008fa1;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMSAyMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSIjRkZGIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0yLjU5Mi4wNDRsMTguMzY0IDE4LjM2NC0yLjU0OCAyLjU0OEwuMDQ0IDIuNTkyeiIvPjxwYXRoIGQ9Ik0wIDE4LjM2NEwxOC4zNjQgMGwyLjU0OCAyLjU0OEwyLjU0OCAyMC45MTJ6Ii8+PC9nPjwvc3ZnPg==);
    background-size: 8px;
    width: 8px;
    line-height: 1;
    opacity: .75;
    border-radius: 0
}

.choices[data-type*=select-multiple] .choices__button:focus,
.choices[data-type*=select-multiple] .choices__button:hover,
.choices[data-type*=text] .choices__button:focus,
.choices[data-type*=text] .choices__button:hover {
    opacity: 1
}

.choices__inner {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    background-color: transparent;
    border-radius: 2px;
    border: 1px solid #d1d5db;
    background-color: #fff;
    padding: 0 10px 0 10px;
    color: #000;
    font-size: 20px;
    line-height: 40px;
    font-family: Petrona, serif;
    min-height: 42px;
    overflow: hidden
}

.is-open .choices__inner {
    border-radius: 0
}

.choices__list {
    margin: 0;
    padding-left: 0;
    list-style: none
}

.choices__list--single {
    display: inline-block;
    width: 100%
}

[dir=rtl] .choices__list--single {
    padding-right: 4px;
    padding-left: 16px
}

.choices__list--single .choices__item {
    width: 100%
}

.choices__list--multiple {
    display: inline
}

.choices__list--multiple .choices__item {
    display: inline-block;
    vertical-align: middle;
    padding: 4px 10px;
    font-size: 12px;
    font-weight: 500;
    margin-right: 3.75px;
    margin-bottom: 3.75px;
    background-color: #00bcd4;
    border: 1px solid #00a5bb;
    color: #fff;
    word-break: break-all;
    box-sizing: border-box
}

.choices__list--multiple .choices__item[data-deletable] {
    padding-right: 5px
}

[dir=rtl] .choices__list--multiple .choices__item {
    margin-right: 0;
    margin-left: 3.75px
}

.choices__list--multiple .choices__item.is-highlighted {
    background-color: #00a5bb;
    border: 1px solid #008fa1
}

.is-disabled .choices__list--multiple .choices__item {
    background-color: #aaa;
    border: 1px solid #919191
}

.choices__list--dropdown,
.choices__list[aria-expanded] {
    visibility: hidden;
    z-index: 1;
    position: absolute;
    width: 100%;
    background: #fff;
    border-radius: 2px;
    border: 1px solid #d1d5db;
    border-top: none;
    padding: 8px 10px;
    top: 100%;
    margin-top: -10px;
    overflow: hidden;
    word-break: break-all;
    will-change: visibility
}

.is-active.choices__list--dropdown,
.is-active.choices__list[aria-expanded] {
    visibility: visible
}

.is-flipped .choices__list--dropdown,
.is-flipped .choices__list[aria-expanded] {
    top: auto;
    bottom: 100%;
    margin-top: 0;
    margin-bottom: -1px
}

.choices__list--dropdown .choices__list,
.choices__list[aria-expanded] .choices__list {
    position: relative;
    max-height: 600px;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    will-change: scroll-position
}

.choices__list--dropdown .choices__item,
.choices__list[aria-expanded] .choices__item {
    position: relative;
    display: flex;
    align-items: center;
    padding: 0;
    height: auto;
    font-size: 20px;
    line-height: 23px;
    margin-bottom: 10px
}

.choices__list--dropdown .choices__item:last-child,
.choices__list[aria-expanded] .choices__item:last-child {
    margin-bottom: 0
}

[dir=rtl] .choices__list--dropdown .choices__item,
[dir=rtl] .choices__list[aria-expanded] .choices__item {
    text-align: right
}

@media (min-width:640px) {
    .choices__list--dropdown .choices__item--selectable,
    .choices__list[aria-expanded] .choices__item--selectable {
        padding-right: 12px
    }
    .choices__list--dropdown .choices__item--selectable::after,
    .choices__list[aria-expanded] .choices__item--selectable::after {
        content: attr(data-select-text);
        font-size: 12px;
        opacity: 0;
        position: absolute;
        right: 10px;
        top: 50%;
        transform: translateY(-50%);
        display: none
    }
    [dir=rtl] .choices__list--dropdown .choices__item--selectable,
    [dir=rtl] .choices__list[aria-expanded] .choices__item--selectable {
        text-align: right;
        padding-left: 10px;
        padding-right: 10px
    }
    [dir=rtl] .choices__list--dropdown .choices__item--selectable::after,
    [dir=rtl] .choices__list[aria-expanded] .choices__item--selectable::after {
        right: auto;
        left: 10px
    }
}

.choices__list--dropdown .choices__item--selectable.is-highlighted,
.choices__list[aria-expanded] .choices__item--selectable.is-highlighted {
    color: #000
}

.choices__list--dropdown .choices__item--selectable.is-highlighted::after,
.choices__list[aria-expanded] .choices__item--selectable.is-highlighted::after {
    opacity: .5
}

.choices__item {
    cursor: default
}

.choices__item--selectable {
    cursor: pointer
}

.choices__item--disabled {
    cursor: not-allowed;
    -webkit-user-select: none;
    user-select: none;
    opacity: .5
}

.choices__heading {
    font-weight: 600;
    font-size: 12px;
    padding: 10px;
    border-bottom: 1px solid #f7f7f7;
    color: gray
}

.choices__button {
    text-indent: -9999px;
    -webkit-appearance: none;
    appearance: none;
    border: 0;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer
}

.choices__button:focus {
    outline: 0
}

.choices__input {
    display: inline-block;
    vertical-align: baseline;
    background-color: #f9f9f9;
    font-size: 14px;
    margin-bottom: 5px;
    border: 0;
    border-radius: 0;
    max-width: 100%;
    padding: 4px 0 4px 2px
}

.choices__input:focus {
    outline: 0
}

.choices__input::-webkit-search-cancel-button,
.choices__input::-webkit-search-decoration,
.choices__input::-webkit-search-results-button,
.choices__input::-webkit-search-results-decoration {
    display: none
}

.choices__input::-ms-clear,
.choices__input::-ms-reveal {
    display: none;
    width: 0;
    height: 0
}

[dir=rtl] .choices__input {
    padding-right: 2px;
    padding-left: 0
}

.choices__placeholder {
    color: #8a8a8a
}

.choices__list--dropdown .choices__item.choices__placeholder {
    display: none
}

.air-datepicker-cell.-day-.-other-month-,
.air-datepicker-cell.-year-.-other-decade- {
    color: var(--adp-color-other-month)
}

.air-datepicker-cell.-day-.-other-month-:hover,
.air-datepicker-cell.-year-.-other-decade-:hover {
    color: var(--adp-color-other-month-hover)
}

.-disabled-.-focus-.air-datepicker-cell.-day-.-other-month-,
.-disabled-.-focus-.air-datepicker-cell.-year-.-other-decade- {
    color: var(--adp-color-other-month)
}

.-selected-.air-datepicker-cell.-day-.-other-month-,
.-selected-.air-datepicker-cell.-year-.-other-decade- {
    color: #fff;
    background: var(--adp-background-color-selected-other-month)
}

.-selected-.-focus-.air-datepicker-cell.-day-.-other-month-,
.-selected-.-focus-.air-datepicker-cell.-year-.-other-decade- {
    background: var(--adp-background-color-selected-other-month-focused)
}

.-in-range-.air-datepicker-cell.-day-.-other-month-,
.-in-range-.air-datepicker-cell.-year-.-other-decade- {
    background-color: var(--adp-background-color-in-range);
    color: var(--adp-color)
}

.-in-range-.-focus-.air-datepicker-cell.-day-.-other-month-,
.-in-range-.-focus-.air-datepicker-cell.-year-.-other-decade- {
    background-color: var(--adp-background-color-in-range-focused)
}

.air-datepicker-cell.-day-.-other-month-:empty,
.air-datepicker-cell.-year-.-other-decade-:empty {
    background: 0 0;
    border: none
}

.air-datepicker-cell {
    border-radius: var(--adp-cell-border-radius);
    box-sizing: border-box;
    cursor: pointer;
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
    z-index: 1
}

.air-datepicker-cell.-focus- {
    background: var(--adp-cell-background-color-hover)
}

.air-datepicker-cell.-current- {
    background-color: var(--adp-cell-background-color-selected-hover);
    color: #fff
}

.air-datepicker-cell.-current-.-focus- {
    color: var(--adp-color)
}

.air-datepicker-cell.-current-.-in-range- {
    color: var(--adp-color-current-date)
}

.air-datepicker-cell.-disabled- {
    cursor: default;
    color: var(--adp-color-disabled)
}

.air-datepicker-cell.-disabled-.-focus- {
    color: var(--adp-color-disabled)
}

.air-datepicker-cell.-disabled-.-in-range- {
    color: var(--adp-color-disabled-in-range)
}

.air-datepicker-cell.-disabled-.-current-.-focus- {
    color: var(--adp-color-disabled)
}

.air-datepicker-cell.-in-range- {
    background: var(--adp-cell-background-color-in-range);
    border-radius: 0
}

.air-datepicker-cell.-in-range-.-focus-,
.air-datepicker-cell.-in-range-:hover {
    background: var(--adp-cell-background-color-in-range-hover)
}

.air-datepicker-cell.-range-from- {
    border: 1px solid var(--adp-cell-border-color-in-range);
    background-color: var(--adp-cell-background-color-in-range);
    border-radius: var(--adp-cell-border-radius) 0 0 var(--adp-cell-border-radius)
}

.air-datepicker-cell.-range-to- {
    border: 1px solid var(--adp-cell-border-color-in-range);
    background-color: var(--adp-cell-background-color-in-range);
    border-radius: 0 var(--adp-cell-border-radius) var(--adp-cell-border-radius) 0
}

.air-datepicker-cell.-range-to-.-range-from- {
    border-radius: var(--adp-cell-border-radius)
}

.air-datepicker-cell.-selected- {
    color: #fff;
    border: none;
    background: var(--adp-cell-background-color-selected)
}

.air-datepicker-cell.-selected-.-current- {
    color: #fff;
    background: var(--adp-cell-background-color-selected)
}

.air-datepicker-cell.-selected-.-focus- {
    background: var(--adp-cell-background-color-selected-hover)
}

.air-datepicker-body {
    transition: all var(--adp-transition-duration) var(--adp-transition-ease)
}

.air-datepicker-body.-hidden- {
    display: none
}

.air-datepicker-body--day-names {
    display: grid;
    grid-template-columns: repeat(7, var(--adp-day-cell-width));
    margin: 8px 0 3px
}

.air-datepicker-body--day-name {
    color: var(--adp-day-name-color);
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1;
    text-align: center;
    text-transform: uppercase;
    font-size: .8em
}

.air-datepicker-body--day-name.-clickable- {
    cursor: pointer
}

.air-datepicker-body--day-name.-clickable-:hover {
    color: var(--adp-day-name-color-hover)
}

.air-datepicker-body--cells {
    display: grid
}

.air-datepicker-body--cells.-days- {
    grid-template-columns: repeat(7, var(--adp-day-cell-width));
    grid-auto-rows: var(--adp-day-cell-height)
}

.air-datepicker-body--cells.-months- {
    grid-template-columns: repeat(3, 1fr);
    grid-auto-rows: var(--adp-month-cell-height)
}

.air-datepicker-body--cells.-years- {
    grid-template-columns: repeat(4, 1fr);
    grid-auto-rows: var(--adp-year-cell-height)
}

.air-datepicker-nav {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid var(--adp-border-color-inner);
    min-height: var(--adp-nav-height);
    padding: var(--adp-padding);
    box-sizing: content-box
}

.-only-timepicker- .air-datepicker-nav {
    display: none
}

.air-datepicker-nav--action,
.air-datepicker-nav--title {
    display: flex;
    cursor: pointer;
    align-items: center;
    justify-content: center
}

.air-datepicker-nav--action {
    width: var(--adp-nav-action-size);
    border-radius: var(--adp-border-radius);
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.air-datepicker-nav--action:hover {
    background: var(--adp-background-color-hover)
}

.air-datepicker-nav--action:active {
    background: var(--adp-background-color-active)
}

.air-datepicker-nav--action.-disabled- {
    visibility: hidden
}

.air-datepicker-nav--action svg {
    width: 32px;
    height: 32px
}

.air-datepicker-nav--action path {
    fill: none;
    stroke: var(--adp-nav-arrow-color);
    stroke-width: 2px
}

.air-datepicker-nav--title {
    border-radius: var(--adp-border-radius);
    padding: 0 8px
}

.air-datepicker-nav--title i {
    font-style: normal;
    color: var(--adp-nav-color-secondary);
    margin-left: .3em
}

.air-datepicker-nav--title:hover {
    background: var(--adp-background-color-hover)
}

.air-datepicker-nav--title:active {
    background: var(--adp-background-color-active)
}

.air-datepicker-nav--title.-disabled- {
    cursor: default;
    background: 0 0
}

.air-datepicker-buttons {
    display: grid;
    grid-auto-columns: 1fr;
    grid-auto-flow: column
}

.air-datepicker-button {
    display: inline-flex;
    color: var(--adp-btn-color);
    border-radius: var(--adp-btn-border-radius);
    cursor: pointer;
    height: var(--adp-btn-height);
    border: none;
    background: rgba(255, 255, 255, 0)
}

.air-datepicker-button:hover {
    color: var(--adp-btn-color-hover);
    background: var(--adp-btn-background-color-hover)
}

.air-datepicker-button:focus {
    color: var(--adp-btn-color-hover);
    background: var(--adp-btn-background-color-hover);
    outline: 0
}

.air-datepicker-button:active {
    background: var(--adp-btn-background-color-active)
}

.air-datepicker-button span {
    outline: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%
}

.air-datepicker-time {
    display: grid;
    grid-template-columns: max-content 1fr;
    grid-column-gap: 12px;
    align-items: center;
    position: relative;
    padding: 0 var(--adp-time-padding-inner)
}

.-only-timepicker- .air-datepicker-time {
    border-top: none
}

.air-datepicker-time--current {
    display: flex;
    align-items: center;
    flex: 1;
    font-size: 14px;
    text-align: center
}

.air-datepicker-time--current-colon {
    margin: 0 2px 3px;
    line-height: 1
}

.air-datepicker-time--current-hours,
.air-datepicker-time--current-minutes {
    line-height: 1;
    font-size: 19px;
    font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
    position: relative;
    z-index: 1
}

.air-datepicker-time--current-hours:after,
.air-datepicker-time--current-minutes:after {
    content: "";
    background: var(--adp-background-color-hover);
    border-radius: var(--adp-border-radius);
    position: absolute;
    left: -2px;
    top: -3px;
    right: -2px;
    bottom: -2px;
    z-index: -1;
    opacity: 0
}

.air-datepicker-time--current-hours.-focus-:after,
.air-datepicker-time--current-minutes.-focus-:after {
    opacity: 1
}

.air-datepicker-time--current-ampm {
    text-transform: uppercase;
    align-self: flex-end;
    color: var(--adp-time-day-period-color);
    margin-left: 6px;
    font-size: 11px;
    margin-bottom: 1px
}

.air-datepicker-time--row {
    display: flex;
    align-items: center;
    font-size: 11px;
    height: 17px;
    background: linear-gradient(to right, var(--adp-time-track-color), var(--adp-time-track-color)) left 50%/100% var(--adp-time-track-height) no-repeat
}

.air-datepicker-time--row:first-child {
    margin-bottom: 4px
}

.air-datepicker-time--row input[type=range] {
    background: 0 0;
    cursor: pointer;
    flex: 1;
    height: 100%;
    width: 100%;
    padding: 0;
    margin: 0;
    -webkit-appearance: none
}

.air-datepicker-time--row input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none
}

.air-datepicker-time--row input[type=range]::-ms-tooltip {
    display: none
}

.air-datepicker-time--row input[type=range]:hover::-webkit-slider-thumb {
    border-color: var(--adp-time-track-color-hover)
}

.air-datepicker-time--row input[type=range]:hover::-moz-range-thumb {
    border-color: var(--adp-time-track-color-hover)
}

.air-datepicker-time--row input[type=range]:hover::-ms-thumb {
    border-color: var(--adp-time-track-color-hover)
}

.air-datepicker-time--row input[type=range]:focus {
    outline: 0
}

.air-datepicker-time--row input[type=range]:focus::-webkit-slider-thumb {
    background: var(--adp-cell-background-color-selected);
    border-color: var(--adp-cell-background-color-selected)
}

.air-datepicker-time--row input[type=range]:focus::-moz-range-thumb {
    background: var(--adp-cell-background-color-selected);
    border-color: var(--adp-cell-background-color-selected)
}

.air-datepicker-time--row input[type=range]:focus::-ms-thumb {
    background: var(--adp-cell-background-color-selected);
    border-color: var(--adp-cell-background-color-selected)
}

.air-datepicker-time--row input[type=range]::-webkit-slider-thumb {
    box-sizing: border-box;
    height: 12px;
    width: 12px;
    border-radius: 3px;
    border: 1px solid var(--adp-time-track-color);
    background: #fff;
    cursor: pointer;
    -webkit-transition: background var(--adp-transition-duration);
    transition: background var(--adp-transition-duration)
}

.air-datepicker-time--row input[type=range]::-moz-range-thumb {
    box-sizing: border-box;
    height: 12px;
    width: 12px;
    border-radius: 3px;
    border: 1px solid var(--adp-time-track-color);
    background: #fff;
    cursor: pointer;
    -moz-transition: background var(--adp-transition-duration);
    transition: background var(--adp-transition-duration)
}

.air-datepicker-time--row input[type=range]::-ms-thumb {
    box-sizing: border-box;
    height: 12px;
    width: 12px;
    border-radius: 3px;
    border: 1px solid var(--adp-time-track-color);
    background: #fff;
    cursor: pointer;
    -ms-transition: background var(--adp-transition-duration);
    transition: background var(--adp-transition-duration)
}

.air-datepicker-time--row input[type=range]::-webkit-slider-thumb {
    margin-top: calc(var(--adp-time-thumb-size)/ 2 * -1)
}

.air-datepicker-time--row input[type=range]::-webkit-slider-runnable-track {
    border: none;
    height: var(--adp-time-track-height);
    cursor: pointer;
    color: rgba(0, 0, 0, 0);
    background: rgba(0, 0, 0, 0)
}

.air-datepicker-time--row input[type=range]::-moz-range-track {
    border: none;
    height: var(--adp-time-track-height);
    cursor: pointer;
    color: rgba(0, 0, 0, 0);
    background: rgba(0, 0, 0, 0)
}

.air-datepicker-time--row input[type=range]::-ms-track {
    border: none;
    height: var(--adp-time-track-height);
    cursor: pointer;
    color: rgba(0, 0, 0, 0);
    background: rgba(0, 0, 0, 0)
}

.air-datepicker-time--row input[type=range]::-ms-fill-lower {
    background: rgba(0, 0, 0, 0)
}

.air-datepicker-time--row input[type=range]::-ms-fill-upper {
    background: rgba(0, 0, 0, 0)
}

.air-datepicker {
    --adp-font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    --adp-font-size: 14px;
    --adp-width: 246px;
    --adp-z-index: 100;
    --adp-padding: 4px;
    --adp-grid-areas: "nav" "body" "timepicker" "buttons";
    --adp-transition-duration: 0.3s;
    --adp-transition-ease: ease-out;
    --adp-transition-offset: 8px;
    --adp-background-color: #fff;
    --adp-background-color-hover: #f0f0f0;
    --adp-background-color-active: #eaeaea;
    --adp-background-color-in-range: rgba(92, 196, 239, 0.1);
    --adp-background-color-in-range-focused: rgba(92, 196, 239, 0.2);
    --adp-background-color-selected-other-month-focused: #8ad5f4;
    --adp-background-color-selected-other-month: #a2ddf6;
    --adp-color: #0a0e19;
    --adp-color-secondary: #2f3136;
    --adp-accent-color: #4eb5e6;
    --adp-color-current-date: var(--adp-accent-color);
    --adp-color-other-month: #dedede;
    --adp-color-disabled: #aeaeae;
    --adp-color-disabled-in-range: #939393;
    --adp-color-other-month-hover: #c5c5c5;
    --adp-border-color: #dbdbdb;
    --adp-border-color-inner: #efefef;
    --adp-border-radius: 4px;
    --adp-border-color-inline: #d7d7d7;
    --adp-nav-height: 32px;
    --adp-nav-arrow-color: var(--adp-color-secondary);
    --adp-nav-action-size: 32px;
    --adp-nav-color-secondary: var(--adp-color-secondary);
    --adp-day-name-color: #912f46;
    --adp-day-name-color-hover: #8ad5f4;
    --adp-day-cell-width: 1fr;
    --adp-day-cell-height: 32px;
    --adp-month-cell-height: 42px;
    --adp-year-cell-height: 56px;
    --adp-pointer-size: 10px;
    --adp-poiner-border-radius: 2px;
    --adp-pointer-offset: 14px;
    --adp-cell-border-radius: 4px;
    --adp-cell-background-color-hover: var(--adp-background-color-hover);
    --adp-cell-background-color-selected: #912f46;
    --adp-cell-background-color-selected-hover: #c57962;
    --adp-cell-background-color-in-range: rgba(92, 196, 239, 0.1);
    --adp-cell-background-color-in-range-hover: rgba(92, 196, 239, 0.2);
    --adp-cell-border-color-in-range: var(--adp-cell-background-color-selected);
    --adp-btn-height: 32px;
    --adp-btn-color: var(--adp-accent-color);
    --adp-btn-color-hover: var(--adp-color);
    --adp-btn-border-radius: var(--adp-border-radius);
    --adp-btn-background-color-hover: var(--adp-background-color-hover);
    --adp-btn-background-color-active: var(--adp-background-color-active);
    --adp-time-track-height: 1px;
    --adp-time-track-color: #dedede;
    --adp-time-track-color-hover: #b1b1b1;
    --adp-time-thumb-size: 12px;
    --adp-time-padding-inner: 10px;
    --adp-time-day-period-color: var(--adp-color-secondary);
    --adp-mobile-font-size: 16px;
    --adp-mobile-nav-height: 40px;
    --adp-mobile-width: 320px;
    --adp-mobile-day-cell-height: 38px;
    --adp-mobile-month-cell-height: 48px;
    --adp-mobile-year-cell-height: 64px
}

.air-datepicker-overlay {
    --adp-overlay-background-color: rgba(0, 0, 0, 0.3);
    --adp-overlay-transition-duration: 0.3s;
    --adp-overlay-transition-ease: ease-out;
    --adp-overlay-z-index: 99
}

.air-datepicker {
    background: var(--adp-background-color);
    border: 1px solid var(--adp-border-color);
    box-shadow: 0 4px 12px rgba(0, 0, 0, .15);
    border-radius: var(--adp-border-radius);
    box-sizing: content-box;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: repeat(4, max-content);
    grid-template-areas: var(--adp-grid-areas);
    font-family: var(--adp-font-family), sans-serif;
    font-size: var(--adp-font-size);
    color: var(--adp-color);
    width: var(--adp-width);
    position: absolute;
    transition: opacity var(--adp-transition-duration) var(--adp-transition-ease), transform var(--adp-transition-duration) var(--adp-transition-ease);
    z-index: var(--adp-z-index)
}

.air-datepicker:not(.-custom-position-) {
    opacity: 0
}

.air-datepicker.-from-top- {
    transform: translateY(calc(var(--adp-transition-offset) * -1))
}

.air-datepicker.-from-right- {
    transform: translateX(var(--adp-transition-offset))
}

.air-datepicker.-from-bottom- {
    transform: translateY(var(--adp-transition-offset))
}

.air-datepicker.-from-left- {
    transform: translateX(calc(var(--adp-transition-offset) * -1))
}

.air-datepicker.-active-:not(.-custom-position-) {
    transform: translate(0, 0);
    opacity: 1
}

.air-datepicker.-active-.-custom-position- {
    transition: none
}

.air-datepicker.-inline- {
    border-color: var(--adp-border-color-inline);
    box-shadow: none;
    position: static;
    left: auto;
    right: auto;
    opacity: 1;
    transform: none
}

.air-datepicker.-inline- .air-datepicker--pointer {
    display: none
}

.air-datepicker.-is-mobile- {
    --adp-font-size: var(--adp-mobile-font-size);
    --adp-day-cell-height: var(--adp-mobile-day-cell-height);
    --adp-month-cell-height: var(--adp-mobile-month-cell-height);
    --adp-year-cell-height: var(--adp-mobile-year-cell-height);
    --adp-nav-height: var(--adp-mobile-nav-height);
    --adp-nav-action-size: var(--adp-mobile-nav-height);
    position: fixed;
    width: var(--adp-mobile-width);
    border: none
}

.air-datepicker.-is-mobile- * {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

.air-datepicker.-is-mobile- .air-datepicker--pointer {
    display: none
}

.air-datepicker.-is-mobile-:not(.-custom-position-) {
    transform: translate(-50%, calc(-50% + var(--adp-transition-offset)))
}

.air-datepicker.-is-mobile-.-active-:not(.-custom-position-) {
    transform: translate(-50%, -50%)
}

.air-datepicker.-custom-position- {
    transition: none
}

.air-datepicker-global-container {
    position: absolute;
    left: 0;
    top: 0
}

.air-datepicker--pointer {
    --pointer-half-size: calc(var(--adp-pointer-size) / 2);
    position: absolute;
    width: var(--adp-pointer-size);
    height: var(--adp-pointer-size);
    z-index: -1
}

.air-datepicker--pointer:after {
    content: "";
    position: absolute;
    background: #fff;
    border-top: 1px solid var(--adp-border-color-inline);
    border-right: 1px solid var(--adp-border-color-inline);
    border-top-right-radius: var(--adp-poiner-border-radius);
    width: var(--adp-pointer-size);
    height: var(--adp-pointer-size);
    box-sizing: border-box
}

.-top-center- .air-datepicker--pointer,
.-top-left- .air-datepicker--pointer,
.-top-right- .air-datepicker--pointer,
[data-popper-placement^=top] .air-datepicker--pointer {
    top: calc(100% - var(--pointer-half-size) + 1px)
}

.-top-center- .air-datepicker--pointer:after,
.-top-left- .air-datepicker--pointer:after,
.-top-right- .air-datepicker--pointer:after,
[data-popper-placement^=top] .air-datepicker--pointer:after {
    transform: rotate(135deg)
}

.-right-bottom- .air-datepicker--pointer,
.-right-center- .air-datepicker--pointer,
.-right-top- .air-datepicker--pointer,
[data-popper-placement^=right] .air-datepicker--pointer {
    right: calc(100% - var(--pointer-half-size) + 1px)
}

.-right-bottom- .air-datepicker--pointer:after,
.-right-center- .air-datepicker--pointer:after,
.-right-top- .air-datepicker--pointer:after,
[data-popper-placement^=right] .air-datepicker--pointer:after {
    transform: rotate(225deg)
}

.-bottom-center- .air-datepicker--pointer,
.-bottom-left- .air-datepicker--pointer,
.-bottom-right- .air-datepicker--pointer,
[data-popper-placement^=bottom] .air-datepicker--pointer {
    bottom: calc(100% - var(--pointer-half-size) + 1px)
}

.-bottom-center- .air-datepicker--pointer:after,
.-bottom-left- .air-datepicker--pointer:after,
.-bottom-right- .air-datepicker--pointer:after,
[data-popper-placement^=bottom] .air-datepicker--pointer:after {
    transform: rotate(315deg)
}

.-left-bottom- .air-datepicker--pointer,
.-left-center- .air-datepicker--pointer,
.-left-top- .air-datepicker--pointer,
[data-popper-placement^=left] .air-datepicker--pointer {
    left: calc(100% - var(--pointer-half-size) + 1px)
}

.-left-bottom- .air-datepicker--pointer:after,
.-left-center- .air-datepicker--pointer:after,
.-left-top- .air-datepicker--pointer:after,
[data-popper-placement^=left] .air-datepicker--pointer:after {
    transform: rotate(45deg)
}

.-bottom-left- .air-datepicker--pointer,
.-top-left- .air-datepicker--pointer {
    left: var(--adp-pointer-offset)
}

.-bottom-right- .air-datepicker--pointer,
.-top-right- .air-datepicker--pointer {
    right: var(--adp-pointer-offset)
}

.-bottom-center- .air-datepicker--pointer,
.-top-center- .air-datepicker--pointer {
    left: calc(50% - var(--adp-pointer-size)/ 2)
}

.-left-top- .air-datepicker--pointer,
.-right-top- .air-datepicker--pointer {
    top: var(--adp-pointer-offset)
}

.-left-bottom- .air-datepicker--pointer,
.-right-bottom- .air-datepicker--pointer {
    bottom: var(--adp-pointer-offset)
}

.-left-center- .air-datepicker--pointer,
.-right-center- .air-datepicker--pointer {
    top: calc(50% - var(--adp-pointer-size)/ 2)
}

.air-datepicker--navigation {
    grid-area: nav
}

.air-datepicker--content {
    box-sizing: content-box;
    padding: var(--adp-padding);
    grid-area: body
}

.-only-timepicker- .air-datepicker--content {
    display: none
}

.air-datepicker--time {
    grid-area: timepicker
}

.air-datepicker--buttons {
    grid-area: buttons
}

.air-datepicker--buttons,
.air-datepicker--time {
    padding: var(--adp-padding);
    border-top: 1px solid var(--adp-border-color-inner)
}

.air-datepicker-overlay {
    position: fixed;
    background: var(--adp-overlay-background-color);
    left: 0;
    top: 0;
    width: 0;
    height: 0;
    opacity: 0;
    transition: opacity var(--adp-overlay-transition-duration) var(--adp-overlay-transition-ease), left 0s, height 0s, width 0s;
    transition-delay: 0s, var(--adp-overlay-transition-duration), var(--adp-overlay-transition-duration), var(--adp-overlay-transition-duration);
    z-index: var(--adp-overlay-z-index)
}

.air-datepicker-overlay.-active- {
    opacity: 1;
    width: 100%;
    height: 100%;
    transition: opacity var(--adp-overlay-transition-duration) var(--adp-overlay-transition-ease), height 0s, width 0s
}

.post_content_info.text-section .typical_text li{
        position: relative;
        padding-left: 29px;
        color: #2f3136;
        font-weight: 100;
        font-size: 25px;
        line-height: 33px;
        letter-spacing: -.02em;
        margin-bottom: 24px;
        list-style-type: none;
        display: inline-block;
        margin-right: 50px;
}

.post_content_info.text-section .typical_text li::before{

    content: "";
    position: absolute;
    top: 6px;
    left: 0;
    background: url(../images/bullet.svg) no-repeat center/cover;
    width: 21px;
    height: 16px

}

.content_about_lists{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.5rem;
}

.content_about_list small{

    width: 50%;
    

}

.content_about_list.small li{

        color: #0a0e19;
        font-weight: 300;
        font-size: 18px;
        line-height: 24px;
        font-family: Alpino, serif;
        letter-spacing: -.02em
    }
    
    

@media screen and (max-width:991px) {
    .content_about_list small li{
        font-size: 16px;
        line-height: 19px
    }
}

footer .pre-footer{
    background-color: #6D7C83;
    min-height: 8rem;
    position: relative;
    overflow: hidden;
    
    margin-bottom: 84px;
}



footer .pre-footer .container{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
}

@media only screen and (max-width: 580px) {
    footer .pre-footer .container{
        grid-template-columns: minmax(0, 1fr);
    }
  }

  footer .pre-footer .col{
    display: flex;
    align-items: center;
  } 

footer .pre-footer .col .vrc-logo{
    width: 568px;
    max-width: 100%;
    margin-right: 6rem;
    z-index: 5;
    
}

@media only screen and (max-width: 767px) {
    footer .pre-footer .col .vrc-logo{
        margin-right: 0;
    }
  }


.v-logo-big{
    position: absolute;
    top: -300px;
    left: 50px;
    width: 43%;
    height: 168%;
    opacity: 0.4;
    display: block;
}

@media only screen and (max-width: 767px) {
    .v-logo-big{
        display: none;
    }
  }

footer .pre-footer .col-left{
    display: flex;
    justify-content: flex-end;
    
}

footer .pre-footer .col .card_item_name{
    font-size: 25px;
}

footer .pre-footer .col label{
    display: none!important;
}

footer .pre-footer .col p{
    display: none!important;
}

footer .pre-footer .col input{
   border: none;
    height: 50px;
    width: 80%;
    font-size: 22px;
    font-weight: 300;
    font-family: Alpino;
    text-indent: 0.5rem;
    margin-bottom: 1rem;
}

footer .pre-footer .col button{
    margin-top: 2rem;
 }

.three-card-grid{

    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 0.5rem;

 }

 @media only screen and (max-width: 580px) {
    .three-card-grid{

        display: grid;
        grid-template-columns: minmax(0, 1fr);
       
    
     }
  }

 .three-card-grid .card_item{
    width: 100%;
 }

 .careers-grid{

    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 1rem;

 }

 @media only screen and (min-width: 580px) {
    .careers-grid{

        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        gap: 1rem;
       
    
     }
  }



 .careers-item {
    height: 100%;
    padding: 37px 44px 37px 24px;
    border: .5px solid #2f3136;
    background-color: #fff;
    width: 100%;
}

.careers-item .typical_text {
    padding-left: 28px;
    margin-bottom: 2rem;
}

.careers-item .typical_text p{
    margin-bottom: 0.3rem;
}

.careers-item a{
    color: #0a0e19;
    font-weight: 300;
    font-size: 18px;
    line-height: 24px;
    font-family: Alpino, serif;
    letter-spacing: -.02em;
    padding-top: 3rem;
    padding-left: 28px;
}

.careers-item_name {
    display: flex;
    align-items: flex-start;
    margin-bottom: 33px;
    color: #2f3136;
    font-weight: 100;
    font-size: 25px;
    line-height: 33px;
    letter-spacing: -.02em
}

.careers-item_name img {
    position: relative;
    top: 8px;
    margin-right: 16px
}

.text-center{
    text-align: center;
}

.logos-title{
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
}

.logos-container{
    margin: 4rem 10% 0 10%;
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    justify-content: center;
    align-items: center;

}

.logo-container{
    width: 150px ;
    height: fit-content;
    display: flex;
    align-content: center;
    
}

.logo-container image{
    width: 100%;
    height: auto;
    
}

/* Enquiry Form */

.enquiry-form-container{
    margin-top: 2rem;

}


.enquiry-form-section{
    margin-bottom: 8rem;

}

.enquiry-form-container{
    margin-top: 2rem;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out;
}


.enquiry-form-container label{
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    color: #0a0e19;
    font-weight: 300;
    font-size: 18px;
    line-height: 24px;
    font-family: Alpino, serif;
    letter-spacing: -.02em
}

.enquiry-form-container .checkboxes, .radio-buttons{
    margin-bottom: 1rem;
   
}

.enquiry-form-container .checkboxes.agree-terms{
    margin: 1.5rem 0 2.5rem 0;
   
}

.checkboxes input[type=checkbox]{
    width: 1.5rem;
    height: 1.5rem;
}

.enquiry-form-container .checkboxes label{
    flex-direction: row;
    align-items: center;
    margin-bottom: 0.5rem;
    display: flex;
}

/* .enquiry-form-container .checkboxes .wpcf7-list-item{
    display: block;
    width: 100%;
} */

.enquiry-form-container .checkboxes .wpcf7-list-item-label{
    flex-grow: 1;
    margin-bottom: 0.2rem;
    display: flex;
    width: 100%;
}

.wpcf7-checkbox.wpcf7-validates-as-required{
    display: flex;
    flex-direction: column;
}


.enquiry-form-container p, .enquiry-form-container span{
    color: #0a0e19;
    font-weight: 300;
    font-size: 18px;
    line-height: 24px;
    font-family: Alpino, serif;
    letter-spacing: -.02em;
    margin-bottom: 0.5rem;
    
}





.enquiry-form-container p.intro-text{

    text-align: center;
    max-width: 500px;
    margin: 0 auto 3rem auto;
    
}

.enquiry-form input:not(input[type=checkbox]), textarea{
    width: 100%;
    margin-bottom: 0.7rem;
    border: .5px solid #2f3136;
    color: #0a0e19;
    font-weight: 300;
    font-size: 18px;
    line-height: 24px;
    font-family: Alpino, serif;
    letter-spacing: -.02em;
    padding: 0.5rem 0;
    text-indent: 0.5rem;
}

.enquiry-form select{
    width: 100%;
    margin-bottom: 0.7rem;
    border: .5px solid #2f3136;
    color: #0a0e19;
    background-color: #fff;
    font-weight: 300;
    font-size: 18px;
    line-height: 24px;
    font-family: Alpino, serif;
    letter-spacing: -.02em;
    padding: 0.5rem 0.5rem;
    margin-bottom: 1rem;

}


.enquiry-form{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
}

.enquiry-form-container .btn{
    display: block;
    margin: 0 auto;
}

@media only screen and (max-width: 580px) {
    .enquiry-form{

        display: grid;
        grid-template-columns: minmax(0, 1fr);
       
    
     }
}

.expand-icon{
    position: relative;
    margin: 0 auto;
    text-decoration: underline;
    color: #0a0e19;
    font-size: 18px;
    line-height: 20px;
    cursor: pointer;
    font-family: Forum, serif;
    text-align: center;
    margin-top: 1.5rem;
}

/* ------------------------- */

.careers-benefit-section .container{
    display: flex;
    flex-direction: column;
}


.benefits-title{
    max-width: 400px;
    margin: 3rem auto;
}




.benefits-cards-container{

    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 0.5rem;
    margin: 4rem 0;


 }

 @media only screen and (max-width: 580px) {
    .benefits-cards-container{

        display: grid;
        grid-template-columns: minmax(0, 1fr);
       
    
     }
}

.benefits-card{

    padding: 37px 44px 37px 24px;
    border: .5px solid #2f3136;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: white;
}

.benefits-card-title{
    text-align: center;
}

.benefits-card-text, .benefits-card-title{
    max-width: 100%;
}

img.benefits-icon{
    margin-bottom: 2rem;
    max-height: 50px;
    width: auto;
}

.benefits-btn{
    align-self: center;
}

/*-- Headers Flex Button Bar --*/




.top_explore_buttons .downloads-container{
    
    display: inline-block;
    position: relative;
}



.top_explore_buttons .downloads-container .downloads-dropdown{
    display: none;
    position: absolute;
    background-color: white;
    bottom: 0;
    left: 0;
    height: fit-content;
    padding: 0.5rem 1rem;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 4px 3px 0px;
    border: 1px solid #2f3136;
    
    
}

.top_explore_buttons .downloads-container .downloads-dropdown a.download-link{

    text-decoration: none;
    color: #0a0e19;
    font-size: 18px;
    line-height: 20px;
    font-family: Forum, serif;
    padding: 0.7em 0.3em;
    width: 100%;
    text-align: center;

}




.top_explore_buttons .downloads-container .downloads-dropdown a.download-link:not(:last-of-type){
    border-bottom: .5px solid #2f3136;
}


.top_explore_buttons .downloads-container .downloads-btn.active + .downloads-dropdown {
    display: flex;
    flex-direction: column;
    align-items: center;

}

.search-title{
    margin-bottom: 3rem;
}

.result-title{
    margin: 1rem 0;
}

a.search-result-link{
    cursor: pointer;
    color: #2f3136

}

hr.search-divider{
    margin: 0.5rem 0;
}

.relative{
    position: relative;
}

.img-caption-container{
    position: absolute;
    bottom: 30%;
    right: 0;
    background-color: white;
    padding:  0.3rem 0;
    z-index: 5;

}

.img-caption-container p{

    font-size: 0.9rem;
    writing-mode: sideways-lr;
    text-orientation: inherit;
    color: #2f3136  

}


/* Styles for the popup */
.pop-up {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 380px;
    height: fit-content;
    min-height: 300px;
    background-color: #F2F0E7;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    opacity: 0;
    transform: translateX(100%); /* Start off the screen to the right */
    animation: slideIn 0.5s ease-out 1s forwards; /* Delay and slide in */
    z-index: 10;
    overflow: hidden;
    text-align: center;
}

@media screen and (max-width:767px) {
    .pop-up {
        width: 89.3%;
    }
}

.pop-up.hide{
    display: none;
}

.pop-up .img-container{
    width: 100%;
    aspect-ratio: 3/1.6;
}

.pop-up .img-container img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.pop-up .text-container{
    padding: 0.4rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.pop-up .text-container h4.testimonial_item_text{
    color: #2f3136;
    font-weight: 100;
    font-size: 25px;
    line-height: 28px;
    letter-spacing: -.02em;
    margin-bottom: 3px;
    margin-top: 15px;
}


@media screen and (max-width:767px) {
    .pop-up .text-container h4.testimonial_item_text{
        margin-top: 5px;
    }
}


.pop-up .text-container h5.subtitle.typical_text{
    color: #2f3136;
    font-weight: 700;
    font-size: 18px;
    line-height: 25px;
    font-family: Alpino, serif;
    letter-spacing: -.02em;
    margin-bottom: 15px;
}

.pop-up .text-container .text{
    text-align: center;
    margin: 0 20px 0.75rem  20px;
    color: #0a0e19;
    font-weight: 300;
    font-size: 18px;
    line-height: 24px;
    font-family: Alpino, serif;
    letter-spacing: -.02em;
}


@media screen and (max-width:767px) {
    .pop-up .text-container .text{
        margin: 0 20px 0rem  20px;
    }
}

.pop-up .text-container .btn{
    margin: 0.5rem auto;
    padding: 9px 45px;
}


@media screen and (max-width:767px) {
    .pop-up .text-container .btn{
        margin: 0.5rem auto;
        padding: 9px 35px;
    }
}

/* Button to close the popup */
#pop-up-close {
    position: absolute;
    top: 7px;
    right: 7px;
    background-color: transparent;
    color: #333;
    border: none;
    padding: 0;
    cursor: pointer;

}

/* Keyframes for the slide-in effect */
@keyframes slideIn {
    from {
        transform: translateX(100%);
        opacity: 0;
    }
    to {
        transform: translateX(0);
        opacity: 1;
    }
}

/*------------------------ Gallery -------------------------------*/

/* Define the grid container */
.gallery_wrap {
    /* Use CSS Grid for layout */
    display: grid;
    /* Create 6 equal-width columns to provide more flexible layout */
    grid-template-columns: repeat(6, 1fr);
    /* Make all rows equal height */
    grid-auto-rows: 1fr;
    /* Allow grid items to pack tightly and fill available spaces */
    grid-auto-flow: dense;
    /* Add a 10px gap between grid items */
    gap: 10px;
}

/* First and third row large image (1st, 9th, 17th) */
.gallery_wrap > .img-wrap:nth-child(1),
.gallery_wrap > .img-wrap:nth-child(11),
.gallery_wrap > .img-wrap:nth-child(21) {
    /* Span 4 out of 6 columns (2/3 of grid width) */
    grid-column: span 4;
    /* Span 2 rows in height */
    grid-row: span 2;
}

/* Small images adjacent to the large image */
.gallery_wrap > .img-wrap:nth-child(2),
.gallery_wrap > .img-wrap:nth-child(3),
.gallery_wrap > .img-wrap:nth-child(6),
.gallery_wrap > .img-wrap:nth-child(7),
.gallery_wrap > .img-wrap:nth-child(11),
.gallery_wrap > .img-wrap:nth-child(12) {
    /* Span 2 out of 6 columns (1/3 of grid width) */
    grid-column: span 2;
    /* Span 1 row in height */
    grid-row: span 1;
}

/* Third row two small images */
.gallery_wrap > .img-wrap:nth-child(7),
.gallery_wrap > .img-wrap:nth-child(8) {
    /* Positioned on the LEFT side */
    grid-column: 1 / span 2;
}

/* First image of the two-image row */
.gallery_wrap > .img-wrap:nth-child(4),
.gallery_wrap > .img-wrap:nth-child(9),
.gallery_wrap > .img-wrap:nth-child(16) {
    /* Start at first column and span 3 columns */
    grid-column: 1 / span 3;
    /* Span 2 rows in height */
    grid-row: span 2;
}

/* Second image of the two-image row */
.gallery_wrap > .img-wrap:nth-child(5),
.gallery_wrap > .img-wrap:nth-child(10),
.gallery_wrap > .img-wrap:nth-child(17) {
    /* Start at 4th column and span 3 columns */
    grid-column: 4 / span 3;
    /* Span 2 rows in height */
    grid-row: span 2;
}





/* Ensure images fill their container completely */
.gallery_wrap .img-wrap img {
    /* Make image take full width of its grid cell */
    width: 100%;
    /* Make image take full height of its grid cell */
    height: 100%;
    /* Ensure image covers the entire cell without distortion */
    object-fit: cover;
} 




