:root {
  --white: white;
  --black: black;
}

body {
  color: #333;
  background-color: #0d0d0f;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.div-block {
  grid-column-gap: 45px;
  grid-row-gap: 45px;
  color: #a299d4;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 1490px;
  margin-left: auto;
  margin-right: auto;
  padding: 61px 42px 113px;
  display: flex;
  container-type: inline-size;
}

.image {
  z-index: -1;
  opacity: .04;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.body {
  background-image: linear-gradient(rgba(13, 13, 15, .6), rgba(13, 13, 15, .6)), url('../images/6474d9046ecae385385a102d_BGGrid.svg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  line-height: 1.2;
}

.paragraph {
  text-align: left;
  text-transform: uppercase;
  font-family: Lakonet, sans-serif;
  font-size: 7cqi;
  line-height: 1.1;
}

.paragraph.is--sm {
  opacity: .75;
  margin-bottom: 0;
  font-family: Space Grotesk, sans-serif;
  font-size: 16px;
  line-height: 1.3;
}

.html-embed {
  border-radius: 20px;
  flex: 1;
  width: 100%;
  overflow: hidden;
  box-shadow: 0 0 17px 10px rgba(162, 153, 212, .07);
}

.paragraph-copy {
  text-align: left;
  margin-bottom: 23px;
  font-family: Space Grotesk, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.7;
}

.nav__socials {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: #2700ff;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.social-button {
  color: #a299d4;
  background-color: rgba(0, 0, 0, 0);
  background-image: none;
  background-size: auto;
  border-style: solid;
  border-width: 1px;
  border-radius: 9px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 3em;
  min-width: 35px;
  height: 3em;
  min-height: 35px;
  transition: background-color .2s cubic-bezier(.23, 1, .32, 1);
  display: flex;
  position: relative;
  overflow: hidden;
}

.social-button:hover {
  background-color: rgba(162, 153, 212, .2);
}

.social-button.is--fw {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  text-transform: uppercase;
  width: auto;
  padding-left: 11px;
  padding-right: 11px;
  font-family: Space Grotesk, sans-serif;
  text-decoration: none;
}

.nav__button-icon {
  width: 80%;
  height: 80%;
}

.nav__button-icon.is--social {
  width: 70%;
  height: 70%;
}

.social-button__shade {
  mix-blend-mode: difference;
  background-color: #a299d4;
  height: 0%;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.social__buttons-divider {
  opacity: .5;
  background-color: #a299d4;
  flex: none;
  width: 1em;
  height: 1px;
}

.div-block-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: stretch;
  display: grid;
}

.nav__right {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: #2700ff;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.svg {
  width: 18px;
  height: 18px;
}

.div-block-3 {
  grid-column-gap: 65px;
  grid-row-gap: 65px;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.nav-link {
  grid-column-gap: 8px;
  color: #a299d4;
  text-transform: uppercase;
  border: 1px solid rgba(162, 153, 212, .45);
  border-radius: 8px;
  align-items: center;
  padding: 13px;
  font-family: Space Grotesk, sans-serif;
  font-size: 1.1em;
  line-height: 1;
  text-decoration: none;
  transition: background-color .2s;
  display: flex;
}

.nav-link:hover {
  background-color: rgba(162, 153, 212, .35);
}

.nav-link__indicator {
  border-style: solid;
  border-width: 1px;
  border-radius: 2px;
  width: 8px;
  height: 8px;
  transition: background-color .2s;
}

.nav-link__overlay-wrap {
  position: relative;
}

.nav-link__overlay {
  mix-blend-mode: difference;
  background-color: #a299d4;
  border-radius: 5px;
  width: 0%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.nav-link__index {
  opacity: .5;
  align-self: flex-start;
  font-size: 12px;
}

.div-block-4 {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  display: flex;
}

.div-block-5 {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: rgba(162, 153, 212, .1);
  border: 1px solid #a299d4;
  border-radius: 18px;
  padding: 30px;
  container-type: inline-size;
}

.div-block-6 {
  flex-flow: column;
  padding-top: 16px;
  padding-bottom: 16px;
  display: flex;
}

.div-block-7 {
  display: none;
}

.image-2 {
  width: 200px;
}

.analytics-embed {
  display: none;
}

@media screen and (max-width: 991px) {
  .div-block {
    padding-bottom: 61px;
  }

  .social-button.is--hidden-mobile {
    display: none;
  }

  .social__buttons-divider {
    width: 1.5em;
  }

  .nav__right {
    display: none;
  }

  .div-block-3 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: column;
    display: flex;
  }

  .div-block-5 {
    align-self: stretch;
    width: 100%;
  }

  .div-block-7 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    display: flex;
  }
}

@media screen and (max-width: 767px) {
  .div-block {
    padding: 40px 22px;
  }

  .paragraph.is--sm {
    font-size: 14px;
  }

  .paragraph-copy {
    font-size: 16px;
  }

  .social-button {
    width: 2em;
    height: 2em;
  }

  .nav-link {
    font-size: 1em;
  }

  .div-block-4 {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
  }

  .div-block-5 {
    padding: 22px;
  }
}

@media screen and (max-width: 479px) {
  .div-block {
    grid-column-gap: 38px;
    grid-row-gap: 38px;
  }

  .paragraph {
    text-align: center;
    font-size: 24px;
  }

  .paragraph-copy {
    text-align: center;
  }

  .div-block-2 {
    grid-template-columns: auto 1fr auto;
  }

  .nav-link {
    padding: 10px;
    font-size: .8em;
  }

  .div-block-4 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    justify-content: space-between;
  }

  .image-2 {
    width: 120px;
  }
}

#w-node-_968ac5d2-74dc-f244-1259-0da6fd4ef6aa-5b6233a2 {
  align-self: center;
  justify-self: center;
}

#w-node-c0ce5f90-ce87-88c1-a891-a74a6b941460-5b6233a2 {
  align-self: center;
  justify-self: stretch;
}

#w-node-_00442742-9f1c-57a1-cfea-3dd05b20d0cd-5b6233a2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_15ae4bcd-f24d-5401-ce88-d485ad1c51c2-5b6233a2 {
    grid-area: 1 / 1 / 2 / 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_15ae4bcd-f24d-5401-ce88-d485ad1c51c2-5b6233a2 {
    grid-area: 1 / 1 / 2 / 2;
  }
}


@font-face {
  font-family: 'Lakonet';
  src: url('../fonts/lakonet-lakonet-regular-400.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}