:root {
  --font-family--body: Inter, sans-serif;
  --text-color--text-dark-black\<deleted\|variable-7cd2a57e-6f21-74f7-6ce6-096306cecf3e\>: var(--base-color-neutral--neutral-darkest);
  --font-family--heading: Satoshi, sans-serif;
  --link-color--link-primary\<deleted\|variable-ad940cb5-1815-151e-2cbc-4f27dec2b1e5\>: var(--base-color-brand--orange-main);
  --base-color-neutral--white: #fff;
  --text-color--text-dark-grey\<deleted\|variable-0a60224d-1a94-b160-ae24-af3c6d95a994\>: var(--base-color-neutral--neutral-light);
  --background-color--background-success\<deleted\|variable-879e2a57-3170-38fd-0ae7-d0e890873ab2\>: var(--base-color-system--success-green\<deleted\|variable-8fc09a81-a1c7-3c5b-2cf2-835ad5d96212\>);
  --text-color--text-light-grey\<deleted\|variable-17518f72-fb93-45b5-ad9e-fdd3f2b1833a\>: var(--base-color-neutral--neutral-dark);
  --text-color--text-light-white\<deleted\|variable-2688eaeb-df93-32fe-efb9-d54fbd7bd424\>: var(--base-color-neutral--white);
  --border-color--border-grey\<deleted\|variable-d4c54ba4-ee41-67ce-58a5-5216ca039f83\>: var(--base-color-neutral--neutral-lighter);
  --base-color-brand--orange-light: #feece7;
  --base-color-brand--yellow-light: #fff5e6;
  --base-color-neutral--black: #000;
  --background-color--background-dark\<deleted\|variable-9f6b6bb4-0795-c8ab-f302-bbebab6f2554\>: var(--base-color-neutral--neutral-darkest);
  --background-color--background-error\<deleted\|variable-89aecd3e-2fe8-312c-65a2-e3e7c57d326c\>: var(--base-color-system--error-red\<deleted\|variable-ad7a5e8d-bd95-fba4-5110-cbccfa2520c4\>);
  --text-color--text-error\<deleted\|variable-4a51c5d2-820c-a0d9-b49e-0e5d273c964f\>: var(--base-color-system--error-red-dark\<deleted\|variable-f7a8b234-8033-a5d6-4d85-0326277c2bf8\>);
  --border-color--border-dark\<deleted\|variable-43b0f2d1-6bb0-33dd-3580-21c519e059aa\>: var(--base-color-neutral--neutral-darkest);
  --background-color--background-warning\<deleted\|variable-0aa1a7ce-e851-b6b5-66db-1a1a96e8e04b\>: var(--base-color-system--warning-yellow\<deleted\|variable-b0ee00e7-091a-a3f5-1619-b09d07f4475a\>);
  --text-color--text-warning\<deleted\|variable-825aa1d8-b093-0b89-37c5-87d980df10f5\>: var(--base-color-system--warning-yellow-dark\<deleted\|variable-296491a7-483e-1229-36b5-e13808cc9004\>);
  --border-radius--common: .5rem;
  --link-color--link-alternate\<deleted\|variable-b0c63580-67e4-fe73-9969-6d82c38c8f0a\>: var(--base-color-neutral--white);
  --base-color-brand--yellow-main: #fdd494;
  --base-color-brand--orange-main: #f7744b;
  --background-color--background-dark-light\<deleted\|variable-97543a6e-0dbc-2d90-7b40-cddd0a3604f4\>: var(--base-color-neutral--neutral-darker);
  --background-color--background-light\<deleted\|variable-2dd539ce-5be2-4493-8245-a883e87dab6d\>: var(--base-color-neutral--white);
  --base-color-neutral--neutral-lightest: #f4f2f0;
  --base-color-neutral--neutral-darkest: #111110;
  --border-color--border-orange\<deleted\|variable-e7e903f3-4c9a-29fb-2684-e11151934da5\>: var(--base-color-brand--orange-main);
  --base-color-brand--orange-medium: #faa470;
  --base-color-brand--orange-dark: #ba5638;
  --base-color-neutral--neutral-lighter: #e8eaed;
  --base-color-neutral--neutral-light: #b9ada6;
  --base-color-neutral--neutral: #6f7277;
  --base-color-neutral--neutral-dark: #897c6c;
  --base-color-neutral--neutral-darker: #2a2a27;
  --font-family--code: Robotomono, sans-serif;
  --base-color-system--success-green\<deleted\|variable-8fc09a81-a1c7-3c5b-2cf2-835ad5d96212\>: #cef5ca;
  --base-color-system--error-red\<deleted\|variable-ad7a5e8d-bd95-fba4-5110-cbccfa2520c4\>: #f8e4e4;
  --base-color-system--error-red-dark\<deleted\|variable-f7a8b234-8033-a5d6-4d85-0326277c2bf8\>: #3b0b0b;
  --base-color-system--warning-yellow\<deleted\|variable-b0ee00e7-091a-a3f5-1619-b09d07f4475a\>: #fcf8d8;
  --base-color-system--warning-yellow-dark\<deleted\|variable-296491a7-483e-1229-36b5-e13808cc9004\>: #5e5515;
}

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

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

body {
  font-family: var(--font-family--body);
  color: var(--text-color--text-dark-black\<deleted\|variable-7cd2a57e-6f21-74f7-6ce6-096306cecf3e\>);
  font-size: 1rem;
  line-height: 1.5;
}

h1 {
  font-family: var(--font-family--heading);
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.1;
}

h2 {
  font-family: var(--font-family--heading);
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

h3 {
  font-family: var(--font-family--heading);
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
}

h4 {
  font-family: var(--font-family--heading);
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

h5 {
  font-family: var(--font-family--heading);
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
}

h6 {
  font-family: var(--font-family--heading);
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
}

p {
  margin-bottom: 0;
}

a {
  color: var(--link-color--link-primary\<deleted\|variable-ad940cb5-1815-151e-2cbc-4f27dec2b1e5\>);
  text-decoration: none;
}

ul, ol {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 1.5rem;
}

li {
  margin-bottom: .25rem;
}

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

label {
  margin-bottom: .25rem;
  font-weight: 500;
}

blockquote {
  border-left: .25rem solid #e2e2e2;
  margin-bottom: 0;
  padding: 0 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

figure {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

figcaption {
  text-align: center;
  margin-top: .25rem;
}

.utility-page_component {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  display: flex;
}

.utility-page_wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  max-width: 20rem;
  display: flex;
}

.utility-page_form {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.utility-page_image {
  margin-left: auto;
  margin-right: auto;
}

.global-styles {
  display: block;
  position: fixed;
  inset: 0% auto auto 0%;
}

.margin-custom2 {
  margin: 2.5rem;
}

.padding-xlarge {
  padding: 4rem;
}

.margin-xlarge {
  margin: 4rem;
}

.margin-xsmall {
  margin: .5rem;
}

.padding-xhuge {
  padding: 8rem;
}

.margin-custom1 {
  margin: 1.5rem;
}

.padding-0 {
  padding: 0;
}

.padding-xxhuge {
  padding: 12rem;
}

.padding-huge {
  padding: 6rem;
}

.margin-large {
  margin: 3rem;
}

.padding-xxlarge {
  padding: 5rem;
}

.margin-xxsmall {
  margin: .25rem;
}

.padding-custom3 {
  padding: 3.5rem;
}

.padding-large {
  padding: 3rem;
}

.margin-tiny {
  margin: .125rem;
}

.padding-small {
  padding: 1rem;
}

.padding-custom2 {
  padding: 2.5rem;
}

.margin-custom3 {
  margin: 3.5rem;
}

.padding-custom1 {
  padding: 1.5rem;
}

.margin-huge {
  margin: 6rem;
}

.padding-medium {
  padding: 2rem;
}

.padding-xsmall {
  padding: .5rem;
}

.margin-xxlarge {
  margin: 5rem;
}

.padding-xxsmall {
  padding: .25rem;
}

.margin-xhuge {
  margin: 8rem;
}

.padding-tiny {
  padding: .125rem;
}

.margin-small {
  margin: 1rem;
}

.margin-medium {
  margin: 2rem;
}

.margin-xxhuge {
  margin: 12rem;
}

.margin-0 {
  margin: 0;
}

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

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

.margin-vertical {
  margin-left: 0;
  margin-right: 0;
}

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

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

.padding-vertical {
  padding-left: 0;
  padding-right: 0;
}

.padding-horizontal {
  padding-top: 0;
  padding-bottom: 0;
}

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

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

.margin-top.margin-smedium {
  margin-top: 1.5rem;
}

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

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

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

.form_checkbox {
  flex-direction: row;
  align-items: center;
  margin-bottom: .5rem;
  padding-left: 0;
  display: flex;
}

.form_checkbox-icon {
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
}

.form_checkbox-icon.w--redirected-checked {
  background-size: 90%;
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
}

.form_checkbox-icon.w--redirected-focus {
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
  box-shadow: 0 0 .25rem 0 #3898ec;
}

.fs-styleguide_background {
  border: 1px solid #0000001a;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.fs-styleguide_spacing {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-image: linear-gradient(to top, #2d40ea1a, #fff0);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start;
  place-items: start stretch;
  display: grid;
  position: relative;
}

.icon-1x1-small {
  flex: none;
  width: 1rem;
  height: 1rem;
}

.overflow-auto {
  overflow: auto;
}

.spacing-clean {
  margin: 0;
  padding: 0;
}

.icon-1x1-large {
  width: 2.5rem;
  height: 2.5rem;
}

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

.fs-styleguide_background-space {
  width: 1px;
  height: 1px;
  margin: 5rem;
}

.text-weight-semibold {
  font-weight: 600;
}

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

.fs-styleguide_item {
  grid-column-gap: 1.125rem;
  grid-row-gap: 1.125rem;
  border-bottom: 1px solid #0000001a;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start;
  place-items: start;
  padding-bottom: 3rem;
  display: grid;
  position: relative;
}

.fs-styleguide_item.is-stretch {
  justify-items: stretch;
}

.max-width-full {
  width: 100%;
  max-width: none;
}

.fs-styleguide_item-header {
  border-bottom: 1px solid #0000001a;
  width: 100%;
  padding-bottom: 2rem;
}

.background-color-dark {
  color: var(--base-color-neutral--white);
  background-color: #111110;
}

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

.text-color-dark-black {
  color: var(--text-color--text-dark-black\<deleted\|variable-7cd2a57e-6f21-74f7-6ce6-096306cecf3e\>);
}

.text-color-dark-grey {
  color: var(--text-color--text-dark-grey\<deleted\|variable-0a60224d-1a94-b160-ae24-af3c6d95a994\>);
}

.fs-styleguide_2-col {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.fs-styleguide_2-col.is-align-start {
  align-items: start;
}

.form_message-success {
  background-color: var(--background-color--background-success\<deleted\|variable-879e2a57-3170-38fd-0ae7-d0e890873ab2\>);
  color: var(--text-color--text-light-grey\<deleted\|variable-17518f72-fb93-45b5-ad9e-fdd3f2b1833a\>);
  padding: 1.25rem;
}

.fs-styleguide_row {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.heading-style-h3 {
  font-family: var(--font-family--heading);
  letter-spacing: -.02em;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.2;
}

.text-rich-text h1, .text-rich-text h2, .text-rich-text h3, .text-rich-text h4 {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}

.text-rich-text h5, .text-rich-text h6 {
  margin-top: 1.25rem;
  margin-bottom: 1rem;
}

.text-rich-text p {
  margin-bottom: 1rem;
}

.text-rich-text ul, .text-rich-text ol {
  margin-bottom: 1.5rem;
}

.text-rich-text blockquote {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.pointer-events-auto {
  pointer-events: auto;
}

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

.icon-height-small {
  height: 1rem;
}

.icon-1x1-medium {
  width: 2rem;
  height: 2rem;
}

.heading-style-h1 {
  font-family: var(--font-family--heading);
  letter-spacing: -.02em;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.1;
}

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

.text-weight-normal {
  font-weight: 400;
}

.padding-section-small {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.max-width-small {
  width: 100%;
  max-width: 20rem;
}

.text-color-light-white {
  color: var(--text-color--text-light-white\<deleted\|variable-2688eaeb-df93-32fe-efb9-d54fbd7bd424\>);
}

.text-style-italic {
  font-style: italic;
}

.pointer-events-none {
  pointer-events: none;
}

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

.overflow-hidden {
  overflow: hidden;
}

.fs-styleguide_section-header {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-bottom: 1px solid var(--border-color--border-grey\<deleted\|variable-d4c54ba4-ee41-67ce-58a5-5216ca039f83\>);
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding-bottom: 3rem;
  line-height: 1.4;
  display: grid;
}

.text-size-tiny {
  font-size: .75rem;
}

.max-width-xxlarge {
  width: 100%;
  max-width: 80rem;
}

.fs-styleguide_1-col {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.overflow-visible {
  overflow: visible;
}

.fs-styleguide_empty-box {
  z-index: -1;
  background-color: #2d40ea0d;
  border: 1px dashed #2d40ea;
  min-width: 3rem;
  height: 3rem;
  position: relative;
}

.text-weight-light {
  font-weight: 300;
}

.fs-styleguide_heading-medium {
  font-size: 4rem;
}

.max-width-xsmall {
  width: 100%;
  max-width: 16rem;
}

.fs-styleguide_4-col {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.text-size-regular {
  font-size: 1rem;
}

.text-weight-xbold {
  font-weight: 800;
}

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

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

.max-width-medium {
  width: 100%;
  max-width: 32rem;
}

.fs-styleguide_item-wrapper {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.max-width-large {
  width: 100%;
  max-width: 48rem;
}

.fs-styleguide_header-block {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: center start;
  display: grid;
}

.background-color-gradient {
  background-image: linear-gradient(90deg, var(--base-color-brand--orange-light), var(--base-color-brand--yellow-light));
}

.text-style-muted {
  opacity: .6;
}

.text-size-small {
  font-size: .875rem;
}

.heading-style-h4 {
  font-family: var(--font-family--heading);
  letter-spacing: -.02em;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

.max-width-xlarge {
  width: 100%;
  max-width: 64rem;
}

.form_radio-icon {
  width: .875rem;
  height: .875rem;
  margin-top: 0;
  margin-left: 0;
  margin-right: .5rem;
}

.form_radio-icon.w--redirected-checked {
  border-width: .25rem;
  width: .875rem;
  height: .875rem;
}

.form_radio-icon.w--redirected-focus {
  width: .875rem;
  height: .875rem;
  box-shadow: 0 0 .25rem 0 #3898ec;
}

.text-style-nowrap {
  white-space: nowrap;
}

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

.background-color-white {
  color: var(--base-color-neutral--black);
  background-color: #fbfbfc;
}

.form_input {
  border: 1px solid var(--border-color--border-grey\<deleted\|variable-d4c54ba4-ee41-67ce-58a5-5216ca039f83\>);
  background-color: #0000;
  min-height: 3rem;
  margin-bottom: .75rem;
  padding: .5rem 1rem;
}

.form_input::placeholder, .form_input.is-select-input {
  color: var(--text-color--text-dark-grey\<deleted\|variable-0a60224d-1a94-b160-ae24-af3c6d95a994\>);
}

.form_input.is-text-area {
  min-height: 8rem;
  padding-top: .75rem;
}

.heading-style-h6 {
  letter-spacing: -.02em;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
}

.padding-section-large {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.fs-styleguide_3-col {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  width: 100%;
  display: grid;
}

.fs-styleguide_3-col.is-align-start {
  align-items: start;
}

.text-style-link {
  color: var(--link-color--link-primary\<deleted\|variable-ad940cb5-1815-151e-2cbc-4f27dec2b1e5\>);
  text-decoration: underline;
}

.text-size-large {
  font-size: 1.5rem;
}

.fs-styleguide_header {
  background-color: var(--background-color--background-dark\<deleted\|variable-9f6b6bb4-0795-c8ab-f302-bbebab6f2554\>);
  color: var(--text-color--text-light-white\<deleted\|variable-2688eaeb-df93-32fe-efb9-d54fbd7bd424\>);
  background-image: radial-gradient(circle at 100% 100%, #dd23bb40, #0000 40%), radial-gradient(circle at 0 100%, #2d62ff4d, #0000 60%);
}

.heading-style-h2 {
  letter-spacing: -.02em;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

.fs-styleguide_label {
  color: var(--text-color--text-light-white\<deleted\|variable-2688eaeb-df93-32fe-efb9-d54fbd7bd424\>);
  background-color: #2d62ff;
  border-radius: .25rem;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: .25rem .75rem .3rem;
  font-weight: 600;
  display: flex;
}

.fs-styleguide_label.is-tag {
  background-color: #dd23bb;
}

.heading-style-h5 {
  letter-spacing: -.02em;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
}

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

.icon-height-medium {
  height: 2rem;
}

.text-style-allcaps {
  text-transform: uppercase;
}

.overflow-scroll {
  overflow: scroll;
}

.form_message-error {
  background-color: var(--background-color--background-error\<deleted\|variable-89aecd3e-2fe8-312c-65a2-e3e7c57d326c\>);
  color: var(--text-color--text-error\<deleted\|variable-4a51c5d2-820c-a0d9-b49e-0e5d273c964f\>);
  margin-top: .75rem;
  padding: .75rem;
}

.icon-height-large {
  height: 3rem;
}

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

.form_component {
  margin-bottom: 0;
}

.max-width-xxsmall {
  width: 100%;
  max-width: 12rem;
}

.layer {
  justify-content: center;
  align-items: center;
  position: absolute;
  inset: 0%;
}

.text-style-quote {
  border-left: .25rem solid #e2e2e2;
  margin-bottom: 0;
  padding: 0 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

.align-center {
  margin-left: auto;
  margin-right: auto;
}

.button {
  background-color: var(--background-color--background-dark\<deleted\|variable-9f6b6bb4-0795-c8ab-f302-bbebab6f2554\>);
  color: var(--text-color--text-light-white\<deleted\|variable-2688eaeb-df93-32fe-efb9-d54fbd7bd424\>);
  text-align: center;
  border-radius: .5rem;
  padding: .75rem 1.5rem;
  font-weight: 600;
}

.button.is-text {
  color: #000;
  background-color: #0000;
  border: 2px solid #0000;
}

.button.is-small {
  padding: .5rem 1.25rem;
}

.button.is-large {
  padding: 1rem 2rem;
  font-size: 1.15rem;
}

.button.is-secondary {
  border: 1px solid var(--border-color--border-dark\<deleted\|variable-43b0f2d1-6bb0-33dd-3580-21c519e059aa\>);
  color: var(--text-color--text-dark-black\<deleted\|variable-7cd2a57e-6f21-74f7-6ce6-096306cecf3e\>);
  background-color: #0000;
}

.button.is-icon {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

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

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

.fs-styleguide_section {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: start;
  display: grid;
}

.fs-styleguide_section.is-vertical {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-columns: 1fr;
}

.button-group {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.button-group.is-center {
  justify-content: center;
  align-items: center;
}

.hide {
  display: none;
}

.padding-section-medium {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

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

.form_radio {
  flex-direction: row;
  align-items: center;
  margin-bottom: .5rem;
  padding-left: 0;
  display: flex;
}

.fs-styleguide_spacing-all {
  display: none;
}

.spacer-huge {
  width: 100%;
  padding-top: 6rem;
}

.spacer-medium {
  width: 100%;
  padding-top: 2rem;
}

.fs-styleguide_spacer-box {
  background-color: #2d40ea1a;
  border: 1px dashed #2d40ea;
  width: 100%;
  position: relative;
}

.spacer-xsmall {
  width: 100%;
  padding-top: .5rem;
}

.spacer-small {
  width: 100%;
  padding-top: 1rem;
}

.spacer-xhuge {
  width: 100%;
  padding-top: 8rem;
}

.spacer-tiny {
  width: 100%;
  padding-top: .125rem;
}

.spacer-xxsmall {
  width: 100%;
  padding-top: .25rem;
}

.spacer-xxhuge {
  width: 100%;
  padding-top: 12rem;
}

.spacer-xlarge {
  width: 100%;
  padding-top: 4rem;
}

.spacer-large {
  padding-top: 3rem;
}

.spacer-xxlarge {
  width: 100%;
  padding-top: 5rem;
}

.fs-styleguide_message {
  background-color: var(--background-color--background-warning\<deleted\|variable-0aa1a7ce-e851-b6b5-66db-1a1a96e8e04b\>);
  color: var(--text-color--text-warning\<deleted\|variable-825aa1d8-b093-0b89-37c5-87d980df10f5\>);
  border-radius: .25rem;
  padding: .25rem .5rem;
  font-size: .875rem;
}

.aspect-ratio-square {
  aspect-ratio: 1;
  object-fit: cover;
}

.aspect-ratio-portrait {
  aspect-ratio: 2 / 3;
  object-fit: cover;
}

.aspect-ratio-landscape {
  aspect-ratio: 3 / 2;
  object-fit: cover;
}

.aspect-ratio-widescreen {
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.fs-styleguide_hero-label {
  color: var(--text-color--text-dark-black\<deleted\|variable-7cd2a57e-6f21-74f7-6ce6-096306cecf3e\>);
  text-transform: uppercase;
  background-color: #eee;
  border-radius: .25rem;
  padding: .25rem .375rem;
  font-size: .75rem;
  font-weight: 500;
  text-decoration: none;
}

.section_hero {
  flex-direction: column;
  justify-content: center;
  padding-top: 64px;
  position: relative;
}

.fs-styleguide_heading-header {
  font-size: 6rem;
}

.custom-code {
  width: 0;
  height: 0;
  position: fixed;
}

.navbar_component {
  z-index: 999;
  background-color: var(--background-color--background-dark\<deleted\|variable-9f6b6bb4-0795-c8ab-f302-bbebab6f2554\>);
  border-bottom: 1px solid #121212;
  padding: .75rem 2.5rem;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.navbar_container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.logo-inner {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: flex-start;
  align-items: center;
  width: 9rem;
  height: auto;
  display: flex;
}

.nav-menu-inner {
  grid-column-gap: .125rem;
  grid-row-gap: .125rem;
  justify-content: center;
  align-items: center;
  display: inline-flex;
}

.navlink {
  border-radius: var(--border-radius--common);
  color: var(--link-color--link-alternate\<deleted\|variable-b0c63580-67e4-fe73-9969-6d82c38c8f0a\>);
  letter-spacing: -.02em;
  padding: .25rem 1.25rem;
  font-size: .875rem;
  font-weight: 600;
  text-decoration: none;
  transition: all .25s ease-in-out;
  display: block;
}

.navlink:hover {
  background-color: #ffffff40;
}

.navlink.is-dropdown {
  grid-column-gap: .35rem;
  grid-row-gap: .35rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.nav-button-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.nav-button-wrapper.is-mobile {
  display: none;
}

.logo-wrap {
  flex: 1;
}

.hero-heading-wrap {
  text-align: center;
  width: 100%;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
  container-type: inline-size;
}

.hero-heading {
  font-size: 10cqw;
}

.text-color-gradient {
  background-image: linear-gradient(190deg, var(--base-color-brand--yellow-main), var(--base-color-brand--orange-main));
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}

.text-color-light-grey {
  color: var(--text-color--text-light-grey\<deleted\|variable-17518f72-fb93-45b5-ad9e-fdd3f2b1833a\>);
}

.hero-animation {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  overflow: hidden;
  -webkit-mask-image: linear-gradient(to right, #0000 0%, #000 12.5% 87.5%, #0000 100%);
  mask-image: linear-gradient(to right, #0000 0%, #000 12.5% 87.5%, #0000 100%);
}

.animation_board {
  z-index: 5;
  width: 25rem;
  max-width: 100%;
  position: relative;
}

.animation_first-line {
  z-index: 1;
  width: 100%;
  min-width: 1440px;
  position: absolute;
  top: -35px;
}

.animation_second-line {
  z-index: 1;
  width: 100%;
  min-width: 1440px;
  position: absolute;
  top: 70px;
}

.animation_third-line {
  z-index: 1;
  width: 100%;
  min-width: 1440px;
  position: absolute;
  top: 173px;
}

.animation_fourth-line {
  z-index: 1;
  width: 100%;
  min-width: 1440px;
  position: absolute;
  top: 208px;
}

.animation_fifth-line {
  z-index: 1;
  width: 100%;
  min-width: 1440px;
  position: absolute;
  top: 241px;
}

.item_user-first {
  z-index: 1;
  position: absolute;
  top: 61px;
  left: -24px;
}

.item_user-second {
  z-index: 1;
  position: absolute;
  top: 165px;
  left: -20px;
}

.item_user-third {
  z-index: 1;
  position: absolute;
  top: 232px;
  left: -18px;
}

.item_owner-first {
  z-index: 1;
  position: absolute;
  top: 61px;
  left: -24px;
}

.item_owner-second {
  z-index: 1;
  position: absolute;
  top: 165px;
  left: -20px;
}

.item_owner-third {
  z-index: 1;
  position: absolute;
  top: 232px;
  left: -18px;
}

.animation_board-background {
  z-index: 3;
  background-color: var(--background-color--background-dark\<deleted\|variable-9f6b6bb4-0795-c8ab-f302-bbebab6f2554\>);
  border-radius: 1.5rem;
  justify-content: center;
  align-items: center;
  width: 308px;
  height: 358px;
  display: flex;
  position: absolute;
  left: 50%;
  overflow: hidden;
  transform: translate(-50%);
}

.blur_first {
  position: absolute;
  top: 68px;
}

.blur_second {
  position: absolute;
  top: 103px;
}

.blur_third {
  position: absolute;
  top: 170px;
}

.hero_animation-wrapper {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 1440px;
  min-width: 1440px;
  display: flex;
  position: relative;
}

.marquee_container {
  justify-content: flex-start;
  align-items: center;
  min-width: 100vw;
  display: flex;
  overflow: hidden;
}

.marquee_wrapper {
  flex: none;
  justify-content: space-between;
  align-items: center;
  min-width: 100vw;
  display: flex;
}

.marquee_item {
  min-height: 2rem;
  margin-right: 4rem;
}

.subtitle {
  font-family: var(--font-family--heading);
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#17171694, #17171669);
  -webkit-background-clip: text;
  background-clip: text;
  margin-bottom: 1rem;
  font-size: 1.25rem;
  font-weight: 500;
}

.grid-2 {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  grid-template-rows: auto;
  width: 100%;
}

.card {
  background-color: var(--background-color--background-dark-light\<deleted\|variable-97543a6e-0dbc-2d90-7b40-cddd0a3604f4\>);
  border-radius: 1rem;
  padding: 4rem;
}

.card.is-review {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  border: 1px solid var(--border-color--border-grey\<deleted\|variable-d4c54ba4-ee41-67ce-58a5-5216ca039f83\>);
  background-color: var(--background-color--background-light\<deleted\|variable-2dd539ce-5be2-4493-8245-a883e87dab6d\>);
  flex-flow: column;
  justify-content: space-between;
  padding: 2rem;
  display: flex;
}

.card-img {
  width: 77%;
  margin-left: auto;
  margin-right: auto;
}

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

.sticky-heading-wrapper {
  max-width: 30.625rem;
  position: sticky;
  top: 8rem;
}

.grid-3 {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
}

.section {
  position: relative;
}

.section-rounded {
  border-bottom-right-radius: 2rem;
  border-bottom-left-radius: 2rem;
  position: relative;
}

.tokens-list {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
}

.token-item {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-color: var(--background-color--background-light\<deleted\|variable-2dd539ce-5be2-4493-8245-a883e87dab6d\>);
  border-radius: 10rem;
  justify-content: flex-start;
  align-items: center;
  padding: .5rem;
  font-weight: 500;
  display: flex;
  box-shadow: 0 4px 8px #00000008, 0 2px 4px #00000008;
}

.token-icon {
  width: 1.5rem;
  min-width: 1.5rem;
  height: 1.5rem;
  min-height: 1.5rem;
}

.background-color-lightgrey {
  background-color: var(--base-color-neutral--neutral-lightest);
}

.text-code-yellow {
  color: #f8d107;
}

.text-code-orange {
  color: #cb9077;
}

.review-mark-wrap {
  max-width: 2rem;
  display: flex;
}

.review-bottom-wrap {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.review-bottom-picture {
  border-radius: 50%;
  width: 2.5rem;
  min-width: 2.5rem;
  height: 2.5rem;
  min-height: 2.5rem;
  overflow: hidden;
}

.footer-component {
  z-index: 2;
  background-color: var(--base-color-neutral--neutral-darkest);
  position: relative;
}

.footer-inner {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  display: flex;
}

.footer-top {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.footer-title {
  color: var(--text-color--text-dark-grey\<deleted\|variable-0a60224d-1a94-b160-ae24-af3c6d95a994\>);
  text-transform: uppercase;
  font-size: .875rem;
  font-weight: 500;
}

.footer-list {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-flow: column;
  display: flex;
}

.footer-link {
  grid-column-gap: .375rem;
  grid-row-gap: .375rem;
  color: var(--link-color--link-alternate\<deleted\|variable-b0c63580-67e4-fe73-9969-6d82c38c8f0a\>);
  justify-content: flex-start;
  align-items: center;
  padding-top: .35rem;
  padding-bottom: .35rem;
  font-size: .875rem;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

.footer-social-icon {
  justify-content: center;
  align-items: center;
  width: .875rem;
  min-width: .875rem;
  height: .875rem;
  min-height: .875rem;
  display: flex;
}

.footer-divider {
  background-color: var(--text-color--text-light-grey\<deleted\|variable-17518f72-fb93-45b5-ad9e-fdd3f2b1833a\>);
  width: 100%;
  height: 1px;
}

.footer-bottom {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer-licence-item {
  text-align: center;
}

.card-button-svg {
  width: auto;
  height: 1rem;
}

.grid-contact {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  grid-template-rows: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
}

.contact-card {
  color: var(--text-color--text-light-white\<deleted\|variable-2688eaeb-df93-32fe-efb9-d54fbd7bd424\>);
  background-image: linear-gradient(315deg, #fdd49440, #f7744b80);
  border-radius: 1.25rem;
  padding: 1px;
  text-decoration: none;
}

.contact-card-inner {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  background-color: var(--background-color--background-dark\<deleted\|variable-9f6b6bb4-0795-c8ab-f302-bbebab6f2554\>);
  border-radius: 1.25rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 3rem 1.25rem;
  display: flex;
}

.contact-card-icon-wrap {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #141414;
  background-image: linear-gradient(135deg, #595959, #59595900);
  border-radius: .875rem;
  width: 4rem;
  height: 4rem;
  padding: 1px;
}

.contact-card-icon-inner {
  background-color: #141414;
  border-radius: .875rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: .75rem;
  display: flex;
}

.contact-button-wrap {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: center;
  align-items: center;
  font-size: 1.125rem;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

.faq-dropdown {
  border-bottom: 1px solid var(--border-color--border-grey\<deleted\|variable-d4c54ba4-ee41-67ce-58a5-5216ca039f83\>);
  width: 100%;
}

.faq-dropdown-toggle {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  white-space: normal;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 1.5rem 0;
  font-size: 1.125rem;
  font-weight: 500;
  display: flex;
}

.faq-dropdown-icon-wrap {
  border: 2px solid var(--border-color--border-orange\<deleted\|variable-e7e903f3-4c9a-29fb-2684-e11151934da5\>);
  border-radius: 10rem;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  min-width: 1.5rem;
  height: 1.5rem;
  min-height: 1.5rem;
  display: flex;
  position: relative;
}

.faq-dropdown-line {
  background-color: var(--border-color--border-orange\<deleted\|variable-e7e903f3-4c9a-29fb-2684-e11151934da5\>);
  border-radius: 2px;
  width: 50%;
  height: 2px;
}

.faq-dropdown-line.is-vertical {
  width: 2px;
  height: 50%;
  position: absolute;
}

.faq-dropdown-list {
  background-color: #0000;
  position: relative;
  overflow: hidden;
}

.faq-dropdown-content {
  padding-bottom: 1.5rem;
}

.grid-legal {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1.35fr .65fr;
}

.legal-link-list {
  flex-flow: column;
  display: flex;
}

.legal-link {
  border-radius: var(--border-radius--common);
  opacity: .6;
  color: var(--text-color--text-dark-black\<deleted\|variable-7cd2a57e-6f21-74f7-6ce6-096306cecf3e\>);
  padding: .25rem 1.25rem;
  font-size: .875rem;
  font-weight: 500;
  text-decoration: none;
  transition: all .25s ease-in-out;
}

.legal-link:hover {
  background-color: #0000001a;
}

.legal-link.w--current {
  opacity: 1;
  padding-left: 1.75rem;
}

.navlink-dropdown-icon {
  margin: 0;
  position: static;
}

.navlink-dropdown-list {
  background-color: var(--background-color--background-light\<deleted\|variable-2dd539ce-5be2-4493-8245-a883e87dab6d\>);
  border-radius: .75rem;
  width: 20rem;
  margin-top: 1rem;
  left: 0;
}

.navlink-dropdown-list.w--open {
  width: 20rem;
}

.dropdown-link {
  color: var(--text-color--text-dark-black\<deleted\|variable-7cd2a57e-6f21-74f7-6ce6-096306cecf3e\>);
  width: 100%;
  padding: .5rem;
  text-decoration: none;
  display: block;
}

.dropdown-link-inner {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-radius: .5rem;
  justify-content: flex-start;
  align-items: flex-start;
  padding: .5rem;
  transition: all .25s cubic-bezier(.39, .575, .565, 1);
  display: flex;
}

.dropdown-link-inner:hover {
  background-color: var(--base-color-neutral--neutral-lightest);
}

.dropdown-link-icon-wrap {
  background-color: var(--background-color--background-light\<deleted\|variable-2dd539ce-5be2-4493-8245-a883e87dab6d\>);
  border-radius: .25rem;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
  box-shadow: 0 1px 1px #0000000d, 0 0 0 1px #222a350d, 0 4px 6px #222a350a, 0 24px 68px #2f30370d, 0 2px 3px #0000000a;
}

.dropdow-link-text-wrap {
  flex: 1;
  font-size: .8125rem;
  line-height: 1.25;
}

.navlink-dropdown-svg {
  color: var(--base-color-brand--orange-main);
  width: 1.25rem;
  height: 1.25rem;
}

.text-desc-service {
  color: var(--text-color--text-light-grey\<deleted\|variable-17518f72-fb93-45b5-ad9e-fdd3f2b1833a\>);
}

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

.relative {
  position: relative;
}

.h-246 {
  height: 246px;
}

.onramp-wrap {
  width: 859px;
  height: 246px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%);
}

.onramp-circle {
  border: 1px solid #ffffff2e;
  border-radius: 999px;
  width: 200px;
  height: 200px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  -webkit-mask-image: linear-gradient(to left, #000 0%, #0000 100%);
  mask-image: linear-gradient(to left, #000 0%, #0000 100%);
}

.onramp-circle.is-right {
  left: auto;
  right: 0;
  -webkit-mask-image: linear-gradient(to right, #000 0%, #0000 100%);
  mask-image: linear-gradient(to right, #000 0%, #0000 100%);
}

.onramp-inner {
  width: max-content;
  height: max-content;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.onramp-center {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  width: 104px;
  height: 104px;
  display: flex;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  box-shadow: 0 24px 24px -12px #ffffff0a, 0 12px 12px -6px #ffffff0a, 0 6px 6px -3px #ffffff0a, 0 3px 3px -1.5px #ffffff0a, 0 1px 1px -.5px #ffffff0a, 0 0 0 1px #ffffff0a;
}

.onramp-dot-wrap {
  z-index: 2;
  justify-content: center;
  align-items: center;
  width: 42px;
  display: flex;
  position: relative;
}

.onramp-dot-wrap.small {
  width: 32px;
}

.onramp-dot-wrap.xsmall {
  width: 24px;
}

.onramp-anim-wrap {
  position: absolute;
  inset: 0%;
}

.section-cta-new {
  z-index: 10;
  color: #fff;
  text-align: center;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  padding-top: .25rem;
  padding-bottom: .25rem;
}

.cta-container {
  z-index: 10;
  background-color: #111110;
  border-radius: 1rem;
  padding-top: 140px;
  padding-bottom: 140px;
  position: relative;
}

.cta-inner {
  width: calc(100% - 20px);
  max-width: 60rem;
  margin: 0 auto;
  padding: 13.5rem 2rem 3rem;
  position: relative;
}

.cta-inner-content {
  margin-bottom: 2rem;
  margin-left: auto;
  margin-right: auto;
  container-type: inline-size;
}

.title-cta {
  font-size: 2.5rem;
}

.mt-12 {
  margin-top: .75rem;
}

.text-neutral-normal {
  color: #ababa5;
}

.text-size-xmedium {
  font-size: 1.125rem;
}

.text-size-xmedium.text-neutral-normal {
  color: #ababa5;
}

.cta-button {
  z-index: 1;
  background-color: var(--base-color-brand--orange-main);
  color: var(--text-color--text-dark-black\<deleted\|variable-7cd2a57e-6f21-74f7-6ce6-096306cecf3e\>);
  cursor: pointer;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: .625rem 1.25rem;
  font-weight: 500;
  display: flex;
  position: relative;
  box-shadow: 0 71px 28px #ff3c0008, 0 40px 24px #ff3c000d, 0 18px 18px #ff3c0014, 0 4px 10px #ff3c001f;
}

.line-extremity-wrap {
  pointer-events: none;
  width: calc(100% - 20px);
  max-width: 60rem;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%);
}

.horizontal-line {
  background-color: #ffffff0f;
  border-radius: 2px;
  position: absolute;
}

.horizontal-line.bg-gradient-to-b.opacity-7.top-left {
  width: 1px;
  height: 76px;
  top: 44px;
  left: 0;
}

.horizontal-line.bg-gradient-to-b.opacity-7.top-right {
  width: 1px;
  height: 76px;
  top: 44px;
  right: 0;
}

.horizontal-line.bg-gradient-to-b.opacity-7.top-center {
  width: 1px;
  height: 76px;
  top: 44px;
  left: 50%;
  transform: translate(-50%);
}

.horizontal-line.bg-gradient-to-t.opacity-7.bottom-left {
  width: 1px;
  height: 76px;
  bottom: 44px;
  left: 0;
}

.horizontal-line.bg-gradient-to-t.opacity-7.bottom-right {
  width: 1px;
  height: 76px;
  bottom: 44px;
  right: 0;
}

.horizontal-line.bg-gradient-to-t.opacity-7.bottom-center {
  width: 1px;
  height: 76px;
  bottom: 44px;
  left: 50%;
  transform: translate(-50%);
}

.horizontal-line.h-left {
  width: calc(50% - 40px);
  height: 1px;
  left: 20px;
}

.horizontal-line.h-right {
  width: calc(50% - 40px);
  height: 1px;
  right: 20px;
}

.horizontal-line.h-ext-left {
  width: 214px;
  height: 1px;
  left: -234px;
}

.horizontal-line.h-ext-left.bg-gradient-to-r {
  background-color: #0000;
}

.horizontal-line.h-ext-right {
  width: 214px;
  height: 1px;
  right: -234px;
}

.horizontal-line.h-ext-right.bg-gradient-to-l {
  background-color: #0000;
}

.bg-gradient-to-b {
  background-image: linear-gradient(#fff0, #fff);
}

.opacity-7 {
  opacity: .07;
}

.bg-gradient-to-t {
  background-image: linear-gradient(#fff, #fff0);
}

.cta-line-moving-left {
  border-radius: inherit;
  animation-delay: 0s;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.cta-line-moving-left.blur {
  opacity: .4;
  filter: blur(10px);
  width: 5px;
  height: 100%;
  inset: auto auto auto -2.5px;
}

.cta-line-moving-right {
  border-radius: inherit;
  animation-delay: 9s;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.cta-line-moving-right.blur {
  opacity: .4;
  filter: blur(10px);
  width: 5px;
  height: 100%;
  inset: auto -2.5px auto auto;
}

.line-horizontal-wrap {
  pointer-events: none;
  width: calc(100% - 20px);
  max-width: 60rem;
  height: 1px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.bg-gradient-to-r {
  background-image: linear-gradient(90deg, #fff0, #fff);
}

.bg-gradient-to-l {
  background-image: linear-gradient(270deg, #fff0, #fff);
}

.dot {
  background-image: linear-gradient(#11111014, #ffffff14);
  border-radius: 999px;
  width: 24px;
  height: 24px;
  position: absolute;
  box-shadow: 0 -2px 0 -1px #f7744b14, 0 1px 1px -.5px #f7744b14, 0 0 0 1px #f7744b0f;
}

.dot.is-left {
  top: -12px;
  left: -12px;
}

.dot.is-right {
  top: -12px;
  right: -12px;
}

.dot.is-center {
  top: -12px;
  left: 50%;
  transform: translate(-50%);
}

.cta-shape {
  z-index: -10;
  pointer-events: none;
  border-radius: inherit;
  position: absolute;
  inset: 0%;
}

.cta-circle {
  background-color: #ffffff05;
  border-radius: 999px;
  width: 838px;
  height: 838px;
  position: absolute;
  top: 230px;
  left: 50%;
  transform: translate(-50%);
  -webkit-mask-image: linear-gradient(#fff 0%, #0000 42%);
  mask-image: linear-gradient(#fff 0%, #0000 42%);
}

.cta-shape-inner {
  width: 304px;
  height: 240px;
  position: absolute;
  top: 208px;
  left: 50%;
  transform: translate(-50%);
}

.cta-shape-item {
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  background-color: #ffffff03;
  background-image: linear-gradient(#11111000, #ffffff0a);
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  width: 96px;
  height: 96px;
  display: flex;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%);
}

.cta-shape-item.pop-asset {
  width: 64px;
  height: 64px;
  top: 50%;
  transform: translate(-50%, -50%);
}

.cta-shape-item.orbit {
  top: 50%;
  transform: translate(-50%, -50%);
}

.cta-shape-item.is-checkout {
  width: 48px;
  height: 48px;
  position: static;
  transform: none;
}

.cta-shape-item-animation {
  border-radius: 9999px;
  justify-content: center;
  align-items: center;
  padding: 1px;
  animation-delay: -2s;
  position: absolute;
  inset: 0%;
  -webkit-mask-image: linear-gradient(#fff 0 0), linear-gradient(#fff 0 0);
  mask-image: linear-gradient(#fff 0 0), linear-gradient(#fff 0 0);
  -webkit-mask-position: 0 0, 0 0;
  mask-position: 0 0, 0 0;
  -webkit-mask-size: auto, auto;
  mask-size: auto, auto;
  -webkit-mask-repeat: repeat, repeat;
  mask-repeat: repeat, repeat;
  -webkit-mask-clip: content-box, border-box;
  mask-clip: content-box, border-box;
  -webkit-mask-origin: content-box, border-box;
  mask-origin: content-box, border-box;
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  -webkit-mask-source-type: auto, auto;
  mask-mode: match-source, match-source;
}

.vertical-line {
  background-color: #ffffff0f;
  border-radius: 2px;
  position: absolute;
}

.vertical-line.is-left {
  width: 1px;
  height: calc(100% - 40px);
  top: 20px;
  left: 0;
}

.vertical-line.is-right {
  width: 1px;
  height: calc(100% - 40px);
  top: 20px;
  right: 0;
}

.vertical-line.is-center {
  width: 1px;
  height: calc(100% - 40px);
  top: 20px;
  left: 50%;
  transform: translate(-50%);
}

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

.section-inner {
  width: calc(100% - 20px);
  max-width: 960px;
  margin: 20px auto;
  padding: 40px 16px 56px;
  position: relative;
}

.section-inner.is-code {
  padding: 36px 32px;
}

.section_hero-service {
  background-color: var(--base-color-neutral--neutral-darkest);
  color: var(--base-color-neutral--white);
  border-bottom-right-radius: 1rem;
  border-bottom-left-radius: 1rem;
  flex-direction: column;
  justify-content: center;
  padding-top: 0;
  position: relative;
}

.bg-color-light {
  color: #111110;
  background-color: #fbfbfc;
}

.line-vertical-wrap {
  pointer-events: none;
  position: absolute;
  inset: 0%;
}

.text-neutral-loud {
  color: #2a2a27;
}

.section-inner--grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-auto-columns: 1fr;
  width: calc(100% - 20px);
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 12px;
  display: grid;
  position: relative;
}

.section-inner--grid.col-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.section-inner--grid.col-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.grid-item {
  position: relative;
}

.grid-anim-wrap {
  width: 100%;
  height: 372px;
  position: relative;
  overflow: hidden;
  -webkit-mask-image: linear-gradient(to top, #0000 0%, #fff 15% 85%, #0000 100%), linear-gradient(to left, #0000 0%, #fff 15% 85%, #0000 100%);
  mask-image: linear-gradient(to top, #0000 0%, #fff 15% 85%, #0000 100%), linear-gradient(to left, #0000 0%, #fff 15% 85%, #0000 100%);
  -webkit-mask-position: 0 0, 0 0;
  mask-position: 0 0, 0 0;
  -webkit-mask-size: auto, auto;
  mask-size: auto, auto;
  -webkit-mask-repeat: repeat, repeat;
  mask-repeat: repeat, repeat;
  -webkit-mask-clip: border-box, border-box;
  mask-clip: border-box, border-box;
  -webkit-mask-origin: border-box, border-box;
  mask-origin: border-box, border-box;
  -webkit-mask-composite: source-in;
  mask-composite: intersect;
  -webkit-mask-source-type: auto, auto;
  mask-mode: match-source, match-source;
}

.grid-anim-wrap.h-188 {
  height: 188px;
}

.grid-anim-wrap.h-344 {
  height: 344px;
}

.grid-anim-wrap.h-744 {
  height: 744px;
}

.grid-anim-wrap.h-744.md-h-372.no {
  -webkit-mask: none;
  mask: none;
}

.grid-anim-wrap.h-400 {
  height: 400px;
}

.grid-item-text-wrap {
  text-align: center;
  padding: 12px 48px 32px;
  position: relative;
}

.text-title-h6 {
  font-family: var(--font-family--heading);
  margin-bottom: 12px;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.2;
}

.text-mute-alpha {
  color: #111110ba;
}

.icon-anim-wrap {
  z-index: 1;
  background-color: #fbfbfc;
  border-radius: 40px;
  width: 128px;
  height: 128px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.icon-anim-inner {
  border-radius: 20px;
  width: 88px;
  height: 88px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.icon-anim-border {
  border-radius: inherit;
  padding: 1px;
  position: absolute;
  inset: 0;
  -webkit-mask-image: linear-gradient(#fff 0 0), linear-gradient(#fff 0 0);
  mask-image: linear-gradient(#fff 0 0), linear-gradient(#fff 0 0);
  -webkit-mask-position: 0 0, 0 0;
  mask-position: 0 0, 0 0;
  -webkit-mask-size: auto, auto;
  mask-size: auto, auto;
  -webkit-mask-repeat: repeat, repeat;
  mask-repeat: repeat, repeat;
  -webkit-mask-clip: content-box, border-box;
  mask-clip: content-box, border-box;
  -webkit-mask-origin: content-box, border-box;
  mask-origin: content-box, border-box;
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  -webkit-mask-source-type: auto, auto;
  mask-mode: match-source, match-source;
}

.icon-anim-content {
  background-color: #ffffffb8;
  border-radius: 12px;
  position: absolute;
  inset: 8px;
}

.icon-anim-dot {
  background-color: #1111100f;
  border-radius: 999px;
  width: 4px;
  min-width: 4px;
  height: 4px;
  min-height: 4px;
  position: absolute;
  box-shadow: inset 0 1px 2px #11111014;
}

.icon-anim-dot.top-left {
  top: 8px;
  left: 8px;
}

.icon-anim-dot.top-right {
  top: 8px;
  right: 8px;
}

.icon-anim-dot.bottom-left {
  bottom: 8px;
  left: 8px;
}

.icon-anim-dot.bottom-right {
  bottom: 8px;
  right: 8px;
}

.absolute-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.section-separator {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  align-items: center;
  max-width: 1152px;
  margin: 24px auto;
  display: flex;
  position: relative;
}

.sep-line-left {
  background-image: linear-gradient(90deg, #11111000, #1111101a);
  flex: 1;
  height: 1px;
}

.sep-line-right {
  background-image: linear-gradient(270deg, #11111000, #1111101a);
  flex: 1;
  height: 1px;
}

.sep-x-wrap {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.sep-x-svg {
  height: 16px;
}

.sep-line-middle {
  background-color: #11111014;
  flex: 1;
  height: 1px;
}

.code-wrapper {
  border-radius: 24px;
  max-width: 796px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px;
  position: relative;
}

.code-inner {
  background-color: #1111100a;
  border-radius: 14px;
  padding: 6px;
  position: relative;
}

.code-console {
  background-color: #111110;
  background-image: linear-gradient(#fff0, #ffffff14);
  border-radius: 8px;
  box-shadow: inset 0 -.5px 1px #11111029, 0 1px 1px -.5px #11111014, 0 3px 3px -1.5px #11111014, 0 6px 6px -3px #11111014, 0 12px 12px -6px #1111101f, 0 24px 24px -12px #1111101f, 0 32px 32px -16px #1111101f, 0 44px 44px -16px #1111101f;
}

.conde-console-head {
  height: 50px;
  display: flex;
  position: relative;
}

.code-console-head-title {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: #fff;
  justify-content: flex-start;
  align-items: center;
  padding: 12px 20px 12px 16px;
  font-size: .875rem;
  line-height: 1;
  display: flex;
}

.code-console-icon {
  width: auto;
  height: 18px;
}

.code-console-head-overlay {
  flex: auto;
  height: 50px;
  position: relative;
}

.code-console-content {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  height: 336px;
  padding: 32px 24px 20px;
  font-size: .75rem;
  line-height: 1.6;
  display: flex;
  overflow-y: auto;
  -webkit-mask: linear-gradient(0deg, #0000 0%, #d9d9d9 16.67% 83.33%, #0000 100%);
  mask: linear-gradient(0deg, #0000 0%, #d9d9d9 16.67% 83.33%, #0000 100%);
}

.code-console-number-line {
  color: #ffffff52;
  text-align: right;
  text-transform: uppercase;
}

.code-console-dev {
  color: #d4d4d4;
}

.show-mobile {
  display: none;
}

.text-code-pink {
  color: #c586c0;
}

.text-code-blue-light {
  color: #9cdcfe;
}

.text-code-blue-dark {
  color: #569cd6;
}

.text-code-yellow-light {
  color: #dcdcaa;
}

.text-code-blue-elec {
  color: #169fff;
}

.text-code-grey {
  color: gray;
}

.text-code-green {
  color: #4ec9b0;
}

.text-code-white {
  color: #fff;
}

.section-dark {
  color: #fff;
  background-color: #111110;
  border-radius: 1rem;
}

.text-loud-alpha {
  color: #0c0c0ce0;
}

.world-globe {
  border: 1px solid #ffffff1a;
  border-radius: 50%;
  width: 560px;
  height: 560px;
  transition: opacity 1s cubic-bezier(.6, .6, 0, 1);
  position: absolute;
  top: 24px;
  left: 50%;
  transform: translate(-50%);
  box-shadow: 0 56px 88px #fff4e21f;
}

.world-globe-mask {
  -webkit-mask-image: var(--background-image);
  mask-image: var(--background-image);
  width: 100%;
  height: 100%;
  transition-property: opacity;
  transition-duration: 1s;
  transition-timing-function: cubic-bezier(.6, .6, 0, 1);
  position: absolute;
  -webkit-mask-size: cover;
  mask-size: cover;
}

.world-mask-img {
  object-fit: cover;
  width: 557px;
  height: 432.5px;
  transition: opacity 1s cubic-bezier(.6, .6, 0, 1);
  display: block;
  transform: translate(0, 560px);
}

.world-line {
  -webkit-mask-image: var(--background-image);
  mask-image: var(--background-image);
  transition-property: opacity;
  transition-duration: 1s;
  transition-timing-function: cubic-bezier(.6, .6, 0, 1);
  position: absolute;
  -webkit-mask-size: cover;
  mask-size: cover;
}

.payment-method-item {
  z-index: 10;
  white-space: nowrap;
  width: 80px;
  height: 95.59px;
  position: absolute;
}

.payment-method-item-bg {
  z-index: -10;
  color: #111110;
  border-radius: 20px;
  position: absolute;
  inset: -6px -8px;
}

.payment-method-item-inner {
  animation-delay: inherit;
  background-color: #1c1c1ab8;
  border-radius: 99px;
  width: max-content;
  margin-bottom: 12px;
  margin-left: auto;
  margin-right: auto;
  padding: 16px;
  transition-property: all;
  transition-duration: .45s;
  transition-timing-function: cubic-bezier(.6, .6, 0, 1);
  position: relative;
}

.payment-method-text {
  color: #ffffff61;
  text-align: center;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.4;
}

.payment-method-item-border-wrapper {
  border-radius: inherit;
  animation-delay: inherit;
  transition-property: opacity;
  transition-duration: .6ms;
  transition-timing-function: cubic-bezier(.6, .6, 0, 1);
  position: absolute;
  inset: 0;
}

.payment-method-item-border {
  animation-delay: inherit;
  background-color: #ffffff14;
  border-radius: 999px;
  padding: 1px;
  position: absolute;
  inset: -8px;
  -webkit-mask-image: linear-gradient(#fff 0 0), linear-gradient(#fff 0 0);
  mask-image: linear-gradient(#fff 0 0), linear-gradient(#fff 0 0);
  -webkit-mask-position: 0 0, 0 0;
  mask-position: 0 0, 0 0;
  -webkit-mask-size: auto, auto;
  mask-size: auto, auto;
  -webkit-mask-repeat: repeat, repeat;
  mask-repeat: repeat, repeat;
  -webkit-mask-clip: content-box, border-box;
  mask-clip: content-box, border-box;
  -webkit-mask-origin: content-box, border-box;
  mask-origin: content-box, border-box;
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  -webkit-mask-source-type: auto, auto;
  mask-mode: match-source, match-source;
}

.pop-asset-wrap {
  position: absolute;
  inset: 0%;
}

.pop-asset-gradient-wrap {
  opacity: .32;
  width: 100%;
  height: 100%;
  position: absolute;
}

.pop-asset-bubble {
  width: 240px;
  height: 240px;
  position: absolute;
  top: 66px;
}

.pop-asset-bubble.small {
  width: 284px;
  height: 284px;
  top: 44px;
}

.pop-asset-bubble.big {
  width: 432px;
  height: 432px;
  top: -30px;
}

.pop-asset-bubble-item-content {
  background-color: #fff3e00f;
  border: 1px solid #fff3e014;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  display: flex;
}

.orbit-wrap {
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  inset: 0%;
}

.orbit-item {
  background-image: url('../images/circle5.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
}

.planet-wrap {
  z-index: 1;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.planet-item {
  width: 4rem;
  height: 4rem;
  position: absolute;
}

.planet-item-inner {
  background-color: #ffffff0f;
  border: 1px solid #ffffff14;
  border-radius: 50%;
  width: 100%;
  height: 100%;
}

.hosted-checkout {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  border-radius: 12px;
  grid-template-rows: 36px 1fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-left: 8px;
  margin-right: 8px;
  display: grid;
  position: relative;
  box-shadow: inset 0 0 0 1px #eaddc814, inset 0 24px 48px #f5d7a80f, inset 0 1px 1px #f8ecd833;
}

.checkout-header {
  background-color: #f7e0bb05;
  border-bottom: 1px solid #f7e0bb14;
}

.checkout-content {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: center;
  padding-bottom: 24px;
  display: flex;
  position: relative;
}

.checkout-card-wrap {
  z-index: 1;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: center;
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  padding: 32px;
  position: relative;
}

.checkout-card-outline {
  z-index: -1;
  border: 1px solid #f7e0bb1f;
  border-radius: 24px;
  position: absolute;
  inset: 24px;
}

.checkout-card {
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  color: #eaddc7;
  background-color: #f7e0bb08;
  border-radius: 16px;
  position: relative;
  box-shadow: 0 24px 32px #0e0b06b3, inset 0 24px 48px #eaddc80d, inset 0 1px 1px #eaddc81f;
}

.checkout-card-effect {
  pointer-events: none;
  position: absolute;
  inset: 0%;
}

.checkout-card-content {
  z-index: 1;
  height: 100%;
  padding: 42px 36px;
  position: relative;
}

.flex-column {
  flex-flow: column;
  display: flex;
}

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

.flex-column-center {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.flex-column-center.gap-10 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}

.opacity-50 {
  opacity: .5;
}

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

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

.flex-row-center.gap-8px.text-align-center.text-no-wrap {
  white-space: nowrap;
}

.checkout-line {
  background-color: #f7e0bb1f;
  width: 100%;
  height: 1px;
}

.checkout-input-wrap {
  font-size: .875rem;
  font-weight: 500;
}

.checkout-input {
  color: #eaddc780;
  background-color: #eaddc80f;
  border: 1px solid #f7e0bb1f;
  border-radius: 3px;
  flex-flow: column;
  justify-content: center;
  width: 100%;
  min-height: 32px;
  margin-top: 5px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: .75rem;
  font-weight: 400;
  display: inline-flex;
  position: relative;
}

.checkout-input.is-card {
  min-height: 0;
  padding-left: 0;
  padding-right: 0;
}

.card-input-wrap {
  color: #eaddc780;
  background-color: #eaddc80f;
  border: 1px solid #f7e0bb1f;
  border-radius: 3px;
  flex-flow: column;
  justify-content: center;
  width: 100%;
  min-height: 32px;
  margin-top: 5px;
  font-size: .75rem;
  font-weight: 400;
  display: inline-flex;
  position: relative;
}

.card-input-wrap.is-card {
  min-height: 0;
  padding-left: 0;
  padding-right: 0;
}

.card-input {
  color: #eaddc780;
  border-radius: 3px;
  flex-flow: column;
  justify-content: center;
  width: 100%;
  min-height: 32px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: .75rem;
  font-weight: 400;
  display: inline-flex;
  position: relative;
}

.card-input.is-card {
  min-height: 0;
  padding-left: 0;
  padding-right: 0;
}

.card-input.is-1 {
  border-bottom: 1px solid #f7e0bb1f;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
}

.card-input.is-2 {
  border-right: 1px solid #f7e0bb1f;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.card-input-row {
  display: flex;
}

.card-input-right {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.checkout-logo-container {
  background-color: #d9d9d908;
  border-radius: 8px;
  width: 48px;
  height: 48px;
  padding: 10px;
  box-shadow: inset 0 0 0 1px #f7f7f71f, inset 0 24px 48px #eaeaea0d, inset 0 1px 1px #d9d9d91f;
}

.pay-wrapper {
  z-index: 1;
  width: 448px;
  height: 384px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.customer-top {
  width: 256px;
  height: 86px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%);
}

.customer-item {
  background-color: #2a2a27;
  background-image: linear-gradient(#ffffff08, #fff0 71%);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  display: flex;
  position: absolute;
  box-shadow: 0 3px 12.8px #0009, 0 16px 35px #00000040, inset 0 0 0 3px #00000026;
}

.pay-holder {
  height: 400px;
  position: relative;
}

.customer-item-inner {
  background-image: linear-gradient(#ffffff03, #fff0);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 57.6px;
  height: 57.6px;
  display: flex;
  box-shadow: inset 0 0 0 .25px #ffffff0d, 0 0 0 .8px #ffffff0d, 0 1.6px .8px #00000026;
}

.customer-bottom {
  width: 448px;
  height: 131px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%);
}

.pay-center {
  z-index: 5;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #ffffff0d;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 128px;
  height: 128px;
  display: flex;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  box-shadow: 0 0 0 1px #ffffff1a;
}

.pay-item-svg {
  z-index: 0;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.pay-center-inner {
  z-index: 2;
  background-color: #2a2a27;
  background-image: linear-gradient(#ffffff08, #fff0);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  display: flex;
  position: absolute;
  box-shadow: 0 4px 16px #0009, 0 20px 44px #00000040, inset 0 0 0 4px #00000026;
}

.pay-center-content {
  background-image: linear-gradient(#ffffff03, #fff0);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 72px;
  height: 72px;
  display: flex;
  box-shadow: inset 0 1px 2px #ffffff0d, 0 0 0 1px #ffffff0d, 0 2px 1px #00000026;
}

.pay-line-wrap {
  z-index: -1;
  position: absolute;
  inset: 0%;
}

.pay-line {
  position: absolute;
}

.pay-dot {
  z-index: 1;
  background-color: var(--base-color-brand--orange-main);
  border-radius: 4px;
  width: 4px;
  min-width: 4px;
  height: 4px;
  min-height: 4px;
  position: absolute;
  box-shadow: 0 0 10px 2px #f7744b80;
}

.pay-dot.is-7 {
  bottom: -17px;
}

.pay-dot.is-8 {
  bottom: -47px;
}

.pay-circle {
  position: relative;
}

.pay-circle-bg {
  position: absolute;
}

@media screen and (max-width: 991px) {
  .padding-xlarge {
    padding: 3rem;
  }

  .margin-xlarge {
    margin: 3rem;
  }

  .padding-xhuge {
    padding: 6rem;
  }

  .padding-xxhuge {
    padding: 8rem;
  }

  .padding-huge {
    padding: 5rem;
  }

  .margin-large {
    margin: 2.5rem;
  }

  .padding-xxlarge {
    padding: 4rem;
  }

  .padding-large {
    padding: 2.5rem;
  }

  .margin-huge {
    margin: 5rem;
  }

  .padding-medium {
    padding: 1.5rem;
  }

  .margin-xxlarge {
    margin: 4rem;
  }

  .margin-xhuge {
    margin: 6rem;
  }

  .margin-medium {
    margin: 1.5rem;
  }

  .margin-xxhuge {
    margin: 8rem;
  }

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

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

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

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

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

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

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

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

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

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

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

  .hide-tablet {
    display: none;
  }

  .fs-styleguide_2-col {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .max-width-full-tablet {
    width: 100%;
    max-width: none;
  }

  .fs-styleguide_1-col {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .fs-styleguide_heading-medium {
    font-size: 3rem;
  }

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

  .padding-section-large {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

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

  .fs-styleguide_section {
    grid-column-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

  .padding-section-medium {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .spacer-huge {
    padding-top: 5rem;
  }

  .spacer-medium {
    padding-top: 1.5rem;
  }

  .spacer-xhuge {
    padding-top: 6rem;
  }

  .spacer-xxhuge {
    padding-top: 8rem;
  }

  .spacer-xlarge {
    padding-top: 3rem;
  }

  .spacer-large {
    padding-top: 2.5rem;
  }

  .spacer-xxlarge {
    padding-top: 4rem;
  }

  .section_hero {
    padding-top: 65px;
  }

  .fs-styleguide_heading-header {
    font-size: 4rem;
  }

  .navbar_component {
    z-index: 999;
  }

  .navbar_container {
    z-index: 999;
    position: relative;
  }

  .nav-menu-wrapper {
    z-index: 998;
    background-color: var(--background-color--background-dark\<deleted\|variable-9f6b6bb4-0795-c8ab-f302-bbebab6f2554\>);
    width: 100vw;
    height: 100dvh;
    margin-top: 65px;
    padding-top: 1.75rem;
    padding-bottom: clamp(10rem, 25vw, 14rem);
    position: fixed;
    top: 0%;
    left: 0%;
    right: 0%;
  }

  .nav-menu-inner {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: 100%;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .navlink {
    text-align: left;
    border-top: 1px solid #ffffff26;
    border-radius: 0;
    width: 100%;
    padding: .75rem 0;
    font-size: 1.125rem;
  }

  .navlink:hover {
    background-color: #0000;
  }

  .navlink.is-dropdown {
    justify-content: space-between;
  }

  .navlink.is-last {
    border-bottom: 1px solid #ffffff26;
  }

  .nav-button-wrapper {
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .nav-button-wrapper.is-mobile {
    flex: 0;
    margin-top: 1.5rem;
    display: flex;
  }

  .menu-button {
    padding: .25rem;
  }

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

  .menu-button-inner {
    grid-column-gap: .375rem;
    grid-row-gap: .375rem;
    border: 1px solid #ffffff2e;
    border-radius: 6px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 2rem;
    min-width: 2rem;
    height: 2rem;
    min-height: 2rem;
    display: flex;
  }

  .menu-line {
    background-color: #c7c7c7;
    border-radius: 2rem;
    width: 65%;
    height: 1px;
    padding: 0;
  }

  .card {
    padding: 2rem;
  }

  .sticky-heading-wrapper {
    top: 6rem;
  }

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

  .footer-top {
    grid-template-columns: 1fr;
  }

  .footer-bottom {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .navlink-dropdown-list {
    background-color: var(--background-color--background-dark\<deleted\|variable-9f6b6bb4-0795-c8ab-f302-bbebab6f2554\>);
    width: 100%;
    position: static;
    overflow: hidden;
  }

  .navlink-dropdown-list.w--open {
    width: 100%;
    margin-top: 0;
  }

  .dropdown-link {
    color: var(--text-color--text-light-white\<deleted\|variable-2688eaeb-df93-32fe-efb9-d54fbd7bd424\>);
    padding: 0;
  }

  .dropdown-link-inner:hover {
    background-color: #0000;
  }

  .dropdown-link-icon-wrap {
    background-color: var(--background-color--background-dark-light\<deleted\|variable-97543a6e-0dbc-2d90-7b40-cddd0a3604f4\>);
    box-shadow: 0 1px 1px #ffffff0d, 0 0 0 1px #81a0c90d, 0 4px 6px #81a0c90a, 0 24px 68px #aaaec70d, 0 2px 3px #ffffff0a;
  }

  .navlink-dropdown {
    width: 100%;
  }

  .navlink-dropdown-list-inner {
    padding-bottom: .75rem;
  }

  .text-desc-service {
    color: var(--text-color--text-dark-grey\<deleted\|variable-0a60224d-1a94-b160-ae24-af3c6d95a994\>);
  }

  .dot {
    width: 14px;
    height: 14px;
  }

  .dot.is-left {
    top: -7px;
    left: -7px;
  }

  .dot.is-right {
    top: -7px;
    right: -7px;
  }

  .dot.is-center {
    top: -7px;
  }

  .section-inner {
    overflow: hidden;
  }

  .grid-item-text-wrap {
    padding-bottom: 24px;
    padding-left: 24px;
    padding-right: 24px;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 2.5rem;
  }

  h2 {
    font-size: 2rem;
  }

  h3 {
    font-size: 1.5rem;
  }

  h4 {
    font-size: 1.25rem;
  }

  h5 {
    font-size: 1rem;
  }

  h6 {
    font-size: .875rem;
  }

  .padding-xlarge {
    padding: 2rem;
  }

  .margin-xlarge {
    margin: 2rem;
  }

  .padding-xhuge {
    padding: 4rem;
  }

  .padding-xxhuge {
    padding: 4.5rem;
  }

  .padding-huge {
    padding: 3.5rem;
  }

  .margin-large {
    margin: 1.5rem;
  }

  .padding-xxlarge {
    padding: 3rem;
  }

  .padding-large {
    padding: 1.5rem;
  }

  .margin-huge {
    margin: 4rem 3.5rem 3.5rem;
  }

  .padding-medium {
    padding: 1.25rem;
  }

  .margin-xxlarge {
    margin: 3rem;
  }

  .margin-xhuge {
    margin: 4rem;
  }

  .margin-medium {
    margin: 1.25rem;
  }

  .margin-xxhuge {
    margin: 4.5rem;
  }

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

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

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

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

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

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

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

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

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

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

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

  .hide-mobile-landscape {
    display: none;
  }

  .heading-style-h3 {
    font-size: 1.5rem;
  }

  .heading-style-h1 {
    font-size: 2.5rem;
  }

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

  .padding-section-small {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .fs-styleguide_section-header {
    font-size: .875rem;
  }

  .fs-styleguide_heading-medium {
    font-size: 2rem;
  }

  .max-width-full-mobile-landscape {
    width: 100%;
    max-width: none;
  }

  .heading-style-h4 {
    font-size: 1.25rem;
  }

  .text-style-nowrap {
    white-space: normal;
  }

  .heading-style-h6 {
    font-size: .75rem;
  }

  .padding-section-large {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .text-size-large {
    font-size: 1.25rem;
  }

  .heading-style-h2 {
    font-size: 2rem;
  }

  .heading-style-h5 {
    font-size: .875rem;
  }

  .padding-section-medium {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .spacer-huge {
    padding-top: 3.5rem;
  }

  .spacer-medium {
    padding-top: 1.25rem;
  }

  .spacer-xhuge {
    padding-top: 4rem;
  }

  .spacer-xxhuge {
    padding-top: 4.5rem;
  }

  .spacer-xlarge {
    padding-top: 2rem;
  }

  .spacer-large {
    padding-top: 1.5rem;
  }

  .spacer-xxlarge {
    padding-top: 3rem;
  }

  .navbar_component, .nav-menu-inner {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .marquee_item {
    margin-right: 2.5rem;
  }

  .subtitle {
    font-size: 1.125rem;
  }

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

  .sticky-heading-wrapper {
    position: static;
  }

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

  .tokens-list {
    padding-left: 0;
    padding-right: 0;
  }

  .footer-bottom {
    grid-template-columns: 1fr;
  }

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

  .grid-legal {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .section-cta-new, .cta-container {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .cta-inner {
    margin-top: -.75rem;
    margin-bottom: -.75rem;
  }

  .title-cta {
    font-size: 10cqw;
  }

  .horizontal-line.bg-gradient-to-b.opacity-7.top-left, .horizontal-line.bg-gradient-to-b.opacity-7.top-right, .horizontal-line.bg-gradient-to-b.opacity-7.top-center {
    top: 34px;
  }

  .horizontal-line.bg-gradient-to-t.opacity-7.bottom-left, .horizontal-line.bg-gradient-to-t.opacity-7.bottom-right, .horizontal-line.bg-gradient-to-t.opacity-7.bottom-center {
    bottom: 34px;
  }

  .dot.is-left {
    width: 6px;
    height: 6px;
    top: -2.5px;
    left: -2px;
  }

  .dot.is-right {
    width: 6px;
    height: 6px;
    top: -2.5px;
    right: -2px;
  }

  .vertical-line.is-left, .vertical-line.is-right {
    height: calc(100% - 60px);
    top: 30px;
  }

  .vertical-line.is-center {
    height: calc(100% - 60px);
    display: none;
    top: 30px;
  }

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

  .section-inner {
    margin-bottom: 18px;
    padding-bottom: 50px;
  }

  .section-inner.is-code {
    padding: 24px 20px;
    overflow: visible;
  }

  .section-inner.p-small {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .section-inner--grid {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    padding-top: 0;
  }

  .section-inner--grid.col-3 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .grid-item-inner {
    max-width: 380px;
    margin-left: auto;
    margin-right: auto;
  }

  .grid-item-inner.no-min {
    max-width: none;
  }

  .grid-anim-wrap.h-744.md-h-372 {
    height: 372px;
  }

  .grid-item-text-wrap {
    padding-left: 10px;
    padding-right: 10px;
  }

  .orbit-wrap {
    transform: scale(.7);
  }

  .hosted-checkout {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    margin-left: -4px;
    margin-right: -4px;
  }

  .checkout-content {
    flex-flow: column;
    padding-bottom: 0;
  }

  .checkout-card-wrap {
    padding: 16px;
  }

  .checkout-card-outline {
    display: none;
    inset: 8px;
  }

  .checkout-card-content {
    padding-left: 24px;
    padding-right: 24px;
  }
}

@media screen and (max-width: 479px) {
  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

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

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

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

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

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

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

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

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

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

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

  .fs-styleguide_row {
    flex-wrap: wrap;
  }

  .max-width-full-mobile-portrait {
    width: 100%;
    max-width: none;
  }

  .hide-mobile-portrait {
    display: none;
  }

  .nav-button-wrapper.is-mobile {
    flex-flow: column;
  }

  .card-img {
    width: 90%;
  }

  .grid-footer, .grid-contact {
    grid-template-columns: 1fr;
  }

  .contact-card-inner {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .title-cta {
    font-size: 11.875cqw;
  }

  .code-console-dev {
    white-space: pre-line;
  }

  .show-mobile {
    display: block;
  }
}

#w-node-b224ec27-30fa-be84-48bf-7ed471542af3-7351de36 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627ca17-7351de36, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca1c-7351de36, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca21-7351de36, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca26-7351de36, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca2c-7351de36, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca32-7351de36, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca38-7351de36 {
  justify-self: start;
}

#w-node-_5d224905-8a1e-1460-7532-d38cb7ec37c1-7351de36, #w-node-_40538c8c-870b-b365-34c4-2a06f0f8567d-7351de36, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cb45-7351de36, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cb5e-7351de36 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cb61-7351de36 {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cb63-7351de36 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cb66-7351de36 {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cbb8-7351de36, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cbc2-7351de36, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cbc3-7351de36, #w-node-_5609354a-b1da-65f6-b3cc-22349348b49b-7351de36, #w-node-_5609354a-b1da-65f6-b3cc-22349348b49c-7351de36 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc31-7351de36, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc36-7351de36, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc3b-7351de36, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc40-7351de36, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc45-7351de36, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc4a-7351de36, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc54-7351de36, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc59-7351de36, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc5e-7351de36, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc63-7351de36, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc68-7351de36, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc6d-7351de36, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc72-7351de36, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc77-7351de36, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc7c-7351de36, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc81-7351de36, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc86-7351de36 {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc8a-7351de36 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc8b-7351de36, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc90-7351de36, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc95-7351de36, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc9a-7351de36, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccaf-7351de36, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccb4-7351de36, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccb9-7351de36, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccbe-7351de36, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccc3-7351de36, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccc8-7351de36, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccd2-7351de36, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccd7-7351de36, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccdc-7351de36, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cce1-7351de36, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cce6-7351de36, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cceb-7351de36, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccf0-7351de36, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccf5-7351de36, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccfa-7351de36, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccff-7351de36, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd04-7351de36 {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cd08-7351de36 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cd09-7351de36, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd0e-7351de36, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd13-7351de36, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd18-7351de36, #w-node-_30684373-af34-3818-02a4-e58b3ffef3e5-7351de36, #w-node-_30684373-af34-3818-02a4-e58b3ffef3ea-7351de36, #w-node-_30684373-af34-3818-02a4-e58b3ffef3ef-7351de36, #w-node-_30684373-af34-3818-02a4-e58b3ffef3f4-7351de36, #w-node-_30684373-af34-3818-02a4-e58b3ffef3f9-7351de36, #w-node-_30684373-af34-3818-02a4-e58b3ffef3fe-7351de36, #w-node-_30684373-af34-3818-02a4-e58b3ffef403-7351de36, #w-node-_30684373-af34-3818-02a4-e58b3ffef408-7351de36, #w-node-_30684373-af34-3818-02a4-e58b3ffef40d-7351de36, #w-node-_30684373-af34-3818-02a4-e58b3ffef412-7351de36 {
  justify-self: start;
}

#w-node-_30684373-af34-3818-02a4-e58b3ffef416-7351de36 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_30684373-af34-3818-02a4-e58b3ffef417-7351de36 {
  justify-self: start;
}

#w-node-_30684373-af34-3818-02a4-e58b3ffef41a-7351de36, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd6b-7351de36, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd98-7351de36 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cdc7-7351de36 {
  justify-self: start;
}

#w-node-_0cd43842-2eae-7469-0728-4ca23a282eec-f5d2043d {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_4db4b158-0a3c-661f-71ad-37c2e6de1cd6-f5d2043d, #w-node-bd184ac6-3c3d-b321-f155-405903459b73-f5d2043d, #w-node-_76b62a73-f194-34d8-155a-080b5d4f2fee-f5d2043d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_37e776bc-2d94-70e0-9743-44a6e9e3c435-b0c9e8a8 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_37e776bc-2d94-70e0-9743-44a6e9e3c44e-b0c9e8a8, #w-node-_37e776bc-2d94-70e0-9743-44a6e9e3c465-b0c9e8a8, #w-node-_37e776bc-2d94-70e0-9743-44a6e9e3c47e-b0c9e8a8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8bb65bba-5946-d95d-8991-f4d7a2cc8635-d4f098aa {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_8bb65bba-5946-d95d-8991-f4d7a2cc864e-d4f098aa, #w-node-_8bb65bba-5946-d95d-8991-f4d7a2cc8665-d4f098aa, #w-node-_8bb65bba-5946-d95d-8991-f4d7a2cc867e-d4f098aa, #w-node-c9d2c59c-bd41-5c48-1eef-78af58ffa28e-73dc4185 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 767px) {
  #w-node-_0cd43842-2eae-7469-0728-4ca23a282eec-f5d2043d {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-c9b974fd-0c97-fcd5-03ba-40f099a866eb-c9f3c4c5, #w-node-c9b974fd-0c97-fcd5-03ba-40f099a866eb-9d1dd087, #w-node-c9b974fd-0c97-fcd5-03ba-40f099a866eb-19df7fc6 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_37e776bc-2d94-70e0-9743-44a6e9e3c435-b0c9e8a8, #w-node-_8bb65bba-5946-d95d-8991-f4d7a2cc8635-d4f098aa {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_0cd43842-2eae-7469-0728-4ca23a282eec-f5d2043d, #w-node-_37e776bc-2d94-70e0-9743-44a6e9e3c435-b0c9e8a8, #w-node-_8bb65bba-5946-d95d-8991-f4d7a2cc8635-d4f098aa {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Robotomono';
  src: url('../fonts/RobotoMono-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Robotomono';
  src: url('../fonts/RobotoMono-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Robotomono';
  src: url('../fonts/RobotoMono-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}