.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

body {
  color: #333;
  font-family: Avenir, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.body {
  background-color: #161616;
  overflow: visible;
}

.section {
  border-left: 1px #fff;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.section.hero {
  background-image: url('../images/Header-Background.png');
  background-position: 50% 100%;
  background-size: cover;
  height: 100vh;
  padding-top: 104px;
  overflow: visible;
}

.section.about {
  background-image: url('../images/bg-line.png');
  background-position: 50%;
  background-size: cover;
}

.section.about.img-bg {
  background-image: url('../images/tech-bg.jpg');
  background-attachment: fixed;
  border-left-style: none;
  height: 100%;
}

.section.quote-bg {
  background-image: url('../images/quotebg.png');
  background-position: 0 0;
  background-size: auto;
}

.section.quote-bg-blue {
  background-image: url('../images/bgg2.png');
  background-position: 0 0;
  background-size: cover;
}

.section.blue-bg {
  background-image: url('../images/bluebg.png');
  background-position: 0 0;
  background-size: cover;
}

.section.overflow-no {
  overflow: visible;
}

.section.none, .section.mobile {
  display: none;
}

.section.video-bg {
  background-image: linear-gradient(0deg, #000, #0000004d);
  border-left-style: none;
  height: 100vh;
  padding-top: 8rem;
}

.section.bg-grey {
  background-color: #222;
  padding-top: 0;
  padding-bottom: 0;
}

.section.bg-img {
  background-image: url('../images/dataroom.jpg');
  background-position: 50% 0;
  background-size: cover;
  background-attachment: fixed;
  width: 100%;
  height: 100%;
  padding-top: 15rem;
  padding-bottom: 15rem;
}

.section.trusted-bg {
  background-image: url('../images/live-bg.jpg');
  background-position: 50% 0;
  background-repeat: repeat;
  background-size: cover;
  background-attachment: fixed;
  width: 100%;
  height: 100%;
  padding-top: 13rem;
  padding-bottom: 13rem;
}

.section.video-player {
  padding-top: 15rem;
  padding-bottom: 15rem;
}

.section.black-bg {
  background-color: #000;
  height: 100vh;
  padding-top: 8rem;
}

.section.top-margin {
  margin-top: 10rem;
}

.section.over-26-raised {
  height: 448px;
}

.container {
  z-index: 1;
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1600px;
  padding: 48px 30px;
  display: flex;
  position: relative;
  overflow: visible;
}

.container.navbar {
  padding-top: 0;
  padding-bottom: 0;
}

.container.large-padding {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.container.top-margin-96px {
  padding-top: 120px;
}

.hero {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.hero_content {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.hero_content.align-center {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-items: center;
}

.heading {
  color: #fff;
  font-size: 80px;
  line-height: 80px;
}

.paragraph {
  color: #fff;
  margin-bottom: 0;
  font-size: 16px;
}

.paragraph.large {
  font-size: 18px;
}

.paragraph.large.center {
  text-align: center;
}

.paragraph.large.center.xl {
  font-size: 32px;
  font-weight: 400;
  line-height: 125%;
}

.paragraph.center {
  text-align: center;
}

.paragraph.center.topmargin30px {
  margin-top: 30px;
}

.paragraph.center.none {
  display: none;
}

.paragraph.center.small {
  font-size: 14px;
  font-weight: 400;
}

.paragraph.center.small.color-grey {
  color: #999;
}

.paragraph.center.size-medium {
  line-height: 1.5rem;
}

.paragraph.aligh-center {
  text-align: center;
}

.paragraph.mobile {
  display: none;
}

.paragraph.black-color {
  color: #000;
}

.paragraph.black-color.align-center, .paragraph.align-center {
  text-align: center;
}

.paragraph.align-center.size-large {
  font-size: 16px;
  line-height: 1.5rem;
}

.paragraph.align-center.size-semilarge {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.paragraph.align-center.size-medium {
  text-align: center;
  font-weight: 400;
  line-height: 1.5rem;
}

.paragraph.align-center.size-medium.timing-bullet-points {
  text-align: left;
}

.paragraph.size-medium {
  line-height: 1.5rem;
}

.button {
  z-index: 1;
  text-align: center;
  background-image: linear-gradient(45deg, #6cc8ff, #00a0ff 51%, #006099);
  border-radius: 8px;
  padding: 16px 32px;
  font-size: 16px;
  font-weight: 700;
  display: block;
  position: relative;
}

.button:hover {
  color: #3898ec;
  background-color: #fff;
  background-image: none;
}

.button.secondary {
  background-color: #3898ec00;
  background-image: none;
  border: 1px solid #fff;
}

.button.secondary.nav-bar-button {
  justify-content: center;
  align-items: center;
  padding: 16px 32px;
  font-size: 16px;
  display: flex;
}

.button.animated {
  z-index: 0;
  position: absolute;
  inset: 0%;
}

.button.nav-bar-button {
  border-radius: .375rem;
  padding: .5rem;
  font-size: .875rem;
}

.button.nav-bar-button.invest-link {
  justify-content: center;
  align-items: center;
  padding: 16px 32px;
  font-size: 16px;
  display: flex;
}

.button.margin-top-30px {
  margin-top: 30px;
}

.button.invest-link.fixed-width-337 {
  width: auto;
  max-width: 337px;
}

.button.invest-link.ready-to-invest-button {
  max-width: 337px;
}

.button-div {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: center;
  margin-top: 32px;
  display: flex;
  position: relative;
}

.button-div.flex-vertical {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  margin-top: 0;
  display: flex;
}

.hero_video {
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-image: linear-gradient(135deg, #fff3, #00000080 28% 69%, #fff3);
  border-radius: 16px;
  padding: 16px;
}

.video {
  border-radius: 8px;
  width: auto;
  height: auto;
  display: none;
  overflow: hidden;
}

.about {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  display: flex;
}

.about-card {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 20%;
  display: flex;
}

.about-number {
  color: #fff;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 48px;
}

.about-number.size-small {
  font-size: 36px;
}

.about-number.size-small.end-date {
  width: 100%;
}

.about-info {
  color: #fff;
  text-align: center;
  width: 100%;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 700;
}

.about-info.size-small {
  font-size: 16px;
}

.featured {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.logo-container {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: space-between;
  width: 2600px;
  display: flex;
}

.h3 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 700;
}

.h3.large {
  text-align: center;
  margin-top: 0;
  font-size: 32px;
  line-height: 125%;
}

.h3.medium {
  font-size: 24px;
}

.h3.medium.blue {
  color: #00a0ff;
}

.h3.size-medium {
  font-size: 1.5rem;
}

.h3.size-medium.color-blue {
  color: #00a0ff;
  text-align: center;
}

.h3.size-medium.color-blue.force-white {
  color: #fff;
}

.h3.size-small {
  font-size: 1.25rem;
}

.h3.size-small.color-blue {
  color: #00a0ff;
  text-align: center;
}

.h3.color-blue {
  color: #00a0ff;
  font-size: 1.125rem;
}

.logo.small {
  max-width: 150px;
}

.logo-div {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
  overflow: hidden;
}

.navbar-logo-left {
  width: 100%;
  position: absolute;
  inset: 0% 0% auto;
}

.navbar-logo-left-container {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container.shadow-three {
  width: 100%;
  margin-bottom: 0;
  padding: 36px 48px;
}

.container-2 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.navbar-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-menu-two {
  justify-content: space-between;
  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: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-divider {
  background-color: #e4ebf3;
  width: 1px;
  height: 22px;
  margin-left: 15px;
  margin-right: 15px;
}

.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;
}

.mobile-margin-top-10 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  display: flex;
}

.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;
}

.container-nav {
  width: 100%;
}

.logo-company {
  width: 200px;
}

.achievement {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.achievement-content {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  width: 60%;
  display: flex;
}

.h2 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 48px;
}

.h2.center {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
}

.h2.center.size-medium {
  text-align: center;
  font-size: 48px;
  line-height: 2.5rem;
}

.h2.center.size-medium.timing-left-frame {
  text-align: left;
  line-height: 3rem;
}

.h2.center.size-small {
  color: #00a0ff;
  font-size: 2.25rem;
  font-weight: 400;
}

.h2.large {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 72px;
  line-height: 72px;
}

.h2.large._70 {
  width: 70%;
}

.h2.align-center {
  text-align: left;
  font-family: Avenir, sans-serif;
  font-size: 24px;
  line-height: 30px;
}

.h2.size-medium {
  letter-spacing: normal;
  word-break: normal;
  overflow-wrap: normal;
  font-size: 2.25rem;
}

.h2.size-medium.something-bigger-title {
  font-size: 48px;
}

.h2.size-large {
  font-size: 3rem;
  line-height: 3.3rem;
}

.h2.size-large.align-center {
  text-align: center;
}

.accordeons {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.accordeons.tablet {
  display: none;
}

.dropdown {
  background-color: #ffffff26;
  border: 1px solid #fff;
  border-radius: 8px;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.dropdown-toggle {
  white-space: pre-wrap;
  word-break: normal;
  overflow-wrap: normal;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 16px;
  display: flex;
}

.dropdown-toggle.w--open {
  background-color: #fff0;
  border-style: none;
  justify-content: space-between;
  align-items: center;
}

.text-block {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
}

.text-block.bold {
  font-size: 24px;
}

.text-block.small {
  font-size: 12px;
}

.dropdown-list {
  position: relative;
}

.dropdown-list.w--open {
  background-color: #ddd0;
  padding-bottom: 16px;
  padding-left: 16px;
  padding-right: 16px;
  position: relative;
}

.icon {
  filter: invert();
}

.h3-accordeon {
  color: #fff;
  margin-top: 20px;
  margin-bottom: 0;
}

.access {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  width: 100%;
  display: flex;
}

.access-image {
  flex-flow: column;
  width: 70%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
}

.access-content {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 40%;
  display: flex;
}

.checkboxes {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: #ffffff1a;
  border: 1px solid #fff;
  border-radius: 100px;
  padding: 12px 20px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.checkboxes.one-check {
  margin-top: 210px;
  margin-right: 20px;
}

.checkboxes.two-check {
  margin-top: 260px;
  margin-right: 8px;
}

.checkboxes.three-check {
  margin-top: 310px;
}

.checkboxes.four-check {
  margin-top: 0;
  margin-bottom: 90px;
  inset: auto auto 0% 0%;
}

.checkboxes.five-check {
  margin-top: 0;
  margin-bottom: 41px;
  margin-left: 27px;
  inset: auto auto 0% 0%;
}

.checkboxes.six-check {
  margin-top: 0;
  margin-bottom: -98px;
  margin-right: 55px;
  inset: auto 0% 0% auto;
}

.bold-text {
  color: #00a0ff;
}

.faq {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 48px 240px;
  display: flex;
}

.faq-content {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: stretch stretch;
  width: 100%;
  display: flex;
}

.limitless {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 96px;
  padding-bottom: 200px;
  display: flex;
}

.h1 {
  color: #fff;
  font-size: 80px;
  line-height: 80px;
}

.h1.center {
  text-align: center;
  width: 80%;
}

.h1.signup-h1 {
  margin-top: 0;
  margin-bottom: 48px;
  font-size: 64px;
}

.h1.align-center {
  text-align: center;
}

.h1.align-center.size-3-75rem {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  line-height: 120%;
}

.bold-text-2 {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #6cc8ff, #00a0ff 54%, #006099);
  -webkit-background-clip: text;
  background-clip: text;
}

.limitless-img.one-img {
  margin-top: -56px;
  margin-left: 0;
  position: absolute;
  inset: 0% auto auto 0%;
}

.limitless-img.two-img {
  z-index: 2;
  margin-top: -87px;
  margin-right: 0;
  position: absolute;
  inset: 0% 0% auto auto;
  overflow: visible;
}

.limitless-img.three-img {
  margin-left: 200px;
  position: absolute;
  inset: auto auto 0% 0%;
}

.limitless-img.four-img {
  margin-bottom: 92px;
  margin-right: 30px;
  position: absolute;
  inset: auto 0% 0% auto;
}

.flywheel {
  grid-column-gap: 150px;
  grid-row-gap: 150px;
  flex-flow: row;
  display: flex;
}

.flywheel-content {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  display: flex;
}

.flywheel-img {
  width: 50%;
}

.reasons {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 48px;
  display: flex;
}

.reasons-content {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  display: flex;
}

.heading-container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.heading-container.margin-bottom {
  margin-bottom: 100px;
}

.reasons-card {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #ffffff1a;
  border: 1px solid #00a0ff;
  border-radius: 8px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 48px;
  display: flex;
}

.link {
  color: #fff;
  font-size: 12px;
  font-weight: 700;
}

.quote {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  padding: 48px 100px;
  display: flex;
}

.quote-name {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-flow: column;
  display: flex;
}

.name {
  color: #fff;
  text-align: center;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 700;
}

.job-title {
  color: #fff;
  text-align: center;
  margin-bottom: 0;
  font-size: 16px;
}

.job-title.bold {
  font-weight: 700;
}

.market {
  grid-column-gap: 150px;
  grid-row-gap: 150px;
  display: flex;
}

.market-content {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  display: flex;
}

.market-img {
  width: 50%;
  position: relative;
}

.form-container {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  background-color: #ffffff1a;
  border: 1px solid #00a0ff;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  max-width: 1200px;
  margin-bottom: 96px;
  padding: 48px 60px;
  display: flex;
}

.form-container.sign-up {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: auto;
  min-width: 500px;
  max-width: none;
  margin-bottom: 0;
  padding: 24px;
  position: relative;
}

.form-container.sign-up.no-visible {
  opacity: .3;
  border-style: none;
}

.form-container.grey-bg {
  background-color: #161616;
}

.form-content {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.form-content.align-center {
  justify-content: center;
  align-items: center;
}

.form {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.text-field {
  color: #0c0c0c;
  border-radius: 8px;
  margin-bottom: 0;
  padding: 24px 16px;
  font-weight: 400;
  display: block;
}

.text-field::placeholder {
  color: #666;
}

.form-1 {
  width: 60%;
}

.form-1.none {
  display: none;
}

.checkbox-label {
  color: #fff;
  display: block;
}

.projections {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  width: 100%;
  padding-top: 48px;
  padding-bottom: 48px;
  display: flex;
}

.creator-table {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.creator-table.mobile {
  display: none;
}

.h3-medium {
  color: #fff;
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 32px;
}

.div-block {
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: 20px;
  display: flex;
}

.div-block-2 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: #ffffff1a;
  border: 1px solid #fff;
  border-radius: 8px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 16px;
  display: grid;
}

.div-block-3 {
  background-color: #fff;
  height: 1px;
}

.div-block-4 {
  padding-left: 17px;
}

.consumer-table {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.consumer-table.mobile {
  display: none;
}

.team {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-flow: column;
  padding-top: 48px;
  padding-bottom: 48px;
  display: flex;
}

.team-grid {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.team-card {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.team-card.none {
  display: none;
}

.team-name {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
}

.avatar {
  border-radius: 1000px;
}

.form-section {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  display: flex;
}

.footer {
  grid-column-gap: 54px;
  grid-row-gap: 54px;
  color: #000;
  background-color: #000;
  flex-flow: column;
  width: 100%;
  padding: 48px;
  display: flex;
}

.footer.color-grey {
  background-color: #161616;
  border-top: 1px solid #00a0ff;
}

.footer-content {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.terms {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: row;
  display: flex;
}

.link-2 {
  color: #fff;
  font-weight: 700;
}

.link-2.color-blue {
  color: #00a0ff;
}

.div-block-5 {
  width: 100%;
}

.div-block-5.none {
  display: none;
}

.image {
  width: 100%;
  display: inline-block;
}

.image.img2, .image.img3, .image.img4 {
  z-index: 2;
  display: none;
  position: absolute;
  inset: 0%;
}

.link-3 {
  color: #00a0ff;
  text-decoration: underline;
}

.div-block-4-copy {
  padding-left: 17px;
}

.div-block-6 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.image-div {
  position: relative;
}

.image2, .image3, .image4 {
  width: 100%;
  display: none;
  position: absolute;
  inset: 0%;
}

.success-message {
  background-color: #fff;
  border-radius: 8px;
}

.cta-button {
  display: none;
}

.signup-section {
  justify-content: center;
  align-items: stretch;
  width: 100%;
  margin-top: 0;
  display: flex;
}

.container-black {
  justify-content: flex-end;
  align-items: center;
  width: 60%;
  padding-top: 150px;
  padding-bottom: 150px;
  display: flex;
}

.container-blue {
  background-image: linear-gradient(90deg, #6cc8ff, #00a0ff 58%, #006099);
  width: 40%;
  height: auto;
  padding-top: 150px;
  padding-bottom: 150px;
}

.signup-form {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 800px;
  padding-left: 48px;
  padding-right: 96px;
  display: flex;
}

.signup-form-block {
  width: 100%;
}

.div-block-7 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  width: 100%;
  display: flex;
}

.checkbox-field {
  display: none;
}

.line {
  background-color: #fff;
  width: 100%;
  height: 1px;
}

.button-div-block {
  justify-content: center;
  align-items: center;
  display: flex;
}

.form-div-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.details {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-flow: column;
  padding-left: 48px;
  padding-right: 96px;
  display: flex;
}

.details-container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.details-card {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #ffffff1a;
  border-radius: 8px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 48px;
  display: flex;
}

.details-info {
  color: #fff;
  text-align: center;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 700;
  line-height: 48px;
}

.check-img {
  width: 30px;
  height: 100%;
  margin-right: 24px;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.radio-button-field {
  background-color: #ffffff1a;
  border-radius: 100px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  padding: 16px;
  display: flex;
  position: relative;
}

.radio-button-field.active {
  background-color: #00a0ff;
}

.radio-button {
  background-color: #ffffff4d;
  border: 1px solid #fff;
  border-radius: 100px;
  width: 24px;
  min-width: 24px;
  height: 24px;
  min-height: 24px;
  margin-left: 0;
}

.radio-button.w--redirected-checked {
  background-color: #00a0ff;
  border-style: none;
}

.radio-button-label {
  color: #fff;
  margin-bottom: 0;
  margin-left: 16px;
  font-size: 16px;
  font-weight: 400;
}

.radio-button-label.active {
  font-weight: 700;
}

.radio-shares {
  color: #fff;
  text-align: left;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 0;
  margin-right: 16px;
  font-size: 16px;
  font-weight: 400;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.text-field-2 {
  background-color: #fff0;
  border: 1px #000;
  border-bottom: 1px solid #fff;
  margin-bottom: 0;
  margin-left: 12px;
  padding-left: 0;
}

.field-label {
  color: #fff;
  margin-top: 30px;
  margin-bottom: 0;
}

.info-div {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.info-card {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  width: 50%;
  display: flex;
}

.info-h3 {
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 0;
  font-weight: 700;
}

.info-price {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
}

.billing-info {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.text-sourcers {
  color: #fff;
  text-align: center;
}

.text-sourcers.margintop40px {
  margin-top: 40px;
  margin-bottom: 0;
}

.text-sourcers.align-center {
  text-align: left;
}

.text-sourcers.size-small {
  font-size: .75rem;
}

.source-link {
  color: #fff;
}

.source-link.color-blue {
  color: #00a0ff;
}

.source-link.color-blue:hover {
  color: #fff;
}

.creator-table-mobile {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.creator-table-mobile.mobile {
  display: none;
}

.bonus {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-flow: column;
  width: 100%;
  padding-bottom: 48px;
  display: flex;
}

.tabs-menu {
  border: 1px solid #00a0ff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.tab-link-tab-1 {
  color: #fff;
  background-color: #ddd0;
  border-radius: 100px;
}

.tab-link-tab-1.w--current {
  color: #fff;
  background-image: linear-gradient(90deg, #6cc8ff, #00a0ff 58%, #006099);
  font-weight: 700;
}

.tab-link-tab-2 {
  color: #fff;
  background-color: #ddd0;
}

.tab-pane-tab-1 {
  width: 100%;
}

.bonus-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.bonus-grid.mobile {
  grid-template-columns: 1fr 1fr;
}

.tabs {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.table-div {
  color: #fff;
  background-color: #fff3;
  border: 1px solid #fff;
  justify-content: center;
  align-items: center;
  padding: 20px 15px;
  font-size: 18px;
  font-weight: 700;
  display: flex;
}

.table-div.w--current {
  background-color: #fff3;
}

.table-div.no-bg {
  background-color: #fff0;
}

.table-title, .table-title-2 {
  color: #fff;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 700;
}

.table-text {
  color: #fff;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
}

.tabs-menu-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff3;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
  overflow: hidden;
}

.tabs-2 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  display: flex;
}

.table-list-item {
  color: #fff;
  background-color: #fff0;
  border: 0 solid #fff;
  justify-content: flex-start;
  align-items: center;
  padding: 20px 15px 20px 20px;
  font-size: 18px;
  font-weight: 700;
  display: flex;
}

.table-list-item.w--current {
  background-color: #fff0;
  border-bottom-width: 1px;
  order: -1;
}

.table-list-item.no-bg {
  background-color: #fff0;
}

.link-4 {
  color: #fff;
}

.hero-video-div {
  width: 80%;
}

.pop-up {
  z-index: 999;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #0006;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.pop-up-content {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #161616;
  border-radius: 25px;
  flex-flow: column;
  width: 50%;
  padding: 50px;
  display: flex;
  position: relative;
}

.close-icon {
  filter: invert();
  width: 30px;
  height: 30px;
  margin-top: 10px;
  margin-right: 10px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.image-2 {
  width: 100%;
  height: 100%;
}

.code-embed {
  width: 0;
  position: absolute;
}

.form-block {
  display: flex;
}

.form-block.download-presentation-form {
  display: none;
}

.code-embed-2 {
  width: 80%;
}

.lets-talk {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding: 48px 240px;
  display: flex;
}

.code-embed-3 {
  width: 100%;
  height: 100%;
}

._20-primary {
  justify-content: flex-end;
  align-items: flex-start;
  height: 150px;
  padding-top: 20px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

._3-5-secondary {
  justify-content: flex-end;
  align-items: flex-start;
  height: 230px;
  padding-top: 30px;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.pop-up-20px {
  background-color: #fff;
  border-radius: 16px;
  width: 60%;
  padding: 20px;
  display: none;
}

.pop-up-20px.secondary {
  display: none;
}

.image-3 {
  width: 20px;
}

.body-2 {
  background-color: #000;
}

.background-video {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.text-link {
  color: #3898ec;
  text-align: center;
  font-size: 18px;
}

.text-link.size-small {
  font-size: 14px;
  text-decoration: none;
}

.text-link.size-small.color-white {
  color: #fefeff;
}

.text-link.size-small.color-white:hover {
  color: #3898ec;
}

.text-link.mobile {
  display: none;
}

.text-link.webinar-link {
  text-align: left;
}

.div-block-8 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  display: flex;
}

.icon-link {
  width: 20px;
  height: 20px;
}

.video-vimeo {
  z-index: 999;
  aspect-ratio: 16 / 9;
  object-fit: fill;
  border-radius: 8px;
  flex: 0 auto;
  justify-content: center;
  align-self: auto;
  align-items: flex-start;
  width: 100%;
  height: auto;
  min-height: 0;
  max-height: 95vh;
  display: flex;
  position: relative;
}

.h3-about {
  color: #3b82f6;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 48px;
}

.h3-about.align-center {
  text-align: center;
  flex-flow: row;
  font-size: 64px;
  line-height: 64px;
  display: flex;
}

.about-text {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 0;
  display: flex;
}

.logo-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center stretch;
  display: grid;
}

.card {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.icon-card {
  width: 96px;
  max-width: 11rem;
}

.content-cards {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.wrapper {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-bottom: 48px;
  display: flex;
}

.navbar-2 {
  position: fixed;
  inset: 0% 0% auto;
}

.navbar-3 {
  position: fixed;
}

.nav-bar {
  z-index: 998;
  position: fixed;
  inset: 0% 0% auto;
}

.nav-bg-black {
  background-color: #000;
  justify-content: space-between;
  align-items: center;
  padding: .5rem 1.5rem;
  display: flex;
}

.logo-insurance {
  max-height: 2rem;
}

.nav-bg-black-content {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.nav-link {
  color: #fff;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: .75rem;
}

.nav-link:hover {
  color: #3898ec;
}

.nav-bar-grey {
  background-color: #161616;
  border-bottom: 1px solid #00a0ff;
  justify-content: space-between;
  align-items: center;
  padding: 1.25rem;
  display: flex;
}

.tunego-logo {
  max-width: 10rem;
}

.data-room-content {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 70%;
  display: flex;
}

.data-room {
  grid-column-gap: 150px;
  grid-row-gap: 150px;
  display: flex;
}

.text-2xl {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 2rem;
}

.text-2xl.color-blue {
  color: #fff;
  margin-bottom: 0;
  font-size: 18px;
}

.mb-6 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  margin-bottom: 1.5rem;
  display: flex;
}

.ml-1 {
  color: #fff;
  margin-bottom: 0;
  font-size: .875rem;
}

.trusted-content {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  background-color: #000000a8;
  border-radius: .375rem;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding: 2rem;
  display: flex;
  overflow: visible;
}

.trusted-wrapper {
  grid-column-gap: 150px;
  grid-row-gap: 150px;
  width: 100%;
  display: flex;
}

.artists-card {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  border-radius: .5rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-bottom: 2rem;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
}

.bonus-shares {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 48px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.faq-wrapper {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: 48px;
  display: flex;
}

.content-faq {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  display: grid;
}

.faq-card {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.h3-faq {
  color: #00a0ff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 700;
}

.h3-faq.large {
  text-align: center;
  margin-top: 0;
  font-size: 32px;
  line-height: 125%;
}

.h3-faq.medium {
  font-size: 24px;
}

.h3-faq.medium.blue {
  color: #00a0ff;
}

.h3-faq.size-medium {
  font-size: 1.5rem;
}

.h3-faq.size-medium.color-blue {
  color: #00a0ff;
  text-align: center;
}

.h3-faq.size-small {
  font-size: 1.25rem;
}

.h3-faq.size-small.color-blue {
  color: #00a0ff;
  text-align: center;
}

.h3-faq.color-blue {
  color: #00a0ff;
  font-size: 1.125rem;
}

.nav-button-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  align-items: stretch;
  display: flex;
}

.about-cards {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
}

.about-cards.gap-10px {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-self: flex-start;
}

.about-cards.gap-10px.about-end-date {
  padding-left: 2rem;
  padding-right: 2rem;
}

.about-wrapper {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  display: grid;
}

.about-wrapper._2column {
  grid-template-columns: 1fr 1fr;
}

.about-wrapper.flex-centered {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.button-5---icons-wrapper {
  display: flex;
}

.social-link {
  background-color: #fff;
  margin-left: 1px;
  margin-right: 1px;
  padding: 7px;
  transition: margin .2s;
}

.social-link:hover {
  background-color: #e2eaff;
  border-radius: 99999px;
}

.button-5---share-icon {
  transition: all .2s;
}

.button-5---share-icon:hover {
  transform: translate(0, -5px);
}

.share_btn_wrap {
  grid-column-gap: 1.2rem;
  grid-row-gap: 1.2rem;
  margin-top: 0;
  display: flex;
}

.share_btn {
  color: #fff;
  justify-content: center;
  align-items: center;
  width: 4rem;
  height: 4rem;
  display: flex;
}

.share_btn:hover {
  opacity: .7;
  color: #fd4c00;
  border-color: #fff;
}

.share_btn_icon {
  width: 2rem;
  height: 2rem;
}

.image-4:hover {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
}

.text-field-copy {
  color: #0c0c0c;
  border-radius: 8px;
  margin-bottom: 0;
  padding: 24px 16px;
  font-weight: 400;
}

.text-field-copy::placeholder {
  color: #666;
}

.text-field-email {
  color: #0c0c0c;
  border-radius: 8px;
  margin-bottom: 0;
  padding: 24px 16px;
  font-weight: 400;
  display: block;
}

.text-field-email::placeholder {
  color: #666;
}

.text-field-phone {
  color: #0c0c0c;
  border-radius: 8px;
  margin-bottom: 0;
  padding: 24px 16px;
  font-weight: 400;
  display: block;
}

.text-field-phone::placeholder {
  color: #666;
}

.navbar-4 {
  background-color: #ddd0;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.container-3 {
  margin-left: 0;
  margin-right: 0;
}

.early {
  height: 1px;
}

.code-embed-4 {
  align-self: auto;
}

.div-block-9, .div-block-10 {
  flex-flow: column;
  display: flex;
}

.checkbox, .checkbox-field-2 {
  display: block;
}

.text-block-2 {
  color: #fff;
}

.checkbox-field-3 {
  display: block;
}

.link-5 {
  align-self: center;
}

.link-5.skiplink {
  color: #fff;
  margin-top: 5px;
  margin-bottom: 20px;
}

.div-block-11 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  padding-top: 30px;
  display: flex;
}

.button-transparent-bg {
  z-index: 1;
  text-align: center;
  background-image: linear-gradient(45deg, #6cc8ff, #00a0ff 51%, #006099);
  border-radius: 8px;
  padding: 16px 32px;
  font-size: 16px;
  font-weight: 700;
  display: block;
  position: relative;
}

.button-transparent-bg:hover {
  color: #3898ec;
  background-color: #fff;
  background-image: none;
}

.button-transparent-bg.secondary {
  background-color: #3898ec00;
  background-image: none;
  border: 1px solid #fff;
}

.button-transparent-bg.animated {
  z-index: 0;
  position: absolute;
  inset: 0%;
}

.button-transparent-bg.nav-bar-button {
  border-radius: .375rem;
  padding: .5rem;
  font-size: .875rem;
}

.button-transparent-bg.margin-top-30px {
  background-color: #3898ec00;
  background-image: none;
  border: 1px solid #fff;
  margin-top: 30px;
  font-family: Avenir, sans-serif;
}

.text-span, .text-span-2 {
  color: #00a0ff;
}

.div-block-12 {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-flow: row;
  display: flex;
}

.div-block-13 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  align-self: center;
  width: auto;
  max-width: 522px;
  margin-right: auto;
  display: flex;
}

.div-block-14 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  width: auto;
  display: flex;
}

.text-span-3 {
  font-weight: 700;
}

.div-block-15 {
  background-color: #fff;
  width: 1px;
}

.text-span-4 {
  font-size: 16px;
}

.text-span-5 {
  font-size: 18px;
  font-weight: 700;
}

.div-block-16 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  align-items: flex-start;
  display: flex;
}

.image-5 {
  align-self: flex-start;
}

.text-span-6 {
  font-family: "Fa Solid 900", sans-serif;
}

.text-span-7 {
  margin-right: 10px;
  font-family: "Fa Solid 900", sans-serif;
}

.text-span-8 {
  color: #00a0ff;
}

.image-6 {
  align-self: flex-start;
}

.text-block-3 {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
}

.image-7 {
  height: 96px;
}

.div-block-17 {
  height: 100px;
}

.text-block-4 {
  font-size: 64px;
}

.text-block-5 {
  color: #00a0ff;
  flex-flow: column;
  align-self: flex-start;
  align-items: flex-start;
  font-size: 64px;
  font-weight: 700;
  line-height: 64px;
  display: flex;
}

.text-span-9, .text-span-10 {
  color: #00a0ff;
}

.div-block-18 {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-flow: row;
  min-height: 600px;
  display: flex;
}

.text-block-6 {
  color: #fff;
  text-align: left;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

.div-block-19 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: #1a1a1a;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
  flex-flow: column;
  max-width: 702px;
  padding: 48px;
  display: flex;
}

.text-span-11 {
  color: #00a0ff;
}

.div-block-20, .div-block-21 {
  display: flex;
}

.video-modal {
  z-index: 999;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding-top: 5rem;
  padding-bottom: 5rem;
  padding-left: 0;
  display: none;
  position: fixed;
  inset: 0%;
}

.div-block-22 {
  cursor: pointer;
  background-color: #0003;
  position: absolute;
  inset: 0%;
}

.modal-background {
  z-index: 998;
  background-color: #000;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.modal-card {
  background-color: #fff;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 82%;
  height: 66%;
  padding-top: 0;
  padding-left: 0%;
  padding-right: 0%;
  display: flex;
  position: relative;
}

.button-2 {
  background-color: #00a0ff;
  border: 1px solid #fff;
  border-radius: 100px;
  width: 40px;
  height: 40px;
}

.link-block {
  z-index: 1000;
  background-color: #00a0ff;
  border: 1px solid #fff;
  border-radius: 100px;
  justify-content: center;
  align-self: auto;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
  position: absolute;
  inset: -2% -2% auto auto;
}

.link-block.close-link {
  margin-top: 20px;
  margin-right: 20px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.div-block-23 {
  background-color: #fff0;
  border-radius: 8px;
  flex: 0 auto;
  justify-content: center;
  align-self: auto;
  width: 100%;
  max-width: none;
  height: 100%;
  margin-top: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
  inset: 0%;
}

.image-8 {
  position: absolute;
}

.become-part {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  background-color: #000000a8;
  border-radius: .375rem;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding: 0;
  display: flex;
  overflow: visible;
}

.timing-flex {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  display: flex;
}

.subscript, .subscript-2 {
  font-size: 24px;
}

.div-block-24 {
  height: 0;
}

.presentation-anchor {
  height: 0;
  display: flex;
  position: absolute;
  top: 600px;
}

.div-block-25 {
  height: 1px;
  position: absolute;
  top: -100px;
}

.text-block-7 {
  color: #fff;
  text-align: right;
  margin-top: 2px;
  margin-right: 20px;
  padding-right: 0;
}

@media screen and (max-width: 991px) {
  .section.hero {
    height: auto;
    padding-top: 70px;
  }

  .section.about {
    display: flex;
  }

  .section.quote-bg-blue {
    background-size: cover;
  }

  .section.overflow-no {
    padding-top: 120px;
    overflow: hidden;
  }

  .section.video-bg {
    height: 120vh;
  }

  .container {
    justify-content: center;
    align-items: center;
  }

  .container.no-margin-padding {
    padding-bottom: 0;
  }

  .hero {
    flex-flow: column;
  }

  .hero_content {
    justify-content: center;
    align-items: center;
  }

  .paragraph {
    text-align: left;
  }

  .paragraph.aligh-center {
    text-align: center;
  }

  .hero_video {
    width: 100%;
  }

  .video {
    width: 100%;
    height: auto;
  }

  .about {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    flex-flow: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-items: center;
    width: 100%;
    display: grid;
  }

  .about-card {
    width: 100%;
  }

  .about-info {
    width: auto;
  }

  .navbar-logo-left-container.shadow-three {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .container-2 {
    max-width: 728px;
  }

  .nav-menu-wrapper {
    background-color: #0000;
  }

  .nav-menu-two {
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    background-color: #ffffff03;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 0;
    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: #fff;
    border-radius: 8px;
  }

  .achievement {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: column;
  }

  .h2 {
    text-align: left;
    width: 100%;
    font-size: 32px;
    line-height: 32px;
  }

  .h2.center.size-medium {
    line-height: 3rem;
  }

  .h2.large {
    font-size: 40px;
    line-height: 40px;
  }

  .h2.large._70 {
    width: auto;
    font-size: 48px;
    line-height: 48px;
  }

  .h2.align-center {
    text-align: center;
  }

  .h2.size-medium.something-bigger-title {
    line-height: 54px;
  }

  .accordeons.desktop {
    display: none;
  }

  .accordeons.tablet {
    display: flex;
  }

  .h3-accordeon {
    text-align: left;
  }

  .access {
    flex-flow: column-reverse;
    width: auto;
  }

  .access-image, .access-content {
    width: auto;
  }

  .checkboxes.six-check {
    margin-bottom: -31px;
  }

  .faq {
    padding-left: 0;
    padding-right: 0;
  }

  .faq-content {
    flex-flow: column;
    display: flex;
  }

  .h1 {
    text-align: center;
    font-size: 56px;
    line-height: 56px;
  }

  .limitless-img.one-img {
    margin-top: -125px;
    margin-left: -103px;
  }

  .limitless-img.two-img {
    margin-top: -114px;
    margin-right: 30px;
  }

  .limitless-img.three-img {
    margin-bottom: 48px;
    margin-left: 30px;
  }

  .limitless-img.four-img {
    margin-bottom: 126px;
    margin-right: -98px;
  }

  .flywheel {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: column;
  }

  .flywheel-content {
    width: auto;
  }

  .flywheel-img {
    justify-content: center;
    align-items: center;
    width: auto;
    display: flex;
  }

  .reasons, .reasons-content {
    flex-flow: column;
  }

  .quote {
    padding-left: 0;
    padding-right: 0;
  }

  .market {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: column;
  }

  .market-content {
    justify-content: center;
    align-items: center;
    width: auto;
  }

  .market-img {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: auto;
    display: flex;
  }

  .form-container {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: column;
  }

  .form-container.grey-bg {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .form-1 {
    width: auto;
  }

  .h3-medium {
    font-size: 24px;
    line-height: 32px;
  }

  .team {
    padding-bottom: 96px;
  }

  .team-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .form-section {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: column;
  }

  .footer {
    overflow: hidden;
  }

  .footer-content {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
  }

  .div-block-5 {
    display: flex;
  }

  .image {
    width: 50%;
  }

  .icon-2 {
    filter: invert();
  }

  .signup-section {
    flex-flow: column;
  }

  .container-black {
    width: auto;
    padding-bottom: 80px;
  }

  .container-blue {
    width: auto;
    padding-top: 80px;
  }

  .signup-form {
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: none;
    padding-right: 48px;
  }

  .details {
    padding-right: 48px;
  }

  .details-container {
    place-items: center;
  }

  .details-card {
    width: 100%;
    max-width: none;
    height: 100%;
    max-height: none;
  }

  .bonus {
    padding-bottom: 96px;
  }

  .pop-up-content {
    width: 90%;
  }

  .lets-talk {
    padding-left: 0;
    padding-right: 0;
  }

  .h3-about.align-center {
    font-size: 32px;
    line-height: 36px;
  }

  .logo-wrapper {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .content-cards {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .content-cards.cards-grid {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .wrapper {
    flex-flow: column;
  }

  .data-room-content {
    justify-content: center;
    align-items: flex-start;
    width: auto;
  }

  .data-room {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: column;
  }

  .trusted-content {
    justify-content: center;
    align-items: flex-start;
    width: 100%;
  }

  .trusted-wrapper {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: column;
  }

  .bonus-shares {
    padding-left: 0;
    padding-right: 0;
  }

  .faq-wrapper {
    flex-flow: column;
  }

  .content-faq {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .nav-button-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    background-color: #161616;
    justify-content: center;
    align-items: center;
    padding-top: 1rem;
    padding-bottom: 2rem;
  }

  .about-wrapper {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    flex-flow: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    place-items: stretch stretch;
    width: 100%;
    display: grid;
  }

  .share_btn_wrap {
    margin-top: 0;
  }

  .div-block-12 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
  }

  .div-block-18 {
    flex-flow: column;
  }

  .modal-background {
    background-color: #000;
  }

  .link-block.close-link {
    min-width: 40px;
    min-height: 40px;
    position: absolute;
    inset: 0% 0% auto auto;
  }

  .become-part {
    justify-content: center;
    align-items: flex-start;
    width: 100%;
  }

  .timing-flex {
    flex-flow: column;
  }
}

@media screen and (max-width: 767px) {
  .section.mobile {
    display: flex;
  }

  .section.desktop {
    display: none;
  }

  .section.video-bg {
    padding-top: 15rem;
  }

  .section.bg-img.align-top {
    justify-content: center;
    align-items: flex-start;
    padding-top: 3rem;
  }

  .section.trusted-bg {
    background-color: #dfdddd;
    background-image: linear-gradient(135deg, #6cc8ff, #006099 100%, #006099);
    background-position: 0 0;
  }

  .section.trusted-bg.small-padding {
    padding-top: 6rem;
  }

  .section.video-player {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .section.black-bg {
    padding-top: 15rem;
  }

  .container.large-padding.small-mobile {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .container.top-margin-96px.small-mobile {
    padding-top: 3rem;
  }

  .paragraph.large.center.xl {
    font-size: 24px;
  }

  .paragraph.center {
    overflow-wrap: anywhere;
  }

  .paragraph.desktop {
    display: none;
  }

  .paragraph.mobile {
    font-size: 14px;
    display: block;
  }

  .paragraph.black-color.align-center {
    font-size: 14px;
  }

  .paragraph.align-center.size-semilarge {
    font-size: 1rem;
    line-height: 1.3rem;
  }

  .paragraph.align-center.size-medium {
    line-height: 1.5rem;
  }

  .button {
    background-image: linear-gradient(45deg, #6cc8ff, #00a0ff 51%, #006099);
  }

  .button.secondary.nav-bar-button.mobile-none {
    display: none;
  }

  .button-div.flex-vertical-mobile {
    flex-flow: column;
    justify-content: center;
    align-items: stretch;
  }

  .about {
    display: flex;
  }

  .about-number {
    font-size: 32px;
    line-height: 32px;
  }

  .about-number.size-small {
    font-size: 24px;
  }

  .about-info.size-small {
    font-size: 14px;
  }

  .h3.large {
    font-size: 24px;
  }

  .navbar-logo-left-container {
    max-width: 100%;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu-two {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .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-divider {
    width: 200px;
    max-width: 100%;
    height: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .nav-link-accent {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .achievement-content {
    width: auto;
  }

  .h2.center.size-medium, .h2.size-large {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .accordeons.desktop {
    display: flex;
  }

  .accordeons.tablet {
    display: none;
  }

  .text-block {
    font-size: 14px;
  }

  .access {
    padding-bottom: 140px;
  }

  .access-image {
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .checkboxes.one-check {
    margin-top: 176px;
    margin-right: 102px;
  }

  .checkboxes.two-check {
    margin-top: 225px;
    margin-right: 65px;
  }

  .checkboxes.three-check {
    margin-top: 275px;
    margin-right: 91px;
  }

  .checkboxes.four-check {
    margin-top: 155px;
    margin-bottom: 0;
    margin-left: 20px;
    inset: 0% auto auto 0%;
  }

  .checkboxes.five-check {
    margin-top: 215px;
    margin-bottom: 0;
    margin-left: 0;
    inset: 0% auto auto 0%;
  }

  .checkboxes.six-check {
    margin-bottom: -94px;
  }

  .h1.signup-h1 {
    font-size: 48px;
  }

  .h1.align-center.size-3-75rem {
    font-size: 2.5rem;
  }

  .limitless-img.one-img {
    z-index: -1;
    margin-left: 0;
  }

  .limitless-img.two-img {
    inset: auto auto 0% 0%;
  }

  .limitless-img.three-img {
    margin-top: -141px;
    margin-bottom: -8px;
    inset: 0% 0% auto auto;
  }

  .limitless-img.four-img {
    margin-bottom: 0;
    margin-right: 0;
    inset: auto 0% 0% auto;
  }

  .quote {
    padding-left: 0;
    padding-right: 0;
  }

  .market-img {
    flex-flow: column;
  }

  .form-container.sign-up {
    min-width: auto;
  }

  .creator-table {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .creator-table.mobile {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .creator-table.desktop {
    display: none;
  }

  .div-block-2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .div-block-4 {
    padding-right: 20px;
  }

  .consumer-table {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .consumer-table.mobile {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .consumer-table.desktop {
    display: none;
  }

  .team-grid {
    flex-flow: column;
    display: flex;
  }

  .team-name {
    font-size: 24px;
    line-height: 24px;
  }

  .image {
    width: auto;
  }

  .div-block-4-copy {
    padding-right: 20px;
  }

  .div-block-6 {
    flex-flow: column;
  }

  .cta-button {
    z-index: 100;
    justify-content: center;
    align-items: flex-start;
    margin-bottom: 2px;
    padding-bottom: 20px;
    display: flex;
    position: fixed;
    inset: auto 0% 0%;
  }

  .details-container {
    flex-flow: column;
    display: flex;
  }

  .details-info {
    font-size: 32px;
    line-height: 32px;
  }

  .div-centered {
    text-align: center;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .creator-table-mobile {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .creator-table-mobile.mobile {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .creator-table-mobile.desktop {
    display: none;
  }

  .bonus {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding-bottom: 0;
  }

  .bonus-grid.mobile {
    grid-template-rows: auto auto auto auto auto;
  }

  .bonus-mobile {
    position: relative;
  }

  .tabs-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .tabs-content {
    margin-top: 24px;
  }

  .table-list-item.w--current {
    background-color: #161616;
  }

  .icon-list {
    margin-top: 20px;
    margin-right: 20px;
    position: absolute;
    inset: 0% 0% auto auto;
  }

  .tabs-content-2 {
    position: relative;
  }

  ._20-primary {
    height: 110px;
    padding-top: 0;
  }

  ._3-5-secondary {
    height: 170px;
  }

  .pop-up-20px, .pop-up-20px.secondary {
    padding: 10px;
    display: none;
  }

  .text-link.desktop {
    display: none;
  }

  .text-link.mobile {
    display: block;
  }

  .video-vimeo {
    height: auto;
    min-height: 300px;
  }

  .h3-about {
    font-size: 32px;
    line-height: 32px;
  }

  .h3-about.align-center {
    font-size: 24px;
  }

  .logo-wrapper {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .content-cards {
    flex-flow: column;
    display: flex;
  }

  .nav-bar-grey {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .ml-1 {
    line-height: 1.125rem;
  }

  .content-faq {
    flex-flow: column;
    display: flex;
  }

  .h3-faq.large {
    font-size: 24px;
  }

  .nav-button-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
  }

  .about-wrapper.flex-centered {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .share_btn_wrap {
    margin-top: 0;
  }

  .share_btn {
    width: 3rem;
    height: 6rem;
  }

  .share_btn_icon {
    width: 3rem;
    height: 3rem;
  }

  .div-block-11 {
    flex-flow: column;
  }

  .button-transparent-bg {
    background-image: linear-gradient(45deg, #6cc8ff, #00a0ff 51%, #006099);
  }

  .button-transparent-bg.secondary.nav-bar-button.mobile-none {
    display: none;
  }

  .link-block.close-link {
    margin-top: 70px;
    margin-right: 10px;
    inset: 0% 0% auto auto;
  }

  .timing-flex {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }
}

@media screen and (max-width: 479px) {
  .section.hero {
    background-position: 0 100%;
    padding-top: 50px;
  }

  .section.video-bg {
    height: auto;
    padding-top: 10rem;
  }

  .section.bg-img {
    background-position: 0%;
    padding-top: 6rem;
    padding-bottom: 3rem;
  }

  .section.trusted-bg {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .section.video-player {
    padding-top: 0;
    padding-bottom: 3rem;
  }

  .section.black-bg {
    height: auto;
    padding-top: 5rem;
  }

  .container {
    margin-top: 0;
    padding: 10px 3rem;
  }

  .container.large-padding {
    padding-top: 3rem;
  }

  .container.investment-stats-section {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .paragraph.small {
    font-size: 12px;
  }

  .paragraph.black-color.align-center {
    font-size: 10px;
  }

  .paragraph.align-center.size-large {
    font-size: 1rem;
    line-height: 1.3rem;
  }

  .paragraph.align-center.size-semilarge {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .button {
    z-index: 0;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
    font-size: 14px;
    display: flex;
  }

  .button.fixed-button {
    z-index: 999;
  }

  .button-div.flex-vertical {
    width: 100%;
  }

  .about-number.size-small.end-date {
    text-align: center;
    align-self: auto;
  }

  .h3 {
    font-size: 12px;
  }

  .h3.medium {
    line-height: 30px;
  }

  .navbar-logo-left-container.shadow-three {
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-2 {
    max-width: none;
  }

  .nav-menu-two {
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    background-color: #ffffff03;
    flex-direction: column;
  }

  .mobile-margin-top-10 {
    flex-flow: column;
  }

  .menu-button.w--open {
    background-color: #fff;
    border-radius: 8px;
  }

  .logo-company {
    width: 150px;
  }

  .achievement-content {
    width: auto;
  }

  .h2.center.size-medium {
    font-size: 1.8rem;
    line-height: 2.3rem;
  }

  .h2.size-medium {
    line-height: 2.75rem;
  }

  .text-block.bold {
    font-size: 18px;
  }

  .access {
    padding-bottom: 80px;
  }

  .access-image {
    margin-top: 100px;
    margin-bottom: 70px;
    padding-left: 0;
    padding-right: 0;
  }

  .checkboxes.one-check {
    margin-right: 33px;
  }

  .checkboxes.two-check {
    margin-right: 0;
  }

  .checkboxes.three-check {
    margin-right: 9px;
  }

  .checkboxes.four-check {
    margin-top: -54px;
  }

  .checkboxes.five-check {
    margin-top: -3px;
  }

  .checkboxes.six-check {
    margin-bottom: -80px;
    margin-right: 12px;
  }

  .faq-content {
    z-index: 0;
    position: relative;
  }

  .h1.align-center.size-3-75rem {
    font-size: 3rem;
  }

  .limitless-img.one-img {
    width: 200px;
    margin-top: -124px;
  }

  .limitless-img.two-img {
    width: 200px;
    margin-left: -63px;
  }

  .limitless-img.three-img {
    width: 200px;
    margin: -78px -71px 0 0;
  }

  .limitless-img.four-img {
    width: 200px;
    margin-right: -38px;
  }

  .reasons-card {
    padding: 30px;
  }

  .form-container {
    margin-bottom: 0;
    padding: 30px;
  }

  .form-container.grey-bg {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    align-self: auto;
  }

  .form-content {
    align-self: auto;
  }

  .creator-table {
    justify-items: start;
  }

  .creator-table.mobile {
    justify-items: stretch;
  }

  .div-block-2 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .div-block-4 {
    padding-left: 0;
    padding-right: 40px;
    display: block;
  }

  .div-block-4-copy {
    padding-left: 0;
    padding-right: 25px;
    display: block;
  }

  .signup-form {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-7 {
    flex-flow: column;
  }

  .creator-table-mobile {
    justify-items: start;
  }

  .creator-table-mobile.mobile {
    justify-items: stretch;
  }

  .bonus {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding-bottom: 0;
  }

  .table-div {
    padding-left: 10px;
    padding-right: 10px;
  }

  .table-title, .table-text {
    text-align: center;
    font-size: 14px;
  }

  .tabs-menu-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .tabs-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    position: relative;
  }

  .tabs-content {
    margin-top: 24px;
  }

  .table-list-item {
    font-size: 16px;
  }

  .table-list-item.w--current {
    background-color: #161616;
    font-size: 16px;
  }

  .icon-list {
    margin-top: 20px;
    margin-right: 20px;
    position: absolute;
    inset: 0% 0% auto auto;
  }

  .pop-up {
    justify-content: center;
    align-items: flex-start;
    padding-top: 20px;
  }

  .pop-up-content {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    border-radius: 15px;
    padding: 30px;
  }

  .close-icon {
    width: 20px;
    height: 20px;
  }

  .image-2 {
    object-fit: cover;
    height: 100%;
    min-height: 210px;
    margin-top: 50px;
    margin-bottom: 50px;
  }

  ._3-5-secondary {
    height: 120px;
  }

  .pop-up-20px {
    width: auto;
  }

  .text-link.desktop {
    margin-bottom: 40px;
    display: flex;
  }

  .video-vimeo {
    min-height: auto;
  }

  .h3-about.align-center {
    font-size: 32px;
    line-height: 32px;
  }

  .about-text {
    margin-bottom: 0;
  }

  .content-cards.cards-grid {
    display: flex;
  }

  .logo-insurance {
    max-height: 1.5rem;
  }

  .nav-bg-black-content {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .nav-bar-grey {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    justify-content: space-between;
    align-items: center;
    padding-left: 1.25rem;
  }

  .tunego-logo {
    max-width: 8rem;
  }

  .h3-faq.medium {
    line-height: 30px;
  }

  .nav-button-wrapper {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .about-cards {
    padding-left: 0;
    padding-right: 0;
  }

  .about-cards.gap-10px {
    align-self: flex-start;
  }

  .about-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .about-wrapper.flex-centered {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .share_btn_wrap {
    margin-top: 0;
  }

  .share_btn {
    width: 2rem;
  }

  .button-transparent-bg {
    z-index: 0;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
    font-size: 14px;
    display: flex;
  }

  .button-transparent-bg.fixed-button {
    z-index: 999;
  }

  .div-block-12 {
    flex-flow: column;
  }

  .div-block-16 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .text-block-5 {
    font-size: 50px;
    line-height: 50px;
  }

  .div-block-18 {
    flex-flow: column;
  }

  .div-block-19 {
    padding: 24px;
  }

  .modal-background {
    background-color: #000;
  }

  .link-block {
    width: 20px;
    height: 20px;
    top: 0%;
    right: 0%;
  }

  .link-block.close-link {
    border-radius: 100px;
    width: 40px;
    height: 40px;
    margin-top: 120px;
  }

  .div-block-23 {
    width: 100%;
    max-width: 100%;
    height: 100%;
    display: flex;
  }

  .image-8 {
    width: 10px;
    height: 10px;
  }
}

#w-node-c1bb198f-50a0-ef30-a533-9047119e5ea1-b5700978, #w-node-_6b8aff6d-3d73-7155-b4a9-c2fef72712ea-b5700978 {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-_879e94e7-252b-2d7e-4b84-a3851b646999-b5700978 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_372e1376-4889-480b-3669-accae91089fc-b5700978, #w-node-_98eac802-ff35-7590-a1bc-4fe688d053af-b5700978, #w-node-_5280c5a0-2c9c-5523-6fc8-c034bbf62647-b5700978 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_93c06178-1664-057e-0e95-3678774796ab-b5700978, #w-node-aa79d166-4301-b556-4338-aa8779c01bf4-b5700978, #w-node-_6c86d207-f9a9-e44f-2876-346abbcfbe21-b5700978, #w-node-_2879ecea-e838-3f30-a610-585cacbd7d2a-b5700978 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-ef5cc478-3ce3-43d4-8898-eb20b8769d50-b5700978 {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-_4fbfb44f-ac34-6f3b-f4c1-4be478f21c49-b5700978, #w-node-_4fbfb44f-ac34-6f3b-f4c1-4be478f21c4a-b5700978 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_7d3b6c9a-c092-ded7-30b3-1a909bb0f139-b5700978, #w-node-_7d3b6c9a-c092-ded7-30b3-1a909bb0f13c-b5700978 {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-_7d3b6c9a-c092-ded7-30b3-1a909bb0f13d-b5700978 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_7d3b6c9a-c092-ded7-30b3-1a909bb0f13f-b5700978, #w-node-_7d3b6c9a-c092-ded7-30b3-1a909bb0f141-b5700978, #w-node-_7d3b6c9a-c092-ded7-30b3-1a909bb0f143-b5700978 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7783595f-7e60-a9e0-fb9e-5c58b581db86-b5700978, #w-node-_7783595f-7e60-a9e0-fb9e-5c58b581db87-b5700978, #w-node-ca1f9372-6b4f-df1b-1bc8-18ece0b94d0a-b5700978, #w-node-ca1f9372-6b4f-df1b-1bc8-18ece0b94d0b-b5700978, #w-node-e0755a66-360c-469d-3a99-48577a2bf2b7-b5700978, #w-node-e0755a66-360c-469d-3a99-48577a2bf2b8-b5700978, #w-node-_20f11d98-74df-26c5-bbe4-50672c6f6603-b5700978, #w-node-_20f11d98-74df-26c5-bbe4-50672c6f6604-b5700978 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_1b314efa-0529-9a98-1edb-95c1bacfb6e7-b5700978 {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-_7d3b6c9a-c092-ded7-30b3-1a909bb0f158-b5700978, #w-node-_7d3b6c9a-c092-ded7-30b3-1a909bb0f159-b5700978 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_4d50c202-85e8-3c6f-2000-bcbed78bae79-b5700978, #w-node-_4d50c202-85e8-3c6f-2000-bcbed78bae7c-b5700978 {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-_4d50c202-85e8-3c6f-2000-bcbed78bae7d-b5700978, #w-node-_4d50c202-85e8-3c6f-2000-bcbed78bae85-b5700978, #w-node-_4d50c202-85e8-3c6f-2000-bcbed78bae86-b5700978 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_4d50c202-85e8-3c6f-2000-bcbed78bae7f-b5700978, #w-node-_4e60f2b2-d342-2869-0a74-1e34075ddff4-b5700978, #w-node-_042442e0-410f-a30d-ced3-780ea52982dd-b5700978 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4d50c202-85e8-3c6f-2000-bcbed78bae8e-b5700978, #w-node-_4d50c202-85e8-3c6f-2000-bcbed78bae8f-b5700978 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_82da582e-bb89-255e-5713-19f2114ccbff-b5700978, #w-node-ef89f160-c1d1-f801-2aea-30d7d89b7a9c-b5700978, #w-node-_1a0ce27f-3f31-3777-34f4-4e8dd27b9997-b5700978 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4d50c202-85e8-3c6f-2000-bcbed78bae9d-b5700978 {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-_4d50c202-85e8-3c6f-2000-bcbed78bae9e-b5700978, #w-node-_4d50c202-85e8-3c6f-2000-bcbed78bae9f-b5700978 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_3ab51530-e59d-64f4-5add-ea7e71914254-b5700978, #w-node-edd49e2e-2ba4-32dd-7a81-4f47a8ebeacc-b5700978, #w-node-_7c729a6e-e939-0b91-e2c7-b2a326997e02-b5700978 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fb4e3ec9-eb84-0e23-5e5b-f0171fb44738-b5700978, #w-node-fb4e3ec9-eb84-0e23-5e5b-f0171fb4473b-b5700978 {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-fb4e3ec9-eb84-0e23-5e5b-f0171fb4473c-b5700978, #w-node-fb4e3ec9-eb84-0e23-5e5b-f0171fb4473e-b5700978, #w-node-fb4e3ec9-eb84-0e23-5e5b-f0171fb4473f-b5700978 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-fb4e3ec9-eb84-0e23-5e5b-f0171fb44742-b5700978, #w-node-fb4e3ec9-eb84-0e23-5e5b-f0171fb44748-b5700978, #w-node-fb4e3ec9-eb84-0e23-5e5b-f0171fb4474e-b5700978 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fb4e3ec9-eb84-0e23-5e5b-f0171fb44753-b5700978, #w-node-fb4e3ec9-eb84-0e23-5e5b-f0171fb44754-b5700978 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-fb4e3ec9-eb84-0e23-5e5b-f0171fb44759-b5700978, #w-node-fb4e3ec9-eb84-0e23-5e5b-f0171fb4475f-b5700978, #w-node-fb4e3ec9-eb84-0e23-5e5b-f0171fb44765-b5700978 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_00d33ef7-1c8e-d3fe-a294-bd494eb4d525-b5700978 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-a7abda00-7cc8-e97f-0fbd-5809a0fc6869-b5700978, #w-node-a635e676-f423-fab9-6bb7-58d541a724d1-b5700978, #w-node-_9d7b5af0-21b4-8383-a0ec-0be2faeecc29-b5700978 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5313ee91-a793-8263-c194-ac71754ab6d0-b5700978 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_488a8b32-f9b1-b0f4-d42b-c4a5c9d92853-b5700978, #w-node-_6774f807-bcf8-eb76-56e4-a498db13f487-b5700978, #w-node-d55e9edf-c72b-fb41-9f18-bd6f97a65b5c-b5700978 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fb4e3ec9-eb84-0e23-5e5b-f0171fb4476a-b5700978 {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-fb4e3ec9-eb84-0e23-5e5b-f0171fb4476b-b5700978, #w-node-fb4e3ec9-eb84-0e23-5e5b-f0171fb4476c-b5700978 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-fb4e3ec9-eb84-0e23-5e5b-f0171fb44770-b5700978, #w-node-fb4e3ec9-eb84-0e23-5e5b-f0171fb44777-b5700978, #w-node-fb4e3ec9-eb84-0e23-5e5b-f0171fb4477e-b5700978 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0ae17b72-6d2a-9666-dfef-3b95b7fe3eb2-9bb172d4, #w-node-_0ae17b72-6d2a-9666-dfef-3b95b7fe3eb7-9bb172d4, #w-node-_0ae17b72-6d2a-9666-dfef-3b95b7fe3ebc-9bb172d4 {
  align-self: start;
}

@media screen and (max-width: 991px) {
  #w-node-_73f36551-4e50-4b5b-16cf-60207edcab4b-b5700978, #w-node-_980b5f0a-2827-1f39-8ba5-10a80c7a27cb-b5700978, #w-node-_54f2d98e-14c6-b7a5-a220-2997deed7051-b5700978, #w-node-_0ae17b72-6d2a-9666-dfef-3b95b7fe3eb2-9bb172d4 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_0ae17b72-6d2a-9666-dfef-3b95b7fe3eb7-9bb172d4, #w-node-_0ae17b72-6d2a-9666-dfef-3b95b7fe3ebc-9bb172d4, #w-node-_4691ec20-889d-03e4-8ca9-4fcbe40fe2ee-9bb172d4 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-c1bb198f-50a0-ef30-a533-9047119e5ea1-b5700978, #w-node-_6b8aff6d-3d73-7155-b4a9-c2fef72712ea-b5700978 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_879e94e7-252b-2d7e-4b84-a3851b646999-b5700978, #w-node-_93c06178-1664-057e-0e95-3678774796ab-b5700978, #w-node-_6c86d207-f9a9-e44f-2876-346abbcfbe21-b5700978 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-ef5cc478-3ce3-43d4-8898-eb20b8769d50-b5700978 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_4fbfb44f-ac34-6f3b-f4c1-4be478f21c49-b5700978 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_7d3b6c9a-c092-ded7-30b3-1a909bb0f139-b5700978, #w-node-_7d3b6c9a-c092-ded7-30b3-1a909bb0f13c-b5700978 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_7d3b6c9a-c092-ded7-30b3-1a909bb0f13d-b5700978, #w-node-_7783595f-7e60-a9e0-fb9e-5c58b581db86-b5700978, #w-node-ca1f9372-6b4f-df1b-1bc8-18ece0b94d0a-b5700978, #w-node-e0755a66-360c-469d-3a99-48577a2bf2b7-b5700978, #w-node-_20f11d98-74df-26c5-bbe4-50672c6f6603-b5700978 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_1b314efa-0529-9a98-1edb-95c1bacfb6e7-b5700978 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_7d3b6c9a-c092-ded7-30b3-1a909bb0f158-b5700978 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_4d50c202-85e8-3c6f-2000-bcbed78bae79-b5700978, #w-node-_4d50c202-85e8-3c6f-2000-bcbed78bae7c-b5700978 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_4d50c202-85e8-3c6f-2000-bcbed78bae7d-b5700978 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_4d50c202-85e8-3c6f-2000-bcbed78bae85-b5700978, #w-node-_4d50c202-85e8-3c6f-2000-bcbed78bae8e-b5700978, #w-node-_4d50c202-85e8-3c6f-2000-bcbed78bae9d-b5700978, #w-node-_4d50c202-85e8-3c6f-2000-bcbed78bae9e-b5700978, #w-node-fb4e3ec9-eb84-0e23-5e5b-f0171fb44738-b5700978, #w-node-fb4e3ec9-eb84-0e23-5e5b-f0171fb4473b-b5700978 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-fb4e3ec9-eb84-0e23-5e5b-f0171fb4473c-b5700978 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-fb4e3ec9-eb84-0e23-5e5b-f0171fb4473e-b5700978, #w-node-fb4e3ec9-eb84-0e23-5e5b-f0171fb44753-b5700978, #w-node-_00d33ef7-1c8e-d3fe-a294-bd494eb4d524-b5700978, #w-node-_5313ee91-a793-8263-c194-ac71754ab6cf-b5700978, #w-node-fb4e3ec9-eb84-0e23-5e5b-f0171fb4476a-b5700978, #w-node-fb4e3ec9-eb84-0e23-5e5b-f0171fb4476b-b5700978 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-c1bb198f-50a0-ef30-a533-9047119e5ea1-b5700978 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_93c06178-1664-057e-0e95-3678774796ab-b5700978 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_4d50c202-85e8-3c6f-2000-bcbed78bae79-b5700978, #w-node-_4d50c202-85e8-3c6f-2000-bcbed78bae7c-b5700978 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_4d50c202-85e8-3c6f-2000-bcbed78bae7d-b5700978 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_4d50c202-85e8-3c6f-2000-bcbed78bae85-b5700978, #w-node-_4d50c202-85e8-3c6f-2000-bcbed78bae9e-b5700978, #w-node-fb4e3ec9-eb84-0e23-5e5b-f0171fb44738-b5700978, #w-node-fb4e3ec9-eb84-0e23-5e5b-f0171fb4473b-b5700978 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-fb4e3ec9-eb84-0e23-5e5b-f0171fb4473c-b5700978 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-fb4e3ec9-eb84-0e23-5e5b-f0171fb4473e-b5700978, #w-node-fb4e3ec9-eb84-0e23-5e5b-f0171fb4476b-b5700978, #w-node-_50f33327-745d-61ab-165c-c99bb4a07605-b5700978, #w-node-_3d37d71d-a6bb-c2dc-3844-ff23a3b6be71-b5700978 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_0ae17b72-6d2a-9666-dfef-3b95b7fe3ebc-9bb172d4 {
    align-self: start;
  }

  #w-node-_2556d29b-1af1-bba1-8bd3-304305bc498e-9bb172d4, #w-node-_2556d29b-1af1-bba1-8bd3-304305bc4a23-9bb172d4 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


@font-face {
  font-family: 'Fa Brands 400';
  src: url('../fonts/fa-brands-400.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa Solid 900';
  src: url('../fonts/fa-solid-900.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Avenir';
  src: url('../fonts/30716573843.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Avenir';
  src: url('../fonts/26301410506.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Avenir';
  src: url('../fonts/26209118204.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Avenir';
  src: url('../fonts/25381880192.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}