@font-face {
  font-family: "Proxima Nova";
  src: url(../assets/fonts/ProximaNova-Semibold.ttf) format("truetype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Proxima Nova";
  src: url(../assets/fonts/ProximaNova-Bold.ttf) format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Proxima Nova";
  src: url(../assets/fonts/ProximaNova-Extrabld.ttf) format("truetype");
  font-weight: 800;
  font-style: normal;
}
#input {
  display: none;
}

*, *::before, *::after {
  margin: 0;
  padding: 0;
  border: none;
  box-sizing: border-box;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  font-family: "Proxima Nova";
}

html, body {
  height: 100%;
}

body {
  padding: 8.1481481481vh 0 0;
  background: center top/contain url(../assets/img/background.png) no-repeat, #0c0b0b;
}
body .main {
  margin: 0 auto;
}
body .main > img {
  display: block;
  height: 4.4444444444vh;
}
body .main-content__banner {
  width: 61.1111111111vh;
  height: 40.7407407407vh;
  padding: 6.4814814815vh 5.9259259259vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  border-radius: 0.5555555556vh;
  border: 0.0925925926vh solid rgba(255, 255, 255, 0.1);
  background: center top/contain url(../assets/img/banner-background.png) no-repeat;
}
body .main-content__banner > p {
  text-align: center;
}
body .main-content__banner > p:first-child {
  font-size: 2.962962963vh;
  font-weight: 800;
  line-height: 4.1481481481vh;
  text-transform: uppercase;
  color: white;
}
body .main-content__banner > p:not(:first-child) {
  font-size: 1.6666666667vh;
  font-weight: 600;
  line-height: 2.3333333333vh;
  color: white;
}
body .main-content__banner-button {
  padding: 1.8518518519vh 4.4444444444vh;
  display: flex;
  align-items: center;
  background-color: #e81c5a;
  border-radius: 0.7407407407vh;
  box-shadow: 0 0 5.9259259259vh 0 rgba(232, 28, 90, 0.35);
  transition: 0.2s box-shadow ease;
}
body .main-content__banner-button:hover {
  box-shadow: 0 0 5.9259259259vh 0 rgba(232, 28, 90, 0.75);
}
body .main-content__banner-button > img {
  display: block;
  width: 2.2222222222vh;
  height: 2.2222222222vh;
}
body .main-content__banner-button > p {
  font-size: 1.8518518519vh;
  font-weight: 700;
  line-height: 1.8518518519vh;
  text-transform: uppercase;
  color: white;
}
body .main-content__banner-button > * {
  margin-right: 1.4814814815vh;
}
body .main-content__banner-button > *:last-child {
  margin-right: 0;
}
body .main-content__help {
  display: flex;
  align-items: center;
  justify-content: center;
}
body .main-content__help > p {
  font-size: 1.6666666667vh;
  font-weight: 600;
  line-height: 2.3333333333vh;
  color: white;
}
body .main-content__help-text > p {
  font-size: 2.962962963vh;
  font-weight: 700;
  line-height: 4.1481481481vh;
  color: white;
}
body .main-content__help-text > img {
  display: block;
  height: 0.8333333333vh;
}
body .main-content__help-text > * {
  margin: 0.1851851852vh auto;
}
body .main-content__help-text > *:first-child {
  margin-top: 0;
}
body .main-content__help-text > *:last-child {
  margin-bottom: 0;
}
body .main-content__help > * {
  margin-right: 4.4444444444vh;
}
body .main-content__help > *:last-child {
  margin-right: 0;
}
body .main-content > * {
  margin: 4.4444444444vh auto;
}
body .main-content > *:first-child {
  margin-top: 0;
}
body .main-content > *:last-child {
  margin-bottom: 0;
}
body .main > p {
  font-size: 1.6666666667vh;
  font-weight: 600;
  line-height: 2.3333333333vh;
  text-align: center;
  color: rgba(255, 255, 255, 0.5);
}
body .main > * {
  margin: 5.9259259259vh auto;
}
body .main > *:first-child {
  margin-top: 0;
}
body .main > *:last-child {
  margin-bottom: 0;
}/*# sourceMappingURL=styles.css.map */