/* LAYOUT 2025 */
:root {
  --primary-bg: #003541;
  --secondary-bg: #F0F7FA
}

.color-scheme-blue {
  --primary-bg: #003541;
  --secondary-bg: #F0F7FA
}

.color-scheme-green {
  --primary-bg: #21320C;
  --secondary-bg: #EEF2E9
}

.color-scheme-brown {
  --primary-bg: #322102;
  --secondary-bg: #FAF6F0
}

.color-scheme-red {
  --primary-bg: #510D0D;
  --secondary-bg: #F7EDED
}

.color-scheme-cold-grey {
  --primary-bg: #35353C;
  --secondary-bg: #F2F0FA
}

.color-scheme-violet {
  --primary-bg: #110040;
  --secondary-bg: #F7F5FF
}


.adventure-bg-beta {
    background-color: var(--secondary-bg);
}

.adventure-hero {
    position: relative;
    min-height: calc(100svh - 112px);
    max-height: 820px;
}

.adventure-hero-background {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
}

.adventure-hero-background::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(0,0,0,.40) 0%, rgba(0,0,0,.40) 100%);
  pointer-events: none;
}

.adventure-hero-background picture,
.adventure-hero-background img,
.adventure-hero-background video {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}

.adventure-hero-background iframe {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 155vh;
    height: 100vh;
}


.adventure-hero-content {
    position: relative;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: flex-end;
    height: 100%;
    min-height: inherit;
    padding: 0 0 72px;
}

.adventure-hero-content-top {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 48px 0;
}

.adventure-hero-content-top-inner {
    max-width: 1024px;
    margin-left: auto;
    margin-right: auto;
}

.adventure-hero-content-bottom .f-price,
.adventure-hero-content-bottom .f-btn {
    color: #FFF;
    margin-top: 0 !important;
}

.adventure-hero-content-bottom .f-btn + .f-btn {
    margin-left: 8px !important;
}

.adventure-hero-content-bottom .f-price-prefix {
    font-weight: 400;
}

.adventure-hero-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 4px;
}

.adventure-hero .adventure-summary-reviews {
    gap: 2px;
}

.adventure-hero .adventure-summary-reviews .icon {
    font-size: 12px;
}

.adventure-page-labels {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 8px;
}

.adventure-page-labels .adventure-card-label {
    text-decoration: none;
}

.adventure-page-intro {
    padding-bottom: 56px;
    display: flow-root;
    overflow: visible;
}

.adventure-page-intro-container {
    position: relative;
    z-index: 1;
    margin-top: -56px;
}

.adventure-intro-container {
    background-color: var(--primary-bg);
    color: #fff;

    border-radius: 16px;
    padding: 20px 20px 56px;
}

.adventure-intro-container .f-btn-inline {
    color: #fff;
}

.adventure-intro-text {
    font-size: 18px;
    line-height: 150%;
}

.adventure-intro-text a {
    color: #fff;
}

.adventure-intro .card-guide-profile {
    width: 120px;
    margin-right: 0;
}

.adventure-intro .f-btn-inline {
    font-weight: 400;
    font-size: 14px;
}

.intro-guide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.intro-guide .card-guide {
    text-decoration: none;
    color: #fff;
}

.intro-guide .card-guide-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 8px;
    margin-bottom: 0;
}

.intro-guide-quote p:first-child::before {
    content: '“';
}

.intro-guide-quote p:last-child::after {
    content: '”';
}

.trim-text-adventure-intro {
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
    word-break: break-word;
}

.trim-text-review-card {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    word-break: break-word;
}

.adventure-content-itineraries-head {
    margin-bottom: 40px;
}

.adventure-section {
    padding: 56px 0;
}

.adventure-section-title {
    margin-bottom: 40px;
}

.adventure-things-to-know-more {
  margin-top: 40px;
}

.adventure-things-to-know .ac,
.adventure-things-to-know .ac-panel {
    background-color: var(--secondary-bg);;
}

.adventure-cta-ribbon {
    display: none;
}

.adventure-cta-ribbon.is-visible {
    display: block;
}

.adventure-cta-ribbon {
  background-color: #ffffff;
  border-bottom: 1px solid rgba(30, 30, 30, 0.08);
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
}

@-webkit-keyframes slideFromBottom {
  from {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes slideFromBottom {
  from {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@-webkit-keyframes slideFromTop {
  from {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes slideFromTop {
  from {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.adventure-cta-ribbon-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 16px;
}

.adventure-cta-ribbon-price-duration {
    -ms-flex-negative: 0;
        flex-shrink: 0;
}

.adventure-cta-ribbon-content .f-btn--block {
    width: auto;
}

.adventure-cta-ribbon--fe .adventure-cta-ribbon-content .f-btn {
    -ms-flex-negative: 0;
        flex-shrink: 0;
}

.adventure-section {
    overflow: hidden;
}

.adventure-guide-reviews-head {
    margin-bottom: 40px;
}

.adventure-guide-reviews-head .icon {
    font-size: 12px;
}

.adventure-guide-reviews-head-stats {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 4px;
}

.adventure-content-slider {
    position: relative;
}

.adventure-content-slider .f-btn-arrow {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    z-index: 10;
}

.adventure-section .card-basic,
.adventure-content-slider .card-basic {
    max-width: 100%;
    border: 1px solid rgba(30, 30, 30, 0.08);
    -webkit-box-shadow: none;
            box-shadow: none;
}

.adventure-content-slider .f-btn-arrow.swiper-button-disabled {
    display: none;
}

.adventure-content-slider .swiper-slider-button-prev {
    left: -16px;
}

.adventure-content-slider .swiper-slider-button-next {
    right: -16px;
}

.adventure-content-slider .f-btn-arrow {
    background-color: #fff;
    -webkit-box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.08);
            box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.08);
}

.adventure-slider-card .page-content.wp-content p {
    line-height: 24px;
}

.adventure-slider-card .page-content.wp-content img {
    border-radius: 16px;
}

.adventure-slider-card-head {
    border-bottom: 1px solid rgba(30, 30, 30, 0.08);
}

.adventure-slider-card-title {
    position: relative;
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    padding-bottom: 10px;
}

.adventure-slider-card-title::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 100%;
    height: 2px;
    background-color: #06001E;
}

.adventure-slider-card-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 24px;
    min-height: 320px;
}


.adventure-slider-card-image img {
    display: block;
    border-radius: 16px;
    aspect-ratio: 1/1;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
}

.adventure-slider-card-image,
.adventure-slider-card-content {
    -ms-flex-preferred-size: calc(50% - 24px);
        flex-basis: calc(50% - 24px);
}

.adventure-slider-card-image {
    position: relative;
    cursor: pointer;
    height: 100%;
    aspect-ratio: 4 / 3;
}

.adventure-slider-card-image img {
    aspect-ratio: 4 / 3 !important;
}

.swiper-fade-overlay {
    background: -webkit-gradient(linear, right top, left top, from(white), to(transparent));
    background: -o-linear-gradient(right, white 0%, transparent 100%);
    background: linear-gradient(to left, white 0%, transparent 100%);
}

.swiper-fade-overlay.left {
    background: -webkit-gradient(linear, left top, right top, from(white), to(transparent));
    background: -o-linear-gradient(left, white 0%, transparent 100%);
    background: linear-gradient(to right, white 0%, transparent 100%);
}

.swiper-fade-overlay.right {
    background: -webkit-gradient(linear, right top, left top, from(white), to(transparent));
    background: -o-linear-gradient(right, white 0%, transparent 100%);
    background: linear-gradient(to left, white 0%, transparent 100%);
}

.adventure-bg-beta .swiper-fade-overlay {
    background: -webkit-gradient(linear, right top, left top, from(var(--secondary-bg)), to(transparent));
    background: -o-linear-gradient(right, var(--secondary-bg) 0%, transparent 100%);
    background: linear-gradient(to left, var(--secondary-bg) 0%, transparent 100%);
}

.adventure-bg-beta .swiper-fade-overlay.left {
    background: -webkit-gradient(linear, left top, right top, from(var(--secondary-bg)), to(transparent));
    background: -o-linear-gradient(left, var(--secondary-bg) 0%, transparent 100%);
    background: linear-gradient(to right, var(--secondary-bg) 0%, transparent 100%);
}

.adventure-bg-beta .swiper-fade-overlay.right {
    background: -webkit-gradient(linear, right top, left top, from(var(--secondary-bg)), to(transparent));
    background: -o-linear-gradient(right, var(--secondary-bg) 0%, transparent 100%);
    background: linear-gradient(to left, var(--secondary-bg) 0%, transparent 100%);
}

.adventure-content-slider-fixed-navigation .f-btn-arrow {
    top: 170px;
}

.js-itineraries-content > .swiper-wrapper > .swiper-slide:not(.swiper-slide-active) {
    opacity: 0;
    visibility: hidden;
}

.adventure-brochure-section-cta-box {
    border-radius: 20px;
    border: 1px solid rgba(30, 30, 30, 0.08);
    background-color: var(--primary-bg);
    color: #fff;
    margin-top: 90px;
}

.adventure-brochure-section-cta-box-inner {
    position: relative;
    padding: 232px 24px 24px 24px;
}

.adventure-brochure-section-cta-box-content {
    margin-top: 24px;
}

.adventure-brochure-section-cta-box .pdf-brochure-featured-image {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    top: -60px;
}

.pdf-brochure-featured-image-inner {
    height: 100%;
    /* reset transform */
    -webkit-transform: none;
    -ms-transform: none;
        transform: none;
}

.pdf-brochure-featured-image-trailer-included {
    position: absolute;
    left: 8px;
    bottom: 8px;
}

.pdf-brochure-featured-image-trailer-included img {
    display: block;
}

.fancybox-container--pdf-brochure .fancybox-slide {
    padding: 0;
}

.fancybox-container--pdf-brochure .fancybox-button.fancybox-close-small {
    right: 6px;
    top: 6px;
    color: #fff;
    opacity: 1;
    height: 40px;
    width: 40px;
    padding: 8px;
    z-index: 1000;
}

/* start */
.fancybox-container--pdf-brochure .fancybox-inner {
  -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
          transform: translateY(100%);
  opacity: 0;
}

/* opening / opened */
.fancybox-container--pdf-brochure.fancybox-is-open .fancybox-inner {
  -webkit-transition: opacity 260ms ease, -webkit-transform 260ms ease;
  transition: opacity 260ms ease, -webkit-transform 260ms ease;
  -o-transition: transform 260ms ease, opacity 260ms ease;
  transition: transform 260ms ease, opacity 260ms ease;
  transition: transform 260ms ease, opacity 260ms ease, -webkit-transform 260ms ease;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}

/* closing */
.fancybox-container--pdf-brochure.fancybox-is-closing .fancybox-inner {
  -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
          transform: translateY(100%);
  opacity: 0;
}

.fancybox-slide .pdf-brochure-popup {
    max-width: 375px;
    border-radius: 16px;
    padding: 64px 24px 24px 24px;
    -webkit-box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.08);
            box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.08);
    background-color: var(--primary-bg);
}

.pdf-brochure-popup .pdf-brochure-form-success--book-a-call,
.pdf-brochure-popup .pdf-brochure-form-success--book-a-call a {
    color: rgba(255, 255, 255, 0.75);
}

.pdf-brochure-popup .f-form-element .label {
    color: rgba(255, 255, 255, 0.75);
}

.pdf-brochure-popup .f-btn-icon {
    background-color: transparent;
    border-color: rgba(255, 255, 255, 0.20);
}

.pdf-brochure-popup .f-btn-icon .icon {
    color: #fff;
}

.pdf-brochure-popup .pdf-brochure-form.is-success + .pdf-brochure-form-success .f-form-success {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    width: 100%;
}

.adventure-private-cta-section-inner {
    border-radius: 16px;
    background-color: var(--primary-bg);
    padding: 56px 24px;
}

.adventure-private-cta-section-inner .f-btn + .f-btn {
    margin-top: 0 !important;
    margin-left: 16px;
}

.adventure-gallery-video-placeholder {
    position: relative;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.adventure-gallery-video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-decoration: none;
}

.adventure-gallery-play {
    width: 72px;
    height: 72px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-radius: 50%;
    border: 3px solid #fff;
    background: rgba(12, 12, 12, 0.30);
}

.adventure-gallery-play .icon {
    color: #fff;
    font-size: 50px;
}

.adventure-gallery img,
.adventure-gallery picture {
    display: block;
    max-width: 100%;
    height: auto;
}

.adventure-gallery {
    display: grid;
    gap: 4px;
    overflow: hidden;
    position: relative;
}

.adventure-gallery-hero {
    position: relative;
    aspect-ratio: 16 / 9;
    overflow: hidden;
}

.adventure-gallery-hero .adventure-gallery-image-large {
    position: relative;
    width: 100%;
    height: 100%;
}

.adventure-gallery-hero,
.adventure-gallery-image-normal {
    position: relative;
    overflow: hidden;
}

.adventure-gallery-hero picture,
.adventure-gallery-hero img,
.adventure-gallery-image-normal img {
    position: absolute;
    width: calc(100% + 1px);
    height: calc(100% + 1px);
    object-fit: cover;
    object-position: center;
}

.adventure-gallery-thumbs {
    display: grid;
    gap: 4px;
    grid-template-columns: repeat(2, 1fr);
}

.adventure-gallery-image-normal {
    position: relative;
    aspect-ratio: 1 / 1;
    overflow: hidden;
}

.adventure-gallery-image-normal img {
    position: absolute;
    width: calc(100% + 1px);
    height: calc(100% + 1px);
    object-fit: cover;
    object-position: center;
}

.adventure-gallery-view-all {
    position: absolute;
    right: 24px;
    bottom: 24px;
}

.adventure-gallery-btn {
    display: block;
    width: 100%;
    text-align: center;
    font-weight: bold;
    font-size: 13px;
    line-height: 16px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #1E1E1E;
    background-color: #FFFFFF;
    border-radius: 4px;
    min-height: 48px;
}

.adventure-content-slider .f-btn-arrow {
    width: 32px;
    height: 32px;
    padding: 0;
}

.guide-slide .card-guide-profile {
    height: 72px;
}

.card-guide-profile img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media screen and (min-width: 1200px) and (orientation: landscape) {
    .adventure-hero-background iframe {
        width: 120vw;
        height: 80vw;
    }
}

@media (min-width: 768px) and (min-height: 768px) {
    .fancybox-container--pdf-brochure .fancybox-slide {
        padding-top: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }
}


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

    .adventure-cta-ribbon.is-visible .adventure-cta-ribbon-section-menu {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 10;
        background-color: #fff;
        padding: 20px 20px 0;
        -webkit-box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.08);
                box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.08);
    }

    .adventure-cta-ribbon.is-visible .adventure-cta-ribbon-content {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        z-index: 10;
        background-color: #fff;
    }

    .adventure-cta-ribbon-content {
        padding: 12px 20px 20px;
    }

    .adventure-cta-ribbon-section-menu {
        -webkit-transition: -webkit-transform .3s ease;
        transition: -webkit-transform .3s ease;
        -o-transition: transform .3s ease;
        transition: transform .3s ease;
        transition: transform .3s ease, -webkit-transform .3s ease;
        -webkit-animation-name: slideFromTop;
                animation-name: slideFromTop;
        -webkit-animation-duration: .5s;
                animation-duration: .5s;
    }

    .adventure-cta-ribbon-content {
        -webkit-transition: -webkit-transform .3s ease;
        transition: -webkit-transform .3s ease;
        -o-transition: transform .3s ease;
        transition: transform .3s ease;
        transition: transform .3s ease, -webkit-transform .3s ease;
        -webkit-animation-name: slideFromBottom;
                animation-name: slideFromBottom;
        -webkit-animation-duration: .5s;
                animation-duration: .5s;
    }

    .adventure-content-slider .swiper-container {
        margin-left: -20px;
        margin-right: -20px;
        padding-left: 20px;
    }

    .adventure-slider-card-content {
        padding-bottom: 18px;
    }

    .adventure-content-slider .f-btn-arrow {
        display: none;
    }

    .adventure-slider-card-body {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        gap: 16px;
        padding-right: 24px;
    }

    /* removes padding from last card */
    .adventure-content-slider .swiper-slide:last-child .adventure-slider-card-body {
        padding-right: 0;
    }

    .fancybox-slide .pdf-brochure-popup {
        max-width: 100%;
        width: 100%;
        height: 100%;
        border-radius: 0;
        padding: 90px 24px 24px 24px;
        -webkit-box-shadow: none;
                box-shadow: none;
    }

    .adventure-gallery {
        grid-template-columns: 1fr;
        border-radius: 0;
        margin-left: -20px;
        margin-right: -20px;
    }

    .adventure-gallery-thumbs {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 768px) {
    .adventure-content-slider-fixed-navigation .f-btn-arrow {
        top: 195px;
    }

    .adventure-slider-card-content-solo {
        padding-right: 24px;
    }

    .adventure-slider-card-content-solo img {
        object-fit: cover;
        width: 100%;
        height: 100%;
        display: block;
        max-width: 500px;
        max-height: 300px;
    }

    .adventure-hero {
        min-height: 520px;
        height: calc(100vh - 224px);
    }

    .intro-guide {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        gap: 56px;
    }

    .intro-guide .card-guide {
        -ms-flex-preferred-size: 160px;
            flex-basis: 160px;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    }

    .adventure-intro-container {
        padding: 56px;
    }

    .adventure-intro-text {
        font-size: 20px;
        line-height: 150%;
    }

    .adventure-trip-highlights {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 24px;
    }

    .adventure-trip-highlights > * {
        -webkit-box-flex: 0;
            -ms-flex: 0 1 50%;
                flex: 0 1 50%;
    }

    .trim-text-adventure-intro {
        -webkit-line-clamp: 4;
    }

    .adventure-cta-ribbon {
        -webkit-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease;
        -webkit-animation-name: slideFromTop;
                animation-name: slideFromTop;
        -webkit-animation-duration: .5s;
                animation-duration: .5s;
    }

    .adventure-cta-ribbon-inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        gap: 12px;
        padding: 12px 20px 15px;
    }

    .swiper-fade-overlay {
        position: absolute;
        top: 0;
        right: 0;
        width: 60px;
        height: 100%;
        pointer-events: none;
        z-index: 10;
    }

    .swiper-fade-overlay.left {
        left: -1px;
        right: auto;
        display: none;
    }
    .swiper-fade-overlay.right {
        right: -1px;
        left: auto;
    }
    .swiper-fade-overlay.hidden {
        display: none;
    }
    
    .adventure-guide-reviews--slider.add-min-h .card-adventure-review {
        min-height: 200px;
    }

    .adventure-brochure-section-cta {
        padding-bottom: 88px;
    }

    .adventure-brochure-section-cta-box-content {
        margin-top: 0;
    }

    .adventure-brochure-section-cta-box .pdf-brochure-featured-image {
        left: 40px;
        -webkit-transform: none;
            -ms-transform: none;
                transform: none;
    }

    .adventure-brochure-section-cta-box-inner {
        position: relative;
        padding: 24px 24px 24px 258px;
    }

    .adventure-private-cta-section-inner {
        padding: 24px;
    }

    .adventure-gallery {
        grid-template-columns: 16fr 9fr;
        align-items: stretch;
        border-radius: 16px;
    }
}

@media (min-width: 1200px) {
    .adventure-content-slider .f-btn-arrow {
        width: 40px;
        height: 40px;
    }

    .adventure-content-slider .swiper-slider-button-prev {
        left: -24px;
    }

    .adventure-content-slider .swiper-slider-button-next {
        right: -24px;
    }
}

.single-adventure .site-main-header {
    border-bottom: 1px solid rgba(30, 30, 30, 0.08);
}

.adventure-page .sidebar {
    display: none;
}

.adventure-sidebar-mobile-only .sidebar {
    display: block;
}

.adventure-summary {
    padding-top: 24px;
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 20px;
    padding-right: 20px;

    border-top: 1px solid rgba(30, 30, 30, 0.08);
    border-bottom: 1px solid rgba(30, 30, 30, 0.08);
    background: #FFF;
    -webkit-box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.08);
            box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.08);

}

/* main availabiltiy button */
.adventure-summary-head .adventure-main-cta {
    margin-top: 16px;
}

.adventure-summary-head .f-price-duration {
    margin-bottom: 8px;
}

@media (min-width: 768px) {
    .adventure-page .sidebar {
        display: block;
    }

    .adventure-sidebar-mobile-only .sidebar {
        display: none;
    }

    .adventure-summary {
        padding-top: 24px;
        padding-bottom: 24px;
        margin-left: 0;
        margin-right: 0;
        padding-left: 0;
        padding-right: 0;

        border-radius: 16px;
        border: 1px solid rgba(30, 30, 30, 0.08);
    }

    .adventure-summary-head {
        display: block;
        padding-bottom: 16px;
        margin-left: 24px;
        margin-right: 24px;
    }
}

@media (min-width: 1200px) {
    .adventure-cta-ribbon-inner {
        padding-left: 56px;
        padding-right: 56px;
        max-width: 1200px;
        margin-left: auto;
        margin-right: auto;
    }
}

.f-adventure-head-reviews {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 8px;
}

.f-adventure-head-reviews .adventure-summary-reviews {
  margin-top: 4px;
}

.adventure-summary-top a {
  text-decoration: none;
}

.adventure-summary-top a > span {
  display: block;
}

.adventure-infoboxes {
  margin-bottom: 8px;
  margin-left: -8px; /* Remove the gap between the infoboxes */
  margin-right: -8px; /* Remove the gap between the infoboxes */
  margin-top: 56px;
  padding: 0 20px;
}

@media (min-width: 1024px) {
    .adventure-infoboxes {
        margin-left: 0;
        margin-right: 0;
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 1fr 24px 1fr;
        grid-template-columns: 1fr 1fr;
        gap: 24px;
        padding: 0 56px;
      }

    .adventure-infobox {
        margin: -6px -8px;
    }
}

.adventure-infobox {
    padding: 6px 8px;
}

.adventure-infobox--type-trigger {
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 8px;
    border-radius: 8px;
}

.adventure-infobox--type-trigger .icon {
    color: #000000;
    -webkit-transition: -webkit-transform .3s ease-out;
    transition: -webkit-transform .3s ease-out;
    -o-transition: transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out, -webkit-transform .3s ease-out;
}

.adventure-infobox--type-trigger:hover .icon {
    -webkit-transform: translateX(4px);
        -ms-transform: translateX(4px);
            transform: translateX(4px);
}

.adventure-infobox-text {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}

.adventure-summary-reviews {
  text-decoration: none;
  font-weight: 500;
  color: #212121;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
}

.adventure-summary-reviews button {
    -webkit-text-decoration-line: underline;
            text-decoration-line: underline;
    -webkit-text-decoration-style: solid;
            text-decoration-style: solid;
    -webkit-text-decoration-skip-ink: none;
            text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
}

.adventure-summary-reviews .icon {
  color: #D82137;
}

.adventure-summary-body-additional-cta-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}

.adventure-summary-body-additional-cta {
    margin-top: 16px;
    padding-top: 16px;
    border-top: 1px solid rgba(30, 30, 30, 0.08);
}

@media (min-width: 768px) {
    .adventure-summary-body-additional-cta {
        padding-top: 16px;
        margin-right: 24px;
        margin-left: 24px;
        margin-top: 0;
        border-top: 1px solid rgba(30, 30, 30, 0.08);
    }
}

@media (max-width: 767px) {
    .adventure-summary-body-additional-cta-buttons {
        margin-top: 24px;
        margin-bottom: 16px;
        padding-bottom: 16px;
    }
}

.adventure-summary-body-additional-cta-buttons .f-btn {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 0 !important;
  max-width: 50%;
  padding-left: 0;
  padding-right: 0;
}


.adventure-trip-highlights-item:not(:last-child) {
    margin-bottom: 24px;
}

.adventure-content-image {
  margin: 24px 0 48px;
}

.adventure-content-image img {
  border-radius: 16px;
  aspect-ratio: 1 / 1;
}

@media (min-width: 1200px) {
  .adventure-content-image {
    margin: 48px 0;
  }

  .adventure-content-image img {
    aspect-ratio: 16 / 9;
  }
}

.adventure-itineraries-slider-nav {
  overflow: hidden;
  margin: 0 -20px;
  width: calc(100% + 40px);
  padding: 0 0 16px 20px;
  border-bottom: 1px solid rgba(30, 30, 30, 0.08);
  margin-bottom: 16px;
}

.adventure-itineraries-slider-nav .swiper-slide {
  width: auto !important;
}

@media (min-width: 1200px) {
  .adventure-itineraries-slider-nav {
    margin: 0;
    width: 100%;
    padding-left: 0;
    margin-bottom: 16px;
  }
}

.itinerary-card {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-decoration: none;
  -webkit-transition: -webkit-box-shadow .3s ease;
  transition: -webkit-box-shadow .3s ease;
  -o-transition: box-shadow .3s ease;
  transition: box-shadow .3s ease;
  transition: box-shadow .3s ease, -webkit-box-shadow .3s ease;
}

.itinerary-card:hover {
  -webkit-box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.08);
}

@media (max-width: 767px) {
  .itinerary-card {
    margin-bottom: 16px;
  }
}

.itinerary-card-title {
  color: #212121;
  margin-bottom: 2px;
}

.itinerary-card-subtitle {
  color: #404040;
}

.itinerary-card-footer .itinerary-card-duration {
  color: #404040
}

.itinerary-card--sidebar {
  margin-bottom: 8px;
}

.itinerary-card--sidebar .itinerary-card-buttons .f-btn {
  margin-top: 0 !important;
}

.itinerary-card-buttons .f-btn + .f-btn {
  margin-left: 16px;
}

.itinerary-card--waitlist {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.itinerary-card--waitlist .card-content {
  margin-right: 24px;
}


.itinerary-card--waitlist .card-cta {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

@media (max-width: 767px) {
  .itinerary-card--waitlist {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }

  .itinerary-card--waitlist .card-content {
    margin-right: 0;
    margin-bottom: 16px;
  }
}


.itinerary-card--sidebar .itinerary-card-footer {
  margin-top: 16px;
}

.itinerary-card--sidebar .itinerary-card-head {
  min-height: 42px;
}

.itinerary-card--dates {
  margin-bottom: 8px;
}

.itinerary-card--dates .itinerary-card-footer {
  margin-top: 12px;
}

.scroll-link {
  display: block;
  text-decoration: none;
  margin-right: 24px;
  padding-bottom: 10px;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #757575;
  border-bottom: 2px solid transparent;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.scroll-link.active {
  color: #06001E;
  border-bottom: 2px solid #06001E;
}


@media (min-width: 768px) {
  .section-nav {
    position: relative;
    overflow: hidden;
    padding: 0;
    margin: 0;
  }
}

.scroll-section {
  scroll-margin: 56px;
}

.section-nav ol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.section-nav ol li {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.adventure-modal.single-itinerary-dates-modal {
  padding-bottom: 80px;
}

a.adventure-infobox {
  text-decoration: none;
}

.section-controls-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 16px;
}

@media (min-width: 1200px) {
  .section-controls-header {
    margin-bottom: 24px;
  }
}

.adventure-guide-modal {
  max-width: 720px;
  -webkit-box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.08);
  border-radius: 16px;
  padding: 64px 40px 40px;
}

.adventure-guide-modal .fancybox-close-small {
  right: 14px;
  top: 14px;
}

.adventure-guide-reviews .icon-star {
  color: #D82137;
}


.adventure-review {
  margin: 48px 0;
}

.adventure-text-section {
  margin: 48px 0;
}

.adventure-text-section .wp-content {
  max-width: 774px;
}

.adventure-text-section .wp-content p {
  line-height: 24px;
}

.adventure-related-adventures {
    overflow: hidden;
}

@media screen and (max-width: 768px) {
    .adventure-related-adventures .swiper-container {
        overflow: unset;
    }
}

.adventure-related-adventures .swiper-slide {
  width: 254px;
}

.adventure-content-itinerary .accordion-container {
  margin-top: 16px;
  border-top: 1px solid rgba(30, 30, 30, 0.08);
}

.adventure-content-itinerary-intro {
  margin-top: 24px;
}

.adventure-modal {
  height: 100vh;
  padding: 0 20px 0;
}

@media (min-width: 768px) {
  .adventure-modal {
    padding: 0 40px 0;
  }
}

.adventure-modal-content-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 64px;
  position: sticky;
  left: 0;
  top: 0;
  width: 100%;
  background: #ffffff;
  z-index: 1;
}

@media (min-width: 768px) {
  .adventure-modal-content-head {
    height: 96px;
  }
}

.adventure-modal-content-head .icon {
  color: #757575;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.adventure-modal-content-head-title {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  white-space: nowrap;
  overflow: hidden;
  margin: 0 24px;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  text-align: center;
}

.adventure-modal-content-body .f-form {
  margin: 32px 0;
}

.adventure-modal-content-body {
  min-height: calc(100vh - 184px);
  margin-top: 16px;
  padding-bottom: 120px;
}

@media (min-width: 768px) {
  .adventure-modal-content-body {
    min-height: calc(100vh - 204px);
    margin-top: 0;
    padding-bottom: 40px;
  }
}

.adventure-modal-content-cta {
  position: sticky;
  bottom: 0;
  width: 100%;
  left: 0;
  padding: 20px 0 40px;
  background: #ffffff;
}

@media (max-width: 767px) {
  .adventure-modal-content-cta {
    position: fixed;
    padding: 20px;
    border-top: 1px solid rgba(30, 30, 30, 0.08);
  }
}

.adventure-modal-content-info {
  margin-top: 32px;
}

.adventure-modal-content-info-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 8px;
}

.adventure-modal-content-info-title .title {
  margin-bottom: 0;
}

.adventure-modal-content-info-title .icon {
  font-size: 32px;
  margin-right: 8px;
}

.adventure-modal-back {
  visibility: hidden;
  opacity: 0;
}

.adventure-modal-back.is-visible {
  visibility: visible;
  opacity: 1;
}

.adventure-sidebar-itineraries-grid {
  margin: 16px 0 24px;
}

.adventure-sidebar-itineary-dates-grid {
  margin: 16px 0 24px;
}

.adventure-sidebar-itineary-dates-grid--sold-out {
  margin-top: 24px;
}

.adventure-sidebar-itineary-dates-grid--sold-out .itinerary-card {
  background: #F9F9F9;
}

.adventure-sidebar-itineary-dates-grid--sold-out .itinerary-card *:not(.f-btn) {
  color: #757575;
}

.adventure-sidebar-itineary-dates-grid--sold-out .title {
  margin-bottom: 16px;
}

.adventure-sidebar-itineary-dates-year-select {
  margin: 24px 0 0;
}

.adventure-webinar .card {
  max-width: 768px;
  margin: 0 auto;
}

.adventure-webinar .card + .card {
  margin-top: 48px;
}

.pdf-brochure-form-success--book-a-call {
  margin-top: 16px;
  color: #212121;
}

.pdf-brochure-popup .pdf-brochure-featured-image {
    margin: 0 auto 36px;
}

.pdf-brochure-popup .pdf-brochure-form-success.f-form-success {
    padding-left: 0;
    padding-right: 0;
}

.pdf-brochure-popup .pdf-brochure-widget--popup .pdf-brochure-widget-description {
    margin: 16px 0 24px;
}

.pdf-brochure-popup .f-form.is-loading [type=submit] {
    color: initial !important;
}

.adventure-page.is-founders-edition .adventure-summary-footer {
  padding-top: 16px;
}


.adventure-video-trailer {
  margin: 48px 0;
}

.adventure-video-trailer-player {
  position: relative;
  border-radius: 16px 16px 0 0;
  overflow: hidden;
}

.adventure-video-trailer-player--16-9 {
  aspect-ratio: 16/9;
}

.adventure-video-trailer iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.adventure-video-trailer .f-vimeo-controls {
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  opacity: 0;

  padding-top: 68px;
  background: -webkit-gradient(linear, left top, left bottom, from(0), color-stop(0%, #000), to(rgba(0, 0, 0, 0.00)));
  background: -o-linear-gradient(0, #000 0%, rgba(0, 0, 0, 0.00) 100%);
  background: linear-gradient(0, #000 0%, rgba(0, 0, 0, 0.00) 100%);
}

.adventure-video-trailer .f-vimeo-controls:hover {
  opacity: 1;
}

.adventure-video-trailer-player.is-fullscreen {
  background-color: #000000;
}

.adventure-video-trailer-footer {
  position: relative;
  padding: 24px;
  border-radius: 0 0 16px 16px;
  color: #ffffff;
  background-color: #0C0C0C;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: -1px;
}

.adventure-video-trailer-player-placeholder {
  cursor: pointer;
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 5;
}

.adventure-video-trailer-player-placeholder::after {
  content: '';
  background: -webkit-gradient(linear, left top, left bottom, from(0), color-stop(0%, #000), to(rgba(0, 0, 0, 0.00)));
  background: -o-linear-gradient(0, #000 0%, rgba(0, 0, 0, 0.00) 100%);
  background: linear-gradient(0, #000 0%, rgba(0, 0, 0, 0.00) 100%);
  width: 100%;
  height: 120px;
  bottom: 0;
  position: absolute;
  left: 0;
  z-index: 1;
}

.adventure-video-trailer-player-placeholder svg {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
}

.adventure-video-trailer-player-placeholder img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transform: scale(1.000001);
      -ms-transform: scale(1.000001);
          transform: scale(1.000001);
  -webkit-transition: -webkit-transform 1s;
  transition: -webkit-transform 1s;
  -o-transition: transform 1s;
  transition: transform 1s;
  transition: transform 1s, -webkit-transform 1s;
}

.adventure-video-trailer-player-placeholder:hover img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}

.adventure-video-trailer-modal.fancybox-content {
  margin-top: 10vh;
}

.adventure-video-trailer-modal .f-modal-header img {
  border-radius: 16px;
}

.adventure-video-trailer-modal .f-form-success,
.adventure-video-trailer-modal .f-form-error {
  margin-bottom: 0;
}

.adventure-video-trailer-modal .f-form-success span {
  vertical-align: top;
}

.adventure-video-trailer-modal .f-form-success--book-a-call {
  margin-top: 24px;
}

.video-modal {
    display: none;
    position: relative;
}

.video-modal.is-visible {
    display: block;
}

.video-modal-backsplash {
    display: none;
}

.video-modal-backsplash.is-visible {
    display: block;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99993;
    background-color: #000000;
}

.video-modal-content {
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .5s ease-in-out,top .5s ease-in-out;
    -o-transition: opacity .5s ease-in-out,top .5s ease-in-out;
    transition: opacity .5s ease-in-out,top .5s ease-in-out;
    z-index: 99994;
    width: 100%;
}

.video-modal-content.is-visible {
    opacity: 1;
    visibility: visible
}

.video-modal-content iframe {
    width: 100%;
    aspect-ratio: 16/9;
}

/* Landscape that should encompass even iPhone 14 pro max */
@media screen and (max-device-width: 926px) and (orientation: landscape) {
    .video-modal-content iframe {
        height: 85vh;
    }

    .f-vimeo-fullscreen {
        display: none;
    }
}

.video-modal-close-button {
    position: fixed;
    z-index: 99999;
    background-color: transparent;
    top: 12px;
    right: 20px;
    border: none;
    padding: 8px
}

.video-modal-close-button .icon {
    color: #949494;
}

.video-modal-content .f-vimeo-controls {
    position: relative;
    padding-top: 10px;
}

.adventure-extra-content-column {
  padding: 24px 0;
}

.adventure-sitewide-notice {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 134, 209, 0.20)), to(rgba(0, 134, 209, 0.20))), rgba(255, 255, 255, 0.20);
  background: -o-linear-gradient(bottom, rgba(0, 134, 209, 0.20) 0%, rgba(0, 134, 209, 0.20) 100%), rgba(255, 255, 255, 0.20);
  background: linear-gradient(0deg, rgba(0, 134, 209, 0.20) 0%, rgba(0, 134, 209, 0.20) 100%), rgba(255, 255, 255, 0.20);
  padding: 8px;
  text-align: center;
}

.intro-guide .icon-quote-bg {
  position: absolute;
  left: 0;
  top: 0;
  color: #000000;
  width: 40px;
  height: 40px;
  font-size: 40px;
}

#adventure-waitlist input[readonly] {
  background: #F9F9F9;
  border-color: rgba(30, 30, 30, 0.08);
}

.itinerary-card--sidebar-inverse {
    background-color: #0C0C0C;
    color: #ffffff; 
}

.itinerary-card--sidebar-inverse .itinerary-card-title,
.itinerary-card--sidebar-inverse .itinerary-card-subtitle,
.itinerary-card--sidebar-inverse .f-price-duration .f-price {
    color: #ffffff;
}

.itinerary-card--sidebar-inverse .f-price-duration .f-separator,
.itinerary-card--sidebar-inverse .f-price-duration .f-duration {
    color: rgba(255, 255, 255, 0.75);
}

.itinerary-card--sidebar-inverse .f-btn--primary {
    background-color: #ffffff;
    color: #06001E;
}

.pdf-brochure-widget--adventure-section .f-form-inline-container {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 16px;
}

.pdf-brochure-widget--adventure-section .f-form-inline-container button {
    margin: 0 !important;
}

.pdf-brochure-widget--adventure-section .f-form-inline-container label {
    margin-bottom: 0 !important;
}

.pdf-brochure-widget--adventure-section .pdf-brochure-widget-description {
    margin-bottom: 0;
}

.pdf-brochure-widget--adventure-section .pdf-brochure-form.is-success + .pdf-brochure-form-success,
.pdf-brochure-widget--adventure-section .pdf-brochure-form.is-success + .pdf-brochure-form-success .pdf-brochure-form-success--book-a-call,
.pdf-brochure-widget--popup .pdf-brochure-form.is-success + .pdf-brochure-form-success,
.pdf-brochure-widget--popup .pdf-brochure-form.is-success + .pdf-brochure-form-success .pdf-brochure-form-success--book-a-call {
    margin-top: 24px;
}

.adventure-page-hero > .f-content {
    margin-bottom: 16px;
}

.remove-border-bottom {
    border-bottom: none;
    padding-bottom: 0;
}

.adventure-section-hub {
    margin: 48px 0;
}

.sidebar-hub-page {
    margin-top: 24px;
    margin-bottom: 16px;
}

@media (min-width: 768px) {
    .sidebar-hub-page {
        margin-bottom: 0;
    }
}

.adventure-summary-service-info-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 8px;
}

.adventure-summary-service-info-item .icon {
    font-size: 16px;
   color: #4CAD00;
}

.adventure-modal .adventure-summary-service-info {
    border-radius: 16px;
    border: 1px solid rgba(30, 30, 30, 0.08);
    padding: 16px;
    margin-bottom: 24px;
}

.adventure-conversion-notice {
    display: flex;
    align-items: center;
    gap: 2px;
}

.adventure-conversion-notice .icon {
    color: #949494;
    font-size: 16px;
}

.sidebar .adventure-summary-service-info-item-conversion-notice {
    display: none;
}

.adventure-hero .adventure-conversion-notice .icon {
    color: rgba(255, 255, 255, 0.75);
}