@import url("https://use.typekit.net/bit6bdr.css");
/* line 54, main.scss */
:root {
  color-scheme: only light;
}

/* line 62, main.scss */
.loader {
  position: fixed;
  width: 100%;
  height: 100%;
  text-align: center;
  opacity: 0;
  animation: loader-animation 0.25s cubic-bezier(0, 0, 0.1, 1) 0s 1 normal forwards;
}
@keyframes loader-animation {
  0% {
    transform: scale(0.5);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
/* line 81, main.scss */
.loader .loader-wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
/* line 89, main.scss */
.loader .hexagon {
  width: calc(50 * 100vw / 1366);
  height: calc(58 * 100vw / 1366);
  animation: hexagon-animation 6s linear 0s infinite;
}
/* line 93, main.scss */
.loader .hexagon svg {
  fill: #ddd;
}
@keyframes hexagon-animation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* line 113, main.scss */
*, *:before, *:after {
  box-sizing: border-box;
}

/* line 117, main.scss */
body, html {
  margin: 0;
  padding: 0;
  height: 100%;
  overscroll-behavior: none;
}

/* line 124, main.scss */
body {
  background-color: #000;
  font-family: "elza", sans-serif;
  font-weight: 500;
  font-size: 0;
  color: #fff;
  overflow: hidden;
  letter-spacing: 0.05em;
  -webkit-filter: none !important;
  filter: none !important;
}

/* line 138, main.scss */
.main {
  position: relative;
  opacity: 0;
  height: 100%;
}

/* line 144, main.scss */
.responsive-video-16-9 {
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
}
/* line 149, main.scss */
.responsive-video-16-9 video, .responsive-video-16-9 iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

/* line 159, main.scss */
.show .main {
  transition: opacity 0.5s linear;
  opacity: 1;
}

/* ==========================================================================
   Custom
   ========================================================================== */
@media (max-width: 720px) and (orientation: landscape) {
  /* line 181, main.scss */
  .main {
    display: none;
  }
}

/* line 187, main.scss */
.landscape-notice {
  display: none;
  height: 100vh;
  width: 100%;
  font-size: 3.6231884058vh;
  padding: 20px;
  align-items: center;
  text-align: center;
  justify-content: center;
}
@media (max-width: 720px) and (orientation: landscape) {
  /* line 187, main.scss */
  .landscape-notice {
    display: flex;
  }
}

/* line 202, main.scss */
.main {
  position: relative;
}
/* line 205, main.scss */
.main .video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-image: url("../video/fallback-video-bg.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
/* line 219, main.scss */
.main .video video {
  position: absolute;
}
/* line 225, main.scss */
.main .logo {
  position: absolute;
  top: 30px;
  left: 30px;
}
/* line 230, main.scss */
.main .logo img {
  width: 240px;
}
@media (max-width: 720px) {
  /* line 225, main.scss */
  .main .logo {
    top: 2.6666666667vw;
    left: 2.6666666667vw;
  }
  /* line 238, main.scss */
  .main .logo img {
    width: 37.3333333333vw;
  }
}
/* line 244, main.scss */
.main .content {
  position: absolute;
  bottom: 30px;
  right: 30px;
  width: 640px;
  height: 319px;
  max-height: calc(100% - 60px);
  background-color: #f18718;
  border-radius: 30px;
  padding: 23px 27px 155px;
}
@media (max-width: 1023px) {
  /* line 244, main.scss */
  .main .content {
    max-height: calc(100% - 140px);
  }
}
@media (max-width: 720px) {
  /* line 244, main.scss */
  .main .content {
    bottom: 2.6666666667vw;
    right: 2.6666666667vw;
    width: 94.6666666667vw;
    height: 53.3333333333vw;
    max-height: calc(100% - (100vw / 375 * 60));
    border-radius: 5.3333333333vw;
    padding: 4.2666666667vw 4.2666666667vw 38.9333333333vw;
  }
}
@media (max-width: 479px) {
  /* line 244, main.scss */
  .main .content {
    bottom: 10px;
    right: 10px;
    width: calc(100% - 20px);
    max-height: calc(100% - 20px);
    border-radius: 20px;
    padding: 16px 16px 150px;
  }
}
/* line 283, main.scss */
.main .content .navi {
  display: flex;
  flex-wrap: wrap;
  max-width: 558px;
  gap: 8px 28px;
}
@media (max-width: 720px) {
  /* line 283, main.scss */
  .main .content .navi {
    gap: 1.3333333333vw 4.2666666667vw;
  }
}
/* line 293, main.scss */
.main .content .navi .navi-item {
  cursor: pointer;
  text-decoration: none;
  transition: opacity 0.2s linear;
  display: block;
}
/* line 299, main.scss */
.main .content .navi .navi-item:hover {
  opacity: 0.7;
}
/* line 303, main.scss */
.main .content .navi .navi-item img {
  height: 26px;
  width: auto;
  display: block;
}
@media (max-width: 720px) {
  /* line 303, main.scss */
  .main .content .navi .navi-item img {
    height: 4.2666666667vw;
  }
}
/* line 315, main.scss */
.main .content .line {
  width: 100%;
  height: 3px;
  background-color: #fff;
  border-radius: 3px;
  margin: 15px 0;
}
@media (max-width: 720px) {
  /* line 315, main.scss */
  .main .content .line {
    margin: 2.1333333333vw 0 4vw;
  }
}
/* line 328, main.scss */
.main .content .button {
  display: inline-block;
  background-color: transparent;
  border: 2px solid white;
  color: white;
  font-weight: 700;
  text-align: center;
  font-size: 20px;
  cursor: pointer;
  padding: 8px 20px;
  float: left;
}
/* line 348, main.scss */
.main .content .button:hover {
  opacity: 0.9;
}
/* line 353, main.scss */
.main .content .button:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.3);
}
/* line 364, main.scss */
.main .content .content-items .content-item {
  display: none;
  font-size: 0.85rem;
  line-height: 1.5;
  font-family: "elza", sans-serif;
  font-weight: 500;
  padding-right: 30px;
  letter-spacing: 0.05em;
}
/* line 373, main.scss */
.main .content .content-items .content-item a {
  color: #fff;
  text-decoration: none;
  transition: opacity 0.2s linear;
}
/* line 378, main.scss */
.main .content .content-items .content-item a:hover {
  opacity: 0.7;
}
@media (max-width: 720px) {
  /* line 364, main.scss */
  .main .content .content-items .content-item {
    font-size: 4vw;
    line-height: 5.6vw;
    padding-right: 5.3333333333vw;
  }
}
/* line 389, main.scss */
.main .content .content-items .content-item iframe {
  width: 100%;
}
/* line 393, main.scss */
.main .content .content-items .content-item h3 {
  font-family: "elza", sans-serif;
  font-weight: 700;
  font-size: 32px;
  line-height: 42px;
  margin: 0 0 6px;
}
@media (max-width: 720px) {
  /* line 393, main.scss */
  .main .content .content-items .content-item h3 {
    font-size: 5.3333333333vw;
    line-height: 6.4vw;
  }
}
/* line 409, main.scss */
.main .content .image-full-width {
  width: 100%;
}
/* line 413, main.scss */
.main .content .footer {
  position: absolute;
  bottom: 23px;
  left: 27px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  width: calc(100% - 54px);
}
@media (max-width: 720px) {
  /* line 413, main.scss */
  .main .content .footer {
    bottom: 2.6666666667vw;
    left: 4.2666666667vw;
    width: calc(100% - 100vw / 375 * 32);
  }
}
/* line 428, main.scss */
.main .content .footer .footer-left {
  display: flex;
  flex-direction: column;
  gap: 0;
}
/* line 433, main.scss */
.main .content .footer .footer-left .language {
  font-family: "elza", sans-serif;
  font-weight: 500;
  font-size: 13px;
  line-height: 16px;
  color: #fff;
}
@media (max-width: 720px) {
  /* line 433, main.scss */
  .main .content .footer .footer-left .language {
    font-size: 2.6666666667vw;
    line-height: 3.2vw;
  }
}
/* line 445, main.scss */
.main .content .footer .footer-left .language span {
  opacity: .5;
}
/* line 449, main.scss */
.main .content .footer .footer-left .language a {
  color: inherit;
  text-decoration: none;
}
/* line 455, main.scss */
.main .content .footer .footer-left .legal-item {
  font-family: "elza", sans-serif;
  font-weight: 500;
  font-size: 13px;
  line-height: 16px;
  color: #fff;
  cursor: pointer;
  text-decoration: none;
  transition: opacity 0.2s linear;
}
/* line 465, main.scss */
.main .content .footer .footer-left .legal-item:hover {
  opacity: 0.7;
}
@media (max-width: 720px) {
  /* line 455, main.scss */
  .main .content .footer .footer-left .legal-item {
    font-size: 2.6666666667vw;
    line-height: 3.2vw;
  }
}
/* line 476, main.scss */
.main .content .footer .footer-right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
/* line 481, main.scss */
.main .content .footer .footer-right .social {
  display: flex;
  gap: 14px;
  align-items: center;
}
@media (max-width: 720px) {
  /* line 481, main.scss */
  .main .content .footer .footer-right .social {
    gap: 2.6666666667vw;
  }
}
/* line 490, main.scss */
.main .content .footer .footer-right .social a {
  transition: opacity 0.2s linear;
}
/* line 493, main.scss */
.main .content .footer .footer-right .social a:hover {
  opacity: 0.7;
}
/* line 498, main.scss */
.main .content .footer .footer-right .social .tiktok {
  width: 30px;
}
@media (max-width: 720px) {
  /* line 498, main.scss */
  .main .content .footer .footer-right .social .tiktok {
    width: 5.8666666667vw;
  }
}
/* line 506, main.scss */
.main .content .footer .footer-right .social .instagram {
  width: 34px;
}
@media (max-width: 720px) {
  /* line 506, main.scss */
  .main .content .footer .footer-right .social .instagram {
    width: 6.4vw;
  }
}
/* line 514, main.scss */
.main .content .footer .footer-right .social .youtube {
  width: 42px;
}
@media (max-width: 720px) {
  /* line 514, main.scss */
  .main .content .footer .footer-right .social .youtube {
    width: 8vw;
  }
}
/* line 522, main.scss */
.main .content .footer .footer-right .social .whatsapp {
  width: 35px;
}
@media (max-width: 720px) {
  /* line 522, main.scss */
  .main .content .footer .footer-right .social .whatsapp {
    width: 6.6666666667vw;
  }
}
/* line 530, main.scss */
.main .content .footer .footer-right .social .spotify {
  width: 35px;
}
@media (max-width: 720px) {
  /* line 530, main.scss */
  .main .content .footer .footer-right .social .spotify {
    width: 6.6666666667vw;
  }
}
/* line 538, main.scss */
.main .content .footer .footer-right .social .apple {
  width: 35px;
}
@media (max-width: 720px) {
  /* line 538, main.scss */
  .main .content .footer .footer-right .social .apple {
    width: 6.6666666667vw;
  }
}
/* line 547, main.scss */
.main .content .footer .footer-right .legal-copy {
  font-family: "elza", sans-serif;
  font-weight: 500;
  font-size: 13px;
  line-height: 16px;
  color: #fff;
  text-align: right;
  margin-top: 10px;
}
/* line 556, main.scss */
.main .content .footer .footer-right .legal-copy a {
  color: #fff;
  text-decoration: none;
  transition: opacity 0.2s linear;
}
/* line 561, main.scss */
.main .content .footer .footer-right .legal-copy a:hover {
  opacity: 0.7;
}
@media (max-width: 720px) {
  /* line 547, main.scss */
  .main .content .footer .footer-right .legal-copy {
    font-size: 2.6666666667vw;
    line-height: 3.2vw;
  }
}
/* line 575, main.scss */
.main .content.home .content-item.home {
  display: block;
}
/* line 578, main.scss */
.main .content.home .content-item.home h3 {
  font-weight: 600;
  font-size: 26px;
}
/* line 584, main.scss */
.main .content.home .content-item.home .home-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
@media (max-width: 720px) {
  /* line 584, main.scss */
  .main .content.home .content-item.home .home-grid {
    grid-template-columns: 1fr 1fr;
    gap: 2.6666666667vw;
  }
}
/* line 596, main.scss */
.main .content.home .content-item.home .home-grid__item {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media (max-width: 720px) {
  /* line 596, main.scss */
  .main .content.home .content-item.home .home-grid__item {
    gap: 1.6vw;
  }
}
/* line 608, main.scss */
.main .content.home .content-item.home .home-grid__headline {
  font-family: "elza", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.2;
  margin: 0;
  color: #fff;
  text-transform: uppercase;
  flex-grow: 1;
}
@media (max-width: 720px) {
  /* line 608, main.scss */
  .main .content.home .content-item.home .home-grid__headline {
    font-size: 3.4666666667vw;
  }
}
/* line 624, main.scss */
.main .content.home .content-item.home .home-grid__image {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  display: block;
}
/* line 632, main.scss */
.main .content.home .content-item.home .home-grid__link {
  display: flex;
  flex-direction: column;
  gap: 10px;
  text-decoration: none;
}
/* line 639, main.scss */
.main .content.home .content-item.home .home-grid__link:hover .home-grid__image {
  opacity: 0.85;
  transition: opacity 0.2s linear;
}
/* line 644, main.scss */
.main .content.home .content-item.home .home-grid__link:hover .button {
  opacity: 0.7;
}
@media (max-width: 720px) {
  /* line 632, main.scss */
  .main .content.home .content-item.home .home-grid__link {
    gap: 1.6vw;
  }
}
/* line 660, main.scss */
.main .content.home .content-item.home .button {
  display: inline-block;
  background-color: transparent;
  border: 2px solid #fff;
  color: #fff;
  font-family: "elza", sans-serif;
  font-weight: 700;
  font-size: 13px;
  text-align: center;
  text-decoration: none;
  padding: 6px 14px;
  cursor: pointer;
  transition: opacity 0.2s linear;
  align-self: flex-start;
}
/* line 675, main.scss */
.main .content.home .content-item.home .button:hover {
  opacity: 0.7;
}
@media (max-width: 720px) {
  /* line 660, main.scss */
  .main .content.home .content-item.home .button {
    font-size: 2.6666666667vw;
    padding: 1.0666666667vw 2.6666666667vw;
  }
}
/* line 689, main.scss */
.main .content.live .content-item.live {
  display: block;
}
/* line 695, main.scss */
.main .content.newsletter .content-item.newsletter {
  display: block;
  padding-right: 0;
}
/* line 699, main.scss */
.main .content.newsletter .content-item.newsletter p {
  padding-right: 20px;
}
/* line 709, main.scss */
.main .content.bio .content-item.bio {
  display: block;
  padding-right: 20px;
}
/* line 714, main.scss */
.main .content.bio .bio-heading {
  font-family: "elza", sans-serif;
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 1.2;
  margin: 0 0 12px;
  text-align: left;
  width: 100%;
}
@media (max-width: 720px) {
  /* line 714, main.scss */
  .main .content.bio .bio-heading {
    font-size: 1.3rem;
  }
}
/* line 728, main.scss */
.main .content.bio .bio-subheading {
  font-family: "elza", sans-serif;
  font-weight: 600;
  font-size: 1.3rem;
  line-height: 1.3;
  margin: 16px 0 12px;
  text-align: left;
  width: 100%;
}
@media (max-width: 720px) {
  /* line 728, main.scss */
  .main .content.bio .bio-subheading {
    font-size: 1rem;
  }
}
/* line 743, main.scss */
.main .content.bio .bio-text {
  column-count: 1;
  padding-right: 10px;
  font-family: "elza", sans-serif;
  font-weight: 500;
  font-size: 1.0rem;
  line-height: 1.5;
  margin-bottom: 0;
  text-align: justify;
}
@media (max-width: 1023px) {
  /* line 743, main.scss */
  .main .content.bio .bio-text {
    column-count: 1;
    column-gap: 0;
    padding-right: 5px;
  }
}
@media (max-width: 720px) {
  /* line 743, main.scss */
  .main .content.bio .bio-text {
    column-count: 1;
    column-gap: 0;
  }
}
/* line 767, main.scss */
.main .content.bio .bio-text p {
  margin: 0 0 0.75rem;
  break-inside: avoid;
}
/* line 777, main.scss */
.main .content.kontakt .content-item.kontakt {
  display: block;
}
/* line 782, main.scss */
.main .content .simplebar-content {
  height: 100%;
}

/* line 793, main.scss */
#gentleman-tour-widget {
  width: 100%;
  max-width: 520px;
  margin: 0;
  text-align: left;
}

/* line 801, main.scss */
[class*="bit-"] {
  text-align: left !important;
  font-family: "elza", sans-serif !important;
  font-weight: 500 !important;
  letter-spacing: 0.025em !important;
}

/* line 809, main.scss */
.bit-event-list-item,
[class*="bit-event-list-item"],
[class*="bit-event"] {
  width: 100% !important;
  max-width: 100% !important;
  font-family: "elza", sans-serif !important;
  font-weight: 500 !important;
  letter-spacing: 0.025em !important;
}

/* line 820, main.scss */
[class*="bit-separator"],
[class*="bit-divider"],
.bit-event-list-item::after,
.bit-event-list-item::before {
  width: 100% !important;
  left: 0 !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

/* line 831, main.scss */
[class*="bit-event"],
[class*="bit-details"],
[class*="bit-offers"],
[class*="bit-cta"] {
  justify-content: flex-start !important;
  align-items: flex-start !important;
  font-family: "elza", sans-serif !important;
  font-weight: 500 !important;
  letter-spacing: 0.025em !important;
}

/* line 842, main.scss */
[class*="bit-offers"],
[class*="bit-cta"] {
  margin-left: 0 !important;
  width: 100% !important;
}

/* line 849, main.scss */
.bit-button, .bit-cta, .bit-cta a, [class*="bit-offers"] a {
  background-color: transparent !important;
  border: 2px solid #fff !important;
  color: #fff !important;
  font-family: "elza", sans-serif !important;
  font-weight: 700 !important;
  letter-spacing: 0.25em !important;
  text-align: center !important;
  display: inline-block !important;
  width: auto !important;
  padding: 8px 30px !important;
  margin-left: 0 !important;
  margin-right: auto !important;
  box-sizing: border-box !important;
}

/* line 866, main.scss */
.bit-rsvp, [class*="rsvp"] {
  display: none !important;
}

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