@import url("https://use.typekit.net/lar7aha.css");
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@200&display=swap");
* {
  margin: 0;
  padding: 0;
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*, *:before, *:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

body {
  background: white;
  color: white;
  font-family: minion-pro, serif;
  font-weight: 400;
  font-style: normal;
  font-size: 2rem;
  overflow: visible;
  min-height: calc(var(--vh, 1vh) * 100);
  -webkit-text-size-adjust: 100%;
}

body.lock {
  overflow: hidden;
}

h2 {
  font-size: 3.2rem;
  font-weight: 400;
  line-height: 1.05;
}

h2 span {
  display: block;
  font-size: 2.9rem;
  font-style: italic;
  font-weight: 400;
}

h2.menu-heading {
  font-size: 1.6rem;
}

h2.menu-heading span {
  font-size: 1.45rem;
}

@media screen and (max-width: 1080px) {
  h2 {
    font-size: 2.4rem;
  }
  h2 span {
    font-size: 1.8rem;
  }
  h2.menu-heading {
    font-size: 1.36rem;
  }
  h2.menu-heading span {
    font-size: 1.23rem;
  }
}

@media screen and (max-width: 700px) {
  h2 {
    font-size: 1.6rem;
  }
  h2 span {
    font-size: 1.3rem;
  }
}

h3 {
  font-size: 3.2rem;
  font-weight: 400;
  line-height: 1.2;
  font-style: italic;
  padding: 0 0 2rem;
}

@media screen and (max-width: 1080px) {
  h3 {
    font-size: 2.4rem;
  }
}

@media screen and (max-width: 700px) {
  h3 {
    font-size: 1.6rem;
  }
}

p {
  font-size: 1rem;
}

@media screen and (max-width: 1080px) {
  p {
    font-size: .85rem;
  }
}

#bg-color {
  background: white;
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
  -webkit-transition: 666ms;
  transition: 666ms;
  z-index: -1;
}

#bg-color .bg-image {
  background: url(../img/sting-duets-bg-v2.png) center left no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 1;
  -webkit-transition: 666ms;
  transition: 666ms;
}

#bg-color .bg-center-line {
  background: black;
  position: absolute;
  top: 0;
  left: 50%;
  height: 100vh;
  width: 1px;
}

#bg-color .odometer {
  opacity: 0;
  -webkit-transition: 666ms;
  transition: 666ms;
  color: rgba(136, 136, 136, 0.2);
  font-family: minion-pro, serif;
  font-size: 50vw;
  text-align: center;
  height: 100vh;
  width: 100%;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 700px) {
  #bg-color .bg-image:after {
    background: rgba(0, 0, 0, 0.62);
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
  }
}

.section {
  color: black;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  min-height: 100vh;
  position: relative;
  overflow: hidden;
}

.section .center-line {
  pointer-events: none;
  background: black;
  position: absolute;
  top: 0;
  left: 50%;
  height: 100%;
  width: 1px;
  z-index: 1;
}

.section .panel {
  margin: auto 12.5% auto 7.5%;
  height: 61%;
  width: 85%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.section .panel .panel-left {
  position: relative;
  padding: 0;
  width: 53.2%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.section .panel .panel-left .panel-left-image {
  overflow: hidden;
  max-width: 600px;
  margin-right: 1px;
}

.section .panel .panel-left .panel-left-image img {
  display: block;
  height: auto;
  width: 100%;
  -webkit-transition: transform 1.2s cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-transition: -webkit-transform 1.2s cubic-bezier(0.23, 1, 0.32, 1);
  transition: -webkit-transform 1.2s cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 1.2s cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 1.2s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 1.2s cubic-bezier(0.23, 1, 0.32, 1);
}

.section .panel .panel-left .panel-left-image.scaleme img, .section .panel .panel-left .panel-left-image:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.section .panel .panel-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 46.8%;
}

.section .panel .panel-right .panel-right-inner {
  margin: auto 0;
  padding: 0 0 0 12%;
}

.section .section-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 2;
  pointer-events: none;
}

.section .section-header .section-header-inner {
  margin: auto;
}

.section .section-header .section-header-inner .half-centre-line {
  pointer-events: none;
  background: white;
  position: absolute;
  top: 0;
  left: 50%;
  height: 50%;
  width: 1px;
  z-index: -1;
  opacity: 1;
  -webkit-transition: 666ms;
  transition: 666ms;
}

.section .section-header .section-header-inner .circle-year {
  border: 1px solid white;
  background: black;
  border-radius: 50%;
  font-family: "Oswald", sans-serif;
  font-size: 1rem;
  height: 49px;
  width: 49px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.section .section-header .section-header-inner .circle-year span {
  color: white;
  margin: auto;
}

@media screen and (max-width: 700px) {
  .section .section-header .section-header-inner .circle-year {
    font-size: .81rem;
    height: 42px;
    width: 42px;
  }
}

.section .section-footer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 2;
  pointer-events: none;
}

.section .section-footer .section-footer-inner {
  margin: auto;
}

.section .section-footer .section-footer-inner .circle-down,
.section .section-footer .section-footer-inner .circle-up {
  background: black;
  border: 1px solid black;
  border-radius: 50%;
  font-family: "Oswald", sans-serif;
  font-size: 1rem;
  height: 40px;
  width: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  -webkit-transition: 250ms;
  transition: 250ms;
  pointer-events: auto;
}

.section .section-footer .section-footer-inner .circle-down span,
.section .section-footer .section-footer-inner .circle-up span {
  background: white;
  display: block;
  border-radius: 1px;
  height: 2px;
  width: 11px;
}

.section .section-footer .section-footer-inner .circle-down span:nth-of-type(1),
.section .section-footer .section-footer-inner .circle-up span:nth-of-type(1) {
  -webkit-transform: translate(17px, 20px) rotate(-45deg);
          transform: translate(17px, 20px) rotate(-45deg);
}

.section .section-footer .section-footer-inner .circle-down span:nth-of-type(2),
.section .section-footer .section-footer-inner .circle-up span:nth-of-type(2) {
  -webkit-transform: translate(0px, 20px) rotate(45deg);
          transform: translate(0px, 20px) rotate(45deg);
}

.section .section-footer .section-footer-inner .circle-down:hover,
.section .section-footer .section-footer-inner .circle-up:hover {
  background: white;
}

.section .section-footer .section-footer-inner .circle-down:hover span,
.section .section-footer .section-footer-inner .circle-up:hover span {
  background: black;
}

.section .section-footer .section-footer-inner .circle-up span:nth-of-type(1) {
  -webkit-transform: translate(18px, 18px) rotate(45deg);
          transform: translate(18px, 18px) rotate(45deg);
}

.section .section-footer .section-footer-inner .circle-up span:nth-of-type(2) {
  -webkit-transform: translate(0px, 18px) rotate(-45deg);
          transform: translate(0px, 18px) rotate(-45deg);
}

.odd .section .panel .panel-left .panel-left-image {
  margin-right: 0;
}

.section.intro {
  color: white;
  opacity: 1;
  -webkit-transition: 666ms;
  transition: 666ms;
  min-height: 100vh;
}

.section.intro h1 {
  margin: 1rem 0;
}

@media screen and (max-height: 666px) {
  .section.intro h1 {
    margin: 0 0 .5rem;
  }
  .section.intro h1 img {
    max-width: 170px;
  }
}

@media screen and (max-width: 1080px) {
  .section.intro .panel {
    margin: 100px 0 auto;
    width: calc(100% - 2rem);
  }
}

.section.intro .panel-right {
  width: 46%;
}

.section.intro .panel-right .panel-right-inner {
  padding-left: 18.5%;
}

@media screen and (max-width: 1080px) {
  .section.intro .panel-right {
    width: 50%;
  }
  .section.intro .panel-right .panel-right-inner {
    padding-left: 0;
  }
}

.section.intro .intro-paragraph {
  color: white;
  font-size: 1rem;
  line-height: 1.5;
}

.section.intro .intro-paragraph p {
  padding: 0 0 1.8rem;
}

.section.intro .pre-order-box {
  display: block;
  text-align: right;
}

.section.intro .pre-order-box img {
  display: block;
  width: 300px;
  height: auto;
  position: relative;
  top: 1rem;
}

.section.intro .pre-order-box a {
  display: inline-block;
  padding: 0;
  font-size: 0;
}

a.pre-order-link,
a.enter-site {
  clear: both;
  color: white;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.3rem;
  text-decoration: none;
}

@media screen and (max-width: 1080px) {
  a.pre-order-link,
  a.enter-site {
    font-size: 1.1rem;
  }
}

a.pre-order-link span.pre-order-icon,
a.pre-order-link span.enter-site-icon,
a.enter-site span.pre-order-icon,
a.enter-site span.enter-site-icon {
  border: 2px solid rgba(255, 255, 255, 0.71);
  border-radius: 50%;
  display: inline-block;
  margin-left: .5rem;
  height: 36px;
  width: 36px;
  -webkit-transition: 250ms;
  transition: 250ms;
}

a.pre-order-link span.pre-order-icon span,
a.pre-order-link span.enter-site-icon span,
a.enter-site span.pre-order-icon span,
a.enter-site span.enter-site-icon span {
  background: white;
  display: block;
  border-radius: 1px;
  height: 2px;
  width: 9px;
}

a.pre-order-link span.pre-order-icon span:nth-of-type(1),
a.pre-order-link span.enter-site-icon span:nth-of-type(1),
a.enter-site span.pre-order-icon span:nth-of-type(1),
a.enter-site span.enter-site-icon span:nth-of-type(1) {
  -webkit-transform: translate(12px, 17px) rotate(-45deg);
          transform: translate(12px, 17px) rotate(-45deg);
}

a.pre-order-link span.pre-order-icon span:nth-of-type(2),
a.pre-order-link span.enter-site-icon span:nth-of-type(2),
a.enter-site span.pre-order-icon span:nth-of-type(2),
a.enter-site span.enter-site-icon span:nth-of-type(2) {
  -webkit-transform: translate(12px, 10px) rotate(45deg);
          transform: translate(12px, 10px) rotate(45deg);
}

a.pre-order-link span.pre-order-label,
a.pre-order-link span.enter-site-label,
a.enter-site span.pre-order-label,
a.enter-site span.enter-site-label {
  position: relative;
}

a.pre-order-link span.pre-order-label:after,
a.pre-order-link span.enter-site-label:after,
a.enter-site span.pre-order-label:after,
a.enter-site span.enter-site-label:after {
  content: '';
  height: 1px;
  background: rgba(255, 255, 255, 0.71);
  width: 0%;
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-transition: 250ms;
  transition: 250ms;
}

a.pre-order-link:hover span.pre-order-icon,
a.pre-order-link:hover span.enter-site-icon,
a.enter-site:hover span.pre-order-icon,
a.enter-site:hover span.enter-site-icon {
  background: white;
}

a.pre-order-link:hover span.pre-order-icon span,
a.pre-order-link:hover span.enter-site-icon span,
a.enter-site:hover span.pre-order-icon span,
a.enter-site:hover span.enter-site-icon span {
  background: black;
}

a.pre-order-link:hover span.pre-order-label:after,
a.pre-order-link:hover span.enter-site-label:after,
a.enter-site:hover span.pre-order-label:after,
a.enter-site:hover span.enter-site-label:after {
  width: 100%;
}

.section.intro .pre-order-box.pre-order-mobile {
  display: none;
  position: static;
}

.section.intro .pre-order-box.pre-order-desktop {
  display: block;
}

@media screen and (max-width: 700px) {
  .section.intro {
    min-height: calc(var(--vh, 1vh) * 100);
    padding-top: 120px;
  }
  .section.intro h1 {
    margin: 0 0 1rem;
  }
  .section.intro h1 img {
    display: block;
    max-width: 150px;
  }
  .section.intro .intro-paragraph {
    font-size: .71rem;
  }
  .section.intro .intro-paragraph p {
    padding-bottom: 1rem;
  }
  .section.intro .panel {
    margin: auto 1rem;
    padding: 0;
    width: 100%;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    height: auto;
  }
  .section.intro .panel-left {
    width: 0%;
  }
  .section.intro .panel-right {
    max-width: 400px;
    width: 81.5%;
  }
  .section.intro .panel-right .panel-right-inner {
    padding: 0;
  }
  .section.intro .pre-order-box.pre-order-mobile {
    display: block;
    text-align: left;
  }
  .section.intro .pre-order-box.pre-order-mobile a.pre-order-link {
    margin-top: 0;
  }
  .section.intro .pre-order-box.pre-order-mobile img {
    display: block;
    height: auto;
    max-width: 250px;
    width: 100%;
  }
  .section.intro .pre-order-box.pre-order-desktop {
    display: none;
  }
  .section.year .panel {
    margin: auto 1rem;
    width: 100%;
  }
  .section.year .panel .panel-left {
    width: 50%;
  }
}

.light #bg-color .bg-image {
  opacity: 0;
}

.light #bg-color .odometer {
  opacity: 1;
}

.light .section.intro {
  opacity: 0;
}

.light .section .section-header .section-header-inner .half-centre-line {
  opacity: 0;
}

.hide-hf .section .section-header,
.hide-hf .section .section-footer {
  display: none;
}

.section.year:nth-child(odd) .panel {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.section.year:nth-child(odd) .panel .panel-left {
  padding: 0;
  width: 46.8%;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.section.year:nth-child(odd) .panel .panel-left .panel-left-image {
  margin-right: 0;
}

.section.year:nth-child(odd) .panel .panel-right {
  width: 53.2%;
}

.section.year:nth-child(odd) .panel .panel-right .panel-right-inner {
  width: 100%;
  text-align: right;
  padding: 0 12% 0 0;
}

.section.year:nth-child(odd) .panel .panel-right .panel-right-inner .view-button {
  float: right;
}

.button {
  border: 2px solid black;
  background: white;
  color: black;
  border-radius: 50%;
  height: 108px;
  width: 108px;
  float: right;
  -webkit-transition: 250ms;
  transition: 250ms;
  cursor: pointer;
}

.button .button-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  width: 100%;
}

.button .button-inner .button-middle {
  margin: auto;
  text-align: center;
}

.button .button-inner .button-middle .button-icon {
  margin: 0 auto;
  position: relative;
}

.button .button-inner .button-middle .button-icon span {
  background: black;
  display: block;
  border-radius: 1.5px;
  height: 3px;
  width: 34px;
  position: absolute;
  top: 0;
  left: 0;
}

.button .button-inner .button-middle .button-label {
  font-family: "Oswald", sans-serif;
  font-size: .8rem;
  line-height: 1;
  padding-top: .5rem;
  text-align: center;
  text-transform: uppercase;
}

.button.button-menu-open {
  border: 2px solid white;
  position: fixed;
  top: 2rem;
  right: 2rem;
  z-index: 50;
}

.button.button-menu-open .button-inner .button-middle .button-icon {
  height: 29px;
  width: 41px;
}

.button.button-menu-open .button-inner .button-middle .button-icon span {
  width: 30px;
}

.button.button-menu-open .button-inner .button-middle .button-icon span:nth-of-type(1) {
  -webkit-transform: translate(8px, 0);
          transform: translate(8px, 0);
}

.button.button-menu-open .button-inner .button-middle .button-icon span:nth-of-type(2) {
  -webkit-transform: translate(0, 12px);
          transform: translate(0, 12px);
}

.button.button-menu-open .button-inner .button-middle .button-icon span:nth-of-type(3) {
  -webkit-transform: translate(8px, 24px);
          transform: translate(8px, 24px);
}

.button.button-menu-close {
  border: 2px solid white;
  pointer-events: auto;
}

.button.button-menu-close .button-inner .button-middle .button-icon {
  height: 30px;
  width: 30px;
}

.button.button-menu-close .button-inner .button-middle .button-icon span {
  background: black;
}

.button.button-menu-close .button-inner .button-middle .button-icon span:nth-of-type(1) {
  -webkit-transform: translate(-3px, 13px) rotate(-45deg);
          transform: translate(-3px, 13px) rotate(-45deg);
}

.button.button-menu-close .button-inner .button-middle .button-icon span:nth-of-type(2) {
  -webkit-transform: translate(-3px, 13px) rotate(45deg);
          transform: translate(-3px, 13px) rotate(45deg);
}

.button:hover {
  background: black;
  color: white;
}

.button:hover .button-inner .button-middle .button-icon span {
  background: white;
}

.button.button-black-close {
  display: none;
  position: fixed;
  top: 2rem;
  right: 2rem;
  z-index: 45;
  border: 2px solid black;
  background: black;
  color: white;
}

.button.button-black-close .button-inner .button-middle .button-icon {
  height: 30px;
  width: 30px;
}

.button.button-black-close .button-inner .button-middle .button-icon span {
  background: white;
}

.button.button-black-close .button-inner .button-middle .button-icon span:nth-of-type(1) {
  -webkit-transform: translate(-3px, 13px) rotate(-45deg);
          transform: translate(-3px, 13px) rotate(-45deg);
}

.button.button-black-close .button-inner .button-middle .button-icon span:nth-of-type(2) {
  -webkit-transform: translate(-3px, 13px) rotate(45deg);
          transform: translate(-3px, 13px) rotate(45deg);
}

.button.button-black-close:hover {
  background: white;
  color: black;
}

.button.button-black-close:hover .button-inner .button-middle .button-icon span {
  background: black;
}

.button.button-white-close {
  display: none;
  position: fixed;
  top: 2rem;
  right: 2rem;
  z-index: 45;
  border: 2px solid white;
  background: white;
  color: black;
}

.button.button-white-close .button-inner .button-middle .button-icon {
  height: 30px;
  width: 30px;
}

.button.button-white-close .button-inner .button-middle .button-icon span {
  background: black;
}

.button.button-white-close .button-inner .button-middle .button-icon span:nth-of-type(1) {
  -webkit-transform: translate(-3px, 13px) rotate(-45deg);
          transform: translate(-3px, 13px) rotate(-45deg);
}

.button.button-white-close .button-inner .button-middle .button-icon span:nth-of-type(2) {
  -webkit-transform: translate(-3px, 13px) rotate(45deg);
          transform: translate(-3px, 13px) rotate(45deg);
}

.button.button-white-close:hover {
  background: black;
  color: white;
}

.button.button-white-close:hover .button-inner .button-middle .button-icon span {
  background: white;
}

@media screen and (max-width: 700px) {
  .button {
    height: 54px;
    width: 54px;
  }
  .button .button-inner .button-middle .button-icon span {
    border-radius: 1px;
    height: 2px;
    width: 17px;
  }
  .button .button-inner .button-middle .button-label {
    font-size: .6rem;
    padding-top: .5rem;
  }
  .button.button-menu-open {
    top: 1rem;
    right: 1rem;
    z-index: 50;
  }
  .button.button-menu-open .button-inner .button-middle .button-icon {
    height: 15px;
    width: 21px;
  }
  .button.button-menu-open .button-inner .button-middle .button-icon span {
    width: 15px;
  }
  .button.button-menu-open .button-inner .button-middle .button-icon span:nth-of-type(1) {
    -webkit-transform: translate(4px, 0);
            transform: translate(4px, 0);
  }
  .button.button-menu-open .button-inner .button-middle .button-icon span:nth-of-type(2) {
    -webkit-transform: translate(0, 6px);
            transform: translate(0, 6px);
  }
  .button.button-menu-open .button-inner .button-middle .button-icon span:nth-of-type(3) {
    -webkit-transform: translate(4px, 12px);
            transform: translate(4px, 12px);
  }
  .button.button-menu-close .button-inner .button-middle .button-icon {
    height: 15px;
    width: 15px;
  }
  .button.button-menu-close .button-inner .button-middle .button-icon span:nth-of-type(1) {
    -webkit-transform: translate(-1px, 6px) rotate(-45deg);
            transform: translate(-1px, 6px) rotate(-45deg);
  }
  .button.button-menu-close .button-inner .button-middle .button-icon span:nth-of-type(2) {
    -webkit-transform: translate(-1px, 6px) rotate(45deg);
            transform: translate(-1px, 6px) rotate(45deg);
  }
  .button.button-white-close {
    top: 1rem;
    right: 1rem;
  }
  .button.button-white-close .button-inner .button-middle .button-icon {
    height: 15px;
    width: 15px;
  }
  .button.button-white-close .button-inner .button-middle .button-icon span:nth-of-type(1) {
    -webkit-transform: translate(-1px, 6px) rotate(-45deg);
            transform: translate(-1px, 6px) rotate(-45deg);
  }
  .button.button-white-close .button-inner .button-middle .button-icon span:nth-of-type(2) {
    -webkit-transform: translate(-1px, 6px) rotate(45deg);
            transform: translate(-1px, 6px) rotate(45deg);
  }
  .button.button-black-close {
    top: 1rem;
    right: 1rem;
  }
  .button.button-black-close .button-inner .button-middle .button-icon {
    height: 15px;
    width: 15px;
  }
  .button.button-black-close .button-inner .button-middle .button-icon span:nth-of-type(1) {
    -webkit-transform: translate(-1px, 6px) rotate(-45deg);
            transform: translate(-1px, 6px) rotate(-45deg);
  }
  .button.button-black-close .button-inner .button-middle .button-icon span:nth-of-type(2) {
    -webkit-transform: translate(-1px, 6px) rotate(45deg);
            transform: translate(-1px, 6px) rotate(45deg);
  }
}

.light .button-menu-open {
  border: 2px solid black;
  background: black;
  color: white;
}

.light .button-menu-open .button-inner .button-middle .button-icon span {
  background: white;
}

.light .button-menu-open:hover {
  background: white;
  color: black;
}

.light .button-menu-open:hover .button-inner .button-middle .button-icon span {
  background: black;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  62% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  62% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@-webkit-keyframes spanpulse1 {
  0% {
    -webkit-transform: translate(17px, 18px) rotate(-45deg);
            transform: translate(17px, 18px) rotate(-45deg);
  }
  62% {
    -webkit-transform: translate(17px, 25px) rotate(-45deg);
            transform: translate(17px, 25px) rotate(-45deg);
  }
  100% {
    -webkit-transform: translate(17px, 18px) rotate(-45deg);
            transform: translate(17px, 18px) rotate(-45deg);
  }
}

@keyframes spanpulse1 {
  0% {
    -webkit-transform: translate(17px, 18px) rotate(-45deg);
            transform: translate(17px, 18px) rotate(-45deg);
  }
  62% {
    -webkit-transform: translate(17px, 25px) rotate(-45deg);
            transform: translate(17px, 25px) rotate(-45deg);
  }
  100% {
    -webkit-transform: translate(17px, 18px) rotate(-45deg);
            transform: translate(17px, 18px) rotate(-45deg);
  }
}

@-webkit-keyframes spanpulse2 {
  0% {
    -webkit-transform: translate(0px, 18px) rotate(45deg);
            transform: translate(0px, 18px) rotate(45deg);
  }
  62% {
    -webkit-transform: translate(0px, 25px) rotate(45deg);
            transform: translate(0px, 25px) rotate(45deg);
  }
  100% {
    -webkit-transform: translate(0px, 18px) rotate(45deg);
            transform: translate(0px, 18px) rotate(45deg);
  }
}

@keyframes spanpulse2 {
  0% {
    -webkit-transform: translate(0px, 18px) rotate(45deg);
            transform: translate(0px, 18px) rotate(45deg);
  }
  62% {
    -webkit-transform: translate(0px, 25px) rotate(45deg);
            transform: translate(0px, 25px) rotate(45deg);
  }
  100% {
    -webkit-transform: translate(0px, 18px) rotate(45deg);
            transform: translate(0px, 18px) rotate(45deg);
  }
}

.splash-container a {
  display: inline-block;
  padding: 0;
  font-size: 0;
}

.splash-container a.pre-order-link {
  clear: both;
  color: white;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.3rem;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

@media screen and (max-width: 1080px) {
  .splash-container a.pre-order-link {
    font-size: 1.1rem;
  }
}

.splash-container a.pre-order-link span.pre-order-icon {
  border: 2px solid rgba(255, 255, 255, 0.71);
  border-radius: 50%;
  display: inline-block;
  margin-left: .5rem;
  height: 36px;
  width: 36px;
  -webkit-transition: 250ms;
  transition: 250ms;
}

.splash-container a.pre-order-link span.pre-order-icon span {
  background: white;
  display: block;
  border-radius: 1px;
  height: 2px;
  width: 9px;
}

.splash-container a.pre-order-link span.pre-order-icon span:nth-of-type(1) {
  -webkit-transform: translate(12px, 17px) rotate(-45deg);
          transform: translate(12px, 17px) rotate(-45deg);
}

.splash-container a.pre-order-link span.pre-order-icon span:nth-of-type(2) {
  -webkit-transform: translate(12px, 10px) rotate(45deg);
          transform: translate(12px, 10px) rotate(45deg);
}

.splash-container a.pre-order-link span.pre-order-label {
  position: relative;
}

.splash-container a.pre-order-link span.pre-order-label:after {
  content: '';
  height: 1px;
  background: rgba(255, 255, 255, 0.71);
  width: 0%;
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-transition: 250ms;
  transition: 250ms;
}

.splash-container a.pre-order-link:hover span.pre-order-icon {
  background: white;
}

.splash-container a.pre-order-link:hover span.pre-order-icon span {
  background: black;
}

.splash-container a.pre-order-link:hover span.pre-order-label:after {
  width: 100%;
}

.enter-site {
  position: absolute;
  top: 2.5%;
  right: 2.5%;
}

a.enter-site span.enter-site-icon {
  margin-left: .5rem;
}

.footer-links {
  position: absolute;
  bottom: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  list-style: none;
}

.footer-links a {
  color: #666666;
  padding-left: 15px;
  text-decoration: none;
  font-size: 16px;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.footer-links a:hover {
  color: #fff;
}

@media screen and (max-width: 768px) {
  .footer-links a {
    font-size: 12px;
  }
}
/*# sourceMappingURL=splash.css.map */