.header {
    background: #000000b3;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    padding: 1.5rem 2rem;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    width: 100%
}

.header-container {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    z-index: 1
}

.logo-section {
    display: flex;
    align-items: center
}

.logo {
    height: 70px;
    width: auto;
    object-fit: contain
}

.header-actions {
    display: flex;
    align-items: center;
    gap: 1.5rem
}

.btn-buy-tickets {
    background-color: #d9ab5e;
    color: #0a0406;
    border: none;
    padding: 1.5rem 3rem;
    font-size: 20px;
    line-height: 18px;
    font-weight: 365;
    text-transform: uppercase;
    letter-spacing: .05em;
    cursor: pointer;
    transition: background-color .3s ease;
    font-family: Knockout,Arial Black,Arial,sans-serif;
    text-decoration: none;
    display: inline-block
}

.btn-buy-tickets:hover {
    background-color: #c99a4f
}

.btn-my-booking {
    background-color: transparent;
    color: #fff;
    border: 1px solid #ffffff;
    padding: 1rem 2rem;
    font-size: 20px;
    line-height: 18px;
    font-weight: 365;
    text-transform: uppercase;
    letter-spacing: .05em;
    cursor: pointer;
    transition: all .3s ease;
    font-family: Knockout,sans-serif
}

.btn-my-booking:hover {
    background-color: #ffffff1a
}

.btn-menu {
    background-color: transparent;
    border: none;
    padding: .75rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px
}

.btn-menu svg {
    display: block
}

@media (max-width: 1024px) {
    .header {
        padding:1.25rem 1.5rem
    }

    .logo {
        height: 60px
    }

    .btn-buy-tickets {
        padding: 1.25rem 2.5rem;
        font-size: 18px
    }
}

@media (max-width: 768px) {
    .header {
        padding:1rem 1.25rem
    }

    .logo {
        height: 50px
    }

    .header-actions {
        gap: 1rem
    }

    .btn-buy-tickets {
        padding: 1rem 1.75rem;
        font-size: 16px;
        line-height: 16px
    }

    .btn-my-booking {
        padding: .75rem 1.5rem;
        font-size: 16px;
        line-height: 16px
    }
}

@media (max-width: 480px) {
    .header {
        padding:.75rem 1rem
    }

    .logo {
        height: 40px
    }

    .header-actions {
        gap: .75rem
    }

    .btn-buy-tickets {
        padding: .75rem 1.25rem;
        font-size: 14px;
        line-height: 14px;
        letter-spacing: .03em
    }

    .btn-my-booking {
        padding: .6rem 1.25rem;
        font-size: 14px;
        line-height: 14px
    }

    .btn-menu {
        width: 50px;
        height: 50px
    }
}

.hero {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center
}

.hero-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0
}

.hero-content {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    padding: 2rem 3rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

.hero-title {
    font-family: Knockout,Arial Black,Arial,sans-serif;
    font-weight: 365;
    font-size: 156px;
    line-height: 136px;
    color: #fff;
    text-transform: uppercase;
    align-self: flex-start;
    margin-top: 8rem
}

.hero-welcome {
    font-family: Knockout,Arial Black,Arial,sans-serif;
    font-weight: 365;
    font-size: 64px;
    line-height: 60px;
    color: #fff;
    text-transform: uppercase;
    align-self: flex-start;
    margin-top: auto;
    margin-bottom: 0
}

.hero-quick-buy {
    align-self: flex-end;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    background: #fff;
    padding: 2rem;
    border-radius: 8px
}

.quick-buy-row {
    display: flex;
    gap: 1rem;
    align-items: center
}

.quick-buy-date-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    flex: 1;
    cursor: pointer
}

.calendar-popup {
    width: 100%;
    background: #fff;
    padding: 1.5rem 0
}

.calendar-container {
    display: flex;
    flex-direction: column;
    gap: .75rem
}

.quick-buy-date {
    font-family: GothamBook,Arial,sans-serif;
    font-weight: 325;
    font-size: 16px;
    line-height: 24px;
    color: #0a0406;
    background-color: #f5f5f5;
    border: 1px solid #e0e0e0;
    padding: 1rem 3rem 1rem 1rem;
    border-radius: 4px;
    width: 100%;
    outline: none
}

.calendar-icon {
    position: absolute;
    right: 1rem;
    pointer-events: none
}

.quick-buy-button {
    background-color: #d9ab5e;
    color: #3d2817;
    border: none;
    padding: 1rem 2rem;
    font-family: Knockout,Arial Black,Arial,sans-serif;
    font-weight: 365;
    font-size: 20px;
    line-height: 18px;
    text-transform: uppercase;
    letter-spacing: .05em;
    cursor: pointer;
    transition: background-color .3s ease;
    white-space: nowrap
}

.quick-buy-button:hover {
    background-color: #c99a4f
}

.calendar-header {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.calendar-nav-btn {
    background: none;
    border: none;
    font-size: 20px;
    color: #000;
    cursor: pointer;
    padding: .25rem .5rem;
    font-weight: 700
}

.calendar-nav-btn:hover {
    opacity: .7
}

.calendar-month-year {
    font-family: Arial,sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #999;
    text-transform: capitalize
}

.calendar-days-header {
    display: grid;
    grid-template-columns: repeat(7,1fr);
    gap: .25rem
}

.calendar-day-name {
    font-family: Arial,sans-serif;
    font-size: 11px;
    font-weight: 700;
    color: #000;
    text-transform: uppercase;
    text-align: center;
    padding: .5rem 0
}

.calendar-grid {
    display: grid;
    grid-template-columns: repeat(7,1fr);
    gap: .15rem
}

.calendar-day {
    font-family: Arial,sans-serif;
    font-size: 13px;
    color: #000;
    text-align: center;
    padding: .5rem .25rem;
    cursor: pointer;
    border-radius: 2px;
    transition: background-color .2s;
    min-height: 32px;
    display: flex;
    align-items: center;
    justify-content: center
}

.calendar-day:hover {
    background-color: #f5f5f5
}

.calendar-day.other-month {
    color: #d0d0d0
}

.calendar-day.selected {
    background-color: #d9ab5e;
    color: #000;
    font-weight: 700
}

@media (max-width: 1024px) {
    .hero-content {
        padding:2rem
    }

    .hero-title {
        font-size: 120px;
        line-height: 110px;
        margin-top: 6rem
    }

    .hero-welcome {
        font-size: 48px;
        line-height: 46px
    }

    .hero-quick-buy {
        padding: 1.75rem
    }
}

@media (max-width: 768px) {
    .hero {
        height:100vh;
        min-height: 600px
    }

    .hero-content {
        padding: 1.5rem;
        justify-content: space-between
    }

    .hero-title {
        font-size: 64px;
        line-height: 56px;
        margin-top: 5rem;
        word-break: break-word;
        max-width: 100%
    }

    .hero-welcome {
        font-size: 32px;
        line-height: 36px;
        margin-top: auto;
        margin-bottom: 1rem;
        align-self: flex-start
    }

    .hero-quick-buy {
        align-self: center;
        width: 100%;
        max-width: 500px;
        padding: 1.5rem;
        margin-top: 0;
        margin-bottom: 2rem
    }

    .quick-buy-row {
        flex-direction: column;
        gap: .75rem
    }

    .quick-buy-date-wrapper {
        width: 100%
    }

    .quick-buy-button {
        width: 100%;
        padding: .875rem 1.5rem;
        font-size: 18px
    }

    .calendar-popup {
        padding: 1.25rem 0
    }
}

@media (max-width: 480px) {
    .hero {
        min-height:500px
    }

    .hero-content {
        padding: 1rem;
        justify-content: space-between
    }

    .hero-title {
        font-size: 42px;
        line-height: 38px;
        margin-top: 4.5rem;
        word-break: break-word;
        max-width: 100%
    }

    .hero-welcome {
        font-size: 24px;
        line-height: 28px;
        margin-top: auto;
        margin-bottom: .75rem;
        align-self: flex-start
    }

    .hero-quick-buy {
        padding: 1.25rem;
        margin-top: 0;
        margin-bottom: 1.5rem
    }

    .quick-buy-date {
        padding: .875rem 2.5rem .875rem .875rem;
        font-size: 14px
    }

    .calendar-icon {
        right: .75rem;
        width: 20px;
        height: 20px
    }

    .quick-buy-button {
        padding: .75rem 1.25rem;
        font-size: 16px;
        line-height: 16px
    }

    .calendar-container {
        gap: .5rem
    }

    .calendar-day-name {
        font-size: 10px;
        padding: .375rem 0
    }

    .calendar-day {
        font-size: 12px;
        padding: .375rem .125rem;
        min-height: 28px
    }

    .calendar-nav-btn {
        font-size: 18px;
        padding: .25rem
    }

    .calendar-month-year {
        font-size: 14px
    }
}

.experience-section {
    display: flex;
    width: 100%;
    background-color: #000;
    padding: 4rem 0;
    align-items: stretch
}

.experience-left {
    width: 50%;
    background-color: #000;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0 3rem;
    position: relative;
    box-sizing: border-box
}

.experience-content {
    display: flex;
    flex-direction: column;
    gap: 2.5rem;
    max-width: 100%
}

.experience-title {
    font-family: Knockout,Arial Black,Arial,sans-serif;
    font-weight: 365;
    font-size: 80px;
    line-height: 1.1;
    color: #fff;
    text-transform: uppercase;
    margin: 0
}

.experience-description {
    font-family: Arial,sans-serif;
    font-size: 18px;
    line-height: 1.6;
    color: #fff;
    margin: 0
}

.experience-info-blocks {
    display: flex;
    flex-direction: row;
    gap: 3rem;
    flex-wrap: wrap
}

.info-block {
    display: flex;
    align-items: center;
    gap: 1.5rem
}

.info-icon {
    flex-shrink: 0
}

.info-text {
    display: flex;
    flex-direction: column;
    gap: .5rem
}

.info-label {
    font-family: Knockout,Arial Black,Arial,sans-serif;
    font-weight: 365;
    font-size: 16px;
    color: #fff;
    text-transform: uppercase
}

.info-value {
    font-family: Arial,sans-serif;
    font-size: 14px;
    color: #fff
}

.experience-button {
    background-color: #d9ab5e!important;
    color: #0a0406!important;
    border: none;
    padding: .7rem 1.4rem!important;
    font-family: Knockout,Arial Black,Arial,sans-serif;
    font-weight: 365;
    font-size: 16px!important;
    line-height: 1!important;
    text-transform: uppercase;
    letter-spacing: .04em;
    cursor: pointer;
    transition: background-color .3s ease;
    align-self: flex-start;
    margin-top: 1rem;
    border-radius: 0
}

.experience-button:hover {
    background-color: #c99a4f
}

.experience-right {
    width: 50%;
    background-color: transparent;
    position: relative;
    padding: 0 3rem;
    box-sizing: border-box;
    display: flex;
    align-items: stretch
}

.experience-slider-wrapper {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden
}

.experience-slider-wrapper .nav-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10
}

.experience-slider-wrapper .nav-arrow-left {
    left: 12px;
    transform: translateY(-50%) scaleX(-1)
}

.experience-slider-wrapper .nav-arrow-right {
    right: 12px;
    transform: translateY(-50%) rotate(180deg) scaleX(-1)
}

.experience-slider-container {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    aspect-ratio: 1
}

.experience-slider-track {
    display: flex;
    width: 500%;
    height: 100%;
    transition: transform .5s ease
}

.experience-slide-item {
    width: 20%;
    min-width: 20%;
    height: 100%;
    flex-shrink: 0;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden
}

.experience-slide-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block
}

.experience-slider-wrapper .nav-arrow {
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center
}

@media (max-width: 1024px) {
    .experience-section {
        flex-direction:column
    }

    .experience-left {
        width: 100%;
        padding: 2rem;
        order: 2
    }

    .experience-right {
        width: 100%;
        padding: 1.5rem 2rem 0;
        order: 1
    }

    .experience-slider-container {
        aspect-ratio: 16 / 9
    }

    .experience-title {
        font-size: 48px
    }
}

@media (max-width: 768px) {
    .experience-section {
        padding:2rem 0
    }

    .experience-left {
        padding: 1.5rem
    }

    .experience-right {
        padding: 0 1.5rem 1.5rem
    }

    .experience-content {
        gap: 2rem
    }

    .experience-title {
        font-size: 40px;
        line-height: 1.1
    }

    .experience-description {
        font-size: 16px
    }

    .experience-info-blocks {
        gap: 2rem;
        flex-direction: column
    }

    .info-block {
        gap: 1rem
    }

    .info-icon {
        width: 32px;
        height: 32px
    }

    .info-label {
        font-size: 14px
    }

    .info-value {
        font-size: 13px
    }

    .experience-button {
        padding: .55rem 1.1rem;
        font-size: 10px;
        width: 100%
    }

    .experience-slider-container {
        aspect-ratio: 4 / 3
    }

    .experience-slider-wrapper .nav-arrow {
        width: 44px;
        height: 44px;
        min-width: 44px;
        min-height: 44px;
        padding: 8px
    }

    .experience-slider-wrapper .nav-arrow svg {
        width: 100%;
        height: 100%
    }

    .experience-slider-wrapper .nav-arrow-left {
        left: 8px;
        transform: translateY(-50%) scaleX(-1)
    }

    .experience-slider-wrapper .nav-arrow-right {
        right: 8px;
        transform: translateY(-50%) rotate(180deg) scaleX(-1)
    }
}

@media (max-width: 480px) {
    .experience-section {
        padding:1.5rem 0
    }

    .experience-left {
        padding: 1rem
    }

    .experience-right {
        padding: 0 1rem 1rem
    }

    .experience-content {
        gap: 1.5rem
    }

    .experience-title {
        font-size: 32px;
        line-height: 1.1
    }

    .experience-description {
        font-size: 14px;
        line-height: 1.5
    }

    .experience-info-blocks {
        gap: 1.5rem
    }

    .info-icon {
        width: 28px;
        height: 28px
    }

    .info-label,.info-value {
        font-size: 12px
    }

    .experience-button {
        padding: .5rem .9rem;
        font-size: 10px
    }

    .experience-slider-container {
        aspect-ratio: 1
    }

    .experience-slider-wrapper .nav-arrow {
        width: 44px;
        height: 44px;
        min-width: 44px;
        min-height: 44px;
        padding: 6px
    }

    .experience-slider-wrapper .nav-arrow svg {
        width: 100%;
        height: 100%
    }

    .experience-slider-wrapper .nav-arrow-left {
        left: 4px;
        transform: translateY(-50%) scaleX(-1)
    }

    .experience-slider-wrapper .nav-arrow-right {
        right: 4px;
        transform: translateY(-50%) rotate(180deg) scaleX(-1)
    }
}

.add-more-magic-section {
    width: 100%;
    background-color: #000;
    padding: 6rem 0;
    position: relative
}

.add-more-magic-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 3rem;
    position: relative
}

@media (min-width: 1401px) {
    .add-more-magic-container {
        max-width:95%;
        padding: 0 6rem
    }
}

.add-more-magic-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 4rem;
    gap: 3rem
}

.add-more-magic-header-left {
    flex: 1;
    max-width: 700px
}

.add-more-magic-title {
    font-family: Knockout,Arial Black,Arial,sans-serif;
    font-weight: 365;
    font-size: 64px;
    line-height: 1.1;
    color: #fff;
    text-transform: uppercase;
    margin: 0 0 1.5rem
}

.add-more-magic-intro {
    font-family: Arial,sans-serif;
    font-size: 18px;
    line-height: 1.6;
    color: #fff;
    margin: 0
}

.add-more-magic-plan-btn {
    padding: 14px 32px;
    background-color: transparent;
    color: #fff;
    border: 1px solid #ffffff;
    font-family: Arial,sans-serif;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .1em;
    cursor: pointer;
    transition: background-color .3s ease,color .3s ease;
    white-space: nowrap;
    flex-shrink: 0
}

.add-more-magic-plan-btn:hover {
    background-color: #fff;
    color: #000
}

.add-more-magic-cards-wrapper {
    position: relative;
    margin-bottom: 3rem
}

.add-more-magic-cards {
    display: flex;
    gap: 2rem;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-behavior: smooth;
    scrollbar-width: none;
    -ms-overflow-style: none;
    padding-bottom: 1rem
}

.add-more-magic-cards::-webkit-scrollbar {
    display: none
}

.add-more-magic-card {
    display: flex;
    flex-direction: column;
    background-color: #000;
    flex: 0 0 auto;
    min-width: 400px;
    width: 400px
}

.add-more-magic-card-image {
    width: 100%;
    aspect-ratio: 2 / 1;
    overflow: hidden;
    position: relative
}

.add-more-magic-card-image .add-more-magic-card-title {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 2rem;
    margin: 0;
    z-index: 2
}

.add-more-magic-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .3s ease
}

.add-more-magic-card:hover .add-more-magic-card-image img {
    transform: scale(1.05)
}

.add-more-magic-card-content {
    padding: 2rem 0;
    display: flex;
    flex-direction: column;
    gap: 1.5rem
}

.add-more-magic-card-title {
    font-family: Knockout,Arial Black,Arial,sans-serif;
    font-weight: 365;
    font-size: 36px;
    line-height: 1.1;
    color: #fff;
    text-transform: uppercase;
    margin: 0
}

.add-more-magic-card-description {
    font-family: Arial,sans-serif;
    font-size: 16px;
    line-height: 1.6;
    color: #fff;
    margin: 0
}

.add-more-magic-card-btn {
    padding: 14px 28px;
    background-color: #b9965b;
    color: #000;
    border: none;
    font-family: Arial,sans-serif;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .05em;
    cursor: pointer;
    transition: background-color .3s ease,transform .2s ease;
    align-self: flex-start;
    margin-top: auto
}

.add-more-magic-card-btn:hover {
    background-color: #d9ab5e;
    transform: translateY(-2px)
}

.add-more-magic-card-btn:active {
    transform: translateY(0)
}

.add-more-magic-scroll-btn {
    width: 40px;
    height: 40px;
    background-color: transparent;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: opacity .3s ease;
    font-size: 24px;
    color: #fff;
    font-weight: 300;
    padding: 0;
    flex-shrink: 0
}

.add-more-magic-scroll-btn:hover:not(:disabled) {
    opacity: .7
}

.add-more-magic-scroll-btn:disabled {
    opacity: .2;
    cursor: not-allowed
}

.add-more-magic-scrollbar {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 3rem;
    gap: 1rem
}

.add-more-magic-scrollbar-track {
    width: 100%;
    max-width: 600px;
    height: 2px;
    background-color: #666;
    position: relative
}

@media (min-width: 1401px) {
    .add-more-magic-scrollbar-track {
        max-width:1000px
    }
}

.add-more-magic-scrollbar-progress {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    background-color: #fff;
    transition: width .1s ease
}

@media (min-width: 1401px) {
    .add-more-magic-card {
        min-width:1100px;
        width: 1100px
    }

    .add-more-magic-card-title {
        font-size: 56px
    }
}

@media (max-width: 1400px) {
    .add-more-magic-cards-wrapper {
        margin-left:-3rem;
        margin-right: -3rem;
        padding: 0 3rem
    }

    .add-more-magic-scroll-btn {
        display: none!important
    }

    .add-more-magic-cards {
        display: grid;
        grid-template-columns: repeat(2,1fr);
        overflow-x: visible
    }

    .add-more-magic-card {
        min-width: unset;
        width: 100%
    }

    .add-more-magic-scrollbar {
        display: none
    }
}

@media (max-width: 1200px) {
    .add-more-magic-title {
        font-size:48px
    }
}

@media (max-width: 768px) {
    .add-more-magic-section {
        padding:4rem 0
    }

    .add-more-magic-container {
        padding: 0 1.5rem
    }

    .add-more-magic-header {
        flex-direction: column;
        margin-bottom: 3rem
    }

    .add-more-magic-title {
        font-size: 36px
    }

    .add-more-magic-intro {
        font-size: 16px
    }

    .add-more-magic-plan-btn {
        align-self: flex-start
    }

    .add-more-magic-cards-wrapper {
        margin-left: -1.5rem;
        margin-right: -1.5rem;
        padding: 0 1.5rem
    }

    .add-more-magic-cards {
        display: grid;
        grid-template-columns: 1fr;
        gap: 3rem;
        overflow-x: visible
    }

    .add-more-magic-card {
        min-width: unset;
        width: 100%
    }

    .add-more-magic-card-image {
        aspect-ratio: 2 / 1
    }

    .add-more-magic-card-title {
        font-size: 28px
    }
}

.gravity-bar-section {
    display: flex;
    width: 100%;
    min-height: 60vh;
    background-color: #000
}

.gravity-bar-left {
    width: 50%;
    background-color: #000;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 4rem 3rem;
    position: relative
}

.gravity-bar-content {
    max-width: 600px;
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 2rem
}

.gravity-bar-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem
}

.header-line {
    width: 60px;
    height: 2px;
    background-color: #fff
}

.header-label {
    font-family: Arial,sans-serif;
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: .1em
}

.gravity-bar-title {
    font-family: Knockout,Arial Black,Arial,sans-serif;
    font-weight: 365;
    font-size: 80px;
    line-height: 1.1;
    color: #fff;
    text-transform: uppercase;
    margin: 0
}

.gravity-bar-text {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    text-align: left
}

.gravity-bar-text p {
    font-family: Arial,sans-serif;
    font-size: 18px;
    line-height: 1.6;
    color: #fff;
    margin: 0
}

.gravity-bar-right {
    width: 50%;
    height: 100%;
    background-color: #000;
    position: relative;
    overflow: hidden;
    padding: 3rem 4rem 3rem 3rem;
    box-sizing: border-box
}

.gravity-slider-wrapper {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden
}

.gravity-slider-wrapper .nav-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10
}

.gravity-slider-wrapper .nav-arrow-left {
    left: 12px;
    transform: translateY(-50%) scaleX(-1)
}

.gravity-slider-wrapper .nav-arrow-right {
    right: 12px;
    transform: translateY(-50%) rotate(180deg) scaleX(-1)
}

.gravity-slider-container {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden
}

.gravity-slider-track {
    display: flex;
    width: 400%;
    height: 100%;
    transition: transform .5s ease
}

.gravity-slide-item {
    width: 25%;
    min-width: 25%;
    height: 100%;
    flex-shrink: 0;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden
}

.gravity-slide-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block
}

.nav-arrow {
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center
}

.nav-arrow svg {
    display: block
}

@media (max-width: 1024px) {
    .gravity-bar-section {
        flex-direction:column
    }

    .gravity-bar-left {
        width: 100%;
        padding: 2rem;
        order: 2
    }

    .gravity-bar-right {
        width: 100%;
        height: 60vh;
        order: 1
    }

    .gravity-bar-title {
        font-size: 48px
    }
}

.glimpse-section {
    width: 100%;
    background-color: #fff;
    padding: 4rem 0;
    position: relative;
    overflow: hidden
}

.glimpse-title {
    font-family: Knockout,Arial Black,Arial,sans-serif;
    font-weight: 365;
    font-size: 80px;
    line-height: 1.1;
    color: #000;
    text-transform: uppercase;
    margin: 0 0 3rem;
    text-align: center;
    padding: 0 3rem
}

.glimpse-carousel-wrapper {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    width: 100%;
    overflow: hidden
}

.glimpse-row {
    display: flex;
    gap: 1rem;
    width: max-content;
    will-change: transform
}

.glimpse-row-top {
    flex-direction: row;
    animation: scrollTop 40s linear infinite
}

.glimpse-row-bottom {
    flex-direction: row;
    animation: scrollBottom 40s linear infinite
}

.glimpse-item {
    flex: 1;
    aspect-ratio: 1;
    overflow: hidden;
    position: relative
}

.glimpse-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block
}

@media (min-width: 769px) and (max-width: 1024px) {
    .glimpse-section {
        padding:3.5rem 0
    }

    .glimpse-title {
        font-size: 48px;
        margin-bottom: 2.5rem
    }

    .glimpse-carousel-wrapper {
        gap: .875rem
    }

    .glimpse-row {
        flex-direction: row;
        gap: .875rem
    }

    .glimpse-row-top {
        flex-direction: row;
        animation: scrollTop 35s linear infinite
    }

    .glimpse-row-bottom {
        flex-direction: row;
        animation: scrollBottom 35s linear infinite
    }

    .glimpse-item {
        flex: 0 0 200px
    }
}

@media (max-width: 768px) {
    .glimpse-section {
        padding:3rem 0
    }

    .glimpse-title {
        font-size: 36px;
        line-height: 1.1;
        margin-bottom: 2rem;
        padding: 0 1.5rem
    }

    .glimpse-carousel-wrapper {
        gap: .75rem
    }

    .glimpse-row {
        flex-direction: row;
        gap: .75rem
    }

    .glimpse-row-top,.glimpse-row-bottom {
        animation-duration: 30s
    }

    .glimpse-item {
        flex: 0 0 160px
    }
}

@media (max-width: 480px) {
    .glimpse-section {
        padding:2.5rem 0
    }

    .glimpse-title {
        font-size: 28px;
        margin-bottom: 1.5rem;
        padding: 0 1rem
    }

    .glimpse-carousel-wrapper,.glimpse-row {
        gap: .5rem
    }

    .glimpse-row-top,.glimpse-row-bottom {
        animation-duration: 24s
    }

    .glimpse-item {
        flex: 0 0 120px
    }
}

.testimonial-section {
    display: flex;
    width: 100%;
    min-height: 100vh;
    background-color: #000
}

.testimonial-left {
    width: 50%;
    background-color: #000;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 4rem 3rem;
    position: relative
}

.testimonial-content {
    max-width: 600px;
    display: flex;
    flex-direction: column;
    gap: 2rem
}

.quote-icon {
    width: 80px;
    height: 80px;
    display: flex;
    align-items: flex-start
}

.testimonial-quote {
    font-family: Knockout,Arial Black,Arial,sans-serif;
    font-size: 36px;
    font-weight: 365;
    line-height: 1.1;
    color: #fff;
    margin: 0;
    font-style: normal;
    text-transform: uppercase
}

@media (min-width: 769px) and (max-width: 3149px) {
    .testimonial-section {
        flex-direction:row
    }

    .testimonial-left {
        width: 50%;
        padding: 3rem 2.5rem;
        flex-shrink: 0;
        overflow: hidden;
        box-sizing: border-box;
        position: relative;
        z-index: 5
    }

    .testimonial-content {
        max-width: 100%;
        width: 100%;
        padding-right: 1rem;
        box-sizing: border-box
    }

    .testimonial-quote {
        font-size: clamp(18px,1.8vw,40px);
        word-wrap: break-word;
        overflow-wrap: break-word;
        max-width: 100%;
        box-sizing: border-box
    }

    .testimonial-right {
        width: 50%;
        min-height: 500px;
        overflow: visible
    }

    .testimonial-images {
        display: flex;
        align-items: center;
        justify-content: center
    }

    .testimonial-back {
        width: 100%;
        height: 100%
    }

    .testimonial-back img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center center
    }

    .testimonial-front {
        left: 15%;
        width: 35%;
        height: 55%
    }

    .testimonial-front img {
        object-fit: cover;
        object-position: center center
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    .testimonial-left {
        width:55%;
        padding: 2rem 1.5rem
    }

    .testimonial-content {
        gap: 1.5rem;
        padding-right: .5rem
    }

    .testimonial-quote {
        font-size: 16px
    }

    .quote-icon {
        width: 40px;
        height: 40px
    }

    .testimonial-right {
        width: 45%;
        min-height: 400px;
        overflow: visible
    }

    .testimonial-front {
        left: 20%;
        width: 30%;
        height: 45%
    }

    .tripadvisor-image {
        max-width: 120px
    }
}

@media (min-width: 1025px) and (max-width: 3149px) {
    .testimonial-front {
        display:none
    }
}

@media (min-width: 1025px) and (max-width: 1280px) {
    .testimonial-left {
        width:55%;
        padding: 2.5rem 2rem
    }

    .testimonial-content {
        max-width: 100%;
        padding-right: .75rem
    }

    .testimonial-quote {
        font-size: 18px;
        line-height: 1.2
    }

    .quote-icon {
        width: 45px;
        height: 45px
    }

    .testimonial-right {
        width: 45%;
        min-height: 450px;
        overflow: visible
    }

    .testimonial-front {
        display: none
    }

    .tripadvisor-image {
        max-width: 130px
    }
}

@media (min-width: 1281px) and (max-width: 1536px) {
    .testimonial-left {
        width:52%;
        padding: 3rem 2.5rem
    }

    .testimonial-content {
        max-width: 100%;
        padding-right: 1rem
    }

    .testimonial-quote {
        font-size: 22px;
        line-height: 1.15
    }

    .quote-icon {
        width: 55px;
        height: 55px
    }

    .testimonial-right {
        width: 48%;
        overflow: visible
    }

    .testimonial-front {
        display: none
    }

    .tripadvisor-image {
        max-width: 150px
    }
}

@media (min-width: 1537px) and (max-width: 1920px) {
    .testimonial-left {
        width:50%;
        padding: 4rem 3rem
    }

    .testimonial-content {
        max-width: 100%;
        padding-right: 1.5rem
    }

    .testimonial-quote {
        font-size: 28px;
        line-height: 1.1
    }

    .quote-icon {
        width: 65px;
        height: 65px
    }

    .testimonial-right {
        width: 50%;
        overflow: visible
    }

    .testimonial-front {
        display: none
    }

    .tripadvisor-image {
        max-width: 170px
    }
}

@media (min-width: 1921px) and (max-width: 2560px) {
    .testimonial-left {
        width:50%;
        padding: 5rem 4rem
    }

    .testimonial-content {
        max-width: 100%;
        padding-right: 2rem
    }

    .testimonial-quote {
        font-size: 34px;
        line-height: 1.1
    }

    .quote-icon {
        width: 80px;
        height: 80px
    }

    .testimonial-right {
        width: 50%;
        overflow: visible
    }

    .testimonial-front {
        display: none
    }

    .tripadvisor-image {
        max-width: 190px
    }
}

@media (min-width: 2561px) and (max-width: 3149px) {
    .testimonial-left {
        width:50%;
        padding: 6rem 5rem
    }

    .testimonial-content {
        max-width: 650px;
        padding-right: 2.5rem
    }

    .testimonial-quote {
        font-size: 40px;
        line-height: 1.1
    }

    .quote-icon {
        width: 90px;
        height: 90px
    }

    .testimonial-right {
        width: 50%;
        overflow: visible
    }

    .testimonial-front {
        display: none
    }

    .tripadvisor-image {
        max-width: 210px
    }
}

.testimonial-rating {
    display: flex;
    align-items: center;
    gap: 1rem
}

.stars {
    color: #00a680;
    font-size: 20px;
    letter-spacing: 2px
}

.reviews-count {
    font-family: Arial,sans-serif;
    font-size: 16px;
    color: #fff
}

.tripadvisor-logo {
    display: flex;
    align-items: center
}

.tripadvisor-image {
    height: auto;
    max-width: 200px;
    display: block
}

.testimonial-right {
    width: 50%;
    position: relative;
    overflow: visible
}

.testimonial-media,.testimonial-images {
    position: relative;
    width: 100%;
    height: 100%
}

.testimonial-back {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1
}

.testimonial-back img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: right center;
    display: block
}

.testimonial-front {
    position: absolute;
    bottom: 0;
    left: -30%;
    width: 60%;
    height: 80%;
    z-index: 3;
    pointer-events: none
}

.testimonial-front img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: left center;
    display: block
}

@media (max-width: 1024px) {
    .testimonial-section {
        flex-direction:column
    }

    .testimonial-left {
        width: 100%;
        padding: 2rem
    }

    .testimonial-right {
        width: 100%;
        height: 60vh
    }
}

@media (max-width: 768px) {
    .testimonial-section {
        min-height:auto
    }

    .testimonial-left {
        padding: 1.75rem 1.5rem
    }

    .testimonial-content {
        gap: 1.5rem
    }

    .quote-icon {
        width: 56px;
        height: 56px
    }

    .testimonial-quote {
        font-size: 18px;
        line-height: 1.35
    }

    .stars {
        font-size: 16px;
        letter-spacing: 1px
    }

    .reviews-count {
        font-size: 14px
    }

    .tripadvisor-image {
        max-width: 160px
    }

    .testimonial-right {
        height: 65vh
    }

    .testimonial-media {
        height: 100%
    }

    .testimonial-back img,.testimonial-front img {
        object-fit: contain
    }

    .testimonial-front {
        left: -10%;
        width: 75%;
        height: 75%
    }
}

@media (max-width: 480px) {
    .testimonial-left {
        padding:1.5rem 1rem
    }

    .testimonial-content {
        gap: 1.25rem
    }

    .quote-icon {
        width: 48px;
        height: 48px
    }

    .testimonial-quote {
        font-size: 16px;
        line-height: 1.3
    }

    .testimonial-rating {
        gap: .75rem
    }

    .stars {
        font-size: 14px
    }

    .reviews-count {
        font-size: 13px
    }

    .tripadvisor-image {
        max-width: 140px
    }

    .testimonial-right {
        height: 58vh
    }

    .testimonial-media {
        height: 100%
    }

    .testimonial-back img,.testimonial-front img {
        object-fit: contain
    }

    .testimonial-front {
        left: -6%;
        width: 82%;
        height: 78%
    }
}

.footer {
    width: 100%;
    background-color: #1a1a1a;
    padding: 4rem 3rem;
    color: #fff
}

.footer-container {
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    gap: 4rem
}

.footer-left {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 1.5rem
}

.footer-title {
    font-family: Knockout,Arial Black,Arial,sans-serif;
    font-weight: 365;
    font-size: 48px;
    line-height: 1.2;
    color: #fff;
    text-transform: uppercase;
    margin: 0
}

.footer-description {
    font-family: Arial,sans-serif;
    font-size: 16px;
    line-height: 1.5;
    color: #fff;
    margin: 0
}

.footer-awards {
    display: flex;
    gap: 2rem;
    align-items: flex-start;
    margin-top: 1rem
}

.award-item {
    display: flex;
    align-items: center
}

.award-logo {
    height: auto;
    max-width: 150px;
    display: block
}

.footer-middle {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 1rem
}

.footer-section-title {
    font-family: Knockout,Arial Black,Arial,sans-serif;
    font-weight: 365;
    font-size: 24px;
    line-height: 1.2;
    color: #fff;
    text-transform: uppercase;
    margin: 0 0 .5rem
}

.footer-address {
    font-family: Arial,sans-serif;
    font-size: 16px;
    line-height: 1.5;
    color: #fff;
    margin: 0
}

.footer-directions {
    display: flex;
    align-items: center;
    gap: .5rem;
    font-family: Arial,sans-serif;
    font-size: 16px;
    color: #fff;
    text-decoration: none;
    margin-top: .5rem;
    transition: opacity .3s
}

.footer-directions:hover {
    opacity: .7
}

.footer-directions svg {
    flex-shrink: 0
}

.footer-right {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 1rem
}

.footer-links {
    display: flex;
    flex-direction: column;
    gap: .75rem
}

.footer-link {
    font-family: Arial,sans-serif;
    font-size: 16px;
    color: #fff;
    text-decoration: none;
    transition: opacity .3s
}

.footer-link:hover {
    opacity: .7
}

@media (max-width: 1024px) {
    .footer-container {
        flex-direction:column;
        gap: 3rem
    }

    .footer-title {
        font-size: 36px
    }

    .footer-awards {
        flex-wrap: wrap
    }
}

.faqs-page {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    background-color: #fff
}

.faqs-content {
    flex: 1;
    padding: 4rem 3rem;
    background-color: #fff;
    color: #000
}

.faqs-title {
    font-family: Knockout,Arial Black,Arial,sans-serif;
    font-weight: 365;
    font-size: 80px;
    line-height: 1.1;
    color: #000;
    text-transform: uppercase;
    margin: 4rem 0;
    text-align: center
}

.faqs-container {
    max-width: 1200px;
    margin: 0 auto
}

.faq-section {
    margin-bottom: 4rem
}

.faq-section-title {
    font-family: Knockout,Arial Black,Arial,sans-serif;
    font-weight: 365;
    font-size: 32px;
    line-height: 1.2;
    color: #000;
    text-transform: uppercase;
    margin: 0 0 2rem
}

.faq-questions {
    display: flex;
    flex-direction: column;
    gap: 0
}

.faq-item {
    border-bottom: 3px solid #000000
}

.faq-item:first-child {
    border-top: 3px solid #000000
}

.faq-question {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.5rem 1rem 1.5rem 0;
    background: none;
    border: none;
    text-align: left;
    cursor: pointer;
    font-family: Arial,sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: #000;
    text-transform: uppercase;
    transition: color .3s ease
}

.faq-question:hover {
    color: #666
}

.faq-question-text {
    flex: 1;
    padding-right: 2rem
}

.faq-chevron {
    flex-shrink: 0;
    transition: transform .3s ease;
    transform: rotate(0)
}

.faq-question.open .faq-chevron {
    transform: rotate(180deg)
}

.faq-answer {
    padding: 0 0 1.5rem;
    font-family: Arial,sans-serif;
    font-size: 16px;
    line-height: 1.6;
    color: #000
}

.faq-answer p {
    margin: 0 0 1rem
}

.faq-answer p:last-child {
    margin-bottom: 0
}

.faq-answer strong {
    font-weight: 700
}

.faq-answer ul {
    margin: 1rem 0;
    padding-left: 2rem
}

.faq-answer li {
    margin: .5rem 0
}

@media (max-width: 1024px) {
    .faqs-content {
        padding:3rem 2rem
    }

    .faqs-title {
        font-size: 56px;
        margin: 3rem 0
    }

    .faq-section-title {
        font-size: 28px
    }
}

@media (max-width: 768px) {
    .faqs-content {
        padding:2.5rem 1.5rem
    }

    .faqs-title {
        font-size: 40px;
        margin: 2.5rem 0
    }

    .faq-section {
        margin-bottom: 3rem
    }

    .faq-section-title {
        font-size: 22px;
        margin-bottom: 1.5rem
    }

    .faq-question {
        font-size: 16px;
        padding: 1.25rem 0
    }

    .faq-question-text {
        padding-right: 1rem
    }

    .faq-answer {
        font-size: 15px
    }

    .faq-answer ul {
        padding-left: 1.5rem
    }
}

@media (max-width: 480px) {
    .faqs-content {
        padding:2rem 1rem
    }

    .faqs-title {
        font-size: 32px;
        margin: 2rem 0
    }

    .faq-section {
        margin-bottom: 2.5rem
    }

    .faq-section-title {
        font-size: 18px;
        margin-bottom: 1.25rem
    }

    .faq-question {
        font-size: 14px;
        padding: 1rem 0
    }

    .faq-question-text {
        padding-right: .75rem
    }

    .faq-answer {
        font-size: 14px
    }

    .faq-answer ul {
        padding-left: 1.25rem
    }
}

.contact-page {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    background-color: #000
}

.contact-content {
    flex: 1;
    padding: 4rem 3rem;
    background-color: #000;
    color: #fff;
    max-width: 1200px;
    margin: 0 auto;
    width: 100%
}

.contact-title {
    font-family: Knockout,Arial Black,Arial,sans-serif;
    font-weight: 365;
    font-size: 80px;
    line-height: 1.1;
    color: #fff;
    text-transform: uppercase;
    margin: 4rem 0 3rem;
    text-align: center
}

.contact-intro {
    margin-bottom: 4rem;
    text-align: center
}

.contact-intro p {
    font-family: Arial,sans-serif;
    font-size: 16px;
    line-height: 1.6;
    color: #fff;
    margin: 0 0 1rem
}

.contact-link {
    color: #d9ab5e;
    text-decoration: underline;
    transition: opacity .3s ease
}

.contact-link:hover {
    opacity: .7
}

.contact-details {
    display: flex;
    flex-direction: column;
    gap: 2.5rem
}

.contact-item {
    display: flex;
    align-items: flex-start;
    gap: 1.5rem
}

.contact-item svg {
    flex-shrink: 0;
    margin-top: .25rem
}

.contact-item-content {
    display: flex;
    flex-direction: column;
    gap: .5rem
}

.contact-item-label {
    font-family: Knockout,Arial Black,Arial,sans-serif;
    font-weight: 365;
    font-size: 18px;
    color: #d9ab5e;
    text-transform: uppercase
}

.contact-item-value {
    font-family: Arial,sans-serif;
    font-size: 16px;
    line-height: 1.6;
    color: #fff
}

@media (max-width: 768px) {
    .contact-title {
        font-size:48px
    }

    .contact-content {
        padding: 2rem 1.5rem
    }
}

.buy-tickets-page {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    background-color: #000
}

.buy-tickets-content {
    flex: 1;
    padding: 4rem 6rem 8rem;
    background-color: #000;
    color: #fff;
    max-width: 100%;
    margin: 0 auto;
    width: 100%
}

.buy-tickets-content .booking-progress-container {
    margin-top: 2rem;
    margin-bottom: 2rem;
    padding: 1rem 2rem;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    display: block!important;
    visibility: visible!important;
    opacity: 1!important;
    min-height: 40px;
    position: relative;
    z-index: 1;
    width: 100%;
    box-sizing: border-box
}

.buy-tickets-content .booking-progress-track {
    height: 6px;
    background-color: #333!important;
    border-radius: 3px;
    position: relative;
    overflow: visible;
    width: 100%;
    display: block!important;
    visibility: visible!important;
    min-height: 6px
}

.buy-tickets-content .booking-progress-fill {
    height: 100%;
    background-color: #d9ab5e!important;
    border-radius: 3px;
    position: relative;
    transition: width .5s ease;
    display: block!important;
    visibility: visible!important;
    min-width: 20px
}

.buy-tickets-content .booking-progress-handle {
    position: absolute;
    right: -20px;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center
}

.buy-tickets-content .booking-progress-handle img {
    width: 40px;
    height: 40px;
    filter: drop-shadow(0 2px 4px rgba(0,0,0,.3));
    display: block!important
}

.buy-tickets-title {
    font-family: Knockout,Arial Black,Arial,sans-serif;
    font-weight: 365;
    font-size: 80px;
    line-height: 1.1;
    color: #fff;
    text-transform: uppercase;
    margin: 4rem 0 3rem;
    text-align: left
}

.experience-selector {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    max-width: 50%
}

@media (min-width: 1025px) {
    .experience-selector {
        margin-left:auto;
        margin-right: auto;
        align-items: center
    }

    .experience-buttons {
        justify-content: center
    }
}

@media (min-width: 769px) and (max-width: 1921px) {
    .buy-tickets-title {
        text-align:center;
        padding: 0 2rem
    }
}

@media (min-width: 769px) and (max-width: 900px) {
    .buy-tickets-title {
        font-size:42px;
        margin-top: 8rem;
        margin-bottom: 1.5rem;
        text-align: center;
        padding: 0 2rem
    }
}

@media (min-width: 901px) and (max-width: 1024px) {
    .buy-tickets-title {
        font-size:48px;
        margin-top: 8.5rem;
        margin-bottom: 2rem;
        text-align: center;
        padding: 0 2rem
    }
}

@media (min-width: 1025px) and (max-width: 1200px) {
    .buy-tickets-title {
        font-size:52px;
        margin-top: 9rem;
        margin-bottom: 2.25rem;
        text-align: center;
        padding: 0 2rem
    }
}

@media (min-width: 1201px) and (max-width: 1366px) {
    .buy-tickets-title {
        font-size:58px;
        margin-top: 9.5rem;
        margin-bottom: 2.5rem;
        text-align: center;
        padding: 0 2rem
    }
}

@media (min-width: 1367px) and (max-width: 1440px) {
    .buy-tickets-title {
        font-size:64px;
        margin-top: 10rem;
        margin-bottom: 2.75rem;
        text-align: center;
        padding: 0 2rem
    }
}

@media (min-width: 1441px) and (max-width: 1536px) {
    .buy-tickets-title {
        font-size:68px;
        margin-top: 10.5rem;
        margin-bottom: 3rem;
        text-align: center;
        padding: 0 2rem
    }
}

@media (min-width: 1537px) and (max-width: 1680px) {
    .buy-tickets-title {
        font-size:72px;
        margin-top: 11rem;
        margin-bottom: 3rem;
        text-align: center;
        padding: 0 2rem
    }
}

@media (min-width: 1681px) and (max-width: 1920px) {
    .buy-tickets-title {
        font-size:76px;
        margin-top: 11.5rem;
        margin-bottom: 3rem;
        text-align: center;
        padding: 0 2rem
    }
}

@media (min-width: 1921px) {
    .buy-tickets-title {
        font-size:80px;
        margin-top: 12rem;
        margin-bottom: 3rem;
        text-align: center;
        padding: 0 2rem
    }
}

.slider-container {
    width: 100%;
    position: relative
}

.slider-track {
    width: 100%;
    height: 8px;
    background-color: #333;
    border-radius: 4px;
    position: relative;
    overflow: visible
}

.slider-fill {
    height: 100%;
    background-color: #d9ab5e;
    border-radius: 4px;
    position: relative;
    transition: width .3s ease
}

.slider-handle {
    position: absolute;
    right: -20px;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center
}

.experience-buttons {
    display: flex;
    gap: 2rem
}

.buy-tickets-content .experience-button {
    padding: 1.2rem 3rem!important;
    border-radius: 100px!important;
    border: 2px solid #D9AB5E!important;
    background-color: #000!important;
    color: #fff!important;
    font-family: Knockout,Arial Black,Arial,sans-serif!important;
    font-weight: 700!important;
    font-size: 28px!important;
    line-height: 1!important;
    text-transform: uppercase!important;
    cursor: pointer;
    transition: all .3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    position: relative;
    min-width: 220px
}

.buy-tickets-content .experience-button.active {
    background-color: #d9ab5e!important;
    color: #000!important;
    border-color: #d9ab5e!important
}

.buy-tickets-content .experience-button.active .star {
    fill: #000!important
}

.buy-tickets-content .experience-button:hover:not(.active) {
    background-color: #d9ab5e1a!important
}

.buy-tickets-content .experience-button.active:hover {
    background-color: #c99a4e!important
}

.buy-tickets-content .experience-button .star {
    width: 24px;
    height: 24px;
    fill: #d9ab5e!important;
    transition: fill .3s ease
}

.buy-tickets-content .experience-button:not(.active) .star {
    fill: #d9ab5e!important
}

.stars-container {
    position: absolute;
    top: 8px;
    right: 12px;
    display: flex;
    align-items: center
}

.stars-container svg.star:first-child {
    position: relative;
    transform: none;
    top: auto;
    right: auto
}

.stars-container svg.star:last-child {
    position: relative;
    transform: none;
    top: auto;
    right: auto
}

.experience-info-section {
    margin: 4rem 0 2rem;
    display: flex;
    flex-direction: column;
    gap: 2.5rem;
    width: 100%
}

.experience-info-title {
    font-family: Knockout,Arial Black,Arial,sans-serif;
    font-weight: 365;
    font-size: 80px;
    line-height: 1.1;
    color: #fff;
    text-transform: uppercase;
    margin: 0 0 2rem;
    text-align: left;
    padding-left: 20rem
}

.experience-info-content {
    max-width: 100%;
    display: flex;
    flex-direction: column;
    gap: 2rem;
    padding-left: 20rem
}

.includes-section {
    display: flex;
    flex-direction: column;
    gap: 1.5rem
}

.includes-title {
    font-family: Arial,sans-serif;
    font-size: 24px;
    line-height: 1.6;
    color: #fff;
    margin: 0;
    font-weight: 400
}

.includes-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: .75rem
}

.includes-list li {
    color: #fff;
    font-family: Arial,sans-serif;
    font-size: 22px;
    line-height: 1.6;
    padding-left: 1.5rem;
    position: relative
}

.includes-list li:before {
    content: "â€¢";
    position: absolute;
    left: 0;
    color: #d9ab5e;
    font-size: 20px
}

.booking-advice {
    color: #fff;
    font-family: Knockout,Arial Black,Arial,sans-serif;
    font-weight: 365;
    font-size: 24px;
    line-height: 1.4;
    text-transform: uppercase;
    margin: 0
}

.important-notice,.group-bookings,.additional-info {
    color: #fff;
    font-family: Arial,sans-serif;
    font-size: 22px;
    line-height: 1.6;
    margin: 0
}

.info-link {
    color: #fff;
    text-decoration: underline;
    cursor: pointer
}

.info-link:hover {
    opacity: .8
}

.premium-description {
    color: #fff;
    font-family: Arial,sans-serif;
    font-size: 16px;
    line-height: 1.6;
    margin: 0
}

.premium-banner {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 2rem;
    padding: 4rem 2rem;
    margin-top: 4rem;
    text-align: center
}

.premium-banner-title {
    font-family: Knockout,Arial Black,Arial,sans-serif;
    font-weight: 365;
    font-size: 48px;
    line-height: 1.2;
    color: #fff;
    text-transform: uppercase;
    margin: 0
}

.premium-banner-button {
    background-color: #d9ab5e;
    color: #000;
    border: none;
    padding: 1.5rem 3rem;
    border-radius: 8px;
    font-family: Knockout,Arial Black,Arial,sans-serif;
    font-weight: 365;
    font-size: 20px;
    line-height: 1.2;
    text-transform: uppercase;
    cursor: pointer;
    transition: background-color .3s ease
}

.premium-banner-button:hover {
    background-color: #c99a4f
}

.experience-cards {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    margin-top: 3rem;
    width: 100%;
    padding: 0 20rem
}

.experience-card {
    display: flex;
    flex-direction: row;
    background-color: transparent;
    border: 1px solid #ffffff;
    border-radius: 0;
    overflow: hidden;
    min-height: 150px;
    position: relative;
    width: 100%;
    transition: border-color .3s ease;
    cursor: pointer
}

.experience-card-radio {
    position: absolute;
    top: 1rem;
    right: 1rem;
    width: 24px;
    height: 24px;
    border: 2px solid #ffffff;
    border-radius: 50%;
    background: transparent;
    z-index: 10
}

.experience-card-image {
    flex: 0 0 15%;
    min-width: 0;
    overflow: hidden;
    background-color: #000;
    padding: 1rem
}

.experience-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block
}

.experience-card-content {
    flex: 1;
    padding: 1rem .25rem 1rem 1.5rem;
    display: flex;
    flex-direction: column;
    gap: .5rem;
    justify-content: flex-start
}

.experience-card-title {
    font-family: Knockout,Arial Black,Arial,sans-serif;
    font-weight: 365;
    font-size: 40px;
    line-height: 1.2;
    color: #fff;
    text-transform: uppercase;
    margin: 0;
    margin-bottom: .25rem
}

.experience-card-price {
    background-color: #0a5d5c;
    color: #fff;
    padding: .5rem 1rem;
    border-radius: 0;
    font-family: Arial,sans-serif;
    font-size: 24px;
    font-weight: 700;
    display: inline-block;
    width: fit-content;
    margin-bottom: .25rem
}

.experience-card-time {
    color: #fff;
    font-family: Arial,sans-serif;
    font-size: 22px;
    margin: 0;
    margin-bottom: .25rem
}

.experience-card-description {
    color: #fff;
    font-family: Arial,sans-serif;
    font-size: 22px;
    line-height: 1.5;
    margin: 0;
    flex: 1
}

@media (max-width: 2000px) {
    .buy-tickets-content {
        padding:3.5rem 5rem 7rem
    }

    .experience-info-title {
        font-size: 72px;
        padding-left: 18rem
    }

    .experience-info-content {
        padding-left: 18rem
    }

    .experience-cards {
        padding: 0 18rem
    }
}

@media (max-width: 1920px) {
    .buy-tickets-content {
        padding:3rem 4.5rem 6.5rem
    }

    .experience-info-title {
        font-size: 68px;
        padding-left: 16rem
    }

    .experience-info-content {
        padding-left: 16rem
    }

    .experience-cards {
        padding: 0 16rem
    }

    .experience-button {
        padding: 1.75rem 3.5rem;
        font-size: 22px
    }
}

@media (max-width: 1680px) {
    .buy-tickets-content {
        padding:2.75rem 4rem 6rem
    }

    .experience-info-title {
        font-size: 64px;
        padding-left: 14rem
    }

    .experience-info-content {
        padding-left: 14rem
    }

    .experience-cards {
        padding: 0 14rem
    }

    .experience-button {
        padding: 1.5rem 3rem;
        font-size: 20px
    }

    .experience-card-title {
        font-size: 36px
    }
}

@media (max-width: 1536px) {
    .buy-tickets-content {
        padding:2.5rem 3.5rem 5.5rem
    }

    .experience-info-title {
        font-size: 60px;
        padding-left: 12rem
    }

    .experience-info-content {
        padding-left: 12rem
    }

    .experience-cards {
        padding: 0 12rem
    }

    .experience-button {
        padding: 1.5rem 2.75rem;
        font-size: 19px
    }

    .experience-card-title {
        font-size: 34px
    }

    .experience-card-price {
        font-size: 22px
    }

    .experience-card-time,.experience-card-description {
        font-size: 20px
    }
}

@media (max-width: 1440px) {
    .buy-tickets-content {
        padding:2.25rem 3rem 5rem
    }

    .experience-info-title {
        font-size: 56px;
        padding-left: 10rem
    }

    .experience-info-content {
        padding-left: 10rem
    }

    .experience-cards {
        padding: 0 10rem
    }

    .experience-button {
        padding: 1.25rem 2.5rem;
        font-size: 18px
    }

    .experience-card-title {
        font-size: 32px
    }

    .experience-card-price {
        font-size: 20px
    }

    .experience-card-time,.experience-card-description {
        font-size: 18px
    }

    .includes-title {
        font-size: 22px
    }

    .includes-list li,.important-notice,.group-bookings,.additional-info {
        font-size: 20px
    }
}

@media (max-width: 1400px) {
    .buy-tickets-content {
        padding:2rem 2.5rem 4.5rem
    }

    .experience-info-title {
        font-size: 52px;
        padding-left: 8rem
    }

    .experience-info-content {
        padding-left: 8rem
    }

    .experience-cards {
        padding: 0 8rem
    }
}

@media (max-width: 1366px) {
    .buy-tickets-content {
        padding:2rem 2rem 4rem
    }

    .experience-info-title {
        font-size: 50px;
        padding-left: 7rem
    }

    .experience-info-content {
        padding-left: 7rem
    }

    .experience-cards {
        padding: 0 7rem
    }
}

@media (max-width: 1280px) {
    .buy-tickets-content {
        padding:1.75rem 1.75rem 3.5rem
    }

    .experience-info-title {
        font-size: 48px;
        padding-left: 5rem
    }

    .experience-info-content {
        padding-left: 5rem
    }

    .experience-cards {
        padding: 0 5rem
    }

    .experience-button {
        padding: 1.25rem 2rem;
        font-size: 17px
    }
}

@media (max-width: 1200px) {
    .buy-tickets-content {
        padding:1.5rem 1.5rem 3rem
    }

    .experience-info-title {
        font-size: 46px;
        padding-left: 3rem
    }

    .experience-info-content {
        padding-left: 3rem
    }

    .experience-cards {
        padding: 0 3rem
    }

    .experience-buttons {
        gap: 1.5rem
    }

    .experience-button {
        padding: 1.25rem 1.75rem;
        font-size: 16px
    }
}

@media (max-width: 1024px) {
    .buy-tickets-content {
        padding:1.5rem 1.25rem 2.5rem
    }

    .experience-info-title {
        font-size: 44px;
        padding-left: 2rem
    }

    .experience-info-content {
        padding-left: 2rem
    }

    .experience-cards {
        padding: 0 2rem
    }

    .experience-button {
        padding: 1rem 1.5rem;
        font-size: 15px
    }

    .experience-card-title {
        font-size: 30px
    }
}

@media (max-width: 900px) {
    .buy-tickets-content {
        padding:1.25rem 1rem 2rem
    }

    .experience-info-title {
        font-size: 42px;
        padding-left: 1.5rem
    }

    .experience-info-content {
        padding-left: 1.5rem
    }

    .experience-cards {
        padding: 0 1.5rem
    }

    .experience-buttons {
        gap: 1rem
    }

    .experience-button {
        padding: 1rem 1.25rem;
        font-size: 14px
    }
}

@media (min-width: 769px) and (max-width: 1057px) {
    .experience-text-extra {
        display:none
    }

    .buy-tickets-content .experience-button {
        padding: 1rem 1.5rem!important;
        font-size: 14px!important;
        min-width: 140px!important
    }

    .experience-buttons {
        gap: 1rem
    }
}

@media (max-width: 768px) {
    .experience-text-extra {
        display:none
    }

    .experience-selector {
        max-width: 100%;
        width: 100%
    }

    .buy-tickets-title {
        font-size: 48px;
        margin: 4rem 0 1.5rem!important
    }

    .buy-tickets-content {
        padding: 2rem 1.5rem 6rem
    }

    .experience-buttons {
        flex-direction: row;
        gap: .5rem;
        justify-content: center
    }

    .buy-tickets-content .experience-button {
        padding: .8rem 1rem!important;
        font-size: 13px!important;
        width: auto;
        flex: 1;
        min-width: unset!important;
        white-space: nowrap
    }

    .buy-tickets-content .experience-button .star {
        width: 16px;
        height: 16px
    }

    .stars-container {
        top: 4px;
        right: 8px
    }

    .experience-info-title {
        font-size: 40px;
        padding-left: 0;
        margin: 2rem 0 1.5rem
    }

    .experience-info-content {
        padding-left: 0
    }

    .experience-cards {
        padding: 0;
        gap: 1.5rem;
        margin-top: 2rem
    }

    .experience-card {
        flex-direction: column!important;
        min-height: auto;
        border-width: 1px;
        display: flex
    }

    .experience-card-content {
        padding: 1.5rem;
        gap: .75rem;
        display: flex;
        flex-direction: column;
        order: 1;
        flex: 0 0 auto
    }

    .experience-card-title {
        font-size: 24px;
        line-height: 1.3;
        margin-bottom: .5rem
    }

    .experience-card-price {
        font-size: 18px;
        padding: .4rem .8rem;
        margin-bottom: .5rem
    }

    .experience-card-time {
        font-size: 16px;
        margin-bottom: .5rem
    }

    .experience-card-description {
        font-size: 16px;
        line-height: 1.5;
        margin-bottom: 0
    }

    .experience-card-image {
        flex: 0 0 auto;
        width: 100%;
        height: 200px;
        padding: 0;
        order: 2;
        margin-top: 0
    }

    .experience-card-image img {
        width: 100%;
        height: 100%;
        object-fit: cover
    }

    .experience-detail-view {
        flex-direction: column!important;
        display: flex;
        flex-wrap: wrap
    }

    .experience-detail-content {
        padding: 0;
        gap: 0;
        display: contents!important;
        flex-direction: column;
        width: 100%
    }

    .experience-detail-view {
        flex-direction: column!important
    }

    .experience-detail-content {
        display: flex!important;
        flex-direction: column;
        padding: 1.5rem;
        gap: .5rem
    }

    .experience-detail-title {
        font-size: 24px!important;
        line-height: 1.3!important;
        padding: 0;
        letter-spacing: 0!important;
        order: unset;
        width: auto
    }

    .experience-detail-price {
        font-size: 18px;
        padding: .4rem .8rem;
        margin-left: 0;
        margin-right: 0;
        order: unset;
        width: fit-content
    }

    .experience-detail-time {
        font-size: 16px;
        padding: 0;
        order: unset;
        width: auto;
        margin-top: 0
    }

    .experience-detail-description {
        font-size: 16px;
        line-height: 1.5;
        padding: 0;
        margin-top: .5rem;
        margin-bottom: 0;
        order: unset;
        width: auto
    }

    .experience-detail-image {
        flex: 0 0 auto!important;
        width: 100%!important;
        height: 200px!important;
        max-width: 100%!important;
        min-width: 100%!important;
        padding: 0!important;
        order: unset!important;
        background-color: transparent!important
    }

    .experience-detail-image img {
        width: 100%;
        height: 100%;
        object-fit: cover
    }

    .ticket-types {
        padding: 0;
        margin-top: 1rem;
        border-top: 1px solid rgba(255,255,255,.2)
    }

    .ticket-type-row {
        padding: 1rem 0;
        gap: 1rem;
        display: flex;
        justify-content: space-between;
        align-items: center
    }

    .ticket-type-name {
        font-size: 16px
    }

    .ticket-type-price {
        font-size: 16px;
        margin-right: 1rem
    }

    .quantity-btn {
        width: 36px;
        height: 36px
    }

    .quantity-value {
        width: 36px;
        height: 36px;
        font-size: 14px
    }

    .ticket-type-info {
        width: 100%;
        margin-right: 0;
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex: 1;
        min-width: 0
    }

    .ticket-type-name-wrapper {
        display: flex;
        flex-direction: column;
        flex: 1
    }

    .ticket-type-name {
        font-size: 16px;
        font-weight: 400
    }

    .ticket-type-note {
        font-size: 12px
    }

    .ticket-type-price {
        font-size: 16px;
        margin-right: 1rem;
        margin-left: auto;
        margin-top: 0
    }

    .quantity-selector {
        width: auto;
        justify-content: flex-start;
        border-radius: 0;
        display: flex;
        align-items: center;
        background-color: #e0e0e0;
        border: none;
        flex-shrink: 0;
        min-width: 120px;
        justify-content: center
    }

    .back-to-cards-btn {
        margin-top: 1.5rem;
        padding: .875rem 1.5rem;
        font-size: 16px
    }

    .experience-selected-bar {
        flex-direction: column;
        gap: 1rem;
        padding: 1rem 1.5rem;
        align-items: stretch
    }

    .experience-selected-info {
        width: 100%
    }

    .experience-selected-label {
        font-size: 12px
    }

    .experience-selected-details {
        font-size: 14px
    }

    .select-experience-btn {
        width: 100%;
        padding: .875rem 1.5rem;
        font-size: 16px;
        line-height: 1.2
    }
}

@media (max-width: 480px) {
    .buy-tickets-content {
        padding:1.5rem 1rem 6rem
    }

    .buy-tickets-title {
        font-size: 36px;
        margin: 3rem 0 1rem!important
    }

    .experience-info-title {
        font-size: 32px;
        margin: 1.5rem 0 1rem
    }

    .experience-card-title {
        font-size: 20px
    }

    .experience-card-price {
        font-size: 16px
    }

    .experience-card-time,.experience-card-description {
        font-size: 14px
    }

    .experience-detail-title {
        font-size: 20px!important
    }

    .experience-detail-price {
        font-size: 16px;
        padding: .4rem .8rem
    }

    .experience-detail-time,.experience-detail-description {
        font-size: 14px
    }

    .experience-card-image {
        height: 180px
    }

    .experience-detail-image {
        height: 180px!important
    }

    .experience-selected-bar {
        padding: .875rem 1rem
    }

    .experience-selected-label {
        font-size: 11px
    }

    .experience-selected-details {
        font-size: 13px
    }

    .select-experience-btn {
        padding: .75rem 1.25rem;
        font-size: 14px
    }
}

@media (min-width: 769px) and (max-width: 877px) {
    .experience-detail-view {
        flex-direction:column!important
    }

    .experience-detail-image {
        flex: 0 0 auto!important;
        width: 100%!important;
        max-width: 100%!important;
        min-width: 100%!important;
        height: 220px!important;
        padding: 0!important
    }

    .experience-detail-image img {
        width: 100%;
        height: 100%;
        object-fit: cover
    }

    .experience-detail-content {
        display: flex!important;
        flex-direction: column;
        padding: 1.5rem;
        gap: .5rem;
        width: 100%;
        box-sizing: border-box
    }

    .experience-detail-title {
        font-size: 28px!important;
        line-height: 1.2!important;
        word-wrap: break-word
    }

    .experience-detail-price {
        font-size: 18px;
        padding: .4rem .8rem;
        width: fit-content
    }

    .experience-detail-time {
        font-size: 16px
    }

    .experience-detail-description {
        font-size: 16px;
        line-height: 1.5
    }

    .ticket-types {
        padding: 0;
        margin-top: 1rem;
        width: 100%
    }

    .ticket-type-row {
        padding: 1rem 0;
        gap: 1rem;
        flex-wrap: nowrap
    }

    .ticket-type-info {
        flex: 1;
        min-width: 0
    }

    .ticket-type-name {
        font-size: 16px
    }

    .ticket-type-price {
        font-size: 16px;
        margin-right: 1rem
    }

    .quantity-selector {
        flex-shrink: 0;
        min-width: 110px
    }
}

@media (max-width: 1024px) and (min-width: 878px) {
    .experience-detail-view {
        flex-direction:row
    }

    .experience-detail-image {
        flex: 0 0 25%;
        max-width: 25%;
        min-width: 180px
    }

    .experience-detail-content {
        padding: 1.25rem 1.5rem;
        flex: 1;
        min-width: 0;
        overflow: hidden
    }

    .experience-detail-title {
        font-size: 28px;
        word-wrap: break-word;
        overflow-wrap: break-word
    }

    .experience-detail-price {
        font-size: 18px
    }

    .experience-detail-time,.experience-detail-description {
        font-size: 16px
    }

    .ticket-types {
        padding: 1rem
    }

    .ticket-type-row {
        gap: 1rem
    }

    .ticket-type-name,.ticket-type-price {
        font-size: 16px
    }
}

@media (max-width: 1200px) and (min-width: 1025px) {
    .experience-detail-content {
        padding:1.25rem 1.75rem
    }

    .experience-detail-title {
        font-size: 36px
    }

    .ticket-types {
        padding: 1.25rem
    }
}

@media (min-width: 1401px) {
    .experience-selector {
        max-width:60%
    }

    .experience-detail-image {
        flex: 0 0 45%;
        max-width: 45%
    }
}

@media (min-width: 1201px) {
    .experience-selector {
        max-width:70%
    }

    .experience-detail-image {
        flex: 0 0 40%;
        max-width: 40%;
        height: auto;
        padding: 0
    }

    .experience-detail-content {
        padding: 3rem
    }

    .experience-detail-title {
        font-size: 48px
    }
}

.experience-detail-view {
    display: flex;
    flex-direction: row;
    background-color: transparent;
    border: 1px solid #D9AB5E;
    border-radius: 0;
    overflow: hidden;
    min-height: 150px;
    position: relative;
    width: 100%;
    transition: all .3s ease;
    animation: slideDown .3s ease-out
}

.experience-detail-checkmark {
    position: absolute;
    top: 1rem;
    right: 1rem;
    width: 24px;
    height: 24px;
    background-color: #d9ab5e;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10
}

.experience-detail-checkmark:after {
    content: "âœ“";
    color: #000;
    font-size: 14px;
    font-weight: 700
}

@keyframes slideDown {
    0% {
        opacity: 0;
        transform: translateY(-10px)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

.experience-detail-image {
    flex: 0 0 350px;
    max-width: 350px;
    padding: 2rem;
    display: flex;
    align-items: flex-start;
    justify-content: center
}

.experience-detail-image img {
    width: 100%;
    height: auto;
    object-fit: cover;
    display: block
}

.experience-detail-content {
    flex: 1;
    padding: 2rem 3rem 2rem 1rem;
    display: flex;
    flex-direction: column;
    gap: .5rem
}

.experience-detail-title {
    font-family: Knockout,Arial Black,Arial,sans-serif;
    font-weight: 700;
    font-size: 56px;
    line-height: 1;
    color: #fff;
    text-transform: uppercase;
    margin: 0;
    letter-spacing: -1px
}

.experience-detail-price {
    background-color: #0a5d5c;
    color: #fff;
    padding: .3rem .8rem;
    font-family: Arial,sans-serif;
    font-size: 18px;
    font-weight: 700;
    width: fit-content
}

.experience-detail-time {
    color: #fff;
    font-family: Arial,sans-serif;
    font-size: 16px;
    margin-top: .5rem
}

.experience-detail-description {
    color: #fff;
    font-family: Arial,sans-serif;
    font-size: 18px;
    line-height: 1.4;
    margin-top: 1rem;
    margin-bottom: 2rem
}

.max-warning {
    background-color: #8b45454d;
    border-left: 3px solid #c44d4d;
    color: #fff;
    font-family: Arial,sans-serif;
    font-size: 14px;
    padding: .75rem 1rem;
    margin-bottom: 1.5rem
}

.ticket-types {
    border-top: 1px solid rgba(255,255,255,.3);
    display: flex;
    flex-direction: column;
    margin-top: 0;
    padding: 0;
    background-color: transparent
}

.ticket-type-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.5rem 0;
    border-bottom: 1px solid rgba(255,255,255,.3);
    gap: 2rem
}

.ticket-type-row:last-child {
    border-bottom: none
}

.ticket-type-info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex: 1
}

.ticket-type-name-wrapper {
    display: flex;
    flex-direction: column
}

.ticket-type-name {
    color: #fff;
    font-family: Arial,sans-serif;
    font-size: 20px;
    font-weight: 400
}

.ticket-type-note {
    color: #999;
    font-family: Arial,sans-serif;
    font-size: 14px
}

.ticket-type-price {
    color: #fff;
    font-family: Arial,sans-serif;
    font-size: 18px;
    margin-left: auto;
    margin-right: 1.5rem;
    white-space: nowrap
}

.quantity-selector {
    display: flex;
    align-items: center;
    border: none;
    background-color: #e0e0e0;
    overflow: hidden;
    flex-shrink: 0
}

.quantity-btn {
    width: 36px;
    height: 36px;
    border: none;
    background-color: #d1d1d1;
    color: #333;
    font-size: 18px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center
}

.quantity-btn:hover {
    background-color: silver
}

.quantity-value {
    width: 36px;
    height: 36px;
    background-color: #fff;
    color: #333;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 16px
}

.back-to-cards-btn {
    margin-top: 2rem;
    padding: 1rem 2rem;
    background-color: transparent;
    border: 1px solid #ffffff;
    color: #fff;
    font-family: Arial,sans-serif;
    font-size: 18px;
    cursor: pointer;
    transition: all .3s ease;
    align-self: flex-start
}

.back-to-cards-btn:hover {
    background-color: #d9ab5e;
    border-color: #d9ab5e;
    color: #000
}

.experience-selected-bar {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #fff;
    border-top: 1px solid #e0e0e0;
    padding: 1.5rem 3rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 1000;
    box-shadow: 0 -2px 10px #0000001a
}

.experience-selected-info {
    display: flex;
    flex-direction: column;
    gap: .5rem
}

.experience-selected-label {
    font-family: Arial,sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #666;
    text-transform: uppercase;
    letter-spacing: .5px
}

.experience-selected-details {
    font-family: Arial,sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #333
}

.select-experience-btn {
    padding: 1rem 2.5rem;
    background-color: #d9ab5e;
    color: #000;
    border: none;
    border-radius: 4px;
    font-family: Knockout,Arial Black,Arial,sans-serif;
    font-weight: 365;
    font-size: 20px;
    line-height: 18px;
    text-transform: uppercase;
    cursor: pointer;
    transition: all .3s ease
}

.select-experience-btn:hover {
    background-color: #c99a4e
}

.choose-date-time-page {
    min-height: 100vh;
    background-color: #000;
    color: #fff;
    display: flex;
    flex-direction: column
}

.choose-date-time-content {
    flex: 1;
    display: flex;
    padding: 7.5rem 6rem 6rem;
    gap: 4rem;
    max-width: 1440px;
    margin: 0 auto;
    width: 100%
}

.main-selection-area {
    flex: 1
}

.page-title {
    font-family: Knockout,Arial Black,sans-serif;
    font-weight: 365;
    font-size: 60px;
    margin-bottom: 2rem;
    text-transform: uppercase
}

.date-picker-section {
    margin-bottom: 3rem
}

.date-label {
    display: block;
    font-family: Knockout,sans-serif;
    font-size: 14px;
    margin-bottom: .5rem;
    letter-spacing: 1px
}

.date-input-wrapper {
    position: relative;
    max-width: 400px;
    cursor: pointer
}

.date-display-input {
    width: 100%;
    background-color: #fff;
    color: #000;
    border: none;
    padding: 1rem;
    font-family: Arial,sans-serif;
    font-size: 16px;
    border-radius: 4px;
    cursor: pointer
}

.calendar-icon {
    position: absolute;
    right: 1rem;
    top: 50%;
    transform: translateY(-50%)
}

.calendar-popup {
    position: absolute;
    top: 110%;
    left: 0;
    background-color: #fff;
    color: #000;
    padding: 1.5rem 2rem;
    border-radius: 4px;
    box-shadow: 0 10px 30px #0003;
    width: 520px;
    z-index: 10
}

.calendar-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1rem
}

.calendar-title {
    font-family: Arial,sans-serif;
    font-size: 16px;
    font-weight: 600
}

.calendar-nav-btn {
    background: none;
    border: none;
    font-size: 20px;
    cursor: pointer;
    color: #000;
    padding: .25rem .5rem
}

.calendar-nav-btn:disabled,.calendar-nav-btn.disabled {
    color: #ccc;
    cursor: not-allowed;
    opacity: .5
}

.calendar-weekdays {
    display: grid;
    grid-template-columns: repeat(7,1fr);
    gap: .5rem;
    margin-bottom: .75rem;
    font-family: Arial,sans-serif;
    font-size: 12px;
    font-weight: 600;
    color: #000;
    text-align: center
}

.calendar-grid {
    display: grid;
    grid-template-columns: repeat(7,1fr);
    gap: .5rem
}

.calendar-day {
    border: none;
    background: transparent;
    font-size: 14px;
    font-family: Arial,sans-serif;
    padding: .5rem 0;
    cursor: pointer;
    color: #000;
    border-radius: 0
}

.calendar-day.other {
    color: #ccc;
    cursor: default
}

.calendar-day.selected {
    background-color: #d9ab5e;
    color: #000;
    font-weight: 600
}

.calendar-day.past {
    color: #ccc;
    cursor: not-allowed;
    opacity: .5
}

.time-periods-nav {
    display: flex;
    gap: 2rem;
    border-bottom: 1px solid #333333;
    margin-bottom: 2rem;
    padding-bottom: 1rem;
    justify-content: center
}

.period-btn {
    background: none;
    border: none;
    color: #666;
    font-family: Knockout,sans-serif;
    font-size: 18px;
    cursor: pointer;
    padding: .5rem 1rem;
    position: relative;
    text-transform: uppercase;
    transition: color .3s ease
}

.period-btn.active {
    color: #fff
}

.period-btn.active:after {
    content: "";
    position: absolute;
    bottom: -1rem;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #fff
}

.time-slots-grid {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 1rem
}

.time-slot {
    border: 1px solid #333333;
    padding: 1.5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    transition: all .3s ease;
    min-height: 80px;
    position: relative
}

.time-slot:hover:not(.sold-out) {
    border-color: #fff
}

.time-slot.selected {
    border-color: #d9ab5e
}

.time-slot.sold-out,.time-slot.past-time {
    opacity: .3;
    cursor: not-allowed
}

.time-slot.past-time .slot-price {
    color: #999
}

.slot-info {
    display: flex;
    flex-direction: column;
    gap: .25rem
}

.slot-time {
    font-family: Knockout,sans-serif;
    font-size: 24px
}

.slot-price {
    font-family: Arial,sans-serif;
    font-size: 14px;
    color: #999
}

.slot-left {
    font-family: Arial,sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #e74c3c;
    background-color: #e74c3c33;
    padding: 3px 10px;
    border-radius: 3px;
    display: inline-block;
    margin: 3px 0
}

.time-slot.not-enough {
    opacity: .4;
    cursor: not-allowed
}

.time-slot.not-enough .slot-left {
    color: #999;
    background-color: #9993
}

.slot-radio {
    width: 20px;
    height: 20px;
    border: 1px solid #666666;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 1rem;
    right: 1rem
}

.time-slot.selected .slot-radio {
    border-color: #d9ab5e
}

.radio-circle {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: transparent;
    transition: background-color .3s ease
}

.time-slot.selected .radio-circle {
    background-color: #d9ab5e
}

.booking-summary-sidebar {
    width: 520px
}

.summary-header {
    padding: 1.5rem 2rem;
    background-color: #2f2f2f;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    border-bottom: 1px solid #3a3a3a
}

.summary-chevron {
    transition: transform .3s ease
}

.summary-chevron.open {
    transform: rotate(180deg)
}

.summary-experience-name {
    font-family: Knockout,sans-serif;
    font-size: 16px;
    text-transform: uppercase;
    line-height: 1.3
}

.summary-ticket-count {
    font-family: Arial,sans-serif;
    font-size: 12px;
    color: #cfcfcf
}

.change-btn {
    background: none;
    border: none;
    color: #d9ab5e;
    font-family: Arial,sans-serif;
    font-size: 12px;
    cursor: pointer;
    padding: 0;
    width: fit-content;
    text-transform: uppercase
}

.promo-code-section {
    border-top: 1px solid #3a3a3a;
    margin-top: 1rem;
    padding-top: 1rem
}

.promo-price {
    color: #fff;
    font-family: Arial,sans-serif;
    font-size: 16px;
    font-weight: 600;
    text-align: left
}

.date-time-footer-bar {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #fff;
    color: #000;
    border-top: 1px solid #e0e0e0;
    padding: 1.25rem 3rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 1000
}

.date-time-footer-text {
    display: flex;
    flex-direction: column;
    gap: .25rem
}

.date-time-footer-title {
    font-family: Arial,sans-serif;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    color: #000
}

.date-time-footer-subtitle {
    font-family: Arial,sans-serif;
    font-size: 12px;
    color: #666
}

.date-time-footer-btn {
    padding: .9rem 2.5rem;
    background-color: #e6e6e6;
    color: #a0a0a0;
    border: none;
    border-radius: 4px;
    font-family: Knockout,Arial Black,sans-serif;
    font-weight: 365;
    font-size: 18px;
    text-transform: uppercase;
    cursor: default
}

.date-time-footer-btn.active {
    background-color: #d9ab5e;
    color: #000;
    cursor: pointer
}

@media (min-width: 1025px) and (max-width: 1182px) {
    .time-slot {
        padding:1rem 2.5rem 1rem 1rem
    }

    .slot-radio {
        top: 50%;
        right: .75rem;
        transform: translateY(-50%)
    }

    .slot-time {
        font-size: 18px
    }

    .slot-price {
        font-size: 11px
    }

    .slot-left {
        font-size: 10px;
        padding: 2px 5px
    }
}

@media (max-width: 1024px) {
    .choose-date-time-content {
        flex-direction:column;
        padding: 2rem
    }

    .booking-summary-sidebar {
        width: 100%
    }

    .date-time-footer-bar {
        padding: 1rem 1.5rem;
        flex-direction: column;
        align-items: flex-start;
        gap: .75rem
    }

    .time-slots-grid {
        grid-template-columns: repeat(2,1fr)
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    .page-title {
        margin-top:6rem
    }
}

@media (max-width: 768px) {
    .choose-date-time-content {
        padding:7rem 1rem 8rem;
        gap: 2rem
    }

    .page-title {
        font-size: 36px;
        margin-top: 0;
        margin-bottom: 1.5rem
    }

    .booking-progress-container {
        padding: 0;
        max-width: 100%;
        margin-bottom: 1.5rem
    }

    .date-picker-section {
        margin-bottom: 2rem
    }

    .date-input-wrapper {
        max-width: 100%
    }

    .calendar-popup {
        width: calc(100vw - 2rem);
        left: 50%;
        transform: translate(-50%);
        padding: 1rem
    }

    .time-periods-nav {
        gap: .5rem;
        margin-bottom: 1.5rem;
        padding-bottom: .75rem;
        justify-content: space-between
    }

    .period-btn {
        font-size: 14px;
        padding: .5rem .75rem
    }

    .time-slots-grid {
        grid-template-columns: repeat(2,1fr);
        gap: .75rem
    }

    .time-slot {
        padding: 1rem;
        min-height: 70px
    }

    .slot-time {
        font-size: 20px
    }

    .slot-price {
        font-size: 12px
    }

    .slot-left {
        font-size: 12px;
        padding: 3px 8px
    }

    .slot-radio {
        top: 1rem;
        right: 1rem
    }

    .booking-summary-sidebar {
        order: 1
    }

    .summary-header {
        padding: 1rem 1.25rem
    }

    .summary-header h2 {
        font-size: 16px
    }

    .summary-content {
        padding: 1rem 1.25rem
    }

    .date-time-footer-bar {
        padding: 1rem;
        gap: .75rem
    }

    .date-time-footer-title {
        font-size: 12px
    }

    .date-time-footer-subtitle {
        font-size: 11px
    }

    .date-time-footer-btn {
        width: 100%;
        padding: .875rem 1.5rem;
        font-size: 16px;
        text-align: center
    }
}

@media (max-width: 480px) {
    .choose-date-time-content {
        padding:7rem 1rem 9rem
    }

    .page-title {
        font-size: 28px;
        margin-top: 0;
        margin-bottom: 1rem
    }

    .date-label {
        font-size: 12px
    }

    .date-display-input {
        font-size: 14px;
        padding: .875rem
    }

    .calendar-popup {
        padding: .75rem
    }

    .calendar-day {
        font-size: 12px;
        padding: .4rem 0
    }

    .time-periods-nav {
        gap: .25rem
    }

    .period-btn {
        font-size: 12px;
        padding: .4rem .5rem
    }

    .time-slots-grid {
        grid-template-columns: 1fr 1fr;
        gap: .5rem
    }

    .time-slot {
        padding: .75rem;
        min-height: 60px
    }

    .slot-time {
        font-size: 18px
    }

    .slot-price {
        font-size: 11px
    }

    .slot-left {
        font-size: 11px;
        padding: 2px 6px
    }

    .slot-radio {
        width: 16px;
        height: 16px;
        top: .75rem;
        right: .75rem
    }

    .radio-circle {
        width: 8px;
        height: 8px
    }

    .summary-header {
        padding: .875rem 1rem
    }

    .summary-header h2 {
        font-size: 14px
    }

    .summary-content {
        padding: .875rem 1rem
    }

    .summary-experience-name {
        font-size: 14px
    }

    .date-time-footer-bar {
        padding: .875rem
    }

    .date-time-footer-btn {
        padding: .75rem 1rem;
        font-size: 14px
    }
}

.upgrade-experience-page {
    min-height: 100vh;
    background-color: #000;
    color: #fff;
    display: flex;
    flex-direction: column
}

.upgrade-experience-content {
    flex: 1;
    display: flex;
    padding: 7.5rem 6rem 6rem;
    gap: 4rem;
    max-width: 1440px;
    margin: 0 auto;
    width: 100%
}

.upgrade-main {
    flex: 1
}

.upgrade-title {
    font-family: Knockout,Arial Black,sans-serif;
    font-weight: 365;
    font-size: 60px;
    margin-bottom: 2rem;
    text-transform: uppercase
}

.upgrade-card {
    display: grid;
    grid-template-columns: 1.1fr 1fr;
    background-color: #2b2b2b;
    border: 1px solid #3a3a3a;
    margin-bottom: 2rem;
    position: relative
}

.upgrade-card.disabled-card {
    pointer-events: none
}

.upgrade-card-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #000000bf;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 2rem 3rem;
    z-index: 10
}

.overlay-message {
    color: #fff;
    font-family: Arial,sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 1rem;
    max-width: 500px
}

.overlay-submessage {
    color: #fff;
    font-family: Arial,sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5
}

.upgrade-image {
    position: relative;
    min-height: 320px
}

.upgrade-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block
}

.upgrade-details {
    padding: 2rem;
    display: flex;
    flex-direction: column;
    gap: 1rem
}

.upgrade-heading {
    font-family: Knockout,Arial Black,sans-serif;
    font-size: 28px;
    text-transform: uppercase
}

.upgrade-price {
    background-color: #0a5d5c;
    width: fit-content;
    padding: .25rem .6rem;
    font-size: 12px
}

.upgrade-description {
    font-family: Arial,sans-serif;
    font-size: 14px;
    line-height: 1.4;
    color: #d7d7d7
}

.upgrade-cta {
    margin-top: .5rem;
    padding: .8rem 1.5rem;
    background-color: #d9ab5e;
    color: #000;
    border: none;
    font-family: Knockout,Arial Black,sans-serif;
    font-weight: 365;
    font-size: 16px;
    text-transform: uppercase;
    cursor: pointer;
    width: fit-content
}

.upgrade-quantity {
    display: flex;
    align-items: center;
    gap: 0;
    margin-top: .5rem
}

.upgrade-qty-btn {
    width: 40px;
    height: 40px;
    border: none;
    background-color: #d9ab5e;
    color: #000;
    font-size: 20px;
    cursor: pointer
}

.upgrade-qty-value {
    width: 60px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    color: #000
}

.upgrade-summary {
    width: 520px
}

.summary-card {
    background-color: #2b2b2b;
    border-radius: 4px;
    overflow: hidden;
    border: 1px solid #3a3a3a
}

.summary-header {
    padding: 1.5rem 2rem;
    background-color: #2f2f2f;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #3a3a3a
}

.summary-header h2 {
    font-family: Knockout,sans-serif;
    font-size: 20px;
    margin: 0;
    text-transform: uppercase
}

.summary-content {
    padding: 1.5rem 2rem;
    display: flex;
    flex-direction: column;
    gap: .75rem
}

.summary-experience-name {
    font-family: Knockout,sans-serif;
    font-size: 16px;
    text-transform: uppercase
}

.summary-date {
    font-size: 12px;
    color: #cfcfcf
}

.summary-line {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 12px;
    gap: .5rem
}

.summary-line-left {
    display: flex;
    align-items: center;
    gap: .5rem
}

.summary-dot {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background-color: #4b4b4b;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 10px
}

.change-btn {
    background: none;
    border: none;
    color: #d9ab5e;
    font-family: Arial,sans-serif;
    font-size: 12px;
    cursor: pointer;
    padding: 0;
    text-transform: uppercase;
    width: fit-content
}

.remove-btn {
    background: none;
    border: none;
    color: #d9ab5e;
    font-family: Arial,sans-serif;
    font-size: 12px;
    cursor: pointer;
    padding: 0;
    text-transform: capitalize;
    width: fit-content
}

.summary-total {
    border-top: 1px solid #3a3a3a;
    padding: 1rem 2rem;
    display: flex;
    justify-content: space-between;
    font-size: 12px;
    text-transform: uppercase
}

.upgrade-footer-bar {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #fff;
    color: #000;
    border-top: 1px solid #e0e0e0;
    padding: 1.25rem 3rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 1000
}

.upgrade-footer-text {
    display: flex;
    flex-direction: column;
    gap: .25rem
}

.upgrade-footer-title {
    font-family: Arial,sans-serif;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    color: #000
}

.upgrade-footer-subtitle {
    font-family: Arial,sans-serif;
    font-size: 12px;
    color: #666
}

.upgrade-footer-btn {
    padding: .9rem 2.5rem;
    background-color: #d9ab5e;
    color: #000;
    border: none;
    border-radius: 4px;
    font-family: Knockout,Arial Black,sans-serif;
    font-weight: 365;
    font-size: 18px;
    text-transform: uppercase;
    cursor: pointer
}

@media (max-width: 1024px) {
    .upgrade-experience-content {
        flex-direction:column;
        padding: 2rem
    }

    .upgrade-summary {
        width: 100%
    }

    .upgrade-footer-bar {
        padding: 1rem 1.5rem;
        flex-direction: column;
        align-items: flex-start;
        gap: .75rem
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    .upgrade-title {
        margin-top:6rem
    }
}

@media (max-width: 768px) {
    .upgrade-experience-content {
        padding:1.5rem 1rem 8rem;
        gap: 2rem
    }

    .upgrade-title {
        font-size: 36px;
        margin-top: 4rem;
        margin-bottom: 1.5rem
    }

    .booking-progress-container {
        padding: 0;
        max-width: 100%;
        margin-bottom: 1.5rem
    }

    .upgrade-card {
        grid-template-columns: 1fr;
        margin-bottom: 1.5rem
    }

    .upgrade-image {
        min-height: 200px
    }

    .upgrade-details {
        padding: 1.5rem;
        gap: .75rem
    }

    .upgrade-heading {
        font-size: 22px
    }

    .upgrade-price {
        font-size: 11px;
        padding: .2rem .5rem
    }

    .upgrade-description {
        font-size: 13px
    }

    .upgrade-cta {
        padding: .7rem 1.25rem;
        font-size: 14px;
        width: 100%
    }

    .upgrade-qty-btn {
        width: 36px;
        height: 36px;
        font-size: 18px
    }

    .upgrade-qty-value {
        width: 50px;
        height: 36px;
        font-size: 14px
    }

    .upgrade-summary {
        order: 1
    }

    .summary-header {
        padding: 1rem 1.25rem
    }

    .summary-header h2 {
        font-size: 16px
    }

    .summary-content {
        padding: 1rem 1.25rem
    }

    .summary-experience-name {
        font-size: 14px
    }

    .summary-total {
        padding: .875rem 1.25rem
    }

    .upgrade-footer-bar {
        padding: 1rem;
        gap: .75rem
    }

    .upgrade-footer-title {
        font-size: 12px
    }

    .upgrade-footer-subtitle {
        font-size: 11px
    }

    .upgrade-footer-btn {
        width: 100%;
        padding: .875rem 1.5rem;
        font-size: 16px;
        text-align: center
    }

    .roe-modal {
        width: calc(100% - 2rem);
        padding: 1.5rem;
        max-height: 90vh;
        overflow-y: auto
    }

    .roe-modal-title {
        font-size: 22px
    }

    .roe-modal-fields {
        grid-template-columns: 1fr
    }
}

@media (max-width: 480px) {
    .upgrade-experience-content {
        padding:1rem 1rem 9rem
    }

    .upgrade-title {
        font-size: 28px;
        margin-top: 3rem;
        margin-bottom: 1rem
    }

    .upgrade-card {
        margin-bottom: 1rem
    }

    .upgrade-image {
        min-height: 180px
    }

    .upgrade-details {
        padding: 1rem;
        gap: .5rem
    }

    .upgrade-heading {
        font-size: 18px
    }

    .upgrade-price {
        font-size: 10px;
        padding: .15rem .4rem
    }

    .upgrade-description {
        font-size: 12px
    }

    .upgrade-cta {
        padding: .6rem 1rem;
        font-size: 12px
    }

    .upgrade-qty-btn {
        width: 32px;
        height: 32px;
        font-size: 16px
    }

    .upgrade-qty-value {
        width: 45px;
        height: 32px;
        font-size: 12px
    }

    .summary-header {
        padding: .875rem 1rem
    }

    .summary-header h2 {
        font-size: 14px
    }

    .summary-content {
        padding: .875rem 1rem
    }

    .summary-experience-name {
        font-size: 12px
    }

    .summary-total {
        padding: .75rem 1rem;
        font-size: 11px
    }

    .upgrade-footer-bar {
        padding: .875rem
    }

    .upgrade-footer-btn {
        padding: .75rem 1rem;
        font-size: 14px
    }

    .roe-modal {
        padding: 1rem
    }

    .roe-modal-title {
        font-size: 18px
    }

    .roe-modal-description {
        font-size: 12px
    }
}

.roe-modal-overlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #0009;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2000
}

.roe-modal {
    background: #fff;
    color: #000;
    width: 520px;
    max-width: calc(100% - 2rem);
    padding: 2rem;
    border-radius: 6px;
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 1rem
}

.roe-modal-close {
    position: absolute;
    top: 1rem;
    right: 1rem;
    background: none;
    border: none;
    font-size: 24px;
    cursor: pointer
}

.roe-modal-title {
    font-family: Knockout,Arial Black,sans-serif;
    font-size: 28px;
    margin: 0;
    text-transform: uppercase
}

.roe-modal-price {
    background: #0a5d5c;
    color: #fff;
    width: fit-content;
    padding: .2rem .6rem;
    font-size: 12px
}

.roe-modal-media {
    position: relative
}

.roe-modal-media img {
    width: 100%;
    display: block
}

.roe-modal-media video {
    width: 100%;
    display: block
}

.roe-modal-description {
    font-family: Arial,sans-serif;
    font-size: 14px;
    line-height: 1.4
}

.roe-modal-fields {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem
}

.roe-modal-field label {
    display: block;
    font-size: 12px;
    margin-bottom: .4rem
}

.roe-modal-field select {
    width: 100%;
    padding: .6rem .8rem;
    border: 1px solid #000000;
    background: #fff;
    font-size: 14px
}

.roe-modal-add {
    padding: .9rem 1.5rem;
    background: #d9ab5e;
    color: #000;
    border: none;
    text-transform: uppercase;
    font-family: Knockout,Arial Black,sans-serif;
    font-size: 16px;
    cursor: pointer;
    transition: background-color .3s ease
}

.roe-modal-add:hover:not(:disabled) {
    background: #c49a4e
}

.roe-modal-add:disabled {
    background: #f0e6d5;
    color: #b9b2a5;
    cursor: not-allowed
}

.roe-modal-cancel {
    background: none;
    border: none;
    font-size: 14px;
    cursor: pointer
}

.checkout-page {
    min-height: 100vh;
    background-color: #000;
    color: #fff;
    display: flex;
    flex-direction: column
}

.checkout-content {
    flex: 1;
    padding: 7.5rem 6rem 6rem;
    max-width: 1440px;
    margin: 0 auto;
    width: 100%;
    display: flex;
    gap: 3rem;
    align-items: flex-start
}

.checkout-main {
    flex: 1;
    min-width: 0
}

.checkout-summary {
    width: 420px
}

.checkout-title {
    font-family: Knockout,Arial Black,sans-serif;
    font-weight: 365;
    font-size: 60px;
    margin-bottom: 2rem;
    text-transform: uppercase
}

.booking-progress-container {
    margin-bottom: 2rem;
    padding: 0 2rem;
    max-width: 800px
}

.booking-progress-track {
    height: 6px;
    background-color: #333;
    border-radius: 3px;
    position: relative;
    overflow: visible
}

.booking-progress-fill {
    height: 100%;
    background-color: #d9ab5e;
    border-radius: 3px;
    position: relative;
    transition: width .5s ease
}

.booking-progress-handle {
    position: absolute;
    right: -20px;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center
}

.booking-progress-handle img {
    width: 40px;
    height: 40px;
    filter: drop-shadow(0 2px 4px rgba(0,0,0,.3))
}

.checkout-card {
    background-color: #2b2b2b;
    border: 1px solid #3a3a3a;
    margin-bottom: 2rem
}

.checkout-card-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.5rem 2rem;
    border-bottom: 1px solid #3a3a3a
}

.checkout-card-header h2 {
    font-family: Knockout,sans-serif;
    font-size: 20px;
    margin: 0;
    text-transform: uppercase
}

.checkout-card-body {
    padding: 1.5rem 2rem 2rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    font-size: 14px
}

.email-input {
    position: relative;
    display: flex
}

.email-input input {
    width: 100%;
    padding: .9rem 3rem .9rem 1rem;
    border: none;
    font-size: 14px
}

.email-icon {
    position: absolute;
    right: 1rem;
    top: 50%;
    transform: translateY(-50%)
}

.secondary-btn {
    background: transparent;
    color: #fff;
    border: 1px solid #ffffff;
    padding: .9rem 1.5rem
}

.checkout-collapsed {
    background-color: #2b2b2b;
    border: 1px solid #3a3a3a;
    margin-bottom: 1.5rem
}

.checkout-collapsed.expanded {
    border-color: #3a3a3a
}

.checkout-collapsed-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.2rem 2rem
}

.checkout-collapsed-header h2 {
    font-family: Knockout,sans-serif;
    font-size: 18px;
    margin: 0;
    text-transform: uppercase;
    color: #b1b1b1
}

.summary-card {
    background-color: #2b2b2b;
    border: 1px solid #3a3a3a
}

.summary-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.2rem 1.5rem;
    border-bottom: 1px solid #3a3a3a
}

.summary-header h2 {
    font-family: Knockout,sans-serif;
    font-size: 18px;
    margin: 0;
    text-transform: uppercase
}

.summary-content {
    padding: 1.2rem 1.5rem 1.5rem;
    display: flex;
    flex-direction: column;
    gap: .75rem;
    font-size: 14px
}

.summary-experience-name {
    font-weight: 600;
    text-transform: uppercase
}

.summary-date {
    color: #cfcfcf
}

.summary-line {
    display: grid;
    grid-template-columns: 1fr auto auto;
    gap: 1rem;
    align-items: center
}

.summary-line-left {
    display: flex;
    align-items: center;
    gap: .75rem
}

.summary-dot {
    width: 24px;
    height: 24px;
    border-radius: 999px;
    background: #3a3a3a;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 12px
}

.change-btn {
    margin-top: .25rem;
    background: transparent;
    border: none;
    color: #d9ab5e;
    padding: 0;
    text-align: left;
    font-size: 14px
}

.summary-upgrade {
    border-top: 1px solid #3a3a3a;
    padding-top: 1rem
}

.summary-roe {
    border-top: 1px solid #3a3a3a
}

.summary-price-mult {
    flex: 1;
    text-align: right;
    padding-right: 1rem
}

.summary-price-total {
    min-width: 50px;
    text-align: right
}

.summary-total {
    display: flex;
    justify-content: space-between;
    padding: 1rem 1.5rem;
    background: #3a3a3a;
    font-weight: 600
}

.terms-expanded .checkout-collapsed-header h2 {
    color: #fff
}

.terms-body {
    padding: 1.5rem 2rem 2rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    font-size: 13px;
    line-height: 1.4
}

.terms-checkbox {
    display: flex;
    gap: .75rem;
    align-items: flex-start
}

.terms-checkbox input {
    margin-top: 2px;
    width: 16px;
    height: 16px
}

.terms-checkbox span {
    color: #fff
}

.terms-checkbox span span {
    text-decoration: underline
}

.terms-note {
    color: #cfcfcf
}

.terms-note span {
    text-decoration: underline
}

.terms-continue {
    margin-top: .5rem;
    background: #d9ab5e;
    color: #000;
    border: none;
    padding: 1rem 1.5rem;
    font-weight: 600;
    text-transform: uppercase
}

.personal-details-body {
    padding: 1.5rem 2rem 2rem;
    display: flex;
    flex-direction: column;
    gap: 1.25rem
}

.field {
    display: flex;
    flex-direction: column;
    gap: .5rem
}

.field label {
    font-family: Arial,sans-serif;
    font-size: 14px;
    color: #fff
}

.field input,.field select {
    width: 100%;
    background: #fff;
    color: #000;
    border: none;
    padding: .9rem 1rem;
    font-family: Arial,sans-serif;
    font-size: 14px
}

.field .email-input {
    position: relative;
    display: flex
}

.field .email-input input {
    padding: .9rem 3rem .9rem 1rem
}

.field .email-icon {
    position: absolute;
    right: 1rem;
    top: 50%;
    transform: translateY(-50%)
}

.save-btn {
    margin-top: .5rem;
    background: #d9ab5e;
    color: #000;
    border: none;
    padding: 1rem 1.5rem;
    font-weight: 600;
    text-transform: uppercase
}

.edit-btn {
    background: none;
    border: none;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
    padding: .25rem;
    min-width: 32px;
    min-height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: opacity .2s ease
}

.edit-btn:hover {
    opacity: .7
}

.edit-btn:active {
    opacity: .5
}

@media (max-width: 1024px) {
    .checkout-content {
        padding:2rem;
        flex-direction: column
    }

    .checkout-summary {
        width: 100%
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    .checkout-content {
        padding:7rem 2rem 6rem!important;
        max-width: 800px!important;
        margin: 0 auto!important;
        flex-direction: column!important;
        align-items: center!important
    }

    .checkout-main {
        width: 100%!important;
        max-width: 100%!important;
        margin: 0 auto!important
    }

    .checkout-title {
        margin-top: 0!important;
        text-align: center!important
    }

    .checkout-collapsed {
        max-width: 100%!important;
        margin-left: auto!important;
        margin-right: auto!important
    }

    .checkout-summary {
        width: 100%!important;
        max-width: 100%!important;
        margin: 0 auto!important
    }
}

@media (max-width: 768px) {
    .checkout-content {
        padding:1.5rem 1rem 2rem;
        gap: 2rem
    }

    .checkout-main {
        width: 100%
    }

    .checkout-title {
        font-size: 36px;
        margin-top: 4rem;
        margin-bottom: 1.5rem
    }

    .booking-progress-container {
        padding: 0;
        max-width: 100%;
        margin-bottom: 1.5rem
    }

    .checkout-card {
        margin-bottom: 1.5rem
    }

    .checkout-card-header {
        padding: 1rem 1.25rem
    }

    .checkout-card-header h2 {
        font-size: 16px
    }

    .checkout-card-body {
        padding: 1rem 1.25rem 1.5rem;
        gap: .75rem
    }

    .email-input input {
        padding: .8rem 2.5rem .8rem .875rem;
        font-size: 14px
    }

    .email-icon {
        right: .875rem
    }

    .secondary-btn {
        padding: .8rem 1.25rem;
        font-size: 14px;
        width: 100%
    }

    .checkout-collapsed {
        margin-bottom: 1rem;
        width: 100%;
        max-width: 100%
    }

    .checkout-collapsed-header {
        padding: 1rem 1.25rem
    }

    .checkout-collapsed-header h2 {
        font-size: 14px
    }

    .checkout-collapsed-header .edit-btn {
        font-size: 16px;
        padding: .25rem
    }

    .personal-details-body {
        padding: 1rem 1.25rem 1.5rem;
        gap: 1rem
    }

    .field {
        gap: .5rem
    }

    .field label {
        font-size: 13px;
        margin-bottom: .25rem
    }

    .field input,.field select {
        padding: .875rem 1rem;
        font-size: 14px;
        width: 100%;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none
    }

    .field .email-input {
        position: relative;
        width: 100%
    }

    .field .email-input input {
        padding: .875rem 2.75rem .875rem 1rem;
        font-size: 14px
    }

    .field .email-icon {
        right: 1rem;
        font-size: 16px;
        pointer-events: none
    }

    .save-btn {
        padding: 1rem 1.5rem;
        font-size: 14px;
        width: 100%;
        margin-top: .5rem;
        min-height: 48px;
        touch-action: manipulation
    }

    .terms-body {
        padding: 1rem 1.25rem 1.5rem;
        gap: 1rem;
        font-size: 12px;
        line-height: 1.5
    }

    .terms-checkbox {
        gap: .75rem;
        align-items: flex-start
    }

    .terms-checkbox input {
        width: 16px;
        height: 16px;
        margin-top: 2px;
        flex-shrink: 0
    }

    .terms-checkbox span {
        font-size: 12px;
        line-height: 1.5
    }

    .terms-note {
        font-size: 11px;
        line-height: 1.5;
        margin: .5rem 0
    }

    .terms-continue {
        padding: 1rem 1.5rem;
        font-size: 14px;
        width: 100%;
        margin-top: 1rem;
        min-height: 48px;
        touch-action: manipulation
    }

    .checkout-collapsed:last-child {
        margin-bottom: 0
    }

    .checkout-summary {
        order: 1
    }

    .summary-header {
        padding: 1rem 1.25rem
    }

    .summary-header h2 {
        font-size: 16px
    }

    .summary-content {
        padding: 1rem 1.25rem 1.25rem;
        font-size: 13px
    }

    .summary-experience-name {
        font-size: 13px
    }

    .summary-date {
        font-size: 11px
    }

    .summary-line {
        font-size: 12px;
        gap: .5rem
    }

    .summary-dot {
        width: 20px;
        height: 20px;
        font-size: 11px
    }

    .change-btn {
        font-size: 12px
    }

    .summary-total {
        padding: .875rem 1.25rem;
        font-size: 12px
    }

    .edit-btn {
        font-size: 14px
    }
}

@media (max-width: 480px) {
    .checkout-content {
        padding:1rem 1rem 2rem
    }

    .checkout-main {
        width: 100%
    }

    .checkout-title {
        font-size: 28px;
        margin-top: 3rem;
        margin-bottom: 1rem
    }

    .checkout-card {
        margin-bottom: 1rem
    }

    .checkout-card-header {
        padding: .875rem 1rem
    }

    .checkout-card-header h2 {
        font-size: 14px
    }

    .checkout-card-body {
        padding: .875rem 1rem 1.25rem
    }

    .email-input input {
        padding: .75rem 2.25rem .75rem .75rem;
        font-size: 13px
    }

    .secondary-btn {
        padding: .75rem 1rem;
        font-size: 13px
    }

    .checkout-collapsed {
        margin-bottom: 1rem;
        width: 100%;
        max-width: 100%
    }

    .checkout-collapsed-header {
        padding: .875rem 1rem
    }

    .checkout-collapsed-header h2 {
        font-size: 12px
    }

    .checkout-collapsed-header .edit-btn {
        font-size: 14px;
        padding: .25rem
    }

    .personal-details-body {
        padding: .875rem 1rem 1.25rem;
        gap: .875rem
    }

    .field {
        gap: .5rem
    }

    .field label {
        font-size: 12px;
        margin-bottom: .25rem
    }

    .field input,.field select {
        padding: .75rem .875rem;
        font-size: 13px;
        width: 100%;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none
    }

    .field .email-input {
        position: relative;
        width: 100%
    }

    .field .email-input input {
        padding: .75rem 2.5rem .75rem .875rem;
        font-size: 13px
    }

    .field .email-icon {
        right: .875rem;
        font-size: 14px;
        pointer-events: none
    }

    .save-btn {
        padding: .875rem 1.25rem;
        font-size: 13px;
        width: 100%;
        margin-top: .5rem;
        min-height: 44px;
        touch-action: manipulation
    }

    .terms-body {
        padding: .875rem 1rem 1.25rem;
        font-size: 11px;
        line-height: 1.5;
        gap: .875rem
    }

    .terms-checkbox {
        gap: .625rem;
        align-items: flex-start
    }

    .terms-checkbox input {
        width: 14px;
        height: 14px;
        margin-top: 2px;
        flex-shrink: 0
    }

    .terms-checkbox span {
        font-size: 11px;
        line-height: 1.5
    }

    .terms-note {
        font-size: 10px;
        line-height: 1.4;
        margin: .5rem 0
    }

    .terms-continue {
        padding: .875rem 1.25rem;
        font-size: 13px;
        width: 100%;
        margin-top: .75rem;
        min-height: 44px;
        touch-action: manipulation
    }

    .summary-header {
        padding: .875rem 1rem
    }

    .summary-header h2 {
        font-size: 14px
    }

    .summary-content {
        padding: .875rem 1rem 1rem;
        font-size: 12px
    }

    .summary-experience-name {
        font-size: 12px
    }

    .summary-date {
        font-size: 10px
    }

    .summary-line {
        font-size: 11px
    }

    .summary-dot {
        width: 18px;
        height: 18px;
        font-size: 10px
    }

    .change-btn {
        font-size: 11px
    }

    .summary-total {
        padding: .75rem 1rem;
        font-size: 11px
    }

    .edit-btn {
        font-size: 12px
    }
}

.terms-modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #000000d9;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    padding: 2rem;
    overflow-y: auto
}

.terms-modal {
    background-color: #1a1a1a;
    border: 1px solid #3a3a3a;
    max-width: 900px;
    width: 100%;
    max-height: 90vh;
    overflow-y: auto;
    position: relative;
    margin: auto;
    z-index: 10000
}

.terms-modal-close {
    position: absolute;
    top: 1rem;
    right: 1rem;
    background: none;
    border: none;
    color: #fff;
    font-size: 32px;
    cursor: pointer;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
    transition: opacity .2s ease
}

.terms-modal-close:hover {
    opacity: .7
}

.terms-modal-content {
    padding: 3rem 2.5rem 2.5rem;
    color: #fff
}

.terms-modal-title {
    font-family: Knockout,Arial Black,sans-serif;
    font-weight: 365;
    font-size: 32px;
    text-transform: uppercase;
    margin: 0 0 1rem;
    color: #fff
}

.terms-modal-date {
    font-family: Arial,sans-serif;
    font-size: 14px;
    color: #b1b1b1;
    margin: 0 0 2rem
}

.terms-modal-text {
    font-family: Arial,sans-serif;
    font-size: 14px;
    line-height: 1.7;
    color: #fff
}

.terms-modal-text p {
    margin: 0 0 1.25rem
}

.terms-modal-text h3 {
    font-family: Knockout,Arial Black,sans-serif;
    font-weight: 365;
    font-size: 20px;
    text-transform: uppercase;
    margin: 2rem 0 1rem;
    color: #d9ab5e
}

.terms-modal-text ul {
    margin: 1rem 0 1.25rem;
    padding-left: 1.5rem
}

.terms-modal-text li {
    margin: .5rem 0;
    line-height: 1.6
}

.terms-modal-warning {
    background-color: #d9ab5e1a;
    border-left: 3px solid #D9AB5E;
    padding: 1rem 1.5rem;
    margin: 1.5rem 0
}

.terms-modal-warning strong {
    color: #d9ab5e
}

.terms-modal-footer {
    margin-top: 2rem;
    padding-top: 2rem;
    border-top: 1px solid #3a3a3a;
    font-size: 12px;
    color: #b1b1b1;
    text-align: center
}

@media (max-width: 768px) {
    .terms-modal-overlay {
        padding:1rem
    }

    .terms-modal {
        max-height: 95vh
    }

    .terms-modal-content {
        padding: 2.5rem 1.5rem 1.5rem
    }

    .terms-modal-title {
        font-size: 24px;
        padding-right: 2rem
    }

    .terms-modal-date,.terms-modal-text {
        font-size: 13px
    }

    .terms-modal-text h3 {
        font-size: 18px
    }

    .terms-modal-close {
        top: .75rem;
        right: .75rem;
        font-size: 28px;
        width: 36px;
        height: 36px
    }
}

@media (max-width: 480px) {
    .terms-modal-overlay {
        padding:.5rem
    }

    .terms-modal-content {
        padding: 2rem 1rem 1rem
    }

    .terms-modal-title {
        font-size: 20px
    }

    .terms-modal-text {
        font-size: 12px
    }

    .terms-modal-text h3 {
        font-size: 16px
    }

    .terms-modal-close {
        top: .5rem;
        right: .5rem;
        font-size: 24px;
        width: 32px;
        height: 32px
    }
}

.checkout-collapsed.payment-expanded {
    background-color: #2b2b2b;
    border: 1px solid #3a3a3a
}

.checkout-collapsed.payment-expanded .checkout-collapsed-header h2 {
    color: #fff
}

.payment-body {
    padding: 1.5rem 2rem 2rem;
    border-top: 1px solid #3a3a3a;
    display: flex;
    flex-direction: column;
    gap: 1.25rem
}

.payment-row {
    display: flex;
    gap: 1.25rem
}

.payment-row .field {
    flex: 1
}

.pay-btn {
    margin-top: .5rem;
    background: #d9ab5e;
    color: #000;
    border: none;
    padding: 1rem 1.5rem;
    font-family: Arial,sans-serif;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    cursor: pointer;
    transition: background .2s ease
}

.pay-btn:hover {
    background: #c49a4e
}

@media (max-width: 768px) {
    .payment-body {
        padding:1rem 1.25rem 1.5rem;
        gap: 1rem
    }

    .pay-btn {
        width: 100%;
        min-height: 48px;
        touch-action: manipulation
    }
}

@media (max-width: 480px) {
    .payment-body {
        padding:.875rem 1rem 1.25rem;
        gap: .875rem
    }

    .payment-row {
        gap: .875rem
    }

    .pay-btn {
        width: 100%;
        padding: .875rem 1.25rem;
        font-size: 13px;
        min-height: 44px;
        touch-action: manipulation
    }
}

.premium-experiences-page {
    width: 100%;
    background-color: #fff
}

.premium-hero-section {
    width: 100%;
    position: relative;
    aspect-ratio: 8 / 1;
    overflow: hidden
}

@media (max-width: 3200px) {
    .premium-hero-section {
        aspect-ratio:7 / 1
    }
}

@media (max-width: 2560px) {
    .premium-hero-section {
        aspect-ratio:6 / 1
    }
}

@media (max-width: 2200px) {
    .premium-hero-section {
        aspect-ratio:5.5 / 1
    }
}

@media (max-width: 2000px) {
    .premium-hero-section {
        aspect-ratio:5.2 / 1
    }
}

@media (max-width: 1920px) {
    .premium-hero-section {
        aspect-ratio:5 / 1
    }
}

@media (max-width: 1800px) {
    .premium-hero-section {
        aspect-ratio:4.6 / 1
    }
}

@media (max-width: 1680px) {
    .premium-hero-section {
        aspect-ratio:4 / 1
    }
}

@media (max-width: 1600px) {
    .premium-hero-section {
        aspect-ratio:3.8 / 1
    }
}

@media (max-width: 1440px) {
    .premium-hero-section {
        aspect-ratio:3.6 / 1
    }
}

@media (max-width: 1366px) {
    .premium-hero-section {
        aspect-ratio:3.55 / 1
    }
}

@media (max-width: 1280px) {
    .premium-hero-section {
        aspect-ratio:3.5 / 1
    }
}

@media (max-width: 1200px) {
    .premium-hero-section {
        aspect-ratio:3.35 / 1
    }
}

@media (max-width: 1100px) {
    .premium-hero-section {
        aspect-ratio:3.25 / 1
    }
}

@media (max-width: 1024px) {
    .premium-hero-section {
        aspect-ratio:3.2 / 1
    }
}

@media (max-width: 1401px) and (min-width: 769px) {
    .premium-hero-section {
        aspect-ratio:3 / 1
    }
}

@media (max-width: 1199px) and (min-width: 769px) {
    .premium-hero-section {
        aspect-ratio:2.2 / 1
    }
}

@media (max-width: 1083px) and (min-width: 769px) {
    .premium-hero-section {
        aspect-ratio:2.15 / 1
    }
}

@media (max-width: 1050px) and (min-width: 769px) {
    .premium-hero-section {
        aspect-ratio:2.1 / 1
    }
}

@media (max-width: 1000px) and (min-width: 769px) {
    .premium-hero-section {
        aspect-ratio:2.05 / 1
    }
}

@media (max-width: 950px) and (min-width: 769px) {
    .premium-hero-section {
        aspect-ratio:2 / 1
    }
}

@media (max-width: 900px) and (min-width: 769px) {
    .premium-hero-section {
        aspect-ratio:1.95 / 1
    }
}

@media (max-width: 896px) and (min-width: 769px) {
    .premium-hero-section {
        aspect-ratio:1.92 / 1
    }
}

@media (max-width: 880px) and (min-width: 769px) {
    .premium-hero-section {
        aspect-ratio:1.9 / 1
    }
}

@media (max-width: 850px) and (min-width: 769px) {
    .premium-hero-section {
        aspect-ratio:1.88 / 1
    }
}

@media (max-width: 820px) and (min-width: 769px) {
    .premium-hero-section {
        aspect-ratio:1.85 / 1
    }
}

@media (max-width: 800px) and (min-width: 769px) {
    .premium-hero-section {
        aspect-ratio:1.5 / 1;
        min-height: 400px
    }
}

@media (max-width: 794px) and (min-width: 769px) {
    .premium-hero-section {
        aspect-ratio:1.45 / 1;
        min-height: 420px
    }
}

@media (max-width: 790px) and (min-width: 769px) {
    .premium-hero-section {
        aspect-ratio:1.4 / 1;
        min-height: 440px
    }
}

@media (max-width: 785px) and (min-width: 769px) {
    .premium-hero-section {
        aspect-ratio:1.35 / 1;
        min-height: 460px
    }
}

@media (max-width: 780px) and (min-width: 769px) {
    .premium-hero-section {
        aspect-ratio:1.3 / 1;
        min-height: 480px
    }
}

@media (max-width: 768px) {
    .premium-hero-section {
        margin-top:70px;
        aspect-ratio: 3 / 1
    }
}

@media (max-width: 640px) {
    .premium-hero-section {
        margin-top:72px;
        aspect-ratio: 2.8 / 1
    }
}

@media (max-width: 480px) {
    .premium-hero-section {
        margin-top:74px;
        aspect-ratio: 2.6 / 1
    }
}

@media (max-width: 360px) {
    .premium-hero-section {
        margin-top:76px;
        aspect-ratio: 2.4 / 1
    }
}

.premium-hero-image {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0
}

.premium-hero-image img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.premium-hero-content-top {
    position: absolute;
    top: 0;
    left: 0;
    padding: 8rem 4rem 4rem;
    z-index: 2;
    max-width: 60%
}

@media (max-width: 2200px) and (min-width: 769px) {
    .premium-hero-content-top {
        top:72px
    }
}

@media (max-width: 3200px) {
    .premium-hero-content-top {
        max-width:62%;
        padding: 7.5rem 3.75rem 3.75rem
    }
}

@media (max-width: 2560px) {
    .premium-hero-content-top {
        max-width:65%;
        padding: 7rem 3.5rem 3.5rem
    }
}

@media (max-width: 2200px) {
    .premium-hero-content-top {
        max-width:68%;
        padding: 6.5rem 3.25rem 3.25rem
    }
}

@media (max-width: 2000px) {
    .premium-hero-content-top {
        max-width:69%;
        padding: 6.25rem 3.1rem 3.1rem
    }
}

@media (max-width: 1920px) {
    .premium-hero-content-top {
        max-width:70%;
        padding: 6rem 3rem 3rem
    }
}

@media (max-width: 1800px) {
    .premium-hero-content-top {
        max-width:71%;
        padding: 5.9rem 2.95rem 2.95rem
    }
}

@media (max-width: 1680px) {
    .premium-hero-content-top {
        max-width:72%;
        padding: 5.75rem 3rem 3rem
    }
}

@media (max-width: 1600px) {
    .premium-hero-content-top {
        max-width:73%;
        padding: 5.6rem 2.9rem 2.9rem
    }
}

@media (max-width: 1536px) {
    .premium-hero-content-top {
        max-width:74%;
        padding: 5.5rem 2.75rem 2.75rem
    }
}

@media (max-width: 1440px) {
    .premium-hero-content-top {
        max-width:74.5%;
        padding: 5.4rem 2.7rem 2.7rem
    }
}

@media (max-width: 1366px) {
    .premium-hero-content-top {
        max-width:75%;
        padding: 5.25rem 2.6rem 2.6rem
    }
}

@media (max-width: 1400px) {
    .premium-hero-content-top {
        max-width:75%;
        padding: 6rem 3rem 3rem
    }
}

@media (max-width: 1280px) {
    .premium-hero-content-top {
        max-width:78%;
        padding: 5.25rem 2.75rem 2.75rem
    }
}

@media (max-width: 1200px) {
    .premium-hero-content-top {
        max-width:79%;
        padding: 5.1rem 2.6rem 2.6rem
    }
}

@media (max-width: 1100px) {
    .premium-hero-content-top {
        max-width:79.5%;
        padding: 5rem 2.55rem 2.55rem
    }
}

@media (max-width: 1024px) {
    .premium-hero-content-top {
        max-width:80%;
        padding: 5rem 2.5rem 2.5rem
    }
}

@media (max-width: 1401px) and (min-width: 769px) {
    .premium-hero-content-top {
        top:64px;
        padding-top: 4.5rem
    }
}

@media (max-width: 1199px) and (min-width: 769px) {
    .premium-hero-content-top {
        top:70px;
        padding-top: 2.5rem
    }
}

@media (max-width: 1083px) and (min-width: 769px) {
    .premium-hero-content-top {
        top:72px;
        padding-top: 2.25rem;
        max-width: 82%
    }
}

@media (max-width: 1050px) and (min-width: 769px) {
    .premium-hero-content-top {
        top:74px;
        padding-top: 2rem;
        max-width: 83%
    }
}

@media (max-width: 1000px) and (min-width: 769px) {
    .premium-hero-content-top {
        top:76px;
        padding-top: 1.75rem;
        max-width: 84%
    }
}

@media (max-width: 950px) and (min-width: 769px) {
    .premium-hero-content-top {
        top:78px;
        padding-top: 1.5rem;
        max-width: 84.5%
    }
}

@media (max-width: 896px) and (min-width: 769px) {
    .premium-hero-content-top {
        top:80px;
        padding-top: 1.4rem;
        max-width: 85%
    }
}

@media (max-width: 880px) and (min-width: 769px) {
    .premium-hero-content-top {
        top:82px;
        padding-top: 1.3rem;
        max-width: 85.5%
    }
}

@media (max-width: 850px) and (min-width: 769px) {
    .premium-hero-content-top {
        top:84px;
        padding-top: 1.2rem;
        max-width: 86%
    }
}

@media (max-width: 820px) and (min-width: 769px) {
    .premium-hero-content-top {
        top:86px;
        padding-top: 1.1rem;
        max-width: 86.5%
    }
}

@media (max-width: 800px) and (min-width: 769px) {
    .premium-hero-content-top {
        top:70px;
        padding-top: 1.5rem;
        max-width: 87%
    }
}

@media (max-width: 794px) and (min-width: 769px) {
    .premium-hero-content-top {
        top:70px;
        padding-top: 1.4rem;
        max-width: 87.2%
    }
}

@media (max-width: 790px) and (min-width: 769px) {
    .premium-hero-content-top {
        top:70px;
        padding-top: 1.3rem;
        max-width: 87.3%
    }
}

@media (max-width: 785px) and (min-width: 769px) {
    .premium-hero-content-top {
        top:70px;
        padding-top: 1.2rem;
        max-width: 87.4%
    }
}

@media (max-width: 780px) and (min-width: 769px) {
    .premium-hero-content-top {
        top:70px;
        padding-top: 1.1rem;
        max-width: 87.5%
    }
}

@media (max-width: 900px) {
    .premium-hero-content-top {
        max-width:85%;
        padding: 4rem 2rem 2rem
    }
}

@media (max-width: 768px) {
    .premium-hero-content-top {
        max-width:90%;
        padding: 2rem 1.5rem 1.5rem
    }
}

@media (max-width: 640px) {
    .premium-hero-content-top {
        max-width:92%;
        padding: 1.75rem 1.25rem 1.25rem
    }
}

@media (max-width: 480px) {
    .premium-hero-content-top {
        max-width:94%;
        padding: 1.5rem 1rem 1rem
    }
}

@media (max-width: 360px) {
    .premium-hero-content-top {
        max-width:96%;
        padding: 1.25rem .9rem .9rem
    }
}

.premium-hero-content-bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 4rem;
    z-index: 2;
    max-width: 60%
}

@media (max-width: 3200px) {
    .premium-hero-content-bottom {
        max-width:62%;
        padding: 3.75rem
    }
}

@media (max-width: 2560px) {
    .premium-hero-content-bottom {
        max-width:65%;
        padding: 3.5rem
    }
}

@media (max-width: 2200px) {
    .premium-hero-content-bottom {
        max-width:68%;
        padding: 3.25rem
    }
}

@media (max-width: 2000px) {
    .premium-hero-content-bottom {
        max-width:69%;
        padding: 3.1rem
    }
}

@media (max-width: 1920px) {
    .premium-hero-content-bottom {
        max-width:70%;
        padding: 3rem
    }
}

@media (max-width: 1800px) {
    .premium-hero-content-bottom {
        max-width:71%;
        padding: 2.95rem
    }
}

@media (max-width: 1680px) {
    .premium-hero-content-bottom {
        max-width:72%;
        padding: 3rem
    }
}

@media (max-width: 1600px) {
    .premium-hero-content-bottom {
        max-width:73%;
        padding: 2.9rem
    }
}

@media (max-width: 1536px) {
    .premium-hero-content-bottom {
        max-width:74%;
        padding: 2.75rem
    }
}

@media (max-width: 1440px) {
    .premium-hero-content-bottom {
        max-width:74.5%;
        padding: 2.7rem
    }
}

@media (max-width: 1366px) {
    .premium-hero-content-bottom {
        max-width:75%;
        padding: 2.6rem
    }
}

@media (max-width: 1400px) {
    .premium-hero-content-bottom {
        max-width:75%;
        padding: 3rem
    }
}

@media (max-width: 1280px) {
    .premium-hero-content-bottom {
        max-width:78%;
        padding: 2.75rem
    }
}

@media (max-width: 1200px) {
    .premium-hero-content-bottom {
        max-width:79%;
        padding: 2.6rem
    }
}

@media (max-width: 1100px) {
    .premium-hero-content-bottom {
        max-width:79.5%;
        padding: 2.55rem
    }
}

@media (max-width: 1024px) {
    .premium-hero-content-bottom {
        max-width:80%;
        padding: 2.5rem
    }
}

@media (max-width: 1401px) and (min-width: 769px) {
    .premium-hero-content-bottom {
        padding-bottom:3rem
    }
}

@media (max-width: 1199px) and (min-width: 769px) {
    .premium-hero-content-bottom {
        padding-bottom:5.5rem
    }
}

@media (max-width: 1083px) and (min-width: 769px) {
    .premium-hero-content-bottom {
        padding-bottom:6rem;
        max-width: 82%;
        padding: 2.4rem
    }
}

@media (max-width: 1050px) and (min-width: 769px) {
    .premium-hero-content-bottom {
        padding-bottom:6.5rem;
        max-width: 83%;
        padding: 2.3rem
    }
}

@media (max-width: 1000px) and (min-width: 769px) {
    .premium-hero-content-bottom {
        padding-bottom:7rem;
        max-width: 84%;
        padding: 2.2rem
    }
}

@media (max-width: 950px) and (min-width: 769px) {
    .premium-hero-content-bottom {
        padding-bottom:7.5rem;
        max-width: 84.5%;
        padding: 2.1rem
    }
}

@media (max-width: 896px) and (min-width: 769px) {
    .premium-hero-content-bottom {
        padding-bottom:8rem;
        max-width: 85%;
        padding: 2rem
    }
}

@media (max-width: 880px) and (min-width: 769px) {
    .premium-hero-content-bottom {
        padding-bottom:8.5rem;
        max-width: 85.5%;
        padding: 1.9rem
    }
}

@media (max-width: 850px) and (min-width: 769px) {
    .premium-hero-content-bottom {
        padding-bottom:9rem;
        max-width: 86%;
        padding: 1.8rem
    }
}

@media (max-width: 820px) and (min-width: 769px) {
    .premium-hero-content-bottom {
        padding-bottom:9.5rem;
        max-width: 86.5%;
        padding: 1.7rem
    }
}

@media (max-width: 800px) and (min-width: 769px) {
    .premium-hero-content-bottom {
        padding-bottom:2rem;
        max-width: 87%;
        padding: 1.6rem;
        bottom: 2rem
    }
}

@media (max-width: 794px) and (min-width: 769px) {
    .premium-hero-content-bottom {
        padding-bottom:2.2rem;
        max-width: 87.2%;
        padding: 1.55rem;
        bottom: 2.2rem
    }
}

@media (max-width: 790px) and (min-width: 769px) {
    .premium-hero-content-bottom {
        padding-bottom:2.4rem;
        max-width: 87.3%;
        padding: 1.52rem;
        bottom: 2.4rem
    }
}

@media (max-width: 785px) and (min-width: 769px) {
    .premium-hero-content-bottom {
        padding-bottom:2.6rem;
        max-width: 87.4%;
        padding: 1.51rem;
        bottom: 2.6rem
    }
}

@media (max-width: 780px) and (min-width: 769px) {
    .premium-hero-content-bottom {
        padding-bottom:2.8rem;
        max-width: 87.5%;
        padding: 1.5rem;
        bottom: 2.8rem
    }
}

@media (max-width: 900px) {
    .premium-hero-content-bottom {
        max-width:85%;
        padding: 2rem
    }
}

@media (max-width: 768px) {
    .premium-hero-content-bottom {
        max-width:90%;
        padding: 1.5rem
    }
}

@media (max-width: 640px) {
    .premium-hero-content-bottom {
        max-width:92%;
        padding: 1.25rem
    }
}

@media (max-width: 480px) {
    .premium-hero-content-bottom {
        max-width:94%;
        padding: 1rem
    }
}

@media (max-width: 360px) {
    .premium-hero-content-bottom {
        max-width:96%;
        padding: .9rem
    }
}

.premium-hero-title {
    font-family: Knockout,Arial Black,Arial,sans-serif;
    font-weight: 365;
    font-size: 96px;
    line-height: 1.1;
    color: #fff;
    text-transform: uppercase;
    margin: 0;
    word-wrap: break-word
}

@media (max-width: 3200px) {
    .premium-hero-title {
        font-size:88px
    }
}

@media (max-width: 2560px) {
    .premium-hero-title {
        font-size:80px
    }
}

@media (max-width: 2200px) {
    .premium-hero-title {
        font-size:76px
    }
}

@media (max-width: 2000px) {
    .premium-hero-title {
        font-size:74px
    }
}

@media (max-width: 1920px) {
    .premium-hero-title {
        font-size:72px
    }
}

@media (max-width: 1800px) {
    .premium-hero-title {
        font-size:70px
    }
}

@media (max-width: 1680px) {
    .premium-hero-title {
        font-size:68px
    }
}

@media (max-width: 1600px) {
    .premium-hero-title {
        font-size:66px
    }
}

@media (max-width: 1536px) {
    .premium-hero-title {
        font-size:66px
    }
}

@media (max-width: 1440px) {
    .premium-hero-title {
        font-size:62px
    }
}

@media (max-width: 1366px) {
    .premium-hero-title {
        font-size:60px
    }
}

@media (max-width: 1400px) {
    .premium-hero-title {
        font-size:64px
    }
}

@media (max-width: 1280px) {
    .premium-hero-title {
        font-size:56px
    }
}

@media (max-width: 1200px) {
    .premium-hero-title {
        font-size:52px
    }
}

@media (max-width: 1100px) {
    .premium-hero-title {
        font-size:50px
    }
}

@media (max-width: 1024px) {
    .premium-hero-title {
        font-size:48px
    }
}

@media (max-width: 1401px) and (min-width: 769px) {
    .premium-hero-title {
        font-size:56px
    }
}

@media (max-width: 1199px) and (min-width: 769px) {
    .premium-hero-title {
        font-size:48px
    }
}

@media (max-width: 1083px) and (min-width: 769px) {
    .premium-hero-title {
        font-size:46px
    }
}

@media (max-width: 1050px) and (min-width: 769px) {
    .premium-hero-title {
        font-size:44px
    }
}

@media (max-width: 1000px) and (min-width: 769px) {
    .premium-hero-title {
        font-size:42px
    }
}

@media (max-width: 950px) and (min-width: 769px) {
    .premium-hero-title {
        font-size:40px
    }
}

@media (max-width: 896px) and (min-width: 769px) {
    .premium-hero-title {
        font-size:39px
    }
}

@media (max-width: 880px) and (min-width: 769px) {
    .premium-hero-title {
        font-size:38px
    }
}

@media (max-width: 850px) and (min-width: 769px) {
    .premium-hero-title {
        font-size:37px
    }
}

@media (max-width: 820px) and (min-width: 769px) {
    .premium-hero-title {
        font-size:36px
    }
}

@media (max-width: 800px) and (min-width: 769px) {
    .premium-hero-title {
        font-size:35px
    }
}

@media (max-width: 794px) and (min-width: 769px) {
    .premium-hero-title {
        font-size:34.7px
    }
}

@media (max-width: 790px) and (min-width: 769px) {
    .premium-hero-title {
        font-size:34.5px
    }
}

@media (max-width: 785px) and (min-width: 769px) {
    .premium-hero-title {
        font-size:34.2px
    }
}

@media (max-width: 780px) and (min-width: 769px) {
    .premium-hero-title {
        font-size:34px
    }
}

@media (max-width: 900px) {
    .premium-hero-title {
        font-size:42px
    }
}

@media (max-width: 768px) {
    .premium-hero-title {
        font-size:32px;
        line-height: 1.2
    }
}

@media (max-width: 640px) {
    .premium-hero-title {
        font-size:30px
    }
}

@media (max-width: 480px) {
    .premium-hero-title {
        font-size:28px
    }
}

@media (max-width: 360px) {
    .premium-hero-title {
        font-size:26px
    }
}

.premium-hero-subtitle {
    font-family: Knockout,Arial Black,Arial,sans-serif;
    font-weight: 365;
    font-size: 36px;
    line-height: 1.1;
    color: #fff;
    text-transform: uppercase;
    margin: 0;
    word-wrap: break-word
}

@media (max-width: 3200px) {
    .premium-hero-subtitle {
        font-size:34px
    }
}

@media (max-width: 2560px) {
    .premium-hero-subtitle {
        font-size:32px
    }
}

@media (max-width: 2200px) {
    .premium-hero-subtitle {
        font-size:31px
    }
}

@media (max-width: 2000px) {
    .premium-hero-subtitle {
        font-size:30px
    }
}

@media (max-width: 1920px) {
    .premium-hero-subtitle {
        font-size:30px
    }
}

@media (max-width: 1800px) {
    .premium-hero-subtitle {
        font-size:29px
    }
}

@media (max-width: 1680px) {
    .premium-hero-subtitle {
        font-size:29px
    }
}

@media (max-width: 1600px) {
    .premium-hero-subtitle {
        font-size:28px
    }
}

@media (max-width: 1536px) {
    .premium-hero-subtitle {
        font-size:28px
    }
}

@media (max-width: 1440px) {
    .premium-hero-subtitle {
        font-size:27px
    }
}

@media (max-width: 1366px) {
    .premium-hero-subtitle {
        font-size:26px
    }
}

@media (max-width: 1400px) {
    .premium-hero-subtitle {
        font-size:28px
    }
}

@media (max-width: 1280px) {
    .premium-hero-subtitle {
        font-size:26px
    }
}

@media (max-width: 1200px) {
    .premium-hero-subtitle {
        font-size:24px
    }
}

@media (max-width: 1100px) {
    .premium-hero-subtitle {
        font-size:23px
    }
}

@media (max-width: 1024px) {
    .premium-hero-subtitle {
        font-size:24px
    }
}

@media (max-width: 1401px) and (min-width: 769px) {
    .premium-hero-subtitle {
        font-size:24px;
        line-height: 1.2
    }
}

@media (max-width: 1199px) and (min-width: 769px) {
    .premium-hero-subtitle {
        font-size:22px;
        line-height: 1.25
    }
}

@media (max-width: 1083px) and (min-width: 769px) {
    .premium-hero-subtitle {
        font-size:21px;
        line-height: 1.26
    }
}

@media (max-width: 1050px) and (min-width: 769px) {
    .premium-hero-subtitle {
        font-size:20.5px;
        line-height: 1.27
    }
}

@media (max-width: 1000px) and (min-width: 769px) {
    .premium-hero-subtitle {
        font-size:20px;
        line-height: 1.28
    }
}

@media (max-width: 950px) and (min-width: 769px) {
    .premium-hero-subtitle {
        font-size:19.5px;
        line-height: 1.29
    }
}

@media (max-width: 896px) and (min-width: 769px) {
    .premium-hero-subtitle {
        font-size:19.2px;
        line-height: 1.3
    }
}

@media (max-width: 880px) and (min-width: 769px) {
    .premium-hero-subtitle {
        font-size:19px;
        line-height: 1.31
    }
}

@media (max-width: 850px) and (min-width: 769px) {
    .premium-hero-subtitle {
        font-size:18.8px;
        line-height: 1.32
    }
}

@media (max-width: 820px) and (min-width: 769px) {
    .premium-hero-subtitle {
        font-size:18.5px;
        line-height: 1.33
    }
}

@media (max-width: 800px) and (min-width: 769px) {
    .premium-hero-subtitle {
        font-size:18.2px;
        line-height: 1.34
    }
}

@media (max-width: 794px) and (min-width: 769px) {
    .premium-hero-subtitle {
        font-size:18.1px;
        line-height: 1.345
    }
}

@media (max-width: 790px) and (min-width: 769px) {
    .premium-hero-subtitle {
        font-size:18.05px;
        line-height: 1.347
    }
}

@media (max-width: 785px) and (min-width: 769px) {
    .premium-hero-subtitle {
        font-size:18.02px;
        line-height: 1.348
    }
}

@media (max-width: 780px) and (min-width: 769px) {
    .premium-hero-subtitle {
        font-size:18px;
        line-height: 1.35
    }
}

@media (max-width: 900px) {
    .premium-hero-subtitle {
        font-size:22px
    }
}

@media (max-width: 768px) {
    .premium-hero-subtitle {
        font-size:18px;
        line-height: 1.3
    }
}

@media (max-width: 640px) {
    .premium-hero-subtitle {
        font-size:17px
    }
}

@media (max-width: 480px) {
    .premium-hero-subtitle {
        font-size:16px
    }
}

@media (max-width: 360px) {
    .premium-hero-subtitle {
        font-size:15px
    }
}

.connoisseur-section {
    width: 100%;
    background-color: #b9965b;
    padding: 10rem 0
}

.connoisseur-container {
    max-width: 1800px;
    margin: 0 auto;
    padding: 0 3rem;
    display: flex;
    gap: 4rem;
    align-items: center
}

.connoisseur-video-wrapper {
    flex: 1.2;
    position: relative
}

.connoisseur-video-container {
    position: relative;
    width: 100%;
    aspect-ratio: 2 / 3;
    cursor: pointer;
    overflow: hidden
}

.connoisseur-video {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.connoisseur-play-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 10;
    pointer-events: none;
    display: flex;
    align-items: center;
    justify-content: center
}

.connoisseur-content {
    flex: 1;
    color: #fff
}

.connoisseur-title {
    font-family: Knockout,Arial Black,Arial,sans-serif;
    font-weight: 365;
    font-size: 48px;
    line-height: 1.1;
    color: #fff;
    text-transform: uppercase;
    margin: 0 0 2rem
}

.connoisseur-description {
    font-family: Arial,sans-serif;
    font-size: 18px;
    line-height: 1.6;
    color: #fff;
    margin: 0 0 3rem
}

.connoisseur-book-btn {
    padding: 18px 50px;
    background-color: #d9ab5e;
    color: #fff;
    border: none;
    font-family: Arial,sans-serif;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .1em;
    cursor: pointer;
    transition: background-color .3s ease,transform .2s ease;
    border-radius: 4px
}

.connoisseur-book-btn:hover {
    background-color: #b9965b;
    transform: translateY(-2px)
}

.connoisseur-book-btn:active {
    transform: translateY(0)
}

.brewery-section {
    width: 100%;
    background-color: #0a5c5c;
    padding: 10rem 0
}

.brewery-container {
    max-width: 1800px;
    margin: 0 auto;
    padding: 0 3rem;
    display: flex;
    gap: 4rem;
    align-items: center
}

.brewery-video-wrapper {
    flex: 1.2;
    position: relative
}

.brewery-video-container {
    position: relative;
    width: 100%;
    aspect-ratio: 2 / 3;
    cursor: pointer;
    overflow: hidden
}

.brewery-preview-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0
}

.brewery-video {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.brewery-play-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 10;
    pointer-events: none;
    display: flex;
    align-items: center;
    justify-content: center
}

.brewery-content {
    flex: 1;
    color: #fff
}

.brewery-title {
    font-family: Knockout,Arial Black,Arial,sans-serif;
    font-weight: 365;
    font-size: 48px;
    line-height: 1.1;
    color: #fff;
    text-transform: uppercase;
    margin: 0 0 2rem
}

.brewery-description {
    font-family: Arial,sans-serif;
    font-size: 18px;
    line-height: 1.6;
    color: #fff;
    margin: 0 0 3rem
}

.brewery-book-btn {
    padding: 18px 50px;
    background-color: #d9ab5e;
    color: #fff;
    border: none;
    font-family: Arial,sans-serif;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .1em;
    cursor: pointer;
    transition: background-color .3s ease,transform .2s ease;
    border-radius: 4px
}

.brewery-book-btn:hover {
    background-color: #b9965b;
    transform: translateY(-2px)
}

.brewery-book-btn:active {
    transform: translateY(0)
}

.things-to-know-section {
    width: 100%;
    background-color: #fff;
    padding: 6rem 0
}

.things-to-know-container {
    max-width: 800px;
    margin: 0 auto;
    padding: 0 3rem
}

.things-to-know-title {
    font-family: Knockout,Arial Black,Arial,sans-serif;
    font-weight: 365;
    font-size: 48px;
    line-height: 1.1;
    color: #000;
    text-transform: uppercase;
    margin: 0 0 3rem;
    text-align: left
}

.things-to-know-content {
    display: flex;
    flex-direction: column;
    gap: 2rem
}

.things-to-know-text {
    font-family: Arial,sans-serif;
    font-size: 18px;
    line-height: 1.6;
    color: #000;
    margin: 0;
    text-align: left
}

.things-to-know-link {
    color: #b9965b;
    text-decoration: underline;
    transition: color .3s ease
}

.things-to-know-link:hover {
    color: #d9ab5e
}

.gallery-section {
    width: 100%;
    background-color: #fff;
    padding: 4rem 0;
    position: relative;
    overflow: hidden
}

@media (min-width: 1401px) {
    .gallery-section {
        padding:6rem 0
    }
}

.gallery-header {
    width: 100%;
    margin: 0 auto 3rem;
    padding: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 4rem
}

.gallery-title {
    padding-left: 3rem
}

.gallery-description {
    padding-right: 3rem
}

.gallery-title {
    font-family: Knockout,Arial Black,Arial,sans-serif;
    font-weight: 365;
    font-size: 80px;
    line-height: 1.1;
    color: #000;
    text-transform: uppercase;
    margin: 0;
    flex-shrink: 0
}

.gallery-description {
    font-family: Arial,sans-serif;
    font-size: 16px;
    line-height: 1.6;
    color: #000;
    margin: 0;
    text-align: right;
    flex-shrink: 0
}

.gallery-carousel-wrapper {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    width: 100%;
    overflow: hidden
}

@media (min-width: 1401px) {
    .gallery-carousel-wrapper {
        gap:1.5rem;
        padding: 0 3rem
    }
}

.gallery-row {
    display: flex;
    gap: 1rem;
    width: max-content;
    will-change: transform
}

@media (min-width: 1401px) {
    .gallery-row {
        gap:1.5rem
    }
}

.gallery-row-top {
    flex-direction: row;
    animation: scrollTop 40s linear infinite
}

.gallery-row-bottom {
    flex-direction: row;
    animation: scrollBottom 40s linear infinite
}

@keyframes scrollTop {
    0% {
        transform: translate(0)
    }

    to {
        transform: translate(-50%)
    }
}

@keyframes scrollBottom {
    0% {
        transform: translate(-50%)
    }

    to {
        transform: translate(0)
    }
}

.gallery-item {
    flex: 1;
    aspect-ratio: 1;
    overflow: hidden;
    position: relative
}

@media (min-width: 769px) and (max-width: 1400px) {
    .gallery-item {
        flex:0 0 200px
    }

    .gallery-row-bottom .gallery-item {
        flex: 0 0 180px
    }
}

@media (min-width: 1401px) {
    .gallery-item,.gallery-row-bottom .gallery-item {
        flex:0 0 700px
    }
}

.gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block
}

@media (max-width: 1024px) {
    .gallery-title {
        font-size:48px;
        padding-left: 1.5rem
    }

    .gallery-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 1rem
    }

    .gallery-description {
        text-align: left;
        padding-right: 0;
        padding-left: 1.5rem
    }
}

.premium-content-section {
    width: 100%;
    background-color: #fff;
    padding: 6rem 0;
    display: flex;
    justify-content: center;
    align-items: center
}

.premium-content-container {
    max-width: 800px;
    padding: 0 3rem;
    text-align: center
}

.premium-content-title {
    font-family: Knockout,Arial Black,Arial,sans-serif;
    font-weight: 365;
    font-size: 48px;
    line-height: 1.1;
    color: #000;
    text-transform: uppercase;
    margin: 0 0 2rem
}

.premium-content-text {
    font-family: Arial,sans-serif;
    font-size: 18px;
    line-height: 1.6;
    color: #000;
    margin: 0 0 3rem;
    text-align: left
}

.premium-book-btn {
    padding: 18px 50px;
    background-color: #b9965b;
    color: #fff;
    border: none;
    font-family: Arial,sans-serif;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .1em;
    cursor: pointer;
    transition: background-color .3s ease,transform .2s ease;
    border-radius: 4px
}

.premium-book-btn:hover {
    background-color: #d9ab5e;
    transform: translateY(-2px)
}

.premium-book-btn:active {
    transform: translateY(0)
}

@media (max-width: 1200px) {
    .premium-hero-title {
        font-size:72px
    }

    .premium-hero-subtitle {
        font-size: 28px
    }

    .premium-content-title {
        font-size: 36px
    }
}

@media (max-width: 1200px) {
    .connoisseur-container,.brewery-container {
        flex-direction:column
    }

    .connoisseur-video-wrapper,.brewery-video-wrapper {
        width: 100%
    }

    .connoisseur-title,.brewery-title {
        font-size: 36px
    }
}

@media (max-width: 768px) {
    .premium-hero-content-top {
        padding:4rem 2rem 2rem
    }

    .premium-hero-content-bottom {
        padding: 2rem
    }

    .premium-hero-title {
        font-size: 36px
    }

    .premium-hero-subtitle {
        font-size: 20px
    }

    .connoisseur-section,.brewery-section {
        padding: 4rem 0
    }

    .connoisseur-container,.brewery-container {
        padding: 0 1.5rem;
        gap: 2rem
    }

    .connoisseur-title,.brewery-title {
        font-size: 28px
    }

    .connoisseur-description,.brewery-description {
        font-size: 16px
    }

    .connoisseur-book-btn,.brewery-book-btn {
        padding: 15px 40px;
        font-size: 14px
    }

    .premium-content-section {
        padding: 4rem 0
    }

    .premium-content-container {
        padding: 0 1.5rem
    }

    .premium-content-title {
        font-size: 28px
    }

    .premium-content-text {
        font-size: 16px
    }

    .premium-book-btn {
        padding: 15px 40px;
        font-size: 14px
    }

    .things-to-know-section {
        padding: 4rem 0
    }

    .things-to-know-container {
        padding: 0 1.5rem
    }

    .things-to-know-title {
        font-size: 36px
    }

    .things-to-know-text {
        font-size: 16px
    }

    .gallery-section {
        padding: 3rem 0
    }

    .gallery-header {
        flex-direction: column;
        gap: 1rem;
        padding: 0 1.5rem
    }

    .gallery-title {
        font-size: 36px;
        padding-left: 1.5rem
    }

    .gallery-description {
        font-size: 14px;
        padding-right: 0;
        padding-left: 1.5rem
    }

    .gallery-item {
        flex: 0 0 160px
    }
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box
}

.App {
    min-height: 100vh;
    background-color: #000
}

body {
    margin: 0;
    font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

code {
    font-family: source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace
}
