@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playfair%20Display:wght@600;700&display=swap');
* {
    border: 0;
    margin: 0;
    padding: 0;
}
*,
:after,
:before {
    box-sizing: border-box;
}
:after,
:before {
    display: inline-block;
}
body,
html {
    height: 100%;
}
body {
    line-height: 1;
    scrollbar-gutter: stable;
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
button,
input,
textarea {
    background-color: transparent;
    color: inherit;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
input,
textarea {
    width: 100%;
}
label {
    display: inline-block;
}
button,
option,
select {
    cursor: pointer;
}
a {
    color: inherit;
    display: inline-block;
    text-decoration: none;
}
ul li {
    list-style: none;
}
img {
    height: auto;
    max-width: 100%;
    vertical-align: middle;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: inherit;
    font-weight: inherit;
}
body {
    background: #151515;
    color: #000;
    font-family: Montserrat;
    font-size: 1rem;
    min-width: 20rem;
}
[data-fls-scrolllock] body {
    overflow: hidden;
    overscroll-behavior: none;
    touch-action: none;
}
.wrapper {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    overflow: clip;
}
.wrapper > main {
    flex: 1 1 auto;
}
.wrapper > * {
    min-width: 0;
}
[class*='__container'] {
    margin: 0 auto;
    max-width: 94.875rem;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
}
.navigation {
    align-items: center;
    display: flex;
    gap: 1rem;
    justify-content: center;
    margin-top: 1.5rem;
    position: relative;
}
.navigation .swiper-pagination-bullets {
    width: auto !important;
}
.navigation .swiper-pagination-bullet {
    background: hsla(24, 4%, 50%, 0.3);
    border-radius: 50%;
    height: 0.5rem;
    opacity: 1;
    transition: all 0.3s ease-in-out;
    width: 0.5rem;
}
.navigation .swiper-pagination-bullet-active {
    background: #da9d4e;
    border-radius: 2097150rem;
    height: 0.5rem;
    width: 2rem;
}
.section-header {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.section-header h2 {
    color: #da9d4e;
    font-family: var(--font-family-Font-1, 'Playfair Display');
    font-size: var(--font-size-48, 3rem);
    font-style: normal;
    font-weight: var(--font-weight-700, 700);
    line-height: var(--font-size-48, 3rem);
    text-align: center;
}
.section-header h2 span {
    color: #f4ede9;
}
.section-header p {
    color: #857f7b;
    font-family: var(--font-family-Font-2, Montserrat);
    font-style: normal;
    font-weight: var(--font-weight-400, 400);
    line-height: var(--line-height-28, 1.75rem);
    text-align: center;
}
.services {
    background: #080808;
}
.services__wrapper {
    display: flex;
    flex-direction: column;
    gap: 4rem;
}
.services__header p {
    max-width: 31.875rem;
}
.services__inner {
    display: grid;
    gap: 2rem;
    grid-template-columns: repeat(2, 1fr);
}
.services__item {
    background: #0f0f0f;
    border-radius: 0.75rem;
    box-shadow: 0 0.625rem 1.25rem -0.3125rem rgba(0, 0, 0, 0.2),
        0 0.125rem 0.25rem -0.375rem rgba(0, 0, 0, 0.2);
    overflow: hidden;
    padding-bottom: 1.5rem;
}
.services__image {
    max-height: 16rem;
    min-height: 16rem;
    position: relative;
}
.services__image > img {
    height: 100%;
    left: 0;
    object-fit: cover;
    position: absolute;
    top: 0;
    width: 100%;
}
.services__icon {
    align-items: center;
    backdrop-filter: blur(0.25rem);
    background: rgba(242, 148, 60, 0.2);
    border: var(--stroke-weight-1, 0.0625rem) solid rgba(242, 148, 60, 0.3);
    border-radius: 2097150rem;
    display: flex;
    height: 3.125rem;
    justify-content: center;
    left: 1rem;
    position: absolute;
    top: 1rem;
    width: 3.125rem;
}
.services__content {
    align-items: flex-start;
    align-self: stretch;
    display: flex;
    flex-direction: column;
    gap: var(--item-spacing-s, 1rem);
    padding: 1.5rem;
}
.services__title {
    color: #f4ede9;
    font-family: var(--font-family-Font-1, 'Playfair Display');
    font-size: var(--font-size-24, 1.5rem);
    font-style: normal;
    font-weight: var(--font-weight-700, 700);
    line-height: var(--item-spacing-m, 2rem);
}
.services__text {
    color: #857f7b;
    font-size: var(--item-spacing-s, 1rem);
    font-weight: var(--font-weight-400, 400);
    line-height: var(--line-height-26, 1.625rem);
}
.services__button,
.services__text {
    font-family: var(--font-family-Font-2, Montserrat);
    font-style: normal;
}
.services__button {
    align-items: center;
    align-self: stretch;
    background: #141414;
    border: var(--stroke-weight-1, 0.0625rem) solid #242424;
    border-radius: 0.375rem;
    box-shadow: 0 0.625rem 1.25rem -0.3125rem rgba(0, 0, 0, 0.15);
    color: #f4ede9;
    display: flex;
    font-size: var(--font-size-14, 0.875rem);
    font-weight: var(--font-weight-500, 500);
    height: 2.25rem;
    justify-content: center;
    line-height: var(--line-height-20, 1.25rem);
    padding: 0.5625rem 1.0625rem;
    text-align: center;
    transition: all 0.3s ease-in-out;
}
.services__button:hover {
    background: #1a1919;
}
[data-fls-spollers] summary {
    list-style: none;
}
[data-fls-spollers] summary::-webkit-details-marker,
[data-fls-spollers] summary::marker {
    display: none;
}
.spollers {
    display: grid;
    gap: 0.9375rem;
}
.spollers__item {
    font-size: 1.25rem;
}
.spollers__title {
    border: 0.0625rem solid #eee;
    border-radius: 0.3125rem;
    cursor: default;
    list-style: none;
    padding: 0.625rem 0.9375rem;
    position: relative;
    text-align: left;
    width: 100%;
}
.spollers__title::-webkit-details-marker,
.spollers__title::marker {
    display: none;
}
.--spoller-init .spollers__title {
    cursor: pointer;
}
.--spoller-init .spollers__title:after,
.--spoller-init .spollers__title:before {
    background-color: #000;
    content: '';
    height: 0.125rem;
    position: absolute;
    right: 0.625rem;
    top: 50%;
    transition: transform 0.5s ease 0s;
    width: 0.9375rem;
}
.--spoller-init .spollers__title:before {
    transform: translate(-75%, -50%) rotate(40deg);
}
.--spoller-init .spollers__title:after {
    transform: translateY(-50%) rotate(-40deg);
}
.--spoller-init .spollers__title.--spoller-active:before {
    transform: translateX(-75%) rotate(-40deg);
}
.--spoller-init .spollers__title.--spoller-active:after {
    transform: rotate(40deg);
}
.spollers__body {
    border: 0.0625rem solid #eee;
    border-radius: 0.3125rem;
    padding: 1.25rem;
}
.menu__list {
    align-items: center;
    display: flex;
    gap: var(--item-spacing-m, 2rem);
}
.menu__item {
    color: hsla(22, 33%, 94%, 0.8);
    font-family: var(--font-family-Font-2, Montserrat);
    font-size: var(--font-size-14, 0.875rem);
    font-style: normal;
    font-weight: var(--font-weight-500, 500);
    line-height: var(--line-height-20, 1.25rem);
    text-align: center;
    transition: all 0.3s ease-in-out;
}
.menu__item:hover {
    color: #f4ede9;
}
.icon-menu {
    display: none;
}
.header__wrapper {
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding: 1rem 0;
}
.header__button {
    align-items: center;
    background: #da9d4e;
    border-radius: 0.375rem;
    color: #05050d;
    display: flex;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    height: 2.5rem;
    justify-content: center;
    line-height: var(--line-height-20, 1.25rem);
    padding: 0 1.5rem;
    text-align: center;
}
.button {
    transition: all 0.3s ease-in-out;
}
.button:hover {
    background: #f1b05b;
}
.footer {
    background: #080808;
    border-top: 0.0625rem solid #1d1d1d;
}
.footer__container {
    color: #857f7b;
    font-family: var(--font-family-Font-2, Montserrat);
    font-size: var(--font-size-14, 0.875rem);
    font-style: normal;
    font-weight: var(--font-weight-400, 400);
    line-height: var(--line-height-20, 1.25rem);
    padding-bottom: 1.25rem;
    padding-top: 2.0625rem;
    text-align: center;
}
.reviews {
    background: hsla(0, 0%, 9%, 0.3);
}
.reviews__body {
    display: flex;
    flex-direction: column;
}
.reviews__stat {
    align-items: flex-start;
    align-self: stretch;
    display: flex;
    gap: var(--font-size-24, 1.5rem);
    justify-content: center;
}
.reviews__stat-item {
    align-items: center;
    align-self: stretch;
    background: #0a0a0a;
    border-radius: 0.75rem;
    box-shadow: 0 0.625rem 1.25rem -0.3125rem rgba(0, 0, 0, 0.2),
        0 0.125rem 0.25rem -0.375rem rgba(0, 0, 0, 0.2);
    display: flex;
    flex-direction: column;
    max-width: 22.125rem;
    padding: 1.5rem;
    width: 100%;
}
.reviews__stat-icon {
    height: 2rem;
    width: 2rem;
}
.reviews__stat-title {
    color: #f4ede9;
    font-size: var(--font-size-30, 1.875rem);
    font-weight: var(--font-weight-700, 700);
    line-height: var(--line-height-36, 2.25rem);
}
.reviews__stat-text,
.reviews__stat-title {
    font-family: var(--font-family-Font-2, Montserrat);
    font-style: normal;
    text-align: center;
}
.reviews__stat-text {
    color: #857f7b;
    font-size: var(--font-size-14, 0.875rem);
    font-weight: var(--font-weight-400, 400);
    line-height: var(--line-height-20, 1.25rem);
}
.reviews__slider {
    overflow: hidden;
}
.reviews__item {
    align-items: center;
    background: #0a0a0a;
    border-radius: 0.75rem;
    box-shadow: 0 0.625rem 1.25rem -0.3125rem rgba(0, 0, 0, 0.35),
        0 1rem 1.25rem -0.375rem rgba(0, 0, 0, 0.35);
    display: flex !important;
    flex-direction: column;
    gap: var(--font-size-24, 1.5rem);
    padding: 3rem;
    position: relative;
}
.reviews__item-google {
    height: 2.875rem;
    left: 1rem;
    position: absolute;
    top: 1rem;
    width: 2.875rem;
}
.reviews__item-stars {
    align-items: center;
    display: flex;
    gap: 0.25rem;
    justify-content: center;
}
.reviews__item-text {
    color: #f4ede9;
    font-family: var(--font-family-Font-2, Montserrat);
    font-style: normal;
    font-weight: var(--font-weight-400, 400);
    line-height: var(--line-height-29_25, 1.828125rem);
    text-align: center;
}
.reviews__item-user {
    align-items: center;
    align-self: stretch;
    display: flex;
    flex-direction: column;
    gap: var(--item-spacing-xxs, 0.25rem);
    padding-top: 0.54375rem;
}
.reviews__item-name {
    color: #f4ede9;
    font-size: var(--item-spacing-s, 1rem);
    font-weight: var(--font-weight-600, 600);
    line-height: var(--font-size-24, 1.5rem);
}
.reviews__item-date,
.reviews__item-name {
    font-family: var(--font-family-Font-2, Montserrat);
    font-style: normal;
    text-align: center;
}
.reviews__item-date {
    color: #857f7b;
    font-size: var(--font-size-14, 0.875rem);
    font-weight: var(--font-weight-400, 400);
    line-height: var(--line-height-20, 1.25rem);
}
.reviews__navigation {
    margin-top: 2rem;
}
:root {
    --swiper-theme-color: #007aff;
}
:host {
    display: block;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 1;
}
.swiper {
    display: block;
    list-style: none;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    padding: 0;
    position: relative;
    z-index: 1;
}
.swiper-vertical > .swiper-wrapper {
    flex-direction: column;
}
.swiper-wrapper {
    box-sizing: content-box;
    display: flex;
    height: 100%;
    position: relative;
    transition-property: transform;
    transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
    width: 100%;
    z-index: 1;
}
.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
    transform: translateZ(0);
}
.swiper-horizontal {
    touch-action: pan-y;
}
.swiper-vertical {
    touch-action: pan-x;
}
.swiper-slide {
    display: block;
    flex-shrink: 0;
    height: 100%;
    position: relative;
    transition-property: transform;
    width: 100%;
}
.swiper-slide-invisible-blank {
    visibility: hidden;
}
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
    height: auto;
}
.swiper-autoheight .swiper-wrapper {
    align-items: flex-start;
    transition-property: transform, height;
}
.swiper-backface-hidden .swiper-slide {
    backface-visibility: hidden;
    transform: translateZ(0);
}
.swiper-3d.swiper-css-mode .swiper-wrapper {
    perspective: 75rem;
}
.swiper-3d .swiper-wrapper {
    transform-style: preserve-3d;
}
.swiper-3d {
    perspective: 75rem;
    .swiper-cube-shadow,
    .swiper-slide {
        transform-style: preserve-3d;
    }
}
.swiper-css-mode {
    > .swiper-wrapper {
        overflow: auto;
        scrollbar-width: none;
        -ms-overflow-style: none;
        &::-webkit-scrollbar {
            display: none;
        }
    }
    > .swiper-wrapper > .swiper-slide {
        scroll-snap-align: start start;
    }
    &.swiper-horizontal {
        > .swiper-wrapper {
            scroll-snap-type: x mandatory;
        }
    }
    &.swiper-vertical {
        > .swiper-wrapper {
            scroll-snap-type: y mandatory;
        }
    }
    &.swiper-free-mode {
        > .swiper-wrapper {
            scroll-snap-type: none;
        }
        > .swiper-wrapper > .swiper-slide {
            scroll-snap-align: none;
        }
    }
    &.swiper-centered {
        > .swiper-wrapper:before {
            content: '';
            flex-shrink: 0;
            order: 9999;
        }
        > .swiper-wrapper > .swiper-slide {
            scroll-snap-align: center center;
            scroll-snap-stop: always;
        }
    }
    &.swiper-centered.swiper-horizontal {
        > .swiper-wrapper > .swiper-slide:first-child {
            margin-inline-start: var(--swiper-centered-offset-before);
        }
        > .swiper-wrapper:before {
            height: 100%;
            min-height: 0.0625rem;
            width: var(--swiper-centered-offset-after);
        }
    }
    &.swiper-centered.swiper-vertical {
        > .swiper-wrapper > .swiper-slide:first-child {
            margin-block-start: var(--swiper-centered-offset-before);
        }
        > .swiper-wrapper:before {
            height: var(--swiper-centered-offset-after);
            min-width: 0.0625rem;
            width: 100%;
        }
    }
}
.swiper-3d {
    .swiper-slide-shadow,
    .swiper-slide-shadow-bottom,
    .swiper-slide-shadow-left,
    .swiper-slide-shadow-right,
    .swiper-slide-shadow-top {
        height: 100%;
        left: 0;
        pointer-events: none;
        position: absolute;
        top: 0;
        width: 100%;
        z-index: 10;
    }
    .swiper-slide-shadow {
        background: rgba(0, 0, 0, 0.15);
    }
    .swiper-slide-shadow-left {
        background-image: linear-gradient(270deg, rgba(0, 0, 0, 0.5), transparent);
    }
    .swiper-slide-shadow-right {
        background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.5), transparent);
    }
    .swiper-slide-shadow-top {
        background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.5), transparent);
    }
    .swiper-slide-shadow-bottom {
        background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), transparent);
    }
}
.swiper-lazy-preloader {
    border: 0.25rem solid var(--swiper-preloader-color, var(--swiper-theme-color));
    border-radius: 50%;
    border-top: 0.25rem solid transparent;
    box-sizing: border-box;
    height: 2.625rem;
    left: 50%;
    margin-left: -1.3125rem;
    margin-top: -1.3125rem;
    position: absolute;
    top: 50%;
    transform-origin: 50%;
    width: 2.625rem;
    z-index: 10;
}
.swiper-watch-progress .swiper-slide-visible,
.swiper:not(.swiper-watch-progress) {
    .swiper-lazy-preloader {
        animation: swiper-preloader-spin 1s linear infinite;
    }
}
.swiper-lazy-preloader-white {
    --swiper-preloader-color: #fff;
}
.swiper-lazy-preloader-black {
    --swiper-preloader-color: #000;
}
@keyframes swiper-preloader-spin {
    0% {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(1turn);
    }
}
:root {
    --swiper-navigation-size: 2.75rem;
}
.swiper-button-next,
.swiper-button-prev {
    align-items: center;
    color: var(--swiper-navigation-color, var(--swiper-theme-color));
    cursor: pointer;
    display: flex;
    height: var(--swiper-navigation-size);
    justify-content: center;
    position: absolute;
    width: var(--swiper-navigation-size);
    z-index: 10;
    &.swiper-button-disabled {
        cursor: auto;
        opacity: 0.35;
        pointer-events: none;
    }
    &.swiper-button-hidden {
        cursor: auto;
        opacity: 0;
        pointer-events: none;
    }
    .swiper-navigation-disabled & {
        display: none !important;
    }
    svg {
        fill: currentColor;
        height: 100%;
        object-fit: contain;
        pointer-events: none;
        transform-origin: center;
        width: 100%;
    }
}
.swiper-button-lock {
    display: none;
}
.swiper-button-next,
.swiper-button-prev {
    margin-top: calc(0rem - var(--swiper-navigation-size) / 2);
    top: var(--swiper-navigation-top-offset, 50%);
}
.swiper-button-prev {
    left: var(--swiper-navigation-sides-offset, 0.25rem);
    right: auto;
    .swiper-navigation-icon {
        transform: rotate(180deg);
    }
}
.swiper-button-next {
    left: auto;
    right: var(--swiper-navigation-sides-offset, 0.25rem);
}
.swiper-horizontal {
    .swiper-button-next,
    .swiper-button-prev,
    ~ .swiper-button-next,
    ~ .swiper-button-prev {
        margin-left: 0;
        margin-top: calc(0rem - var(--swiper-navigation-size) / 2);
        top: var(--swiper-navigation-top-offset, 50%);
    }
    &.swiper-rtl .swiper-button-next,
    &.swiper-rtl ~ .swiper-button-next,
    & ~ .swiper-button-prev,
    .swiper-button-prev {
        left: var(--swiper-navigation-sides-offset, 0.25rem);
        right: auto;
    }
    &.swiper-rtl .swiper-button-prev,
    &.swiper-rtl ~ .swiper-button-prev,
    & ~ .swiper-button-next,
    .swiper-button-next {
        left: auto;
        right: var(--swiper-navigation-sides-offset, 0.25rem);
    }
    &.swiper-rtl .swiper-button-next,
    &.swiper-rtl ~ .swiper-button-next,
    & ~ .swiper-button-prev,
    .swiper-button-prev {
        .swiper-navigation-icon {
            transform: rotate(180deg);
        }
    }
    &.swiper-rtl .swiper-button-prev,
    &.swiper-rtl ~ .swiper-button-prev {
        .swiper-navigation-icon {
            transform: rotate(0deg);
        }
    }
}
.swiper-vertical {
    .swiper-button-next,
    .swiper-button-prev,
    ~ .swiper-button-next,
    ~ .swiper-button-prev {
        left: var(--swiper-navigation-top-offset, 50%);
        margin-left: calc(0rem - var(--swiper-navigation-size) / 2);
        margin-top: 0;
        right: auto;
    }
    .swiper-button-prev,
    ~ .swiper-button-prev {
        bottom: auto;
        top: var(--swiper-navigation-sides-offset, 0.25rem);
        .swiper-navigation-icon {
            transform: rotate(-90deg);
        }
    }
    .swiper-button-next,
    ~ .swiper-button-next {
        bottom: var(--swiper-navigation-sides-offset, 0.25rem);
        top: auto;
        .swiper-navigation-icon {
            transform: rotate(90deg);
        }
    }
}
.swiper-pagination {
    position: absolute;
    text-align: center;
    transform: translateZ(0);
    transition: opacity 0.3s;
    z-index: 10;
    &.swiper-pagination-hidden {
        opacity: 0;
    }
    &.swiper-pagination-disabled,
    .swiper-pagination-disabled > & {
        display: none !important;
    }
}
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: var(--swiper-pagination-bottom, 0.5rem);
    left: 0;
    top: var(--swiper-pagination-top, auto);
    width: 100%;
}
.swiper-pagination-bullets-dynamic {
    font-size: 0;
    overflow: hidden;
    .swiper-pagination-bullet {
        position: relative;
        transform: scale(0.33);
    }
    .swiper-pagination-bullet-active,
    .swiper-pagination-bullet-active-main {
        transform: scale(1);
    }
    .swiper-pagination-bullet-active-prev {
        transform: scale(0.66);
    }
    .swiper-pagination-bullet-active-prev-prev {
        transform: scale(0.33);
    }
    .swiper-pagination-bullet-active-next {
        transform: scale(0.66);
    }
    .swiper-pagination-bullet-active-next-next {
        transform: scale(0.33);
    }
}
.swiper-pagination-bullet {
    background: var(--swiper-pagination-bullet-inactive-color, #000);
    border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
    display: inline-block;
    height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 0.5rem));
    opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
    width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 0.5rem));
    button& {
        appearance: none;
        border: none;
        box-shadow: none;
        margin: 0;
        padding: 0;
    }
    .swiper-pagination-clickable & {
        cursor: pointer;
    }
    &:only-child {
        display: none !important;
    }
}
.swiper-pagination-bullet-active {
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
    opacity: var(--swiper-pagination-bullet-opacity, 1);
}
.swiper-pagination-vertical.swiper-pagination-bullets,
.swiper-vertical > .swiper-pagination-bullets {
    left: var(--swiper-pagination-left, auto);
    right: var(--swiper-pagination-right, 0.5rem);
    top: 50%;
    transform: translate3d(0, -50%, 0);
    .swiper-pagination-bullet {
        display: block;
        margin: var(--swiper-pagination-bullet-vertical-gap, 0.375rem) 0;
    }
    &.swiper-pagination-bullets-dynamic {
        top: 50%;
        transform: translateY(-50%);
        width: 0.5rem;
        .swiper-pagination-bullet {
            display: inline-block;
            transition: transform 0.2s, top 0.2s;
        }
    }
}
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-horizontal.swiper-pagination-bullets {
    .swiper-pagination-bullet {
        margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 0.25rem);
    }
    &.swiper-pagination-bullets-dynamic {
        left: 50%;
        transform: translateX(-50%);
        white-space: nowrap;
        .swiper-pagination-bullet {
            transition: transform 0.2s, left 0.2s;
        }
    }
}
.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: transform 0.2s, right 0.2s;
}
.swiper-pagination-fraction {
    color: var(--swiper-pagination-fraction-color, inherit);
}
.swiper-pagination-progressbar {
    background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
    position: absolute;
    .swiper-pagination-progressbar-fill {
        background: var(--swiper-pagination-color, var(--swiper-theme-color));
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        transform: scale(0);
        transform-origin: left top;
        width: 100%;
    }
    .swiper-rtl & .swiper-pagination-progressbar-fill {
        transform-origin: right top;
    }
    &.swiper-pagination-horizontal,
    &.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
    .swiper-horizontal > &,
    .swiper-vertical > &.swiper-pagination-progressbar-opposite {
        height: var(--swiper-pagination-progressbar-size, 0.25rem);
        left: 0;
        top: 0;
        width: 100%;
    }
    &.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,
    &.swiper-pagination-vertical,
    .swiper-horizontal > &.swiper-pagination-progressbar-opposite,
    .swiper-vertical > & {
        height: 100%;
        left: 0;
        top: 0;
        width: var(--swiper-pagination-progressbar-size, 0.25rem);
    }
}
.swiper-pagination-lock {
    display: none;
}
.prices {
    background: #161616;
}
.prices__wrapper {
    display: flex;
    flex-direction: column;
}
.prices__header p {
    max-width: 37.75rem;
}
.prices__inner {
    align-items: center;
    display: flex;
    flex-shrink: 0;
    gap: var(--item-spacing-22_9, 1.43125rem);
    justify-content: center;
    margin: 0 auto;
    max-width: var(--width-1152, 72rem);
}
.prices__item {
    align-items: flex-start;
    box-shadow: 0 0.625rem 1.25rem -0.3125rem rgba(0, 0, 0, 0.2),
        0 0.125rem 0.25rem -0.375rem rgba(0, 0, 0, 0.2);
    flex-direction: column;
    gap: var(--font-size-24, 1.5rem);
    max-width: 22.625rem;
    overflow: hidden;
    padding-bottom: 1.5rem;
    position: relative;
    width: 100%;
}
.prices__item,
.prices__item--popular {
    background: #0a0a0a;
    border-radius: 0.75rem;
}
.prices__item--popular {
    box-shadow: 0 0 0 0.125rem #f2943c, 0 0.625rem 1.25rem -0.3125rem rgba(0, 0, 0, 0.4);
    max-width: 23.75rem;
    padding-bottom: 1.575rem;
}
.prices__item--popular:before {
    align-items: flex-start;
    background: #da9d4e;
    border-radius: 2097150rem;
    color: #05050d;
    content: attr(data-popular);
    display: flex;
    flex-direction: column;
    font-family: Montserrat;
    font-size: 0.91875rem;
    font-style: normal;
    font-weight: var(--font-weight-600, 600);
    line-height: var(--line-height-21, 1.3125rem);
    padding: 0.39375rem 1.05rem;
    position: absolute;
    right: 1.03875rem;
    top: 1.05rem;
    z-index: 2;
}
.prices__image {
    max-height: 12rem;
    min-height: 12rem;
    position: relative;
}
.prices__image > img {
    height: 100%;
    left: 0;
    object-fit: cover;
    position: absolute;
    top: 0;
    width: 100%;
}
.prices__item--popular .prices__image {
    max-height: 75.0625rem;
    min-height: 12.5625rem;
}
.prices__image:after {
    background: linear-gradient(
        0deg,
        var(--color-blue-4, #05050d) 0,
        var(--color-blue-460, rgba(5, 5, 13, 0.6)) 50%,
        var(--color-blue-40, rgba(5, 5, 13, 0)) 100%
    );
    bottom: -0.0625rem;
    content: '';
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}
.prices__content {
    align-items: flex-start;
    align-self: stretch;
    display: flex;
    flex: 1 0 0;
    flex-direction: column;
    padding: 1.5rem;
}
.prices__item--popular .prices__content {
    margin-top: 1.5625rem;
    padding: 1.575rem;
}
.prices__top {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    padding-bottom: 1.5rem;
}
.prices__top h3 {
    color: #da9d4e;
    font-family: Playfair Display;
    font-size: var(--font-size-30, 1.875rem);
    font-style: normal;
    font-weight: var(--font-weight-700, 700);
    line-height: var(--line-height-36, 2.25rem);
}
.prices__top p {
    color: #857f7b;
    font-size: var(--font-size-14, 0.875rem);
    font-weight: var(--font-weight-400, 400);
    line-height: var(--line-height-20, 1.25rem);
}
.prices__price,
.prices__top p {
    font-family: Montserrat;
    font-style: normal;
}
.prices__price {
    color: #f4ede9;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: var(--line-height-40, 2.5rem);
    padding-top: 0.525rem;
}
.prices__time {
    color: #857f7b;
}
.prices__body,
.prices__time {
    font-family: var(--font-family-Font-2, Montserrat);
    font-size: var(--font-size-14, 0.875rem);
    font-style: normal;
    font-weight: var(--font-weight-400, 400);
    line-height: var(--line-height-20, 1.25rem);
}
.prices__body {
    color: #f4ede9;
    max-height: 15rem;
    padding-bottom: 1.5rem;
}
.prices__item--popular .prices__body {
    max-height: 18.75rem;
}
.prices__body ul {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    gap: var(--item-spacing-12, 0.75rem);
    padding: 0.625rem 0;
}
.prices__body ul li {
    align-items: flex-start;
    display: flex;
    gap: 0.75rem;
    justify-content: start;
}
.prices__body ul li:before {
    background-image: url(../img/list.svg);
    background-repeat: no-repeat;
    background-size: contain;
    content: '';
    display: block;
    margin-top: 0.1875rem;
    max-height: 1.25rem;
    max-width: 1.25rem;
    min-height: 1.25rem;
    min-width: 1.25rem;
}
.prices__button {
    align-items: center;
    align-self: stretch;
    background: #141414;
    border: var(--stroke-weight-1, 0.0625rem) solid #1d1d1d;
    border-radius: 0.375rem;
    box-shadow: 0 0.625rem 1.25rem -0.3125rem rgba(0, 0, 0, 0.15);
    color: #f4ede9;
    display: flex;
    font-family: var(--font-family-Font-2, Montserrat);
    font-size: var(--font-size-14, 0.875rem);
    font-style: normal;
    font-weight: var(--font-weight-500, 500);
    height: 2.25rem;
    justify-content: center;
    line-height: var(--line-height-20, 1.25rem);
    padding: 0.5625rem 1.0625rem;
    text-align: center;
    transition: all 0.3s ease-in-out;
}
.prices__button:hover {
    background: #1a1919;
}
.prices__item--popular .prices__button {
    background: #da9d4e;
    border-radius: 0.375rem;
    color: #05050d;
    font-family: var(--font-family-Font-2, Montserrat);
    font-size: 0.91875rem;
    font-style: normal;
    font-weight: var(--font-weight-500, 500);
    line-height: var(--line-height-21, 1.3125rem);
    text-align: center;
}
.prices__item--popular .prices__button:hover {
    background: #c4883a;
}
.prices__description {
    color: #857f7b;
    font-family: var(--font-family-Font-2, Montserrat);
    font-size: var(--font-size-14, 0.875rem);
    font-style: normal;
    font-weight: var(--font-weight-400, 400);
    line-height: var(--line-height-20, 1.25rem);
    margin-top: 1.875rem;
    text-align: center;
}
.gallery {
    background: #0c0c0c;
}
.gallery__header {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.gallery__header h2 {
    color: #da9d4e;
    font-family: var(--font-family-Font-1, 'Playfair Display');
    font-size: var(--font-size-48, 3rem);
    font-style: normal;
    font-weight: var(--font-weight-700, 700);
    line-height: var(--font-size-48, 3rem);
    text-align: center;
}
.gallery__header h2 span {
    color: #f4ede9;
}
.gallery__header p {
    color: #857f7b;
    font-family: var(--font-family-Font-2, Montserrat);
    font-style: normal;
    font-weight: var(--font-weight-400, 400);
    line-height: var(--line-height-28, 1.75rem);
    text-align: center;
}
.gallery__item {
    align-items: center;
    border-radius: 0.5rem;
    display: flex;
    justify-content: center;
    min-height: 24rem;
    overflow: hidden;
    position: relative;
}
.gallery__item a {
    width: 100%;
}
.gallery__item img {
    bottom: 0;
    height: 100%;
    left: 0;
    object-fit: cover;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
}
.gallery__nav {
    height: 1.5rem;
    width: 1.5rem;
}
:root {
    --f-button-width: 2.5rem;
    --f-button-height: 2.5rem;
    --f-button-border: 0;
    --f-button-border-radius: 0;
    --f-button-color: #374151;
    --f-button-bg: #f8f8f8;
    --f-button-shadow: none;
    --f-button-transition: all 0.15s ease;
    --f-button-transform: none;
    --f-button-outline-width: 0.0625rem;
    --f-button-outline-color: rgba(0, 0, 0, 0.7);
    --f-button-svg-width: 1.25rem;
    --f-button-svg-height: 1.25rem;
    --f-button-svg-stroke-width: 1.5;
    --f-button-svg-fill: none;
    --f-button-svg-filter: none;
    --f-button-svg-opacity: 1;
    --f-button-svg-disabled-opacity: 0.5;
    --f-button-svg-transition: opacity 0.15s ease;
    --f-button-svg-transform: none;
}
.f-button {
    align-items: center;
    backdrop-filter: var(--f-button-backdrop-filter);
    background: var(--f-button-bg);
    border: var(--f-button-border);
    border-radius: var(--f-button-border-radius);
    box-shadow: var(--f-button-shadow);
    box-sizing: content-box;
    color: var(--f-button-color);
    cursor: pointer;
    display: flex;
    height: var(--f-button-height);
    justify-content: center;
    margin: 0;
    overflow: hidden;
    padding: 0;
    pointer-events: all;
    position: relative;
    transform: var(--f-button-transform);
    transition: var(--f-button-transition);
    width: var(--f-button-width);
}
.f-button:active:not([aria-disabled]) {
    background-color: var(--f-button-active-bg, var(--f-button-hover-bg, var(--f-button-bg)));
    color: var(--f-button-active-color, var(--f-button-hover-color, var(--f-button-color)));
}
.f-button:focus {
    outline: none;
}
.f-button:focus-visible {
    outline: var(--f-button-outline-width) solid var(--f-button-outline-color);
    outline-offset: var(--f-button-outline-offset);
    position: relative;
    z-index: 1;
}
.f-button svg {
    fill: var(--f-button-svg-fill);
    filter: var(--f-button-svg-filter);
    height: var(--f-button-svg-height);
    opacity: var(--f-button-svg-opacity, 1);
    pointer-events: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: var(--f-button-svg-stroke-width);
    transform: var(--f-button-svg-transform);
    transition: var(--f-button-svg-transition);
    width: var(--f-button-svg-width);
}
.f-button[aria-disabled] {
    cursor: default;
}
.f-button[aria-disabled] svg {
    opacity: var(--f-button-svg-disabled-opacity);
}
[data-panzoom-action='toggleFS'] g:first-child {
    display: flex;
}
.in-fullscreen [data-panzoom-action='toggleFS'] g:first-child,
[data-panzoom-action='toggleFS'] g:last-child {
    display: none;
}
.in-fullscreen [data-panzoom-action='toggleFS'] g:last-child,
[data-autoplay-action='toggle'] svg g:first-child {
    display: flex;
}
.has-autoplay [data-autoplay-action='toggle'] svg g:first-child,
[data-autoplay-action='toggle'] svg g:last-child {
    display: none;
}
.has-autoplay [data-autoplay-action='toggle'] svg g:last-child {
    display: flex;
}
:fullscreen
    [data-fullscreen-action='toggle']
    svg
    [data-fullscreen-action='toggle']
    svg
    g:first-child {
    display: none;
}
:fullscreen
    [data-fullscreen-action='toggle']
    svg
    [data-fullscreen-action='toggle']
    svg
    g:last-child {
    display: flex;
}
:root {
    --f-spinner-color-1: rgba(0, 0, 0, 0.1);
    --f-spinner-color-2: rgba(17, 24, 28, 0.8);
    --f-spinner-width: 3.125rem;
    --f-spinner-height: 3.125rem;
    --f-spinner-border-radius: 50%;
    --f-spinner-border-width: 0.25rem;
}
.f-spinner {
    animation: f-spinner 0.75s linear infinite, f-fadeIn 0.2s ease 0.2s both;
    border: var(--f-spinner-border-width) solid var(--f-spinner-color-1);
    border-radius: var(--f-spinner-border-radius);
    border-top-color: var(--f-spinner-color-2);
    height: var(--f-spinner-height);
    left: 50%;
    margin: calc(var(--f-spinner-width) * -0.5) 0 0 calc(var(--f-spinner-height) * -0.5);
    padding: 0;
    position: absolute;
    top: 50%;
    width: var(--f-spinner-width);
}
@keyframes f-spinner {
    to {
        transform: rotate(1turn);
    }
}
.f-panzoom,
.f-zoomable {
    align-items: center;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    position: relative;
}
.f-panzoom:after,
.f-panzoom:before,
.f-zoomable:after,
.f-zoomable:before {
    content: '';
    display: block;
}
.f-panzoom:not(.has-controls):before,
.f-zoomable:not(.has-controls):before {
    margin-bottom: auto;
}
.f-panzoom:after,
.f-zoomable:after {
    margin-top: auto;
}
.f-panzoom.in-fullscreen,
.f-zoomable.in-fullscreen {
    aspect-ratio: unset !important;
    height: 100% !important;
    left: 0;
    margin: 0 !important;
    max-height: none !important;
    max-width: none !important;
    position: fixed;
    top: 0;
    width: 100% !important;
    z-index: 9999;
}
.f-panzoom__wrapper {
    max-height: 100%;
    max-width: 100%;
    min-height: 0;
    min-width: 0;
    position: relative;
}
.f-panzoom__wrapper.will-zoom-out {
    cursor: zoom-out;
}
.f-panzoom__wrapper.can-drag {
    cursor: move;
    cursor: grab;
}
.f-panzoom__wrapper.will-zoom-in {
    cursor: zoom-in;
}
.f-panzoom__wrapper.is-dragging {
    cursor: move;
    cursor: grabbing;
}
.f-panzoom__wrapper.has-error {
    display: none;
}
.f-panzoom__content {
    display: block;
    max-height: 100%;
    max-width: 100%;
    min-height: 0;
    min-width: 0;
}
.f-panzoom__content.has-lazyerror,
.f-panzoom__content.is-lazyloading {
    visibility: hidden;
}
img.f-panzoom__content {
    height: auto;
    object-fit: contain;
    transition: none;
    user-select: none;
    vertical-align: top;
    width: auto;
}
.f-panzoom__wrapper > .f-panzoom__content {
    visibility: hidden;
}
.f-panzoom__viewport {
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}
.f-panzoom__viewport > .f-panzoom__content {
    height: 100%;
    object-fit: fill;
    width: 100%;
}
picture.f-panzoom__content img {
    height: auto;
    max-height: 100%;
    object-fit: contain;
    transition: none;
    user-select: none;
    vertical-align: top;
    width: 100%;
}
.f-panzoom__protected {
    inset: 0;
    position: absolute;
    user-select: none;
    z-index: 1;
}
html.with-panzoom-in-fullscreen {
    overflow: hidden;
}
.f-fadeIn {
    animation: var(--f-transition-duration, 0.2s) var(--f-transition-easing, ease)
        var(--f-transition-delay, 0s) both f-fadeIn;
    z-index: 2;
}
.f-fadeOut {
    animation: var(--f-transition-duration, 0.2s) var(--f-transition-easing, ease)
        var(--f-transition-delay, 0s) both f-fadeOut;
    z-index: 1;
}
@keyframes f-fadeIn {
    0% {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@keyframes f-fadeOut {
    to {
        opacity: 0;
    }
}
.f-crossfadeIn {
    animation: var(--f-transition-duration, 0.2s) ease both f-crossfadeIn;
    z-index: 2;
}
.f-crossfadeOut {
    animation: calc(var(--f-transition-duration, 0.2s) * 0.2) ease
        calc(var(--f-transition-duration, 0.2s) * 0.8) both f-crossfadeOut;
    z-index: 1;
}
@keyframes f-crossfadeIn {
    0% {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@keyframes f-crossfadeOut {
    to {
        opacity: 0;
    }
}
.is-horizontal .f-slideIn.from-next {
    animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideInNextX;
}
.is-horizontal .f-slideIn.from-prev {
    animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideInPrevX;
}
.is-horizontal .f-slideOut.to-next {
    animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideOutNextX;
}
.is-horizontal .f-slideOut.to-prev {
    animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideOutPrevX;
}
@keyframes f-slideInPrevX {
    0% {
        transform: translate(calc(100% + var(--f-carousel-gap, 0)));
    }
    to {
        transform: translateZ(0);
    }
}
@keyframes f-slideInNextX {
    0% {
        transform: translate(calc(-100% - var(--f-carousel-gap, 0)));
    }
    to {
        transform: translateZ(0);
    }
}
@keyframes f-slideOutNextX {
    to {
        transform: translate(calc(-100% - var(--f-carousel-gap, 0)));
    }
}
@keyframes f-slideOutPrevX {
    to {
        transform: translate(calc(100% + var(--f-carousel-gap, 0)));
    }
}
.is-vertical .f-slideIn.from-next {
    animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideInNextY;
}
.is-vertical .f-slideIn.from-prev {
    animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideInPrevY;
}
.is-vertical .f-slideOut.to-next {
    animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideOutNextY;
}
.is-vertical .f-slideOut.to-prev {
    animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideOutPrevY;
}
@keyframes f-slideInPrevY {
    0% {
        transform: translateY(calc(100% + var(--f-carousel-gap, 0)));
    }
    to {
        transform: translateZ(0);
    }
}
@keyframes f-slideInNextY {
    0% {
        transform: translateY(calc(-100% - var(--f-carousel-gap, 0)));
    }
    to {
        transform: translateZ(0);
    }
}
@keyframes f-slideOutNextY {
    to {
        transform: translateY(calc(-100% - var(--f-carousel-gap, 0)));
    }
}
@keyframes f-slideOutPrevY {
    to {
        transform: translateY(calc(100% + var(--f-carousel-gap, 0)));
    }
}
.f-zoomInUp {
    animation: var(--f-transition-duration, 0.3s) ease both f-zoomInUp;
}
.f-zoomOutDown {
    animation: var(--f-transition-duration, 0.3s) ease both f-zoomOutDown;
}
@keyframes f-zoomInUp {
    0% {
        opacity: var(--f-zoomInUp-opacity, 0);
        transform: scale(var(--f-zoomInUp-scale, 0.975))
            translate3d(var(--f-zoomInUp-x, 0), var(--f-zoomInUp-y, 1rem), 0);
    }
    to {
        opacity: 1;
        transform: scale(1) translateZ(0);
    }
}
@keyframes f-zoomOutDown {
    to {
        opacity: 0;
        transform: scale(var(--f-zoomOutDown-scale, 0.975))
            translate3d(var(--f-zoomOutDown-x, 0), var(--f-zoomOutDown-y, 1rem), 0);
    }
}
.f-throwOutUp {
    animation: var(--f-throwOutUp-duration, 0.2s) ease-out both f-throwOutUp;
}
.f-throwOutDown {
    animation: var(--f-throwOutDown-duration, 0.2s) ease-out both f-throwOutDown;
}
@keyframes f-throwOutUp {
    to {
        opacity: 0;
        transform: translate3d(0, calc(var(--f-throwOutUp-y, 9.375rem) * -1), 0);
    }
}
@keyframes f-throwOutDown {
    to {
        opacity: 0;
        transform: translate3d(0, var(--f-throwOutDown-y, 9.375rem), 0);
    }
}
.has-gmap .f-html,
.has-iframe .f-html,
.has-pdf .f-html {
    height: 100%;
    min-height: 0.0625rem;
    overflow: visible;
    width: 100%;
}
.has-gmap .f-html,
.has-pdf .f-html {
    padding: 0;
}
.f-html {
    background: var(--f-html-bg);
    box-sizing: border-box;
    color: var(--f-html-color, currentColor);
    margin: var(--f-html-margin, 0);
    padding: var(--f-html-padding, 2rem);
    position: relative;
}
.f-html.is-error {
    text-align: center;
}
.f-iframe {
    border: 0;
    display: block;
    height: 100%;
    margin: 0;
    width: 100%;
}
.f-caption {
    align-self: center;
    background: var(--f-caption-bg);
    color: var(--f-caption-color);
    flex-shrink: 0;
    line-height: var(--f-caption-line-height);
    font: var(--f-caption-font);
    margin: var(--f-caption-margin);
    max-height: calc(80vh - 6.25rem);
    max-width: 100%;
    overflow: auto;
    overflow-wrap: anywhere;
    padding: var(--f-caption-padding, 1rem 0.5rem);
}
.has-html5video .f-html,
.has-vimeo .f-html,
.has-youtube .f-html {
    aspect-ratio: var(--f-video-aspect-ratio);
    background: var(--f-video-bg, rgba(0, 0, 0, 0.9));
    height: 100%;
    max-height: var(--f-video-height, 33.75rem);
    max-width: var(--f-video-width, 60rem);
    min-height: 0.0625rem;
    overflow: visible;
    padding: 0;
    width: 100%;
}
.f-html5video {
    background: transparent;
    border: 0;
    display: block;
    height: 100%;
    width: 100%;
}
.f-button.is-arrow {
    --f-button-width: var(--f-arrow-width, 2.875rem);
    --f-button-height: var(--f-arrow-height, 2.875rem);
    --f-button-svg-width: var(--f-arrow-svg-width, 1.5rem);
    --f-button-svg-height: var(--f-arrow-svg-height, 1.5rem);
    --f-button-svg-stroke-width: var(--f-arrow-svg-stroke-width, 1.75);
    --f-button-border-radius: var(--f-arrow-border-radius, unset);
    --f-button-bg: var(--f-arrow-bg, transparent);
    --f-button-hover-bg: var(--f-arrow-hover-bg, var(--f-arrow-bg));
    --f-button-active-bg: var(--f-arrow-active-bg, var(--f-arrow-hover-bg));
    --f-button-shadow: var(--f-arrow-shadow);
    --f-button-color: var(--f-arrow-color);
    --f-button-hover-color: var(--f-arrow-hover-color, var(--f-arrow-color));
    --f-button-active-color: var(--f-arrow-active-color, var(--f-arrow-hover-color));
    overflow: visible;
}
.f-button.is-arrow.is-next,
.f-button.is-arrow.is-prev {
    position: absolute;
    transform: translate(0);
    z-index: 20;
}
.is-horizontal .f-button.is-arrow.is-next,
.is-horizontal .f-button.is-arrow.is-prev {
    inset: 50% auto auto;
    transform: translateY(-50%);
}
.is-horizontal.is-ltr .f-button.is-arrow.is-prev {
    left: var(--f-arrow-pos, 0);
}
.is-horizontal.is-ltr .f-button.is-arrow.is-next {
    right: var(--f-arrow-pos, 0);
}
.is-horizontal.is-rtl .f-button.is-arrow.is-prev {
    right: var(--f-arrow-pos, 0);
    transform: translateY(-50%) rotateY(180deg);
}
.is-horizontal.is-rtl .f-button.is-arrow.is-next {
    left: var(--f-arrow-pos, 0);
    transform: translateY(-50%) rotateY(180deg);
}
.is-vertical.is-ltr .f-button.is-arrow.is-prev,
.is-vertical.is-rtl .f-button.is-arrow.is-prev {
    bottom: auto;
    left: 50%;
    right: auto;
    top: var(--f-arrow-pos, 0);
    transform: translate(-50%);
}
.is-vertical.is-ltr .f-button.is-arrow.is-next,
.is-vertical.is-rtl .f-button.is-arrow.is-next {
    bottom: var(--f-arrow-pos, 0);
    left: 50%;
    right: auto;
    top: auto;
    transform: translate(-50%);
}
.is-vertical .f-button.is-arrow.is-next svg,
.is-vertical .f-button.is-arrow.is-prev svg {
    transform: rotate(90deg);
}
.f-carousel__toolbar {
    backdrop-filter: var(--f-toolbar-backdrop-filter);
    background: var(--f-toolbar-bg, none);
    box-shadow: var(--f-toolbar-shadow, none);
    color: var(--f-toolbar-color, currentColor);
    display: grid;
    font-family: var(
        --f-toolbar-font,
        -apple-system,
        BlinkMacSystemFont,
        'Segoe UI Adjusted',
        'Segoe UI',
        'Liberation Sans',
        sans-serif
    );
    font-size: var(--f-toolbar-font-size, 1.0625rem);
    font-variant-numeric: tabular-nums;
    font-weight: var(--f-toolbar-font-weight, inherit);
    grid-template-columns: 1fr auto 1fr;
    line-height: var(--f-toolbar-line-height);
    margin: var(--f-toolbar-margin, 0);
    padding: var(--f-toolbar-padding, 0.5rem);
    position: relative;
    text-align: center;
    text-shadow: var(--f-toolbar-text-shadow);
    z-index: 20;
    -webkit-font-smoothing: subpixel-antialiased;
    pointer-events: none;
    white-space: nowrap;
}
.f-carousel__toolbar.is-absolute {
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}
.f-carousel__toolbar__column {
    align-content: flex-start;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: var(--f-toolbar-gap, 0);
}
.f-carousel__toolbar__column.is-left {
    display: flex;
    justify-content: flex-start;
    justify-self: flex-start;
}
.f-carousel__toolbar__column.is-middle {
    display: flex;
    justify-content: center;
}
.f-carousel__toolbar__column.is-right {
    display: flex;
    flex-flow: nowrap;
    justify-content: flex-end;
    justify-self: flex-end;
}
.f-carousel__toolbar__column {
    pointer-events: none;
}
.f-carousel__toolbar__column > * {
    pointer-events: all;
}
.f-counter {
    background: var(--f-counter-bg);
    border-radius: var(--f-counter-border-radius);
    cursor: default;
    display: flex;
    flex-direction: row;
    line-height: var(--f-counter-line-height);
    margin: var(--f-counter-margin, 0);
    padding: var(--f-counter-padding, 0.25rem);
    position: relative;
    user-select: none;
}
.f-counter span {
    padding: 0 var(--f-counter-gap, 0.25rem);
}
:root {
    --f-thumbs-gap: 0.5rem;
    --f-thumbs-margin: 0;
    --f-thumbs-padding-x: 0.5rem;
    --f-thumbs-padding-y: 0.5rem;
    --f-thumbs-z-index: 1;
    --f-thumb-width: 6rem;
    --f-thumb-height: 4.5rem;
    --f-thumb-clip-width: 2.875rem;
    --f-thumb-extra-gap: 1rem;
    --f-thumb-fit: cover;
    --f-thumb-opacity: 1;
    --f-thumb-transition: opacity 0.3s ease, transform 0.15s ease;
    --f-thumb-border: none;
    --f-thumb-border-radius: 0.25rem;
    --f-thumb-transfors: none;
    --f-thumb-shadow: none;
    --f-thumb-bg: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.05));
    --f-thumb-focus-shadow: inset 0 0 0 0.5rem #222, inset 0 0 0 0.140625rem #fff;
    --f-thumb-selected-shadow: inset 0 0 0 0.5rem #222, inset 0 0 0 0.140625rem #fff;
}
.f-thumbs {
    background: var(--f-thumbs-bg);
    flex-shrink: 0;
    margin: var(--f-thumbs-margin);
    padding: 0;
    -webkit-tap-highlight-color: transparent;
    overflow: hidden;
    position: relative;
    transition: max-height 0.3s ease, max-width 0.3s ease;
    user-select: none;
    z-index: var(--f-thumbs-z-index);
}
.f-thumbs.is-horizontal {
    max-height: calc(
        var(--f-carousel-slide-height) + var(--f-thumbs-padding-y) * 2 + var(--f-thumbs-gap) * 2
    );
}
.f-thumbs.is-vertical {
    max-width: calc(
        var(--f-carousel-slide-width) + var(--f-thumbs-padding-x) * 2 + var(--f-thumbs-gap) * 2
    );
}
.f-thumbs.is-ltr {
    direction: ltr;
}
.f-thumbs.is-rtl {
    direction: rtl;
}
.f-thumbs__viewport {
    display: grid;
    margin: var(--f-thumbs-padding-y) var(--f-thumbs-padding-x);
    overflow: visible;
}
.f-thumbs.is-vertical .f-thumbs__viewport {
    height: calc(100% - var(--f-thumbs-padding-y) * 2);
}
.f-thumbs__slide {
    align-items: center;
    box-sizing: border-box;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    grid-area: 1/1;
    height: var(--f-carousel-slide-height);
    margin: 0;
    overflow: visible;
    padding: 0;
    position: relative;
    width: var(--f-carousel-slide-width);
}
.f-thumbs__slide:hover button {
    opacity: var(--f-thumb-hover-opacity, 1);
    transform: var(--f-thumb-hover-transform, none);
}
.f-thumbs__slide:hover button:after {
    border: var(--f-thumb-hover-border, none);
    box-shadow: var(--f-thumb-hover-shadow, var(--f-thumb-shadow));
}
.f-thumbs__slide button {
    all: unset;
    background: var(--f-thumb-bg);
    border-radius: var(--f-thumb-border-radius);
    height: 100%;
    margin: auto;
    opacity: var(--f-thumb-opacity);
    outline: none;
    overflow: visible;
    padding: 0;
    position: relative;
    transform: var(--f-thumb-transform);
    transition: var(--f-thumb-transition);
    width: 100%;
}
.f-thumbs__slide button:after {
    border: var(--f-thumb-border);
    border-radius: inherit;
    box-shadow: var(--f-thumb-shadow);
    content: '';
    inset: 0;
    position: absolute;
    transition: none;
    z-index: 1;
}
.f-thumbs__slide button:focus-within {
    opacity: var(--f-thumb-focus-opacity, 1);
    transform: var(--f-thumb-focus-transform, none);
}
.f-thumbs__slide button:focus-within:after {
    border: var(--f-thumb-focus-border, none);
    box-shadow: var(--f-thumb-focus-shadow, var(--f-thumb-shadow));
}
.f-thumbs__slide:active {
    opacity: var(--f-thumb-active-opacity, 1);
    transform: var(--f-thumb-active-transform, none);
}
.f-thumbs__slide:active:after {
    border: var(--f-thumb-active-border, none);
    box-shadow: var(--f-thumb-active-shadow, var(--f-thumb-shadow));
}
.f-thumbs__slide.is-selected {
    z-index: 2;
}
.f-thumbs__slide.is-selected button {
    opacity: var(--f-thumb-selected-opacity, 1);
    transform: var(--f-thumb-selected-transform, none);
}
.f-thumbs__slide.is-selected button:after {
    border: var(--f-thumb-selected-border, none);
    box-shadow: var(--f-thumb-selected-shadow, var(--f-thumb-shadow));
}
.f-thumbs__slide img {
    border-radius: inherit;
    display: block;
    height: 100%;
    object-fit: var(--f-thumb-fit);
    pointer-events: none;
    width: 100%;
}
.f-thumbs__slide img.has-lazyerror {
    display: none;
}
.f-thumbs.is-classic {
    --f-carousel-slide-width: var(--f-thumb-width);
    --f-carousel-slide-height: var(--f-thumb-height);
    --f-carousel-gap: var(--f-thumbs-gap);
}
.f-thumbs.is-modern {
    --f-carousel-slide-width: calc(var(--f-thumb-clip-width) + var(--f-thumbs-gap));
    --f-carousel-slide-height: var(--f-thumb-height);
    --f-carousel-gap: 0;
    --width-diff: calc(var(--f-thumb-width) - var(--f-thumb-clip-width));
}
.f-thumbs.is-modern .f-thumbs__viewport {
    margin-inline: calc(var(--f-carousel-slide-width) * -1);
    width: calc(100% + var(--f-carousel-slide-width) * 2);
}
.f-thumbs.is-modern .f-thumbs__slide {
    --clip-shift: calc((var(--width-diff) * 0.5) * var(--progress));
    --clip-path: inset(0 var(--clip-shift) round var(--f-thumb-border-radius, 0));
    left: var(--shift, 0);
    overflow: visible;
    padding: 0;
    transition: left var(--f-transition-duration) var(--f-transition-easing);
    will-change: left;
}
.f-thumbs.is-modern .f-thumbs__slide button {
    border: none;
    box-shadow: none;
    clip-path: var(--clip-path);
    display: block;
    margin-inline: 50%;
    transition: clip-path var(--f-transition-duration) var(--f-transition-easing),
        opacity var(--f-thumb-transition-duration, 0.2s) var(--f-thumb-transition-easing, ease);
    width: var(--f-thumb-width);
}
.f-thumbs.is-modern .f-thumbs__slide button:after {
    display: none;
}
.f-thumbs.is-modern .f-thumbs__slide:focus:not(:focus-visible) {
    outline: none;
}
.f-thumbs.is-modern .f-thumbs__slide:focus-within:not(.is-selected) button:before {
    border: var(--f-thumb-focus-border, none);
    border-radius: inherit;
    bottom: 0;
    box-shadow: var(--f-thumb-focus-shadow, none);
    content: '';
    left: var(--clip-shift);
    position: absolute;
    right: var(--clip-shift);
    top: 0;
    transition: border var(--f-transition-duration) var(--f-transition-easing),
        box-shadow var(--f-transition-duration) var(--f-transition-easing);
    z-index: 1;
}
.f-thumbs.is-modern {
    --f-transition-duration: 0.25s;
    --f-transition-easing: ease-out;
}
.f-thumbs.is-modern.is-syncing {
    --f-transition-duration: 0s;
}
:root {
    --f-progressbar-height: 0.1875rem;
    --f-progressbar-color: var(--f-carousel-theme-color, #575ad6);
    --f-progressbar-opacity: 1;
    --f-progressbar-z-index: 30;
}
.f-progressbar {
    animation-name: f-progressbar;
    animation-play-state: running;
    animation-timing-function: linear;
    background: var(--f-progressbar-color);
    height: var(--f-progressbar-height);
    left: 0;
    opacity: var(--f-progressbar-opacity);
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
    transform: scaleX(0);
    transform-origin: 0;
    user-select: none;
    z-index: var(--f-progressbar-z-index);
}
.f-progressbar:empty {
    display: block;
}
button > .f-progressbar {
    --f-progressbar-height: 100%;
    --f-progressbar-opacity: 0.2;
}
@keyframes f-progressbar {
    0% {
        transform: scaleX(0);
    }
    to {
        transform: scaleX(1);
    }
}
[data-fullscreen-action='toggle'] svg g:first-child {
    display: flex;
}
[data-fullscreen-action='toggle'] svg g:last-child {
    display: none;
}
:fullscreen [data-fullscreen-action='toggle'] svg g:first-child {
    display: none;
}
:fullscreen [data-fullscreen-action='toggle'] svg g:last-child {
    display: flex;
}
.in-fullscreen-mode > .f-carousel {
    flex: 1;
    min-height: 0 !important;
    min-width: 0 !important;
}
html.with-fancybox {
    overflow: visible;
    scroll-behavior: auto;
    width: auto;
}
html.with-fancybox body.hide-scrollbar {
    margin-right: calc(var(--f-body-margin, 0rem) + var(--f-scrollbar-compensate, 0rem));
    overflow: hidden !important;
    overscroll-behavior-y: none;
    width: auto;
}
.fancybox__dialog {
    background: transparent;
    border: 0;
    height: 100vh;
    margin: 0;
    max-height: unset;
    max-width: unset;
    overflow: hidden;
    padding: 0;
    touch-action: none;
    width: 100%;
}
.fancybox__dialog:focus {
    outline: none;
}
.fancybox__dialog::backdrop {
    opacity: 0;
}
@supports (height: 100dvh) {
    .fancybox__dialog {
        height: 100dvh;
    }
}
.fancybox__dialog :empty {
    display: block;
}
div.fancybox__dialog {
    inset: 0;
    position: fixed;
    z-index: 1050;
}
.fancybox__container {
    --fancybox-color: #dbdbdb;
    --fancybox-backdrop-bg: rgba(24, 24, 27, 0.95);
    --f-toolbar-margin: 0;
    --f-toolbar-padding: 0.5rem;
    --f-toolbar-gap: 0;
    --f-toolbar-color: #ddd;
    --f-toolbar-font-size: 1rem;
    --f-toolbar-font-weight: 500;
    --f-toolbar-font: -apple-system, BlinkMacSystemFont, 'Segoe UI Adjusted', 'Segoe UI',
        'Liberation Sans', sans-serif;
    --f-toolbar-line-height: var(--f-button-height);
    --f-toolbar-text-shadow: 0.0625rem 0.0625rem 0.0625rem rgba(0, 0, 0, 0.75);
    --f-toolbar-shadow: none;
    --f-toolbar-bg: none;
    --f-counter-margin: 0;
    --f-counter-padding: 0rem 0.625rem;
    --f-counter-gap: 0.25rem;
    --f-counter-line-height: var(--f-button-height);
    --f-carousel-gap: 1.0625rem;
    --f-carousel-slide-width: 100%;
    --f-carousel-slide-height: 100%;
    --f-carousel-slide-padding: 0;
    --f-carousel-slide-bg: unset;
    --f-html-color: #222;
    --f-html-bg: #fff;
    --f-error-color: #fff;
    --f-error-bg: #333;
    --f-caption-margin: 0;
    --f-caption-padding: 1rem 0.5rem;
    --f-caption-color: var(--fancybox-color, #dbdbdb);
    --f-caption-bg: transparent;
    --f-caption-font: inherit;
    --f-caption-line-height: 1.375;
    --f-spinner-color-1: hsla(0, 0%, 100%, 0.2);
    --f-spinner-color-2: hsla(0, 0%, 100%, 0.8);
    --f-spinner-width: 3.125rem;
    --f-spinner-height: 3.125rem;
    --f-spinner-border-radius: 50%;
    --f-spinner-border-width: 0.25rem;
    --f-progressbar-color: #fff;
    --f-button-width: 2.875rem;
    --f-button-height: 2.875rem;
    --f-button-color: #ddd;
    --f-button-hover-color: #fff;
    --f-button-outline-width: 0.0625rem;
    --f-button-outline-color: hsla(0, 0%, 100%, 0.75);
    --f-button-outline-offset: 0rem;
    --f-button-bg: rgba(54, 54, 54, 0.75);
    --f-button-border: 0;
    --f-button-border-radius: 0;
    --f-button-shadow: none;
    --f-button-transition: all 0.2s ease;
    --f-button-transform: none;
    --f-button-svg-width: 1.5rem;
    --f-button-svg-height: 1.5rem;
    --f-button-svg-stroke-width: 1.75;
    --f-button-svg-filter: drop-shadow(0.0625rem 0.0625rem 0.0625rem rgba(24, 24, 27, 0.01)),
        drop-shadow(0.0625rem 0.125rem 0.0625rem rgba(24, 24, 27, 0.05));
    --f-button-svg-fill: none;
    --f-button-svg-disabled-opacity: 0.5;
    --f-arrow-pos: 2rem;
    --f-arrow-width: 3.125rem;
    --f-arrow-height: 3.125rem;
    --f-arrow-svg-width: 1.5rem;
    --f-arrow-svg-height: 1.5rem;
    --f-arrow-svg-stroke-width: 2;
    --f-arrow-border-radius: 50%;
    --f-arrow-bg: rgba(54, 54, 54, 0.65);
    --f-arrow-color: #ddd;
    --f-arrow-hover-color: #fff;
    --f-close-button-width: 2.125rem;
    --f-close-button-height: 2.125rem;
    --f-close-border-radius: 0.25rem;
    --f-close-button-color: #fff;
    --f-close-button-hover-color: #fff;
    --f-close-button-bg: transparent;
    --f-close-button-hover-bg: transparent;
    --f-close-button-active-bg: transparent;
    --f-close-button-svg-width: 1.375rem;
    --f-close-button-svg-height: 1.375rem;
    --f-thumbs-margin: 0rem;
    --f-thumbs-padding-x: 0.5rem;
    --f-thumbs-padding-y: 0.5rem;
    --f-thumbs-bg: none;
    --f-thumb-transition: all 0.2s ease;
    --f-thumb-width: 5.875rem;
    --f-thumb-height: 4.75rem;
    --f-thumb-opacity: 1;
    --f-thumb-border: none;
    --f-thumb-shadow: none;
    --f-thumb-transform: none;
    --f-thumb-focus-opacity: 1;
    --f-thumb-focus-border: none;
    --f-thumb-focus-shadow: inset 0 0 0 0.125rem hsla(0, 0%, 100%, 0.65);
    --f-thumb-focus-transform: none;
    --f-thumb-hover-opacity: 1;
    --f-thumb-hover-border: none;
    --f-thumb-hover-transform: none;
    --f-thumb-active-opacity: var(--f-thumb-hover-opacity);
    --f-thumb-active-border: var(--f-thumb-hover-border);
    --f-thumb-active-transform: var(--f-thumb-hover-transform);
    --f-thumb-selected-opacity: 1;
    --f-thumb-selected-border: none;
    --f-thumb-selected-shadow: inset 0 0 0 0.125rem #fff;
    --f-thumb-selected-transform: none;
}
.fancybox__container[theme='light'] {
    --fancybox-color: #222;
    --fancybox-backdrop-bg: hsla(0, 0%, 100%, 0.97);
    --f-toolbar-color: var(--fancybox-color, #222);
    --f-toolbar-text-shadow: none;
    --f-toolbar-font-weight: 400;
    --f-html-color: var(--fancybox-color, #222);
    --f-html-bg: #fff;
    --f-error-color: #555;
    --f-error-bg: #fff;
    --f-video-bg: #fff;
    --f-caption-color: #333;
    --f-spinner-color-1: rgba(0, 0, 0, 0.2);
    --f-spinner-color-2: rgba(0, 0, 0, 0.8);
    --f-spinner-border-width: 0.21875rem;
    --f-progressbar-color: #6f6f74;
    --f-button-color: #333;
    --f-button-hover-color: #000;
    --f-button-outline-color: rgba(0, 0, 0, 0.85);
    --f-button-bg: hsla(0, 0%, 100%, 0.85);
    --f-button-svg-stroke-width: 1.3;
    --f-button-svg-filter: none;
    --f-arrow-bg: hsla(0, 0%, 100%, 0.85);
    --f-arrow-color: #333;
    --f-arrow-hover-color: #000;
    --f-arrow-svg-stroke-width: 1.3;
    --f-close-button-color: #555;
    --f-close-button-hover-color: #000;
    --f-thumb-bg: linear-gradient(#ebeff2, #e2e8f0);
    --f-thumb-focus-shadow: 0 0 0 0.1125rem #fff, 0rem 0rem 0rem 0.140625rem #888;
    --f-thumb-selected-shadow: 0 0 0 0.1125rem #fff, 0rem 0rem 0rem 0.140625rem #000;
}
.fancybox__container {
    display: flex;
    flex-direction: column;
    inset: 0;
    overflow: hidden;
    position: absolute;
}
.fancybox__container:focus {
    outline: none;
}
.fancybox__container.has-vertical-thumbs {
    flex-direction: row-reverse;
}
.fancybox__container.has-vertical-thumbs:not(.is-closing) .fancybox__viewport {
    overflow-x: clip;
    overflow-y: visible;
}
.fancybox__container
    .fancybox__carousel
    > .fancybox__viewport
    > .fancybox__slide.is-selected
    > :not(.f-html, .f-panzoom__wrapper, .f-spinner),
.fancybox__container .fancybox__carousel > .fancybox__viewport > .fancybox__slide:not(.is-selected),
.fancybox__container .fancybox__carousel > :not(.fancybox__viewport),
.fancybox__container > :not(.fancybox__carousel) {
    opacity: var(--f-drag-opacity, 1);
}
.fancybox__container:not(.is-ready, .is-hiding) {
    visibility: hidden;
}
.fancybox__container.is-revealing
    .fancybox__carousel
    > .fancybox__viewport
    > .fancybox__slide.is-selected
    > :not(.f-html, .f-panzoom__wrapper, .f-spinner),
.fancybox__container.is-revealing
    .fancybox__carousel
    > .fancybox__viewport
    > .fancybox__slide:not(.is-selected),
.fancybox__container.is-revealing .fancybox__carousel > :not(.fancybox__viewport),
.fancybox__container.is-revealing > :not(.fancybox__carousel) {
    animation: var(--f-interface-enter-duration, 0.35s) ease none f-fadeIn;
}
.fancybox__container.is-hiding
    .fancybox__carousel
    > .fancybox__viewport
    > .fancybox__slide.is-selected
    > :not(.f-html, .f-panzoom__wrapper),
.fancybox__container.is-hiding
    .fancybox__carousel
    > .fancybox__viewport
    > .fancybox__slide:not(.is-selected),
.fancybox__container.is-hiding .fancybox__carousel > :not(.fancybox__viewport),
.fancybox__container.is-hiding > :not(.fancybox__carousel) {
    animation: var(--f-interface-exit-duration, 0.35s) ease forwards f-fadeOut;
}
.fancybox__container.is-idle .f-carousel__toolbar {
    opacity: 0;
    pointer-events: none;
}
.fancybox__container.is-idle .f-button.is-arrow {
    opacity: 0;
}
.fancybox__container.is-idle.is-ready .f-carousel__toolbar {
    animation: f-fadeOut 0.15s ease-out both;
    pointer-events: none;
}
.fancybox__container.is-idle.is-ready .f-button.is-arrow {
    animation: f-fadeOut 0.15s ease-out both;
}
.fancybox__backdrop {
    background: var(--fancybox-backdrop-bg);
    inset: 0;
    position: fixed;
    z-index: -1;
}
.fancybox__carousel {
    display: flex;
    flex: 1;
    flex-direction: column;
    min-height: 0;
    min-width: 0;
    overflow-x: clip;
    overflow-y: visible;
    position: relative;
    z-index: 10;
}
.fancybox__carousel.is-vertical {
    --f-carousel-slide-height: 100%;
}
.fancybox__carousel.is-ltr {
    direction: ltr;
}
.fancybox__carousel.is-rtl {
    direction: rtl;
}
.fancybox__carousel > .f-button.is-arrow:before {
    content: '';
    inset: -1.875rem;
    position: absolute;
    z-index: 1;
}
.fancybox__viewport {
    display: grid;
    flex: 1;
    min-height: 0;
    min-width: 0;
    overflow: visible;
    position: relative;
    transform: translate3d(0, var(--f-drag-offset, 0), 0);
}
.fancybox__viewport.is-draggable {
    cursor: move;
    cursor: grab;
}
.fancybox__viewport.is-dragging {
    cursor: move;
    cursor: grabbing;
}
.fancybox__viewport [contenteditable],
.fancybox__viewport [data-selectable] {
    cursor: auto;
}
.fancybox__slide {
    align-items: center;
    backface-visibility: hidden;
    background: var(--f-carousel-slide-bg);
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    grid-area: 1/1;
    height: var(--f-carousel-slide-height);
    margin: 0;
    max-width: 100%;
    min-height: 0;
    min-width: 0;
    padding: var(--f-carousel-slide-padding);
    position: relative;
    transform: translateZ(0);
    width: var(--f-carousel-slide-width);
    will-change: transform;
}
.fancybox__slide:after,
.fancybox__slide:before {
    content: '';
    display: block;
}
.fancybox__slide:before {
    margin-bottom: auto;
}
.fancybox__slide:after {
    margin-top: auto;
}
.fancybox__slide.is-selected {
    z-index: 1;
}
.fancybox__slide.f-zoomable {
    overflow: visible;
}
.fancybox__slide.has-error {
    --f-html-color: var(--f-error-color, --f-html-color);
    --f-html-bg: var(--f-error-bg, --f-html-bg);
}
.fancybox__slide.has-html {
    overflow: auto;
    padding: 0.5rem;
}
.fancybox__slide.has-close-btn {
    padding-top: 2.125rem;
}
.fancybox__slide.has-controls:before {
    margin: 0;
}
.fancybox__slide .f-spinner {
    cursor: pointer;
}
.fancybox__container.is-closing .f-caption,
.fancybox__slide.is-loading .f-caption {
    visibility: hidden;
}
.fancybox__container.is-closing .fancybox__carousel {
    overflow: visible;
}
.f-button.is-close-button {
    --f-button-width: var(--f-close-button-width);
    --f-button-height: var(--f-close-button-height);
    --f-button-border-radius: var(--f-close-border-radius);
    --f-button-color: var(--f-close-button-color);
    --f-button-hover-color: var(--f-close-button-hover-color);
    --f-button-bg: var(--f-close-button-bg);
    --f-button-hover-bg: var(--f-close-button-hover-bg);
    --f-button-active-bg: var(--f-close-button-active-bg);
    --f-button-svg-width: var(--f-close-button-svg-width);
    --f-button-svg-height: var(--f-close-button-svg-height);
    position: absolute;
    right: 0;
    top: calc(var(--f-button-height) * -1);
    z-index: 40;
}
.locations {
    background: #080808;
    border: 0.0625rem solid #1d1d1d;
}
.locations__wrapper {
    display: flex;
    flex-direction: column;
}
.locations__inner {
    align-items: flex-end;
    background: #0a0a0a;
    border: 0.0625rem solid #1d1d1d;
    border-radius: 1rem;
    box-shadow: 0 1.25rem 3.75rem -1.25rem rgba(0, 0, 0, 0.8);
    display: flex;
    gap: 2rem;
    justify-content: space-between;
    padding: 2rem;
}
.locations__map {
    border: 0.0625rem solid #1d1d1d;
    border-radius: 0.5rem;
    max-width: 53.75rem;
    width: 100%;
}
.locations__map iframe {
    border: none;
    border-radius: 0.75rem;
    filter: grayscale(100%);
    height: 30.25rem;
    transition: all 0.3s ease-in-out;
    width: 100%;
}
.locations__map iframe:hover {
    filter: grayscale(0);
}
.locations__content {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    padding: 2rem;
}
.locations__content h3 {
    color: #f4ede9;
    font-family: Playfair Display;
    font-size: 2.625rem;
    font-style: normal;
    font-weight: 600;
    line-height: 2.25rem;
    text-wrap: nowrap;
}
.locations__list {
    align-items: flex-start;
    align-self: stretch;
    color: #857f7b;
    display: flex;
    flex-direction: column;
    font-family: Montserrat;
    font-size: 0.99375rem;
    font-style: normal;
    font-weight: 400;
    gap: 1rem;
    line-height: 1.5rem;
}
.locations__list a,
.locations__list li {
    align-items: flex-start;
    align-self: stretch;
    display: flex;
    gap: 0.75rem;
}
.locations__social {
    align-items: center;
    align-self: stretch;
    border-top: 0.0625rem solid #2e2e2e;
    display: flex;
    gap: 1rem;
    padding-top: 1.0625rem;
}
.locations__buttons {
    align-items: flex-start;
    display: flex;
    gap: 0.75rem;
    justify-content: space-between;
    padding-top: 1rem;
}
.locations__button {
    background: #0e0e0e;
    border: 0.0625rem solid #1d1d1d;
    border-radius: 0.375rem;
    color: #f4ede9;
    font-family: Montserrat;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 600;
    line-height: 1.25rem;
    padding: 0.0625rem 2.0625rem;
    text-align: center;
    width: 100%;
}
.locations__button,
.locations__button--secondary {
    align-items: center;
    display: flex;
    gap: 0.5rem;
    height: 2.75rem;
    justify-content: center;
}
.locations__button--secondary {
    background: #da9d4e;
    border-radius: 0.375rem;
    color: #0d0d0d;
    padding: 0 2rem;
}
.hero {
    position: relative;
}
.hero__wrapper {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 2rem;
    justify-content: center;
}
.hero__image {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
}
.hero__image img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}
.hero__title {
    color: #da9d4e;
    font-family: var(--font-family-Font-1, 'Playfair Display');
    font-style: normal;
    font-weight: var(--font-weight-700, 700);
    line-height: 100%;
    text-align: center;
}
.hero__title span {
    color: #f4ede9;
    display: block;
}
.hero__button {
    align-items: center;
    background: #da9d4e;
    border-radius: 0.375rem;
    box-shadow: 0 0.625rem 1.25rem -0.3125rem rgba(0, 0, 0, 0.35),
        0 1rem 1.25rem -0.375rem rgba(0, 0, 0, 0.35);
    color: #05050d;
    display: flex;
    font-family: Montserrat;
    font-size: 1rem;
    font-style: normal;
    font-weight: 600;
    justify-content: center;
    line-height: var(--line-height-28, 1.75rem);
    padding: 1.5rem 3rem;
    text-align: center;
    transition: all 0.3s ease-in-out;
}
.hero__button:hover {
    transform: translateY(-0.1875rem);
}
.hero__scroll {
    bottom: 1.875rem;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
}
.hero__scroll img {
    display: none;
}
.hero__scroll svg {
    display: block;
}
.faq {
    background: #080808;
    border: 0.0625rem solid #1d1d1d;
}
.faq__wrapper {
    align-items: center;
    align-self: stretch;
    display: flex;
    flex-direction: column;
    gap: var(--item-spacing-xl, 4rem);
    width: 100%;
}
.faq__grid {
    column-gap: 1rem;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    row-gap: 1.125rem;
    width: 100%;
}
.faq__item {
    background: #0a0a0a;
    border: var(--stroke-weight-1, 0.0625rem) solid #20212b;
    border-radius: 0.5rem;
    color: #f4ede9;
    font-family: Montserrat;
    font-style: normal;
    font-weight: var(--font-weight-600, 600);
    line-height: var(--line-height-20, 1.25rem);
}
.faq__title {
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    padding: 1.5rem 1.5625rem;
    width: 100%;
}
.faq__body {
    font-weight: 400;
    padding: 0 1.5625rem 1.5rem;
}
.choose {
    background: #161616;
}
.choose__wrapper {
    display: flex;
    flex-direction: column;
}
.choose__header {
    gap: 1.5rem;
}
.choose__inner {
    display: flex;
    justify-content: center;
}
.choose__item {
    background: #0a0a0a;
    border: var(--stroke-weight-1, 0.0625rem) solid #1d1d1d;
    border-radius: 0.5rem;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    padding: 2.0625rem;
}
.choose__icon {
    align-items: center;
    aspect-ratio: 1/1;
    background: rgba(218, 157, 78, 0.1);
    border-radius: 2097150rem;
    display: flex;
    justify-content: center;
    margin-bottom: 0.75rem;
    width: 4rem;
}
.choose__title {
    color: #f4ede9;
    font-family: Playfair Display;
    font-size: var(--line-height-20, 1.25rem);
    font-style: normal;
    font-weight: var(--font-weight-700, 700);
    line-height: var(--line-height-28, 1.75rem);
}
.choose__text {
    color: #857f7b;
    font-family: var(--font-family-Font-2, Montserrat);
    font-size: 1.25rem;
    font-style: normal;
    font-weight: var(--font-weight-400, 400);
    line-height: var(--line-height-26, 1.625rem);
}
.booking {
    background: #080808;
    border: 0.0625rem solid #1d1d1d;
}
.booking__wrapper {
    display: flex;
    flex-direction: column;
    gap: var(--item-spacing-xl, 4rem);
}
.booking__wrapper form {
    background: #0a0a0a;
    border-radius: 0.75rem;
    box-shadow: 0 0.625rem 1.25rem -0.3125rem rgba(0, 0, 0, 0.35),
        0 1rem 1.25rem -0.375rem rgba(0, 0, 0, 0.35);
    display: flex;
    flex-direction: column;
    gap: var(--font-size-24, 1.5rem);
    margin: 0 auto;
    max-width: 49.625rem;
    padding: 2rem;
    width: 100%;
}
.booking__header p {
    max-width: 35.625rem;
}
.booking__row {
    display: flex;
    gap: 1.5rem;
}
.booking__row > div {
    width: 100%;
}
.booking__field {
    color: #f4ede9;
    display: flex;
    flex-direction: column;
    font-family: Montserrat;
    font-size: var(--font-size-14, 0.875rem);
    font-style: normal;
    font-weight: 600;
    gap: 0.5rem;
    line-height: normal;
}
.booking__field > * {
    outline: none;
}
.booking__field input[type='date'] {
    appearance: none;
    background-image: url(../img/calendar.svg);
    background-position: right 0.75rem center;
    background-repeat: no-repeat;
    background-size: 1.125rem 1.125rem;
}
.booking__field input[type='date']::-webkit-calendar-picker-indicator {
    opacity: 0;
}
.booking__label {
    color: #f4ede9;
}
.booking__label,
.booking__label span {
    font-family: Montserrat;
    font-size: var(--font-size-14, 0.875rem);
    font-style: normal;
    font-weight: var(--font-weight-500, 500);
    line-height: var(--font-size-14, 0.875rem);
}
.booking__label span {
    color: #da4e4e;
}
.booking__input,
.booking__select {
    background: #0e0e0e;
    border: var(--stroke-weight-1, 0.0625rem) solid #1d1d1d;
    border-radius: 0.375rem;
    box-shadow: 0 0.625rem 1.25rem -0.3125rem rgba(0, 0, 0, 0.15);
    color: #f4ede9;
    font-family: Montserrat;
    font-size: var(--font-size-14, 0.875rem);
    font-style: normal;
    font-weight: 600;
    height: 2.25rem;
    line-height: normal;
    padding: 0.5625rem 0.8125rem;
}
.booking__select {
    width: 100%;
}
.booking__textarea {
    align-self: stretch;
    background: #0e0e0e;
    border: var(--stroke-weight-1, 0.0625rem) solid #1d1d1d;
    border-radius: 0.375rem;
    box-shadow: 0 0.625rem 1.25rem -0.3125rem rgba(0, 0, 0, 0.15);
    height: 4rem;
    min-height: var(--item-spacing-xl, 4rem);
    padding: 0.5625rem 0.8125rem;
}
.booking__submit {
    align-items: center;
    align-self: stretch;
    background: #da9d4e;
    border-radius: 0.375rem;
    color: #05050d;
    display: flex;
    font-family: Montserrat;
    font-size: var(--font-size-14, 0.875rem);
    font-style: normal;
    font-weight: 600;
    gap: var(--item-spacing-xs, 0.5rem);
    height: 2.5rem;
    justify-content: center;
    line-height: var(--line-height-20, 1.25rem);
    padding: 0 1rem;
    text-align: center;
    transition: all 0.3s ease-in-out;
    width: 100%;
}
.booking__submit:hover {
    background: #c4883a;
}
@media (max-width: 61.99875em) {
    .prices__inner {
        flex-wrap: wrap;
    }
    .prices__description {
        display: none;
    }
    .locations__inner {
        align-items: stretch;
        border-radius: 0;
        flex-direction: column-reverse;
    }
    .locations__buttons {
        flex-direction: column;
    }
    .locations__buttons > .locations__button {
        width: 100% !important;
    }
    .faq__grid {
        grid-template-columns: repeat(1, 1fr);
    }
    .choose__inner {
        flex-wrap: wrap;
    }
    .choose__item {
        align-items: center;
        text-align: center;
        width: 29.66625rem;
    }
    .booking__textarea {
        height: 5.6875rem;
    }
}
@media (max-width: 47.99875em) and (any-hover: none) {
    .icon-menu {
        cursor: default;
    }
}
@media (max-width: 47.99875em) {
    .services__inner {
        grid-template-columns: repeat(1, 1fr);
    }
    .menu__body {
        background: #0a0a0a;
        border-radius: 0 0 1.5rem 1.5rem;
        max-height: 0;
        overflow: auto;
        overflow: hidden;
    }
    .menu__body,
    .menu__body:before {
        left: 0;
        position: fixed;
        top: 4.5625rem;
        transition: all 0.3s;
        width: 100%;
    }
    .menu__body:before {
        content: '';
        height: 4.375rem;
        z-index: 2;
    }
    [data-fls-menu-open] .menu__body {
        max-height: 37.5rem;
        padding: 2.5rem 0.9375rem 3rem;
        top: 4.5625rem;
    }
    [data-fls-menu-open] .menu__body:before {
        max-height: 37.5rem;
        top: 4.5625rem;
    }
    .menu__list {
        flex-direction: column;
    }
    .icon-menu {
        align-items: center;
        background: #da9d4e;
        border-radius: 0.375rem;
        display: block;
        display: flex;
        height: 2.5rem;
        justify-content: center;
        position: relative;
        width: 2.5rem;
        z-index: 5;
    }
    .icon-menu span,
    .icon-menu:after,
    .icon-menu:before {
        background-color: #000;
        content: '';
        height: 0.125rem;
        position: absolute;
        right: 0.625rem;
        transition: all 0.3s ease 0s;
        width: calc(100% - 1.25rem);
    }
    .icon-menu:before {
        top: 0.75rem;
    }
    .icon-menu:after {
        bottom: 0.75rem;
    }
    .icon-menu span {
        top: calc(50% - 0.0625rem);
    }
    [data-fls-menu-open] .icon-menu span {
        width: 30%;
    }
    .header__container {
        background: #151515;
        border-bottom: 0.0625rem solid #727272;
        position: relative;
        z-index: 3;
    }
    .header__button {
        display: none;
    }
    .locations__container {
        padding: 0;
    }
    .locations__map iframe {
        height: 12.25rem;
    }
    .booking__row {
        flex-wrap: wrap;
    }
}
@media (max-width: 20em) {
    .section-header {
        gap: 1rem;
    }
    .section-header h2 {
        font-size: 1.5rem;
    }
    .section-header p {
        font-size: 0.875rem;
    }
    .services {
        padding-bottom: 4rem;
        padding-top: 4rem;
    }
    .header__logo {
        max-width: 8.3125rem;
    }
    .header__button {
        font-size: 0.75rem;
    }
    .reviews {
        padding-bottom: 4rem;
        padding-top: 4rem;
    }
    .reviews__body {
        gap: 3rem;
    }
    .reviews__stat-item {
        gap: 1rem;
    }
    .reviews__item-text {
        font-size: 1rem;
    }
    .prices {
        padding-bottom: 4rem;
        padding-top: 4rem;
    }
    .prices__wrapper {
        gap: 3rem;
    }
    .gallery__inner {
        padding-bottom: 0.75rem;
        padding-top: 0.75rem;
    }
    .gallery__header {
        gap: 1rem;
        margin-bottom: 2.625rem;
    }
    .gallery__header h2 {
        font-size: 1.5rem;
    }
    .gallery__header p {
        font-size: 0.875rem;
    }
    .locations {
        padding-bottom: 2rem;
        padding-top: 2rem;
    }
    .locations__wrapper {
        gap: 2rem;
    }
    .locations__inner {
        padding-left: 1rem;
        padding-right: 1rem;
    }
    .locations__content {
        gap: 1.5rem;
    }
    .locations__button {
        min-width: 6.25rem;
    }
    .hero__wrapper {
        gap: 1.5rem;
        min-height: 18.75rem;
    }
    .hero__title {
        font-size: 2.5rem;
    }
    .hero__button {
        padding-bottom: 0.5rem;
        padding-left: 0.75rem;
        padding-right: 0.75rem;
        padding-top: 0.5rem;
    }
    .hero__scroll {
        bottom: 1.25rem;
    }
    .faq {
        padding-bottom: 4rem;
        padding-top: 4rem;
    }
    .faq__item {
        font-size: 0.75rem;
    }
    .choose__wrapper {
        gap: 2rem;
        padding-bottom: 4rem;
        padding-top: 4rem;
    }
    .choose__inner {
        gap: 1rem;
    }
    .booking {
        padding-bottom: 4rem;
        padding-top: 4rem;
    }
}
@media (min-width: 20em) and (max-width: 94.875em) {
    .section-header {
        gap: clamp(1rem, 0.86644407345625rem + 0.6677796327vw, 1.5rem);
    }
    .section-header h2 {
        font-size: clamp(1.5rem, 1.09933222036875rem + 2.0033388982vw, 3rem);
    }
    .section-header p {
        font-size: clamp(0.875rem, 0.808222036725rem + 0.3338898164vw, 1.125rem);
    }
    .services {
        padding-bottom: clamp(4rem, 3.465776293825rem + 2.6711185309vw, 6rem);
        padding-top: clamp(4rem, 3.465776293825rem + 2.6711185309vw, 6rem);
    }
    .header__logo {
        max-width: clamp(8.3125rem, 7.0270242070125rem + 6.4273789649vw, 13.125rem);
    }
    .header__button {
        font-size: clamp(0.75rem, 0.7166110183625rem + 0.1669449082vw, 0.875rem);
    }
    .reviews {
        padding-bottom: clamp(4rem, 3.465776293825rem + 2.6711185309vw, 6rem);
        padding-top: clamp(4rem, 3.465776293825rem + 2.6711185309vw, 6rem);
    }
    .reviews__body {
        gap: clamp(3rem, 2.7328881469125rem + 1.3355592654vw, 4rem);
    }
    .reviews__stat-item {
        gap: clamp(1rem, 0.86644407345625rem + 0.6677796327vw, 1.5rem);
    }
    .reviews__item-text {
        font-size: clamp(1rem, 0.9666110183625rem + 0.1669449082vw, 1.125rem);
    }
    .prices {
        padding-bottom: clamp(4rem, 3.465776293825rem + 2.6711185309vw, 6rem);
        padding-top: clamp(4rem, 3.465776293825rem + 2.6711185309vw, 6rem);
    }
    .prices__wrapper {
        gap: clamp(2.8125rem, 3.05008347245625rem + -0.2504173623vw, 3rem);
    }
    .gallery__inner {
        padding-bottom: clamp(0.75rem, -0.6523372287125rem + 7.0116861436vw, 6rem);
        padding-top: clamp(0.75rem, -0.6523372287125rem + 7.0116861436vw, 6rem);
    }
    .gallery__header {
        gap: clamp(1rem, 0.86644407345625rem + 0.6677796327vw, 1.5rem);
        margin-bottom: clamp(2.625rem, 2.25772120200625rem + 1.83639399vw, 4rem);
    }
    .gallery__header h2 {
        font-size: clamp(1.5rem, 1.09933222036875rem + 2.0033388982vw, 3rem);
    }
    .gallery__header p {
        font-size: clamp(0.875rem, 0.808222036725rem + 0.3338898164vw, 1.125rem);
    }
    .locations {
        padding-bottom: clamp(2rem, 0.864774624375rem + 5.6761268781vw, 6.25rem);
        padding-top: clamp(2rem, 1.39899833055rem + 3.0050083472vw, 4.25rem);
    }
    .locations__wrapper {
        gap: clamp(2rem, 1.59933222036875rem + 2.0033388982vw, 3.5rem);
    }
    .locations__inner {
        padding-left: clamp(1rem, 0.7328881469125rem + 1.3355592654vw, 2rem);
        padding-right: clamp(1rem, 0.7328881469125rem + 1.3355592654vw, 2rem);
    }
    .locations__content {
        gap: clamp(1.5rem, 1.36644407345625rem + 0.6677796327vw, 2rem);
    }
    .locations__button {
        min-width: clamp(6.25rem, 3.3785475793rem + 14.3572621035vw, 17rem);
    }
    .hero__wrapper {
        gap: clamp(1.5rem, 1.36644407345625rem + 0.6677796327vw, 2rem);
        min-height: clamp(18.75rem, 4.42612687813125rem + 71.6193656093vw, 72.375rem);
    }
    .hero__title {
        font-size: clamp(2.5rem, 1.5651085141875rem + 4.674457429vw, 6rem);
    }
    .hero__button {
        padding-bottom: clamp(0.5rem, 0.2328881469125rem + 1.3355592654vw, 1.5rem);
        padding-left: clamp(0.75rem, 0.14899833055rem + 3.0050083472vw, 3rem);
        padding-right: clamp(0.75rem, 0.14899833055rem + 3.0050083472vw, 3rem);
        padding-top: clamp(0.5rem, 0.2328881469125rem + 1.3355592654vw, 1.5rem);
    }
    .hero__scroll {
        bottom: clamp(1.25rem, 1.08305509181875rem + 0.8347245409vw, 1.875rem);
    }
    .faq {
        padding-bottom: clamp(4rem, 3.465776293825rem + 2.6711185309vw, 6rem);
        padding-top: clamp(4rem, 3.465776293825rem + 2.6711185309vw, 6rem);
    }
    .faq__item {
        font-size: clamp(0.75rem, 0.7166110183625rem + 0.1669449082vw, 0.875rem);
    }
    .choose__wrapper {
        gap: clamp(2rem, 1.465776293825rem + 2.6711185309vw, 4rem);
        padding-bottom: clamp(4rem, 3.465776293825rem + 2.6711185309vw, 6rem);
        padding-top: clamp(4rem, 3.465776293825rem + 2.6711185309vw, 6rem);
    }
    .choose__inner {
        gap: clamp(1rem, 0.7328881469125rem + 1.3355592654vw, 2rem);
    }
    .booking {
        padding-bottom: clamp(4rem, 3.465776293825rem + 2.6711185309vw, 6rem);
        padding-top: clamp(4rem, 3.465776293825rem + 2.6711185309vw, 6rem);
    }
}
@media (min-width: 47.99875em) {
    .hero__scroll img {
        display: block;
    }
    .hero__scroll svg {
        display: none;
    }
}
@media (min-width: 61.99875em) {
    .choose__item {
        width: 100%;
    }
}
@media (min-width: 94.875em) {
    .section-header {
        gap: 1.5rem;
    }
    .section-header h2 {
        font-size: 3rem;
    }
    .section-header p {
        font-size: 1.125rem;
    }
    .services {
        padding-bottom: 6rem;
        padding-top: 6rem;
    }
    .header__logo {
        max-width: 13.125rem;
    }
    .header__button {
        font-size: 0.875rem;
    }
    .reviews {
        padding-bottom: 6rem;
        padding-top: 6rem;
    }
    .reviews__body {
        gap: 4rem;
    }
    .reviews__stat-item {
        gap: 1.5rem;
    }
    .reviews__item-text {
        font-size: 1.125rem;
    }
    .prices {
        padding-bottom: 6rem;
        padding-top: 6rem;
    }
    .prices__wrapper {
        gap: 2.8125rem;
    }
    .gallery__inner {
        padding-bottom: 6rem;
        padding-top: 6rem;
    }
    .gallery__header {
        gap: 1.5rem;
        margin-bottom: 4rem;
    }
    .gallery__header h2 {
        font-size: 3rem;
    }
    .gallery__header p {
        font-size: 1.125rem;
    }
    .locations {
        padding-bottom: 6.25rem;
        padding-top: 4.25rem;
    }
    .locations__wrapper {
        gap: 3.5rem;
    }
    .locations__inner {
        padding-left: 2rem;
        padding-right: 2rem;
    }
    .locations__content {
        gap: 2rem;
    }
    .locations__button {
        min-width: 17rem;
    }
    .hero__wrapper {
        gap: 2rem;
        min-height: 72.375rem;
    }
    .hero__title {
        font-size: 6rem;
    }
    .hero__button {
        padding-bottom: 1.5rem;
        padding-left: 3rem;
        padding-right: 3rem;
        padding-top: 1.5rem;
    }
    .hero__scroll {
        bottom: 1.875rem;
    }
    .faq {
        padding-bottom: 6rem;
        padding-top: 6rem;
    }
    .faq__item {
        font-size: 0.875rem;
    }
    .choose__wrapper {
        gap: 4rem;
        padding-bottom: 6rem;
        padding-top: 6rem;
    }
    .choose__inner {
        gap: 2rem;
    }
    .booking {
        padding-bottom: 6rem;
        padding-top: 6rem;
    }
}
@media (hover: hover) {
    .f-button:hover:not([aria-disabled]) {
        background-color: var(--f-button-hover-bg, var(--f-button-bg));
        color: var(--f-button-hover-color, var(--f-button-color));
    }
}
