.customer-review-block {
    width: 100%;
    display: flex;
    gap: 120px;
    align-items: center;
    justify-content: space-between;
}
.customer-review-block-text {
    width: 100%;
    max-width: 730px;
    padding: 350px 0 0 0;
}
.customer-review-block-text blockquote {
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    margin: 0 0 20px 0;
    max-height: 180px;
    overflow: hidden;
}
.customer-review-block-text > strong {
    font-weight: 700;
    font-size: 24px;
    line-height: 100%;
    text-align: right;
    display: block;
}
.customer-review-block-media {
    display: flex;
}
.customer-review-block-media > img {
    -webkit-mask-image: url(/assets/images/svg/review-mask.svg);
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: cover;
    -webkit-mask-position: center;
    mask-image: url(/assets/images/svg/review-mask.svg);
    mask-repeat: no-repeat;
    mask-size: cover;
    mask-position: center;
    object-fit: contain;
}
.customer-review-block-media .before {
    top: -30px;
}
.customer-review-block-media .after {
    top: 220px;
}

@media (max-width: 1500px) {
    .customer-review-block {
        gap: 20px;
    }
}
@media (max-width: 1380px) {
    .customer-review-block {
        flex-direction: column;
        gap: 50px;
    }
    .customer-review-block-text {
        padding: 140px 0 0 0;
    }
    .customer-review-block-media .after {
        top: 70px;
    }
}
@media (max-width: 768px) {
    .customer-review-block-text {
        padding: 90px 0 0 0;
    }
}
@media (max-width: 480px) {
    .customer-review-block-media .before,
    .customer-review-block-media .after {
        width: 200px;
        height: auto;
        display: block;
        object-fit: contain;
    }
}
@media (max-width: 400px) {
    .customer-review-block-media .before,
    .customer-review-block-media .after {
        width: 150px;
    }
}
.package-card-heading {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 -35px 0;
}
.package-card-heading svg,
.package-card-heading img {
    display: block;
    z-index: 25;
}
.package-card-heading h5 {
    z-index: 50;
    font-weight: 900;
    font-size: 45px;
    line-height: 52px;
    color: #F7F4E8;
    position: absolute;
    text-transform: uppercase;
}
.package-card-body {
    padding: 50px 40px 40px 40px;
    border-radius: 40px;
    background-color: #F7F4E8;
}
.package-card-body-subtitle {
    border-bottom: 1px solid rgba(50, 50, 50, 0.1);
    margin: 0 0 30px 0;
    padding-bottom: 30px;
}
.package-card-body-subtitle strong {
    font-weight: 700;
    font-size: 24px;
    line-height: 30px;
    text-align: center;
    display: block;
    margin: 0 0 10px 0;
}
.package-card-body-subtitle span {
    font-weight: 400;
    font-size: 24px;
    line-height: 30px;
    text-align: center;
    display: block;
}
.package-card-body-target h6 {
    font-weight: 700;
    font-size: 24px;
    line-height: 100%;
    display: block;
    margin: 0 0 20px 0;
}
.package-card-body-target .decor {
    position: absolute;
    right: -30px;
    top: 0px;
    transform: scale(0.8);
}
.package-card-body-target-description {
    border-left: 1px dashed #323232;
    padding: 0 0 0 10px;
    font-size: 18px;
    line-height: 28px;
    margin: 0 0 10px 0;
}
.package-card-body-target-description.brown {
    border-color: #a19183;
}
.package-card-body-target-description.yellow {
    border-color: #f0d443;
}
.package-card-body-target-description.blue {
    border-color: #58c6d3;
}
.package-card-body-target-description.purple {
    border-color: #b02484;
}
.package-card-body-target-description strong {
    font-weight: 700;
}
.package-card-body-target-description:last-of-type {
    margin: 0;
}
.package-card-body-actions {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto 0 0 0;
}
.package-card-body-actions a:hover {
    opacity: 0.7;
}
.package-card.frame-yellow .package-card-heading h5 {
    color: #323232;
}
.package-card.frame-yellow .package-card-body-actions span {
    color: #323232;
}
.package-card.frame-custom.selected .package-card-body {
    border-color: var(--custom-color) !important;
}

@media (max-width: 420px) {
    .package-card-body-target .decor {
        display: none;
    }
}
.current-menu-card {
    width: 100%;
    background-color: #F7F4E8;
    border-radius: 40px;
    padding: 30px;
    height: 100%;
}
.current-menu-card-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin: 0 0 10px 0;
}
.current-menu-card-heading h4 {
    font-weight: 700;
    font-size: 30px;
    line-height: 100%;
    color: #233A2D;
    text-transform: capitalize;
}
.current-menu-card-heading strong {
    font-weight: 700;
    font-size: 17px;
    line-height: 100%;
    text-align: right;
    color: #233A2D;
}
.current-menu-card-body {
    border-left: 1px dashed #B02484;
    padding: 0 0 0 10px;
}
.current-menu-card-row {
    font-size: 18px;
    line-height: 28px;
}
.current-menu-card-row strong {
    font-weight: 700;
}

@media (max-width: 600px) {
    .current-menu-card-heading h4 {
        font-size: 24px;
    }

    .current-menu-card-row {
        font-size: 16px;
    }
}
.current-menu-legend {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    background-color: transparent;
    border-radius: 40px;
    padding: 30px;
}
.current-menu-legend h4 {
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    display: block;
    margin: 0 0 12px 0;
}
.current-menu-legend-row {
    width: 100%;
    border-bottom: 1px solid rgba(50, 50, 50, 0.1);
    padding: 8px 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
}
.current-menu-legend-row > span {
    font-weight: 300;
    font-size: 16px;
    line-height: 28px;
    color: #233A2D;
}
.current-menu-legend-row-icon {
    width: 39px;
    height: 39px;
    position: relative;
}
.current-menu-legend-row-icon span {
    position: absolute;
    font-weight: 700;
    font-size: 18px;
    line-height: 28px;
    text-align: center;
    color: #F7F4E8;
    width: 100%;
    display: block;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 0 0 5px;
    top: 0;
    left: 0;
}
.current-menu-legend-row-block {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
    min-width: 140px;
}
.current-menu-legend-row-block > span {
    font-weight: 300;
    font-size: 16px;
    line-height: 28px;
    color: #233A2D;
}
.current-menu-legend-row:last-child {
    border-bottom: unset;
    padding-bottom: 0;
}

@media (max-width: 400px) {
    .current-menu-legend-row.double {
        flex-direction: column;
        align-items: flex-start;
    }
}
.hero {
    width: 100%;
    padding: 265px 0 0 0;
}
.hero .swiper {
    z-index: 100;
    padding: 0 0 100px 0;
}
.hero .swiper-slide {
    width: 100%;
    opacity: 0 !important;
}
.hero .swiper-slide .slide-frame {
    position: absolute;
    z-index: 50;
    bottom: -180px;
    left: 0;
    width: 100%;
}
.hero .swiper-slide-wrapper {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    max-width: 1480px;
    margin: 0 auto;
}
.hero .swiper-slide .swiper-slide-left {
    max-width: 620px;
    z-index: 75;
}
.hero .swiper-slide .swiper-slide-left h2 {
    font-weight: 800;
    font-size: 150px;
    line-height: 120px;
    display: block;
    margin: 0 0 30px 0;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.hero .swiper-slide .swiper-slide-left .swiper-slide-description {
    font-weight: 400;
    font-size: 50px;
    line-height: 55px;
    display: block;
}
.hero .swiper-slide .swiper-slide-left .swiper-slide-description p:last-of-type {
    margin: 0;
}
.hero .swiper-slide .swiper-slide-left > a {
    margin: 50px 0 0 0;
}
.hero .swiper-slide .swiper-slide-right {
    z-index: 25;
    width: 800px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.hero .swiper-slide .swiper-slide-right img {
    display: block;
    object-fit: contain;
    z-index: 25;
}
.hero .swiper-slide .swiper-slide-right img.plate {
    position: absolute;
    z-index: 50;
}
.hero .swiper-slide.swiper-slide-active {
    opacity: 1 !important;
}
.hero .hero-controls {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0;
    position: absolute;
    right: calc(((100% - 1480px) / 2) + 6vw);
    bottom: 110px;
    z-index: 120;
    transform: rotate(-5deg);
}
.hero .hero-controls .frame {
    transform: rotate(3deg);
}
.hero .hero-controls .frame-content {
    transform: rotate(-6deg);
}
.hero .hero-controls button {
    border: unset;
    cursor: pointer;
    background: unset;
    padding: 0;
}
.hero .hero-controls button.prev {
    right: -10px;
}
.hero .hero-controls button.next {
    top: -25px;
    right: 12px;
}
.hero .hero-controls button.swiper-button-lock {
    display: block;
    opacity: 0.2;
    pointer-events: none;
}
.hero .hero-controls button:hover {
    opacity: 0.7;
}
.hero > img {
    width: 100%;
    height: auto;
}
.hero > img.hero-background {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 25;
}

@media (min-width: 1921px) {
    .hero .hero-controls {
        right: calc(((100% - 1480px) / 2) + 6vw);
    }
}
@media (max-width: 1550px) {
    .hero .swiper-slide-wrapper {
        max-width: calc(100% - 80px);
        margin: 0 auto;
    }
}
@media (max-width: 1480px) {
    .hero .swiper-slide .swiper-slide-left h2 {
        font-size: 110px;
        line-height: 110px;
    }
    .hero .swiper-slide .swiper-slide-left .swiper-slide-description {
        font-size: 40px;
        line-height: 45px;
    }
}
@media (max-width: 1024px) {
    .hero {
        padding: 185px 0 120px 0;
    }
    .hero > img.hero-background {
        height: 100%;
        object-fit: contain;
    }
    .hero .hero-controls {
        right: unset;
        top: 710px;
        bottom: unset;
        width: 100%;
        transform: rotate(1deg);
    }
    .hero .swiper-slide .swiper-slide-left {
        text-align: center;
    }
    .hero .swiper-slide .swiper-slide-left > a {
        margin: 50px auto 0 auto;
    }
    .hero .swiper-slide .slide-frame {
        bottom: unset;
        top: 190px;
    }
    .hero .swiper-slide-wrapper {
        flex-direction: column-reverse;
        max-width: 100%;
        gap: 160px;
    }
}
@media (max-width: 950px) {
    .hero .hero-controls {
        top: 680px;
    }
}
@media (max-width: 850px) {
    .hero .swiper-slide .slide-frame {
        width: 1920px;
        left: -730px;
    }

    .hero .swiper-slide .swiper-slide-right {
        width: 100%;
    }
    .hero .swiper-slide .swiper-slide-right img.plate {
        width: 100%;
    }
}
@media (max-width: 550px) {
    .hero {
        padding: 95px 0 120px 0;
    }

    .hero .swiper-slide-wrapper {
        gap: 40px;
    }

    .hero .swiper-slide .swiper-slide-right img {
        width: 120%;
        object-position: top;
        height: auto;
    }

    .hero .swiper-slide .slide-frame {
        top: 17.1875vw;
    }

    .hero .hero-controls {
        top: 360px;
    }

    .hero .hero-controls button {
        display: none;
    }
    .hero .hero-controls button.swiper-button-lock {
        display: none;
    }

    .hero .swiper-slide .swiper-slide-right img.plate {
        width: 90%;
        margin: 70px 0 0 0;
        height: auto;
        top: -90px;
    }
}
@media (max-width: 500px) {
    .hero .swiper-slide .swiper-slide-left h2 {
        font-size: 74px;
        line-height: 1.2em;
        max-width: 80%;
        text-align: center;
        margin: 0 auto 30px auto;
    }

    .hero .swiper-slide .swiper-slide-left .swiper-slide-description {
        font-size: 24px;
        line-height: 1.2em;
        padding: 0 20px;
    }

    .hero .swiper-slide .swiper-slide-right img {
        max-height: 350px;
    }
}
@media (max-width: 400px) {
    .hero .swiper-slide .swiper-slide-left h2 {
        font-size: 62px;
    }

    .hero .swiper-slide .swiper-slide-left .swiper-slide-description {
        font-size: 20px;
    }
}
section.intro {
    width: 100%;
    max-width: 1500px;
    margin: 0 auto 70px auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
}
section.intro .intro-left {
    width: 100%;
    top: 140px;
}
section.intro .intro-left h2 {
    font-weight: 700;
    font-size: 50px;
    line-height: 55px;
    max-width: 420px;
    margin: 0 auto;
    z-index: 50;
    top: 80px;
}
section.intro .intro-left .decor {
    position: absolute;
    width: 100%;
    height: auto;
    z-index: 25;
}
section.intro .intro-left .decor-2 {
    z-index: 50;
    left: -90px;
}
section.intro .intro-right {
    max-width: 680px;
    z-index: 50;
}
section.intro .intro-right .cherry {
    display: block;
    margin: 0 auto;
}
section.intro .intro-right-text {
    border-left: 1px dashed #F0D443;
    padding: 0 0 0 20px;
    font-size: 24px;
    line-height: 30px;
    font-weight: 300;
    margin: 0 0 30px 0;
}
section.intro .intro-right-text strong {
    font-weight: 700;
}
section.intro .intro-right-text p {
    margin: 0 0 20px 0;
}
section.intro .intro-right-text p:last-of-type {
    margin: 0;
}
section.intro .intro-right a {
    margin: 0 0 0 auto;
}
section.intro .intro-right a:hover {
    opacity: 0.7;
}

@media (max-width: 1540px) {
    section.intro {
        max-width: calc(100% - 80px);
    }
}
@media (max-width: 1400px) {
    section.intro {
        flex-direction: column;
        gap: 120px;
    }
    section.intro .intro-left {
        display: flex;
        align-items: center;
        top: 0;
        justify-content: center;
    }
    section.intro .intro-left h2 {
        top: 0;
        max-width: 540px;
        text-align: center;
    }
    section.intro .intro-left .decor {
        max-width: 700px;
        width: 100%;
    }
    section.intro .intro-left .decor-2 {
        position: absolute;
        right: 0;
        left: unset;
        width: 250px;
        height: auto;
        top: 120px;
    }
    section.intro .intro-right .cherry {
        position: absolute;
        top: -520px;
        left: -70px;
        width: 300px;
        height: auto;
    }
    section.intro .intro-right a {
        margin: 0 auto;
    }
}
@media (max-width: 700px) {
    section.intro {
        gap: 200px;
    }
    section.intro .intro-left h2 {
        font-size: 40px;
        line-height: 40px;
    }
    section.intro .intro-left .decor-2 {
        top: 100px;
    }
    section.intro .intro-right .cherry {
        top: -520px;
        left: -40px;
    }
}
@media (max-width: 550px) {
    section.intro .intro-left h2 {
        font-size: 34px;
        line-height: 34px;
    }
    section.intro .intro-left .decor-2 {
        top: 110px;
        width: 200px;
    }
    section.intro .intro-right .cherry {
        top: -470px;
        left: -130px;
        width: 250px;
    }
}
@media (max-width: 480px) {
    section.intro {
        max-width: calc(100% - 40px);
        gap: 160px;
    }
    section.intro .intro-right .cherry {
        top: -440px;
    }
}
@media (max-width: 400px) {
    section.intro .intro-left h2 {
        font-size: 30px;
        line-height: 30px;
    }
}
section.customer-reviews {
    width: 100%;
    max-width: 1460px;
    margin: 70px auto 40px auto;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
section.customer-reviews h2 {
    font-family: Nunito Sans;
    font-weight: 800;
    font-size: 90px;
    line-height: 90px;
    text-align: center;
    display: block;
    margin: 0 0 40px 0;
    z-index: 75;
    position: absolute;
    width: 100%;
    max-width: 750px;
    top: 40px;
}
section.customer-reviews h2::after {
    content: "";
    display: block;
    width: 49px;
    height: 40px;
    background-image: url("/assets/images/svg/quote.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    margin: 40px auto 0 auto;
}
section.customer-reviews .customer-review-bg {
    width: 100%;
    height: auto;
    object-fit: contain;
    position: absolute;
    height: 100%;
    z-index: 25;
}
section.customer-reviews .customer-reviews-slider {
    z-index: 50;
}
section.customer-reviews .customer-reviews-slider .swiper {
    padding: 0 0 210px 0;
}
section.customer-reviews .customer-reviews-controls {
    width: 100%;
    max-width: 750px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 75;
    position: absolute;
    bottom: 0;
}
section.customer-reviews .customer-reviews-controls button {
    cursor: pointer;
    background-color: transparent;
    border: unset;
    padding: 0;
}
section.customer-reviews .customer-reviews-controls button:hover {
    opacity: 0.8;
}
section.customer-reviews .customer-reviews-controls button.swiper-button-lock {
    display: block;
    opacity: 0.7;
    pointer-events: none;
}

@media (max-width: 1500px) {
    section.customer-reviews {
        max-width: calc(100% - 80px);
    }
}
@media (max-width: 1480px) {
    section.customer-reviews h2 {
        font-size: 70px;
        line-height: 70px;
    }
}
@media (max-width: 1380px) {
    section.customer-reviews {
        max-width: calc(100% - 80px);
    }
    section.customer-reviews h2 {
        width: 100%;
        text-align: center;
        position: relative;
        max-width: unset;
        margin: 0;
    }
    section.customer-reviews .customer-review-bg {
        top: 0;
    }
    section.customer-reviews .customer-reviews-controls {
        max-width: unset;
    }
}
@media (max-width: 600px) {
    section.customer-reviews {
        max-width: calc(100% - 40px);
    }
    section.customer-reviews h2 {
        font-size: 55px;
        line-height: 55px;
    }
}
@media (max-width: 400px) {
    section.customer-reviews h2 {
        font-size: 40px;
        line-height: 40px;
    }
}
section.packages > img {
    width: 100%;
}
section.packages .packages-content {
    background-color: #fffcf0;
}
section.packages .packages-content-heading h2 {
    font-weight: 800;
    font-size: 90px;
    line-height: 90px;
    text-align: center;
    display: block;
    margin: 0 0 60px 0;
}
section.packages .packages-content-body {
    width: 100%;
    max-width: var(--content-max-width);
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 30px;
}

@media (max-width: 1480px) {
    section.packages .packages-content-heading h2 {
        font-size: 70px;
        line-height: 70px;
    }
}
@media (max-width: 1400px) {
    section.packages .packages-content-body {
        grid-template-columns: 1fr 1fr 1fr;
    }
    section.packages .packages-content-body .package-card.size-xl {
        grid-column: 1/4;
        max-width: calc(100% - 64vw);
        margin: 0 auto;
    }
}
@media (max-width: 1180px) {
    section.packages .packages-content-heading h2 {
        font-size: 55px;
        line-height: 55px;
    }
    section.packages .packages-content-body {
        grid-template-columns: 1fr 1fr;
    }
    section.packages .packages-content-body .package-card.size-xl {
        grid-column: unset;
        max-width: 100%;
    }
}
@media (max-width: 600px) {
    section.packages .packages-content-heading h2 {
        font-size: 40px;
        line-height: 40px;
    }
}
@media (max-width: 700px) {
    section.packages .packages-content-body {
        grid-template-columns: 1fr;
    }
}
section.lifestyle-goals {
    margin: 0 0 60px 0;
    margin-bottom: 680px;
}
section.lifestyle-goals .food-item {
    position: absolute;
    top: -100%;
    left: -100%;
    width: clamp($minF * 1rem, $preferred, $maxF * 1rem);
    pointer-events: none;
    transform-origin: center;
    object-fit: contain;
}
section.lifestyle-goals .lifestyle-goals-content {
    z-index: 25;
    width: 100%;
    max-width: 1140px;
    margin: 0 auto -660px auto;
    height: 860px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: flex-start;
}
section.lifestyle-goals .lifestyle-goals-content img {
    position: absolute;
    width: 100%;
    height: auto;
    object-fit: contain;
    object-position: center;
}
section.lifestyle-goals .lifestyle-goals-content h2 {
    font-weight: 800;
    font-size: 90px;
    line-height: 90px;
    text-align: center;
    display: block;
    margin: 210px 0 20px 0;
}
section.lifestyle-goals .lifestyle-goals-content p {
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    margin: 0 auto;
    max-width: 700px;
    display: block;
}
section.lifestyle-goals .lifestyle-goals-decoration {
    position: absolute;
    width: 100%;
    overflow: visible;
    z-index: 50;
    margin: 100px 0 0 0;
}
section.lifestyle-goals .lifestyle-goals-decoration .food-static {
    width: 100%;
    height: auto;
}

@media (min-width: 1921px) {
    section.lifestyle-goals .lifestyle-goals-decoration .food-static {
        max-width: 1920px;
        margin: 0 auto;
        display: block;
        top: -140px;
    }
}
@media (max-width: 1700px) {
    section.lifestyle-goals .lifestyle-goals-content {
        margin: 0 auto -250px auto;
    }
}
@media (max-width: 1480px) {
    section.lifestyle-goals .lifestyle-goals-content h2 {
        font-size: 70px;
        line-height: 70px;
    }
}
@media (max-width: 1360px) {
    section.lifestyle-goals .lifestyle-goals-decoration {
        display: none;
    }
}
@media (max-width: 1180px) {
    section.lifestyle-goals .lifestyle-goals-content h2 {
        font-size: 55px;
        line-height: 55px;
    }
    section.lifestyle-goals .lifestyle-goals-content p {
        font-size: 18px;
        line-height: 28px;
    }
}
@media (max-width: 1024px) {
    section.lifestyle-goals .lifestyle-goals-content {
        margin: 0 auto -440px auto;
        height: 550px;
    }
    section.lifestyle-goals .lifestyle-goals-content img {
        width: 90vw;
    }
}
@media (max-width: 768px) {
    section.lifestyle-goals .lifestyle-goals-content {
        padding: 0 20px;
    }
    section.lifestyle-goals .lifestyle-goals-content img {
        top: 0;
        width: 100vw;
    }
}
@media (max-width: 600px) {
    section.lifestyle-goals .lifestyle-goals-content img {
        top: 60px;
    }
    section.lifestyle-goals .lifestyle-goals-content h2 {
        font-size: 40px;
        line-height: 40px;
    }
}
@media (max-width: 460px) {
    section.lifestyle-goals {
        margin: 0;
        margin-bottom: 0;
    }
    section.lifestyle-goals .lifestyle-goals-content {
        margin: 0;
        height: auto;
    }
    section.lifestyle-goals .lifestyle-goals-content img {
        top: 150px;
    }

    section.lifestyle-goals .lifestyle-goals-content h2 {
        margin: 0 0 20px 0;
    }

    section.lifestyle-goals .lifestyle-goals-decoration,
    section.lifestyle-goals .lifestyle-goals-content img {
        display: none;
    }
}
@media (max-width: 400px) {
    section.lifestyle-goals .lifestyle-goals-content h2 {
        font-size: 34px;
        line-height: 34px;
    }
    section.lifestyle-goals .lifestyle-goals-content p {
        font-size: 16px;
        line-height: 24px;
    }
}
section.current-menu > img {
    width: 100%;
}
section.current-menu .current-menu-content {
    background-color: #fffcf0;
    width: 100%;
}
section.current-menu .current-menu-heading {
    width: 100%;
    max-width: var(--content-max-width);
    margin: 0 auto;
    padding: 0 0 30px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}
section.current-menu .current-menu-heading-left h2 {
    font-weight: 800;
    font-size: 90px;
    line-height: 90px;
    display: block;
    margin: 0 0 10px 0;
}
section.current-menu .current-menu-heading-left h3 {
    font-weight: 300;
    font-size: 30px;
    line-height: 100%;
    display: block;
    margin: 0;
}
section.current-menu .current-menu-heading-left h3 strong {
    font-weight: 400;
}
section.current-menu .current-menu-heading-controls {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 20px;
}
section.current-menu .current-menu-heading-controls button {
    background-color: unset;
    border: unset;
    padding: unset;
    cursor: pointer;
}
section.current-menu .current-menu-heading-controls button.inactive .frame-content {
    color: #323232;
}
section.current-menu .current-menu-body {
    width: 100%;
    max-width: var(--content-max-width);
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
}
section.current-menu .current-menu-footer {
    margin: 40px auto 0 auto;
    width: 100%;
    max-width: var(--content-max-width);
    font-weight: 300;
    font-size: 24px;
    line-height: 34px;
    text-align: center;
    color: #323232;
}
section.current-menu .current-menu-footer strong {
    font-weight: 700;
}
section.current-menu .current-menu-footer a {
    color: #b02484;
    text-decoration: underline;
    font-weight: 700;
}
section.current-menu .current-menu-footer a:hover {
    text-decoration: unset;
}

@media (max-width: 1480px) {
    section.current-menu .current-menu-heading-left h2 {
        font-size: 70px;
        line-height: 70px;
    }
    section.current-menu .current-menu-body {
        gap: 15px;
    }
}
@media (max-width: 1180px) {
    section.current-menu .current-menu-heading-left h2 {
        font-size: 55px;
        line-height: 55px;
    }
    section.current-menu .current-menu-heading-left h3 {
        font-size: 24px;
        line-height: 24px;
    }
}
@media (max-width: 1080px) {
    section.current-menu .current-menu-body {
        grid-template-columns: 1fr 1fr;
    }
}
@media (max-width: 950px) {
    section.current-menu .current-menu-heading-left {
        text-align: center;
    }
    section.current-menu .current-menu-heading {
        flex-direction: column;
    }
}
@media (max-width: 768px) {
    section.current-menu .current-menu-body {
        grid-template-columns: 1fr;
    }
}
@media (max-width: 600px) {
    section.current-menu .current-menu-heading-left h2 {
        font-size: 40px;
        line-height: 40px;
    }
    section.current-menu .current-menu-heading-left h3 {
        font-size: 20px;
        line-height: 20px;
    }
    section.current-menu .current-menu-footer {
        font-size: 20px;
        line-height: 26px;
    }
}
@media (max-width: 480px) {
    section.current-menu .current-menu-heading-controls {
        flex-direction: column;
        gap: 10px;
    }
}
section.gallery {
    margin: 0 0 100px 0;
}
section.gallery .gallery-heading {
    width: 100%;
    max-width: var(--content-max-width);
    margin: 0 auto 85px auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    z-index: 50;
}
section.gallery .gallery-heading-left h2 {
    font-weight: 800;
    font-size: 90px;
    line-height: 90px;
    display: block;
    margin: 0 0 10px 0;
}
section.gallery .gallery-heading-left h3 {
    font-weight: 700;
    font-size: 30px;
    line-height: 100%;
    display: block;
    margin: 0;
}
section.gallery .gallery-heading-controls {
    display: flex;
}
section.gallery .gallery-heading-controls button {
    padding: 0;
    border: unset;
    background-color: unset;
    cursor: pointer;
    opacity: 1;
}
section.gallery .gallery-heading-controls button.swiper-button-lock {
    display: flex;
}
section.gallery .gallery-heading-controls button:hover {
    opacity: 0.7;
}
section.gallery .gallery-bg {
    display: block;
    width: 100%;
    object-fit: contain;
    position: absolute;
    top: 80px;
    z-index: 25;
}
section.gallery .gallery-content {
    overflow: hidden;
    z-index: 50;
}
section.gallery .gallery-content-slider {
    width: calc(1920px + (2 * 180px));
    left: -180px;
}
section.gallery .gallery-content-slider .swiper {
    padding: 0 0 100px 0;
}
section.gallery .gallery-content-slider .swiper-slide {
    transition: top 300ms linear;
}
section.gallery .gallery-content-slider .swiper-slide img {
    border-radius: 50px;
    cursor: pointer;
}
section.gallery .gallery-content-slider .swiper-slide img:hover {
    opacity: 0.7;
}
section.gallery .gallery-content-slider .swiper-slide:nth-child(2n) {
    top: 100px;
}

@media (min-width: 1921px) {
    section.gallery .gallery-content-slider {
        width: calc(1920px + (2 * 180px));
        left: 50%;
        margin-left: calc(((1920px / 2) + 180px) * (-1));
    }
}
@media (max-width: 1480px) {
    section.gallery .gallery-heading-left h2 {
        font-size: 70px;
        line-height: 70px;
    }
    section.gallery .gallery-heading-left h3 {
        font-size: 25px;
    }
}
@media (max-width: 1180px) {
    section.gallery .gallery-heading-left h2 {
        font-size: 55px;
        line-height: 55px;
    }
    section.gallery .gallery-heading-left h3 {
        font-size: 20px;
    }
}
@media (max-width: 1080px) {
    section.gallery .gallery-bg {
        height: 60vw;
    }
    section.gallery .gallery-content-slider {
        width: calc(100% + 120px);
        left: -60px;
    }
    section.gallery .gallery-content-slider .swiper-slide img {
        width: 100%;
        height: 340px;
        object-fit: cover;
    }
    section.gallery .gallery-heading-controls button img {
        width: 75px;
        height: auto;
    }
}
@media (max-width: 800px) {
    section.gallery {
        margin: 0 0 50px 0;
    }
    section.gallery .gallery-bg {
        height: 80vw;
    }
}
@media (max-width: 680px) {
    section.gallery .gallery-content-slider {
        width: calc(100% - 80px);
        left: 40px;
    }
    section.gallery .gallery-content-slider .swiper {
        padding: 0;
    }
    section.gallery .gallery-content-slider .swiper-slide:nth-child(2n) {
        top: 0;
    }
}
@media (max-width: 600px) {
    section.gallery .gallery-heading-left h2 {
        font-size: 40px;
        line-height: 40px;
    }
    section.gallery .gallery-heading-left h3 {
        font-size: 18px;
    }
}
@media (max-width: 500px) {
    section.gallery {
        margin: 0;
    }
    section.gallery .gallery-heading {
        justify-content: center;
        text-align: center;
        margin: 0 auto 50px auto;
    }
    section.gallery .gallery-heading-controls {
        display: none;
    }
}
section.faq {
    width: 100%;
    margin: 0;
}
section.faq .faq-wrapper {
    width: 100%;
    background-color: #fffcf0;
    padding: 34px 0 70px 0;
    overflow: hidden;
}
section.faq .faq-wrapper > .frame {
    display: none;
}
section.faq .faq-top-bg {
    width: 100%;
    left: 0;
    z-index: 25;
}
section.faq .faq-bottom-bg {
    width: 100%;
    left: 0;
    z-index: 25;
}
section.faq .faq-content {
    width: 100%;
    max-width: 1260px;
    margin: 0 auto;
    z-index: 50;
}
section.faq .faq-content .faq-decor {
    position: absolute;
    z-index: 25;
}
section.faq .faq-content .faq-decor.faq-decor-2 {
    left: -150px;
    top: 140px;
}
section.faq .faq-content .faq-decor.faq-decor-5 {
    bottom: -90px;
    left: -120px;
}
section.faq .faq-content .faq-decor.faq-decor-1 {
    right: -230px;
    top: 110px;
}
section.faq .faq-content .faq-decor.faq-decor-4 {
    bottom: -70px;
    left: 420px;
    object-fit: cover;
}
section.faq .faq-content .faq-decor.faq-decor-3 {
    right: -145px;
    bottom: -110px;
    object-fit: cover;
}
section.faq .faq-content-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin: 0 0 40px 0;
}
section.faq .faq-content-heading h2 {
    font-weight: 800;
    font-size: 90px;
    line-height: 90px;
    margin: 0;
}
section.faq .faq-content-heading a:hover {
    opacity: 0.5;
}
section.faq .faq-content-body {
    background-color: #F7F4E8;
    padding: 50px 40px 10px 40px;
    border-radius: 40px;
    z-index: 50;
}
section.faq .faq-content-body-row {
    border-bottom: 1px solid rgba(50, 50, 50, 0.1);
    margin: 0 0 24px 0;
}
section.faq .faq-content-body-row-heading {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    padding: 0 0 24px 0;
    cursor: pointer;
}
section.faq .faq-content-body-row-heading .arrow {
    margin: 0 0 0 auto;
}
section.faq .faq-content-body-row-heading:hover {
    color: #b02484;
}
section.faq .faq-content-body-row-content {
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
}
section.faq .faq-content-body-row-content > div {
    padding: 0 0 24px 0;
}
section.faq .faq-content-body-row:last-child {
    margin: 0;
    border-bottom: unset;
}
section.faq .faq-content-body-row.open .faq-content-body-row-heading {
    color: #b02484;
}
section.faq .faq-content-body-row.open .faq-content-body-row-heading .arrow {
    transform: rotate(180deg);
}
section.faq .faq-content-body-row.open .faq-content-body-row-content {
    max-height: 250px;
    /* pick a safe upper limit */
}

@media (max-width: 1480px) {
    section.faq .faq-content-heading h2 {
        font-size: 70px;
        line-height: 70px;
    }
}
@media (max-width: 1380px) {
    section.faq .faq-content {
        max-width: calc(100% - 180px);
    }
}
@media (max-width: 1180px) {
    section.faq .faq-content-heading h2 {
        font-size: 55px;
        line-height: 55px;
    }
}
@media (max-width: 950px) {
    section.faq .faq-content {
        max-width: calc(100% - 90px);
    }
    section.faq .faq-content-heading {
        justify-content: center;
    }
    section.faq .faq-content-heading .frame {
        display: none;
    }
    section.faq .faq-content .faq-decor.faq-decor-4 {
        display: none;
    }
    section.faq .faq-wrapper {
        padding: 0;
    }
    section.faq .faq-wrapper > .frame {
        display: block;
        margin: 40px auto 0 auto;
    }
}
@media (max-width: 600px) {
    section.faq .faq-content {
        max-width: calc(100% - 40px);
    }
    section.faq .faq-content-body {
        padding: 30px 20px 10px 20px;
    }
    section.faq .faq-content .faq-decor.faq-decor-1,
    section.faq .faq-content .faq-decor.faq-decor-5,
    section.faq .faq-content .faq-decor.faq-decor-2,
    section.faq .faq-content .faq-decor.faq-decor-3 {
        transform: scale(0.6);
    }

    section.faq .faq-content-heading h2 {
        font-size: 40px;
        line-height: 40px;
        text-align: center;
    }
}
@media (max-width: 450px) {
    section.faq .faq-content .faq-decor {
        display: none;
    }
}
footer {
    width: 100%;
    z-index: 25;
    padding-top: 160px;
}
footer .footer-bg {
    position: absolute;
    bottom: -109px;
    z-index: 25;
    left: 0;
    width: 100%;
}
footer .footer-decor {
    position: absolute;
    top: -35px;
    width: 100%;
    z-index: 30;
}
footer .footer-content {
    z-index: 50;
    width: 100%;
    max-width: var(--content-max-width);
    margin: 0 auto;
    display: grid;
    grid-template-columns: 360px 1fr 1fr 1fr;
    gap: 34px;
}
footer .footer-content-site > img {
    display: block;
    margin: 0 auto;
    object-fit: contain;
}
footer .footer-content-site-cards {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin: 40px 0 0 0;
}
footer .footer-content-links strong {
    font-weight: 700;
    font-size: 24px;
    line-height: 100%;
    vertical-align: bottom;
    margin: 0 0 38px 0;
    display: block;
}
footer .footer-content-links strong > img {
    display: block;
    margin: 18px 0 0 0;
}
footer .footer-content-links nav a {
    font-weight: 600;
    font-size: 19px;
    line-height: 28px;
    display: block;
    margin: 30px 0;
}
footer .footer-content-links nav a:hover {
    opacity: 0.7;
}

.copyright {
    width: 100%;
    max-width: var(--content-max-width);
    border-top: 1px solid rgba(50, 50, 50, 0.1);
    margin: 0 auto;
    padding: 40px 0;
    z-index: 50;
}
.copyright > div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}
.copyright > div .copyright-text {
    font-weight: 700;
    font-size: 18px;
    line-height: 28px;
}
.copyright > div a {
    font-weight: 700;
    font-size: 18px;
    line-height: 28px;
}

@media (max-width: 1480px) {
    footer .footer-content-links strong {
        font-size: 20px;
        margin: 0 0 20px 0;
    }
    footer .footer-content-links nav a {
        font-size: 17px;
        line-height: 24px;
        margin: 15px 0;
    }
}
@media (max-width: 1080px) {
    footer {
        padding-top: 0;
    }
    footer .footer-decor {
        top: 280px;
    }
    footer .footer-content {
        grid-template-columns: 1fr 1fr 1fr;
        gap: 68px 34px;
    }

    .footer-content-site {
        grid-column: 1/4;
    }
}
@media (max-width: 768px) {
    footer .footer-decor {
        top: 0;
        object-fit: cover;
    }
    footer .footer-content-site > img {
        width: 200px;
        height: auto;
    }
    footer .footer-content {
        grid-template-columns: 1fr 1fr;
        padding: 0 0 68px 0;
    }
    footer .footer-content-links {
        text-align: center;
    }
    footer .footer-content-links strong > img {
        margin: 18px auto 0 auto;
    }
    footer .footer-content-links:last-of-type {
        grid-column: 1/3;
    }

    .footer-content-site {
        grid-column: 1/3;
    }
}
@media (max-width: 530px) {
    footer .footer-content {
        grid-template-columns: 1fr;
        gap: 34px;
        padding: 0 0 18px 0;
    }
    footer .footer-content-links:last-of-type {
        grid-column: unset;
    }
    footer .footer-content-site-cards {
        margin: 20px 0 20px 0;
    }

    .footer-content-site {
        grid-column: unset;
    }

    .copyright {
        padding: 20px 0;
    }
    .copyright > div {
        flex-direction: column;
        gap: 10px;
        text-align: center;
    }
}

/*# sourceMappingURL=index.css.map */
