@import "glide.core.min.css";
@import "glide.theme.min.css";
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
}

.container {
  width: 100%;
  padding-left: 7vw;
  padding-right: 7vw;
  max-width: 2000px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 767px) {
  .container {
    padding-left: 25px;
    padding-right: 25px;
    max-width: 600px;
  }
}

@media screen and (min-width: 768px) {
  .show-sm {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  .hide-sm {
    display: none !important;
  }
}

.row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .row {
    flex-direction: column;
  }
}
@media screen and (max-width: 1280px) and (min-width: 767px) {
  .row.has-quarters {
    flex-wrap: wrap;
  }
}
.row .quarter {
  width: 24%;
}
@media screen and (max-width: 1280px) and (min-width: 767px) {
  .row .quarter {
    width: 47%;
    margin-bottom: 32px;
  }
  .row .quarter:nth-child(2n+2) {
    margin-right: 0;
  }
}
.row.wrappable {
  flex-wrap: wrap;
}
.row .third {
  width: 32%;
}
.row .half {
  width: 50%;
}
.row .half, .row .third, .row .quarter {
  margin-right: 32px;
}
.row .half:last-child, .row .third:last-child, .row .quarter:last-child {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .row .half, .row .third, .row .quarter {
    width: 100%;
    margin-right: 0;
    margin-bottom: 32px;
  }
  .row .half:last-child, .row .third:last-child, .row .quarter:last-child {
    margin-bottom: 0;
  }
}

.grow {
  flex-grow: 1;
}

.center {
  text-align: center;
}

@font-face {
  font-family: "TSTARPRO";
  font-weight: 800;
  src: url("../fonts/TSTARPRO-heavy.woff") format("woff"), url("../fonts/TSTARPRO-heavy.woff2") format("woff2");
}
@font-face {
  font-family: "TSTARPRO";
  font-weight: 600;
  src: url("../fonts/TSTARPRO-regular.woff") format("woff"), url("../fonts/TSTARPRO-regular.woff2") format("woff2");
}
@font-face {
  font-family: "Karbon Slab Stencil";
  src: url("../fonts/KarbonSlabStencil-Bold.woff2") format("woff2"), url("../fonts/KarbonSlabStencil-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "budmojiggler";
  src: url("../fonts/budmo_jiggler-webfont.woff2") format("woff2"), url("../fonts/budmo_jiggler-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
h1 {
  font-family: "Karbon Slab Stencil";
  font-weight: bold;
  font-size: 90px;
  text-transform: uppercase;
  line-height: 0.8em;
}
@media screen and (max-width: 1025px) {
  h1 {
    font-size: 60px;
  }
}
@media screen and (max-width: 767px) {
  h1 {
    font-size: 45px;
  }
}

h2 {
  font-family: "Karbon Slab Stencil";
  font-weight: bold;
  font-size: 60px;
  text-transform: uppercase;
  line-height: 0.8em;
}
@media (max-width: 1025px) {
  h2 {
    font-size: 36px;
  }
}
@media screen and (max-width: 767px) {
  h2 {
    font-size: 25px;
  }
}

h3 {
  font-family: "Karbon Slab Stencil";
  font-weight: bold;
  font-size: 36px;
  text-transform: uppercase;
  line-height: 0.8em;
}
@media screen and (max-width: 1025px) {
  h3 {
    font-size: 26px;
  }
}
@media screen and (max-width: 767px) {
  h3 {
    font-size: 25px;
  }
}

.main-nav a {
  font-family: "TSTARPRO";
  font-size: 16px;
  font-weight: 800;
  letter-spacing: 1px;
  line-height: 1em;
  text-transform: uppercase;
}
@media (max-width: 950px) {
  .main-nav a {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .main-nav a {
    font-size: 16px;
  }
}

.btn, .read-more {
  font-family: "TSTARPRO";
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 1px;
  line-height: 1em;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .btn, .read-more {
    font-size: 14px;
  }
}

p, li, span, a, td, th, blockquote, cite, pre, input, select, option, textarea {
  font-family: kazimirtext, sans-serif;
  font-weight: normal;
  font-size: 18px;
  line-height: 1.5em;
}
@media screen and (max-width: 1025px) {
  p, li, span, a, td, th, blockquote, cite, pre, input, select, option, textarea {
    font-size: 17px;
  }
}
@media screen and (max-width: 767px) {
  p, li, span, a, td, th, blockquote, cite, pre, input, select, option, textarea {
    font-size: 16px;
  }
}

strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

input[type=submit].arrow {
  font-family: "TSTARPRO";
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 1px;
  line-height: 1em;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  input[type=submit].arrow {
    font-size: 14px;
  }
}
input[type=submit].arrow {
  background-color: #FFB700;
  border-radius: 24px;
  width: 24px;
  height: 24px;
  line-height: 24px;
  vertical-align: middle;
  display: inline-block;
  text-align: center;
  border: none;
  -webkit-appearance: none;
  padding-left: 1px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
}

input {
  outline: none;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  background-color: rgba(0, 0, 0, 0) !important;
}

.form-special {
  display: none;
}

input[type=text], input[type=email], input[type=number], textarea, input[type=date], textarea {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid;
  padding: 15px 0px;
  width: 100%;
  transition: border-bottom-width 300ms cubic-bezier(0.65, 0, 0.35, 1), padding-bottom 300ms cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-appearance: none;
  border-radius: 0;
  -moz-appearance: textfield;
}
@media screen and (max-width: 767px) {
  input[type=text], input[type=email], input[type=number], textarea, input[type=date], textarea {
    padding: 9px 0px;
  }
}
input[type=text]:focus, input[type=email]:focus, input[type=number]:focus, textarea:focus, input[type=date]:focus, textarea:focus {
  border-bottom: 2px solid;
  padding: 15px 0px 14px;
  outline: none;
}
@media screen and (max-width: 767px) {
  input[type=text]:focus, input[type=email]:focus, input[type=number]:focus, textarea:focus, input[type=date]:focus, textarea:focus {
    padding: 9px 0px 8px;
  }
}

.select-field {
  border-bottom: 1px solid;
}

select {
  -webkit-appearance: none;
  border-radius: 0;
  background-color: transparent;
  border: none;
  padding: 15px 0px;
  outline: none !important;
}
.contact-form .field {
  position: relative;
  padding-top: 10px;
  margin-bottom: 20px;
  display: inline-block;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .contact-form .field {
    margin-top: 10px;
    margin-bottom: 5px;
  }
}
.contact-form label {
  font-family: kazimirtext, sans-serif;
  font-weight: normal;
  font-size: 18px;
  line-height: 1.5em;
}
@media screen and (max-width: 1025px) {
  .contact-form label {
    font-size: 17px;
  }
}
@media screen and (max-width: 767px) {
  .contact-form label {
    font-size: 16px;
  }
}
.contact-form label {
  font-size: 12px;
  position: absolute;
  top: 0px;
  left: 0px;
  transition: font-size 300ms cubic-bezier(0.65, 0, 0.35, 1);
}
@media screen and (max-width: 767px) {
  .contact-form label {
    font-size: 12px;
  }
}
.contact-form .empty-input + label {
  font-family: kazimirtext, sans-serif;
  font-weight: normal;
  font-size: 18px;
  line-height: 1.5em;
}
@media screen and (max-width: 1025px) {
  .contact-form .empty-input + label {
    font-size: 17px;
  }
}
@media screen and (max-width: 767px) {
  .contact-form .empty-input + label {
    font-size: 16px;
  }
}
.contact-form .empty-input + label {
  top: 20px;
}
.contact-form input:focus + label, .contact-form textarea:focus + label {
  font-size: 12px !important;
  top: 0px;
}
.contact-form .half-fields {
  font-size: 0px;
}
.contact-form .half-fields .field {
  width: 50%;
}
.contact-form .half-fields .field:nth-child(1) {
  padding-right: 10px;
}
.contact-form .half-fields .field:nth-child(2) {
  padding-left: 10px;
}
.contact-form .half-fields .field:nth-child(2) label {
  left: 10px;
}
@media screen and (max-width: 767px) {
  .contact-form .half-fields .field {
    width: 100%;
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .contact-form .half-fields .field label {
    left: 0px !important;
  }
}
.contact-form .checkbox-field {
  border-bottom: none;
}
.contact-form .checkbox-field label {
  display: block;
  font-family: kazimirtext, sans-serif;
  font-weight: normal;
  font-size: 18px;
  line-height: 1.5em;
}
@media screen and (max-width: 1025px) {
  .contact-form .checkbox-field label {
    font-size: 17px;
  }
}
@media screen and (max-width: 767px) {
  .contact-form .checkbox-field label {
    font-size: 16px;
  }
}
.contact-form .checkbox-field label {
  vertical-align: middle;
}
.contact-form .checkbox-field label:before {
  content: "";
  border: 1px solid #FFB700;
  width: 12px;
  height: 12px;
  display: inline-block;
  margin-right: 15px;
  vertical-align: middle;
  box-shadow: 0px 0px 0px 1px #000;
}
.contact-form .checkbox-field input {
  visibility: hidden;
  position: absolute;
  left: 100vw;
}
.contact-form .checkbox-field input:checked + label:before {
  background-color: #000;
}

.email-field, .subscribe-success {
  position: relative;
}
.email-field input[type=email], .email-field input[type=text], .email-field span, .subscribe-success input[type=email], .subscribe-success input[type=text], .subscribe-success span {
  width: 100%;
  display: inline-block;
}

.subscribe-success {
  display: none;
}

form.subscribed .email-field {
  display: none;
}
form.subscribed .subscribe-success {
  display: block;
}

form.disabled {
  pointer-events: none;
}
form.disabled .email-field {
  opacity: 0.4;
}

.page-home .page-hero, .page-blog .page-hero, .page-experience .page-hero, .page--big-hero .page-hero {
  height: 95vh;
}
@media screen and (max-width: 767px) {
  .page-home .page-hero, .page-blog .page-hero, .page-experience .page-hero, .page--big-hero .page-hero {
    min-height: 78vh;
    height: auto;
    padding: 20vh 0;
  }
}

.page-hero {
  min-height: 66vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: #000;
  width: 100%;
  position: relative;
}
.page-hero .hero-content {
  position: relative;
  z-index: 5;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .page-hero .hero-content {
    flex-shrink: 0;
  }
}
.page-hero .hero-content h1 {
  color: #FFF;
  width: 60%;
  max-width: 850px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .page-hero .hero-content h1 {
    width: 90%;
  }
}
.page-hero .hero-content .btn {
  margin-top: 40px;
}
.page-hero.reduced {
  height: 33vh;
  transition: height 400ms cubic-bezier(0.65, 0, 0.35, 1);
}
.page-hero.reduced h1 {
  display: none;
}
.page-hero .hero-video {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: #000;
}
.page-hero .hero-video .bg-video-embed {
  width: 177.77777778vh;
  height: 56.25vw;
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  top: 50%;
  opacity: 0.66;
  left: 50%;
  transform: translate(-50%, -50%);
}
.page-hero .hero-video .bg-video-embed iframe, .page-hero .hero-video .bg-video-embed object, .page-hero .hero-video .bg-video-embed embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.page-hero .hero-image {
  position: absolute;
  top: 0px;
  background-size: cover;
  background-position: center center;
  left: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.66;
  z-index: 1;
}

.page-call-to-action {
  padding-bottom: 90px;
  position: relative;
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .page-call-to-action {
    padding-bottom: 0;
    margin-top: 40px;
  }
}
@media screen and (max-width: 950px) {
  .page-call-to-action {
    padding-bottom: 0;
  }
}

.cta-image {
  width: 75%;
  background-color: #000;
  position: relative;
  font-size: 0;
}
@media screen and (max-width: 950px) {
  .cta-image {
    width: 100%;
  }
}
.cta-image h2 {
  font-family: "Karbon Slab Stencil";
  font-weight: bold;
  font-size: 36px;
  text-transform: uppercase;
  line-height: 0.8em;
}
@media screen and (max-width: 1025px) {
  .cta-image h2 {
    font-size: 26px;
  }
}
@media screen and (max-width: 767px) {
  .cta-image h2 {
    font-size: 25px;
  }
}
.cta-image h2 {
  color: #FFF;
  position: absolute;
  padding: 40px;
  z-index: 2;
  width: 60%;
}
@media screen and (max-width: 767px) {
  .cta-image h2 {
    width: 75%;
    padding: 20px;
  }
}
.cta-image img {
  opacity: 0.66;
}

.cta-form {
  display: flex;
  flex-direction: row;
  position: absolute;
  bottom: 0px;
  right: 0px;
  box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.1);
  height: 14vw;
}
@media screen and (max-width: 1280px) {
  .cta-form {
    height: 15vw;
  }
}
@media screen and (max-width: 950px) {
  .cta-form {
    height: 130px;
    width: 100%;
    position: static;
    margin-top: 24px;
  }
}
@media screen and (min-width: 1920px) {
  .cta-form {
    height: 240px;
  }
}
.cta-form.double {
  max-width: calc(50% - 16px);
}
@media screen and (max-width: 950px) {
  .cta-form.double {
    margin-bottom: 32px;
    max-width: 100%;
  }
}
.cta-form.cta-left {
  right: auto;
  left: 0px;
}
.cta-form .plain {
  color: #000;
  padding-right: 35px;
  max-width: 20em;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .cta-form .plain {
    font-size: 14px;
    padding-right: 5px;
  }
}
.cta-form .cta-form-fields {
  padding: 35px 40px;
  background-color: #FFF;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-decoration: none;
}
@media screen and (max-width: 1280px) {
  .cta-form .cta-form-fields {
    padding: 20px 30px;
  }
}
@media screen and (max-width: 950px) {
  .cta-form .cta-form-fields {
    padding: 16px;
    flex-grow: 1;
  }
}
.cta-form .cta-form-fields input::placeholder {
  color: #000;
  opacity: 1;
}
.cta-form h2 {
  font-family: "Karbon Slab Stencil";
  font-weight: bold;
  font-size: 36px;
  text-transform: uppercase;
  line-height: 0.8em;
}
@media screen and (max-width: 1280px) {
  .cta-form h2 {
    font-size: 26px;
  }
}
@media screen and (max-width: 767px) {
  .cta-form h2 {
    font-size: 16px;
  }
}
.cta-form h2 {
  color: #000;
  margin-bottom: 20px;
  max-width: 11em;
}
@media screen and (max-width: 950px) {
  .cta-form h2 {
    margin-bottom: 0px;
    max-width: auto;
  }
}
.cta-form .icon {
  width: 14vw;
  height: 14vw;
  background-color: #FFB700;
}
.cta-form .icon.clickable {
  cursor: pointer;
}
@media screen and (max-width: 1280px) {
  .cta-form .icon {
    width: 15vw;
    height: 15vw;
  }
}
@media screen and (max-width: 950px) {
  .cta-form .icon {
    width: 130px;
    height: 130px;
  }
}
@media screen and (min-width: 1920px) {
  .cta-form .icon {
    width: 240px;
    height: 240px;
  }
}

@media screen and (min-width: 767px) {
  .newsletter-subscribe input[type=email] {
    min-width: 260px;
  }
}
@media screen and (max-width: 767px) {
  .newsletter-subscribe input[type=email] {
    font-size: 11px;
  }
}

.home-newsletter {
  margin-top: 0;
  z-index: 9;
  padding-bottom: 5vh;
}
.home-newsletter .cta-image {
  display: none;
}
@media screen and (max-width: 767px) {
  .home-newsletter {
    margin-top: -80px;
    margin-bottom: -120px;
    padding-bottom: 0;
  }
}
@media screen and (min-width: 767px) {
  .home-newsletter .cta-form {
    height: 14vw;
  }
  .home-newsletter .cta-form .cta-form-fields {
    padding: 20px;
  }
  .home-newsletter .icon {
    width: 14vw;
    height: 14vw;
  }
}
@media screen and (min-width: 1280px) {
  .home-newsletter .cta-form {
    height: 12vw;
  }
  .home-newsletter .cta-form .cta-form-fields {
    padding: 30px;
  }
  .home-newsletter .icon {
    width: 12vw;
    height: 12vw;
  }
}
@media screen and (min-width: 1920px) {
  .home-newsletter .cta-form {
    height: 240px;
  }
  .home-newsletter .cta-form .cta-form-fields {
    padding: 30px;
  }
  .home-newsletter .icon {
    width: 240px;
    height: 240px;
  }
}
.home-newsletter h2 {
  font-family: "Karbon Slab Stencil";
  font-weight: bold;
  font-size: 20px;
  text-transform: uppercase;
  line-height: 0.8em;
}
@media screen and (max-width: 767px) {
  .home-newsletter h2 {
    font-size: 16px;
  }
}

.read-more {
  text-decoration: none;
  color: #000;
}
.read-more.underline {
  padding-bottom: 15px;
  border-bottom: 1px solid;
  transition: border-bottom 300ms cubic-bezier(0.65, 0, 0.35, 1), padding-bottom 300ms cubic-bezier(0.65, 0, 0.35, 1);
}

a:hover .read-more.underline, .clickable:hover .read-more.underline, .read-more.underline:hover {
  padding-bottom: 13px;
  border-bottom: 3px solid;
}

img {
  width: 100%;
}

.center {
  text-align: center;
}

.btn {
  background-color: #FFB700;
  padding: 1.1em 1.4em 0.89em;
  border-radius: 2em;
  display: inline-block;
  color: #000;
  text-decoration: none;
  border: none;
  transition: transform 300ms cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-appearance: none;
  cursor: pointer;
  font-family: "TSTARPRO";
  font-size: 16px;
  font-weight: 800;
  letter-spacing: 1px;
  line-height: 1em;
  text-transform: uppercase;
}
@media (max-width: 950px) {
  .btn {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .btn {
    font-size: 16px;
  }
}
.btn.btn.btn:hover:not(.inactive) {
  transform: scale(1.05, 1.05);
}
.btn.full-width {
  text-align: center;
  width: 100%;
}
.btn.inverse {
  background-color: #000;
  color: #FFF;
}
.btn.inactive {
  cursor: default !important;
}

.editor p {
  margin-bottom: 1em;
}
.editor p:last-child {
  margin-bottom: 0;
}
.editor img {
  max-width: 150px;
  margin-top: 1em;
  margin-bottom: 1em;
}
.editor ul, .editor ol {
  margin-left: 25px;
  margin-bottom: 1em;
}

.relative {
  position: relative;
}

.page-plaintext {
  padding: 100px 0px;
  max-width: 800px;
  margin: 0 auto;
}
.page-plaintext h2 {
  font-family: "Karbon Slab Stencil";
  font-weight: bold;
  font-size: 60px;
  text-transform: uppercase;
  line-height: 0.8em;
}
@media (max-width: 1025px) {
  .page-plaintext h2 {
    font-size: 36px;
  }
}
@media screen and (max-width: 767px) {
  .page-plaintext h2 {
    font-size: 25px;
  }
}
.page-plaintext h2 {
  margin-bottom: 1em;
}
.page-plaintext h1, .page-plaintext h2, .page-plaintext h3 {
  margin-top: 1.5em;
  margin-bottom: 1em;
}
.page-plaintext ul, .page-plaintext ol {
  margin-left: 20px;
  margin-bottom: 1em;
}

.page-intro {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .page-intro {
    margin-top: 40px;
  }
}
.page-intro h2 {
  font-family: "Karbon Slab Stencil";
  font-weight: bold;
  font-size: 60px;
  text-transform: uppercase;
  line-height: 0.8em;
}
@media (max-width: 1025px) {
  .page-intro h2 {
    font-size: 36px;
  }
}
@media screen and (max-width: 767px) {
  .page-intro h2 {
    font-size: 25px;
  }
}
.page-intro h3 {
  font-family: "Karbon Slab Stencil";
  font-weight: bold;
  font-size: 20px;
  text-transform: uppercase;
  line-height: 0.8em;
}
@media screen and (max-width: 767px) {
  .page-intro h3 {
    font-size: 16px;
  }
}
.page-intro h3 {
  margin-bottom: 14px;
}

.article-intro {
  align-items: center;
}

.feeds {
  text-align: right;
}
@media screen and (max-width: 767px) {
  .feeds {
    text-align: left;
  }
}
.feeds a {
  margin-left: 20px;
}
@media screen and (max-width: 767px) {
  .feeds a {
    margin-right: 20px;
    margin-bottom: 20px;
    margin-left: 0;
  }
}

.btn.download {
  margin-top: 40px;
}
.btn.download:before {
  content: "";
  width: 20px;
  height: 20px;
  display: inline-block;
  margin-right: 10px;
  background-image: url("../img/icons/download-small.svg");
  background-position: center center;
  background-size: contain;
  vertical-align: middle;
}

.btn.external:before {
  content: "";
  width: 20px;
  height: 20px;
  display: inline-block;
  margin-right: 10px;
  background-image: url("../img/icons/external.svg");
  background-position: center center;
  background-size: contain;
  vertical-align: middle;
}

.filter {
  margin-top: 50px;
  display: flex;
  flex-direction: row;
  gap: 20px;
  align-items: center;
  max-width: 1000px;
}
@media screen and (max-width: 767px) {
  .filter {
    flex-direction: column;
  }
}
.filter.filter--big {
  max-width: 1300px;
}
.filter .has-search-icon input:focus {
  padding-bottom: 15px;
}
.filter .field {
  flex-grow: 1;
  position: relative;
  color: #FFF;
}
.filter .field a.toggle-dropdown {
  color: #FFF;
  padding: 15px 20px 15px 0px;
  margin-bottom: 0;
  position: relative;
  z-index: 9;
  min-width: 150px;
}
.filter .field.dropdown-wrapper {
  position: relative;
  padding: 0px 15px;
}
.filter .field.dropdown-wrapper a {
  text-decoration: none;
}
.filter .field.dropdown-wrapper ul.dropdown {
  width: 100%;
  position: absolute;
  z-index: 8;
  top: 0px;
  left: 0px;
  padding: 15px;
  background-color: #FFF;
  padding-top: 80px;
  box-shadow: 0px 10px 50px 0px rgba(0, 0, 0, 0.1);
}
.filter .field.dropdown-wrapper.open .toggle-dropdown:after {
  margin-top: -7px;
}
.filter .field.dropdown-wrapper.open a {
  color: #000;
}
@media screen and (max-width: 767px) {
  .filter .field {
    margin-right: 0;
    width: 100%;
    margin-bottom: 16px;
  }
}
.filter select {
  width: 100%;
}
.filter span, .filter select, .filter input {
  font-family: "TSTARPRO";
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 1px;
  line-height: 1em;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .filter span, .filter select, .filter input {
    font-size: 14px;
  }
}
.filter select, .filter input {
  color: #FFF;
}
@media screen and (max-width: 767px) {
  .filter select, .filter input {
    width: 100%;
  }
}
.filter select option, .filter input option {
  color: #FFF;
}
.filter input {
  margin-right: 0px;
}
.filter input::placeholder {
  color: #FFF;
  opacity: 1;
}

#js-load-content {
  opacity: 1;
  transition: opacity 400ms cubic-bezier(0.65, 0, 0.35, 1);
}
#js-load-content.loading {
  opacity: 0.8;
}

.row.articles {
  margin-top: -140px;
  position: relative;
  z-index: 3;
  display: block;
  font-size: 0px;
}
@media screen and (max-width: 767px) {
  .row.articles {
    margin-top: -40px;
  }
}
.row.articles .article-card {
  width: calc(33.33% - 22px);
  display: inline-block;
  margin-bottom: 64px;
  margin-right: 32px;
}
.row.articles .article-card:nth-child(3n+3) {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .row.articles .article-card {
    width: 100%;
    margin-right: 0;
  }
}
.row.articles.press-articles {
  margin-top: 80px;
}

.load-more-wrapper {
  text-align: center;
  margin-top: 16px;
}

.empty {
  font-family: "Karbon Slab Stencil";
  font-weight: bold;
  font-size: 28px;
  text-transform: uppercase;
  line-height: 0.8em;
}
@media screen and (max-width: 767px) {
  .empty {
    font-size: 24px;
  }
}
.empty {
  padding: 80px;
  text-align: center;
  width: 100%;
  background-color: #FFF;
}

.editor a {
  color: #FFB700;
}

.question {
  padding: 40px 0px;
  border-bottom: 1px solid #000;
}
@media screen and (max-width: 767px) {
  .question {
    padding: 20px 0px;
  }
}
.question .has-icon {
  border-bottom: none;
}
.question .answer {
  display: none;
  transition: padding-top 200ms cubic-bezier(0.65, 0, 0.35, 1);
}
.question .answer p {
  max-width: 800px;
}
.question.open .answer {
  display: block;
  padding-top: 33px;
}
@media screen and (max-width: 767px) {
  .question.open .answer {
    padding-top: 16px;
  }
}
.question.open .toggle-question:after {
  transform: translate(0, -50%) rotate(180deg);
}
.question .toggle-question {
  font-family: "Karbon Slab Stencil";
  font-weight: bold;
  font-size: 20px;
  text-transform: uppercase;
  line-height: 0.8em;
}
@media screen and (max-width: 767px) {
  .question .toggle-question {
    font-size: 16px;
  }
}
.question .toggle-question {
  display: block;
  text-decoration: none;
  color: #000;
  width: 100%;
  position: relative;
}

.contact-intro .half {
  flex-direction: column;
  display: flex;
  justify-content: space-between;
}
.contact-intro .half h2 {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .contact-intro .half h2 {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .contact-intro .half > p {
    margin-top: 16px;
  }
}
@media screen and (max-width: 767px) {
  .contact-intro .half:last-child h2 {
    margin-bottom: 0;
  }
}
.contact-intro .half.contact-form .field:last-child {
  margin-bottom: 0;
}
.contact-intro .contact-submit {
  margin-top: 20px;
}

.page-multiday {
  padding-top: 110px;
}

.multiday-intro h1 {
  font-family: "Karbon Slab Stencil";
  font-weight: bold;
  font-size: 60px;
  text-transform: uppercase;
  line-height: 0.8em;
}
@media (max-width: 1025px) {
  .multiday-intro h1 {
    font-size: 36px;
  }
}
@media screen and (max-width: 767px) {
  .multiday-intro h1 {
    font-size: 25px;
  }
}
.multiday-intro h1 {
  margin-bottom: 40px;
}
.multiday-intro h2 {
  font-family: "Karbon Slab Stencil";
  font-weight: bold;
  font-size: 20px;
  text-transform: uppercase;
  line-height: 0.8em;
}
@media screen and (max-width: 767px) {
  .multiday-intro h2 {
    font-size: 16px;
  }
}
.multiday-intro h2 {
  margin-bottom: 14px;
}
.multiday-intro .half {
  font-size: 0;
}
.multiday-intro .fill-image {
  background-size: cover;
  background-position: center center;
  min-height: calc(100vh - 190px);
}
@media screen and (max-width: 767px) {
  .multiday-intro .fill-image {
    min-height: 128vw;
    margin-bottom: 0;
  }
}
.multiday-intro .intro-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.highlights {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.field.has-prefix {
  display: flex;
  flex-direction: row;
  align-items: center;
  border-bottom: 1px solid;
}
.field.has-prefix .field__prefix {
  padding-right: 10px;
}
.field.has-prefix input {
  border-bottom: none;
}

.has-icon {
  border-bottom: 1px solid;
}
.has-icon:after {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  background-position: center center;
  background-size: contain;
  position: absolute;
  background-repeat: no-repeat;
  top: 50%;
  transform: translate(0, -50%);
  right: 0;
  pointer-events: none;
}
.has-icon input, .has-icon select {
  border-bottom: none !important;
}

.has-arrow:after {
  background-image: url("../img/arrow-down.svg");
}

.has-arrow-white:after {
  background-image: url("../img/arrow-down-white.svg");
}

.has-big-arrow:after {
  width: 18px;
  height: 18px;
  background-image: url("../img/arrow-down.svg");
}
@media screen and (max-width: 767px) {
  .has-big-arrow:after {
    width: 15px;
    height: 15px;
  }
}

.has-search-icon:after {
  width: 18px;
  height: 18px;
  background-image: url("../img/icons/search.svg");
}

.info-bar {
  padding: 30px;
  background-color: #FFB700;
  text-align: left;
  position: relative;
}
@media screen and (max-width: 950px) {
  .info-bar {
    padding: 40px;
  }
}
.info-bar .btn {
  position: absolute;
  top: 15px;
  right: 15px;
}
@media screen and (max-width: 950px) {
  .info-bar .btn {
    position: static;
    width: 100%;
    text-align: center;
  }
}
.info-bar span {
  display: inline-block;
  margin-right: 20px;
  font-family: "TSTARPRO";
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 1px;
  line-height: 1em;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .info-bar span {
    font-size: 14px;
  }
}
.info-bar span {
  vertical-align: bottom;
}
@media screen and (max-width: 950px) {
  .info-bar span {
    display: block;
    margin-bottom: 16px;
  }
}
.info-bar span img {
  margin-right: 10px;
  width: 20px;
  display: inline-block;
  vertical-align: bottom;
}
@media screen and (max-width: 767px) {
  .info-bar span {
    position: relative;
    padding-left: 30px;
    margin-bottom: 24px;
  }
  .info-bar span img {
    position: absolute;
    left: 0px;
  }
}

.page-loader {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100dvh;
  z-index: 999999;
}
.page-loader .step-1, .page-loader .step-2 {
  position: absolute;
  top: 0px;
  left: 0px;
  transform: translate3d(0, 0, 0);
  width: 100%;
  height: 100%;
  transition: transform 500ms cubic-bezier(0.65, 0, 0.35, 1);
}
.page-loader .step-1 img, .page-loader .step-2 img {
  width: 50%;
  height: auto;
  max-width: 600px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.page-loader.loaded .step-1, .page-loader.loaded .step-2 {
  transform: translate3d(0, -100%, 0);
}
.page-loader.loaded {
  pointer-events: none;
}
.page-loader .step-1 {
  z-index: 9999999;
  background-color: #FFB700;
}
.page-loader .step-2 {
  z-index: 999999;
  background-color: #000;
  transition-delay: 500ms;
}

#lightbox .container {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.lightbox-wrapper.popup-content-wrapper.lightbox-wrapper {
  height: 100%;
  border: none;
}
.lightbox-wrapper.popup-content-wrapper.lightbox-wrapper .popup-content {
  width: 100%;
  height: 100%;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  cursor: zoom-in;
}

.dropdown-wrapper {
  padding: 20px 12px;
  display: inline-block;
  text-align: left;
}
.dropdown-wrapper .toggle-dropdown {
  display: block;
}
.dropdown-wrapper ul {
  list-style-type: none;
  display: none;
}
.dropdown-wrapper ul li {
  text-align: left;
}
.dropdown-wrapper ul li:last-child {
  margin-bottom: 0;
}
.dropdown-wrapper ul li a {
  padding: 0.5em 0;
  display: block;
  color: #C0C0C0;
}
.dropdown-wrapper.open {
  background-color: #FFF;
}
.dropdown-wrapper.open .toggle-dropdown {
  color: #000;
  margin-bottom: 1em;
}
.dropdown-wrapper.open .toggle-dropdown:after {
  transform: rotate(180deg);
  background-image: url("../img/arrow-down.svg");
}
.dropdown-wrapper.open ul.dropdown {
  display: inline-block;
}

.page-agenda .agenda-list {
  margin-top: -80px;
  position: relative;
  z-index: 3;
}

.badge {
  position: absolute;
  top: 0;
  left: 0;
}
.badge span {
  position: absolute;
  top: 35%;
  left: 35%;
  transform: translate(-50%, -50%) rotate(-45deg);
  font-family: "Karbon Slab Stencil";
  font-weight: bold;
  font-size: 16px;
  text-transform: uppercase;
  line-height: 0.8em;
}
@media screen and (max-width: 767px) {
  .badge span {
    font-size: 14px;
  }
}
.badge.badge--black svg path {
  fill: #000;
}
.badge.badge--black {
  color: #FFB700;
}
.badge.badge--yellow svg path {
  fill: #FFB700;
}
.badge.badge--yellow {
  color: #000;
}

.ask-patrick {
  margin-top: 150px;
}
.ask-patrick p {
  color: #FFF;
  font-family: "TSTARPRO";
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 1px;
  line-height: 1em;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .ask-patrick p {
    font-size: 14px;
  }
}
.ask-patrick .btn {
  margin-left: 1em;
}
@media screen and (max-width: 767px) {
  .ask-patrick {
    margin-top: 25px;
  }
}

.popover {
  position: fixed;
  top: -100vh;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
}
.popover.open {
  top: 0;
}
.popover.open .popover__overlay {
  opacity: 1;
  width: 100%;
  height: 100%;
}
.popover.open .popover__content {
  display: flex;
  transform: translate(0, 0);
}
.popover {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 80px;
}
@media screen and (max-width: 1280px) {
  .popover {
    padding: 25px;
  }
}

.popover__content {
  max-width: 800px;
  display: flex;
  flex-direction: row;
  z-index: 9999;
  width: 100%;
  position: relative;
  transform: translate(0, -100vh);
  transition: transform 400ms ease;
}
.popover__content .close {
  background-color: transparent;
  border: none;
  position: absolute;
  width: 50px;
  right: 30px;
  top: 30px;
  cursor: pointer;
  z-index: 9999999;
}
.popover__content .popover__image {
  width: 50%;
  background-size: cover;
  background-position: center center;
}
@media screen and (max-width: 767px) {
  .popover__content .popover__image {
    display: none;
  }
}
.popover__content .popover__text-content {
  width: 50%;
  background-color: #FFB700;
  padding: 60px 48px;
  position: relative;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .popover__content .popover__text-content {
    width: 100%;
  }
}
.popover__content .popover__text-content .btn {
  margin-top: 80px;
}
.popover__content .popover__title {
  font-family: "Karbon Slab Stencil";
  font-weight: bold;
  font-size: 36px;
  text-transform: uppercase;
  line-height: 0.8em;
}
@media screen and (max-width: 1025px) {
  .popover__content .popover__title {
    font-size: 26px;
  }
}
@media screen and (max-width: 767px) {
  .popover__content .popover__title {
    font-size: 25px;
  }
}
.popover__content .popover__title {
  margin-bottom: 40px;
}
.popover__content .icon {
  margin-bottom: 80px;
  flex-grow: 0;
  height: 120px;
}

.popover__overlay {
  transition: opacity 600ms ease-in-out;
  z-index: 99;
  background-color: rgba(0, 0, 0, 0.55);
  opacity: 0;
  position: absolute;
  width: 0;
  height: 0;
  left: 0;
  top: 0;
}

.article-card {
  position: relative;
  background-color: #FFB700;
  font-size: 0;
}
.article-card .card-image {
  background-color: #000;
  opacity: 1;
  transition: opacity 400ms cubic-bezier(0.65, 0, 0.35, 1);
}
.article-card .card-image img {
  opacity: 0.66;
}
.article-card .card-content {
  position: absolute;
  z-index: 2;
  top: 0px;
  width: 100%;
  height: 100%;
  color: #FFF;
  transition: color 400ms cubic-bezier(0.65, 0, 0.35, 1);
  padding: 30px;
}
.article-card .card-content h5 {
  font-family: "TSTARPRO";
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 1px;
  line-height: 1em;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .article-card .card-content h5 {
    font-size: 14px;
  }
}
.article-card .card-content h5 {
  margin-bottom: 20px;
}
.article-card .card-content h4 {
  font-family: "Karbon Slab Stencil";
  font-weight: bold;
  font-size: 28px;
  text-transform: uppercase;
  line-height: 0.8em;
}
@media screen and (max-width: 767px) {
  .article-card .card-content h4 {
    font-size: 24px;
  }
}
.article-card .read-more {
  position: absolute;
  bottom: 30px;
  left: 30px;
  color: inherit;
}
.article-card:hover .card-image {
  opacity: 0;
}
.article-card:hover .card-content {
  color: #000;
}

.product-card {
  display: inline-block;
  text-decoration: none;
  color: #000;
}
.product-card .relative {
  width: 100%;
  margin-bottom: 10px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.product-card:hover img {
  transform: scale(1.02, 1.02);
}
.product-card img {
  margin-bottom: 40px;
  display: inline-block;
  transition: transform 300ms cubic-bezier(0.65, 0, 0.35, 1);
  width: 100%;
}
.product-card h4 {
  font-family: "Karbon Slab Stencil";
  font-weight: bold;
  font-size: 28px;
  text-transform: uppercase;
  line-height: 0.8em;
}
@media screen and (max-width: 767px) {
  .product-card h4 {
    font-size: 24px;
  }
}
.product-card h4 {
  display: inline-block;
}
.product-card h6 {
  display: inline-block;
  font-family: "TSTARPRO";
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 1px;
  line-height: 1em;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .product-card h6 {
    font-size: 14px;
  }
}
.product-card h6 {
  width: 100%;
}

.tour-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-align: center;
  position: relative;
  margin-top: 40px;
  padding: 40px;
  padding-top: 80px;
  background-color: #FFB700;
}
@media screen and (max-width: 1025px) {
  .tour-card {
    padding: 30px;
    padding-top: 60px;
  }
}
@media screen and (max-width: 767px) {
  .tour-card {
    padding: 20px;
    padding-top: 40px;
    padding-bottom: 40px;
    margin-top: 0;
  }
  .tour-card .badge svg {
    width: 80px !important;
    height: 80px !important;
  }
  .tour-card.popular {
    margin-top: 50px;
  }
}
.tour-card .tour__name, .tour-card .tour__name h2 {
  font-family: "budmojiggler", sans-serif;
  font-weight: normal;
  font-size: 60px;
  line-height: 0.9em;
}
@media screen and (max-width: 1280px) {
  .tour-card .tour__name, .tour-card .tour__name h2 {
    font-size: 60px;
  }
}
.tour-card .tour__name, .tour-card .tour__name h2 {
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .tour-card .tour__name, .tour-card .tour__name h2 {
    margin-bottom: 40px;
  }
}
.tour-card .most-popular {
  display: block;
  font-family: "Karbon Slab Stencil";
  font-weight: bold;
  font-size: 36px;
  text-transform: uppercase;
  line-height: 0.8em;
}
@media screen and (max-width: 1025px) {
  .tour-card .most-popular {
    font-size: 26px;
  }
}
@media screen and (max-width: 767px) {
  .tour-card .most-popular {
    font-size: 25px;
  }
}
.tour-card .most-popular {
  padding: 17px 0px 14px;
  text-align: center;
  position: absolute;
  top: 0px;
  transform: translate(0, -100%);
  color: #FFB700;
  background-color: #000;
  width: 100%;
  left: 0px;
}
.tour-card .title-wrapper {
  margin-bottom: 40px;
}
@media screen and (max-width: 1025px) {
  .tour-card .title-wrapper {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .tour-card .title-wrapper {
    margin-bottom: 20px;
  }
}
.tour-card .title-wrapper h3 {
  max-width: 7em;
  margin: 0 auto;
}
.tour-card .price {
  font-family: "Karbon Slab Stencil";
  font-weight: bold;
  font-size: 36px;
  text-transform: uppercase;
  line-height: 0.8em;
}
@media screen and (max-width: 1025px) {
  .tour-card .price {
    font-size: 26px;
  }
}
@media screen and (max-width: 767px) {
  .tour-card .price {
    font-size: 25px;
  }
}
.tour-card .price {
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .tour-card .price {
    margin-bottom: 20px;
  }
}
.tour-card .description-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .tour-card .description-wrapper {
    margin-bottom: 20px;
  }
}
.tour-card .btn-holder {
  margin: 80px auto 40px;
}
@media screen and (max-width: 1025px) {
  .tour-card .btn-holder {
    margin: 60px auto 30px;
  }
}
@media screen and (max-width: 767px) {
  .tour-card .btn-holder {
    margin: 40px auto 20px;
  }
}
.tour-card .btn {
  color: #FFF;
  width: 100%;
}
.tour-card .icon {
  height: 90px;
  width: auto;
  margin-bottom: 50px;
  margin-top: 20px;
}
@media screen and (max-width: 1025px) {
  .tour-card .icon {
    height: 90px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .tour-card .icon {
    margin-bottom: 20px;
    margin-top: 10px;
  }
}

.highlight-card img {
  margin-bottom: 40px;
}
.highlight-card h3 {
  font-family: "Karbon Slab Stencil";
  font-weight: bold;
  font-size: 20px;
  text-transform: uppercase;
  line-height: 0.8em;
}
@media screen and (max-width: 767px) {
  .highlight-card h3 {
    font-size: 16px;
  }
}
.highlight-card h3 {
  margin-bottom: 14px;
}
.highlight-card p {
  margin-bottom: 14px;
}
.highlight-card p:last-child {
  margin-bottom: 0;
}
.highlight-card:last-child {
  margin-bottom: 0;
}

.multiday-card {
  position: relative;
  display: inline-block;
  cursor: pointer;
  background-color: #000;
  font-size: 0;
  transition: background-color 400ms cubic-bezier(0.65, 0, 0.35, 1);
}
.multiday-card .content {
  position: absolute;
  top: 50%;
  left: 0px;
  width: 100%;
  height: 50%;
  text-align: center;
}
@media screen and (max-width: 1280px) and (min-width: 767px) {
  .multiday-card .content {
    height: 100%;
    padding: 20px;
    top: 0px;
  }
}
.multiday-card:hover {
  background-color: #FFB700;
}
.multiday-card:hover img {
  opacity: 0;
}
.multiday-card:hover .hover-show {
  opacity: 1;
}
.multiday-card:hover h3 {
  color: #000;
}
.multiday-card:hover .read-more {
  color: #000;
}
.multiday-card img {
  opacity: 0.66;
  transition: opacity 400ms cubic-bezier(0.65, 0, 0.35, 1);
}
.multiday-card .hover-show {
  position: absolute;
  top: 45%;
  transform: translate(-50%, -50%);
  left: 50%;
  opacity: 0;
  transition: opacity 400ms cubic-bezier(0.65, 0, 0.35, 1);
  width: 80%;
  max-width: 280px;
}
@media screen and (max-width: 1280px) and (min-width: 767px) {
  .multiday-card .hover-show {
    top: 60%;
  }
}
@media screen and (max-width: 1280px) and (min-width: 767px) {
  .multiday-card .hover-show.icon {
    display: none;
  }
}
.multiday-card .hover-show.icon {
  top: -55%;
  height: 90px;
}
.multiday-card h3 {
  font-family: "Karbon Slab Stencil";
  font-weight: bold;
  font-size: 36px;
  text-transform: uppercase;
  line-height: 0.8em;
}
@media screen and (max-width: 1025px) {
  .multiday-card h3 {
    font-size: 26px;
  }
}
@media screen and (max-width: 767px) {
  .multiday-card h3 {
    font-size: 25px;
  }
}
.multiday-card h3 {
  width: 80%;
  color: #FFF;
  margin: 0 auto 40px;
  transform: translate(0, -50%);
  transition: color 400ms cubic-bezier(0.65, 0, 0.35, 1);
}
@media screen and (max-width: 1280px) and (min-width: 767px) {
  .multiday-card h3 {
    transform: none;
    margin-top: 30px;
    width: 100%;
  }
}
.multiday-card .read-more {
  position: absolute;
  bottom: 40px;
  color: #FFF;
  left: 50%;
  transform: translate(-50%, 0);
}
@media screen and (max-width: 1280px) and (min-width: 767px) {
  .multiday-card .read-more {
    bottom: 20px;
  }
}

.experience-card {
  position: relative;
  display: block;
  cursor: pointer;
  background-color: #000;
  font-size: 0;
  transition: background-color 400ms cubic-bezier(0.65, 0, 0.35, 1);
  flex-shrink: 1;
  aspect-ratio: 1.45;
}
.experience-card .card-image {
  position: absolute;
  top: 0;
  left: 0px;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
}
.experience-card .content {
  position: absolute;
  top: 50%;
  left: 0px;
  width: 100%;
  height: 50%;
  text-align: center;
}
@media screen and (max-width: 1280px) and (min-width: 767px) {
  .experience-card .content {
    height: 100%;
    padding: 20px;
    top: 0px;
  }
}
.experience-card:hover {
  background-color: #FFB700;
}
.experience-card:hover .card-image {
  opacity: 0;
}
.experience-card:hover .hover-show {
  opacity: 1;
}
.experience-card:hover h3 {
  color: #000;
}
.experience-card:hover .read-more {
  color: #000;
}
.experience-card img {
  opacity: 0.66;
  transition: opacity 400ms cubic-bezier(0.65, 0, 0.35, 1);
}
.experience-card .hover-show {
  position: absolute;
  top: 45%;
  transform: translate(-50%, -50%);
  left: 50%;
  opacity: 0;
  transition: opacity 400ms cubic-bezier(0.65, 0, 0.35, 1);
  width: 80%;
  max-width: 280px;
}
@media screen and (max-width: 1280px) and (min-width: 767px) {
  .experience-card .hover-show {
    top: 60%;
  }
}
@media screen and (max-width: 1280px) and (min-width: 767px) {
  .experience-card .hover-show.icon {
    display: none;
  }
}
.experience-card .hover-show.icon {
  top: -55%;
  width: auto;
  height: 120px;
}
.experience-card h3 {
  font-family: "Karbon Slab Stencil";
  font-weight: bold;
  font-size: 60px;
  text-transform: uppercase;
  line-height: 0.8em;
}
@media (max-width: 1025px) {
  .experience-card h3 {
    font-size: 36px;
  }
}
@media screen and (max-width: 767px) {
  .experience-card h3 {
    font-size: 25px;
  }
}
.experience-card h3 {
  width: 80%;
  color: #FFF;
  margin: 0 auto 40px;
  transform: translate(0, -50%);
  transition: color 400ms cubic-bezier(0.65, 0, 0.35, 1);
}
@media screen and (max-width: 1280px) and (min-width: 767px) {
  .experience-card h3 {
    transform: none;
    margin-top: 30px;
    width: 100%;
  }
}
.experience-card .read-more {
  position: absolute;
  bottom: 40px;
  color: #FFF;
  left: 50%;
  transform: translate(-50%, 0);
}
@media screen and (max-width: 1280px) and (min-width: 767px) {
  .experience-card .read-more {
    bottom: 20px;
  }
}

.horizontal-card {
  display: flex;
  flex-direction: row;
  position: relative;
  top: -50px;
  z-index: 99;
  justify-content: flex-end;
  width: 100%;
  align-items: stretch;
  padding-bottom: 80px;
  padding-top: 80px;
  border-bottom: 1px solid #000;
}
.horizontal-card h4 {
  font-family: "Karbon Slab Stencil";
  font-weight: bold;
  font-size: 28px;
  text-transform: uppercase;
  line-height: 0.8em;
}
@media screen and (max-width: 767px) {
  .horizontal-card h4 {
    font-size: 24px;
  }
}
.horizontal-card h4 {
  margin-bottom: 16px;
}
.horizontal-card p {
  margin-bottom: 1em;
}
.horizontal-card .card-content {
  padding: 0 32px;
  width: 60%;
  flex-grow: 0;
}
.horizontal-card .card-image {
  width: 40%;
  background-position: center center;
  background-size: cover;
  background-color: #FFB700;
}
.horizontal-card .btn {
  margin-top: 100px;
}
@media screen and (max-width: 767px) {
  .horizontal-card .btn {
    width: 100%;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .horizontal-card {
    flex-direction: column;
    padding-bottom: 32px;
    padding-top: 32px;
  }
  .horizontal-card .card-image {
    width: 100%;
    padding-bottom: 50%;
  }
  .horizontal-card .card-content {
    width: 100%;
    padding: 0;
    padding-top: 32px;
  }
  .horizontal-card .btn {
    margin-top: 32px;
  }
}
.horizontal-card:last-child {
  border-bottom: none;
}

.activity-card {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: stretch;
  width: 100%;
  box-shadow: 0px 10px 50px 0px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 767px) {
  .activity-card {
    flex-direction: column;
  }
}
.activity-card .card-image {
  width: 25%;
  aspect-ratio: 1.33;
  flex-shrink: 0;
  background-size: cover;
  background-position: center center;
  position: relative;
}
@media screen and (max-width: 767px) {
  .activity-card .card-image {
    width: 100%;
    aspect-ratio: 1.25;
  }
}
.activity-card .card-image__logo {
  width: 40%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.activity-card .card-date {
  display: flex;
  flex-direction: column;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .activity-card .card-date {
    position: absolute;
    top: 0;
    left: 25px;
    width: 64px;
  }
}
.activity-card .card-date .card-date__day {
  background-color: #FFB700;
  font-family: "Karbon Slab Stencil";
  font-weight: bold;
  font-size: 28px;
  text-transform: uppercase;
  line-height: 0.8em;
}
@media screen and (max-width: 767px) {
  .activity-card .card-date .card-date__day {
    font-size: 24px;
  }
}
.activity-card .card-date .card-date__day {
  flex-grow: 1;
  padding: 25px;
  font-size: 60px;
  line-height: 1em;
  padding-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .activity-card .card-date .card-date__day {
    font-size: 45px;
    padding: 10px;
    padding-bottom: 0px;
  }
}
.activity-card .card-date .card-date__month {
  background-color: #000;
  font-family: "TSTARPRO";
  font-size: 16px;
  font-weight: 800;
  letter-spacing: 1px;
  line-height: 1em;
  text-transform: uppercase;
}
@media (max-width: 950px) {
  .activity-card .card-date .card-date__month {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .activity-card .card-date .card-date__month {
    font-size: 16px;
  }
}
.activity-card .card-date .card-date__month {
  color: #FFF;
  padding: 20px;
}
@media screen and (max-width: 767px) {
  .activity-card .card-date .card-date__month {
    padding: 10px;
  }
}
.activity-card h4 {
  font-family: "Karbon Slab Stencil";
  font-weight: bold;
  font-size: 36px;
  text-transform: uppercase;
  line-height: 0.8em;
}
@media screen and (max-width: 1280px) {
  .activity-card h4 {
    font-size: 26px;
  }
}
@media screen and (max-width: 767px) {
  .activity-card h4 {
    font-size: 16px;
  }
}
.activity-card h4 {
  margin-bottom: 30px;
}
.activity-card .btn {
  margin-top: 0;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .activity-card .btn {
    width: 100%;
    text-align: center;
  }
}
.activity-card .card-content {
  background-color: #FFF;
  padding: 40px;
  display: flex;
  flex-direction: row;
  gap: 40px;
  align-items: flex-start;
  flex-grow: 1;
}
.activity-card .card-content .card-text {
  flex-grow: 1;
}
.activity-card .card-content .card-text p {
  max-width: 500px;
}
@media screen and (max-width: 767px) {
  .activity-card .card-content {
    flex-direction: column;
    align-items: center;
    gap: 25px;
    padding: 30px 20px;
  }
}
.activity-card h5 {
  font-family: "TSTARPRO";
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 1px;
  line-height: 1em;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .activity-card h5 {
    font-size: 14px;
  }
}
.activity-card h5 {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .activity-card.activity-card--date {
    position: relative;
  }
  .activity-card.activity-card--date .card--title {
    padding-top: 0;
    padding-left: 100px;
    min-height: 60px;
    padding-bottom: 25px;
    line-height: 0.8em;
    width: 100%;
  }
}
.activity-card.activity-card--date h5 {
  margin-bottom: 0;
}
.activity-card.activity-card--date .card-content {
  align-items: center;
}

.card-list .activity-card {
  margin-bottom: 40px;
}

.block {
  margin-top: 80px;
}
@media screen and (max-width: 1025px) {
  .block {
    margin-top: 60px;
  }
}
@media screen and (max-width: 767px) {
  .block {
    margin-top: 40px;
  }
}

.faq-block .block-title {
  margin-bottom: 0px;
}

.block-title {
  position: relative;
  padding-top: 40px;
  padding-bottom: 35px;
  border-top: 2px solid #000;
  border-bottom: 1px solid #000;
  margin-bottom: 80px;
}
.block-title h3 {
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .block-title.has-cta h3 {
    max-width: 100%;
    padding-right: 120px;
  }
}
@media screen and (max-width: 1025px) {
  .block-title {
    padding-top: 25px;
    padding-bottom: 20px;
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 767px) {
  .block-title {
    padding-top: 17px;
    padding-bottom: 13px;
    margin-bottom: 40px;
  }
}
.block-title .read-more {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
  padding-bottom: 0;
  border: none;
  z-index: 5;
}
.block-title .read-more:hover {
  padding-bottom: 5px;
  border-bottom: 1px solid;
}

.logos {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 1025px) {
  .logos {
    flex-wrap: wrap;
  }
}
.logos img {
  height: 45px;
  width: auto;
  display: inline-block;
  margin: 0px 10px;
  opacity: 0.33;
  filter: grayscale(100%);
  vertical-align: middle;
}
@media screen and (max-width: 1280px) {
  .logos img {
    height: 35px;
  }
}
@media screen and (max-width: 1025px) {
  .logos img {
    height: 25px;
  }
}
@media screen and (max-width: 767px) {
  .logos img {
    margin: 20px;
    height: auto;
    width: 100px;
  }
}

.about-block .quote {
  padding: 40px;
  background-color: #FFB700;
  margin: 80px 0px;
  margin-right: -16%;
  position: relative;
  left: 100px;
}
@media screen and (max-width: 767px) {
  .about-block .quote {
    display: none;
  }
}
.about-block .quote p {
  font-family: "Karbon Slab Stencil";
  font-weight: bold;
  font-size: 60px;
  text-transform: uppercase;
  line-height: 0.8em;
}
@media (max-width: 1025px) {
  .about-block .quote p {
    font-size: 36px;
  }
}
@media screen and (max-width: 767px) {
  .about-block .quote p {
    font-size: 25px;
  }
}

.text-video-block .half {
  position: relative;
}
.text-video-block .text-video-block__text {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.text-video-block .text-video-block__cta {
  margin-top: 50px;
}
.text-video-block .row h3 {
  margin-bottom: 30px;
}

.video-block, .text-video-block, .map-block {
  position: relative;
}
.video-block .embed-container, .text-video-block .embed-container, .map-block .embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  z-index: 1;
}
.video-block .embed-container iframe, .video-block .embed-container object, .video-block .embed-container embed, .text-video-block .embed-container iframe, .text-video-block .embed-container object, .text-video-block .embed-container embed, .map-block .embed-container iframe, .map-block .embed-container object, .map-block .embed-container embed {
  border: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.video-block .video-overlay, .text-video-block .video-overlay, .map-block .video-overlay {
  background-color: #000;
  opacity: 1;
  transition: opacity 500ms cubic-bezier(0.65, 0, 0.35, 1);
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 3;
  width: 100%;
  height: 100%;
}
.video-block .video-overlay .image, .text-video-block .video-overlay .image, .map-block .video-overlay .image {
  background-position: center center;
  background-size: cover;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0.66;
}
.video-block .video-overlay .overlay-content, .text-video-block .video-overlay .overlay-content, .map-block .video-overlay .overlay-content {
  position: absolute;
  top: 50%;
  z-index: 2;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.video-block .video-overlay .overlay-content h2, .text-video-block .video-overlay .overlay-content h2, .map-block .video-overlay .overlay-content h2 {
  color: #FFF;
  font-family: "Karbon Slab Stencil";
  font-weight: bold;
  font-size: 60px;
  text-transform: uppercase;
  line-height: 0.8em;
}
@media (max-width: 1025px) {
  .video-block .video-overlay .overlay-content h2, .text-video-block .video-overlay .overlay-content h2, .map-block .video-overlay .overlay-content h2 {
    font-size: 36px;
  }
}
@media screen and (max-width: 767px) {
  .video-block .video-overlay .overlay-content h2, .text-video-block .video-overlay .overlay-content h2, .map-block .video-overlay .overlay-content h2 {
    font-size: 25px;
  }
}
.video-block .video-overlay .overlay-content h2, .text-video-block .video-overlay .overlay-content h2, .map-block .video-overlay .overlay-content h2 {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .video-block .video-overlay .overlay-content h2, .text-video-block .video-overlay .overlay-content h2, .map-block .video-overlay .overlay-content h2 {
    display: none;
  }
}
.video-block .video-overlay.remove, .text-video-block .video-overlay.remove, .map-block .video-overlay.remove {
  opacity: 0;
  pointer-events: none;
}

.copyright {
  font-family: "TSTARPRO";
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 1px;
  line-height: 1em;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .copyright {
    font-size: 14px;
  }
}
.copyright {
  margin-top: 10px;
}

.text-block {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.text-block .block-title {
  padding: 0;
  margin-bottom: 20px;
  border: none;
}
.text-block .block-title h3 {
  font-family: "Karbon Slab Stencil";
  font-weight: bold;
  font-size: 20px;
  text-transform: uppercase;
  line-height: 0.8em;
}
@media screen and (max-width: 767px) {
  .text-block .block-title h3 {
    font-size: 16px;
  }
}

.contact-block .yellow {
  background-color: #FFB700;
  padding: 40px;
}
.contact-block .yellow .content {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}
.contact-block .yellow .logo {
  height: 40px;
  width: auto;
}
@media screen and (max-width: 767px) {
  .contact-block .yellow .logo {
    margin-bottom: 40px;
  }
}
.contact-block .yellow a {
  color: #000;
}
.contact-block .half:first-child {
  font-size: 0px;
  margin-right: 0;
}
.contact-block .half:first-child.square {
  position: relative;
  width: 50%;
  padding-bottom: 50%;
}
@media screen and (max-width: 767px) {
  .contact-block .half:first-child.square {
    width: 100%;
    padding-bottom: 100%;
  }
}
.contact-block .half:first-child.fill-image {
  background-size: cover;
  background-position: center center;
}
@media screen and (max-width: 767px) {
  .contact-block .half:first-child {
    margin-bottom: 0;
  }
}

.schedule-block .block-title {
  margin-bottom: 0;
}

.block-title.block-title--with-subtitle {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.block-title.block-title--with-subtitle h4 {
  font-family: "TSTARPRO";
  font-size: 16px;
  font-weight: 800;
  letter-spacing: 1px;
  line-height: 1em;
  text-transform: uppercase;
}
@media (max-width: 950px) {
  .block-title.block-title--with-subtitle h4 {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .block-title.block-title--with-subtitle h4 {
    font-size: 16px;
  }
}

.practical-block .info-block {
  background-color: #000;
  color: #FFF;
  padding: 40px;
  position: sticky;
  left: 0px;
  top: 100px;
}
.practical-block .info-block span {
  display: block;
  margin-bottom: 12px;
  vertical-align: middle;
  font-family: "TSTARPRO";
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 1px;
  line-height: 1em;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .practical-block .info-block span {
    font-size: 14px;
  }
}
.practical-block .info-block span img {
  width: 20px;
  margin-right: 10px;
  vertical-align: middle;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .practical-block .info-block span {
    position: relative;
    padding-left: 30px;
    margin-bottom: 24px;
  }
  .practical-block .info-block span img {
    position: absolute;
    left: 0px;
  }
}
.practical-block .info-block h4 {
  font-family: "Karbon Slab Stencil";
  font-weight: bold;
  font-size: 36px;
  text-transform: uppercase;
  line-height: 0.8em;
}
@media screen and (max-width: 1025px) {
  .practical-block .info-block h4 {
    font-size: 26px;
  }
}
@media screen and (max-width: 767px) {
  .practical-block .info-block h4 {
    font-size: 25px;
  }
}
.practical-block .info-block h4 {
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #FFF;
}
.practical-block .info-block .btn {
  margin-top: 40px;
  width: 100%;
}
.practical-block .info-block .read-more {
  color: #FFF;
  display: inline-block;
  margin-top: 20px;
}
.practical-block h4 {
  font-family: "Karbon Slab Stencil";
  font-weight: bold;
  font-size: 20px;
  text-transform: uppercase;
  line-height: 0.8em;
}
@media screen and (max-width: 767px) {
  .practical-block h4 {
    font-size: 16px;
  }
}
.practical-block h4 {
  margin-bottom: 14px;
  margin-top: 36px;
}
.practical-block h4:first-child {
  margin-top: 0;
}

.experiences {
  display: grid;
  gap: 32px;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
}
@media screen and (max-width: 767px) {
  .experiences {
    grid-template-columns: 1fr;
  }
}

.stats-block {
  background-color: #FFB700;
  padding: 80px 0;
}
@media screen and (max-width: 1280px) {
  .stats-block {
    padding: 40px 0;
  }
}
.stats-block .stats {
  display: flex;
  flex-direction: row;
  margin-top: 80px;
}
@media screen and (max-width: 1280px) {
  .stats-block .stats {
    flex-direction: column;
    margin-top: 0px;
  }
}
.stats-block .stats .stats__item {
  border-right: 1px solid #000;
  padding: 40px;
  padding-top: 0;
  text-align: center;
}
@media screen and (max-width: 1280px) {
  .stats-block .stats .stats__item {
    border-right: none;
    border-bottom: 1px solid #000;
    padding-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .stats-block .stats .stats__item {
    padding: 32px;
  }
}
.stats-block .stats .stats__item:last-child {
  border-right: none;
  border-bottom: none;
}
.stats-block .stats .stats__item h3, .stats-block .stats .stats__item h4 {
  margin-bottom: 80px;
}
@media screen and (max-width: 1280px) {
  .stats-block .stats .stats__item h3, .stats-block .stats .stats__item h4 {
    margin-bottom: 20px;
  }
}
.stats-block .stats .stats__item h3 {
  font-family: "Karbon Slab Stencil";
  font-weight: bold;
  font-size: 160px;
  text-transform: uppercase;
  line-height: 0.8em;
}
@media screen and (max-width: 1280px) {
  .stats-block .stats .stats__item h3 {
    font-size: 120px;
  }
}
@media screen and (max-width: 767px) {
  .stats-block .stats .stats__item h3 {
    font-size: 90px;
  }
}
.stats-block .stats .stats__item h4 {
  font-family: "Karbon Slab Stencil";
  font-weight: bold;
  font-size: 36px;
  text-transform: uppercase;
  line-height: 0.8em;
}
@media screen and (max-width: 1025px) {
  .stats-block .stats .stats__item h4 {
    font-size: 26px;
  }
}
@media screen and (max-width: 767px) {
  .stats-block .stats .stats__item h4 {
    font-size: 25px;
  }
}

.testimonial__names {
  width: 100%;
  overflow: hidden;
}
.testimonial__names .testimonial__row {
  white-space: nowrap;
  position: relative;
}
.testimonial__names .testimonial__row .testimonial__item {
  display: inline-flex;
  flex-direction: row;
  gap: 30px;
  padding-right: 30px;
  align-items: center;
}
.testimonial__names .testimonial__row .testimonial__item span {
  font-family: "Karbon Slab Stencil";
  font-weight: bold;
  font-size: 90px;
  text-transform: uppercase;
  line-height: 0.7em;
}
@media screen and (max-width: 767px) {
  .testimonial__names .testimonial__row .testimonial__item span {
    font-size: 40px;
  }
}
@media screen and (max-width: 767px) {
  .testimonial__names .testimonial__row .testimonial__item {
    gap: 16px;
    padding-right: 16px;
  }
}
.testimonial__names .testimonial__row .testimonial__name {
  position: relative;
  top: 0.15em;
}
.testimonial__names .testimonial__row .testimonial__avatar {
  width: 100px;
  height: 100px;
  background-size: cover;
  border-radius: 50px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .testimonial__names .testimonial__row .testimonial__avatar {
    width: 45px;
    height: 45px;
  }
}
.testimonial__names .testimonial__row:nth-child(1) {
  left: -300px;
  animation: crawl 50s ease-in-out infinite;
}
.testimonial__names .testimonial__row:nth-child(2) {
  left: -120px;
  animation: crawl-reverse 45s ease-in-out infinite;
}
.testimonial__names .testimonial__row:nth-child(3) {
  left: -420px;
  animation: crawl 48s ease-in-out infinite;
}
.testimonial__names .testimonial__row:nth-child(4) {
  left: -600px;
  animation: crawl-reverse 52s ease-in-out infinite;
}

.review {
  box-shadow: 0px 10px 50px 0px rgba(0, 0, 0, 0.1);
  padding: 30px;
  height: 100%;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .review {
    width: calc(100vw - 50px);
  }
}
.review img {
  flex-grow: 0;
}
.review .review__name, .review .review__stars, .review .review__content {
  margin-bottom: 30px;
}
.review .review__name {
  display: flex;
  flex-direction: row;
  gap: 20px;
  align-items: center;
}
.review .review__name span {
  font-family: "TSTARPRO";
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 1px;
  line-height: 1em;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .review .review__name span {
    font-size: 14px;
  }
}
.review .review__name .review__initial {
  font-family: "TSTARPRO";
  font-size: 16px;
  font-weight: 800;
  letter-spacing: 1px;
  line-height: 1em;
  text-transform: uppercase;
}
@media (max-width: 950px) {
  .review .review__name .review__initial {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .review .review__name .review__initial {
    font-size: 16px;
  }
}
.review .review__name .review__initial {
  width: 50px;
  height: 50px;
  background-color: #FFB700;
  display: inline-block;
  text-align: center;
  line-height: 50px !important;
  vertical-align: middle;
  border-radius: 25px;
}
.review .review__logo {
  margin-top: 40px;
  height: 30px;
  width: auto;
}

.glide__slides {
  padding: 80px 0;
  align-items: stretch;
}

.glide__slide {
  height: auto;
}

.glide__arrow {
  background-color: #FFF;
  color: #000;
  width: 50px;
  height: 50px;
  border-radius: 25px;
  transition: transform 400ms ease-in-out;
}
.glide__arrow:hover {
  transform: scale(1.05, 1.05) translate(0, -50%);
}
.glide__arrow.glide__arrow--left {
  left: 75px;
}
@media screen and (max-width: 767px) {
  .glide__arrow.glide__arrow--left {
    left: 20px;
  }
}
.glide__arrow.glide__arrow--right {
  right: 75px;
}
@media screen and (max-width: 767px) {
  .glide__arrow.glide__arrow--right {
    right: 20px;
  }
}

.timeline {
  padding: 0 100px;
  display: flex;
  flex-direction: column;
  position: relative;
}
@media screen and (max-width: 1280px) {
  .timeline {
    padding: 0;
  }
}
.timeline .timeline__line {
  position: absolute;
  z-index: 1;
  left: 50%;
  transform: translate(-50%, 0);
  height: 100%;
  width: 1px;
  background-color: #000000;
}
@media screen and (max-width: 1280px) {
  .timeline .timeline__line {
    left: 8px;
  }
}
.timeline .timeline__item {
  margin-top: 80px;
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
@media screen and (max-width: 1280px) {
  .timeline .timeline__item {
    padding-left: 32px;
    flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .timeline .timeline__item {
    margin-top: 24px;
  }
}
.timeline .timeline__sticky-wrapper {
  width: 50%;
  position: relative;
  padding-top: 80px;
}
@media screen and (max-width: 1280px) {
  .timeline .timeline__sticky-wrapper {
    padding-top: 0;
  }
}
.timeline .timeline__sticky {
  position: sticky;
  top: 80px;
}
@media screen and (max-width: 1280px) {
  .timeline .timeline__sticky {
    position: static;
  }
}
.timeline .timeline__item__dot {
  position: absolute;
  right: 0px;
  transform: translate(50%, 0);
  top: 0px;
}
@media screen and (max-width: 1280px) {
  .timeline .timeline__item__dot {
    right: auto;
    left: -24px;
    transform: translate(-50%, 0);
  }
}
.timeline .timeline__item__content {
  max-width: 35%;
  font-size: 0;
  opacity: 0.3;
  transition: opacity 600ms ease-in-out;
}
@media screen and (max-width: 1280px) {
  .timeline .timeline__item__content {
    width: 100%;
    max-width: none;
  }
}
.timeline .in-view .timeline__item__content {
  opacity: 1;
}
.timeline .timeline__item__year {
  font-family: "Karbon Slab Stencil";
  font-weight: bold;
  font-size: 160px;
  text-transform: uppercase;
  line-height: 0.8em;
}
@media screen and (max-width: 1280px) {
  .timeline .timeline__item__year {
    font-size: 120px;
  }
}
@media screen and (max-width: 767px) {
  .timeline .timeline__item__year {
    font-size: 90px;
  }
}
.timeline .timeline__item__year {
  position: sticky;
  top: 10vh;
  left: 0;
}
@media screen and (max-width: 1280px) {
  .timeline .timeline__item__year {
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 767px) {
  .timeline .timeline__item__year {
    margin-bottom: 16px;
  }
}
.timeline .timeline__item__title {
  font-family: "Karbon Slab Stencil";
  font-weight: bold;
  font-size: 36px;
  text-transform: uppercase;
  line-height: 0.8em;
}
@media screen and (max-width: 1280px) {
  .timeline .timeline__item__title {
    font-size: 24px;
  }
}
.timeline .timeline__item__title {
  margin-bottom: 40px;
  word-wrap: break-word;
}
@media screen and (max-width: 767px) {
  .timeline .timeline__item__title {
    margin-bottom: 24px;
  }
}
.timeline .timeline__item__icon {
  max-height: 60px;
  width: auto;
  margin-bottom: 40px;
  max-width: 120px;
}
@media screen and (max-width: 767px) {
  .timeline .timeline__item__icon {
    margin-bottom: 24px;
  }
}
.timeline .timeline__item__text-content {
  padding: 40px;
  background-color: #FFB700;
}

@keyframes crawl {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(300px, 0);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes crawl-reverse {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(-300px, 0);
  }
  100% {
    transform: translate(0px, 0);
  }
}
.text-image-block.text-image-block__left .row {
  flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .text-image-block.text-image-block__left .row {
    flex-direction: column;
  }
}
.text-image-block.text-image-block__left .row .half {
  margin-right: 0px;
}
.text-image-block.text-image-block__left .row .half:last-child {
  margin-right: 32px;
}
@media screen and (max-width: 767px) {
  .text-image-block.text-image-block__left .row .half:last-child {
    margin-right: 0;
  }
}

.main-nav {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 99;
  padding-top: 25px;
  padding-bottom: 25px;
  background-color: transparent;
  transition: transform 300ms cubic-bezier(0.65, 0, 0.35, 1), background-color 400ms cubic-bezier(0.65, 0, 0.35, 1);
  transform: translate3d(0, -100%, 0);
}
.main-nav .toggle-nav svg {
  height: 20px;
}
.main-nav .toggle-nav img {
  height: 20px;
}
.main-nav .toggle-nav .close-nav {
  display: none;
}
.main-nav .container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.main-nav .mobile-nav {
  display: none;
}
.main-nav .mobile-nav .logo svg, .main-nav .mobile-nav .logo img {
  height: 30px;
}
.main-nav .mobile-nav .toggle-nav {
  height: 20px;
  width: 30px;
}
@media screen and (max-width: 767px) {
  .main-nav .container.nav-container {
    display: none;
  }
  .main-nav .mobile-nav {
    display: flex;
  }
}
.main-nav.open {
  top: 0px !important;
  transform: translate3d(0, 0, 0) !important;
  min-height: 100dvh;
  display: flex;
  flex-direction: column;
}
.main-nav.open .close-nav {
  display: inline-block;
}
.main-nav.open .open-nav {
  display: none;
}
.main-nav.open a {
  font-family: "Karbon Slab Stencil";
  font-weight: bold;
  font-size: 48px;
  text-transform: uppercase;
  line-height: 0.8em;
}
@media screen and (max-width: 767px) {
  .main-nav.open a {
    font-size: 45px;
  }
}
@media (max-height: 670px) {
  .main-nav.open a {
    font-size: 30px;
  }
}
.main-nav.open .container.nav-container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-grow: 1;
}
.main-nav.open .container.nav-container .logo {
  display: none;
}
.main-nav.down, .main-nav.subnav-open {
  transform: translate3d(0, 0, 0);
}
.main-nav .main-left-nav {
  transition: transform 400ms cubic-bezier(0.65, 0, 0.35, 1);
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .main-nav .main-left-nav {
    display: block;
  }
}
.main-nav .sub-nav {
  position: absolute;
  top: 100px;
  transform: translate3d(100vw, 0, 0);
  transition: transform 400ms cubic-bezier(0.65, 0, 0.35, 1);
  padding-top: 40px;
}
@media screen and (max-width: 767px) {
  .main-nav .sub-nav {
    display: inline-block;
  }
}
@media (max-height: 670px) {
  .main-nav .sub-nav {
    top: 60px;
  }
}
.main-nav .sub-nav .toggle-subnav {
  position: absolute;
  top: -40px;
  font-family: "TSTARPRO";
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 1px;
  line-height: 1em;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .main-nav .sub-nav .toggle-subnav {
    font-size: 14px;
  }
}
@media (max-height: 670px) {
  .main-nav .sub-nav .toggle-subnav {
    top: 0px;
  }
}
.main-nav .sub-nav a {
  display: block;
  font-family: "Karbon Slab Stencil";
  font-weight: bold;
  font-size: 48px;
  text-transform: uppercase;
  line-height: 0.8em;
}
@media screen and (max-width: 767px) {
  .main-nav .sub-nav a {
    font-size: 45px;
  }
}
@media (max-height: 670px) {
  .main-nav .sub-nav a {
    font-size: 30px;
  }
}
.main-nav .sub-nav a {
  padding: 20px 0px;
}
@media screen and (max-width: 767px) {
  .main-nav.sub-nav-open .main-left-nav {
    transform: translate3d(-100vw, 0, 0);
  }
  .main-nav.sub-nav-open .sub-nav.open {
    transform: translate3d(0, 0, 0);
  }
}
.main-nav.scrolled, .main-nav.sub-nav-open, .main-nav.plaintext, .main-nav.open {
  background-color: #FFF;
}
.main-nav.scrolled .logo__be, .main-nav.sub-nav-open .logo__be, .main-nav.plaintext .logo__be, .main-nav.open .logo__be {
  fill: #000;
}
.main-nav.scrolled a, .main-nav.sub-nav-open a, .main-nav.plaintext a, .main-nav.open a {
  color: #000;
}
.main-nav.scrolled a.has-subnav:after, .main-nav.sub-nav-open a.has-subnav:after, .main-nav.plaintext a.has-subnav:after, .main-nav.open a.has-subnav:after {
  background-image: url("../img/arrow-down.svg");
}
@media (max-width: 767px) {
  .main-nav.scrolled a.has-subnav:after, .main-nav.sub-nav-open a.has-subnav:after, .main-nav.plaintext a.has-subnav:after, .main-nav.open a.has-subnav:after {
    background-image: url("../img/arrow-left.svg");
    transform: rotate(180deg);
    width: 15px;
    height: 15px;
    margin-top: -15px;
  }
}
.main-nav.scrolled .btn.btn.btn, .main-nav.sub-nav-open .btn.btn.btn, .main-nav.plaintext .btn.btn.btn, .main-nav.open .btn.btn.btn {
  background-color: #FFB700;
  color: #000;
}
.main-nav.scrolled .logo svg g, .main-nav.scrolled .toggle-nav svg path, .main-nav.sub-nav-open .logo svg g, .main-nav.sub-nav-open .toggle-nav svg path, .main-nav.plaintext .logo svg g, .main-nav.plaintext .toggle-nav svg path, .main-nav.open .logo svg g, .main-nav.open .toggle-nav svg path {
  fill: #000;
}
.main-nav.scrolled .socials a img, .main-nav.sub-nav-open .socials a img, .main-nav.plaintext .socials a img, .main-nav.open .socials a img {
  filter: invert(100%);
}
.main-nav a {
  color: #FFF;
  text-decoration: none;
  vertical-align: middle;
  display: inline-block;
  position: relative;
  transition: opacity 400ms cubic-bezier(0.65, 0, 0.35, 1);
}
.main-nav a:hover {
  opacity: 0.66;
}
.main-nav a.nav-item {
  padding: 20px 0px;
}
.main-nav a.has-subnav {
  padding-right: 15px;
}
.main-nav a.has-subnav:after {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  right: 0px;
  margin-top: -7px;
  background-image: url("../img/arrow-down-white.svg");
  width: 10px;
  height: 10px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  transition: transform 300ms cubic-bezier(0.65, 0, 0.35, 1);
}
.main-nav a.has-subnav.open:after {
  transform: rotate(180deg);
}
.main-nav .left a {
  margin-right: 20px;
}
@media (max-width: 1280px) {
  .main-nav .left a {
    margin-right: 10px;
  }
}
@media screen and (max-width: 767px) {
  .main-nav .left a {
    margin-right: 0;
    display: block;
    padding: 10px 0px;
  }
}
.main-nav .left a.logo {
  margin-right: 90px;
}
@media (max-width: 1280px) {
  .main-nav .left a.logo {
    margin-right: 20px;
  }
}
.main-nav .left a.logo svg {
  display: inline-block;
  height: 50px;
  vertical-align: middle;
}
@media (max-width: 1280px) {
  .main-nav .left a.logo svg {
    height: 30px;
  }
}
.main-nav .left {
  text-align: left;
  font-size: 0;
}
@media (max-width: 767px) {
  .main-nav .left {
    padding-top: 80px;
    position: relative;
  }
}
@media (max-height: 670px) {
  .main-nav .left {
    padding-top: 60px;
  }
}
.main-nav .right {
  text-align: right;
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .main-nav .right {
    flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .main-nav .right {
    text-align: left;
  }
}
.main-nav .right > * {
  vertical-align: top;
}
.main-nav .socials {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.main-nav .socials a {
  display: inline-block;
  padding: 10px;
}
.main-nav .socials img {
  height: 16px;
  width: auto;
}
.main-nav a.btn.btn {
  color: #FFF;
  background-color: rgba(255, 255, 255, 0.3);
}
.main-nav a.btn.btn:hover {
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .main-nav a.btn.btn {
    font-family: "TSTARPRO";
    font-size: 16px;
    font-weight: 800;
    letter-spacing: 1px;
    line-height: 1em;
    text-transform: uppercase;
    background-color: #FFB700;
    color: #000;
    display: block;
    text-align: center;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) and (max-width: 950px) {
  .main-nav a.btn.btn {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .main-nav a.btn.btn {
    font-size: 16px;
  }
}

.subnav-overlay {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 0;
  background-color: #000;
  z-index: 95;
  opacity: 0;
  transition: opacity 500ms cubic-bezier(0.65, 0, 0.35, 1);
}
@media screen and (min-width: 767px) {
  .subnav-overlay.open {
    opacity: 0.55;
    height: 100%;
  }
}

.sub-nav#book {
  background-color: #FFF;
  position: fixed;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 95px;
  z-index: 98;
  top: 0px;
  transform: translate3d(0, -100%, 0);
  transition: transform 500ms cubic-bezier(0.65, 0, 0.35, 1), top 500ms cubic-bezier(0.65, 0, 0.35, 1);
}
@media screen and (min-width: 767px) {
  .sub-nav#book.open {
    top: 66px;
    transform: translate3d(0, 0, 0);
  }
}
.sub-nav#book .book-nav__columns {
  display: flex;
  flex-direction: row;
  gap: 32px;
}
.sub-nav#book .book-nav__section {
  flex-grow: 1;
}
.sub-nav#book .book-nav__section h2, .sub-nav#book .book-nav__section a {
  padding: 40px 0;
}
.sub-nav#book .book-nav__section h2 {
  color: #000;
  font-family: "Karbon Slab Stencil";
  font-weight: bold;
  font-size: 48px;
  text-transform: uppercase;
  line-height: 0.8em;
}
@media screen and (max-width: 767px) {
  .sub-nav#book .book-nav__section h2 {
    font-size: 45px;
  }
}
@media (max-height: 670px) {
  .sub-nav#book .book-nav__section h2 {
    font-size: 30px;
  }
}
.sub-nav#book .book-nav__section h2 {
  text-align: left;
  border-bottom: 1px solid #000;
}
.sub-nav#book .book-nav__section a {
  display: block;
  font-family: "Karbon Slab Stencil";
  font-weight: bold;
  font-size: 20px;
  text-transform: uppercase;
  line-height: 0.8em;
  color: #C0C0C0;
  transition: color 400ms cubic-bezier(0.65, 0, 0.35, 1);
  text-decoration: none;
  border-bottom: 1px solid #C0C0C0;
}
.sub-nav#book .book-nav__section a:hover {
  color: #000;
  padding-bottom: 39px;
  border-bottom: 2px solid #000;
}

html.nav-open {
  overflow: hidden;
}

.logo:hover {
  opacity: 1 !important;
}

.logo__new-york {
  fill: #FFB700;
}

.logo__be {
  fill: #FFF;
  transition: fill 300ms ease-in-out;
}

.footer {
  background-color: #000;
  padding: 40px 0px;
  margin-top: 80px;
  color: #FFF;
}
@media screen and (max-width: 1025px) {
  .footer {
    margin-top: 60px;
  }
}
@media screen and (max-width: 767px) {
  .footer {
    margin-top: 40px;
  }
}
.footer .newsletter h3 {
  margin-bottom: 40px;
}
.footer .email-field input[type=email] {
  color: #FFF;
}
.footer .email-field input[type=email]::placeholder {
  color: #FFF;
  opacity: 1;
}
.footer img {
  width: 150px;
}
@media screen and (max-width: 767px) {
  .footer img {
    width: 100px;
  }
}
.footer .row {
  padding: 40px 0px 30px;
}
.footer .doormat p {
  color: #4F4F4F;
}
.footer .doormat a {
  color: #4F4F4F;
  display: inline-block;
  margin-right: 20px;
  text-decoration: none;
}
.footer .doormat a:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .footer .doormat {
    flex-direction: row;
    font-size: 0;
    padding-bottom: 0;
  }
  .footer .doormat .third {
    width: 30%;
  }
  .footer .doormat .half {
    width: 70%;
  }
}
.footer .half {
  text-align: right;
}
.footer .footer-nav-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .footer .footer-nav-wrapper {
    flex-wrap: wrap;
    margin-bottom: 0;
  }
}
.footer .footer-nav {
  text-align: left;
  width: 32%;
  display: inline-block;
  margin-right: 32px;
  vertical-align: top;
}
@media screen and (max-width: 767px) {
  .footer .footer-nav {
    width: 45%;
    margin-bottom: 32px;
  }
  .footer .footer-nav:nth-child(2n+2) {
    margin-right: 0;
  }
  .footer .footer-nav:last-child {
    margin-bottom: 10px;
  }
}
.footer .footer-nav ul {
  list-style-type: none;
  margin-top: 20px;
}
.footer .footer-nav ul li {
  margin-bottom: 0.5em;
}
.footer .footer-nav ul li a {
  text-decoration: none;
  color: #FFF;
  opacity: 1;
  transition: opacity 300ms cubic-bezier(0.65, 0, 0.35, 1);
}
.footer .footer-nav ul li a:hover {
  opacity: 0.66;
}
.footer .footer-nav ul + ul {
  margin-top: 60px;
}
.footer .footer-nav a {
  font-family: kazimirtext, sans-serif;
  font-weight: normal;
  font-size: 18px;
  line-height: 1.5em;
}
@media screen and (max-width: 1025px) {
  .footer .footer-nav a {
    font-size: 17px;
  }
}
@media screen and (max-width: 767px) {
  .footer .footer-nav a {
    font-size: 16px;
  }
}
.footer .footer-nav h4 {
  font-family: "TSTARPRO";
  font-size: 16px;
  font-weight: 800;
  letter-spacing: 1px;
  line-height: 1em;
  text-transform: uppercase;
}
@media (max-width: 950px) {
  .footer .footer-nav h4 {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .footer .footer-nav h4 {
    font-size: 16px;
  }
}
.footer .footer-nav h4 {
  color: #4F4F4F;
}
.footer .footer-nav:last-child {
  margin-right: 0;
}

.popup {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: #FFB700;
  transform: translate3d(0, -100%, 0);
  transition: transform 500ms cubic-bezier(0.65, 0, 0.35, 1);
  z-index: 999;
  overflow: hidden;
}
.popup.open {
  transform: translate3d(0, 0, 0);
}
.popup {
  padding-top: 40px;
}
@media screen and (min-width: 1280px) {
  .popup {
    padding-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .popup {
    padding-top: 25px;
  }
}
.popup .logo {
  height: 30px;
  width: auto;
}
@media screen and (max-width: 1280px) {
  .popup .logo {
    height: 20px;
  }
}
.popup .popup-container {
  width: 100%;
  margin: 0 auto;
  max-width: 600px;
}
.popup .center-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.popup .steps {
  border-top: 3px solid #000;
  padding: 20px 0px;
  border-bottom: 1px solid #000;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-top: 60px;
}
@media screen and (max-width: 1025px) {
  .popup .steps {
    margin-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .popup .steps {
    padding: 10px 0px;
    margin-top: 20px;
  }
}
@media screen and (max-height: 670px) {
  .popup .steps {
    display: none;
  }
}
.popup .steps span {
  display: inline-block;
  font-family: "TSTARPRO";
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 1px;
  line-height: 1em;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .popup .steps span {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .popup .steps span {
    display: none;
  }
}
.popup .steps span {
  opacity: 0.2;
}
.popup .steps span.active {
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .popup .steps span.active {
    display: block;
    width: 100%;
    text-align: center;
  }
}
.popup .popup-content {
  padding: 40px 0px;
}
@media screen and (max-width: 767px) {
  .popup .popup-content {
    padding: 25px 0px;
  }
}
.popup .popup-content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 40px;
  border-bottom: 3px solid #000;
  flex-grow: 1;
}
@media screen and (max-width: 1280px) {
  .popup .popup-content-wrapper {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .popup .popup-content-wrapper {
    margin-bottom: 20px;
  }
}
.popup .close {
  position: absolute;
  top: 0px;
  right: 0px;
}
.popup .close img {
  height: 30px;
}

.wizard h2 {
  text-align: center;
  font-family: "Karbon Slab Stencil";
  font-weight: bold;
  font-size: 36px;
  text-transform: uppercase;
  line-height: 0.8em;
}
@media screen and (max-width: 1025px) {
  .wizard h2 {
    font-size: 26px;
  }
}
@media screen and (max-width: 767px) {
  .wizard h2 {
    font-size: 25px;
  }
}
.wizard h2 {
  max-width: 700px;
  margin: 0px auto;
}
.wizard .step {
  display: none;
}
.wizard .step.active {
  display: block;
}
.wizard .ending h2 {
  padding-bottom: 80px;
}
@media screen and (max-width: 1280px) {
  .wizard .ending h2 {
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 767px) {
  .wizard .ending h2 {
    padding-bottom: 40px;
  }
}
.wizard .ending .btn {
  margin: 0 20px;
}
@media screen and (max-width: 767px) {
  .wizard .ending .btn {
    margin: 0 10px 10px;
  }
}
.wizard .btn.error {
  background-color: #8c0005 !important;
}
.wizard input[type=number] {
  text-align: center;
}
.wizard .button-options {
  padding-top: 80px;
  text-align: center;
}
@media screen and (max-width: 1280px) {
  .wizard .button-options {
    padding-top: 60px;
  }
}
@media screen and (max-width: 767px) {
  .wizard .button-options {
    padding-top: 40px;
  }
}
@media screen and (max-height: 670px) {
  .wizard .button-options {
    padding-top: 20px;
  }
}
.wizard .button-options input {
  visibility: hidden;
  position: absolute;
  left: -100vw;
}
.wizard .button-options label {
  border: 1px solid rgba(0, 0, 0, 0.2);
  display: block;
  border-radius: 25px;
  width: 100%;
  margin: 0 auto 20px;
  padding: 17px 0px 13px;
  text-align: center;
  font-family: "Karbon Slab Stencil";
  font-weight: bold;
  font-size: 20px;
  text-transform: uppercase;
  line-height: 0.8em;
}
@media screen and (max-width: 767px) {
  .wizard .button-options label {
    font-size: 16px;
  }
}
.wizard .button-options label:hover {
  border: 1px solid #000;
}
.wizard .button-options input:checked + label {
  border: 3px solid #000;
}
.wizard .date-fields {
  margin-bottom: 40px;
  margin-top: 40px;
}
@media screen and (max-width: 1280px) {
  .wizard .date-fields {
    margin-bottom: 30px;
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .wizard .date-fields {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
.wizard .date-fields label {
  font-family: "TSTARPRO";
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 1px;
  line-height: 1em;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .wizard .date-fields label {
    font-size: 14px;
  }
}
.wizard .date-fields label {
  margin-bottom: 15px;
  text-align: center;
  display: block;
}
@media screen and (max-height: 670px) {
  .wizard .date-fields label {
    margin-bottom: 0px;
  }
}
.wizard .date-fields .date-options {
  display: none;
}
.wizard .date-fields .field.date-icon {
  text-align: center;
}
.wizard .date-fields .field.date-icon input {
  display: inline-block;
  width: 40%;
  margin: 2%;
}
.wizard .date-fields .half-fields {
  text-align: center;
}
.wizard .date-fields .half-fields .field {
  width: 45%;
  display: inline-block;
  position: relative;
  margin: 0px 2%;
  vertical-align: bottom;
}
.wizard .date-fields .half-fields .field:after {
  bottom: 20px;
  transform: none;
  top: auto;
}
.wizard .date-fields .half-fields select, .wizard .date-fields .half-fields input {
  width: 100%;
}
.wizard .date-fields .field {
  text-align: center;
  width: 100%;
}
.wizard .contact-form {
  padding: 80px 0px;
}
@media screen and (max-width: 1280px) {
  .wizard .contact-form {
    padding: 40px 0px;
  }
}
@media screen and (max-height: 670px) {
  .wizard .contact-form {
    padding: 20px 0px 10px;
  }
}
.wizard .contact-form select, .wizard .contact-form input {
  width: 100%;
}
@media screen and (max-height: 670px) {
  .wizard .contact-form .half-fields .field {
    width: 48%;
  }
}
.wizard .groupsize-options {
  width: 90%;
  margin: 0 auto;
  padding: 80px 0px;
  font-size: 0;
  text-align: center;
}
@media screen and (max-width: 1280px) {
  .wizard .groupsize-options {
    padding: 60px 0px;
  }
}
@media screen and (max-width: 767px) {
  .wizard .groupsize-options {
    width: 100%;
    padding: 20px 0px;
  }
}
@media screen and (max-height: 670px) {
  .wizard .groupsize-options {
    padding: 10px 0px;
  }
}
.wizard .groupsize-options input {
  visibility: hidden;
}
.wizard .groupsize-options input:checked + label img {
  border: 3px solid #000;
}
.wizard .groupsize-options label {
  width: 20%;
  margin: 0 1.25%;
  display: inline-block;
  text-align: center;
}
@media screen and (max-width: 1280px) {
  .wizard .groupsize-options label {
    width: 18%;
  }
}
@media screen and (max-width: 767px) {
  .wizard .groupsize-options label {
    width: 42%;
    margin: 0 1.25%;
    margin-bottom: 20px;
  }
  .wizard .groupsize-options label:nth-child(8n+6) {
    margin-bottom: 0;
  }
  .wizard .groupsize-options label:nth-child(8n+8) {
    margin-bottom: 0;
  }
}
@media screen and (max-height: 670px) {
  .wizard .groupsize-options label {
    width: 30%;
    margin: 0px 20px 10px;
    text-align: center;
    vertical-align: top;
  }
}
.wizard .groupsize-options label img {
  border: 1px solid rgba(0, 0, 0, 0.2);
  margin-bottom: 40px;
}
@media screen and (max-width: 1280px) {
  .wizard .groupsize-options label img {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .wizard .groupsize-options label img {
    margin-bottom: 20px;
  }
}
.wizard .groupsize-options label {
  font-family: "Karbon Slab Stencil";
  font-weight: bold;
  font-size: 20px;
  text-transform: uppercase;
  line-height: 0.8em;
}
@media screen and (max-width: 767px) {
  .wizard .groupsize-options label {
    font-size: 16px;
  }
}
.wizard .groupsize-options label:hover img {
  border: 1px solid #000;
}

.wizard-socials {
  margin-top: 100px;
}
@media screen and (max-width: 1280px) {
  .wizard-socials {
    margin-top: 60px;
  }
}
.wizard-socials a {
  display: inline-block;
  margin: 20px 10px 0px;
  color: #000;
}

.waiting-list-popup h2 {
  text-align: center;
  font-family: "Karbon Slab Stencil";
  font-weight: bold;
  font-size: 36px;
  text-transform: uppercase;
  line-height: 0.8em;
}
@media screen and (max-width: 1025px) {
  .waiting-list-popup h2 {
    font-size: 26px;
  }
}
@media screen and (max-width: 767px) {
  .waiting-list-popup h2 {
    font-size: 25px;
  }
}
.waiting-list-popup h2 {
  max-width: 700px;
  margin: 0px auto 80px;
}
@media screen and (max-width: 1280px) {
  .waiting-list-popup h2 {
    margin: 0px auto 60px;
  }
}
@media screen and (max-width: 767px) {
  .waiting-list-popup h2 {
    margin: 0px auto 40px;
  }
}
.waiting-list-popup .center {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .waiting-list-popup .center {
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .waiting-list-popup .center {
    margin-top: 20px;
  }
}

.form-error {
  border-bottom: 3px solid #8c0005 !important;
}

.thanks-content {
  text-align: center;
}
.thanks-content h2 {
  margin-bottom: 40px;
}

#cookies-eu-banner {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  top: 0px;
  left: 0px;
  z-index: 999999;
}
#cookies-eu-banner .cookies {
  background-color: #FFF;
  width: 100%;
  position: absolute;
  bottom: 0px;
  left: 0px;
  padding: 30px 50px 40px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #cookies-eu-banner .cookies {
    padding: 20px 20px 30px;
  }
}
#cookies-eu-banner .cookies .close {
  position: absolute;
  top: 40px;
  right: 40px;
}
@media screen and (max-width: 1280px) {
  #cookies-eu-banner .cookies .close {
    top: 30px;
    right: 30px;
    width: 30px;
  }
}
@media screen and (max-width: 767px) {
  #cookies-eu-banner .cookies .close {
    top: 10px;
    right: 20px;
    width: 30px;
  }
}
#cookies-eu-banner .cookies h3 {
  font-family: "Karbon Slab Stencil";
  font-weight: bold;
  font-size: 20px;
  text-transform: uppercase;
  line-height: 0.8em;
}
@media screen and (max-width: 767px) {
  #cookies-eu-banner .cookies h3 {
    font-size: 16px;
  }
}
#cookies-eu-banner .cookies h3 {
  margin-bottom: 20px;
}
#cookies-eu-banner .cookies a {
  color: inherit;
}
#cookies-eu-banner .cookies .btn {
  margin-top: 20px;
}

.tip {
  position: fixed;
  right: 40px;
  bottom: 50px;
  background-color: #FFB700;
  padding: 30px;
  z-index: 90;
  border-radius: 20px;
  width: 350px;
  transform: translate(400px, 0);
}
@media screen and (max-width: 767px) {
  .tip {
    transform: translate(10000px, 0);
    width: auto;
    left: 24px;
    right: 24px;
    bottom: 24px;
    padding: 24px;
  }
}

.tip.show {
  animation: popIn 400ms;
  animation-fill-mode: forwards;
  animation-timing-function: ease-in-out;
}

.tip.hidden {
  display: none;
}

.tip__header {
  display: flex;
  flex-direction: row;
  margin-bottom: 80px;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .tip__header {
    margin-bottom: 40px;
  }
}
.tip__header img {
  height: 100px;
  width: 100px;
}
@media screen and (max-width: 767px) {
  .tip__header img {
    height: 70px;
    width: 70px;
  }
}
.tip__header .close {
  border: none;
  cursor: pointer;
  background-color: transparent;
}
.tip__header .close img {
  height: 30px;
  width: 30px;
}

.tip__body h4 {
  font-family: "Karbon Slab Stencil";
  font-weight: bold;
  font-size: 20px;
  text-transform: uppercase;
  line-height: 0.8em;
}
@media screen and (max-width: 767px) {
  .tip__body h4 {
    font-size: 16px;
  }
}
.tip__body h4 {
  margin-bottom: 5px;
}

@keyframes popIn {
  0% {
    transform: translate(0, 0) scale(0, 0);
  }
  80% {
    transform: translate(0, 0) scale(1, 1.05);
  }
  100% {
    transform: translate(0, 0) scale(1, 1);
  }
}
.agenda-list {
  text-align: center;
  margin-top: 80px;
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .agenda-list .btn {
    width: 100%;
    text-align: center;
  }
}

.agenda-list > * {
  margin-bottom: 40px;
  text-align: left;
}

.agenda__more {
  text-align: center;
  margin-top: 80px;
}

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