._dropdown_k0y54_12 {
    position: relative;
    width: 100%
}

._dropdown_k0y54_12 ._dropdownHead_k0y54_16 {
    width: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    padding: 8px 12px;
    min-height: 41px;
    border: none;
    border-radius: 100px;
    background: #0e0e0e;
    color: #fff;
    font: inherit;
    cursor: pointer;
    transition: background-color .3s ease;
    font-family: Manrope, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    text-transform: uppercase
}

._dropdown_k0y54_12 ._dropdownHead_k0y54_16:hover {
    background: #1a1a1a
}

._dropdown_k0y54_12 ._dropdownHead_k0y54_16:focus-visible {
    outline: 2px solid #fff;
    outline-offset: 2px
}

._dropdown_k0y54_12 ._dropdownTitle_k0y54_45 {
    color: #fff;
    text-transform: uppercase
}

._dropdown_k0y54_12 ._dropdownButton_k0y54_49 {
    display: inline-flex;
    align-items: center;
    justify-content: center
}

._dropdown_k0y54_12 ._dropdownButton_k0y54_49 svg {
    display: block;
    color: #fff;
    transition: transform .3s ease
}

._dropdown_k0y54_12 ._dropdownBody_k0y54_59 {
    width: 100%;
    position: absolute;
    z-index: 1000;
    display: grid;
    grid-template-rows: 0fr;
    opacity: 0;
    overflow: hidden;
    transition: grid-template-rows .3s ease-in-out, opacity .3s ease-in-out;
    padding-top: 4px;
    border-radius: 20px
}

._dropdown_k0y54_12 ._dropdownContainer_k0y54_71 {
    background: #0e0e0e;
    border-radius: 20px
}

._dropdown_k0y54_12 ._dropdownSelected_k0y54_75 {
    display: flex;
    align-items: center;
    gap: .5rem;
    font-size: 16px;
    text-transform: uppercase;
    pointer-events: none;
    padding: 12px 14px 8px;
    color: #ff91fd;
    font-family: Manrope, sans-serif;
    font-style: normal;
    font-weight: 600;
    line-height: 130%
}

._dropdown_k0y54_12 ._dropdownSelectedIcon_k0y54_89 {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ff91fd
}

._dropdown_k0y54_12 ._dropdownSelectedIcon_k0y54_89 svg {
    fill: transparent !important;
    display: block;
    width: 100%;
    height: 100%
}

._dropdown_k0y54_12 ._dropdownSelectedIcon_k0y54_89 svg path {
    stroke: #ff91fd
}

._dropdown_k0y54_12 ._dropdownSelectedLabel_k0y54_104 {
    color: inherit
}

._dropdown_k0y54_12 ._dropdownDivider_k0y54_107 {
    height: 1px;
    width: 48px;
    margin: 0 auto;
    background: #ffffff1f
}

._dropdown_k0y54_12 ._dropdownOption_k0y54_113 {
    display: block;
    transition: background-color .3s ease;
    padding: 8px 14px 12px
}

@media screen and (hover:hover) {
    ._dropdown_k0y54_12 ._dropdownOption_k0y54_113:hover {
        background: #ffffff12
    }
}

._dropdown_k0y54_12.is-active ._dropdownBody_k0y54_59 {
    grid-template-rows: 1fr;
    opacity: 1
}

._dropdown_k0y54_12.is-active ._dropdownButton_k0y54_49 svg {
    transform: rotate(180deg)
}

._header_o737d_12 {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    width: 100%;
    background: #000;
    color: #fff
}

._header_o737d_12 ._headerContainer_o737d_22 {
    margin: 0 auto;
    max-width: 1400px;
    padding: 20px var(--container-padding);
    display: flex;
    justify-content: space-between;
    align-items: center
}

@media(max-width:1024px) {
    ._header_o737d_12 ._headerContainer_o737d_22 {
        position: relative
    }
}

._header_o737d_12 ._headerDropdown_o737d_35 {
    position: relative
}

._header_o737d_12 ._headerLogo_o737d_38 {
    width: 84px;
    height: 42px;
    flex-shrink: 0
}

@media(max-width:1024px) {
    ._header_o737d_12 ._headerLogo_o737d_38 {
        position: absolute;
        left: 50%;
        transform: translate(-50%)
    }
}

._header_o737d_12 ._headerLogoImg_o737d_50 {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain
}

._header_o737d_12 ._headerDesktop_o737d_56 {
    display: flex;
    align-items: center;
    gap: 2.5rem
}

@media(max-width:1024px) {
    ._header_o737d_12 ._headerDesktop_o737d_56 {
        display: none
    }
}

._header_o737d_12 ._headerNav_o737d_66 {
    display: flex;
    align-items: center
}

._header_o737d_12 ._headerNavList_o737d_70 {
    display: flex;
    gap: 2.5rem
}

._header_o737d_12 ._headerNavLink_o737d_74 {
    display: inline-block;
    line-height: 130%;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 16px;
    transition: color .3s
}

@media screen and (hover:hover) {
    ._header_o737d_12 ._headerNavLink_o737d_74:hover {
        color: #f170e4
    }
}

._header_o737d_12 ._headerLang_o737d_88 {
    width: 100%;
    max-width: 76px
}

@media(max-width:1024px) {
    ._header_o737d_12 ._headerLang_o737d_88 {
        position: relative;
        z-index: 1
    }
}

._header_o737d_12 ._headerLangOption_o737d_98 {
    display: block;
    padding: 10px 14px;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    text-decoration: none;
    white-space: nowrap;
    transition: background-color .3s ease
}

@media screen and (hover:hover) {
    ._header_o737d_12 ._headerLangOption_o737d_98:hover {
        background: #ffffff14
    }
}

._header_o737d_12 ._headerMobileMenu_o737d_113 {
    display: none;
    position: relative
}

@media(max-width:1024px) {
    ._header_o737d_12 ._headerMobileMenu_o737d_113 {
        display: block;
        position: relative;
        z-index: 1
    }
}

._header_o737d_12 ._headerMobileTrigger_o737d_124 {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 8px;
    border: none;
    color: #030203;
    width: 44px;
    height: 44px;
    border-radius: 12px;
    background: #f170e4;
    box-shadow: -4px 4px 32px #ff95f41f inset, 0 4px 32px #f171e43d;
    cursor: pointer;
    font: inherit
}

._header_o737d_12 ._headerMobileTriggerIcon_o737d_140 {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    inset: 0
}

._header_o737d_12 ._headerMobileTriggerIcon_o737d_140 svg {
    display: block;
    width: 24px;
    height: 24px;
    color: inherit
}

._header_o737d_12 ._headerMobileTriggerIconCross_o737d_153 {
    opacity: 0;
    pointer-events: none
}

._header_o737d_12 ._headerMobileTriggerIconCross_o737d_153 svg {
    display: block;
    width: 24px;
    height: 24px;
    color: inherit
}

._header_o737d_12 ._headerMobileTriggerIconCross_o737d_153 svg path {
    stroke: currentColor
}

._header_o737d_12 ._headerMobileMenu_o737d_113.is-active ._headerMobileTriggerIconMenu_o737d_166 {
    opacity: 0;
    pointer-events: none
}

._header_o737d_12 ._headerMobileMenu_o737d_113.is-active ._headerMobileTriggerIconCross_o737d_153 {
    opacity: 1 !important;
    pointer-events: auto
}

._header_o737d_12 ._headerMobileMenuBody_o737d_174 {
    position: absolute;
    top: 100%;
    left: -15px;
    right: 0;
    width: 100vw;
    z-index: 1000;
    display: grid;
    grid-template-rows: 0fr;
    opacity: 0;
    overflow: hidden;
    transition: grid-template-rows .3s ease-in-out, opacity .3s ease-in-out;
    border-radius: 0 0 24px 24px;
    background: #010101;
    padding: 1rem var(--container-padding) 1.5rem var(--container-padding);
    padding-top: 32px
}

._header_o737d_12 ._headerMobileMenuInner_o737d_191 {
    min-height: 0
}

._header_o737d_12 ._headerMobileMenu_o737d_113.is-active ._headerMobileMenuBody_o737d_174 {
    grid-template-rows: 1fr;
    opacity: 1
}

._header_o737d_12 ._headerMobileNavList_o737d_198 {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 1.5rem
}

._header_o737d_12 ._headerMobileNavItem_o737d_206 {
    margin: 0
}

._header_o737d_12 ._headerMobileLang_o737d_209 {
    margin-top: 16px
}

._footer_1h4ht_12 {
    width: 100%;
    background: #010101;
    color: #fff;
    padding: 80px 0
}

@media(max-width:767px) {
    ._footer_1h4ht_12 {
        padding: 64px 0
    }
}

._footer_1h4ht_12 ._footerContainer_1h4ht_23 {
    margin: 0 auto;
    padding: 0 var(--container-padding) 8px;
    max-width: 1400px;
    display: flex;
    flex-direction: column;
    gap: 2rem
}

._footer_1h4ht_12 ._top_1h4ht_31 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0
}

@media(max-width:767px) {
    ._footer_1h4ht_12 ._top_1h4ht_31 {
        align-items: flex-start;
        flex-wrap: wrap;
        gap: 24px
    }
}

._footer_1h4ht_12 ._footerLogo_1h4ht_44 {
    width: 84px;
    height: 42px
}

@media(max-width:767px) {
    ._footer_1h4ht_12 ._footerLogo_1h4ht_44 {
        order: 1
    }
}

._footer_1h4ht_12 ._footerLogoImg_1h4ht_53 {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain
}

._footer_1h4ht_12 ._footerNav_1h4ht_59 {
    display: flex;
    align-items: center
}

@media(max-width:767px) {
    ._footer_1h4ht_12 ._footerNav_1h4ht_59 {
        order: 3;
        width: 100%
    }
}

._footer_1h4ht_12 ._footerNavList_1h4ht_69 {
    display: flex;
    gap: 2.5rem
}

@media(max-width:768px) {
    ._footer_1h4ht_12 ._footerNavList_1h4ht_69 {
        display: grid;
        grid-template-columns: max-content max-content;
        gap: 24px;
        width: 100%;
        justify-content: space-between
    }
}

@media(max-width:768px) {
    ._footer_1h4ht_12 ._footerNavItem_1h4ht_83 {
        width: max-content
    }
}

._footer_1h4ht_12 ._footerNavLink_1h4ht_87 {
    display: inline-block;
    line-height: 130%;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 16px;
    transition: all .3s ease-in-out
}

@media screen and (hover:hover) {
    ._footer_1h4ht_12 ._footerNavLink_1h4ht_87:hover {
        color: #f170e4
    }
}

._footer_1h4ht_12 ._footerLang_1h4ht_101 {
    width: 100%;
    max-width: 76px
}

@media(max-width:767px) {
    ._footer_1h4ht_12 ._footerLang_1h4ht_101 {
        order: 2;
        width: 50%
    }
}

._footer_1h4ht_12 ._footerDropdown_1h4ht_111 {
    position: relative
}

._footer_1h4ht_12 ._footerLangOption_1h4ht_114 {
    display: block;
    padding: 10px 14px;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    text-decoration: none;
    white-space: nowrap;
    transition: background-color .3s ease
}

@media screen and (hover:hover) {
    ._footer_1h4ht_12 ._footerLangOption_1h4ht_114:hover {
        background: #ffffff14
    }
}

._footer_1h4ht_12 ._bottom_1h4ht_129 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #fff;
    font-family: Manrope, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    opacity: .6
}

@media(max-width:767px) {
    ._footer_1h4ht_12 ._bottom_1h4ht_129 {
        font-size: 14px;
        flex-direction: column;
        align-items: center;
        gap: 8px
    }
}

._footer_1h4ht_12 ._bottom_1h4ht_129 ._copyright_1h4ht_149 {
    margin: 0
}

._footer_1h4ht_12 ._bottom_1h4ht_129 ._privatePolicy_1h4ht_152 {
    display: inline-block
}

@font-face {
    font-family: Manrope;
    font-style: normal;
    font-display: swap;
    font-weight: 400;
    src: url(./manrope-cyrillic-ext-400-normal-CRdE35mU.woff2) format("woff2"), url(./manrope-cyrillic-ext-400-normal-Djnz4Wsr.woff) format("woff");
    unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F
}

@font-face {
    font-family: Manrope;
    font-style: normal;
    font-display: swap;
    font-weight: 400;
    src: url(./manrope-cyrillic-400-normal-BMzJvInZ.woff2) format("woff2"), url(./manrope-cyrillic-400-normal-Dvx59UGC.woff) format("woff");
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116
}

@font-face {
    font-family: Manrope;
    font-style: normal;
    font-display: swap;
    font-weight: 400;
    src: url(./manrope-greek-400-normal-CM4qok81.woff2) format("woff2"), url(./manrope-greek-400-normal-DuX9RsAR.woff) format("woff");
    unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF
}

@font-face {
    font-family: Manrope;
    font-style: normal;
    font-display: swap;
    font-weight: 400;
    src: url(./manrope-vietnamese-400-normal-DHb3EETF.woff2) format("woff2"), url(./manrope-vietnamese-400-normal-D7E_mLGF.woff) format("woff");
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB
}

@font-face {
    font-family: Manrope;
    font-style: normal;
    font-display: swap;
    font-weight: 400;
    src: url(./manrope-latin-ext-400-normal-CMDvPJRp.woff2) format("woff2"), url(./manrope-latin-ext-400-normal-C-X6QNXX.woff) format("woff");
    unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF
}

@font-face {
    font-family: Manrope;
    font-style: normal;
    font-display: swap;
    font-weight: 400;
    src: url(./manrope-latin-400-normal-PaqtzbVb.woff2) format("woff2"), url(./manrope-latin-400-normal-8tf8FM3T.woff) format("woff");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

@font-face {
    font-family: Manrope;
    font-style: normal;
    font-display: swap;
    font-weight: 500;
    src: url(./manrope-cyrillic-ext-500-normal-Dz8SjJZ9.woff2) format("woff2"), url(./manrope-cyrillic-ext-500-normal-PaLk8PaH.woff) format("woff");
    unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F
}

@font-face {
    font-family: Manrope;
    font-style: normal;
    font-display: swap;
    font-weight: 500;
    src: url(./manrope-cyrillic-500-normal-B1OEZity.woff2) format("woff2"), url(./manrope-cyrillic-500-normal-CNwnNrRC.woff) format("woff");
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116
}

@font-face {
    font-family: Manrope;
    font-style: normal;
    font-display: swap;
    font-weight: 500;
    src: url(./manrope-greek-500-normal-GeMIHyWm.woff2) format("woff2"), url(./manrope-greek-500-normal-DyxYGEtJ.woff) format("woff");
    unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF
}

@font-face {
    font-family: Manrope;
    font-style: normal;
    font-display: swap;
    font-weight: 500;
    src: url(./manrope-vietnamese-500-normal-DCXiE_xi.woff2) format("woff2"), url(./manrope-vietnamese-500-normal-DaZ8i3XM.woff) format("woff");
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB
}

@font-face {
    font-family: Manrope;
    font-style: normal;
    font-display: swap;
    font-weight: 500;
    src: url(./manrope-latin-ext-500-normal-dm74KBQw.woff2) format("woff2"), url(./manrope-latin-ext-500-normal-EtoS1VaI.woff) format("woff");
    unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF
}

@font-face {
    font-family: Manrope;
    font-style: normal;
    font-display: swap;
    font-weight: 500;
    src: url(./manrope-latin-500-normal-BYYD-dBL.woff2) format("woff2"), url(./manrope-latin-500-normal-DMZssgOp.woff) format("woff");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

@font-face {
    font-family: Manrope;
    font-style: normal;
    font-display: swap;
    font-weight: 600;
    src: url(./manrope-cyrillic-ext-600-normal-Dk-u7o-5.woff2) format("woff2"), url(./manrope-cyrillic-ext-600-normal-DjQx9_jq.woff) format("woff");
    unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F
}

@font-face {
    font-family: Manrope;
    font-style: normal;
    font-display: swap;
    font-weight: 600;
    src: url(./manrope-cyrillic-600-normal-DvRl3Mj-.woff2) format("woff2"), url(./manrope-cyrillic-600-normal-It4mZcQk.woff) format("woff");
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116
}

@font-face {
    font-family: Manrope;
    font-style: normal;
    font-display: swap;
    font-weight: 600;
    src: url(./manrope-greek-600-normal-BoRV6lzK.woff2) format("woff2"), url(./manrope-greek-600-normal-CF2i9ZRY.woff) format("woff");
    unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF
}

@font-face {
    font-family: Manrope;
    font-style: normal;
    font-display: swap;
    font-weight: 600;
    src: url(./manrope-vietnamese-600-normal-C1J5PCl_.woff2) format("woff2"), url(./manrope-vietnamese-600-normal-lA7a_7Ok.woff) format("woff");
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB
}

@font-face {
    font-family: Manrope;
    font-style: normal;
    font-display: swap;
    font-weight: 600;
    src: url(./manrope-latin-ext-600-normal-_gBojHdJ.woff2) format("woff2"), url(./manrope-latin-ext-600-normal-u5Pl7hTU.woff) format("woff");
    unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF
}

@font-face {
    font-family: Manrope;
    font-style: normal;
    font-display: swap;
    font-weight: 600;
    src: url(./manrope-latin-600-normal-4f0koTD-.woff2) format("woff2"), url(./manrope-latin-600-normal-BqgrALkZ.woff) format("woff");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

@font-face {
    font-family: Manrope;
    font-style: normal;
    font-display: swap;
    font-weight: 700;
    src: url(./manrope-cyrillic-ext-700-normal-cq7F7ESW.woff2) format("woff2"), url(./manrope-cyrillic-ext-700-normal-ezu7N0xg.woff) format("woff");
    unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F
}

@font-face {
    font-family: Manrope;
    font-style: normal;
    font-display: swap;
    font-weight: 700;
    src: url(./manrope-cyrillic-700-normal-Dw_fZAg2.woff2) format("woff2"), url(./manrope-cyrillic-700-normal-7JNVKxyl.woff) format("woff");
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116
}

@font-face {
    font-family: Manrope;
    font-style: normal;
    font-display: swap;
    font-weight: 700;
    src: url(./manrope-greek-700-normal-CHUG9PD8.woff2) format("woff2"), url(./manrope-greek-700-normal-DyfsrCpP.woff) format("woff");
    unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF
}

@font-face {
    font-family: Manrope;
    font-style: normal;
    font-display: swap;
    font-weight: 700;
    src: url(./manrope-vietnamese-700-normal-CUqMx5-1.woff2) format("woff2"), url(./manrope-vietnamese-700-normal-pt65Fn2Z.woff) format("woff");
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB
}

@font-face {
    font-family: Manrope;
    font-style: normal;
    font-display: swap;
    font-weight: 700;
    src: url(./manrope-latin-ext-700-normal-DYOwVNan.woff2) format("woff2"), url(./manrope-latin-ext-700-normal-eVCcYqtJ.woff) format("woff");
    unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF
}

@font-face {
    font-family: Manrope;
    font-style: normal;
    font-display: swap;
    font-weight: 700;
    src: url(./manrope-latin-700-normal-BZp_XxE4.woff2) format("woff2"), url(./manrope-latin-700-normal-DGRFkw-m.woff) format("woff");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

@font-face {
    font-family: Playfair Display;
    font-style: normal;
    font-display: swap;
    font-weight: 400;
    src: url(./playfair-display-cyrillic-400-normal-CjW2EstV.woff2) format("woff2"), url(./playfair-display-cyrillic-400-normal-ZiRag6zj.woff) format("woff");
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116
}

@font-face {
    font-family: Playfair Display;
    font-style: normal;
    font-display: swap;
    font-weight: 400;
    src: url(./playfair-display-vietnamese-400-normal-BV2APVTb.woff2) format("woff2"), url(./playfair-display-vietnamese-400-normal-BbvUAu4N.woff) format("woff");
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB
}

@font-face {
    font-family: Playfair Display;
    font-style: normal;
    font-display: swap;
    font-weight: 400;
    src: url(./playfair-display-latin-ext-400-normal-BxlSGspa.woff2) format("woff2"), url(./playfair-display-latin-ext-400-normal-qdZwdvNS.woff) format("woff");
    unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF
}

@font-face {
    font-family: Playfair Display;
    font-style: normal;
    font-display: swap;
    font-weight: 400;
    src: url(./playfair-display-latin-400-normal-CFtfchNt.woff2) format("woff2"), url(./playfair-display-latin-400-normal-DHYHbkg3.woff) format("woff");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

@font-face {
    font-family: Playfair Display;
    font-style: italic;
    font-display: swap;
    font-weight: 400;
    src: url(./playfair-display-cyrillic-400-italic-drKdN10-.woff2) format("woff2"), url(./playfair-display-cyrillic-400-italic-24vVh5t9.woff) format("woff");
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116
}

@font-face {
    font-family: Playfair Display;
    font-style: italic;
    font-display: swap;
    font-weight: 400;
    src: url(./playfair-display-vietnamese-400-italic-CD15TOr5.woff2) format("woff2"), url(./playfair-display-vietnamese-400-italic-Cpv4sfwY.woff) format("woff");
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB
}

@font-face {
    font-family: Playfair Display;
    font-style: italic;
    font-display: swap;
    font-weight: 400;
    src: url(./playfair-display-latin-ext-400-italic-zVOgzDMq.woff2) format("woff2"), url(./playfair-display-latin-ext-400-italic-CZOjvne0.woff) format("woff");
    unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF
}

@font-face {
    font-family: Playfair Display;
    font-style: italic;
    font-display: swap;
    font-weight: 400;
    src: url(./playfair-display-latin-400-italic-LeeEXsx5.woff2) format("woff2"), url(./playfair-display-latin-400-italic-hIeePEuE.woff) format("woff");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

*,
:before,
:after {
    box-sizing: border-box
}

:where(ul, ol):where([class]) {
    padding-left: 0
}

body,
:where(blockquote, figure):where([class]) {
    margin: 0
}

:where(h1, h2, h3, h4, h5, h6, p, ul, ol, dl) {
    margin-block: 0
}

:where(dd[class]) {
    margin-left: 0
}

:where(fieldset[class]) {
    margin-left: 0;
    padding: 0;
    border: none
}

:where(ul[class]) {
    list-style: none
}

:where(address[class]) {
    font-style: normal
}

p {
    --paragraphMarginBottom: 24px;
    margin-block: 0
}

p:where(:not([class]):not(:last-child)) {
    margin-bottom: var(--paragraphMarginBottom)
}

img,
video {
    display: block;
    max-width: 100%;
    height: auto
}

input,
textarea,
select,
button {
    font: inherit
}

html,
:has(:target) {
    scroll-behavior: smooth
}

a:where([class]) {
    display: inline-flex
}

button,
label {
    cursor: pointer
}

[fill] {
    fill: currentColor
}

[stroke] {
    stroke: currentColor
}

svg * {
    transition-property: fill, stroke
}

:where(table) {
    border-collapse: collapse;
    border-color: currentColor
}

a {
    text-decoration: none;
    color: inherit
}

u {
    text-decoration-skip-ink: none
}

@media(prefers-reduced-motion:reduce) {

    *,
    :before,
    :after {
        animation-duration: .01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: .01ms !important;
        scroll-behavior: auto !important
    }
}

html {
    scrollbar-gutter: stable
}

body {
    font-family: Manrope;
    background: #010101;
    color: #fff;
    line-height: 120%
}

body.is-scroll-locked {
    overflow: hidden
}

.wrapper {
    display: flex;
    flex-direction: column;
    overflow-x: clip;
    min-height: 100svh
}

.main {
    flex-grow: 1;
    padding-top: 82px
}

.container {
    width: 100%;
    max-width: 64rem;
    margin: 0 auto;
    padding-inline: var(--container-padding)
}

.iti {
    width: 100%
}

.iti__selected-dial-code {
    display: none
}

._wrapper_1dpc8_12 {
    position: relative
}

._background_1dpc8_16 {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%);
    width: 100%;
    max-width: 1920px;
    height: 100%;
    min-height: 900px;
    z-index: -1
}

._background_1dpc8_16 ._video_1dpc8_27 {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    max-width: 1920px;
    margin: 0 auto;
    max-height: 900px;
    z-index: -1
}

@media screen and (max-width:1440px) {
    ._background_1dpc8_16 ._video_1dpc8_27 {
        object-fit: cover
    }
}

._background_1dpc8_16 ._overlay_1dpc8_43 {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: linear-gradient(180deg, #010101, #01010100);
    max-width: 1920px;
    margin: 0 auto;
    max-height: 900px;
    z-index: -1
}

._content_1dpc8_57 {
    display: flex;
    align-items: center;
    flex-direction: column;
    color: #fff;
    padding: 0 var(--container-padding);
    padding-top: 180px
}

@media(max-width:767px) {
    ._content_1dpc8_57 {
        padding-bottom: 80px
    }
}

._title_1dpc8_71 {
    color: #fff;
    font-family: Playfair Display, sans-serif;
    font-size: 64px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
    letter-spacing: -2.56px;
    text-align: center
}

@media(max-width:767px) {
    ._title_1dpc8_71 {
        font-size: 40px
    }
}

._text_1dpc8_87 {
    color: #fff;
    font-family: Manrope, sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    opacity: .8;
    margin: 56px 0 40px;
    max-width: 540px;
    text-align: center
}

@media(max-width:767px) {
    ._text_1dpc8_87 {
        font-size: 14px;
        margin-top: 32px
    }
}

._button_1hsy3_12 {
    gap: 4px;
    border: none;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 13.5px;
    border-radius: 100px;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    white-space: nowrap;
    cursor: pointer;
    text-align: center;
    transition: background-color .3s ease-in-out, color .3s ease-in-out, box-shadow .3s ease-in-out
}

._button_1hsy3_12 svg {
    width: 1rem;
    height: auto;
    aspect-ratio: 1/1;
    color: #040303
}

._primary_1hsy3_36 {
    color: #000;
    background: #e95bf6;
    padding: 13.5px 51.5px;
    max-width: 186px;
    box-shadow: -4px 4px 32px #ff95f41f inset, 0 4px 32px #f171e43d
}

@media screen and (hover:hover) {
    ._primary_1hsy3_36:hover {
        background: #e455d6;
        box-shadow: -4px 4px 32px #ff95f41f inset, 0 4px 32px #f171e43d
    }
}

._primary_1hsy3_36:active {
    background: #d33ac3;
    box-shadow: -4px 4px 32px #ff95f41f inset, 0 4px 32px #f171e43d
}

._primary_1hsy3_36:disabled {
    opacity: .6;
    background: var(--Main-Colors-Pink, #F170E4);
    box-shadow: -4px 4px 32px #ff95f41f inset, 0 4px 32px #f171e43d
}

._secondary_1hsy3_59 {
    color: #e95bf6;
    background: #ffffff0d;
    max-width: 232px;
    box-shadow: 0 -6px 64px #f170e43d inset;
    text-shadow: 0 0 32px #e95bf6
}

@media screen and (hover:hover) {
    ._secondary_1hsy3_59:hover {
        background: #4c4c4c0d;
        box-shadow: 0 -6px 64px #f170e43d inset
    }
}

._secondary_1hsy3_59:active {
    color: #d43cc4;
    background: #1515150d;
    box-shadow: 0 -6px 64px #f170e43d inset
}

._secondary_1hsy3_59:disabled {
    opacity: .6;
    background: #ffffff0d;
    box-shadow: 0 -6px 64px #f170e43d inset
}

._breadcrumbs_xltut_12 {
    width: 100%;
    padding: 64px 0
}

@media(max-width:767px) {
    ._breadcrumbs_xltut_12 {
        padding-top: 18px;
        padding-bottom: 32px
    }
}

._breadcrumbsList_xltut_23 {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: .875rem;
    letter-spacing: .08em;
    color: #fff9
}

._breadcrumbsItem_xltut_35 {
    display: inline-flex;
    align-items: center;
    gap: 8px
}

._breadcrumbsItem_xltut_35:after {
    content: "/";
    color: #fff9
}

._breadcrumbsItem_xltut_35:last-child:after {
    content: none
}

._breadcrumbsLink_xltut_48 {
    color: #fff;
    text-decoration: none;
    transition: color .3s ease
}

._breadcrumbsLink_xltut_48:hover {
    color: #fff
}

._breadcrumbsCurrent_xltut_57 {
    color: #f2f2f29e
}

._block_5ddch_12 {
    display: flex;
    justify-content: space-between;
    gap: 20px
}

@media screen and (max-width:992px) {
    ._block_5ddch_12 {
        flex-direction: column;
        gap: 40px
    }
}

._title_5ddch_24 {
    display: inline-block;
    color: #fff;
    font-family: Playfair Display, serif;
    font-size: 64px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
    letter-spacing: -2.56px;
    max-width: 475px
}

._title_5ddch_24 span {
    font-style: italic;
    letter-spacing: -1.28px
}

@media(max-width:767px) {
    ._title_5ddch_24 {
        font-size: 40px
    }
}

._description_5ddch_45 {
    display: inline-block;
    color: #fff;
    font-family: Manrope, sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
    max-width: 490px
}

@media(max-width:767px) {
    ._description_5ddch_45 {
        font-size: 16px;
        max-width: 300px
    }
}

._block_1wvox_12 {
    margin-top: 120px;
    display: flex;
    justify-content: space-between;
    gap: 20px
}

@media screen and (max-width:992px) {
    ._block_1wvox_12 {
        flex-direction: column-reverse;
        gap: 40px
    }
}

@media(max-width:767px) {
    ._block_1wvox_12 {
        margin-top: 40px
    }
}

._left_1wvox_30 {
    display: flex;
    align-items: flex-end;
    gap: 16px;
    height: 400px;
    max-height: 400px
}

@media screen and (max-width:992px) {
    ._left_1wvox_30 {
        height: auto;
        max-height: none
    }
}

@media(max-width:767px) {
    ._left_1wvox_30 {
        min-height: 312px
    }
}

._bigImageWrapper_1wvox_49 {
    min-width: 0;
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    overflow: hidden;
    border-radius: 32px
}

@media(max-width:767px) {
    ._bigImageWrapper_1wvox_49 {
        min-height: 312px
    }
}

._bigImageWrapper_1wvox_49 ._bigImage_1wvox_49 {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
    object-fit: cover;
    object-position: bottom;
    min-height: 400px;
    border-radius: 32px
}

@media(max-width:767px) {
    ._bigImageWrapper_1wvox_49 ._bigImage_1wvox_49 {
        min-height: 312px
    }
}

._smallImageWrapper_1wvox_79 {
    min-width: 0;
    flex: 0 1 auto;
    align-self: flex-start;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    overflow: hidden;
    border-radius: 32px
}

@media(max-width:767px) {
    ._smallImageWrapper_1wvox_79 {
        min-width: 95px;
        min-height: 248px
    }
}

._smallImageWrapper_1wvox_79 ._smallImage_1wvox_79 {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
    max-height: 315px;
    object-fit: cover;
    object-position: top;
    border-radius: 32px
}

@media(max-width:767px) {
    ._smallImageWrapper_1wvox_79 ._smallImage_1wvox_79 {
        min-width: 95px;
        min-height: 248px
    }
}

._right_1wvox_112 {
    width: 100%;
    max-width: 440px;
    display: flex;
    flex-direction: column;
    gap: 20px
}

@media(max-width:767px) {
    ._right_1wvox_112 {
        gap: 12px
    }
}

._right_1wvox_112 p {
    color: #fff;
    font-family: Manrope, sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    opacity: .8;
    margin: 0
}

@media(max-width:767px) {
    ._right_1wvox_112 p {
        font-size: 14px
    }
}

._block_d0c7o_12 {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 20px;
    padding-top: 180px
}

@media screen and (max-width:992px) {
    ._block_d0c7o_12 {
        flex-direction: column;
        align-items: flex-start;
        gap: 40px;
        padding-top: 80px
    }
}

._left_d0c7o_28 {
    width: 100%;
    max-width: 565px
}

._title_d0c7o_33 {
    color: #fff;
    font-family: Playfair Display, serif;
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
    letter-spacing: -1.92px
}

@media(max-width:767px) {
    ._title_d0c7o_33 {
        font-size: 40px
    }
}

._subtitle_d0c7o_48 {
    color: #fff;
    font-family: Manrope, sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
    max-width: 490px;
    margin-top: 80px;
    margin-bottom: 48px
}

@media(max-width:767px) {
    ._subtitle_d0c7o_48 {
        font-size: 16px;
        margin-top: 40px;
        margin-bottom: 24px
    }
}

._description_d0c7o_67 {
    display: flex;
    flex-direction: column;
    gap: 20px
}

@media(max-width:767px) {
    ._description_d0c7o_67 {
        gap: 12px
    }
}

._description_d0c7o_67 p {
    margin: 0;
    color: #fff;
    font-family: Manrope, sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    opacity: .8
}

@media(max-width:767px) {
    ._description_d0c7o_67 p {
        font-size: 14px
    }
}

._right_d0c7o_93 {
    border-radius: 32px
}

@media(max-width:767px) {
    ._right_d0c7o_93 {
        width: 100%
    }
}

._right_d0c7o_93 img {
    border-radius: 32px
}

@media(max-width:767px) {
    ._right_d0c7o_93 img {
        object-fit: cover;
        object-position: center;
        width: 100%;
        height: 175px
    }
}

._aboutPage_1lw8q_12 {
    margin: 0 auto;
    max-width: 1400px;
    padding: 0 var(--container-padding)
}

._content_1lw8q_18 {
    padding-bottom: 180px
}

@media(max-width:767px) {
    ._content_1lw8q_18 {
        padding-bottom: 80px
    }
}

._block_11mf2_12 {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 40px
}

@media(max-width:992px) {
    ._block_11mf2_12 {
        flex-direction: column;
        align-items: flex-start
    }
}

._left_11mf2_25 {
    width: 100%;
    max-width: 550px;
    display: flex;
    flex-direction: column;
    gap: 56px
}

@media(max-width:767px) {
    ._left_11mf2_25 {
        gap: 32px
    }
}

._title_11mf2_38 {
    color: #fff;
    font-family: Playfair Display, serif;
    font-size: 64px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
    letter-spacing: -2.56px
}

@media(max-width:767px) {
    ._title_11mf2_38 {
        font-size: 40px
    }
}

._title_11mf2_38 span {
    font-style: italic
}

._description_11mf2_56 {
    color: #fff;
    font-family: Manrope, sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    opacity: .8
}

@media(max-width:767px) {
    ._description_11mf2_56 {
        font-size: 14px
    }
}

._imageWrapper_11mf2_71 {
    border-radius: 32px
}

@media(max-width:992px) {
    ._imageWrapper_11mf2_71 {
        margin: 0 auto
    }
}

._imageWrapper_11mf2_71 img {
    border-radius: 32px
}

._block_1o9uf_12 {
    padding-top: 180px;
    padding-bottom: 180px;
    display: flex;
    justify-content: space-between;
    gap: 40px
}

@media(max-width:992px) {
    ._block_1o9uf_12 {
        flex-direction: column-reverse;
        align-items: flex-start
    }
}

@media(max-width:767px) {
    ._block_1o9uf_12 {
        padding-top: 40px;
        padding-bottom: 80px
    }
}

._left_1o9uf_32 {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 110px
}

@media(max-width:767px) {
    ._left_1o9uf_32 {
        gap: 40px
    }
}

._title_1o9uf_44 {
    color: #fff;
    font-family: Playfair Display, serif;
    font-size: 64px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
    letter-spacing: -2.56px
}

@media(max-width:767px) {
    ._title_1o9uf_44 {
        display: none;
        font-size: 40px
    }
}

._title_1o9uf_44 span {
    font-style: italic
}

._titleMobile_1o9uf_63 {
    display: none;
    color: #fff;
    font-family: Playfair Display, serif;
    font-size: 64px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
    letter-spacing: -2.56px
}

._titleMobile_1o9uf_63 span {
    font-style: italic
}

@media(max-width:767px) {
    ._titleMobile_1o9uf_63 {
        display: block;
        font-size: 40px
    }
}

._imageWrapper_1o9uf_83 img {
    display: block;
    max-width: 100%;
    height: auto;
    border-radius: 32px
}

@media(max-width:767px) {
    ._imageWrapper_1o9uf_83 img {
        height: 300px;
        width: 100%;
        max-width: 100%;
        object-fit: cover;
        object-position: center top
    }
}

._right_1o9uf_99 {
    width: 100%;
    max-width: 542px;
    display: flex;
    flex-direction: column;
    gap: 48px
}

@media(max-width:767px) {
    ._right_1o9uf_99 {
        gap: 24px;
        max-width: 100%
    }
}

._subtitle_1o9uf_113 {
    color: #fff;
    font-family: Manrope, sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%
}

@media(max-width:767px) {
    ._subtitle_1o9uf_113 {
        font-size: 16px
    }
}

._description_1o9uf_127 {
    display: flex;
    flex-direction: column;
    gap: 20px
}

@media(max-width:767px) {
    ._description_1o9uf_127 {
        gap: 12px
    }
}

._description_1o9uf_127 p {
    margin: 0;
    color: #fff;
    font-family: Manrope, sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    opacity: .8
}

@media(max-width:767px) {
    ._description_1o9uf_127 p {
        font-size: 14px
    }
}

@media(max-width:767px) {
    ._right_1o9uf_99 button {
        width: 100%;
        max-width: 100%
    }
}

._castingPage_ton81_12 {
    margin: 0 auto;
    max-width: 1400px;
    padding: 0 var(--container-padding)
}

._content_ton81_18 {
    display: flex;
    flex-direction: column
}

._background_1mitj_12 {
    position: absolute;
    top: -82px;
    left: 0;
    width: 100%;
    margin: 0 auto;
    z-index: -1
}

._background_1mitj_12 img {
    margin: 0 auto;
    height: 100%;
    min-height: 880px;
    object-fit: cover
}

._background_1mitj_12 ._backgroundImageDesktop_1mitj_26 {
    display: block
}

@media(max-width:767px) {
    ._background_1mitj_12 ._backgroundImageDesktop_1mitj_26 {
        display: none
    }
}

._background_1mitj_12 ._backgroundImageMobile_1mitj_34 {
    display: none
}

@media(max-width:767px) {
    ._background_1mitj_12 ._backgroundImageMobile_1mitj_34 {
        display: block;
        width: 100%;
        margin: 0
    }
}

._topBlock_1mitj_45 {
    display: flex;
    justify-content: space-between;
    gap: 40px
}

@media screen and (max-width:992px) {
    ._topBlock_1mitj_45 {
        flex-direction: column
    }
}

._topBlock_1mitj_45 ._left_1mitj_55 {
    display: flex;
    flex-direction: column;
    gap: 56px
}

@media screen and (max-width:992px) {
    ._topBlock_1mitj_45 ._left_1mitj_55 {
        gap: 32px
    }
}

._topBlock_1mitj_45 ._left_1mitj_55 ._title_1mitj_65 {
    color: #fff;
    font-family: Playfair Display, sans-serif;
    font-size: 64px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
    letter-spacing: -2.56px
}

@media(max-width:767px) {
    ._topBlock_1mitj_45 ._left_1mitj_55 ._title_1mitj_65 {
        font-size: 40px
    }
}

._topBlock_1mitj_45 ._left_1mitj_55 ._title_1mitj_65 span {
    font-style: italic
}

._topBlock_1mitj_45 ._left_1mitj_55 ._description_1mitj_82 {
    display: flex;
    flex-direction: column;
    gap: 28px;
    max-width: 535px;
    width: 100%
}

._topBlock_1mitj_45 ._left_1mitj_55 ._description_1mitj_82 p {
    margin: 0;
    color: #fff;
    font-family: Manrope, sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    opacity: .8
}

@media(max-width:767px) {
    ._topBlock_1mitj_45 ._left_1mitj_55 ._description_1mitj_82 p {
        font-size: 14px
    }
}

._topBlock_1mitj_45 ._imageWrapper_1mitj_104 {
    border-radius: 32px;
    overflow: hidden
}

._topBlock_1mitj_45 ._imageWrapper_1mitj_104 img {
    border-radius: 32px
}

._contactsPage_25edy_12 {
    position: relative;
    margin: 0 auto
}

._contactsPage_25edy_12 ._content_25edy_16 {
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    max-width: 1400px;
    padding: 0 var(--container-padding)
}

._contactsPage_25edy_12 ._content_25edy_16 ._contactsBlock_25edy_23 {
    display: block
}

._contactsPage_25edy_12 ._content_25edy_16 ._contactsSectionWrapperNoPadding_25edy_26 {
    padding: 0
}

._contactsSection_1aeyl_12 {
    padding: 180px 0
}

@media(max-width:767px) {
    ._contactsSection_1aeyl_12 {
        padding: 80px 0
    }
}

._contactsSection_1aeyl_12 ._contactsSectionWrapper_1aeyl_20 {
    max-width: 1400px;
    padding: 0 var(--container-padding);
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center
}

@media(max-width:1280px) {
    ._contactsSection_1aeyl_12 ._contactsSectionWrapper_1aeyl_20 {
        flex-direction: column;
        align-items: flex-start;
        gap: 40px
    }
}

._contactsSection_1aeyl_12 ._contactsSectionWrapper_1aeyl_20 ._left_1aeyl_36 {
    display: flex;
    flex-direction: column;
    gap: 28.5px
}

@media(max-width:767px) {
    ._contactsSection_1aeyl_12 ._contactsSectionWrapper_1aeyl_20 ._left_1aeyl_36 {
        gap: 32px
    }
}

._contactsSection_1aeyl_12 ._contactsSectionWrapper_1aeyl_20 ._left_1aeyl_36 ._title_1aeyl_46 {
    will-change: transform;
    color: #fff;
    font-family: Playfair Display, serif;
    font-size: 64px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
    letter-spacing: -1.92px
}

@media(max-width:767px) {
    ._contactsSection_1aeyl_12 ._contactsSectionWrapper_1aeyl_20 ._left_1aeyl_36 ._title_1aeyl_46 {
        font-size: 40px;
        line-height: 100%
    }
}

._contactsSection_1aeyl_12 ._contactsSectionWrapper_1aeyl_20 ._left_1aeyl_36 ._description_1aeyl_62 {
    will-change: transform;
    max-width: 338px;
    color: #fff;
    font-family: Manrope, sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%
}

@media(max-width:767px) {
    ._contactsSection_1aeyl_12 ._contactsSectionWrapper_1aeyl_20 ._left_1aeyl_36 ._description_1aeyl_62 {
        font-size: 14px
    }
}

._contactsSection_1aeyl_12 ._contactsSectionWrapper_1aeyl_20 ._right_1aeyl_77 {
    display: flex;
    flex-direction: column;
    gap: 32px;
    width: 100%;
    max-width: 490px
}

._contactsSection_1aeyl_12 ._contactsSectionWrapper_1aeyl_20 ._right_1aeyl_77 ._info_1aeyl_84 {
    will-change: transform;
    display: flex;
    justify-content: space-between;
    gap: 1.5rem
}

@media(max-width:767px) {
    ._contactsSection_1aeyl_12 ._contactsSectionWrapper_1aeyl_20 ._right_1aeyl_77 ._info_1aeyl_84 {
        flex-direction: column
    }
}

._contactsSection_1aeyl_12 ._contactsSectionWrapper_1aeyl_20 ._right_1aeyl_77 ._info_1aeyl_84 ._infoItem_1aeyl_95 {
    display: flex;
    flex-direction: column;
    gap: .5rem
}

._contactsSection_1aeyl_12 ._contactsSectionWrapper_1aeyl_20 ._right_1aeyl_77 ._info_1aeyl_84 ._infoItem_1aeyl_95 ._infoItemTitle_1aeyl_100 {
    display: inline-block;
    color: #f2f2f29e;
    font-family: Manrope, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 2px;
    text-transform: uppercase;
    opacity: .6
}

@media(max-width:767px) {
    ._contactsSection_1aeyl_12 ._contactsSectionWrapper_1aeyl_20 ._right_1aeyl_77 ._info_1aeyl_84 ._infoItem_1aeyl_95 ._infoItemTitle_1aeyl_100 {
        font-size: 10px
    }
}

._contactsSection_1aeyl_12 ._contactsSectionWrapper_1aeyl_20 ._right_1aeyl_77 ._info_1aeyl_84 ._infoItem_1aeyl_95 ._infoItemLink_1aeyl_117 {
    display: inline-block;
    color: #fff;
    font-family: Manrope, sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    text-decoration: underline;
    max-width: 232px
}

@media(max-width:767px) {
    ._contactsSection_1aeyl_12 ._contactsSectionWrapper_1aeyl_20 ._right_1aeyl_77 ._info_1aeyl_84 ._infoItem_1aeyl_95 ._infoItemLink_1aeyl_117 {
        font-size: 14px;
        max-width: 100%
    }
}

._contactsSection_1aeyl_12 ._contactsSectionWrapper_1aeyl_20 ._right_1aeyl_77 ._actions_1aeyl_134 {
    will-change: transform;
    display: flex;
    align-items: center;
    gap: 1.5rem
}

@media(max-width:767px) {
    ._contactsSection_1aeyl_12 ._contactsSectionWrapper_1aeyl_20 ._right_1aeyl_77 ._actions_1aeyl_134 {
        flex-direction: column-reverse;
        align-items: flex-start;
        gap: .75rem
    }
}

._contactsSection_1aeyl_12 ._contactsSectionWrapper_1aeyl_20 ._right_1aeyl_77 ._actions_1aeyl_134 button {
    width: 100%;
    max-width: 232px
}

@media(max-width:500px) {
    ._contactsSection_1aeyl_12 ._contactsSectionWrapper_1aeyl_20 ._right_1aeyl_77 ._actions_1aeyl_134 button {
        max-width: 100%
    }
}

._page_3qjxt_12 {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100vh
}

._disclaimerWrapper_3qjxt_19 {
    padding: 69px 20px;
    width: 100%;
    max-width: 1320px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 40px;
    background-color: #16161633;
    background-image: url(../images/disclaimer/bg.png);
    background-size: cover;
    background-position: center
}

@media(max-width:500px) {
    ._disclaimerWrapper_3qjxt_19 {
        background-image: url(../images/disclaimer/bg-mobile.png);
        padding: 50px 16px
    }
}

._disclaimerWrapper_3qjxt_19 ._logo_3qjxt_39 {
    margin-bottom: 80px
}

@media(max-width:767px) {
    ._disclaimerWrapper_3qjxt_19 ._logo_3qjxt_39 {
        margin-bottom: 24px
    }
}

._disclaimerWrapper_3qjxt_19 ._content_3qjxt_47 {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column
}

._disclaimerWrapper_3qjxt_19 ._content_3qjxt_47 ._title_3qjxt_53 {
    text-align: center;
    color: #fff;
    font-family: Playfair Display;
    font-size: 64px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
    letter-spacing: -2.56px;
    margin-bottom: 32px
}

@media(max-width:767px) {
    ._disclaimerWrapper_3qjxt_19 ._content_3qjxt_47 ._title_3qjxt_53 {
        font-size: 40px
    }
}

._disclaimerWrapper_3qjxt_19 ._content_3qjxt_47 ._description_3qjxt_69 {
    max-width: 578px;
    color: #fff;
    text-align: center;
    font-family: Manrope;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    opacity: .8;
    margin-bottom: 16px
}

@media(max-width:767px) {
    ._disclaimerWrapper_3qjxt_19 ._content_3qjxt_47 ._description_3qjxt_69 {
        font-size: 14px
    }
}

._disclaimerWrapper_3qjxt_19 ._content_3qjxt_47 ._confirmText_3qjxt_86 {
    color: #fff;
    text-align: center;
    font-family: Manrope;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%;
    opacity: .8;
    margin-bottom: 64px
}

@media(max-width:767px) {
    ._disclaimerWrapper_3qjxt_19 ._content_3qjxt_47 ._confirmText_3qjxt_86 {
        margin-bottom: 48px;
        font-size: 14px
    }
}

._disclaimerWrapper_3qjxt_19 ._content_3qjxt_47 ._actions_3qjxt_103 {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 24px;
    width: 100%;
    margin-bottom: 32px
}

@media(max-width:767px) {
    ._disclaimerWrapper_3qjxt_19 ._content_3qjxt_47 ._actions_3qjxt_103 {
        flex-direction: column;
        gap: 12px;
        margin-bottom: 24px
    }
}

._disclaimerWrapper_3qjxt_19 ._content_3qjxt_47 ._actions_3qjxt_103 button {
    width: 100%;
    max-width: 177px;
    font-weight: 500
}

@media(max-width:767px) {
    ._disclaimerWrapper_3qjxt_19 ._content_3qjxt_47 ._actions_3qjxt_103 button {
        max-width: 100%;
        height: 44px
    }
}

._disclaimerWrapper_3qjxt_19 ._content_3qjxt_47 ._note_3qjxt_129 {
    max-width: 670px;
    color: #fff;
    text-align: center;
    font-family: Manrope;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    opacity: .6
}

@media(max-width:767px) {
    ._disclaimerWrapper_3qjxt_19 ._content_3qjxt_47 ._note_3qjxt_129 {
        font-size: 12px
    }
}

._banner_qs4vy_12 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 40px;
    position: relative;
    width: 100%;
    max-height: 223px;
    background-image: url(../images/girl-page/banner-background.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center
}

@media(max-width:767px) {
    ._banner_qs4vy_12 {
        flex-direction: column;
        max-height: 100%
    }
}

._left_qs4vy_32 {
    padding: 40px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 100%;
    max-width: min(730px, 55vw);
    min-width: 0;
    flex-shrink: 1
}

@media(max-width:767px) {
    ._left_qs4vy_32 {
        padding: 24px 16px 0;
        max-width: 100%
    }
}

._title_qs4vy_49 {
    color: #fff;
    font-family: Playfair Display, serif;
    font-size: 40px;
    font-style: italic;
    font-weight: 400;
    line-height: 110%
}

@media(max-width:767px) {
    ._title_qs4vy_49 {
        font-size: 28px
    }
}

._title_qs4vy_49 span {
    font-style: normal
}

._description_qs4vy_66 {
    color: #fff;
    font-family: Manrope, sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    opacity: .8
}

@media(max-width:1440px) {
    ._description_qs4vy_66 {
        font-size: 16px
    }
}

@media(max-width:767px) {
    ._description_qs4vy_66 {
        font-size: 14px
    }
}

._bannerImgWrap_qs4vy_86 {
    flex-shrink: 1;
    min-width: 0;
    max-width: 100%;
    max-height: 223px;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    z-index: -1
}

._bannerImg_qs4vy_86 {
    max-width: 100%;
    width: auto;
    height: auto;
    object-fit: contain;
    display: block
}

@media(max-width:767px) {
    ._bannerImg_qs4vy_86 {
        max-width: 376px
    }
}

@media(max-width:768px) {
    ._bannerImg_qs4vy_86 {
        max-width: 100%;
        max-height: 200px;
        object-fit: contain
    }
}

._gallery_15snn_12 {
    display: flex;
    flex-direction: row;
    width: 100%;
    height: 100%;
    min-height: 400px;
    min-width: 0;
    gap: 16px
}

._thumbsCol_15snn_22 {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 88px;
    flex-shrink: 0
}

._thumbsSwiper_15snn_30 {
    flex: 1;
    width: 100%;
    max-width: 88px;
    height: 110px;
    overflow: hidden
}

._thumbsSwiper_15snn_30 .swiper-wrapper {
    flex-direction: column
}

._thumbsSwiper_15snn_30 .swiper-slide {
    width: 88px;
    height: 110px;
    flex-shrink: 0;
    border-radius: 12px;
    overflow: hidden;
    cursor: pointer;
    border: 1px solid transparent;
    transition: border-color .3s ease
}

._thumbsSwiper_15snn_30 .swiper-slide.swiper-slide-thumb-active {
    border-color: #ff91fd
}

._thumbImg_15snn_54 {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block
}

._thumbVideoWrap_15snn_61 {
    position: relative;
    width: 100%;
    height: 100%
}

._thumbVideoWrap_15snn_61 ._thumbImg_15snn_54 {
    position: absolute;
    inset: 0
}

._thumbPlay_15snn_71 {
    position: absolute;
    top: calc(50% - 21px);
    left: calc(50% - 21px);
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: #bdbdbd80
}

._thumbPlay_15snn_71 svg {
    width: 20px;
    height: 20px
}

._thumbsNavPrev_15snn_89,
._thumbsNavNext_15snn_90 {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, .05);
    background: #ffffff0d;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    color: #fff
}

._thumbsNavPrev_15snn_89:hover,
._thumbsNavNext_15snn_90:hover {
    background: #ffffff14
}

._thumbsNavPrev_15snn_89 {
    margin-bottom: .75rem;
    transform: rotate(-90deg)
}

._thumbsNavNext_15snn_90 {
    margin-top: .75rem;
    transform: rotate(-90deg)
}

._thumbsNavIcon_15snn_118 {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    color: #fff
}

._thumbsNavIcon_15snn_118 svg {
    width: 100%;
    height: 100%;
    fill: transparent
}

._thumbsNavIconUp_15snn_132 {
    transform: rotate(180deg)
}

._mainSwiper_15snn_136 {
    width: 540px;
    border-radius: 20px;
    overflow: hidden;
    background: #0d0d0d
}

@media(max-width:1280px) {
    ._mainSwiper_15snn_136 {
        width: 100%
    }
}

._mainSwiper_15snn_136 .swiper-slide {
    width: 540px;
    height: 100%
}

@media(max-width:767px) {
    ._mainSwiper_15snn_136 .swiper-slide {
        height: 540px
    }
}

._mainImg_15snn_157 {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
    display: block
}

._mainVideoWrap_15snn_165 {
    position: relative;
    width: 100%;
    height: 100%;
    background: #0d0d0d
}

._mainVideoWrap_15snn_165[data-playing=true] ._mainVideoPoster_15snn_171 {
    opacity: 0;
    pointer-events: none
}

._mainVideoPoster_15snn_171 {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
    display: block;
    pointer-events: none
}

._mainVideo_15snn_165 {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
    display: block
}

._videoPlayOverlay_15snn_195 {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    border: none;
    cursor: pointer;
    transition: opacity .3s ease
}

._videoPlayOverlay_15snn_195[data-playing=true] {
    opacity: 0;
    pointer-events: none
}

._videoPlayIcon_15snn_211 {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: #bdbdbd80;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center
}

._videoPlayIcon_15snn_211 svg {
    width: 28px;
    height: 28px
}

._pagination_15snn_226 {
    display: none;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding-top: 16px
}

._pagination_15snn_226 .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #ffffff40;
    opacity: 1;
    margin: 0;
    transition: background .3s ease;
    cursor: pointer
}

._pagination_15snn_226 .swiper-pagination-bullet-active {
    background: #ff91fd
}

@media(max-width:768px) {
    ._gallery_15snn_12 {
        flex-direction: column
    }

    ._thumbsCol_15snn_22 {
        display: none
    }

    ._pagination_15snn_226 {
        display: flex
    }

    ._mainSwiper_15snn_136 {
        width: 100%
    }
}

@media(max-width:1440px) {
    ._mainSwiper_15snn_136 .swiper-wrapper {
        max-width: 100%
    }

    ._mainSwiper_15snn_136 .swiper-slide {
        width: 100% !important;
        max-width: 100%;
        overflow: hidden;
        box-sizing: border-box
    }

    ._mainImg_15snn_157 {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block
    }

    ._thumbsCol_15snn_22 {
        width: 100px
    }

    ._thumbsSwiper_15snn_30 {
        max-width: 100px;
        height: 100px
    }

    ._thumbsSwiper_15snn_30 .swiper-slide {
        width: 100px;
        height: 100px
    }
}

@media(max-width:767px) {
    ._mainSwiper_15snn_136 {
        width: 100%;
        min-width: 0
    }

    ._mainSwiper_15snn_136 .swiper-slide {
        width: 100%
    }

    ._thumbsCol_15snn_22 {
        max-width: 80px;
        min-width: 72px
    }

    ._thumbsNavPrev_15snn_89,
    ._thumbsNavNext_15snn_90 {
        width: 32px;
        height: 32px
    }

    ._videoPlayIcon_15snn_211 {
        width: 56px;
        height: 56px
    }

    ._videoPlayIcon_15snn_211 svg {
        width: 28px;
        height: 28px
    }
}

._tabs_1lo4w_12 {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    margin-top: 1.5rem
}

._tabsHead_1lo4w_19 {
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px solid rgba(255, 255, 255, .12);
    align-items: center;
    justify-content: space-between
}

._tabButton_1lo4w_27 {
    padding: 1rem;
    color: #fff9;
    font-family: Manrope, sans-serif;
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.56;
    background: transparent;
    border: none;
    cursor: pointer;
    transition: color .3s ease;
    white-space: nowrap
}

._tabButtonActive_1lo4w_42 {
    color: #ff91fd;
    position: relative;
    opacity: 1
}

._tabButtonActive_1lo4w_42:hover {
    color: #ff91fd !important
}

._tabButtonActive_1lo4w_42:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: #ff91fd
}

._tabsPanel_1lo4w_60 {
    display: flex;
    flex-direction: column;
    gap: 1.5rem
}

._tabsPanel_1lo4w_60[hidden] {
    display: none
}

._bioGrid_1lo4w_70 {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: .75rem
}

._bioCard_1lo4w_76 {
    border-radius: 20px;
    background: #ffffff0d;
    padding: 1rem 1.5rem;
    display: flex;
    flex-direction: column;
    gap: 4px
}

._bioLabel_1lo4w_85 {
    color: #fff9;
    font-family: Manrope, sans-serif;
    font-size: .875rem;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: .5px
}

._bioValue_1lo4w_95 {
    color: #fff;
    font-family: Manrope, sans-serif;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: .5px
}

@media(max-width:767px) {
    ._bioValue_1lo4w_95 {
        font-size: .875rem
    }
}

._table_1lo4w_110 {
    border-radius: 20px;
    background: #ffffff0d
}

._tableHead_1lo4w_115,
._tableRow_1lo4w_116 {
    padding: 1.5rem
}

._tableHead_1lo4w_115 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #ffffff08;
    color: #fff;
    font-family: Manrope, sans-serif;
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 600;
    line-height: 130%;
    letter-spacing: .5px
}

._tableBody_1lo4w_134 {
    display: flex;
    flex-direction: column
}

._tableRow_1lo4w_116 {
    display: flex;
    justify-content: space-between;
    color: #fff;
    font-family: Manrope, sans-serif;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: .5px;
    border-bottom: 1px solid rgba(255, 255, 255, .05)
}

@media(max-width:767px) {
    ._tableRow_1lo4w_116 {
        font-size: .875rem
    }
}

._scheduleGrid_1lo4w_157 {
    display: flex;
    flex-direction: column;
    gap: 1.5rem
}

._scheduleCard_1lo4w_163 {
    padding: 1.5rem;
    border-radius: 20px;
    background: #ffffff0d;
    display: flex;
    flex-direction: column;
    gap: 1.5rem
}

._scheduleHeader_1lo4w_172 {
    display: flex;
    align-items: center;
    gap: .75rem
}

._scheduleIcon_1lo4w_178 {
    color: #ff91fd
}

._scheduleIcon_1lo4w_178 svg {
    width: 28px;
    height: 28px;
    fill: transparent
}

._scheduleTitle_1lo4w_187 {
    color: #fff;
    font-family: Playfair Display, serif;
    font-size: 1.75rem;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
    letter-spacing: -.84px
}

._scheduleLines_1lo4w_197 {
    display: flex;
    flex-direction: column;
    gap: .5rem;
    color: #ffffffe6;
    font-size: .9375rem
}

._scheduleLine_1lo4w_197 {
    color: #fff
}

._scheduleLineMuted_1lo4w_209 {
    color: #fff9
}

@media(max-width:767px) {
    ._tabsHead_1lo4w_19 {
        overflow-x: auto;
        overflow-y: hidden;
        flex-wrap: nowrap;
        gap: 1rem;
        scrollbar-width: none;
        -ms-overflow-style: none
    }

    ._tabsHead_1lo4w_19::-webkit-scrollbar {
        display: none
    }

    ._tabButton_1lo4w_27 {
        font-size: .875rem;
        transition: color .3s ease
    }

    ._tabButton_1lo4w_27:hover {
        color: #fff
    }

    ._bioGrid_1lo4w_70 {
        grid-template-columns: minmax(0, 1fr)
    }

    ._tableHead_1lo4w_115,
    ._tableRow_1lo4w_116 {
        padding: 1rem 1.5rem
    }

    ._scheduleCard_1lo4w_163 {
        padding: 1.5rem
    }
}

._mainInfo_1euo1_12 {
    display: flex;
    gap: 32px;
    padding-top: 120px
}

@media(max-width:1280px) {
    ._mainInfo_1euo1_12 {
        flex-direction: column
    }
}

@media(max-width:767px) {
    ._mainInfo_1euo1_12 {
        padding-top: 80px
    }
}

._left_1euo1_28 {
    width: 100%;
    max-width: 644px;
    height: 757px;
    min-width: 0
}

@media(max-width:1440px) {
    ._left_1euo1_28 {
        height: 710px;
        max-width: 100%
    }
}

@media(max-width:767px) {
    ._left_1euo1_28 {
        height: 100%
    }
}

._right_1euo1_46 {
    width: 100%
}

._head_1euo1_50 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px
}

@media(max-width:767px) {
    ._head_1euo1_50 {
        flex-direction: column;
        align-items: flex-start
    }
}

._title_1euo1_63 {
    color: #fff;
    font-family: Playfair Display, serif;
    font-size: 64px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
    letter-spacing: -2.56px
}

@media(max-width:767px) {
    ._title_1euo1_63 {
        font-size: 40px
    }
}

._headActions_1euo1_78 {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-left: auto
}

@media(max-width:767px) {
    ._headActions_1euo1_78 {
        margin-left: 0;
        width: 100%
    }
}

._headActions_1euo1_78 button {
    margin-left: 0
}

@media(max-width:767px) {
    ._headActions_1euo1_78 button {
        max-width: 100%;
        width: 100%
    }
}

._whatsappBtn_1euo1_100 {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 56px;
    min-height: 56px;
    border-radius: 100px;
    background: #ffffff0d;
    box-shadow: 0 -6px 64px #f170e480 inset
}

._availability_1euo1_112 {
    margin-top: 32px;
    padding: 16px 20px;
    border-radius: 20px;
    background: #392037
}

._availabilityHead_1euo1_119 {
    display: flex;
    align-items: center;
    gap: .75rem;
    color: #fff;
    font-family: Playfair Display, serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
    letter-spacing: -.72px
}

._icon_1euo1_132 {
    width: 28px;
    height: 28px;
    color: #f170e4
}

._icon_1euo1_132 svg {
    fill: transparent
}

._availabilityDates_1euo1_141 {
    margin-top: 10px;
    color: #fff;
    font-family: Manrope, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: .5px
}

._reviews_bysye_12 {
    padding: 180px 0
}

@media(max-width:767px) {
    ._reviews_bysye_12 {
        padding: 80px 0
    }
}

._head_bysye_21 {
    display: flex;
    align-items: center;
    gap: .75rem;
    opacity: .6;
    color: #f2f2f2;
    font-family: Manrope, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 55px
}

._divider_bysye_37 {
    display: inline-block;
    width: 24px;
    height: 1px;
    background: #f2f2f2
}

._content_bysye_44 {
    display: flex;
    justify-content: space-between
}

@media(max-width:1280px) {
    ._content_bysye_44 {
        flex-direction: column;
        gap: 35px
    }
}

._left_bysye_55 {
    position: relative;
    width: 100%
}

._title_bysye_60 {
    width: 100%;
    max-width: 410px;
    color: #fff;
    font-family: Playfair Display, serif;
    font-size: 54px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%
}

@media(max-width:1280px) {
    ._title_bysye_60 {
        font-size: 40px
    }
}

._title_bysye_60 span {
    font-style: italic
}

._left_bysye_55 img {
    z-index: 1000;
    position: absolute;
    bottom: -10px;
    width: auto;
    height: auto;
    max-width: none;
    max-height: none;
    flex-shrink: 0;
    left: clamp(-650px, -305px - (1400px - 100vw) * .5, -305px)
}

@media(max-width:1280px) {
    ._left_bysye_55 img {
        position: relative;
        left: clamp(-650px, -305px - (1400px - 100vw) * .5, -305px)
    }
}

._right_bysye_97 {
    display: flex;
    flex-direction: column;
    gap: 40px;
    width: 100%;
    max-width: 615px
}

@media(max-width:767px) {
    ._right_bysye_97 button {
        width: 100%;
        max-width: 190px;
        height: 48px
    }
}

@media(max-width:1280px) {
    ._right_bysye_97 {
        margin-left: auto;
        gap: 24px
    }
}

._subtitle_bysye_118 {
    color: #fff;
    font-family: Manrope, sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%
}

@media(max-width:767px) {
    ._subtitle_bysye_118 {
        font-size: 16px
    }
}

._description_bysye_132 {
    color: #fff;
    font-family: Manrope, sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    opacity: .8;
    display: flex;
    flex-direction: column;
    gap: 20px
}

@media(max-width:767px) {
    ._description_bysye_132 {
        font-size: 14px;
        gap: 12px
    }
}

._description_bysye_132 p {
    margin: 0
}

._ctaIcon_bysye_154 {
    display: inline-flex;
    align-items: center;
    vertical-align: middle
}

._ctaIcon_bysye_154 svg {
    width: 24px;
    height: 24px;
    fill: transparent
}

._girlPage_1iowv_12 {
    max-width: 1400px;
    padding: 0 var(--container-padding);
    margin: 0 auto
}

._girlsListPage_1iowv_18 {
    position: relative
}

._background_bd9un_12 {
    position: absolute;
    top: -82px;
    left: 0;
    width: 100%;
    margin: 0 auto;
    z-index: -1
}

._background_bd9un_12 img {
    margin: 0 auto;
    height: 100%;
    min-height: 880px
}

._background_bd9un_12 ._backgroundImageDesktop_bd9un_25 {
    display: block
}

@media(max-width:767px) {
    ._background_bd9un_12 ._backgroundImageDesktop_bd9un_25 {
        display: none
    }
}

._background_bd9un_12 ._backgroundImageMobile_bd9un_33 {
    display: none
}

@media(max-width:767px) {
    ._background_bd9un_12 ._backgroundImageMobile_bd9un_33 {
        display: block;
        width: 100%;
        margin: 0
    }
}

._content_bd9un_44 {
    position: relative;
    margin: 0 auto
}

._contentInner_bd9un_49 {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 var(--container-padding)
}

._contentWrapper_bd9un_55 {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 20px;
    padding-bottom: 180px
}

@media(max-width:767px) {
    ._contentWrapper_bd9un_55 {
        flex-direction: column;
        align-items: flex-start;
        padding-bottom: 80px
    }
}

._columnLeft_bd9un_70 {
    display: flex;
    flex-direction: column;
    gap: 56px;
    max-width: 561px;
    width: 100%
}

@media(max-width:767px) {
    ._columnLeft_bd9un_70 {
        gap: 32px
    }
}

._title_bd9un_83 {
    color: #fff;
    font-family: Playfair Display, serif;
    font-size: 64px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
    letter-spacing: -2.56px
}

._title_bd9un_83 span {
    font-style: italic
}

@media(max-width:767px) {
    ._title_bd9un_83 {
        font-size: 40px
    }
}

._description_bd9un_101 {
    color: #fff;
    font-family: Manrope, sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    opacity: .8
}

@media(max-width:767px) {
    ._description_bd9un_101 {
        font-size: 14px
    }
}

@media(max-width:767px) {
    ._columnRight_bd9un_117 {
        width: 100%
    }
}

._imageWrapper_bd9un_122 {
    width: 280px;
    height: 380px;
    overflow: hidden;
    transform-origin: left bottom;
    border-radius: 32px
}

@media(max-width:767px) {
    ._imageWrapper_bd9un_122 {
        width: 100%;
        max-height: 270px;
        align-items: flex-start
    }
}

._imageWrapper_bd9un_122 img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

._section_lci2p_12 {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 var(--container-padding)
}

._sectionTitle_lci2p_18 {
    color: #fff;
    font-family: Playfair Display, serif;
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
    letter-spacing: -1.92px;
    margin-bottom: 80px
}

@media(max-width:767px) {
    ._sectionTitle_lci2p_18 {
        margin-bottom: 40px;
        font-size: 32px
    }
}

._grid_lci2p_35 {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
    margin-bottom: 180px
}

@media(max-width:1100px) {
    ._grid_lci2p_35 {
        grid-template-columns: repeat(2, minmax(0, 1fr))
    }
}

@media(max-width:767px) {
    ._grid_lci2p_35 {
        grid-template-columns: minmax(0, 1fr)
    }
}

._cardLink_lci2p_52 {
    display: block;
    text-decoration: none;
    color: inherit
}

._ladyCard_1bik1_12 {
    height: 100%;
    display: flex;
    flex-direction: column;
    background: #0d0d0d;
    border-radius: 24px;
    overflow: hidden;
    width: 100%;
    transition: ease-in-out .3s;
    border: 1px solid transparent;
    cursor: pointer
}

@media screen and (hover:hover) {
    ._ladyCard_1bik1_12:hover {
        border-color: #f170e4;
        box-shadow: 0 -24px 120px #f170e41f inset
    }
}

._ladyCard_1bik1_12 ._ladyCardGallery_1bik1_30 {
    position: relative;
    width: 100%;
    overflow: hidden;
    border-radius: 24px
}

._ladyCard_1bik1_12 ._ladyCardGallery_1bik1_30 .swiper-wrapper {
    align-items: stretch
}

._ladyCard_1bik1_12 ._ladyCardNav_1bik1_39 {
    position: absolute;
    z-index: 2;
    top: 50%;
    width: 48px;
    height: 48px;
    margin: 0;
    padding: .75rem;
    border: none;
    border-radius: 50%;
    background: #3939394d;
    backdrop-filter: blur(10px);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center
}

@media(max-width:767px) {
    ._ladyCard_1bik1_12 ._ladyCardNav_1bik1_39 {
        width: 36px;
        height: 36px
    }
}

._ladyCard_1bik1_12 ._ladyCardNavPrev_1bik1_62 {
    left: .75rem
}

._ladyCard_1bik1_12 ._ladyCardNavNext_1bik1_65 {
    right: .75rem
}

._ladyCard_1bik1_12 ._ladyCardNavIcon_1bik1_68 {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px
}

@media(max-width:767px) {
    ._ladyCard_1bik1_12 ._ladyCardNavIcon_1bik1_68 {
        width: 16px;
        height: 16px
    }
}

._ladyCard_1bik1_12 ._ladyCardNavIcon_1bik1_68 svg {
    color: #0d0d0d;
    fill: transparent !important
}

._ladyCard_1bik1_12 ._ladyCardPagination_1bik1_85 {
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    z-index: 2
}

._ladyCard_1bik1_12 ._ladyCardPagination_1bik1_85 .swiper-pagination-bullet {
    background: #fff;
    width: 6px;
    height: 6px;
    opacity: 1
}

._ladyCard_1bik1_12 ._ladyCardPagination_1bik1_85 .swiper-pagination-bullet-active {
    background: #fff;
    width: 9px;
    height: 9px
}

._ladyCard_1bik1_12 ._ladyCardImg_1bik1_103 {
    width: 100%;
    height: 100%;
    height: 500px;
    object-fit: cover;
    object-position: top center;
    display: block
}

@media(max-width:767px) {
    ._ladyCard_1bik1_12 ._ladyCardImg_1bik1_103 {
        height: 428px
    }
}

._ladyCard_1bik1_12 ._ladyCardComingSoonOverlay_1bik1_116 {
    position: absolute;
    inset: 0;
    z-index: 1000;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0;
    padding: 1rem;
    background: #000c;
    color: #fff;
    text-align: center
}

._ladyCard_1bik1_12 ._ladyCardComingSoonLine1_1bik1_130 {
    color: #fff;
    font-family: Playfair Display, serif;
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
    letter-spacing: -1.6px
}

@media(max-width:767px) {
    ._ladyCard_1bik1_12 ._ladyCardComingSoonLine1_1bik1_130 {
        font-size: 32px;
        letter-spacing: -1.28px
    }
}

._ladyCard_1bik1_12 ._ladyCardComingSoonLine2_1bik1_145 {
    color: #fff;
    text-align: center
}

._ladyCard_1bik1_12 ._ladyCardComingSoonLine2Regular_1bik1_149 {
    color: #fff;
    font-family: Playfair Display, serif;
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
    letter-spacing: -1.12px
}

@media(max-width:767px) {
    ._ladyCard_1bik1_12 ._ladyCardComingSoonLine2Regular_1bik1_149 {
        font-size: 22px;
        letter-spacing: -.88px
    }
}

._ladyCard_1bik1_12 ._ladyCardComingSoonLine2Italic_1bik1_164 {
    color: #fff;
    font-family: Playfair Display, serif;
    font-size: 40px;
    font-style: italic;
    font-weight: 400;
    line-height: 110%;
    letter-spacing: -.8px
}

@media(max-width:767px) {
    ._ladyCard_1bik1_12 ._ladyCardComingSoonLine2Italic_1bik1_164 {
        font-size: 32px;
        letter-spacing: -.64px
    }
}

._ladyCard_1bik1_12 ._ladyCardInfo_1bik1_179 {
    padding: 2rem 1rem;
    display: flex;
    flex-direction: column;
    flex: 1
}

@media(max-width:767px) {
    ._ladyCard_1bik1_12 ._ladyCardInfo_1bik1_179 {
        padding: 20px 12px
    }
}

._ladyCard_1bik1_12 ._ladyCardHead_1bik1_190 {
    display: flex;
    align-items: flex-end;
    gap: .75rem
}

@media(max-width:767px) {
    ._ladyCard_1bik1_12 ._ladyCardHead_1bik1_190 {
        font-size: 8px
    }
}

._ladyCard_1bik1_12 ._ladyCardName_1bik1_200 {
    color: #fff;
    font-family: Playfair Display, serif;
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%
}

@media(max-width:767px) {
    ._ladyCard_1bik1_12 ._ladyCardName_1bik1_200 {
        font-size: 24px
    }
}

._ladyCard_1bik1_12 ._ladyCardAge_1bik1_213 {
    display: inline-block;
    color: #fff;
    font-family: Manrope, sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    opacity: .6
}

@media(max-width:767px) {
    ._ladyCard_1bik1_12 ._ladyCardAge_1bik1_213 {
        font-size: 14px
    }
}

._ladyCard_1bik1_12 ._ladyCardDates_1bik1_228 {
    display: flex;
    align-items: center;
    gap: .5rem;
    color: #fff;
    font-family: Manrope, sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-top: 1.5rem
}

@media(max-width:767px) {
    ._ladyCard_1bik1_12 ._ladyCardDates_1bik1_228 {
        margin-top: 13px
    }
}

._ladyCard_1bik1_12 ._ladyCardDatesIcon_1bik1_245 {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 16px;
    height: 16px;
    color: #e95bf6
}

._ladyCard_1bik1_12 ._ladyCardDatesIcon_1bik1_245 svg {
    width: 100%;
    height: 100%;
    fill: transparent
}

._ladyCard_1bik1_12 ._ladyCardDatesText_1bik1_258 {
    font-family: Manrope, sans-serif;
    font-size: 1.25rem;
    color: #ffffffe6
}

@media(max-width:767px) {
    ._ladyCard_1bik1_12 ._ladyCardDatesText_1bik1_258 {
        font-size: 14px
    }
}

._ladyCard_1bik1_12 ._ladyCardTags_1bik1_268 {
    display: flex;
    flex-wrap: wrap;
    gap: .75rem;
    padding: 0;
    list-style: none;
    margin-top: 2rem
}

@media(max-width:767px) {
    ._ladyCard_1bik1_12 ._ladyCardTags_1bik1_268 {
        margin-top: 20px
    }
}

._ladyCard_1bik1_12 ._ladyCardTag_1bik1_268 {
    display: inline-block;
    padding: .75rem 1rem;
    border-radius: 999px;
    background: #ffffff08;
    color: #f2f2f29e;
    font-family: Manrope, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal
}

@media(max-width:767px) {
    ._ladyCard_1bik1_12 ._ladyCardTag_1bik1_268 {
        font-size: 12px;
        padding: 8px 11px
    }
}

@media(max-width:767px) {
    ._ladyCardHome_1bik1_301 ._ladyCardImg_1bik1_103 {
        height: 333px
    }
}

@media screen and (hover:hover) {
    ._ladyCardComingSoon_1bik1_116:hover {
        border-color: transparent;
        box-shadow: none
    }
}

._heroSection_1xi5r_12 {
    position: relative;
    width: 100%;
    background: #010101;
    overflow: hidden
}

._heroSection_1xi5r_12 ._heroSectionContainer_1xi5r_18 {
    position: relative;
    z-index: 1
}

._heroSection_1xi5r_12 ._heroSectionBackground_1xi5r_22 {
    position: relative;
    max-width: 1920px;
    margin: 0 auto;
    height: 1000px;
    overflow: hidden
}

@media(max-width:767px) {
    ._heroSection_1xi5r_12 ._heroSectionBackground_1xi5r_22 {
        height: 600px
    }
}

._heroSection_1xi5r_12 ._heroSectionHero_1xi5r_34 {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover
}

._heroSection_1xi5r_12 ._heroSectionMainWrap_1xi5r_41 {
    position: relative;
    display: none;
    width: 100%;
    max-width: 1920px;
    height: 100%;
    line-height: 0;
    overflow: hidden
}

._heroSection_1xi5r_12 ._heroSectionMain_1xi5r_41 {
    width: 100%;
    height: 100%;
    object-fit: cover;
    will-change: transform
}

._heroSection_1xi5r_12 ._heroSectionContent_1xi5r_56 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%
}

._heroSection_1xi5r_12 ._wrapperBlock_1xi5r_62 {
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 125px var(--container-padding) 0
}

@media(max-width:1280px) {
    ._heroSection_1xi5r_12 ._wrapperBlock_1xi5r_62 {
        flex-direction: column;
        align-items: flex-start;
        gap: 40px
    }
}

@media(max-width:767px) {
    ._heroSection_1xi5r_12 ._wrapperBlock_1xi5r_62 {
        gap: 32px;
        padding: 125px 16px 0
    }
}

._heroSection_1xi5r_12 ._left_1xi5r_83 {
    max-width: 591px
}

._heroSection_1xi5r_12 ._left_1xi5r_83 ._leftTitle_1xi5r_86 {
    color: #fff;
    font-family: Playfair Display, serif;
    font-size: 64px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
    letter-spacing: -2.56px
}

._heroSection_1xi5r_12 ._left_1xi5r_83 ._leftTitle_1xi5r_86 span {
    color: #fff;
    font-family: Playfair Display, serif;
    font-size: 64px;
    font-style: italic;
    font-weight: 400;
    line-height: 110%;
    letter-spacing: -1.28px
}

@media(max-width:1280px) {

    ._heroSection_1xi5r_12 ._left_1xi5r_83 ._leftTitle_1xi5r_86,
    ._heroSection_1xi5r_12 ._left_1xi5r_83 ._leftTitle_1xi5r_86 span {
        font-size: 48px
    }
}

@media(max-width:767px) {

    ._heroSection_1xi5r_12 ._left_1xi5r_83 ._leftTitle_1xi5r_86,
    ._heroSection_1xi5r_12 ._left_1xi5r_83 ._leftTitle_1xi5r_86 span {
        font-size: 40px
    }
}

._heroSection_1xi5r_12 ._right_1xi5r_120 {
    display: flex;
    flex-direction: column;
    gap: 2.5rem
}

@media(max-width:767px) {
    ._heroSection_1xi5r_12 ._right_1xi5r_120 {
        gap: 24px
    }
}

._heroSection_1xi5r_12 ._right_1xi5r_120 ._rightDescription_1xi5r_130 {
    max-width: 440px;
    color: #fff;
    font-family: Manrope, sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%
}

@media(max-width:767px) {
    ._heroSection_1xi5r_12 ._right_1xi5r_120 ._rightDescription_1xi5r_130 {
        font-size: 14px
    }
}

._ladiesSlider_1542h_12 {
    width: 100%;
    overflow: hidden;
    margin-top: 80px
}

._ladiesSlider_1542h_12 .swiper-wrapper {
    align-items: stretch
}

._ladiesSlider_1542h_12 ._ladiesSliderTitle_1542h_20 {
    color: #fff;
    text-align: center;
    font-family: Playfair Display, serif;
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
    letter-spacing: -1.92px;
    margin-bottom: 80px
}

@media(max-width:767px) {
    ._ladiesSlider_1542h_12 ._ladiesSliderTitle_1542h_20 {
        font-size: 28px;
        margin-bottom: 40px
    }
}

._ladiesSlider_1542h_12 ._ladiesSliderControls_1542h_37 {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: .75rem;
    margin-top: 1.5rem;
    padding-bottom: .75rem
}

._ladiesSlider_1542h_12 ._ladiesSliderNav_1542h_45 {
    width: 48px;
    height: 48px;
    margin: 0;
    padding: 0;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, .05);
    background: #ffffff0d;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0
}

._ladiesSlider_1542h_12 ._ladiesSliderNav_1542h_45:after {
    content: none
}

._ladiesSlider_1542h_12 ._ladiesSliderNavIcon_1542h_62 {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px
}

._ladiesSlider_1542h_12 ._ladiesSliderNavIcon_1542h_62 svg {
    width: 7.5px;
    height: 15px;
    fill: transparent;
    color: #fff
}

._ladiesSlider_1542h_12 .swiper-slide {
    width: 430px;
    height: auto;
    box-sizing: border-box
}

@media(max-width:767px) {
    ._ladiesSlider_1542h_12 .swiper-slide {
        width: 285px
    }
}

._ladiesSection_1cxb3_12 {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto
}

._infoSection_muu3b_12 {
    opacity: 0;
    padding-top: 180px
}

@media(max-width:767px) {
    ._infoSection_muu3b_12 {
        padding-top: 80px
    }
}

._infoSection_muu3b_12 ._content_muu3b_21 {
    max-width: 1400px;
    padding: 0 var(--container-padding);
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    gap: 20px
}

@media(max-width:1280px) {
    ._infoSection_muu3b_12 ._content_muu3b_21 {
        flex-direction: column;
        gap: 60px
    }
}

._infoSection_muu3b_12 ._content_muu3b_21 ._left_muu3b_36 {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    position: relative;
    will-change: transform;
    min-width: 0;
    max-width: 820px;
    flex: 1 1 0%
}

._infoSection_muu3b_12 ._content_muu3b_21 ._left_muu3b_36 ._sectionBigImg_muu3b_46,
._infoSection_muu3b_12 ._content_muu3b_21 ._left_muu3b_36 ._sectionSmallImg_muu3b_51 {
    width: 100%;
    max-width: 100%;
    height: auto
}

._infoSection_muu3b_12 ._content_muu3b_21 ._left_muu3b_36 ._dynamicImg_muu3b_56 {
    position: absolute;
    bottom: -65px;
    right: -60px;
    width: 20.243902439%;
    max-width: 166px;
    height: auto;
    will-change: transform
}

@media(max-width:1024px) {
    ._infoSection_muu3b_12 ._content_muu3b_21 ._left_muu3b_36 ._dynamicImg_muu3b_56 {
        right: 0
    }
}

._infoSection_muu3b_12 ._content_muu3b_21 ._right_muu3b_70 {
    display: flex;
    flex-direction: column;
    gap: 48px;
    flex-shrink: 0
}

@media(max-width:767px) {
    ._infoSection_muu3b_12 ._content_muu3b_21 ._right_muu3b_70 {
        gap: 32px
    }
}

._infoSection_muu3b_12 ._content_muu3b_21 ._right_muu3b_70 ._infoSectionTitle_muu3b_81 {
    color: #fff;
    font-family: Playfair Display, serif;
    font-size: 64px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
    letter-spacing: -2.56px;
    max-width: 374px;
    will-change: transform
}

@media(max-width:1280px) {
    ._infoSection_muu3b_12 ._content_muu3b_21 ._right_muu3b_70 ._infoSectionTitle_muu3b_81 {
        font-size: 48px
    }
}

@media(max-width:767px) {
    ._infoSection_muu3b_12 ._content_muu3b_21 ._right_muu3b_70 ._infoSectionTitle_muu3b_81 {
        font-size: 40px
    }
}

._infoSection_muu3b_12 ._content_muu3b_21 ._right_muu3b_70 ._infoSectionDescription_muu3b_102 {
    color: #fff;
    font-family: Manrope, sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    max-width: 441px;
    will-change: transform
}

@media(max-width:767px) {
    ._infoSection_muu3b_12 ._content_muu3b_21 ._right_muu3b_70 ._infoSectionDescription_muu3b_102 {
        font-size: 14px
    }
}

:root {
    --header-height: 6.25rem;
    --container-padding: 2.5rem
}

@media(max-width:1024px) {
    :root {
        --header-height: 3.125rem;
        --container-padding: 1rem
    }
}

._aboutSection_uw3jb_12 {
    padding-top: 180px
}

@media(max-width:767px) {
    ._aboutSection_uw3jb_12 {
        padding-top: 80px
    }
}

._aboutSection_uw3jb_12 ._aboutSectionWrapper_uw3jb_20 {
    max-width: 1400px;
    padding: 0 var(--container-padding);
    width: 100%;
    margin: 0 auto
}

._aboutSection_uw3jb_12 ._aboutSectionWrapper_uw3jb_20 ._head_uw3jb_26 {
    display: flex;
    align-items: center;
    text-transform: uppercase;
    margin-bottom: 56px;
    will-change: transform;
    font-family: Manrope, sans-serif;
    opacity: .3;
    color: #4a4a4a;
    gap: .75rem
}

@media(max-width:767px) {
    ._aboutSection_uw3jb_12 ._aboutSectionWrapper_uw3jb_20 ._head_uw3jb_26 {
        font-size: 10px;
        margin-bottom: 32px
    }
}

._aboutSection_uw3jb_12 ._aboutSectionWrapper_uw3jb_20 ._head_uw3jb_26 ._devider_uw3jb_43 {
    display: inline-block;
    width: 24px;
    height: 1px;
    opacity: .3;
    background: #f2f2f2
}

._aboutSection_uw3jb_12 ._aboutSectionWrapper_uw3jb_20 ._content_uw3jb_50 {
    display: flex;
    justify-content: space-between
}

@media(max-width:1280px) {
    ._aboutSection_uw3jb_12 ._aboutSectionWrapper_uw3jb_20 ._content_uw3jb_50 {
        flex-direction: column;
        gap: 32px
    }
}

._aboutSection_uw3jb_12 ._aboutSectionWrapper_uw3jb_20 ._content_uw3jb_50 ._title_uw3jb_60 {
    max-width: 565px;
    will-change: transform;
    color: #fff;
    font-family: Playfair Display, serif;
    font-size: 64px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: -2.56px
}

._aboutSection_uw3jb_12 ._aboutSectionWrapper_uw3jb_20 ._content_uw3jb_50 ._title_uw3jb_60 span {
    color: #fff;
    font-family: Playfair Display, serif;
    font-size: 64px;
    font-style: italic;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: -2.56px
}

@media(max-width:767px) {

    ._aboutSection_uw3jb_12 ._aboutSectionWrapper_uw3jb_20 ._content_uw3jb_50 ._title_uw3jb_60,
    ._aboutSection_uw3jb_12 ._aboutSectionWrapper_uw3jb_20 ._content_uw3jb_50 ._title_uw3jb_60 span {
        font-size: 40px
    }
}

._aboutSection_uw3jb_12 ._aboutSectionWrapper_uw3jb_20 ._content_uw3jb_50 ._right_uw3jb_88 {
    max-width: 440px;
    display: flex;
    flex-direction: column;
    gap: 48px
}

@media(max-width:1280px) {
    ._aboutSection_uw3jb_12 ._aboutSectionWrapper_uw3jb_20 ._content_uw3jb_50 ._right_uw3jb_88 {
        max-width: 100%
    }
}

@media(max-width:767px) {
    ._aboutSection_uw3jb_12 ._aboutSectionWrapper_uw3jb_20 ._content_uw3jb_50 ._right_uw3jb_88 {
        gap: 12px
    }
}

._aboutSection_uw3jb_12 ._aboutSectionWrapper_uw3jb_20 ._content_uw3jb_50 ._right_uw3jb_88 ._welcomeText_uw3jb_104 {
    will-change: transform;
    color: #fff;
    font-family: Manrope, sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%
}

@media(max-width:767px) {
    ._aboutSection_uw3jb_12 ._aboutSectionWrapper_uw3jb_20 ._content_uw3jb_50 ._right_uw3jb_88 ._welcomeText_uw3jb_104 {
        font-size: 16px
    }
}

._aboutSection_uw3jb_12 ._aboutSectionWrapper_uw3jb_20 ._content_uw3jb_50 ._right_uw3jb_88 ._privacyBlock_uw3jb_118 {
    display: flex;
    flex-direction: column;
    gap: 20px;
    color: #fff;
    font-family: Manrope, sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    opacity: .8
}

@media(max-width:767px) {
    ._aboutSection_uw3jb_12 ._aboutSectionWrapper_uw3jb_20 ._content_uw3jb_50 ._right_uw3jb_88 ._privacyBlock_uw3jb_118 {
        font-size: 14px
    }
}

._aboutSection_uw3jb_12 ._aboutSectionWrapper_uw3jb_20 ._content_uw3jb_50 ._right_uw3jb_88 ._privacyBlock_uw3jb_118 p {
    margin: 0;
    will-change: transform
}

._aboutSection_uw3jb_12 ._aboutSectionWrapper_uw3jb_20 ._aboutImage_uw3jb_139 {
    margin-top: 56px;
    will-change: opacity;
    object-fit: cover;
    object-position: center center;
    border-radius: 32px
}

@media(max-width:767px) {
    ._aboutSection_uw3jb_12 ._aboutSectionWrapper_uw3jb_20 ._aboutImage_uw3jb_139 {
        height: 240px;
        margin-top: 32px
    }
}