@import url("https://fonts.googleapis.com/css2?family=Lato:wght@400;700;900&family=Montserrat:wght@400;500;600;700;800&family=Playfair+Display:wght@500;600;700;800&display=swap");

html,
body {
  font-family: "Lato", Arial, sans-serif !important;
}

body,
p,
li,
blockquote,
.about-body,
.day-pane-text,
.day-timetable-item,
.experience-card-text,
.pricing-feature-item,
.testimonial-text,
.u-text-size-large,
.u-text-size-small {
  font-family: "Lato", Arial, sans-serif !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
.heading-h1,
.heading-h1.is-small,
.heading-h2,
.u-heading-h3-small,
.slide-popup-heading,
.big-letter {
  font-family: "Playfair Display", Georgia, serif !important;
  letter-spacing: 0 !important;
}

.section-hero .hero-bg-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  pointer-events: none;
}

.section-hero .image-wrap::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: rgba(0, 0, 0, 0.2);
  pointer-events: none;
}

.navbar,
.navbar-link,
.navbar-dropdown-toggle,
.navbar-dropdown-link,
.brand-wordmark,
.primary-button,
.secondary-button,
.tertiary-button,
.button-text,
.dates,
.badge,
.eyebrow-section,
.eyebrow-item,
.tag-item,
.day-tabs-link,
.footer-nav-title,
.footer-link,
.contact-link-wrap,
.nav-link-wrap,
.price-meta,
label,
input,
select,
textarea {
  font-family: "Montserrat", Arial, sans-serif !important;
  letter-spacing: 0 !important;
}

:root {
  --br-primary: #5B6246;
  --br-secondary: #B28C4D;
  --br-bg: #F4EEE7;
  --br-support-1: #A3A07A;
  --br-support-2: #CFC5B5;
  --br-support-3: #4D4D42;
  --br-support-4: #DDD3C7;
  --br-page: var(--br-support-4);
  --br-surface: var(--br-bg);
  --br-surface-subtle: var(--br-support-2);
  --font--primary: "Lato", Arial, sans-serif;
  --color--base--black: var(--br-support-3);
  --color--base--white: var(--br-surface);
  --color--base--accent: var(--br-secondary);
  --color--base--accent-dark: var(--br-primary);
  --color--backgrounds--bg-page: var(--br-page);
  --color--backgrounds--bg-subtle: var(--br-surface-subtle);
  --color--backgrounds--bg-green: var(--br-primary);
  --color--backgrounds--bg-frost: rgba(244, 238, 231, 0.72);
  --color--text--text-muted: rgba(77, 77, 66, 0.72);
  --color--text--heading-accent: var(--br-secondary);
  --color--text--text-frost: rgba(244, 238, 231, 0.72);
  --border--color-size--border-subtle: var(--br-support-2);
  --navbar--scroll-invert--border-initial: rgba(77, 77, 66, 0);
  --navbar--scroll-invert--bg-initial: rgba(244, 238, 231, 0);
  --navbar--scroll-invert--item-initial: var(--br-bg);
  --navbar--scroll-invert--dropdown-bg-initial: var(--br-primary);
}

::selection {
  background-color: var(--br-secondary);
  color: var(--br-bg);
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: var(--br-secondary) !important;
  border-color: var(--br-secondary) !important;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px rgba(178, 140, 77, 0.45) !important;
}

.form-input:focus,
.form-textarea:focus,
.w-input:focus,
.w-select:focus {
  border-color: var(--br-secondary) !important;
}

.docs-card {
  background-color: var(--color--base--white);
}

.docs-card .steps-number.is-small {
  background-color: var(--color--backgrounds--bg-subtle);
}

.navbar-menu-right > .primary-button,
.navbar-menu-right > .primary-button .button-text {
  color: #fff !important;
}

.brand-link img[alt="Beyond Routes logo"],
.footer-brand-link img[alt="Beyond Routes logo"] {
  object-fit: contain !important;
}

.brand-link img[alt="Beyond Routes logo"] {
  width: auto !important;
  height: 2.5rem !important;
}

.navbar .brand-link {
  display: flex;
  align-items: center;
  width: auto;
  max-width: none !important;
}

.brand-wordmark {
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  color: currentColor;
}

@media screen and (min-width: 992px) {
  .navbar-brand-wrap {
    width: 18% !important;
    flex: 0 0 18%;
  }

  .navbar-menu-wrap:not(.is-docs) {
    width: 82% !important;
    justify-content: space-between;
    align-items: center;
  }

  .navbar-menu-center {
    flex: 1 1 auto;
    min-width: 0;
    display: flex;
    justify-content: center;
  }

  .navbar-menu-right {
    width: auto !important;
    flex: 0 0 auto;
    margin-left: 1rem;
  }

  .navbar-menu {
    flex-wrap: nowrap;
  }

  .navbar-menu .list-item,
  .navbar-link,
  .navbar-dropdown-toggle,
  .navbar-dropdown-inner {
    flex-shrink: 0;
    white-space: nowrap;
  }
}

@media screen and (min-width: 992px) and (max-width: 1180px) {
  .navbar-link,
  .navbar-dropdown-toggle {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

.footer-brand-link img[alt="Beyond Routes logo"] {
  width: 7rem !important;
  height: auto !important;
}

.footer .big-letters {
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  gap: clamp(0.15rem, 0.8vw, 1rem);
}

.footer .big-letter-wrap {
  flex: 1 1 0;
  min-width: 0;
  justify-items: center;
}

.footer .big-letter-wrap.is-word-gap {
  margin-right: clamp(0.25rem, 1.6vw, 2rem);
}

.footer .big-letter {
  font-size: clamp(2.75rem, 8.8vw, 11rem);
  line-height: 0.95;
  text-transform: uppercase;
}

@media screen and (max-width: 767px) {
  .brand-link img[alt="Beyond Routes logo"] {
    height: 2.25rem !important;
  }

  .brand-wordmark {
    font-size: 0.875rem;
  }

  .footer .big-letters {
    gap: 0.1rem;
  }

  .footer .big-letter-wrap.is-word-gap {
    margin-right: 0.35rem;
  }

  .footer .big-letter {
    font-size: clamp(1.75rem, 8.2vw, 4rem);
  }
}

.w-brflow-badge {
  display: none !important;
  visibility: hidden !important;
  pointer-events: none !important;
}

.navbar-dropdown-inner {
  align-items: center;
}

.navbar-dropdown-icon.w-icon-dropdown-toggle {
  position: relative !important;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  display: block;
  flex: 0 0 0.8em;
  width: 0.8em;
  height: 0.8em;
  margin: 0 !important;
  font-size: inherit;
  line-height: 1;
}

.navbar-dropdown-icon.w-icon-dropdown-toggle::before {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background-color: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2024%2024'%3E%3Cpath%20d='m6%209%206%206%206-6'%20fill='none'%20stroke='black'%20stroke-width='2.6'%20stroke-linecap='round'%20stroke-linejoin='round'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2024%2024'%3E%3Cpath%20d='m6%209%206%206%206-6'%20fill='none'%20stroke='black'%20stroke-width='2.6'%20stroke-linecap='round'%20stroke-linejoin='round'/%3E%3C/svg%3E") center / contain no-repeat;
}

.slider.is-testimonials .slide.is-testimonials {
  height: auto !important;
}

.slider.is-testimonials .slide.is-testimonials .slide-content {
  height: clamp(25rem, 34vw, 30rem) !important;
}

.slider.is-testimonials .testimonial-content {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
}

.slider.is-testimonials .testimonial-content blockquote {
  flex: 1 1 auto;
}

.slider.is-testimonials .testimonial-author {
  margin-top: auto;
}

@media screen and (max-width: 767px) {
  .slider.is-testimonials .slide.is-testimonials .slide-content {
    height: 30rem !important;
  }
}

@media screen and (max-width: 479px) {
  .slider.is-testimonials .slide.is-testimonials .slide-content {
    height: 34rem !important;
  }
}

.pricing-card-price {
  align-items: baseline;
  gap: 0.35rem;
  flex-wrap: wrap;
}

.pricing-card-price .price-meta {
  display: inline-block !important;
}

.pricing-card-price .price-meta:first-child {
  text-transform: uppercase;
  font-family: "Montserrat", Arial, sans-serif !important;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.04em !important;
  color: var(--color--text--text-muted);
}

.pricing-card-price .price-meta:last-child {
  font-family: "Montserrat", Arial, sans-serif !important;
  font-size: 0.75rem;
  font-weight: 600;
  color: var(--color--text--text-muted);
}

.pricing-card-price strong {
  font-family: "Playfair Display", Georgia, serif !important;
  font-size: clamp(2.1rem, 4vw, 3.2rem);
  line-height: 1;
}

.section-pricing .pricing-card-header .emoji-wrap {
  width: 3.5rem !important;
  height: 3.5rem !important;
  min-width: 3.5rem;
  padding: 0 !important;
  background: transparent !important;
  border: 0 !important;
  border-radius: 50%;
  box-shadow: none !important;
  overflow: hidden;
}

.section-pricing .pricing-card-header .emoji {
  width: 100% !important;
  height: 100% !important;
  display: block;
  object-fit: cover;
  border-radius: 50%;
}

.pricing-dropdown-toggle {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
}

.pricing-dropdown-toggle .chevron-icon,
.pricing-feature-item .check-icon {
  flex: 0 0 auto;
}

.pricing-dropdown-content {
  position: static;
  width: 100%;
  background: transparent;
}

.pricing-feature-list {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.pricing-feature-item {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
}

.footer-credit-row {
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.footer-credit-row .footer-link {
  margin-left: auto;
}

.footer .footer-link:hover,
.footer .footer-link:focus,
.footer .footer-link:hover *,
.footer .footer-link:focus * {
  color: var(--br-bg) !important;
}

.footer .footer-link:hover svg,
.footer .footer-link:focus svg {
  color: var(--br-bg) !important;
}

@media screen and (max-width: 767px) {
  .footer-credit-row {
    flex-direction: column;
    justify-content: center;
    text-align: center;
  }

  .footer-credit-row .footer-link {
    margin-left: 0;
  }
}

:root {
  --navbar--scroll-invert--dropdown-bg-initial: rgba(244, 238, 231, 0.78);
}

.navbar-dropdown-list,
.navbar-dropdown-list.w--open {
  background-color: rgba(244, 238, 231, 0.82) !important;
  border: 1px solid rgba(77, 77, 66, 0.16);
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
  box-shadow: 0 1rem 2rem rgba(77, 77, 66, 0.12);
}

.navbar-dropdown-link {
  color: var(--br-support-3) !important;
}

.navbar-dropdown-link:hover,
.navbar-dropdown-link:focus {
  color: var(--br-primary) !important;
  background-color: rgba(255, 255, 255, 0.26) !important;
}

.navbar-dropdown-list.is-mega-menu {
  width: min(28rem, calc(100vw - 2rem));
  padding: 0.65rem;
  gap: 0.35rem;
}

.navbar-dropdown-list.is-mega-menu.w--open {
  display: grid !important;
}

.mega-destination-link,
.mega-destination-link.w-dropdown-link {
  display: grid !important;
  grid-template-columns: 3.35rem minmax(0, 1fr);
  align-items: center;
  gap: 0.75rem;
  padding: 0.55rem !important;
  color: var(--br-support-3) !important;
  border-radius: 0.5rem;
  white-space: normal;
}

.mega-destination-link:hover,
.mega-destination-link:focus {
  color: var(--br-primary) !important;
  background-color: rgba(255, 255, 255, 0.38) !important;
}

.mega-destination-image {
  width: 3.35rem;
  height: 3.35rem;
  border-radius: 50%;
  object-fit: cover;
  display: block;
}

.mega-destination-copy {
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: 0.15rem;
}

.mega-destination-title {
  color: inherit;
  font-weight: 700;
  line-height: 1.15;
}

.mega-destination-meta {
  color: rgba(77, 77, 66, 0.72);
  font-family: "Lato", Arial, sans-serif;
  font-size: 0.78rem;
  line-height: 1.25;
}

.mega-destination-link:hover .mega-destination-meta,
.mega-destination-link:focus .mega-destination-meta {
  color: rgba(77, 77, 66, 0.86);
}

.navbar-mobile-dropdown-bg,
.navbar-mobile-dropdown-bg:where(.w-variant-998d0b6a-a741-b52e-bbc7-76c0cc034424) {
  background-color: rgba(244, 238, 231, 0.88) !important;
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
}

.section-cta .layout-centered.is-cta {
  isolation: isolate;
  overflow: hidden;
}

.section-cta .image-wrap.u-absolute-full {
  z-index: 0;
}

.section-cta .image-wrap.u-absolute-full::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.42), rgba(0, 0, 0, 0.54));
}

.section-cta .layout-centered.is-cta > :not(.image-wrap) {
  position: relative;
  z-index: 2;
}

.day-static-wrap {
  width: 100%;
}

.day-static-wrap .day-pane-content-wrap {
  width: 100%;
}

.team-header {
  align-items: flex-start !important;
}

.team-header .heading-wrap {
  align-items: flex-start;
  text-align: left;
}

.team-subtitle {
  margin-top: 0.5rem;
  text-align: left;
}

.section-final-cta .cta-emoji-wrap {
  background-color: transparent !important;
  padding: 0 !important;
  overflow: hidden;
}

.section-final-cta .cta-emoji-wrap.is-right {
  width: clamp(5.5rem, 8vw, 7.25rem) !important;
  height: clamp(5.5rem, 8vw, 7.25rem) !important;
}

.section-final-cta .cta-emoji-wrap .emoji {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
  display: block;
}

.footer-brand-link,
.footer-brand-link.w--current {
  max-width: 9.5rem !important;
}

.footer-brand-link img[alt="Beyond Routes logo"] {
  width: 9.5rem !important;
}

.footer .big-letters {
  width: calc(100% + 0.5rem);
  margin-right: -0.25rem;
  margin-left: -0.25rem;
  gap: 0;
}

.footer .big-letter-wrap.is-word-gap {
  margin-right: clamp(0.35rem, 1.2vw, 1.5rem);
}

.footer .big-letter-wrap:first-child {
  justify-items: start;
}

.footer .big-letter-wrap:last-child {
  justify-items: end;
}

.footer .footer-bottom {
  gap: 0.125rem !important;
}

.footer .footer-meta {
  margin-top: -0.125rem;
}

.footer-credit-row,
.footer-credit-row .footer-link,
.footer-credit-row .meta-link-wrap {
  font-family: "Lato", Arial, sans-serif !important;
  font-size: 0.75rem;
  line-height: 130%;
}

.primary-button:not(.is-grey),
.primary-button:not(.is-grey) .button-text,
.primary-button:hover,
.primary-button:hover .button-text,
.primary-button:focus,
.primary-button:focus .button-text,
.primary-button:where(.w-variant-405759d0-2ba3-9573-cacd-4e5cac629705):hover,
.primary-button:where(.w-variant-405759d0-2ba3-9573-cacd-4e5cac629705):hover .button-text,
.primary-button:where(.w-variant-310b25ce-4b31-6d2f-4739-69828e9b5937):hover,
.primary-button:where(.w-variant-310b25ce-4b31-6d2f-4739-69828e9b5937):hover .button-text {
  color: #fff !important;
}

.primary-button.is-grey {
  color: var(--color--base--black) !important;
}

.primary-button.is-grey:hover,
.primary-button.is-grey:focus,
.primary-button.is-grey:hover .button-text,
.primary-button.is-grey:focus .button-text,
.tertiary-button:hover,
.tertiary-button:focus,
.tertiary-button:hover *,
.tertiary-button:focus * {
  color: #fff !important;
}

.badge:not(.u-frost) {
  color: #fff;
  background-color: var(--br-secondary);
  border-color: rgba(255, 255, 255, 0.24);
}

.badge:not(.u-frost) svg,
.primary-button svg,
.tertiary-button:hover svg,
.tertiary-button:focus svg {
  color: #fff !important;
}

/* Section polish */
.section-levels .levels-card > .u-flex-row {
  align-items: center;
}

.section-levels .image-circle-wrap {
  width: clamp(5rem, 7vw, 6.25rem) !important;
  height: clamp(5rem, 7vw, 6.25rem) !important;
  padding: 0 !important;
  background: transparent !important;
  border-radius: 50%;
  overflow: hidden;
  flex: none;
}

.section-levels .image-circle-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
  display: block;
}

.section-levels .badge {
  color: #fff !important;
  background-color: var(--br-primary) !important;
  border-color: rgba(255, 255, 255, 0.32) !important;
}

.section-levels .badge * {
  color: #fff !important;
}

.lightbox-link.route-preview-link {
  cursor: default;
}

.lightbox-link.route-preview-link .media-link-overlay,
.lightbox-link.route-preview-link .eye-icon-wrap {
  pointer-events: none;
}

.section-experience .experience-card .emoji-wrap {
  width: clamp(4.5rem, 6vw, 5.75rem) !important;
  height: clamp(4.5rem, 6vw, 5.75rem) !important;
  padding: 0 !important;
  background: transparent !important;
  border-radius: 50%;
  overflow: hidden;
  flex: none;
}

.section-experience .experience-card .emoji {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
  display: block;
}

.section-program .day-static-wrap {
  padding-top: 1rem;
}

.section-program .day-pane-content-wrap {
  align-items: flex-start !important;
  gap: clamp(1rem, 3vw, 2rem) !important;
}

.section-program .day-pane-text {
  align-self: flex-start;
  padding-top: 0.5rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.section-program .day-pane-text p {
  margin-bottom: 0;
}

.section-program .day-pane-text .secondary-button {
  align-self: flex-start;
  margin-top: 0.25rem;
}

.section-program .day-pane-image {
  align-self: flex-start;
  overflow: hidden;
  border-radius: var(--border--color-size--radius-inner);
}

.section-program .day-pane-image img {
  display: block;
}

.section-instructors .slide-content {
  display: none !important;
}

.section-instructors .slide.is-instructors {
  cursor: default;
  pointer-events: none;
}

.section-instructors .left-arrow,
.section-instructors .right-arrow {
  pointer-events: auto;
}

.pricing-all-trips-wrap {
  display: flex;
  justify-content: center;
  margin-top: clamp(1.25rem, 3vw, 2rem);
}

.section-faq .faq-question .eyebrow-item {
  display: none !important;
}

.section-faq .faq-accordion-header {
  display: flex !important;
  align-items: center !important;
}

.section-faq .faq-question {
  flex: 1 1 auto;
  align-self: stretch;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  min-height: 100%;
}

.section-faq .faq-question .u-heading-h3-small {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  line-height: 1.2;
}

.section-faq .chevron-button {
  flex: 0 0 auto;
  align-self: center;
}

.section-team .slide .image-wrap::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: rgba(0, 0, 0, 0.2);
}

.section-team .slide-content {
  position: relative;
  z-index: 2;
}

.section-team .badge.u-frost {
  color: #fff !important;
  background-color: rgba(0, 0, 0, 0.32) !important;
  border-color: rgba(255, 255, 255, 0.34) !important;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
}

.section-team .badge.u-frost * {
  color: #fff !important;
}

.section-final-cta .cta-footer {
  justify-content: center !important;
  align-items: center !important;
  gap: 0.75rem 1rem !important;
  text-align: center;
}

.section-final-cta .cta-footer .u-text-size-small {
  text-align: center;
}

.section-final-cta .cta-footer .social-link-row {
  justify-content: center !important;
  gap: 0.5rem !important;
}

.sticky-whatsapp-button {
  position: fixed;
  right: clamp(1rem, 2vw, 1.5rem);
  bottom: clamp(1rem, 2vw, 1.5rem);
  z-index: 9999;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 4.25rem;
  height: 4.25rem;
  color: #fff !important;
  background-color: #25d366;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 50%;
  box-shadow: 0 0.9rem 1.8rem rgba(18, 140, 126, 0.28), 0 0 0 0.35rem rgba(37, 211, 102, 0.14);
  transition: transform 180ms ease, background-color 180ms ease, box-shadow 180ms ease;
}

.sticky-whatsapp-button::before {
  content: "";
  position: absolute;
  inset: -0.55rem;
  z-index: -1;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(37, 211, 102, 0.5) 0%, rgba(37, 211, 102, 0.22) 48%, rgba(37, 211, 102, 0) 72%);
  animation: sticky-whatsapp-glow 2.4s ease-in-out infinite;
}

.sticky-whatsapp-button:hover,
.sticky-whatsapp-button:focus {
  color: #fff !important;
  background-color: #128c7e;
  transform: translateY(-0.125rem);
  box-shadow: 0 1.1rem 2.25rem rgba(18, 140, 126, 0.36), 0 0 0 0.45rem rgba(37, 211, 102, 0.2);
}

.sticky-whatsapp-button svg {
  position: relative;
  z-index: 1;
  width: 1.8rem;
  height: 1.8rem;
  color: #fff !important;
}

.image-circle-wrap,
.emoji-wrap,
.cta-emoji-wrap {
  padding: 0 !important;
  background: transparent !important;
  border-radius: 50%;
  overflow: hidden;
}

.image-circle-wrap > img,
.emoji-wrap > img,
.cta-emoji-wrap > img {
  width: 100% !important;
  height: 100% !important;
  min-width: 100%;
  min-height: 100%;
  display: block;
  object-fit: cover;
  border-radius: 50%;
}

@keyframes sticky-whatsapp-glow {
  0% {
    opacity: 0.56;
    transform: scale(0.9);
  }

  55% {
    opacity: 0.2;
    transform: scale(1.24);
  }

  100% {
    opacity: 0;
    transform: scale(1.42);
  }
}

@media (prefers-reduced-motion: reduce) {
  .sticky-whatsapp-button::before {
    display: none;
    animation: none;
  }
}

@media screen and (max-width: 767px) {
  .section-levels .layout-cards {
    gap: 0.75rem !important;
  }

  .section-levels .levels-card {
    gap: 0.85rem !important;
    min-height: 0 !important;
    height: auto !important;
    padding: 1rem !important;
    border-radius: 1.25rem !important;
  }

  .section-levels .levels-card > .u-flex-row {
    gap: 0.75rem !important;
  }

  .section-levels .image-circle-wrap {
    width: 3.75rem !important;
    height: 3.75rem !important;
  }

  .section-levels .badge {
    min-height: 2rem !important;
    padding: 0.2rem 0.75rem !important;
    font-size: 0.7rem !important;
  }

  .section-levels .levels-card-header {
    gap: 0.75rem !important;
  }

  .section-levels .levels-card-header h3 {
    font-size: 1.25rem !important;
    line-height: 1.1 !important;
  }

  .section-levels .levels-card-body p {
    font-size: 0.92rem !important;
    line-height: 1.42 !important;
  }

  .section-levels .line-spacer-wrap {
    padding-top: 0.6rem !important;
    padding-bottom: 0.6rem !important;
  }

  .section-levels .chevron-button {
    width: 2rem !important;
    height: 2rem !important;
  }

  .section-experience .experience-column-right {
    padding-top: 0 !important;
  }

  .section-experience .experience-cards {
    gap: 0.75rem !important;
  }

  .section-experience .experience-card {
    position: relative;
    min-height: 0 !important;
    padding: 1rem 4.85rem 1rem 1rem !important;
    border-radius: 1.25rem !important;
  }

  .section-experience .experience-card-content-wrap {
    width: 100% !important;
    gap: 0.75rem !important;
  }

  .section-experience .experience-card .emoji-wrap {
    position: absolute;
    top: 1rem;
    right: 1rem;
    width: 3.35rem !important;
    height: 3.35rem !important;
  }

  .section-experience .experience-card .eyebrow-item {
    max-width: calc(100% - 0.5rem);
  }

  .section-experience .experience-card-text {
    gap: 0.5rem !important;
  }

  .section-experience .experience-card-text p {
    font-size: 0.92rem !important;
    line-height: 1.42 !important;
  }

  .section-steps .layout-grid {
    gap: 1.25rem !important;
  }

  .section-steps .steps-header {
    gap: 1rem !important;
  }

  .section-steps .steps-content-right {
    min-width: 0;
    width: 100%;
  }

  .section-steps .steps-list {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap;
    gap: 0.75rem !important;
    overflow-x: auto;
    overscroll-behavior-x: contain;
    -webkit-overflow-scrolling: touch;
    scroll-padding-left: 1.5rem;
    scroll-snap-type: x mandatory;
    margin-right: -1.5rem;
    margin-left: -1.5rem;
    padding: 0.25rem 1.5rem 1rem !important;
    scrollbar-width: none;
  }

  .section-steps .steps-list::-webkit-scrollbar {
    display: none;
  }

  .section-steps .steps-item {
    flex: 0 0 min(78vw, 18rem);
    flex-direction: column !important;
    align-self: stretch;
    scroll-snap-align: start;
    gap: 0.85rem !important;
    min-height: 15.5rem;
    padding: 1rem !important;
    border: 1px solid rgba(77, 77, 66, 0.14);
    border-radius: 1.25rem;
    background-color: var(--color--base--white);
    box-shadow: 0 0.65rem 1.4rem rgba(77, 77, 66, 0.08);
  }

  .section-steps .steps-number {
    width: 2.65rem !important;
    height: 2.65rem !important;
    font-size: 0.82rem !important;
    color: var(--br-primary) !important;
    background-color: rgba(91, 98, 70, 0.11) !important;
  }

  .section-steps .docs-card-body {
    gap: 0.6rem !important;
  }

  .section-steps .docs-card-body p {
    font-size: 0.92rem !important;
    line-height: 1.42 !important;
  }

  .section-program .day-pane-content-wrap {
    grid-template-columns: 1fr !important;
  }

  .section-program .day-pane-text {
    padding-top: 0;
  }
}

@media screen and (max-width: 767px) {
  .footer-brand-link,
  .footer-brand-link.w--current {
    max-width: 8rem !important;
  }

  .footer-brand-link img[alt="Beyond Routes logo"] {
    width: 8rem !important;
  }
}
