:root {
  --neutral--800: #040320;
  --neutral--400: #aeb9e1;
  --neutral--100: white;
  --colours--primary-1: #5178ff;
  --colours--accent: #00d9ff;
  --neutral--600: #384261;
  --neutral--700: #0f1834;
  --general--shadow-01: rgba(0, 0, 0, .06);
  --hover--border-card: #5371cf;
  --hover--bg-card: #121d3f;
  --button-shadow--color-2: rgba(74, 58, 255, .08);
  --neutral--300: #d1d8f1;
  --general--shadow-02: rgba(0, 0, 0, .08);
  --neutral--500: #7e89ac;
  --neutral--200: #eaeeff;
  --system--green-400: #11845b;
  --system--blue-400: #086cd9;
  --system--blue-300: #1d88fe;
  --system--blue-200: #8fc3ff;
  --system--blue-100: #eaf4ff;
  --system--green-300: #05c168;
  --system--green-200: #7fdca4;
  --system--green-100: #def2e6;
  --system--red-400: #dc2b2b;
  --system--300: #ff5a65;
  --system--red-200: #ffbec2;
  --system--red-100: #ffeff0;
  --system--orange-400: #d5691b;
  --system--orange-300: #ff9e2c;
  --system--orange-200: #ffd19b;
  --system--orange-100: #fff3e4;
  --colours--link: #316cff;
  --general--shadow-03: rgba(0, 0, 0, .1);
  --general--shadow-04: rgba(0, 0, 0, .5);
  --general--shadow-05: rgba(0, 0, 0, .55);
  --general--shadow-06: rgba(0, 0, 0, .6);
  --button-shadow--color-01: rgba(74, 58, 255, .06);
  --button-shadow--color-3: rgba(74, 58, 255, .12);
  --button-shadow--white-01: rgba(20, 20, 43, .04);
  --button-shadow--white-02: rgba(20, 20, 43, .06);
  --button-shadow--white-03: rgba(20, 20, 43, .1);
  --screens--documentation: 850px;
  --fonts--hk: "Hanken Grotesk", sans-serif;
  --screens--margin-1-hb-trio: 0px;
  --screens--radius-size-hashboard-device-rim: 0px;
  --screens--content: 1500px;
  --colours--neutral-9: #191919;
  --colours--cobalt: #30f;
  --colours--primary-dark: #001638;
  --colours--gauze: rgba(0, 0, 0, .2);
  --colours--primary: #410be4;
  --colours--cobalt-dark: #12005c;
  --colours--neutral-1: #fafafa;
  --colours--neutral-10: #141414;
  --colours--teal: #00ffbf;
  --cobalt-dark-medium: #1a066b;
  --colours--light-gauze: rgba(255, 255, 255, .1);
  --colours--white: white;
  --colours--dark-navy: #000e2d;
  --colours--blue-text: #4d91ff;
  --muted-navy: #142456;
  --colours--teal-dark: #00251c;
  --colours--neutral-3: #c4c4c4;
  --colours--neutral-2: #ddd;
  --colours--neutral-4: #979797;
  --colours--neutral-5: #727272;
  --colours--neutral-6: #434343;
  --colours--neutral-7: #2e2e2e;
  --colours--neutral-8: #1d1d1d;
  --colours--neutral-0: #fdfdfd;
  --colours--indigo: #0033c0;
  --colours--violet: #c500fc;
  --colours--indigo-dark: #001349;
  --colours--violet-dark: #290035;
  --colours--accent-dark: #002329;
  --colours--rose: #da299f;
  --colours--zh-blue: #72b6ff;
  --screens--medium: 960px;
  --screens--small: 756px;
  --screens--x-small: 500px;
  --screens--margin-0-after-hashboard-trio: 0px;
  --colours--black: black;
  --muted-lavender: #4d3494;
}

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

.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--800);
  color: var(--neutral--400);
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.857em;
}

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

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

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

h4 {
  color: var(--neutral--100);
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.333em;
}

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

h6 {
  color: var(--neutral--100);
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.286em;
}

p {
  margin-bottom: 16px;
}

a {
  color: var(--colours--primary-1);
  text-decoration: none;
  transition: color .3s;
}

a:hover {
  color: var(--neutral--100);
}

a.w--current {
  color: var(--colours--accent);
}

ul {
  margin-top: 0;
  margin-bottom: 12px;
  padding-left: 40px;
  font-size: 12px;
  line-height: 1.833em;
}

ol {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
  font-size: 12px;
  line-height: 1.833em;
}

li {
  color: var(--neutral--400);
  margin-bottom: 10px;
  padding-left: 8px;
}

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

label {
  color: var(--neutral--800);
  margin-bottom: 12px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.111em;
  display: block;
}

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

blockquote {
  border: 1px solid var(--neutral--600);
  background-color: var(--neutral--700);
  color: var(--neutral--100);
  text-align: center;
  border-radius: 24px;
  margin-top: 14px;
  margin-bottom: 32px;
  padding: 63px 60px;
  font-size: 14px;
  line-height: 1.857em;
}

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

figcaption {
  color: var(--neutral--400);
  text-align: center;
  margin-top: 16px;
}

.page-wrapper.height-100vh {
  flex-direction: column;
  justify-content: space-between;
  min-height: 100vh;
  display: flex;
}

.page-wrapper.height-100vh.bg-v1 {
  background-image: url('../images/bg-gradient-coming-soon-devdocs-x-webflow-template.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

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

.grid-2-columns.style---styleguide-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 300px 1fr;
  align-items: start;
}

.grid-2-columns.form {
  grid-column-gap: 12px;
  grid-row-gap: 16px;
}

.grid-2-columns._2-col-mbl.gap-row-24px {
  grid-row-gap: 24px;
}

.grid-2-columns.template-page-sidebar {
  grid-template-columns: .35fr 1fr;
  align-items: start;
}

.grid-2-columns.changelog-item {
  grid-column-gap: 60px;
  border-bottom: 1px solid var(--neutral--600);
  grid-template-columns: .4fr 1fr;
  align-items: start;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 24px;
  padding-bottom: 32px;
}

.grid-2-columns.changelog-item.first {
  border-bottom-style: none;
  padding-top: 0;
  padding-bottom: 0;
}

.grid-2-columns.suprises-pages-right {
  grid-column-gap: 117px;
  grid-template-columns: 1fr 1.6fr;
  margin-bottom: 124px;
}

.grid-2-columns.suprises-pages-right.last {
  margin-bottom: 0;
}

.grid-2-columns.suprises-pages-left {
  grid-column-gap: 80px;
  grid-template-columns: 1.5fr 1fr;
  margin-bottom: 124px;
}

.grid-2-columns.header-siderbar-grid {
  z-index: 3;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: .31fr 1fr;
  align-items: start;
  margin-bottom: 0;
  position: relative;
}

.grid-2-columns.title-and-buttons {
  grid-template-columns: 1fr auto;
  align-items: end;
}

.grid-2-columns.gap-80px.utility-content-v1 {
  grid-template-columns: 1fr 1fr;
}

.grid-2-columns._1-25fr---1fr {
  grid-template-columns: 1.25fr 1fr;
}

.grid-2-columns.content-and-author-grid {
  grid-column-gap: 40px;
  grid-template-columns: 1fr .4fr;
  justify-content: space-between;
  max-width: 668px;
  margin-left: auto;
  margin-right: auto;
}

.grid-2-columns.hero-sales-grid {
  grid-column-gap: 40px;
  grid-template-columns: auto 1fr;
  align-content: center;
  max-height: 683px;
}

.grid-2-columns.card-home-pages-grid {
  grid-column-gap: 46px;
  align-items: stretch;
}

.grid-2-columns._1fr---1-25fr {
  grid-template-columns: 1fr 1.25fr;
}

.grid-2-columns.faq-grid {
  border-bottom: 1px solid var(--neutral--600);
  grid-template-columns: 1fr .9fr;
  align-items: start;
  padding-top: 32px;
  padding-bottom: 32px;
}

.grid-2-columns.faq-grid.first {
  padding-top: 0;
}

.grid-2-columns.faq-grid.last {
  border-bottom-style: none;
  padding-bottom: 0;
}

.grid-2-columns.form-v2 {
  grid-column-gap: 12px;
  grid-row-gap: 16px;
}

.grid-2-columns.search-page-sidebar {
  grid-row-gap: 40px;
  grid-template-columns: .6fr 1fr;
  align-items: start;
}

.style---navigation-sidebar {
  z-index: 1;
  box-shadow: 1px 0 14px 0 var(--general--shadow-01);
  height: 100%;
  max-height: 100vh;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.style---main-wrapper {
  background-color: #080f25;
}

.card {
  border: 1px solid var(--neutral--600);
  background-color: var(--neutral--700);
  color: var(--neutral--400);
  border-radius: 24px;
}

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

.card.form {
  flex-direction: column;
  justify-content: center;
  min-height: 340px;
  margin-bottom: 0;
  padding: 43px 40px;
  display: flex;
}

.card.link-card {
  color: var(--neutral--400);
  text-decoration: none;
  transition: border-color .3s, background-color .3s;
}

.card.link-card:hover {
  border-color: var(--hover--border-card);
  background-color: var(--hover--bg-card);
  color: var(--neutral--400);
}

.card.link-card.contact-link {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 40px 16px;
  display: flex;
}

.card.link-card._32px {
  padding: 32px 20px;
  display: block;
}

.card.link-card._32px:hover {
  border-color: var(--hover--border-card);
}

.card.link-card.contact-link-v2 {
  flex-direction: row;
  align-items: flex-start;
  padding: 35px 30px;
  display: flex;
}

.card.card-icon-left---content-right {
  background-color: var(--neutral--700);
  align-items: flex-start;
  min-height: 100%;
  padding: 30px;
  transition: background-color .3s, border-color .3s;
  display: flex;
}

.card.card-icon-left---content-right:hover {
  border-color: var(--hover--border-card);
  background-color: var(--hover--bg-card);
}

.card.card-icon-left---content-right.v2 {
  align-items: center;
  padding: 33px 52px 33px 48px;
}

.card.sticky-top.top-24px {
  top: 24px;
}

.card.whats-included {
  background-color: var(--neutral--800);
}

.card.figma-file {
  justify-content: space-between;
  align-items: center;
  margin-top: 32px;
  display: flex;
  overflow: hidden;
}

.card.sales-home-page {
  box-shadow: 0 2px 11px 0 var(--general--shadow-01);
  color: var(--neutral--600);
  transform-style: preserve-3d;
  text-decoration: none;
  transition: transform .3s, box-shadow .3s;
}

.card.sales-home-page:hover {
  box-shadow: 0 0 0 0 var(--general--shadow-01);
  color: var(--neutral--600);
  transform: scale3d(.99, .99, 1.01);
}

.card.buy-now {
  box-shadow: 0 6px 20px 0 var(--button-shadow--color-2);
  transform-style: preserve-3d;
  background-color: #146ef5;
  border-style: none;
  border-radius: 40px;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  transition: transform .3s, box-shadow .3s;
  display: flex;
  overflow: hidden;
}

.card.buy-now:hover {
  box-shadow: 0 1px 1px 0 var(--button-shadow--color-2);
  transform: scale3d(.99, .99, 1.01);
}

.card.buy-now.white {
  border-color: var(--neutral--300);
  background-color: var(--neutral--100);
  box-shadow: 0 2px 12px 0 var(--general--shadow-02);
}

.card.buy-now.white:hover {
  box-shadow: 0 1px 1px 0 var(--general--shadow-02);
}

.card.card-changelog {
  text-decoration: none;
  display: block;
  overflow: hidden;
}

.card.card-changelog-single {
  text-decoration: none;
  overflow: hidden;
}

.card.category-item {
  padding: 32px 58px;
  transition: border-color .3s, background-color .3s;
}

.card.category-item:hover {
  border-color: var(--hover--border-card);
  background-color: var(--hover--bg-card);
}

.card.post {
  padding: 40px 32px;
}

.card.utility-page-form-content {
  text-align: center;
  padding: 69px 63px;
}

.card.card-icon-center---content-center {
  text-align: center;
  flex-direction: column;
  align-items: center;
  min-height: 100%;
  padding: 30px 26px;
  transition: border-color .3s, background-color .3s;
  display: flex;
}

.card.card-icon-center---content-center:hover {
  border-color: var(--hover--border-card);
  background-color: var(--hover--bg-card);
}

.card.doc-item {
  flex-direction: column;
  transition: border-color .3s, background-color .3s;
  display: flex;
  overflow: hidden;
}

.card.doc-item:hover {
  border-color: var(--hover--border-card);
  background-color: var(--hover--bg-card);
}

.card.faqs {
  padding: 49px 40px;
  overflow: hidden;
}

.card.form-content {
  display: flex;
}

.card.form-grid {
  flex-direction: column;
  justify-content: center;
  margin-bottom: 0;
  padding: 43px 32px;
  display: flex;
}

.card.card-changelog-v3 {
  flex-direction: column;
  min-height: 100%;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.style---color-block {
  min-height: 120px;
  position: relative;
}

.style---color-block-content {
  border-top: 1px solid var(--neutral--600);
  padding: 16px 20px 20px;
}

.style---color-block-name {
  color: var(--neutral--100);
  margin-bottom: 6px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.111em;
}

.style---color-block-hex {
  color: var(--neutral--400);
  font-size: 14px;
  line-height: 1.111em;
}

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

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

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

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

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

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

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

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

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

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

.style---color-block-text-example {
  background-color: var(--neutral--100);
  border-radius: 40px;
  padding: 8px 10px;
  font-size: 12px;
  line-height: 1.167em;
  position: absolute;
  top: 16px;
  bottom: auto;
  left: auto;
  right: 16px;
}

.style---color-block-text-example.badge-dark {
  background-color: var(--neutral--800);
}

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

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

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

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

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

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

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

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

.bg-green-400 {
  background-color: var(--system--green-400);
}

.color-green-400 {
  color: #11845b;
}

.bg-blue-400 {
  background-color: var(--system--blue-400);
}

.color-blue-400 {
  color: var(--system--blue-400);
}

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

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

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

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

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

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

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

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

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

.color-green-200 {
  color: var(--system--green-200);
}

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

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

.bg-red-400 {
  background-color: var(--system--red-400);
}

.color-red-400 {
  color: var(--system--red-400);
}

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

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

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

.color-red-200 {
  color: var(--system--red-200);
}

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

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

.bg-orange-400 {
  background-color: var(--system--orange-400);
}

.color-orange-400 {
  color: var(--system--orange-400);
}

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

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

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

.color-orange-200 {
  color: var(--system--orange-200);
}

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

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

.style---block-sub-heading {
  margin-bottom: 32px;
}

.style---block-sub-heading.border {
  border-bottom: 1px solid var(--neutral--600);
  margin-bottom: 64px;
  padding-bottom: 40px;
}

.divider {
  background-color: var(--neutral--600);
  height: 1px;
  margin-top: 80px;
  margin-bottom: 80px;
}

.divider._64px {
  margin-top: 64px;
  margin-bottom: 64px;
}

.divider._64px.template-pages-start-here {
  margin-bottom: 40px;
}

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

.divider._24px {
  margin-top: 24px;
  margin-bottom: 24px;
}

.divider._0px {
  margin-top: 0;
  margin-bottom: 0;
}

.divider._0px.mg-top-20px {
  margin-top: 20px;
}

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

.divider.rich-text---content-bottom {
  margin-top: 24px;
  margin-bottom: 32px;
}

.divider.contact-form-v1 {
  margin-top: 60px;
  margin-bottom: 52px;
}

.divider.post-divider {
  margin-top: 48px;
  margin-bottom: 24px;
}

.style---typography-block-grid {
  grid-column-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: minmax(auto, 320px) 1fr;
}

.style---content-block {
  margin-bottom: 50px;
}

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

.mg-bottom-8px.header-search-bar {
  display: none;
}

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

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

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

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

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

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

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

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

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

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

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

.text-200 {
  font-size: 14px;
  line-height: 1.143em;
}

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

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

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

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

.display-1 {
  color: var(--neutral--100);
  font-size: 30px;
  font-weight: 600;
  line-height: 1.533em;
}

.display-1.mg-bottom-8px {
  color: var(--colours--link);
}

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

.grid-1-column.dropdown-link-column {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  justify-items: start;
}

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

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

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

.gap-40px {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
}

.gap-80px {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
}

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

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

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

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

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

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

.display-2 {
  color: var(--neutral--100);
  font-size: 26px;
  font-weight: 600;
  line-height: 1.385em;
}

.display-3 {
  color: var(--neutral--100);
  font-size: 20px;
  font-weight: 600;
  line-height: 1.4em;
}

.display-4 {
  color: var(--neutral--100);
  font-size: 16px;
  font-weight: 600;
  line-height: 1.375em;
}

.style---style-grid-wrapper {
  grid-row-gap: 180px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

.paragraph-large {
  font-size: 24px;
  line-height: 1.583em;
}

.paragraph-small {
  font-size: 12px;
  line-height: 1.833em;
}

.paragraph-small.medium {
  font-weight: 500;
}

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

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

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

.text-300 {
  font-size: 16px;
  line-height: 1.125em;
}

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

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

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

.text-300.semi-bold {
  font-weight: 600;
}

.text-300.semi-bold.footer-title {
  color: var(--neutral--100);
  margin-bottom: 24px;
}

.text-100 {
  font-size: 12px;
  line-height: 1.167em;
}

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

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

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

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

.text-bold {
  color: var(--neutral--800);
  font-weight: 700;
}

.text-uppercase {
  letter-spacing: .06em;
  text-transform: uppercase;
}

.text-strikethrough {
  text-decoration: line-through;
}

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

.grid-3-columns.style---buttons-grid {
  grid-column-gap: 70px;
  grid-template-columns: auto auto 1fr;
}

.grid-3-columns.style---buttons-grid.download-app-grid {
  grid-column-gap: 40px;
  grid-template-columns: auto auto;
}

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

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

.grid-3-columns.dropdown-link-column {
  grid-column-gap: 40px;
  grid-row-gap: 14px;
}

.style---shadow-card {
  border: 1px solid var(--neutral--600);
  background-color: var(--neutral--700);
  text-align: center;
  border-radius: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 160px;
  padding: 32px 44px;
  display: flex;
}

.style---shadow-card.shadow-01 {
  box-shadow: 0 3px 5px rgba(0, 0, 0, .2);
}

.shadow-01 {
  box-shadow: 0 2px 6px 0 var(--general--shadow-01);
}

.shadow-02 {
  box-shadow: 0 2px 12px 0 var(--general--shadow-02);
}

.shadow-03 {
  box-shadow: 0 8px 28px 0 var(--general--shadow-03);
}

.shadow-04 {
  box-shadow: 0 14px 42px 0 var(--general--shadow-04);
}

.shadow-05 {
  box-shadow: 0 24px 65px 0 var(--general--shadow-05);
}

.shadow-06 {
  box-shadow: 0 32px 72px 0 var(--general--shadow-06);
}

.button-shadow-color-01 {
  box-shadow: 0 4px 10px 0 var(--button-shadow--color-01);
}

.button-shadow-color-02 {
  box-shadow: 0 6px 20px 0 var(--button-shadow--color-2);
}

.button-shadow-color-03 {
  box-shadow: 0 10px 28px 0 var(--button-shadow--color-3);
}

.button-shadow-white-01 {
  box-shadow: 0 4px 10px 0 var(--button-shadow--white-01);
}

.button-shadow-white-02 {
  box-shadow: 0 6px 20px 0 var(--button-shadow--white-02);
}

.button-shadow-white-03 {
  box-shadow: 0 10px 28px 0 var(--button-shadow--white-03);
}

.style---heading {
  align-items: center;
  min-height: auto;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

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

.inner-container._600px.center {
  z-index: 2;
  max-width: 780px;
}

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

.inner-container._574px {
  max-width: 574px;
}

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

.inner-container._500px {
  max-width: 500px;
}

.inner-container._680px {
  max-width: 680px;
}

.inner-container._408px {
  max-width: 408px;
}

.inner-container._569px {
  max-width: 569px;
}

.inner-container._453px {
  max-width: 453px;
}

.inner-container._709px {
  max-width: 709px;
}

.inner-container._381px {
  max-width: 381px;
}

.inner-container._743px {
  max-width: 743px;
}

.inner-container._335px {
  max-width: 335px;
}

.inner-container._658px {
  max-width: 658px;
}

.inner-container._312px {
  max-width: 312px;
}

.style---content-heading {
  border: 1px solid var(--neutral--600);
  background-color: var(--neutral--700);
  box-shadow: 0 2px 6px 0 var(--general--shadow-02);
  border-radius: 24px;
  align-items: center;
  margin-bottom: 40px;
  padding: 24px;
  display: flex;
}

.style---heading-icon-wrapper {
  background-color: var(--colours--primary-1);
  border-radius: 14px;
  width: 50px;
  min-height: 50px;
  margin-right: 16px;
}

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

.style---content-wrapper {
  padding-top: 40px;
}

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

.border-radius-24px {
  z-index: -1;
  border-radius: 24px;
  transform: translate(0);
}

.style---card-wrapper {
  border: .6px solid var(--neutral--600);
  background-color: var(--neutral--700);
  box-shadow: 0 2px 7px 0 var(--general--shadow-01);
  border-radius: 24px;
  overflow: hidden;
}

.style---components-wrapper {
  border: 1px solid var(--neutral--600);
  border-radius: 24px;
  overflow: hidden;
}

.style---bg-white {
  background-color: var(--neutral--700);
  padding: 30px 24px;
}

.style-buttons-dark {
  background-color: var(--neutral--800);
  border-bottom-right-radius: 24px;
  border-bottom-left-radius: 24px;
  padding: 30px 24px;
}

.btn-primary {
  background-color: var(--colours--primary-1);
  color: var(--neutral--100);
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 48px;
  justify-content: center;
  padding: 18px 28px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.143em;
  text-decoration: none;
  transition: box-shadow .3s, transform .3s;
  box-shadow: inset 0 6px 4px #7d9aff, inset 0 0 4px rgba(0, 7, 32, .85);
}

.btn-primary:hover {
  transform: translate3d(0, -1.5px, .01px);
  box-shadow: inset 0 0 4px rgba(0, 7, 32, .85);
}

.btn-primary.small {
  padding: 12px 18px;
  font-size: 12px;
  line-height: 1.167em;
}

.btn-primary.small.header-btn-hidde-on-mb {
  margin-left: 24px;
}

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

.btn-primary.white {
  background-color: var(--neutral--100);
  color: var(--colours--primary-1);
  box-shadow: inset 0 6px 4px #aab1c9, inset 0 0 4px rgba(0, 7, 32, .85);
}

.btn-primary.white:hover {
  box-shadow: inset 0 0 4px rgba(0, 7, 32, .85);
}

.btn-primary.white.no-hover {
  box-shadow: none;
  color: #146ef5;
}

.btn-primary.white.no-hover:hover {
  background-color: var(--neutral--100);
  color: #146ef5;
  transform: none;
}

.btn-primary.inside-input {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.btn-primary.inside-input.default {
  padding: 16px 24px;
  top: 8px;
  bottom: 8px;
  right: 8px;
}

.btn-primary.button-row {
  margin-right: 16px;
}

.btn-primary.download-app {
  display: flex;
}

.btn-primary.no-hover {
  box-shadow: none;
}

.btn-primary.no-hover:hover {
  background-color: var(--colours--primary-1);
  box-shadow: none;
  transform: none;
}

.btn-primary.no-hover.brix-templates---btn {
  background-color: #553ffe;
}

.btn-primary.small---v2 {
  box-shadow: none;
  border-radius: 4px;
  padding: 10px 12px;
  font-size: 12px;
  line-height: 1.167em;
  transition: transform .3s;
}

.btn-secondary {
  border: 1px solid var(--neutral--100);
  background-color: var(--neutral--100);
  color: var(--neutral--800);
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 48px;
  padding: 17px 28px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.143em;
  transition: border-color .3s, transform .3s, background-color .3s, color .3s;
}

.btn-secondary:hover {
  border-color: var(--neutral--500);
  background-color: var(--neutral--600);
  color: var(--neutral--100);
  transform: translate3d(0, -1.5px, .01px);
}

.btn-secondary.small {
  padding: 12px 18px;
  font-size: 12px;
  line-height: 1.167em;
}

.btn-secondary.large {
  padding: 19px 32px;
  font-size: 16px;
  line-height: 1.125em;
}

.btn-secondary.white {
  border-color: var(--neutral--100);
  color: var(--neutral--100);
  background-color: rgba(0, 0, 0, 0);
}

.btn-secondary.white:hover {
  background-color: var(--neutral--100);
  box-shadow: none;
  color: var(--neutral--800);
}

.badge-primary {
  background-color: var(--colours--primary-1);
  color: var(--neutral--100);
  border-radius: 40px;
  padding: 12px 20px;
  font-size: 14px;
  line-height: 1.143em;
  display: inline-block;
}

.badge-primary.white {
  background-color: var(--neutral--100);
  color: var(--colours--primary-1);
}

.badge-primary.light {
  background-color: var(--neutral--600);
  color: var(--neutral--100);
}

.badge-primary.small {
  padding: 7px 9px;
  font-size: 12px;
  line-height: 1.167em;
}

.badge-primary.small.w--current {
  background-color: var(--colours--primary-1);
  color: var(--neutral--100);
}

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

.badge-secondary {
  border: 1px solid var(--neutral--400);
  background-color: var(--neutral--100);
  box-shadow: 0 2px 12px 0 var(--general--shadow-01);
  color: var(--neutral--800);
  text-align: center;
  border-radius: 40px;
  padding: 12px 20px;
  font-size: 14px;
  line-height: 1.143em;
  text-decoration: none;
  display: inline-block;
}

.badge-secondary.white {
  border-color: var(--neutral--600);
  background-color: var(--neutral--700);
  box-shadow: none;
  color: var(--neutral--100);
}

.badge-secondary.light {
  border-color: var(--neutral--200);
  background-color: var(--neutral--200);
  box-shadow: none;
}

.badge-secondary.small {
  padding: 7px 9px;
  font-size: 12px;
  line-height: 1.167em;
}

.badge-secondary.large {
  padding: 14px 28px;
  font-size: 16px;
  line-height: 1.125em;
}

.input {
  border: 1px solid var(--neutral--600);
  background-color: var(--neutral--700);
  color: var(--neutral--100);
  border-radius: 100px;
  min-height: 50px;
  margin-bottom: 0;
  padding: 12px 16px;
  font-size: 14px;
  line-height: 1.143em;
  transition: background-color .3s, color .3s, border-color .3s;
}

.input:hover {
  border-color: var(--hover--border-card);
  background-color: var(--hover--bg-card);
}

.input:focus {
  border-color: var(--hover--border-card);
  background-color: var(--hover--bg-card);
  color: var(--neutral--100);
}

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

.input.small {
  color: var(--neutral--400);
  min-height: 38px;
  margin-bottom: 24px;
  font-size: 12px;
  line-height: 1.143em;
}

.input.small:focus {
  color: var(--neutral--300);
}

.input.small::placeholder {
  font-size: 12px;
  line-height: 1.167em;
}

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

.input.small.search-icon-inside {
  margin-bottom: 0;
  padding-right: 25%;
}

.input.large {
  min-height: 60px;
}

.input.button-inside {
  padding-right: 45%;
}

.position-relative {
  position: relative;
}

.text-area {
  border: .6px solid var(--neutral--600);
  background-color: var(--neutral--700);
  color: var(--neutral--100);
  border-radius: 17px;
  min-width: 100%;
  max-width: 100%;
  min-height: 144px;
  max-height: 200px;
  padding: 16px;
  font-size: 14px;
  line-height: 1.143em;
  transition: background-color .3s, color .3s, border-color .3s;
}

.text-area:hover {
  border-color: var(--hover--border-card);
  background-color: var(--hover--bg-card);
}

.text-area:focus {
  border-color: var(--hover--border-card);
  background-color: var(--hover--bg-card);
  color: var(--neutral--100);
}

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

.text-area.small {
  min-height: 90px;
  margin-bottom: 24px;
  font-size: 12px;
  line-height: 1.167em;
}

.text-area.small.mg-bottom-0 {
  margin-bottom: 0;
}

.checkbox-field-wrapper {
  color: var(--neutral--100);
  align-items: center;
  margin-bottom: 24px;
  padding-left: 0;
  display: flex;
}

.checkbox {
  border-width: 1px;
  border-color: var(--neutral--600);
  background-color: rgba(0, 0, 0, 0);
  border-radius: 6px;
  width: auto;
  min-width: 24px;
  height: auto;
  min-height: 24px;
  margin-top: 0;
  margin-left: 0;
  margin-right: 10px;
  transition: border-color .3s, background-color .3s;
}

.checkbox:hover {
  border-color: var(--hover--border-card);
  background-color: var(--hover--bg-card);
}

.checkbox.w--redirected-checked {
  border-color: var(--colours--primary-1);
  background-color: var(--colours--primary-1);
  background-image: url('../images/check-form-brix-templates-webflow.svg');
  background-size: auto;
  margin-top: 0;
  margin-left: 0;
}

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

.checkbox.large {
  min-width: 28px;
  min-height: 28px;
}

.checkbox.small {
  border-radius: 5px;
  min-width: 22px;
  min-height: 22px;
}

.radio-button-field-wrapper {
  color: var(--neutral--100);
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 24px;
  padding-left: 0;
  display: flex;
}

.radio-button {
  border-color: var(--neutral--600);
  background-color: rgba(0, 0, 0, 0);
  width: auto;
  min-width: 24px;
  height: auto;
  min-height: 24px;
  margin-top: 0;
  margin-left: 0;
  margin-right: 10px;
  transition: border-color .3s, border-width .3s, background-color .3s;
}

.radio-button:hover {
  border-color: var(--hover--border-card);
  background-color: var(--hover--bg-card);
}

.radio-button.w--redirected-checked {
  border-width: 6px;
  border-color: var(--colours--primary-1);
  background-color: var(--hover--bg-card);
}

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

.radio-button.large {
  min-width: 28px;
  min-height: 28px;
}

.radio-button.large.w--redirected-checked {
  border-width: 8px;
}

.radio-button.small {
  min-width: 22px;
  min-height: 22px;
}

.style---avatars-grid {
  grid-column-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, 290px);
}

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

.avatar-circle._01 {
  width: 40px;
  max-width: 40px;
  height: 40px;
  max-height: 40px;
}

.avatar-circle._01.author-avatar {
  background-color: rgba(81, 120, 255, .4);
  margin-right: 10px;
}

.avatar-circle._02 {
  background-color: #2a3f86;
  width: 48px;
  max-width: 48px;
  height: 48px;
  max-height: 48px;
}

.avatar-circle._03 {
  width: 64px;
  max-width: 64px;
  height: 64px;
  max-height: 64px;
}

.avatar-circle._04 {
  width: 80px;
  max-width: 80px;
  height: 80px;
  max-height: 80px;
}

.avatar-circle._05 {
  width: 120px;
  max-width: 120px;
  height: 120px;
  max-height: 120px;
}

.avatar-circle._06 {
  width: 160px;
  max-width: 160px;
  height: 160px;
  max-height: 160px;
}

.avatar-circle._07 {
  width: 240px;
  max-width: 240px;
  height: 240px;
  max-height: 240px;
}

.avatar-circle._08 {
  width: 340px;
  max-width: 340px;
  height: 340px;
  max-height: 340px;
}

.style---icons-grid {
  grid-column-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, 72px);
}

.square-icon {
  border-radius: 16px;
}

.square-icon.password-page {
  border-radius: 18px;
  width: 100%;
  max-width: 80px;
  margin-bottom: 27px;
}

.style---social-square-icons-grid {
  grid-column-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, 36px);
}

.social-icon-font {
  font-family: Social Icons Font, sans-serif;
  line-height: 1.111em;
}

.social-icon-font.button-left {
  margin-right: 6px;
}

.social-icon-font.slack-icon {
  font-family: Slack Icon Font Devdocs X Webflow Website Template, sans-serif;
}

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

.line-rounded-icon.style---dropdown-arrow-sidebar {
  line-height: 18px;
}

.line-rounded-icon.link-icon-right {
  margin-left: 6px;
  display: inline-block;
}

.line-rounded-icon.link-icon-left {
  margin-right: 6px;
  display: inline-block;
}

.line-rounded-icon.dropdown-arrow {
  margin-left: 8px;
}

.line-rounded-icon.search-input {
  color: var(--neutral--500);
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 20px;
}

.line-rounded-icon.search-input.default {
  color: var(--neutral--300);
  font-size: 14px;
}

.line-rounded-icon.success-message-check {
  color: var(--colours--primary-1);
  margin-bottom: 15px;
  font-size: 40px;
  line-height: 1em;
}

.line-rounded-icon.success-message-check.left {
  margin-bottom: 0;
  margin-right: 10px;
  font-size: 20px;
}

.line-rounded-icon.accordion-icon {
  color: var(--neutral--100);
  font-size: 12px;
  line-height: 1em;
}

.line-rounded-icon.dropdown-arrow-sidebar {
  margin-left: auto;
  font-style: normal;
  line-height: 18px;
}

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

.line-rounded-icon._20px {
  font-size: 20px;
}

.line-rounded-icon.mg-right-4px {
  margin-right: 4px;
}

.style---line-icons-grid {
  grid-column-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, 20px);
}

.line-square-icon {
  font-family: Line Square Icons, sans-serif;
}

.filled-icons {
  font-family: Filled Icons, sans-serif;
}

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

.rich-text p {
  margin-top: 8px;
  margin-bottom: 8px;
  font-size: 12px;
  line-height: 1.833em;
}

.rich-text h2 {
  margin-bottom: 8px;
}

.rich-text h3 {
  margin-top: 32px;
  margin-bottom: 8px;
  font-weight: 600;
}

.rich-text ul, .rich-text ol {
  margin-top: 20px;
  margin-bottom: 20px;
}

.rich-text h6, .rich-text h5, .rich-text h4 {
  margin-top: 32px;
  margin-bottom: 8px;
  font-weight: 600;
}

.rich-text strong {
  color: var(--neutral--100);
  font-weight: 600;
}

.rich-text li, .rich-text figcaption {
  font-size: 12px;
  line-height: 1.833em;
}

.rich-text a {
  font-weight: 600;
}

.style---dropdown-wrapper-sidebar {
  width: 100%;
  overflow: hidden;
}

.style---dropdown-toggle {
  border-bottom: 1px solid var(--neutral--600);
  color: var(--neutral--100);
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 15px 20px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.111em;
  transition: color .3s;
  display: flex;
}

.style---dropdown-toggle:hover {
  color: var(--neutral--500);
}

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

.buttons-row {
  align-items: center;
  display: flex;
}

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

.style---dropdown-list-sidebar {
  border-bottom: 1px solid var(--neutral--600);
  background-color: #080f25;
  padding-top: 24px;
  padding-bottom: 24px;
  position: relative;
}

.style---dropdown-link-sidebar {
  color: var(--neutral--300);
  background-color: rgba(0, 0, 0, 0);
  flex-direction: row;
  align-items: center;
  padding: 12px 16px 12px 20px;
  font-size: 12px;
  text-decoration: none;
  transition: background-color .3s, border-color .3s, color .3s;
  display: flex;
}

.style---dropdown-link-sidebar:hover {
  border-right: 4px solid var(--colours--primary-1);
  background-color: var(--neutral--700);
}

.style---dropdown-link-sidebar.w--current {
  border-right: 4px solid var(--colours--primary-1);
  background-color: var(--neutral--600);
  color: var(--neutral--100);
  font-weight: 700;
}

.style---dropdown-link-icon-sidebar {
  background-color: var(--colours--primary-1);
  border-radius: 8px;
  max-width: 38px;
  margin-right: 10px;
  padding: 2px;
}

.style---sidebar-wrapper {
  border-right: 1px solid var(--neutral--600);
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  display: flex;
  overflow: auto;
}

.style---logo-wrapper {
  border-bottom: 1px solid var(--neutral--600);
  color: var(--neutral--600);
  text-align: center;
  background-color: #080f25;
  width: 100%;
  padding: 38px 22px;
  text-decoration: none;
}

.width-100 {
  width: 100%;
}

.width-100.fit-cover.doc-item-image {
  min-height: 152px;
  max-height: 169px;
}

.style---button-wrapper-sidebar {
  margin-top: 20px;
  margin-bottom: 24px;
  padding-left: 20px;
  padding-right: 20px;
}

.style---logo-sidebar {
  width: 100%;
  max-width: 158px;
  transition: opacity .3s;
}

.style---logo-sidebar:hover {
  opacity: .6;
}

.container-default {
  z-index: 2;
  max-width: var(--screens--documentation);
  width: 100%;
  height: 100%;
  max-height: none;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  padding-left: 24px;
  padding-right: 24px;
  position: relative;
}

.container-default.max-w-1208px {
  max-width: 1208px;
}

.container-default.max-w-1268px {
  max-width: 1268px;
}

.container-default.utility-page-content-v2 {
  flex: 1;
  align-items: center;
  width: 100%;
  margin-top: 41px;
  margin-bottom: 0;
  display: flex;
}

.section {
  padding-top: 140px;
  padding-bottom: 140px;
}

.section.hero-page {
  border-top: 1px solid var(--neutral--600);
  border-bottom: 1px solid var(--neutral--600);
  background-image: url('../images/bg-gradient-home-sales-devdocs-x-webflow-template.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
  overflow: hidden;
}

.section.cta-home-pages {
  background-image: linear-gradient(to bottom, var(--neutral--700) 43%, rgba(15, 24, 52, 0) 43%);
  padding-top: 0;
}

.section.pd-top-0px {
  padding-top: 0;
}

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

.section.pd-top-0px.pd-bottom-80px {
  flex-direction: column;
  flex: 1 0 auto;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section.pd-0px {
  padding-top: 0;
  padding-bottom: 0;
}

.section.full-v1 {
  padding-top: 77px;
  padding-bottom: 160px;
}

.link-wrapper {
  color: var(--neutral--100);
  font-size: 12px;
  line-height: 1.167em;
  display: flex;
}

.link-wrapper.color-primary {
  color: var(--colours--primary-1);
}

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

.heading-h1-size {
  color: var(--neutral--100);
  font-size: 28px;
  font-weight: 600;
  line-height: 1.571em;
}

.heading-h2-size {
  color: var(--neutral--100);
  font-size: 24px;
  font-weight: 600;
  line-height: 1.417em;
}

.heading-h3-size {
  color: var(--neutral--100);
  font-size: 22px;
  font-weight: 600;
  line-height: 1.273em;
}

.heading-h3-size.mg-bottom-14px {
  margin-bottom: 14px;
}

.heading-h4-size {
  color: var(--neutral--100);
  font-size: 18px;
  font-weight: 600;
  line-height: 1.333em;
}

.heading-h5-size {
  color: var(--neutral--100);
  font-size: 16px;
  font-weight: 600;
  line-height: 1.375em;
}

.heading-h6-size {
  color: var(--neutral--100);
  font-size: 14px;
  font-weight: 600;
  line-height: 1.286em;
}

.header-wrapper {
  background-color: rgba(0, 0, 0, 0);
  padding-top: 32px;
  padding-bottom: 32px;
}

.header-wrapper.v2 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.header-content-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.header-nav-menu-list {
  z-index: 1;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  line-height: 1.143em;
  list-style-type: none;
  display: flex;
}

.header-nav-link {
  color: var(--neutral--100);
  padding: 0;
  font-size: 14px;
  line-height: 1.143em;
}

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

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

.header-nav-list-item.show-in-tablet {
  display: none;
}

.dropdown-toggle {
  color: var(--neutral--100);
  align-items: center;
  padding: 0;
  font-size: 14px;
  line-height: 1.143em;
  transition: color .3s;
  display: flex;
}

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

.dropdown-column-wrapper {
  background-color: rgba(0, 0, 0, 0);
  padding-top: 24px;
  overflow: hidden;
  transform: translate(-64.5%);
}

.dropdown-column-wrapper.move-0 {
  transform: none;
}

.dropdown-link {
  color: var(--neutral--300);
  width: 100%;
  padding: 0;
  font-size: 14px;
  line-height: 1.429em;
}

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

.dropdown-link.w--current {
  color: var(--neutral--300);
}

.dropdown-link.w--current:hover {
  color: var(--neutral--100);
}

.dropdown-link.more-templates {
  color: var(--neutral--100);
  font-weight: 700;
}

.dropdown-link.more-templates:hover {
  color: var(--colours--primary-1);
}

.dropdown-pd {
  border: .6px solid var(--neutral--600);
  background-color: var(--neutral--700);
  border-radius: 20px;
  padding: 40px;
}

.dropdown-pd.pd-48px {
  padding: 48px;
}

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

.header-logo {
  width: 100%;
  max-width: 158px;
  padding-left: 0;
  transition: opacity .3s;
}

.header-logo:hover {
  opacity: .5;
}

.header-logo.w--current {
  font-family: var(--fonts--hk);
  text-align: center;
  max-width: none;
}

.header-logo-link {
  transform-style: preserve-3d;
  padding-left: 0;
  transition: transform .3s, color .3s;
}

.header-logo-link:hover {
  transform: scale3d(.96, .96, 1.01);
}

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

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

.hamburger-menu-wrapper.header-btn {
  display: none;
}

.hamburger-menu-bar {
  background-color: var(--neutral--800);
  border-radius: 20px;
  width: 52px;
  height: 4px;
  margin-top: 12px;
  margin-bottom: 12px;
}

.header-right-side {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.header-middle.center {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.btn-circle-primary {
  background-color: var(--colours--primary-1);
  color: var(--neutral--100);
  transform-style: preserve-3d;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 40px;
  min-width: 40px;
  height: 40px;
  min-height: 40px;
  font-family: Line Rounded Icons, sans-serif;
  font-size: 15px;
  line-height: 1em;
  text-decoration: none;
  transition: transform .3s;
  display: flex;
}

.btn-circle-primary:hover {
  color: var(--neutral--100);
  transform: scale3d(.94, .94, 1.01);
}

.btn-circle-primary.small {
  width: 30px;
  min-width: 30px;
  height: 30px;
  min-height: 30px;
  font-size: 10px;
}

.btn-circle-primary.large {
  width: 50px;
  min-width: 50px;
  height: 50px;
  min-height: 50px;
  font-size: 20px;
}

.btn-circle-primary.white {
  background-color: var(--neutral--100);
  color: var(--colours--primary-1);
}

.btn-circle-secondary {
  border: 1px solid var(--neutral--100);
  background-color: var(--neutral--100);
  box-shadow: 0 2px 12px 0 var(--general--shadow-02);
  color: var(--neutral--800);
  transform-style: preserve-3d;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 40px;
  min-width: 40px;
  height: 40px;
  min-height: 40px;
  font-family: Line Rounded Icons, sans-serif;
  font-size: 15px;
  line-height: 1em;
  text-decoration: none;
  transition: border-color .3s, transform .3s, background-color .3s, color .3s;
  display: flex;
}

.btn-circle-secondary:hover {
  border-color: var(--neutral--500);
  background-color: var(--neutral--600);
  color: var(--neutral--100);
  transform: scale3d(.94, .94, 1.01);
}

.btn-circle-secondary.small {
  width: 30px;
  min-width: 30px;
  height: 30px;
  min-height: 30px;
  font-size: 10px;
}

.btn-circle-secondary.large {
  width: 50px;
  min-width: 50px;
  height: 50px;
  min-height: 50px;
  font-size: 20px;
}

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

.btn-circle-secondary.white:hover {
  background-color: var(--neutral--100);
  color: var(--neutral--800);
}

.utility-page-wrap-v1 {
  justify-content: center;
  align-items: center;
  min-height: 80vh;
  padding-top: 94px;
  padding-bottom: 190px;
  display: flex;
}

.utility-page-content-v1 {
  flex-direction: column;
  width: 100%;
  max-width: 328px;
  margin-bottom: 0;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  max-width: 502px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.hidden-desktop {
  display: none;
}

.social-media-grid-top {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, 32px);
  justify-content: start;
  justify-items: start;
}

.social-media-grid-top._3-links {
  grid-template-columns: 32px 32px 32px;
}

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

.flex-vertical.gap-6px {
  grid-row-gap: 6px;
}

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

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

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

.flex-horizontal.input---btn {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.footer-wrapper {
  z-index: 1;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  border-top: .6px solid var(--neutral--600);
  background-color: var(--neutral--800);
  justify-content: space-between;
  height: 100%;
  padding: 100px 20px;
  display: flex;
  position: relative;
}

.footer-wrapper.v2 {
  background-color: rgba(0, 0, 0, 0);
}

.footer-logo {
  width: 100%;
  transition: opacity .3s;
}

.footer-logo:hover {
  opacity: .5;
}

.footer-logo-wrapper {
  width: 100%;
  max-width: 184px;
}

.footer-logo-wrapper.mg-bottom-0 {
  margin-bottom: 0;
}

.footer-list-wrapper {
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
}

.footer-list-item {
  margin-bottom: 14px;
  padding-left: 0;
  line-height: 1.143em;
}

.footer-link {
  color: var(--neutral--400);
  font-size: 14px;
  line-height: 1.143em;
  text-decoration: none;
}

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

.footer-link.more-template {
  color: var(--neutral--100);
  white-space: nowrap;
  font-weight: 700;
}

.footer-link.more-template:hover {
  color: var(--colours--primary-1);
}

.footer-top {
  padding-top: 64px;
  padding-bottom: 64px;
}

.footer-bottom {
  border-top: 1px solid var(--neutral--600);
  text-align: center;
  padding-top: 32px;
  padding-bottom: 32px;
}

.footer-bottom.v2 {
  border-top-style: none;
  padding-top: 25px;
  padding-bottom: 25px;
}

.success-message {
  color: var(--neutral--100);
  text-align: left;
  background-color: rgba(0, 0, 0, 0);
  padding: 0;
}

.error-message {
  color: var(--system--red-400);
  background-color: rgba(0, 0, 0, 0);
  margin-top: 20px;
  padding: 0;
}

.error-message.password, .text-center {
  text-align: center;
}

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

.sticky-top {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.sticky-top.header-wrapper---main {
  top: 0;
  overflow: auto;
}

.sticky-top.search-title {
  top: 48px;
}

.opacity-90 {
  opacity: .9;
}

._w-h-100 {
  width: 100%;
  height: 100%;
}

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

.overflow-hidden {
  overflow: hidden;
}

.link-sidebar {
  color: var(--neutral--100);
  transform-style: preserve-3d;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.143em;
  text-decoration: none;
  transition: transform .3s, opacity .3s;
  display: inline-block;
}

.link-sidebar:hover {
  opacity: .5;
  transform: translate3d(4px, 0, .01px);
}

.accordion-item-wrapper {
  border-bottom: 1px solid var(--neutral--600);
  cursor: pointer;
  transform-style: preserve-3d;
  justify-content: space-between;
  width: 100%;
  margin-bottom: -1px;
  padding-top: 26px;
  padding-bottom: 26px;
  transition: transform .3s;
  display: flex;
}

.accordion-item-wrapper:hover {
  transform: translate3d(8px, 0, .01px);
}

.accordion-item-wrapper.v2 {
  justify-content: space-between;
  margin-bottom: -1px;
  padding: 20px 0;
  overflow: hidden;
}

.accordion-item-wrapper.first {
  padding-top: 0;
}

.accordion-item-wrapper.last {
  border-bottom-style: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.accordion-header {
  align-items: center;
  display: flex;
}

.acordion-body {
  width: 100%;
  max-width: 720px;
}

.accordion-spacer {
  min-height: 8px;
}

.accordion-btn-line {
  background-color: var(--neutral--100);
  border-radius: 20px;
  width: 18px;
  height: 2px;
  position: absolute;
}

.accordion-btn-line.vertical {
  transform: rotate(90deg);
}

.accordion-btn-line.v2 {
  width: 12px;
}

.accordion-content-wrapper {
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.accordion-content-wrapper.v2 {
  max-width: 730px;
}

.accordion-side {
  margin-right: 24px;
}

.accordion-side.right-side {
  margin-left: 24px;
  margin-right: 0;
}

.accordion-icon-wrapper {
  justify-content: center;
  align-items: center;
  width: 16px;
  min-width: 16px;
  height: 16px;
  min-height: 16px;
  display: flex;
}

.accordion-title {
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.167em;
}

.accordion-title.size-16px {
  font-size: 16px;
}

.accordion-big-number-wrapper {
  display: flex;
}

.empty-state {
  border: 1px solid var(--neutral--600);
  color: var(--neutral--300);
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 24px;
  padding: 26px 24px;
}

.empty-state.small {
  border-radius: 10px;
  padding: 10px;
}

.pd---content-inside-card {
  padding: 32px 58px;
}

.pd---content-inside-card.large {
  padding: 40px 38px;
}

.pd---content-inside-card.template-pages---sidebar {
  padding: 14px 24px;
}

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

.image.fit-cover.figma-file-image {
  object-position: 0% 50%;
}

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

._404-not-found {
  color: var(--colours--link);
  margin-bottom: 12px;
  font-size: 100px;
  font-weight: 600;
  line-height: 1em;
}

.template-pages---nav-item-wrapper {
  padding-left: 0;
}

.template-pages---sidebar-navigation {
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
}

.template-pages---nav-item-link {
  color: var(--neutral--500);
  background-color: rgba(0, 0, 0, 0);
  margin-top: 4px;
  margin-bottom: 4px;
  text-decoration: none;
  transition: color .3s;
  display: flex;
}

.template-pages---nav-item-link:hover {
  color: var(--neutral--100);
}

.template-pages---nav-item-link.w--current {
  color: var(--neutral--100);
  font-weight: 700;
}

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

.image-home-link {
  border-radius: 14px;
}

.card-sales-home-content {
  border-top: 1px solid var(--neutral--600);
  text-align: center;
  justify-content: center;
  align-items: center;
  padding: 30px 20px;
  display: flex;
}

.card-sales-home-image {
  object-fit: cover;
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
  width: 100%;
}

.figma-file-image-wrapper {
  align-self: stretch;
  width: 55%;
  margin-right: -1px;
  overflow: hidden;
}

.figma-file-text-wrapper {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  max-width: 535px;
  padding: 90px 60px;
  display: flex;
}

.home-surprises-card {
  border: 1px solid var(--neutral--600);
  box-shadow: 0 2px 12px 0 var(--general--shadow-02);
  border-radius: 40px;
  overflow: hidden;
}

.card-home-pages-wrapper {
  max-width: 472px;
  margin-left: 24px;
  margin-right: 24px;
  padding-top: 58px;
}

.cta-square-logo {
  box-shadow: 0 8px 28px 0 var(--general--shadow-03);
  border-radius: 22px;
  width: 100%;
  max-width: 80px;
  margin-bottom: 14px;
}

.cta-square-logo.border {
  border: 1px solid var(--neutral--300);
}

.cta-image-card {
  object-fit: cover;
  object-position: 50% 0%;
  flex: 1;
  width: 1229px;
  max-width: 1229px;
  margin-top: 63px;
  margin-bottom: -78px;
}

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

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

.divider-vertical.mg-0px {
  margin-left: 0;
  margin-right: 0;
}

.navigation-sidebar {
  z-index: 4;
  border-right: .6px solid var(--neutral--600);
  flex-direction: column;
  width: 100%;
  max-width: 340px;
  min-height: 100vh;
  max-height: 100vh;
  padding-right: 0;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  overflow: auto;
}

.sidebar-wrapper {
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  justify-content: space-between;
  padding: 60px 24px;
  display: flex;
}

.page-main-wrapper {
  flex-direction: column;
  min-height: 100vh;
  padding-top: 0;
  display: flex;
}

.logo-wrapper {
  color: var(--neutral--600);
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.logo-wrapper.zh-svg-logo {
  height: 20px;
}

.dropdown-wrapper-sidebar {
  width: 100%;
  display: block;
}

.pad-menu-on-hover {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  color: var(--neutral--300);
  align-items: center;
  width: 100%;
  padding: 16px 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.143em;
  transition: padding .2s, transform .3s, opacity .3s;
  display: flex;
}

.pad-menu-on-hover:hover {
  padding-left: 4px;
}

.dropdown-list-sidebar {
  background-color: rgba(0, 0, 0, 0);
  padding-top: 7px;
  padding-left: 20px;
  position: relative;
  overflow: hidden;
}

.dropdown-list-sidebar.w--open {
  display: block;
}

.icon-wrapper {
  margin-right: 4px;
  display: flex;
}

.sidebar-dropdown-wrapper {
  color: var(--neutral--500);
  transform-style: preserve-3d;
  flex-direction: row;
  align-items: center;
  margin-bottom: 18px;
  font-size: 20px;
  line-height: 1.143em;
  text-decoration: none;
  transition: opacity .3s, transform .3s;
  display: flex;
}

.sidebar-dropdown-wrapper:hover {
  opacity: .5;
  color: var(--neutral--500);
  transform: translate3d(4px, 0, .01px);
}

.sidebar-dropdown-wrapper.text-block-10.locale-link-item {
  opacity: .7;
  font-size: 17px;
}

.sidebar-dropdown-wrapper.text-block-10.locale-link-item:hover {
  opacity: 1;
}

.sidebar-dropdown-wrapper.text-block-10.locale-link-item.w--current {
  opacity: 1;
  font-size: 17px;
}

.sidebar-dropdown-wrapper.text-block-10.locale-link-item.w--current:hover {
  opacity: 1;
}

.link-sidebar-wrapper {
  border-top: 1px none var(--neutral--600);
  border-bottom: 1px solid var(--neutral--600);
  padding-top: 24px;
  padding-bottom: 24px;
}

.link-sidebar-wrapper.none-border-top {
  border-top-style: none;
}

.link-sidebar-wrapper.none-border-bottom {
  border-bottom-style: none;
}

.link-sidebar-wrapper.border-top {
  border-top-style: solid;
}

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

.icon-docs-wrapper {
  width: 100%;
  max-width: 40px;
  margin-right: 14px;
}

.icon-docs-wrapper.center {
  margin-bottom: 16px;
  margin-right: 0;
}

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

.mg-left-auto {
  margin-left: auto;
}

.mg-left-auto.align-center {
  align-self: center;
}

.content-changelog {
  padding: 40px 48px;
}

.display-none {
  display: none;
}

.grid-logo---paragraph---icon {
  grid-template-rows: auto;
  grid-template-columns: auto 1fr auto;
  align-items: center;
}

.image-email {
  width: 100%;
  max-width: 127px;
}

.link-badge {
  transition: opacity .3s;
}

.link-badge:hover {
  opacity: .5;
}

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

.max-w-260px.mbl-100 {
  color: var(--colours--primary-1);
  margin-left: auto;
  margin-right: auto;
}

.icon-cms {
  box-shadow: 0 3px 5px 0 var(--general--shadow-02);
  border-radius: 12px;
  width: 48px;
  height: 48px;
  min-height: 48px;
  margin-bottom: 18px;
  overflow: hidden;
}

.social-icon-circle {
  color: var(--neutral--100);
  background-color: #162451;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 32px;
  min-width: 32px;
  height: 32px;
  min-height: 32px;
  font-size: 16px;
  line-height: 1em;
  text-decoration: none;
  transition: background-color .3s, color .3s;
  display: flex;
}

.social-icon-circle:hover {
  background-color: var(--colours--primary-1);
  color: var(--neutral--100);
}

.social-icon-circle._13px {
  font-size: 13px;
}

.social-icon-circle._21px {
  font-size: 21px;
}

.social-icon-circle._18px {
  font-size: 18px;
}

.grid-footer-4-columns {
  grid-column-gap: 30px;
  grid-row-gap: 56px;
  grid-template-rows: auto;
  grid-template-columns: minmax(170px, .7fr) min-content auto auto;
  justify-content: space-between;
}

.grid-main-pages {
  grid-column-gap: 26px;
  grid-row-gap: 26px;
  grid-template-rows: auto;
  grid-template-columns: auto auto auto;
  grid-auto-columns: 1fr;
  display: grid;
}

.icon-size---default {
  width: 100%;
  max-width: 79px;
  margin-bottom: 12px;
}

.icon-size---default.mg-bottom-17px {
  margin-bottom: 17px;
}

.icon---note-content {
  border: 1px solid var(--neutral--600);
  background-color: var(--neutral--700);
  color: var(--neutral--400);
  border-radius: 12px;
  min-width: 100%;
  max-width: 100%;
  padding: 16px 24px;
}

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

.icon-note-content {
  margin-top: 4px;
  margin-right: 10px;
}

.text-code {
  border: 1px solid var(--neutral--600);
  background-color: var(--neutral--700);
  color: var(--neutral--100);
  border-radius: 5px;
  padding: 2px 4px;
  font-family: Source Code Pro, sans-serif;
  font-weight: 500;
  line-height: 1em;
  display: inline-block;
}

.grid-3-table-v1 {
  grid-column-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 346px;
  align-items: center;
}

.grid-3-table-v1.align-top {
  align-items: start;
}

.grid-3-table-v1._0-75fr---1fr---1fr {
  grid-template-columns: .75fr 1fr 1fr;
}

.table-status-title {
  border: 1px solid var(--neutral--600);
  background-color: var(--neutral--700);
  border-radius: 8px;
  padding: 9px 18px;
}

.table-content {
  border-bottom: 1px solid var(--neutral--600);
  padding: 20px 18px;
}

.title-wrapper {
  background-color: var(--neutral--600);
  padding: 16px 24px;
  transform: translate(0);
}

.title-wrapper.bg---border {
  border-bottom: 1px solid var(--neutral--600);
  background-color: rgba(0, 0, 0, 0);
}

.visual-code-content {
  white-space: nowrap;
  padding-top: 24px;
  padding-bottom: 24px;
  padding-left: 24px;
  overflow: auto;
}

.text-source-code {
  color: var(--neutral--400);
  font-family: Source Code Pro, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 1em;
}

.text-source-code.color-neutral-300 {
  color: var(--neutral--300);
}

.visual-code-table {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
}

.pd-20px---28px {
  border-right: .6px solid var(--neutral--600);
  border-bottom: .6px solid var(--neutral--600);
  padding: 20px 28px;
}

.pd-20px---28px.none-border-right---bot {
  border-bottom-style: none;
  border-right-style: none;
}

.pd-20px---28px.border-right---mb-none-border {
  border-right-style: solid;
}

.pd-20px---28px.none-border-right {
  border-right-style: none;
}

.home-screenshots-container {
  justify-content: space-between;
  align-items: center;
  width: 132%;
  display: flex;
}

.screenshoots-grid {
  grid-row-gap: 25px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  width: 100%;
}

.screenshoots-grid.column-1 {
  align-items: center;
  margin-right: 23px;
}

.visual-code {
  border: 1px solid var(--neutral--600);
  background-color: var(--neutral--700);
  box-shadow: 0 2px 7px 0 var(--general--shadow-01);
  color: var(--neutral--500);
  border-radius: 12px;
  width: 100%;
  min-width: 100%;
  overflow: hidden;
}

.rich-text-v2 p {
  margin-top: 8px;
  margin-bottom: 8px;
  font-size: 12px;
  line-height: 1.833em;
}

.rich-text-v2 h2 {
  margin-bottom: 8px;
}

.rich-text-v2 ol {
  margin-top: 20px;
  margin-bottom: 32px;
}

.rich-text-v2 h4 {
  margin-bottom: 8px;
}

.rich-text-v2 ul {
  margin-top: 20px;
  margin-bottom: 32px;
}

.rich-text-v2 h5 {
  margin-bottom: 8px;
  font-size: 16px;
  line-height: 1.375em;
}

.rich-text-v2 h6 {
  margin-bottom: 8px;
}

.paragraph-note-content {
  margin-bottom: 0;
  font-size: 12px;
  line-height: 1.833em;
}

.tabs-menu-wrapper {
  grid-column-gap: 14px;
  border-bottom: .6px solid var(--neutral--600);
  margin-bottom: 18px;
  padding-bottom: 14px;
  display: flex;
}

.tabs-badge-secondary {
  border: 1px solid var(--neutral--600);
  background-color: var(--neutral--700);
  color: var(--neutral--100);
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 40px;
  padding: 7px 9px;
  font-size: 12px;
  line-height: 1.167em;
  text-decoration: none;
  transition: border-color .3s, background-color .3s, transform .3s, color .3s;
  display: inline-block;
}

.tabs-badge-secondary:hover {
  border-color: var(--colours--primary-1);
  background-color: var(--colours--primary-1);
  color: var(--neutral--100);
  transform: translate3d(0, -1.5px, .01px);
}

.tabs-badge-secondary.w--current {
  border-color: var(--colours--primary-1);
  background-color: var(--colours--primary-1);
  opacity: 1;
  color: var(--neutral--100);
  transform: translate(0);
}

.sidebar-logo-section-container {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 23px;
  display: flex;
}

.sidebar-collapse-icon-inner-container {
  cursor: pointer;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

.content-sidebar {
  width: 100%;
  max-width: 243px;
  margin-left: auto;
  margin-right: auto;
}

.visual-code-text {
  color: var(--neutral--300);
  margin-bottom: 0;
  font-weight: 500;
}

.visual-code-text.all-caps-v1 {
  color: var(--neutral--100);
  text-align: right;
  text-transform: uppercase;
  width: 44px;
  margin-right: 10px;
  display: inline-block;
}

.text-no-wrap {
  white-space: nowrap;
}

.home-screenshots {
  max-width: 563px;
}

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

.mg-bottom-28px, .mg-bottom-28px.keep {
  margin-bottom: 28px;
}

.dropdown-wrapper-sidebar---main {
  padding-top: 18px;
  padding-bottom: 18px;
}

.dropdown-icon-wrapper {
  width: 100%;
  max-width: 22px;
  margin-right: 4px;
  display: flex;
}

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

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

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

.card-icon-left---content-right---content {
  flex-direction: column;
  align-self: stretch;
  min-height: 100%;
  display: flex;
}

.mg-top-auto {
  margin-top: auto;
}

.card-icon-left-v2---icon {
  width: 100%;
  max-width: 64px;
  margin-right: 16px;
}

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

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

.table-space {
  height: auto;
}

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

.console-text-area {
  margin-bottom: 0;
  margin-left: 21px;
  padding-left: 0;
  padding-right: 24px;
  font-family: Source Code Pro, sans-serif;
  list-style-type: decimal;
}

.console-text-area.v2 {
  margin-left: 0;
  list-style-type: none;
}

.visual-code-area---item {
  color: var(--neutral--500);
  margin-bottom: 5px;
  padding-left: 12px;
  position: relative;
}

.visual-code-area---item.last {
  margin-bottom: 0;
}

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

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

.text-area-wrapper {
  min-width: 100%;
  max-width: 100%;
}

.contact-link-icon {
  max-width: 83px;
  margin-bottom: 16px;
}

.contact-link-content {
  flex-direction: column;
  flex: 1;
  align-items: center;
  display: flex;
}

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

.email-form-button-right---block {
  flex-direction: column;
  justify-content: center;
  min-height: 38px;
  margin-bottom: 0;
  display: flex;
}

.utility-page-wrap-v2 {
  background-image: url('../images/bg-gradient-password-devdocs-x-webflow-template.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  align-items: center;
  min-height: 80vh;
  padding-bottom: 160px;
  display: flex;
}

.pd---card-search, .pd-32px---32px {
  padding: 32px;
}

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

.white-link:hover {
  color: var(--colours--primary-1);
}

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

.card-icon-center---content-center---content {
  flex-direction: column;
  align-items: center;
  min-height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.doc-item-content {
  padding: 34px 37px 30px;
}

.card-form-wrapper {
  border-right: 1px solid var(--neutral--600);
  flex-direction: column;
  flex: 1;
  justify-content: center;
  max-width: 436px;
  padding: 43px 40px;
  display: flex;
}

.card-form-details {
  flex-direction: column;
  justify-content: center;
  width: 44%;
  padding: 43px 40px;
  display: flex;
}

.icon-link-grid {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  align-items: center;
}

.icon-link-wrapper {
  width: 42px;
}

.icon-link {
  transform-style: preserve-3d;
  transition: transform .3s, opacity .3s;
}

.icon-link:hover {
  opacity: .8;
  transform: translate3d(4px, 0, .01px);
}

.card-form-details-top {
  margin-bottom: 20px;
}

.card-form-details-content {
  flex-direction: column;
  width: 100%;
  max-width: 246px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.card-form-block {
  flex-direction: column;
  justify-content: center;
  width: 100%;
  max-width: 332px;
  min-height: 252px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.text-break-all {
  word-break: break-all;
}

.mg-bottom-88px, .mg-bottom-88px.keep {
  margin-bottom: 88px;
}

.contact-link-icon-v2 {
  max-width: 50px;
  margin-right: 15px;
}

.contact-link-content-v2 {
  flex-direction: column;
  flex: 1;
  display: flex;
}

.card-form-block-v2 {
  flex-direction: column;
  justify-content: center;
  width: 100%;
  max-width: 332px;
  min-height: 252px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.social-media-grid-form {
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, 32px);
}

.changelog-dot-grid {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
}

.changelog-dot-border {
  border: 1px solid var(--colours--primary-1);
  background-color: rgba(81, 120, 255, .4);
  border-radius: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-width: 13px;
  max-width: 13px;
  min-height: 13px;
  max-height: 13px;
  margin-top: 8px;
  display: flex;
  overflow: hidden;
}

.changelog-dot {
  background-color: var(--colours--primary-1);
  border-radius: 50%;
  min-width: 5px;
  max-width: 5px;
  min-height: 5px;
  max-height: 5px;
}

.content-changelog-v2 {
  padding: 32px 34px;
}

.content-changelog---bottom {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.content-changelog-v3 {
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  padding: 32px 30px;
  display: flex;
}

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

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

.zh-logo {
  width: 100%;
  max-width: none;
  height: 20px;
  margin-left: 0;
  margin-right: 0;
  position: relative;
  left: auto;
  right: auto;
}

.dropdown-link-sidebar-copy {
  color: var(--neutral--500);
  transform-style: preserve-3d;
  flex-direction: row;
  align-items: center;
  margin-bottom: 18px;
  font-size: 14px;
  line-height: 1.143em;
  text-decoration: none;
  transition: opacity .3s, transform .3s;
  display: flex;
}

.dropdown-link-sidebar-copy:hover {
  opacity: .5;
  color: var(--neutral--500);
  transform: translate3d(4px, 0, .01px);
}

.text-block {
  margin-left: 10px;
  font-size: 17px;
  font-style: normal;
}

.text-block.language-string-name {
  margin-left: 5px;
  margin-right: 5px;
}

.iframe {
  border-radius: 0;
  flex: 1 0 auto;
  width: 100%;
  max-width: 100vw;
  height: 100%;
  position: relative;
}

.html-embed {
  flex: 1 0 auto;
  width: 100%;
  height: 100%;
  position: relative;
}

.heading {
  margin-bottom: 0;
  padding: 10px 20px;
}

.company-information {
  z-index: 2;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  position: relative;
}

.zh-logo-2 {
  max-width: 100%;
  height: 20px;
  margin: 0;
  padding: 0;
  display: block;
}

.zettahash-iconography {
  width: auto;
  height: 24px;
}

.zettahash-company-address-and-flag-container {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  align-items: center;
}

.mi-flag {
  width: auto;
  height: 50px;
}

.cosy {
  margin-top: 0;
  margin-bottom: 0;
}

.link-2 {
  color: #ddd;
  text-decoration: none;
}

.link-2:hover {
  color: #fdfdfd;
  text-decoration: underline;
}

.links-organiser {
  z-index: 2;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-wrap: nowrap;
  position: relative;
}

.links-organiser-heading {
  margin-top: 0;
  margin-bottom: 15px;
  padding-left: 10px;
  padding-right: 10px;
}

.foolter-link-list {
  text-align: left;
  margin-bottom: 0;
  padding-left: 0;
}

.footer-link-2 {
  color: #c4c4c4;
  padding: 5px 10px;
  text-decoration: none;
  transition: color .2s;
  display: block;
}

.footer-link-2:hover {
  color: #fdfdfd;
  text-decoration: underline;
}

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

.flex-info-trio {
  z-index: 2;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  width: 100%;
  margin-top: 40px;
  display: grid;
  position: relative;
}

.flex-info-trio.step-layout {
  grid-column-gap: 40px;
  grid-row-gap: 100px;
  grid-template-rows: max-content max-content max-content;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-flow: row;
}

.flex-info-trio.step-layout.flex-info-trio-movie-up-after-tablet-tilt {
  margin-top: var(--screens--margin-1-hb-trio);
}

.shadows-blurs-container {
  z-index: 1;
  pointer-events: none;
  width: 100%;
  height: 600px;
  position: absolute;
}

.hero {
  z-index: 1;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  aspect-ratio: auto;
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 20%, 99.9% 21%, 99.6% 22%, 99% 23.5%, 67% 98%, 66.75% 98.4%, 66.6% 98.6%, 66.4% 98.9%, 66.3% 99%, 66% 99.4%, 65.5% 99.8%, 65.4% 99.85%, 65.2% 99.95%, 65% 100%, 0% 100%, 0% 0%);
  clip-path: polygon(0% 0%, 100% 0%, 100% 20%, 99.9% 21%, 99.6% 22%, 99% 23.5%, 67% 98%, 66.75% 98.4%, 66.6% 98.6%, 66.4% 98.9%, 66.3% 99%, 66% 99.4%, 65.5% 99.8%, 65.4% 99.85%, 65.2% 99.95%, 65% 100%, 0% 100%, 0% 0%);
  background-color: #000;
  border-radius: 25px;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  height: auto;
  min-height: 600px;
  margin: auto;
  padding: 40px 60px;
  position: relative;
  overflow: hidden;
}

.device-rim {
  border-radius: var(--screens--radius-size-hashboard-device-rim);
  transform-origin: 50% 0;
  transform-style: preserve-3d;
  background-image: url('../images/device-gradient.svg');
  background-position: 50% 100%;
  background-repeat: repeat-y;
  background-size: contain;
  width: 102.5%;
  height: 80px;
  transform: translate(0, -40px)perspective(2000px)rotateX(-45deg)rotateY(0)rotateZ(0);
}

.navbar {
  background-color: rgba(0, 0, 0, 0);
  justify-content: flex-start;
  align-items: center;
  height: auto;
  display: flex;
}

.div-block-6 {
  z-index: 3;
  border-radius: 40px;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: auto;
  left: 0%;
  right: 0%;
  box-shadow: 0 0 0 2px #30f;
}

.div-block-6.screen {
  z-index: 4;
  aspect-ratio: 3 / 2;
  background-image: url('../images/Screenshot-2024-02-13-at-17.11.23.png');
  background-position: 0 0;
  background-size: cover;
  border-radius: 30px;
  width: 100%;
  height: auto;
  margin: auto;
  position: relative;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
  box-shadow: 0 0 0 2px #30f, 0 0 0 10px #000, 0 0 0 11px #30f;
}

.image-7 {
  z-index: 1;
  opacity: 1;
  filter: blur(80px);
  pointer-events: none;
  width: 100vw;
  max-width: none;
  height: auto;
  min-height: 100%;
  position: absolute;
  top: 50%;
  bottom: auto;
  left: 50%;
  right: auto;
  transform: translate(-50%, -50%);
}

.image-7.subtle {
  opacity: .4;
}

.image-7.subtle.flip {
  perspective-origin: 50%;
  transform-origin: 0 0;
  transform: rotate(-26deg)translate(-50%, -50%);
}

.blur-behind-token {
  pointer-events: none;
  width: 100%;
  max-width: 90vw;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: scale(1.2)translate(-29%, -44%);
}

.name {
  display: flex;
}

.name.compact {
  margin-bottom: 0;
}

.hero-header {
  z-index: 2;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 900;
  line-height: 28px;
  position: relative;
}

.overlap-image-flex {
  z-index: 2;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  min-width: 600px;
  max-width: 50vw;
  margin-left: auto;
  position: relative;
}

.profile-image-file {
  width: 80%;
  min-width: 100px;
  max-width: none;
  height: auto;
  min-height: 100px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.numerology {
  z-index: 2;
  aspect-ratio: auto;
  opacity: .75;
  color: #4d91ff;
  text-align: left;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  margin: 0;
  padding: 10px;
  font-size: 32px;
  font-weight: 900;
  line-height: 100%;
  display: block;
  position: relative;
}

.blur-holder-container {
  aspect-ratio: 1;
  justify-content: center;
  align-items: center;
  height: 600px;
  max-height: 45vw;
  display: flex;
  position: relative;
}

.body-container {
  width: var(--screens--content);
  max-width: 90vw;
  margin-left: auto;
  margin-right: auto;
  overflow: visible;
}

.trio-item-title {
  margin-top: 10px;
}

.prominent {
  z-index: 5;
  width: 100%;
  margin-bottom: 40px;
  font-size: 35px;
  font-weight: 200;
  line-height: 150%;
  display: block;
  position: relative;
}

.prominent.grow {
  width: auto;
  margin-bottom: 30px;
  font-weight: 200;
}

.prominent.centred {
  text-align: center;
  width: 100%;
  font-size: 37px;
  font-weight: 200;
  left: auto;
  right: auto;
}

.prominent.btn {
  width: -webkit-max-content;
  width: max-content;
  margin-left: auto;
  margin-right: auto;
}

.prominent.btn.link.ico.arrow-right {
  align-items: center;
}

.prominent.link.ico.arrow-right {
  color: inherit;
  align-items: center;
  width: 100%;
  margin-bottom: 0;
}

.prominent.subtle {
  line-height: 200%;
}

.background-video {
  z-index: 0;
  border-radius: 15px;
  width: auto;
  min-width: 100%;
  height: 600px;
  min-height: 100%;
  margin: auto;
  position: absolute;
  top: -50%;
  bottom: auto;
  left: -50%;
  right: auto;
  transform: translate(50%, 50%);
}

.footer {
  z-index: 2;
  max-width: var(--screens--content);
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-image: radial-gradient(circle closest-corner at 50% 0%, var(--neutral--800), transparent);
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: auto;
  min-height: 500px;
  margin: auto auto 0;
  padding: 20px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.div-block {
  aspect-ratio: auto;
  filter: blur(100px);
  background-image: linear-gradient(#00ffbf, #410be4);
  width: 30px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
  transform: translate(-61px, -106px);
}

.div-block.blur-bar {
  filter: blur(100px);
  background-image: linear-gradient(#00d9ff, #00ffbf);
  width: 60px;
  transform: translate(-20px, -52px);
}

.mi-flag-2 {
  width: auto;
  height: 50px;
  transform: translate(0);
}

.link {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  opacity: .7;
  color: #fdfdfd;
  font-size: 22px;
  font-weight: 400;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.link:hover {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  opacity: 1;
}

.link:visited {
  color: #fdfdfd;
}

.link.arrow-right {
  z-index: 5;
  position: relative;
}

.link.arrow-down.ico.btn {
  align-items: center;
  display: flex;
}

.link.arrow-down.ico.btn:hover {
  color: var(--colours--neutral-9);
}

.faux-list {
  z-index: 2;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  color: #00ffbf;
  text-transform: none;
  font-size: 30px;
  font-weight: 900;
  position: relative;
}

.faux-list.teal-gradient {
  flex-flow: wrap;
  max-width: 60vw;
  line-height: 150%;
}

.rapael-text-quote {
  z-index: 2;
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 80%;
  max-width: 800px;
  display: block;
  position: relative;
}

.glow {
  z-index: 5;
  background-image: linear-gradient(to bottom, var(--colours--cobalt), transparent);
  filter: blur(100px);
  pointer-events: none;
  mix-blend-mode: normal;
  border-radius: 20%;
  width: 60%;
  height: 100%;
  margin-bottom: auto;
  position: absolute;
  top: 0;
  bottom: auto;
}

.glow.glow-wide {
  mix-blend-mode: color;
  width: 100%;
}

.trio-primary-img {
  width: auto;
  max-width: 70vw;
  height: 280px;
  margin-left: auto;
  margin-right: auto;
}

.image-16 {
  display: none;
}

.image-21 {
  background-color: rgba(0, 0, 0, .2);
  border-radius: 10px;
  width: 100%;
  max-width: 55px;
  height: 55px;
}

.import-to-metamask {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #979797;
  border: 1px #000;
  border-radius: 6px;
  align-items: center;
  width: auto;
  font-size: 20px;
  text-decoration: none;
  display: flex;
}

.import-to-metamask:hover {
  color: #fdfdfd;
  box-shadow: 0 0 0 1px #fdfdfd;
}

.import-to-metamask.btn {
  color: #fdfdfd;
}

.import-to-metamask.btn:hover {
  color: #141414;
}

.waves-graphic-centred {
  z-index: 0;
  width: 100vw;
  max-width: none;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.waves-graphic-centred.subtle {
  z-index: 0;
  opacity: .15;
  pointer-events: none;
  transform-origin: 50%;
  mix-blend-mode: overlay;
  transform: scale(1.2)rotate(-18deg)translate(-35%, -50%);
}

.waves-graphic-centred.subtle.small {
  width: 100%;
}

.waves-graphic-centred.subtle.small.highly-subtle {
  opacity: .1;
}

.hero-wrapper {
  z-index: 2;
  width: var(--screens--content);
  max-width: 90vw;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: visible;
}

.image-11 {
  height: 600px;
  max-height: none;
}

.major {
  margin-bottom: 20px;
  font-size: 40px;
  line-height: 110%;
}

.major.teal-gradient {
  padding-bottom: 0;
  line-height: 120%;
}

.image-4 {
  opacity: .5;
  pointer-events: auto;
}

.position {
  color: var(--colours--accent);
  text-align: center;
  font-size: 20px;
  line-height: 150%;
}

.iconography {
  aspect-ratio: auto;
  opacity: .5;
  color: #12005c;
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 20%, 99.9% 21%, 99.6% 22%, 99% 23.5%, 67% 98%, 66.75% 98.4%, 66.6% 98.6%, 66.4% 98.9%, 66.3% 99%, 66% 99.4%, 65.5% 99.8%, 65.4% 99.85%, 65.2% 99.95%, 65% 100%, 0% 100%, 0% 0%);
  clip-path: polygon(0% 0%, 100% 0%, 100% 20%, 99.9% 21%, 99.6% 22%, 99% 23.5%, 67% 98%, 66.75% 98.4%, 66.6% 98.6%, 66.4% 98.9%, 66.3% 99%, 66% 99.4%, 65.5% 99.8%, 65.4% 99.85%, 65.2% 99.95%, 65% 100%, 0% 100%, 0% 0%);
  background-image: linear-gradient(#fff, #fff);
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  padding: 10px 20px 10px 10px;
  font-size: 30px;
  font-weight: 900;
  display: flex;
  box-shadow: -2px 2px 11px rgba(0, 0, 0, .2);
}

.address.link {
  opacity: 1;
  color: #979797;
  text-align: center;
  width: 100%;
  font-size: 16px;
  line-height: 150%;
  transition-property: none;
  display: block;
  position: relative;
  overflow: visible;
}

.address.link:hover {
  color: #fdfdfd;
}

.image-12 {
  height: 600px;
  margin-left: -12%;
}

.device-screen-container {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 80%;
  height: 100%;
  display: flex;
}

.div-block-4 {
  opacity: 1;
  color: #c4c4c4;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 900;
  position: static;
  top: auto;
  left: auto;
}

.image-18 {
  z-index: 0;
  filter: blur(80px);
  width: 100%;
  position: absolute;
  bottom: 0;
  left: auto;
  right: 0;
  transform: translate(0, 237px);
}

.nav-menu {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  font-size: 1.14vw;
  display: flex;
}

.trio-item-text {
  text-align: left;
  font-size: 20px;
  font-weight: 200;
  line-height: 30px;
}

.image-3 {
  z-index: 0;
  filter: blur(80px);
  pointer-events: none;
  transform-style: preserve-3d;
  height: 100vh;
  min-height: 1000px;
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-10%, -33%)rotateX(180deg)rotateY(180deg)rotateZ(180deg);
}

.trio-item {
  z-index: 3;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: var(--colours--gauze);
  box-shadow: 100px 100px 200px -100px var(--colours--primary);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  mix-blend-mode: normal;
  border-radius: 20px;
  padding: 20px;
  position: relative;
}

.trio-item.centred-10 {
  z-index: 2;
  box-shadow: 100px 100px 200px -100px var(--colours--cobalt-dark);
  -webkit-backdrop-filter: blur(50px);
  backdrop-filter: blur(50px);
  mix-blend-mode: normal;
  background-color: rgba(0, 0, 0, 0);
  background-image: none;
  align-items: center;
}

.flex-block-3 {
  z-index: 2;
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: row-reverse;
  justify-content: flex-start;
  align-items: center;
  position: relative;
}

.div-block-3 {
  filter: blur(100px);
  background-color: #00d9ff;
  width: 100px;
  max-width: 20vw;
  height: 100px;
  max-height: 20vw;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
  transform: translate(-47px, -11px);
}

.div-block-3.white {
  filter: blur(50px);
  background-color: #fff;
  border-radius: 200px;
  width: 50px;
  max-width: 10vw;
  height: 50px;
  max-height: 10vw;
  transform: translate(-25px, 52px);
}

.flex-block {
  z-index: 3;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: space-between;
  align-items: center;
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 0;
  position: relative;
}

.flex-block.blur {
  z-index: 5;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  border-radius: 0 0 20px 20px;
  width: calc(100% + 40px);
  padding-left: 20px;
  padding-right: 20px;
  left: 50%;
  transform: translate(-50%);
}

.blur-footer {
  z-index: 0;
  opacity: .49;
  pointer-events: none;
  width: 100%;
  max-width: 50vw;
  height: auto;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
  transform: scale(2)rotate(-77deg);
}

.blur-footer.right {
  opacity: .36;
  pointer-events: none;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
  transform: translate(32%)scale(2)rotate(-28deg);
}

.blur-footer.subtle {
  opacity: .37;
  transform: translate(50%, -111px)scale(2)rotate(-77deg);
}

.flex-container-heading {
  flex: 0 auto;
  width: 100%;
  margin-top: 0;
  font-size: 28px;
  font-weight: 200;
  line-height: 150%;
}

.heading-2 {
  z-index: 5;
  width: 80%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 200;
  line-height: 150%;
  position: relative;
}

.image-14 {
  z-index: 1;
  width: 100%;
  max-width: 45vw;
  height: auto;
  position: relative;
}

.bold-text {
  color: var(--neutral--300);
  text-transform: none;
  font-size: 45px;
  font-weight: 900;
  line-height: 150%;
}

.i2m-img {
  border-radius: 5px;
  height: 2rem;
}

.flex-container {
  z-index: 2;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  margin-top: 20px;
  padding-top: 20px;
  position: relative;
}

.flex-container.horizontal {
  flex-flow: wrap;
  display: flex;
}

.flex-container.horizontal.no-padding-no-margin {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  margin-top: 0;
  padding-top: 0;
}

.flex-container.no-padding-no-margin {
  margin-top: 0;
  padding-top: 0;
}

.hero-border-wrapper {
  z-index: 2;
  border-radius: 15px;
  margin-top: 40px;
  margin-bottom: 40px;
  position: relative;
  overflow: hidden;
}

.trio-item-head {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: relative;
}

.major-paragraph {
  color: #c4c4c4;
  width: auto;
  margin-top: 20px;
  font-size: 20px;
  font-weight: 200;
  line-height: 150%;
}

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

.page-contents-wrapper-atf {
  z-index: 3;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: visible;
}

.container-text-head {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
}

.scroll-prompt {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-items: flex-end;
  display: none;
  position: absolute;
  top: auto;
  bottom: 40px;
  left: 75%;
  right: 40px;
}

.nav-link {
  box-shadow: none;
  position: relative;
}

.nav-link.btn {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  box-shadow: none;
  border: 1px #000;
  justify-content: center;
  align-items: center;
  display: flex;
}

.nav-link.btn:hover {
  background-color: var(--colours--neutral-1);
  box-shadow: none;
  color: var(--colours--neutral-10);
  transform: none;
}

.nav-link.btn.w--current {
  display: none;
}

.nav-link.btn.pri {
  background-image: linear-gradient(54deg, #001349, #00ffbf);
}

.nav-link.btn.pri:hover {
  color: #fdfdfd;
  background-image: linear-gradient(54deg, #001349, #001349);
}

.nav-link.btn.pri.nav-pri {
  background-image: linear-gradient(54deg, var(--colours--accent), var(--colours--teal));
  color: var(--cobalt-dark-medium);
}

.nav-link.btn.pri.nav-pri:hover {
  color: var(--colours--neutral-1);
  background-image: linear-gradient(54deg, #001349, #001349);
}

.nav-link.btn.language-picker {
  align-items: center;
}

.nav-link.btn.language-picker:hover {
  background-color: var(--colours--light-gauze);
  color: var(--colours--neutral-1);
}

.nav-link.btn.hinting {
  background-color: var(--colours--light-gauze);
}

.nav-link.btn.hinting:hover {
  background-color: var(--colours--neutral-1);
}

.text-block-2 {
  z-index: 1;
  opacity: .2;
  color: #30f;
  font-size: 250px;
  font-style: italic;
  line-height: 250px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
  transform: translate(-50%, -25%);
}

.provider-title {
  flex: 0 auto;
  align-self: auto;
  width: 100%;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 400;
  line-height: 150%;
  display: block;
  position: relative;
}

.link-block {
  transition: opacity .2s;
}

.link-block.w--current:hover {
  opacity: 1;
}

.link-block.zh-svg-logo.w--current {
  transition-property: none;
}

.image-17 {
  z-index: 2;
  filter: blur(80px);
  mix-blend-mode: screen;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.skew-device {
  z-index: 1;
  aspect-ratio: auto;
  perspective: 2000px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-top: 20px;
  display: flex;
  position: relative;
}

.vortex-img {
  opacity: .25;
  transform-style: preserve-3d;
  flex: 0 auto;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: auto;
  left: auto;
  transform: scale(.9)translate(5%, 12%)rotateX(0)rotateY(180deg)rotateZ(-15deg);
}

.waves-graphic {
  z-index: 1;
  opacity: .22;
  width: 120vw;
  max-width: none;
  position: absolute;
  top: auto;
  bottom: -30%;
  left: 50%;
  right: auto;
  transform: translate(-50%);
}

.btn {
  color: #fdfdfd;
  cursor: pointer;
  border-radius: 5px;
  padding: 10px 20px;
  font-style: normal;
  line-height: 150%;
  text-decoration: none;
  transition: all .2s;
  position: relative;
  box-shadow: 0 0 0 1px #fdfdfd;
}

.btn:hover {
  color: #141414;
  background-color: #fdfdfd;
  transform: scale(.96);
}

.btn:visited {
  color: #fdfdfd;
}

.btn.click-to-copy.link {
  box-shadow: none;
}

.btn.link.external {
  align-items: center;
}

.btn.link.external.link-external.ico {
  opacity: 1;
}

.btn.link.external.link-external.ico.btn-trio-elastic {
  margin-left: auto;
  margin-right: auto;
}

.btn.hero-btn {
  z-index: 2;
  background-color: var(--colours--light-gauze);
  box-shadow: none;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  font-size: 20px;
}

.btn.hero-btn:hover {
  color: var(--colours--white);
  transform: none;
}

.btn.inline {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.btn.inline.subtle {
  border-radius: 5px;
}

.btn.inline.subtle:hover {
  background-color: var(--colours--light-gauze);
  color: var(--colours--neutral-1);
  transform: none;
  box-shadow: 0 0 8px -1px #fdfdfd;
}

.btn.inline.subtle.w--current {
  color: inherit;
}

.body-wrapper {
  background-image: radial-gradient(circle at 100% 0, #000e2d, rgba(0, 0, 0, 0));
  width: 100vw;
  height: 100%;
  margin-top: 0;
  padding-top: 70px;
  position: relative;
  overflow: hidden;
}

.profile-pic {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: rgba(0, 0, 0, .2);
  border-radius: 120px;
  width: 120px;
  height: 120px;
  margin-bottom: 10px;
  position: relative;
  overflow: hidden;
}

.text-block-5 {
  line-height: 150%;
}

.provider-tile {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  background-color: var(--colours--light-gauze);
  object-fit: fill;
  border-radius: 15px;
  flex: 1 0 auto;
  align-items: center;
  width: auto;
  min-width: 200px;
  padding: 15px;
  display: flex;
  position: relative;
}

.provider-flex {
  z-index: 1;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  width: auto;
  position: relative;
}

.provider-flex.animation-reverse {
  flex-direction: row-reverse;
}

.provider-flex.spacious {
  padding-bottom: 40px;
}

.tile {
  -webkit-backdrop-filter: blur(100px);
  backdrop-filter: blur(100px);
  background-color: rgba(255, 255, 255, .03);
  border-radius: 15px;
}

.tile.profile {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: var(--colours--gauze);
  flex-direction: column;
  flex: 1 0 auto;
  justify-content: center;
  align-items: center;
  width: 250px;
  min-width: 0;
  height: auto;
  padding: 20px;
  transition: transform .2s;
  display: flex;
  position: relative;
}

.tile.profile:hover {
  z-index: 3;
  position: relative;
  transform: scale(1.1);
}

.blur-behing-phones {
  z-index: 0;
  opacity: .5;
  filter: blur(100px);
  transform-style: preserve-3d;
  width: 100%;
  max-width: 100vw;
  height: auto;
  position: absolute;
  top: auto;
  bottom: auto;
  left: auto;
  right: 0%;
  transform: rotateX(-180deg)rotateY(0)rotateZ(-17deg);
}

.text-block-3 {
  text-align: right;
  font-size: 20px;
  line-height: 150%;
}

.text-block-3.teal-gradient {
  float: right;
  clear: none;
  width: auto;
  display: inline-block;
  position: relative;
  left: auto;
  right: 0;
}

.container-head {
  z-index: 10;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.container-head.centred.depth-high {
  z-index: 10;
}

.div-block-2 {
  filter: blur(80px);
  background-image: linear-gradient(88deg, #fdfdfd, #00d9ff);
  width: 66%;
  height: 80px;
  margin-bottom: -20px;
  margin-left: 0%;
  margin-right: auto;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.wide-blur-straight-h {
  z-index: 0;
  pointer-events: none;
  transform-style: preserve-3d;
  width: 100%;
  max-width: 100vw;
  height: auto;
  position: absolute;
  transform: rotate(88deg)scale(2.5)translate3d(0, 0, -300px);
}

.hero-head-secondary-text {
  z-index: 2;
  opacity: 1;
  text-align: left;
  max-width: 80%;
  margin-bottom: 10px;
  font-size: 52px;
  font-weight: 200;
  line-height: 150%;
  position: relative;
}

.image-2 {
  z-index: 0;
  opacity: 1;
  filter: blur(90px);
  pointer-events: none;
  width: 960px;
  max-width: none;
  height: 100%;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
  transform: translate(0, -20%);
}

.container {
  z-index: 2;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  width: 100%;
  max-width: 1500px;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  position: relative;
}

.container.bg-blur-2 {
  max-width: var(--screens--content);
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  position: relative;
  overflow: visible;
}

.container.bg-blur-2.tile-flex-animated-container {
  z-index: 1;
  background-color: var(--colours--dark-navy);
  box-shadow: 0 2px 200px 200px var(--colours--dark-navy);
  border-radius: 30px;
  padding-top: 60px;
  padding-bottom: 60px;
  overflow: hidden;
}

.container.flex-h {
  max-width: var(--screens--content);
  flex-direction: row;
  justify-content: flex-start;
  margin-top: 60px;
}

.container.flex-h.move-up-by-440px {
  max-width: var(--screens--content);
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  margin-top: 60px;
  top: auto;
}

.container.flex-h.move-up-by-440px.centred-flex {
  z-index: 3;
  align-items: center;
}

.container.flex-h.centred-flex {
  align-items: center;
}

.container.flex-h.discord-parent {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 90vw;
  min-height: 500px;
  padding: 40px;
  display: flex;
}

.container.centred {
  perspective: 2000px;
  align-items: center;
}

.container.centred.hashboard-parent {
  max-width: var(--screens--content);
  perspective: 3000px;
}

.container.centred.hashboard-parent.words-of-raphael {
  opacity: 1;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  border-radius: 30px;
  padding-top: 60px;
  padding-bottom: 60px;
}

.container.centred.cluster-parent {
  z-index: 0;
  max-width: var(--screens--content);
  justify-content: center;
  height: 600px;
}

.container.become-a-hasher-container {
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-top: 0;
}

.container.footer-container {
  z-index: 5;
  max-width: var(--screens--content);
  margin-top: auto;
  padding-top: 0;
  padding-bottom: 0;
}

.image-10 {
  z-index: 0;
  filter: blur(80px);
  width: 100%;
  max-width: 80vw;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%)rotate(34deg);
}

.div-block-7 {
  z-index: 3;
  border-radius: 40px;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: auto;
  left: 0%;
  right: 0%;
  box-shadow: 0 0 0 2px #30f;
}

.div-block-7.screen {
  z-index: 4;
  aspect-ratio: 3 / 2;
  background-image: url('../images/Screenshot-2024-02-13-at-17.11.23.png');
  background-position: 0 0;
  background-size: cover;
  border-radius: 30px;
  width: 100%;
  height: auto;
  margin: auto;
  position: relative;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
  box-shadow: 0 0 0 2px #30f, 0 0 0 10px #000, 0 0 0 11px #30f;
}

.image-22 {
  z-index: -1;
  opacity: .5;
  pointer-events: none;
  width: 100vw;
  max-width: none;
  height: auto;
  min-height: 100%;
  position: absolute;
  top: 50%;
  bottom: auto;
  left: 50%;
  right: auto;
  transform: rotate(23deg)skew(-51deg)translate(-89%, -20%);
}

.image-22.subtle {
  opacity: .4;
}

.image-22.subtle.flip {
  perspective-origin: 50%;
  transform-origin: 0 0;
  transform: rotate(-26deg)translate(-50%, -50%);
}

.mobile-phone-3 {
  display: none;
}

.image-24 {
  background-color: rgba(0, 0, 0, .2);
  border-radius: 10px;
  width: 100%;
  max-width: 55px;
  height: 55px;
}

.mobile-phone-1 {
  height: 600px;
  max-height: none;
}

.image-26 {
  opacity: .5;
  pointer-events: auto;
}

.mobile-phone-2 {
  height: 600px;
  margin-left: -12%;
}

.div-block-8 {
  opacity: 1;
  color: #c4c4c4;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 900;
  position: static;
  top: auto;
  left: auto;
}

.image-28 {
  z-index: 0;
  opacity: .83;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: auto;
  right: 0;
}

.image-29 {
  z-index: 0;
  pointer-events: none;
  height: 100vh;
  min-height: 1000px;
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-26%, -38%)rotate(20deg);
}

.div-block-9 {
  filter: blur(100px);
  background-color: #00d9ff;
  width: 100px;
  max-width: 20vw;
  height: 100px;
  max-height: 20vw;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
  transform: translate(-47px, -11px);
}

.div-block-9.white {
  filter: none;
  background-color: #fff;
  border-radius: 200px;
  width: 50px;
  max-width: 10vw;
  height: 50px;
  max-height: 10vw;
  transform: translate(-25px, 52px);
}

.nav-block {
  z-index: 3;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: space-between;
  align-items: center;
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 0;
  position: relative;
}

.nav-block.blur {
  z-index: 10;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  width: 100%;
  max-width: 100vw;
  height: 70px;
  padding-left: 20px;
  padding-right: 20px;
  position: fixed;
  top: 0;
  left: 50%;
  transform: translate(-50%);
}

.heading-3 {
  z-index: 5;
  width: 80%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 600;
  line-height: 150%;
  position: relative;
}

.image-30 {
  z-index: 1;
  width: 80vw;
  max-width: 500px;
  height: auto;
  position: relative;
}

.text-block-6 {
  z-index: 1;
  opacity: .2;
  color: #30f;
  font-size: 250px;
  font-style: italic;
  line-height: 250px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
  transform: translate(-50%, -25%);
}

.image-31 {
  z-index: 2;
  opacity: 1;
  mix-blend-mode: overlay;
  width: 200%;
  max-width: none;
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-35%, -32%);
}

.link-text-block {
  padding-right: 10px;
  line-height: 150%;
}

.link-text-block.no-pad {
  padding-right: 0;
}

.text-block-8 {
  text-align: right;
  font-size: 20px;
  line-height: 150%;
}

.text-block-8.teal-gradient {
  float: right;
  clear: none;
  width: auto;
  display: inline-block;
  position: relative;
  left: auto;
  right: 0;
}

.div-block-10 {
  filter: blur(80px);
  background-image: linear-gradient(88deg, #fdfdfd, #00d9ff);
  width: 66%;
  height: 80px;
  margin-bottom: -20px;
  margin-left: 0%;
  margin-right: auto;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.blur-32 {
  z-index: 0;
  opacity: .9;
  pointer-events: none;
  transform-origin: 50%;
  transform-style: preserve-3d;
  width: 960px;
  max-width: none;
  height: 100%;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
  transform: skew(-4deg, 39deg)rotateX(0)rotateY(-180deg)rotateZ(-26deg)translate(122%, -47%);
}

.image-33 {
  z-index: 0;
  opacity: .77;
  width: 100%;
  max-width: 80vw;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: skew(38deg, -2deg)scale(1.2)translate(-17%, -41%)rotate(88deg);
}

.image-34 {
  z-index: 1;
  opacity: 1;
  filter: blur(80px);
  pointer-events: none;
  width: 100vw;
  max-width: none;
  height: auto;
  min-height: 100%;
  position: absolute;
  top: 50%;
  bottom: auto;
  left: 50%;
  right: auto;
  transform: translate(-50%, -50%);
}

.image-34.subtle {
  opacity: .4;
}

.rotunda-head-wrapper {
  z-index: 1;
  width: 100%;
  height: auto;
  position: relative;
}

.heading-4 {
  z-index: 5;
  width: 80%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 200;
  line-height: 150%;
  position: relative;
}

.heading-4.heading-counter-hasher.bold, .heading-4.heading-counter-em.bold {
  font-weight: 900;
}

.rotunda-head {
  z-index: 1;
  aspect-ratio: 1;
  opacity: .3;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  pointer-events: none;
  width: 100%;
  min-width: auto;
  position: absolute;
  transform: translate(0%, -60%);
}

.rotunda-head-container {
  width: 100%;
  position: relative;
}

.rotunda-head-text-container {
  z-index: 3;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-items: center;
  width: 80%;
  margin-top: 5%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.rotunda-img {
  width: 100%;
  max-width: none;
  position: absolute;
  top: 0;
  left: 0;
}

.rotunda-img.smaller {
  opacity: .33;
  width: 80%;
  margin: auto;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.rotunda-img.smaller.smallest {
  opacity: .25;
  filter: blur(5px);
  width: 70%;
}

.image-35 {
  z-index: 1;
  opacity: 1;
  filter: blur(80px);
  pointer-events: none;
  width: 100vw;
  max-width: none;
  height: auto;
  min-height: 100%;
  position: absolute;
  top: 50%;
  bottom: auto;
  left: 50%;
  right: auto;
  transform: translate(-50%, -50%);
}

.image-35.subtle {
  opacity: .4;
}

.image-35.subtle.flip {
  opacity: .46;
  filter: none;
  perspective-origin: 50%;
  transform-origin: 0 0;
  transform: skew(-60deg)rotate(12deg)translate(-50%, -35%);
}

.text-block-9 {
  text-transform: lowercase;
  white-space: nowrap;
  word-break: normal;
  text-overflow: ellipsis;
  width: 100%;
  overflow: hidden;
}

.empty-state-2, .empty-state-3 {
  display: none;
}

.body {
  background-color: var(--colours--dark-navy);
  font-family: var(--fonts--hk);
  color: var(--neutral--300);
  max-width: 100vw;
  overflow-x: hidden;
  overflow-y: auto;
}

.horiz-centre {
  align-items: center;
  margin-bottom: 40px;
  font-weight: 800;
  display: flex;
}

.body-2 {
  font-family: var(--fonts--hk);
  color: var(--neutral--300);
}

.subscript-2 {
  font-weight: 400;
}

.bold-text-2 {
  color: var(--neutral--200);
}

.foolter-link-list-item {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  padding-left: 0;
  font-size: 15px;
  display: flex;
}

.container-icon {
  z-index: 2;
  opacity: .4;
  width: auto;
  max-width: none;
  height: 100px;
  margin-bottom: 20px;
  position: relative;
  top: auto;
}

.div-block-11 {
  margin-left: auto;
  margin-right: auto;
}

.documentation-container {
  max-width: var(--screens--documentation);
  margin-left: auto;
  margin-right: auto;
}

.image-37 {
  height: 40px;
}

.image-37:hover {
  opacity: .8;
}

.image-38 {
  width: 500px;
}

.body-3 {
  font-family: var(--fonts--hk);
}

.image-39 {
  filter: blur(80px);
  width: 100%;
  max-width: none;
  height: 100%;
  min-height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  transform: rotate(90deg);
}

.dropdown-sidebar-toggle-copy {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  color: var(--neutral--300);
  transform-style: preserve-3d;
  align-items: center;
  width: 100%;
  padding: 16px 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.143em;
  transition: transform .3s, opacity .3s;
  display: flex;
}

.dropdown-sidebar-toggle-copy:hover {
  transform: translate3d(4px, 0, .01px);
}

.sidebar-link {
  font-size: 17px;
}

.sidebar-link.faux-nested {
  padding-left: 20px;
}

.empty-state-4 {
  background-color: var(--cobalt-dark-medium);
  border-radius: 12px;
}

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

.page-header {
  margin-bottom: 60px;
  font-size: 16px;
  line-height: 150%;
}

.q-and-a {
  counter-increment: section;
  margin-bottom: 40px;
}

.answer {
  font-family: var(--fonts--hk);
  color: var(--neutral--400);
  font-size: 16px;
  font-weight: 400;
  line-height: 2rem;
}

.question {
  font-family: var(--fonts--hk);
  color: var(--colours--blue-text);
}

.rich-text-block-2 {
  color: var(--neutral--500);
  font-size: 17px;
  line-height: 2rem;
}

.faq-header {
  font-family: var(--fonts--hk);
  color: var(--neutral--600);
  font-weight: 900;
}

.faq-header-preface {
  font-family: var(--fonts--hk);
  color: var(--neutral--500);
  font-size: 20px;
  font-weight: 200;
  line-height: 2rem;
}

.cluster-spin {
  opacity: .25;
  width: 90vw;
  max-width: none;
  margin: auto;
  position: relative;
}

.cluster-spin.outer-cluster-spin {
  opacity: .1;
  filter: blur(3px);
  width: auto;
  max-width: 90vw;
  height: 100%;
}

.cluster-spin.inner-cluster-spin {
  opacity: .35;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  border-radius: 100%;
  width: auto;
  max-width: 80vw;
  height: 100%;
}

.cluster-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  opacity: .35;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 100%;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.decorative-blur {
  z-index: 9;
  opacity: .23;
  pointer-events: none;
  width: 100%;
  max-width: 100vw;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transform: skew(-80deg)scale(1.8);
}

.centred {
  z-index: 3;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
  position: relative;
}

.link-block-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: -webkit-max-content;
  width: max-content;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.link-block-2.btn {
  margin-left: auto;
}

.link-block-2.btn.inline {
  margin-left: 0;
}

.image-41 {
  opacity: .75;
  height: 1.5rem;
}

.html-embed-2 {
  opacity: 0;
  position: absolute;
}

.coin-frame {
  aspect-ratio: 1;
  mix-blend-mode: normal;
  background-image: url('../images/65e4bf26d7c64851ecf50a31_spinning-coin-sprites.webp');
  background-position: 0%;
  background-size: auto 100%;
  border-radius: 100%;
  width: 120px;
  position: absolute;
  bottom: 0;
  left: 0;
  overflow: hidden;
  transform: rotate(-20deg);
}

.coin-frame._2 {
  z-index: 1;
  bottom: 5px;
  left: 40px;
}

.coin-frame._1 {
  z-index: 3;
  width: 150px;
  animation-duration: 1.2s;
  bottom: 200px;
  left: -59px;
}

.coin-frame._3 {
  z-index: 1;
  animation-duration: 1.7s;
  bottom: 65px;
  left: auto;
  right: 0;
}

.flex-block-4 {
  z-index: 1;
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  aspect-ratio: auto;
  opacity: 1;
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 20%, 99.9% 21%, 99.6% 22%, 99% 23.5%, 67% 98%, 66.75% 98.4%, 66.6% 98.6%, 66.4% 98.9%, 66.3% 99%, 66% 99.4%, 65.5% 99.8%, 65.4% 99.85%, 65.2% 99.95%, 65% 100%, 0% 100%, 0% 0%);
  clip-path: polygon(0% 0%, 100% 0%, 100% 20%, 99.9% 21%, 99.6% 22%, 99% 23.5%, 67% 98%, 66.75% 98.4%, 66.6% 98.6%, 66.4% 98.9%, 66.3% 99%, 66% 99.4%, 65.5% 99.8%, 65.4% 99.85%, 65.2% 99.95%, 65% 100%, 0% 100%, 0% 0%);
  background-color: #000;
  border-radius: 25px;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  height: auto;
  min-height: 600px;
  margin: auto;
  padding: 40px 60px;
  position: relative;
  overflow: hidden;
}

.flex-block-5, .flex-block-6, .flex-block-7, .flex-block-8, .flex-block-9 {
  z-index: 1;
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  aspect-ratio: auto;
  opacity: 0;
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 20%, 99.9% 21%, 99.6% 22%, 99% 23.5%, 67% 98%, 66.75% 98.4%, 66.6% 98.6%, 66.4% 98.9%, 66.3% 99%, 66% 99.4%, 65.5% 99.8%, 65.4% 99.85%, 65.2% 99.95%, 65% 100%, 0% 100%, 0% 0%);
  clip-path: polygon(0% 0%, 100% 0%, 100% 20%, 99.9% 21%, 99.6% 22%, 99% 23.5%, 67% 98%, 66.75% 98.4%, 66.6% 98.6%, 66.4% 98.9%, 66.3% 99%, 66% 99.4%, 65.5% 99.8%, 65.4% 99.85%, 65.2% 99.95%, 65% 100%, 0% 100%, 0% 0%);
  background-color: #000;
  border-radius: 25px;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  height: auto;
  min-height: 600px;
  margin: auto;
  padding: 40px 60px;
  position: relative;
  overflow: hidden;
}

.flex-block-10 {
  z-index: 1;
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  aspect-ratio: auto;
  opacity: 1;
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 20%, 99.9% 21%, 99.6% 22%, 99% 23.5%, 67% 98%, 66.75% 98.4%, 66.6% 98.6%, 66.4% 98.9%, 66.3% 99%, 66% 99.4%, 65.5% 99.8%, 65.4% 99.85%, 65.2% 99.95%, 65% 100%, 0% 100%, 0% 0%);
  clip-path: polygon(0% 0%, 100% 0%, 100% 20%, 99.9% 21%, 99.6% 22%, 99% 23.5%, 67% 98%, 66.75% 98.4%, 66.6% 98.6%, 66.4% 98.9%, 66.3% 99%, 66% 99.4%, 65.5% 99.8%, 65.4% 99.85%, 65.2% 99.95%, 65% 100%, 0% 100%, 0% 0%);
  background-color: #000;
  border-radius: 25px;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  height: auto;
  min-height: 600px;
  margin: auto;
  padding: 40px 60px;
  position: relative;
  overflow: hidden;
}

.flex-block-11, .flex-block-12, .flex-block-13, .flex-block-14 {
  z-index: 1;
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  aspect-ratio: auto;
  opacity: 0;
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 20%, 99.9% 21%, 99.6% 22%, 99% 23.5%, 67% 98%, 66.75% 98.4%, 66.6% 98.6%, 66.4% 98.9%, 66.3% 99%, 66% 99.4%, 65.5% 99.8%, 65.4% 99.85%, 65.2% 99.95%, 65% 100%, 0% 100%, 0% 0%);
  clip-path: polygon(0% 0%, 100% 0%, 100% 20%, 99.9% 21%, 99.6% 22%, 99% 23.5%, 67% 98%, 66.75% 98.4%, 66.6% 98.6%, 66.4% 98.9%, 66.3% 99%, 66% 99.4%, 65.5% 99.8%, 65.4% 99.85%, 65.2% 99.95%, 65% 100%, 0% 100%, 0% 0%);
  background-color: #000;
  border-radius: 25px;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  height: auto;
  min-height: 600px;
  margin: auto;
  padding: 40px 60px;
  position: relative;
  overflow: hidden;
}

.flex-block-15, .flex-block-16 {
  z-index: 1;
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  aspect-ratio: auto;
  opacity: .89;
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 20%, 99.9% 21%, 99.6% 22%, 99% 23.5%, 67% 98%, 66.75% 98.4%, 66.6% 98.6%, 66.4% 98.9%, 66.3% 99%, 66% 99.4%, 65.5% 99.8%, 65.4% 99.85%, 65.2% 99.95%, 65% 100%, 0% 100%, 0% 0%);
  clip-path: polygon(0% 0%, 100% 0%, 100% 20%, 99.9% 21%, 99.6% 22%, 99% 23.5%, 67% 98%, 66.75% 98.4%, 66.6% 98.6%, 66.4% 98.9%, 66.3% 99%, 66% 99.4%, 65.5% 99.8%, 65.4% 99.85%, 65.2% 99.95%, 65% 100%, 0% 100%, 0% 0%);
  background-color: #000;
  border-radius: 25px;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  height: auto;
  min-height: 600px;
  margin: auto;
  padding: 40px 60px;
  position: relative;
  overflow: hidden;
}

.flex-block-17, .flex-block-18 {
  z-index: 1;
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  aspect-ratio: auto;
  opacity: 1;
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 20%, 99.9% 21%, 99.6% 22%, 99% 23.5%, 67% 98%, 66.75% 98.4%, 66.6% 98.6%, 66.4% 98.9%, 66.3% 99%, 66% 99.4%, 65.5% 99.8%, 65.4% 99.85%, 65.2% 99.95%, 65% 100%, 0% 100%, 0% 0%);
  clip-path: polygon(0% 0%, 100% 0%, 100% 20%, 99.9% 21%, 99.6% 22%, 99% 23.5%, 67% 98%, 66.75% 98.4%, 66.6% 98.6%, 66.4% 98.9%, 66.3% 99%, 66% 99.4%, 65.5% 99.8%, 65.4% 99.85%, 65.2% 99.95%, 65% 100%, 0% 100%, 0% 0%);
  background-color: #000;
  border-radius: 25px;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  height: auto;
  min-height: 600px;
  margin: auto;
  padding: 40px 60px;
  position: relative;
  overflow: hidden;
}

.flex-block-19, .flex-block-20, .flex-block-21 {
  z-index: 1;
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  aspect-ratio: auto;
  opacity: .78;
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 20%, 99.9% 21%, 99.6% 22%, 99% 23.5%, 67% 98%, 66.75% 98.4%, 66.6% 98.6%, 66.4% 98.9%, 66.3% 99%, 66% 99.4%, 65.5% 99.8%, 65.4% 99.85%, 65.2% 99.95%, 65% 100%, 0% 100%, 0% 0%);
  clip-path: polygon(0% 0%, 100% 0%, 100% 20%, 99.9% 21%, 99.6% 22%, 99% 23.5%, 67% 98%, 66.75% 98.4%, 66.6% 98.6%, 66.4% 98.9%, 66.3% 99%, 66% 99.4%, 65.5% 99.8%, 65.4% 99.85%, 65.2% 99.95%, 65% 100%, 0% 100%, 0% 0%);
  background-color: #000;
  border-radius: 25px;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  height: auto;
  min-height: 600px;
  margin: auto;
  padding: 40px 60px;
  position: relative;
  overflow: hidden;
}

.flex-block-22, .flex-block-23 {
  z-index: 1;
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  aspect-ratio: auto;
  opacity: .06;
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 20%, 99.9% 21%, 99.6% 22%, 99% 23.5%, 67% 98%, 66.75% 98.4%, 66.6% 98.6%, 66.4% 98.9%, 66.3% 99%, 66% 99.4%, 65.5% 99.8%, 65.4% 99.85%, 65.2% 99.95%, 65% 100%, 0% 100%, 0% 0%);
  clip-path: polygon(0% 0%, 100% 0%, 100% 20%, 99.9% 21%, 99.6% 22%, 99% 23.5%, 67% 98%, 66.75% 98.4%, 66.6% 98.6%, 66.4% 98.9%, 66.3% 99%, 66% 99.4%, 65.5% 99.8%, 65.4% 99.85%, 65.2% 99.95%, 65% 100%, 0% 100%, 0% 0%);
  background-color: #000;
  border-radius: 25px;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  height: auto;
  min-height: 600px;
  margin: auto;
  padding: 40px 60px;
  position: relative;
  overflow: hidden;
}

.dark-cobalt-circle-gradient {
  background-image: radial-gradient(circle closest-side at 50% 50%, var(--colours--dark-navy) 69%, transparent);
  border-radius: 100%;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.body-modifier {
  z-index: -100;
  opacity: 0;
  pointer-events: none;
  position: absolute;
}

.subtle {
  font-size: 26px;
  line-height: 150%;
}

.icon {
  flex: 1;
  width: -webkit-max-content;
  width: max-content;
}

.dropdown-list {
  background-color: var(--muted-navy);
}

.dropdown-list.w--open {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: var(--colours--dark-navy);
  border-radius: 10px;
  flex-flow: column;
  display: block;
}

.locales-list {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  padding: 10px;
  display: flex;
}

.locale-link {
  color: var(--neutral--300);
  font-size: inherit;
}

.locale-link:hover {
  color: var(--colours--link);
}

.locale-link:lang(en-us), .locale-link.w--current:lang(en-us) {
  color: var(--colours--teal);
}

.nav-dropdown {
  min-width: -webkit-max-content;
  min-width: max-content;
}

.nav-dropdown.w--open {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: var(--colours--dark-navy);
  border-radius: 10px;
  flex-flow: column;
  padding: 10px;
}

.locales-list-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  display: flex;
}

.locale-link-item {
  color: inherit;
}

.locale-link-item:hover {
  color: var(--colours--teal);
}

.locale-link-item.w--current {
  color: var(--colours--accent);
}

.lang-dropdown-icon {
  margin-right: 0;
  position: relative;
}

.image-42 {
  width: 1.1rem;
}

.language-short-code {
  height: 1rem;
}

.subscript-3 {
  width: 50px;
}

.image-43 {
  width: 2rem;
}

.header-naming-block {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  position: relative;
}

.profile.tile.profile-tile-link-single-portfolio {
  width: 180px;
  margin-left: auto;
  margin-right: auto;
}

.profile.tile.profile-tile-link-single-portfolio.position-open {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
}

.profile.tile.horizontal-layout {
  flex-flow: row;
  width: auto;
}

.profile.tile.horizontal-layout:hover {
  transform: none;
}

.profile.tile.slim {
  width: 180px;
}

.collection-item {
  flex: 0 auto;
}

.empty-state-5 {
  display: none;
}

.horizontal-flex-parent {
  display: flex;
}

.portfolio-header-image {
  z-index: 1;
  width: 100%;
  max-width: none;
  position: absolute;
  top: -60px;
  left: 0;
}

.portfolio-coverage {
  z-index: 2;
  background-color: var(--neutral--800);
  box-shadow: 0 20px 80px 140px var(--neutral--800);
  position: relative;
}

.portfolio-head {
  z-index: 3;
  position: relative;
}

.strong-small {
  color: var(--neutral--500);
  letter-spacing: normal;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
}

.badge {
  background-color: var(--colours--teal);
  color: var(--colours--teal-dark);
  cursor: auto;
  border: 1px #000;
  border-radius: 200px;
  width: -webkit-max-content;
  width: max-content;
  height: -webkit-max-content;
  height: max-content;
  padding: 1px 7px;
  font-size: 10px;
  line-height: 1rem;
  position: absolute;
  top: -.5rem;
  left: -15px;
}

.badge.total-positions-free {
  box-shadow: 0 0 0 1px var(--colours--accent);
  color: var(--cobalt-dark-medium);
  padding: 8px 20px;
  font-size: 15px;
  position: relative;
  top: auto;
  left: auto;
}

.subtle-inline-link {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  box-shadow: 0 0 0 1px var(--colours--neutral-3);
  color: var(--colours--neutral-3);
  border-radius: 9px;
  padding: 10px;
  font-size: 20px;
  transition: all .2s;
  display: flex;
}

.subtle-inline-link:hover {
  box-shadow: 0 0 0 1px var(--colours--white);
  color: var(--colours--white);
}

.subtle-inline-link.link.external:hover {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}

.subtle-inline-link.link.external.link-external {
  text-align: center;
}

.subtle-inline-link.link.external.link-external:hover {
  background-color: var(--colours--light-gauze);
}

.subtle-inline-link.hidden {
  display: none;
}

.image-45 {
  opacity: .75;
  filter: invert();
  pointer-events: none;
  mix-blend-mode: exclusion;
  width: 2rem;
  height: auto;
  padding: .2rem;
}

.click-to-copy.subtle-inline-link.icon-white {
  justify-content: center;
  align-items: center;
}

.click-to-copy.subtle-inline-link.icon-white:hover {
  background-color: var(--colours--neutral-1);
  box-shadow: none;
}

.flex-block-24 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}

.external-link-icon {
  mix-blend-mode: exclusion;
  height: 1rem;
  margin-top: auto;
  margin-bottom: auto;
}

.image-46 {
  height: 500px;
  max-height: 90vw;
  margin-top: -60px;
}

.colourful-decorative-blur {
  z-index: 8;
  opacity: .66;
  pointer-events: none;
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  perspective-origin: 50%;
  transform-origin: center;
  height: 800px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: scale(1.7)translate(-44%, -29%);
}

.image-48 {
  z-index: -1;
  opacity: .15;
  filter: blur(5px);
  position: absolute;
  transform: rotate(-180deg);
}

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

.paper-plane {
  z-index: 10;
  width: 80vw;
  max-width: 500px;
  position: relative;
}

.decorative-spiral {
  z-index: 1;
  opacity: .19;
  pointer-events: none;
  mix-blend-mode: normal;
  width: auto;
  height: 130%;
  position: absolute;
  top: -10%;
  bottom: 0;
  right: -15%;
  transform: translate(0)rotate(26deg);
}

.decorative-spiral.inset {
  opacity: .4;
  filter: blur(12px);
  mix-blend-mode: lighten;
  transform: translate(0)rotate(26deg);
}

.container-gauze {
  z-index: 2;
  background-color: var(--muted-navy);
  -webkit-backdrop-filter: blur(80px);
  backdrop-filter: blur(80px);
  border-radius: 20px;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}

.doc-organiser {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  flex-flow: column;
  display: flex;
}

.doc-heading {
  margin-bottom: 0;
}

.doc-header-image {
  opacity: 1;
  width: 100%;
}

.list, .dropdown-list-item, .list-item-2 {
  margin-bottom: 0;
  padding-left: 0;
}

.document-organiser {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  display: flex;
}

.position-text-wrapper {
  margin-top: 10px;
}

.filled-status {
  color: var(--system--green-200);
  font-size: 12px;
}

.field-status {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  box-shadow: 0 0 0 1px var(--colours--teal);
  color: var(--system--green-300);
  background-color: rgba(7, 192, 104, .24);
  border-radius: 20px;
  justify-content: flex-start;
  align-items: center;
  padding: 5px 10px;
  font-size: 13px;
  display: flex;
}

.indicator {
  background-color: var(--system--green-300);
  box-shadow: 0 0 7px 0 var(--colours--teal);
  border-radius: 20px;
  flex: none;
  width: 10px;
  height: 10px;
  display: block;
}

.field-status-exkt {
  line-height: 13px;
}

.div-block-13 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.blur-bg {
  opacity: .2;
  width: 200%;
  max-width: none;
  position: absolute;
  top: -30%;
  left: -30%;
}

.image-49 {
  max-height: 150%;
  position: absolute;
  transform: scale(1.1)rotate(-96deg)skew(-45deg)translate(-35%, -35%);
}

.image-50 {
  pointer-events: none;
  width: 100%;
  max-width: none;
  height: 150%;
  position: absolute;
  top: 50%;
  transform: translate(50%, -50%);
}

.brand {
  width: auto;
  height: auto;
}

.container-2 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

@media screen and (min-width: 1280px) {
  .nav-menu {
    font-size: 14px;
  }
}

@media screen and (min-width: 1440px) {
  .grid-2-columns.header-siderbar-grid {
    grid-template-columns: auto 1fr;
  }

  .style---dropdown-toggle {
    padding-top: 28px;
    padding-bottom: 28px;
  }

  .style---dropdown-link-icon-sidebar {
    border-radius: 12px;
    max-width: 46px;
    margin-right: 14px;
  }

  .style---logo-wrapper {
    justify-content: center;
    display: flex;
  }

  .navigation-sidebar {
    min-width: 340px;
  }

  .logo-wrapper {
    display: flex;
  }

  .footer {
    box-shadow: none;
    display: flex;
  }
}

@media screen and (max-width: 991px) {
  h2 {
    margin-bottom: 12px;
  }

  .grid-2-columns.style---styleguide-wrapper {
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
  }

  .grid-2-columns._1-col-tablet, .grid-2-columns.template-page-sidebar {
    grid-template-columns: 1fr;
  }

  .grid-2-columns.changelog-item {
    grid-column-gap: 40px;
  }

  .grid-2-columns.suprises-pages-right {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
    margin-bottom: 100px;
  }

  .grid-2-columns.suprises-pages-left {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
    margin-bottom: 100px;
  }

  .grid-2-columns.header-siderbar-grid {
    grid-template-columns: 1fr;
  }

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

  .grid-2-columns.content-and-author-grid {
    grid-column-gap: 0px;
  }

  .grid-2-columns.hero-sales-grid {
    grid-row-gap: 60px;
    grid-template-columns: 1fr;
    justify-content: center;
    justify-items: center;
    max-height: none;
  }

  .grid-2-columns.card-home-pages-grid {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .grid-2-columns.search-page-sidebar {
    grid-template-columns: 1fr;
  }

  .style---navigation-sidebar {
    box-shadow: none;
    min-height: auto;
    max-height: 100%;
    position: static;
  }

  .card.card-icon-left---content-right {
    flex-direction: column;
  }

  .card.card-icon-left---content-right.v2 {
    flex-direction: row;
  }

  .card.sticky-top.top-24px.static-tablet {
    position: static;
  }

  .card.figma-file {
    flex-direction: column;
    align-items: stretch;
    overflow: hidden;
  }

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

  .style---block-sub-heading {
    margin-bottom: 24px;
  }

  .divider {
    margin-top: 64px;
    margin-bottom: 64px;
  }

  .style---typography-block-grid {
    grid-template-columns: minmax(auto, 250px) 1fr;
  }

  .mg-bottom-8px.header-search-bar {
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
  }

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

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

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

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

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

  .gap-row-80px {
    grid-row-gap: 56px;
  }

  .style---style-grid-wrapper {
    grid-row-gap: 140px;
  }

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

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

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

  .grid-3-columns._3-col-tablet, .grid-3-columns.dropdown-link-column {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .style---heading {
    min-height: auto;
  }

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

  .inner-container._300px---tablet {
    max-width: 300px;
  }

  .inner-container._550px---tablet {
    max-width: 550px;
  }

  .inner-container._100---tablet {
    max-width: 100%;
  }

  .inner-container._780px---tablet {
    max-width: 780px;
  }

  .style---content-heading {
    margin-bottom: 60px;
    padding: 32px;
  }

  .avatar-circle._06 {
    width: 140px;
    max-width: 140px;
    height: 140px;
    max-height: 140px;
  }

  .avatar-circle._07 {
    width: 200px;
    max-width: 200px;
    height: 200px;
    max-height: 200px;
  }

  .avatar-circle._08 {
    width: 280px;
    max-width: 280px;
    height: 280px;
    max-height: 280px;
  }

  .style---dropdown-wrapper-sidebar {
    display: none;
  }

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

  .style---sidebar-wrapper {
    overflow: hidden;
  }

  .style---logo-wrapper {
    margin-bottom: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .style---button-wrapper-sidebar {
    display: none;
  }

  .section {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .section.hero-page {
    background-position: 50% 100%;
    background-size: cover;
    padding-top: 70px;
  }

  .section.cta-home-pages {
    background-image: linear-gradient(to bottom, var(--neutral--700) 72%, rgba(15, 24, 52, 0) 72%);
  }

  .section.pd-top-0px.pd-bottom-100px {
    padding-bottom: 80px;
  }

  .section.pd-0px {
    padding-top: 0;
    padding-bottom: 0;
  }

  .section.full-v1 {
    padding-top: 64px;
    padding-bottom: 130px;
  }

  .header-wrapper {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .header-nav-menu-wrapper {
    border-top: 1px solid var(--neutral--600);
    border-bottom: 1px solid var(--neutral--600);
    background-color: var(--neutral--700);
    padding: 24px;
  }

  .header-nav-menu-list {
    flex-direction: column;
    align-items: flex-start;
  }

  .header-nav-list-item {
    margin-bottom: 16px;
    padding-left: 0;
  }

  .header-nav-list-item.show-in-tablet {
    display: block;
  }

  .header-nav-list-item.show-in-tablet.header-btn---tablet {
    align-self: stretch;
    margin-top: 24px;
  }

  .header-nav-list-item.mg-bottom-0-tablet {
    margin-bottom: 0;
  }

  .dropdown-column-wrapper {
    padding-top: 0;
    position: static;
    transform: none;
  }

  .dropdown-link {
    color: var(--neutral--400);
  }

  .dropdown-link.more-templates {
    color: var(--neutral--100);
  }

  .dropdown-pd {
    background-color: rgba(0, 0, 0, 0);
    border-style: none;
    border-radius: 0;
    padding: 20px 0 14px;
  }

  .dropdown-pd.pd-48px {
    padding: 32px 0 0;
  }

  .dropdown-pd.pd-24px {
    padding-left: 0;
    padding-right: 0;
  }

  .hamburger-menu-wrapper {
    margin-left: 24px;
    transition: transform .3s;
  }

  .hamburger-menu-wrapper:hover {
    transform: scale(1.1);
  }

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

  .hamburger-menu-wrapper.header-btn {
    margin-left: 0;
    transition-property: opacity;
  }

  .hamburger-menu-wrapper.header-btn:hover {
    opacity: .5;
    transform: none;
  }

  .hamburger-menu-bar {
    background-color: var(--neutral--100);
    width: 23px;
    height: 2px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .utility-page-wrap-v1 {
    padding-top: 80px;
    padding-bottom: 150px;
  }

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

  .sticky-top.header-wrapper---main {
    position: static;
    overflow: visible;
  }

  .sticky-top.search-title {
    position: static;
  }

  .accordion-item-wrapper.v2:hover {
    transform: translate(6px);
  }

  .accordion-spacer {
    min-height: 12px;
  }

  .pd---content-inside-card.template-pages---sidebar {
    padding-left: 38px;
    padding-right: 38px;
  }

  .image-home-link {
    max-height: 348px;
  }

  .figma-file-image-wrapper {
    width: 100%;
  }

  .figma-file-text-wrapper {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .divider-vertical.mg-0px.footer-divider {
    width: 100%;
    min-width: auto;
    max-width: none;
    min-height: 1px;
  }

  .navigation-sidebar {
    border-bottom: 1px solid var(--neutral--600);
    box-shadow: none;
    border-right-style: none;
    align-items: stretch;
    width: 100%;
    max-width: none;
    min-height: auto;
    max-height: none;
    padding-left: 24px;
    padding-right: 24px;
    position: relative;
    overflow: hidden;
  }

  .sidebar-wrapper {
    box-shadow: 0 0 0 50vw var(--neutral--800);
    max-width: 780px;
    margin-left: auto;
    margin-right: auto;
    padding: 20px 0 0;
  }

  .link-sidebar-wrapper.none-border-top.first {
    padding-top: 0;
  }

  .icon-docs-wrapper {
    width: 40px;
    height: 40px;
    margin-bottom: 14px;
    margin-right: 0;
  }

  .grid-footer-4-columns {
    grid-row-gap: 60px;
    grid-template-columns: 1fr .3fr;
  }

  .icon-size---default {
    max-width: 70px;
  }

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

  .home-screenshots-container {
    flex-direction: column;
  }

  .screenshoots-grid {
    grid-auto-flow: column;
    width: auto;
  }

  .screenshoots-grid.column-1 {
    margin-bottom: 23px;
    margin-right: 0;
  }

  .visual-code {
    border-radius: 18px;
  }

  .sidebar-logo-section-container {
    margin-bottom: 20px;
  }

  .content-sidebar {
    z-index: 1;
    background-color: var(--neutral--800);
    max-width: 100%;
  }

  .home-screenshots {
    flex-direction: column;
    align-items: center;
    max-width: none;
    max-height: 600px;
    display: flex;
  }

  .mg-bottom-28px.keep {
    margin-bottom: 28px;
  }

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

  .card-icon-left---content-right---content {
    flex: 1;
  }

  .pd-32px---76px {
    padding-top: 68px;
    padding-bottom: 68px;
  }

  .utility-page-wrap-v2 {
    padding-bottom: 130px;
  }

  .card-icon-center---content-center---content {
    flex: 1;
    max-width: 310px;
  }

  .mg-bottom-88px.keep {
    margin-bottom: 88px;
  }

  .contact-link-icon-v2 {
    max-width: 40px;
  }

  .links-organiser {
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
  }

  .flex-info-trio {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .hero {
    min-height: 700px;
  }

  .subscript {
    word-break: break-all;
  }

  .navbar {
    background-color: rgba(0, 0, 0, 0);
    align-items: center;
    width: 200px;
    max-width: 100%;
    display: block;
  }

  .overlap-image-flex {
    justify-content: center;
    min-width: auto;
    max-width: 90vw;
  }

  .blur-holder-container {
    max-height: none;
  }

  .trio-item-title {
    text-align: left;
    font-size: 22px;
  }

  .prominent {
    width: 100%;
  }

  .footer {
    flex-wrap: wrap-reverse;
    padding-top: 40px;
  }

  .faux-list.teal-gradient {
    flex-wrap: wrap;
    flex: 0 auto;
    font-size: 27px;
  }

  .trio-primary-img {
    height: 400px;
    max-height: none;
  }

  .import-to-metamask.btn.btn-trio-elastic {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    font-size: 17px;
  }

  .nav-menu {
    background-color: var(--colours--primary-dark);
    font-size: 14px;
    position: absolute;
    left: auto;
    right: 0;
  }

  .trio-item-text {
    font-size: 18px;
    font-weight: 200;
  }

  .trio-item.centred-10 {
    background-color: var(--colours--cobalt-dark);
    padding: 60px;
  }

  .flex-block-3 {
    flex-direction: column-reverse;
    align-items: center;
  }

  .flex-block {
    margin-bottom: 0;
    padding-bottom: 20px;
    padding-right: 0;
  }

  .flex-block.blur {
    width: 100vw;
    padding-left: 20px;
    padding-right: 20px;
    left: 50%;
    transform: translate(-50%);
  }

  .menu-button.w--open {
    background-color: var(--colours--primary-dark);
  }

  .nav-link.btn, .nav-link.btn.hinting {
    justify-content: flex-end;
    align-items: center;
  }

  .provider-title {
    font-size: 17px;
  }

  .vortex-img {
    transform: skew(-22deg, -5deg)translate(-14%, -14%)rotateX(50deg)rotateY(180deg)rotateZ(26deg);
  }

  .btn.click-to-copy.link {
    font-size: 20px;
  }

  .btn.link.external.link-external.ico.btn-trio-elastic {
    text-align: center;
    flex-direction: column;
    font-size: 17px;
  }

  .provider-tile {
    padding: 10px;
  }

  .provider-flex {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .hero-head-secondary-text {
    max-width: 75%;
    font-size: 41px;
  }

  .container.bg-blur-2.tile-flex-animated-container {
    border-radius: 0;
    width: 100vw;
    left: 50%;
    transform: translate(-50%);
  }

  .container.flex-h.move-up-by-440px {
    flex-direction: column;
  }

  .image-24 {
    max-width: 45px;
    height: 45px;
  }

  .nav-block {
    margin-bottom: 0;
    padding-bottom: 20px;
    padding-right: 0;
  }

  .nav-block.blur {
    border-radius: 0;
    width: 100vw;
    padding-left: 20px;
    padding-right: 0;
    left: 50%;
    transform: translate(-50%);
  }

  .rotunda-head {
    width: 100vw;
    left: 50%;
    transform: translate(-50%, -40%);
  }

  .container-icon {
    max-width: 80vw;
    height: auto;
    display: none;
  }

  .div-block-11 {
    margin-left: 0;
  }

  .coin-frame._2 {
    bottom: -26px;
  }

  .coin-frame._3 {
    right: -86px;
  }

  .badge.in-menu {
    transform: translate(29px);
  }

  .paper-plane {
    max-width: 400px;
    right: -10%;
  }

  .container-2 {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    margin-bottom: 10px;
    font-size: 26px;
  }

  h2 {
    font-size: 22px;
  }

  h3 {
    font-size: 20px;
  }

  blockquote {
    border-radius: 20px;
    padding: 53px 32px;
  }

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

  .grid-2-columns.style---styleguide-wrapper {
    grid-template-columns: auto;
  }

  .grid-2-columns._2-col-mbl {
    grid-template-columns: 1fr 1fr;
  }

  .grid-2-columns.template-page-sidebar {
    grid-template-columns: 1fr;
  }

  .grid-2-columns.changelog-item {
    grid-column-gap: 20px;
  }

  .grid-2-columns.changelog-item.first {
    grid-column-gap: 30px;
  }

  .grid-2-columns.gap-80px {
    grid-row-gap: 28px;
  }

  .grid-2-columns.gap-80px.utility-content-v1, .grid-2-columns._1-25fr---1fr {
    grid-row-gap: 50px;
    grid-template-columns: 1fr;
  }

  .grid-2-columns.content-and-author-grid {
    grid-template-columns: 1fr;
  }

  .grid-2-columns.hero-sales-grid {
    grid-row-gap: 50px;
  }

  .grid-2-columns.form-v2 {
    position: relative;
  }

  .grid-2-columns._1fr---1-25fr {
    grid-template-columns: 1fr;
  }

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

  .grid-2-columns.search-page-sidebar {
    grid-template-columns: 1fr;
  }

  .card {
    border-radius: 20px;
  }

  .card.form {
    min-height: 334px;
    padding: 40px 32px;
  }

  .card.link-card.contact-link {
    text-align: left;
    flex-direction: row;
    justify-content: flex-start;
    padding-left: 32px;
    padding-right: 32px;
  }

  .card.link-card._32px {
    padding-left: 32px;
    padding-right: 32px;
  }

  .card.link-card.contact-link-v2 {
    text-align: left;
    flex-direction: column;
    padding-left: 24px;
    padding-right: 24px;
  }

  .card.card-icon-left---content-right {
    padding-left: 24px;
    padding-right: 24px;
  }

  .card.card-icon-left---content-right.v2 {
    flex-direction: column;
    align-items: stretch;
    padding-left: 32px;
    padding-right: 65px;
    position: relative;
  }

  .card.sticky-top.top-24px.static-tablet {
    position: static;
  }

  .card.sales-home-page.last {
    width: auto;
  }

  .card.buy-now {
    border-radius: 30px;
  }

  .card.category-item {
    padding: 30px 32px;
  }

  .card.utility-page-form-content {
    padding: 60px 32px;
  }

  .card.card-icon-center---content-center {
    padding-left: 24px;
    padding-right: 24px;
  }

  .card.faqs {
    padding: 41px 32px;
  }

  .card.form-content {
    flex-direction: column;
  }

  .card.form-grid {
    padding: 40px 32px;
  }

  .style---color-block {
    border-top-left-radius: 18px;
    border-top-right-radius: 18px;
  }

  .style---block-sub-heading.border {
    margin-bottom: 48px;
    padding-bottom: 24px;
  }

  .divider {
    margin-top: 48px;
    margin-bottom: 48px;
  }

  .divider._64px {
    margin-top: 54px;
    margin-bottom: 54px;
  }

  .divider.contact-form-v1 {
    margin-top: 43px;
    margin-bottom: 43px;
  }

  .divider.post-divider {
    margin-top: 40px;
  }

  .style---typography-block-grid {
    grid-row-gap: 28px;
    grid-template-columns: 1fr;
  }

  .style---content-block {
    margin-bottom: 64px;
  }

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

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

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

  .mg-bottom-32px.keep, .mg-bottom-48px {
    margin-bottom: 32px;
  }

  .mg-bottom-64px {
    margin-bottom: 54px;
  }

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

  .display-1 {
    font-size: 28px;
  }

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

  .grid-1-column.gap-row-18px.icon-links-grid {
    margin-left: auto;
    margin-right: auto;
  }

  .grid-1-column._2-cols-mbl {
    grid-template-columns: 1fr 1fr;
  }

  .display-2 {
    font-size: 24px;
  }

  .display-3 {
    font-size: 18px;
  }

  .style---style-grid-wrapper {
    grid-row-gap: 120px;
  }

  .paragraph-large, .text-400 {
    font-size: 18px;
  }

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

  .grid-3-columns.style---buttons-grid, .grid-3-columns.style---buttons-grid.download-app-grid {
    grid-template-columns: auto;
  }

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

  .grid-3-columns.gap-row-64px {
    grid-row-gap: 56px;
  }

  .grid-3-columns.dropdown-link-column {
    grid-column-gap: 28px;
    grid-template-columns: 1fr 1fr;
  }

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

  .style---shadow-card {
    border-radius: 20px;
  }

  .inner-container._500px---mbl {
    max-width: 500px;
  }

  .inner-container._100---mbl {
    max-width: 100%;
  }

  .inner-container._280px---mbl {
    max-width: 280px;
  }

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

  .style---content-heading {
    border-radius: 20px;
    margin-bottom: 36px;
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .style---heading-icon-wrapper {
    max-width: 58px;
  }

  .border-radius-24px, .style---card-wrapper, .style---components-wrapper {
    border-radius: 20px;
  }

  .btn-primary.small.header-btn-hidde-on-mb {
    display: none;
  }

  .btn-primary.inside-input.default {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .input.small.search-icon-inside {
    padding-right: 20%;
  }

  .style---avatars-grid {
    grid-template-columns: repeat(auto-fit, 180px);
  }

  .avatar-circle._02 {
    width: 40px;
    max-width: 40px;
    height: 40px;
    max-height: 40px;
  }

  .avatar-circle._03 {
    width: 56px;
    max-width: 56px;
    height: 56px;
    max-height: 56px;
  }

  .avatar-circle._04 {
    width: 64px;
    max-width: 64px;
    height: 64px;
    max-height: 64px;
  }

  .avatar-circle._05 {
    width: 80px;
    max-width: 80px;
    height: 80px;
    max-height: 80px;
  }

  .avatar-circle._06 {
    width: 120px;
    max-width: 120px;
    height: 120px;
    max-height: 120px;
  }

  .avatar-circle._07 {
    width: 160px;
    max-width: 160px;
    height: 160px;
    max-height: 160px;
  }

  .avatar-circle._08 {
    width: 200px;
    max-width: 200px;
    height: 200px;
    max-height: 200px;
  }

  .style---icons-grid {
    grid-template-columns: repeat(auto-fit, 56px);
  }

  .square-icon {
    border-radius: 12px;
    max-width: 56px;
  }

  .square-icon.password-page {
    border-radius: 16px;
    max-width: 68px;
    margin-bottom: 23px;
  }

  .style---line-icons-grid {
    grid-template-columns: repeat(auto-fit, 18px);
  }

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

  .rich-text h3 {
    margin-top: 28px;
  }

  .rich-text ul, .rich-text ol {
    margin-top: 16px;
    margin-bottom: 16px;
    padding-left: 32px;
  }

  .rich-text h6, .rich-text h5, .rich-text h4 {
    margin-top: 28px;
  }

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

  .container-default.utility-page-content-v2 {
    margin-top: 34px;
  }

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

  .section.hero-page {
    padding-top: 60px;
  }

  .section.pd-top-0px.pd-bottom-100px {
    padding-bottom: 70px;
  }

  .section.pd-top-0px.pd-bottom-80px {
    padding-bottom: 67px;
  }

  .section.pd-0px {
    padding-top: 0;
    padding-bottom: 0;
  }

  .section.full-v1 {
    padding-top: 54px;
    padding-bottom: 100px;
  }

  .heading-h1-size {
    font-size: 26px;
  }

  .heading-h2-size {
    font-size: 22px;
  }

  .heading-h3-size {
    font-size: 20px;
  }

  .header-wrapper.v2 {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .dropdown-pd.pd-48px {
    padding-top: 20px;
  }

  .header-logo {
    align-items: center;
    max-width: 142px;
  }

  .hamburger-menu-bar {
    width: 20px;
  }

  .utility-page-wrap-v1 {
    min-height: 60vh;
    padding-top: 68px;
    padding-bottom: 125px;
  }

  .utility-page-content-v1 {
    text-align: center;
  }

  .footer-logo-wrapper {
    max-width: 163px;
  }

  .footer-link.more-template {
    white-space: normal;
  }

  .footer-top {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .footer-bottom {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .footer-bottom.v2 {
    padding-top: 35px;
    padding-bottom: 30px;
  }

  .acordion-body {
    max-width: 600px;
  }

  .accordion-side {
    margin-right: 16px;
  }

  .accordion-side.right-side {
    margin-left: 16px;
  }

  .accordion-title.size-16px {
    font-size: 14px;
  }

  .empty-state {
    border-radius: 20px;
  }

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

  .pd---content-inside-card.large {
    padding: 40px 24px;
  }

  .pd---content-inside-card.large.template-pages, .pd---content-inside-card.template-pages---sidebar {
    padding-left: 32px;
    padding-right: 32px;
  }

  ._404-not-found {
    margin-bottom: 10px;
    font-size: 90px;
  }

  .card-sales-home-content {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .card-sales-home-image {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
  }

  .figma-file-text-wrapper {
    padding-left: 32px;
    padding-right: 32px;
  }

  .home-surprises-card {
    border-radius: 30px;
  }

  .card-home-pages-wrapper {
    padding-top: 40px;
  }

  .cta-square-logo {
    border-radius: 20px;
    max-width: 70px;
    margin-bottom: 18px;
  }

  .cta-image-card {
    width: 980px;
    max-width: 980px;
    margin-top: 60px;
  }

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

  .navigation-sidebar {
    border-right-style: none;
  }

  .page-main-wrapper {
    padding-top: 50px;
  }

  .pad-menu-on-hover, .link-sidebar-wrapper {
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .mg-left-auto.align-center.card-icon-left-v2---arrow {
    position: absolute;
    bottom: 33px;
    right: 32px;
  }

  .content-changelog {
    padding: 32px;
  }

  .grid-logo---paragraph---icon {
    grid-template-columns: 1fr;
    justify-items: center;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }

  .image-email {
    max-width: 100px;
  }

  .max-w-260px.mbl-100 {
    max-width: 100%;
  }

  .icon-cms {
    width: 40px;
    height: 40px;
    min-height: 40px;
    margin-bottom: 15px;
  }

  .grid-footer-4-columns {
    grid-column-gap: 26px;
    grid-row-gap: 50px;
    grid-template-columns: 1fr minmax(128px, .3fr);
  }

  .grid-main-pages {
    grid-column-gap: 16px;
    grid-row-gap: 0px;
    grid-template-columns: auto auto;
    max-width: 400px;
  }

  .icon-size---default {
    max-width: 60px;
  }

  .icon-size---default.mg-bottom-17px {
    margin-bottom: 14px;
  }

  .grid-3-table-v1 {
    grid-column-gap: 16px;
  }

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

  .screenshoots-grid.column-1 {
    margin-bottom: 16px;
  }

  .visual-code {
    border-radius: 16px;
    flex-direction: column;
    display: flex;
  }

  .home-screenshots {
    max-height: 500px;
  }

  .mg-bottom-28px {
    margin-bottom: 23px;
  }

  .mg-bottom-28px.keep {
    margin-bottom: 28px;
  }

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

  .card-icon-left-v2---icon {
    max-width: 54px;
    margin-bottom: 16px;
    margin-right: 0;
  }

  .mg-bottom-17px {
    margin-bottom: 14px;
  }

  .mg-bottom-76px {
    margin-bottom: 63px;
  }

  .contact-link-icon {
    margin-bottom: 0;
    margin-right: 20px;
  }

  .contact-link-content {
    align-items: stretch;
  }

  .pd-32px---76px {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .utility-page-wrap-v2 {
    min-height: 60vh;
    padding-bottom: 110px;
  }

  .doc-item-content {
    padding-top: 30px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .card-form-wrapper {
    border-bottom: 1px solid var(--neutral--600);
    border-right-style: none;
    max-width: 100%;
    padding: 40px 32px;
  }

  .card-form-details {
    width: 100%;
    padding: 40px 32px;
  }

  .icon-link-wrapper {
    width: 35px;
  }

  .card-form-details-top {
    width: 50%;
    margin-bottom: 0;
    margin-right: 14px;
  }

  .card-form-details-content {
    flex-direction: row;
    align-items: center;
    max-width: 100%;
  }

  .card-form-block {
    max-width: 100%;
  }

  .mg-bottom-88px {
    margin-bottom: 73px;
  }

  .mg-bottom-88px.keep {
    margin-bottom: 88px;
  }

  .contact-link-icon-v2 {
    margin-bottom: 15px;
  }

  .contact-link-content-v2 {
    align-items: stretch;
    max-width: 280px;
  }

  .card-form-block-v2 {
    max-width: 100%;
  }

  .social-media-grid-form {
    position: absolute;
    bottom: 4px;
    left: 145px;
    right: 0;
  }

  .content-changelog-v2 {
    padding-left: 32px;
    padding-right: 32px;
  }

  .flex-info-trio {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .hero {
    height: 70vh;
    min-height: 800px;
    max-height: none;
    padding-left: 50px;
    padding-right: 50px;
  }

  .navbar {
    background-color: rgba(0, 0, 0, 0);
    justify-content: flex-end;
    align-items: center;
    display: block;
  }

  .div-block-6.screen {
    border-radius: 4vw;
  }

  .overlap-image-flex {
    flex-direction: row;
    margin-right: auto;
  }

  .blur-holder-container {
    max-height: 60vw;
  }

  .trio-item-title {
    text-align: left;
    margin-left: auto;
    margin-right: auto;
  }

  .prominent {
    text-align: center;
    font-size: 30px;
  }

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

  .footer {
    padding-top: 40px;
  }

  .faux-list.teal-gradient {
    max-width: 60%;
    font-size: 25px;
  }

  .trio-primary-img {
    width: 80%;
    height: auto;
    max-height: none;
  }

  .image-16 {
    display: block;
  }

  .import-to-metamask.btn.btn-trio-elastic {
    flex-direction: row;
    margin-left: auto;
    margin-right: auto;
  }

  .image-11 {
    width: 50%;
    max-width: none;
    height: 100%;
    display: none;
  }

  .major, .major.teal-gradient {
    text-align: center;
  }

  .image-12 {
    width: 76%;
    max-width: none;
    height: auto;
    margin-left: -27%;
    display: none;
  }

  .nav-menu {
    color: #fdfdfd;
    right: 0;
  }

  .trio-item {
    width: 80%;
  }

  .trio-item.centred-10 {
    padding: 20px;
  }

  .flex-block {
    z-index: 99;
  }

  .blur-footer.right {
    max-width: none;
  }

  .heading-2 {
    width: 100%;
    font-size: 35px;
  }

  .menu-button {
    background-color: rgba(0, 0, 0, 0);
  }

  .nav-link {
    color: #fdfdfd;
  }

  .vortex-img {
    transform: skew(-22deg, -3deg)scale(1.1)translate(-17%, -17%)rotateX(0)rotateY(180deg)rotateZ(45deg);
  }

  .btn.click-to-copy.link {
    margin-left: auto;
    margin-right: auto;
  }

  .btn.link.external.link-external.ico.btn-trio-elastic {
    flex-direction: row;
    margin-left: auto;
    margin-right: auto;
  }

  .container-head {
    align-items: center;
  }

  .hero-head-secondary-text {
    max-width: 60%;
    font-size: 32px;
  }

  .container.flex-h.discord-parent {
    margin-bottom: 40px;
  }

  .div-block-7.screen {
    border-radius: 4vw;
  }

  .mobile-phone-3 {
    display: block;
  }

  .mobile-phone-1 {
    width: 50%;
    max-width: none;
    height: 100%;
    display: none;
  }

  .mobile-phone-2 {
    width: 76%;
    max-width: none;
    height: auto;
    margin-left: -27%;
    display: none;
  }

  .nav-block {
    z-index: 99;
  }

  .heading-3 {
    text-align: center;
    width: 100%;
    font-size: 35px;
  }

  .image-30 {
    max-width: 80vw;
  }

  .heading-4 {
    width: 100%;
    font-size: 35px;
  }

  .dropdown-sidebar-toggle-copy {
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .paper-plane {
    top: -10%;
    right: -2%;
  }

  .container-2 {
    display: block;
  }
}

@media screen and (max-width: 479px) {
  ul, ol {
    padding-left: 24px;
  }

  blockquote {
    padding: 44px 24px;
  }

  .page-wrapper.snippets-page {
    max-width: 100vw;
    overflow: hidden;
  }

  .grid-2-columns._2-col-mbl {
    grid-row-gap: 16px;
    grid-template-columns: 1fr;
  }

  .grid-2-columns._2-col-mbl.keep {
    grid-column-gap: 16px;
    grid-template-columns: 1fr 1fr;
  }

  .grid-2-columns.changelog-item {
    grid-row-gap: 16px;
    grid-template-columns: 1fr;
  }

  .grid-2-columns.suprises-pages-right, .grid-2-columns.suprises-pages-left {
    margin-bottom: 60px;
  }

  .grid-2-columns.title-and-buttons {
    grid-template-columns: 1fr;
  }

  .grid-2-columns.faq-grid {
    grid-row-gap: 8px;
    grid-template-columns: 1fr;
  }

  .card.form {
    min-height: 442px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .card.link-card.contact-link {
    text-align: center;
    flex-direction: column;
    padding-left: 24px;
    padding-right: 24px;
  }

  .card.link-card._32px {
    padding-left: 24px;
    padding-right: 24px;
  }

  .card.link-card.contact-link-v2 {
    text-align: center;
    align-items: center;
  }

  .card.card-icon-left---content-right {
    padding-left: 24px;
    padding-right: 24px;
  }

  .card.card-icon-left---content-right.v2 {
    padding: 28px 55px 28px 24px;
  }

  .card.buy-now {
    border-radius: 20px;
  }

  .card.category-item, .card.post {
    padding-left: 24px;
    padding-right: 24px;
  }

  .card.utility-page-form-content {
    padding: 50px 24px;
  }

  .card.faqs, .card.form-grid {
    padding-left: 24px;
    padding-right: 24px;
  }

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

  .color-neutral-100.mg-bottom-32px {
    margin-bottom: 20px;
  }

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

  .divider.contact-form-v1 {
    margin-top: 35px;
    margin-bottom: 35px;
  }

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

  .mg-bottom-16px.keep, .mg-bottom-24px {
    margin-bottom: 16px;
  }

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

  .mg-bottom-32px.keep, .mg-bottom-48px {
    margin-bottom: 32px;
  }

  .grid-1-column.gap-row-32px {
    flex-direction: column;
  }

  .grid-1-column.gap-row-18px.icon-links-grid {
    margin-left: 0;
    margin-right: 0;
  }

  .grid-1-column._2-cols-mbl, .grid-3-columns {
    grid-template-columns: 1fr;
  }

  .grid-3-columns.gap-row-64px {
    grid-row-gap: 40px;
  }

  .grid-3-columns.dropdown-link-column, .grid-3-columns._2-col-mbl {
    grid-template-columns: 1fr;
  }

  .inner-container._100---mbp {
    max-width: 100%;
  }

  .inner-container._350px---mbp {
    max-width: 350px;
  }

  .inner-container._300px---mbp {
    max-width: 300px;
  }

  .inner-container._290px---mbp {
    max-width: 290px;
  }

  .style---content-heading {
    padding-left: 22px;
    padding-right: 22px;
  }

  .style---heading-icon-wrapper {
    width: 58px;
    margin-right: 14px;
  }

  .btn-primary {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .btn-primary.large {
    padding-left: 20px;
    padding-right: 20px;
  }

  .btn-primary.inside-input {
    position: static;
  }

  .btn-primary.inside-input.default {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .btn-primary.button-row {
    margin-bottom: 16px;
    margin-right: 0;
  }

  .btn-secondary {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .btn-secondary.large {
    padding-left: 20px;
    padding-right: 20px;
  }

  .input.button-inside {
    margin-bottom: 16px;
    padding-right: 17px;
  }

  .checkbox-field-wrapper {
    font-size: 16px;
    line-height: 20px;
  }

  .checkbox-field-wrapper.large {
    font-size: 18px;
    line-height: 22px;
  }

  .radio-button-field-wrapper {
    font-size: 16px;
    line-height: 22px;
  }

  .radio-button-field-wrapper.large {
    font-size: 18px;
    line-height: 24px;
  }

  .square-icon {
    border-radius: 14px;
    max-width: 56px;
  }

  .square-icon.password-page {
    border-radius: 12px;
    max-width: 58px;
    margin-bottom: 20px;
  }

  .rich-text ul, .rich-text ol {
    padding-left: 20px;
  }

  .buttons-row {
    flex-direction: column;
  }

  .section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section.hero-page {
    padding-top: 50px;
  }

  .section.pd-top-0px.pd-bottom-80px {
    padding-bottom: 60px;
  }

  .section.pd-0px {
    padding-top: 0;
    padding-bottom: 0;
  }

  .section.full-v1 {
    padding-top: 45px;
    padding-bottom: 80px;
  }

  .header-wrapper.v2 {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .header-nav-list-item {
    text-align: left;
  }

  .header-nav-list-item.show-in-tablet {
    justify-content: flex-start;
    width: 100%;
    display: flex;
  }

  .header-logo {
    justify-content: center;
    align-items: center;
    max-width: 120px;
  }

  .utility-page-wrap-v1 {
    padding-top: 50px;
    padding-bottom: 100px;
  }

  .utility-page-content-v1 {
    max-width: 100%;
  }

  .social-media-grid-top {
    grid-template-columns: repeat(auto-fit, 30px);
  }

  .flex-horizontal.input---btn {
    grid-template-columns: 1fr;
  }

  .footer-logo-wrapper {
    max-width: 138px;
  }

  .pd---content-inside-card.large.template-pages, .pd---content-inside-card.template-pages---sidebar {
    padding-left: 24px;
    padding-right: 24px;
  }

  ._404-not-found {
    font-size: 80px;
  }

  .figma-file-text-wrapper {
    padding-left: 24px;
    padding-right: 24px;
  }

  .home-surprises-card {
    border-radius: 20px;
  }

  .cta-square-logo {
    border-radius: 15px;
    max-width: 60px;
    margin-bottom: 15px;
  }

  .cta-image-card {
    width: 900px;
    max-width: 900px;
  }

  .navigation-sidebar {
    max-width: 100vw;
    padding-left: 0;
    padding-right: 0;
    left: 0;
  }

  .sidebar-wrapper {
    max-width: 80vw;
  }

  .dropdown-list-sidebar.w--open {
    padding-left: 15px;
  }

  .mg-left-auto.align-center.card-icon-left-v2---arrow {
    bottom: 28px;
    right: 24px;
  }

  .content-changelog {
    padding-left: 24px;
    padding-right: 24px;
  }

  .image-email {
    max-width: 80px;
  }

  .social-icon-circle {
    width: 30px;
    min-width: 30px;
    height: 30px;
    min-height: 30px;
    font-size: 14px;
  }

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

  .grid-main-pages {
    grid-template-columns: 1fr;
    max-width: 100%;
  }

  .icon-size---default {
    max-width: 50px;
  }

  .icon---note-content {
    max-width: 87vw;
    overflow: auto;
  }

  .content-flex-horizontal {
    flex-direction: column;
  }

  .icon-note-content {
    margin-top: 0;
    margin-bottom: 4px;
  }

  .grid-3-table-v1 {
    grid-column-gap: 10px;
    grid-template-columns: 1fr 1fr;
  }

  .grid-3-table-v1._0-75fr---1fr---1fr {
    grid-template-columns: 1fr 1fr;
  }

  .table-status-title, .table-content {
    padding-left: 14px;
    padding-right: 14px;
  }

  .visual-code-table {
    grid-template-columns: 1fr;
  }

  .pd-20px---28px.border-right---mb-none-border {
    border-right-style: none;
  }

  .screenshoots-grid {
    grid-column-gap: 10px;
  }

  .screenshoots-grid.column-1 {
    margin-bottom: 10px;
  }

  .visual-code {
    border-radius: 12px;
    max-width: 87vw;
  }

  .rich-text-v2 ol, .rich-text-v2 ul {
    padding-left: 20px;
  }

  .visual-code-text {
    align-content: flex-start;
  }

  .home-screenshots {
    max-height: 300px;
  }

  .mg-bottom-28px.keep {
    margin-bottom: 28px;
  }

  .card-icon-left---content-right---content {
    max-width: 350px;
  }

  .visual-code-area---item {
    padding-left: 0;
  }

  .contact-link-icon {
    margin-bottom: 8px;
    margin-right: 0;
  }

  .contact-link-content {
    align-items: center;
    max-width: 280px;
  }

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

  .email-form-button-right---block {
    min-height: 88px;
  }

  .utility-page-wrap-v2 {
    padding-bottom: 92px;
  }

  .pd---card-search, .pd-32px---32px, .card-form-wrapper, .card-form-details {
    padding-left: 24px;
    padding-right: 24px;
  }

  .card-form-details-top {
    width: 100%;
    max-width: 280px;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .card-form-details-content {
    flex-direction: column;
    align-items: stretch;
  }

  .card-form-block {
    min-height: 406px;
  }

  .text-break-all---mbp {
    word-break: break-all;
  }

  .mg-bottom-88px {
    margin-bottom: 61px;
  }

  .mg-bottom-88px.keep {
    margin-bottom: 88px;
  }

  .contact-link-icon-v2 {
    margin-bottom: 8px;
    margin-right: 0;
  }

  .contact-link-content-v2 {
    align-items: center;
    max-width: 250px;
  }

  .card-form-block-v2 {
    min-height: 360px;
  }

  .social-media-grid-form {
    grid-template-columns: repeat(auto-fit, 30px);
    position: static;
  }

  .content-changelog-v2, .content-changelog-v3 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .zettahash-company-address-and-flag-container {
    flex-direction: column;
    align-items: flex-start;
    margin-left: 0;
    margin-right: auto;
  }

  .links-organiser {
    flex-flow: column;
    align-items: flex-start;
  }

  .hero {
    -webkit-text-fill-color: inherit;
    clip-path: unset;
    background-color: rgba(0, 0, 0, 0);
    background-image: linear-gradient(rgba(0, 0, 0, .2), rgba(0, 0, 0, .2));
    background-clip: border-box;
    height: auto;
    min-height: auto;
    padding: 60px 20px;
  }

  .div-block-6.screen {
    border-radius: 3vw;
  }

  .overlap-image-flex {
    min-width: auto;
    max-width: none;
  }

  .body-container {
    width: 100vw;
    max-width: none;
    padding-left: 10px;
    padding-right: 10px;
  }

  .prominent {
    width: auto;
    font-size: 25px;
  }

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

  .prominent.centred {
    font-size: 25px;
  }

  .background-video {
    height: auto;
  }

  .footer {
    height: auto;
    padding-top: 60px;
  }

  .faux-list.teal-gradient {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    width: 100%;
    max-width: none;
    font-size: 20px;
  }

  .trio-primary-img {
    width: 100%;
  }

  .image-11 {
    height: auto;
  }

  .major.teal-gradient {
    text-align: center;
    font-size: 30px;
  }

  .image-12 {
    display: none;
    overflow: visible;
  }

  .trio-item {
    width: 100%;
  }

  .flex-block {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
    justify-content: center;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .flex-block.blur {
    flex-direction: row;
    padding-right: 0;
  }

  .blur-footer {
    max-width: none;
  }

  .blur-footer.right {
    height: 100%;
  }

  .heading-2 {
    font-size: 30px;
  }

  .page-contents-wrapper-atf {
    width: 100%;
    height: 100%;
    overflow: visible;
  }

  .scroll-prompt {
    justify-content: center;
    width: auto;
    position: relative;
    top: 0;
    left: auto;
    right: auto;
  }

  .vortex-img {
    transform: skew(-34deg, -34deg)scale(1.4)translate(-83%, -41%)rotateX(-64deg)rotateY(156deg)rotateZ(36deg);
  }

  .body-wrapper {
    max-width: 100vw;
    height: auto;
    overflow: hidden;
  }

  .hero-head-secondary-text {
    max-width: 100%;
    font-size: 25px;
  }

  .container.bg-blur-2 {
    margin-top: 20px;
  }

  .container.flex-h, .container.flex-h.move-up-by-440px.centred-flex {
    margin-top: 10px;
  }

  .container.flex-h.discord-parent {
    flex-flow: column-reverse;
    margin-bottom: 100px;
  }

  .div-block-7.screen {
    border-radius: 3vw;
  }

  .mobile-phone-1 {
    height: auto;
  }

  .mobile-phone-2 {
    display: none;
    overflow: visible;
  }

  .nav-block {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
    justify-content: center;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .nav-block.blur {
    flex-direction: row;
    padding-right: 0;
  }

  .heading-3, .heading-4 {
    font-size: 30px;
  }

  .coin-frame._1 {
    bottom: 107px;
    left: -95px;
  }
}

#w-node-_32616108-7164-213b-88a2-8ab7f3c9047d-f3c9046f {
  grid-area: 1 / 1 / 4 / 2;
}

#w-node-_32616108-7164-213b-88a2-8ab7f3c90488-f3c9046f {
  grid-area: 2 / 2 / 4 / 3;
}

#w-node-_32616108-7164-213b-88a2-8ab7f3c90493-f3c9046f {
  grid-area: 3 / 3 / 4 / 4;
}

#w-node-_32616108-7164-213b-88a2-8ab7f3c9049e-f3c9046f, #w-node-_4a5d25bd-ad23-b138-5c13-62c9513f9ece-175c35de, #w-node-f29539fc-47b0-29bb-6d7c-0cf72e944248-c9440c15, #w-node-f29539fc-47b0-29bb-6d7c-0cf72e944248-6f298eea, #w-node-f29539fc-47b0-29bb-6d7c-0cf72e944248-0dbc650f, #w-node-f29539fc-47b0-29bb-6d7c-0cf72e944248-abbe1ff0, #w-node-f29539fc-47b0-29bb-6d7c-0cf72e944248-68485c17, #w-node-f29539fc-47b0-29bb-6d7c-0cf72e944248-01bba7f8, #w-node-f29539fc-47b0-29bb-6d7c-0cf72e944248-94aa0f20, #w-node-f29539fc-47b0-29bb-6d7c-0cf72e944248-57e6c96a, #w-node-f29539fc-47b0-29bb-6d7c-0cf72e944248-0d7e61e6, #w-node-f29539fc-47b0-29bb-6d7c-0cf72e944248-f35b47d7, #w-node-f29539fc-47b0-29bb-6d7c-0cf72e944248-28cf99ad, #w-node-f29539fc-47b0-29bb-6d7c-0cf72e944248-b0ec7102, #w-node-f29539fc-47b0-29bb-6d7c-0cf72e944248-6d35ee3d, #w-node-f29539fc-47b0-29bb-6d7c-0cf72e944248-b0ef713e, #w-node-f29539fc-47b0-29bb-6d7c-0cf72e944248-cab01716, #w-node-f29539fc-47b0-29bb-6d7c-0cf72e944248-1d41f840, #w-node-f29539fc-47b0-29bb-6d7c-0cf72e944248-a0517ac3, #w-node-f29539fc-47b0-29bb-6d7c-0cf72e944248-1d4335f4, #w-node-f29539fc-47b0-29bb-6d7c-0cf72e944248-9d404ecc, #w-node-f29539fc-47b0-29bb-6d7c-0cf72e944248-6ebad191, #w-node-f29539fc-47b0-29bb-6d7c-0cf72e944248-dd3f79f9, #w-node-f29539fc-47b0-29bb-6d7c-0cf72e944248-ef5218a0, #w-node-f29539fc-47b0-29bb-6d7c-0cf72e944248-1d3f8897, #w-node-f29539fc-47b0-29bb-6d7c-0cf72e944248-3cd12506 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_53d28380-ec9d-4355-a8b3-10dbbfdecc90-bfdecc90 {
    justify-self: center;
  }
}


@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: 'Slack Icon Font Devdocs X Webflow Website Template';
  src: url('../fonts/slack-icon-font-devdocs-x-webflow-website-template.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ico';
  src: url('../fonts/ico.eot') format('embedded-opentype'), url('../fonts/ico.woff') format('woff'), url('../fonts/ico.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}