/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
main {
  display: block;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
a {
  background-color: transparent;
}
strong {
  font-weight: bolder;
}
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
}
button,
input {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button,
input {
  overflow: visible;
}
button {
  text-transform: none;
}
[type="button"],
[type="reset"],
[type="submit"],
button {
  -webkit-appearance: button;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}
legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  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;
}
[hidden] {
  display: none;
}
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: sans-serif;
}
*,
::after,
::before {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}
h1,
h2,
p {
  margin: 0;
}
button {
  background: 0 0;
  padding: 0;
}
button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}
html {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji",
    "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  line-height: 1.5;
}
*,
::after,
::before {
  border-width: 0;
  border-style: solid;
  border-color: #e2e8f0;
}
img {
  border-style: solid;
}
input::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.5;
}
input:-ms-input-placeholder {
  color: inherit;
  opacity: 0.5;
}
input::-ms-input-placeholder {
  color: inherit;
  opacity: 0.5;
}
input::placeholder {
  color: inherit;
  opacity: 0.5;
}
[role="button"],
button {
  cursor: pointer;
}
h1,
h2,
h3 {
  font-size: inherit;
  font-weight: inherit;
}
a {
  color: inherit;
  text-decoration: inherit;
}
button,
input {
  padding: 0;
  line-height: inherit;
  color: inherit;
}
canvas,
img {
  display: block;
  vertical-align: middle;
}
img {
  max-width: 100%;
  height: auto;
}
.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 640px) {
  .container {
    max-width: 640px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 768px;
  }
}
@media (min-width: 1024px) {
  .container {
    max-width: 1024px;
  }
}
@media (min-width: 1280px) {
  .container {
    max-width: 1280px;
  }
}
.bg-black {
  background-color: #000 !important;
}
.bg-red {
  background-color: #ed1c2c !important;
}
.bg-center {
  background-position: center !important;
}
.bg-no-repeat {
  background-repeat: no-repeat !important;
}
.bg-cover {
  background-size: cover !important;
}
.border-gray-700 {
  border-color: #4a5568 !important;
}
.border-red {
  border-color: #af1f2a !important;
}
.border-solid {
  border-style: solid !important;
}
.border {
  border-width: 1px !important;
}
.border-t-4 {
  border-top-width: 4px !important;
}
.border-t {
  border-top-width: 1px !important;
}
.border-b {
  border-bottom-width: 1px !important;
}
.hidden {
  display: none !important;
}
.items-start {
  -webkit-box-align: start !important;
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}
.items-center {
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}
.justify-end {
  -webkit-box-pack: end !important;
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}
.justify-center {
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}
.font-light {
  font-weight: 300 !important;
}
.font-bold {
  font-weight: 700 !important;
}
.font-black {
  font-weight: 900 !important;
}
.h-2 {
  height: 0.5rem !important;
}
.leading-none {
  line-height: 1 !important;
}
.mx-3 {
  margin-left: 0.75rem !important;
  margin-right: 0.75rem !important;
}
.my-4 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}
.my-5 {
  margin-top: 1.25rem !important;
  margin-bottom: 1.25rem !important;
}
.mx-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}
.-my-8 {
  margin-top: -2rem !important;
  margin-bottom: -2rem !important;
}
.mr-0 {
  margin-right: 0 !important;
}
.ml-0 {
  margin-left: 0 !important;
}
.mt-1 {
  margin-top: 0.25rem !important;
}
.mt-3 {
  margin-top: 0.75rem !important;
}
.mt-4 {
  margin-top: 1rem !important;
}
.mb-4 {
  margin-bottom: 1rem !important;
}
.ml-5 {
  margin-left: 1.25rem !important;
}
.mr-5 {
  margin-right: 1.25rem !important;
}
.mt-6 {
  margin-top: 1.5rem !important;
}
.mt-10 {
  margin-top: 4rem !important;
}
.mb-6 {
  margin-bottom: 1.5rem !important;
}
.mb-12 {
  margin-bottom: 3rem !important;
}
.mr-auto {
  margin-right: auto !important;
}
.ml-auto {
  margin-left: auto !important;
}
.-mb-6 {
  margin-bottom: -1.5rem !important;
}
.-mb-10 {
  margin-bottom: -4rem !important;
}
.-mt-10 {
  margin-top: -2.5rem !important;
}
.-mt-12 {
  margin-top: -3rem !important;
}
.-mt-16 {
  margin-top: -4rem !important;
}
.-mt-20 {
  margin-top: -5rem !important;
}
.-mb-24 {
  margin-bottom: -6rem !important;
}
.max-w-sm {
  max-width: 24rem !important;
}
.max-w-md {
  max-width: 28rem !important;
}
.max-w-lg {
  max-width: 32rem !important;
}
.max-w-xl {
  max-width: 36rem !important;
}
.p-5 {
  padding: 1.25rem !important;
}
.px-1 {
  padding-left: 0.25rem !important;
  padding-right: 0.25rem !important;
}
.px-3 {
  padding-left: 0.75rem !important;
  padding-right: 0.75rem !important;
}
.py-4 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}
.py-10 {
  padding-top: 2.5rem !important;
  padding-bottom: 2.5rem !important;
}
.pb-2 {
  padding-bottom: 0.5rem !important;
}
.pt-4 {
  padding-top: 1rem !important;
}
.pt-5 {
  padding-top: 1.25rem !important;
}
.pt-6 {
  padding-top: 1.5rem !important;
}
.pt-8 {
  padding-top: 2rem !important;
}
.pb-8 {
  padding-bottom: 2rem !important;
}
.pt-10 {
  padding-top: 2.5rem !important;
}
.pb-10 {
  padding-bottom: 2.5rem !important;
}
.pt-12 {
  padding-top: 3rem !important;
}
.pt-20 {
  padding-top: 5rem !important;
}
.relative {
  position: relative !important;
}
.absolute {
  position: absolute !important;
}
.text-left {
  text-align: left !important;
}
.text-center {
  text-align: center !important;
}
.text-white {
  color: #fff !important;
}
.text-red {
  color: #ed1c2c !important;
}
.text-xs {
  font-size: 0.75rem !important;
}
.text-sm {
  font-size: 0.875rem !important;
}
.text-2xl {
  font-size: 1.5rem !important;
}
.text-3xl {
  font-size: 1.875rem !important;
}
.text-4xl {
  font-size: 2.25rem !important;
}
.w-12 {
  width: 3rem !important;
}
.w-20 {
  width: 5rem !important;
}
.w-32 {
  width: 8rem !important;
}
.w-50 {
  width: 50%;
}
.w-75 {
  width: 75%;
}
.w-11\/12 {
  width: 91.66667% !important;
}
.z-0 {
  z-index: 0 !important;
}
.z-10 {
  z-index: 10 !important;
}
.z-20 {
  z-index: 20 !important;
}
@font-face {
  font-family: Acer-foco;
  font-display: auto;
  font-weight: 300;
  font-style: normal;
  src: local("Acer-foco"),
    url(../assets/fonts/acerfoco-light-webfont.woff) format("woff"),
    url(../assets/fonts/acerfoco-light-webfont.woff2) format("woff2");
}
@font-face {
  font-family: Acer-foco;
  font-display: auto;
  font-weight: 400;
  font-style: normal;
  src: local("Acer-foco"),
    url(../assets/fonts/acerfoco-regular-webfont.woff) format("woff"),
    url(../assets/fonts/acerfoco-regular-webfont.woff2) format("woff2");
}
@font-face {
  font-family: Acer-foco;
  font-display: auto;
  font-weight: 500;
  font-style: normal;
  src: local("Acer-foco"),
    url(../assets/fonts/acerfoco-semibold-webfont.woff) format("woff"),
    url(../assets/fonts/acerfoco-semibold-webfont.woff2) format("woff2");
}
@font-face {
  font-family: Acer-foco;
  font-display: auto;
  font-weight: 500;
  font-style: italic;
  src: local("Acer-foco"),
    url(../assets/fonts/acerfoco-semibolditalic.woff) format("woff");
}
@font-face {
  font-family: Acer-foco;
  font-display: auto;
  font-weight: 700;
  font-style: normal;
  src: local("Acer-foco"),
    url(../assets/fonts/acerfoco-bold-webfont.woff) format("woff"),
    url(../assets/fonts/acerfoco-bold-webfont.woff2) format("woff2");
}
@font-face {
  font-family: Acer-foco;
  font-display: auto;
  font-weight: 900;
  font-style: normal;
  src: local("Acer-foco"),
    url(../assets/fonts/acerfoco-black-webfont.woff) format("woff"),
    url(../assets/fonts/acerfoco-black-webfont.woff2) format("woff2");
}
@font-face {
  font-family: "TT Squares";
  src: url(../assets/fonts/TTSquares-Bold.woff2) format("woff2"),
    url(../assets/fonts/TTSquares-Bold.woff) format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "TT Squares";
  src: url(../assets/fonts/TTSquares-Black.woff2) format("woff2"),
    url(../assets/fonts/TTSquares-Black.woff) format("woff");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "TT Squares";
  src: url(../assets/fonts/TTSquares-Regular.woff2) format("woff2"),
    url(../assets/fonts/TTSquares-Regular.woff) format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "TT Squares";
  src: url(../assets/fonts/TTSquares-Light.woff2) format("woff2"),
    url(../assets/fonts/TTSquares-Light.woff) format("woff");
  font-weight: 300;
  font-style: normal;
}
html {
  font-size: 16px;
  background-color: #fff;
}
@media (min-width: 1024px) {
  html {
    font-size: 18px;
  }
}
@media (min-width: 1280px) {
  html {
    font-size: 24px;
  }
}
body {
  min-width: 320px;
  margin: auto;
  color: #fff;
  background-color: #000;
  background-image: url(../assets/images/bg.jpg);
}
footer,
header,
section {
  position: relative;
}
img {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
h1 {
  font-family: "TT Squares", Arial, sans-serif;
  font-size: 5rem;
  font-weight: 700;
  line-height: 1 !important;
}
h2,
h3 {
  font-family: "TT Squares", Arial, sans-serif;
  font-size: 2.25rem;
  text-transform: uppercase;
  font-weight: 900;
  line-height: 1.25 !important;
}
p {
  font-family: "TT Squares", Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.25 !important;
}
header {
  background-image: url(../assets/images/bg-stars.png);
  background-repeat: no-repeat;
}
@media (min-width: 768px) {
  header {
    background-image: url(../assets/images/bg-stars.png);
    background-repeat: no-repeat;
  }
}
.bg-gradient-sup {
  background: rgba(0, 0, 0, 0);
  background: -webkit-gradient(
    left top,
    left bottom,
    color-stop(0, rgba(0, 0, 0, 1)),
    color-stop(100%, rgba(0, 0, 0, 0))
  );
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(0, 0, 0, 1)),
    to(rgba(0, 0, 0, 0))
  );
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 1) 0,
    rgba(0, 0, 0, 0) 100%
  );
}
.bg-gradient-inf {
  background: rgba(0, 0, 0, 0);
  background: -webkit-gradient(
    left top,
    left bottom,
    color-stop(0, rgba(0, 0, 0, 0)),
    color-stop(100%, rgba(0, 0, 0, 1))
  );
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(0, 0, 0, 0)),
    to(rgba(0, 0, 0, 1))
  );
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 0,
    rgba(0, 0, 0, 1) 100%
  );
}
.block {
  display: block;
}
.flex {
  display: flex;
}
.flex-col {
  flex-direction: column;
}
.flex-col-reverse {
  flex-direction: column-reverse;
}
@media (min-width: 640px) {
  .sm\:flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .sm\:mx-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .sm\:-mt-32 {
    margin-top: -8rem !important;
  }
  .sm\:max-w-lg {
    max-width: 32rem !important;
  }
  .sm\:pt-8 {
    padding-top: 2rem !important;
  }
  .sm\:pr-10 {
    padding-right: 2.5rem !important;
  }
  .sm\:text-right {
    text-align: right !important;
  }
  .sm\:text-3xl {
    font-size: 1.875rem !important;
  }
}
@media (min-width: 768px) {
  .md\:block {
    display: block !important;
  }
  .md\:flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .md\:flex-row {
    flex-direction: row;
  }
  .md\:hidden {
    display: none !important;
  }
  .md\:order-1 {
    -webkit-box-ordinal-group: 2 !important;
    -ms-flex-order: 1 !important;
    order: 1 !important;
  }
  .md\:order-2 {
    -webkit-box-ordinal-group: 3 !important;
    -ms-flex-order: 2 !important;
    order: 2 !important;
  }
  .md\:-my-20 {
    margin-top: -5rem !important;
    margin-bottom: -5rem !important;
  }
  .md\:mt-0 {
    margin-top: 0 !important;
  }
  .md\:ml-0 {
    margin-left: 0 !important;
  }
  .md\:mt-5 {
    margin-top: 1.25rem !important;
  }
  .md\:ml-6 {
    margin-left: 1.5rem !important;
  }
  .md\:mr-6 {
    margin-right: 1.5rem !important;
  }
  .md\:-mr-6 {
    margin-right: -1.5rem !important;
  }
  .md\:-mt-8 {
    margin-top: -2rem !important;
  }
  .md\:-mt-10 {
    margin-top: -2.5rem !important;
  }
  .md\:-ml-12 {
    margin-left: -3rem !important;
  }
  .md\:-mt-16 {
    margin-top: -4rem !important;
  }
  .md\:-mt-20 {
    margin-top: -5rem !important;
  }
  .md\:-ml-20 {
    margin-left: -5rem !important;
  }
  .md\:-mt-24 {
    margin-top: -6rem !important;
  }
  .md\:mb-0 {
    margin-bottom: 0 !important;
  }
  .md\:-mb-32 {
    margin-bottom: -8rem !important;
  }
  .md\:max-w-xs {
    max-width: 20rem !important;
  }
  .md\:max-w-sm {
    max-width: 24rem !important;
  }
  .md\:max-w-full {
    max-width: 100% !important;
  }
  .md\:px-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
  .md\:px-6 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
  .md\:pt-0 {
    padding-top: 0 !important;
  }
  .md\:pb-0 {
    padding-bottom: 0 !important;
  }
  .md\:pt-8 {
    padding-top: 2rem !important;
  }
  .md\:pl-10 {
    padding-left: 2.5rem !important;
  }
  .md\:pt-12 {
    padding-top: 3rem !important;
  }
  .md\:pl-16 {
    padding-left: 4rem !important;
  }
  .md\:pt-24 {
    padding-top: 6rem !important;
  }
  .md\:pt-32 {
    padding-top: 8rem !important;
  }
  .md\:absolute {
    position: absolute !important;
  }
  .md\:relative {
    position: relative !important;
  }
  .md\:top-0 {
    top: 0 !important;
  }
  .md\:text-left {
    text-align: left !important;
  }
  .md\:text-4xl {
    font-size: 2.25rem !important;
  }
  .md\:w-3\/12 {
    width: 25% !important;
  }
  .md\:w-6\/12 {
    width: 50% !important;
  }
  .md\:w-4\/12 {
    width: 33% !important;
  }
  .md\:w-7\/12 {
    width: 58.33333% !important;
  }
  .md\:w-9\/12 {
    width: 75% !important;
  }
  .md\:w-10\/12 {
    width: 83.33333% !important;
  }
}
@media (min-width: 1024px) {
  .lg\:flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .lg\:flex-wrap {
    flex-wrap: wrap;
  }
  .lg\:absolute {
    position: absolute !important;
  }
  .lg\:-mt-32 {
    margin-top: -8rem !important;
  }
  .lg\:py-16 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .lg\:text-xs {
    font-size: 0.75rem !important;
  }
  .lg\:text-4xl {
    font-size: 2.25rem !important;
  }
  .lg\:text-5xl {
    font-size: 3rem !important;
  }
  .lg\:w-8\/12 {
    width: 66.66667% !important;
  }
}
@media (min-width: 1280px) {
  .xl\:no-wrap {
    flex-wrap: nowrap;
  }
  .xl\:mt-6 {
    margin-top: 1.5rem !important;
  }
  .xl\:mr-6 {
    margin-right: 1.5rem !important;
  }
  .xl\:-mt-6 {
    margin-top: -1.5rem !important;
  }
  .xl\:-mt-10 {
    margin-top: -2.5rem !important;
  }
  .xl\:-mt-16 {
    margin-top: -4rem !important;
  }
  .xl\:-mt-20 {
    margin-top: -5rem !important;
  }
  .xl\:-mb-24 {
    margin-bottom: -6rem !important;
  }
  .xl\:-mt-32 {
    margin-top: -8rem !important;
  }
  .xl\:-ml-32 {
    margin-left: -8rem !important;
  }
  .xl\:-mb-40 {
    margin-bottom: -10rem !important;
  }
  .xl\:max-w-md {
    max-width: 28rem !important;
  }
  .xl\:max-w-lg {
    max-width: 32rem !important;
  }
  .xl\:max-w-xl {
    max-width: 36rem !important;
  }
  .xl\:pr-0 {
    padding-right: 0 !important;
  }
  .xl\:pl-0 {
    padding-left: 0 !important;
  }
  .xl\:pl-16 {
    padding-left: 4rem !important;
  }
  .xl\:pb-32 {
    padding-bottom: 8rem !important;
  }
  .xl\:absolute {
    position: absolute !important;
  }
  .xl\:right-0 {
    right: 0 !important;
  }
  .xl\:text-5xl {
    font-size: 3rem !important;
  }
  .xl\:w-5\/12 {
    width: 41.66667% !important;
  }
  .xl\:w-7\/12 {
    width: 58.33333% !important;
  }
  .xl\:w-8\/12 {
    width: 66.66667% !important;
  }
}
