/*!***********************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./node_modules/sass-loader/dist/cjs.js!./src/scss/main.scss ***!
  \***********************************************************************************************************************************************************************************/
@font-face {
  font-family: "Labil Grotesk";
  src: url(./5893f20a8ceefe9062c9.woff);
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Labil Grotesk";
  src: url(./244d4dd750bb80631710.woff);
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}

.text p:first-child,
.text ul:first-child,
.text ol:first-child,
.text h1:first-child,
.text h2:first-child,
.text h3:first-child,
.text h4:first-child,
.text h5:first-child,
.text h6:first-child {
  margin-top: 0;
}
.text p:last-child,
.text ul:last-child,
.text ol:last-child,
.text h1:last-child,
.text h2:last-child,
.text h3:last-child,
.text h4:last-child,
.text h5:last-child,
.text h6:last-child {
  margin-bottom: 0;
}

img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
}

input,
button,
textarea,
select {
  font: inherit;
  color: inherit;
  min-width: 0;
  border-radius: 0;
  background: none;
  border: none;
}

button {
  cursor: pointer;
}

body {
  margin: 0;
  min-height: 100vh;
  min-height: calc(1vh * 100);
  min-height: calc(var(--vh, 1vh) * 100);
}

body {
  font-family: "Labil Grotesk", sans-serif;
  font-weight: 300;
  position: relative;
  margin: 0;
  min-height: 100vh;
  min-height: calc(1vh * 100);
  min-height: calc(var(--vh, 1vh) * 100);
  background-color: #222;
  color: #eee;
}
body strong,
body b {
  font-weight: 500;
}

#bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
}

#bg-o {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#content {
  position: relative;
  min-height: 100vh;
  min-height: calc(1vh * 100);
  min-height: calc(var(--vh, 1vh) * 100);
  display: flex;
  align-items: center;
  justify-content: center;
}
#content #logo {
  width: 56%;
  max-width: 35em;
}

a {
  color: inherit;
  -webkit-text-decoration: none;
  text-decoration: none;
}

#foot {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  max-width: 110rem;
  margin: 0 auto;
  padding: 3vh 6vw;
  display: flex;
  justify-content: space-between;
}
#foot .foot-link {
  text-transform: uppercase;
  font-size: max(min(1.25rem, 1.1363636364vw), 1rem);
  font-weight: 500;
  letter-spacing: 0.05em;
}
#foot .foot-link:nth-child(2) {
  text-align: center;
}
#foot .foot-link a {
  position: relative;
  display: block;
}
#foot .foot-link a::after {
  content: "";
  position: absolute;
  width: 0;
  height: 2px;
  background-color: #fff;
  top: 100%;
  right: 0;
  left: 0;
  margin: 0 auto;
  transition: 0.3s;
}
#foot .foot-link a:hover::after {
  width: 100%;
}
@media (max-width: 900px) {
  #foot {
    flex-direction: column;
  }
  #foot .foot-link {
    text-align: center;
    padding: 0.5em;
  }
}

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