/* === [ ITCSS ] === */
@import url("https://use.typekit.net/hto8llx.css");
@import url("https://use.typekit.net/hto8llx.css");
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html,
body,
div,
span,
object,
iframe,
figure,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
code,
em,
img,
small,
strike,
strong,
sub,
sup,
tt,
b,
u,
i,
ol,
ul,
li,
fieldset,
form,
label,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
main,
canvas,
embed,
footer,
header,
nav,
section,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
     -moz-text-size-adjust: none;
      -ms-text-size-adjust: none;
          text-size-adjust: none;
}

footer,
header,
nav,
section,
main {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  margin: 1.5rem 0;
  padding-left: 2.1rem;
}

ol ul,
ol ol,
ul ul,
ul ol {
  margin: 0.5rem 0 1rem 0;
}

li {
  position: relative;
  padding-left: 0.5rem;
}

blockquote,
q {
  quotes: none;
}

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

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

input {
  -webkit-appearance: none;
  border-radius: 0;
}

html {
  font-size: 62.5%;
  background-color: #000000;
}

body {
  background-color: #000000;
}

select {
  display: block;
  background-color: transparent;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -ms-appearance: none;
}

select:focus {
  outline: none;
}

img {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

::-moz-selection {
  color: #ffffff;
  background: #63c29c;
}

::selection {
  color: #ffffff;
  background: #63c29c;
}

input,
label,
select,
button,
textarea {
  margin: 0;
  border: 0;
  padding: 0;
  display: inline-block;
  vertical-align: middle;
  white-space: normal;
  background: none;
  line-height: 1;
  outline: none;
}

input:focus {
  outline: 0;
}

input,
textarea {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

button,
input[type=reset],
input[type=button],
input[type=submit],
input[type=checkbox],
input[type=radio],
select {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

input[type=checkbox],
input[type=radio] {
  width: 13px;
  height: 13px;
}

input[type=search] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
}

::-webkit-search-decoration {
  display: none;
}

button,
input[type="reset"],
input[type="button"],
input[type="submit"] {
  overflow: visible;
  width: auto;
}

::-webkit-file-upload-button {
  padding: 0;
  border: 0;
  background: none;
}

textarea {
  vertical-align: top;
  overflow: auto;
}

select[multiple] {
  vertical-align: top;
}

h1 {
  font-family: "regulator-nova", sans-serif;
  font-weight: normal;
  line-height: 1;
  letter-spacing: 0.02rem;
}

h1 {
  color: #ffffff;
  font-weight: 700;
}

h1 {
  font-size: 28px;
}

@media (min-width: 576px) {
  h1 {
    font-size: calc(28px + 22 * ((100vw - 576px) / 1024));
  }
}

@media (min-width: 1600px) {
  h1 {
    font-size: 50px;
  }
}

h1 {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  h1 {
    margin-bottom: calc(15px + 5 * ((100vw - 576px) / 1024));
  }
}

@media (min-width: 1600px) {
  h1 {
    margin-bottom: 20px;
  }
}

p {
  font-family: "futura-pt", sans-serif;
  font-weight: 400;
  line-height: 1.3;
  color: #6c6c6c;
}

p {
  font-size: 18px;
}

@media (min-width: 576px) {
  p {
    font-size: calc(18px + 8 * ((100vw - 576px) / 1024));
  }
}

@media (min-width: 1600px) {
  p {
    font-size: 26px;
  }
}

a {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  color: inherit;
  font-family: "futura-pt", sans-serif;
  font-size: inherit;
  text-decoration: underline;
  line-height: 1;
  font-weight: inherit;
  -webkit-tap-highlight-color: transparent;
}

body {
  background-color: #000000;
  width: 100vw;
  height: 100vh;
  background: -webkit-gradient(linear, left bottom, left top, from(black), color-stop(35%, rgba(0, 0, 0, 0.9)), color-stop(75%, rgba(0, 0, 0, 0.95)), to(rgba(0, 0, 0, 0.9))), url("../../dist/images/background.webp") center center/cover no-repeat;
  background: linear-gradient(0deg, black 0%, rgba(0, 0, 0, 0.9) 35%, rgba(0, 0, 0, 0.95) 75%, rgba(0, 0, 0, 0.9) 100%), url("../../dist/images/background.webp") center center/cover no-repeat;
  position: relative;
}

.logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 3rem;
}

.logo__img {
  width: 16rem;
}

.hero {
  position: absolute;
  max-width: 50rem;
  width: 100%;
  padding: 0 3rem;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
/*# sourceMappingURL=index.css.map */