/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

@font-face {
  font-family: 'ttcommons';
  src: url("../fonts/ttcommons/tt_commons_light-webfont.woff") format("woff2");
  font-weight: 300;
  font-style: normal; }
@font-face {
  font-family: 'ttcommons';
  src: url("../fonts/ttcommons/tt_commons_light_italic-webfont.woff2") format("woff2");
  font-weight: 300;
  font-style: italic; }
@font-face {
  font-family: 'ttcommons';
  src: url("../fonts/ttcommons/tt_commons_medium-webfont.woff2") format("woff2");
  font-weight: 600;
  font-style: normal; }
html, body {
  width: 100%;
  height: 100%;
  overflow: hidden;
  font-family: 'ttcommons', sans-serif;
  color: white; }

#curtain {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #56c2d2;
  z-index: 100; }

#bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #dadbdb;
  background-size: 100% 100%; }

video {
  width: 100%;
  height: auto;
  display: block;
  outline: none; }

#box {
  position: absolute;
  width: 100%;
  height: auto;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  margin-left: auto;
  margin-right: auto; }
  #box:before {
    content: '';
    width: 100%;
    display: block;
    padding-top: 60.85%; }

img {
  display: block; }

.inside {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0; }
  .inside .inside-box {
    width: 100%;
    height: auto; }
  .inside .confetti-wrap {
    position: absolute;
    width: 100%;
    height: 100%; }
    .inside .confetti-wrap img {
      position: absolute;
      left: 4.15%;
      bottom: 7%;
      width: 91.7%; }
  .inside__wrapper {
    position: absolute;
    width: 60%;
    left: 50.8%;
    top: 52%;
    transform: translate(-50%, -50%); }
    @media (max-width: 1000px) {
      .inside__wrapper {
        width: 80%; } }
  .inside .logo-wrapper {
    display: flex;
    justify-content: space-between;
    color: white;
    width: 100%;
    position: absolute;
    left: 0;
    top: -20px;
    transform: translateY(-100%); }
    .inside .logo-wrapper a {
      display: inline-block; }
    .inside .logo-wrapper img {
      width: 171px;
      height: auto;
      position: relative; }
  .inside img {
    position: absolute;
    width: 100%;
    height: auto;
    display: block; }
  .inside .confetti {
    width: calc(100% - 58 * 2);
    left: 4.23358%; }
  .inside__video {
    width: 100%;
    height: auto;
    box-shadow: 3px 3px 20px rgba(0, 0, 0, 0.4);
    background: white;
    color: black;
    padding: 1em 2em;
    line-height: 1.2;
    box-sizing: border-box;
    font-size: 2.5vw; }
    @media (min-aspect-ratio: 2 / 1) {
      .inside__video {
        font-size: 4vh; } }
    @media (max-height: 800px) {
      .inside__video {
        font-size: 4vh; } }
    @media (max-width: 768px) {
      .inside__video {
        font-size: 2.5vw; } }
    @media (max-width: 450px) {
      .inside__video {
        font-size: 2.8vw; } }
  .inside__quote {
    font-size: 1em;
    padding: 0 4%;
    margin-bottom: 0.8em; }
    .inside__quote em {
      font-style: italic; }
  .inside__grats {
    font-weight: 600;
    font-size: 127.27273%;
    margin-bottom: 0.8em;
    text-align: left;
    line-height: 1; }
  .inside__cta {
    margin-left: auto;
    margin-right: auto; }
    .inside__cta a {
      font-size: 109.09091%;
      font-weight: 600;
      color: white;
      background: black;
      padding: 0.2em 1em;
      border-radius: 9999px;
      border: 0.1em solid #666666;
      display: block;
      width: 100%;
      max-width: 80%;
      margin-left: auto;
      margin-right: auto;
      text-decoration: none;
      text-align: center;
      position: relative;
      overflow: hidden;
      cursor: pointer;
      transition: border 0.5s; }
      .inside__cta a .text {
        z-index: 1;
        position: relative;
        display: inline-block; }
      .inside__cta a:hover {
        border-color: #00A5BC; }
        .inside__cta a:hover #ctabg {
          animation-play-state: running;
          opacity: 1;
          transition: all 0.5s; }
      @media (max-width: 768px) {
        .inside__cta a {
          font-size: 127.27273%; } }
    .inside__cta #ctabg {
      position: absolute;
      left: 50%;
      top: calc(50% + 3em);
      width: 100%;
      transform: translate(-50%, -50%);
      display: inline-block;
      aspect-ratio: 1/1;
      opacity: 0.7;
      animation: rotate 60s linear infinite;
      animation-play-state: paused;
      transition: animation-timing-function 0.5s ease-out, opacity 0.5s ease-out;
      transform-origin: 0 0; }
      .inside__cta #ctabg > div {
        width: 100% !important;
        height: 100% !important; }
      .inside__cta #ctabg canvas {
        width: 100%;
        height: 100%; }

@keyframes rotate {
  0% {
    rotate: 0deg; }
  100% {
    rotate: 360deg; } }
.outside {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer; }
  .outside video {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100%;
    height: auto;
    transform: translate(-50%, -50%); }

.video-closure {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(90deg, #32C0CF 0%, #00A5BD 51%, #0885BF 100%);
  display: none;
  opacity: 0;
  flex-direction: column;
  justify-content: center;
  text-align: center; }
  .video-closure.animated-teal-bg {
    background: linear-gradient(270deg, #31bfcf, #0886bf, #31bfcf);
    background-size: 600% 600%;
    -webkit-animation: AnimationName 20s ease infinite;
    -moz-animation: AnimationName 20s ease infinite;
    animation: AnimationName 20s ease infinite; }
  .video-closure.is-shown {
    display: flex; }
  .video-closure h1 {
    font-size: 66px;
    line-height: 1.1em;
    letter-spacing: -0.55px;
    margin-bottom: 30px;
    font-family: 'Playfair Display', serif; }
  .video-closure h2 {
    font-size: 30px;
    line-height: 1.4;
    letter-spacing: -0.25px;
    font-weight: 300;
    margin-bottom: 50px; }
  @media (max-width: 768px) {
    .video-closure h1 {
      font-size: 40px;
      margin-bottom: 15px; }
    .video-closure h2 {
      font-size: 26px;
      margin-bottom: 25px; } }
  @media (max-width: 500px) {
    .video-closure h1 {
      font-size: 25px;
      margin-bottom: 5px; }
    .video-closure h2 {
      font-size: 16px;
      margin-bottom: 10px; }
    .video-closure .button {
      padding-top: 5px;
      padding-bottom: 5px; }
      .video-closure .button:before {
        top: 13px; } }

@-webkit-keyframes AnimationName {
  0% {
    background-position: 0% 50%; }
  50% {
    background-position: 100% 51%; }
  100% {
    background-position: 0% 50%; } }
@-moz-keyframes AnimationName {
  0% {
    background-position: 0% 50%; }
  50% {
    background-position: 100% 51%; }
  100% {
    background-position: 0% 50%; } }
@keyframes AnimationName {
  0% {
    background-position: 0% 50%; }
  50% {
    background-position: 100% 51%; }
  100% {
    background-position: 0% 50%; } }
.button {
  position: relative;
  -webkit-transition: 0.4s all ease;
  transition: 0.4s all ease;
  padding: 10px 45px 10px 45px;
  white-space: nowrap;
  border: 1px solid white;
  color: white;
  background: transparent;
  text-decoration: none;
  font-size: 16px;
  line-height: 1.76471;
  vertical-align: middle;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: 0;
  box-shadow: 0;
  border-radius: 0;
  display: -webkit-inline-box;
  display: inline-flex;
  justify-items: center;
  -webkit-box-align: center;
  align-items: center;
  letter-spacing: 0.5px;
  cursor: pointer;
  align-self: flex-start;
  font-weight: 300; }
  .button:before {
    content: "";
    display: block;
    position: absolute;
    height: 14px;
    width: 21px;
    top: 17px;
    left: 15px;
    -webkit-filter: invert(1);
    filter: invert(1);
    -webkit-transition: 0.4s all ease;
    transition: 0.4s all ease;
    pointer-events: none;
    background-image: url(../img/pre-arrow.svg);
    background-repeat: no-repeat; }
  .button:hover {
    background: white;
    color: black;
    border: 1px solid white;
    padding: 10px 75px 10px 15px; }
    .button:hover:before {
      left: 100%;
      border-top: none;
      margin-left: -36px;
      background-image: url(../img/arrow.svg);
      display: block;
      filter: none; }

.outside__video-hover {
  position: absolute;
  left: 14.3125%;
  top: 14.3125%;
  width: 71.375%;
  height: 71.25%;
  background: transparent;
  z-index: 10;
  cursor: pointer; }

.spinner {
  font-family: 'Playfair Display', serif;
  font-weight: bold;
  font-size: 20px;
  line-height: 29px; }
  .spinner .rotate {
    position: relative; }
    .spinner .rotate .sizer {
      visibility: hidden; }
    .spinner .rotate .music, .spinner .rotate .teal, .spinner .rotate .love {
      opacity: 0;
      position: absolute;
      left: 0;
      top: 0; }
    .spinner .rotate .music {
      opacity: 1; }

@media (max-width: 550px) {
  .logo-wrapper {
    top: -1px !important; }

  .logo img {
    width: 120px !important; }

  .spinner {
    font-size: 15px;
    line-height: 22px; }

  .inside__wrapper {
    width: 76%;
    left: 50%;
    top: 55%;
    transform: translate(-50%, -50%); } }
@media (max-width: 375px) {
  .logo img {
    width: 80px !important; }

  .spinner {
    font-size: 12px;
    line-height: 18px; } }
#curtain {
  position: relative; }

.loader {
  width: 70px;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }

.loader > div {
  width: 18px;
  height: 18px;
  background-color: #d7dbda;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both; }

.loader .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s; }

.loader .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s; }

@-webkit-keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0); }
  40% {
    -webkit-transform: scale(1); } }
@keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

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