html {
  font-size: 16px;
}

@media (min-width: 768px) {
  html {
    font-size: calc(14px + 2 * (100vw - 768px) / 223);
  }
}
@media (min-width: 992px) {
  html {
    font-size: calc(15.11px + 0.89 * (100vw - 992px) / 448);
  }
}
@media (min-width: 1440px) {
  html {
    font-size: calc(16px + 0.58 * (100vw - 1440px) / 480);
  }
}
@media screen and (min-width: 1920px) {
  html {
    font-size: 16px;
  }
}
/* oswald-regular - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Oswald";
  font-style: normal;
  font-weight: 400;
  src: url("fonts/oswald-v56-latin-regular.woff2") format("woff2"), url("fonts/oswald-v56-latin-regular.ttf") format("truetype");
  /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* oswald-700 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Oswald";
  font-style: normal;
  font-weight: 700;
  src: url("fonts/oswald-v56-latin-700.woff2") format("woff2"), url("fonts/oswald-v56-latin-700.ttf") format("truetype");
  /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* roboto-regular - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  src: url("fonts/roboto-v48-latin-regular.woff2") format("woff2"), url("fonts/roboto-v48-latin-regular.ttf") format("truetype");
  /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* roboto-700 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  src: url("fonts/roboto-v48-latin-700.woff2") format("woff2"), url("fonts/roboto-v48-latin-700.ttf") format("truetype");
  /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
:root {
  --primary-color: #E55C4C;
  --secondary-color: #001389;
  --bg-light: #EDEDED;
  --bg-light-400: #D9D9D9;
  --text-main: #212121;
  --heading-font-family: "Oswald", sans-serif;
  --text-font-family: "Roboto", sans-serif;
  /* Desktop heading sizes, weights, line-heights */
  --h1-size: 3rem;
  /* 48px */
  --h1-weight: 400;
  --h1-line-height: 4rem;
  /*64px*/
  --h2-size: 2.5rem;
  /* 40px */
  --h2-weight: 400;
  --h2-line-height: 3.25rem;
  /*52px*/
  --h3-size: 2rem;
  /* 32px */
  --h3-weight: 400;
  --h3-line-height: 2.5rem;
  /*40px*/
  --h4-size: 1.25rem;
  /* 20px */
  --h4-weight: 400;
  --h4-line-height: 2.5rem;
  --container-max-width-xs: 100%;
  --container-max-width-sm: 540px;
  --container-max-width-md: 720px;
  --container-max-width-lg: 960px;
  --container-max-width-xl: 1040px;
}

@media (max-width: 768px) {
  :root {
    /* Mobile heading sizes */
    --h1-size: 2rem;
    /* 48px */
    --h1-weight: 400;
    --h1-line-height: 2.5rem;
    --h2-size: 1.75rem;
    /* 28px */
    --h2-weight: 400;
    --h2-line-height: 2rem;
    --h3-size: 1.25rem;
    /* 20px */
    --h3-weight: 400;
    --h3-line-height: 1.75rem;
    --h4-size: 1.125rem !important;
    /* 16px */
    --h4-weight: 400;
    --h4-line-height: 1.75rem !important;
  }
}
@media (min-width: 576px) {
  .container {
    max-width: var(--container-max-width-sm);
    margin: 0 auto;
    padding: 0 1rem;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: var(--container-max-width-md);
    margin: 0 auto;
    padding: 0 1rem;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: var(--container-max-width-lg);
    margin: 0 auto;
    padding: 0 1rem;
  }
}
@media (min-width: 1040px) {
  .container {
    max-width: var(--container-max-width-xl);
    margin: 0 auto;
    padding: 0;
  }
}
* {
  font-family: var(--text-font-family);
  margin: 0;
  padding: 0;
  color: var(--text-main);
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5rem;
}

p strong {
  color: var(--text-main);
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5rem;
}

h1, h2, h3, h4 {
  font-family: var(--heading-font-family);
  margin: 0;
  padding: 0;
  font-weight: 400;
}
h1 strong, h2 strong, h3 strong, h4 strong {
  font-family: var(--heading-font-family);
  margin: 0;
  padding: 0;
  font-weight: 600;
}

h1 {
  font-size: var(--h1-size);
  font-weight: var(--h1-weight);
  line-height: var(--h1-line-height);
}
h1 strong {
  font-size: var(--h1-size);
  font-weight: var(--h1-weight);
  line-height: var(--h1-line-height);
}

h2 {
  font-size: var(--h2-size);
  font-weight: var(--h2-weight);
  line-height: var(--h2-line-height);
}

h3 {
  font-size: var(--h3-size);
  font-weight: var(--h3-weight);
  line-height: var(--h3-line-height);
}

h4 {
  font-size: var(--h4-size);
  font-weight: var(--h4-weight);
  line-height: var(--h4-line-height);
}

body {
  padding: 0;
  margin: 0;
}

html {
  margin-top: 0px !important;
}

/*main {
	margin-top: 47px;
}*/
.wp-block-image, .wp-block-columns, .wp-swiper > .wp-swiper__wrapper {
  margin: 0;
  padding: 0;
}

.border-radius-12 img {
  border-radius: 1.5rem;
}

.cta-button-primary {
  max-width: 15rem;
  width: 100%;
}
.cta-button-primary a {
  color: #FFF;
  text-align: center;
  font-family: Roboto, serif;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5rem;
  text-transform: uppercase;
  border-radius: 0.5rem;
  background: var(--primary-color);
  padding: 0.75rem 2rem;
  max-width: 15rem;
  width: 100%;
}

.cta-button-secondary {
  max-width: 15rem;
  width: 100%;
}
.cta-button-secondary a {
  color: #FFF;
  text-align: center;
  font-family: Roboto, serif;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5rem;
  text-transform: uppercase;
  border-radius: 0.5rem;
  background: var(--secondary-color);
  padding: 0.75rem 2rem;
  max-width: 15rem;
  width: 100%;
}

.hero-section {
  padding: 10rem 2rem 5rem;
  background: url("../images/ellipse-1.svg") no-repeat right 0 top 5rem, url("../images/ellipse-2.svg") no-repeat left 0 bottom 5rem, url("../images/brush-1.svg") no-repeat right 0 bottom -5rem, url("../images/brush-2.svg") no-repeat left 0 top -5rem, var(--secondary-color);
  background-size: auto, auto, auto, auto;
}
.hero-section .logo {
  margin-bottom: 1rem;
}
.hero-section h1 {
  color: #fff;
  margin-bottom: 1rem;
  margin-top: 2rem;
}
.hero-section h1 strong {
  color: #fff;
}
.hero-section h2 {
  color: #fff;
  margin-bottom: 1rem;
  margin-top: 2rem;
  position: relative;
}
.hero-section h2:first-of-type:after {
  border-right: 3px solid var(--primary-color);
  position: absolute;
  content: "";
  height: 100%;
  right: -1rem;
  padding-right: 1.125rem;
}
.hero-section h2:last-of-type {
  padding-left: 1rem;
}
.hero-section h3 {
  color: var(--primary-color);
  margin-bottom: 2rem;
}

.divider-bottom {
  margin: 0;
  padding: 0;
  height: 10rem;
  background: url("../images/devider-bottom.svg") no-repeat, var(--bg-light);
  background-size: cover;
}

.divider-bottom-2 {
  margin: 0;
  padding: 0;
  height: 10rem;
  background: url("../images/divider-bottom-2.svg") no-repeat, #000;
  background-size: cover;
}

.subpage-divider-bottom-2 {
  margin: 0;
  padding: 0;
  height: 10rem;
  background: url("../images/divider-bottom-2.svg") no-repeat, var(--bg-light);
  background-size: cover;
}

.divider-top {
  margin: 0;
  padding: 0;
  height: 10rem;
  background: url("../images/devider-top.svg") no-repeat, var(--bg-light);
  background-size: cover;
}

.divider-top-2 {
  margin: 0;
  padding: 0;
  height: 14rem;
  background: url("../images/divider-top-2.svg") no-repeat, #000;
  background-size: cover;
  margin-bottom: -1px;
}

.divider-top-3 {
  margin: 0;
  padding: 0;
  height: 15rem;
  background: url("../images/divider-top-3.svg") no-repeat, var(--bg-light);
  background-size: cover;
}

.divider-top-4 {
  margin: 0;
  padding: 0;
  height: 15rem;
  background: url("../images/divider-top-4.svg") no-repeat, var(--bg-light);
  background-size: cover;
}

.divider-bottom-3 {
  margin: 0;
  padding: 0;
  height: 10rem;
  background: url("../images/divider-bottom-3.svg") no-repeat, var(--bg-light);
  background-size: cover;
}

.section-free-product {
  background: var(--bg-light);
  padding-top: 2rem;
}
.section-free-product h3 {
  margin-bottom: 0.5rem;
}
.section-free-product p strong {
  font-weight: 600;
}
.section-free-product figure img {
  border-radius: 0.75rem;
}
.section-free-product .section-free-product__heading {
  margin-bottom: 4rem;
}
.section-free-product .section-free-product__heading h3 {
  color: var(--primary-color);
  margin-bottom: 0.5rem;
}
.section-free-product .section-free-product__heading p {
  color: var(--primary-color);
}
.section-free-product .section-free-product__heading .swiper-pagination {
  position: relative;
  margin-top: 2rem;
}
.section-free-product .section-free-product__heading .swiper-pagination .swiper-pagination-bullet {
  background: transparent;
  border: 1px solid var(--primary-color);
}
.section-free-product .section-free-product__heading .swiper-pagination .swiper-pagination-bullet-active {
  border: 1px solid var(--primary-color);
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--primary-color);
}
.section-free-product .section-free-product__content .cta-button-primary {
  margin-top: 2rem;
}
.section-free-product .tour-cards-container > .wp-block-group__inner-container > .wp-block-columns {
  margin-bottom: 2rem;
}
.section-free-product .tour-cards-container .tour-card > .wp-block-columns {
  border-radius: 0.75rem;
  background: var(--secondary-color);
  padding: 2rem;
}
.section-free-product .tour-cards-container .tour-card .wp-block-column {
  position: relative;
}
.section-free-product .greyed-out {
  opacity: 0.4;
  filter: grayscale(100%);
  pointer-events: none;
}
.section-free-product .tour-slider, .section-free-product .tour-cards-container {
  margin-top: 4rem;
  padding-bottom: 2rem;
}
.section-free-product .tour-slider .swiper-slide, .section-free-product .tour-cards-container .swiper-slide {
  background: var(--secondary-color);
  border-radius: 0.75rem;
}
.section-free-product .tour-slider .swiper-slide h2, .section-free-product .tour-slider .tour-card h2, .section-free-product .tour-cards-container .swiper-slide h2, .section-free-product .tour-cards-container .tour-card h2 {
  color: #fff;
  margin-bottom: 0.5rem;
  word-break: keep-all;
  overflow-wrap: normal;
}
.section-free-product .tour-slider .swiper-slide h3, .section-free-product .tour-slider .tour-card h3, .section-free-product .tour-cards-container .swiper-slide h3, .section-free-product .tour-cards-container .tour-card h3 {
  color: var(--primary-color);
  margin-bottom: 1rem;
  word-break: keep-all;
  overflow-wrap: normal;
}
.section-free-product .tour-slider .swiper-slide p, .section-free-product .tour-slider .tour-card p, .section-free-product .tour-cards-container .swiper-slide p, .section-free-product .tour-cards-container .tour-card p {
  color: #fff;
  border: 1px solid #fff;
  padding: 0.25rem 0.75rem;
  border-radius: 0.5rem;
  width: fit-content;
}
.section-free-product .tour-slider .swiper-slide .read-more-arrow, .section-free-product .tour-slider .tour-card .read-more-arrow, .section-free-product .tour-cards-container .swiper-slide .read-more-arrow, .section-free-product .tour-cards-container .tour-card .read-more-arrow {
  position: absolute;
  right: 1rem;
  bottom: 1rem;
}
.section-free-product .tour-slider .swiper-slide .tour-slider__img, .section-free-product .tour-slider .tour-card .tour-slider__img, .section-free-product .tour-cards-container .swiper-slide .tour-slider__img, .section-free-product .tour-cards-container .tour-card .tour-slider__img {
  max-width: 14.5rem;
}
.section-free-product .tour-slider .swiper-slide .tour-slider__img img, .section-free-product .tour-slider .tour-card .tour-slider__img img, .section-free-product .tour-cards-container .swiper-slide .tour-slider__img img, .section-free-product .tour-cards-container .tour-card .tour-slider__img img {
  border-radius: 0.75rem;
}
.section-free-product .tour-slider .swiper-slide .wp-block-columns, .section-free-product .tour-slider .tour-card .wp-block-columns, .section-free-product .tour-cards-container .swiper-slide .wp-block-columns, .section-free-product .tour-cards-container .tour-card .wp-block-columns {
  gap: 2rem;
  padding: 2rem;
  border-radius: 0.75rem;
}
.section-free-product .read-more-arrow img {
  border-radius: 0;
}
.section-free-product .section-free-product_image_container {
  position: relative;
}
.section-free-product .section-free-product_image_container .section-free-product_text_over_image {
  padding: 2rem 1rem;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 88.16%);
}
.section-free-product .section-free-product_image_container .section-free-product_text_over_image h3, .section-free-product .section-free-product_image_container .section-free-product_text_over_image h4 {
  color: #fff;
}
.section-free-product .section-free-product_image_container .section-free-product_text_over_image h4 {
  margin-bottom: 0.25rem;
  position: relative;
  padding-left: 0;
}
.section-free-product .section-free-product_image_container .section-free-product_text_over_image h4:first-of-type:after {
  border-right: 3px solid var(--primary-color);
  position: absolute;
  content: "";
  height: 1.5rem;
  right: -1rem;
  padding-right: 1.125rem;
  top: 0.625rem;
}
.section-free-product .section-free-product_image_container .section-free-product_text_over_image h4:last-of-type {
  padding-left: 1rem;
}
.section-free-product .section-free-product_image_container .section-free-product_text_over_image .wp-block-columns {
  gap: 0.5rem;
}
.section-free-product .section-free-product__button_container {
  margin-top: 2rem;
  display: flex;
}
.section-free-product .section-free-product__button_container .wp-block-buttons {
  flex: 1 1 50%;
}
.section-free-product .section-free-product__button_container .wp-block-buttons .cta-button-primary, .section-free-product .section-free-product__button_container .wp-block-buttons .cta-button-secondary {
  max-width: 100%;
}
.section-free-product .section-free-product__button_container .wp-block-buttons .cta-button-primary a, .section-free-product .section-free-product__button_container .wp-block-buttons .cta-button-secondary a {
  max-width: 100%;
}
.section-free-product .section-free-product__button_container .wp-block-buttons .cta-button-primary {
  margin-top: 0;
}
.section-free-product .section-free-product__button_container .wp-block-buttons .cta-button-secondary a {
  padding: 0.75rem 1rem;
}
.section-free-product .wp-block-column {
  min-width: -1px;
}

.section-program {
  background: var(--primary-color);
  padding: 5rem 0 4rem 0;
}
.section-program h2 {
  color: var(--secondary-color);
  margin-bottom: 2rem;
}
.section-program h3 {
  margin-bottom: 2rem;
  color: #fff;
}
.section-program p.sub-heading {
  margin-bottom: 2rem;
  color: #fff;
}
.section-program p.sub-heading strong {
  color: #fff;
  font-weight: 600;
}
.section-program .wp-block-buttons {
  margin-top: 2rem;
}

body .section-program__accordion .aagb__accordion_head {
  background: none !important;
  border: 0;
  padding: 0;
}
body .section-program__accordion .wp-block-aab-accordion-item {
  border-top: none !important;
  background: none;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #fff !important;
  border-radius: 0;
  border-left: none !important;
  border-right: none !important;
}
body .section-program__accordion .wp-block-aab-accordion-item:not(:last-of-type) {
  margin-bottom: 2rem !important;
}
body .section-program__accordion .wp-block-aab-accordion-item:last-of-type {
  margin-bottom: 0 !important;
}
body .section-program__accordion .wp-block-aab-accordion-item .aagb__accordion_head {
  padding: 0;
}
body .section-program__accordion .aagb__accordion_body {
  border: none !important;
  padding-left: 0;
  padding-right: 0;
}
body .section-program__accordion .aagb__accordion_body ul {
  padding-left: 24px;
  margin-bottom: 1rem;
}
body .section-program__accordion .aagb__accordion_subheading {
  display: none !important;
}
body .section-program__accordion .aagb__accordion_container.aagb__accordion_active {
  border-top: none !important;
  border-left: none !important;
  border-right: none !important;
  border-bottom: 1px solid #fff;
}
body .section-program__accordion .aagb__icon_dashicons_box span:before {
  color: #fff;
}
body .section-program__accordion h4 {
  color: #fff;
}
body .section-program__accordion p, body .section-program__accordion li, body .section-program__accordion a {
  color: #fff;
}

.section-curious {
  background: var(--primary-color);
  overflow: visible;
}
.section-curious h2 {
  color: #fff;
  margin-bottom: 2rem;
}
.section-curious p.section-curious__sub-title {
  color: #fff;
  margin-bottom: 2rem;
}
.section-curious .swiper-slide {
  max-width: 1040px;
  width: 100% !important;
  margin: 0 auto;
  /* centers the slide if Swiper allows it */
  height: auto;
}
.section-curious .swiper-slide {
  border-radius: 0.75rem;
  background: linear-gradient(90deg, #C8C8C8 -17.67%, #FFF 33.02%, #C8C8C8 63.76%);
}
.section-curious .swiper-slide .wp-swiper__slide-content {
  padding: 2rem;
}
.section-curious .swiper-slide .wp-swiper__slide-content h3 {
  color: var(--secondary-color);
  margin-bottom: 0.5rem;
}
.section-curious .swiper-slide .wp-swiper__slide-content h4 {
  color: var(--primary-color);
  margin-bottom: 1rem;
}
.section-curious .swiper-slide .wp-swiper__slide-content ul {
  margin-left: 1rem;
}
.section-curious .shoes-swiper > .wp-swiper__wrapper > .swiper-container {
  padding: 0 40px;
}

.section-new-tour {
  padding: 2rem 0;
  background: url("../images/brush-3.svg") no-repeat left 0 top -7rem, url("../images/brush-4.svg") no-repeat right 0 bottom -2rem, url("../images/ellipse-3.svg") no-repeat right 0 top 0rem, #000000;
  background-size: auto, auto, 13.75rem;
  position: relative;
  z-index: -1;
}
.section-new-tour h2 {
  color: #fff;
  margin-bottom: 2rem;
}
.section-new-tour h3 {
  color: var(--primary-color);
}
.section-new-tour .wp-swiper__slide .wp-swiper__slide-content {
  margin-left: 0;
}
.section-new-tour .wp-swiper__slide-content h2 {
  margin-bottom: 1rem;
}
.section-new-tour .wp-swiper__wrapper {
  padding: 4rem 0;
}
.section-new-tour .cta-button-primary {
  max-width: 19rem;
}
.section-new-tour .cta-button-primary a {
  max-width: 19rem;
}
.section-new-tour .swiper-container {
  height: 20rem;
}
.section-new-tour .bg-video-block {
  position: absolute;
  z-index: -1;
  top: 175px;
  left: calc(50% - 115px);
  height: 100vh;
  width: 230px;
  opacity: 50%;
}

.section-4 {
  background: var(--bg-light-400);
  padding-top: 5rem;
}
.section-4 h2 {
  color: var(--secondary-color);
  margin-bottom: 0.5rem;
  font-size: 2.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: 52px;
}
.section-4 .cta-button-secondary {
  margin-top: 2rem;
}

.section-logo-blurred {
  padding: 4rem 0;
  background: var(--bg-light);
}
.section-logo-blurred .section-logo-blurred__logo-container .swiper-wrapper {
  align-items: center;
}
.section-logo-blurred .section-logo-blurred__logo-container .swiper-wrapper .wp-block-image img {
  max-height: 6.25rem;
  height: 100%;
  width: auto;
}

.section-faq {
  background: var(--bg-light);
  padding: 2rem 0;
}
.section-faq h2 {
  color: var(--secondary-color);
  margin-bottom: 2rem;
}
.section-faq .section-program__accordion .aagb__icon_dashicons_box span:before {
  color: var(--text-main);
}
.section-faq .section-program__accordion h4 {
  color: var(--text-main);
}
.section-faq .section-program__accordion p, .section-faq .section-program__accordion li, .section-faq .section-program__accordion a {
  color: var(--text-main);
}
.section-faq .section-program__accordion .wp-block-aab-accordion-item {
  border-bottom: 1px solid var(--text-main) !important;
}
.section-faq .section-program__accordion .aagb__accordion_container.aagb__accordion_active {
  border-bottom: 1px solid var(--text-main) !important;
}

footer#footer {
  background: var(--secondary-color);
  padding: 10rem 0;
}
footer#footer .cta-button-primary {
  max-width: 17.5rem;
}
footer#footer .cta-button-primary a {
  max-width: 17.5rem;
}
footer#footer #menu-footer-menu {
  display: flex;
  flex-direction: row;
  list-style: none;
  justify-content: center;
}
footer#footer #menu-footer-menu li {
  color: #fff;
}
footer#footer #menu-footer-menu li a {
  color: #fff;
  padding: 0.5rem 1rem;
  text-decoration: none;
}
footer#footer #menu-footer-menu li a:hover {
  text-decoration: underline;
}
footer#footer .wp-block-social-links {
  padding: 2rem 0;
}
footer#footer .wp-block-social-links .wp-block-social-link {
  background-color: transparent;
}
footer#footer .wp-block-social-links .wp-block-social-link svg {
  color: #fff;
  font-size: 2rem;
}
footer#footer .wp-block-social-links .wp-block-social-link svg path {
  color: #fff;
}

.subpage-section-check-location {
  padding: 2rem 0;
  background: var(--bg-light);
}
.subpage-section-check-location .subpage-section-check-location__container {
  max-width: 37.5rem;
  width: 100%;
  margin: 0 auto;
}
.subpage-section-check-location .subpage-section-check-location__map img {
  border-radius: 0.75rem;
}
.subpage-section-check-location .subpage-section-check-location__caption {
  margin-bottom: 4rem;
  margin-top: 0.5rem;
}
.subpage-section-check-location .subpage-section-check-location__caption a {
  color: var(--secondary-color);
  text-align: center;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5rem;
  text-transform: uppercase;
}
.subpage-section-check-location h3 {
  margin-bottom: 0.5rem;
}
.subpage-section-check-location h3 + p {
  margin-bottom: 2rem;
}
.subpage-section-check-location .star-image {
  margin-bottom: 2rem;
}

.error404 .container-404 {
  padding: 6rem 0;
  justify-content: center;
  align-items: center;
  gap: 2rem;
}
.error404 .container-404 h2 {
  margin-bottom: 2rem;
}
.error404 .container-404 p {
  margin-bottom: 2rem;
}
.error404 .container-404 .cta-button-primary, .error404 .container-404 .cta-button-secondary {
  max-width: 20rem;
}
.error404 .container-404 .cta-button-primary a, .error404 .container-404 .cta-button-secondary a {
  max-width: 20rem;
}
.error404 .container-404 .wp-block-buttons {
  flex: 1 1 0;
}
.error404 .container-404 .wp-block-buttons:first-of-type {
  justify-content: flex-end;
}

.sgpb-popup-dialog-main-div-wrapper img.sgpb-popup-close-button-1 {
  filter: brightness(0) invert(1);
}
.sgpb-popup-dialog-main-div-wrapper .sg-popup-content {
  padding: 2rem;
  background-color: var(--secondary-color) !important;
}
.sgpb-popup-dialog-main-div-wrapper .sg-popup-content p, .sgpb-popup-dialog-main-div-wrapper .sg-popup-content h2, .sgpb-popup-dialog-main-div-wrapper .sg-popup-content h3, .sgpb-popup-dialog-main-div-wrapper .sg-popup-content strong, .sgpb-popup-dialog-main-div-wrapper .sg-popup-content a, .sgpb-popup-dialog-main-div-wrapper .sg-popup-content li {
  color: #fff;
}
.sgpb-popup-dialog-main-div-wrapper .sg-popup-content strong {
  font-weight: 600;
}
.sgpb-popup-dialog-main-div-wrapper .sg-popup-content h2 {
  font-size: 1.75rem;
  line-height: 2rem;
  margin-bottom: 1rem;
}
.sgpb-popup-dialog-main-div-wrapper .sg-popup-content h3 {
  font-size: 1.25rem;
  line-height: 1.75rem;
  margin-bottom: 0.25rem;
}
.sgpb-popup-dialog-main-div-wrapper .sg-popup-content img {
  border-radius: 0.75rem !important;
  margin-bottom: 1rem;
  margin-top: 1rem;
}
.sgpb-popup-dialog-main-div-wrapper .sg-popup-content p:not(:last-of-type) {
  margin-bottom: 1rem;
}
.sgpb-popup-dialog-main-div-wrapper .sg-popup-content.sgpb-content {
  border-bottom: none !important;
}
.sgpb-popup-dialog-main-div-wrapper .sg-popup-content ul {
  padding-left: 1.5rem;
  margin-bottom: 1rem;
}
.sgpb-popup-dialog-main-div-wrapper .sg-popup-content .no-margin {
  margin: 0 !important;
}

.hide-mobile {
  display: flex !important;
}

.hide-desktop {
  display: none !important;
}

@media screen and (max-width: 800px) {
  body:has(.custom-dropdown.open) {
    overflow: hidden;
  }

  .hide-mobile {
    display: none !important;
  }

  .hide-desktop {
    display: block !important;
  }

  main {
    margin-top: 0;
  }

  .container {
    padding: 0 1rem;
  }

  .hero-section {
    padding: 5rem 2rem;
    background: url("../images/ellipse-1.svg") no-repeat right 0 top -4rem, url("../images/brush-1.svg") no-repeat right 0 bottom -3rem, url("../images/brush-2.svg") no-repeat left 0 top -6rem, var(--secondary-color);
    background-size: 60px auto, 450px auto, 450px auto;
    /* brush-2.svg */
  }
  .hero-section .logo {
    margin-bottom: 1rem;
  }
  .hero-section h1 {
    color: #fff;
    margin-bottom: 1rem;
    margin-top: 2rem;
  }
  .hero-section h1 strong {
    color: #fff;
  }
  .hero-section h3 {
    color: var(--primary-color);
    margin-bottom: 2rem;
  }

  .divider-bottom {
    margin-top: -1px;
    background-position: right top;
    background-size: auto;
  }

  .divider-top {
    margin-bottom: -1px;
    background-position: center;
  }

  .divider-bottom-2 {
    background-position: center;
  }

  .section-curious h2, .section-curious p {
    text-align: left;
  }

  .section-new-tour {
    padding: 2rem 0;
    background: #000000;
    background-size: 13.75rem;
  }
  .section-new-tour .swiper-container {
    height: 15rem;
  }
  .section-new-tour .wp-swiper__wrapper {
    padding: 4rem 0 1rem;
  }

  .section-new-tour .wp-swiper__slide .wp-swiper__slide-content {
    max-width: 100% !important;
  }

  .divider-top-2 {
    margin-bottom: -1px;
    background-position: center;
  }

  .section-4 h2 {
    font-size: 1.75rem;
    font-style: normal;
    font-weight: 400;
    line-height: 2rem;
  }

  .divider-bottom-3 {
    background-position: center;
  }

  .divider-top-3 {
    background-position: center;
  }

  .section-free-product {
    padding: 0 1rem;
  }
  .section-free-product .tour-slider .swiper-slide {
    padding: 1.5rem;
  }
  .section-free-product .button-container {
    padding: 0 !important;
  }
  .section-free-product .tour-slider {
    margin-left: 0;
  }
  .section-free-product .tour-slider .swiper, .section-free-product .tour-slider .swiper-wrapper {
    transform: none !important;
  }
  .section-free-product .tour-slider .swiper-wrapper {
    display: flex !important;
    flex-wrap: wrap;
  }
  .section-free-product .tour-slider .swiper-button-next,
.section-free-product .tour-slider .swiper-button-prev,
.section-free-product .tour-slider .swiper-pagination {
    display: none !important;
  }
  .section-free-product .tour-slider .swiper-slide-active,
.section-free-product .tour-slider .swiper-slide-next,
.section-free-product .tour-slider .swiper-slide-prev {
    /* override active effects */
    z-index: auto !important;
  }
  .section-free-product .tour-slider .swiper-wrapper {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    width: auto;
  }
  .section-free-product .tour-slider .swiper-wrapper .swiper-slide {
    width: auto;
    flex: 0 0 auto;
    width: auto !important;
    transform: none !important;
    margin-right: 0 !important;
  }
  .section-free-product .tour-slider .wp-block-columns {
    padding: 0 !important;
  }
  .section-free-product .tour-slider .read-more-arrow {
    position: absolute;
    right: 0rem;
    bottom: -2rem;
  }

  .section-program .cta-button-secondary {
    margin-top: 2rem;
  }

  .cta-button-primary, .cta-button-secondary {
    max-width: 100% !important;
  }
  .cta-button-primary a, .cta-button-secondary a {
    max-width: 100% !important;
  }

  .error404 .container-404 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .error404 .container-404 .error404__buttons-container {
    display: flex;
    flex-direction: column;
    gap: 1rem;
  }
  .error404 .container-404 .wp-block-buttons {
    width: 100% !important;
  }

  .sgpb-popup-dialog-main-div-wrapper > div {
    width: 90% !important;
    left: 0 !important;
    right: 0 !important;
    margin: 0 auto;
  }
  .sgpb-popup-dialog-main-div-wrapper .sg-popup-content {
    width: 84% !important;
  }

  .container.tour-cards-container {
    padding-left: 0;
    padding-right: 0;
  }
  .container.tour-cards-container .wp-block-group__inner-container > .wp-block-columns {
    margin-bottom: 1rem;
    gap: 1rem;
  }

  .tour-slider .wp-swiper__slide .wp-swiper__slide-content {
    margin-bottom: 1.5rem;
  }

  header {
    padding: 0.5rem 1.5rem !important;
  }
  header:has(.open) {
    background: transparent !important;
  }
  header:has(.open) #mob-menu-bar > div {
    background: #282828 !important;
  }
  header #mob-menu-bar > div {
    background: #fff !important;
    width: 16px;
    height: 2px;
    border-radius: 3px;
    margin-bottom: 6px;
    -webkit-transition: all 0.23s ease-in;
    transition: all 0.23s ease-in;
  }
  header #navbar {
    display: flex !important;
    justify-content: center;
    align-items: center;
  }
  header .navbar-collapse:has(.open) {
    width: 100%;
  }
  header .navbar-collapse .custom-dropdown {
    margin-right: 0;
  }
  header .navbar-collapse .custom-dropdown.open {
    width: 100%;
    position: inherit;
  }
  header .navbar-collapse .custom-dropdown.open .bar1 {
    -webkit-transform: rotate(-45deg) translate(-5px, 5px);
    transform: rotate(-45deg) translate(-5px, 5px);
  }
  header .navbar-collapse .custom-dropdown.open .bar2 {
    opacity: 0;
  }
  header .navbar-collapse .custom-dropdown.open .bar3 {
    -webkit-transform: rotate(45deg) translate(-6px, -6px);
    transform: rotate(45deg) translate(-6px, -6px);
  }
  header .navbar-collapse .custom-dropdown.open button {
    margin-left: auto;
    position: relative;
    z-index: 99;
  }
  header .navbar-collapse .custom-dropdown.open .dropdown-menu {
    height: 100vh;
    padding-bottom: 1rem;
    margin-top: -4.5rem;
    width: 100%;
    border-radius: 0;
    box-shadow: none;
    border: none;
    z-index: 9;
    padding-top: 4.5rem;
  }
  header .custom-dropdown .dropdown-menu {
    right: 0;
    left: inherit;
  }
  header .cta-outside.cta-btn-menu {
    display: none !important;
  }
  header .cta-inside.cta-btn-menu {
    display: block !important;
    border: none;
    border-radius: 8px;
    background: #001389;
    padding: 8px 16px;
    text-decoration: none;
    width: auto;
    margin: 0 1rem;
  }
  header .cta-inside.cta-btn-menu a {
    padding: 0 !important;
    color: #fff !important;
    font-size: 14px;
    text-align: center;
  }

  .a11y-toolbar {
    left: inherit;
    right: 0 !important;
  }
}
@media screen and (max-width: 360px) {
  footer#footer #menu-footer-menu {
    justify-content: center;
    flex-direction: column;
    text-align: center;
    gap: 1rem;
  }
}
.sgpb-popup-dialog-main-div-theme-wrapper-1 img.sgpb-popup-close-button-1 {
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
}
.sgpb-popup-dialog-main-div-theme-wrapper-1 .sg-popup-content {
  box-shadow: none !important;
  padding: 2rem !important;
}

body:has(.sgpb-popup-overlay) {
  overflow: hidden;
}
body:has(.sgpb-popup-overlay) #wrapper {
  filter: blur(10px);
}

.planning_opt_in {
  padding: 2rem;
  /* Selected state */
}
.planning_opt_in p {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.planning_opt_in .select-contact-option {
  text-align: center;
  display: flex;
  justify-content: center;
  margin-bottom: 1rem;
}
.planning_opt_in h2 {
  margin-bottom: 0.25rem;
  text-align: center;
}
.planning_opt_in h4 {
  text-align: center;
  margin-bottom: 1rem;
}
.planning_opt_in .wpcf7-radio {
  display: flex;
  border: 1px solid #ccc;
  border-radius: 999px;
  overflow: hidden;
  width: fit-content;
}
.planning_opt_in .wpcf7-list-item {
  position: relative;
  flex: 1;
  text-align: center;
  margin: 0;
}
.planning_opt_in .wpcf7-list-item input[type=radio] {
  position: absolute;
  opacity: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  z-index: 2;
}
.planning_opt_in .wpcf7-list-item-label {
  display: inline-block;
  padding: 0.5em 1.5em;
  width: 100%;
  box-sizing: border-box;
  cursor: pointer;
  color: #333;
  background-color: white;
  transition: all 0.2s ease;
  z-index: 1;
}
.planning_opt_in .wpcf7-list-item input[type=radio]:checked + .wpcf7-list-item-label {
  background-color: #001389;
  color: white;
}
.planning_opt_in input, .planning_opt_in select, .planning_opt_in textarea {
  width: 100%;
  border-radius: 6px;
  border: 1px solid var(--bg-light-600);
  background: var(--bg-light-500);
  overflow: hidden;
  color: var(--text-form);
  font-family: Roboto, serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  padding: 12px;
  margin-bottom: 8px;
}

.home .cta-btn-menu {
  display: none !important;
}

header {
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(12px);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  transition: transform 0.3s ease;
  padding: 1rem 0;
}
header .cta-inside.cta-btn-menu {
  display: none;
}
header .cta-outside.cta-btn-menu {
  display: block;
  position: absolute;
  top: -5px;
  border: none;
  border-radius: 8px;
  background: #001389;
  padding: 8px 16px;
  left: -136px;
  color: #fff;
  font-size: 14px;
  text-decoration: none;
}
header .cta-outside.cta-btn-menu:hover {
  opacity: 0.8;
}
header nav .header-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  max-width: 73.75rem;
  margin: 0 auto;
}
header nav .header-wrapper .navbar-brand img {
  width: 5rem;
}
header.hidden {
  transform: translateY(-100%);
}

.header-logo {
  margin: 10px 0 10px 50px;
}

.header-button {
  margin-right: 10px;
}
.header-button a {
  padding: 16px 42px;
}

.custom-dropdown {
  position: relative;
  display: inline-block;
  font-family: var(--heading-font-family);
  margin-right: 20px;
  color: white;
}
.custom-dropdown.open .dropdown-toggle svg {
  fill: #7897FF;
}
.custom-dropdown.open .dropdown-toggle .label {
  color: #7897FF;
}
.custom-dropdown span {
  color: white;
  margin-right: 10px;
  font-family: var(--text-font-family);
  font-size: 0.875rem;
}
.custom-dropdown .dropdown-toggle {
  color: white;
  border: none;
  border-radius: 6px;
  font-size: 1rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 12px;
  background: transparent;
}
.custom-dropdown .dropdown-toggle .icon,
.custom-dropdown .dropdown-toggle .arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0;
}
.custom-dropdown .dropdown-toggle svg {
  fill: white;
  display: block;
}
.custom-dropdown .dropdown-toggle .arrow {
  transition: transform 0.2s ease;
}
.custom-dropdown.open .dropdown-toggle .arrow {
  transform: rotate(180deg);
}
.custom-dropdown .dropdown-menu {
  position: absolute;
  top: 100%;
  right: 0;
  margin-top: 2.5rem;
  display: none;
  list-style: none;
  padding: 8px 0;
  z-index: 1000;
  min-width: 17.5rem;
  border-radius: 0.75rem;
  border: 1px solid #E2E2E2;
  background: #fff;
  /* shadow_dropdown */
  box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.1), 0px 6px 8px 0px rgba(0, 0, 0, 0.05);
}
.custom-dropdown .dropdown-menu li a {
  display: block;
  padding: 0.75rem 1rem;
  color: #282828;
  text-decoration: none;
  transition: background 0.2s;
}
.custom-dropdown .dropdown-menu li a:hover {
  color: #7897FF;
}
.custom-dropdown .dropdown-menu li a:hover {
  background-color: #fff;
}
.custom-dropdown.open .dropdown-menu {
  display: block;
}
.custom-dropdown .menu-btn-desktop {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 0.75rem;
}

.events-card-container {
  cursor: pointer;
}

@media (max-width: 450px) {
  .bg-video-block {
    margin-top: 2rem;
  }
}
@media (max-width: 500px) {
  .section-new-tour .cta-button-primary {
    margin-top: 7rem;
  }
}
@media (max-width: 800px) {
  .section-new-tour .cta-button-primary {
    margin-top: 9rem;
  }
}
@media (min-width: 576px) {
  .tour-slider {
    padding-left: calc((100vw - var(--container-max-width-sm)) / 2 - 8px);
  }
}
@media (min-width: 768px) {
  .tour-slider {
    padding-left: calc((100vw - var(--container-max-width-md)) / 2 - 8px);
  }
}
@media (min-width: 992px) {
  .tour-slider {
    padding-left: calc((100vw - var(--container-max-width-lg)) / 2 - 8px);
  }
}
@media (min-width: 1040px) {
  .tour-slider {
    padding-left: calc((100vw - var(--container-max-width-xl)) / 2 - 8px);
  }
}
@media (max-height: 750px) {
  .dropdown-menu {
    max-height: 600px;
    overflow: auto;
  }
}

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