:root {
  --black: black;
  --white: white;
  --slate-grey: #64748b;
  --lime-green: #45d264;
  --light-steel-blue: #94a3b8;
  --alice-blue: #e2e8f0;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  width: 12px;
  height: 12px;
  border: 1px solid #ccc;
  border-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

body {
  background-color: var(--black);
  color: var(--white);
  font-family: Inter, sans-serif;
  font-size: 1vw;
  line-height: 1.6;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 6em;
  font-weight: 700;
  line-height: 1.2;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3em;
  font-weight: 700;
  line-height: 1.2;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2em;
  font-weight: 700;
  line-height: 1.4;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5em;
  font-weight: 700;
  line-height: 1.4;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.67em;
  font-weight: 700;
  line-height: 1.4;
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.46em;
  font-weight: 700;
  line-height: 1.4;
}

p {
  margin-top: 0;
  margin-bottom: 0;
}

a {
  margin-left: auto;
  font-size: 1em;
  text-decoration: none;
}

form {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  height: 100%;
}

label {
  margin-bottom: .3em;
  font-size: 1em;
  font-weight: 700;
  display: block;
}

blockquote {
  border-left: .3em solid #e2e2e2;
  margin-bottom: 1em;
  padding: 1em 2em 1em 1.7em;
  font-size: 1.2em;
  line-height: 1.6;
}

.container {
  z-index: 10;
  width: 100%;
  max-width: 1496px;
  border-right: 3px solid var(--slate-grey);
  border-left: 3px solid var(--slate-grey);
  flex-direction: column;
  align-items: stretch;
  display: flex;
  position: relative;
}

.container.is-menu {
  padding-top: 0;
  padding-bottom: 0;
}

.container.is-no-border {
  border-left-style: none;
  border-right-style: none;
}

.container.is-hero, .container.is-hero-2 {
  height: 100%;
  justify-content: center;
}

.container.is-ticket {
  max-width: 900px;
}

.container.is-email {
  max-width: 800px;
}

.style_item {
  border-bottom: .1em solid var(--slate-grey);
  padding: 2em 0;
}

.html {
  width: 0;
  height: 0;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.global-styles {
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.rich-text p {
  margin-top: 0;
  margin-bottom: 1.6em;
}

.rich-text h1 {
  margin-top: 0;
  margin-bottom: .2em;
  font-size: 3.28em;
}

.rich-text h2 {
  margin-top: 0;
  margin-bottom: .2em;
  font-size: 2.5em;
}

.rich-text h3 {
  margin-top: 0;
  margin-bottom: .3em;
  font-size: 2.19em;
}

.rich-text h4 {
  margin-top: 0;
  margin-bottom: .4em;
  font-size: 1.88em;
}

.rich-text h5 {
  margin-top: 0;
  margin-bottom: .6em;
  font-size: 1.67em;
}

.rich-text h6 {
  margin-top: 0;
  margin-bottom: .7em;
  font-size: 1.46em;
}

.section {
  z-index: 10;
  width: 100%;
  max-width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section.is-overflow-visible {
  overflow: visible;
}

.section.is-overflow-visible.is-hero, .section.is-overflow-visible.is-ticket {
  height: 100vh;
  align-items: center;
  padding-top: 5.4em;
  overflow: hidden;
}

.section.is-overflow-visible.is-ticket {
  justify-content: flex-start;
}

.section.is-overflow-visible.is-hero {
  justify-content: flex-end;
}

.section.is-overflow-visible.is-tos {
  justify-content: flex-end;
  align-items: center;
  padding-top: 5.4em;
  overflow: hidden;
}

.section.is-padding {
  padding-top: 8em;
  padding-bottom: 8em;
}

.section.is-tos {
  height: 100%;
  justify-content: flex-start;
  overflow: scroll;
}

.section.is-hero {
  height: 100vh;
}

.section.is-tos-2 {
  padding-top: 5.4em;
}

.section.email {
  padding: 4em 2em;
}

.page-wrapper {
  width: 100%;
  font-size: 1em;
  position: relative;
  overflow: visible;
}

.h1 {
  font-family: Clashdisplay, Arial, sans-serif;
  font-size: 4.8em;
  font-weight: 600;
  line-height: 1.1;
}

.h1.is-slider {
  color: rgba(0, 0, 0, 0);
  white-space: nowrap;
  margin-right: .2em;
  display: inline;
}

.h1.is-load {
  z-index: 99;
  color: rgba(255, 255, 255, 0);
  position: absolute;
}

.h2 {
  font-family: Clashdisplay, Arial, sans-serif;
  font-size: 2.4em;
  font-weight: 600;
  line-height: 1.2;
}

.h3 {
  font-family: Clashdisplay, Arial, sans-serif;
  font-size: 1.6em;
  font-weight: 600;
  line-height: 1.3;
}

.h4 {
  font-family: Clashdisplay, Arial, sans-serif;
  font-size: 1.2em;
  font-weight: 600;
  line-height: 1.3;
}

.h5 {
  font-size: 1.67em;
  line-height: 1.3;
}

.h6 {
  font-size: 1.46em;
}

.form_input {
  height: 3em;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 0;
  margin-bottom: 1em;
  padding: 0 .9em;
  font-size: 1.25em;
}

.h1-display {
  font-family: Clashdisplay, Arial, sans-serif;
  font-size: 11.25em;
  font-weight: 600;
  line-height: .9;
}

.h1-display.alternative {
  font-size: 11.25em;
}

.form_submit {
  font-size: 1.25em;
}

.alternative {
  font-family: Literata;
}

.container-wide {
  z-index: 10;
  width: 100%;
  max-width: 1920px;
  position: relative;
}

.herow {
  width: 100%;
  display: flex;
}

.herow.is-2 {
  justify-content: flex-end;
}

.h4p {
  font-family: Pexico Micro;
  font-size: 1.575em;
  font-weight: 500;
  line-height: 1.3;
}

.h3p {
  font-family: Literata;
  font-size: 2.1em;
  font-weight: 500;
  line-height: 1.3;
}

.h2p {
  font-family: Literata;
  font-size: 3.15em;
  font-weight: 500;
  line-height: 1.2;
}

.h1p {
  font-family: Literata;
  font-size: 6.3em;
  font-weight: 500;
  line-height: 1.2;
}

.h1-display-p {
  margin-top: .02em;
  margin-bottom: -.08em;
  font-family: Literata;
  font-size: 11.8125em;
  font-weight: 500;
  line-height: .9;
}

.h1-display-p.alternative {
  font-size: 11.25em;
}

.display-none {
  display: none;
}

.text-height-unit-1 {
  line-height: 1;
}

.menu {
  width: 100vw;
  height: 100vh;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.section-height {
  width: 100%;
  height: 500vw;
}

.dynav {
  z-index: 998;
  width: 100%;
  color: var(--white);
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.dynav-button-wrapper {
  justify-content: center;
  align-items: center;
  margin-bottom: 3em;
  display: flex;
  position: relative;
}

.dynav-button {
  z-index: 998;
  background-color: var(--black);
  border-radius: 50%;
  padding: 1.25em;
  position: relative;
  box-shadow: 0 8px 12px rgba(34, 32, 44, .5);
}

.dynav-button.display-none-phonexl {
  transition: all .3s;
}

.dynav-button.display-none-phonexl:hover {
  box-shadow: 0 -8px 12px rgba(56, 224, 138, .5), 0 8px 12px rgba(68, 52, 218, .5);
}

.dynav-button.display-none-phonexl:active {
  transform: scale(.9);
}

.dynav-lottie {
  width: 2.5em;
  height: 2.5em;
  filter: invert();
}

.dynav-options-wrapper {
  height: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
}

.dynav-spacing {
  width: 6em;
  height: 6em;
}

.dynav-options {
  background-color: var(--black);
  align-items: center;
  display: flex;
  position: absolute;
  box-shadow: 0 8px 16px rgba(34, 32, 44, .5);
}

.dynav-options.left {
  border-top-left-radius: 100vw;
  border-bottom-left-radius: 100vw;
  justify-content: flex-start;
  right: 100%;
}

.dynav-options.right {
  border-top-right-radius: 100vw;
  border-bottom-right-radius: 100vw;
  justify-content: flex-end;
  left: 100%;
}

.text-dynav {
  margin: 1.25em 2em;
  font-weight: 500;
  line-height: 2em;
}

.text-dynav.is-margin-left {
  margin-left: 4em;
}

.text-dynav.is-margin-right {
  margin-right: 4em;
}

.display-block-phonexl {
  display: none;
}

.bgimg-grid {
  z-index: 7;
  width: 100%;
  height: 100vh;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  justify-content: flex-end;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.bgimg {
  width: 55vw;
  height: 100%;
  object-fit: cover;
  object-position: 0% 50%;
}

.navbar {
  z-index: 99;
  width: 100%;
  border-top: 3px solid var(--slate-grey);
  border-bottom: 3px solid var(--slate-grey);
  -webkit-backdrop-filter: blur(24px);
  backdrop-filter: blur(24px);
  background-color: rgba(0, 0, 0, .7);
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  top: 0;
}

.button-text {
  background-color: #6af8a3;
  padding: .5em 1em;
}

.button-bg {
  border: 2px solid #6af8a3;
  margin-top: .5em;
  margin-left: .5em;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.navbar-brand {
  grid-column-gap: .5em;
  border-right: 3px solid var(--slate-grey);
  align-items: center;
  margin-left: 0;
  padding: .75em 2em;
  display: flex;
}

.navbar-brand.w--current:hover {
  text-decoration: underline;
}

.navbar-right {
  grid-column-gap: 1.5em;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.navbar-menu {
  display: none;
}

.navbar-grid {
  width: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: flex;
}

.button {
  background-color: #0a0e1b;
  border-radius: 4px;
  margin-left: 0;
  padding: .75em 1.75em .75em 2em;
  font-weight: 500;
  position: relative;
}

.button.is-lime {
  color: var(--black);
  background-color: #d2d213;
}

.brand {
  width: 4em;
  margin-left: 0;
  margin-right: 1em;
  padding-left: 0;
  display: flex;
}

.heading-wrapper {
  align-self: flex-start;
  position: relative;
}

.text-cursive {
  color: #d2d213;
  font-size: 6em;
  position: absolute;
  top: -50%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.slider-wrap {
  z-index: 6;
  width: 100%;
  background-color: var(--black);
  padding-top: 1em;
  padding-bottom: 1em;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.slider-inner {
  align-items: center;
  display: flex;
  overflow: visible;
}

.credit-wrap {
  grid-row-gap: .5em;
  flex-direction: column;
  align-self: flex-start;
  align-items: flex-start;
  margin-bottom: 4em;
  margin-right: auto;
  display: flex;
}

.orpheus-wrap {
  grid-column-gap: .5em;
  display: flex;
}

.logo {
  width: 2em;
}

.text-link, .text-link:hover {
  text-decoration: underline;
}

.bgimg-mobile {
  display: none;
}

.p-xl {
  font-size: 1.5em;
}

.navbar-button {
  grid-column-gap: .5em;
  border-left: 3px solid var(--slate-grey);
  background-color: var(--lime-green);
  color: var(--black);
  justify-content: center;
  align-items: center;
  padding: .75em 2em;
  display: flex;
}

.navbar-button:hover {
  text-decoration: underline;
}

.hero-grid {
  height: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1.33fr 1fr;
  align-items: center;
}

.content-text {
  border-top: 3px solid var(--slate-grey);
  border-bottom: 3px solid var(--slate-grey);
  flex-direction: column;
  padding: 1em;
  display: flex;
}

.content-text.is-ticket {
  width: 100%;
}

.content-text.is-2 {
  border-left: 3px solid var(--slate-grey);
}

.content-text.is-sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 5.3em;
}

.content-text.is-list {
  border-bottom-style: none;
  padding: 0;
}

.content-text.is-tos {
  background-color: rgba(0, 0, 0, .5);
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.content-text.is-tos::-webkit-scrollbar {
  display: none;
}

.content-text.is-tos-2 {
  background-color: rgba(0, 0, 0, .5);
  border-bottom-style: none;
}

.content-text.is-email {
  border-left: 3px solid var(--slate-grey);
}

.content-text.is-email-top {
  border-bottom-style: none;
}

.hero-cta {
  border-right: 3px solid var(--slate-grey);
  border-bottom: 3px solid var(--slate-grey);
  color: var(--black);
  background-color: #45d264;
  margin-left: 0;
  padding: 1em 2em;
  display: flex;
}

.hero-cta:hover {
  text-decoration: underline;
}

.hero-cta.is-ticket {
  align-items: center;
}

.hero-grid-left {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.hero-grid-right {
  height: 100%;
  border-left: 3px none var(--slate-grey);
  justify-content: center;
  display: flex;
  position: relative;
}

.greek-statue-img {
  z-index: 1;
  max-height: 100%;
  transform-origin: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  transform: scale(1.05);
}

.ring-img {
  z-index: 2;
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.ring-img.is-back {
  z-index: 0;
}

.pattern {
  z-index: 11;
  width: 2940px;
  height: 45px;
  background-image: url('../images/pattern.svg');
  background-position: 0 0;
  background-size: auto;
  position: static;
}

.brand-img {
  width: 3.5em;
  height: 3.5em;
}

.button-icon-large {
  width: 2em;
  height: 2em;
}

.button-icon-normal {
  width: 1.5em;
}

.details-wrapper {
  color: var(--light-steel-blue);
  justify-content: space-between;
  padding: 1em;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.transition {
  z-index: 999;
  width: 100%;
  height: 100vh;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.transition-content {
  width: 100%;
  height: 100vh;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.transition-wheel {
  z-index: 9;
  width: 100px;
  height: 100px;
  position: relative;
}

.transition-bg {
  width: 100%;
  height: 100vh;
  background-color: var(--black);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.transition-trigger {
  display: none;
}

.add-transition-bg {
  z-index: 998;
  width: 100%;
  height: 100vh;
  background-color: var(--white);
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.text-load-wrapper {
  z-index: 99;
  color: var(--white);
  flex-direction: column;
  display: flex;
  position: relative;
}

.text-load-overflow {
  overflow: hidden;
}

.text-load-txt {
  margin-top: -.75em;
  margin-bottom: -.75em;
}

.text-load-txt.is-2 {
  margin-top: -3em;
}

.text-load-txt.is-3 {
  margin-top: -4em;
}

.pattern-wrapper {
  z-index: 11;
  width: 100%;
  height: 45px;
  flex: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.ticket-grid {
  height: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  align-items: center;
}

.ticket-grid-left {
  width: 100%;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.ticket-grid-right {
  min-height: 100%;
  border-left: 3px solid var(--slate-grey);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.p {
  color: var(--alice-blue);
}

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

.flex-column.gap-nm {
  grid-row-gap: 1em;
}

.flex-column.gap-sm {
  grid-row-gap: .5em;
}

.flex-column.gap-sm.is-left {
  align-items: flex-start;
}

.flex-column.gap-xs {
  grid-row-gap: .25em;
}

.flex-column.is-ticket {
  flex: 1;
}

.ticket-info {
  border-top: 3px solid var(--slate-grey);
  display: flex;
}

.ticket-info-item {
  border-right: 3px solid var(--slate-grey);
  justify-content: center;
  align-items: center;
  padding: .3em .6em;
  font-size: 1.5em;
  display: flex;
}

.ticket-info-item.is-location {
  background-color: var(--white);
  padding: .3em;
}

.flex-split {
  justify-content: space-between;
  display: flex;
}

.flex-split.is-ticket {
  width: 100%;
}

.flex-split.is-email {
  height: 100%;
  grid-row-gap: 2em;
  flex-direction: column;
}

.ticket-price {
  grid-column-gap: 1em;
  border-bottom: 3px solid var(--slate-grey);
  border-left: 3px solid var(--slate-grey);
  justify-content: center;
  align-items: center;
  padding: 1em 1.5em;
  display: flex;
}

.ticket-img-wrapper {
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.ticket-img {
  width: 160%;
  height: 120%;
  max-width: none;
  object-fit: cover;
  position: absolute;
}

.ticket-img.is-1 {
  z-index: 3;
}

.ticket-img.is-2 {
  z-index: 2;
}

.ticket-img.is-3 {
  z-index: 1;
}

.landing-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  align-items: start;
  margin-top: 8em;
  margin-bottom: 8em;
}

.landing-grid.is-2 {
  margin-top: 0;
}

.pattern-inner {
  z-index: 11;
  width: 5880px;
  height: 45px;
  background-color: var(--black);
  display: flex;
  position: relative;
  overflow: visible;
}

.landing-list {
  grid-column-gap: 1em;
  border-bottom: 3px solid var(--slate-grey);
  border-left: 3px solid var(--slate-grey);
  color: var(--alice-blue);
  flex-direction: column;
  align-items: flex-start;
  padding: 1em;
  display: flex;
}

.footer {
  border-top: 3px solid var(--slate-grey);
}

.footer-grid {
  grid-column-gap: 1em;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  padding: 2em 1em;
}

.star-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.star-img {
  width: 7.5em;
  height: 7.5em;
}

.star.is-1 {
  position: absolute;
  top: auto;
  bottom: -1.5em;
  left: auto;
  right: 2em;
}

.star.is-2, .star.is-3 {
  position: absolute;
  top: auto;
  bottom: -6em;
  left: auto;
  right: 4em;
}

.star-icon {
  z-index: 2;
  width: 4em;
  height: 4em;
  position: absolute;
}

.hero-grid-right-contain {
  width: 100%;
  height: 100%;
  border-left: 3px solid var(--slate-grey);
  justify-content: center;
  align-items: center;
  display: flex;
  position: static;
}

.tos-popup-wrapper {
  z-index: 100;
  width: 100vw;
  height: 100vh;
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  background-color: rgba(0, 0, 0, .6);
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: scroll;
}

.tos-popup-wrapper.popup {
  overflow: hidden;
}

.content-tos {
  border-top: 3px solid var(--slate-grey);
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 1em;
  display: flex;
}

.content-tos.is-ticket {
  width: 100%;
}

.content-tos.is-2 {
  border-left: 3px solid var(--slate-grey);
}

.content-tos.is-sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 5.3em;
}

.content-tos.is-list {
  border-bottom-style: none;
  padding: 0;
}

.content-tos.is-bg-tos {
  background-color: rgba(0, 0, 0, .5);
}

.content-tos.is-tos-2 {
  border-top-style: none;
}

.image-2 {
  width: 2.5em;
  height: 2.5em;
}

.tos-close {
  width: 2.5em;
}

.flex-row {
  display: flex;
}

.flex-row.gap-sm {
  grid-column-gap: .5em;
}

.flex-row.gap-sm.is-center {
  align-items: center;
}

.flex-row.gap-nm {
  grid-column-gap: 1em;
}

.flex-row.gap-nm.is-center {
  justify-content: center;
  align-items: center;
}

.flex-row.is-ticket {
  width: 100%;
  grid-row-gap: .5em;
}

.text-field {
  border: 3px solid var(--slate-grey);
  background-color: var(--white);
  margin-bottom: 0;
}

.submit {
  background-color: var(--white);
  color: var(--black);
  margin-top: 1em;
  padding: 1em 2em;
  font-family: Clashdisplay, Arial, sans-serif;
  font-size: 1.2em;
  font-weight: 600;
  line-height: 1.3;
}

.ticket-popup-wrapper {
  z-index: 100;
  width: 100vw;
  height: 100vh;
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  background-color: rgba(0, 0, 0, .6);
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.content-ticket {
  border-top: 3px solid var(--slate-grey);
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 1em;
  display: flex;
}

.content-ticket.is-ticket {
  width: 100%;
}

.content-ticket.is-2 {
  border-left: 3px solid var(--slate-grey);
}

.content-ticket.is-sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 5.3em;
}

.content-ticket.is-list {
  border-bottom-style: none;
  padding: 0;
}

.content-ticket.is-bg-tos, .content-ticket.is-bg-ticket {
  background-color: rgba(0, 0, 0, .5);
}

.landing-list-item {
  list-style-type: none;
}

.landing-list-item-extra {
  overflow: hidden;
}

.p-xl-landing {
  font-size: 1.5em;
}

.star-icon-glow {
  z-index: 1;
  width: 4em;
  height: 4em;
  filter: blur(8px);
  position: absolute;
}

.email-grid {
  grid-column-gap: 0em;
  grid-row-gap: 0px;
  grid-template-rows: auto;
}

.image-3 {
  width: 100%;
}

.ticket-popup-out {
  z-index: 9;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.text-field-country-wrapper {
  position: relative;
}

.text-field-country-overlay {
  background-color: var(--slate-grey);
  opacity: .5;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.error-message {
  background-color: #e53030;
}

.success-message {
  background-color: var(--lime-green);
}

@media screen and (max-width: 991px) {
  body {
    font-size: .75em;
  }

  .bgimg-grid.no-click {
    z-index: 5;
    flex-direction: column;
  }

  .bgimg {
    display: none;
  }

  .navbar-menu {
    justify-content: flex-end;
    align-items: center;
    display: flex;
  }

  .bgimg-mobile {
    max-height: 50vh;
    object-fit: cover;
    object-position: 50% 0%;
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .content-text.is-tos {
    padding-bottom: 20%;
  }

  .section.is-overflow-visible.is-hero {
    height: auto;
    min-height: 100vh;
  }

  .section.is-overflow-visible.is-ticket {
    height: 100vh;
  }

  .section.is-overflow-visible.is-tos {
    height: auto;
    min-height: 100vh;
  }

  .h1.is-email {
    font-size: 2.4em;
  }

  .dynav-options-wrapper {
    top: -200%;
  }

  .dynav-options.left {
    border-radius: 100px;
    justify-content: center;
    align-items: flex-start;
    bottom: 125%;
    right: auto;
  }

  .dynav-options.right {
    border-radius: 100vw;
    justify-content: center;
    align-items: flex-start;
    bottom: -50%;
    left: auto;
  }

  .display-none-phonexl {
    display: none;
  }

  .display-block-phonexl {
    display: block;
  }

  .navbar-brand {
    border-right-style: none;
    flex: 1;
    padding-left: 1.5em;
    padding-right: 1.5em;
  }

  .navbar-brand.w--current {
    padding-left: 1em;
    padding-right: 1em;
  }

  .navbar-button.w--current {
    flex: 1;
  }

  .hero-grid {
    grid-template-columns: 1.33fr;
    grid-auto-rows: max-content;
  }

  .content-text {
    border-top-style: none;
  }

  .content-text.is-ticket {
    border-top-style: solid;
    flex: 1;
  }

  .content-text.is-2 {
    border-left-style: none;
  }

  .content-text.is-sticky {
    border-top-style: solid;
    position: static;
  }

  .content-text.is-tos, .content-text.is-3, .content-text.is-tos-2 {
    border-top-style: solid;
  }

  .content-text.is-email {
    border-left-style: none;
  }

  .content-text.is-email-top {
    border-top-style: solid;
  }

  .hero-cta.is-ticket {
    border-bottom-style: none;
  }

  .hero-grid-right {
    border-left-style: none;
  }

  .greek-statue-img.no-click {
    transform-origin: 50%;
    transform: scale(.9);
  }

  .ticket-grid {
    width: 100%;
    grid-template-columns: 1.5fr;
  }

  .ticket-grid-left {
    height: 100%;
  }

  .ticket-grid-right {
    width: 100%;
    height: 100%;
    min-height: auto;
    border-top: 3px solid var(--slate-grey);
    border-left-style: none;
    padding-top: 0%;
  }

  .ticket-info {
    border-top-style: none;
  }

  .ticket-price {
    border-bottom-style: none;
  }

  .ticket-img-wrapper {
    flex: 1;
    position: static;
  }

  .ticket-img {
    width: 100%;
    height: 100%;
    position: static;
  }

  .landing-grid {
    grid-template-columns: 1.33fr;
  }

  .landing-list {
    border-left-style: none;
  }

  .star.is-2 {
    top: 2em;
    bottom: auto;
    left: auto;
    right: 2em;
  }

  .star.is-3 {
    top: -6em;
    bottom: auto;
    left: auto;
    right: 2em;
  }

  .hero-grid-right-contain {
    border-left-style: none;
  }

  .content-tos.is-ticket {
    border-top-style: solid;
  }

  .content-tos.is-2 {
    border-left-style: none;
  }

  .content-tos.is-sticky {
    border-top-style: solid;
    position: static;
  }

  .flex-row.gap-nm.is-ticket {
    flex-direction: column;
  }

  .content-ticket.is-ticket {
    border-top-style: solid;
  }

  .content-ticket.is-2 {
    border-left-style: none;
  }

  .content-ticket.is-sticky {
    border-top-style: solid;
    position: static;
  }

  .email-grid {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 479px) {
  .content-text.is-tos {
    padding-bottom: 30%;
  }

  .section.is-overflow-visible.is-hero {
    padding-top: 4.8em;
  }

  .section.is-overflow-visible.is-ticket {
    height: 100vh;
    padding-top: 4.8em;
  }

  .section.is-overflow-visible.is-tos, .section.is-tos-2 {
    padding-top: 4.8em;
  }

  .navbar-brand {
    padding-left: 1em;
    padding-right: 1em;
  }

  .text-cursive.is-brush {
    top: 20%;
  }

  .navbar-button {
    padding-left: 1.5em;
    padding-right: 1.5em;
  }

  .navbar-button.w--current {
    flex: 0 auto;
  }

  .hero-cta {
    grid-column-gap: .25em;
    align-items: center;
  }

  .hero-cta.is-ticket {
    border-right-style: none;
    flex: 1;
  }

  .greek-statue-img.no-click {
    transform-origin: 50%;
  }

  .brand-img {
    width: 3em;
    height: 3em;
  }

  .ticket-grid {
    align-items: stretch;
  }

  .ticket-grid-left {
    height: 100%;
  }

  .flex-split.is-ticket {
    flex: 0 auto;
  }

  .ticket-price {
    grid-column-gap: .75em;
  }

  .footer-grid {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

#w-node-a6eda548-7045-d639-4ae0-702870e05707-dbdd4c1a, #w-node-_915f7c70-ccfb-73b9-fa4a-f9f806479a27-dbdd4c1a, #w-node-_000e0c53-5edd-3687-45c5-52158cf63566-dbdd4c1a, #w-node-b8b09868-ed65-8285-7a08-0d6984ae061e-dbdd4c1a, #w-node-de52a9d8-5a19-cf42-2ad1-21b0102e6c89-dbdd4c1a, #w-node-c2d9dc52-67b0-e335-f53c-24b6c8d00376-dbdd4c1a, #w-node-e685c58c-8fdd-b9a1-0323-80e56beeb8cf-dbdd4c1a, #w-node-e685c58c-8fdd-b9a1-0323-80e56beeb8d7-dbdd4c1a, #w-node-b350469f-e072-7b40-db50-ab366e7ea1ec-dbdd4c1a, #w-node-c3c49dd0-d207-a426-5b12-79a1cf115e3b-dbdd4c1a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_03c4caaf-c520-8a36-a15f-c3b046995baa-dbdd4c1a {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: end;
}

#w-node-b350469f-e072-7b40-db50-ab366e7ea1ec-7add4c1b, #w-node-c3c49dd0-d207-a426-5b12-79a1cf115e3b-7add4c1b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_03c4caaf-c520-8a36-a15f-c3b046995baa-7add4c1b {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: end;
}

#w-node-b350469f-e072-7b40-db50-ab366e7ea1ec-69dd4c1c, #w-node-c3c49dd0-d207-a426-5b12-79a1cf115e3b-69dd4c1c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_03c4caaf-c520-8a36-a15f-c3b046995baa-69dd4c1c {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: end;
}

#w-node-_39203269-abc2-0ace-728c-052795afc99b-83dd4c1e, #w-node-_0ad2b4a4-2c93-2b24-bbba-aa70bbb8d891-83dd4c1e, #w-node-b350469f-e072-7b40-db50-ab366e7ea1ec-a7dd30ad, #w-node-c3c49dd0-d207-a426-5b12-79a1cf115e3b-a7dd30ad {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_03c4caaf-c520-8a36-a15f-c3b046995baa-a7dd30ad {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: end;
}

#w-node-b0ae64c3-3d39-4de6-59a0-3720b1d6a1b6-c55e87db, #w-node-_20bc47bf-6a8a-8f2e-05a9-69f5d84a6dc0-c55e87db, #w-node-_0697d454-f443-7ace-95e3-60cd74c77b6c-c55e87db {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 479px) {
  #w-node-_03c4caaf-c520-8a36-a15f-c3b046995baa-dbdd4c1a, #w-node-_03c4caaf-c520-8a36-a15f-c3b046995baa-7add4c1b, #w-node-_03c4caaf-c520-8a36-a15f-c3b046995baa-69dd4c1c, #w-node-_03c4caaf-c520-8a36-a15f-c3b046995baa-a7dd30ad {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: end;
  }
}


@font-face {
  font-family: 'Clashdisplay';
  src: url('../fonts/ClashDisplay-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Clashdisplay';
  src: url('../fonts/ClashDisplay-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Clashdisplay';
  src: url('../fonts/ClashDisplay-Semibold.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}