body {
  color: #312828;
  background-color: #f6f4f1;
  font-family: Generalsans, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

a {
  color: #312828;
  text-decoration: none;
}

a:hover {
  color: #ecffa7;
  background-color: #829629;
}

.main {
  grid-row-gap: 4rem;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

.big-type {
  font-family: Generalsans, sans-serif;
  font-size: 21vw;
  font-weight: 700;
  line-height: 78%;
}

.big-type.scramble {
  color: #fff;
  letter-spacing: -5px;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 10rem;
  font-weight: 500;
}

.big-type.scramble.small {
  color: #609ee9;
  margin-right: 0;
  font-size: 7vw;
}

.big-type.scramble.small.blue {
  color: #2cbafe;
  font-size: 5rem;
}

.big-type.scramble.small.purple {
  color: #8868fe;
  font-size: 5rem;
}

.big-type-wrapper {
  max-width: 600px;
}

.small-type-wrapper {
  grid-column-gap: 10rem;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  max-width: 90vw;
  display: flex;
  position: absolute;
  inset: auto auto 5%;
}

.small-type {
  color: #c9c9c9;
  text-transform: none;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 100%;
}

.small-type.mt {
  margin-top: 1rem;
}

.link-external {
  border-radius: 4px;
  padding: 4px 8px;
  transition: all .2s;
}

.link-external:hover {
  color: #3a3c16;
  background-color: #fdff85;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.body-2 {
  background-color: #000;
  padding-left: 20px;
  padding-right: 20px;
}

.div-block {
  grid-column-gap: 4%;
  grid-row-gap: 4%;
  text-align: center;
  justify-content: center;
  align-items: stretch;
  margin-bottom: 15px;
  display: flex;
}

.div-block.big {
  grid-column-gap: 2%;
  grid-row-gap: 2%;
  align-items: center;
  margin-bottom: 30px;
}

.image {
  vertical-align: baseline;
  align-self: flex-end;
  max-width: 132px;
  height: auto;
  display: block;
  overflow: clip;
}

@media screen and (max-width: 991px) {
  .small-type-wrapper {
    grid-column-gap: 20%;
    grid-row-gap: 20%;
    white-space: nowrap;
    word-break: normal;
    overflow-wrap: normal;
    flex-flow: row;
    justify-content: center;
    max-width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .big-type.scramble {
    font-size: 18vw;
  }

  .big-type.scramble.small.blue, .big-type.scramble.small.purple {
    letter-spacing: 0;
    font-size: 9vw;
  }

  .image {
    max-width: 80px;
  }
}

@media screen and (max-width: 479px) {
  .big-type.scramble {
    font-size: 18vw;
  }

  .big-type.scramble.small.blue, .big-type.scramble.small.purple {
    font-size: 9vw;
  }

  .small-type-wrapper {
    flex-flow: column;
    justify-content: space-between;
  }

  .image {
    max-width: 50px;
  }
}


@font-face {
  font-family: 'Generalsans';
  src: url('../fonts/GeneralSans-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}