@font-face {
  font-family: "Helvetica Neue LT Pro";
  src: url("assets/fonts/HelveticaNeueLTPro-MdCn.woff2") format("woff2"),
    url("assets/fonts/HelveticaNeueLTPro-MdCn.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}
figure,
body {
  margin: 0;

  font-weight: 900;
  font-style: normal;
}
* {
  box-sizing: border-box;
}
main {
  display: block;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
a {
  background-color: rgba(0, 0, 0, 0);
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
details {
  display: block;
}
summary {
  display: list-item;
}
template {
  display: none;
}
[hidden] {
  display: none;
}
.video-holder {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.video-holder .wistia_embed {
  display: block;
  overflow: hidden;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  max-width: 100%;
  max-height: 100%;
}

body {
  line-height: 1;
  background-color: #000 !important;
  background-repeat: no-repeat;
  overflow: visible;

}
.cta-btn,
.modal-link {
  cursor: pointer;
}
.video-container {
  max-width: 640px;
  margin: 0 auto;
  position: relative;
  height: auto;
}
@media screen and (max-width: 1024px) {
  /* .video-container {
    max-width: 640px;
  } */
}
@media screen and (max-width: 767px) {
  /* .video-container {
    max-width: 640px;
  } */
  .main-video {
    background: transparent;
  }
}
.video-container .wistia_embed video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  max-width: 100%;
  max-height: 100%;

  height:100%;left:0;position:absolute;top:0;width:100%;
}

.main-video .video-container {
  aspect-ratio: 8 / 11;
  background-clip: border-box;
}
@media screen and (max-width: 1024px) {
  .main-video .video-container {
  
  }
}
/* /* @media screen and (max-width: 1024px) and (orientation: portrait) {
  .main-video .video-container {
    padding-top: 80%;
  }
}
@media screen and (max-width: 1024px) {
  .main-video .video-container {
    padding-top: 133%;
  }
} */
/* @media screen and (max-width: 1024px) and (orientation: landscape) {
  .video-container {
    max-width: 60%;
  }
  .main-video .video-container {
    padding-top: 34%;
  }
}
@media screen and (max-width: 933px) and (orientation: landscape) {
  .video-container {
    max-width: 47%;
  }
  .main-video .video-container {
    padding-top: 24%;
  }
} */



@media screen and (max-width: 1024px) {

}

@media screen and (max-width: 767px) {

}

.trigger-off {
  pointer-events: none;
}
.play-btn {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
  transform-origin: 0 0 0;
  pointer-events: none;
  cursor: pointer;
  top: 0;
  left: 0;
}

.hidden-cta {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  cursor: pointer;
  z-index: 100;
}

.main-header {
  margin-top: 2vw;
}
.timer-section {
  display: flex;
  color: #fff;
  font-family: "Helvetica Neue LT Pro";
  cursor: pointer;
  justify-content: space-between;
  position: relative;
}
.header-img {
  width: 100%;
}
.header-img img {
  max-width: 100%;
  width: 100%;
  display: block;
}

.timer-holder {
  text-align: center;
  flex: auto;
  justify-content: center;
  max-width: 31%;
  width: 100%;
  display: flex;
  position: absolute;
  top: 50%;
  left: 19.1%;
  height: 100%;
  transform: translateY(-50%);
}

.timer {
  position: relative;
  background-clip: border-box;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 0.2vw;
  width: 100%;
}

.timer .time {
  font-size: 3.3vw;
  color: #fff;
  margin-bottom: 0.2vw;
}
.timer .label {
  font-size: 1vw;
  background: linear-gradient(to top, #999, #ccc, #fff, #ccc, #999);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.time-block {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  max-width: 50%;
  flex: 0 0 50%;
}

@media screen and (max-width: 1024px) {
  .timer .time {
    font-size: 6vw;
  }
  .timer .label {
    font-size: 2vw;
  }
}

@media screen and (max-width: 767px) {
  body {
    background-size: auto 90%;
  }
  .timer .time {
    font-size: 10vw;
  }
  .timer .label {
    font-size: 3vw;
  }
  .main-header {
    margin-top: 0;
  }
  .main-video .video-container::before {
    margin: 0;
    margin-bottom: -4px;
  }
  .main-video .video-container {
    border: none;
    /* border-bottom: 4px solid transparent; */
  }
}
