@font-face {
  font-family: "Aquawax-Pro";
  font-weight: 400;
  src: url("../../fonts/Aquawax-Pro-Medium.woff") format("woff2"), url("../../fonts/Aquawax-Pro-Medium.woff") format("woff");
}
@font-face {
  font-family: "Aquawax-Pro";
  font-weight: 800;
  src: url("../../fonts/Aquawax-Pro-Bold.woff") format("woff2"), url("../../fonts/Aquawax-Pro-Bold.woff") format("woff");
}
@font-face {
  font-family: "Aquawax-Pro";
  font-weight: 300;
  src: url("../../fonts/Aquawax-Pro-Light.woff") format("woff2"), url("../../fonts/Aquawax-Pro-Bold.woff") format("woff");
}
* {
  margin: 0;
  padding: 0;
  font-family: "Aquawax-Pro", system-ui, sans-serif;
  text-rendering: geometricPrecision;
  color: #333333;
}

html, body {
  -webkit-text-size-adjust: none;
  overflow-x: hidden;
}

html, body {
  width: 100%;
  height: 100%;
}

body {
  position: relative;
}

section {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0%, -50%);
}

section h1 {
  width: 100%;
  text-align: center;
}

section > h2 {
  width: 100%;
  font-size: 17px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: -0.3px;
  margin: 30px 0 45px 0;
  text-align: center;
  color: #333333;
}

section .social {
  display: flex;
  justify-content: center;
}

section .social a {
  width: 24px;
  height: 24px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

section .social a:nth-child(1) {
  background-image: url("../../images/instagram.svg");
}

section .social a:nth-child(2) {
  margin: 0 22px 0 22px;
  background-image: url("../../images/facebook.svg");
}

section .social a:nth-child(3) {
  background-image: url("../../images/twitter.svg");
}

footer {
  width: 100%;
  position: absolute;
  display: none;
  left: 0;
  bottom: 22px;
  justify-content: center;
  align-items: center;
}

footer span {
  font-size: 10px;
  font-weight: 800;
  letter-spacing: -0.3px;
  color: #C1C0C0;
}

footer span:nth-child(2) {
  width: 22px;
  height: 22px;
  margin: 0 7px 0 7px;
  background-image: url("../../images/logo-footer.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

@media only screen and (min-height: 460px) {
  footer {
    display: flex;
  }
}

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