:root {
  --white: white;
  --red: #fb0f6b;
  --text-noactive: #7f8ba2;
  --green: #00fff7;
  --black: black;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.navbar-logo-center-container {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.navbar-logo-center-container.shadow-three {
  width: 100%;
  max-width: 1140px;
}

.container {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.navbar-wrapper-three {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.navbar-brand-three {
  z-index: 5;
  position: absolute;
}

.nav-menu-wrapper-three {
  width: 100%;
}

.nav-menu-three {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-menu-block {
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link:hover {
  color: #1a1b1fbf;
}

.nav-link:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-link-accent {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent:hover {
  color: #1a1b1fbf;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.nav-menu {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  align-items: center;
  display: flex;
  position: static;
}

.banner-wrapper, .nav-button-group {
  grid-column-gap: 8px;
  align-items: center;
  display: flex;
}

.banner {
  color: #fff;
  text-align: center;
  background-color: #080808;
  justify-content: center;
  align-items: center;
  min-height: 56px;
  padding: 16px 5%;
  display: flex;
}

.nav-icon-l {
  padding: 8px;
}

.nav-dropdown-2 {
  height: 100%;
  position: static;
}

.icon-small {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  display: flex;
}

.nav-link-text {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4;
}

.button-secondary-s {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #5167f6;
  text-align: center;
  letter-spacing: -.02em;
  background-color: #fff;
  border: 1px solid #cbd0f6;
  border-radius: 99px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 8px 24px;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-decoration: none;
  transition: all .5s cubic-bezier(.6, .6, 0, 1);
}

.button-secondary-s:hover {
  background-color: #eceefe;
}

.button-secondary-s:active {
  background-color: #d8ddfd;
}

.button-primary-s {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  text-align: center;
  letter-spacing: -.02em;
  background-color: #6173e5;
  border-radius: 99px;
  flex-direction: row;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: 8px 24px;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-decoration: none;
  transition: background-color .5s cubic-bezier(.6, .6, 0, 1);
}

.button-primary-s:hover {
  background-color: #8492eb;
}

.button-primary-s:active {
  background-color: #8b99f9;
}

.nav-link-2 {
  color: #080808;
  letter-spacing: -.02em;
  white-space: nowrap;
  background-color: #0000;
  border-radius: 32px;
  padding: 8px 16px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: all .35s;
}

.nav-link-2:hover {
  color: #6173e5;
  background-color: #eeeffc;
}

.nav-link-2.w--current {
  color: #642eff;
}

.nav-link-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  display: flex;
}

.navigation {
  z-index: 999;
  background-color: #fff0;
  align-items: center;
  width: 100%;
  min-height: 96px;
  padding: 24px 5%;
  display: flex;
}

.nav-toggle {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: #080808;
  letter-spacing: -.02em;
  border-radius: 32px;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  padding: 8px 12px 8px 16px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: all .35s;
  display: flex;
}

.nav-toggle:hover, .nav-toggle.w--open {
  color: #6173e5;
  background-color: #eeeffc;
}

.span-yellow {
  color: #e5cb61;
}

.nav-link-arrow-wrapper {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  align-items: center;
  display: flex;
}

.caption {
  letter-spacing: -.02em;
  font-size: 14px;
  line-height: 1.8;
}

.nav-feature-icon {
  background-color: #f8f9fa;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
}

.nav-list-dropdown {
  z-index: 99;
}

.nav-list-dropdown.w--open {
  background-color: #0000;
  width: 100%;
  min-width: auto;
  max-width: 284px;
  margin-left: auto;
  margin-right: auto;
  padding: 8px;
  position: absolute;
  top: 72px;
  bottom: auto;
  overflow: visible;
}

.icon-regular {
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.nav-dropdown-base-a {
  z-index: 99;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #fff;
  border: 1px solid #eaedf0;
  border-radius: 8px;
  flex-direction: column;
  margin-left: auto;
  margin-right: auto;
  padding: 24px;
  display: flex;
  box-shadow: 0 24px 64px #e0e0e07a;
}

.nav-dropdown-base-a.w--open {
  background-color: #0000;
  width: 100%;
  min-width: auto;
  padding: 24px 5%;
  position: absolute;
  inset: 90px auto auto 0;
  overflow: hidden;
}

.nav-link-feature {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #000;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.nav-link-s {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #000;
  align-items: center;
  width: 100%;
  text-decoration: none;
  transition: color .3s;
  display: flex;
}

.nav-link-s:hover {
  color: #6173e5;
}

.nav-wrapper {
  grid-column-gap: 62px;
  align-items: center;
  display: flex;
}

.nav-container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.nav-line-break {
  background-color: #eaedf0;
  width: 100%;
  height: 1px;
}

.paragraph-regular {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.8;
}

.paragraph-regular.text-weight-bold {
  font-weight: 700;
}

.paragraph-small {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.8;
}

.body {
  background-color: #020411;
}

.navigation-button-group {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  align-items: center;
  display: flex;
}

.navigation-toggle {
  grid-column-gap: 2px;
  color: #131316;
  border-radius: 8px;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  padding: 12px 12px 12px 16px;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
  text-decoration: none;
  transition: all .35s;
  display: flex;
}

.navigation-toggle:hover {
  color: #5167f6;
}

.navigation-toggle.w--open {
  color: #5167f6;
  background-color: #eceefe;
}

.wrap-v-regular {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  display: flex;
}

.wrap-v-regular.align-l {
  align-items: flex-start;
}

.navigation-card {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #131316;
  flex-direction: column;
  width: 100%;
  display: flex;
}

.icon-regular-2 {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  transition: color .2s;
  display: flex;
}

.image-cover {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.navigation-link-large {
  grid-column-gap: 8px;
  color: #9c9eab;
  border-radius: 8px;
  justify-content: space-between;
  align-items: center;
  padding: 16px;
  font-weight: 600;
  text-decoration: none;
  transition: color .2s, background-color .2s;
  display: flex;
}

.navigation-link-large:hover {
  color: #5167f6;
  background-color: #fff;
}

.navigation-dropdown-base {
  z-index: 99;
  background-color: #fff;
  border-radius: 16px;
  margin-left: auto;
  margin-right: auto;
  padding: 24px;
  box-shadow: 0 8px 64px #8f8f8f29;
}

.navigation-dropdown-base.w--open {
  background-color: #0000;
  width: 100%;
  min-width: auto;
  padding: 24px 5%;
  position: absolute;
  inset: 90px auto auto 0;
  overflow: hidden;
}

.button-secondary-square {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #5167f6;
  text-align: center;
  letter-spacing: -.02em;
  background-color: #fff;
  border-radius: 8px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 48px;
  min-height: 48px;
  padding: 12px 32px;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  text-decoration: none;
  transition: all .5s cubic-bezier(.6, .6, 0, 1);
}

.button-secondary-square:hover {
  background-color: #eceefe;
}

.button-secondary-square:active {
  background-color: #d8d7df;
}

.navigation-grid {
  grid-column-gap: 16px;
  grid-template-rows: auto;
}

.navigation-menu {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  align-items: center;
  display: flex;
  position: static;
}

.text-link-small {
  color: #5167f6;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
}

.text-link-small:hover {
  color: #6478f7;
}

.navigation-grid-wrapper {
  z-index: 100;
  grid-column-gap: 24px;
  grid-row-gap: 16px;
  color: #131316;
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.subheading-regular {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.8;
}

.navigation-link {
  color: #5c677c;
  white-space: nowrap;
  background-color: #0000;
  border-radius: 8px;
  padding: 12px 16px;
  font-family: Atypdisplay, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: all .35s;
}

.navigation-link:hover {
  color: var(--red);
  background-color: #eceefe00;
}

.navigation-link.w--current {
  color: #642eff;
}

.navigation-card-content {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  align-items: flex-start;
  padding: 8px;
  display: flex;
}

.navigation-wrapper {
  grid-column-gap: 64px;
  align-items: center;
  width: 672.063px;
  display: flex;
}

.subheading-small {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.8;
}

.navigation-2 {
  z-index: 999;
  background-color: #fff0;
  align-items: center;
  width: 100%;
  min-height: 96px;
  padding: 24px 5%;
  display: flex;
}

.navigation-container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.navigation-button-secondary {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #5167f6;
  text-align: center;
  letter-spacing: -.02em;
  background-color: #fff;
  border-radius: 99px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 48px;
  min-height: 48px;
  padding: 12px 32px;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
  text-decoration: none;
  transition: all .5s cubic-bezier(.6, .6, 0, 1);
}

.navigation-button-secondary:hover {
  background-color: #eceefe;
}

.navigation-button-secondary:active {
  background-color: #d8ddfd;
}

.navigation-image {
  background-color: #dedfe3;
  border: 1px solid #dedfe3;
  border-radius: 16px;
  width: 100%;
  height: 220px;
  overflow: hidden;
}

.navigation-list-dropdown {
  z-index: 99;
}

.navigation-list-dropdown.w--open {
  background-color: #0000;
  width: 100%;
  min-width: auto;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding: 16px;
  position: absolute;
  inset: 94px 0 auto;
  overflow: visible;
}

.navigation-dropdown {
  height: 100%;
  position: static;
}

.navigation-button-primary {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  text-align: center;
  letter-spacing: -.02em;
  background-color: #5167f6;
  border-radius: 99px;
  flex-direction: row;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
  text-decoration: none;
  transition: background-color .5s cubic-bezier(.6, .6, 0, 1);
}

.navigation-button-primary:hover {
  background-color: #6478f7;
}

.navigation-button-primary:active {
  background-color: #8b99f9;
}

.navigation-link-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #f4f4f6;
  border-radius: 16px;
  flex-direction: column;
  justify-content: space-between;
  padding: 16px;
  display: flex;
}

.language {
  border: 3px solid var(--red);
  color: var(--red);
  border-radius: 9px;
  padding: 12px;
  font-family: Atypdisplay, sans-serif;
  font-weight: 600;
  text-decoration: none;
}

.header {
  background-image: url('../images/background-grid.png');
  background-position: 50%;
  background-size: contain;
  justify-content: flex-start;
  align-items: center;
  height: auto;
  font-size: 22px;
  display: flex;
}

.header.together {
  background-image: url('../images/Group-2.png');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: 500px;
  justify-content: flex-start;
  align-items: flex-start;
  height: auto;
  margin-right: 2px;
  padding-top: 54px;
  padding-bottom: 54px;
}

.header.together.why, .header.together.form, .header.money {
  background-image: none;
}

.container-main {
  width: 1141px;
  min-width: auto;
  max-width: none;
}

.block-main {
  justify-content: space-between;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.block-main.bottom {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px;
  padding-top: 0;
  padding-bottom: 0;
}

.block-main.bottom.slider {
  box-shadow: none;
  border-width: 1px;
  justify-content: space-between;
  align-items: flex-start;
  padding: 16px;
}

.block-main.horisontal {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  padding-top: 0;
  display: flex;
}

.block-main.header.relative {
  flex-flow: row;
  width: 100%;
  display: flex;
}

.text-block {
  direction: ltr;
  color: #fff;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Atypdisplay, sans-serif;
  font-size: 97px;
  font-weight: 700;
  line-height: 100%;
}

.bold-text {
  color: #fff;
}

.col-3 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 50%;
  display: flex;
}

.col-3.right {
  flex-flow: row;
  justify-content: flex-end;
  align-items: center;
}

.col-3.main {
  justify-content: flex-end;
  align-items: flex-start;
}

.col-3.horisontal {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.col-3.grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: end center;
  width: 100%;
  display: grid;
}

.col-3.absolute {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
}

.col-3._80 {
  width: 65%;
}

.text-block-2 {
  font-family: Atypdisplay, sans-serif;
}

.span-text {
  color: var(--text-noactive);
  width: 80%;
  font-family: Atypdisplay, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 130%;
}

.span-text.white {
  color: var(--white);
  width: 100%;
  font-size: 18px;
}

.span-text.white.center {
  color: var(--white);
  text-align: center;
  -webkit-text-stroke-color: var(--white);
  width: 100%;
  font-size: 16px;
  font-weight: 500;
}

.text-span {
  color: var(--red);
}

.text-block-4 {
  color: #fff;
  text-align: left;
  text-transform: none;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: auto;
  font-family: Atypdisplay, sans-serif;
  font-size: 20px;
  font-weight: 500;
  text-decoration: none;
  display: block;
}

.link-block {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  background-color: #ffc0c000;
  background-image: linear-gradient(101deg, #00ffe0, #00ffe0 0% 0%, #00ffe0 0%, #18ffe303 100%, #18ffe300);
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 320px;
  height: auto;
  padding: 24px;
  text-decoration: none;
  display: flex;
  box-shadow: inset 0 0 20px -4px #00ffeea8;
}

.link-block.main {
  box-shadow: none;
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  background-image: none;
  flex-flow: row;
  align-self: flex-start;
  width: auto;
  padding: 0;
  font-size: 20px;
  display: flex;
}

.link-block.form {
  color: #fff;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-top: 58px;
  padding-top: 28px;
  padding-bottom: 28px;
  font-family: Atypdisplay, sans-serif;
  font-size: 20px;
  font-weight: 600;
}

.link-block.form:hover {
  box-shadow: none;
  color: #000;
  background-color: #fff;
  background-image: none;
  border: 3px #fcfcfc26;
  font-family: Atypdisplay, sans-serif;
  font-weight: 600;
}

.streamers-countdown {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #42466500;
  border: 2px dashed #a2adff26;
  border-radius: 18px;
  flex-flow: row;
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  width: 400px;
  padding: 12px 24px;
  display: flex;
}

.streamers-countdown.down {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #42466500;
  border-style: solid;
  flex-flow: column;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: flex-start;
  width: 412px;
  padding-left: 12px;
  padding-right: 12px;
}

.text-block-5 {
  color: var(--text-noactive);
  justify-content: space-between;
  align-items: center;
  width: auto;
  font-family: Atypdisplay, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 130%;
  display: flex;
}

.text-span-2 {
  color: var(--green);
}

.image-streamers {
  box-sizing: border-box;
  width: 100%;
  height: auto;
  font-size: 20px;
}

.image-streamers.numbers {
  width: 35%;
}

.how-works {
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 48px;
  margin-bottom: 48px;
  display: block;
}

.how-works.cases {
  background-image: url('../images/Rounded-Cube-Flat1---Transparent-1.png'), url('../images/Rounded-Cube-Flat1---Transparent.png');
  background-position: 105% -15%, 0 0;
  background-repeat: no-repeat, no-repeat;
  background-size: 269px, 431px;
}

.h1 {
  color: #fff;
  text-align: left;
  height: auto;
  margin-top: 0;
  font-family: Atypdisplay, sans-serif;
  font-size: 46px;
  font-weight: 400;
  line-height: 100%;
}

.text-block-6 {
  color: #99a1b280;
  letter-spacing: 6px;
  text-transform: uppercase;
  font-family: Atypdisplay, sans-serif;
  font-size: 14px;
  font-weight: 700;
}

.col-1 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  text-align: center;
  background-color: #0c0f1f;
  background-image: linear-gradient(235deg, #99a1b2, #99a1b2 0%, #848c9c 0%, #848c9c33 0%, #848c9c00 51%);
  border: 2px solid #242c3b;
  border-radius: 14px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  padding: 34px 49px;
  display: flex;
  box-shadow: -10px 10px 80px #99a1b226;
}

.col-1.streamers {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  background-color: #0c0f1f00;
  border-width: 1px;
  flex-flow: column;
  height: 100%;
  padding: 24px;
  display: flex;
}

.col-1.streamers._3 {
  height: 100%;
}

.col-1.slider {
  box-shadow: none;
  outline-offset: 0px;
  background-image: linear-gradient(235deg, #99a1b2, #99a1b2 0%, #848c9c 0%, #848c9c33 0%, #848c9c00 51%);
  border-style: solid;
  border-width: 1px;
  outline: 3px #333;
  justify-content: center;
  align-items: center;
  height: 300px;
  display: flex;
}

.font {
  color: var(--white);
  font-family: Atypdisplay, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.image {
  width: 65px;
}

.slider {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #99a1b203;
  border: 2px solid #99a1b24d;
  border-radius: 20px;
  padding: 16px;
  display: flex;
  box-shadow: inset 0 0 30px #99a1b24d;
}

.slider.silver {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}

.text-span-3 {
  color: var(--red);
}

.number-color {
  color: var(--text-noactive);
  text-align: left;
  font-family: Atypdisplay, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 115%;
}

.number-color.big-color {
  color: #b35dff;
  font-size: 38px;
  font-weight: 700;
  line-height: 100%;
}

.number-color.text-span-3 {
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
}

.number-color.name {
  color: var(--white);
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 700;
}

.name {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-flow: column;
  display: flex;
}

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

.text-block-8 {
  color: #fff;
  text-align: left;
  text-transform: none;
  font-family: Atypdisplay, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.div-block-3 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.div-block-3.bg {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #00000003;
  border: 1px dashed #ffffff26;
  border-radius: 20px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding: 12px 18px;
  line-height: 14px;
}

.btn-color {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-color: #c300ff;
  background-image: radial-gradient(circle, #ff006a, #00ffe000 100%, #00ffe000), linear-gradient(101deg, #ffca42, #ca1a9d 83%, #ffca4200);
  border: 3px #ff74e3;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 78px;
  margin-top: 56px;
  padding: 0 24px;
  font-size: 20px;
  text-decoration: none;
  display: flex;
}

.btn-color.streamers {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  height: auto;
  margin-top: 0;
  padding-top: 18px;
  padding-bottom: 18px;
}

.text-2 {
  color: #000;
  letter-spacing: 1px;
  font-family: Atypdisplay, sans-serif;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
}

.streamer-photo {
  width: 25%;
}

.h2 {
  color: #fff;
  font-family: Atypdisplay, sans-serif;
  font-size: 38px;
  font-weight: 500;
  line-height: 115%;
}

.image-3 {
  width: 33%;
  height: auto;
}

.bold-text-2 {
  color: var(--red);
  -webkit-text-stroke-color: var(--red);
  font-weight: 600;
}

.blockstep {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  height: 100%;
  line-height: 0;
  display: flex;
}

.text-block-9 {
  color: #fff;
  text-align: left;
}

.number-icon {
  width: 35px;
}

.image-4 {
  width: 100%;
}

.block-1 {
  width: 75px;
  height: 75px;
}

.block-1.streamers-countdown.reason {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #151929;
  border-width: 2px;
  border-radius: 125px;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  margin: 0;
  padding: 4px;
}

.reason {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 33%;
  display: flex;
}

.reason.col-1.max {
  box-shadow: none;
  background-color: #0c0f1f1a;
  background-image: none;
  border-width: 1px;
  justify-content: center;
  align-items: center;
  width: 32%;
  height: 275px;
  padding-left: 34px;
  padding-right: 34px;
}

.grid-bg {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-4 {
  flex-flow: column;
  display: flex;
}

.form-block {
  width: 100%;
}

.link-block-2 {
  text-transform: uppercase;
  border-radius: 0;
  width: 100%;
  font-size: 1.5vw;
  font-weight: 700;
}

.link-block-2.form-button {
  color: #000;
  letter-spacing: 10px;
  background-color: #ff00d6;
  background-image: linear-gradient(6deg, #00ffe0, #fff0);
  border: 2px solid #ff85d2;
  border-radius: 15px;
  width: 91%;
  height: 66px;
  margin-top: 57px;
  font-size: 16px;
  box-shadow: 0 2px 20px #ef8affbf;
}

.text-block-10 {
  color: #91a0bb;
  font-size: 2vw;
}

.input_form {
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  text-align: left;
  background-color: #060a20;
  border: 2px solid #c790ff;
  border-radius: 15px;
  width: 91%;
  height: 66px;
  margin-bottom: 25px;
  padding-left: 24px;
  font-size: 16px;
  box-shadow: 0 2px 20px -1px #f56fffba, inset 0 2px 20px #ff4bdb8a;
}

.input_form.bg {
  box-shadow: none;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #060a2026;
  border: 2px solid #ffffff26;
  width: 100%;
  height: 78px;
  padding-bottom: 8px;
  font-family: Atypdisplay, sans-serif;
  font-weight: 400;
}

.input_form.bg:active {
  box-shadow: none;
  outline-color: var(--green);
  outline-offset: 0px;
  background-color: #010412;
  border-style: none;
  outline-width: 3px;
  outline-style: none;
}

.input_form.bg:focus {
  border-style: solid;
  border-color: var(--green);
  box-shadow: 0 2px 20px 0 var(--green);
}

.vip__wrp {
  background-color: #070d1f00;
  border: 1px #ffffff1a;
  border-radius: 0;
  align-items: stretch;
  width: 100%;
  margin-left: 0;
  padding: 20px 0;
  display: flex;
}

.success-message {
  background-color: #ddd0;
}

.block_form {
  width: 33.33%;
  padding: 0 12px 0 0;
}

.block_form.right-column {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  width: 33.33%;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
  display: block;
}

.form {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.form_text {
  color: #fff;
  padding-bottom: 13px;
  font-family: Atypdisplay, sans-serif;
  font-size: 16px;
}

.all_blocks {
  width: 100%;
  display: flex;
}

.f-footer-small {
  background-color: #fff0;
  padding: 32px 5%;
  position: relative;
}

.f-footer-link {
  color: var(--text-noactive);
  letter-spacing: -.01em;
  width: auto;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 4px;
  padding-bottom: 4px;
  font-family: Atypdisplay, sans-serif;
  font-size: 14px;
  line-height: 24px;
  text-decoration: none;
  transition: color .3s;
}

.f-footer-link:hover {
  color: var(--red);
}

.f-footer-logo-xs {
  opacity: 1;
  filter: saturate(0%);
  width: auto;
  height: 48px;
}

.f-footer-logo-xs:hover {
  filter: saturate();
}

.f-footer-social-group {
  grid-column-gap: 16px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.f-footer-group {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.f-footer-menu {
  grid-column-gap: 24px;
  opacity: 1;
  flex: none;
  align-items: center;
  width: auto;
  display: flex;
}

.f-container-large {
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.f-footer-social {
  background-color: var(--black);
  color: var(--text-noactive);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  transition: color .3s;
  display: flex;
}

.f-footer-social:hover {
  color: var(--red);
}

.f-footer-detail {
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
}

.f-footer-line {
  background-color: #e4e6f1;
  width: 1px;
  height: 24px;
  margin-left: 16px;
  margin-right: 16px;
}

.f-footer-vertical-divider {
  background-color: #e4e6f126;
  width: 1px;
  height: 16px;
}

.f-icon-regular {
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  transition: color .2s;
  display: flex;
}

.f-footer-bottom {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.f-footer-brand {
  align-items: center;
  display: flex;
}

.f-footer-social-row-large {
  flex-direction: column;
  align-items: flex-start;
  margin-left: 60px;
  display: flex;
}

.text-block-11.color {
  width: 100%;
}

.text-block-11.color:hover, .text-block-12:hover {
  color: var(--red);
}

.image-5 {
  width: auto;
  font-size: 78px;
}

.image-6 {
  display: block;
}

.f-margin-bottom-16 {
  margin-bottom: 16px;
}

.f-margin-bottom-12 {
  margin-bottom: 12px;
}

.f-testimonial-right-a {
  color: #fff;
  background-color: #160042;
  border: 1px solid #e4e6f1;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  padding: 6px;
  transition: all .3s;
  display: flex;
  inset: -90px 0% auto auto;
}

.f-testimonial-right-a:hover {
  color: #fff;
  background-color: #160042;
  border-color: #160042;
}

.f-testimonial-slide {
  margin-right: 40px;
}

.f-container-regular {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.f-testimonial-slider-cards {
  background-color: #fff;
  height: auto;
}

.f-h3-heading {
  color: #160042;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  line-height: 1.2;
}

.f-testimonial-left-a {
  color: #393b6a;
  background-color: #0000;
  border: 1px solid #e4e6f1;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  padding: 6px;
  transition: all .3s;
  display: flex;
  inset: -90px 60px auto auto;
}

.f-testimonial-left-a:hover {
  color: #fff;
  background-color: #160042;
}

.f-testimonial-author {
  grid-column-gap: 16px;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.f-testimonial-author:hover {
  border-color: #0000;
  box-shadow: 23px 23px 64px -16px #393b6a0f;
}

.f-paragraph-small {
  letter-spacing: -.01em;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.8;
}

.f-text-weight-medium {
  font-weight: 500;
}

.f-slide-nav-hidden {
  display: none;
  bottom: -50px;
}

.f-h6-heading {
  color: #160042;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  line-height: 1.5;
}

.f-testimonial-slider-grid-large {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.f-testimonial-slider-grid-large.slider {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  background-color: #fff0;
  border-width: 1px;
  padding-left: 16px;
  padding-right: 16px;
}

.f-testimonial-card {
  color: #160042;
  background-color: #fff;
  border-radius: 12px;
  padding: 32px;
  box-shadow: 23px 23px 64px -16px #393b6a0f;
}

.f-paragraph-regular {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.8;
}

.f-paragraph-regular.f-text-weight-medium {
  font-weight: 500;
}

.f-testimonial-avatar-small {
  background-color: #f3f5fb;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 48px;
  min-width: 48px;
  height: 48px;
  min-height: 48px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.f-testimonial-section {
  background-color: #fff;
  padding: 100px 5%;
  position: relative;
  overflow: hidden;
}

.f-icon-regular-2 {
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  transition: color .2s;
  display: flex;
}

.f-heading-detail-small {
  color: #6b7094;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
}

.f-margin-bottom-32 {
  margin-bottom: 32px;
}

.f-testimonial-background {
  background-color: #f7f9fd;
  width: 100%;
  height: 30%;
  position: absolute;
  inset: auto 0% 0%;
}

.f-avatar-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.f-margin-bottom-33 {
  margin-bottom: 16px;
}

.f-testimonial-l-arrow {
  color: #00ffe0;
  background-color: #00ffe000;
  border: 2px solid #00ffe0;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  padding: 6px;
  transition: all .3s;
  display: flex;
  position: absolute;
  left: -54px;
  box-shadow: inset 0 0 10px #00ffe0a1, 0 2px 20px #00ffe054;
}

.f-testimonial-l-arrow:hover {
  color: #fff;
  background-color: #16004200;
}

.f-testimonial-l-arrow.slider-streames {
  display: none;
}

.f-testimonial-slider-regular {
  background-color: #0000;
  height: auto;
  margin-top: 24px;
  padding-left: 0;
  padding-right: 0;
  display: none;
}

.f-testimonial-slider-regular.dekstop {
  display: block;
}

.f-margin-bottom-48 {
  margin-bottom: 48px;
}

.f-testimonial-r-arrow {
  color: #fff;
  background-color: #00ffe000;
  border: 2px solid #00ffe0;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  padding: 6px;
  transition: all .3s;
  display: flex;
  right: -54px;
  box-shadow: inset 0 0 10px #00ffe0a1, 0 2px 10px 2px #00ffe054;
}

.f-testimonial-r-arrow:hover {
  color: #fff;
  background-color: #000;
  border-color: #00ffe0;
}

.f-testimonial-r-arrow.streamers-slider {
  display: none;
  top: -576px;
  left: 1041px;
}

.f-title-wrapper-center {
  z-index: 5;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 580px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.f-section-regular {
  padding: 72px 5%;
  position: relative;
}

.f-icon-regular-3 {
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  transition: color .2s;
  display: flex;
}

.f-margin-bottom-49 {
  margin-bottom: 32px;
}

.name-photo {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.f-margin-bottom-50 {
  margin-bottom: 12px;
}

.f-margin-bottom-51 {
  margin-bottom: 32px;
}

.image-9 {
  width: 248px;
}

.image-10 {
  width: 65%;
}

.image-11 {
  display: none;
}

.bold-text-3, .bold-text-4 {
  color: var(--green);
  font-weight: 500;
}

.bold-text-7, .bold-text-8, .bold-text-9, .bold-text-10, .bold-text-11, .bold-text-13, .bold-text-14, .text-span-16 {
  color: var(--red);
}

.bold-text-15 {
  color: var(--text-noactive);
  font-weight: 500;
}

.bold-text-16, .bold-text-17, .bold-text-18, .bold-text-19 {
  color: var(--green);
  font-weight: 500;
}

.text-span-17 {
  color: var(--green);
  font-weight: 400;
}

.text-span-18 {
  color: var(--green);
}

.text-span-19, .text-span-20 {
  color: var(--red);
}

.image-12 {
  width: 20px;
}

.body-2 {
  background-color: #020411;
}

.main-center {
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

.section {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-image: url('../images/background-grid.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 960px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

.logo.thanks {
  width: 23%;
}

.heading {
  color: #fff;
  text-align: center;
  order: 0;
  width: auto;
  line-height: 115%;
}

.bold-text-27 {
  width: auto;
  font-family: Atypdisplay, sans-serif;
  font-size: 3vh;
  font-weight: 400;
}

.a-header-button-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  margin-top: 24px;
  margin-bottom: 16px;
  display: flex;
}

.a-button-primary {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #000;
  text-align: center;
  letter-spacing: -.02em;
  background-color: #00ffde70;
  background-image: linear-gradient(#00ffe0, #00ffe0);
  border-radius: 99px;
  flex-direction: row;
  flex: none;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 12px 32px;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  text-decoration: none;
  transition: all .5s cubic-bezier(.6, .6, 0, 1);
}

.a-button-primary:hover {
  background-color: #ff5e98;
}

.a-button-primary:active {
  background-color: #7788f8;
}

.text-span-21, .bold-text-28, .bold-text-29, .bold-text-30 {
  color: var(--red);
}

.bold-text-31 {
  font-weight: 500;
}

.bold-text-32, .bold-text-33 {
  color: var(--red);
}

.bold-text-34, .bold-text-35, .bold-text-36, .bold-text-37, .bold-text-38, .bold-text-39, .bold-text-40 {
  color: var(--green);
  font-weight: 500;
}

.eng_ua {
  z-index: 121000;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #00000082;
  border: 1px solid #ffffff1f;
  border-radius: 11px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin: auto;
  padding-top: 0;
  display: flex;
  position: fixed;
  inset: 0%;
}

.a-h1-heading {
  color: #fff;
  letter-spacing: -.04em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 60px;
  line-height: 1;
}

.a-h1-heading.language {
  text-align: center;
  border-style: none;
  border-color: var(--green);
  text-align: center;
  font-weight: 600;
}

.bold-text-41 {
  color: var(--green);
}

.languages {
  grid-column-gap: 29px;
  grid-row-gap: 29px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  margin-top: 33px;
  display: flex;
}

.english {
  grid-column-gap: 23px;
  grid-row-gap: 23px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 0;
  text-decoration: none;
  display: flex;
}

.english.w--current {
  margin: 15px;
  padding-right: 0;
}

.image-13 {
  width: 85px;
}

.ukraine {
  margin: 25px;
}

.text-block-15 {
  color: #fff;
  text-align: center;
  font-family: Atypdisplay, sans-serif;
  font-size: 52px;
  font-weight: 600;
  text-decoration: none;
}

.bold-text-42 {
  color: var(--green);
  text-shadow: 0 0 13px #008d89;
}

.eng_ua-2 {
  z-index: 121000;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #00000082;
  border: 1px solid #ffffff1f;
  border-radius: 11px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin: auto;
  padding-top: 0;
  display: none;
  position: fixed;
  inset: 0%;
}

.wg-selector-text-wrapper {
  justify-content: center;
  align-items: center;
  width: auto;
  display: flex;
}

.languages-2 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 75%;
  height: auto;
  margin-top: 33px;
  display: flex;
}

.wg-left-side {
  border: 4px solid var(--red);
  box-shadow: inset 0 0 13px 0 var(--red), 0 0 13px 0 var(--red);
  color: #170f49;
  background-color: #060a1d00;
  border-radius: 9px;
  justify-content: center;
  align-items: center;
  width: 55px;
  height: 55px;
  padding: 10px;
  font-weight: 500;
  line-height: 20px;
  display: flex;
}

.wg-left-side.menu-start {
  border: 2px solid var(--white);
  box-shadow: 0 9px 0 -4px var(--red);
  background-color: #000;
  border-radius: 11px;
  align-self: auto;
  width: 64px;
  height: 54px;
  padding: 0;
  line-height: 14px;
  display: flex;
}

.text-block-16 {
  color: #fff;
  background-color: #fff0;
  font-family: Atypdisplay, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 16px;
  text-decoration: none;
}

.wg-dropdown-1-link {
  color: #fff;
  background-color: #f000;
  padding: 0;
  text-decoration: none;
}

.nav-button-wrap {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  display: flex;
}

.wg-dd-1-togle {
  background-color: #0000;
  border: 1px #3b3b3b;
  border-radius: 0;
  margin-right: 1px;
  padding: 0;
  transition: border .3s;
}

.wg-dd-1-togle:hover {
  border-color: #fa4164;
}

.wg-dropdown-1 {
  z-index: 12;
  padding-right: 0;
}

.wg-dropdown-list {
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  background-color: #fff0;
  border: 1px #9aa7f01f;
  border-radius: 5px;
  order: 0;
  padding: 0;
  display: flex;
  box-shadow: 14px 9px 16px #00000012;
}

.wg-dd-1-list {
  background-color: #0000;
  padding: 10px 0 0;
}

.wg-dd-1-list.wg-dropdown-link-flag {
  z-index: 99;
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  flex-flow: column;
  padding-right: 0;
  display: none;
  top: 48px;
  left: 0;
  overflow: visible;
}

.bold-text-43, .bold-text-44 {
  color: var(--red);
  font-weight: 600;
}

.bold-text-45 {
  color: var(--red);
}

@media screen and (min-width: 1280px) {
  .link-block.main {
    width: 300px;
    display: flex;
  }

  .col-1.streamers {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .text-span-3 {
    color: var(--red);
    -webkit-text-stroke-color: var(--red);
  }

  .number-color.text-span-3 {
    color: var(--text-noactive);
    font-size: 18px;
  }

  .div-block-3.bg {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    padding-left: 12px;
    padding-right: 12px;
  }

  .btn-color {
    box-sizing: border-box;
    background-image: radial-gradient(circle, #ff006a, #00ffe000 100%, #00ffe000), linear-gradient(101deg, #ffca42, #ca1a9d 83%, #ffca4200);
    border: 2px solid #ffffff59;
    border-radius: 8px;
    margin-top: 58px;
    padding-top: 26px;
    padding-bottom: 26px;
    font-family: Atypdisplay, sans-serif;
    font-size: 20px;
    font-weight: 500;
  }

  .btn-color.streamers {
    margin-top: 14px;
  }

  .link-block-2.form-button {
    background-image: linear-gradient(6deg, var(--green), #fff0);
    border-radius: 15px;
    margin-top: 34px;
  }

  .input_form {
    border: 3px none var(--green);
    box-shadow: none;
    color: var(--green);
    text-transform: none;
    border-radius: 12px;
    width: 100%;
    height: 76px;
    font-family: Atypdisplay, sans-serif;
    font-size: 18px;
  }

  .input_form:hover {
    border-width: 2px;
  }

  .input_form.bg {
    background-image: none;
    border-style: solid;
    border-color: #ffffff26;
  }

  .input_form.bg:active {
    border-color: var(--green);
    box-shadow: none;
    -webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(3px);
    background-image: none;
  }

  .vip__wrp {
    border-radius: 0;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .block_form {
    width: 33.33%;
    padding-top: 0;
    padding-bottom: 0;
  }

  .block_form.right-column {
    width: 33.33%;
    padding-right: 0;
  }

  .form_text {
    color: var(--white);
    -webkit-text-stroke-color: var(--white);
    text-transform: none;
    font-family: Atypdisplay, sans-serif;
    font-size: 18px;
    font-weight: 500;
  }

  .f-footer-small {
    background-color: #fff0;
  }

  .f-footer-link {
    width: auto;
  }

  .f-footer-logo-xs {
    width: 185px;
  }

  .f-footer-menu {
    color: var(--text-noactive);
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    font-family: Atypdisplay, sans-serif;
  }

  .f-footer-social {
    border: 2px solid var(--red);
    background-color: var(--black);
  }

  .f-footer-vertical-divider {
    background-color: var(--text-noactive);
  }

  .f-icon-regular {
    color: var(--red);
  }

  .f-footer-brand {
    width: auto;
  }

  .text-block-11 {
    color: var(--text-noactive);
  }

  .text-block-11.color {
    color: var(--text-noactive);
    width: auto;
    font-size: 16px;
  }

  .text-block-12, .text-block-13, .text-block-14 {
    color: var(--text-noactive);
  }

  .image-9 {
    width: auto;
  }

  .logo.thanks {
    width: 21%;
  }

  .a-button-primary {
    color: #000;
    background-color: #00ffde70;
  }

  .a-h1-heading {
    color: #fff;
  }

  .bold-text-41, .bold-text-42 {
    color: #f06;
  }

  .wg-selector-text-wrapper {
    background-color: #fff0;
  }

  .wg-left-side {
    background-color: #060a1d;
    border: 2px solid #16ccff;
    border-radius: 155px;
    box-shadow: inset 0 0 11px #00ffde70, 0 2px 16px 3px #00c8ff33;
  }

  .text-block-16 {
    font-size: 16px;
  }

  .wg-dd-1-togle {
    background-color: #d3d3d300;
  }

  .wg-dropdown-1 {
    background-color: #fff0;
  }

  .wg-dd-1-list.wg-dropdown-link-flag {
    display: none;
  }
}

@media screen and (min-width: 1440px) {
  .container-main {
    width: 1200px;
  }

  .vip__wrp {
    border-radius: 0;
    width: 100%;
  }

  .eng_ua, .eng_ua-2 {
    z-index: 2;
    width: 100%;
  }

  .text-block-16 {
    font-size: 16px;
  }
}

@media screen and (min-width: 1920px) {
  .header.together {
    background-image: url('../images/Frame-512716.png'), url('../images/Group-2.png');
    background-position: -400px -150px, 75% -15%;
    background-repeat: no-repeat, no-repeat;
    background-size: auto, auto;
  }

  .header.together.why, .header.together.form {
    background-image: none;
  }

  .text-block {
    font-size: 97px;
  }

  .col-3 {
    grid-column-gap: 42px;
    grid-row-gap: 42px;
  }

  .span-text {
    width: 91%;
    font-size: 22px;
  }

  .col-1 {
    box-shadow: none;
  }

  .col-1.streamers {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    box-shadow: none;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    height: 100%;
  }

  .slider.silver {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    box-shadow: none;
    background-color: #99a1b200;
    border-style: none;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    padding: 0;
    display: flex;
  }

  .number-color {
    color: #fff;
    font-size: 24px;
  }

  .number-color.text-span-3 {
    line-height: 130%;
  }

  .name {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    padding-bottom: 0;
    display: flex;
  }

  .image-2 {
    width: 32px;
    height: 32px;
  }

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

  .text-block-8 {
    color: #9669da;
    font-family: Atypdisplay, sans-serif;
    font-size: 18px;
  }

  .btn-color.streamers {
    background-color: #8000ff;
    background-image: radial-gradient(circle, #ff006a, #00ffe000 100%, #00ffe000), linear-gradient(101deg, #ffca42, #ca1a9d 83%, #ffca4200);
    height: auto;
    margin-top: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .link-block-2 {
    height: 75px;
    font-size: 1.2vw;
  }

  .link-block-2.form-button {
    width: 91%;
    font-size: 16px;
  }

  .input_form {
    font-size: 16px;
    font-weight: 300;
  }

  .vip__wrp {
    border-radius: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .block_form {
    padding-right: 20px;
  }

  .f-footer-logo-xs {
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
  }

  .f-footer-bottom {
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .image-5 {
    font-size: 74px;
  }

  .text-span-5, .bold-text-5, .text-span-15 {
    color: var(--red);
  }

  .logo.thanks {
    width: auto;
    min-width: 125px;
    max-width: 298px;
    min-height: auto;
    max-height: 125px;
  }

  .eng_ua, .eng_ua-2 {
    width: 100%;
    height: 100%;
  }

  .text-block-16 {
    font-size: 16px;
  }
}

@media screen and (max-width: 991px) {
  .container {
    max-width: 728px;
  }

  .navbar-wrapper-three {
    justify-content: space-between;
  }

  .navbar-brand-three {
    position: relative;
  }

  .nav-menu-wrapper-three {
    background-color: #0000;
    top: 70px;
  }

  .nav-menu-three {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .menu-button {
    padding: 12px;
  }

  .menu-button.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .nav-menu {
    color: #393b6a;
    background-color: #fff;
    border-radius: 8px;
    padding: 12px;
    position: absolute;
  }

  .nav-menu.w--open {
    background-color: #282556;
    border-color: #fff;
  }

  .nav-button-group {
    align-items: center;
    width: auto;
    display: flex;
  }

  .nav-dropdown-2 {
    width: 100%;
  }

  .button-secondary-s, .button-primary-s {
    display: none;
  }

  .nav-link-2 {
    width: 100%;
    margin-top: 14px;
    margin-bottom: 14px;
  }

  .navigation {
    position: relative;
  }

  .nav-toggle {
    justify-content: space-between;
    width: 100%;
  }

  .nav-list-dropdown.w--open {
    max-width: none;
    padding: 0;
    position: relative;
    top: 8px;
  }

  .nav-dropdown-base-a {
    box-shadow: none;
  }

  .nav-dropdown-base-a.w--open {
    box-shadow: none;
    height: 500px;
    margin-left: 0;
    margin-right: 0%;
    padding: 16px;
    position: static;
    overflow: auto;
  }

  .nav-wrapper {
    align-items: center;
    width: auto;
    display: flex;
  }

  .nav-logo-link {
    margin-right: 0;
  }

  .nav-menu-button {
    color: #6173e5;
    background-color: #eeeffc;
    border-radius: 100px;
    padding: 12px;
  }

  .nav-menu-button.w--open {
    background-color: #6173e5;
    border-color: #fff;
  }

  .navigation-button-group {
    align-items: center;
    width: auto;
    display: flex;
  }

  .navigation-toggle {
    justify-content: space-between;
    width: 100%;
  }

  .navigation-menu-button {
    background-color: #f4f4f6;
    border-radius: 8px;
    padding: 12px;
  }

  .navigation-menu-button.w--open {
    background-color: #5167f6;
    border-color: #fff;
  }

  .navigation-dropdown-base {
    box-shadow: none;
    padding: 16px;
  }

  .navigation-dropdown-base.w--open {
    box-shadow: none;
    height: 500px;
    margin-left: 0;
    margin-right: 0%;
    padding: 16px;
    position: static;
    overflow: auto;
  }

  .navigation-menu {
    color: #393b6a;
    background-color: #fff;
    border-radius: 8px;
    padding: 12px;
    position: absolute;
  }

  .navigation-menu.w--open {
    background-color: #282556;
    border-color: #fff;
  }

  .navigation-grid-wrapper {
    grid-template-columns: 1fr;
    padding: 0;
  }

  .navigation-link {
    width: 100%;
    margin-top: 14px;
    margin-bottom: 14px;
  }

  .navigation-wrapper {
    align-items: center;
    width: auto;
    display: flex;
  }

  .navigation-2 {
    position: relative;
  }

  .navigation-button-secondary {
    display: none;
  }

  .navigation-list-dropdown {
    height: 480px;
  }

  .navigation-list-dropdown.w--open {
    height: 500px;
    padding: 0;
    position: relative;
    top: 8px;
    overflow: auto;
  }

  .navigation-dropdown {
    width: 100%;
  }

  .navigation-button-primary {
    display: none;
  }

  .navigation-link-wrapper {
    justify-content: flex-start;
  }

  .header.together {
    background-image: url('../images/Group-2.png');
    background-position: 100% 0;
    background-repeat: no-repeat;
    background-size: 525px;
  }

  .header.money {
    flex-flow: row;
    display: flex;
  }

  .container-main {
    flex-flow: column;
    width: auto;
    min-width: auto;
    padding-left: 24px;
    padding-right: 24px;
    display: flex;
  }

  .block-main {
    flex-flow: row;
    justify-content: flex-end;
    align-items: center;
  }

  .block-main.bottom {
    justify-content: space-between;
    align-items: center;
  }

  .block-main.bottom.slider {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .block-main.header {
    flex-flow: column;
  }

  .block-main.header.relative {
    position: relative;
  }

  .col-3 {
    z-index: 2;
    width: 100%;
    position: relative;
  }

  .col-3.grid {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .col-3.absolute {
    z-index: 1;
    justify-content: center;
    align-items: center;
    width: 100%;
    position: absolute;
    top: -93px;
    left: 338px;
    right: -24px;
  }

  .col-3.absolute-2 {
    aspect-ratio: 2.39;
    position: static;
    top: 2380px;
    left: -9px;
    right: 32px;
  }

  .col-3._80 {
    grid-column-gap: 23px;
    grid-row-gap: 23px;
    text-align: left;
    flex-flow: column;
    order: 1;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    align-self: auto;
    align-items: flex-start;
    width: 100%;
    margin-right: 0;
    display: flex;
  }

  .span-text {
    width: 50%;
  }

  .span-text.right {
    width: 85%;
    font-size: 16px;
  }

  .streamers-countdown {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    border-style: solid;
    border-width: 1px;
    flex-flow: row;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: column;
    justify-content: center;
    align-self: flex-start;
    place-items: center start;
    width: 50%;
    display: flex;
  }

  .streamers-countdown.down {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    width: 60%;
    display: block;
  }

  .h1 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 34px;
  }

  .text-block-6 {
    letter-spacing: 2px;
  }

  .col-1.streamers {
    display: flex;
  }

  .col-1.streamers._3 {
    display: none;
  }

  .col-1.slider {
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
  }

  .number-color.text-span-3 {
    text-align: center;
  }

  .div-block-3 {
    flex-flow: column;
  }

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

  .h2 {
    font-size: 28px;
  }

  .reason.col-1.max {
    height: 350px;
  }

  .link-block-2.form-button {
    width: 100%;
    margin-top: 0;
    font-size: 2.3vw;
  }

  .text-block-10 {
    font-size: 2.5vw;
  }

  .input_form {
    width: 100%;
    font-size: 1.8vw;
  }

  .vip__wrp {
    border-color: #ffffff1a;
    margin-top: 0;
    margin-left: 0;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .block_form {
    width: 100%;
    padding: 0;
  }

  .block_form.right-column {
    width: 100%;
  }

  .all_blocks {
    flex-direction: column;
  }

  .f-footer-group {
    grid-row-gap: 16px;
    flex-direction: column;
  }

  .f-footer-bottom {
    grid-row-gap: 24px;
    flex-direction: column;
  }

  .f-footer-social-row-large {
    margin-left: 0;
  }

  .image-5 {
    width: 400px;
    font-size: 74px;
  }

  .image-6 {
    width: 75%;
  }

  .f-testimonial-slider-grid-large {
    grid-template-columns: 1fr;
  }

  .f-testimonial-background {
    height: 20%;
  }

  .image-10 {
    width: 45%;
  }

  .a-header-button-wrapper {
    text-align: center;
    justify-content: flex-start;
  }

  .a-button-primary {
    display: flex;
  }

  .a-button-primary:hover {
    background-color: #ff5e98;
  }

  .eng_ua {
    width: 100%;
  }

  .a-h1-heading {
    text-align: left;
    text-transform: uppercase;
    width: 437px;
    font-size: 50px;
  }

  .bold-text-41 {
    color: #f06;
  }

  .languages {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .bold-text-42 {
    color: #f06;
  }

  .eng_ua-2 {
    width: 100%;
  }

  .languages-2 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .text-block-16 {
    color: #fff;
  }

  .nav-menu-button-2 {
    color: #fff;
    background-color: #000000a3;
    background-image: radial-gradient(circle at 50% 220%, #ffffff4a, #fff0);
    border-radius: 12px;
    padding: 12px;
  }

  .nav-menu-button-2.w--open {
    background-color: #36178c;
  }

  .wg-dropdown-1 {
    display: flex;
  }

  .wg-dropdown-list {
    border-style: none;
    border-color: #fff;
    border-radius: 0;
    padding-right: 0;
    box-shadow: 4px 4px 5px #080f340a;
  }

  .wg-dd-1-list.wg-dropdown-link-flag {
    width: 100%;
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .navbar-brand-three {
    padding-left: 0;
  }

  .nav-menu-three {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-menu-block {
    flex-direction: column;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-link-accent {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .banner {
    text-align: left;
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .navigation-grid {
    grid-template-columns: 1fr;
  }

  .header {
    height: auto;
    padding-top: 0;
    overflow: hidden;
  }

  .header.together {
    background-position: 100% 0, 50%;
  }

  .container-main {
    padding-top: 42px;
    padding-bottom: 42px;
  }

  .block-main.bottom {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    width: auto;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .block-main.bottom.slider {
    width: auto;
  }

  .block-main.horisontal {
    width: 100%;
  }

  .col-3 {
    grid-column-gap: 42px;
    grid-row-gap: 42px;
    padding-top: 42px;
    padding-bottom: 42px;
  }

  .col-3.right {
    justify-content: flex-start;
    align-items: center;
  }

  .col-3.grid {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .col-3.absolute {
    top: -31px;
    left: 213px;
    right: 102px;
  }

  .col-3.absolute-2 {
    justify-content: center;
    align-items: center;
    width: auto;
    display: block;
    top: 2749px;
    right: -25px;
  }

  .col-3._80 {
    width: 100%;
  }

  .span-text {
    color: var(--text-noactive);
    width: 50%;
    font-weight: 500;
  }

  .span-text.right {
    width: 100%;
  }

  .link-block.form {
    letter-spacing: 2px;
    width: auto;
    margin-top: 12px;
    padding-left: 42px;
    padding-right: 52px;
    font-size: 18px;
    display: block;
  }

  .streamers-countdown {
    width: 70%;
  }

  .streamers-countdown.down {
    background-color: #42466500;
    border-style: dashed;
    border-width: 2px;
    width: 85%;
  }

  .how-works {
    overflow: hidden;
  }

  .h1 {
    font-size: 32px;
  }

  .col-1.streamers {
    display: flex;
  }

  .col-1.streamers.none {
    display: none;
  }

  .slider.silver {
    flex-flow: row;
  }

  .number-color.text-span-3 {
    text-align: left;
    font-size: 18px;
    line-height: 100%;
  }

  .div-block-3 {
    flex-flow: row;
  }

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

  .btn-color.streamers {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .text-2 {
    direction: ltr;
    letter-spacing: 0;
    font-family: Atypdisplay, sans-serif;
    font-size: 16px;
  }

  .reason.col-1.max {
    flex-flow: column;
    width: 30%;
    height: 350px;
    padding-left: 12px;
    padding-right: 12px;
    display: flex;
  }

  .grid-bg {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: row;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .link-block-2 {
    font-size: 2.5vw;
  }

  .link-block-2.form-button {
    border-radius: 15px;
    height: 85px;
    font-size: 18px;
  }

  .text-block-10 {
    font-size: 2.7vw;
  }

  .input_form {
    background-color: #080a1600;
    border-style: solid;
    border-color: #ff8eff;
    border-radius: 15px;
    padding-left: 24px;
    font-size: 16px;
    box-shadow: 0 2px 19px #ff4bdb99, inset 0 2px 20px #ff4bdb8a;
  }

  .vip__wrp {
    background-color: #070d1f00;
    flex-direction: column;
    margin-top: 33px;
  }

  .block_form.right-column {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: row;
    justify-content: space-around;
    align-items: center;
    display: flex;
  }

  .form_text {
    text-align: left;
  }

  .all_blocks {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .f-footer-small {
    overflow: hidden;
  }

  .f-footer-logo-xs {
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
  }

  .image-5 {
    width: 500px;
    font-size: 62px;
  }

  .image-7, .image-8 {
    width: 100px;
  }

  .f-testimonial-right-a {
    display: none;
  }

  .f-h3-heading {
    font-size: 40px;
  }

  .f-testimonial-left-a, .f-testimonial-l-arrow {
    display: none;
  }

  .f-testimonial-slider-regular {
    padding-left: 0;
    padding-right: 0;
  }

  .f-testimonial-r-arrow {
    display: none;
  }

  .f-section-regular {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .text-span-5 {
    color: var(--red);
    font-weight: 700;
  }

  .logo.thanks {
    width: 48%;
  }

  .a-button-primary:hover {
    background-color: #ff5e98;
  }

  .a-button-primary:active {
    color: #fff;
    background-color: #ff5e98;
  }

  .a-h1-heading {
    width: 424px;
    font-size: 48px;
  }

  .languages {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .english.w--current, .ukraine {
    margin: 5px;
  }

  .languages-2 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .text-block-16 {
    font-size: 16px;
  }

  .wg-dropdown-list {
    border-style: none;
    border-color: #fff;
    box-shadow: 4px 4px 5px #080f340a;
  }

  .wg-dd-1-list.wg-dropdown-link-flag {
    display: none;
  }
}

@media screen and (max-width: 479px) {
  .container {
    max-width: none;
  }

  .nav-menu-three {
    flex-direction: column;
  }

  .button-primary-s {
    width: 100%;
  }

  .nav-dropdown-base-a.w--open {
    padding: 14px;
  }

  .navigation-dropdown-base {
    padding: 8px;
  }

  .navigation-dropdown-base.w--open {
    padding: 14px;
  }

  .navigation-menu {
    opacity: 1;
    -webkit-backdrop-filter: blur(15px);
    backdrop-filter: blur(15px);
    color: var(--white);
    background-color: #fff0;
    background-image: linear-gradient(#000, #fff0);
    border: 1px solid #ffffff26;
    display: none;
  }

  .navigation-link {
    color: var(--white);
  }

  .navigation-wrapper {
    display: flex;
  }

  .navigation-button-primary {
    width: 100%;
  }

  .header.together {
    background-image: url('../images/Group-2.png');
    background-position: 35% 5%;
    background-repeat: no-repeat;
    background-size: 350px;
    justify-content: center;
    align-items: center;
    height: auto;
    margin-right: 0;
    padding-top: 24px;
    padding-bottom: 24px;
    display: block;
    overflow: visible;
  }

  .header.together.form {
    flex-flow: column;
  }

  .header.main {
    background-image: none;
    justify-content: flex-start;
    align-items: flex-end;
    height: auto;
    padding-bottom: 0;
  }

  .container-main {
    width: 100%;
    height: auto;
    padding: 24px 12px 0;
    display: block;
    overflow: visible;
  }

  .block-main {
    flex-flow: column;
  }

  .block-main.bottom {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    margin-bottom: 24px;
    padding-top: 0;
    padding-bottom: 0;
    display: grid;
  }

  .block-main.bottom.slider {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    box-shadow: none;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    background-color: #99a1b200;
    border-style: solid;
    border-color: #242c3b;
    flex-flow: column;
    grid-template-columns: 1fr 1fr;
    padding: 6px;
    display: flex;
  }

  .block-main.horisontal {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    height: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .block-main.header.relative {
    background-image: none;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
    overflow: visible;
  }

  .col-3 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .col-3.right {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .col-3.main {
    justify-content: flex-end;
    align-items: flex-start;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .col-3.horisontal {
    padding: 0;
  }

  .col-3.grid {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    place-items: end center;
    padding: 32px 0;
  }

  .col-3.grid.low {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    place-items: end center;
    width: auto;
    height: auto;
    padding: 0;
  }

  .col-3.absolute {
    order: 0;
    align-self: center;
    margin-top: 0;
    margin-bottom: -77px;
    margin-left: 101px;
    display: none;
    position: static;
    top: -187px;
    left: 72px;
    right: 0;
  }

  .col-3.absolute-2 {
    display: flex;
    position: static;
  }

  .col-3._80 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .span-text {
    width: 100%;
    font-size: 16px;
    line-height: 150%;
  }

  .span-text.white {
    flex: 1;
    align-self: auto;
    height: auto;
    font-size: 16px;
    line-height: 115%;
  }

  .span-text.white.center {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    color: var(--text-noactive);
    text-align: center;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    line-height: 115%;
    display: flex;
  }

  .text-span {
    font-weight: 700;
  }

  .text-block-4 {
    letter-spacing: 2px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
  }

  .link-block.main {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    box-shadow: none;
    background-color: #fff0;
    background-image: none;
    border: 1px #000;
    border-radius: 0;
    flex-flow: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    padding: 0;
    display: flex;
  }

  .link-block.form {
    width: 100%;
    font-size: 16px;
  }

  .streamers-countdown {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    background-color: #42466500;
    border-style: dashed;
    flex-flow: row;
    flex: 0 auto;
    order: 1;
    justify-content: center;
    align-self: flex-start;
    align-items: center;
    width: 100%;
    padding: 16px 12px;
  }

  .streamers-countdown.down {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    border-width: 1px;
    flex-flow: column;
    width: 100%;
    padding-left: 16px;
    padding-right: 16px;
    display: flex;
  }

  .text-block-5 {
    width: auto;
    font-size: 14px;
    font-weight: 500;
  }

  .image-streamers {
    width: auto;
  }

  .image-streamers.numbers {
    width: 32%;
  }

  .how-works {
    margin-top: 0;
    margin-bottom: 0;
  }

  .how-works.cases {
    background-image: url('../images/Rounded-Cube-Flat1---Transparent.png');
    background-position: 185px -50px;
    background-repeat: no-repeat;
    background-size: 431px;
  }

  .h1 {
    text-transform: none;
    width: auto;
    padding-left: 0;
    padding-right: 12px;
    font-weight: 500;
  }

  .text-block-6 {
    font-weight: 600;
    display: none;
  }

  .col-1 {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    box-shadow: none;
    background-color: #020411;
    background-image: none;
    border-style: solid;
    border-color: #242c3b;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
    padding: 24px;
  }

  .col-1.streamers {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    padding: 32px 5%;
  }

  .col-1.slider {
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    background-color: #0c0f1f33;
    background-image: linear-gradient(#0000 41%, #fff0);
    border-style: solid;
    height: auto;
    box-shadow: -2px 5px 80px #99a1b226;
  }

  .font {
    text-align: left;
    -webkit-text-stroke-color: var(--text-noactive);
    font-size: 14px;
    line-height: 130%;
  }

  .image {
    width: 45px;
  }

  .number-color.text-span-3 {
    text-align: center;
    font-family: Atypdisplay, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 130%;
  }

  .number-color.name {
    flex-flow: column;
    align-self: flex-start;
    font-size: 24px;
  }

  .name {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .text-block-8 {
    align-self: flex-start;
  }

  .div-block-3.bg {
    box-sizing: border-box;
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    border-width: 1px;
    flex-flow: row;
    order: 0;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-self: center;
    width: 100%;
    padding-left: 12px;
    padding-right: 12px;
    display: flex;
  }

  .btn-color.streamers {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    width: 100%;
    padding: 18px 12px;
  }

  .text-2 {
    letter-spacing: 0;
    text-transform: uppercase;
    font-family: Atypdisplay, sans-serif;
    font-size: 14px;
    font-weight: 600;
  }

  .streamer-photo {
    width: 23%;
  }

  .h2 {
    font-size: 24px;
  }

  .blockstep {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-end;
    align-items: flex-start;
    width: 100%;
    height: auto;
    margin-top: 0;
    padding-top: 24px;
    display: flex;
  }

  .image-4 {
    width: auto;
  }

  .block-1.streamers-countdown {
    background-color: #42466500;
    border-style: none;
  }

  .block-1.streamers-countdown.reason {
    display: block;
    position: static;
  }

  .reason.col-1.max {
    box-sizing: border-box;
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    aspect-ratio: auto;
    object-fit: fill;
    border-width: 1px;
    flex-flow: column;
    order: 0;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-self: center;
    align-items: center;
    width: 100%;
    height: 250px;
    padding: 12px;
    display: flex;
  }

  .reason.col-1.max.another {
    height: auto;
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .grid-bg {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    align-self: center;
    place-items: center stretch;
    display: grid;
  }

  .div-block-4.streamers-countdown {
    width: auto;
    padding: 0;
    display: flex;
  }

  .link-block-2 {
    font-size: 4vw;
  }

  .link-block-2.form-button {
    letter-spacing: 7px;
    background-color: #ff00d6;
    background-image: linear-gradient(356deg, #00ffe0, #fff0), linear-gradient(353deg, #f4ff76, #ffca4200);
    border: 2px solid #ff85d2;
    border-radius: 15px;
    width: 100%;
    height: 55px;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 14px;
    box-shadow: 0 0 11px #4687ff7a, 0 2px 20px #ff87e3;
  }

  .text-block-10 {
    font-size: 4.5vw;
  }

  .input_form {
    color: #fff;
    background-color: #080a1600;
    border-color: #ffa3d6;
    border-radius: 15px;
    width: 100%;
    padding-left: 35px;
    padding-right: 28px;
    font-size: 14px;
    position: static;
  }

  .input_form:active {
    color: #fff;
  }

  .input_form.bg {
    padding-left: 18px;
    font-size: 16px;
  }

  .vip__wrp {
    border-style: none;
    border-color: #ffffff1a;
    border-radius: 0;
    flex-direction: column;
    margin-top: 0;
    padding: 15px 0 0;
  }

  .block_form {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .block_form.right-column {
    flex-flow: column;
  }

  .form {
    display: flex;
  }

  .form_text {
    text-align: left;
  }

  .all_blocks {
    width: 100%;
    display: block;
  }

  .f-footer-logo-xs {
    filter: saturate(0%);
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
  }

  .f-footer-group {
    flex-flow: column;
  }

  .f-footer-menu {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
  }

  .f-footer-vertical-divider {
    display: none;
  }

  .image-5 {
    width: 350px;
    margin-top: -41px;
    margin-bottom: -82px;
    padding-top: 0;
    font-size: 52px;
  }

  .image-6 {
    width: 100%;
  }

  .image-7 {
    width: 86px;
  }

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

  .f-testimonial-author {
    flex-flow: column wrap;
    align-items: flex-start;
  }

  .f-slide-nav-hidden {
    background-color: #e7353500;
    display: none;
    position: static;
  }

  .f-testimonial-slider-grid-large {
    box-sizing: border-box;
    grid-column-gap: 14px;
    grid-row-gap: 14px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    justify-content: center;
    align-items: center;
    height: auto;
    margin-top: 48px;
    display: flex;
    overflow: visible;
  }

  .f-testimonial-slider-grid-large.slider {
    height: 100%;
    margin-top: 0;
    padding: 8px 9px 9px 8px;
    display: block;
  }

  .f-testimonial-slider-grid-large.slider.dekstop {
    display: none;
  }

  .f-testimonial-avatar-small {
    margin-bottom: 16px;
    margin-right: 0;
  }

  .f-testimonial-l-arrow {
    padding-left: 6px;
    display: block;
    position: absolute;
    inset: 0% auto 0% 3.5%;
  }

  .f-testimonial-l-arrow.slider-streames {
    width: 45px;
    height: 45px;
    display: flex;
    inset: -16% 15% auto auto;
  }

  .f-testimonial-slider-regular {
    display: block;
  }

  .f-testimonial-slider-regular.mobile {
    display: flex;
  }

  .f-testimonial-slider-regular.mobile.slider {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    vertical-align: baseline;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: auto;
    margin-top: 0;
    margin-left: -44px;
    margin-right: -44px;
    padding: 0;
    display: flex;
    position: relative;
  }

  .f-testimonial-r-arrow {
    display: block;
    position: absolute;
    inset: 0% 3.5% 0% auto;
  }

  .f-testimonial-r-arrow.streamers-slider {
    width: 45px;
    height: 45px;
    display: flex;
    inset: -16% 0% auto auto;
  }

  .f-testimonial-mask {
    flex: 0 auto;
    order: 0;
    align-self: center;
    width: 100%;
    height: auto;
    margin-left: 4px;
    padding-bottom: 0;
  }

  .name-photo {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .text-span-4 {
    color: var(--red);
    font-weight: 500;
  }

  .slide {
    vertical-align: baseline;
    object-fit: fill;
    height: 250px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
  }

  .image-9 {
    width: auto;
  }

  .image-10 {
    width: 80%;
  }

  .image-11 {
    margin-top: -33px;
    margin-bottom: -117px;
    display: block;
  }

  .text-span-6 {
    color: var(--red);
  }

  .text-span-7 {
    color: var(--red);
    -webkit-text-stroke-color: var(--red);
  }

  .bold-text-5 {
    color: var(--red);
    font-weight: 500;
  }

  .text-span-8, .text-span-9 {
    color: var(--red);
  }

  .text-span-10 {
    color: var(--red);
    text-align: center;
    text-transform: none;
  }

  .text-span-11, .text-span-12, .text-span-13, .text-span-14, .bold-text-6, .bold-text-7 {
    color: var(--red);
  }

  .bold-text-8, .bold-text-9, .bold-text-10, .bold-text-11, .bold-text-12, .bold-text-13 {
    font-weight: 500;
  }

  .image-12 {
    color: var(--white);
    width: 20px;
  }

  .section {
    padding-left: 24px;
    padding-right: 24px;
  }

  .logo.thanks {
    width: 50%;
  }

  .heading {
    font-family: Atypdisplay, sans-serif;
    font-weight: 700;
    line-height: 75%;
  }

  .bold-text-27 {
    font-size: 2.5vh;
    line-height: 100%;
  }

  .a-header-button-wrapper {
    flex-direction: column;
  }

  .a-button-primary {
    background-image: linear-gradient(#0bffdf, #0bffdf);
    width: 100%;
  }

  .a-button-primary:hover {
    background-color: #ff5e98;
  }

  .eng_ua {
    z-index: 1111;
    width: 100%;
    height: 100vh;
  }

  .a-h1-heading {
    text-align: center;
    width: auto;
    font-size: 50px;
  }

  .a-h1-heading.language {
    font-size: 34px;
  }

  .bold-text-41 {
    color: #f06;
    text-shadow: 0 1px 20px #ff193b;
  }

  .languages {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .image-13 {
    width: 65px;
  }

  .bold-text-42 {
    color: #f06;
    text-shadow: 0 1px 20px #ff193b;
  }

  .eng_ua-2 {
    z-index: 1111;
    width: 100%;
    height: 100vh;
  }

  .wg-selector-text-wrapper {
    justify-content: center;
    align-items: center;
  }

  .languages-2 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .wg-left-side {
    border-width: 2px;
    border-radius: 125px;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    padding: 0;
  }

  .wg-left-side.menu-start {
    width: 55px;
    height: 55px;
  }

  .text-block-16 {
    color: #fff;
    font-size: 14px;
    line-height: 14px;
    display: block;
  }

  .nav-button-wrap {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    order: 0;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .nav-menu-button-2 {
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    display: flex;
  }

  .wg-dropdown-1 {
    padding-right: 0;
    display: block;
  }

  .wg-dropdown-list {
    background-color: #fff0;
    border-style: none;
    border-radius: 5px;
    padding-right: 0;
    box-shadow: 4px 4px 14px -2px #080f340a;
  }

  .wg-dd-1-list.wg-dropdown-link-flag {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    border-radius: 0;
    width: auto;
    display: none;
    left: 0;
  }

  .div-block-6 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: row;
    flex: 0 auto;
    order: 0;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-self: stretch;
    align-items: center;
    height: 80px;
    display: flex;
  }

  .slide-2, .text-span-22 {
    height: auto;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_1d469080-a329-f7f3-e3fd-12b74acedd4a-a580704b, #w-node-_1d469080-a329-f7f3-e3fd-12b74acedd4a-cfc1bbae, #w-node-_1d469080-a329-f7f3-e3fd-12b74acedd4a-fb27564d {
    grid-column: span 2 / span 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-b26bdbf6-354b-1189-c6e1-79265eb9019d-a580704b, #w-node-b26bdbf6-354b-1189-c6e1-79265eb9019d-cfc1bbae, #w-node-b26bdbf6-354b-1189-c6e1-79265eb9019d-fb27564d {
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: center;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_005ebb4c-aeaf-471b-47e8-2150ade904ef-a580704b {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_68582f04-7f86-af99-1abc-aba0a9ad25eb-a580704b {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_68582f04-7f86-af99-1abc-aba0a9ad25f3-a580704b {
    place-self: auto;
  }

  #w-node-d9734464-57f9-c77e-415c-7c555f63dd39-a580704b {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center;
  }

  #w-node-a3aab3a1-6ead-012f-a3f5-f37e88e05d4e-a580704b {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #w-node-_005ebb4c-aeaf-471b-47e8-2150ade904ef-cfc1bbae {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-c9c54d37-919b-82c0-8dcb-a8e0a5b902a8-cfc1bbae {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-b05f6afe-fe23-8d57-9a9b-a11df20acf0f-cfc1bbae {
    place-self: auto;
  }

  #w-node-d9734464-57f9-c77e-415c-7c555f63dd39-cfc1bbae {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center;
  }

  #w-node-a3aab3a1-6ead-012f-a3f5-f37e88e05d4e-cfc1bbae {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #w-node-_116a1285-69c0-22ff-f1ca-f9c5f7a4b80a-cfc1bbae {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_005ebb4c-aeaf-471b-47e8-2150ade904ef-fb27564d {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_4548af0a-dcb8-1dc5-9b40-51ddb3dd115f-fb27564d {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_4548af0a-dcb8-1dc5-9b40-51ddb3dd1165-fb27564d {
    place-self: auto;
  }

  #w-node-d9734464-57f9-c77e-415c-7c555f63dd39-fb27564d {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center;
  }

  #w-node-a3aab3a1-6ead-012f-a3f5-f37e88e05d4e-fb27564d {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #w-node-_116a1285-69c0-22ff-f1ca-f9c5f7a4b80a-fb27564d {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Atypdisplay';
  src: url('../fonts/AtypDisplay-Medium-1.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Atypdisplay';
  src: url('../fonts/AtypDisplay-Semibold-1.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Atypdisplay';
  src: url('../fonts/AtypDisplay-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Atypdisplay';
  src: url('../fonts/AtypDisplay-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}