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

.section-dots {
  color: #efeeec;
  justify-content: center;
  align-items: stretch;
  min-height: 100vh;
  padding: 4em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section-dots__wrap {
  width: 100%;
  min-height: 30em;
  position: relative;
}

.dots-container {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  pointer-events: none;
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0;
}

.dot {
  will-change: transform, background-color;
  transform-origin: center;
  background-color: #bfbfbf;
  border-radius: 50%;
  width: 1em;
  height: 1em;
  position: relative;
  transform: translate(0);
}

.osmo-icon__link {
  color: currentColor;
  text-decoration: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.osmo-icon-svg {
  width: 10em;
}

.scramble-section {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 100vh;
  display: flex;
}

.scramble-section.u--bg-light {
  background-color: #efeeec;
}

.scramble-heading {
  color: #fff;
  text-align: center;
  font-family: Easefullrounded, Arial, sans-serif;
  font-size: 6em;
  line-height: 6rem;
  position: absolute;
}

.scramble-button {
  color: #131313;
  text-transform: uppercase;
  border: 1px dotted #000;
  border-radius: .3125em;
  padding: .5em 1em;
  font-size: 1em;
  font-weight: 400;
  text-decoration: none;
}

.scramble-button-text {
  margin-bottom: 0;
}

.div-block {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 25% 0%;
}

.body {
  background-color: #000;
}

@media screen and (max-width: 767px) {
  .dots-container {
    inset: 1em;
  }

  .osmo-icon-svg {
    width: 6em;
  }
}

#w-node-_20c021e6-9530-46e6-a6a8-fdca9b2568b2-4d793e36 {
  place-self: center;
}


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