*, *:before, *:after {
  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;
  text-size-adjust: none;
}

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

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

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, body {
  position: relative;
  display: flex;
  width: 100dvw;
  height: 100dvh;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-family: sans-serif;
}

#coming-soon {
  position: relative;
  display: block;
  max-width: 17.8571428571rem;
  text-align: center;
}
#coming-soon figure {
  position: relative;
  display: block;
  width: 100%;
  margin-bottom: 1.0714285714rem;
}
#coming-soon figure img {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}
#coming-soon p {
  position: relative;
  display: block;
  margin-bottom: 0.7142857143rem;
  font-size: 0.8em;
  letter-spacing: 0.35em;
  text-transform: lowercase;
}
#coming-soon a {
  position: relative;
  display: inline-block;
  padding: 0.5em 0.75em 0.4em;
  color: #fa2222;
  font-size: 0.8em;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  border: solid 0.0714285714rem #fa2222;
  transition: 0.2s ease;
}
#coming-soon a::before {
  content: "";
  background: #fa2222;
  position: absolute;
  display: block;
  width: 0;
  height: 100%;
  top: 0;
  right: 100%;
  transition: 0.2s ease;
  z-index: 0;
}
#coming-soon a:hover {
  color: white;
}
#coming-soon a:hover::before {
  width: 100%;
  right: 0;
}
#coming-soon a span {
  position: relative;
  z-index: 1;
}

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