:root {
  --base-color-brand--blue-dark: #003;
  --link-color--link-primary: var(--base-color-brand--blue);
  --background-color--background-primary: var(--base-color-brand--blue-dark);
  --text-color--text-alternate: var(--base-color-neutral--white);
  --text-color--text-primary: var(--base-color-brand--blue);
  --text-color--text-secondary: var(--base-color-brand--blue-dark);
  --background-color--background-success: var(--base-color-system--success-green);
  --text-color--text-success: var(--base-color-system--success-green-dark);
  --base-color-brand--blue: #000dff;
  --border-color--border-primary: var(--base-color-neutral--neutral-lightest);
  --background-color--background-alternate: var(--base-color-brand--blue-light-2);
  --base-color-brand--blue-light-2: #b3b7ff;
  --background-color--background-secondary: var(--base-color-brand--blue);
  --background-color--background-error: var(--base-color-system--error-red);
  --text-color--text-error: var(--base-color-system--error-red-dark);
  --base-color-brand--blue-light-1: #666eff;
  --background-color--background-warning: var(--base-color-system--warning-yellow);
  --text-color--text-warning: var(--base-color-system--warning-yellow-dark);
  --base-color-brand--blue-light-3: #e6e7ff;
  --link-color--link-secondary: var(--base-color-neutral--black);
  --background-color--background-tertiary: var(--base-color-brand--green-neon);
  --base-color-neutral--white: #fff;
  --base-color-neutral--neutral-darkest: #111;
  --background-color--background-light-gery: var(--base-color-neutral--neutral-lightest);
  --background-color--background-alternate-light: var(--base-color-brand--blue-light-3);
  --base-color-brand--green-neon: #00ff3c;
  --base-color-brand--pink-light: #ffaefe;
  --base-color-brand--pink: #dd23bb;
  --base-color-brand--pink-dark: #3c043b;
  --base-color-neutral--black: #000;
  --base-color-neutral--neutral-lightest: #eee;
  --base-color-neutral--neutral-lighter: #ccc;
  --base-color-neutral--neutral-light: #aaa;
  --base-color-neutral--neutral: #666;
  --base-color-neutral--neutral-dark: #444;
  --base-color-neutral--neutral-darker: #222;
  --base-color-system--success-green: #a1f8b5;
  --base-color-system--success-green-dark: #114e0b;
  --base-color-system--warning-yellow: #fcf8d8;
  --base-color-system--warning-yellow-dark: #5e5515;
  --base-color-system--error-red: #f8e4e4;
  --base-color-system--error-red-dark: #3b0b0b;
  --base-color-system--focus-state: #2d62ff;
  --border-color--border-secondary: var(--base-color-brand--blue);
  --border-color--border-alternate: var(--base-color-neutral--neutral-darker);
  --link-color--link-alternate: var(--base-color-neutral--white);
}

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

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

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

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

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

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

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

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

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

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

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

.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 {
  color: var(--base-color-brand--blue-dark);
  font-family: Aeonik Roman Vf, Arial, sans-serif;
  font-size: 1.25rem;
  line-height: 1.5;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.1;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
}

p {
  letter-spacing: .06rem;
  margin-bottom: 0;
}

a {
  color: var(--link-color--link-primary);
  font-size: 1.125rem;
}

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

li {
  margin-bottom: .25rem;
  font-size: 1.25rem;
  text-align: right;
}

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-bottom.margin-xsmall, .margin-bottom.margin-xxlarge, .margin-bottom.margin-small {
  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-top.margin-xxlarge, .margin-top.margin-medium {
  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;
}

.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 {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  display: flex;
}

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

.background-color-primary {
  background-color: var(--background-color--background-primary);
  color: var(--text-color--text-alternate);
}

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

.text-color-primary {
  color: var(--text-color--text-primary);
}

.text-color-secondary {
  color: var(--text-color--text-secondary);
}

.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);
  color: var(--text-color--text-success);
  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-size: 2.5rem;
  font-weight: 400;
  line-height: 1.2;
}

.text-rich-text h1 {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  font-weight: 500;
}

.text-rich-text h2 {
  color: var(--base-color-brand--blue);
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  font-weight: 500;
}

.text-rich-text h3 {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  font-weight: 500;
}

.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 {
  margin-bottom: 1.5rem;
}

.text-rich-text ol {
  margin-bottom: 1.5rem;
  padding-left: 2.6rem;
  list-style-type: lower-roman;
}

.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-size: 5rem;
  font-weight: 300;
  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-alternate {
  color: var(--text-color--text-alternate);
}

.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-primary);
  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: .938rem;
}

.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: 1.25rem;
}

.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-alternate {
  background-color: var(--background-color--background-alternate);
}

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

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

.heading-style-h4 {
  font-size: 2rem;
  font-weight: 400;
  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-secondary {
  background-color: var(--background-color--background-secondary);
}

.form_input {
  border: 1px solid var(--border-color--border-primary);
  background-color: #0000;
  min-height: 3rem;
  margin-bottom: .75rem;
  padding: .5rem 1rem;
  font-size: 1rem;
}

.form_input::placeholder, .form_input.is-select-input {
  color: var(--text-color--text-secondary);
}

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

.heading-style-h6 {
  font-size: .938rem;
  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);
  text-decoration: underline;
}

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

.fs-styleguide_header {
  background-color: var(--background-color--background-primary);
  color: var(--text-color--text-alternate);
  background-image: radial-gradient(circle at 100% 100%, #dd23bb40, #0000 40%), radial-gradient(circle at 0 100%, #2d62ff4d, #0000 60%);
}

.heading-style-h2 {
  font-size: 3.75rem;
  font-weight: 300;
  line-height: 1.2;
}

.heading-style-h2.text-color-primary.modal_title {
  text-align: right;
}

.fs-styleguide_label {
  background-color: var(--background-color--background-secondary);
  color: var(--text-color--text-alternate);
  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: var(--background-color--background-secondary);
}

.heading-style-h5 {
  font-size: 1.563rem;
  font-weight: 400;
  line-height: 1.5;
}

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

.container-large.utility-postition-relative {
  height: 100%;
}

.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);
  color: var(--text-color--text-error);
  margin-top: .75rem;
  padding: .75rem;
}

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

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

.form_component {
  margin-bottom: 0;
}

.main-wrapper {
  overflow: visible;
}

.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-secondary);
  color: var(--text-color--text-alternate);
  text-align: center;
  -webkit-clip-path: polygon(90% 0%, 100% 50%, 90% 100%, 10% 100%, 0% 50%, 10% 0%);
  clip-path: polygon(90% 0%, 100% 50%, 90% 100%, 10% 100%, 0% 50%, 10% 0%);
  padding: .75rem 3rem;
  font-weight: 400;
  transition-property: all;
  transition-duration: .3s;
  transition-timing-function: ease;
}

.button:where(.w-variant-098540de-eae4-4b55-81c5-72164ee61daa) {
  padding-top: .5rem;
  padding-bottom: .5rem;
}

.button:where(.w-variant-95420eec-58a3-d1d1-cc09-85e1ed219428) {
  padding: 1rem 2.5rem;
}

.button:hover {
  transform: scale(.9);
}

.button.is-text {
  color: var(--link-color--link-primary);
  background-color: #0000;
  border: 2px solid #0000;
}

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

.button.is-small.is-custom-1 {
  background-color: var(--base-color-brand--blue-light-1);
  padding-left: .75rem;
  padding-right: .75rem;
}

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

.button.is-secondary {
  background-color: var(--base-color-brand--blue-light-2);
  color: var(--text-color--text-secondary);
  transition: all .3s;
}

.button.is-secondary:hover {
  transform: scale(.9);
}

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

.button.is-brand {
  background-color: var(--background-color--background-secondary);
}

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

.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);
  color: var(--text-color--text-warning);
  border-radius: .25rem;
  padding: .25rem .5rem;
  font-size: .875rem;
}

.nav_component {
  background-color: #0000;
  width: 100%;
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  inset: 0% 0% auto;
}

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

.nav_logo {
  width: 10rem;
}

.nav_menu {
  background-color: var(--base-color-brand--blue-light-3);
  padding-left: 1rem;
  padding-right: 1rem;
}

.nav_menu_link {
  padding: .5rem 1rem;
}

.nav_button {
  padding: 0;
}

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

.background-color-tertiary {
  background-color: var(--background-color--background-tertiary);
}

.fs-styleguide_hero-label {
  color: var(--text-color--text-primary);
  text-transform: uppercase;
  background-color: #eee;
  border-radius: .25rem;
  padding: .25rem .375rem;
  font-size: .75rem;
  font-weight: 500;
  text-decoration: none;
}

.hero_content {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start;
  place-items: start;
  max-width: 70rem;
  display: grid;
  position: relative;
}

.hero_image {
  object-fit: cover;
  height: 49rem;
}

.hero_heading {
  font-size: 4rem;
}

.section_hero {
  background-color: var(--base-color-neutral--white);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 100svh;
  max-height: 200vh;
  display: none;
  position: relative;
  overflow: hidden;
}

.hero_grid {
  grid-column-gap: 8rem;
  grid-row-gap: 8rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.nav_fixed {
  z-index: 10;
  position: fixed;
  inset: 0% 0% auto;
}

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

.heading-style-h0 {
  font-size: 5.625rem;
  font-weight: 300;
  line-height: 1.3;
}

.heading-style-h0.text-color-alternate {
  overflow: hidden;
}

.navbar1_component {
  background-color: #0000;
  border-bottom-style: solid;
  border-bottom-width: 0;
  align-items: center;
  width: 100%;
  height: auto;
  min-height: 4.5rem;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

.navbar1_menu {
  background-color: #e6e7ff;
  align-items: center;
  padding: 11px 20px;
  display: flex;
  position: static;
}

.button_3 {
  color: #000dff;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 0;
  padding: .3rem 1rem;
  font-size: 1.125rem;
  text-decoration: none;
  transition: all .3s;
}

.button_3:hover {
  transform: scale(.95);
}

.button_text {
  z-index: 3;
  flex: none;
  position: relative;
}

.button_text.small_text {
  font-size: 1rem;
}

.navbar1_menu-buttons {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-left: 1rem;
  display: flex;
}

.navbar1_component_mobile {
  background-color: #0000;
  border-bottom-style: solid;
  border-bottom-width: 0;
  align-items: center;
  width: 100%;
  height: auto;
  min-height: 4.5rem;
  padding-left: 5%;
  padding-right: 5%;
  display: none;
}

.navbar1_menu-buttons_mobile {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-left: 1rem;
  display: flex;
}

.navbar1_logo {
  height: 2.5rem;
}

.navbar1_link {
  padding: .5rem 1rem;
  font-size: 1.125rem;
  transition: all .3s;
}

.navbar1_link:hover {
  color: #000dff;
  transform: scale(.95);
}

.navbar1_link.w--current {
  color: var(--link-color--link-primary);
  font-weight: 700;
}

.navbar1_logo-link {
  padding-left: 0;
}

.button_4 {
  color: #fff;
  background-color: #666eff;
  border: 1px solid #fff;
  border-radius: 0;
  padding: .4rem .6rem;
  font-size: 1.125rem;
  text-decoration: none;
  transition: all .3s;
}

.button_4:hover {
  transform: scale(.95);
}

.navbar1_container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.nav_inner {
  grid-column-gap: 29px;
  grid-row-gap: 29px;
  background-color: #fff0;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.navbar1_menu-button {
  padding: 0;
}

.hero_content-2 {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start center;
  place-items: stretch center;
  height: 100%;
  display: flex;
  position: relative;
  transform: translate(-3rem);
}

.hero_content-2-bg {
  z-index: 1;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--background-color--background-primary);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: none;
  position: absolute;
  inset: 0%;
}

.hero_calculator-wrapper {
  z-index: 5;
  flex-flow: column;
  width: 100%;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: flex;
  position: relative;
}

.section_hero_image {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 75vh;
  max-height: 75vh;
  display: flex;
  overflow: visible;
}

.hero_image-wrapper {
  -webkit-clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
  width: 30rem;
  height: 30rem;
}

.hero_image-clipper {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 20rem;
  height: 20rem;
  display: flex;
  overflow: hidden;
}

.hero_top-section {
  justify-content: center;
  align-items: center;
  min-height: 90vh;
  display: flex;
}

.code-embed {
  width: 100%;
}

.why_us-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.why_us-item {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.section_visa-payout {
  background-color: var(--background-color--background-light-gery);
  overflow: hidden;
}

.visa_payout-wrapper {
  grid-column-gap: 4.8rem;
  grid-row-gap: 4.8rem;
  flex-flow: row;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.visa_payout-item {
  perspective: 300px;
  transform-style: preserve-3d;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.visa_payout-item.visa_payout_text {
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 5rem;
}

.visa_payout-item.visacard-mobile {
  display: none;
}

.visa_card-image {
  width: 50vw;
  transform: rotate(-45deg);
}

.section_send-receive {
  height: 100%;
}

.send_receive-wrapper {
  grid-column-gap: 5.2rem;
  grid-row-gap: 5.2rem;
  flex-flow: row;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.send_receive-titles {
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: center;
  align-items: stretch;
  height: 100%;
  display: grid;
}

.send_title-wrapper {
  aspect-ratio: 1;
  background-color: var(--base-color-brand--blue);
  color: var(--base-color-neutral--white);
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 71%;
  transition: all .3s;
  display: flex;
  transform: rotate(45deg);
}

.send_title-wrapper:hover {
  border: 3rem solid var(--base-color-brand--blue-light-3);
  background-color: var(--base-color-neutral--white);
  color: var(--text-color--text-primary);
}

.send_title {
  justify-content: center;
  align-items: center;
  display: flex;
  transform: rotate(-45deg);
}

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

.send_title-text {
  font-weight: 300;
  line-height: 80%;
}

.receive_title-wrapper {
  aspect-ratio: 1;
  background-color: var(--base-color-brand--blue-dark);
  color: var(--base-color-neutral--white);
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 71%;
  transition: all .3s;
  display: flex;
  transform: rotate(45deg);
}

.receive_title-wrapper:hover {
  border: 3rem solid var(--base-color-brand--blue-light-3);
  background-color: var(--base-color-neutral--white);
  color: var(--text-color--text-secondary);
}

.receive_title-text {
  font-weight: 300;
  line-height: 80%;
}

.send_receive-details {
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: center;
  align-items: center;
  padding-top: 6rem;
  display: grid;
}

.utility-postition-relative {
  position: relative;
}

.send_receive_details-wrapper {
  grid-column-gap: 5.2rem;
  grid-row-gap: 5.2rem;
  flex-flow: row;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.send_receive-titles-copy {
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  height: 100%;
  display: grid;
}

.send-wrapper {
  opacity: 0;
  cursor: pointer;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
}

.receive_details-wrapper {
  opacity: 0;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  display: flex;
}

.details_item {
  align-self: flex-start;
  height: 19.3rem;
}

.details_item.test {
  transform: translate(0, -40%);
}

.details_item-text {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: center;
  flex-flow: column;
  padding: 0 12px;
  display: flex;
  transform: translate(0, 1rem);
}

.details_item-text.detail_item_text-inverted {
  transform: translate(0, -23rem);
}

.detail_svg {
  aspect-ratio: 1;
  width: 50vw;
}

.text-size-x-small {
  font-size: 1rem;
}

.section_mobile-app {
  background-image: url('../images/appsection.jpg');
  background-position: 50% 0%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.mobile_app-wrapper {
  grid-column-gap: 5.2rem;
  grid-row-gap: 5.2rem;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: stretch;
  display: grid;
}

.mobile_app-content {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: wrap;
  display: flex;
}



.mobile_app-download {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  display: flex;
}

.store_link {
  border-radius: 1rem;
  transition: box-shadow .3s;
  box-shadow: 0 2px 5px #0006;
}

.store_link:hover {
  box-shadow: 0 2px 5px #0000;
}

.section_values {
  overflow: hidden;
}

.values-wrapper {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.values_title {
  text-align: center;
  width: 80%;
}

.values_description, .values_cta {
  text-align: center;
  width: 40%;
}

.values_icons-wrapper {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  width: 100vw;
  padding-top: 2rem;
  display: flex;
  overflow: hidden;
}

.value-wrapper {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex: none;
  justify-content: space-around;
  min-width: 100%;
  display: flex;
}

.value_icon {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
}

.value_img {
  width: 100%;
}

.section_testimonials {
  background-color: var(--background-color--background-alternate-light);
  background-image: url('../images/world-map-animated.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.testimonials-wrapper {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-flow: row;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.testimonials_text_cta-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 50%;
  display: flex;
}

.testimonials_text_cta-wrapper.visa_payout_text {
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 5rem;
}

.testimonials_slider-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  max-width: 50%;
  display: flex;
}

.testimonials_slider-wrapper.visa_payout_text {
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 5rem;
}

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

.testimonials_slider-copy.visa_payout_text {
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 5rem;
}

.hidden {
  display: none;
}

.slider-nav {
  z-index: 2;
  justify-content: center;
  align-items: center;
  column-gap: 8px;
  padding: 16px;
  display: flex;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.slider-nav-inactive {
  cursor: pointer;
  background-color: #95a0b2;
  border-radius: 100%;
  width: 8px;
  height: 8px;
  padding: 0;
}

.slider-nav-active {
  cursor: pointer;
  background-color: #000;
  border-radius: 100%;
  width: 8px;
  height: 8px;
  padding: 0;
}

.slider-arrows {
  justify-content: center;
  column-gap: 8px;
  margin-top: 24px;
  display: flex;
}

.slider-arrow {
  color: #000;
  text-align: center;
  background-color: #fff;
  border: 1px solid #dde3e8;
  border-radius: 8px;
  min-width: 148px;
  padding: 9px 32px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-weight: 500;
  box-shadow: 0 2px 1px #95a0b214;
}

.slider_wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.testimonial_item-wrapper {
  background-color: var(--background-color--background-primary);
  justify-content: center;
  align-items: center;
  width: 25rem;
  height: 25rem;
  padding: 2rem;
  display: flex;
  transform: rotate(45deg);
}

.testimonial_item-inner {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  transform: rotate(-45deg);
}

.testimonial_item-text {
  color: var(--base-color-neutral--white);
  text-align: center;
  width: 80%;
  font-size: 1.2vw;
  font-weight: 300;
}

.testimonial_item-text-2 {
  color: var(--base-color-brand--green-neon);
  text-align: center;
  font-size: 1.25rem;
  font-weight: 300;
}

.testimonial_item-text-3 {
  color: var(--base-color-brand--green-neon);
  text-align: center;
  font-size: 6rem;
  font-weight: 300;
  line-height: .2;
}

.slider {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 30rem;
  display: flex;
}

.mask {
  width: 100%;
  height: 30rem;
}

.slide {
  width: 30rem;
  height: 30rem;
}

.paragraph {
  width: 80%;
}

.swiper {
  width: 100%;
  height: 100%;
}

.swiper.myswiper {
  cursor: grab;
  overflow: visible;
}

.swiper-slide {
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
}

.item-wrapper {
  aspect-ratio: 1;
  background-image: url('../images/rhombus-black-bg.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  justify-content: center;
  align-items: center;
  padding: 2.8rem;
  display: flex;
}

.item-wrapper-inner {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.flags-holder {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-width: 5rem;
  max-width: 5rem;
  display: flex;
  transform: translate(-2rem);
}

.testimonial_flag {
  width: 8rem;
}

.item-holder {
  display: flex;
  transform: translate(1.9rem);
}

.section_countries {
  background-color: var(--background-color--background-primary);
  background-image: url('../images/countries.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.countries-wrapper {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  padding-top: 50vh;
  display: flex;
}

.countries_title-wrapper {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  text-align: center;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.countries_list-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.countries_list-column {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.country_item {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  align-items: center;
  display: flex;
}

.image_country_svg {
  aspect-ratio: 1;
  width: 3vw;
}

.section_emo-images {
  background-color: var(--base-color-neutral--white);
  height: 100vh;
  max-height: 100vh;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.banner_emo_img {
  transform-origin: 50% 0;
  transform: scale(2);
}

.section_footer {
  z-index: 2;
  background-color: var(--base-color-brand--blue);
  position: relative;
  overflow: hidden;
}

.footer_inner-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 3rem;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: stretch;
  display: grid;
}

.image-2 {
  height: 3rem;
}

.links_wrapper-1 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.footer_links_group {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  flex-flow: column;
  display: flex;
}

.footer_link {
  color: var(--text-color--text-alternate);
  text-underline-offset: 6px;
  font-size: 1.25rem;
  font-weight: 300;
  text-decoration: none;
  text-decoration-thickness: 1px;
  transition: all .2s;
}

.footer_link:hover {
  transform-origin: 0%;
  transform: scale(.95);
}

.links_wrapper-2, .links_wrapper-3, .copyright_statment-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.animated-footer-pattren, .footer_patt_svg {
  width: 100%;
}

.section_our-app {
  background-color: #000;
  background-image: url('../images/ourapp-bg.webp');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: column;
  justify-content: flex-end;
  align-items: stretch;
  min-height: 100vh;
  display: flex;
}

.our_app-wrapper {
  z-index: 5;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.our_app-content {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  display: flex;
}

.body {
  background-color: #0000;
  box-shadow: 0 2px 5px #0003;
}

.nav_logo-svg {
  pointer-events: none;
  height: 2.5rem;
  overflow: hidden;
}

.section_cta-start-transfer {
  background-color: var(--base-color-brand--blue-light-3);
  background-image: url('../images/animated-arrows.svg');
  background-position: 50%;
  background-repeat: no-repeat;
}

.cta_start_transfer-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  text-align: center;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.section_connecting-families {
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: stretch;
  min-height: 80vh;
  display: grid;
}

.connecting-col {
  background-image: url('../images/connecting-families1-2.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: flex-end;
  align-items: flex-end;
  padding-bottom: 6rem;
  display: flex;
}

.families-col {
  background-image: url('../images/connecting-families2-2.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: flex-start;
  align-items: flex-end;
  padding-bottom: 2rem;
  display: flex;
}

.section_app-features {
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  min-height: 100vh;
  display: flex;
}

.app_features-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  height: 100%;
  display: flex;
  position: relative;
}

.features_wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
  position: sticky;
  top: 10rem;
}

.features_text, .features_screen {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  display: flex;
}

.features-headers-container {
  height: 21rem;
  position: relative;
}

.features_description-container {
  height: 4.5rem;
  position: relative;
}

.feature_header.heading-style-h0 {
  opacity: 0;
  display: none;
  position: absolute;
  inset: 0%;
}

.feature_description {
  opacity: 0;
  position: absolute;
  inset: 0%;
}

.feature_screen-container {
  height: 60vh;
  position: relative;
}

.feature_screen-1 {
  opacity: 1;
  height: 60vh;
  position: absolute;
  inset: 0%;
}

.feature_screen-2 {
  opacity: 0;
  height: 60vh;
  position: absolute;
  inset: 0%;
}

.feature-png {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.feature_screen-3 {
  opacity: 0;
  height: 60vh;
  position: absolute;
  inset: 0%;
}

.feature_trgger-1, .feature_trgger-2, .feature_trgger-3 {
  height: 60vh;
}

.mobile_app-download_feat {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  opacity: 1;
  display: flex;
}

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

.code-embed-2 {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.feature_header_1.heading-style-h0 {
  opacity: 1;
  position: absolute;
}

.feature_description_1 {
  opacity: 1;
}

.section_about-hero {
  background-color: #000;
  background-image: url('../images/woman-holding-phone.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  min-height: 100vh;
  display: flex;
  position: relative;
}

.about-us-gradient-overlay {
  z-index: 0;
  background-image: linear-gradient(0deg, var(--base-color-brand--blue-dark), transparent 67%);
  position: absolute;
  inset: 0%;
}

.section_milestones {
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  min-height: 90vh;
  display: flex;
  position: relative;
}

.milestones_columns-wrapper {
  z-index: 0;
  flex-flow: row;
  display: flex;
  position: absolute;
  inset: 0%;
}

.milestone-column {
  background-color: var(--base-color-brand--blue-dark);
  flex: 20%;
  justify-content: flex-start;
  align-items: flex-end;
  height: 100%;
  padding-bottom: 15vh;
  transition: all .3s;
  display: flex;
  overflow: hidden;
}

.milestone-column:hover {
  flex-basis: 30%;
}

.milestone-column._1 {
  justify-content: flex-start;
  align-items: center;
}

.milestone-column._2 {
  background-color: var(--base-color-brand--blue);
}

.milestone-column._3 {
  background-color: var(--base-color-brand--blue-light-1);
}

.milestone-column._4 {
  background-color: var(--base-color-brand--blue-light-2);
}

.milestone-column._5 {
  background-color: var(--base-color-brand--blue-light-3);
}

.milestone_col_inner-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  padding-left: 1.6rem;
  padding-right: 2rem;
  display: flex;
  overflow: hidden;
}

.about_us_hero-wrapper {
  z-index: 5;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.about_us_hero-content {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  display: flex;
}

.milestones_header-wrapper {
  z-index: 5;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  pointer-events: none;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.milestones_header-content {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  display: flex;
}

.milestone_header {
  color: var(--text-color--text-alternate);
  width: 22vw;
  font-size: 2.5rem;
  font-weight: 300;
}

.milestone_header.text-color-secondary {
  color: var(--text-color--text-secondary);
}

.milestone_text {
  color: var(--text-color--text-alternate);
  width: 22vw;
  font-size: 1.125rem;
}

.milestone_text.text-color-secondary {
  color: var(--text-color--text-secondary);
}

.section_promises {
  background-color: var(--base-color-brand--blue-light-3);
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  min-height: 100vh;
  display: flex;
  position: relative;
}

.section_ceo-message {
  background-color: #000;
  background-image: url('../images/ceoMessage.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  min-height: 100vh;
  display: flex;
}

.ceo_message-wrapper {
  z-index: 5;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.ceo_message-content {
  grid-column-gap: 7rem;
  grid-row-gap: 7rem;
  flex-flow: column;
  justify-content: space-between;
  display: flex;
}

.section_partners {
  background-color: var(--base-color-brand--blue-light-3);
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  overflow: hidden;
}

.partners_text-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: flex-start;
  align-self: center;
  align-items: center;
  padding-left: 20rem;
  padding-right: 20rem;
  display: flex;
}

.partners_text-description {
  width: 80%;
}

.partners_wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.partners_logos_inner-wrapper {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  width: 100vw;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: flex;
  overflow: hidden;
}

.logos-wrapper {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex: none;
  justify-content: space-around;
  min-width: 100%;
  display: flex;
}

.partners_logos_wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  padding-top: 4rem;
  padding-bottom: 4rem;
  display: flex;
}

.section_reach-us {
  background-color: var(--base-color-brand--blue-dark);
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  position: relative;
  overflow: hidden;
}

.insights_description {
  text-align: center;
  width: 50%;
}

.insights_title {
  text-align: center;
  width: 80%;
}

.insights_wrapper {
  z-index: 5;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.insights_articles-wrapper {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: row;
  justify-content: space-between;
  width: 100%;
  padding: 2rem;
  display: flex;
}

.article_wrapper {
  aspect-ratio: 1;
  -webkit-clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
  background-image: url('../images/money.jpg');
  background-position: 50%;
  background-size: cover;
  width: 50%;
  display: flex;
  position: relative;
}

.article_wrapper._2 {
  background-image: url('../images/transfer.jpg');
}

.article_wrapper._3 {
  background-image: url('../images/cost-1.jpg');
  background-position: 50%;
}

.article_wrapper._4 {
  background-image: url('../images/transfer.jpg');
  background-position: 50%;
  background-size: cover;
}

.article_inner-wrapper {
  z-index: 5;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  -webkit-clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 90%;
  padding: 4rem 5rem;
  display: flex;
  position: relative;
}

.article_go_icon {
  width: 5rem;
}

.article_inner-bg {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  background-color: var(--base-color-brand--blue-dark);
  opacity: .6;
  -webkit-clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 3.4rem;
  display: flex;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.article_link {
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
  position: relative;
}

.articles_animated_pattren-wrapper {
  z-index: 0;
  height: 100%;
  position: absolute;
  inset: 0% 0% auto;
}

.articles_animated_svg {
  transform-style: preserve-3d;
  width: 100%;
  transform: rotateX(180deg)rotateY(0)rotateZ(0);
}

.section_insights {
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  position: relative;
  overflow: hidden;
}

.reach_us-wrapper {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.reach_us-content {
  justify-content: space-around;
  width: 100%;
  padding-left: 10%;
  padding-right: 10%;
  display: flex;
}

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

.reach_us-icon {
  width: 7rem;
}

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

.reach_us-link {
  color: var(--base-color-neutral--white);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.reach_us-link:hover {
  transform: scale(.95);
}

.reach_us-pattren {
  object-fit: cover;
  max-width: 15%;
  height: 100%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.reach_us-pattren._2 {
  inset: 0% 0% 0% auto;
  transform: rotate(180deg);
}

.section_journey-banner {
  background-image: url('../images/desert.webp');
  background-position: 50%;
  background-size: cover;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  height: 60vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.journey-wrapper {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  color: var(--base-color-neutral--white);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.section_help-hero {
  background-image: url('../images/old-man-shop.webp');
  background-position: 50%;
  background-size: cover;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  min-height: 100vh;
  display: flex;
  position: relative;
}

.section_assistance {
  background-color: var(--base-color-brand--blue-light-3);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: none;
  position: relative;
  overflow: hidden;
}

.assistance-pattren {
  object-fit: cover;
  max-width: 15%;
  height: 100%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.assistance-pattren._2 {
  inset: 0% 0% 0% auto;
  transform: rotate(180deg);
}

.assistance-wrapper {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.section_help_videos {
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  position: relative;
  overflow: hidden;
}

.help-videos_wrapper {
  z-index: 5;
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.help-videos_title {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  width: 80%;
  display: flex;
}

.help-videos_description {
  text-align: center;
  padding: 0% 23%;
}

.help-videos_inner_wrapper {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: center stretch;
  width: 100%;
  display: grid;
}

.video_wrapper {
  aspect-ratio: 1;
  background-color: var(--base-color-brand--blue-dark);
  -webkit-clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.video_wrapper._2 {
  background-image: url('../images/transfer.jpg');
}

.video_link {
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
  position: relative;
}

.video_box-wrap {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  aspect-ratio: 1;
  background-color: var(--base-color-brand--blue-dark);
  text-align: center;
  -webkit-clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-height: 100%;
  padding: 4rem 6rem;
  text-decoration: none;
  transition-property: all;
  transition-duration: .2s;
  transition-timing-function: ease;
  display: flex;
}

.video_box-wrap:hover {
  transform: scale(.95);
}

.video_title {
  color: var(--base-color-neutral--white);
  font-size: 2.5rem;
}

.help_go_icon {
  width: 5rem;
}

.video_subtitle {
  color: var(--base-color-neutral--white);
  letter-spacing: .1rem;
  font-size: 1rem;
  font-weight: 200;
}

.section_faq {
  background-color: var(--base-color-brand--blue-light-3);
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  position: relative;
  overflow: hidden;
}

.faq_inner_wrapper {
  z-index: 5;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.faq_title {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 70%;
  display: flex;
}

.faqs_container {
  width: 60%;
}

.faq1_question {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  border-top: var(--\<unknown\|relume-variable-divider-width\>) solid var(--\<unknown\|relume-variable-color-scheme-1-border\>);
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  display: flex;
}

.faq1_accordion {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}

.text-size-medium-2 {
  font-size: 1.125rem;
}

.faq1_list {
  border-bottom: var(--\<unknown\|relume-variable-divider-width\>) solid var(--\<unknown\|relume-variable-color-scheme-1-border\>);
}

.button-2 {
  border: 1px solid var(--\<unknown\|relume-variable-neutral-shade-7\>);
  background-color: var(--\<unknown\|relume-variable-neutral-shade-7\>);
  color: var(--\<unknown\|relume-variable-neutral-white\>);
  text-align: center;
  padding: .75rem 1.5rem;
  text-decoration: none;
}

.button-2.is-secondary {
  background-color: var(--\<unknown\|relume-variable-transparent\>);
  color: var(--\<unknown\|relume-variable-neutral-shade-7\>);
}

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

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

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

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

.heading-style-h2-2 {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

.faq1_answer {
  overflow: hidden;
}

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

.heading-style-h4-2 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
}

.section_faq1 {
  background-color: var(--\<unknown\|relume-variable-color-scheme-1-background\>);
  color: var(--\<unknown\|relume-variable-color-scheme-1-text\>);
}

.padding-global-2 {
  padding-left: 5%;
  padding-right: 5%;
}

.faq1_icon-wrapper {
  align-self: flex-start;
  width: 2rem;
  display: flex;
}

.faq_description {
  width: 70%;
}

.div-block-3 {
  width: 100%;
  height: 1px;
}

.faq-circle {
  background-color: var(--base-color-brand--blue);
  -webkit-clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
  justify-content: center;
  align-items: center;
  width: 55px;
  min-width: 55px;
  height: 55px;
  min-height: 55px;
  display: flex;
}

.faq-wrapper {
  margin-left: auto;
  margin-right: auto;
}

.faq-question-bar {
  border-bottom: 1px solid var(--base-color-brand--blue-dark);
  color: var(--text-color--text-secondary);
  justify-content: space-between;
  align-items: center;
  padding-top: 30px;
  padding-bottom: 30px;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.3;
  text-decoration: none;
  display: flex;
}

.faq-grid {
  grid-template-columns: 1fr;
  width: 100%;
}

.faq-paragraph {
  letter-spacing: .03rem;
  margin-bottom: 0;
  padding-top: 14px;
  padding-bottom: 14px;
  font-weight: 400;
}

.faq-content {
  overflow: hidden;
}

.faq-question-wrap {
  cursor: pointer;
  padding-left: 40px;
  padding-right: 40px;
}

.question-title {
  letter-spacing: -.03em;
  margin-right: 10px;
}

.section_contact_cta {
  background-color: #000;
  background-image: url('../images/phone.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  min-height: 70vh;
  display: flex;
  position: relative;
}

.contact_cta-wrapper {
  z-index: 5;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.contact_cta-content {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.contact_cta-gradient-overlay {
  z-index: 0;
  background-image: linear-gradient(0deg, var(--base-color-brand--blue-dark), transparent);
  position: absolute;
  inset: 0%;
}

.help_video_box-inner {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
  position: relative;
}

.section_contact-hero {
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  min-height: 100vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.contact_hero-wrapper {
  z-index: 5;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.contact_hero-content {
  z-index: 5;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  align-items: flex-start;
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
  position: relative;
}

.contact_hero-form {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-left: 8rem;
  padding-right: 8rem;
  display: flex;
  position: relative;
  transform: translate(-8rem);
}

.contact_form-wrapper {
  width: 100%;
}

.promises_header-wrapper {
  z-index: 5;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.promises_worldamp-wrapper {
  padding-top: 2rem;
}

.section_blog_articles {
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  position: relative;
  overflow: hidden;
}

.section_legal-hero {
  background-color: #000;
  background-image: linear-gradient(#00000080, #00000080), url('../images/cytonn-photography-GJao3ZTX9gU-unsplash.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-flow: column;
  justify-content: flex-end;
  align-items: stretch;
  min-height: 50vh;
  display: flex;
}

.section_legal-hero.article_1-img {
  background-image: linear-gradient(#0006, #0006), url('../images/money.jpg');
  background-position: 0 0, 50%;
}

.section_legal-hero.article_3img {
  background-image: linear-gradient(#0006, #0006), url('../images/transfer.jpg');
}

.section_legal-hero.article_4img {
  background-image: linear-gradient(#0006, #0006), url('../images/cost-1.jpg');
}

.legal_hero-wrapper {
  z-index: 5;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.section_legal-content {
  flex-flow: column;
  justify-content: flex-end;
  align-items: stretch;
  min-height: 50vh;
  display: flex;
}

.legal-content {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-flow: column;
  display: flex;
}

.legal_text-block {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  width: 80%;
  display: flex;
}

.legal_rich_text-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.calculator_rhombus {
  aspect-ratio: 1;
  background-color: var(--base-color-brand--blue-dark);
  display: block;
  position: absolute;
  inset: -10% 0% 0%;
  transform: scale(1)rotate(45deg);
}

.hide-desktop {
  display: none;
}

.receive-wrapper {
  opacity: 0;
  cursor: pointer;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
}

.details_item-mobile {
  align-self: flex-start;
  height: 19.3rem;
}

.details_item-mobile.test {
  transform: translate(0, -40%);
}

.details_item-text-mobile {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: center;
  flex-flow: column;
  padding: 0 12px;
  display: flex;
  transform: translate(0, 1rem);
}

.details_item-text-mobile.detail_item_text-inverted {
  transform: translate(0, -23rem);
}

.mobile_app-wrapper-mobile {
  grid-column-gap: 5.2rem;
  grid-row-gap: 5.2rem;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: stretch;
  display: grid;
}



.mobile_app-content-mobile {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: wrap;
  display: flex;
}

.section_emo-images-mobile {
  background-color: var(--base-color-neutral--white);
  height: 100vh;
  max-height: 100vh;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.section_hero_2 {
  background-color: var(--base-color-neutral--white);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 100svh;
  max-height: 200vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.home_calculator_code-embed {
  width: 70%;
}

.section_milestones_mobile {
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  display: none;
  position: relative;
}

.milestones_mobile-slides-wrapper {
  z-index: 5;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.swiper-slide-milestones {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.item-holder-milestones {
  display: flex;
}

.item-wrapper-milestones {
  flex-flow: column;
  justify-content: flex-start;
  display: flex;
}

.swiper2 {
  width: 100%;
  height: 100%;
}

.swiper2.myswiper {
  cursor: grab;
}

.section_ceo-message-mobile {
  background-color: #000;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  min-height: 100vh;
  display: none;
}

.ceo_message-wrapper-mobile {
  z-index: 5;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.ceo_message-content-mobile {
  grid-column-gap: 7rem;
  grid-row-gap: 7rem;
  flex-flow: column;
  justify-content: space-between;
  display: flex;
}

.partners_icon {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
}

.partner_img {
  width: 100%;
}

.contact-us_rhombus {
  z-index: -1;
  aspect-ratio: 1;
  background-color: var(--base-color-brand--blue-dark);
  display: block;
  position: absolute;
  inset: 0%;
  transform: rotate(45deg);
}

.icon-large {
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  display: flex;
}

.paragraph-small {
  letter-spacing: -.01em;
  font-size: 14px;
  line-height: 24px;
}

.close-link-top-right {
  color: #6b7094;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  transition: color .2s;
  display: flex;
  position: absolute;
  inset: 24px 24px auto auto;
}

.close-link-top-right:hover {
  color: #642eff;
}

.success-circle {
  color: #0ebc6e;
  background-color: #25cc881a;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 72px;
  height: 72px;
  margin-bottom: 24px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.margin-top-28 {
  margin-top: 28px;
}

.sub-heading-regular-bold {
  letter-spacing: -.03em;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
}

.icon-regular {
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  transition: color .2s;
  display: flex;
}

.modal-centre {
  color: #160042;
  text-align: center;
  background-color: #fff;
  border: 1px solid #f7f9fd;
  border-radius: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 468px;
  padding: 32px;
  position: relative;
  box-shadow: 105px 105px 144px -32px #1b09430a;
}

.button-primary {
  outline-offset: 0px;
  color: #fff;
  text-align: center;
  letter-spacing: -.02px;
  white-space: nowrap;
  background-color: #642eff;
  border-radius: 50px;
  outline: 2px solid #0000;
  justify-content: center;
  align-items: center;
  min-width: 120px;
  min-height: 48px;
  padding: 12px 32px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.button-primary:hover {
  background-color: #7342ff;
}

.button-primary:active {
  background-color: #2d0896;
}

.button-primary:focus {
  outline-offset: 0px;
  outline: 2px solid #d9ccff;
}

.modal-heading {
  letter-spacing: -2px;
  margin-top: 0;
  font-size: 28px;
  font-weight: 600;
  line-height: 1.3;
}

.modal-divider {
  background-color: #b7b7b8;
  width: 50px;
  height: 2px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.modal-content {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  text-align: left;
  flex-flow: column;
  max-width: 440px;
  display: flex;
}

.modal-form {
  margin-bottom: 0;
}

.modal-close-icon {
  opacity: .4;
  cursor: pointer;
  width: 14px;
  transition: opacity .2s ease-in-out;
  position: absolute;
  inset: 20px 20px auto auto;
}

.modal-close-icon:hover {
  opacity: 1;
}

.input {
  border: 2px solid #b7b7b8;
  border-radius: 4px;
  height: 48px;
  padding: 12px 20px;
}

.modal-close {
  position: absolute;
  inset: 0%;
}

.modal-checklist-icon {
  color: #00a3ff;
  width: 32px;
  height: 32px;
  margin-right: 8px;
}

.modal-checklist-icon.orange {
  color: #ff9825;
}

.modal-checklist-icon.pink {
  color: #ff72df;
}

.modal-checklist-icon.green {
  color: #00de5d;
}

.modal-checklist-item {
  align-items: center;
  margin-bottom: 12px;
  font-size: 18px;
  display: flex;
}

.label {
  font-weight: 500;
}

.modal-wrapper {
  z-index: 500;
  background-color: #0000004d;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.modal-list {
  margin-top: 24px;
  margin-bottom: 24px;
  padding-left: 0;
  list-style-type: none;
}

.button-3 {
  letter-spacing: -1px;
  background-color: #000;
  border: 2px solid #000;
  border-radius: 4px;
  padding: 16px 20px;
  font-size: 18px;
  font-weight: 600;
  transition: color .2s ease-in-out, background-color .2s ease-in-out;
}

.button-3:hover {
  box-shadow: none;
  color: #000;
  background-color: #0000;
}

.button-3.modal-form-button {
  margin-right: 12px;
}

.modal {
  border: .2rem solid var(--base-color-brand--blue);
  background-color: #fff;
  background-image: url('../images/Bezel.png');
  background-position: -10% 48px;
  background-repeat: no-repeat;
  background-size: 400px;
  border-radius: 20px;
  width: 90%;
  max-width: 900px;
  padding: 48px 60px;
  position: relative;
}

.form-button-row {
  color: #777;
  align-items: center;
  display: flex;
}

.fc-secondary {
  color: #b7b7b8;
}

.register-button {
  color: #000dff;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 0;
  padding: .3rem 1rem;
  font-size: 1.125rem;
  text-decoration: none;
  transition: all .3s;
}

.register-button:hover {
  transform: scale(.95);
}

.lang_button {
  color: #fff;
  background-color: #666eff;
  border: 1px solid #fff;
  border-radius: 0;
  padding: .4rem .6rem;
  font-size: 1.125rem;
  text-decoration: none;
  transition: all .3s;
}

.lang_button:hover {
  transform: scale(.95);
}

.modal_title {
  text-align: left;
}

.flags-holder-mobile {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-width: 5rem;
  max-width: 5rem;
  display: none;
  transform: translate(-2rem);
}

.flags-holder-copy {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-width: 5rem;
  max-width: 5rem;
  display: flex;
  transform: translate(-2rem);
}

.fs-consent_component {
  display: block;
}

.fs-consent_banner {
  z-index: 9999;
  background-color: #f5f5f5;
  max-width: 45rem;
  padding: 2rem;
  display: block;
  position: fixed;
  inset: auto 0% 0% auto;
}

.fs-consent_banner_wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.fs-consent_banner_paragraph {
  margin-bottom: 0;
}

.fs-consent_banner_buttons {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: wrap;
  justify-content: flex-end;
  align-items: center;
  gap: 16px;
  display: flex;
}

.fs-consent_prefs_submit {
  background-color: #000;
  padding: .5rem 1rem;
}

.fs-consent_prefs_buttons {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.fs-consent_allow {
  color: #fff;
  background-color: #000;
  padding: .5rem 1rem;
  text-decoration: none;
  display: block;
}

.fs-consent_prefs_popup {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  height: 100%;
  padding: 2rem;
  display: flex;
  overflow: scroll;
}

.fs-consent_prefs_header {
  border-bottom: 1px solid #0003;
  padding-bottom: 1.5rem;
}

.fs-consent_prefs_heading {
  font-size: 1.25rem;
}

.fs-consent_prefs_close {
  color: #fff;
  cursor: pointer;
  background-color: #000;
  padding: .5rem;
  text-decoration: none;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.fs-consent_prefs_list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.fs-consent_prefs_form-block {
  z-index: 2;
  margin-bottom: 0;
  position: relative;
}

.fs-consent_decline {
  color: #333;
  background-color: #ddd;
  padding: .5rem 1rem;
  text-decoration: none;
  display: block;
}

.fs-consent_prefs_wrapper {
  z-index: 997;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  padding: 2rem;
  display: flex;
  position: fixed;
  inset: 0%;
}

.fs-consent_prefs_overlay {
  z-index: 1;
  background-color: #0000001a;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.fs-consent_prefs {
  z-index: 9997;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: none;
  position: fixed;
  inset: 0%;
}

.fs-consent_prefs_close-icon {
  width: 1rem;
  line-height: 0;
}

.fs-consent_prefs_form {
  background-color: #fff;
  width: 100%;
  max-width: 36.25rem;
  height: 100%;
  max-height: 70vh;
  margin-bottom: 0;
  position: relative;
}

.fs-consent_open-prefs {
  z-index: 9998;
  color: #333;
  -webkit-text-decoration: block;
  text-decoration: block;
  cursor: pointer;
  background-color: #ddd;
  display: block;
  position: fixed;
  inset: auto auto .75rem .75rem;
}

.fs-consent_open-prefs_wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  background-color: #000;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  padding: .5rem .75rem;
  display: flex;
}

.fs-consent_open-prefs_icon {
  width: 1.5rem;
  line-height: 0;
  display: flex;
}

.fs-consent_prefs_link {
  color: #333;
  border-bottom: 1px solid #000;
  padding-top: .5rem;
  padding-bottom: .5rem;
  text-decoration: none;
}

.fs-consent_prefs_option {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border-bottom: 1px solid #0003;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  padding-bottom: 1rem;
  display: flex;
}

.fs-consent_checkbox_field {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-bottom: 0;
  display: flex;
}

.fs-consent_checkbox_label {
  margin-bottom: 0;
  margin-right: .75rem;
}

.fs-consent_prefs_description {
  margin-bottom: 0;
  font-size: 12px;
}

.fs-consent_checkbox_field-2 {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-bottom: 0;
  display: flex;
}

.fs-consent_checkbox {
  margin-top: 0;
  margin-right: .5rem;
}

.fs-consent_checkbox_field-3 {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-bottom: 0;
  display: flex;
}

.paragraph-3.cookie-banner-2-paragraph---brix {
  max-width: 332px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.5;
}

.paragraph-3.cookie-banner-paragraph---brix {
  margin-bottom: 16px;
  font-size: 14px;
  line-height: 1.5;
}

.button-primary-2 {
  color: #fff;
  text-align: center;
  background-color: #4a3aff;
  border-radius: 80px;
  justify-content: center;
  align-items: center;
  padding: 20px 40px 21px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: transform .3s, box-shadow .3s, background-color .3s;
  display: flex;
  box-shadow: 0 3px 12px #4a3aff1f;
}

.button-primary-2:hover {
  background-color: #3527d8;
  transform: translate(0, -2px);
  box-shadow: 0 4px 10px #4a3aff26;
}

.button-primary-2.cookie-banner-button-2---brix {
  margin-right: 24px;
  padding: 14px 22px;
  font-size: 14px;
  line-height: 1.6;
}

.button-primary-2.cookie-banner-button---brix {
  flex-wrap: nowrap;
  max-width: 160px;
  padding: 12px 20px;
  font-size: 12px;
  line-height: 15px;
  display: flex;
}

.cookie-banner-2-right-content---brix {
  flex: 1;
  align-items: center;
  display: flex;
}

.cookie-icon---brix {
  margin-right: 20px;
}

.close-message---brix {
  color: #170f49;
  cursor: pointer;
  transform-style: preserve-3d;
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
  transition: all .35s;
  position: absolute;
  inset: 20px 20px auto auto;
}

.close-message---brix:hover {
  color: #4a3aff;
  transform: scale3d(.9, .9, .01);
}

.close-message---brix.cookie-banner-2---brix {
  font-size: 14px;
  transition-duration: .4s;
  position: static;
}

.close-message---brix.cookie-banner-3---brix {
  font-size: 14px;
  top: 24px;
  right: 24px;
}

.cookie-banner-2-left-content---brix {
  align-items: center;
  display: flex;
}

.cookie-banner-wrapper {
  z-index: 10;
  background-color: #fff;
  border-radius: 20px;
  padding: 32px;
  position: fixed;
  inset: auto auto 32px 32px;
}

.cookie-banner-wrapper.cookie-banner-2---brix {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: #fff;
  border-radius: 20px;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 750px;
  padding: 20px 32px;
  display: flex;
  inset: auto auto 32px 32px;
  box-shadow: 0 6px 23px #14142b14;
}

.cookie-banner-wrapper.cookie-banner-2---brix.preview-page {
  position: absolute;
}

.cookie-banner-wrapper.cookie-banner-3 {
  background-color: #fff;
  border-radius: 20px;
  flex-flow: column wrap;
  align-items: center;
  width: 100%;
  max-width: 320px;
  padding: 40px 26px;
  display: flex;
  box-shadow: 0 6px 23px #14142b14;
}

.cookie-banner-wrapper.cookie-banner-3.preview-page {
  position: fixed;
  left: auto;
  right: -340px;
}

.cookie-banner-wrapper.cookie-banner-3.preview-page.cookie_show {
  right: 32px;
}

.cookie-banner-content---brix.cookie-banner-2---brix {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.cookie-banner-content---brix.cookie-banner-3---brix {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.cookie-illustration---brix {
  width: 58px;
  min-height: 56px;
  margin-bottom: 20px;
}

.cookie_consent {
  z-index: 500;
  position: fixed;
  inset: 0%;
  overflow: hidden;
}


.lang_btn_wrap {
  color: #fff;
  background-color: #666eff;
  border: 1px solid #fff;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: 2.4rem;
  height: 2.4rem;
  padding: .5rem;
  font-size: 1.125rem;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.lang_btn_wrap:hover {
  transform: scale(.95);
}

.lang_svg_wrap {
  justify-content: center;
  align-items: center;
  width: 1rem;
  display: flex;
}

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

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

  .heading-style-h4.text-color-blue-2 {
    color: var(--base-color-brand--blue-light-2);
  }

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

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

  .text-size-medium.text-color-alternate.text-weight-light.mobile-text-center {
    text-align: center;
  }

  .text-size-medium.text-color-alternate.text-weight-light.mobile-text-size-small {
    font-size: 1.125rem;
  }

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

  .nav_button {
    color: var(--link-color--link-secondary);
  }

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

  .hero_content {
    place-items: start center;
  }

  .section_hero {
    background-image: linear-gradient(180deg, #0000, var(--base-color-neutral--neutral-darkest)), url('../images/hero-image-min.jpg');
    background-position: 0 0, 50% 0;
    background-size: auto, cover;
    padding-top: 3rem;
  }

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

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

  .heading-style-h0.text-color-primary, .heading-style-h0.text-color-alternate.mobile-text-center {
    text-align: center;
  }

  .ham-menu-container {
    display: flex;
  }

  .menu-icon1_line-middle {
    background-color: #003;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .navbar1_component {
    display: none;
  }

  .menu-icon1_line-middle-inner {
    width: 4px;
    height: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .navbar1_menu {
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
    padding: 1rem 5% 2rem;
    position: absolute;
    overflow: auto;
  }

  .navbar1_menu.is-page-height-tablet {
    height: 100dvh;
    padding-bottom: 6.5rem;
    transition: height .5s;
  }

  .navbar1_menu.is-page-height-tablet.mobile_menu_links_container {
    z-index: 300;
    height: auto;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .navbar1_menu-buttons {
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    align-items: stretch;
    margin-top: 1.5rem;
    margin-left: 0;
  }

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

  .navbar1_component_mobile {
    display: flex;
  }

  .navbar1_menu-buttons_mobile {
    flex-flow: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    justify-content: center;
    align-items: stretch;
    margin-top: 1.5rem;
    margin-left: 0;
  }

  .menu-icon1 {
    background-color: #e6e7ff;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
    display: flex;
  }

  .navbar1_link {
    width: auto;
    padding: .75rem 0;
    font-size: 1.125rem;
  }

  .menu-icon1_line-bottom {
    background-color: #003;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .navbar1_logo-link {
    overflow: hidden;
  }

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

  .menu-icon1_line-top {
    background-color: #003;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .hero_content-2 {
    transform: none;
  }

  .hero_calculator-wrapper {
    background-color: var(--base-color-brand--blue-dark);
    border-radius: 2rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .calculator_form.max-width-full {
    flex-flow: column;
    align-items: stretch;
    padding: 0;
  }

  .section_hero_image {
    padding-top: 3rem;
    display: none;
  }

  .hero_top-section {
    justify-content: center;
    align-items: flex-start;
  }

  .why_us-wrapper {
    flex-flow: column;
    align-items: stretch;
  }

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

  .visa_payout-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
  }

  .visa_payout-item {
    justify-content: flex-start;
    align-items: center;
  }

  .visa_payout-item.visa_payout_text {
    padding-top: 0;
  }

  .visa_payout-item.left-aligned {
    justify-content: flex-start;
    align-items: center;
  }

  .visa_payout-item.visacard {
    display: none;
  }

  .visa_payout-item.visacard-mobile {
    display: flex;
  }

  .visa_card-image {
    width: 40vw;
    transform: rotate(0);
  }

  .details_item {
    display: flex;
  }

  .detail_svg {
    width: 15vw;
  }

  .section_mobile-app {
    background-image: url('../images/appsection.jpg');
    background-position: 30%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .section_mobile-app.hide-desktop {
    background-color: var(--background-color--background-light-gery);
    background-image: none;
    padding-top: 0;
    padding-bottom: 0;
  }

  .values-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .values_title {
    width: 100%;
  }

  .values_description {
    width: 80%;
  }

  .testimonials-wrapper {
    flex-flow: column;
  }

  .testimonials_text_cta-wrapper {
    justify-content: center;
    align-items: center;
    max-width: 100%;
  }

  .testimonials_slider-wrapper {
    width: 100%;
    max-width: 100%;
  }

  .testimonial_item-text {
    color: var(--base-color-brand--blue-dark);
    font-size: 1.25rem;
  }

  .testimonial_item-text-2, .testimonial_item-text-3 {
    color: var(--base-color-brand--blue);
  }

  .item-wrapper {
    background-image: none;
  }

  .testimonial_flag {
    width: 5rem;
  }

  .item-holder {
    justify-content: center;
  }

  .section_countries {
    background-size: 260%;
  }

  .countries_list-wrapper {
    flex-flow: wrap;
  }

  .countries_list-wrapper.hide-desktop {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: row;
    justify-content: space-around;
    align-items: stretch;
    display: flex;
  }

  .image_country_svg {
    width: 40px;
    height: 40px;
  }

  .footer_patt_svg {
    object-fit: none;
  }

  .our_app-content {
    align-items: center;
  }

  .features_wrapper {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    top: 7rem;
  }

  .feature_header.heading-style-h0, .feature_description {
    text-align: center;
  }

  .feature_screen-1, .feature_screen-2 {
    height: 45vh;
    overflow: hidden;
  }

  .feature-png {
    height: 120%;
  }

  .feature_screen-3 {
    height: 45vh;
    overflow: hidden;
  }

  .feature_trgger-1 {
    height: 20vh;
  }

  .feature_trgger-3 {
    height: 100vh;
  }

  .mobile_app-download_feat {
    justify-content: center;
  }

  .illustration_wrapper {
    z-index: -1;
  }

  .feature_header_1.heading-style-h0, .feature_description_1 {
    text-align: center;
  }

  .section_about-hero {
    justify-content: flex-end;
    align-items: stretch;
  }

  .about-us-gradient-overlay {
    background-image: linear-gradient(0deg, var(--base-color-brand--blue-dark), transparent 67%);
  }

  .section_milestones {
    display: none;
  }

  .about_us_hero-content {
    justify-content: center;
    align-items: center;
  }

  .section_promises {
    min-height: 100%;
  }

  .section_ceo-message {
    display: none;
  }

  .insights_description {
    width: 100%;
  }

  .insights_articles-wrapper {
    flex-flow: column;
  }

  .article_wrapper, .article_inner-wrapper, .article_inner-bg {
    width: 100%;
  }

  .section_help-hero {
    justify-content: flex-end;
    align-items: stretch;
  }

  .help-videos_description {
    padding-left: 0%;
    padding-right: 0%;
  }

  .help-videos_inner_wrapper {
    grid-template-columns: 1fr;
  }

  .help_go_icon, .video_subtitle {
    display: none;
  }

  .faq_title {
    width: 100%;
  }

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

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

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

  .faq_description {
    width: 100%;
  }

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

  .faq-question-wrap {
    padding-left: 0;
    padding-right: 0;
  }

  .section_contact-hero {
    justify-content: flex-start;
    align-items: stretch;
  }

  .contact_hero-wrapper {
    grid-template-rows: auto auto;
  }

  .contact_hero-content {
    justify-content: flex-start;
    align-items: center;
  }

  .contact_hero-form {
    background-color: var(--base-color-brand--blue-dark);
    border-radius: 1rem;
    padding: 2rem 1rem;
    transform: none;
  }

  .promises_header-wrapper {
    text-align: center;
    grid-template-columns: 1fr;
  }

  .legal_text-block {
    width: 100%;
  }

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

  .hide-desktop {
    display: block;
  }

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

  .send_mobile-wrapper, .receive_mobile-wrapper {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-flow: column;
    align-items: flex-start;
    display: flex;
  }

  .details_item-mobile {
    align-items: stretch;
    height: auto;
    display: flex;
  }

  .details_item-text-mobile {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    text-align: left;
    flex-flow: column;
  }

  .mobile_app-wrapper-mobile {
    text-align: center;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  

  .mobile_app-content-mobile {
    justify-content: center;
    align-items: flex-start;
  }

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

  .section_emo-images-mobile {
    background-image: url('../images/emo-banner-mobile.webp');
    background-position: 50%;
    background-repeat: repeat-x;
    background-size: cover;
  }

  .section_our-app {
    background-image: url(../images/ourapp-bg-old.webp);

  }

  .section_hero_2 {
    background-image: linear-gradient(180deg, transparent, var(--base-color-brand--blue-dark) 45%), url('../images/Rectangle-18_1.avif'), linear-gradient(to bottom, var(--base-color-brand--blue-dark), var(--base-color-brand--blue-dark));
    background-position: 0 0, 50% 0, 0 0;
    background-repeat: repeat, no-repeat, repeat;
    background-size: auto, auto, auto;
    padding-top: 3rem;
  }

  .home_calculator_code-embed {
    width: 100%;
  }

  .section_milestones_mobile {
    background-color: var(--base-color-brand--blue-dark);
    display: flex;
  }

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

  .milestones_mobile-slides-wrapper {
    justify-content: center;
    display: flex;
  }

  .mobile_milestones-inner-wrapper {
    grid-column-gap: 7rem;
    grid-row-gap: 7rem;
    align-items: stretch;
  }

  .item-holder-milestones {
    justify-content: center;
    align-items: flex-start;
  }

  .item-wrapper-milestones {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .text-color-blue-2 {
    color: var(--base-color-brand--blue-light-2);
  }

  .section_ceo-message-mobile {
    background-color: var(--base-color-brand--blue);
    display: flex;
  }

  .ceo_message-wrapper-mobile {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .ceo_image_mobile {
    width: 100%;
  }

  .partners_icon {
    justify-content: center;
    align-items: center;
  }

  .modal-content {
    max-width: 380px;
  }

  .modal {
    background-position: 160% 60px;
    padding: 32px;
  }

  .cookie-banner-wrapper {
    bottom: 24px;
    left: 24px;
  }

  .cookie-banner-wrapper.cookie-banner-2---brix {
    width: auto;
    max-width: none;
    inset: auto 32px 32px;
  }

  .cookie-illustration---brix {
    width: 56px;
    min-height: 54px;
  }
}

@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: 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;
  }

  .text-rich-text h5 {
    font-size: 1.25rem;
  }

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

  .text-color-alternate.heading-style-h3.text-align-center {
    font-size: 1.5rem;
  }

  .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: 1rem;
  }

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

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

  .navbar1_component {
    height: auto;
    min-height: 4rem;
  }

  .navbar1_menu.is-page-height-tablet {
    padding-bottom: 6rem;
  }

  .navbar1_component_mobile {
    height: auto;
    min-height: 4rem;
  }

  .navbar1_logo-link {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    transform-origin: 0%;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: center;
    padding-left: 0;
    transform: scale(.7);
  }

  .detail_svg {
    width: 20vw;
  }

  .values_description, .values_cta {
    width: 100%;
  }

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

  .value_img {
    width: 80%;
  }

  .item-wrapper-inner {
    grid-column-gap: 11px;
    grid-row-gap: 11px;
  }

  .flags-holder {
    display: none;
  }

  .item-holder {
    transform: none;
  }

  .section_our-app {
    min-height: 90vh;
    background-image: url(../images/ourapp-bg-old.webp);

  }

  .nav_logo-svg {
    vertical-align: middle;
  }

  .section_connecting-families {
    overflow: hidden;
  }

  .features_text {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .features-headers-container {
    height: 6rem;
  }

  .about_us_hero-content {
    justify-content: center;
    align-items: center;
  }

  .insights_articles-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .article_go_icon {
    display: none;
  }

  .article_link {
    aspect-ratio: 1;
  }

  .reach_us-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .reach_us-content {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
  }

  .help-videos_title {
    width: 100%;
  }

  .faq1_question {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .text-size-medium-2 {
    font-size: 1rem;
  }

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

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

  .heading-style-h4-2 {
    font-size: 1.5rem;
    line-height: 1.4;
  }

  .faq1_icon-wrapper {
    width: 1.75rem;
  }

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

  .section_contact-hero {
    padding-top: 4rem;
  }

  .contact_hero-wrapper {
    grid-template-columns: 1fr;
  }

  .contact_hero-content {
    justify-content: flex-start;
    align-items: center;
  }

  .send_receive-mobile-inner {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .send_mobile-wrapper, .receive_mobile-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .details_item-mobile {
    justify-content: flex-start;
    align-items: center;
  }

  .details_item-text-mobile {
    transform: none;
  }

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

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

  .partner_img {
    width: 80%;
  }

  .modal-content {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    max-width: 100%;
  }

  .modal {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .flags-holder-mobile {
    flex-flow: row;
    min-width: 10rem;
    display: flex;
    transform: none;
  }

  .flags-holder-copy {
    display: none;
  }

  .paragraph-3.cookie-banner-2-paragraph---brix {
    max-width: none;
  }

  .button-primary-2 {
    padding: 16px 34px;
    font-size: 16px;
    line-height: 18px;
  }

  .button-primary-2.cookie-banner-button-2---brix {
    padding: 10px 20px;
    font-weight: 500;
  }

  .cookie-icon---brix {
    width: 10%;
    margin-bottom: 10px;
    margin-right: 0;
  }

  .close-message---brix.cookie-banner-2---brix, .close-message---brix.cookie-banner-3---brix {
    position: absolute;
  }

  .cookie-banner-2-left-content---brix {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 16px;
  }

  .cookie-banner-wrapper {
    border-radius: 18px;
  }

  .cookie-banner-wrapper.cookie-banner-2---brix {
    padding: 24px 20px 30px;
    bottom: 24px;
    left: 24px;
    right: 24px;
  }

  .cookie-banner-wrapper.cookie-banner-2---brix.preview-page {
    bottom: 24px;
    left: 24px;
    right: 24px;
  }

  .cookie-banner-wrapper.cookie-banner-3 {
    padding: 40px 20px 22px;
  }

  .cookie-banner-wrapper.cookie-banner-3.preview-page.cookie_show {
    max-width: none;
    right: auto;
  }

  .cookie-banner-content---brix.cookie-banner-2---brix {
    flex-direction: column;
    align-items: flex-start;
  }

  .cookie-illustration---brix {
    width: 54px;
    min-height: 52px;
    margin-bottom: 16px;
  }
}

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

  .hero_heading {
    font-size: 2.5rem;
  }

  .navbar1_logo {
    height: 1.5rem;
  }

  .nav_inner {
    padding-top: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .calculator_form.max-width-full {
    justify-content: space-between;
  }

  .detail_svg {
    width: 30vw;
  }

  .testimonial_item-text {
    width: 85%;
  }

  .item-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .flags-holder {
    min-width: 3.5rem;
    transform: translate(-1.5rem);
  }

  .section_countries {
    background-position: 50% 0;
    background-size: 350%;
  }

  .features-headers-container {
    height: 7rem;
  }

  .features_description-container {
    height: 6.5rem;
  }

  .article_inner-wrapper {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .article_go_icon {
    display: none;
  }

  .video_box-wrap {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .video_title {
    font-size: 1.5rem;
  }

  .video_subtitle {
    overflow: hidden;
  }

  .question-title, .code-embed-3, .home_calculator_code-embed {
    flex: 1;
  }

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

  .modal-checklist-item {
    font-size: 16px;
  }

  .modal-wrapper {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .button-3.modal-form-button {
    margin-bottom: 12px;
    margin-right: 0;
  }

  .modal {
    width: 100%;
  }

  .form-button-row {
    flex-direction: column;
  }

  .flags-holder-mobile {
    transform: none;
  }

  .flags-holder-copy {
    min-width: 3.5rem;
    transform: translate(-1.5rem);
  }

  .fs-consent_banner_buttons {
    text-align: center;
    flex-flow: column;
    align-items: stretch;
  }

  .fs-consent_prefs_heading {
    font-size: 1rem;
  }

  .button-primary-2 {
    padding: 15px 34px 16px;
  }

  .button-primary-2.cookie-banner-button-2---brix {
    padding-left: 18px;
    padding-right: 18px;
  }

  .cookie-icon---brix {
    width: 16%;
  }

  .cookie-banner-wrapper {
    bottom: 16px;
    left: 16px;
    right: 16px;
  }

  .cookie-banner-wrapper.cookie-banner-2---brix {
    padding: 24px 32px 30px 16px;
    bottom: 16px;
    left: 16px;
    right: 16px;
  }

  .cookie-banner-wrapper.cookie-banner-2---brix.preview-page {
    padding-right: 32px;
    bottom: 16px;
    left: 16px;
    right: 16px;
  }

  .cookie-banner-wrapper.cookie-banner-3 {
    width: auto;
    max-width: none;
    padding-bottom: 30px;
  }

  .cookie-banner-wrapper.cookie-banner-3.preview-page {
    max-width: 100%;
    right: -100%;
  }

  .cookie-banner-wrapper.cookie-banner-3.preview-page.cookie_show {
    left: 5px;
    right: 5px;
  }

  .cookie-illustration---brix {
    width: 48px;
    min-height: 46px;
  }
}

#w-node-f63cbc6a-01b0-c56e-95d4-065080c06ed5-fb4b4f80 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_27481af0-1085-5ee9-659c-3ee3a104c43b-fb4b4f80 {
  grid-area: 1 / 3 / 2 / 6;
  align-self: center;
}

#w-node-_1b8b56e2-24e8-fad4-6612-69744438e2e9-fb4b4f80 {
  place-self: center;
}

#w-node-_50b8bf54-c280-e583-1cff-df947a33df00-fb4b4f80, #w-node-_50b8bf54-c280-e583-1cff-df947a33df0d-fb4b4f80 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_50b8bf54-c280-e583-1cff-df947a33df0e-fb4b4f80, #w-node-bfb3e4d4-132e-ca9b-3a1e-00df97ab9c1b-fb4b4f80, #w-node-bfb3e4d4-132e-ca9b-3a1e-00df97ab9c17-fb4b4f80, #w-node-_75d98b19-60d8-1d1d-ca3d-c1bd66d44492-fb4b4f80, #w-node-b0d192b7-da2d-5922-0784-1c72014e7428-fb4b4f80 {
  place-self: center;
}

#w-node-eb331943-f06d-0298-56fe-92f0cba88db0-cba88dac {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-eb331943-f06d-0298-56fe-92f0cba88db2-cba88dac {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-eb331943-f06d-0298-56fe-92f0cba88dcb-cba88dac {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-eb331943-f06d-0298-56fe-92f0cba88dd5-cba88dac {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-eb331943-f06d-0298-56fe-92f0cba88ddf-cba88dac {
  grid-area: span 1 / span 10 / span 1 / span 10;
}

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

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

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

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

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

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

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cbb8-fb4b4f83, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cbc2-fb4b4f83, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cbc3-fb4b4f83 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

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

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

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

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

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

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

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

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

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

#w-node-_0c4c0717-a80c-5498-0046-f76e344ec0e0-bc389d78, #w-node-_065102a0-ce04-7d17-69eb-9e83bc52df02-6fe31473 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_2355b962-c40d-640e-91f4-a4a1fdcd0378-6fe31473, #w-node-_790ee275-b99c-078f-98ea-ce59aa4578d2-6fe31473 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_60b9254b-7d9d-4c9d-64fa-394fd11680e1-6fe31473, #w-node-_946c761c-af72-1f5d-8de3-d3ea54afdaac-6fe31473 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_0c4c0717-a80c-5498-0046-f76e344ec0e0-6fe31473, #w-node-_01613c73-349c-94e4-1574-3c518231e592-6fe31473 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_065102a0-ce04-7d17-69eb-9e83bc52df02-de5d1318 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_4f1e6233-597c-fc6c-8c78-efd3062c91ea-de5d1318 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0ecbac78-2880-3825-abf1-a1da4ecfde98-de5d1318, #w-node-_065102a0-ce04-7d17-69eb-9e83bc52df02-c8759a9f {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-f3ee5e08-3c86-9b72-d163-ac44d2992c40-c8759a9f {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_0ecbac78-2880-3825-abf1-a1da4ecfde98-c8759a9f {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

@media screen and (max-width: 991px) {
  #w-node-f63cbc6a-01b0-c56e-95d4-065080c06ed5-fb4b4f80 {
    grid-column: span 5 / span 5;
  }

  #w-node-_27481af0-1085-5ee9-659c-3ee3a104c43b-fb4b4f80 {
    grid-row-start: 2;
    grid-column-start: 1;
  }

  #w-node-_2d70207b-0373-6952-6974-408bf5e375b6-fb4b4f80, #w-node-f05c87d0-bda4-ac82-05e3-681cbfb5a5bd-fb4b4f80 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-eb331943-f06d-0298-56fe-92f0cba88db0-cba88dac {
    grid-column: span 10 / span 10;
    place-self: center start;
  }

  #w-node-eb331943-f06d-0298-56fe-92f0cba88db2-cba88dac {
    grid-column: span 4 / span 4;
  }

  #w-node-eb331943-f06d-0298-56fe-92f0cba88dcb-cba88dac {
    grid-column: span 3 / span 3;
  }

  #w-node-_0c4c0717-a80c-5498-0046-f76e344ec0e0-bc389d78, #w-node-_065102a0-ce04-7d17-69eb-9e83bc52df02-6fe31473, #w-node-_790ee275-b99c-078f-98ea-ce59aa4578d2-6fe31473 {
    grid-column: span 4 / span 4;
  }

  #w-node-_01613c73-349c-94e4-1574-3c518231e592-6fe31473 {
    grid-column: span 1 / span 1;
  }

  #w-node-_065102a0-ce04-7d17-69eb-9e83bc52df02-de5d1318 {
    grid-column: span 4 / span 4;
  }

  #w-node-_065102a0-ce04-7d17-69eb-9e83bc52df02-c8759a9f, #w-node-f3ee5e08-3c86-9b72-d163-ac44d2992c40-c8759a9f {
    grid-column: span 5 / span 5;
  }
}

@media screen and (max-width: 767px) {
  #w-node-eb331943-f06d-0298-56fe-92f0cba88db2-cba88dac, #w-node-eb331943-f06d-0298-56fe-92f0cba88dcb-cba88dac, #w-node-eb331943-f06d-0298-56fe-92f0cba88dd5-cba88dac {
    grid-column: span 10 / span 10;
  }

  #w-node-_4f1e6233-597c-fc6c-8c78-efd3062c91ea-de5d1318 {
    grid-area: 1 / 1 / 2 / 2;
  }
}


@font-face {
  font-family: 'Aeonik Roman Vf';
  src: url('../fonts/Aeonik-Roman-VF.woff2') format('woff2');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Aeonik Vf';
  src: url('../fonts/Aeonik-Italic-VF.woff2') format('woff2');
  font-weight: 100 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Ppneuemontrealarabic Variable';
  src: url('../fonts/PPNeueMontrealArabic-Variable.woff2') format('woff2');
  font-weight: 200 800;
  font-style: normal;
  font-display: swap;
}