:root {
  --neutral--200: #f7f8fc;
  --neutral--600: #828aa3;
  --neutral--800: #1f2d54;
  --accent--primary-1: #3d73ff;
  --neutral--100: white;
  --neutral--400: #e6e9f1;
  --general--shadow-01: rgba(20, 20, 43, .09);
  --neutral--500: #aab1c6;
  --button-shadow--color-01: rgba(74, 58, 255, .26);
  --neutral--300: #eff1f6;
  --button-shadow--white-01: rgba(20, 20, 43, .04);
  --button-shadow--white-03: rgba(20, 20, 43, .1);
  --system--300: #ff5a65;
  --system--red-100: #ffeff0;
  --system--red-400: #dc2b2b;
  --general--shadow-02: rgba(20, 20, 43, .06);
  --secondary--color-3: #f5f8ff;
  --brand-font: Rightgrotesk, sans-serif;
  --neutral--700: #454e66;
  --secondary--color-2: #f1f4ff;
  --system--green-100: #def2e6;
  --system--green-300: #14ca74;
  --system--blue-100: #eaf4ff;
  --system--blue-300: #1d88fe;
  --system--orange-100: #fff3e4;
  --system--orange-300: #ff9e2c;
  --system--blue-200: #8fc3ff;
  --system--green-200: #7fdca4;
  --system--orange-200: #ffd19b;
  --ui-font: Instrumentsans, sans-serif;
  --neutral--dark--color: #1c1c27;
  --secondary--color-1: #c7d6ff;
  --neutral--dark--700: #2a2c38;
  --button-shadow--color-3: rgba(74, 58, 255, .08);
  --system--green-400: #11845b;
  --secondary--color-4: #94acf2;
  --secondary--color-5: #fdb52a;
  --system--blue-400: #086cd9;
  --system--red-200: #ffbec2;
  --system--orange-400: #d5691b;
  --general--shadow-03: rgba(20, 20, 43, .1);
  --general--shadow-04: rgba(20, 20, 43, .14);
  --general--shadow-05: rgba(20, 20, 43, .16);
  --general--shadow-06: rgba(20, 20, 43, .24);
  --button-shadow--white-02: rgba(20, 20, 43, .06);
  --button-shadow--color-2: rgba(74, 58, 255, .08);
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.w-embed-youtubevideo {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.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;
}

body {
  background-color: var(--neutral--200);
  color: var(--neutral--600);
  font-family: Instrumentsans, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.571em;
}

h1 {
  color: var(--neutral--800);
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.571em;
}

h2 {
  color: var(--neutral--800);
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.417em;
}

h3 {
  color: var(--neutral--800);
  margin-top: 0;
  margin-bottom: 8px;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.273em;
}

h4 {
  color: var(--neutral--800);
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.375em;
}

h5 {
  color: var(--neutral--800);
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.429em;
}

h6 {
  color: var(--neutral--800);
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.5em;
}

p {
  margin-bottom: 16px;
}

a {
  color: var(--neutral--800);
  text-decoration: underline;
  transition: color .3s;
}

a:hover {
  color: var(--accent--primary-1);
}

ul, ol {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

li {
  margin-bottom: 8px;
  padding-left: 8px;
}

label {
  color: var(--neutral--800);
  margin-bottom: 10px;
  font-weight: 500;
  line-height: 1.286em;
  display: block;
}

strong {
  color: var(--neutral--800);
  font-weight: 700;
}

blockquote {
  background-color: var(--accent--primary-1);
  color: var(--neutral--100);
  text-align: center;
  border: 0 solid #000;
  border-radius: 24px;
  margin-top: 14px;
  margin-bottom: 32px;
  padding: 86px 64px;
  font-size: 18px;
  line-height: 30px;
}

figure {
  margin-top: 24px;
  margin-bottom: 48px;
}

figcaption {
  text-align: center;
  margin-top: 16px;
}

.page-wrapper.full-page-wrapper {
  flex-direction: column;
  min-height: 100vh;
  display: flex;
}

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

.grid-2-columns.main-dashboard-grid {
  grid-column-gap: 40px;
  grid-template-columns: 1fr;
  align-items: start;
  display: block;
}

.grid-2-columns.gap-column-48px {
  grid-column-gap: 48px;
}

.card {
  border: 1px solid var(--neutral--400);
  background-color: var(--neutral--100);
  box-shadow: 0 2px 7px 0 var(--general--shadow-01);
  border-radius: 12px;
}

.card.overflow-hidden.border-none {
  border-style: none;
}

.card.search-result-link {
  padding: 32px 24px;
  text-decoration: none;
}

.card.password-protected-card {
  text-align: center;
  max-width: 456px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 32px;
}

.card._404 {
  z-index: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 570px;
  margin-left: auto;
  margin-right: auto;
  padding: 104px 40px;
  display: flex;
  position: relative;
}

.card.component-card {
  border-style: dashed;
  border-color: var(--neutral--500);
  padding: 40px;
}

.card.component-card.bg-black-25 {
  background-color: rgba(0, 0, 0, .25);
}

.card.pd-32px---24px {
  padding: 32px 24px;
}

.card.inside-image {
  z-index: 1;
  padding: 22px 16px;
  position: absolute;
  bottom: 18px;
  left: 18px;
  right: 18px;
}

.card.pd-16px {
  padding: 16px;
}

.card.pd-24px {
  padding: 24px;
}

.card.amount-over-graph {
  z-index: 1;
  padding: 28px 20px 56px;
  position: relative;
}

.card.pd-22px---18px {
  padding: 22px 18px;
}

.card.pd-24px---18px---28px {
  padding: 24px 18px 28px;
}

.card.pd-24px---18px {
  padding: 24px 18px;
}

.card.pd-32px---18px {
  padding: 32px 18px;
}

.card.image-right-inside {
  z-index: 1;
  box-shadow: 0 0 4px 0 var(--general--shadow-01);
  border-style: none;
  border-radius: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  padding: 90px 64px;
  display: grid;
  position: relative;
  overflow: hidden;
}

.card.pd-32px---44px {
  padding: 32px 44px;
}

.card.header-dropdown-card {
  grid-column-gap: 48px;
  align-items: flex-start;
  padding: 32px 24px;
  display: flex;
}

.bg-neutral-200 {
  background-color: var(--neutral--200);
}

.color-accent-1 {
  color: var(--accent--primary-1);
}

.color-accent-1.hover-neutral-800:hover {
  color: var(--neutral--800);
}

.color-accent-1.hover-opacity-85 {
  transition-property: opacity;
}

.color-accent-1.hover-opacity-85:hover {
  opacity: .85;
}

.color-neutral-500 {
  color: var(--neutral--500);
}

.color-neutral-100 {
  color: var(--neutral--100);
}

.mg-bottom-8px {
  margin-bottom: 8px;
}

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

.mg-bottom-24px {
  margin-bottom: 24px;
}

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

.mg-bottom-40px {
  margin-bottom: 40px;
}

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

.mg-top-48px {
  margin-top: 48px;
}

.text-200 {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25em;
}

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

.text-200.bold {
  font-weight: 700;
}

.grid-1-column {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.grid-1-column.sidebar-links-grid {
  grid-row-gap: 4px;
}

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

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

.gap-column-16px {
  grid-column-gap: 16px;
}

.gap-column-24px {
  grid-column-gap: 24px;
}

.gap-row-24px {
  grid-row-gap: 24px;
}

.gap-row-64px {
  grid-row-gap: 64px;
}

.text-400 {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.2em;
}

.text-400.bold {
  font-weight: 700;
}

.text-300 {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.222em;
}

.text-300.bold {
  font-weight: 700;
}

.text-100 {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.286em;
}

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

.text-100.bold {
  font-weight: 700;
}

.text-100.dropdown-column-title {
  color: var(--neutral--800);
  letter-spacing: .06em;
  text-transform: uppercase;
  white-space: nowrap;
  margin-bottom: 16px;
  font-weight: 700;
}

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

.inner-container._600px {
  max-width: 600px;
}

.inner-container.center {
  margin-left: auto;
  margin-right: auto;
}

.inner-container._326px {
  max-width: 326px;
}

.inner-container._244px {
  max-width: 244px;
}

.inner-container._244px._100-mbl, .inner-container._244px._100-tablet {
  width: 100%;
}

.inner-container._720px {
  max-width: 720px;
}

.inner-container._384px {
  max-width: 384px;
}

.inner-container._400px {
  max-width: 400px;
}

.inner-container._348px {
  max-width: 348px;
}

.inner-container._388px {
  max-width: 388px;
}

.inner-container._272px {
  max-width: 272px;
}

.inner-container._370px {
  max-width: 370px;
}

.inner-container._180px {
  max-width: 180px;
}

.inner-container._334px {
  max-width: 334px;
}

.inner-container._368px {
  max-width: 368px;
}

.inner-container._576px {
  max-width: 576px;
}

.inner-container._624px {
  max-width: 624px;
}

.inner-container._542px {
  max-width: 542px;
}

.mg-bottom-0 {
  margin-bottom: 0;
}

.btn-primary {
  box-shadow: 0 1px 4px 0 var(--button-shadow--color-01);
  color: var(--neutral--100);
  text-align: center;
  white-space: nowrap;
  transform-style: preserve-3d;
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(#3d7fff, #4b5dff);
  border: 1px solid #3961d9;
  border-radius: 76px;
  justify-content: center;
  padding: 8px 16px;
  font-weight: 500;
  line-height: 1.286em;
  text-decoration: none;
  transition: box-shadow .3s, transform .3s, background-color .3s, color .3s;
}

.btn-primary:hover {
  color: var(--neutral--100);
  transform: scale3d(1.02, 1.02, 1.01);
  box-shadow: 0 2px 16px 1px rgba(74, 58, 255, .3);
}

.btn-primary.large {
  padding: 14px;
  font-size: 16px;
  line-height: 1.125em;
}

.btn-primary.disabled {
  border-color: var(--neutral--400);
  background-color: var(--neutral--300);
  box-shadow: none;
  color: var(--neutral--600);
  cursor: not-allowed;
  background-image: none;
}

.btn-primary.disabled:hover {
  transform: none;
}

.btn-primary.white {
  border-color: var(--neutral--300);
  background-color: var(--neutral--100);
  color: var(--neutral--800);
  background-image: none;
  box-shadow: inset 0 -3px 8px rgba(0, 0, 0, .1);
}

.btn-primary.white:hover {
  border-color: var(--neutral--100);
  box-shadow: none;
  color: var(--neutral--100);
  background-color: rgba(0, 0, 0, 0);
}

.btn-secondary {
  border: 1px solid var(--neutral--400);
  background-color: var(--neutral--100);
  box-shadow: 0 2px 4px 0 var(--button-shadow--white-01);
  color: var(--neutral--800);
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 76px;
  padding: 8px 16px;
  font-weight: 500;
  line-height: 1.286em;
  text-decoration: none;
  transition: transform .3s, box-shadow .3s, border-color .3s, background-color .3s, color .3s;
}

.btn-secondary:hover {
  box-shadow: 0 2px 6px 0 var(--button-shadow--white-03);
  color: var(--neutral--800);
  transform: scale3d(1.02, 1.02, 1.01);
}

.btn-secondary.disabled {
  border-color: var(--neutral--400);
  background-color: var(--neutral--100);
  box-shadow: none;
  color: var(--neutral--600);
  cursor: not-allowed;
}

.btn-secondary.disabled:hover {
  transform: none;
}

.input {
  border: 1px solid var(--neutral--400);
  background-color: var(--neutral--100);
  box-shadow: 0 0 4px 0 var(--general--shadow-01);
  color: var(--neutral--800);
  border-radius: 6px;
  min-height: 40px;
  margin-bottom: 0;
  padding: 14px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.286em;
  transition: color .3s, border-color .3s;
}

.input:hover {
  border-color: var(--neutral--500);
}

.input:focus {
  border-color: var(--accent--primary-1);
}

.input::placeholder {
  color: var(--neutral--600);
}

.input.mg-bottom-16px {
  margin-bottom: 16px;
}

.input.icon-inside-left {
  padding-left: 32px;
}

.input.icon-inside-right {
  padding-right: 32px;
}

.checkbox {
  border: .8px solid var(--neutral--400);
  background-color: var(--neutral--100);
  border-radius: 2px;
  width: auto;
  min-width: 14px;
  height: auto;
  min-height: 14px;
  margin-top: 0;
  margin-left: 0;
  margin-right: 6px;
  transition: border-color .3s, background-color .3s;
  box-shadow: inset 0 -2px 4px rgba(31, 45, 84, .1), 0 0 1px rgba(31, 45, 84, .2);
}

.checkbox:hover {
  border-color: var(--neutral--400);
}

.checkbox.w--redirected-checked {
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/check-form-brix-templates-webflow.svg'), linear-gradient(#3d7fff, #4b5dff);
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 8px, auto;
  border-color: #3961d9;
  margin-top: 0;
  margin-left: 0;
}

.checkbox.w--redirected-focus {
  box-shadow: none;
}

.checkbox.mg-right-0 {
  margin-right: 0;
}

.avatar-circle {
  border-radius: 50%;
  width: 100%;
  overflow: hidden;
  transform: translate(0);
}

.avatar-circle._24px {
  min-width: 24px;
  max-width: 24px;
  min-height: 24px;
  max-height: 24px;
}

.avatar-circle._32px {
  min-width: 32px;
  max-width: 32px;
  min-height: 32px;
  max-height: 32px;
}

.avatar-circle._40px {
  object-fit: cover;
  min-width: 40px;
  max-width: 40px;
  min-height: 40px;
  max-height: 40px;
}

.avatar-circle._48px {
  min-width: 48px;
  max-width: 48px;
  min-height: 48px;
  max-height: 48px;
}

.line-rounded-icon {
  font-family: Line Rounded Icons, sans-serif;
}

.line-rounded-icon.icon-size-14px {
  font-size: 14px;
  line-height: 1em;
}

.line-rounded-icon.icon-size-14px.color-accent-1 {
  font-family: Line Rounded Icons, sans-serif;
}

.line-rounded-icon.dropdown-icon {
  color: var(--neutral--600);
  justify-content: center;
  align-items: center;
  min-width: 12px;
  max-width: 12px;
  min-height: 12px;
  max-height: 12px;
  font-size: 14px;
  line-height: 1em;
  display: flex;
}

.line-rounded-icon.header-dropdown-icon {
  line-height: 1em;
}

.buttons-row {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.buttons-row.center {
  justify-content: center;
}

.buttons-row.justify-end {
  justify-content: flex-end;
}

.buttons-row.gap-column-12px {
  justify-content: flex-end;
  align-items: center;
}

.buttons-row.gap-column-12px.inline {
  display: none;
}

.width-100 {
  width: 100%;
}

.container-default {
  max-width: 1268px;
  padding-left: 24px;
  padding-right: 24px;
}

.dropdown-toggle {
  border: 1px solid var(--neutral--400);
  border-radius: 6px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 14px;
  transition: border-color .3s, color .3s;
  display: flex;
}

.dropdown-toggle:hover {
  color: var(--accent--primary-1);
}

.dropdown-toggle.w--open {
  border-color: var(--accent--primary-1);
}

.hamburger-menu-wrapper {
  padding: 0;
}

.hamburger-menu-wrapper.w--open {
  background-color: rgba(0, 0, 0, 0);
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 100%;
  display: flex;
}

.hidden-on-desktop {
  display: none;
}

.flex-vertical {
  flex-direction: column;
  display: flex;
}

.flex-vertical.align-center {
  align-items: center;
}

.flex-horizontal {
  justify-content: center;
  align-items: center;
  display: flex;
}

.flex-horizontal.gap-column-12px {
  grid-column-gap: 12px;
}

.flex-horizontal.children-wrap {
  flex-wrap: wrap;
}

.flex-horizontal.children-wrap.gap-16px---8px {
  grid-column-gap: 16px;
  grid-row-gap: 8px;
}

.flex-horizontal.align-start {
  align-items: flex-start;
}

.flex-horizontal.justify-start {
  justify-content: flex-start;
}

.flex-horizontal.justify-end {
  justify-content: flex-end;
}

.error-message {
  border: 1px solid var(--system--300);
  background-color: var(--system--red-100);
  color: var(--system--red-400);
  text-align: center;
  border-radius: 6px;
  margin-top: 20px;
  padding: 20px 24px;
}

.error-message.small {
  box-shadow: 0 0 4px 0 var(--general--shadow-01);
  margin-top: 8px;
  padding: 10px 14px;
}

.text-left {
  text-align: left;
}

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

.overflow-hidden {
  overflow: hidden;
}

.text-decoration-none {
  text-decoration: none;
}

.empty-state {
  border: 1px solid var(--neutral--300);
  background-color: var(--neutral--100);
  box-shadow: 0 2px 12px 0 var(--general--shadow-02);
  text-align: center;
  border-radius: 11px;
  padding: 26px 24px;
}

.mg-bottom-4px {
  margin-bottom: 4px;
}

._404-not-found {
  opacity: .6;
  color: var(--accent--primary-1);
  margin-bottom: 8px;
  font-size: 120px;
  font-weight: 700;
  line-height: 1em;
}

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

.flex {
  display: flex;
}

.flex.align-center {
  align-items: center;
}

.flex.align-center.gap-column-6px {
  grid-column-gap: 6px;
}

.flex.align-start {
  align-items: flex-start;
}

.flex.align-end {
  align-items: flex-end;
}

.text-50 {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.333em;
}

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

.text-50.medium.sidebar-title {
  letter-spacing: .09em;
  text-transform: uppercase;
  margin-bottom: 18px;
  margin-left: 10px;
}

.text-50.bold {
  font-weight: 700;
}

.position-relative---z-index-1 {
  z-index: 1;
  position: relative;
}

.dashboard-content {
  flex: 1;
}

.dashboard-content.utility-page-content {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.gap-column-6px {
  grid-column-gap: 6px;
}

._2-items-wrap-container {
  grid-column-gap: 40px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

._2-items-wrap-container.gap-column-16px {
  grid-column-gap: 16px;
}

._2-items-wrap-container.gap-column-8px {
  grid-column-gap: 8px;
}

._2-items-wrap-container.align-start {
  align-items: flex-start;
}

._2-items-wrap-container.amount-and-data {
  grid-column-gap: 6px;
  grid-row-gap: 4px;
  justify-content: flex-start;
  align-items: flex-end;
}

._2-items-wrap-container.amount-and-data.justify-space-between {
  justify-content: space-between;
}

._2-items-wrap-container.justify-center {
  justify-content: center;
}

._2-items-wrap-container.justify-center.gap-column-48px {
  grid-column-gap: 48px;
}

._2-items-wrap-container.justify-center.gap-row-40px {
  grid-row-gap: 40px;
  align-items: flex-start;
}

._2-items-wrap-container.gap-column-24px {
  grid-column-gap: 24px;
}

._2-items-wrap-container.children-wrap-reverse {
  flex-wrap: wrap-reverse;
}

._2-items-wrap-container.align-end {
  align-items: flex-end;
}

.gap-column-4px {
  grid-column-gap: 4px;
}

.mg-bottom-10px {
  margin-bottom: 10px;
}

.divider {
  background-color: var(--neutral--400);
  min-height: 1.5px;
  margin-top: 56px;
  margin-bottom: 56px;
}

.divider.card-small-divider {
  background-color: var(--neutral--300);
  min-height: 1px;
  margin-top: 24px;
  margin-bottom: 16px;
}

.divider.card-small-divider.mg-top-16px {
  margin-top: 16px;
}

.divider._20px {
  margin-top: 20px;
  margin-bottom: 20px;
}

.divider._20px.min-h-1px {
  min-height: 1px;
}

.divider.home-sections-divider {
  min-height: 1px;
  margin-top: 48px;
  margin-bottom: 48px;
}

.divider._40px {
  margin-top: 40px;
  margin-bottom: 40px;
}

.divider._16px---32px {
  margin-top: 16px;
  margin-bottom: 32px;
}

.divider.mg-bottom-32px {
  margin-bottom: 32px;
}

.gap-column-20px {
  grid-column-gap: 20px;
}

.dashboard-main-content {
  width: 100%;
  max-width: 940px;
}

.dashboard-main-content.utility-page-main-content {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  display: flex;
}

.dashboard-main-content.changelog-page-main-content {
  grid-column-gap: 40px;
  flex-direction: column;
  justify-content: space-between;
  min-height: 100vh;
  display: flex;
}

.border-radius-6px {
  border-radius: 6px;
}

.loading-bar-wrapper {
  z-index: 2147483647;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.loading-bar {
  background-image: linear-gradient(to bottom, var(--accent--primary-1), var(--secondary--color-3));
  min-height: 4px;
}

.max-w-20px {
  max-width: 20px;
}

.color-neutral-800 {
  color: var(--neutral--800);
}

.text-500 {
  font-size: 24px;
  font-weight: 400;
  line-height: 1.167em;
}

.text-500.bold {
  font-family: var(--brand-font);
  font-weight: 700;
}

.text-600 {
  font-size: 30px;
  line-height: 1.133em;
}

.text-600.bold {
  font-weight: 700;
}

.header-wrapper {
  z-index: 999;
  box-shadow: 1px 0 3px 0 var(--general--shadow-01);
  -webkit-backdrop-filter: saturate(200%) blur(19px);
  backdrop-filter: saturate(200%) blur(19px);
  background-color: rgba(42, 44, 56, .73);
  padding-top: 16px;
  padding-bottom: 16px;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.logo-link-wrapper {
  transform-style: preserve-3d;
  padding-left: 0;
  transition-property: transform;
}

.logo-link-wrapper:hover {
  transform: scale3d(1.04, 1.04, 1.01);
}

.header-nav-link {
  color: var(--neutral--700) !important;;
  padding: 0 !important;;
  font-weight: 500 !important;;
}

.header-nav-link:hover {
  color: var(--accent--primary-1) !important;;
}

.header-nav-link.w--current {
  color: var(--neutral--700) !important;;
}

.header-nav-link.w--current:hover {
  color: var(--accent--primary-1) !important;;
}

.header-nav-link.dropdown-header-link {
  grid-column-gap: 6px !important;;
  align-items: center !important;;
  width: 100% !important;;
  display: flex !important;;
}

.header-nav-link.dropdown-header-link.w--open {
  color: var(--accent--primary-1) !important;;
}

.header-nav-menu-wrapper {
  grid-column-gap: 40px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.header-nav-menu-list {
  grid-column-gap: 16px;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.header-nav-list-item {
  margin-bottom: 0;
  padding-left: 0;
  line-height: 1.286em;
}

.header-content-wrapper {
  grid-column-gap: 20px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.main-section {
  padding-top: 48px;
  padding-bottom: 100px;
}

.main-section.pd-bottom-64px {
  padding-bottom: 64px;
}

.sidebar-container {
  z-index: 1;
  height: 100vh;
  position: -webkit-sticky;
  position: sticky;
  top: 24px;
  overflow: auto;
}

.sidebar-link {
  grid-column-gap: 6px;
  color: var(--neutral--600);
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 6px;
  align-items: center;
  padding: 8px;
  text-decoration: none;
  transition: box-shadow .3s, border-color .3s, background-color .3s, color .3s;
  display: flex;
}

.sidebar-link:hover {
  border-color: var(--neutral--300);
  background-color: var(--neutral--100);
  color: var(--neutral--600);
}

.sidebar-link.w--current {
  border-color: var(--neutral--400);
  background-color: var(--neutral--100);
  box-shadow: 0 0 3px 0 var(--general--shadow-01);
  color: var(--neutral--700);
}

.component-card-badge-top {
  background-color: var(--neutral--100);
  color: var(--neutral--700);
  border-radius: 32px;
  padding: 6px 12px;
  font-weight: 500;
  line-height: 1.286em;
}

.component-card-badge-top-wrapper {
  box-shadow: 0 2px 7px 0 var(--general--shadow-02);
  background-image: linear-gradient(#3d7fff, #5465ff);
  border-radius: 32px;
  margin-top: 24px;
  margin-bottom: 10px;
  padding: 1px;
  display: inline-block;
  overflow: hidden;
}

.buttons-container {
  grid-column-gap: 24px;
  grid-row-gap: 8px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.buttons-container.gap-row-12px {
  grid-row-gap: 12px;
}

.divider-vertical {
  background-color: var(--neutral--400);
  align-self: stretch;
  min-width: 1px;
  max-width: 1px;
  margin-left: 48px;
  margin-right: 48px;
}

.icon-inside-input-right {
  z-index: 1;
  min-width: 12px;
  max-width: 12px;
  min-height: 12px;
  max-height: 12px;
  font-family: Line Rounded Icons, sans-serif;
  font-size: 12px;
  line-height: 1em;
  position: absolute;
  right: 14px;
}

.icon-inside-input-left {
  min-width: 12px;
  max-width: 12px;
  min-height: 12px;
  max-height: 12px;
  font-family: Line Rounded Icons, sans-serif;
  position: absolute;
  left: 14px;
}

.success-message {
  background-color: var(--accent--primary-1);
  color: var(--neutral--100);
  text-align: center;
  border-radius: 16px;
  padding: 20px 24px;
}

.text-area {
  border: 1px solid var(--neutral--400);
  box-shadow: 0 0 4px 0 var(--general--shadow-01);
  color: var(--neutral--800);
  border-radius: 6px;
  min-height: 88px;
  margin-bottom: 0;
  padding: 14px;
  font-weight: 500;
  transition: border-color .3s, color .3s;
}

.text-area:hover {
  border-color: var(--neutral--500);
}

.text-area:focus {
  border-color: var(--accent--primary-1);
}

.text-area::placeholder {
  color: var(--neutral--600);
}

.text-area.icon-inside {
  text-indent: 16px;
}

.text-area-icon-inside {
  min-width: 12px;
  max-width: 12px;
  min-height: 12px;
  max-height: 12px;
  font-family: Line Rounded Icons, sans-serif;
  font-size: 14px;
  line-height: 1em;
  position: absolute;
  top: 18px;
  left: 14px;
}

.color-neutral-600 {
  color: var(--neutral--600);
}

.toggle-button-wrapper {
  z-index: 1;
  border: .8px solid var(--neutral--400);
  background-color: var(--neutral--300);
  cursor: pointer;
  border-radius: 40px;
  align-items: center;
  min-width: 34px;
  max-width: 34px;
  min-height: 20px;
  max-height: 20px;
  padding: 2px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.toggle-button-bg {
  z-index: 1;
  opacity: 0;
  background-image: linear-gradient(#3d7fff, #4b5dff);
  border: 1px solid #3961d9;
  border-radius: 40px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.toggle-button-bg.active {
  opacity: 1;
}

.toggle-button-circle-inside {
  z-index: 2;
  background-color: var(--neutral--100);
  border-radius: 100%;
  min-width: 14px;
  max-width: 14px;
  min-height: 14px;
  max-height: 14px;
  transition: transform .3s;
  position: relative;
  box-shadow: inset 0 -2px 4px rgba(31, 45, 84, .14), 1px 0 1px rgba(31, 45, 84, .18);
}

.toggle-button-circle-inside.active {
  transform: translate(14px);
}

.avatars-container {
  grid-column-gap: 48px;
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

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

.color-neutral-700 {
  color: var(--neutral--700);
}

.avatar-name-circle {
  color: var(--neutral--100);
  background-image: linear-gradient(#3d7fff, #4b5dff);
  border: 1px solid #3961d9;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  display: flex;
  overflow: hidden;
  box-shadow: 0 1px 4px rgba(74, 58, 255, .26);
}

.avatar-name-circle._24px {
  min-width: 24px;
  max-width: 24px;
  min-height: 24px;
  max-height: 24px;
  font-size: 12px;
  line-height: 1.333em;
}

.avatar-name-circle._32px {
  min-width: 32px;
  max-width: 32px;
  min-height: 32px;
  max-height: 32px;
  font-size: 12px;
  line-height: 1.333em;
}

.avatar-name-circle._40px {
  min-width: 40px;
  max-width: 40px;
  min-height: 40px;
  max-height: 400px;
  line-height: 1.286em;
}

.avatar-name-circle._48px {
  min-width: 48px;
  max-width: 48px;
  min-height: 48px;
  max-height: 48px;
  line-height: 1.286em;
}

.primary-badge {
  color: var(--neutral--100);
  background-image: linear-gradient(#3d7fff, #4b5dff);
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 32px;
  padding: 4px 8px;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.333em;
  display: inline-block;
}

.primary-badge.light {
  background-color: var(--secondary--color-2);
  color: var(--accent--primary-1);
  background-image: none;
}

.primary-badge.white {
  border-color: var(--accent--primary-1);
  color: var(--accent--primary-1);
  background-image: none;
}

.neutral-badge {
  background-color: var(--neutral--800);
  color: var(--neutral--100);
  border-radius: 32px;
  padding: 4px 8px;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.333em;
  display: inline-block;
}

.neutral-badge.neutral-500 {
  background-color: var(--neutral--500);
}

.neutral-badge.neutral-300 {
  background-color: var(--neutral--300);
  color: var(--neutral--700);
}

.neutral-badge.neutral-200 {
  background-color: var(--neutral--200);
  color: var(--neutral--600);
}

.color-badge {
  border-radius: 32px;
  padding: 4px 8px;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.333em;
  display: inline-block;
}

.color-badge.green {
  background-color: var(--system--green-100);
  color: var(--system--green-300);
}

.color-badge.blue {
  background-color: var(--system--blue-100);
  color: var(--system--blue-300);
}

.color-badge.red {
  background-color: var(--system--red-100);
  color: var(--system--300);
}

.color-badge.orange {
  background-color: var(--system--orange-100);
  color: var(--system--orange-300);
}

.notification-bar {
  border: 1.2px solid var(--neutral--300);
  background-color: var(--neutral--200);
  transform-origin: 50% 0;
  border-radius: 8px;
}

.notification-bar.blue {
  border-color: var(--system--blue-200);
  background-color: var(--system--blue-100);
}

.notification-bar.green {
  border-color: var(--system--green-200);
  background-color: var(--system--green-100);
}

.notification-bar.red {
  border-color: var(--system--300);
  background-color: var(--system--red-100);
}

.notification-bar.orange {
  border-color: var(--system--orange-200);
  background-color: var(--system--orange-100);
}

.notification-bar-icon {
  border-radius: 100%;
  min-width: 18px;
  max-width: 18px;
}

.notification-bar-icon.blue {
  box-shadow: 0 1px 2px rgba(61, 115, 255, .36);
}

.notification-bar-icon.green {
  box-shadow: 0 1px 2px rgba(47, 223, 75, .26);
}

.notification-bar-icon.red {
  box-shadow: 0 1px 2px rgba(255, 61, 84, .36);
}

.notification-bar-icon.orange {
  box-shadow: 0 1px 2px rgba(255, 166, 61, .36);
}

.close-icon-wrapper {
  cursor: pointer;
  justify-content: center;
  align-items: center;
  min-width: 20px;
  max-width: 20px;
  min-height: 20px;
  max-height: 20px;
  display: flex;
}

.close-icon-wrapper.floating-icon-top-right {
  position: absolute;
  top: 16px;
  right: 16px;
}

.close-icon-line {
  background-color: var(--neutral--700);
  border-radius: 10px;
  min-width: 2px;
  max-width: 2px;
  min-height: 15px;
  max-height: 15px;
  position: absolute;
}

.close-icon-line.first {
  transform: rotate(45deg);
}

.close-icon-line.second {
  transform: rotate(-45deg);
}

.notification-bar-main-container {
  grid-column-gap: 48px;
  justify-content: space-between;
  align-items: center;
  padding: 16px;
  display: flex;
}

.pd-32px---24px {
  padding: 32px 24px;
}

.pd-16px---24px {
  padding: 16px 24px;
}

.card-icon-square {
  border: 1.5px solid var(--accent--primary-1);
  border-radius: 12px;
  max-width: 48px;
  box-shadow: 0 1px 4px rgba(74, 58, 255, .26);
}

.card-icon-square._26px {
  border-width: .8px;
  border-radius: 6px;
  max-width: 26px;
  box-shadow: 0 0 2px rgba(74, 58, 255, .26);
}

.card-icon-square._40px {
  border-radius: 8px;
  max-width: 40px;
  box-shadow: 0 1px 2px rgba(74, 58, 255, .26);
}

.card-icon-square.neutral-icon {
  border-color: var(--neutral--600);
  box-shadow: 0 1px 4px rgba(213, 211, 228, .26);
}

.pd-26px---24px---40px {
  padding: 26px 24px 40px;
}

.border-radius-12px {
  border-radius: 12px;
}

.card-amount-container {
  grid-column-gap: 2px;
  align-items: center;
  margin-bottom: 2px;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.333em;
  display: flex;
}

.card-amount-container.green {
  color: var(--system--green-300);
  cursor: auto;
}

.card-amount-container.red {
  color: var(--system--300);
}

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

.amount-over-graph-container {
  grid-row-gap: 4px;
  text-align: center;
  flex-direction: column;
  padding-left: 18px;
  padding-right: 18px;
  display: flex;
  position: absolute;
  bottom: 52px;
  left: 40px;
  right: 40px;
}

.checkbox-and-label-container {
  z-index: 1;
  color: var(--neutral--600);
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
  position: relative;
}

.dashflow-custom-icon {
  font-family: Dashflow custom icon font, sans-serif;
}

.dashflow-custom-icon.icon-size-8px {
  font-size: 9px;
  line-height: 1em;
}

.dashflow-custom-icon.link-single {
  color: var(--neutral--500);
  font-size: 16px;
  line-height: 1em;
  text-decoration: none;
}

.dashflow-custom-icon.link-single:hover {
  color: var(--accent--primary-1);
}

.dashflow-custom-icon.icon-size-14px {
  font-size: 14px;
  line-height: 1em;
}

.mg-top-2px {
  margin-top: 2px;
}

.mg-bottom-20px {
  margin-bottom: 20px;
}

.overflow-auto {
  overflow: auto;
}

.data-table-row {
  grid-column-gap: 10px;
  border-top: 1px solid var(--neutral--300);
  grid-template-rows: auto;
  grid-template-columns: 1.2fr 2fr 1.4fr 1fr .8fr;
  grid-auto-columns: 1fr;
  align-items: center;
  justify-items: start;
  min-width: 916px;
  padding: 20px 24px;
  display: grid;
}

.data-table-row.table-header {
  z-index: 1;
  background-color: var(--neutral--200);
  letter-spacing: .06em;
  text-transform: uppercase;
  border-top-style: none;
  margin-bottom: -1px;
  padding-top: 12px;
  padding-bottom: 12px;
  position: relative;
}

.user-table-row {
  grid-column-gap: 10px;
  border-top: 1px solid var(--neutral--300);
  grid-template-rows: auto;
  grid-template-columns: 2.5fr 2fr .75fr .5fr;
  grid-auto-columns: 1fr;
  align-items: center;
  justify-items: start;
  min-width: 640px;
  padding: 16px 24px;
  display: grid;
}

.user-table-row.table-header {
  z-index: 1;
  background-color: var(--neutral--200);
  letter-spacing: .06em;
  text-transform: uppercase;
  border-top-style: none;
  margin-bottom: -1px;
  position: relative;
}

.modal-wrapper {
  z-index: 999;
  background-color: rgba(0, 0, 0, .5);
  justify-content: center;
  align-items: center;
  padding: 24px;
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.modal-close-overlay {
  z-index: -1;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.tabs-menu {
  grid-column-gap: 2px;
  background-color: var(--neutral--200);
  border-radius: 72px;
  align-items: center;
  margin-bottom: 20px;
  padding: 6px;
  display: flex;
}

.tabs-menu.links-single {
  grid-column-gap: 0px;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 0;
  justify-content: center;
  align-items: flex-end;
  padding: 0;
}

.tab-menu-badge-link {
  color: var(--neutral--600);
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 32px;
  padding: 4px 14px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.286em;
  transition: box-shadow .3s, background-color .3s, border-color .3s, color .3s;
}

.tab-menu-badge-link:hover {
  border-color: var(--neutral--200);
  background-color: var(--neutral--100);
  box-shadow: 0 0 3px 0 var(--general--shadow-01);
  color: var(--neutral--600);
}

.tab-menu-badge-link.w--current {
  border-color: var(--neutral--300);
  background-color: var(--neutral--100);
  box-shadow: 0 0 3px 0 var(--general--shadow-01);
  color: var(--neutral--700);
}

.tab-menu-underline-link {
  border-bottom: 1px solid var(--neutral--400);
  color: var(--neutral--600);
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  width: 100%;
  padding: 0 16px 24px;
  font-weight: 500;
  line-height: 1.286em;
  transition: border-color .3s, color .3s;
}

.tab-menu-underline-link:hover {
  border-bottom-color: var(--neutral--600);
  color: var(--neutral--700);
}

.tab-menu-underline-link.w--current {
  border-bottom-color: var(--accent--primary-1);
  color: var(--accent--primary-1);
  background-color: rgba(0, 0, 0, 0);
}

.breadcrumb-badge {
  grid-column-gap: 6px;
  border: 1px solid var(--neutral--300);
  background-color: var(--neutral--100);
  box-shadow: 0 0 4px 0 var(--general--shadow-01);
  color: var(--neutral--700);
  border-radius: 4px;
  justify-content: flex-start;
  align-items: center;
  padding: 4px 12px;
  font-weight: 500;
  line-height: 1em;
  text-decoration: none;
  transition: box-shadow .3s, border-color .3s, background-color .3s, color .3s;
  display: flex;
}

.display-inline-block {
  display: inline-block;
}

.tooltip {
  border: 1px solid var(--neutral--300);
  background-color: var(--neutral--100);
  box-shadow: 0 2px 7px 0 var(--general--shadow-02);
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  min-width: 100px;
  max-width: 500px;
  padding: 6px 8px;
  font-size: 12px;
  line-height: 1em;
  display: flex;
  position: absolute;
}

.tooltip.right {
  right: -16px;
  transform: translate(100%);
}

.tooltip.left {
  left: -16px;
  transform: translate(-100%);
}

.tooltip.top {
  text-align: center;
  align-self: center;
  top: -16px;
  transform: translate(0, -100%);
}

.tooltip.bottom {
  text-align: center;
  bottom: -16px;
  transform: translate(0, 100%);
}

.tooltip-triangle-left {
  position: absolute;
  left: -6px;
}

.tooltip-triangle-right {
  position: absolute;
  right: -6px;
}

.tooltip-triangle-bottom {
  position: absolute;
  bottom: -6px;
}

.tooltip-triangle-top {
  position: absolute;
  top: -6px;
}

.dropdown-list {
  z-index: 1;
  background-color: rgba(0, 0, 0, 0);
  padding-top: 16px;
}

.dropdown-link-wrapper {
  z-index: 1;
  color: var(--neutral--600);
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 4px;
  align-items: center;
  margin: 4px 8px;
  padding: 10px;
  font-weight: 500;
  line-height: 1.286em;
  text-decoration: none;
  transition: box-shadow .3s, border-color .3s, background-color .3s, color .3s;
  display: flex;
  position: relative;
}

.dropdown-link-wrapper:hover {
  border-color: var(--neutral--400);
  background-color: var(--neutral--300);
  box-shadow: 0 0 4px 0 var(--general--shadow-01);
  color: var(--neutral--800);
}

.mg-bottom-6px {
  margin-bottom: 6px;
}

.header-right-side-container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  display: flex;
}

.hamburger-menu-bar {
  background-image: linear-gradient(#3d7fff, #4b5dff);
  border-radius: 64px;
  width: 52px;
  height: 3px;
  margin-top: 12px;
  margin-bottom: 12px;
}

.footer-top-section {
  grid-column-gap: 40px;
  border-bottom: 1px solid var(--neutral--300);
  justify-content: space-between;
  align-items: center;
  padding-top: 54px;
  padding-bottom: 54px;
  display: flex;
}

.bg-neutral-100 {
  background-color: var(--neutral--100);
}

.footer-links-container {
  grid-column-gap: 24px;
  grid-row-gap: 8px;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.footer-bottom-section {
  grid-column-gap: 40px;
  justify-content: space-between;
  align-items: center;
  padding-top: 32px;
  padding-bottom: 32px;
  display: flex;
}

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

.social-links-container {
  grid-column-gap: 16px;
  display: flex;
}

.social-circle-link {
  border: 1px solid var(--neutral--400);
  background-color: var(--neutral--100);
  box-shadow: 0 0 4px 0 var(--general--shadow-01);
  color: var(--accent--primary-1);
  transform-style: preserve-3d;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  min-width: 28px;
  max-width: 28px;
  min-height: 28px;
  max-height: 28px;
  font-family: Social Icons Font, sans-serif;
  font-size: 14px;
  line-height: 1em;
  text-decoration: none;
  transition: border-color .3s, background-color .3s, transform .3s, color .3s;
  display: flex;
}

.social-circle-link:hover {
  border-color: var(--accent--primary-1);
  background-color: var(--accent--primary-1);
  color: var(--neutral--100);
  transform: scale3d(1.06, 1.06, 1.01);
}

.card-image-right {
  z-index: -1;
  width: 66%;
  max-width: 616px;
  display: block;
  position: absolute;
  right: 0;
}

.mg-top-80px {
  margin-top: 80px;
}

.link-image-wrapper {
  display: flex;
  overflow: hidden;
  transform: translate(0);
}

.pd-24px {
  padding: 24px;
}

.link-image {
  object-fit: cover;
  transform-style: preserve-3d;
  width: 100%;
  transform: scale3d(1.01, 1.01, 1.01);
}

.cta-card {
  grid-column-gap: 40px;
  background-image: url('../images/cta-card-bg-dashflow-webflow-template.svg'), linear-gradient(#3d7fff, #4b5dff);
  background-position: 50%, 0 0;
  background-size: auto, auto;
  border: 1px solid #3961d9;
  border-radius: 24px;
  justify-content: space-between;
  align-items: center;
  padding: 80px 64px;
  display: flex;
}

.cta-card.buy-card {
  color: var(--neutral--100);
  padding: 0;
  text-decoration: none;
  transition: transform .3s, color .3s;
}

.cta-card.buy-card:hover {
  transform: scale(.98);
}

.cta-card.buy-card.dark {
  border-color: var(--neutral--400);
  color: var(--neutral--700);
  background-image: url('../images/cta-card-bg-dashflow-webflow-template.svg'), linear-gradient(#fff, #f3f3f8);
  background-position: 50%, 0 0;
  background-size: auto, auto;
  box-shadow: 0 2px 8px rgba(31, 45, 84, .15);
}

.border-radius-8px {
  border-radius: 8px;
}

.mg-bottom-80px {
  margin-bottom: 80px;
}

.overflow-visible {
  overflow: visible;
}

.pd-top-24px {
  padding-top: 24px;
}

.position-relative---z-index-2 {
  z-index: 2;
  position: relative;
}

.dropdown-link-single {
  color: var(--neutral--700);
  width: 100%;
  padding: 0;
}

.dropdown-link-single:hover {
  color: var(--accent--primary-1);
}

.pd-sides-40px {
  padding-left: 40px;
  padding-right: 40px;
}

.header-sidebar-wrapper {
  display: none;
}

.sticky-top {
  position: -webkit-sticky;
  position: sticky;
  top: 24px;
}

.pd-top-64px---bottom-100px {
  padding-top: 64px;
  padding-bottom: 100px;
}

.link-icon {
  max-width: 10px;
}

.max-w-12px {
  max-width: 12px;
}

.mg-right-4px {
  margin-right: 4px;
}

.breadcrumb-divider {
  max-width: 14px;
  margin-left: 12px;
  margin-right: 12px;
}

.breadcrumb-link-wrapper {
  z-index: 1;
  padding-bottom: 1px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.286em;
  text-decoration: none;
  position: relative;
}

.breadcrumb-underline {
  background-color: var(--neutral--800);
  min-height: 1px;
  max-height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.breadcrumb-wrapper {
  grid-row-gap: 8px;
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.max-w-14px {
  max-width: 14px;
}

.cursor-not-allowed {
  cursor: not-allowed;
}

.checkbox-wrapper {
  z-index: 1;
  cursor: pointer;
  border-radius: 2px;
  min-width: 14px;
  max-width: 14px;
  min-height: 14px;
  max-height: 14px;
  margin-right: 6px;
  position: relative;
}

.checkbox-bg {
  opacity: 0;
  background-image: linear-gradient(#3d7fff, #4b5dff);
  border: .8px solid #3961d9;
  border-radius: 2px;
  justify-content: center;
  align-items: center;
  transition: opacity .3s;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.checkbox-bg.active {
  opacity: 1;
}

.position-relative---z-index--1 {
  z-index: -1;
  position: relative;
}

.help-message {
  border: 1px solid var(--neutral--500);
  background-color: var(--neutral--200);
  border-radius: 6px;
  margin-top: 8px;
  padding: 10px 14px;
}

.card-home-pages-wrapper {
  padding: 25px 29px 38px;
}

.grid-2-columns-2 {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.cta-square-logo {
  border-radius: 8px;
  width: 60px;
  margin-bottom: 16px;
  box-shadow: 0 8px 28px rgba(20, 20, 43, .1);
}

.icon-embed-custom {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 1.6rem;
  display: flex;
}

.frame-478 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #eff2f7;
  border-radius: 16px;
  flex-direction: row;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text {
  color: #8492a6;
  text-align: center;
  font-size: 68px;
  font-weight: 400;
}

.style-guide-heading {
  color: rgba(0, 0, 0, .8);
  letter-spacing: -.02em;
  width: 100%;
  max-width: 340px;
  font-family: Inter, sans-serif;
  font-size: 42px;
  font-weight: 700;
  line-height: 64px;
}

.style-guide-infotext-large {
  color: rgba(0, 0, 0, .3);
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
}

.style-guide-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  border: 0 solid #dcdcdc;
  border-top-width: 1px;
  flex-direction: row;
  justify-content: center;
  padding: 24px;
  display: flex;
}

.fill-style {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: row;
  padding: 0;
  display: flex;
}

.color-swatch-color-grey-grey-9 {
  background-color: #f9fafc;
  border-radius: 50%;
  width: 70px;
  height: 70px;
}

.style-guide-info-text {
  color: rgba(0, 0, 0, .3);
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
}

.color-swatch-a-500 {
  background-color: #4a61d9;
  border-radius: 50%;
  width: 70px;
  height: 70px;
}

.color-swatch-a-200 {
  background-color: #ecefff;
  border-radius: 50%;
  width: 70px;
  height: 70px;
}

.color-swatch-a-300 {
  background-color: #9cacff;
  border-radius: 50%;
  width: 70px;
  height: 70px;
}

.color-swatch-color-grey-grey-1 {
  background-color: #050504;
  border-radius: 50%;
  width: 70px;
  height: 70px;
}

.color-swatch-color-grey-grey-2 {
  background-color: #1f2d3d;
  border-radius: 50%;
  width: 70px;
  height: 70px;
}

.color-swatch-color-grey-grey-3 {
  background-color: #3c4858;
  border-radius: 50%;
  width: 70px;
  height: 70px;
}

.color-swatch-color-grey-grey-8 {
  background-color: #eff2f7;
  border-radius: 50%;
  width: 70px;
  height: 70px;
}

.color-swatch-color-grey-grey-4 {
  background-color: #8492a6;
  border-radius: 50%;
  width: 70px;
  height: 70px;
}

.color-swatch-gray-100 {
  background-color: #fff;
  border-radius: 50%;
  width: 70px;
  height: 70px;
}

.color-swatch-color-grey-grey-6 {
  background-color: #d3dce6;
  border-radius: 50%;
  width: 70px;
  height: 70px;
}

.color-swatch-color-grey-grey-7 {
  background-color: #e5e9f2;
  border-radius: 50%;
  width: 70px;
  height: 70px;
}

.color-swatch-gray-1 {
  background-color: #333;
  border-radius: 50%;
  width: 70px;
  height: 70px;
}

.color-swatch-primary-400 {
  background-color: #a9bff8;
  border-radius: 50%;
  width: 70px;
  height: 70px;
}

.color-swatch-net-net-600 {
  background-color: #535557;
  border-radius: 50%;
  width: 70px;
  height: 70px;
}

.color-swatch-ubc-pr-white {
  background-color: #fff;
  border-radius: 50%;
  width: 70px;
  height: 70px;
}

.color-swatch-ubc-pr-ubc-blue {
  background-color: #002145;
  border-radius: 50%;
  width: 70px;
  height: 70px;
}

.color-swatch-rg-pure-white {
  background-color: #fff;
  border-radius: 50%;
  width: 70px;
  height: 70px;
}

.color-swatch-rg-sunset {
  background-image: linear-gradient(#ffe259 55%, #ffa751);
  border: 0 solid #000;
  border-radius: 50%;
  width: 70px;
  height: 70px;
}

.color-swatch-gray-900 {
  background-color: #333;
  border-radius: 50%;
  width: 70px;
  height: 70px;
}

.color-swatch-gray-6 {
  background-color: #f2f2f2;
  border-radius: 50%;
  width: 70px;
  height: 70px;
}

.color-swatch-color-grey-grey-5 {
  background-color: #c2cedb;
  border-radius: 50%;
  width: 70px;
  height: 70px;
}

.color-swatch-secondary-950 {
  background-color: #1e1e2f;
  border-radius: 50%;
  width: 70px;
  height: 70px;
}

.color-swatch-gray-3 {
  background-color: #828282;
  border-radius: 50%;
  width: 70px;
  height: 70px;
}

.color-swatch-primary-900 {
  background-color: #1e1e2f;
  border-radius: 50%;
  width: 70px;
  height: 70px;
}

.color-styles-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 0;
  display: grid;
}

.styles-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  border: 0 solid #dcdcdc;
  border-top-width: 1px;
  flex-direction: row;
  justify-content: center;
  padding: 24px;
  display: flex;
}

.styles-guide-section {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  display: flex;
}

.wireframe---3 {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  padding: 54px 119px;
  display: flex;
}

.frame-694 {
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.text-601 {
  color: #3c4858;
  font-size: 48px;
  font-weight: 700;
  line-height: 120.83%;
}

.text-602 {
  color: #8492a6;
  font-size: 31px;
  font-weight: 400;
  line-height: 120.83%;
}

.frame-695 {
  grid-column-gap: 51px;
  grid-row-gap: 51px;
  flex-direction: row;
  flex: 0 auto;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: stretch;
  display: grid;
}

.frame-477 {
  grid-column-gap: 27px;
  grid-row-gap: 27px;
  background-color: #f9fafc;
  border-radius: 16px;
  flex-direction: column;
  justify-content: flex-start;
  padding: 37px;
  display: flex;
}

.text-603 {
  color: #3c4858;
  font-size: 28px;
  font-weight: 700;
  line-height: 120.83%;
}

.text-604 {
  color: #3c4858;
  font-size: 48px;
  font-weight: 400;
  line-height: 120.83%;
}

.text-605 {
  color: #3c4858;
  font-size: 18px;
  font-weight: 400;
  line-height: 120.83%;
}

.text-606 {
  color: #3c4858;
  font-size: 13px;
  font-weight: 400;
  line-height: 120.83%;
}

.frame-479 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.text-607 {
  color: #3c4858;
  font-size: 12px;
  font-weight: 400;
  line-height: 120.83%;
}

.o-nav__link {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #ecefff;
  border-radius: 8px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 8px;
  display: flex;
}

.text-608 {
  color: #4a61d9;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
}

.text-609 {
  color: #4a61d9;
  text-align: center;
  font-size: 15px;
  font-weight: 400;
}

.frame-578 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.text-610 {
  color: #4a61d9;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  text-decoration: underline;
}

.section {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 80px;
  display: flex;
}

.container {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  display: flex;
}

.frame-699 {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.frame-1000006789 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.text-611 {
  color: #3c4858;
  text-align: center;
  font-size: 64px;
  font-weight: 600;
  line-height: 104.8%;
}

.vectors-wrapper {
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 40.8751px;
  display: flex;
  position: absolute;
  bottom: -38.8906px;
}

.text-612 {
  color: #8492a6;
  text-align: center;
  font-size: 24px;
  font-weight: 400;
  line-height: 140%;
}

.frame-1000006790 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #dee3fc;
  border-radius: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 600px;
  height: 332.08px;
  display: flex;
  position: relative;
}

.vectors-wrapper-2 {
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: flex;
}

.vectors-wrapper-3 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 67.7153px;
  height: 67.7153px;
  display: flex;
  position: absolute;
  top: 132px;
  left: 266.357px;
}

.transform-your-tomorrow-start-upskilling-today-0 {
  font-family: var(--brand-font);
  color: #3c4858;
  text-align: center;
  font-size: 64px;
  font-weight: 400;
  line-height: 104.8%;
}

.upskilling-programs-designed-for-achievers-whether-youre-charting-a-new-career-path-or-enhancing-your-current-expertise-our-diverse-learning-tracks-and-flexible-formats-got-the-highest-completion-rate-with-ai-assisted-learning-0 {
  font-family: var(--ui-font);
  color: #8492a6;
  text-align: center;
  font-size: 24px;
  font-weight: 400;
  line-height: 140%;
  display: block;
}

.upskilling-programs-designed-for-achievers-whether-youre-charting-a-new-career-path-or-enhancing-your-current-expertise-our-diverse-learning-tracks-and-flexible-formats-got-the-highest-completion-rate-with-ai-assisted-learning-1 {
  color: #8492a6;
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  line-height: 140%;
}

.sub-xl {
  color: #8492a6;
  text-align: left;
  max-width: 900px;
  font-size: 24px;
  font-weight: 400;
  line-height: 140%;
}

.sub-xl.mid {
  color: var(--neutral--500);
  text-align: center;
}

.row {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 390px;
  display: flex;
}

.frame-1000006791 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #f9fafc;
  border-radius: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 390px;
  padding: 32px;
  display: flex;
  position: relative;
}

.h2 {
  color: #3c4754;
  font-size: 28px;
  font-weight: 600;
  line-height: 120%;
}

.vectors-wrapper-4 {
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 157.92px;
  left: 0;
}

.generated-autolayout {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border: .590679px solid #8492a6;
  border-radius: 24px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 8px 12px;
  display: flex;
}

.text-613 {
  color: #3c4858;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  line-height: 120.83%;
}

.vectors-wrapper-5 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 28px;
  display: flex;
}

.frame-703 {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  background-color: #f9fafc;
  border-radius: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 390px;
  padding: 32px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.frame-707 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 278px;
  display: flex;
}

.frame-706 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #4ba5a5;
  border-radius: 16px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 8px 12px;
  display: flex;
}

.vectors-wrapper-6 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 25.1842px;
  height: 8.95793px;
  display: flex;
}

.vectors-wrapper-7 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  display: flex;
}

.vectors-wrapper-8 {
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 141px;
  display: flex;
  position: absolute;
  top: 249px;
  left: 0;
}

.frame-702 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 390px;
  display: flex;
}

.frame-481 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #f9fafc;
  border-radius: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 179px;
  padding: 32px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.body-s {
  color: #8492a6;
  font-size: 16px;
  font-weight: 400;
  line-height: 120.83%;
}

.body-s.no-wrap {
  color: var(--neutral--700);
  white-space: pre;
  width: 70%;
  font-weight: 500;
}

.frame-1000006831 {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.ucce-logo {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 190.282px;
  height: 34.4053px;
  display: flex;
}

.vectors-wrapper-10 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 179.064px;
  height: 34.4053px;
  display: flex;
}

.vectors-wrapper-11 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  display: flex;
  position: absolute;
  top: 32px;
  right: 32px;
}

.frame-704 {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.generated-autolayout-2 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #eff2f7;
  border-radius: 5.10733px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 12px;
  display: flex;
}

.frame-1000006832 {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-615 {
  color: #4a61d9;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 120.83%;
}

.o-nav__link-2 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #eff2f7;
  border-radius: 5.10733px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 8px;
  display: flex;
}

.text-616 {
  color: #3c4858;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 120.83%;
}

.icon-embed-custom-2 {
  color: var(--accent--primary-1);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 15.4375rem;
  height: 1.125rem;
  display: flex;
  position: absolute;
  bottom: -20.4531px;
}

.frame-1000006833 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #f9fafc;
  border-radius: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 390px;
  padding: 32px;
  display: flex;
  position: relative;
}

.vectors-wrapper-12 {
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 157.92px;
  left: 0;
}

.text-617 {
  color: #3c4858;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  line-height: 120.83%;
}

.vectors-wrapper-13 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 28px;
  display: flex;
}

.frame-1000006834 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #f9fafc;
  border-radius: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 390px;
  padding: 32px;
  display: flex;
  position: relative;
}

.vectors-wrapper-14 {
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 147.465px;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.opened-laptop {
  object-fit: cover;
  position: absolute;
  top: auto;
  bottom: 9%;
  left: auto;
  right: 9%;
}

.text-618 {
  color: #3c4858;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  line-height: 120.83%;
}

.vectors-wrapper-15 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 28px;
  display: flex;
}

.section-2 {
  z-index: 0;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: var(--neutral--dark--color);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
  position: relative;
}

.cont-1120 {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1120px;
  display: flex;
}

.frame-1000006835 {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: grid;
}

.frame-1000006836 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.hero {
  font-family: var(--brand-font);
  color: var(--neutral--400);
  text-align: center;
  font-size: 64px;
  font-weight: 300;
  line-height: 104.8%;
}

.line-scribble {
  z-index: 0;
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: flex;
}

.video-placeholder {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #dee3fc;
  border-radius: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 600px;
  height: 240px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.vectors-shape {
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: flex;
}

.circle {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
}

.hero-span {
  font-weight: 500;
}

.text-block {
  width: 82.7658%;
}

.section-3 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 80px;
  display: flex;
}

.container-3 {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  display: flex;
}

.sub-xl-2 {
  color: #8492a6;
  text-align: center;
  font-size: 24px;
  font-weight: 400;
  line-height: 140%;
}

.row-2 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr minmax(220px, 1fr);
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  max-width: 1280px;
  display: grid;
}

.main-card {
  grid-column-gap: 24px;
  grid-row-gap: 16px;
  background-color: #f9fafc;
  background-image: linear-gradient(345deg, var(--secondary--color-1), #f0feff 37%, white 69%);
  border-radius: 16px;
  flex-direction: column;
  grid-template-rows: auto auto 1fr auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  justify-items: start;
  width: 100%;
  min-height: 260px;
  padding: 24px;
  display: grid;
  position: relative;
  overflow: hidden;
}

.main-card .comp-kid-with-interface {
  position: absolute;
  bottom: 12px;
  right: 12px;
  z-index: 1;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}

.main-card .comp-kid-with-interface .card-img {
  max-width: 160px;
  max-height: 140px;
  object-fit: contain;
}

.main-card .h1 {
  grid-column: 1;
  grid-row: 1;
  z-index: 1;
  width: 100%;
}

.main-card .body-l {
  grid-column: 1;
  grid-row: 2;
  z-index: 1;
  width: 100%;
  padding-bottom: 64px;
  padding-right: 16px;
}

.main-card > a.btn-primary,
.main-card > .btn-primary {
  grid-column: 1;
  grid-row: 4;
  z-index: 1;
  margin-right: 200px;
}

.main-card.main-card-span-2 {
  grid-row: span 2;
  height: auto;
  min-height: 100%;
  background-image: linear-gradient(345deg, var(--secondary--color-1), #f0feff 37%, white 69%);
}

.main-card.main-card-k12 {
  grid-row: span 2;
  min-height: 260px;
  /* background-image: linear-gradient(345deg, #3d6bb3 0%, #557DBF 15%, #7a9fd4 28%, #e8eef9 42%, #f5f8fc 55%, #fff 72%); */
}

.main-card-k12 .comp-kid-k12 {
  position: static;
  grid-column: 1;
  grid-row: 3;
  justify-self: center;
  justify-content: center;
  align-items: center;
  margin-top: 12px;
  margin-bottom: 8px;
}

.main-card.main-card-k12 .comp-kid-k12 .card-img-k12 {
  width: 220px;
  height: 220px;
  max-width: none;
  max-height: none;
  aspect-ratio: 1;
  object-fit: cover;
  object-position: center;
  border-radius: 50%;
  filter: drop-shadow(0 2px 4px rgba(0,0,0,0.15));
}

.main-card-k12 .body-l {
  padding-bottom: 16px;
}

.main-card.main-card-k12 > a.btn-primary,
.main-card.main-card-k12 > .btn-primary {
  margin-right: 0;
}

.main-card-k12 .vectors-wrapper-17 {
  object-fit: contain;
  object-position: right bottom;
  top: 0;
  bottom: 0;
  height: 100%;
  width: auto;
  max-width: 100%;
}

.main-card.green {
  background-image: linear-gradient(345deg, var(--system--green-100), #f0faff 37%, white 69%);
}

.main-card.red {
  background-image: linear-gradient(345deg, var(--system--red-100), #fff9f0 37%, white 69%);
}

.vectors-wrapper-17 {
  z-index: 0;
  opacity: .36;
  pointer-events: none;
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.opened-laptop-2 {
  object-fit: scale-down;
  flex: 0 auto;
  width: 150px;
  position: absolute;
  top: auto;
  bottom: 10%;
  left: auto;
  right: 4%;
}

.generated-autolayout-3 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: var(--neutral--300);
  border-radius: 24px;
  flex: 0 auto;
  justify-content: space-between;
  align-self: stretch;
  align-items: center;
  padding: 8px 16px;
  display: flex;
}

.button-txt {
  color: #3c4858;
  text-align: center;
  white-space: nowrap;
  font-size: 18px;
  font-weight: 400;
  line-height: 120.83%;
}

.icon-chevron {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 28px;
  display: flex;
}

.frame-1000006838 {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  background-color: #f9fafc;
  border-radius: 16px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 390px;
  padding: 32px 32px 33px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.frame-1000006839 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-self: stretch;
  align-items: flex-start;
  transition: all .4s cubic-bezier(.77, 0, .175, 1);
  display: flex;
}

.frame-1000006839:hover {
  transform: translate(0, -47px);
}

.new-badge {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #4ba5a5;
  border-radius: 16px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 7px 5px;
  display: flex;
}

.newvector {
  object-fit: contain;
  justify-content: center;
  align-items: center;
  display: flex;
}

.vectors-wrapper-20 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  display: flex;
}

.fader-top-bott {
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 130px;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.frame-1000006841 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 390px;
  display: flex;
}

.frame-1000006842 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #f9fafc;
  border-radius: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 179px;
  padding: 32px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.frame-1000006843 {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 10%;
  left: 11%;
  right: auto;
}

.wcs-logo {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 179.064px;
  height: 34.4053px;
  display: flex;
}

.vectors-wrapper-23 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  display: flex;
  position: absolute;
  top: 32px;
  right: 32px;
}

.frame-1000006844 {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 8%;
  left: 10%;
  right: auto;
}

.generated-autolayout-4 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #eff2f7;
  border-radius: 5.10733px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 12px;
  display: flex;
}

.frame-1000006845 {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-620 {
  color: #4a61d9;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 120.83%;
}

.o-nav__link-3 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #eff2f7;
  border-radius: 5.10733px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 8px;
  display: flex;
}

.text-621 {
  color: #3c4858;
  text-align: center;
  white-space: nowrap;
  font-size: 16px;
  font-weight: 400;
  line-height: 120.83%;
}

.flex-block {
  z-index: 1;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  padding: 16px 40px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.section-4 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 80px;
  display: flex;
}

.container-4 {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  display: flex;
}

.frame-1000006846 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.h1 {
  font-family: var(--brand-font);
  color: #3c4858;
  text-align: left;
  font-size: 48px;
  font-weight: 400;
  line-height: 104.8%;
}

.sub-xl-3 {
  color: #8492a6;
  text-align: center;
  font-size: 24px;
  font-weight: 400;
  line-height: 140%;
}

.frame-1000006801 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 437px;
  display: flex;
}

.frame-1000006772 {
  border: 1px solid #c2cedb;
  border-radius: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 437px;
  display: flex;
  overflow: hidden;
}

.artwork-frame {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #f9fafc;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 200px;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: inset 0 4px 33.1px #eaecee;
}

.frame-1000006848 {
  object-fit: none;
  position: absolute;
}

.row-card-content {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  height: 237px;
  padding: 32px;
  display: flex;
}

.h2-2 {
  color: #3c4858;
  font-size: 24px;
  font-weight: 600;
  line-height: 120%;
}

.body-l {
  z-index: 1;
  color: var(--neutral--700);
  font-size: 18px;
  font-weight: 400;
  line-height: 140%;
  position: relative;
}

.frame-1000006850 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #f9fafc;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 200px;
  padding: 29px 7px;
  display: flex;
  box-shadow: inset 0 4px 33.1px #eaecee;
}

.vectors-wrapper-24 {
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 168.677px;
  display: flex;
}

.card-ver {
  border: 1px solid #c2cedb;
  border-radius: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 400px;
  display: flex;
  overflow: hidden;
}

.frame-1000006851 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #f9fafc;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 200px;
  display: flex;
  box-shadow: inset 0 4px 33.1px #eaecee;
}

.vectors-wrapper-25 {
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: flex;
}

.frame-1000006770 {
  border: 1px solid #c2cedb;
  border-radius: 16px;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
  overflow: hidden;
}

.frame-1000006852 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 192px;
  padding: 32px;
  display: flex;
  overflow: hidden;
}

.text-622 {
  font-family: var(--brand-font);
  color: #3c4858;
  text-align: center;
  font-size: 36px;
  font-weight: 400;
  line-height: 104.8%;
}

.frame-1000006853 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #f9fafc;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: relative;
  box-shadow: inset 0 4px 33.1px #eaecee;
}

.vectors-wrapper-26 {
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: -15.9749px;
  left: -46.6348px;
}

.noise-texture {
  object-fit: none;
  width: 100%;
  height: 190px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.typing-hands {
  z-index: 1;
  object-fit: scale-down;
  width: 200px;
  height: auto;
  margin: auto;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: -29%;
  right: 0%;
}

.frame-1000006854 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 370px;
  display: flex;
}

.frame-1000006855 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #f9fafc;
  border-radius: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 370px;
  padding: 32px;
  display: flex;
  overflow: hidden;
}

.text-624 {
  color: #3c4858;
  font-size: 28px;
  font-weight: 600;
  line-height: 104.8%;
}

.frame-1000006792 {
  grid-column-gap: 17px;
  grid-row-gap: 17px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.vectors-wrapper-27 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 84.9081px;
  height: 112.25px;
  display: flex;
}

.frame-1000006775 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.generated-autolayout-5 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  border-radius: 12.2712px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 8px 12px;
  display: flex;
}

.text-625 {
  color: #8492a6;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 120.83%;
}

.frame-1000006856 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #f9fafc;
  border-radius: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 370px;
  padding: 32px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.frame-1000006857 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 9%;
  left: 0%;
  right: 0%;
}

.vectors-wrapper-28 {
  justify-content: center;
  align-items: center;
  height: 80px;
  display: flex;
}

.proudly {
  grid-column-gap: 12.4082px;
  grid-row-gap: 12.4082px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.vectors-wrapper-29 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 30.3313px;
  height: 22.0591px;
  display: flex;
}

.text-626 {
  color: #8492a6;
  white-space: nowrap;
  font-size: 14px;
  font-weight: 500;
}

.vectors-wrapper-30 {
  justify-content: center;
  align-items: center;
  height: 80px;
  display: flex;
}

.frame-1000006858 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #f9fafc;
  border-radius: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 366px;
  height: 370px;
  padding: 32px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.vectors-wrapper-31 {
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.col {
  background-color: #1c1c27;
  background-image: linear-gradient(180deg, var(--neutral--dark--700), var(--neutral--dark--color));
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 400px;
  height: 192px;
  display: flex;
  position: relative;
}

.vectors-wrapper-32 {
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: -148.494px;
  left: -267.569px;
}

.frame-1000006859 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 192px;
  padding: 32px;
  display: flex;
}

.sub-xl-4 {
  color: #8492a6;
  font-size: 24px;
  font-weight: 400;
  line-height: 140%;
}

.span-green {
  color: var(--system--green-200);
  text-shadow: 0 1px 18px rgba(127, 220, 164, .56);
  font-size: 20px;
  font-weight: 400;
  line-height: 140%;
}

.over-70-of-your-time-will-be-focused-on-building-real-world-apps-1 {
  color: #3c4858;
  font-size: 24px;
  font-weight: 400;
  line-height: 140%;
}

.icon-embed-custom-3 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 200px;
  display: flex;
  position: absolute;
  top: auto;
  bottom: -20%;
  left: 0%;
  right: 0%;
}

.icon-embed-custom-4 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 23.875rem;
  height: 4.3125rem;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 26%;
  left: -19%;
  right: 0%;
}

.icon-embed-medium {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
}

.icon-embed-custom-5, .icon-embed-custom-6 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 20.3125rem;
  height: 12.5625rem;
  display: flex;
}

.frame-1000006796 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 324px;
  height: 234px;
  display: flex;
  position: relative;
}

.vectors-wrapper-33 {
  z-index: 0;
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
}

.vectors-wrapper-34 {
  z-index: 1;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 109.543px;
  height: 111.499px;
  display: flex;
  position: absolute;
}

.frame-1000006860 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 16px;
  display: flex;
}

.group-676 {
  object-fit: scale-down;
  position: relative;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.frame-1000006861 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #f9fafc;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 361px;
  height: 204px;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: inset 0 4px 33.1px #eaecee;
}

.grid-fade {
  z-index: 0;
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  bottom: -4.5469px;
}

.grid-fade.inside-elem {
  bottom: -7.5469px;
}

.frame-1000006862 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 318px;
  height: 246px;
  padding: 16px;
  display: flex;
  position: relative;
}

.hands-with-joystick {
  z-index: 1;
  object-fit: cover;
  width: 181.609px;
  height: auto;
  margin: auto;
  position: absolute;
}

.section-5 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 80px;
  display: flex;
}

.container-5 {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  border: 1px solid #c2cedb;
  border-radius: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  display: flex;
  overflow: hidden;
}

.frame-1000006863 {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  outline-color: var(--neutral--400);
  outline-offset: 0px;
  outline-width: 1px;
  outline-style: solid;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 32px;
  display: flex;
}

.frame-1000006864 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.h1-2 {
  color: #3c4858;
  text-align: center;
  font-size: 48px;
  font-weight: 400;
  line-height: 104.8%;
}

.sub-xl-5 {
  color: #8492a6;
  text-align: center;
  font-size: 24px;
  font-weight: 400;
  line-height: 140%;
}

.frame-1000006865 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 48px;
  display: flex;
}

.frame-1000006866 {
  border: 1px solid #c2cedb;
  border-radius: 16px;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 850px;
  display: flex;
  overflow: hidden;
}

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

.frame-1000006868 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  outline-color: var(--neutral--400);
  outline-offset: 0px;
  background-color: #f9fafc;
  outline-width: 1px;
  outline-style: solid;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 212px;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: inset 0 4px 33.1px #eaecee;
}

.vectors-wrapper-35 {
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 10.0771px;
  left: -10.1482px;
}

.frame-1000006869 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  outline-color: var(--neutral--400);
  outline-offset: 0px;
  background-color: #fff;
  outline-width: 1px;
  outline-style: solid;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 136px;
  padding: 32px;
  display: flex;
}

.h2-3 {
  color: #3c4858;
  text-align: center;
  font-size: 28px;
  font-weight: 600;
  line-height: 120%;
}

.frame-1000006870 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--secondary--color-1);
  border-radius: 8px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 4px 12px;
  display: flex;
}

.frame-1000006870.self {
  background-color: #fff3dd;
}

.text-627 {
  color: #3c4858;
  text-align: center;
  letter-spacing: .02em;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
  line-height: 120.83%;
}

.frame-1000006871 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--neutral--200);
  outline-color: var(--neutral--400);
  outline-offset: 0px;
  outline-width: 1px;
  outline-style: solid;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 110px;
  padding: 32px;
  display: flex;
}

.text-628 {
  color: #3c4858;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  line-height: 100%;
}

.frame-579 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.body-l-2 {
  color: #3c4858;
  font-size: 18px;
  font-weight: 400;
  line-height: 140%;
}

.body-l-3 {
  color: #8492a6;
  font-size: 18px;
  font-weight: 400;
  line-height: 140%;
}

.frame-696 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  outline-color: var(--neutral--400);
  outline-offset: 0px;
  background-color: #fff;
  outline-width: 1px;
  outline-style: solid;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 131px;
  padding: 32px;
  display: flex;
}

.frame-698 {
  outline-color: var(--neutral--400);
  outline-offset: 0px;
  background-color: #fff;
  outline-width: 1px;
  outline-style: solid;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 85px;
  padding: 32px;
  display: flex;
}

.frame-1000006816 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 225px;
  display: flex;
}

.body-l-4 {
  color: #3c4858;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  line-height: 140%;
}

.body-l-5 {
  color: #8492a6;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
}

.col-cta {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #4a61d9;
  border-radius: 24px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 8px 16px;
  display: flex;
}

.text-629 {
  color: #f9fafc;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
}

.vectors-wrapper-36 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

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

.vectors-wrapper-37 {
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 32px;
  left: -10.1482px;
}

.frame-697 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  border: 1px solid var(--neutral--400);
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 131px;
  padding: 32px;
  display: flex;
}

.section-6 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 80px;
  display: flex;
}

.container-6 {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  border: 1px solid #c2cedb;
  border-radius: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  display: flex;
  overflow: hidden;
}

.frame-1000006872 {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 48px 32px;
  display: flex;
}

.frame-1000006873 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.h1-3 {
  color: #3c4858;
  text-align: center;
  font-size: 48px;
  font-weight: 400;
  line-height: 104.8%;
}

.sub-xl-6 {
  color: #8492a6;
  text-align: center;
  font-size: 24px;
  font-weight: 400;
  line-height: 140%;
}

.frame-1000006874 {
  grid-column-gap: 42px;
  grid-row-gap: 42px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 51px;
  padding-bottom: 51px;
  display: flex;
  overflow: hidden;
}

.frame-1000006807 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: center;
  align-items: baseline;
  width: 100%;
  display: flex;
}

.text-630 {
  color: #3c4858;
  text-align: center;
  font-size: 28px;
  font-weight: 500;
  line-height: 120.83%;
}

.text-631 {
  color: #8492a6;
  text-align: center;
  font-size: 23px;
  font-weight: 400;
  line-height: 120.83%;
}

.frame-1000006771 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 1585px;
  display: flex;
}

.frame-484 {
  object-fit: cover;
}

.rate-card {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  background-image: linear-gradient(0deg, #1f2b45, #384359 50%);
  border-radius: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  justify-items: center;
  width: 100%;
  padding: 32px;
  display: grid;
  position: relative;
  overflow: hidden;
}

.text-632 {
  z-index: 1;
  font-family: var(--brand-font);
  color: #eff2f7;
  font-size: 47px;
  font-weight: 500;
  line-height: 104.8%;
  position: relative;
}

.vectors-wrapper-38 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 2px;
  height: 100px;
  display: flex;
  position: relative;
}

.frame-1000006802 {
  z-index: 1;
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 218px;
  display: flex;
  position: relative;
}

._85 {
  font-family: var(--brand-font);
  letter-spacing: -.02em;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(270deg, #c2d6ff, #e5ecff 46%, #b4dfff);
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 46px;
  font-weight: 500;
  line-height: 105%;
}

.text-633 {
  color: #d3dce6;
  font-size: 23px;
  font-weight: 400;
  line-height: 104.8%;
}

.frame-1000006808 {
  z-index: 1;
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: relative;
}

.text-634 {
  color: #f9fafc;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6em;
}

.text-635 {
  color: #f9fafc;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
}

.vectors-wrapper-39 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.section-7 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 80px;
  display: flex;
}

.container-7 {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  border: 1px solid #c2cedb;
  border-radius: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  display: flex;
}

.frame-1000006876 {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  border: 1px solid #c2cedb;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 32px;
  display: flex;
}

.frame-1000006877 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.text-636 {
  color: #3c4858;
  text-align: center;
  font-size: 48px;
  font-weight: 600;
  line-height: 120.83%;
}

.text-637 {
  color: #8492a6;
  text-align: center;
  font-size: 28px;
  font-weight: 500;
  line-height: 120.83%;
}

.frame-1000006878 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 48px;
  display: flex;
}

.frame-1000006879 {
  border: 1px solid #c2cedb;
  border-radius: 16px;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
  overflow: hidden;
}

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

.artwork-row {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  outline-color: var(--neutral--300);
  outline-offset: 0px;
  outline-width: 1px;
  outline-style: dashed;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 258px;
  min-height: 258px;
  padding-top: 32px;
  padding-bottom: 32px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.vectors-wrapper-40 {
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: -43.7742px;
  left: 0;
}

.hand-holding-a-tree {
  object-fit: cover;
  position: absolute;
  top: 13.6655px;
  left: 122px;
}

.text-638 {
  color: #3c4858;
  text-align: center;
  font-size: 29px;
  font-weight: 600;
  line-height: 104.8%;
}

.frame-1000006881 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  outline-color: var(--neutral--400);
  outline-offset: 0px;
  background-color: #fff;
  outline-width: 1px;
  outline-style: solid;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 91px;
  padding: 32px;
  display: flex;
}

.frame-1000006882 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: center;
  align-items: baseline;
  width: 100%;
  display: flex;
}

.text-639 {
  color: var(--neutral--700);
  font-size: 18px;
  font-weight: 600;
  line-height: 120.83%;
}

.text-640 {
  color: #8492a6;
  font-size: 14px;
  font-weight: 400;
  line-height: 120.83%;
}

.frame-1000006883 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  outline-color: var(--neutral--400);
  outline-offset: 0px;
  background-color: #fff;
  outline-width: 1px;
  outline-style: solid;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 131px;
  padding: 32px;
  display: flex;
}

.text-641 {
  color: #3c4858;
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  line-height: 130%;
}

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

.artwork-row-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-image: url('../images/artwork-row.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border: 1px solid #c2cedb;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 258px;
  min-height: 258px;
  padding-top: 32px;
  padding-bottom: 32px;
  display: flex;
  position: relative;
}

.vectors-wrapper-41 {
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 35.9354px;
  left: -.536224px;
}

.hand-holding-a-sprout {
  object-fit: cover;
  position: absolute;
  top: 39px;
  left: 124px;
}

.artwork-row-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border: 1px solid #c2cedb;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 258px;
  min-height: 258px;
  padding-top: 32px;
  padding-bottom: 32px;
  display: flex;
  position: relative;
}

.hand-seasoning {
  object-fit: cover;
  position: absolute;
  top: 65.1323px;
  left: 105.696px;
}

.vectors-wrapper-42 {
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 35.9354px;
  left: 0;
}

.section-8 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 80px;
  display: flex;
}

.container-8 {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  display: flex;
}

.frame-1000006885 {
  border: 1px solid #c2cedb;
  border-radius: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  overflow: hidden;
}

.vectors-wrapper-43 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.frame-1000006886 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  outline-color: var(--neutral--400);
  outline-offset: 0px;
  outline-width: 1px;
  outline-style: solid;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 32px;
  display: flex;
}

.frame-1000006887 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-image: linear-gradient(82.83deg, #1c0125 0%, #db6be2 50%, #ffebff 100%);
  border-radius: 16px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 4px 12px;
  display: flex;
}

.text-642 {
  color: #f9fafc;
  text-align: center;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 700;
  line-height: 120.83%;
}

.frame-1000006888 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.text-643 {
  font-family: var(--brand-font);
  color: #3c4858;
  text-align: center;
  font-size: 48px;
  font-weight: 400;
  line-height: 120.83%;
}

.frame-1000006813 {
  grid-column-gap: 54px;
  grid-row-gap: 54px;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.frame-1000006889 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border: 1px solid #c2cedb;
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 230px;
  padding-left: 32px;
  padding-right: 32px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.vectors-wrapper-44 {
  z-index: 0;
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  bottom: -179.517px;
}

.frame-485 {
  z-index: 1;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  border-radius: 12.2712px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 140px;
  padding: 24px;
  display: flex;
  position: relative;
  box-shadow: 0 2px 4.6017px rgba(0, 0, 0, .04), 0 8px 8.43644px rgba(0, 0, 0, .04), 0 19px 11.5042px rgba(0, 0, 0, .02), 0 34px 13.8051px rgba(0, 0, 0, .01), 0 53px 14.572px rgba(0, 0, 0, 0);
}

.text-644 {
  font-family: var(--brand-font);
  color: #3c4858;
  font-size: 28px;
  font-weight: 500;
  line-height: 104.8%;
}

.text-645 {
  color: #3c4858;
  font-size: 14px;
  font-weight: 400;
  line-height: 120%;
}

.frame-1000006773 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  border-radius: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 230px;
  padding-top: 25px;
  padding-bottom: 25px;
  display: flex;
}

.text-646 {
  color: #8492a6;
  font-size: 16px;
  font-weight: 400;
  line-height: 120.83%;
}

.frame-1000006830 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.frame-1000006890 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #ecefff;
  border-radius: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 117px;
  padding: 16px;
  display: flex;
  box-shadow: inset 0 4px 33.1px #eaecee;
}

.text-647 {
  color: #4a61d9;
  font-size: 24px;
  font-weight: 600;
  line-height: 120%;
}

.text-648 {
  color: #f9fafc;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
}

.vectors-wrapper-45 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.row-tech-stack {
  border: 1px solid #c2cedb;
  border-radius: 16px;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 139px;
  display: flex;
  overflow: hidden;
}

.frame-1000006892 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #3c4858;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  padding: 48px 32px;
  display: flex;
}

.text-649 {
  color: #eff2f7;
  font-size: 24px;
  font-weight: 700;
  line-height: 120.83%;
}

.col-cta-2 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border: 1px solid #ecefff;
  border-radius: 24px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 8px 16px;
  display: flex;
}

.text-650 {
  color: #ecefff;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
}

.frame-1000006893 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #2f353d;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 139px;
  padding: 24px;
  display: flex;
}

.frame-1000006794 {
  grid-column-gap: 7.49407px;
  grid-row-gap: 7.49407px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.vectors-wrapper-46 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 59.1199px;
  height: 80.1673px;
  display: flex;
}

.text-651 {
  color: #f9fafc;
  text-align: center;
  letter-spacing: .18em;
  text-shadow: 0 4px 11.8968px rgba(0, 0, 0, .25);
  font-size: 10px;
  font-weight: 400;
  line-height: 115%;
}

.vectors-wrapper-47 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 59.9526px;
  height: 80.5613px;
  display: flex;
}

.frame-1000006894 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #f9fafc;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  height: 370px;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: inset 0 4px 33.1px #eaecee;
}

.vectors-wrapper-48 {
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  max-width: none;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: -31%;
  right: 0%;
}

.padding-bottom {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.section_process {
  z-index: -3;
  position: relative;
}

.process_progress-bar {
  z-index: -2;
  background-color: #2178f9;
  width: 3px;
  height: 50vh;
  position: fixed;
  top: 0;
  bottom: 50vh;
}

.process_progress {
  z-index: -1;
  background-color: rgba(204, 224, 252, .5);
  width: 3px;
  height: 100%;
  position: absolute;
}

.process_image {
  border-radius: .75rem;
  width: 100%;
  height: auto;
}

.process_circle {
  background-color: #2178f9;
  border-radius: 100%;
  width: .9375rem;
  height: .9375rem;
  position: -webkit-sticky;
  position: sticky;
  top: 50vh;
  box-shadow: 0 0 0 8px #fff;
}

.process_layout {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.process_fade-overlay-top {
  z-index: 1;
  background-image: linear-gradient(#fff, rgba(255, 255, 255, 0));
  width: 100%;
  height: 6rem;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.process_left {
  z-index: 0;
  padding-left: 3.5rem;
  position: relative;
}

.process_fade-overlay-bottom {
  z-index: 1;
  background-image: linear-gradient(to top, #fff, rgba(255, 255, 255, 0));
  width: 100%;
  height: 6rem;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.text-size-medium {
  font-size: 1.13rem;
}

.margin-bottom {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.process_heading {
  background-color: #fff;
}

.process_item {
  z-index: 0;
  grid-template-rows: auto;
  grid-template-columns: 1fr 11rem 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row dense;
  padding-top: 4rem;
  padding-bottom: 4rem;
  display: grid;
  position: relative;
}

.process_image-wrapper {
  overflow: hidden;
}

.padding-global {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.heading-style-display {
  z-index: -1;
  color: rgba(204, 224, 252, .5);
  font-size: 16rem;
  font-weight: 400;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
  transform: translate(0, -30%);
}

.process_timeline {
  z-index: -3;
}

.process_centre {
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.heading-style-h2 {
  font-family: var(--brand-font);
  font-size: 3rem;
  font-weight: 500;
  line-height: 1.2;
}

.container-large {
  width: 100%;
  max-width: 81rem;
  margin-left: auto;
  margin-right: auto;
}

.section---deep {
  z-index: -3;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
  position: relative;
}

.icon-embed-custom-7 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 1.875rem;
  display: flex;
}

.icon-embed-custom-7.no-limit {
  height: auto;
}

.svg {
  width: 200px;
}

.headings-hero {
  letter-spacing: -3px;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#a3e8ff, #5558ff);
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 120px;
  font-weight: 900;
  line-height: 1.16em;
}

.headings-hero.normal {
  color: var(--secondary--color-2);
  -webkit-text-fill-color: inherit;
  background-image: none;
  background-clip: border-box;
}

.card-img {
  z-index: 1;
  pointer-events: none;
  position: relative;
}

.comp-kid-with-interface {
  z-index: 1;
  align-items: center;
  position: absolute;
  bottom: 2%;
  right: 6%;
}

.img-nj-logo-symb {
  z-index: 0;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.zoom-interface {
  z-index: 2;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.image {
  position: absolute;
  top: -10%;
  right: 2px;
}

.icon-embed-custom-8 {
  z-index: -1;
  opacity: .48;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 32.9375rem;
  display: flex;
  position: absolute;
  top: auto;
  bottom: -4%;
  left: 0%;
  right: 0%;
}

.image-2 {
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.frame-1000006895 {
  grid-column-gap: 16px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 16px;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.image-13 {
  object-fit: cover;
}

.frame-701 {
  grid-column-gap: 19.8687px;
  background-color: #fff;
  border: 1.24179px solid #c2cedb;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 234.174px;
  padding: 39.7374px;
  text-decoration: none;
  display: flex;
}

.frame-1000006896 {
  grid-column-gap: 14.9015px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-49 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  text-decoration: none;
  display: flex;
}

.text-652 {
  color: #3c4754;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 400;
  line-height: 120.83%;
  text-decoration: none;
}

.body {
  background-color: var(--neutral--dark--color);
}

.waves-white {
  z-index: 0;
  opacity: .38;
  filter: blur(6px);
  mix-blend-mode: overlay;
  position: absolute;
  top: auto;
  bottom: -29%;
  left: 0%;
  right: 0%;
}

.globe-bg {
  z-index: -1;
  opacity: .2;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.grid-perspective {
  z-index: -1;
  opacity: .48;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: absolute;
  top: auto;
  bottom: -4%;
  left: 0%;
  right: 0%;
}

.frame-9 {
  grid-column-gap: 28px;
  background-image: linear-gradient(0deg, #addcff 0%, #eaf6ff 50%, #eaf6ff 100%);
  border: 2px solid #333;
  border-radius: 7px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  height: 60px;
  padding: 14px;
  text-decoration: none;
  display: flex;
}

.text-653 {
  color: #333;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 17px;
  font-weight: 500;
  line-height: 100%;
  text-decoration: none;
}

.frame-195 {
  grid-column-gap: 10px;
  background-image: linear-gradient(#000, rgba(255, 255, 255, .09));
  border-radius: 16px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 317px;
  min-height: 317px;
  padding: 26.5px;
  text-decoration: none;
  display: flex;
}

.frame-157 {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 150px;
  display: flex;
}

.e-marketplace-services-integrations {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 30px;
  font-weight: 700;
  line-height: 110.5%;
  text-decoration: none;
}

.frame-193 {
  grid-column-gap: 14.5px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.frame-191 {
  grid-column-gap: 10px;
  background-color: #343447;
  border-radius: 6px;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 6px 10px;
  text-decoration: none;
  display: flex;
  box-shadow: 0 0 rgba(0, 0, 0, 0), 0 1.8px 5.8px rgba(0, 0, 0, .043), 0 3.9px 11.7px rgba(0, 0, 0, .05), 0 6.7px 18px rgba(0, 0, 0, .055), 0 11.5px 25.3px rgba(0, 0, 0, .06), 0 22.6px 35.9px rgba(0, 0, 0, .063);
}

.frame-160 {
  grid-column-gap: 7px;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.text-655 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 100%;
  text-decoration: none;
}

.vectors-wrapper-50 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  text-decoration: none;
  display: flex;
}

.tailored-for-business-0 {
  color: #fff;
  letter-spacing: .145em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
}

.tailored-for-business-1 {
  letter-spacing: .145em;
  text-transform: uppercase;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(135deg, #ffe259 54%, #fff 79%, #ffa751);
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
}

.cards-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  perspective: 1064px;
  grid-template-columns: 1fr 1fr 1fr;
}

.topic-card {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--neutral--700);
  cursor: default;
  border-radius: 8px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding: 24px;
  transition: box-shadow .6ms cubic-bezier(.19, 1, .22, 1);
  display: grid;
  box-shadow: 0 2px 13px -1px rgba(0, 0, 0, .16);
}

.p-large {
  opacity: .8;
  color: var(--neutral--100);
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.3em;
}

.unsplash-image {
  object-fit: contain;
  object-position: 50% 50%;
  width: 100%;
  height: auto;
  display: block;
}

.youtube {
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  display: flex;
}

.flex-block-3 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  width: 100%;
  position: relative;
}

.video-wrapper {
  opacity: .37;
  mix-blend-mode: luminosity;
  border-radius: 12px;
  transition: all .8s cubic-bezier(.19, 1, .22, 1);
  overflow: hidden;
}

.video-wrapper:hover {
  opacity: .85;
  mix-blend-mode: normal;
}

.headings-hero-copy {
  z-index: 1;
  letter-spacing: -3px;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(272deg, #a3e8ff, #e5e5ff);
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 72px;
  font-weight: 500;
  line-height: 1.16em;
  position: relative;
}

.headings-hero-copy.normal {
  color: var(--secondary--color-2);
  -webkit-text-fill-color: inherit;
  background-image: none;
  background-clip: border-box;
}

.grid__item {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  background-color: #030014;
  grid-template-rows: auto 1fr auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  height: 600px;
  padding: 1.5rem 1.5rem 2rem;
  display: grid;
}

.grid__item-img {
  border-radius: 1.6rem;
  flex-direction: row;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.grid__item-img-deco {
  opacity: 0;
  color: #fff;
  width: 100%;
  height: 100%;
  font-size: .85rem;
  font-weight: 400;
  line-height: 1.15;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.grid__item-img-svg {
  z-index: 1;
  justify-content: center;
  align-items: center;
  position: relative;
}

.grid__item-img-overlay {
  mix-blend-mode: darken;
  background-image: radial-gradient(circle, #000, #fff);
  width: 100%;
  height: 600px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.grid__item-label {
  line-height: 1.4;
}

.grid__item-tag {
  border: 1px solid #2a2b3a;
  border-radius: 1rem;
  padding: .5rem .75rem;
  font-size: .85rem;
  line-height: .75;
}

.fxf {
  grid-row-gap: 28px;
  background-color: var(--neutral--dark--700);
  border-radius: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 452px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.card-title {
  grid-column-gap: 16px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 16px;
  text-decoration: none;
  display: flex;
}

.subheading {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 400;
  line-height: 140%;
  text-decoration: none;
}

.vectors-wrapper-51 {
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: 255px;
  left: -10px;
}

.ai-builder {
  object-fit: cover;
  position: absolute;
  top: 166px;
  left: 243px;
}

.ai-blocks {
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: 234px;
  left: 22px;
}

.face {
  object-fit: cover;
}

.image-14 {
  z-index: 0;
  opacity: .6;
  mix-blend-mode: screen;
  height: 100%;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
  -webkit-mask-image: radial-gradient(50% 50%, #fff 30%, rgba(255, 255, 255, 0) 100%);
  mask-image: radial-gradient(50% 50%, #fff 30%, rgba(255, 255, 255, 0) 100%);
}

.image-15 {
  position: relative;
}

.frame-1000006897 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #f9fafc;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 361px;
  height: 204px;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: inset 0 4px 33.1px #eaecee;
}

.text-657 {
  color: #3c4858;
  text-align: center;
  font-family: Rightgrotesk, sans-serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 104.8%;
}

.card-feature {
  border: 1px solid var(--neutral--dark--700);
  background-color: var(--neutral--dark--color);
  border-radius: 16px;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
  overflow: hidden;
}

.card-feature-content {
  z-index: 1;
  grid-column-gap: 28px !important;
  grid-row-gap: 28px !important;
  color: var(--neutral--600);
  flex-flow: column;
  flex: 1;
  justify-content: flex-start;
  align-items: stretch;
  padding: 32px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.title-card-copy {
  color: var(--neutral--100);
  text-align: left;
  font-family: Rightgrotesk, sans-serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 104.8%;
}

.sub-xl-7 {
  color: var(--neutral--300);
  text-align: left;
  max-width: 900px;
  font-size: 20px;
  font-weight: 400;
  line-height: 140%;
}

.sub-xl-8 {
  color: #8492a6;
  font-size: 24px;
  font-weight: 400;
  line-height: 140%;
}

.sub-xl-9 {
  color: #8492a6;
  text-align: left;
  max-width: 900px;
  font-size: 24px;
  font-weight: 400;
  line-height: 140%;
}

.frame-1000006900 {
  border: 1px solid #c2cedb;
  border-radius: 16px;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
  overflow: hidden;
}

.title-card {
  color: var(--secondary--color-2);
  text-align: center;
  font-family: Rightgrotesk, sans-serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 104.8%;
}

.frame-1000006901 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: var(--neutral--dark--color);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 192px;
  padding: 32px;
  display: flex;
}

.hr {
  width: 100%;
}

.section-divider-bae_divider_1718058695603 {
  color: #3737a1;
  width: 100%;
  height: 24px;
  position: absolute;
  top: auto;
  bottom: -1px;
  left: 0;
  overflow: hidden;
  transform: rotate(180deg);
}

.moon, .falling-coins {
  width: 250px;
  height: 250px;
}

.partners---logos---cue---ucce---unbc---wcs---bvc---otu {
  grid-column-gap: 252px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 7518px;
  padding: 200px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-52 {
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 184px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-53 {
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 182px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-54 {
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-55 {
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 176.171px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-56 {
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 161px;
  text-decoration: none;
  display: flex;
}

.partners---logos---cue---ucce---unbc---wcs---bvc---otu-2 {
  grid-column-gap: 40px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  justify-content: center;
  align-items: center;
  justify-items: center;
  width: 100%;
  padding: 53.2056px 48px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-57 {
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 48.9492px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-58 {
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 48.4171px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-59 {
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 58.5262px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-60 {
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 67.0391px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-61 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 150.467px;
  height: 65.9292px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-62 {
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 60.3884px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-63 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 138.601px;
  height: 110.136px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-64 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 125.565px;
  height: 75.818px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-65 {
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 78.4783px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-66 {
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 85.0159px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-67 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 186.193px;
  height: 46.8664px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-68 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 84.3309px;
  height: 121.841px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-69 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 158.035px;
  height: 55.1366px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-70 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 159.883px;
  height: 69.6994px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-71 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 116.786px;
  height: 98.1644px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-72 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 85.9271px;
  height: 85.9271px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-73 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 193.403px;
  height: 77.9463px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-74 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 164.866px;
  height: 86.2307px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-75 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 94.9721px;
  height: 94.706px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-76 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 100.559px;
  height: 60.6544px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-77 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 143.655px;
  height: 83.2668px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-78 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 97.0377px;
  height: 97.0377px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-79 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 198.457px;
  height: 42.8305px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-80 {
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 73.7341px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-81 {
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 59.0583px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-82 {
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 57.1169px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-83 {
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 76.6161px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-84 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 132.615px;
  height: 69.5686px;
  text-decoration: none;
  display: flex;
}

.coding {
  opacity: .62;
  width: 250px;
  height: 250px;
  position: absolute;
  top: -6px;
  right: -20px;
}

.nav-menu {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  display: inline-flex;
}

.nav-link {
  color: var(--secondary--color-1) !important;;
  background-color: rgba(255, 255, 255, 0) !important;;
  border-radius: 8px !important;;
  padding-top: 12px !important;;
  padding-bottom: 12px !important;;
  transition: background-color .6s cubic-bezier(.075, .82, .165, 1) !important;;
}

.nav-link:hover {
  color: var(--system--green-200) !important;;
  background-color: rgba(20, 202, 116, .08) !important;;
}

.footer__copyright {
  align-items: center;
  display: flex;
}

.footer__soc-img {
  filter: invert();
  object-fit: scale-down;
  border: 1px solid rgba(30, 30, 47, .1);
  border-radius: 100px;
  width: 100%;
  height: 100%;
  transition: all .3s;
  display: block;
}

.footer2-link-copy {
  opacity: 1;
  color: #fff;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 22px;
  text-decoration: none;
  transition: color .2s, opacity .2s;
  display: block;
}

.footer2-link-copy.w--current {
  opacity: 1;
}

.success-message-2, .success-message-4 {
  margin-top: 15px;
  display: none;
  color: #12b878;
  text-align: center;
  text-transform: uppercase;
  background-color: rgba(18, 184, 120, .1);
  border-bottom: 3px solid #12b878;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 30px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.content-2 {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer__bottom {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer__copyright-logo {
  flex: none;
  margin-right: 14px;
}

.error-message-2, .error-message-4 {
  display: none;
  margin-top: 15px;
  color: #db4b68;
  text-align: center;
  text-transform: uppercase;
  background-color: rgba(219, 75, 104, .05);
  border-bottom: 3px solid #db4b68;
  width: 100%;
  max-width: 1200px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 20px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.section-9 {
  flex-direction: column;
  flex: 1;
  align-items: center;
  padding-left: 36px;
  padding-right: 36px;
}

.footer2-divider {
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0), #fff 46%, rgba(60, 60, 60, 0));
  width: 100%;
  height: 1px;
}

.footer2-form-grid {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  width: 100%;
  max-width: 1200px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  padding: 60px 40px;
  display: grid;
}

.footer2 {
  background-color: var(--neutral--dark--700);
  background-image: linear-gradient(180deg, var(--neutral--dark--700), var(--neutral--dark--color));
  position: relative;
}

.footer2-form-wrap {
  display: flex;
}

.size3-text {
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 15px;
  font-size: 30px;
  font-weight: 500;
  line-height: 38px;
}

.size3-text.size3-full-clear {
  color: var(--secondary--color-2);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 400;
}

.footer2-link {
  opacity: .35;
  color: #fff;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 22px;
  text-decoration: none;
  transition: color .2s, opacity .2s;
  display: block;
}

.footer2-link:hover {
  opacity: 1;
  color: #97c680;
}

.footer2-link.w--current {
  opacity: 1;
}

.footer2-link.is--hor {
  opacity: .43;
  margin-bottom: 0;
  font-size: 14px;
}

.footer2-link.is--hor:hover {
  opacity: 1;
  color: var(--system--green-200);
}

.footer__soc-link {
  border-radius: 100px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-left: 8px;
  margin-right: 8px;
  display: flex;
}

.footer__soc-link:hover {
  background-color: #1e1e2f;
}

.footer__social {
  justify-content: flex-end;
  align-items: center;
  margin-left: -8px;
  margin-right: -8px;
  display: flex;
}

.footer2-links-wrap {
  flex-direction: column;
  align-items: flex-start;
  display: none;
}

.footer2-links-wrap.is--hor {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: auto auto auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  align-content: stretch;
  justify-content: end;
  align-items: center;
  justify-items: start;
  display: grid;
}

.text-field {
  color: #18181d;
  text-transform: none;
  background-color: #f5f5f5;
  border-style: none;
  border-radius: 0;
  align-self: stretch;
  width: 100%;
  margin-bottom: 0;
  padding: 30px 20px;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  transition: background-color .2s;
}

.text-field:hover {
  background-color: #dbdbdb;
}

.text-field:active {
  background-color: #ececec;
}

.text-field:focus {
  color: #18181d;
  background-color: #ececec;
}

.text-field.right-margin-field {
  color: var(--system--green-100);
  background-color: #3b3e4c;
  border-radius: 8px;
  margin-right: 10px;
  padding-top: 30px;
  padding-bottom: 30px;
  font-weight: 500;
  transition: all .6s cubic-bezier(.075, .82, .165, 1);
  box-shadow: inset 0 2px 16px rgba(0, 0, 0, .2);
}

.text-field.right-margin-field:hover {
  box-shadow: inset 0 2px 5px 0 var(--accent--primary-1);
  color: #fff;
  background-color: #555a75;
}

.text-field.right-margin-field:focus {
  color: var(--neutral--100);
  font-weight: 600;
}

.text-field.right-margin-field::placeholder {
  color: rgba(255, 255, 255, .34);
}

.footer2-form {
  align-self: center;
  margin-bottom: 0;
}

.footer2-links-grid {
  grid-column-gap: 12px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  padding-bottom: 50px;
  display: grid;
}

.button-small {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
  background-color: #000;
  border-radius: 0;
  flex: none;
  justify-content: space-between;
  align-self: stretch;
  align-items: center;
  padding: 18px 30px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  display: flex;
}

.button-small:hover {
  background-color: #272731;
}

.button-small.form-centered-button {
  background-color: #4d4d4d;
  justify-content: center;
  transition: background-color .2s;
}

.button-small.form-centered-button:hover {
  background-color: #1e1e2f;
}

.div-block-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.ikonik {
  width: 33px;
  height: auto;
}

.contact-us-card {
  border: 1px solid var(--neutral--dark--700);
  background-color: var(--neutral--dark--color);
  border-radius: 16px;
  flex-flow: row;
  flex: 1;
  justify-content: flex-start;
  align-items: stretch;
  min-width: 600px;
  display: flex;
  overflow: hidden;
}

.test {
  background-color: #1c1c27;
  background-image: linear-gradient(180deg, var(--neutral--dark--700), var(--neutral--dark--color));
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 43px;
  padding-bottom: 43px;
  display: flex;
  position: relative;
}

.artwork {
  background-color: #1c1c27;
  background-image: linear-gradient(180deg, var(--neutral--dark--700), var(--neutral--dark--color));
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 43px 27px;
  display: flex;
  position: relative;
}

.contact-form {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.btn-primary-full {
  box-shadow: 0 1px 4px 0 var(--button-shadow--color-01);
  color: var(--neutral--100);
  text-align: center;
  white-space: nowrap;
  transform-style: preserve-3d;
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(#3d7fff, #4b5dff);
  border: 1px solid #3961d9;
  border-radius: 76px;
  justify-content: center;
  align-self: stretch;
  padding: 19px 16px 8px;
  font-weight: 500;
  line-height: 1.286em;
  text-decoration: none;
  transition: box-shadow .3s, transform .3s, background-color .3s, color .3s;
}

.btn-primary-full:hover {
  color: var(--neutral--100);
  transform: scale3d(1.02, 1.02, 1.01);
  box-shadow: 0 2px 16px 1px rgba(74, 58, 255, .3);
}

.btn-primary-full.large {
  padding: 14px;
  font-size: 16px;
  line-height: 1.125em;
}

.btn-primary-full.disabled {
  border-color: var(--neutral--400);
  background-color: var(--neutral--300);
  box-shadow: none;
  color: var(--neutral--600);
  cursor: not-allowed;
  background-image: none;
}

.btn-primary-full.disabled:hover {
  transform: none;
}

.cotnact-img {
  mix-blend-mode: luminosity;
  border-radius: 12px;
  -webkit-mask-image: linear-gradient(#fff 0%, rgba(255, 255, 255, 0) 100%);
  mask-image: linear-gradient(#fff 0%, rgba(255, 255, 255, 0) 100%);
}

.flex-block-4 {
  grid-column-gap: 31px;
  grid-row-gap: 31px;
  flex-flow: row;
}

.ikonik-4m3ve {
  color: #fff;
}

.ikonik-tgr9g, .ikonik-6v3hb {
  color: #828aa3;
}





@media screen and (min-width: 1440px) {
  .section-4, .text-622, .text-657, .title-card {
    font-weight: 500;
  }
}

@media screen and (max-width: 991px) {
  h2 {
    margin-bottom: 12px;
  }

  .grid-2-columns.main-dashboard-grid {
    grid-row-gap: 64px;
    grid-template-columns: 1fr;
  }

  .card._404 {
    max-width: 520px;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .card.image-right-inside {
    padding: 56px 40px;
  }

  .grid-1-column.sidebar-links-grid {
    grid-column-gap: 16px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .grid-1-column.sidebar-links-grid.mg-bottom-48px {
    margin-bottom: 32px;
  }

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

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

  .inner-container._100-tablet {
    max-width: 100%;
  }

  .buttons-row.gap-column-12px.inline {
    display: none;
  }

  .hamburger-menu-wrapper {
    grid-column-gap: 24px;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .hamburger-menu-wrapper.w--open {
    background-color: rgba(0, 0, 0, 0);
    display: block;
  }

  .hidden-on-desktop.show-on-tablet {
    display: block;
  }

  .error-message.password {
    margin-left: 32px;
    margin-right: 32px;
  }

  ._404-not-found {
    font-size: 100px;
  }

  .hidden-on-mbl {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    display: flex;
  }

  .text-50.medium.sidebar-title {
    margin-bottom: 12px;
  }

  .dashboard-main-content.utility-page-main-content {
    flex-direction: column;
    justify-content: center;
    padding-top: 80px;
    display: flex;
  }

  .dashboard-main-content.changelog-page-main-content {
    grid-row-gap: 80px;
    min-height: auto;
  }

  .text-600 {
    font-size: 26px;
  }

  .header-nav-menu-wrapper {
    z-index: 999999;
    border-top: 1px solid var(--neutral--300);
    border-bottom: 1px solid var(--neutral--300);
    background-color: var(--neutral--100);
    text-align: left;
    padding: 40px 24px;
  }

  .header-nav-menu-list {
    grid-row-gap: 12px;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 12px;
    display: none;
  }

  .sidebar-container {
    z-index: 0;
    position: static;
  }

  .buttons-container {
    grid-column-gap: 20px;
  }

  .divider-vertical {
    margin-left: 40px;
    margin-right: 40px;
  }

  .avatars-container {
    grid-column-gap: 40px;
  }

  .dropdown-list.w--open {
    top: 0%;
    bottom: auto;
    left: auto;
    right: 0%;
  }

  .header-right-side-container {
    grid-column-gap: 16px;
    align-items: center;
    display: flex;
  }

  .hamburger-menu-bar {
    width: 44px;
  }

  .footer-top-section {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .footer-bottom-section {
    grid-row-gap: 20px;
    text-align: center;
    flex-direction: column;
  }

  .card-image-right {
    width: 56%;
  }

  .cta-card {
    border-radius: 20px;
    padding: 64px 40px;
  }

  .hidden-on-tablet {
    display: none;
  }

  .header-sidebar-wrapper {
    margin-bottom: 24px;
    display: block;
  }

  .grid-2-columns-2._1-col-tablet {
    grid-template-columns: 1fr;
  }

  .style-guide-wrapper, .styles-wrapper {
    flex-direction: column;
  }

  .cont-1120 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .frame-1000006835 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .row-2 {
    grid-template-columns: 1fr;
  }

  .main-card.main-card-span-2 {
    grid-row: auto;
  }

  .main-card.main-card-k12 {
    grid-row: auto;
    height: auto;
    min-height: auto;
  }

  .main-card-k12 .comp-kid-k12 {
    position: absolute;
    bottom: 12px;
    right: 12px;
    grid-column: unset;
    grid-row: unset;
    justify-self: unset;
    margin-top: 0;
    margin-bottom: 0;
  }

  .main-card.main-card-k12 .comp-kid-k12 .card-img-k12 {
    width: 120px;
    height: 120px;
    max-width: 120px;
    max-height: 120px;
    aspect-ratio: 1;
    object-fit: cover;
    border-radius: 50%;
  }

  .main-card-k12 .body-l {
    padding-bottom: 64px;
  }

  .main-card.main-card-k12 > a.btn-primary,
  .main-card.main-card-k12 > .btn-primary {
    margin-right: 140px;
  }

  .main-card-k12 .vectors-wrapper-17 {
    object-fit: cover;
    object-position: unset;
    top: auto;
    bottom: 0%;
    height: auto;
    width: 100%;
    max-width: unset;
  }

  .typing-hands {
    left: -19%;
  }

  .col {
    max-width: none;
    overflow: hidden;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .process_left {
    padding-left: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .process_item {
    grid-template-columns: 1fr 6rem 1fr;
  }

  .headings-hero {
    font-size: 94px;
  }

  .globe-bg {
    display: none;
  }

  .grid-perspective {
    bottom: -2%;
  }

  .cards-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .p-large {
    font-size: 20px;
  }

  .video-wrapper {
    opacity: .83;
    mix-blend-mode: normal;
  }

  .headings-hero-copy {
    font-size: 72px;
  }

  .image-14 {
    right: -10%;
  }

  .card-feature, .card-feature-content {
    flex-flow: column;
  }

  .icon {
    color: var(--system--green-100);
  }

  .menu-button:hover {
    background-color: var(--button-shadow--color-3);
  }

  .moon {
    margin-top: auto;
  }

  .coding {
    right: 141px;
  }

  .nav-menu {
    grid-column-gap: 17px;
    grid-row-gap: 17px;
    background-color: var(--neutral--dark--color);
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    padding: 24px;
    display: flex;
  }

  .menu-burger.w--open {
    background-color: var(--system--green-400);
    border-radius: 16px;
    transition: transform .6s cubic-bezier(.075, .82, .165, 1);
    transform: scale(.8);
  }

  .nav-link {
    color: var(--secondary--color-2) !important;;
    transition-property: all !important;;
  }

  .nav-link:hover {
    color: var(--secondary--color-4) !important;;
    background-color: #33394b !important;;
    text-decoration: underline !important;;
    box-shadow: inset 0 2px 15px 3px rgba(63, 162, 255, .2) !important;;
  }

  .footer2-link-copy {
    margin-bottom: 19px;
  }

  .success-message-2, .content-2 {
    max-width: 738px;
  }

  .footer__bottom {
    justify-content: center;
    align-items: center;
  }

  .error-message-2 {
    max-width: 738px;
  }

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

  .footer2-form-grid {
    grid-column-gap: 24px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    width: 100%;
    max-width: 738px;
  }

  .footer2-link {
    margin-bottom: 19px;
  }

  .footer2-links-wrap.is--hor {
    justify-content: center;
    align-items: center;
    justify-items: center;
  }

  .footer2-links-grid {
    grid-column-gap: 24px;
    grid-row-gap: 30px;
    width: 100%;
    max-width: 738px;
  }

  
  .contact-us-card {
    flex-flow: column;
    min-width: auto;
  }

  .test, .artwork {
    max-width: none;
    overflow: hidden;
  }

  .flex-block-4 {
    grid-column-gap: 31px;
    grid-row-gap: 31px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    margin-bottom: 10px;
    font-size: 26px;
  }

  h2 {
    font-size: 22px;
  }

  h3 {
    font-size: 20px;
  }

  blockquote {
    border-radius: 18px;
    padding-left: 32px;
    padding-right: 32px;
  }

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

  .grid-2-columns._2-col-mbl {
    grid-template-columns: 1fr 1fr;
  }

  .grid-2-columns.pd-sides-40px.pd-sides-0-mbl {
    grid-row-gap: 12px;
  }

  .card {
    box-shadow: 0 2px 12px rgba(20, 20, 43, .04);
  }

  .card._404 {
    max-width: 480px;
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .card.component-card {
    padding: 32px;
  }

  .card.pd-32px---18px {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .card.image-right-inside {
    grid-row-gap: 40px;
    border-radius: 16px;
    grid-template-columns: 1fr;
    padding: 40px 32px 0;
  }

  .mg-bottom-32px {
    margin-bottom: 28px;
  }

  .mg-bottom-40px {
    margin-bottom: 34px;
  }

  .mg-bottom-48px {
    margin-bottom: 40px;
  }

  .mg-top-48px {
    margin-top: 40px;
  }

  .grid-1-column.sidebar-links-grid {
    grid-template-columns: 1fr 1fr;
  }

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

  .grid-3-columns.home-cards-grid {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    grid-template-columns: 1fr 1fr;
  }

  .inner-container._100-mbl {
    max-width: 100%;
  }

  .buttons-row.gap-column-12px.inline {
    display: none;
  }

  .container-default {
    padding-left: 20px;
    padding-right: 20px;
  }

  .error-message.password {
    margin-left: 24px;
    margin-right: 24px;
  }

  ._404-not-found {
    font-size: 80px;
  }

  .mg-bottom-12px.mg-bottom-32px-mbl {
    margin-bottom: 32px;
  }

  ._2-items-wrap-container.justify-center.gap-column-48px {
    grid-column-gap: 40px;
  }

  ._2-items-wrap-container.gap-row-40px {
    grid-row-gap: 40px;
  }

  .dashboard-main-content.utility-page-main-content {
    padding-top: 64px;
  }

  .text-500 {
    font-size: 22px;
  }

  .text-600 {
    font-size: 24px;
  }

  .header-nav-menu-wrapper {
    padding: 32px 20px;
  }

  .divider-vertical {
    margin-left: 32px;
    margin-right: 32px;
  }

  .card-icon-square {
    border-radius: 8px;
    max-width: 40px;
  }

  .data-table-row {
    min-width: 800px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .user-table-row {
    grid-template-columns: 2.5fr 1.5fr 1fr .8fr;
  }

  .tab-menu-underline-link {
    padding-bottom: 20px;
  }

  .header-right-side-container {
    grid-column-gap: 12px;
  }

  .hamburger-menu-bar {
    width: 32px;
  }

  .footer-top-section {
    grid-column-gap: 32px;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .footer-links-container {
    grid-column-gap: 12px;
  }

  .footer-bottom-section {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .social-links-container {
    grid-column-gap: 12px;
  }

  .social-circle-link {
    min-width: 24px;
    max-width: 24px;
    min-height: 24px;
    max-height: 24px;
    font-size: 12px;
  }

  .card-image-right {
    width: 120%;
    max-width: none;
    margin-left: -40px;
    position: static;
  }

  .mg-top-80px {
    margin-top: 72px;
  }

  .cta-card {
    grid-row-gap: 24px;
    border-radius: 16px;
    flex-direction: column;
    align-items: flex-start;
    padding: 40px 32px;
  }

  .mg-bottom-80px {
    margin-bottom: 72px;
  }

  .pd-sides-40px {
    padding-left: 32px;
    padding-right: 32px;
  }

  .pd-sides-40px.pd-sides-0-mbl {
    padding-left: 0;
    padding-right: 0;
  }

  .card-home-pages-wrapper {
    padding-left: 28px;
    padding-right: 28px;
  }

  .grid-2-columns-2, .color-styles-wrapper {
    grid-template-columns: 1fr;
  }

  .section-2 {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .rate-card {
    flex-flow: column;
  }

  .frame-1000006802 {
    flex-flow: row;
    max-width: none;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .process_progress {
    left: .375rem;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .process_item {
    grid-row-gap: 1.5rem;
    grid-template-rows: auto auto;
    grid-template-columns: 4rem 1fr;
    width: 100%;
  }

  .process_image-wrapper {
    margin-top: 2rem;
  }

  .padding-global {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .process_centre {
    justify-content: flex-start;
  }

  .heading-style-h2 {
    font-size: 2rem;
  }

  .headings-hero {
    font-size: 55px;
  }

  .img-nj-logo-symb, .waves-white {
    display: none;
  }

  .flex-block-2 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: row;
    width: 100%;
  }

  .topic-card {
    grid-template-rows: auto auto;
  }

  .p-large {
    font-size: 18px;
    line-height: 1.2em;
  }

  .headings-hero-copy {
    font-size: 55px;
  }

  .image-14 {
    height: 80%;
    display: none;
    bottom: -17%;
    right: 3%;
  }

  .partners---logos---cue---ucce---unbc---wcs---bvc---otu-2 {
    grid-column-gap: 40px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .partner-logo {
    max-width: 140px;
  }

  .partner-logo.ucce {
    max-width: none;
  }

  .coding {
    position: absolute;
  }

  .footer__copyright {
    justify-content: center;
  }

  .success-message-2 {
    width: 100%;
    max-width: none;
  }

  .footer__bottom {
    flex-direction: column-reverse;
  }

  .footer__copyright-logo {
    width: 48px;
  }

  .error-message-2 {
    width: 100%;
    max-width: none;
  }

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

  .footer2-form-grid {
    grid-column-gap: 20px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    max-width: none;
  }

  .footer__soc-link {
    margin-left: 10px;
    margin-right: 10px;
  }

  .footer2-links-grid {
    grid-column-gap: 20px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    max-width: none;
  }

  .contact-form {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
  }

}

@media screen and (max-width: 479px) {
  .card.password-protected-card {
    padding: 32px 24px;
  }

  .card._404 {
    padding: 48px 24px;
  }

  .card.component-card {
    padding-left: 24px;
    padding-right: 24px;
  }

  .card.inside-image {
    margin-top: -40px;
    margin-left: 20px;
    margin-right: 20px;
    position: relative;
    bottom: auto;
    left: auto;
    right: auto;
  }

  .card.image-right-inside {
    padding-top: 32px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .mg-bottom-16px {
    margin-bottom: 12px;
  }

  .mg-bottom-24px {
    margin-bottom: 20px;
  }

  .mg-top-48px {
    margin-top: 32px;
  }

  .grid-1-column.sidebar-links-grid {
    grid-column-gap: 12px;
  }

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

  .grid-3-columns.home-cards-grid {
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

  .buttons-row.gap-column-12px {
    display: none;
  }

  .buttons-row.gap-column-12px.inline {
    flex-flow: column;
    justify-content: center;
    align-items: stretch;
    display: flex;
  }

  .container-default {
    padding-left: 16px;
    padding-right: 16px;
  }

  .flex-horizontal.vertical-mbp {
    flex-direction: column;
  }

  .flex-horizontal.align-start.gap-column-16px {
    grid-column-gap: 12px;
  }

  ._404-not-found {
    font-size: 64px;
  }

  .flex.align-center.gap-column-16px {
    grid-column-gap: 12px;
  }

  .dashboard-main-content.utility-page-main-content {
    padding-top: 48px;
  }

  .header-wrapper {
    background-color: rgba(42, 44, 56, .85);
  }

  .header-nav-menu-wrapper {
    padding-left: 16px;
    padding-right: 16px;
  }

  .divider-vertical.horizontal-mbp {
    width: 100%;
    min-width: auto;
    max-width: none;
    min-height: 1px;
    max-height: 1px;
    margin: 32px auto;
  }

  .avatars-container {
    grid-column-gap: 24px;
    grid-row-gap: 32px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .data-table-row {
    grid-column-gap: 6px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .tabs-menu {
    grid-row-gap: 2px;
    border-radius: 8px;
    flex-direction: column;
    width: 100%;
  }

  .tabs-menu.links-single {
    grid-row-gap: 20px;
  }

  .tab-menu-badge-link {
    width: 100%;
  }

  .tab-menu-underline-link {
    padding-bottom: 8px;
  }

  .breadcrumb-badge {
    padding-left: 8px;
    padding-right: 8px;
    font-size: 12px;
  }

  .max-w-12px-mbp {
    max-width: 14px;
  }

  .hamburger-menu-bar {
    width: 24px;
  }

  .footer-top-section {
    grid-row-gap: 16px;
    flex-direction: column;
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .cta-card {
    border-radius: 12px;
    padding: 32px 24px;
  }

  .pd-sides-40px {
    padding-left: 24px;
    padding-right: 24px;
  }

  .pd-top-64px---bottom-100px {
    padding-top: 48px;
    padding-bottom: 80px;
  }

  .card-home-pages-wrapper {
    padding-left: 24px;
    padding-right: 24px;
  }

  .sub-xl.mid {
    text-align: left;
    font-size: 18px;
  }

  .section-2 {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .cont-1120 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .frame-1000006835 {
    grid-template-columns: 1fr;
  }

  .line-scribble {
    width: 245.859px;
    top: auto;
    bottom: 23%;
    left: 0%;
    right: 0%;
  }

  .main-card {
    height: auto;
    padding: 32px 17px;
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto;
  }

  .main-card .h1 {
    grid-column: 1;
    grid-row: 1;
  }

  .main-card .body-l {
    grid-column: 1;
    grid-row: 2;
  }

  .main-card > a.btn-primary,
  .main-card > .btn-primary {
    grid-column: 1;
    grid-row: 3;
    margin-right: 140px;
  }

  .main-card.main-card-k12 > a.btn-primary,
  .main-card.main-card-k12 > .btn-primary {
    margin-right: 140px;
  }

  .main-card.main-card-k12 {
    grid-row: auto;
    height: auto;
    min-height: auto;
  }

  .main-card-k12 .comp-kid-k12 {
    position: absolute;
    bottom: 12px;
    right: 12px;
    grid-column: unset;
    grid-row: unset;
    justify-self: unset;
    margin-top: 0;
    margin-bottom: 0;
  }

  .main-card.main-card-k12 .comp-kid-k12 .card-img-k12 {
    width: 120px;
    height: 120px;
    max-width: 120px;
    max-height: 120px;
    aspect-ratio: 1;
    object-fit: cover;
    border-radius: 50%;
  }

  .main-card-k12 .body-l {
    padding-bottom: 64px;
  }

  .main-card-k12 .vectors-wrapper-17 {
    object-fit: cover;
    object-position: unset;
    top: auto;
    bottom: 0%;
    height: auto;
    width: 100%;
    max-width: unset;
  }

  .h1 {
    font-size: 32px;
  }

  .body-l {
    font-size: 16px;
  }

  .typing-hands {
    width: 150px;
    left: 0%;
  }

  .hands-with-joystick {
    width: 150px;
  }

  .rate-card {
    border: 1px solid var(--neutral--dark--700);
    background-color: var(--neutral--dark--color);
    background-image: none;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: flex-start;
    padding: 24px 16px;
    display: flex;
  }

  .frame-1000006802 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

  .text-634 {
    font-size: 16px;
    font-weight: 400;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

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

  .icon-embed-custom-7 {
    height: 3.7rem;
  }

  .headings-hero {
    font-size: 67px;
  }

  .card-img {
    width: auto;
    height: 220px;
    margin-left: auto;
    margin-right: auto;
  }

  .comp-kid-with-interface {
    justify-content: center;
    align-items: center;
    margin-bottom: auto;
    display: flex;
    position: relative;
    bottom: auto;
    right: auto;
  }

  .frame-1000006895 {
    position: relative;
  }

  .globe-bg {
    display: none;
  }

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

  .cards-wrapper {
    grid-template-columns: 1fr;
  }

  .p-large {
    font-size: 16px;
  }

  .youtube {
    width: auto;
    height: auto;
  }

  .flex-block-3 {
    grid-column-gap: 38px;
    grid-row-gap: 38px;
  }

  .headings-hero-copy {
    width: 100%;
    font-size: 48px;
  }

  .card-feature-content {
    height: auto;
  }

  .sub-xl-7 {
    max-width: none;
    font-size: 16px;
  }

  .title-card {
    text-align: left;
    font-size: 28px;
  }

  .partners---logos---cue---ucce---unbc---wcs---bvc---otu-2 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    justify-items: center;
    padding: 24px 16px;
  }

  .partner-logo {
    width: 100%;
    max-width: none;
    max-height: 35px;
  }

  .partner-logo.ucce {
    width: 100%;
  }

  .coding {
    display: none;
  }

  .footer__copyright {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
  }

  .footer__copyright-logo {
    width: 48px;
  }

  .section-9 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .footer2-form-grid {
    grid-column-gap: 12px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    padding: 16px;
  }

  .footer2-form-wrap {
    flex-direction: column;
  }

  .footer2-links-wrap.is--hor {
    flex-flow: column;
    display: flex;
  }

  .text-field.right-margin-field {
    margin-bottom: 10px;
  }

  .footer2-links-grid {
    grid-column-gap: 12px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .button-small {
    flex: 1;
    align-self: stretch;
  }

  .test, .artwork {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .contact-form {
    flex-direction: column;
  }

  .cotnact-img {
    width: 82%;
  }
}

#w-node-_9a0b5315-681b-8bf8-752a-6a082d0b3de3-80ccdd9b {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_78f95b88-0d1e-8392-7cc3-d2b0d2ba006a-80ccdd9b {
  grid-area: 1 / 1 / 2 / 7;
}

#w-node-_78f95b88-0d1e-8392-7cc3-d2b0d2ba006c-80ccdd9b {
  grid-area: span 1 / span 6 / span 1 / span 6;
  align-self: center;
}

#w-node-_78f95b88-0d1e-8392-7cc3-d2b0d2ba007a-80ccdd9b, #w-node-_78f95b88-0d1e-8392-7cc3-d2b0d2ba0083-80ccdd9b, #w-node-_78f95b88-0d1e-8392-7cc3-d2b0d2ba008c-80ccdd9b, #w-node-_78f95b88-0d1e-8392-7cc3-d2b0d2ba0095-80ccdd9b {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_78f95b88-0d1e-8392-7cc3-d2b0d2ba00a4-80ccdd9b {
  grid-area: span 1 / span 5 / span 1 / span 5;
}

#w-node-_78f95b88-0d1e-8392-7cc3-d2b0d2ba00a9-80ccdd9b {
  grid-area: span 1 / span 7 / span 1 / span 7;
}

#w-node-_78f95b88-0d1e-8392-7cc3-d2b0d2ba00b0-80ccdd9b, #w-node-e9ac457c-84bd-750a-d41f-aa5897e32169-80ccdda4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_61914fa1f3028ad34c1c480b000000000014-80ccdda9 {
  align-self: stretch;
}

#w-node-bdf375e4-f372-ad95-cceb-78bd47bb7446-47bb7443 {
  grid-area: 1 / 2 / 2 / 3;
}

@media screen and (max-width: 991px) {
  #w-node-_78f95b88-0d1e-8392-7cc3-d2b0d2ba006a-80ccdd9b {
    grid-area: span 1 / span 8 / span 1 / span 8;
  }

  #w-node-_78f95b88-0d1e-8392-7cc3-d2b0d2ba006c-80ccdd9b {
    grid-column: span 8 / span 8;
  }

  #w-node-_78f95b88-0d1e-8392-7cc3-d2b0d2ba007a-80ccdd9b, #w-node-_78f95b88-0d1e-8392-7cc3-d2b0d2ba0083-80ccdd9b, #w-node-_78f95b88-0d1e-8392-7cc3-d2b0d2ba008c-80ccdd9b, #w-node-_78f95b88-0d1e-8392-7cc3-d2b0d2ba0095-80ccdd9b {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_78f95b88-0d1e-8392-7cc3-d2b0d2ba00a4-80ccdd9b, #w-node-_78f95b88-0d1e-8392-7cc3-d2b0d2ba00a9-80ccdd9b {
    grid-column: span 12 / span 12;
  }

  #w-node-bdf375e4-f372-ad95-cceb-78bd47bb7446-47bb7443 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_9a0b5315-681b-8bf8-752a-6a082d0b3ddd-80ccdd9b {
    grid-area: span 1 / span 5 / span 1 / span 5;
  }

  #w-node-_9a0b5315-681b-8bf8-752a-6a082d0b3de3-80ccdd9b {
    grid-column: span 5 / span 5;
  }

  #w-node-b68ad8e1-c99b-c254-9722-84a265060ab7-80ccdd9b {
    grid-area: span 1 / span 5 / span 1 / span 5;
  }

  #w-node-eac2a02d-26b3-d548-ffdf-9438727470ea-80ccdd9b {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-eac2a02d-26b3-d548-ffdf-9438727470f2-80ccdd9b {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_78f95b88-0d1e-8392-7cc3-d2b0d2ba006a-80ccdd9b {
    grid-area: span 1 / span 8 / span 1 / span 8;
  }
}

@media screen and (max-width: 479px) {
  #w-node-eac2a02d-26b3-d548-ffdf-9438727470ea-80ccdd9b {
    grid-column: span 2 / span 2;
  }

  #w-node-_78f95b88-0d1e-8392-7cc3-d2b0d2ba006a-80ccdd9b, #w-node-_78f95b88-0d1e-8392-7cc3-d2b0d2ba006c-80ccdd9b, #w-node-_78f95b88-0d1e-8392-7cc3-d2b0d2ba007a-80ccdd9b, #w-node-_78f95b88-0d1e-8392-7cc3-d2b0d2ba0083-80ccdd9b, #w-node-_78f95b88-0d1e-8392-7cc3-d2b0d2ba008c-80ccdd9b, #w-node-_78f95b88-0d1e-8392-7cc3-d2b0d2ba0095-80ccdd9b {
    grid-column: span 4 / span 4;
  }

  #w-node-_78f95b88-0d1e-8392-7cc3-d2b0d2ba00a9-80ccdd9b {
    grid-area: span 1 / span 12 / span 1 / span 12;
  }
}


@font-face {
  font-family: 'Social Icons Font';
  src: url('../fonts/social-icon-font.woff2') format('woff2'), url('../fonts/social-icon-font.eot') format('embedded-opentype'), url('../fonts/social-icon-font.woff') format('woff'), url('../fonts/social-icon-font.ttf') format('truetype'), url('../fonts/social-icon-font.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Line Square Icons';
  src: url('../fonts/line-square-icons.woff2') format('woff2'), url('../fonts/line-square-icons.eot') format('embedded-opentype'), url('../fonts/line-square-icons.woff') format('woff'), url('../fonts/line-square-icons.ttf') format('truetype'), url('../fonts/line-square-icons.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Filled Icons';
  src: url('../fonts/filled-icon-font.woff2') format('woff2'), url('../fonts/filled-icon-font.eot') format('embedded-opentype'), url('../fonts/filled-icon-font.woff') format('woff'), url('../fonts/filled-icon-font.ttf') format('truetype'), url('../fonts/filled-icon-font.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Line Rounded Icons';
  src: url('../fonts/line-rounded-icons.woff2') format('woff2'), url('../fonts/line-rounded-icons.eot') format('embedded-opentype'), url('../fonts/line-rounded-icons.woff') format('woff'), url('../fonts/line-rounded-icons.ttf') format('truetype'), url('../fonts/line-rounded-icons.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Dashflow custom icon font';
  src: url('../fonts/dashflow-custom-icon-font.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Instrumentsans';
  src: url('../fonts/InstrumentSans-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Instrumentsans';
  src: url('../fonts/InstrumentSans-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Instrumentsans';
  src: url('../fonts/InstrumentSans-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Instrumentsans';
  src: url('../fonts/InstrumentSans-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Rightgrotesk';
  src: url('../fonts/RightGrotesk-WideLight.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Rightgrotesk';
  src: url('../fonts/RightGrotesk-WideMedium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Rightgrotesk';
  src: url('../fonts/RightGrotesk-WideRegular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}


