:root {
  --dark-mode-10: #0f1643;
  --gray-0: #fcfcfc;
  --blue-70: #0b50ff;
  --dark-mode-80: #84a3e1;
  --blue-80: #0e39cb;
  --dark-mode-40: #374ca9;
  --gray-100: #1a1920;
  --dark-mode-20: #192360;
  --pink-50: #ff3a8b;
  --yellow-40: #ffc52f;
  --gray-10: #dee2e6;
  --gray-30: #a7acba;
  --gray-80: #3d3d4c;
  --black: #111314;
  --dark-mode-0: #080c29;
  --dark-mode-5: #0c1136;
  --blue-40: #59a0ff;
  --blue-100: #0e1a5d;
  --red-40: #e02c33;
  --red-60: #bc0006;
  --red-80: #840003;
  --green-60: #02990d;
  --green-70: #017f09;
  --green-100: #004901;
  --yellow-60: #f2a400;
  --yellow-80: #d27d00;
  --orange-50: #ff8517;
  --orange-60: #f26d09;
  --orange-80: #d34100;
  --pink-70: #e71468;
  --pink-90: #b60455;
  --dark-mode-30: #273583;
  --white: white;
}

.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(--dark-mode-10);
  color: var(--gray-0);
  font-family: Work Sans, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 60px;
  font-weight: 600;
  line-height: 72px;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 48px;
  font-weight: 600;
  line-height: 56px;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 46px;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 34px;
  font-weight: 600;
  line-height: 40px;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 34px;
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 28px;
}

p {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 1.5em;
}

a {
  color: var(--blue-70);
  text-decoration: none;
}

ul {
  margin-top: 0;
  margin-bottom: 24px;
  padding-left: 40px;
}

li {
  margin-bottom: 4px;
}

img {
  max-width: 100%;
  display: inline-block;
}

label {
  margin-bottom: 5px;
  font-weight: bold;
  display: block;
}

blockquote {
  border-left: 5px solid var(--dark-mode-80);
  margin-top: 24px;
  margin-bottom: 24px;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 1.5em;
}

figure {
  margin-bottom: 10px;
}

figcaption {
  text-align: center;
  margin-top: 6px;
  font-size: 12px;
  line-height: 14px;
}

.sg-nav {
  border-right: 1px solid #ced5db;
  width: 240px;
  height: 0;
  position: fixed;
  inset: 0% auto 0 0;
}

.sg-menu-brand {
  margin-top: 40px;
  margin-bottom: 50px;
  margin-left: 30px;
  padding-left: 0;
}

.sg-menu {
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}

.sg-menu-link {
  color: var(--dark-mode-80);
  border-left: 4px solid #0000;
  width: 100%;
  padding-top: 7px;
  padding-bottom: 7px;
  padding-left: 20px;
  transition: background-color .2s, color .2s;
}

.sg-menu-link:hover {
  color: var(--gray-0);
}

.sg-menu-link.w--current {
  background-color: var(--blue-80);
  color: var(--gray-0);
  border-radius: 8px;
  padding-right: 0;
  font-weight: 600;
}

.horizontal-line {
  background-color: var(--dark-mode-40);
  opacity: .2;
  width: 100%;
  height: 1px;
  margin-top: 34px;
  margin-bottom: 34px;
}

.horizontal-line.design-system {
  position: relative;
}

.sg-block {
  margin-bottom: 32px;
}

.sg-description {
  color: var(--gray-0);
  max-width: 420px;
}

.grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: stretch;
  max-width: 1300px;
  display: grid;
  position: relative;
}

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

.grid.desk-3.tab-3 {
  grid-column-gap: 20px;
  grid-row-gap: 40px;
}

.grid.desk-3.tab-3.spaced {
  margin-top: 40px;
  margin-bottom: 40px;
}

.grid.desk-4 {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.grid.desk-4.tab-4 {
  grid-column-gap: 20px;
  grid-row-gap: 40px;
}

.grid.desk-2.tab-2 {
  grid-column-gap: 20px;
  grid-row-gap: 40px;
  align-items: stretch;
}

.grid.desk-6 {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}

.grid.desk-6.tab-6 {
  grid-column-gap: 20px;
  grid-row-gap: 40px;
}

.grid.desk-6.tab-6.slide {
  grid-row-gap: 20px;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.wrapper {
  width: 100%;
  min-height: 100vh;
}

._1-2-grid {
  grid-column-gap: 20px;
  grid-row-gap: 40px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: stretch;
  max-width: 1300px;
  margin-bottom: 24px;
  display: grid;
  position: relative;
}

._12-columns {
  flex-flow: wrap;
  place-content: stretch center;
  align-items: center;
  margin-left: -16px;
  margin-right: -16px;
  display: flex;
}

._12-columns.align-left {
  justify-content: flex-start;
}

.tab-link {
  opacity: .5;
  color: var(--gray-0);
  text-align: center;
  background-color: #0000;
  border-radius: 8px;
  flex: 0 auto;
  margin-right: 0;
  padding: 10px 28px;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 20px;
  transition: all .3s;
}

.tab-link:hover {
  opacity: 1;
}

.tab-link.w--current {
  background-color: var(--gray-0);
  opacity: 1;
  color: var(--gray-100);
}

._2-1-grid {
  grid-column-gap: 20px;
  grid-row-gap: 40px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: stretch;
  max-width: 1300px;
  margin-bottom: 24px;
  display: grid;
  position: relative;
}

.column {
  flex-flow: column;
  flex: 0 auto;
  align-items: stretch;
  min-height: 32px;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
  position: relative;
}

.column.desk-3 {
  flex: none;
  width: 25%;
}

.column.desk-9 {
  width: 75%;
}

.spacer {
  background-color: #ece7e0;
  height: 48px;
}

.spacer._48 {
  background-color: #0000;
  border-radius: 6px;
  width: 48px;
}

.spacer._120 {
  background-color: #0000;
  width: 120px;
  height: 120px;
}

.spacer._96 {
  background-color: #0000;
  width: 96px;
  height: 96px;
}

.spacer._32 {
  background-color: #0000;
  border-radius: 6px;
  width: 32px;
  height: 32px;
}

.spacer._80 {
  background-color: #0000;
  width: 80px;
  height: 80px;
}

.spacer._24 {
  text-transform: uppercase;
  background-color: #0000;
  width: 24px;
  height: 24px;
}

.spacer._16 {
  background-color: #0000;
  width: 16px;
  height: 16px;
}

.spacer._60 {
  background-color: #0000;
  width: 60px;
  height: 60px;
}

.spacer._8 {
  background-color: #0000;
  width: 8px;
  height: 8px;
}

.spacer._12 {
  background-color: #0000;
  width: 12px;
  height: 12px;
}

.spacer._20 {
  text-transform: uppercase;
  background-color: #0000;
  width: 20px;
  height: 20px;
}

.spacer._28 {
  text-transform: uppercase;
  background-color: #0000;
  width: 28px;
  height: 28px;
}

.spacer._40 {
  background-color: #0000;
  border-radius: 6px;
  width: 40px;
  height: 40px;
}

.paragraph {
  margin-bottom: 16px;
}

.paragraph.small {
  opacity: .75;
  font-size: 14px;
}

.paragraph.large {
  font-size: 20px;
}

.visible-spacer {
  background-color: var(--dark-mode-20);
  border-radius: 5px;
  display: inline-block;
}

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

.rich-text img {
  border-radius: 6px;
}

.ds-module {
  background-color: var(--dark-mode-20);
  border-radius: 5px;
  flex-direction: column;
  min-width: 100px;
  min-height: 100px;
  display: flex;
  position: relative;
}

.icon {
  width: 20px;
  height: 20px;
  font-size: 20px;
  line-height: 20px;
}

.icon._32px {
  width: 32px;
  height: 32px;
  font-size: 32px;
  line-height: 32px;
}

.icon._24px {
  width: 24px;
  height: 24px;
  font-size: 24px;
  line-height: 24px;
}

.icon._16px {
  width: 16px;
  height: 16px;
  line-height: 16%;
}

.icon._60px {
  width: 100%;
  max-width: 60px;
  height: 60px;
  font-size: 60px;
  line-height: 60px;
}

.icon._60px.pink {
  color: var(--pink-50);
}

.icon._60px.yellow {
  color: var(--yellow-40);
}

.icon._80px {
  width: 80px;
  height: 80px;
  font-size: 80px;
  line-height: 80px;
}

.icon._80px.blue {
  color: var(--blue-80);
}

.icon._80px.yellow {
  color: var(--yellow-40);
}

.ds-icon-grid {
  margin-top: 24px;
}

.vertical-tab {
  width: 100%;
  margin-top: 24px;
  margin-bottom: 24px;
}

.tabs-menu {
  justify-content: center;
  width: 100%;
  margin-bottom: 40px;
  display: flex;
}

.ds-colour-block {
  width: 12.5%;
  padding-right: 16px;
  display: inline-block;
}

.color-block {
  border-radius: 5px;
  width: 100%;
  height: 60px;
  margin-bottom: 10px;
  margin-left: 0;
  margin-right: 0;
}

.color-block.gray-0 {
  background-color: var(--gray-0);
}

.color-block.gray-10 {
  background-color: var(--gray-10);
}

.color-block.gray-30 {
  background-color: var(--gray-30);
}

.color-block.gray-80 {
  background-color: var(--gray-80);
}

.color-block.black {
  background-color: var(--black);
}

.color-block.gray-100 {
  background-color: var(--gray-100);
}

.color-block.dark-mode-0 {
  background-color: var(--dark-mode-0);
}

.color-block.dark-mode-5 {
  border: 1px solid var(--dark-mode-20);
  background-color: var(--dark-mode-5);
}

.color-block.dark-mode-10 {
  background-color: var(--dark-mode-10);
}

.color-block.dark-mode-20 {
  background-color: var(--dark-mode-20);
}

.color-block.dark-mode-40 {
  background-color: var(--dark-mode-40);
}

.color-block.dark-mode-80 {
  background-color: var(--dark-mode-80);
}

.color-block.blue-40 {
  background-color: var(--blue-40);
}

.color-block.blue-70 {
  background-color: var(--blue-70);
}

.color-block.blue-80 {
  background-color: var(--blue-80);
}

.color-block.blue-100 {
  background-color: var(--blue-100);
}

.color-block.red-40 {
  background-color: var(--red-40);
}

.color-block.red-60 {
  background-color: var(--red-60);
}

.color-block.red-80 {
  background-color: var(--red-80);
}

.color-block.green-60 {
  background-color: var(--green-60);
}

.color-block.green-70 {
  background-color: var(--green-70);
}

.color-block.green-100 {
  background-color: var(--green-100);
}

.color-block.yellow-40 {
  background-color: var(--yellow-40);
}

.color-block.yellow-60 {
  background-color: var(--yellow-60);
}

.color-block.yellow-80 {
  background-color: var(--yellow-80);
}

.color-block.orange-50 {
  background-color: var(--orange-50);
}

.color-block.orange-60 {
  background-color: var(--orange-60);
}

.color-block.orange-80 {
  background-color: var(--orange-80);
}

.color-block.pink-50 {
  background-color: var(--pink-50);
}

.color-block.pink-70 {
  background-color: var(--pink-70);
}

.color-block.pink-90 {
  background-color: var(--pink-90);
}

.color-block.dark-mode-30 {
  background-color: var(--dark-mode-30);
}

.sg-content {
  background-color: var(--gray-0);
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 100%;
  margin-left: 240px;
  display: flex;
}

.sg-section {
  z-index: 0;
  background-color: var(--dark-mode-5);
  text-align: left;
  padding: 60px 80px 60px 60px;
  position: relative;
}

.sg-section.header {
  background-color: var(--blue-70);
  color: #fff;
}

.ds-icon {
  margin-right: 24px;
  display: inline-block;
}

.ds-colour-grid {
  flex-wrap: wrap;
  margin-top: 24px;
  display: flex;
}

.btn {
  color: #fff;
  text-align: center;
  border-radius: 4px;
  flex: none;
  padding: 10px 20px;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  box-shadow: 0 4px 4px #0003;
}

.btn.outline {
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  color: var(--gray-0);
  background-color: #fcfcfc1a;
  transition: all .3s;
  box-shadow: inset 0 0 0 1px #fcfcfc33, 0 4px 4px #0003;
}

.btn.outline:hover {
  background-color: #fcfcfc33;
  box-shadow: 0 0 40px #fcfcfc33, inset 0 0 0 1px #fcfcfc4d;
}

.btn.outline.big {
  padding: 20px 40px;
  font-size: 20px;
}

.btn.outline.small {
  padding: 6px 16px;
  font-size: 14px;
}

.btn.secondary {
  background-color: var(--dark-mode-30);
  background-image: linear-gradient(to bottom, var(--dark-mode-30), var(--dark-mode-20));
  color: var(--gray-0);
  font-weight: 600;
  transition: all .3s;
}

.btn.secondary:hover {
  background-image: linear-gradient(to bottom, var(--dark-mode-30), var(--dark-mode-30));
  box-shadow: 0 0 40px #27358333, 0 4px 4px #0003;
}

.btn.secondary.big {
  padding: 20px 40px;
  font-size: 20px;
}

.btn.secondary.small {
  padding: 6px 16px;
  font-size: 14px;
}

.btn.primary {
  background-color: var(--blue-70);
  background-image: linear-gradient(to bottom, var(--blue-70), var(--blue-80));
  color: var(--gray-0);
  transition: all .3s;
}

.btn.primary:hover {
  background-image: linear-gradient(to bottom, var(--blue-70), var(--blue-70));
  box-shadow: 0 0 40px #0b50ff33, 0 4px 4px #0003;
}

.btn.primary.big {
  padding: 20px 40px;
  font-size: 20px;
}

.btn.primary.small {
  padding: 6px 16px;
  font-size: 14px;
}

.btn.buy-action {
  background-color: var(--red-40);
  background-image: linear-gradient(to bottom, var(--red-40), var(--red-60));
  color: var(--gray-0);
  transition: all .3s;
}

.btn.buy-action:hover {
  background-image: none;
  box-shadow: 0 0 40px #e02c3333, 0 4px 4px #0003;
}

.btn.buy-action.big {
  padding: 20px 40px;
  font-size: 20px;
}

.btn.buy-action.small {
  padding: 6px 16px;
  font-size: 14px;
}

.btn.light {
  background-color: var(--gray-0);
  background-image: linear-gradient(to bottom, var(--gray-0), var(--gray-10));
  color: var(--gray-100);
  transition: all .3s;
}

.btn.light:hover {
  background-image: none;
  box-shadow: 0 0 40px #fcfcfc33, 0 4px 4px #0003;
}

.btn.light.big {
  padding: 20px 40px;
  font-size: 20px;
}

.btn.light.small {
  padding: 6px 16px;
  font-size: 14px;
}

.ds-section-header {
  grid-row-gap: 20px;
  flex-direction: column;
  margin-bottom: 50px;
  display: flex;
}

.text-box {
  grid-row-gap: 40px;
  flex-direction: column;
  max-width: 1300px;
  display: flex;
}

.text-box._640px {
  justify-content: center;
  max-width: 640px;
  min-height: 64px;
}

.text-box._640px.visible {
  background-color: var(--dark-mode-20);
  border-radius: 6px;
}

.text-box._420px {
  max-width: 420px;
  min-height: 64px;
}

.text-box._420px.visible {
  background-color: var(--dark-mode-20);
  border-radius: 6px;
}

.text-box._310px {
  max-width: 310px;
  min-height: 64px;
}

.text-box._310px.visible {
  background-color: var(--dark-mode-20);
  border-radius: 6px;
}

.text-box._1300px {
  max-width: 1300px;
  min-height: 64px;
}

.text-box._1300px.visible {
  background-color: var(--dark-mode-20);
  border-radius: 6px;
}

.text-box._860px {
  max-width: 860px;
  min-height: 64px;
}

.text-box._860px.visible {
  background-color: var(--dark-mode-20);
  border-radius: 6px;
}

.text-box._530px {
  max-width: 530px;
  min-height: 64px;
}

.text-box._530px.visible {
  background-color: var(--dark-mode-20);
  border-radius: 6px;
}

.sg-label {
  color: var(--dark-mode-80);
  letter-spacing: .5px;
  text-transform: uppercase;
  margin-top: 32px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2em;
}

.white-link {
  color: #9ec5fa;
}

.sg-nav-container {
  border-right: 1px solid var(--dark-mode-20);
  background-color: var(--dark-mode-5);
  width: 240px;
  height: 100vh;
}

.subtittle {
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
}

.display {
  font-family: Poppins, sans-serif;
  font-size: 72px;
  font-weight: 700;
  line-height: 86px;
}

.brand {
  width: 178px;
  height: 40px;
}

.brand.symbol {
  width: 40px;
}

.navlink {
  opacity: .5;
  color: var(--gray-0);
  text-align: center;
  padding: 28px 20px;
  text-decoration: none;
  transition: all .3s;
}

.navlink:hover {
  opacity: 1;
  color: #fcfcfc;
}

.navlink.w--current {
  opacity: 1;
  color: #fcfcfc;
  border-bottom: 4px solid #0b50ff;
  padding-bottom: 24px;
}

.navbar {
  z-index: 999;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #0c1136cc;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  position: fixed;
}

.navlinks {
  background-color: #0000;
  display: block;
  position: static;
}

.btn-2 {
  grid-column-gap: 10px;
  color: #fcfcfc;
  text-align: center;
  background-color: #0000;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  line-height: 120%;
  text-decoration: none;
  display: flex;
  box-shadow: 0 4px 4px #0003;
}

.btn-2.store-secondary {
  background-color: #374ca9;
  background-image: linear-gradient(#374ca9, #273583);
  padding-left: 20px;
  padding-right: 20px;
  transition: all .3s;
}

.btn-2.store-secondary:hover {
  background-image: none;
  box-shadow: 0 0 40px #374ca980, 0 4px 4px #0003;
}

.btn-2.store-secondary.small {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}

.dropdown, .btn-droparea {
  display: none;
}

.footer-social-nav {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: wrap;
  display: flex;
}

.footer-content {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  font-size: 14px;
  line-height: 24px;
  display: grid;
}

.footer-container {
  grid-column-gap: 20px;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  max-width: 1380px;
  height: 100%;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  position: relative;
}

.footer-container.footer {
  border-top: 2px solid #0c1136;
  padding-top: 80px;
}

.brand-footer {
  margin-bottom: 20px;
  display: flex;
}

.btn-socialmedia {
  color: #fff;
  background-color: #ffffff1a;
  border-radius: 20px;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
}

.btn-socialmedia:hover {
  background-color: #5865f2;
}

.btn-socialmedia.twitter:hover {
  background-color: #1d9bf0;
}

.btn-socialmedia.youtube:hover {
  background-color: red;
}

.btn-socialmedia.twitch:hover {
  background-color: #9146ff;
}

.btn-socialmedia.facebook:hover {
  background-color: #1778f2;
}

.btn-socialmedia.instagram:hover {
  background-color: #f00075;
}

.btn-socialmedia.tiktok:hover {
  background-color: #010101;
}

.btn-socialmedia.x:hover {
  background-color: #242424;
}

.footer-title {
  color: #fff;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}

.copyright {
  color: #fff;
  align-self: center;
  margin-left: 10px;
  font-size: 14px;
}

.footer-link {
  color: #fcfcff80;
  width: 100%;
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
}

.footer-link:hover {
  color: #fcfcfc;
}

.section {
  flex-direction: column;
  align-items: center;
  padding-top: 120px;
  padding-bottom: 120px;
  display: flex;
}

.section.footer {
  background-color: var(--dark-mode-5);
  padding-top: 0;
}

.section.fold {
  background-color: #0c113699;
  justify-content: space-around;
  height: 100vh;
  min-height: 900px;
}

.section.whatwedo {
  background-image: linear-gradient(#080c29, #2a0546);
}

.section.datainsights {
  color: var(--gray-100);
  background-image: linear-gradient(#a1b8f1, #e7f0ff);
}

.section.safety-in-trust {
  background-image: linear-gradient(to bottom, var(--dark-mode-20), #331466);
}

.section.partners {
  color: var(--gray-100);
  background-image: linear-gradient(#c2e0ff, #d5e4f4);
}

.section.testimonials {
  background-image: radial-gradient(circle at 50% 0, #12267e, #0f004a);
}

.section.whatwouldyouneed {
  background-color: var(--dark-mode-5);
  background-image: linear-gradient(#3c5dd280, #6f31bd80);
}

.section.joinus {
  background-color: #0c113699;
}

.social-icon {
  height: 16px;
}

.social-icon.twitch {
  width: 18px;
  height: 18px;
}

.social-icon.twitter {
  width: 19px;
  height: 18px;
}

.social-icon.instagram, .social-icon.youtube {
  width: 18px;
  height: 18px;
}

.social-icon.discord {
  width: 19px;
  height: 18px;
}

.social-icon.facebook {
  width: 18px;
  height: 18px;
}

.social-icon.tiktok {
  width: 16px;
  height: 19px;
}

.social-icon.x {
  width: 18px;
  height: 16px;
}

.brand-white {
  width: 138px;
  height: 30px;
}

.container {
  width: 100%;
  max-width: 1340px;
  padding-left: 40px;
  padding-right: 40px;
}

.content {
  z-index: 1;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: row;
  align-items: center;
  display: flex;
  position: relative;
}

.content.center {
  grid-row-gap: 60px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.content.right {
  flex-direction: row;
  align-items: center;
}

.btn-area {
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  max-width: 310px;
  display: flex;
}

.bg-video {
  z-index: -1;
  width: 100%;
  height: 100%;
  position: fixed;
  inset: 0%;
}

.topic {
  grid-column-gap: 24px;
  grid-row-gap: 60px;
  text-align: left;
  justify-content: flex-start;
  align-items: center;
  padding-left: 4px;
  font-size: 24px;
  line-height: 1.5em;
  display: flex;
}

.topic.vert {
  grid-row-gap: 20px;
  text-align: center;
  flex-direction: column;
  padding-left: 20px;
  padding-right: 20px;
}

.arrow-slider {
  border: 1px solid var(--gray-30);
  background-color: var(--gray-0);
  color: #1a1920;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  font-size: 20px;
  transition: all .2s;
  display: flex;
  inset: auto;
}

.arrow-slider:hover {
  color: #fcfcfc;
  background-color: #0b50ff;
  border-color: #0b50ff;
}

.arrow-slider.left {
  top: auto;
  bottom: 0;
  left: 0%;
}

.arrow-slider.right {
  top: auto;
  bottom: 0%;
  right: 0;
}

.carousel {
  background-color: #0000;
  justify-content: flex-end;
  align-items: center;
  width: 100vw;
  height: 400px;
}

.carousel.is_contained {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: auto;
  padding-bottom: 60px;
}

.carousel.is_contained.testimonials {
  height: auto;
}

.card-header {
  align-self: center;
  width: 90%;
}

.card-body {
  grid-row-gap: 20px;
  background-color: var(--gray-0);
  border-radius: 12px;
  flex-direction: column;
  justify-content: center;
  padding: 20px;
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
  display: flex;
}

.carousel-mask {
  width: 100%;
  overflow: visible;
}

.slider-dot {
  text-align: center;
  padding-top: 14px;
  font-size: 12px;
  line-height: 12px;
}

.scroll {
  width: 100%;
  max-width: 80px;
  position: absolute;
  inset: auto auto -150px;
}

.author-img {
  border: 15px solid var(--gray-0);
  border-radius: 210px;
  width: 100%;
  max-width: 420px;
  height: 100%;
  max-height: 420px;
}

.quote {
  font-size: 20px;
}

.caption {
  font-size: 12px;
  line-height: 14px;
}

.author {
  grid-row-gap: 12px;
  flex-direction: column;
  display: flex;
}

.language {
  width: 100%;
  max-width: 200px;
}

.dropdown-toggle {
  background-color: var(--dark-mode-20);
  color: var(--gray-0);
  border-radius: 4px;
  width: 100%;
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 16px;
  line-height: 20px;
  transition: all .3s;
}

.dropdown-toggle:hover {
  background-color: var(--dark-mode-40);
}

.dropdown-toggle.w--open {
  background-color: var(--gray-0);
  color: var(--gray-100);
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.dropdown-list {
  background-color: var(--gray-10);
}

.dropdown-list.w--open {
  background-color: var(--gray-0);
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 16px;
  line-height: 20px;
  overflow: hidden;
  box-shadow: 0 4px 4px #0003;
}

.dropdown-link {
  color: var(--gray-30);
  padding-top: 12px;
  padding-bottom: 12px;
  transition: all .3s;
}

.dropdown-link:hover {
  background-color: var(--gray-10);
  color: var(--gray-100);
}

.image {
  width: 550px;
  height: 100%;
}

.image-2 {
  width: 600px;
}

.title-box {
  grid-row-gap: 20px;
  flex-direction: column;
  margin-bottom: 20px;
  display: flex;
}

.quote-icon {
  width: 60px;
}

.quote-block {
  grid-row-gap: 20px;
  flex-direction: column;
  display: flex;
}

.heading-5 {
  margin-bottom: 10px;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

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

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.div-modal-wrapper {
  z-index: 9999;
  background-color: #000000b3;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: visible;
}

.div-modal-submit {
  background-color: #161d26;
  border-radius: 10px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 800px;
  max-width: none;
  height: 600px;
  max-height: none;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: static;
  overflow: hidden;
  box-shadow: 0 0 20px 20px #0000004d;
}

@media screen and (min-width: 1280px) {
  .sg-nav {
    width: 280px;
  }

  .sg-content {
    margin-left: 280px;
  }

  .sg-nav-container {
    width: 280px;
  }

  .footer-container {
    margin-left: 20px;
    margin-right: 20px;
  }

  .arrow-slider {
    bottom: 0;
  }

  .arrow-slider.left {
    position: absolute;
    bottom: 53%;
    left: -60px;
  }

  .arrow-slider.right {
    bottom: 53%;
    right: -60px;
  }

  .carousel.is_contained {
    margin-top: 40px;
  }

  .card-header {
    width: 90%;
  }

  .image, .image-2 {
    width: 650px;
  }
}

@media screen and (max-width: 991px) {
  .sg-nav {
    z-index: 10;
    background-color: #f0f2f3;
    border-right-style: none;
    width: 100%;
    height: 80px;
    padding-top: 20px;
    position: sticky;
    bottom: auto;
    left: 0;
    right: 0;
    overflow: visible;
  }

  .sg-menu-brand {
    margin-top: 4px;
    margin-bottom: 16px;
  }

  .sg-menu {
    z-index: 500;
    background-color: #f0f2f3;
    border-bottom: 1px solid #e1e5e7;
    padding-top: 20px;
    padding-bottom: 20px;
    display: block;
    position: absolute;
    inset: 80px auto auto 0%;
    box-shadow: 0 3px 5px #0000000d;
  }

  .sg-menu-button {
    margin-right: 12px;
    padding: 15px;
    top: -10px;
  }

  .sg-menu-button.w--open {
    color: #356af0;
    background-color: #d0e8ff;
    border-radius: 40px;
  }

  .sg-block {
    margin-bottom: 40px;
  }

  .grid {
    margin-left: 0;
  }

  .grid.desk-2.tab-2 {
    grid-column-gap: 40px;
  }

  .grid.desk-6.tab-6.slide {
    grid-column-gap: 16px;
  }

  ._1-2-grid {
    margin-left: 0;
  }

  ._12-columns {
    flex-flow: wrap;
  }

  ._2-1-grid {
    margin-left: 0;
  }

  .column {
    width: 50%;
  }

  .column.desk-3 {
    flex-wrap: nowrap;
    width: 33.33%;
  }

  .sg-content {
    border-left-style: none;
    width: 100%;
    margin-left: 0;
    position: static;
  }

  .btn {
    position: relative;
  }

  .btn.secondary {
    font-size: 18px;
    line-height: 1.4;
  }

  .text-box._640px {
    grid-row-gap: 40px;
  }

  .text-box._310px {
    max-width: none;
  }

  .sg-menu-icon {
    font-size: 32px;
  }

  .sg-nav-container {
    width: auto;
    height: auto;
  }

  .menu-icon {
    width: 24px;
    height: 24px;
  }

  .navigation {
    order: 1;
  }

  .navlink {
    color: #3d3d4cb3;
    text-align: left;
    width: 100%;
    padding-top: 14px;
    padding-bottom: 14px;
    padding-left: 40px;
  }

  .navlink:hover {
    color: #3d3d4c;
  }

  .navlink.w--current {
    color: #1a1920;
    border-bottom-style: none;
    border-left: 4px solid #0b50ff;
    padding-left: 36px;
  }

  .navbar {
    grid-column-gap: 20px;
    grid-template-rows: auto;
    grid-template-columns: 1fr max-content min-content;
    grid-auto-columns: 1fr;
    padding: 4px 16px 4px 40px;
    display: grid;
  }

  .navlinks {
    display: none;
  }

  .navlinks.w--open {
    background-color: #fcfcfc;
    border-top-left-radius: 8px;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
    flex-direction: column;
    align-items: flex-start;
    width: 240px;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 20px;
    display: flex;
    position: absolute;
    right: 0;
    box-shadow: 0 2px 20px #0003;
  }

  .menu {
    order: 1;
  }

  .dropdown {
    z-index: 1;
    grid-column-gap: 20px;
    color: #fcfcfc;
    align-items: center;
    padding-right: 20px;
    display: flex;
  }

  .dropdown.w--open {
    color: #0b50ff;
    background-color: #fcfcfc;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
  }

  .btn-droparea {
    width: 100%;
    padding-left: 20px;
    display: none;
  }

  .footer-social-nav {
    grid-column-gap: 20px;
    justify-content: center;
  }

  .footer-content {
    grid-column-gap: 20px;
    grid-row-gap: 60px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    font-size: 12px;
    line-height: 20px;
    display: grid;
  }

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

  .brand-footer {
    justify-content: center;
  }

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

  .container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .content, .content.right {
    flex-direction: column;
  }

  .btn-area {
    margin-left: auto;
    margin-right: auto;
  }

  .carousel.is_contained {
    margin-top: 40px;
    padding-bottom: 80px;
    overflow: visible;
  }

  .card-body {
    padding: 8px;
  }

  .author-img {
    max-width: 350px;
    height: 100%;
    max-height: 350px;
  }

  .heading-2, .heading-3 {
    text-align: center;
  }

  .div-modal-wrapper {
    display: none;
    overflow: visible;
  }

  .div-modal-submit {
    width: 600px;
    display: flex;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 48px;
    line-height: 56px;
  }

  h2 {
    font-size: 40px;
    line-height: 46px;
  }

  h3 {
    font-size: 34px;
    line-height: 40px;
  }

  h4 {
    font-size: 28px;
    line-height: 34px;
  }

  h5 {
    font-size: 24px;
    line-height: 28px;
  }

  h6 {
    font-size: 20px;
    line-height: 24px;
  }

  .sg-menu-brand.w--current {
    margin-top: 14px;
  }

  .sg-menu {
    background-color: #fff;
  }

  .grid {
    grid-template-columns: 1fr 1fr;
    margin-left: 0;
  }

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

  .grid.desk-3.tab-3.spaced {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .grid.desk-4.tab-4 {
    grid-template-columns: 1fr 1fr;
  }

  .grid.desk-2.tab-2 {
    grid-template-columns: 1fr;
  }

  .grid.desk-6.tab-6 {
    grid-template-columns: 1fr 1fr;
  }

  .grid.desk-6.tab-6.slide {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  ._1-2-grid {
    grid-template-columns: 2fr;
    margin-left: 0;
  }

  ._12-columns {
    flex-wrap: wrap;
  }

  .tab-link {
    border-bottom-width: 0;
    border-radius: 10px;
    width: auto;
  }

  .tab-link.w--current {
    background-color: #d4e9ff;
  }

  ._2-1-grid {
    grid-template-columns: 2fr;
    margin-left: 0;
  }

  .spacer {
    height: 32px;
  }

  .spacer._60 {
    height: 48px;
  }

  .paragraph {
    font-size: 15px;
  }

  .tabs-menu {
    flex-wrap: wrap;
  }

  .ds-colour-block {
    width: 25%;
  }

  .sg-content {
    margin-left: 0;
  }

  .sg-section {
    padding-left: 30px;
    padding-right: 30px;
  }

  .text-box._310px {
    align-items: center;
  }

  .subtittle {
    font-size: 16px;
    line-height: 20px;
  }

  .display {
    font-size: 60px;
    line-height: 72px;
  }

  .brand {
    width: 133.5px;
    height: 30px;
  }

  .btn-navarea {
    display: none;
  }

  .navbar {
    grid-template-columns: 1fr max-content;
    padding-left: 20px;
    padding-right: 10px;
    display: flex;
    top: 0;
  }

  .dropdown {
    padding: 13px;
  }

  .btn-droparea {
    padding-top: 20px;
    display: block;
  }

  .footer-social-nav {
    justify-content: flex-start;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .footer-content {
    grid-row-gap: 40px;
    text-align: center;
    grid-template-columns: 1fr;
  }

  .brand-footer {
    justify-content: center;
    align-items: stretch;
    margin-left: auto;
    margin-right: auto;
  }

  .carousel.is_contained.testimonials {
    height: auto;
  }

  .card-header {
    width: 100%;
  }

  .card-body {
    padding: 12px;
    font-size: 14px;
    line-height: 18px;
  }

  .author {
    align-self: stretch;
  }

  .div-modal-submit {
    width: 500px;
    height: 400px;
  }
}

@media screen and (max-width: 479px) {
  .sg-menu-brand {
    margin-left: 16px;
  }

  .sg-menu-button {
    margin-right: 4px;
  }

  .grid.desk-3.tab-3 {
    display: flex;
  }

  .grid.desk-6.tab-6.slide {
    grid-template-columns: 1fr 1fr;
  }

  .column {
    margin-bottom: 0;
  }

  .column.desk-3 {
    width: 100%;
  }

  .color-block {
    margin-bottom: 20px;
  }

  .sg-section {
    padding-left: 16px;
    padding-right: 16px;
  }

  .btn {
    width: 100%;
    font-size: 16px;
  }

  .text-box._640px {
    height: 100%;
  }

  .footer-social-nav {
    grid-column-gap: 12px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: auto auto auto auto;
    grid-auto-columns: 1fr;
    justify-items: center;
    display: grid;
  }

  .footer-content {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
  }

  .footer-container.footer {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section.fold {
    height: 100%;
    min-height: 1300px;
  }

  .topic {
    grid-row-gap: 24px;
    text-align: center;
    flex-direction: column;
    font-size: 20px;
  }

  .topic.vert {
    font-size: 20px;
  }

  .carousel.is_contained.testimonials {
    height: auto;
  }

  .carousel-slider {
    margin-right: 12px;
  }

  .quote {
    font-size: 20px;
  }

  .italic-text {
    font-size: 16px;
    line-height: 1.3em;
  }

  .heading-4 {
    font-size: 42px;
  }

  .div-modal-submit {
    width: 300px;
  }
}

#w-node-_94d03141-2bbb-23c2-77d7-ad3a080d002a-acf9af0e {
  justify-self: center;
}

#w-node-c25288aa-ce98-efc6-ecf0-bf45b42d5d70-acf9af0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_673e1adb-4a4a-9ceb-d81b-09afc55e7989-acf9af0e {
  justify-self: center;
}

#w-node-_673e1adb-4a4a-9ceb-d81b-09afc55e798c-acf9af0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bf36cad6-0c6c-9221-9785-30a1cad4401d-acf9af0e {
  justify-self: center;
}

#w-node-bf36cad6-0c6c-9221-9785-30a1cad44020-acf9af0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9892e94c-c039-e729-29fb-ba5d76c084ac-acf9af0e {
  justify-self: center;
}

#w-node-_9892e94c-c039-e729-29fb-ba5d76c084af-acf9af0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6b0fad6c-eb82-4393-6e3f-b0d6240eaa26-acf9af0e {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

@media screen and (min-width: 1280px) {
  #w-node-_94d03141-2bbb-23c2-77d7-ad3a080d002a-acf9af0e {
    justify-self: center;
  }

  #w-node-d074d774-90b4-3a5d-9352-1b801a8c424c-acf9af0e {
    align-self: center;
  }

  #w-node-_22d69538-7e63-2244-4cbc-2f0122d5f003-acf9af0e {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_673e1adb-4a4a-9ceb-d81b-09afc55e7989-acf9af0e {
    justify-self: center;
  }

  #w-node-_673e1adb-4a4a-9ceb-d81b-09afc55e798a-acf9af0e {
    align-self: center;
  }

  #w-node-_673e1adb-4a4a-9ceb-d81b-09afc55e798b-acf9af0e {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-bf36cad6-0c6c-9221-9785-30a1cad4401d-acf9af0e {
    justify-self: center;
  }

  #w-node-bf36cad6-0c6c-9221-9785-30a1cad4401e-acf9af0e {
    align-self: center;
  }

  #w-node-bf36cad6-0c6c-9221-9785-30a1cad4401f-acf9af0e {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_9892e94c-c039-e729-29fb-ba5d76c084ac-acf9af0e {
    justify-self: center;
  }

  #w-node-_9892e94c-c039-e729-29fb-ba5d76c084ad-acf9af0e {
    align-self: center;
  }

  #w-node-_9892e94c-c039-e729-29fb-ba5d76c084ae-acf9af0e {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_6b0fad6c-eb82-4393-6e3f-b0d6240eaa26-acf9af0e {
    grid-column: span 2 / span 2;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_94d03141-2bbb-23c2-77d7-ad3a080d002a-acf9af0e, #w-node-_673e1adb-4a4a-9ceb-d81b-09afc55e7989-acf9af0e, #w-node-bf36cad6-0c6c-9221-9785-30a1cad4401d-acf9af0e, #w-node-_9892e94c-c039-e729-29fb-ba5d76c084ac-acf9af0e {
    align-self: center;
  }

  #w-node-_6b0fad6c-eb82-4393-6e3f-b0d6240eaa26-acf9af0e {
    order: 9999;
    grid-area: span 1 / span 6 / span 1 / span 6;
  }

  #w-node-_6b0fad6c-eb82-4393-6e3f-b0d6240eaa42-acf9af0e, #w-node-_180d6094-bf50-c379-57de-d7dc48d28a67-acf9af0e, #w-node-_6b0fad6c-eb82-4393-6e3f-b0d6240eaa57-acf9af0e {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_6b0fad6c-eb82-4393-6e3f-b0d6240eaa26-acf9af0e {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_6b0fad6c-eb82-4393-6e3f-b0d6240eaa42-acf9af0e, #w-node-_180d6094-bf50-c379-57de-d7dc48d28a67-acf9af0e, #w-node-_6b0fad6c-eb82-4393-6e3f-b0d6240eaa57-acf9af0e {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_6b0fad6c-eb82-4393-6e3f-b0d6240eaa26-acf9af0e {
    grid-column: span 2 / span 2;
  }

  #w-node-_6b0fad6c-eb82-4393-6e3f-b0d6240eaa33-acf9af0e, #w-node-_6b0fad6c-eb82-4393-6e3f-b0d6240eaa35-acf9af0e {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


