.header-search--form {
  display: none;
  height: 34px;
  flex-basis: 100%;
  align-items: center;
  --tw-border-opacity: 1;
  border-color: rgb(39 39 39 / var(--tw-border-opacity, 1));
  padding-left: 0.625rem;
  padding-right: 0.625rem
}

@media (min-width: 640px) {
  .header-search--form {
    display: flex
  }
}

@media (min-width: 768px) {
  .header-search--form {
    margin-right: 1.25rem;
    height: 44px;
    border-width: 1px
  }
}

.header-search--form .search-form {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: flex-start
}

.header-search--form .search-label-txt {
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(245 245 245 / var(--tw-text-opacity, 1))
}

.header-search--form .search-field {
  flex-basis: 100%;
  background-color: transparent;
  padding-inline-start: 0.625rem;
  text-align: right;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(245 245 245 / var(--tw-text-opacity, 1))
}

.header-search--form .search-field::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(153 153 153 / var(--tw-text-opacity, 1))
}

.header-search--form .search-field::placeholder {
  --tw-text-opacity: 1;
  color: rgb(153 153 153 / var(--tw-text-opacity, 1))
}

.header-search--form .search-field:focus {
  border-width: 0px;
  outline-width: 0px
}

#search-results {
  position: fixed;
  top: 41px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 50;
  display: none;
  height: 100%;
  overflow-y: auto;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
  --tw-bg-opacity: 0.65
}

@media (min-width: 768px) {
  #search-results {
    top: 71px
  }
}

#search-results.active {
  display: flex
}

#search-results .tour-list--slider_container {
  width: 100%
}

#search-results .tour-list--slider {
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(39 39 39 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
  padding-bottom: 8rem
}

#search-results .search--textNotFound {
  display: flex;
  height: calc(100dvh - 41px);
  width: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem
}

@media (min-width: 768px) {
  #search-results .search--textNotFound {
    height: auto;
    padding-top: 10rem;
    padding-bottom: 10rem
  }
}

#search-results .search--textNotFound h3 {
  padding-bottom: 1rem;
  font-family: AktivGroteskBold, sans-serif;
  font-size: 32px;
  line-height: 40px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1))
}

#search-results .search--textNotFound span {
  font-size: 16px;
  line-height: 25px;
  --tw-text-opacity: 1;
  color: rgb(245 245 245 / var(--tw-text-opacity, 1))
}

.close-searchArea {
  display: none
}

.close-searchArea.active {
  display: flex
}

.search_form--mobileBtn {
  display: flex;
  padding: 1rem
}

@media (min-width: 640px) {
  .search_form--mobileBtn {
    display: none
  }
}

.header-search--form_mobile {
  position: fixed;
  left: 0px;
  right: 0px;
  top: 0px;
  z-index: 9999;
  display: none;
  height: 44px;
  width: 100%;
  align-items: center;
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1))
}

.header-search--form_mobile.active {
  display: flex
}

.header-search--form_mobile .header-search--form {
  margin-right: 0px;
  display: flex !important
}

.header-search--form_mobile .search-label-txt {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 12px;
  line-height: 1px
}

.header-search--form_mobile .header-search--form input {
  text-align: left;
  font-size: 12px
}

.close__header-search--form_mobile {
  height: 44px;
  align-items: center;
  justify-content: center;
  border-left-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(39 39 39 / var(--tw-border-opacity, 1));
  padding-left: 1rem;
  padding-right: 1rem;
  font-family: AktivGroteskBold, sans-serif;
  font-size: 12px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1))
}

.close__header-search--form_mobile:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(92 92 92 / var(--tw-bg-opacity, 1))
}

.header-wrapper {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  z-index: 9999;
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(39 39 39 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
  padding-right: 0.25rem
}

@media (min-width: 768px) {
  .header-wrapper {
    padding-left: 0.625rem;
    padding-right: 0.625rem
  }
}

@media (min-width: 1280px) {
  .wrapper.v--breadcrumbs .header-wrapper {
    left: 90px;
    right: 0.625rem
  }
}

.header-mobileMenu-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  border-right-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(39 39 39 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
  padding: 0.625rem
}

@media (min-width: 768px) {
  .header-mobileMenu-btn {
    padding: 0.625rem;
    padding-right: 1.25rem
  }
}

@media (min-width: 1280px) {
  .header-mobileMenu-btn {
    display: none
  }
}

.header {
  display: flex;
  height: 44px;
  flex-basis: 100%;
  align-items: center;
  font-family: AktivGroteskMedium, sans-serif;
  font-size: 12px
}

@media (min-width: 768px) {
  .header {
    height: 70px
  }
}

.header-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  border-right-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(39 39 39 / var(--tw-border-opacity, 1));
  padding-left: 0.375rem;
  padding-right: 0.375rem
}

@media (min-width: 768px) {
  .header-logo {
    border-width: 0px;
    padding-left: 1.25rem;
    padding-right: 1.25rem
  }
}

.header-logo svg {
  height: auto;
  width: 150px
}

@media (min-width: 768px) {
  .header-logo svg {
    width: 222px
  }
}

@media (max-width: 370px) {
  .header-logo svg {
    height: auto;
    width: 120px
  }

  @media (min-width: 768px) {
    .header-logo svg {
      width: 222px
    }
  }
}

.header-nav {
  display: none;
  padding-right: 1.25rem
}

@media (min-width: 1280px) {
  .header-nav {
    display: flex
  }
}

.header-nav ul {
  display: flex;
  align-items: center;
  justify-content: flex-start
}

.header-nav ul a {
  display: flex;
  height: 44px;
  width: 100%;
  align-items: center;
  justify-content: center;
  text-wrap: nowrap;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(245 245 245 / var(--tw-border-opacity, 1));
  padding: 0.625rem;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(245 245 245 / var(--tw-text-opacity, 1));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms
}

.header-nav ul a:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(39 39 39 / var(--tw-bg-opacity, 1))
}

.header-booking {
  flex-basis: 100%
}

@media (min-width: 768px) {
  .header-booking {
    max-width: 350px
  }
}

.header-booking a {
  display: flex;
  height: 34px;
  width: 100%;
  align-items: center;
  justify-content: center;
  --tw-bg-opacity: 1;
  background-color: rgb(77 234 114 / var(--tw-bg-opacity, 1));
  font-family: AktivGroteskMedium, sans-serif;
  text-transform: uppercase;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms
}

.header-booking a:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity, 1))
}

@media (min-width: 768px) {
  .header-booking a {
    height: 44px
  }
}

.header-nav_lang {
  display: none;
  padding-left: 0.5rem
}

@media (min-width: 768px) {
  .header-nav_lang {
    display: flex
  }
}

.header-nav_lang .select2-container .select2-selection--single {
  height: 44px;
  --tw-border-opacity: 1;
  border-color: rgb(245 245 245 / var(--tw-border-opacity, 1));
  padding-left: 0.625rem;
  padding-right: 1.5rem
}

.header-nav_lang .select2-container--default .select2-selection--single .select2-selection__arrow {
  right: 8px !important
}

.select2-dropdown.select2-dropdown--below.select2-header--container {
  z-index: 9999;
  --tw-border-opacity: 1;
  border-color: rgb(245 245 245 / var(--tw-border-opacity, 1))
}

.select2-dropdown.select2-header--container {
  padding-top: 0px;
  padding-bottom: 0px
}

.select2-dropdown.select2-header--container .select2-results__option {
  padding-top: 1rem;
  padding-bottom: 1rem
}

.select2-dropdown.select2-header--container .select2-results__option:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(39 39 39 / var(--tw-bg-opacity, 1))
}

.header-nav_lang a {
  display: flex;
  height: 44px;
  width: 100%;
  align-items: center;
  justify-content: center;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(245 245 245 / var(--tw-border-opacity, 1));
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  font-family: AktivGroteskRegular, sans-serif;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(245 245 245 / var(--tw-text-opacity, 1))
}

.footer-social-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-between;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(39 39 39 / var(--tw-border-opacity, 1))
}

.footer-social-wrapper .social-title {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  padding-left: 1rem;
  padding-right: 1rem;
  font-family: AktivGroteskRegular, sans-serif;
  text-transform: uppercase
}

@media (min-width: 768px) {
  .footer-social-wrapper .social-title {
    flex-direction: row
  }
}

.footer-social-wrapper .social-title span {
  margin-bottom: 0.625rem;
  font-size: 14px;
  line-height: 24px;
  --tw-text-opacity: 1;
  color: rgb(179 179 179 / var(--tw-text-opacity, 1))
}

@media (min-width: 768px) {
  .footer-social-wrapper .social-title span {
    margin-bottom: 0px
  }
}

.footer-links--item .social-icons {
  width: 100%;
  padding-top: 1.5rem
}

@media (min-width: 768px) {
  .footer-links--item .social-icons {
    padding-top: 2rem
  }
}

.footer-links--item .footer-links--body .social-icons ul {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  gap: 1.5rem
}

.footer-links {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: space-between;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(39 39 39 / var(--tw-border-opacity, 1));
  text-transform: uppercase
}

@media (min-width: 768px) {
  .footer-links {
    flex-direction: row
  }
}

.footer-links--item {
  display: flex;
  width: 100%;
  flex-direction: row;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(39 39 39 / var(--tw-border-opacity, 1));
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem
}

@media (min-width: 768px) {
  .footer-links--item {
    flex-direction: column;
    border-right-width: 1px;
    border-bottom-width: 0px;
    padding-left: 2.5rem;
    padding-right: 2.5rem
  }
}

@media (min-width: 1280px) {
  .footer-links--item {
    width: 33.333333%
  }
}

.footer-links--item:last-child {
  border-right-width: 0px
}

.footer-links--item_title {
  width: 50%;
  font-size: 12px;
  --tw-text-opacity: 1;
  color: rgb(179 179 179 / var(--tw-text-opacity, 1))
}

@media (min-width: 768px) {
  .footer-links--item_title {
    width: 100%
  }
}

.footer-links--item .footer-links--body {
  width: 50%;
  padding-left: 0.75rem
}

@media (min-width: 768px) {
  .footer-links--item .footer-links--body {
    margin-top: 1.5rem;
    width: 100%;
    padding-left: 0px
  }
}

.footer-links--item .footer-links--body ul {
  display: flex;
  flex-direction: column
}

.footer-links--item .footer-links--body ul li {
  margin-bottom: 1rem;
  font-size: 10px
}

@media (min-width: 1280px) {
  .footer-links--item .footer-links--body ul li {
    font-size: 12px
  }
}

.footer-links--item .footer-links--body a {
  font-size: 10px;
  --tw-text-opacity: 1;
  color: rgb(245 245 245 / var(--tw-text-opacity, 1))
}

@media (min-width: 1280px) {
  .footer-links--item .footer-links--body a {
    font-size: 12px
  }
}

.footer-links--item_title-small {
  margin-bottom: 1rem;
  font-size: 10px;
  --tw-text-opacity: 1;
  color: rgb(127 127 127 / var(--tw-text-opacity, 1))
}

@media (min-width: 1280px) {
  .footer-links--item_title-small {
    font-size: 12px
  }
}

.footer-floor {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center
}

.footer-logo {
  display: flex;
  width: 100%;
  justify-content: center;
  --tw-bg-opacity: 1;
  background-color: rgb(77 234 114 / var(--tw-bg-opacity, 1));
  padding-top: 1.25rem;
  padding-bottom: 1.25rem
}

@media (min-width: 768px) {
  .footer-logo {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem
  }
}

.footer-logo svg {
  width: 100%;
  max-width: 300px
}

@media (min-width: 768px) {
  .footer-logo svg {
    max-width: 500px
  }
}

.footer-floor nav {
  margin-top: 2rem;
  width: 100%
}

@media (min-width: 1280px) {
  .footer-floor nav {
    margin-top: 10rem;
    width: auto
  }
}

.footer-floor ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2.5rem;
  font-size: 12px;
  text-transform: uppercase
}

@media (min-width: 1280px) {
  .footer-floor ul {
    justify-content: center
  }
}

.main-menu--mobile {
  position: fixed;
  left: 0px;
  right: 0px;
  bottom: 0px;
  top: 0px;
  z-index: 9999;
  display: none;
  flex-direction: column;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
  --tw-bg-opacity: 0.9
}

.language-box {
  position: fixed;
  left: 0px;
  right: 0px;
  bottom: 0px;
  top: 0px;
  z-index: 9999;
  display: none;
  flex-direction: column;
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1))
}

.main-menu--mobile.active,
.language-box.active {
  display: flex
}

.main-menu--mobile_header,
.language-box--header {
  display: flex;
  height: 45px;
  justify-content: space-between;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(39 39 39 / var(--tw-border-opacity, 1))
}

@media (min-width: 768px) {
  .main-menu--mobile_header,
.language-box--header {
    height: 71px
  }
}

.main-menu--mobile_header .close-menu--mobile {
  display: flex;
  height: 44px;
  width: 44px;
  align-items: center;
  justify-content: center;
  border-right-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(39 39 39 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1))
}

@media (min-width: 768px) {
  .main-menu--mobile_header .close-menu--mobile {
    height: 70px;
    width: 70px
  }
}

.language-box--close {
  display: flex;
  height: 44px;
  width: 44px;
  align-items: center;
  justify-content: center;
  border-left-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(39 39 39 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1))
}

@media (min-width: 768px) {
  .language-box--close {
    height: 70px;
    width: 70px
  }
}

.language-box--header span {
  display: inline-flex;
  height: 44px;
  align-items: center;
  padding-left: 0.625rem;
  font-family: AktivGroteskMedium, sans-serif;
  font-size: 12px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1))
}

@media (min-width: 768px) {
  .language-box--header span {
    height: 70px
  }
}

.main-menu--mobile_header .choose-language {
  margin-right: 0.25rem;
  margin-top: 0.25rem;
  display: flex;
  height: 34px;
  align-items: center;
  justify-content: space-between;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  font-size: 12px;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1))
}

@media (min-width: 768px) {
  .main-menu--mobile_header .choose-language {
    margin-right: 0.625rem;
    margin-top: 0.875rem;
    height: 42px
  }
}

.main-menu--mobile_header .choose-language span {
  margin-right: 0.25rem
}

.main-menu--mobile_nav {
  display: flex;
  width: 100%;
  flex: 1 1 0%;
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
  padding-bottom: 5%
}

.main-menu--mobile_nav ul {
  display: flex;
  width: 100%;
  flex-direction: column;
  justify-content: center
}

.main-menu--mobile_nav li {
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(39 39 39 / var(--tw-border-opacity, 1));
  font-family: AktivGroteskBold, sans-serif;
  font-size: 20px;
  line-height: 32px
}

.main-menu--mobile_nav li a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1))
}

.main-menu--mobile_nav li a:hover {
  --tw-text-opacity: 1;
  color: rgb(77 234 114 / var(--tw-text-opacity, 1))
}

.main-menu--mobile_footer {
  margin-top: auto;
  display: flex;
  border-top-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(39 39 39 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1))
}

.main-menu--mobile_footer nav {
  width: 100%
}

.main-menu--mobile_footer li:not(:last-child) {
  display: flex;
  border-right-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(39 39 39 / var(--tw-border-opacity, 1))
}

.main-menu--mobile_footer ul {
  display: flex;
  width: 100%;
  justify-content: space-between
}

.main-menu--mobile_footer li a {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  padding-top: 1.75rem;
  padding-bottom: 1.75rem
}

.main-menu--mobile_footer li a:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(28 28 28 / var(--tw-bg-opacity, 1))
}

.main-menu--mobile_footer li {
  width: 33.333333%
}

.main-menu--mobile .input-group--radio {
  border-width: 0px;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(39 39 39 / var(--tw-border-opacity, 1));
  padding-left: 3rem
}

.main-menu--mobile .input-group--radio .checkmark {
  left: 1rem
}

.language-box--list button {
  position: absolute;
  bottom: 0.375rem;
  display: flex;
  height: 34px;
  width: 100%;
  align-items: center;
  justify-content: center;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  font-family: AktivGroteskMedium, sans-serif;
  font-size: 12px;
  text-transform: uppercase
}

.language-box--list button:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(225 225 225 / var(--tw-bg-opacity, 1))
}

.input-group input,
.input-group textarea {
  height: 100%;
  width: 100%;
  resize: none;
  background-color: inherit;
  font-size: 12px;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(245 245 245 / var(--tw-text-opacity, 1))
}

.input-group input:focus,
.input-group textarea:focus {
  outline-width: 0px
}

.input-group textarea {
  height: 100px
}

.input-group {
  margin-top: 0.75rem;
  border-width: 1px;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
  --tw-border-opacity: 0.3;
  padding: 1rem
}

.input-group input::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(245 245 245 / var(--tw-text-opacity, 1))
}

.input-group input::placeholder {
  --tw-text-opacity: 1;
  color: rgb(245 245 245 / var(--tw-text-opacity, 1))
}

.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}

.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  -moz-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container .select2-selection--single .select2-selection__clear {
  background-color: transparent;
  border: none;
  font-size: 1em;
}

.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}

.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  -moz-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline;
  list-style: none;
  padding: 0;
}

.select2-container .select2-selection--multiple .select2-selection__clear {
  background-color: transparent;
  border: none;
  font-size: 1em;
}

.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  margin-left: 5px;
  padding: 0;
  max-width: 100%;
  resize: none;
  height: 18px;
  vertical-align: bottom;
  font-family: sans-serif;
  overflow: hidden;
  word-break: keep-all;
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}

.select2-results {
  display: block;
}

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}

.select2-results__option {
  padding: 6px;
  -moz-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}

.select2-results__option--selectable {
  cursor: pointer;
}

.select2-container--open .select2-dropdown {
  left: 0;
}

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-search--dropdown {
  display: block;
  padding: 4px;
}

.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box;
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-search--dropdown.select2-search--hide {
  display: none;
}

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  height: 26px;
  margin-right: 20px;
  padding-right: 0px;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: black;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  padding-bottom: 5px;
  padding-right: 5px;
  position: relative;
}

.select2-container--default .select2-selection--multiple.select2-selection--clearable {
  padding-right: 25px;
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  font-weight: bold;
  height: 20px;
  margin-right: 10px;
  margin-top: 5px;
  position: absolute;
  right: 0;
  padding: 1px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: inline-block;
  margin-left: 5px;
  margin-top: 5px;
  padding: 0;
  padding-left: 20px;
  position: relative;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: bottom;
  white-space: nowrap;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__display {
  cursor: default;
  padding-left: 2px;
  padding-right: 5px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  background-color: transparent;
  border: none;
  border-right: 1px solid #aaa;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  color: #999;
  cursor: pointer;
  font-size: 1em;
  font-weight: bold;
  padding: 0 4px;
  position: absolute;
  left: 0;
  top: 0;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover, .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus {
  background-color: #f1f1f1;
  color: #333;
  outline: none;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__display {
  padding-left: 5px;
  padding-right: 2px;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  border-left: 1px solid #aaa;
  border-right: none;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__clear {
  float: left;
  margin-left: 10px;
  margin-right: auto;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0;
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: black;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
}

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield;
}

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}

.select2-container--default .select2-results__option--group {
  padding: 0;
}

.select2-container--default .select2-results__option--disabled {
  color: #999;
}

.select2-container--default .select2-results__option--selected {
  background-color: #ddd;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #5897fb;
  color: white;
}

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}

.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  height: 26px;
  margin-right: 20px;
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0);
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0);
}

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0;
  padding-bottom: 5px;
  padding-right: 5px;
}

.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  display: inline-block;
  margin-left: 5px;
  margin-top: 5px;
  padding: 0;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__display {
  cursor: default;
  padding-left: 2px;
  padding-right: 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  background-color: transparent;
  border: none;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  color: #888;
  cursor: pointer;
  font-size: 1em;
  font-weight: bold;
  padding: 0 4px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555;
  outline: none;
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__display {
  padding-left: 5px;
  padding-right: 2px;
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0;
}

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none;
}

.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent;
}

.select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}

.select2-container--classic .select2-dropdown--below {
  border-top: none;
}

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--classic .select2-results__option--group {
  padding: 0;
}

.select2-container--classic .select2-results__option--disabled {
  color: grey;
}

.select2-container--classic .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #3875d7;
  color: white;
}

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb;
}

.select2-container .select2-selection--single {
  display: flex;
  height: 50px;
  width: 100%;
  align-items: center;
  border-radius: 0px;
  border-width: 1px;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
  --tw-border-opacity: 0.3;
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  padding-left: 0px;
  padding-right: 0px;
  font-family: AktivGroteskRegular, sans-serif;
  font-size: 12px;
  --tw-text-opacity: 1;
  color: rgb(245 245 245 / var(--tw-text-opacity, 1))
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  display: none !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow:after {
  content: "";
  display: block;
  width: 10px;
  height: 6px;
  background: url("../images/arrow-down.svg") no-repeat center;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  width: 10px !important;
  height: 6px !important;
  position: absolute;
  top: 50% !important;
  transform: translateY(-50%)  rotate(0deg) !important;
  right: 16px !important;
}

.select2-container--open.select2-container--default .select2-selection--single .select2-selection__arrow {
  transform: translateY(-50%)  rotate(-180deg) !important;
}

.select2-dropdown {
  border-radius: 0px;
  border-width: 1px;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
  --tw-border-opacity: 0.3;
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
  padding-top: 0.5rem;
  padding-bottom: 0.75rem
}

.select2-dropdown .select2-results__option {
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 12px;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(179 179 179 / var(--tw-text-opacity, 1))
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable,
.select2-container--default .select2-results__option--selected {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
  background-image: none;
  --tw-text-opacity: 1;
  color: rgb(245 245 245 / var(--tw-text-opacity, 1))
}

.select2-search.select2-search--dropdown {
  display: none !important
}

.select2-results .select2-results__options li:first-child {
  display: none
}

.modal-wrapper {
  position: fixed;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  z-index: 9999;
  display: none;
  justify-content: center;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
  --tw-bg-opacity: 0.4
}

.modal-wrapper.active {
  display: flex
}

.modal-container {
  position: relative;
  display: flex;
  width: 320px;
  align-items: center
}

@media (min-width: 1024px) {
  .modal-container {
    width: 600px
  }
}

.modal-content {
  position: relative;
  display: flex;
  max-height: 95%;
  flex-direction: column;
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1))
}

.modal-content_inner {
  position: relative;
  height: 95%;
  overflow: auto
}

#modal_closeBtn,
.modal_closeBtn1 {
  position: absolute;
  right: 1.25rem;
  top: 1.25rem;
  z-index: 50;
  cursor: pointer;
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity, 1))
}

.modal_image {
  display: none
}

@media (min-width: 768px) {
  .modal_image {
    display: flex
  }
}

.modal_image-mob {
  display: flex
}

@media (min-width: 768px) {
  .modal_image-mob {
    display: none
  }
}

.modal_image img,
.modal_image img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover
}

.modal_title {
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-family: AktivGroteskBold, sans-serif;
  font-size: 18px;
  line-height: 28px;
  --tw-text-opacity: 1;
  color: rgb(245 245 245 / var(--tw-text-opacity, 1))
}

@media (min-width: 768px) {
  .modal_title {
    font-size: 28px;
    line-height: 32px
  }
}

.modal_desc {
  padding-left: 1rem;
  padding-right: 1rem;
  font-family: AktivGroteskRegular, sans-serif;
  font-size: 14px;
  --tw-text-opacity: 1;
  color: rgb(245 245 245 / var(--tw-text-opacity, 1))
}

.modal_desc li {
  display: flex;
  align-items: flex-start
}

.modal_desc li:before{
  content: "";
  margin-right: 0.625rem;
  margin-top: 0.375rem;
  display: flex;
  height: 10px;
  width: 10px;
  --tw-bg-opacity: 1;
  background-color: rgb(77 234 114 / var(--tw-bg-opacity, 1));
}

.modal_footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem
}

.modal_footer svg {
  width: 140px
}

@media (min-width: 768px) {
  .modal_footer svg {
    width: 220px
  }
}

.modal_more-link {
  --tw-bg-opacity: 1;
  background-color: rgb(77 234 114 / var(--tw-bg-opacity, 1));
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
  font-family: AktivGroteskBold, sans-serif;
  font-size: 15px;
  --tw-text-opacity: 1;
  color: rgb(28 28 28 / var(--tw-text-opacity, 1))
}

.modal_more-link:hover {
  --tw-bg-opacity: 0.8
}

@media (min-width: 768px) {
  .modal_more-link {
    font-size: 18px
  }
}

.modal_more-link_full {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px
}

.tour-list_item {
  position: relative;
  display: flex;
  flex-direction: column;
  border-width: 1px;
  border-left-width: 0px;
  --tw-border-opacity: 1;
  border-color: rgb(39 39 39 / var(--tw-border-opacity, 1));
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem
}

@media (min-width: 768px) {
  .tour-list_item {
    padding-left: 1.75rem;
    padding-right: 1.75rem
  }
}

.tour-list_item-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 12px;
  --tw-text-opacity: 1;
  color: rgb(77 234 114 / var(--tw-text-opacity, 1))
}

.premium-tickets .tour-list_item-head {
  --tw-text-opacity: 1;
  color: rgb(247 199 247 / var(--tw-text-opacity, 1))
}

.tour-list_item h3 {
  min-height: 120px;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-family: AktivGroteskMedium, sans-serif;
  font-size: 32px;
  line-height: 40px;
  --tw-text-opacity: 1;
  color: rgb(245 245 245 / var(--tw-text-opacity, 1))
}

@media (min-width: 768px) {
  .tour-list_item h3 {
    font-size: 32px;
    line-height: 40px
  }
}

.tour-list_item-img {
  position: relative;
  height: 200px;
  width: 100%
}

.tour-list_item-badge_ticket {
  position: absolute;
  top: 1.25rem;
  left: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(247 199 247 / var(--tw-bg-opacity, 1));
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-family: AktivGroteskBold, sans-serif;
  font-size: 10px;
  --tw-text-opacity: 1;
  color: rgb(39 39 39 / var(--tw-text-opacity, 1))
}

@media (min-width: 768px) {
  .tour-list_item-badge_ticket {
    font-size: 12px
  }
}

.tour-list_item-badge_dayOff {
  position: absolute;
  top: 1.25rem;
  left: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(207 207 207 / var(--tw-bg-opacity, 1));
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-family: AktivGroteskBold, sans-serif;
  font-size: 10px;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1))
}

@media (min-width: 768px) {
  .tour-list_item-badge_dayOff {
    font-size: 12px
  }
}

.tour-list_item-img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover
}

.tour-list_item-footer {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding-top: 1rem
}

.tour-list_item-price {
  padding-right: 1rem;
  font-family: AktivGroteskMedium, sans-serif;
  font-size: 32px;
  line-height: 40px;
  --tw-text-opacity: 1;
  color: rgb(245 245 245 / var(--tw-text-opacity, 1))
}

@media (min-width: 768px) {
  .tour-list_item-price {
    font-size: 32px;
    line-height: 40px
  }
}

.tour-list_item-desc {
  text-align: right;
  font-size: 12px;
  line-height: 20px;
  --tw-text-opacity: 1;
  color: rgb(179 179 179 / var(--tw-text-opacity, 1))
}

@media (min-width: 768px) {
  .tour-list_item-desc {
    font-size: 14px;
    line-height: 24px
  }
}

.tour-list_item-moreLink {
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  transition-duration: 300ms
}

.tour-list_item-moreLink:hover {
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
  --tw-bg-opacity: 0.35
}

.tour-list_item-moreLink.tour-list_item-isEnded {
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
  --tw-bg-opacity: 0.85;
  font-family: AktivGroteskMedium, sans-serif;
  font-size: 38px;
  color: rgb(245 245 245 / var(--tw-text-opacity, 1));
  --tw-text-opacity: 0.45
}

@media (min-width: 640px) {
  .tour-list_item-moreLink.tour-list_item-isEnded {
    font-size: 52px
  }
}

@media (min-width: 768px) {
  .tour-list_item-moreLink.tour-list_item-isEnded {
    font-size: 38px
  }
}

@media (min-width: 1536px) {
  .tour-list_item-moreLink.tour-list_item-isEnded {
    font-size: 52px
  }
}

/* The container */

.input-group--radio {
  margin-top: 0.375rem;
  margin-bottom: 0.375rem;
  cursor: pointer;
  border-width: 1px;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
  --tw-border-opacity: 0.3;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
  font-size: 12px;
  --tw-text-opacity: 1;
  color: rgb(245 245 245 / var(--tw-text-opacity, 1));
  display: block;
  position: relative;
  padding-right: 35px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none
}

/* Hide the browser's default checkbox */

.input-group--radio input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */

.input-group--radio .checkmark {
  position: absolute;
  right: 1rem;
  top: 0.75rem;
  height: 20px;
  width: 20px;
  border-radius: 9999px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(179 179 179 / var(--tw-border-opacity, 1))
}

/* When the checkbox is checked, add a blue background */

.input-group--radio input:checked ~ .checkmark {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1))
}

/* Create the checkmark/indicator (hidden when not checked) */

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */

.input-group--radio input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */

.input-group--radio .checkmark:after {
  left: 4px;
  top: 4px;
  height: 10px;
  width: 10px;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1))
}

.custom-checkbox-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.custom-checkbox-container {
  position: relative;
  cursor: pointer;
  padding-left: 2rem;
  padding-top: 2px;
  font-size: 13px;
  --tw-text-opacity: 1;
  color: rgb(245 245 245 / var(--tw-text-opacity, 1))
}

.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  border-radius: 2px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(179 179 179 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}

.custom-checkbox-container input:checked ~ .checkmark {
}

.checkmark::after {
  content: "";
  position: absolute;
  display: none;
  /* Hide by default */
  /* Style the checkmark itself (e.g., using a Unicode character or positioning/transforms) */
  left: 7px;
  top: 2px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 1px 1px 0;
  transform: rotate(45deg);
}

.custom-checkbox-container input:checked ~ .checkmark::after {
  display: block;
  /* Show the checkmark */
}

.home-mainArea {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: space-between;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(39 39 39 / var(--tw-border-opacity, 1))
}

@media (min-width: 768px) {
  .home-mainArea {
    flex-direction: row
  }
}

.home-mainArea--img {
  height: 300px;
  width: 100%;
  overflow: hidden
}

@media (min-width: 768px) {
  .home-mainArea--img {
    min-height: calc(100vh - 72px);
    width: 50%
  }
}

.home-mainArea--img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: bottom;
     object-position: bottom
}

.home-mainArea--info {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  text-align: center;
  font-size: 18px;
  line-height: 28px;
  --tw-text-opacity: 1;
  color: rgb(245 245 245 / var(--tw-text-opacity, 1))
}

@media (min-width: 768px) {
  .home-mainArea--info {
    width: 50%
  }
}

@media (min-width: 1024px) {
  .home-mainArea--info {
    font-size: 20px;
    line-height: 32px
  }
}

.home-mainArea--info_cover {
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(77 234 114 / var(--tw-bg-opacity, 1));
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem
}

@media (min-width: 768px) {
  .home-mainArea--info_cover {
    padding-left: 0.75rem;
    padding-right: 0.75rem
  }
}

.home-mainArea--info .home-mainArea--info_footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
  font-size: 12px;
  --tw-text-opacity: 1;
  color: rgb(179 179 179 / var(--tw-text-opacity, 1))
}

@media (min-width: 768px) {
  .home-mainArea--info .home-mainArea--info_footer {
    margin-top: auto
  }
}

.home-mainArea--info .home-mainArea--info_footer svg {
  width: 230px
}

@media (min-width: 1280px) {
  .home-mainArea--info .home-mainArea--info_footer svg {
    width: 350px
  }
}

.home-mainArea--info_area {
  max-width: 650px;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  font-size: 13px
}

@media (min-width: 768px) {
  .home-mainArea--info_area {
    margin-top: auto;
    margin-bottom: auto;
    font-size: 16px;
    line-height: 24px
  }
}

.home-mainArea--info_area h1 {
  max-width: 980px;
  font-family: AktivGroteskBold, sans-serif;
  font-size: 32px;
  line-height: 40px;
  --tw-text-opacity: 1;
  color: rgb(245 245 245 / var(--tw-text-opacity, 1))
}

@media (min-width: 768px) {
  .home-mainArea--info_area h1 {
    font-size: 44px;
    line-height: 44px
  }
}

@media (min-width: 1280px) {
  .home-mainArea--info_area h1 {
    font-size: 48px;
    line-height: 54px
  }
}

.benefits {
  display: flex;
  flex-direction: column
}

.benefits .benefits-head {
  display: flex;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem
}

@media (min-width: 768px) {
  .benefits .benefits-head {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-top: 4rem;
    padding-bottom: 4rem
  }
}

.benefits .benefits-title {
  width: 100%;
  font-family: AktivGroteskBold, sans-serif;
  font-size: 32px;
  line-height: 40px;
  --tw-text-opacity: 1;
  color: rgb(245 245 245 / var(--tw-text-opacity, 1))
}

@media (min-width: 768px) {
  .benefits .benefits-title {
    font-size: 44px;
    line-height: 44px
  }
}

@media (min-width: 1024px) {
  .benefits .benefits-title {
    width: 50%
  }
}

@media (min-width: 1280px) {
  .benefits .benefits-title {
    padding-right: 3.5rem;
    font-size: 48px;
    line-height: 54px
  }
}

.benefits .benefits-desc {
  display: none;
  width: 50%;
  padding-left: 2.5rem;
  font-size: 14px;
  line-height: 24px;
  --tw-text-opacity: 1;
  color: rgb(245 245 245 / var(--tw-text-opacity, 1))
}

@media (min-width: 1024px) {
  .benefits .benefits-desc {
    display: flex;
    padding-left: 4rem
  }
}

@media (min-width: 1536px) {
  .benefits .benefits-desc {
    padding-left: 5rem
  }
}

.home-selected_tours--head {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  border-top-width: 1px;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(39 39 39 / var(--tw-border-opacity, 1))
}

@media (min-width: 1024px) {
  .home-selected_tours--head {
    height: 375px;
    flex-direction: row
  }
}

.benefits-items {
  border-top-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(39 39 39 / var(--tw-border-opacity, 1))
}

.benefits-item {
  width: 100%;
  border-right-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(39 39 39 / var(--tw-border-opacity, 1));
  padding: 1rem
}

@media (min-width: 768px) {
  .benefits-item {
    padding-left: 2rem;
    padding-right: 2rem
  }
}

.benefits-item img {
  width: 20px
}

.benefites-item--status {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  font-size: 10px;
  --tw-text-opacity: 1;
  color: rgb(77 234 114 / var(--tw-text-opacity, 1))
}

@media (min-width: 768px) {
  .benefites-item--status {
    font-size: 12px
  }
}

.benefites-item--title {
  padding-bottom: 0.75rem;
  font-family: AktivGroteskBold, sans-serif;
  font-size: 18px;
  line-height: 28px;
  --tw-text-opacity: 1;
  color: rgb(245 245 245 / var(--tw-text-opacity, 1))
}

@media (min-width: 768px) {
  .benefites-item--title {
    font-size: 20px;
    line-height: 32px
  }
}

.benefits-item ul {
  list-style-type: square;
  display: flex;
  list-style-position: inside;
  flex-direction: column;
  font-size: 12px;
  line-height: 20px;
  --tw-text-opacity: 1;
  color: rgb(245 245 245 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {
  .benefits-item ul {
    font-size: 14px;
    line-height: 24px
  }
}

.benefits-item li {
  padding-top: 0.125rem;
  padding-bottom: 0.125rem
}

.home-selected_tours--head_title {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center
}

@media (min-width: 1024px) {
  .home-selected_tours--head_title {
    height: 375px;
    width: 50%
  }
}

.home-selected_tours--head h2 {
  margin-left: auto;
  margin-right: auto;
  display: flex;
  width: 100%;
  max-width: 400px;
  flex-direction: column;
  align-items: flex-start;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 1.75rem;
  padding-bottom: 1.75rem
}

@media (min-width: 768px) {
  .home-selected_tours--head h2 {
    max-width: 600px
  }
}

.home-selected_tours--head h2 span {
  display: inline-flex;
  --tw-bg-opacity: 1;
  background-color: rgb(77 234 114 / var(--tw-bg-opacity, 1));
  padding: 0.625rem;
  font-family: AktivGroteskBold, sans-serif;
  font-size: 24px;
  line-height: 32px;
  --tw-text-opacity: 1;
  color: rgb(1 33 36 / var(--tw-text-opacity, 1))
}

@media (min-width: 768px) {
  .home-selected_tours--head h2 span {
    font-size: 44px;
    line-height: 44px
  }
}

@media (min-width: 1280px) {
  .home-selected_tours--head h2 span {
    font-size: 48px;
    line-height: 54px
  }
}

.home-selected_tours--head h2 span:nth-child(odd) {
  justify-content: flex-start
}

.home-selected_tours--head h2 span:nth-child(even) {
  margin-left: auto
}

.home-selected_tours--head_txt {
  width: 100%;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  text-align: right;
  font-size: 12px;
  line-height: 20px;
  --tw-text-opacity: 1;
  color: rgb(179 179 179 / var(--tw-text-opacity, 1))
}

@media (min-width: 768px) {
  .home-selected_tours--head_txt {
    padding-left: 1.5rem;
    font-size: 14px;
    line-height: 24px
  }
}

@media (min-width: 1024px) {
  .home-selected_tours--head_txt {
    width: 50%
  }
}

.home-experiences--block_info {
  display: flex;
  flex-direction: column;
  justify-content: space-between
}

@media (min-width: 768px) {
  .home-experiences--block_info {
    flex-direction: row
  }
}

.home-experiences--block_main {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: flex-start;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  padding-left: 2rem;
  padding-right: 2rem
}

@media (min-width: 768px) {
  .home-experiences--block_main {
    width: 66.666667%
  }
}

@media (min-width: 1024px) {
  .home-experiences--block_main {
    width: 77%
  }
}

.home-experiences--block_main strong {
  font-size: 12px;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(179 179 179 / var(--tw-text-opacity, 1))
}

.home-experiences--block_main h3 {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
  font-family: AktivGroteskBold, sans-serif;
  font-size: 32px;
  line-height: 40px;
  --tw-text-opacity: 1;
  color: rgb(245 245 245 / var(--tw-text-opacity, 1))
}

@media (min-width: 768px) {
  .home-experiences--block_main h3 {
    font-size: 44px;
    line-height: 44px
  }
}

@media (min-width: 1280px) {
  .home-experiences--block_main h3 {
    font-size: 48px;
    line-height: 54px
  }
}

.home-experiences--block_main__desc {
  margin-left: auto;
  text-align: right;
  font-size: 16px;
  --tw-text-opacity: 1;
  color: rgb(179 179 179 / var(--tw-text-opacity, 1))
}

.home-experiences--block_mainArea {
  position: relative;
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-top-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(39 39 39 / var(--tw-border-opacity, 1));
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  padding-left: 2rem;
  padding-right: 2rem
}

@media (min-width: 768px) {
  .home-experiences--block_mainArea {
    width: 33.333333%;
    border-top-width: 0px;
    border-left-width: 1px
  }
}

@media (min-width: 1024px) {
  .home-experiences--block_mainArea {
    width: 23%
  }
}

.home-experiences--block_mainArea-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  font-family: AktivGroteskMedium, sans-serif;
  font-size: 32px;
  line-height: 40px;
  --tw-text-opacity: 1;
  color: rgb(245 245 245 / var(--tw-text-opacity, 1))
}

.home-experiences--block_mainArea strong {
  display: inline-flex;
  padding-bottom: 0.25rem;
  font-family: AktivGroteskMedium, sans-serif;
  font-size: 12px;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(179 179 179 / var(--tw-text-opacity, 1))
}

.home-experiences--block_mainArea-link {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px
}

.home-tour--content {
  display: flex;
  flex-direction: column;
  justify-content: space-between
}

@media (min-width: 1024px) {
  .home-tour--content {
    flex-direction: row
  }
}

.home-packages--slider_container {
  position: relative;
  width: 100%
}

@media (min-width: 1024px) {
  .home-packages--slider_container {
    width: 75%
  }
}

@media (min-width: 1536px) {
  .home-packages--slider_container {
    width: 83.333333%
  }
}

.home--exploreLink {
  position: relative;
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(39 39 39 / var(--tw-border-opacity, 1));
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  padding-left: 2rem;
  padding-right: 2rem
}

@media (min-width: 1024px) {
  .home--exploreLink {
    width: 25%
  }
}

@media (min-width: 1536px) {
  .home--exploreLink {
    width: 16.666667%
  }
}

.home--exploreLink strong {
  margin-bottom: 1rem;
  font-size: 12px;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(179 179 179 / var(--tw-text-opacity, 1))
}

.swiper-pagination--wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  --tw-bg-opacity: 1;
  background-color: rgb(39 39 39 / var(--tw-bg-opacity, 1));
  padding: 0.625rem;
  font-size: 10px;
  --tw-text-opacity: 1;
  color: rgb(245 245 245 / var(--tw-text-opacity, 1))
}

@media (min-width: 768px) {
  .swiper-pagination--wrapper {
    display: none
  }
}

.swiper-pagination--wrapper .swiper-pagination-fraction {
  display: inline-flex;
  width: auto
}

.swiper-pagination--wrapper .swiper-pagination-bullet {
  margin-left: 0.375rem;
  margin-right: 0.375rem;
  height: 2px;
  width: calc(50% - 12px);
  border-radius: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1))
}

.swiper-pagination--wrapper .swiper-pagination-bullet-active {
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity, 1))
}

.swiper-pagination--wrapper .swiper-pagination-bullets {
  position: relative;
  top: -0.125rem !important;
  left: 0.25rem
}

.swiper-slide {
  height: auto !important;
  display: flex !important;
}

.home-tour_head {
  display: flex;
  min-height: 385px;
  flex-direction: column;
  justify-content: space-between;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(39 39 39 / var(--tw-border-opacity, 1));
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  text-transform: uppercase
}

@media (min-width: 768px) {
  .home-tour_head {
    padding: 0.625rem
  }
}

@media (min-width: 1280px) {
  .home-tour_head {
    min-height: 340px;
    padding-top: 4rem;
    padding-bottom: 4rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem
  }
}

.home-tour_head h2 {
  max-width: 950px;
  font-family: AktivGroteskBold, sans-serif;
  font-size: 32px;
  line-height: 40px;
  --tw-text-opacity: 1;
  color: rgb(245 245 245 / var(--tw-text-opacity, 1))
}

@media (min-width: 768px) {
  .home-tour_head h2 {
    font-size: 44px;
    line-height: 44px
  }
}

@media (min-width: 1280px) {
  .home-tour_head h2 {
    font-size: 48px;
    line-height: 54px
  }
}

.home-tour_head span {
  display: flex;
  justify-content: flex-end;
  text-align: right;
  font-size: 12px;
  --tw-text-opacity: 1;
  color: rgb(179 179 179 / var(--tw-text-opacity, 1))
}

@media (min-width: 768px) {
  .home-tour_head span {
    font-size: 14px
  }
}

.page_404-title {
  font-family: AktivGroteskBold, sans-serif;
  font-size: 144px;
  line-height: 160px;
  --tw-text-opacity: 1;
  color: rgb(245 245 245 / var(--tw-text-opacity, 1))
}

@media (min-width: 768px) {
  .page_404-title {
    font-size: 248px;
    line-height: 260px
  }
}

@media (min-width: 1280px) {
  .page_404-title {
    font-size: 348px;
    line-height: 360px
  }
}

.page_404-title-desk {
  display: flex;
  padding: 0.625rem;
  text-align: center;
  font-family: AktivGroteskMedium, sans-serif;
  font-size: 24px;
  line-height: 32px;
  --tw-text-opacity: 1;
  color: rgb(245 245 245 / var(--tw-text-opacity, 1))
}

@media (min-width: 768px) {
  .page_404-title-desk {
    font-size: 44px;
    line-height: 44px
  }
}

@media (min-width: 1280px) {
  .page_404-title-desk {
    font-size: 48px;
    line-height: 54px
  }
}

.page_404 {
  display: flex;
  min-height: calc(100vh - 40px);
  flex-direction: column;
  align-items: center;
  justify-content: center
}

@media (min-width: 768px) {
  .page_404 {
    min-height: calc(100vh - 72px)
  }
}

.breadcrumbs {
  position: fixed;
  left: 0px;
  top: 0px;
  bottom: 0px;
  display: none;
  width: 90px;
  align-items: center;
  justify-content: center;
  border-right-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(39 39 39 / var(--tw-border-opacity, 1))
}

@media (min-width: 1280px) {
  .breadcrumbs {
    display: flex
  }
}

.breadcrumbs {
  writing-mode: sideways-lr;
  text-orientation: mixed;
}

.breadcrumbs-nav ul,
.breadcrumbs-nav li {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-left: 0.25rem;
  padding-right: 0.25rem
}

.breadcrumbs-nav a {
  white-space: nowrap;
  text-transform: uppercase;
  letter-spacing: 1px;
  --tw-text-opacity: 1;
  color: rgb(127 127 127 / var(--tw-text-opacity, 1))
}

.breadcrumbs-nav li:last-child:after {
  display: none
}

.breadcrumbs-nav li:after {
  content: "/";
  display: inline-flex;
  padding: 0.375rem;
  --tw-text-opacity: 1;
  color: rgb(127 127 127 / var(--tw-text-opacity, 1));
}

.breadcrumbs-nav a.active {
  --tw-text-opacity: 1;
  color: rgb(245 245 245 / var(--tw-text-opacity, 1))
}

.main .breadcrumbs {
  position: relative;
  left: auto;
  top: auto;
  right: auto;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  border-right-width: 0px;
  --tw-border-opacity: 1;
  border-color: rgb(39 39 39 / var(--tw-border-opacity, 1));
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  font-size: 12px
}

@media (min-width: 1280px) {
  .main .breadcrumbs {
    display: none
  }
}

.main .breadcrumbs {
  writing-mode: horizontal-tb;
  text-orientation: mixed;
}

.main .breadcrumbs-nav li {
  padding-left: 0px;
  padding-right: 0px
}

.tour-head {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(39 39 39 / var(--tw-border-opacity, 1));
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem
}

@media (min-width: 768px) {
  .tour-head {
    padding: 1.5rem;
    padding-top: 2.5rem
  }
}

.tour-head--header {
  display: flex;
  flex-direction: column;
  align-items: flex-start
}

.tour-head_date {
  margin-bottom: 0.25rem;
  font-family: AktivGroteskMedium, sans-serif;
  font-size: 16px;
  line-height: 32px;
  --tw-text-opacity: 1;
  color: rgb(245 245 245 / var(--tw-text-opacity, 1))
}

.tour-head_price {
  margin-top: 0.75rem;
  font-family: AktivGroteskMedium, sans-serif;
  font-size: 32px;
  line-height: 40px;
  --tw-text-opacity: 1;
  color: rgb(77 234 114 / var(--tw-text-opacity, 1))
}

.premium-tickets .tour-head_price {
  --tw-text-opacity: 1;
  color: rgb(247 199 247 / var(--tw-text-opacity, 1))
}

.tour-head h1 {
  max-width: 980px;
  font-family: AktivGroteskBold, sans-serif;
  font-size: 32px;
  line-height: 40px;
  --tw-text-opacity: 1;
  color: rgb(245 245 245 / var(--tw-text-opacity, 1))
}

@media (min-width: 768px) {
  .tour-head h1 {
    font-size: 44px;
    line-height: 44px
  }
}

@media (min-width: 1280px) {
  .tour-head h1 {
    font-size: 48px;
    line-height: 54px
  }
}

.tour-head--custom {
  margin-left: auto;
  margin-top: 2rem;
  max-width: 500px
}

@media (min-width: 768px) {
  .tour-head--custom {
    margin-top: 70px
  }
}

.tour-head--custom_text {
  font-size: 16px;
  line-height: 24px;
  --tw-text-opacity: 1;
  color: rgb(245 245 245 / var(--tw-text-opacity, 1))
}

.tour-head--custom_info {
  display: flex;
  justify-content: space-between;
  gap: 0.75rem;
  padding-top: 0.75rem
}

.tour-head--custom_progress {
  display: flex;
  height: 44px;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(92 92 92 / var(--tw-border-opacity, 1));
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  font-family: AktivGroteskMedium, sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(245 245 245 / var(--tw-text-opacity, 1))
}

.tour-head--custom_progress-bar {
  display: flex;
  width: 100px;
  align-items: center;
  justify-content: space-between;
  --tw-border-opacity: 1;
  border-color: rgb(92 92 92 / var(--tw-border-opacity, 1));
  padding-top: 0.25rem
}

.tour-head--custom_progress-busy {
  display: flex;
  height: 2px;
  --tw-bg-opacity: 1;
  background-color: rgb(77 234 114 / var(--tw-bg-opacity, 1))
}

.premium-tickets .tour-head--custom_progress-busy {
  --tw-bg-opacity: 1;
  background-color: rgb(247 199 247 / var(--tw-bg-opacity, 1))
}

.tour-head--custom_progress-free {
  display: flex;
  height: 2px;
  --tw-bg-opacity: 1;
  background-color: rgb(92 92 92 / var(--tw-bg-opacity, 1))
}

.tour-head--custom_secure {
  display: flex;
  height: 44px;
  width: 100%;
  align-items: center;
  justify-content: center;
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity, 1));
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  font-family: AktivGroteskMedium, sans-serif;
  font-size: 12px;
  text-transform: uppercase
}

.tour-head--custom_secure:hover {
  --tw-bg-opacity: 0.8
}

.premium-tickets .tour-head--custom_secure {
  --tw-bg-opacity: 1;
  background-color: rgb(247 199 247 / var(--tw-bg-opacity, 1))
}

.premium-tickets .tour-head--custom_secure:hover {
  --tw-bg-opacity: 0.8
}

.tour-head_premium-badge {
  margin-top: 1.25rem;
  display: inline;
  --tw-bg-opacity: 1;
  background-color: rgb(247 199 247 / var(--tw-bg-opacity, 1));
  padding-left: 0.875rem;
  padding-right: 0.875rem;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  font-family: AktivGroteskBold, sans-serif;
  font-size: 14px;
  --tw-text-opacity: 1;
  color: rgb(39 39 39 / var(--tw-text-opacity, 1))
}

@media (min-width: 768px) {
  .tour-head_premium-badge {
    font-size: 18px
  }
}

.tour-head_dayOff-badge {
  margin-top: 1.25rem;
  display: inline;
  --tw-bg-opacity: 1;
  background-color: rgb(207 207 207 / var(--tw-bg-opacity, 1));
  padding-left: 0.875rem;
  padding-right: 0.875rem;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  font-family: AktivGroteskBold, sans-serif;
  font-size: 14px;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1))
}

@media (min-width: 768px) {
  .tour-head_dayOff-badge {
    font-size: 18px
  }
}

/* --------------------------------- */

.tour-inner--banner {
  display: flex;
  height: auto;
  flex-direction: column-reverse;
  justify-content: space-between;
  --tw-bg-opacity: 1;
  background-color: rgb(77 234 114 / var(--tw-bg-opacity, 1))
}

@media (min-width: 768px) {
  .tour-inner--banner {
    flex-direction: row
  }
}

.premium-tickets  .tour-inner--banner {
  --tw-bg-opacity: 1;
  background-color: rgb(247 199 247 / var(--tw-bg-opacity, 1))
}

.tour-inner--banner_img {
  position: relative;
  width: 100%
}

@media (min-width: 768px) {
  .tour-inner--banner_img {
    width: 33.333333%
  }
}

.tour-inner--banner_img img {
  width: 100%
}

.tour-inner--banner_img:after{
  content: "";
  position: absolute;
  bottom: 0px;
  right: 0px;
  display: flex;
  height: 102px;
  width: 102px;
  align-items: center;
  justify-content: center;
  --tw-bg-opacity: 1;
  background-color: rgb(77 234 114 / var(--tw-bg-opacity, 1));
  background-image: url("../images/small-logo.svg");
  background-repeat: no-repeat;
  background-position: center center;
}

.premium-tickets .tour-inner--banner_img:after {
  --tw-bg-opacity: 1;
  background-color: rgb(247 199 247 / var(--tw-bg-opacity, 1))
}

.tour-inner--banner_title--wrapper {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: flex-start;
  background-size: cover
}

@media (min-width: 768px) {
  .tour-inner--banner_title--wrapper {
    width: 66.666667%
  }
}

.tour-inner--banner_title {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: flex-start
}

.tour-inner--banner_title-inner {
  margin-left: auto;
  margin-right: auto;
  display: flex;
  width: 100%;
  max-width: 350px;
  flex-direction: column;
  align-items: flex-start;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 3rem;
  padding-bottom: 3rem
}

@media (min-width: 768px) {
  .tour-inner--banner_title-inner {
    max-width: 480px;
    padding-top: 0px;
    padding-bottom: 0px
  }
}

@media (min-width: 1280px) {
  .tour-inner--banner_title-inner {
    max-width: 780px
  }
}

.tour-inner--banner_title-inner span {
  display: inline-flex;
  --tw-bg-opacity: 1;
  background-color: rgb(77 234 114 / var(--tw-bg-opacity, 1));
  padding: 0.625rem;
  font-family: AktivGroteskBold, sans-serif;
  font-size: 40px;
  line-height: 48px;
  --tw-text-opacity: 1;
  color: rgb(1 33 36 / var(--tw-text-opacity, 1))
}

@media (min-width: 1280px) {
  .tour-inner--banner_title-inner span {
    font-size: 96px;
    line-height: 104px
  }
}

.premium-tickets .tour-inner--banner_title-inner span {
  --tw-bg-opacity: 1;
  background-color: rgb(247 199 247 / var(--tw-bg-opacity, 1))
}

.brand-tour--container.premium-tickets .tour-inner--banner_title-inner {
  margin-left: auto;
  margin-right: auto;
  display: flex;
  width: 100%;
  max-width: 350px;
  flex-direction: column;
  align-items: flex-start;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 3rem;
  padding-bottom: 3rem
}

@media (min-width: 768px) {
  .brand-tour--container.premium-tickets .tour-inner--banner_title-inner {
    max-width: 480px
  }
}

.brand-tour--container.premium-tickets .tour-inner--banner_title-inner span {
  --tw-bg-opacity: 1;
  background-color: rgb(1 33 36 / var(--tw-bg-opacity, 1));
  font-size: 32px;
  line-height: 40px;
  --tw-text-opacity: 1;
  color: rgb(247 199 247 / var(--tw-text-opacity, 1))
}

@media (min-width: 768px) {
  .brand-tour--container.premium-tickets .tour-inner--banner_title-inner span {
    font-size: 40px;
    line-height: 48px
  }
}

.brand-tour--container.premium-tickets .tour-inner--banner_title-inner span:nth-child(odd) {
  margin-left: 0px
}

.brand-tour--container.premium-tickets .tour-inner--banner_title-inner span:nth-child(even) {
  margin-left: auto
}

.tour-inner--banner_title-inner span:nth-child(odd) {
  margin-left: auto
}

.tour-inner--banner_title-inner span:nth-child(even) {
  justify-content: flex-start
}

/* --------------- */

.tour-details_head {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(39 39 39 / var(--tw-border-opacity, 1));
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  text-transform: uppercase
}

@media (min-width: 768px) {
  .tour-details_head {
    padding: 0.625rem
  }
}

@media (min-width: 1280px) {
  .tour-details_head {
    padding-top: 4rem;
    padding-bottom: 4rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem
  }
}

.tour-details_head h2 {
  max-width: 980px;
  padding-bottom: 4rem;
  font-family: AktivGroteskBold, sans-serif;
  font-size: 32px;
  line-height: 40px;
  --tw-text-opacity: 1;
  color: rgb(245 245 245 / var(--tw-text-opacity, 1))
}

@media (min-width: 768px) {
  .tour-details_head h2 {
    font-size: 44px;
    line-height: 44px
  }
}

@media (min-width: 1280px) {
  .tour-details_head h2 {
    font-size: 48px;
    line-height: 54px
  }
}

.tour-details_head div {
  display: flex;
  justify-content: flex-end;
  text-align: right;
  font-size: 12px;
  --tw-text-opacity: 1;
  color: rgb(179 179 179 / var(--tw-text-opacity, 1))
}

@media (min-width: 768px) {
  .tour-details_head div {
    font-size: 14px
  }
}

.tour-details_content {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: space-between;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(39 39 39 / var(--tw-border-opacity, 1))
}

@media (min-width: 768px) {
  .tour-details_content {
    flex-direction: row
  }
}

.tour-details_content-info {
  display: flex;
  max-height: 360px;
  width: 100%;
  flex-direction: column;
  justify-content: flex-start;
  overflow: hidden;
  border-right-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(39 39 39 / var(--tw-border-opacity, 1));
  padding-bottom: 0px;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(179 179 179 / var(--tw-text-opacity, 1))
}

@media (min-width: 768px) {
  .tour-details_content-info {
    max-height: 480px;
    width: 50%
  }
}

.tour-details_content-info img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover
}

.tour-details_content-info h2 {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  font-family: AktivGroteskBold, sans-serif;
  font-size: 32px;
  line-height: 40px;
  --tw-text-opacity: 1;
  color: rgb(245 245 245 / var(--tw-text-opacity, 1))
}

@media (min-width: 768px) {
  .tour-details_content-info h2 {
    padding: 1.5rem;
    font-size: 44px;
    line-height: 44px
  }
}

@media (min-width: 1280px) {
  .tour-details_content-info h2 {
    font-size: 48px;
    line-height: 54px
  }
}

.tour-details_content-info .guides {
  margin-top: auto
}

/*.guide-carousel {*/

/*    @apply flex justify-between flex-col;*/

/*}*/

.guide-carousel .guide-carousel--footer {
  display: flex;
  justify-content: space-between;
  border-top-width: 1px;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(39 39 39 / var(--tw-border-opacity, 1))
}

@media (min-width: 768px) {
  .guide-carousel .guide-carousel--footer {
    border-bottom-width: 0px
  }
}

.guide-carousel .guide-carousel--itemName {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem
}

@media (min-width: 768px) {
  .guide-carousel .guide-carousel--itemName {
    padding-left: 1.5rem;
    padding-right: 1.5rem
  }
}

.guide-carousel  .guide-carousel--nav {
  display: flex;
  justify-content: flex-end
}

.guide-carousel  .guide-carousel--nav .carusel_btn {
  display: flex;
  height: 100%;
  width: 105px;
  align-items: center;
  justify-content: center;
  border-left-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(39 39 39 / var(--tw-border-opacity, 1))
}

.guide-carousel  .guide-carousel--nav .carusel_btn:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(28 28 28 / var(--tw-bg-opacity, 1))
}

.guide--carouselItem {
  display: flex;
  flex-direction: column;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  padding-bottom: 1.5rem
}

@media (min-width: 768px) {
  .guide--carouselItem {
    padding: 1.5rem
  }
}

.guide--carouselItem--info {
  margin-bottom: 2rem;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: flex-start
}

.guide--carouselItem--image {
  margin-right: 1rem;
  display: flex;
  height: 56px;
  width: 56px;
  overflow-y: auto;
  border-radius: 9999px
}

.guide--carouselItem--image  img {
  height: 56px;
  width: 56px;
  -o-object-fit: cover;
     object-fit: cover
}

.guide--carouselItem--about .guide--carouselItem--about_item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-size: 14px;
  --tw-text-opacity: 1;
  color: rgb(245 245 245 / var(--tw-text-opacity, 1))
}

.guide--carouselItem--about .guide--carouselItem--about_item svg {
  margin-right: 0.625rem
}

.guide--carouselItem--footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 0.5rem
}

.guide--carouselItem--footer span {
  display: inline-flex;
  --tw-bg-opacity: 1;
  background-color: rgb(77 234 114 / var(--tw-bg-opacity, 1));
  padding-left: 0.375rem;
  padding-right: 0.375rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-family: AktivGroteskBold, sans-serif;
  font-size: 12px;
  --tw-text-opacity: 1;
  color: rgb(1 33 36 / var(--tw-text-opacity, 1))
}

.tour-details--carousel {
  display: flex;
  flex-direction: column
}

.tour-details--carousel-pagination,
.guide-carousel--pagination {
  padding-top: 0.25rem;
  font-size: 10px;
  --tw-text-opacity: 1;
  color: rgb(245 245 245 / var(--tw-text-opacity, 1))
}

@media (min-width: 768px) {
  .tour-details--carousel-pagination,
.guide-carousel--pagination {
    font-size: 12px
  }
}

.tour-details--carousel-pagination_wrapper {
  position: relative;
  display: flex;
  width: 100%;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(39 39 39 / var(--tw-border-opacity, 1))
}

.tour-details--carousel-pagination_wrapper .tour-details--carousel-pagination1 {
  display: flex;
  width: 100%;
  justify-content: space-between;
  --tw-text-opacity: 1;
  color: rgb(245 245 245 / var(--tw-text-opacity, 1))
}

.tour-details--carousel-pagination_wrapper .tour-details--carousel-pagination1 .swiper-pagination-bullet {
  margin-left: 0px !important;
  margin-right: 0px !important;
  display: flex;
  height: 100%;
  width: 100%;
  align-items: center;
  justify-content: center;
  border-radius: 0px;
  border-left-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(39 39 39 / var(--tw-border-opacity, 1));
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  font-size: 10px;
  --tw-text-opacity: 1;
  color: rgb(245 245 245 / var(--tw-text-opacity, 1));
  opacity: 1
}

@media (min-width: 768px) {
  .tour-details--carousel-pagination_wrapper .tour-details--carousel-pagination1 .swiper-pagination-bullet {
    font-size: 12px
  }
}

.tour-details--carousel-pagination_wrapper .tour-details--carousel-pagination1 .swiper-pagination-bullet.swiper-pagination-bullet-active {
  --tw-bg-opacity: 1;
  background-color: rgb(39 39 39 / var(--tw-bg-opacity, 1))
}

.tour-details--carouselItems {
  height: auto;
  width: 100%
}

.tour-details--carouselItem img {
  width: 100%
}

.tour-details--carousel-footer {
  display: flex;
  flex-direction: row;
  justify-content: space-between
}

.tour-details--carousel-itemName {
  width: 50%;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem
}

.tour-details--carousel-itemName .tour-details--carousel-itemName_title,
.guide-carousel--itemName .guide-carousel--itemName_name {
  font-family: AktivGroteskMedium, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
  --tw-text-opacity: 1;
  color: rgb(245 245 245 / var(--tw-text-opacity, 1))
}

@media (min-width: 768px) {
  .tour-details--carousel-itemName .tour-details--carousel-itemName_title,
.guide-carousel--itemName .guide-carousel--itemName_name {
    font-size: 32px;
    line-height: 40px
  }
}

.guide-carousel--itemName .guide-carousel--itemName_name {
  font-size: 18px;
  line-height: 28px
}

@media (min-width: 768px) {
  .guide-carousel--itemName .guide-carousel--itemName_name {
    font-size: 32px;
    line-height: 40px
  }
}

.tour-details--carousel-nav {
  display: flex;
  width: 50%;
  justify-content: space-between
}

.tour-details--carousel-nav .carusel_btn {
  display: flex;
  width: 50%;
  align-items: center;
  justify-content: center;
  border-left-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(39 39 39 / var(--tw-border-opacity, 1));
  padding-top: 2rem;
  padding-bottom: 2rem
}

.tour-details--carousel-nav .carusel_btn:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(28 28 28 / var(--tw-bg-opacity, 1))
}

@media (min-width: 768px) {
  .tour-details--carousel-nav .carusel_btn {
    padding-top: 3rem;
    padding-bottom: 3rem
  }
}

.tour-details_content-accordion {
  position: relative;
  width: 100%;
  overflow-y: auto;
  font-family: AktivGroteskRegular, sans-serif !important
}

@media (min-width: 768px) {
  .tour-details_content-accordion {
    height: 465px;
    width: 50%
  }
}

.tour-details_content-accordion:after {
  content: "";
  position: sticky;
  bottom: 0px;
  left: 0px;
  right: 0px;
  z-index: 20;
  display: none;
  height: 85px;
  width: 100%;
}

@media (min-width: 768px) {
  .tour-details_content-accordion:after {
    display: flex
  }
}

.tour-details_content-accordion:after {
  background: linear-gradient(0deg, #000 15%, rgba(0, 0, 0, 0.00) 100%);
}

.tour-details_content-accordion .accordion-item--head {
  margin: 0px !important;
  display: flex;
  flex-direction: column;
  border-width: 0px;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(39 39 39 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1 !important;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1)) !important;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.875rem !important;
  padding-bottom: 0.875rem !important;
  text-transform: uppercase
}

@media (min-width: 768px) {
  .tour-details_content-accordion .accordion-item--head {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important
  }
}

.tour-details_content-accordion .accordion-item--head span {
  font-family: AktivGroteskMedium, sans-serif !important;
  font-size: 12px;
  --tw-text-opacity: 1;
  color: rgb(77 234 114 / var(--tw-text-opacity, 1))
}

@media (min-width: 768px) {
  .tour-details_content-accordion .accordion-item--head span {
    font-size: 14px
  }
}

.tour-details_content-accordion .accordion-item--head_title {
  font-family: AktivGroteskBold, sans-serif !important;
  font-size: 18px;
  line-height: 28px;
  --tw-text-opacity: 1;
  color: rgb(245 245 245 / var(--tw-text-opacity, 1))
}

@media (min-width: 768px) {
  .tour-details_content-accordion .accordion-item--head_title {
    font-size: 20px;
    line-height: 32px
  }
}

.tour-details_content-accordion .accordion-item--body {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  border-width: 0px;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(39 39 39 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
  padding: 0px;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-bottom: 1.5rem;
  font-family: AktivGroteskRegular, sans-serif !important;
  font-size: 12px;
  line-height: 20px;
  --tw-text-opacity: 1;
  color: rgb(207 207 207 / var(--tw-text-opacity, 1))
}

@media (min-width: 768px) {
  .tour-details_content-accordion .accordion-item--body {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
    font-size: 14px;
    line-height: 24px
  }
}

.tour-details_content-accordion .ui-accordion-header-icon,
.tour-details_content-accordion .accordion-item--head.ui-state-active .ui-accordion-header-icon,
.accordion-item--head.accordion-item--head:hover  .ui-accordion-header-icon{
  background: url("../images/arrow-down.svg") center no-repeat;
  position: absolute;
  right: 32px;
  top: 50%;
  height: 24px;
  width: 24px;
  --tw-translate-y: -50%;
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.tour-details_content-accordion .accordion-item--head:last-child,
.tour-details_content-accordion .accordion-item--body:last-child,
.tour-details_content-accordion .accordion-item--head.ui-state-active {
  border-bottom-width: 0px
}

.tour-details_content-accordion .accordion-item--head.ui-state-active .ui-accordion-header-icon {
  --tw-rotate: 0deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.explore-packages--head {
  display: flex;
  height: 250px;
  align-items: center;
  justify-content: space-between;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(39 39 39 / var(--tw-border-opacity, 1));
  padding: 2rem;
  text-transform: uppercase
}

.explore-packages--head h3 {
  width: 66.666667%;
  padding-right: 2rem;
  font-size: 42px;
  --tw-text-opacity: 1;
  color: rgb(245 245 245 / var(--tw-text-opacity, 1))
}

.explore-packages--head_txt {
  width: 33.333333%;
  padding-left: 2rem;
  font-size: 14px;
  --tw-text-opacity: 1;
  color: rgb(179 179 179 / var(--tw-text-opacity, 1))
}

.explore-packages--items {
  width: 100%
}

.explore-packages--item {
  position: relative;
  display: flex;
  flex-direction: column;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(39 39 39 / var(--tw-border-opacity, 1));
  padding: 2rem;
  text-transform: uppercase
}

.explore-packages--item_soldOutStatus {
  position: absolute;
  right: 2rem;
  top: 2rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 0 0 / var(--tw-bg-opacity, 1));
  padding: 0.625rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1))
}

.explore-packages--item_status {
  margin-bottom: 2rem;
  font-size: 12px
}

.explore-packages--item_status.gold {
  --tw-text-opacity: 1;
  color: rgb(255 223 65 / var(--tw-text-opacity, 1))
}

.explore-packages--item_status.silver {
  --tw-text-opacity: 1;
  color: rgb(77 234 114 / var(--tw-text-opacity, 1))
}

.explore-packages--item h3 {
  margin-bottom: 1.25rem;
  font-size: 28px
}

.explore-packages--item h3 a {
  --tw-text-opacity: 1;
  color: rgb(245 245 245 / var(--tw-text-opacity, 1))
}

.explore-packages--item_img {
  position: relative;
  height: 290px;
  width: 100%
}

.explore-packages--item_img img {
  height: 290px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover
}

.explore-packages--item_img a {
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px
}

.explore-packages--item.soldOut .explore-packages--item_img a {
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
  --tw-bg-opacity: 0.3
}

.explore-packages--item_desc {
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: 18px;
  --tw-text-opacity: 1;
  color: rgb(179 179 179 / var(--tw-text-opacity, 1))
}

.explore-packages--item_buyNowBtn {
  display: flex;
  height: 44px;
  width: 100%;
  align-items: center;
  justify-content: center;
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity, 1));
  font-size: 14px
}

span.explore-packages--item_buyNowBtn {
  opacity: 0.3
}

.explore-packages--item_detailed {
  margin-left: auto;
  margin-right: auto;
  margin-top: 1rem;
  font-size: 12px;
  --tw-text-opacity: 1;
  color: rgb(245 245 245 / var(--tw-text-opacity, 1))
}

/* ------------------------- */

.secure-spot {
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(39 39 39 / var(--tw-border-opacity, 1))
}

.secure-spot--head {
  display: flex;
  flex-direction: column-reverse;
  align-items: stretch;
  justify-content: space-between;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(39 39 39 / var(--tw-border-opacity, 1));
  text-transform: uppercase
}

@media (min-width: 1280px) {
  .secure-spot--head {
    flex-direction: row
  }
}

.secure-spot--head h2 {
  width: 100%;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  font-family: AktivGroteskBold, sans-serif;
  font-size: 32px;
  line-height: 40px;
  --tw-text-opacity: 1;
  color: rgb(245 245 245 / var(--tw-text-opacity, 1))
}

@media (min-width: 1280px) {
  .secure-spot--head h2 {
    width: 66.666667%;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    font-size: 56px;
    line-height: 64px
  }
}

.secure-spot--head .secure-spot--booking {
  position: relative;
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity, 1));
  padding: 2rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem
}

@media (min-width: 768px) {
  .secure-spot--head .secure-spot--booking {
    padding-left: 2rem;
    padding-right: 2rem
  }
}

@media (min-width: 1280px) {
  .secure-spot--head .secure-spot--booking {
    width: 33.333333%
  }
}

.secure-spot--booking_link {
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px
}

.secure-spot--head .secure-spot--booking strong {
  margin-left: 1rem;
  margin-right: 1rem;
  display: inline-flex;
  padding-bottom: 0.75rem;
  text-align: center;
  font-family: AktivGroteskMedium, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 32px
}

@media (min-width: 1280px) {
  .secure-spot--head .secure-spot--booking strong {
    font-size: 32px;
    line-height: 40px
  }
}

/*-------------------*/

.secure-spot--content {
  display: flex;
  align-items: stretch;
  justify-content: space-between
}

.secure-spot--accordion {
  display: flex;
  width: 50%;
  border-right-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(39 39 39 / var(--tw-border-opacity, 1))
}

.secure-spot--faq {
  display: flex;
  width: 50%;
  flex-direction: column;
  justify-content: space-between;
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  text-transform: uppercase
}

.secure-spot--faq h2 {
  font-size: 42px;
  --tw-text-opacity: 1;
  color: rgb(245 245 245 / var(--tw-text-opacity, 1))
}

.secure-spot--faq span {
  font-size: 12px;
  --tw-text-opacity: 1;
  color: rgb(179 179 179 / var(--tw-text-opacity, 1))
}

.secure-spot--accordion .accordion-item--head {
  margin: 0px !important;
  display: flex;
  flex-direction: column;
  border-width: 0px;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(39 39 39 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
  padding-top: 0.875rem !important;
  padding-bottom: 0.875rem !important;
  text-transform: uppercase
}

@media (min-width: 768px) {
  .secure-spot--accordion .accordion-item--head {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important
  }
}

.secure-spot--accordion .accordion-item--head span {
  margin-bottom: 0.625rem;
  font-size: 14px;
  --tw-text-opacity: 1;
  color: rgb(77 234 114 / var(--tw-text-opacity, 1))
}

.secure-spot--accordion .accordion-item--head h4 {
  font-size: 20px;
  --tw-text-opacity: 1;
  color: rgb(245 245 245 / var(--tw-text-opacity, 1))
}

.secure-spot--accordion .accordion-item--body {
  display: flex;
  height: 300px;
  flex-direction: column;
  justify-content: flex-end;
  border-width: 0px;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(39 39 39 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
  padding: 0px;
  padding-left: 2rem;
  padding-right: 2rem;
  padding-bottom: 1.25rem;
  font-size: 14px;
  --tw-text-opacity: 1;
  color: rgb(179 179 179 / var(--tw-text-opacity, 1))
}

.secure-spot--accordion .ui-accordion-header-icon {
  background: url("../images/arrow-down.svg") center no-repeat;
  position: absolute;
  right: 32px;
  top: 50%;
  height: 24px;
  width: 24px;
  --tw-translate-y: -50%;
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.secure-spot--accordion  .accordion-item--head:last-child,
.secure-spot--accordion .accordion-item--body:last-child,
.secure-spot--accordion .accordion-item--head.ui-state-active {
  border-bottom-width: 0px
}

.secure-spot--accordion .accordion-item--head.ui-state-active .ui-accordion-header-icon {
  --tw-rotate: 0deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.faq-title {
  display: none;
  flex-direction: column;
  justify-content: space-between;
  border-left-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(39 39 39 / var(--tw-border-opacity, 1));
  padding: 2rem
}

@media (min-width: 768px) {
  .faq-title {
    display: flex
  }
}

.faq-title h2 {
  padding: 0px !important
}

.tour_isSold {
  opacity: 0.6
}

.tour-head--custom_sold {
  margin-top: 0.5rem;
  display: flex;
  height: 44px;
  width: 100%;
  align-items: center;
  justify-content: center;
  --tw-bg-opacity: 1;
  background-color: rgb(92 92 92 / var(--tw-bg-opacity, 1));
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  font-family: AktivGroteskMedium, sans-serif;
  font-size: 15px;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1))
}

.tour-filter_item-sport_disciplines {
  display: flex;
  flex-direction: column;
  padding: 1rem
}

.tour-filter_item-sport_disciplines_item {
  padding-bottom: 1.25rem
}

.tour-filters::-webkit-scrollbar {
  height: 3px;
}

.tour-list_message {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-top-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(39 39 39 / var(--tw-border-opacity, 1));
  padding-top: 5rem;
  padding-bottom: 5rem;
  padding-left: 1rem;
  padding-right: 1rem
}

@media (min-width: 768px) {
  .tour-list_message {
    padding-top: 10rem;
    padding-bottom: 10rem
  }
}

.tour-list_message-title {
  text-align: center;
  font-family: AktivGroteskBold, sans-serif;
  font-size: 32px;
  line-height: 40px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1))
}

.tour-list_message-desc {
  padding-top: 1rem;
  font-size: 15px;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  --tw-text-opacity: 0.45
}

.contact {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  text-transform: uppercase
}

@media (min-width: 768px) {
  .contact {
    padding-left: 2.5rem;
    padding-right: 2.5rem
  }
}

.contact-title {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: flex-start;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem
}

@media (min-width: 768px) {
  .contact-title {
    padding-top: 2rem;
    padding-bottom: 2rem
  }
}

@media (min-width: 1024px) {
  .contact-title {
    margin-top: auto;
    margin-bottom: auto;
    padding-top: 0.625rem;
    padding-bottom: 0.625rem
  }
}

.contact-title h2 {
  font-family: AktivGroteskBold, sans-serif;
  font-size: 32px;
  line-height: 40px;
  --tw-text-opacity: 1;
  color: rgb(245 245 245 / var(--tw-text-opacity, 1))
}

@media (min-width: 1280px) {
  .contact-title h2 {
    font-size: 56px;
    line-height: 64px
  }
}

.contact-title--desc {
  display: none;
  font-family: AktivGroteskBold, sans-serif;
  font-weight: 20px;
  --tw-text-opacity: 1;
  color: rgb(245 245 245 / var(--tw-text-opacity, 1))
}

@media (min-width: 768px) {
  .contact-title--desc {
    display: flex
  }
}

.contact-container {
  min-height: calc(100dvh - 71px);
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: space-between;
}

@media (min-width: 1024px) {
  .contact-container {
    flex-direction: row
  }
}

.contact-form {
  min-height: calc(100dvh - 71px);
  display: flex;
  width: 100%;
  flex-direction: column;
  text-transform: uppercase;
}

@media (min-width: 1024px) {
  .contact-form {
    width: 50%
  }
}

.contact-form form {
  margin-top: auto
}

.contact-form h3 {
  margin-top: auto;
  margin-bottom: auto;
  padding-bottom: 2rem;
  font-size: 20px;
  --tw-text-opacity: 1;
  color: rgb(245 245 245 / var(--tw-text-opacity, 1))
}

@media (max-width: 1024px){
  .contact-container,.contact-form {
    min-height: auto;
  }
}

.contact-form button {
  margin-top: 0.75rem;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity, 1));
  padding: 0.75rem;
  font-size: 12px;
  text-transform: uppercase
}

.contact-info {
  margin-top: 2.5rem;
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-end
}

@media (min-width: 1024px) {
  .contact-info {
    width: 50%
  }
}

.contact-info .contact-social {
  margin-bottom: 1.25rem;
  display: flex;
  width: 100%;
  flex-direction: column;
  justify-content: flex-end;
  font-size: 20px;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(245 245 245 / var(--tw-text-opacity, 1))
}

@media (min-width: 1024px) {
  .contact-info .contact-social {
    width: 83.333333%
  }
}

@media (min-width: 1280px) {
  .contact-info .contact-social {
    width: 66.666667%
  }
}

.contact-info nav {
  margin-top: 2rem;
  display: flex;
  justify-content: space-between
}

.contact-info nav a {
  display: flex;
  height: 100px;
  width: 33.333333%;
  align-items: center;
  justify-content: center;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(39 39 39 / var(--tw-border-opacity, 1))
}

.contact-info nav a svg {
  height: auto;
  width: 38px
}

@media (min-width: 768px) {
  .contact-info nav a svg {
    width: 60px
  }
}

.contact-logo {
  display: flex;
  width: 58.333333%;
  align-items: flex-end
}

@media (min-width: 1024px) {
  .contact-logo {
    width: 83.333333%
  }
}

@media (min-width: 1280px) {
  .contact-logo {
    width: 66.666667%
  }
}

.contact-logo svg {
  height: auto;
  width: 100%
}

.contact-info--email {
  display: none;
  font-size: 24px;
  --tw-text-opacity: 1;
  color: rgb(245 245 245 / var(--tw-text-opacity, 1))
}

@media (min-width: 768px) {
  .contact-info--email {
    display: flex
  }
}

@media (min-width: 1024px) {
  .contact-info--email {
    margin-bottom: 0.5rem;
    font-size: 34px
  }
}

@media (min-width: 1280px) {
  .contact-info--email {
    font-size: 44px
  }
}

@media (min-width: 1536px) {
  .contact-info--email {
    margin-bottom: 2.5rem;
    font-size: 54px
  }
}

.lead {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-transform: uppercase
}

@media (min-width: 1280px) {
  .lead {
    flex-direction: row
  }
}

.lead-info {
  display: flex;
  width: 100%;
  flex-direction: column;
  justify-content: flex-start;
  --tw-text-opacity: 1;
  color: rgb(245 245 245 / var(--tw-text-opacity, 1))
}

@media (min-width: 1280px) {
  .lead-info {
    width: 50%
  }
}

.lead-info .tour-list_item {
  border-width: 0px;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(39 39 39 / var(--tw-border-opacity, 1))
}

.lead-info.premium-tickets .tour-list_item-head {
  --tw-text-opacity: 1 !important;
  color: rgb(247 199 247 / var(--tw-text-opacity, 1)) !important
}

.tour-list_item--small {
  display: flex;
  width: 100%;
  flex-direction: column;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(39 39 39 / var(--tw-border-opacity, 1));
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem
}

@media (min-width: 768px) {
  .tour-list_item--small {
    padding-left: 1.5rem;
    padding-right: 1.5rem
  }
}

.tour-list_item--small_head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: AktivGroteskMedium, sans-serif;
  font-size: 16px
}

.tour-list_item--small_head time {
  --tw-text-opacity: 1;
  color: rgb(77 234 114 / var(--tw-text-opacity, 1))
}

.lead-info.premium-tickets .tour-list_item--small_head time {
  --tw-text-opacity: 1;
  color: rgb(247 199 247 / var(--tw-text-opacity, 1))
}

.lead-info .tour-list_item--small_price {
  padding-top: 0.5rem;
  font-size: 14px;
  --tw-text-opacity: 1;
  color: rgb(179 179 179 / var(--tw-text-opacity, 1))
}

.lead-form {
  width: 100%;
  --tw-border-opacity: 1;
  border-color: rgb(28 28 28 / var(--tw-border-opacity, 1));
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  padding-top: 2rem;
  padding-bottom: 2rem
}

@media (min-width: 768px) {
  .lead-form {
    padding-left: 1.5rem;
    padding-right: 1.5rem
  }
}

@media (min-width: 1280px) {
  .lead-form {
    min-height: calc(100vh - 72px);
    width: 50%;
    border-left-width: 1px;
    padding: 2rem
  }
}

.lead-form h3 {
  margin-bottom: 1rem;
  font-family: AktivGroteskBold, sans-serif;
  font-size: 20px;
  --tw-text-opacity: 1;
  color: rgb(245 245 245 / var(--tw-text-opacity, 1))
}

.lead-form h4 {
  margin-bottom: 0.375rem;
  font-size: 12px;
  --tw-text-opacity: 1;
  color: rgb(207 207 207 / var(--tw-text-opacity, 1))
}

.lead-form form {
  display: flex;
  flex-direction: column
}

.lead-form .input-group {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 1rem;
  padding-right: 1rem
}

.lead-form button {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity, 1));
  padding: 0.625rem;
  font-family: AktivGroteskMedium, sans-serif;
  font-size: 12px;
  text-transform: uppercase
}

#errorMessages {
  margin-bottom: 1rem;
  display: none;
  font-size: 12px;
  line-height: 16px
}

#errorMessages.active {
  display: flex;
  --tw-text-opacity: 1;
  color: rgb(255 0 0 / var(--tw-text-opacity, 1))
}

#otpSmsInputs.error .input-group {
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(255 0 0 / var(--tw-border-opacity, 1))
}

.otpSmsArea {
  display: none;
  flex-direction: column
}

.otpSmsArea.active {
  display: flex
}

#createBookingRequest button[disabled] {
  --tw-bg-opacity: 1;
  background-color: rgb(39 39 39 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(92 92 92 / var(--tw-text-opacity, 1))
}

#createBookingRequestSubmit {
  display: none
}

#createBookingRequestSubmit.active {
  display: flex
}

#otpSmsInputs.error .otpSmsInputs {
  display: flex
}

#otpSmsInputs .otpSmsInputs {
  display: none
}

#sendSMS.active {
  display: flex
}

#sendSMS {
  display: none
}

#otpSmsInputs .otpSmsInputs_errorMessages {
  display: none;
  font-size: 12px;
  --tw-text-opacity: 1;
  color: rgb(255 0 0 / var(--tw-text-opacity, 1))
}

#otpSmsInputs.error .otpSmsInputs_errorMessages {
  display: flex
}

.lead-success {
  margin-left: auto;
  margin-right: auto;
  display: flex;
  min-height: calc(100dvh - 80px);
  width: 100%;
  max-width: 400px;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center
}

@media (min-width: 1280px) {
  .lead-success {
    max-width: 750px
  }
}

.lead-success .tour-inner--banner_title h2 span:nth-child(odd) {
  margin-left: 0px
}

.lead-success .tour-inner--banner_title h2 span:nth-child(even) {
  margin-left: auto
}

.lead-success .lead-success_desc {
  text-align: center;
  font-size: 14px;
  --tw-text-opacity: 1;
  color: rgb(245 245 245 / var(--tw-text-opacity, 1))
}

.lead-success a {
  margin-left: auto;
  margin-right: auto;
  margin-top: 1.25rem;
  display: inline-flex;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(245 245 245 / var(--tw-border-opacity, 1));
  padding: 0.625rem;
  text-align: center;
  font-size: 14px;
  --tw-text-opacity: 1;
  color: rgb(245 245 245 / var(--tw-text-opacity, 1))
}

.lead-success a:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(92 92 92 / var(--tw-bg-opacity, 1))
}

.about-head {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-bottom-width: 1px;
  border-top-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(39 39 39 / var(--tw-border-opacity, 1));
  padding-top: 0.625rem;
  padding-bottom: 2rem
}

@media (min-width: 768px) {
  .about-head {
    padding-top: 3.5rem;
    padding-bottom: 7rem
  }
}

.about-title {
  margin-bottom: 2rem;
  display: inline-flex;
  --tw-bg-opacity: 1;
  background-color: rgb(77 234 114 / var(--tw-bg-opacity, 1));
  padding-left: 0.875rem;
  padding-right: 0.875rem;
  font-family: AktivGroteskBold, sans-serif;
  font-size: 32px;
  line-height: 40px;
  --tw-text-opacity: 1;
  color: rgb(1 33 36 / var(--tw-text-opacity, 1))
}

@media (min-width: 768px) {
  .about-title {
    margin-bottom: 6rem;
    font-size: 55px;
    line-height: 60px
  }
}

@media (min-width: 1024px) {
  .about-title {
    font-size: 80px;
    line-height: 90px
  }
}

.about-head svg {
  max-width: 80%
}

@media (min-width: 768px) {
  .about-head svg {
    max-width: 700px
  }
}

.about-info {
  display: flex;
  flex-direction: column
}

@media (min-width: 768px) {
  .about-info {
    flex-direction: row
  }
}

.about-info--section {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  border-right-width: 1px;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(39 39 39 / var(--tw-border-opacity, 1));
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem
}

@media (min-width: 768px) {
  .about-info--section {
    min-height: 260px;
    width: 50%;
    padding-left: 1rem;
    padding-right: 1rem
  }
}

.about-info_title {
  display: inline;
  --tw-bg-opacity: 1;
  background-color: rgb(77 234 114 / var(--tw-bg-opacity, 1));
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  font-family: AktivGroteskBold, sans-serif;
  font-size: 24px;
  line-height: 32px;
  --tw-text-opacity: 1;
  color: rgb(1 33 36 / var(--tw-text-opacity, 1))
}

@media (min-width: 768px) {
  .about-info_title {
    font-size: 32px;
    line-height: 40px
  }
}

.about-info_desc {
  margin-top: auto;
  padding-top: 1.5rem;
  text-align: right;
  font-size: 12px;
  line-height: 20px;
  --tw-text-opacity: 1;
  color: rgb(245 245 245 / var(--tw-text-opacity, 1))
}

@media (min-width: 768px) {
  .about-info_desc {
    font-size: 14px;
    line-height: 24px
  }
}

.about-team {
  display: flex;
  flex-direction: column;
  justify-content: space-between
}

@media (min-width: 768px) {
  .about-team {
    flex-direction: row
  }
}

.about-team {
  display: flex;
  flex-direction: column;
  justify-content: space-between
}

@media (min-width: 1024px) {
  .about-team {
    flex-direction: row;
    padding: 2.5rem
  }
}

.about-team--info {
  display: flex;
  width: 100%;
  flex-direction: column;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 2rem;
  padding-bottom: 2rem
}

@media (min-width: 1024px) {
  .about-team--info {
    width: 33.333333%;
    padding: 0px;
    padding-right: 2.5rem;
    padding-bottom: 3rem
  }
}

.about-team--info h2 {
  font-family: AktivGroteskBold, sans-serif;
  font-size: 32px;
  line-height: 40px;
  --tw-text-opacity: 1;
  color: rgb(245 245 245 / var(--tw-text-opacity, 1))
}

@media (min-width: 768px) {
  .about-team--info h2 {
    font-size: 44px;
    line-height: 44px
  }
}

@media (min-width: 1024px) {
  .about-team--info h2 {
    font-size: 56px;
    line-height: 64px
  }
}

.about-team--info_desc {
  margin-top: 2rem;
  text-align: right;
  font-size: 12px;
  line-height: 20px;
  --tw-text-opacity: 1;
  color: rgb(245 245 245 / var(--tw-text-opacity, 1))
}

@media (min-width: 768px) {
  .about-team--info_desc {
    font-size: 14px;
    line-height: 24px
  }
}

@media (min-width: 1024px) {
  .about-team--info_desc {
    margin-top: auto;
    text-align: left
  }
}

.about-team--persons {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  justify-content: space-between
}

@media (min-width: 1024px) {
  .about-team--persons {
    width: 66.666667%
  }
}

.about-team--person {
  margin-bottom: 3rem;
  display: flex;
  width: 100%;
  flex-direction: column
}

@media (min-width: 640px) {
  .about-team--person {
    width: calc(50% - 10px)
  }
}

@media (min-width: 1536px) {
  .about-team--person {
    width: calc(33% - 20px)
  }
}

.about-team--person img {
  height: 400px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  --tw-grayscale: grayscale(100%);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms
}

.about-team--person img:hover {
  --tw-grayscale: grayscale(0);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)
}

.about-team--person_name {
  margin-top: 0.75rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-family: AktivGroteskBold, sans-serif;
  font-size: 18px;
  line-height: 28px;
  --tw-text-opacity: 1;
  color: rgb(245 245 245 / var(--tw-text-opacity, 1))
}

@media (min-width: 768px) {
  .about-team--person_name {
    font-size: 24px;
    line-height: 32px
  }
}

.about-team--person strong {
  margin-left: auto;
  display: flex;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: right;
  font-size: 14px;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(245 245 245 / var(--tw-text-opacity, 1))
}

.partners-head {
  display: flex;
  flex-direction: column;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  --tw-text-opacity: 1;
  color: rgb(245 245 245 / var(--tw-text-opacity, 1))
}

@media (min-width: 1024px) {
  .partners-head {
    padding: 2.5rem
  }
}

@media (min-width: 1280px) {
  .partners-head {
    flex-direction: row
  }
}

.partners-head h2 {
  margin-bottom: 2rem;
  width: 100%;
  font-family: AktivGroteskBold, sans-serif;
  font-size: 32px;
  line-height: 40px;
  --tw-text-opacity: 1;
  color: rgb(245 245 245 / var(--tw-text-opacity, 1))
}

@media (min-width: 768px) {
  .partners-head h2 {
    margin-bottom: 3.5rem;
    font-size: 44px;
    line-height: 44px
  }
}

@media (min-width: 1024px) {
  .partners-head h2 {
    font-size: 56px;
    line-height: 64px
  }
}

@media (min-width: 1280px) {
  .partners-head h2 {
    margin-bottom: 0px;
    width: 33.333333%
  }
}

.partners-desc {
  width: 100%;
  text-align: right;
  font-size: 12px;
  line-height: 20px
}

@media (min-width: 768px) {
  .partners-desc {
    font-size: 16px;
    line-height: 24px
  }
}

@media (min-width: 1280px) {
  .partners-desc {
    width: 66.666667%
  }
}

.partners-list {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: flex-start;
  border-left-width: 1px;
  border-top-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(39 39 39 / var(--tw-border-opacity, 1))
}

.partners-list--item {
  display: flex;
  height: 130px;
  width: 50%;
  align-items: center;
  justify-content: center;
  border-right-width: 1px;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(39 39 39 / var(--tw-border-opacity, 1));
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem
}

@media (min-width: 640px) {
  .partners-list--item {
    height: 160px;
    padding: 1.5rem
  }
}

@media (min-width: 768px) {
  .partners-list--item {
    width: 33.333333%
  }
}

@media (min-width: 1536px) {
  .partners-list--item {
    width: 25%
  }
}

.partners-list--item img {
  display: flex;
  max-height: 100%;
  max-width: 100%;
  align-items: center;
  justify-content: center;
  -o-object-fit: cover;
     object-fit: cover
}

.about-team--linkedIn {
  margin-left: auto;
  margin-top: 0.625rem;
  margin-right: 1rem;
  display: inline-flex;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(39 39 39 / var(--tw-border-opacity, 1));
  padding: 0.5rem;
  font-size: 12px;
  --tw-text-opacity: 1;
  color: rgb(245 245 245 / var(--tw-text-opacity, 1))
}

.about-team--linkedIn:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(92 92 92 / var(--tw-bg-opacity, 1))
}

.about .custom-page {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1))
}

@media (min-width: 768px) {
  .about .custom-page {
    padding-left: 2rem;
    padding-right: 2rem
  }
}

.about .custom-page li {
  list-style-position: inside;
  list-style-type: disc !important
}

.about .custom-page h1,
.about .custom-page h2,
.about .custom-page h3,
.about .custom-page h4,
.about .custom-page h5,
.about .custom-page h6 {
  font-size: revert;
  font-weight: revert;
}

.tours-head {
  display: flex;
  flex-direction: column;
  border-right-width: 1px;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(39 39 39 / var(--tw-border-opacity, 1));
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  padding-top: 0.625rem;
  padding-bottom: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(245 245 245 / var(--tw-text-opacity, 1))
}

@media (min-width: 768px) {
  .tours-head {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-top: 2.5rem
  }
}

.tours-head h1 {
  width: 100%;
  font-family: AktivGroteskBold, sans-serif;
  font-size: 32px;
  line-height: 40px
}

@media (min-width: 1280px) {
  .tours-head h1 {
    font-size: 56px;
    line-height: 64px
  }
}

.tours-head--desc {
  margin-top: 2rem;
  margin-left: auto;
  width: 83.333333%;
  text-align: right;
  font-size: 13px
}

@media (min-width: 768px) {
  .tours-head--desc {
    margin-top: 3.5rem;
    font-size: 16px
  }
}

@media (min-width: 1024px) {
  .tours-head--desc {
    width: 75%
  }
}

@media (min-width: 1280px) {
  .tours-head--desc {
    margin-top: 5rem;
    width: 58.333333%
  }
}

.tour-filters_wrapper {
  display: flex;
  border-bottom-width: 1px;
  border-right-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(39 39 39 / var(--tw-border-opacity, 1))
}

.tour-filters {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto
}

.tour-filter_item-wrapper {
  position: relative;
  display: flex;
  width: 320px;
  flex-shrink: 0;
  justify-content: flex-start;
  border-right-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(39 39 39 / var(--tw-border-opacity, 1))
}

.tour-filter_item {
  display: flex;
  width: 100%;
  cursor: pointer;
  align-items: center;
  justify-content: flex-start;
  text-wrap: nowrap;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 1rem;
  padding-right: 1rem;
  font-family: AktivGroteskMedium, sans-serif;
  font-size: 12px;
  --tw-text-opacity: 1;
  color: rgb(245 245 245 / var(--tw-text-opacity, 1))
}

.tour-filter_item svg {
  height: 1.25rem;
  width: 1.25rem;
  flex-shrink: 0
}

.tour-filter_item span {
  margin-left: 1rem
}

.tour-filter_item-priceRange {
  width: 100%;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(39 39 39 / var(--tw-border-opacity, 1))
}

.slider-range_wrapper {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  padding-left: 1rem;
  padding-right: 1.5rem
}

.slider-range_head {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(39 39 39 / var(--tw-border-opacity, 1));
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  padding-left: 1rem;
  padding-right: 1rem;
  font-family: AktivGroteskMedium, sans-serif;
  font-size: 16px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1))
}

#slider-range.ui-widget.ui-widget-content {
  height: 15px;
  width: 100%;
  border-radius: 9999px;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-bg-opacity: 0.6
}

#slider-range.ui-widget.ui-widget-content .ui-slider-handle {
  top: -8px;
  display: flex;
  height: 30px;
  width: 30px;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity, 1))
}

#slider-range.ui-widget.ui-widget-content .ui-slider-handle:before {
  content: "";
  display: flex;
  height: 20px;
  width: 20px;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}

#slider-range.ui-widget.ui-widget-content .ui-slider-range {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1))
}

.ui-slider-handle:focus {
  outline: none;
  box-shadow: none;
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity, 1))
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
  border-width: 1px !important;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1 !important;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity, 1)) !important
}

.tour-filter_item-priceRange-output {
  display: flex;
  justify-content: space-between
}

.tour-filter_item-priceRange-output_block {
  display: flex;
  width: 50%;
  align-items: center;
  justify-content: flex-start;
  border-top-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(39 39 39 / var(--tw-border-opacity, 1));
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-family: AktivGroteskMedium, sans-serif;
  font-size: 14px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1))
}

.tour-filter_item-priceRange-output_block:first-child {
  border-right-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(39 39 39 / var(--tw-border-opacity, 1))
}

.tour-filter_item-priceRange-output_val {
  margin-left: auto;
  margin-right: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
  padding-left: 0.125rem;
  padding-right: 0.125rem;
  text-align: right;
  outline: 2px solid transparent;
  outline-offset: 2px
}

.tour-filter_price-btn {
  display: flex;
  width: 100%;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity, 1));
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-family: AktivGroteskMedium, sans-serif;
  font-size: 14px;
  text-transform: uppercase
}

.tour-filter_price-btn:hover {
  --tw-bg-opacity: 0.7
}

#datepicker_modal .filter_modal--content {
  width: 320px
}

.filter_modal--content {
  margin-left: auto;
  margin-right: auto;
  width: 300px
}

@media (min-width: 768px) {
  .filter_modal--content {
    width: 500px
  }
}

.calendar_wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem
}

.flatpickr-calendar {
  border-width: 0px !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1)) !important;
  --tw-shadow: 0 0 #0000 !important;
  --tw-shadow-colored: 0 0 #0000 !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important
}

.flatpickr-day.selected.endRange, .flatpickr-day.startRange.endRange, .flatpickr-day.endRange.endRange,
.flatpickr-day.selected.startRange, .flatpickr-day.startRange.startRange, .flatpickr-day.endRange.startRange {
  border-radius: 0px !important
}

.flatpickr-day.selected, .flatpickr-day.startRange, .flatpickr-day.endRange, .flatpickr-day.selected.inRange, .flatpickr-day.startRange.inRange, .flatpickr-day.endRange.inRange, .flatpickr-day.selected:focus, .flatpickr-day.startRange:focus, .flatpickr-day.endRange:focus, .flatpickr-day.selected:hover, .flatpickr-day.startRange:hover, .flatpickr-day.endRange:hover, .flatpickr-day.selected.prevMonthDay, .flatpickr-day.startRange.prevMonthDay, .flatpickr-day.endRange.prevMonthDay, .flatpickr-day.selected.nextMonthDay, .flatpickr-day.startRange.nextMonthDay, .flatpickr-day.endRange.nextMonthDay {
  --tw-border-opacity: 1 !important;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1)) !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1)) !important;
  --tw-text-opacity: 1 !important;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1)) !important
}

.flatpickr-day.selected, .flatpickr-day.startRange, .flatpickr-day.endRange, .flatpickr-day.selected.inRange, .flatpickr-day.startRange.inRange, .flatpickr-day.endRange.inRange, .flatpickr-day.selected:focus, .flatpickr-day.startRange:focus, .flatpickr-day.endRange:focus, .flatpickr-day.selected:hover, .flatpickr-day.startRange:hover, .flatpickr-day.endRange:hover, .flatpickr-day.selected.prevMonthDay, .flatpickr-day.startRange.prevMonthDay, .flatpickr-day.endRange.prevMonthDay, .flatpickr-day.selected.nextMonthDay, .flatpickr-day.startRange.nextMonthDay, .flatpickr-day.endRange.nextMonthDay,
.flatpickr-day.inRange {
  border-radius: 0;
  box-shadow: -2px 0 0 #e6e6e6, 2px 0 0 #e6e6e6;
}

.flatpickr-day {
  border-width: 0px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1))
}

.flatpickr-day.flatpickr-disabled, .flatpickr-day.flatpickr-disabled:hover, .flatpickr-day.prevMonthDay, .flatpickr-day.nextMonthDay, .flatpickr-day.notAllowed, .flatpickr-day.notAllowed.prevMonthDay, .flatpickr-day.notAllowed.nextMonthDay {
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  --tw-text-opacity: 0.55
}

.flatpickr-day.today,.flatpickr-day:hover , .flatpickr-day.inRange, .flatpickr-day.prevMonthDay.inRange, .flatpickr-day.nextMonthDay.inRange, .flatpickr-day.today.inRange, .flatpickr-day.prevMonthDay.today.inRange, .flatpickr-day.nextMonthDay.today.inRange, .flatpickr-day:hover, .flatpickr-day.prevMonthDay:hover, .flatpickr-day.nextMonthDay:hover, .flatpickr-day:focus, .flatpickr-day.prevMonthDay:focus, .flatpickr-day.nextMonthDay:focus {
  border-radius: 4px;
  border-width: 0px;
  background-color: rgb(187 187 187 / var(--tw-bg-opacity, 1));
  --tw-bg-opacity: 0.35
}

.flatpickr-day.inRange {
  border-radius: 0px;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-bg-opacity: 0.85;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
  box-shadow: -2px 0 0 rgba(255,255,255,0.85), 2px 0 0 rgba(255,255,255,0.85)
}

.flatpickr-day.selected, .flatpickr-day.startRange, .flatpickr-day.endRange, .flatpickr-day.nextMonthDay:hover , .flatpickr-day.selected:hover, .flatpickr-day.endRange:focus, .flatpickr-day.selected.nextMonthDay:hover {
  box-shadow: -2px 0 0 rgba(255,255,255,1), 2px 0 0 rgba(255,255,255,1);
}

.flatpickr-day.today.inRange {
  border-radius: 0px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  box-shadow: -2px 0 0 rgba(187,187,187, 0.35), 2px 0 0 rgba(187,187,187, 0.35)
}

span.flatpickr-weekday {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1))
}

.flatpickr-day.nextMonthDay.inRange,
.flatpickr-day.prevMonthDay.inRange {
  border-radius: 0px;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-bg-opacity: 0.75;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
  --tw-text-opacity: 0.45;
  box-shadow: -2px 0 0 rgba(255,255,255, 0.75), 2px 0 0 rgba(255,255,255, 0.75)
}

.flatpickr-day.nextMonthDay:hover,
.flatpickr-day.prevMonthDay:hover {
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

.flatpickr-months .flatpickr-prev-month, .flatpickr-months .flatpickr-next-month {
  cursor: pointer;
  fill: #fff
}

.flatpickr-months .flatpickr-prev-month:hover svg, .flatpickr-months .flatpickr-next-month:hover svg {
  fill: #d1d5db
}

.flatpickr-current-month .flatpickr-monthDropdown-months, .flatpickr-year-dropdown {
  border: 1px solid white;
  margin-left: 0.125rem;
  margin-right: 0.125rem;
  border-radius: 2px !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1)) !important;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  font-size: 13px !important;
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1)) !important;
  outline-width: 0px !important;
}

.flatpickr-current-month {
  padding: 0px !important;
  padding-top: 0.125rem !important
}

.flatpickr-months {
  padding-bottom: 0.75rem
}

.flatpickr-current-month input.cur-year {
  border-radius: 2px !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1)) !important;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  font-size: 13px !important;
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1)) !important
}

.numInputWrapper {
  display: none !important
}

*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  
}

/* ! tailwindcss v3.4.17 | MIT License | https://tailwindcss.com */

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box;
  /* 1 */
  border-width: 0;
  /* 2 */
  border-style: solid;
  /* 2 */
  border-color: #e5e7eb;
  /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
  -webkit-tap-highlight-color: transparent;
  /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0;
  /* 1 */
  line-height: inherit;
  /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0;
  /* 1 */
  color: inherit;
  /* 2 */
  border-top-width: 1px;
  /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  /* 1 */
  font-feature-settings: normal;
  /* 2 */
  font-variation-settings: normal;
  /* 3 */
  font-size: 1em;
  /* 4 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0;
  /* 1 */
  border-color: inherit;
  /* 2 */
  border-collapse: collapse;
  /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-feature-settings: inherit;
  /* 1 */
  font-variation-settings: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  font-weight: inherit;
  /* 1 */
  line-height: inherit;
  /* 1 */
  letter-spacing: inherit;
  /* 1 */
  color: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
  padding: 0;
  /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button;
  /* 1 */
  background-color: transparent;
  /* 2 */
  background-image: none;
  /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  /* 1 */
  vertical-align: middle;
  /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}

@font-face {
  font-family: 'AktivGroteskRegular';

  src: url('../fonts/HelveticaNeueLTGEO55Nus-Regular.eot');

  src: url('../fonts/HelveticaNeueLTGEO55Nus-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/HelveticaNeueLTGEO55Nus-Regular.woff2') format('woff2'),
        url('../fonts/HelveticaNeueLTGEO55Nus-Regular.woff') format('woff'),
        url('../fonts/HelveticaNeueLTGEO55Nus-Regular.ttf')  format('truetype');

  font-style: normal;
}

@font-face {
  font-family: 'AktivGroteskMedium';

  src: url('../fonts/HelveticaNeueLTGEO75Nus-Bold.eot');

  src: url('../fonts/HelveticaNeueLTGEO75Nus-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/HelveticaNeueLTGEO75Nus-Bold.woff2') format('woff2'),
        url('../fonts/HelveticaNeueLTGEO75Nus-Bold.woff') format('woff');

  font-weight: 700;

  font-style: normal;
}

@font-face {
  font-family: 'AktivGroteskBold';

  src: url('../fonts/HelveticaNeueLTGEO85Nus-Heavy.eot');

  src: url('../fonts/HelveticaNeueLTGEO85Nus-Heavy.eot?#iefix') format('embedded-opentype'),
        url('../fonts/HelveticaNeueLTGEO85Nus-Heavy.woff2') format('woff2'),
        url('../fonts/HelveticaNeueLTGEO85Nus-Heavy.woff') format('woff');

  font-style: normal;
}

.visible {
  visibility: visible
}

.\!my-10 {
  margin-top: 2.5rem !important;
  margin-bottom: 2.5rem !important
}

.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem
}

.\!mt-0 {
  margin-top: 0px !important
}

.mb-2 {
  margin-bottom: 0.5rem
}

.mb-3 {
  margin-bottom: 0.75rem
}

.mb-4 {
  margin-bottom: 1rem
}

.ml-2 {
  margin-left: 0.5rem
}

.ml-3 {
  margin-left: 0.75rem
}

.ml-4 {
  margin-left: 1rem
}

.ml-auto {
  margin-left: auto
}

.mr-2 {
  margin-right: 0.5rem
}

.mt-1 {
  margin-top: 0.25rem
}

.mt-2\.5 {
  margin-top: 0.625rem
}

.mt-4 {
  margin-top: 1rem
}

.\!flex {
  display: flex !important
}

.flex {
  display: flex
}

.\!inline-flex {
  display: inline-flex !important
}

.inline-flex {
  display: inline-flex
}

.hidden {
  display: none
}

.\!h-\[48px\] {
  height: 48px !important
}

.h-\[25px\] {
  height: 25px
}

.\!w-auto {
  width: auto !important
}

.\!w-full {
  width: 100% !important
}

.w-1\/2 {
  width: 50%
}

.w-1\/3 {
  width: 33.333333%
}

.w-1\/6 {
  width: 16.666667%
}

.w-\[88px\] {
  width: 88px
}

.w-full {
  width: 100%
}

.basis-full {
  flex-basis: 100%
}

.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.cursor-pointer {
  cursor: pointer
}

.\!flex-row {
  flex-direction: row !important
}

.flex-wrap {
  flex-wrap: wrap
}

.items-center {
  align-items: center
}

.justify-start {
  justify-content: flex-start
}

.justify-center {
  justify-content: center
}

.justify-between {
  justify-content: space-between
}

.gap-2 {
  gap: 0.5rem
}

.\!bg-black {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1)) !important
}

.\!p-0 {
  padding: 0px !important
}

.px-1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem
}

.\!pb-0 {
  padding-bottom: 0px !important
}

.pl-0\.5 {
  padding-left: 0.125rem
}

.pl-1 {
  padding-left: 0.25rem
}

.pl-1\.5 {
  padding-left: 0.375rem
}

.pl-2 {
  padding-left: 0.5rem
}

.pr-0\.5 {
  padding-right: 0.125rem
}

.pr-1 {
  padding-right: 0.25rem
}

.pr-1\.5 {
  padding-right: 0.375rem
}

.\!text-center {
  text-align: center !important
}

.text-\[12px\] {
  font-size: 12px
}

.text-\[14px\] {
  font-size: 14px
}

.text-\[\#cfcfcf\] {
  --tw-text-opacity: 1;
  color: rgb(207 207 207 / var(--tw-text-opacity, 1))
}

.text-gray_f5 {
  --tw-text-opacity: 1;
  color: rgb(245 245 245 / var(--tw-text-opacity, 1))
}

.text-green {
  --tw-text-opacity: 1;
  color: rgb(77 234 114 / var(--tw-text-opacity, 1))
}

.text-rd {
  --tw-text-opacity: 1;
  color: rgb(255 0 0 / var(--tw-text-opacity, 1))
}

.underline {
  text-decoration-line: underline
}

html {
  scroll-behavior: smooth;
}

html.noScroll {
  overflow-y: hidden
}

::-moz-selection {
  --tw-bg-opacity: 1;
  background-color: rgb(77 234 114 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1))
}

::selection {
  --tw-bg-opacity: 1;
  background-color: rgb(77 234 114 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1))
}

/* width */

::-webkit-scrollbar {
  width: 4px;
}

/* Track */

::-webkit-scrollbar-track {
  --tw-bg-opacity: 1;
  background-color: rgb(39 39 39 / var(--tw-bg-opacity, 1))
}

/* Handle */

::-webkit-scrollbar-thumb {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1))
}

/* Handle on hover */

::-webkit-scrollbar-thumb:hover {
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-bg-opacity: 0.6
}

body {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
  font-family: AktivGroteskRegular, sans-serif;
  text-transform: uppercase
}

@media (min-width: 1280px) {
  .wrapper.v--breadcrumbs {
    margin-left: 90px;
    padding-right: 0.625rem
  }
}

.wrapper {
  position: relative
}

.main {
  padding-top: 44px
}

@media (min-width: 768px) {
  .main {
    padding-top: 71px
  }
}

* {
  font-feature-settings: "case" on;
}

@media (min-width: 768px) {
  .md\:flex {
    display: flex
  }

  .md\:\!hidden {
    display: none !important
  }

  .md\:hidden {
    display: none
  }

  .md\:w-1\/2 {
    width: 50%
  }
}

@media (min-width: 1280px) {
  .xl\:flex {
    display: flex
  }

  .xl\:hidden {
    display: none
  }

  .xl\:w-1\/3 {
    width: 33.333333%
  }
}