* {
  margin: 0;
  padding: 0;
}

@media (min-width: 768px) {
  @font-face {
    font-family: "Sirin Stencil";
    font-style: sans-serif;
    font-weight: 400;
    src: url(../assets/sirin_stencil.woff2) format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  }
  body {
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    background-image: url(../assets/gold_tram_blur.jpg);
    background-size: cover;
    background-position: bottom;
  }
  .line {
    width: 100vw;
  }
  .right {
    width: 100vw;
    display: inline-block;
  }
  .right {
    color: #415161;
    transform: skew(0deg, 22deg);
    text-shadow: 1px -0.333px 0 #2f3a46, 2px -0.666px 0 #2a353f, 3px -0.999px 0 #263039, 4px -1.332px 0 #222b33, 5px -1.665px 0 #1e262d, 6px -1.998px 0 #1a2127, 7px -2.331px 0 #161b21, 8px -2.664px 0 #12161b, 9px -2.997px 0 #0e1115, 0 0 5px rgba(45, 56, 66, 0.05), -1px 0 3px rgba(45, 56, 66, 0.2), 9px 0 9px rgba(45, 56, 66, 0.7), 12px 0 12px rgba(45, 56, 66, 0.7), 15px 0 15px rgba(45, 56, 66, 0.7);
  }
  .left .content {
    width: 100vw;
    text-align: center;
  }
  .right .content {
    width: 100vw;
    text-align: center;
    transform: translate(25vw);
  }
  .wrap {
    transform: translate(0vw, -25vh);
    margin-right: 12vw;
  }
  span {
    display: inline-block;
    font-family: "Sirin Stencil", sans-serif;
    font-size: 10vw;
    line-height: 0.8;
    text-transform: uppercase;
    transition: ease-out 0.6s;
    font-weight: 900;
  }
  .iconsContainer {
    display: flex;
    position: absolute;
    bottom: 4vw;
    left: 0vw;
    width: 20vw;
    height: 4vw;
  }
  svg {
    width: 3.75vw;
    height: 3.75vw;
    margin: 1.5vw;
  }
}

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