﻿html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  margin: 0;
  min-height: 100%;
  background-color: #fff;
  font-size: 14px;
  line-height: 20px;
  color: #333;
  color: #000;
  text-wrap: pretty;
  font-family: Manrope, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  overflow-x: hidden;
}

sup {
  top: -0.9em !important;
  font-size: 50% !important;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: rgba(0, 0, 0, 0);
  color: var(--link-color--link-primary);
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
  font-size: 38px;
  line-height: 44px;
  margin-top: 20px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.1;
}

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

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
  max-width: 100%;
  vertical-align: middle;
  display: inline-block;
  max-width: 100%;
  display: inline-block;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
  margin: 0;
  margin-bottom: 10px;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: none;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

[class^="w-icon-"],
[class*=" w-icon-"] {
  font-family: "webflow-icons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fw-600 {
  font-weight: 600 !important;
}

.fw-700 {
  font-weight: 700 !important;
}

.w-icon-slider-right:before {
  content: "";
}

.w-icon-slider-left:before {
  content: "";
}

.w-icon-nav-menu:before {
  content: "";
}

.w-icon-arrow-down:before,
.w-icon-dropdown-toggle:before {
  content: "";
}

.w-icon-file-upload-remove:before {
  content: "";
}

.w-icon-file-upload-icon:before {
  content: "";
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html.w-mod-touch * {
  background-attachment: scroll !important;
}

.w-block {
  display: block;
}

.w-inline-block {
  display: inline-block;
  text-decoration: none;
  color: inherit !important;
  max-width: 100%;
  display: inline-block;
}

.w-clearfix:before,
.w-clearfix:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}

.w-clearfix:after {
  clear: both;
}

.w-hidden {
  display: none;
}

.w-button {
  display: inline-block;
  padding: 9px 15px;
  background-color: #3898ec;
  color: #fff;
  border: 0;
  line-height: inherit;
  text-decoration: none;
  cursor: pointer;
  border-radius: 0;
}

input.w-button {
  -webkit-appearance: button;
}

html[data-w-dynpage] [data-w-cloak] {
  color: rgba(0, 0, 0, 0) !important;
}

.w-code-block {
  margin: unset;
}

pre.w-code-block code {
  all: inherit;
}

.w-optimization {
  display: contents;
}

.w-webflow-badge,
.w-webflow-badge > img {
  box-sizing: unset;
  width: unset;
  height: unset;
  max-height: unset;
  max-width: unset;
  min-height: unset;
  min-width: unset;
  margin: unset;
  padding: unset;
  float: unset;
  clear: unset;
  border: unset;
  border-radius: unset;
  background: unset;
  background-image: unset;
  background-position: unset;
  background-size: unset;
  background-repeat: unset;
  background-origin: unset;
  background-clip: unset;
  background-attachment: unset;
  background-color: unset;
  box-shadow: unset;
  transform: unset;
  transition: unset;
  direction: unset;
  font-family: unset;
  font-weight: unset;
  color: unset;
  font-size: unset;
  line-height: unset;
  font-style: unset;
  font-variant: unset;
  text-align: unset;
  letter-spacing: unset;
  text-decoration: unset;
  text-indent: unset;
  text-transform: unset;
  list-style-type: unset;
  text-shadow: unset;
  vertical-align: unset;
  cursor: unset;
  white-space: unset;
  word-break: unset;
  word-spacing: unset;
  word-wrap: unset;
}

.w-webflow-badge {
  position: fixed !important;
  display: inline-block !important;
  visibility: visible !important;
  opacity: 1 !important;
  z-index: 2147483647 !important;
  top: auto !important;
  right: 12px !important;
  bottom: 12px !important;
  left: auto !important;
  color: #aaadb0 !important;
  background-color: #fff !important;
  border-radius: 3px !important;
  padding: 6px !important;
  font-size: 12px !important;
  line-height: 14px !important;
  text-decoration: none !important;
  transform: none !important;
  margin: 0 !important;
  width: auto !important;
  height: auto !important;
  overflow: unset !important;
  white-space: nowrap;
  box-shadow:
    0 0 0 1px rgba(0, 0, 0, 0.1),
    0px 1px 3px rgba(0, 0, 0, 0.1);
  cursor: pointer;
}

.w-webflow-badge > img {
  position: unset;
  display: inline-block !important;
  visibility: unset !important;
  opacity: 1 !important;
  vertical-align: middle !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
}

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

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

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

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

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

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

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

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

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

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

p {
  margin-top: 0;
  margin-bottom: 10px;
  margin-bottom: 0;
}

blockquote {
  margin: 0 0 10px 0;
  padding: 10px 20px;
  border-left: 5px solid #e2e2e2;
  font-size: 18px;
  line-height: 22px;
  border-left: 0.25rem solid #e2e2e2;
  margin-bottom: 0;
  padding: 0 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

figcaption {
  margin-top: 5px;
  text-align: center;
  text-align: center;
  margin-top: 0.25rem;
}

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

.w-list-unstyled {
  padding-left: 0;
  list-style: none;
}

.w-embed:before,
.w-embed:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}

.w-embed:after {
  clear: both;
}

.w-video {
  width: 100%;
  position: relative;
  padding: 0;
}

.w-video iframe,
.w-video object,
.w-video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

button,
[type="button"],
[type="reset"] {
  border: 0;
  cursor: pointer;
  -webkit-appearance: button;
}

.w-form {
  margin: 0 0 15px;
}

.w-form-done {
  display: none;
  padding: 20px;
  text-align: center;
  background-color: #ddd;
}

.w-form-fail {
  display: none;
  margin-top: 10px;
  padding: 10px;
  background-color: #ffdede;
}

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

.w-input,
.w-select {
  display: block;
  width: 100%;
  height: 38px;
  padding: 8px 12px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
  vertical-align: middle;
  background-color: #fff;
  border: 1px solid #ccc;
}

.w-input::placeholder,
.w-select::placeholder {
  color: #999;
}

.w-input:focus,
.w-select:focus {
  border-color: #3898ec;
  outline: 0;
}

.w-input[disabled],
.w-select[disabled],
.w-input[readonly],
.w-select[readonly],
fieldset[disabled] .w-input,
fieldset[disabled] .w-select {
  cursor: not-allowed;
}

.w-input[disabled]:not(.w-input-disabled),
.w-select[disabled]:not(.w-input-disabled),
.w-input[readonly],
.w-select[readonly],
fieldset[disabled]:not(.w-input-disabled) .w-input,
fieldset[disabled]:not(.w-input-disabled) .w-select {
  background-color: #eee;
}

textarea.w-input,
textarea.w-select {
  height: auto;
}

.w-select {
  background-color: #f3f3f3;
}

.w-select[multiple] {
  height: auto;
}

.w-form-label {
  display: inline-block;
  cursor: pointer;
  font-weight: normal;
  margin-bottom: 0px;
}

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

.w-radio:before,
.w-radio:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}

.w-radio:after {
  clear: both;
}

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

.w-file-upload {
  display: block;
  margin-bottom: 10px;
}

.w-file-upload-input {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -100;
}

.w-file-upload-default,
.w-file-upload-uploading,
.w-file-upload-success {
  display: inline-block;
  color: #333;
}

.w-file-upload-error {
  display: block;
  margin-top: 10px;
}

.w-file-upload-default.w-hidden,
.w-file-upload-uploading.w-hidden,
.w-file-upload-error.w-hidden,
.w-file-upload-success.w-hidden {
  display: none;
}

.w-file-upload-uploading-btn {
  display: flex;
  font-size: 14px;
  font-weight: normal;
  cursor: pointer;
  margin: 0;
  padding: 8px 12px;
  border: 1px solid #ccc;
  background-color: #fafafa;
}

.w-file-upload-file {
  display: flex;
  flex-grow: 1;
  justify-content: space-between;
  margin: 0;
  padding: 8px 9px 8px 11px;
  border: 1px solid #ccc;
  background-color: #fafafa;
}

.w-file-upload-file-name {
  font-size: 14px;
  font-weight: normal;
  display: block;
}

.w-file-remove-link {
  margin-top: 3px;
  margin-left: 10px;
  width: auto;
  height: auto;
  padding: 3px;
  display: block;
  cursor: pointer;
}

.w-icon-file-upload-remove {
  margin: auto;
  font-size: 10px;
}

.w-file-upload-error-msg {
  display: inline-block;
  color: #ea384c;
  padding: 2px 0;
}

.w-file-upload-info {
  display: inline-block;
  line-height: 38px;
  padding: 0 12px;
}

.w-file-upload-label {
  display: inline-block;
  font-size: 14px;
  font-weight: normal;
  cursor: pointer;
  margin: 0;
  padding: 8px 12px;
  border: 1px solid #ccc;
  background-color: #fafafa;
}

.w-icon-file-upload-icon,
.w-icon-file-upload-uploading {
  display: inline-block;
  margin-right: 8px;
  width: 20px;
}

.w-icon-file-upload-uploading {
  height: 20px;
}

.w-container {
  margin-left: auto;
  margin-right: auto;
  max-width: 940px;
}

@media screen and (max-width: 991px) {
  .w-container {
    max-width: 728px;
  }
}

@media screen and (max-width: 479px) {
  .w-container {
    max-width: none;
  }
}

.w-container:before,
.w-container:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}

.w-container:after {
  clear: both;
}

.w-container .w-row {
  margin-left: -10px;
  margin-right: -10px;
}

.w-row:before,
.w-row:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}

.w-row:after {
  clear: both;
}

.w-row .w-row {
  margin-left: 0;
  margin-right: 0;
}

.w-col {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}

@media screen and (max-width: 767px) {
  .w-col {
    width: 100%;
    left: auto;
    right: auto;
  }
}

@media screen and (max-width: 479px) {
  .w-col {
    width: 100%;
  }
}

.w-col .w-col {
  padding-left: 0;
  padding-right: 0;
}

.w-col-1 {
  width: 8.33333333%;
}

.w-col-2 {
  width: 16.66666667%;
}

.w-col-3 {
  width: 25%;
}

.w-col-4 {
  width: 33.33333333%;
}

.w-col-5 {
  width: 41.66666667%;
}

.w-col-6 {
  width: 50%;
}

.w-col-7 {
  width: 58.33333333%;
}

.w-col-8 {
  width: 66.66666667%;
}

.w-col-9 {
  width: 75%;
}

.w-col-10 {
  width: 83.33333333%;
}

.w-col-11 {
  width: 91.66666667%;
}

.w-col-12 {
  width: 100%;
}

.w-hidden-main {
  display: none !important;
}

@media screen and (max-width: 991px) {
  .w-hidden-main {
    display: inherit !important;
  }
}

@media screen and (max-width: 767px) {
  .w-hidden-main {
    display: inherit !important;
  }
}

@media screen and (max-width: 479px) {
  .w-hidden-main {
    display: inherit !important;
  }
}

@media screen and (max-width: 991px) {
  .w-hidden-medium {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  .w-hidden-medium {
    display: inherit !important;
  }
}

@media screen and (max-width: 479px) {
  .w-hidden-medium {
    display: inherit !important;
  }
}

@media screen and (max-width: 991px) {
  .w-col-medium-1 {
    width: 8.33333333%;
  }
}

@media screen and (max-width: 991px) {
  .w-col-medium-2 {
    width: 16.66666667%;
  }
}

@media screen and (max-width: 991px) {
  .w-col-medium-3 {
    width: 25%;
  }
}

@media screen and (max-width: 991px) {
  .w-col-medium-4 {
    width: 33.33333333%;
  }
}

@media screen and (max-width: 991px) {
  .w-col-medium-5 {
    width: 41.66666667%;
  }
}

@media screen and (max-width: 991px) {
  .w-col-medium-6 {
    width: 50%;
  }
}

@media screen and (max-width: 991px) {
  .w-col-medium-7 {
    width: 58.33333333%;
  }
}

@media screen and (max-width: 991px) {
  .w-col-medium-8 {
    width: 66.66666667%;
  }
}

@media screen and (max-width: 991px) {
  .w-col-medium-9 {
    width: 75%;
  }
}

@media screen and (max-width: 991px) {
  .w-col-medium-10 {
    width: 83.33333333%;
  }
}

@media screen and (max-width: 991px) {
  .w-col-medium-11 {
    width: 91.66666667%;
  }
}

@media screen and (max-width: 991px) {
  .w-col-medium-12 {
    width: 100%;
  }
}

@media screen and (max-width: 991px) {
  .w-col-stack {
    width: 100%;
    left: auto;
    right: auto;
  }
}

@media screen and (max-width: 767px) {
  .w-hidden-small {
    display: none !important;
  }
}

@media screen and (max-width: 479px) {
  .w-hidden-small {
    display: inherit !important;
  }
}

@media screen and (max-width: 767px) {
  .w-row,
  .w-container .w-row {
    margin-left: 0;
    margin-right: 0;
  }
}

@media screen and (max-width: 767px) {
  .w-col-small-1 {
    width: 8.33333333%;
  }
}

@media screen and (max-width: 767px) {
  .w-col-small-2 {
    width: 16.66666667%;
  }
}

@media screen and (max-width: 767px) {
  .w-col-small-3 {
    width: 25%;
  }
}

@media screen and (max-width: 767px) {
  .w-col-small-4 {
    width: 33.33333333%;
  }
}

@media screen and (max-width: 767px) {
  .w-col-small-5 {
    width: 41.66666667%;
  }
}

@media screen and (max-width: 767px) {
  .w-col-small-6 {
    width: 50%;
  }
}

@media screen and (max-width: 767px) {
  .w-col-small-7 {
    width: 58.33333333%;
  }
}

@media screen and (max-width: 767px) {
  .w-col-small-8 {
    width: 66.66666667%;
  }
}

@media screen and (max-width: 767px) {
  .w-col-small-9 {
    width: 75%;
  }
}

@media screen and (max-width: 767px) {
  .w-col-small-10 {
    width: 83.33333333%;
  }
}

@media screen and (max-width: 767px) {
  .w-col-small-11 {
    width: 91.66666667%;
  }
}

@media screen and (max-width: 767px) {
  .w-col-small-12 {
    width: 100%;
  }
}

@media screen and (max-width: 479px) {
  .w-hidden-tiny {
    display: none !important;
  }
}

@media screen and (max-width: 479px) {
  .w-col-tiny-1 {
    width: 8.33333333%;
  }
}

@media screen and (max-width: 479px) {
  .w-col-tiny-2 {
    width: 16.66666667%;
  }
}

@media screen and (max-width: 479px) {
  .w-col-tiny-3 {
    width: 25%;
  }
}

@media screen and (max-width: 479px) {
  .w-col-tiny-4 {
    width: 33.33333333%;
  }
}

@media screen and (max-width: 479px) {
  .w-col-tiny-5 {
    width: 41.66666667%;
  }
}

@media screen and (max-width: 479px) {
  .w-col-tiny-6 {
    width: 50%;
  }
}

@media screen and (max-width: 479px) {
  .w-col-tiny-7 {
    width: 58.33333333%;
  }
}

@media screen and (max-width: 479px) {
  .w-col-tiny-8 {
    width: 66.66666667%;
  }
}

@media screen and (max-width: 479px) {
  .w-col-tiny-9 {
    width: 75%;
  }
}

@media screen and (max-width: 479px) {
  .w-col-tiny-10 {
    width: 83.33333333%;
  }
}

@media screen and (max-width: 479px) {
  .w-col-tiny-11 {
    width: 91.66666667%;
  }
}

@media screen and (max-width: 479px) {
  .w-col-tiny-12 {
    width: 100%;
  }
}

.w-widget {
  position: relative;
}

.w-widget-map {
  width: 100%;
  height: 400px;
}

.w-widget-map label {
  width: auto;
  display: inline;
}

.w-widget-map img {
  max-width: inherit;
}

.w-widget-map .gm-style-iw {
  text-align: center;
}

.w-widget-map .gm-style-iw > button {
  display: none !important;
}

.w-widget-twitter {
  overflow: hidden;
}

.w-widget-twitter-count-shim {
  display: inline-block;
  vertical-align: top;
  position: relative;
  width: 28px;
  height: 20px;
  text-align: center;
  background: #fff;
  border: #758696 solid 1px;
  border-radius: 3px;
}

.w-widget-twitter-count-shim * {
  pointer-events: none;
  user-select: none;
}

.w-widget-twitter-count-shim .w-widget-twitter-count-inner {
  position: relative;
  font-size: 15px;
  line-height: 12px;
  text-align: center;
  color: #999;
  font-family: serif;
}

.w-widget-twitter-count-shim .w-widget-twitter-count-clear {
  position: relative;
  display: block;
}

.w-widget-twitter-count-shim.w--large {
  width: 36px;
  height: 28px;
}

.w-widget-twitter-count-shim.w--large .w-widget-twitter-count-inner {
  font-size: 18px;
  line-height: 18px;
}

.w-widget-twitter-count-shim:not(.w--vertical) {
  margin-left: 5px;
  margin-right: 8px;
}

.w-widget-twitter-count-shim:not(.w--vertical).w--large {
  margin-left: 6px;
}

.w-widget-twitter-count-shim:not(.w--vertical):before,
.w-widget-twitter-count-shim:not(.w--vertical):after {
  top: 50%;
  left: 0;
  border: solid rgba(0, 0, 0, 0);
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.w-widget-twitter-count-shim:not(.w--vertical):before {
  border-color: rgba(117, 134, 150, 0);
  border-right-color: #5d6c7b;
  border-width: 4px;
  margin-left: -9px;
  margin-top: -4px;
}

.w-widget-twitter-count-shim:not(.w--vertical).w--large:before {
  border-width: 5px;
  margin-left: -10px;
  margin-top: -5px;
}

.w-widget-twitter-count-shim:not(.w--vertical):after {
  border-color: hsla(0, 0%, 100%, 0);
  border-right-color: #fff;
  border-width: 4px;
  margin-left: -8px;
  margin-top: -4px;
}

.w-widget-twitter-count-shim:not(.w--vertical).w--large:after {
  border-width: 5px;
  margin-left: -9px;
  margin-top: -5px;
}

.w-widget-twitter-count-shim.w--vertical {
  width: 61px;
  height: 33px;
  margin-bottom: 8px;
}

.w-widget-twitter-count-shim.w--vertical:before,
.w-widget-twitter-count-shim.w--vertical:after {
  top: 100%;
  left: 50%;
  border: solid rgba(0, 0, 0, 0);
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.w-widget-twitter-count-shim.w--vertical:before {
  border-color: rgba(117, 134, 150, 0);
  border-top-color: #5d6c7b;
  border-width: 5px;
  margin-left: -5px;
}

.w-widget-twitter-count-shim.w--vertical:after {
  border-color: hsla(0, 0%, 100%, 0);
  border-top-color: #fff;
  border-width: 4px;
  margin-left: -4px;
}

.w-widget-twitter-count-shim.w--vertical .w-widget-twitter-count-inner {
  font-size: 18px;
  line-height: 22px;
}

.w-widget-twitter-count-shim.w--vertical.w--large {
  width: 76px;
}

.w-background-video {
  position: relative;
  overflow: hidden;
  height: 500px;
  color: #fff;
}

.w-background-video > video {
  background-size: cover;
  background-position: 50% 50%;
  position: absolute;
  margin: auto;
  width: 100%;
  height: 100%;
  right: -100%;
  bottom: -100%;
  top: -100%;
  left: -100%;
  object-fit: cover;
  z-index: -100;
}

.w-background-video > video::-webkit-media-controls-start-playback-button {
  display: none !important;
  -webkit-appearance: none;
}

.w-background-video--control {
  position: absolute;
  bottom: 1em;
  right: 1em;
  background-color: rgba(0, 0, 0, 0);
  padding: 0;
}

.w-background-video--control > [hidden] {
  display: none !important;
}

.w-slider {
  position: relative;
  height: 300px;
  text-align: center;
  background: #ddd;
  clear: both;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
}

.w-slider-mask {
  position: relative;
  display: block;
  overflow: hidden;
  z-index: 1;
  left: 0;
  right: 0;
  height: 100%;
  white-space: nowrap;
}

.w-slide {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  height: 100%;
  white-space: normal;
  text-align: left;
}

.w-slider-nav {
  position: absolute;
  z-index: 2;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  padding-top: 10px;
  height: 40px;
  text-align: center;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
}

.w-slider-nav.w-round > div {
  border-radius: 100%;
}

.w-slider-nav.w-num > div {
  width: auto;
  height: auto;
  padding: 0.2em 0.5em;
  font-size: inherit;
  line-height: inherit;
}

.w-slider-nav.w-shadow > div {
  box-shadow: 0 0 3px rgba(51, 51, 51, 0.4);
}

.w-slider-nav-invert {
  color: #fff;
}

.w-slider-nav-invert > div {
  background-color: rgba(34, 34, 34, 0.4);
}

.w-slider-nav-invert > div.w-active {
  background-color: #222;
}

.w-slider-dot {
  position: relative;
  display: inline-block;
  width: 1em;
  height: 1em;
  background-color: hsla(0, 0%, 100%, 0.4);
  cursor: pointer;
  margin: 0 3px 0.5em;
  transition:
    background-color 100ms,
    color 100ms;
}

.w-slider-dot.w-active {
  background-color: #fff;
}

.w-slider-dot:focus {
  outline: none;
  box-shadow: 0px 0px 0px 2px #fff;
}

.w-slider-dot:focus.w-active {
  box-shadow: none;
}

.w-slider-arrow-left,
.w-slider-arrow-right {
  position: absolute;
  width: 80px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  cursor: pointer;
  overflow: hidden;
  color: #fff;
  font-size: 40px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
  user-select: none;
}

.w-slider-arrow-left [class^="w-icon-"],
.w-slider-arrow-right [class^="w-icon-"],
.w-slider-arrow-left [class*=" w-icon-"],
.w-slider-arrow-right [class*=" w-icon-"] {
  position: absolute;
}

.w-slider-arrow-left:focus,
.w-slider-arrow-right:focus {
  outline: 0;
}

.w-slider-arrow-left {
  z-index: 3;
  right: auto;
}

.w-slider-arrow-right {
  z-index: 4;
  left: auto;
}

.w-icon-slider-left,
.w-icon-slider-right {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 1em;
  height: 1em;
}

.w-slider-aria-label {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.w-slider-force-show {
  display: block !important;
}

.w-dropdown {
  display: inline-block;
  position: relative;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  z-index: 900;
}

.w-dropdown-btn,
.w-dropdown-toggle,
.w-dropdown-link {
  position: relative;
  vertical-align: top;
  text-decoration: none;
  color: #222;
  padding: 20px;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  white-space: nowrap;
}

.w-dropdown-toggle {
  user-select: none;
  display: inline-block;
  cursor: pointer;
  padding-right: 40px;
}

.w-dropdown-toggle:focus {
  outline: 0;
}

.w-icon-dropdown-toggle {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  margin-right: 20px;
  width: 1em;
  height: 1em;
}

.w-dropdown-list {
  position: absolute;
  background: #ddd;
  display: none;
  min-width: 100%;
}

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

.w-dropdown-link {
  padding: 10px 20px;
  display: block;
  color: #222;
}

.w-dropdown-link.w--current {
  color: #0082f3;
}

.w-dropdown-link:focus {
  outline: 0;
}

.w-nav-brand {
  position: relative;
  float: left;
  text-decoration: none;
  color: #333;
}

@media screen and (max-width: 767px) {
  .w-nav-brand {
    padding-left: 10px;
    padding-left: 10px;
  }
}

.w-lightbox-backdrop {
  cursor: auto;
  font-style: normal;
  letter-spacing: normal;
  list-style: disc;
  text-indent: 0;
  text-shadow: none;
  text-transform: none;
  visibility: visible;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  color: #fff;
  font-family:
    "Helvetica Neue", Helvetica, Ubuntu, "Segoe UI", Verdana, sans-serif;
  font-size: 17px;
  line-height: 1.2;
  font-weight: 300;
  text-align: center;
  background: rgba(0, 0, 0, 0.9);
  z-index: 2000;
  outline: 0;
  opacity: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-transform: translate(0, 0);
}

.w-lightbox-backdrop,
.w-lightbox-container {
  height: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.w-lightbox-content {
  position: relative;
  height: 100vh;
  overflow: hidden;
}

@media (min-width: 768px) {
  .w-lightbox-content {
    height: 96vh;
    margin-top: 2vh;
  }
}

.w-lightbox-view {
  position: absolute;
  width: 100vw;
  height: 100vh;
  opacity: 0;
}

.w-lightbox-view:before {
  content: "";
  height: 100vh;
}

.w-lightbox-group,
.w-lightbox-group .w-lightbox-view,
.w-lightbox-group .w-lightbox-view:before {
  height: 86vh;
}

.w-lightbox-frame,
.w-lightbox-view:before {
  display: inline-block;
  vertical-align: middle;
}

.w-lightbox-figure {
  position: relative;
  margin: 0;
}

.w-lightbox-group .w-lightbox-figure {
  cursor: pointer;
}

.w-lightbox-img {
  width: auto;
  height: auto;
  max-width: none;
}

.w-lightbox-image {
  display: block;
  float: none;
  max-width: 100vw;
  max-height: 100vh;
}

@media (min-width: 768px) {
  .w-lightbox-image {
    max-width: 96vw;
    max-height: 96vh;
  }
}

.w-lightbox-group .w-lightbox-image {
  max-height: 86vh;
}

@media (min-width: 768px) {
  .w-lightbox-group .w-lightbox-image {
    max-width: 82.3vw;
    max-height: 84vh;
  }
}

.w-lightbox-caption {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 0.5em 1em;
  background: rgba(0, 0, 0, 0.4);
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.w-lightbox-embed {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.w-lightbox-control {
  position: absolute;
  top: 0;
  width: 4em;
  background-size: 24px;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.w-lightbox-left {
  display: none;
  bottom: 0;
  left: 0;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii0yMCAwIDI0IDQwIiB3aWR0aD0iMjQiIGhlaWdodD0iNDAiPjxnIHRyYW5zZm9ybT0icm90YXRlKDQ1KSI+PHBhdGggZD0ibTAgMGg1djIzaDIzdjVoLTI4eiIgb3BhY2l0eT0iLjQiLz48cGF0aCBkPSJtMSAxaDN2MjNoMjN2M2gtMjZ6IiBmaWxsPSIjZmZmIi8+PC9nPjwvc3ZnPg==");
}

.w-lightbox-right {
  display: none;
  right: 0;
  bottom: 0;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii00IDAgMjQgNDAiIHdpZHRoPSIyNCIgaGVpZ2h0PSI0MCI+PGcgdHJhbnNmb3JtPSJyb3RhdGUoNDUpIj48cGF0aCBkPSJtMC0waDI4djI4aC01di0yM2gtMjN6IiBvcGFjaXR5PSIuNCIvPjxwYXRoIGQ9Im0xIDFoMjZ2MjZoLTN2LTIzaC0yM3oiIGZpbGw9IiNmZmYiLz48L2c+PC9zdmc+");
}

.w-lightbox-close {
  right: 0;
  height: 2.6em;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii00IDAgMTggMTciIHdpZHRoPSIxOCIgaGVpZ2h0PSIxNyI+PGcgdHJhbnNmb3JtPSJyb3RhdGUoNDUpIj48cGF0aCBkPSJtMCAwaDd2LTdoNXY3aDd2NWgtN3Y3aC01di03aC03eiIgb3BhY2l0eT0iLjQiLz48cGF0aCBkPSJtMSAxaDd2LTdoM3Y3aDd2M2gtN3Y3aC0zdi03aC03eiIgZmlsbD0iI2ZmZiIvPjwvZz48L3N2Zz4=");
  background-size: 18px;
}

@media (min-width: 768px) {
  .w-lightbox-close {
    opacity: 0.8;
  }
}

.w-lightbox-strip {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0 1vh;
  line-height: 0;
  white-space: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
}

.w-lightbox-item {
  display: inline-block;
  width: 10vh;
  padding: 2vh 1vh;
  box-sizing: content-box;
  cursor: pointer;
  -webkit-transform: translate3d(0, 0, 0);
}

.w-lightbox-active {
  opacity: 0.3;
}

.w-lightbox-thumbnail {
  position: relative;
  height: 10vh;
  background: #222;
  overflow: hidden;
}

.w-lightbox-thumbnail-image {
  position: absolute;
  top: 0;
  left: 0;
}

.w-lightbox-thumbnail .w-lightbox-tall {
  top: 50%;
  width: 100%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.w-lightbox-thumbnail .w-lightbox-wide {
  left: 50%;
  height: 100%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.w-lightbox-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  box-sizing: border-box;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  margin-left: -20px;
  border: 5px solid rgba(0, 0, 0, 0.4);
  border-radius: 50%;
  -webkit-animation: spin 0.8s infinite linear;
  animation: spin 0.8s infinite linear;
}

.w-lightbox-spinner:after {
  content: "";
  position: absolute;
  top: -4px;
  right: -4px;
  bottom: -4px;
  left: -4px;
  border: 3px solid rgba(0, 0, 0, 0);
  border-bottom-color: #fff;
  border-radius: 50%;
}

.w-lightbox-hide {
  display: none;
}

.w-lightbox-noscroll {
  overflow: hidden;
}

@media (min-width: 768px) {
  .w-lightbox-view,
  .w-lightbox-view:before {
    height: 96vh;
  }
}

@media (min-width: 768px) {
  .w-lightbox-group,
  .w-lightbox-group .w-lightbox-view,
  .w-lightbox-group .w-lightbox-view:before {
    height: 84vh;
  }
}

@media (min-width: 768px) {
  .w-lightbox-left,
  .w-lightbox-right {
    display: block;
    opacity: 0.5;
  }
}

@media (min-width: 768px) {
  .w-lightbox-control:hover {
    opacity: 1;
  }
}

.w-lightbox-inactive,
.w-lightbox-inactive:hover {
  opacity: 0;
}

.w-richtext:before,
.w-richtext:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}

.w-richtext:after {
  clear: both;
}

.w-richtext[contenteditable="true"]:before,
.w-richtext[contenteditable="true"]:after {
  white-space: initial;
}

.w-richtext ol,
.w-richtext ul {
  overflow: hidden;
}

.w-richtext .w-richtext-figure-selected.w-richtext-figure-type-video div:after,
.w-richtext .w-richtext-figure-selected[data-rt-type="video"] div:after {
  outline: 2px solid #2895f7;
}

.w-richtext .w-richtext-figure-selected.w-richtext-figure-type-image div,
.w-richtext .w-richtext-figure-selected[data-rt-type="image"] div {
  outline: 2px solid #2895f7;
}

.w-richtext figure.w-richtext-figure-type-video > div:after,
.w-richtext figure[data-rt-type="video"] > div:after {
  content: "";
  position: absolute;
  display: none;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

.w-richtext figure {
  position: relative;
  max-width: 60%;
}

.w-richtext figure > div:before {
  cursor: default !important;
}

.w-richtext figure img {
  width: 100%;
}

.w-richtext figure figcaption.w-richtext-figcaption-placeholder {
  opacity: 0.6;
}

.w-richtext figure div {
  font-size: 0px;
  color: rgba(0, 0, 0, 0);
}

.w-richtext figure.w-richtext-figure-type-image,
.w-richtext figure[data-rt-type="image"] {
  display: table;
}

.w-richtext figure.w-richtext-figure-type-image > div,
.w-richtext figure[data-rt-type="image"] > div {
  display: inline-block;
}

.w-richtext figure.w-richtext-figure-type-image > figcaption,
.w-richtext figure[data-rt-type="image"] > figcaption {
  display: table-caption;
  caption-side: bottom;
}

.w-richtext figure.w-richtext-figure-type-video,
.w-richtext figure[data-rt-type="video"] {
  width: 60%;
  height: 0;
}

.w-richtext figure.w-richtext-figure-type-video iframe,
.w-richtext figure[data-rt-type="video"] iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.w-richtext figure.w-richtext-figure-type-video > div,
.w-richtext figure[data-rt-type="video"] > div {
  width: 100%;
}

.w-richtext figure.w-richtext-align-center {
  margin-right: auto;
  margin-left: auto;
  clear: both;
}

.w-richtext figure.w-richtext-align-center.w-richtext-figure-type-image > div,
.w-richtext figure.w-richtext-align-center[data-rt-type="image"] > div {
  max-width: 100%;
}

.w-richtext figure.w-richtext-align-normal {
  clear: both;
}

.w-richtext figure.w-richtext-align-fullwidth {
  width: 100%;
  max-width: 100%;
  text-align: center;
  clear: both;
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.w-richtext figure.w-richtext-align-fullwidth > div {
  display: inline-block;
  padding-bottom: inherit;
}

.w-richtext figure.w-richtext-align-fullwidth > figcaption {
  display: block;
}

.w-richtext figure.w-richtext-align-floatleft {
  float: left;
  margin-right: 15px;
  clear: none;
}

.w-richtext figure.w-richtext-align-floatright {
  float: right;
  margin-left: 15px;
  clear: none;
}

.w-nav {
  position: relative;
  background: #ddd;
  z-index: 1000;
}

.w-nav:before,
.w-nav:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}

.w-nav:after {
  clear: both;
}

.w-nav-link {
  position: relative;
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  color: #222;
  padding: 20px;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
}

.w-nav-link.w--current {
  color: #0082f3;
}

.w-nav-menu {
  position: relative;
  float: right;
}

[data-nav-menu-open] {
  display: block !important;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: #c8c8c8;
  text-align: center;
  overflow: visible;
  min-width: 200px;
}

.w--nav-link-open {
  display: block;
  position: relative;
}

.w-nav-overlay {
  position: absolute;
  overflow: hidden;
  display: none;
  top: 100%;
  left: 0;
  right: 0;
  width: 100%;
}

.w-nav-overlay [data-nav-menu-open] {
  top: 0;
}

.w-nav[data-animation="over-left"] .w-nav-overlay {
  width: auto;
}

.w-nav[data-animation="over-left"] .w-nav-overlay,
.w-nav[data-animation="over-left"] [data-nav-menu-open] {
  right: auto;
  z-index: 1;
  top: 0;
}

.w-nav[data-animation="over-right"] .w-nav-overlay {
  width: auto;
}

.w-nav[data-animation="over-right"] .w-nav-overlay,
.w-nav[data-animation="over-right"] [data-nav-menu-open] {
  left: auto;
  z-index: 1;
  top: 0;
}

.w-nav-button {
  position: relative;
  float: right;
  padding: 18px;
  font-size: 24px;
  display: none;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
  user-select: none;
}

.w-nav-button:focus {
  outline: 0;
}

.w-nav-button.w--open {
  background-color: #c8c8c8;
  color: #fff;
}

.w-nav[data-collapse="all"] .w-nav-menu {
  display: none;
}

.w-nav[data-collapse="all"] .w-nav-button {
  display: block;
}

.w--nav-dropdown-open {
  display: block;
}

.w--nav-dropdown-toggle-open {
  display: block;
}

.w--nav-dropdown-list-open {
  position: static;
}

@media screen and (max-width: 991px) {
  .w-nav[data-collapse="medium"] .w-nav-menu {
    display: none;
  }
}

@media screen and (max-width: 991px) {
  .w-nav[data-collapse="medium"] .w-nav-button {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .w-nav[data-collapse="small"] .w-nav-menu {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .w-nav[data-collapse="small"] .w-nav-button {
    display: block;
  }
}

@media screen and (max-width: 479px) {
  .w-nav[data-collapse="tiny"] .w-nav-menu {
    display: none;
  }
}

@media screen and (max-width: 479px) {
  .w-nav[data-collapse="tiny"] .w-nav-button {
    display: block;
  }
}

.w-tabs {
  position: relative;
}

.w-tabs:before,
.w-tabs:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}

.w-tabs:after {
  clear: both;
}

.w-tab-menu {
  position: relative;
}

.w-tab-link {
  position: relative;
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  padding: 9px 30px;
  text-align: left;
  cursor: pointer;
  color: #222;
  background-color: #ddd;
}

@media screen and (max-width: 479px) {
  .w-tab-link {
    display: block;
  }
}

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

.w-tab-link:focus {
  outline: 0;
}

.w-tab-content {
  position: relative;
  display: block;
  overflow: hidden;
}

.w-tab-pane {
  position: relative;
  display: none;
}

.w--tab-active {
  display: block;
}

.w-ix-emptyfix:after {
  content: "";
}

.w-dyn-empty {
  padding: 10px;
  background-color: #ddd;
}

.w-dyn-hide {
  display: none !important;
}

.w-dyn-bind-empty {
  display: none !important;
}

.w-condition-invisible {
  display: none !important;
}

.wf-layout-layout {
  display: grid;
}

:root {
  --link-color--link-primary: var(--base-color-brand--blue);
  --background-color--background-primary: var(--base-color-neutral--black);
  --text-color--text-alternate: var(--base-color-neutral--white);
  --text-color--text-primary: var(--base-color-neutral--black);
  --text-color--text-secondary: var(--base-color-neutral--neutral-darker);
  --background-color--background-success: var(
    --base-color-system--success-green
  );
  --text-color--text-success: var(--base-color-system--success-green-dark);
  --border-color--border-primary: var(--base-color-neutral--neutral-lightest);
  --background-color--background-alternate: var(--base-color-neutral--white);
  --background-color--background-secondary: var(--base-color-brand--blue);
  --background-color--background-tertiary: var(--base-color-brand--pink);
  --background-color--background-error: var(--base-color-system--error-red);
  --text-color--text-error: var(--base-color-system--error-red-dark);
  --border-color--border-alternate: var(--base-color-neutral--neutral-darker);
  --background-color--background-warning: var(
    --base-color-system--warning-yellow
  );
  --text-color--text-warning: var(--base-color-system--warning-yellow-dark);
  --base-color-neutral--white: #fff;
  --base-color-brand--blue-light: #d9e5ff;
  --base-color-brand--blue: #2d62ff;
  --base-color-brand--blue-dark: #080331;
  --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-neutral--neutral-darkest: #111;
  --base-color-system--success-green: #cef5ca;
  --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);
  --link-color--link-secondary: var(--base-color-neutral--black);
  --link-color--link-alternate: var(--base-color-neutral--white);
}

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

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

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

li {
  margin-bottom: 0.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;
}

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

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

.margin-xlarge {
  margin: 4rem;
}

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

@media screen and (max-width: 767px) {
  .margin-xlarge {
    margin: 2rem;
  }
}

.margin-xsmall {
  margin: 0.5rem;
}

.padding-xhuge {
  padding: 8rem;
}

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

@media screen and (max-width: 767px) {
  .padding-xhuge {
    padding: 4rem;
  }
}

.margin-custom1 {
  margin: 1.5rem;
}

.padding-0 {
  padding: 0;
}

.padding-xxhuge {
  padding: 12rem;
}

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

@media screen and (max-width: 767px) {
  .padding-xxhuge {
    padding: 4.5rem;
  }
}

.padding-huge {
  padding: 6rem;
}

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

@media screen and (max-width: 767px) {
  .padding-huge {
    padding: 3.5rem;
  }
}

.margin-large {
  margin: 3rem;
}

@media screen and (max-width: 991px) {
  .margin-large {
    margin: 2.5rem;
  }
}

@media screen and (max-width: 767px) {
  .margin-large {
    margin: 1.5rem;
  }
}

.padding-xxlarge {
  padding: 5rem;
}

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

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

.margin-xxsmall {
  margin: 0.25rem;
}

.padding-custom3 {
  padding: 3.5rem;
}

.padding-large {
  padding: 3rem;
}

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

@media screen and (max-width: 767px) {
  .padding-large {
    padding: 1.5rem;
  }
}

.margin-tiny {
  margin: 0.125rem;
}

.padding-small {
  padding: 1rem;
}

.padding-custom2 {
  padding: 2.5rem;
}

.margin-custom3 {
  margin: 3.5rem;
}

.padding-custom1 {
  padding: 1.5rem;
}

.margin-huge {
  margin: 6rem;
}

@media screen and (max-width: 991px) {
  .margin-huge {
    margin: 5rem;
  }
}

@media screen and (max-width: 767px) {
  .margin-huge {
    margin: 3.5rem;
  }
}

.padding-medium {
  padding: 2rem;
}

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

@media screen and (max-width: 767px) {
  .padding-medium {
    padding: 1.25rem;
  }
}

.padding-xsmall {
  padding: 0.5rem;
}

.margin-xxlarge {
  margin: 5rem;
}

@media screen and (max-width: 991px) {
  .margin-xxlarge {
    margin: 4rem;
  }
}

@media screen and (max-width: 767px) {
  .margin-xxlarge {
    margin: 3rem;
  }
}

.padding-xxsmall {
  padding: 0.25rem;
}

.margin-xhuge {
  margin: 8rem;
}

@media screen and (max-width: 991px) {
  .margin-xhuge {
    margin: 6rem;
  }
}

@media screen and (max-width: 767px) {
  .margin-xhuge {
    margin: 4rem;
  }
}

.padding-tiny {
  padding: 0.125rem;
}

.margin-small {
  margin: 1rem;
}

.margin-medium {
  margin: 2rem;
}

@media screen and (max-width: 991px) {
  .margin-medium {
    margin: 1.5rem;
  }
}

@media screen and (max-width: 767px) {
  .margin-medium {
    margin: 1.25rem;
  }
}

.margin-xxhuge {
  margin: 12rem;
}

@media screen and (max-width: 991px) {
  .margin-xxhuge {
    margin: 8rem;
  }
}

@media screen and (max-width: 767px) {
  .margin-xxhuge {
    margin: 4.5rem;
  }
}

.margin-0 {
  margin: 0;
}

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

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

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

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

@media screen and (max-width: 991px) {
  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }
}

@media screen and (max-width: 767px) {
  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }
}

@media screen and (max-width: 479px) {
  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }
}

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

@media screen and (max-width: 991px) {
  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }
}

@media screen and (max-width: 767px) {
  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }
}

@media screen and (max-width: 479px) {
  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }
}

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

@media screen and (max-width: 991px) {
  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }
}

@media screen and (max-width: 767px) {
  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }
}

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

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

@media screen and (max-width: 991px) {
  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }
}

@media screen and (max-width: 767px) {
  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }
}

@media screen and (max-width: 479px) {
  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }
}

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

@media screen and (max-width: 991px) {
  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }
}

@media screen and (max-width: 767px) {
  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }
}

@media screen and (max-width: 479px) {
  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }
}

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

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

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

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

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

@media screen and (max-width: 991px) {
  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }
}

@media screen and (max-width: 767px) {
  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }
}

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

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

@media screen and (max-width: 991px) {
  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }
}

@media screen and (max-width: 767px) {
  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }
}

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

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

@media screen and (max-width: 991px) {
  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }
}

@media screen and (max-width: 767px) {
  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }
}

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

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

@media screen and (max-width: 991px) {
  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }
}

@media screen and (max-width: 767px) {
  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }
}

@media screen and (max-width: 479px) {
  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }
}

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

@media screen and (max-width: 991px) {
  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }
}

@media screen and (max-width: 767px) {
  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }
}

@media screen and (max-width: 479px) {
  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }
}

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

.form_checkbox-icon {
  border-radius: 0.125rem;
  width: 0.875rem;
  height: 0.875rem;
  margin: 0 0.5rem 0 0;
}

.form_checkbox-icon.w--redirected-checked {
  background-size: 90%;
  border-radius: 0.125rem;
  width: 0.875rem;
  height: 0.875rem;
  margin: 0 0.5rem 0 0;
}

.form_checkbox-icon.w--redirected-focus {
  border-radius: 0.125rem;
  width: 0.875rem;
  height: 0.875rem;
  margin: 0 0.5rem 0 0;
  box-shadow: 0 0 0.25rem 0 #3898ec;
}

.fs-styleguide_background {
  border: 1px solid rgba(0, 0, 0, 0.1019607843);
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.fs-styleguide_spacing {
  grid-column-gap: 0.5rem;
  grid-row-gap: 0.5rem;
  background-image: linear-gradient(
    to top,
    rgba(45, 64, 234, 0.1019607843),
    rgba(255, 255, 255, 0)
  );
  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;
  color: var(--grey-darker, #161d29);
}

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

.fs-styleguide_item {
  grid-column-gap: 1.125rem;
  grid-row-gap: 1.125rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1019607843);
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start;
  place-items: start;
  padding-bottom: 3rem;
  display: grid;
  position: relative;
}

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

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

.fs-styleguide_item-header {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1019607843);
  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;
}

@media screen and (max-width: 991px) {
  .fs-styleguide_2-col {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }
}

.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: 0.75rem;
  grid-row-gap: 0.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;
}

@media screen and (max-width: 479px) {
  .fs-styleguide_row {
    flex-wrap: wrap;
  }
}

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

@media screen and (max-width: 767px) {
  .heading-style-h3 {
    font-size: 1.5rem;
  }
}

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

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

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

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

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

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

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

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

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

.heading-style-h1 {
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.1;
}

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

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

@media screen and (max-width: 767px) {
  .padding-global {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}

.padding-global.padding-section-4rem {
  padding-top: 64px;
  padding-bottom: 64px;
}

.padding-global.padding-section-2-5rem {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  background: linear-gradient(
    180deg,
    #fbfbfb 50.48%,
    rgba(255, 255, 255, 0) 100%
  );
  z-index: 100;
  position: relative;
}

@media screen and (max-width: 991px) {
  .padding-global.padding-section-2-5rem {
    padding: 40px 32px !important;
  }
}

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

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

@media screen and (max-width: 767px) {
  .padding-section-small {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}

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

@media screen and (max-width: 767px) {
  .fs-styleguide_section-header {
    font-size: 0.875rem;
  }
}

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

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

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

@media screen and (max-width: 991px) {
  .fs-styleguide_1-col {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }
}

.overflow-visible {
  overflow: visible;
}

.fs-styleguide_empty-box {
  z-index: -1;
  background-color: rgba(45, 64, 234, 0.0509803922);
  border: 1px dashed #2d40ea;
  min-width: 3rem;
  height: 3rem;
  position: relative;
}

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

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

@media screen and (max-width: 991px) {
  .fs-styleguide_heading-medium {
    font-size: 3rem;
  }
}

@media screen and (max-width: 767px) {
  .fs-styleguide_heading-medium {
    font-size: 2rem;
  }
}

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

@media screen and (max-width: 991px) {
  .fs-styleguide_4-col {
    grid-template-columns: 1fr;
  }
}

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

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

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

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

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

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

.max-width-large {
  width: 100%;
  max-width: 1000px;
}

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

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

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

@media screen and (max-width: 767px) {
  .heading-style-h4 {
    font-size: 1rem;
  }
}

.max-width-xlarge {
  width: 100%;
  max-width: 1064px;
  text-align: center;
}

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

.form_radio-icon.w--redirected-checked {
  border-width: 0.25rem;
  width: 0.875rem;
  height: 0.875rem;
}

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

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

@media screen and (max-width: 767px) {
  .text-style-nowrap {
    white-space: normal;
  }
}

.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: rgba(0, 0, 0, 0);
  min-height: 3rem;
  margin-bottom: 0.75rem;
  padding: 0.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: 0.75rem;
  font-size: 1rem;
}

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

@media screen and (max-width: 767px) {
  .heading-style-h6 {
    font-size: 0.75rem;
  }
}

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

@media screen and (max-width: 991px) {
  .padding-section-large {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}

@media screen and (max-width: 767px) {
  .padding-section-large {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}

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

@media screen and (max-width: 991px) {
  .fs-styleguide_3-col {
    grid-template-columns: 1fr;
  }
}

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

@media screen and (max-width: 767px) {
  .text-size-large {
    font-size: 1.25rem;
  }
}

.fs-styleguide_header {
  background-color: var(--background-color--background-primary);
  color: var(--text-color--text-alternate);
  background-image:
    radial-gradient(
      circle at 100% 100%,
      rgba(221, 35, 187, 0.2509803922),
      rgba(0, 0, 0, 0) 40%
    ),
    radial-gradient(
      circle at 0 100%,
      rgba(45, 98, 255, 0.3019607843),
      rgba(0, 0, 0, 0) 60%
    );
}

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

@media screen and (max-width: 767px) {
  .heading-style-h2 {
    font-size: 2rem;
  }
}

.page-wrapper {
  margin-left: 0;
  margin-right: 0;
}

@media screen and (max-width: 991px) {
  .page-wrapper {
    display: block;
  }

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

@media screen and (max-width: 767px) {
  .page-wrapper {
    display: block;
  }

  .page-wrapper .padding-global {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

.fs-styleguide_label {
  background-color: var(--background-color--background-secondary);
  color: var(--text-color--text-alternate);
  border-radius: 0.25rem;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: 0.25rem 0.75rem 0.3rem;
  font-weight: 600;
  display: flex;
}

.fs-styleguide_label.is-tag {
  background-color: var(--background-color--background-tertiary);
}

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

@media screen and (max-width: 767px) {
  .heading-style-h5 {
    font-size: 0.875rem;
  }
}

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

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

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

.overflow-scroll {
  overflow: scroll;
}

.form_message-error {
  background-color: var(--background-color--background-error);
  color: var(--text-color--text-error);
  margin-top: 0.75rem;
  padding: 0.75rem;
}

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

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

.form_component {
  margin-bottom: 0;
}

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

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

.text-style-quote {
  border-left: 0.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-primary);
  color: var(--text-color--text-alternate);
  text-align: center;
  border-radius: 0.25rem;
  padding: 0.75rem 1.5rem;
  font-weight: 600;
}

.button.is-text {
  color: #000;
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid rgba(0, 0, 0, 0);
}

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

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

.button.is-secondary {
  border: 1px solid var(--border-color--border-alternate);
  color: var(--text-color--text-primary);
  background-color: rgba(0, 0, 0, 0);
}

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

@media screen and (max-width: 991px) {
  .fs-styleguide_section {
    grid-column-gap: 2.5rem;
    grid-template-columns: 1fr;
  }
}

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

@media screen and (max-width: 991px) {
  .padding-section-medium {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}

@media screen and (max-width: 767px) {
  .padding-section-medium {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}

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

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

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

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

@media screen and (max-width: 991px) {
  .spacer-huge {
    padding-top: 5rem;
  }
}

@media screen and (max-width: 767px) {
  .spacer-huge {
    padding-top: 3.5rem;
  }
}

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

@media screen and (max-width: 991px) {
  .spacer-medium {
    padding-top: 1.5rem;
  }
}

@media screen and (max-width: 767px) {
  .spacer-medium {
    padding-top: 1.25rem;
  }
}

.fs-styleguide_spacer-box {
  background-color: rgba(45, 64, 234, 0.1019607843);
  border: 1px dashed #2d40ea;
  width: 100%;
  position: relative;
}

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

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

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

@media screen and (max-width: 991px) {
  .spacer-xhuge {
    padding-top: 6rem;
  }
}

@media screen and (max-width: 767px) {
  .spacer-xhuge {
    padding-top: 4rem;
  }
}

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

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

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

@media screen and (max-width: 991px) {
  .spacer-xxhuge {
    padding-top: 8rem;
  }
}

@media screen and (max-width: 767px) {
  .spacer-xxhuge {
    padding-top: 4.5rem;
  }
}

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

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

@media screen and (max-width: 767px) {
  .spacer-xlarge {
    padding-top: 2rem;
  }
}

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

@media screen and (max-width: 991px) {
  .spacer-large {
    padding-top: 2.5rem;
  }
}

@media screen and (max-width: 767px) {
  .spacer-large {
    padding-top: 1.5rem;
  }
}

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

@media screen and (max-width: 991px) {
  .spacer-xxlarge {
    padding-top: 4rem;
  }
}

@media screen and (max-width: 767px) {
  .spacer-xxlarge {
    padding-top: 3rem;
  }
}

.fs-styleguide_message {
  background-color: var(--background-color--background-warning);
  color: var(--text-color--text-warning);
  border-radius: 0.25rem;
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
}

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

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

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

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

.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: 0.25rem;
  padding: 0.25rem 0.375rem;
  font-size: 0.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 {
  border-radius: 1rem;
  margin-top: 0;
}

.hero_heading {
  font-size: 4rem;
}

@media screen and (max-width: 479px) {
  .hero_heading {
    font-size: 2.5rem;
  }
}

.hero__visual-round-img-wrap img {
  transform-origin: center center;
}

.hero__visual-device-button-img {
  filter: brightness(1);
  width: 22.5%;
  height: 22.5%;
}

.round-orbit {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform-origin: center center;
  position: absolute;
  inset: 0;
  z-index: 3;
  transform-origin: center center;
  pointer-events: none;
}

.hero__visual-round-img-wrap {
  position: absolute;
  transform-origin: center center;
  z-index: 3;
  aspect-ratio: 1;
  border: 1px solid #eaedf1;
  border-radius: 100rem;
  position: absolute;
  box-shadow: 1rem 1.25rem 3rem rgba(22, 29, 41, 0.0588235294);
}

.hero__visual-round-img {
  display: block;
  transform-origin: center center;
  pointer-events: none;
  object-fit: cover;
  width: 100%;
  max-width: none;
  height: 100%;
}

.section_hero {
  color: #fff;
  background-color: #000;
  background-image:
    radial-gradient(
      circle at 0 100%,
      rgba(45, 98, 255, 0.3019607843),
      rgba(0, 0, 0, 0) 50%
    ),
    radial-gradient(
      circle at 100% 60%,
      rgba(45, 98, 255, 0.3019607843),
      rgba(17, 17, 17, 0) 20%
    ),
    radial-gradient(
      circle at 100% 100%,
      rgba(214, 0, 196, 0.2),
      rgba(0, 0, 0, 0) 45%
    );
  flex-direction: column;
  justify-content: center;
  min-height: 100svh;
  display: flex;
  position: relative;
}

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

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

@media screen and (max-width: 991px) {
  .hero_grid {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
  }
}

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

@media screen and (max-width: 991px) {
  .fs-styleguide_heading-header {
    font-size: 4rem;
  }
}

.home_hero_heading {
  color: #161d29;
  font-size: 48px;
  line-height: 1.3;
}

@media screen and (max-width: 991px) {
  .home_hero_heading {
    font-size: 40px;
    line-height: 1.2;
  }
}

@media screen and (max-width: 479px) {
  .home_hero_heading {
    font-size: 32px;
    line-height: 1.2;
    font-weight: 700;
  }
}

.home_hero_paragraph {
  color: var(--grey-dark, #2f3845);
  text-align: center;
  font-family: Manrope;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  /* 30px */
}

@media screen and (max-width: 991px) {
  .home_hero_paragraph {
    font-size: 16px;
    line-height: 1.5;
  }
}

@media screen and (max-width: 479px) {
  .home_hero_paragraph {
    font-size: 16px;
    line-height: 1.5;
  }
}

.home_hero_-cta-emphasis {
  color: #fff;
  background-color: #161d29;
  border-radius: 100rem;
  padding: 1rem 2rem;
}

@media screen and (max-width: 991px) {
  .home_hero_-cta-emphasis {
    padding-right: 24px;
    padding-left: 24px;
    height: 48px;
    max-width: 150px;
    align-items: center;
  }
}

@media screen and (max-width: 479px) {
  .home_hero_-cta-emphasis {
    display: flex;
    height: 48px;
    padding: 0 16px;
    justify-content: center;
    align-items: center;
    gap: 20px;
    align-self: stretch;
  }
}

.home_hero_-cta-emphasis-wrap {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  color: #2f3845;
  background-color: #eaedf1;
  border-radius: 100rem;
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 0.25rem 0.25rem 0.25rem 2rem;
  font-size: 1.25rem;
}

@media screen and (max-width: 991px) {
  .home_hero_-cta-emphasis-wrap {
    line-height: 1.5;
    font-size: 16px;
    max-width: 447px;
    height: 56px;
    justify-content: space-between;
  }
}

@media screen and (max-width: 479px) {
  .home_hero_-cta-emphasis-wrap {
    line-height: 1.5;
    font-size: 16px;
    background-color: rgba(0, 0, 0, 0);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
  }
}

.home_hero_text-content {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  text-align: center;
  align-items: stretch;
}

.home_hero_row1 {
  z-index: 4;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: flex-start;
  align-items: center;
  position: relative;
}

.home_hero_row2 {
  justify-content: center;
  align-items: center;
  position: relative;
}

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

@media screen and (max-width: 1299px) {
  .u-12-col-grid {
    grid-column-gap: 0rem;
  }

  .u-12-col-grid .u-12-col-grid.is-gap-2rem {
    grid-column-gap: 2rem !important;
    grid-row-gap: 2rem !important;
  }
}

.u-12-col-grid.is-row-1fr {
  grid-template-rows: 1fr;
  grid-auto-rows: 1fr;
}

.u-12-col-grid.is-gap-1-5rem {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
}

.trust__cards-container .u-12-col-grid.is-gap-1-5rem {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
}

.cta__card-button-wrap {
  align-self: flex-start;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;

  .cta__card-text {
    font-size: 1rem;
  }
  .cta__card-button {
    .w-inline-block {
      font-size: 1rem;
    }
  }
}

@media screen and (max-width: 991px) {
  .cta__card-button-wrap {
    gap: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .cta__card-button-wrap {
    align-self: center;
  }
}

.u-12-col-grid.is-gap-2rem {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
}

.home_hero_row2-img-wrap {
  aspect-ratio: auto;
  border-radius: 0.5rem;
  position: relative;
}

.home_hero_row2-img-wrap.is-1-1 {
  aspect-ratio: 1;
}

.home_hero_row2-img {
  object-fit: cover;
  border-radius: 0.5rem;
  width: 100%;
  max-width: none;
  height: 100%;
}

.home_hero_row2-text-wrap {
  color: #2f3845;
  padding-top: 1.5rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.container-full {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 1440px;
}

.container-full .home_hero_row2-container {
  padding-left: 5rem;
  padding-right: 5rem;
}

.section_home_problems-1 {
  z-index: 1;
  margin-bottom: -100dvh;
  position: relative;
}

.home_problems_component {
  z-index: 1;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100dvh;
  display: flex;
  position: relative;
  top: 0%;
}

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

.home_problems_text {
  color: #161d29;
  max-width: 55rem;
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 1.3;
}

.home_problems_text.is-2,
.home_problems_text.is-3 {
  display: block;
}

.home_problems_bg-wrap {
  z-index: 1;
  position: sticky;
  bottom: 0;
}

.home_problems_layout {
  z-index: 1;
  flex-flow: column;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0%;
}

.home_problems_text-list-wrap {
  z-index: 2;
  background-image: linear-gradient(
    rgba(255, 255, 255, 0.8) 50%,
    rgba(255, 255, 255, 0)
  );
  position: sticky;
  top: 0;
  /* z-index: 2;
  background: #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.03);
  will-change: transform; */
}

.home_problems_text-contain {
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  height: 100dvh;
  display: flex;
}

.home_problems_text-list {
  grid-column-gap: 2.5rem;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.home_problems_img {
  position: absolute;
}

.home_problems_img.is-1 {
  width: 14%;
  inset: 8.7% 3.5% auto auto;
}

.home_problems_img.is-5 {
  width: 21%;
  bottom: 10.6619%;
  left: 28%;
}

.home_problems_img.is-4 {
  width: 29%;
  bottom: 14.5%;
  right: 3.5%;
}

.home_problems_img.is-3 {
  width: 29%;
  top: 46.6%;
  right: 43%;
}

.home_problems_img.is-2 {
  width: 29%;
  top: 16%;
  right: 27.9861%;
}

.home_problems_text-layout {
  height: 100vh;
}

.section_home_problems-2 {
  z-index: 3;
  background-color: var(--base-color-neutral--white);
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  bottom: 0;
}

@media screen and (max-width: 991px) {
  .section_home_problems-2 {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media screen and (max-width: 767px) {
  .section_home_problems-2 {
    padding-left: 24px;
    padding-right: 24px;
  }
}

.problems-2_content-eyebrown-img {
  width: 230px;
  height: 64px;
  aspect-ratio: 115/32;
}

@media screen and (max-width: 991px) {
  .problems-2_content-eyebrown-img {
    width: 202px;
    height: 56px;
  }
}

@media screen and (max-width: 479px) {
  .problems-2_content-eyebrown-img {
    width: 144px;
    height: 40px;
  }
}

.problems-2_content-heading {
  font-size: 48px;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
}

@media screen and (max-width: 1299px) {
  .problems-2_content-heading {
    font-size: 40px;
  }
}

@media screen and (max-width: 479px) {
  .problems-2_content-heading {
    font-size: 32px;
    line-height: 1.2;
    margin-bottom: 0;
  }
}

.problems-2_content-description {
  font-size: 20px;
  line-height: 1.5;
  text-align: center;
  font-weight: 400;
}

@media screen and (max-width: 479px) {
  .problems-2_content-description {
    font-size: 16px;
    line-height: 1.5;
  }
}

.problems-2_content {
  color: #fff;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  gap: 32px;
}

@media screen and (max-width: 1299px) {
  .problems-2_content {
    gap: 24px;
  }
}

@media screen and (max-width: 991px) {
  .problems-2_content {
    gap: 32px;
  }
}

.problems-2_bg-img-wrap {
  z-index: 0;
  position: absolute;
  inset: 0%;
}

.u-position-relative {
  position: relative;
}

.problems-2_content-wrap {
  grid-column-gap: 5rem;
  grid-row-gap: 56px;
  flex-flow: column;
  display: flex;
}

@media screen and (max-width: 479px) {
  .problems-2_content-wrap {
    grid-row-gap: 40px;
  }
}

.problems-2_bg-img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

@media screen and (max-width: 991px) {
  .problems-2_img-wrap.is-1-1 img {
    height: 295px;
    width: 295px;
    aspect-ratio: 4/3;
  }
}

@media screen and (max-width: 991px) {
  #w-node-f6d79d84-8116-cedd-38e8-ddd09d863adf-05e37a51 img {
    align-self: stretch;
    aspect-ratio: 1/1;
    max-width: 754px;
  }
}

@media screen and (max-width: 767px) {
  #w-node-f6d79d84-8116-cedd-38e8-ddd09d863adf-05e37a51 img {
    max-width: 696px;
    height: 696px;
  }
}

@media screen and (max-width: 700px) {
  #w-node-f6d79d84-8116-cedd-38e8-ddd09d863adf-05e37a51 img {
    max-width: 696px;
  }
}

@media screen and (max-width: 479px) {
  #w-node-f6d79d84-8116-cedd-38e8-ddd09d863adf-05e37a51 img {
    max-width: 392px;
    height: 392px;
    align-self: stretch;
    aspect-ratio: 1/1;
  }
}

@media screen and (max-width: 379px) {
  #w-node-f6d79d84-8116-cedd-38e8-ddd09d863adf-05e37a51 img {
    max-width: 320px;
    height: auto;
    align-self: stretch;
    aspect-ratio: 1/1;
  }
}

.problems-2_img-wrap {
  aspect-ratio: auto;
  border-radius: 0.5rem;
  position: relative;
}

@media screen and (max-width: 1299px) {
  .problems-2_img-wrap img {
    align-self: stretch;
    border-radius: 8px;
    width: 100%;
  }
}

@media screen and (max-width: 991px) {
  .problems-2_img-wrap {
    aspect-ratio: 4/3;
    overflow: hidden;
  }

  .problems-2_img-wrap img {
    width: 100%;
    object-fit: cover;
  }
}

@media screen and (max-width: 767px) {
  .problems-2_img-wrap {
    aspect-ratio: 4/3;
  }
}

@media screen and (min-width: 992px) {
  .problems-2_img-wrap.is-1-1 {
    aspect-ratio: 1;
  }
}

.problems-2_img {
  border-radius: 0.5rem;
  width: 100%;
  max-width: none;
  height: auto;
}

.problems-2_card-wrap {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  background: radial-gradient(
    95.07% 66.05% at 21.51% 23.29%,
    var(--white, #fff) 0%,
    var(--primary-lightest, #d9e7fa) 100%
  );
  border-radius: 0.5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 2rem;
  display: flex;
}

@media screen and (max-width: 991px) {
  .problems-2_card-wrap {
    display: flex;
    padding: 32px;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    flex: 1 0 0;
    max-width: 435px;
    height: 295px;
  }
}

@media screen and (max-width: 767px) {
  .problems-2_card-wrap {
    max-width: 100%;
  }
}

@media screen and (max-width: 479px) {
  .problems-2_card-wrap {
    padding: 16px;
    gap: 16px;
  }
}

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

@media screen and (max-width: 991px) {
  .problems-2_card-content-wrap {
    front-size: 20px;
    line-height: 1.25;
    margin-bottom: 16px;
  }
}

@media screen and (max-width: 479px) {
  .open-story-popup-btn {
    display: flex;
    height: 36px;
    padding: 4px 4px 4px 16px;
    justify-content: center;
    align-items: center;
    gap: 12px;
    font-size: 14px;
  }
}

.problems-2_card-content-headline {
  color: #2f3845;
  font-size: 1.5rem;
  font-weight: 600;
}

@media screen and (max-width: 991px) {
  .problems-2_card-content-headline {
    font-size: 20px;
    line-height: 1.25;
  }
}

@media screen and (max-width: 479px) {
  .problems-2_card-content-headline {
    font-size: 20px;
    line-height: 1.25;
  }
}

.problems-2_card-content-text {
  color: #444f66;
  font-weight: 400;
}

@media screen and (max-width: 479px) {
  .problems-2_card-content-text {
    font-size: 14px;
    line-height: 1.5;
  }
}

.home_hero_-cta-emphasis-wrap-copy {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  color: #2f3845;
  background-color: #eaedf1;
  border-radius: 100rem;
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 0.25rem 0.25rem 0.25rem 2rem;
  font-size: 1.25rem;
}

.problems-2_-cta-emphasis-wrap {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: #fff;
  background-color: #161d29;
  border-radius: 100rem;
  justify-content: flex-start;
  align-items: center;
  padding: 0.25rem 0.25rem 0.25rem 1.5rem;
  font-size: 1rem;
  font-weight: 700;
  display: inline-flex;
}

@media screen and (max-width: 479px) {
  .problems-2_-cta-emphasis-wrap {
    font-size: 16px;
    padding: 4px 4px 4px 16px;
    height: 48px;
  }
}

.problems-2_-cta-emphasis {
  color: #161d29;
  background-color: #fff;
  border-radius: 100rem;
  justify-content: center;
  align-items: center;
  padding: 0.625rem;
  display: inline-flex;
}

@media screen and (max-width: 479px) {
  .problems-2_-cta-emphasis {
    padding: 4px;
  }
}

.problems-2_-cta-emphasis-icon {
  width: 1.25rem;
  height: 1.25rem;
}

.home_problems_bg-wrap-copy {
  z-index: 0;
  display: none;
}

.spacer-100dvh {
  height: 100dvh;
}

@media screen and (max-width: 1299px) {
  .spacer-100dvh {
    height: 100dvh;
  }
}

@media screen and (max-width: 991px) {
  .spacer-100dvh {
    height: 60dvh;
  }
}

@media screen and (max-width: 479px) {
  .spacer-100dvh {
    height: 40dvh;
  }
}

.section_home_problems-2_wrap {
  z-index: 3;
  margin-bottom: -100dvh;
  position: relative;
  top: 0;
}

.u__show-mobile .section_home_problems-2_wrap {
  will-change: transform;
}

@media screen and (max-width: 991px) {
  .section_home_problems-2_wrap {
    margin-bottom: -64dvh;
  }
}

@media screen and (max-width: 479px) {
  .section_home_problems-2_wrap {
    margin-bottom: -44dvh;
  }
}

.who_heading {
  color: #161d29;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.3;
}

@media screen and (max-width: 991px) {
  .who_heading {
    font-size: 40px;
    line-height: 1.2;
    font-weight: 700;
    margin-bottom: 0.2rem;
  }
}

@media screen and (max-width: 479px) {
  .who_heading {
    font-size: 32px;
    line-height: 1.2;
  }
}

.who_subtitle {
  color: #2f3845;
  font-size: 1rem;
  line-height: 1.5;
  flex: 1 0 0;
}

@media screen and (max-width: 991px) {
  .who_subtitle {
    font-size: 1rem;
    font-weight: 400;
    color: #444;
  }
}

.who_bg-svg-wrap {
  z-index: -1;
  pointer-events: none;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  position: absolute;
  inset: auto 0 0;
  overflow: hidden;
}

.who_bg-svg {
  color: #f1f5f8;
  object-fit: cover;
  object-position: 50% 0%;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.who_bg-svg-50 {
  aspect-ratio: 2;
}

.who_card-container {
  z-index: 4;
  width: 100%;
  min-height: 100dvh;
  position: relative;
}

.who_cards {
  z-index: 3;
  grid-row-gap: 40px;
  will-change: transform;
  flex-flow: row;
  width: 150vw;
  height: 40rem;
  position: absolute;
  top: 15.75rem;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media screen and (max-width: 991px) {
  .who_cards {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    width: auto;
    height: auto;
    display: flex;
    flex-direction: row;
    gap: 16px;
    overflow-x: auto;
    overflow-y: hidden;
    padding: 0 32px;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
  }
}

@media screen and (max-width: 479px) {
  .who_cards {
    position: relative !important;
    left: auto !important;
    top: auto !important;
    transform: none !important;
    width: auto;
    height: auto;
    max-height: 442px;
    margin: 0 0 64px 0 !important;
    order: 2;
    scroll-padding-left: 16px;
    scroll-padding-right: 16px;
  }
}

.who_card {
  z-index: 4;
  perspective-origin: 50%;
  will-change: transform;
  background-color: #fff;
  border-radius: 0.5rem;
  max-width: 450px;
  max-height: 540px;
  height: 540px;
  margin-left: -250px;
  position: absolute;
  top: 50%;
  left: 50%;
  overflow: hidden;
  box-shadow: 1rem 1.25rem 3rem rgba(22, 29, 41, 0.0588235294);
}

@media screen and (max-width: 991px) {
  .who_card {
    position: relative;
    top: auto;
    left: auto;
    transform: none !important;
    margin: 0;
    flex: 0 0 75%;
    max-width: 380px;
    height: auto;
  }
}

@media screen and (max-width: 767px) {
  .who_card {
    display: flex;
    width: 41.7%;
    margin-top: 55px !important;
    margin-left: -100px !important;
  }
}

@media screen and (max-width: 479px) {
  .who_card {
    display: flex;
    max-width: 320px;
    min-width: 320px;
    min-height: 442px;
    flex-direction: column;
    align-items: flex-start;
  }
}

.who_card.is-empty {
  opacity: 0;
}

.who_card-content-img-wrap {
  width: 450px;
  height: 300px;
  position: relative;
}

@media screen and (max-width: 991px) {
  .who_card-content-img-wrap {
    width: 100%;
    height: auto;
  }
}

@media screen and (max-width: 479px) {
  .who_card-content-img-wrap {
    aspect-ratio: 2/3;
    max-height: 214px;
    height: 100%;
    margin-top: auto;
  }
}

.who_card-content-wrap {
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  max-height: 540px;
  display: grid;
}

@media screen and (max-width: 479px) {
  .who_card-content-wrap {
    display: flex;
    width: 320px;
    height: 422px;
    min-height: 442px;
    max-height: 442px;
    flex-direction: column;
    align-items: flex-start;
  }
}

.who_card-content-texts {
  grid-column-gap: 0.75rem;
  grid-row-gap: 0.75rem;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  margin: 2rem;
  display: flex;
  height: 176px;
}

@media screen and (max-width: 479px) {
  .who_card-content-texts {
    display: flex;
    margin: 16px 16px 24px 16px;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    flex: none;
    flex-flow: inherit;
    height: auto !important;
  }
}

.who_card-content-head {
  color: #161d29;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.4;
}

@media screen and (max-width: 479px) {
  .who_card-content-head {
    font-size: 20px;
    line-height: 1.4;
  }
}

.who_card-content-sub {
  color: #2f3845;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

@media screen and (max-width: 479px) {
  .who_card-content-sub {
    font-size: 16px;
    line-height: 1.5;
  }
}

.who_card-content-img {
  object-fit: cover;
  width: 100%;
  height: 300px;
}

@media screen and (max-width: 479px) {
  .who_card-content-img {
    height: 214px;
    align-self: stretch;
    aspect-ratio: 160/107;
  }
}

.body-test {
  height: 900vh;
}

.who_spacer {
  height: 800px;
}

.why__heading-title {
  color: #161d29;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.3;
}

@media screen and (max-width: 479px) {
  .why__heading-title {
    font-size: 32px;
    line-height: 1.2;
  }
}

.why__heading-wrap {
  margin-bottom: 4rem;
}

@media screen and (max-width: 991px) {
  .why__heading-wrap {
    margin-bottom: 32px;
  }
}

@media screen and (max-width: 479px) {
  .why__heading-wrap {
    margin-bottom: 24px;
  }
}

.why__content-grid {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  grid-template-rows: 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  position: relative;
}

@media screen and (max-width: 991px) {
  .why__content-grid {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 1.5rem !important;
  }
}

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

@media screen and (max-width: 991px) {
  .why__content-img {
    max-width: 357px;
    height: 357px;
  }
}

@media screen and (max-width: 767px) {
  .why__content-img {
    border-radius: 8px;
    max-width: 120px;
    height: 120px;
  }
}

@media screen and (max-width: 479px) {
  .why__content-img {
    border-radius: 8px;
    max-width: 100px;
    height: 100px;
  }
}

.why__content-img-wrap {
  aspect-ratio: 1;
  border-radius: 0.5rem;
  width: 100%;
  overflow: hidden;
}

@media screen and (max-width: 991px) and (min-width: 768px) {
  .why__content-img-wrap {
    width: 100% !important;
    transform: none !important;
    height: 357px;
  }
}

.why__content-title {
  color: #161d29;
  margin-top: 1.5rem;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.4;
}

@media screen and (min-width: 1301px) {
  .why__content-title {
    font-size: 24px;
  }
}

.why__content-card {
  flex-flow: column;
  display: flex;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

@media screen and (max-width: 1299px) {
  .why__content-card {
    height: 26.5rem;
  }
}

@media screen and (max-width: 991px) {
  .why__content-card {
    min-width: 0;
    max-width: 100%;
    height: auto;
  }
}

.why__content-desc {
  color: #2f3845;
  padding-top: 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.why__content-desc-container {
  height: auto;
  overflow: hidden;
}

@media screen and (max-width: 991px) and (min-width: 768px) {
  .why__content-desc-container {
    height: auto !important;
    max-height: none !important;
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
  }
}

.why__content-grid-hori-line {
  background: linear-gradient(
    180deg,
    var(--background-dark, #eaedf1) 0%,
    var(--grey-lighter, #bccce0) 25%,
    var(--grey-lighter, #bccce0) 75%,
    var(--background-dark, #eaedf1) 100%
  );
  width: 1px;
  height: 100%;
}

@media screen and (max-width: 991px) {
  .why__content-grid-hori-line {
    width: 100%;
    height: 1px;
    background: linear-gradient(
      180deg,
      var(--background-dark, #eaedf1) 0%,
      var(--grey-lighter, #bccce0) 25%,
      var(--grey-lighter, #bccce0) 75%,
      var(--background-dark, #eaedf1) 100%
    );
  }

  .why__content-grid-hori-line.hori-line-2 {
    grid-column: 1/-1;
    grid-row: 4;
  }

  .why__content-grid-hori-line:nth-child(2) {
    grid-column: 1/-1;
    grid-row: 2;
  }

  .why__content-grid-hori-line:nth-child(4) {
    display: none;
  }
}

.why__content-grid-hori-line.spacer {
  opacity: 0;
  flex: 1;
}

@media screen and (max-width: 991px) {
  .why__content-grid-hori-line.spacer {
    flex: 0;
  }
}

@media screen and (max-width: 991px) {
  .why__content-grid-hori-line.spacer:nth-child(1),
  .why__content-grid-hori-line.spacer:nth-child(3) {
    display: none;
  }

  .why__content-grid-hori-line.spacer:nth-child(5) {
    flex: 1;
  }
}

.why__content-grid-hori-line.empty {
  opacity: 0;
}

.why__content-grid-line-wrap {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  pointer-events: none;
  flex-flow: row;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  height: 100%;
  z-index: 10;
  mix-blend-mode: normal;
  opacity: 1;
  display: flex;
  position: absolute;
  inset: 0%;
}

@media screen and (max-width: 991px) {
  .why__content-grid-line-wrap {
    display: grid;
    grid-template-columns: 1fr 2px 1fr;
    grid-template-rows: 1fr 2px 1fr 2px 1fr;
    gap: 1.5rem;
  }
}

.why__content-grid-verti-line {
  background-image: linear-gradient(90deg, #eaedf1, #bccce0 20% 80%, #eaedf1);
  width: 100%;
  height: 1px;
  position: absolute;
  top: 50%;
}

@media screen and (max-width: 991px) {
  .why__content-grid-verti-line {
    grid-column: 2;
    grid-row: 1/-1;
    width: 1px;
    height: 100%;
    background: linear-gradient(90deg, #eaedf1, #bccce0 20% 80%, #eaedf1);
    position: relative;
    top: unset;
  }
}

.why__content-grid-verti-line.empty {
  opacity: 0;
}

.how-headline {
  transform-origin: 0%;
  color: #161d29;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.3;
}

@media screen and (min-width: 1301px) {
  .how-headline {
    font-size: 40px;
  }
}

@media screen and (max-width: 1299px) {
  .how-headline {
    font-size: 32px;
  }
}

@media screen and (max-width: 767px) {
  .how-headline {
    font-size: 24px;
    line-height: 1.3;
  }
}

@media screen and (max-width: 479px) {
  .how-headline {
    font-size: 24px;
    line-height: 1.3;
    margin-right: 16px;
  }
}

.how__col2 {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  flex-flow: column;
  flex: 1;
  justify-content: flex-start;
  display: flex;
}

.how__row-first-wrap {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  display: flex;
}

.how-heading {
  color: #161d29;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.3;
}

@media screen and (max-width: 1299px) {
  .how-heading {
    font-size: 48px;
    line-height: 1.3;
  }
}

@media screen and (max-width: 991px) {
  .how-heading {
    font-size: 40px;
    line-height: 1.3;
  }
}

@media screen and (max-width: 767px) {
  .how-heading {
    font-size: 32px;
    line-height: 1.3;
  }
}

.how__row {
  padding-bottom: 5rem;
  padding-left: 5rem;
  padding-right: 5rem;
}

@media screen and (max-width: 991px) {
  .how__row {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media screen and (max-width: 479px) {
  .how__row {
    padding-left: 24px;
    padding-right: 24px;
    padding-bottom: 0rem;
  }
}

.how__row.is-1 {
  background-color: #f1f5f8;
}

.how__row.is-2 {
  background-color: #dfe9f5;
}

.how__row.is-3 {
  background-color: #d2e1f5;
}

@media screen and (max-width: 479px) {
  .how__row.is-3 .how__row-second-wrap {
    row-gap: 0;
  }
}

.how__row.is-4 {
  background-color: #c5d7f0;
  padding-bottom: 7rem;
}

@media screen and (max-width: 479px) {
  .how__row.is-4 .how__row-second-wrap {
    row-gap: 0;
  }
}

.how__rows {
  margin-bottom: -6.25rem;
  position: relative;
}

.how__row-second-wrap {
  display: grid;
  row-gap: 32px;
  column-gap: 16px;
  grid-template-rows: repeat(2, fit-content(100%));
}

@media screen and (max-width: 479px) {
  .how__row-second-wrap {
    padding-top: 16px;
    row-gap: 24px;
  }
}

.how__row-second-wrap .u-12-row-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  column-gap: 16px;
  row-gap: 0;
}

.how__row-second-wrap .u-12-row-grid .how__row-text {
  grid-column: 2/-1;

  @media screen and (min-width: 1299px) {
    grid-column: 2/-2;
  }
}

.how__row-second-wrap .how__row-text {
  color: #2f3845;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.5;
}

@media screen and (max-width: 479px) {
  .how__row-second-wrap .how__row-text {
    margin: 0px;
    font-size: 14px;
    line-height: 1.5;
  }
}

.how__row-content-img-wrap.is-4-1 {
  width: 74.1071%;
}

@media screen and (max-width: 991px) {
  .how__row-content-img-wrap.is-4-1 {
    width: 100%;
  }
}

.how__row-content-text-box {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  display: flex;
}

@media screen and (max-width: 479px) {
  .how__row-content-text-box {
    grid-row-gap: 0;
  }
}

.how__row-content-text-box .how__row-content-img-wrap img {
  border-radius: 8px;
}

.how__row1-custom-wrap {
  grid-column-gap: 7.75rem;
  grid-row-gap: 7.75rem;
  display: flex;
}

.how__row1-custom-col {
  flex: 1;
}

@media screen and (max-width: 479px) {
  .how__row1-custom-col {
    width: 100%;
    grid-row-gap: 16px !important;
  }
}

.how__row1-custom-col.is-3,
.how__row1-custom-col.is-1 {
  grid-column-gap: 9.5rem;
  grid-row-gap: 32px;
  flex-flow: column;
  display: flex;
}

.how__row1-custom-col.is-3 .how__row-content-img-wrap img,
.how__row1-custom-col.is-1 .how__row-content-img-wrap img {
  border-radius: 8px;
  aspect-ratio: 1/1;
}

.how__row1-custom-col.is-2 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.how__row1-custom-col.is-2 .how__row-content-img-wrap img {
  border-radius: 99%;
}

.how__row2-custom-col {
  flex: 1;
}

.how__row2-custom-col.is-3 {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  justify-content: flex-end;
  display: flex;
}

.how__row2-custom-col.is-1 {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  justify-content: flex-start;
  display: flex;
}

.how__row2-custom-col.is-2 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.how__row-spacer {
  max-height: 6.25rem;
}

.how__row3-custom-col {
  flex: 1;
}

.how__row3-custom-col.is-3 {
  grid-column-gap: 1.5rem;
  flex-flow: column;
  display: flex;
}

@media screen and (max-width: 479px) {
  .how__row3-custom-col.is-3 {
    grid-row-gap: 0;
  }
}

.how__row3-custom-col.is-1 {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  justify-content: flex-start;
  display: flex;
}

@media screen and (max-width: 479px) {
  .how__row3-custom-col.is-1 {
    grid-row-gap: 0;
  }
}

.how__row3-custom-col.is-2 {
  justify-content: center;
  display: flex;
}

.how__row4-custom-col {
  flex: 1;
}

@media screen and (max-width: 479px) {
  .how__row4-custom-col {
    width: 100%;
    grid-row-gap: 16px !important;
  }
}

.how__row4-custom-col.is-3 {
  grid-column-gap: 9.5rem;
  grid-row-gap: 9.5rem;
  flex-flow: column;
  display: flex;
}

.how__row4-custom-col.is-1 {
  grid-column-gap: 7.5rem;
  grid-row-gap: 7.5rem;
  flex-flow: column;
  display: flex;
}

.how__row4-custom-col.is-2 {
  justify-content: center;
  display: flex;
}

.how__row4-custom-col.is-2 .how__row-content-img-wrap img {
  border-radius: 99%;
}

.how__row-item {
  position: sticky;
}

@media screen and (max-width: 479px) {
  .how__row-item {
    position: relative;
    margin-top: 0 !important;
    top: 0 !important;
  }

  .how__row-item .how__row-spacer {
    display: none;
  }
}

.how__row-item.is-1 {
  top: 0;
}

.how__row-item.is-2 {
  top: 0;
}

.how__row-item.is-3 {
  top: 0;
}

.how__row-item.is-4 {
  top: 0;
}

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

@media screen and (max-width: 991px) {
  .home_trust_component {
    grid-row-gap: 40px;
  }
}

@media screen and (max-width: 479px) {
  .home_trust_component {
    grid-row-gap: 32px;
  }
}

.home_trust_heading-wrap {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
}

.home_trust_heading {
  color: #161d29;
  font-size: 3rem;
  line-height: 1.3;
}

@media screen and (max-width: 479px) {
  .home_trust_heading {
    font-size: 32px;
    line-height: 1.2;
  }
}

.trust__testimonial {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  display: flex;
}

.trust__testimonial-img-wrap {
  aspect-ratio: 1;
  border-radius: 0.5rem;
  width: 21.3889%;
  position: relative;
  overflow: hidden;
  box-shadow: 1rem 1.25rem 3rem #d9e7fa;
}

@media screen and (max-width: 991px) {
  .trust__testimonial-img-wrap {
    display: none !important;
  }
}

.trust__testimonial-img {
  object-fit: cover;
  width: 100%;
  max-width: none;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.trust__testimonial-content-wrap {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  background-image: url("../cdn/Ecom/images/trust_testimonial-bg.webp");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 0.5rem;
  flex-flow: column;
  flex: 1;
  justify-content: space-between;
  padding: 16px 40px 32px 40px;
  display: flex;
  box-shadow: 1rem 1.25rem 3rem #d9e7fa;
}

@media screen and (max-width: 991px) {
  .trust__testimonial-content-wrap {
    padding: 24px;
  }

  .trust__testimonial-content-wrap .trust__testimonial-title {
    font-size: 20px;
  }

  .trust__testimonial-content-wrap .trust__testimonial-text {
    font-size: 16px;
  }

  .trust__testimonial-content-wrap .trust__testimonial-author {
    font-size: 18px;
  }
}

.trust__testimonial-text {
  color: #2f3845;
  font-size: 1rem;
  line-height: 1.5;
}

@media screen and (max-width: 479px) {
  .trust__testimonial-text {
    font-size: 16px;
  }
}

.trust__testimonial-title {
  color: #161d29;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.4;
}

@media screen and (max-width: 479px) {
  .trust__testimonial-title {
    font-size: 20px;
  }
}

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

.trust__testimonial-bot {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

@media screen and (max-width: 479px) {
  .trust__testimonial-bot {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    align-content: flex-end;
    row-gap: 24px;
    align-self: stretch;
    flex-wrap: wrap;
  }
}

.trust__testimonial-author {
  color: #444f66;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.5;
}

@media screen and (max-width: 479px) {
  .trust__testimonial-author {
    font-size: 18px;
  }
}

.trust__card {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: #fff;
  border: 1px solid #dfe9f5;
  border-radius: 0.5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 1.5rem;
  display: flex;
  box-shadow: 1rem 1.25rem 3rem rgba(22, 29, 41, 0.0588235294);
}

@media screen and (max-width: 479px) {
  .trust__card img {
    width: 80px;
    height: 80px;
  }
}

.trust__card-title {
  color: #161d29;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.4;
}

@media screen and (max-width: 479px) {
  .trust__card-title {
    font-size: 20px;
    line-height: 1.4;
  }
}

.trust__card-text {
  color: #2f3845;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
}

@media screen and (max-width: 479px) {
  .trust__card-text {
    font-size: 16px;
    line-height: 1.5;
  }
}

.trust__card-content {
  grid-column-gap: 0.75rem;
  grid-row-gap: 0.75rem;
  flex-flow: column;
  display: flex;
}

.cta__card__wrapper {
  display: flex;
  flex-direction: row;
  background-color: #fff;
  border-radius: 12px;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .cta__card__wrapper {
    flex-direction: column;
    border-radius: 0px;

    .cta__card-title {
      text-align: center;
      line-height: 1.2;

      span {
        display: block;
      }
    }
  }
}

@media screen and (max-width: 767px) and (min-width: 480px) {
  .cta__card__wrapper {
    .cta__card-title {
      span {
        display: inline;
      }
    }
  }
}

.cta__card__banner {
  flex: 1;
  background:
    linear-gradient(90deg, #fbfbfb -0.05%, rgba(251, 251, 251, 0) 49.95%),
    url("../cdn/btcy-shop/images/cta_banner_bg.webp")
      lightgray 50% / cover no-repeat;
  background-size: auto 100%;
  padding: 5rem 0;
  display: flex;
  justify-content: center;
  align-content: center;

  img {
    width: 100%;
    height: auto;
    object-fit: contain;
  }
}

@media screen and (max-width: 767px) {
  .cta__card__banner {
    padding: 0;
    background:
      linear-gradient(180deg, #fbfbfb -0.05%, rgba(251, 251, 251, 0) 49.95%),
      url("../cdn/btcy-shop/images/cta_banner_bg.webp")
        lightgray 50% / cover no-repeat;
  }
}

.cta__card {
  flex: 1;
  text-align: left;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 0.5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 5rem;
  padding-right: 0;
  display: flex;
  overflow: hidden;
  background: linear-gradient(
      270deg,
      #fbfbfb -0.05%,
      rgba(251, 251, 251, 0) 49.95%
    )
    left center / cover no-repeat;
}

@media screen and (max-width: 991px) {
  .cta__card {
    padding: 40px;
    padding-right: 48px;
  }
}

@media screen and (max-width: 767px) {
  .cta__card {
    padding: 40px 24px;
    background: linear-gradient(
        0deg,
        #fbfbfb -0.05%,
        rgba(251, 251, 251, 0) 49.95%
      )
      left center / cover no-repeat;
  }
}

@media screen and (max-width: 479px) {
  .cta__card {
    border-radius: 0;
    padding: 40px 24px;
  }
}

.cta__card-content {
  grid-column-gap: 1rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  max-width: 55rem;
  margin-bottom: 3rem;
  display: flex;
  font-weight: 400;
}

@media screen and (max-width: 991px) {
  .cta__card-content {
    margin-bottom: 2rem;
  }
}

.cta__card-title {
  color: #161d29;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.3;

  span {
    display: inline-block;
  }
}

@media screen and (max-width: 991px) {
  .cta__card-title {
    font-size: 2.5rem;
  }
}

@media screen and (max-width: 767px) {
  .cta__card-title {
    font-size: 2rem;
  }
}

.cta__card-text {
  color: #2f3845;
  font-size: 1.25rem;
  line-height: 1.5;
}

@media screen and (max-width: 991px) {
  .cta__card-text {
    font-size: 16px;
    line-height: 1.5;
  }
}
@media screen and (max-width: 767px) {
  .cta__card-text {
    text-align: center;
  }
}

.cta__card-button {
  background-color: #161d29;
  color: #fff;
  border: 2px solid #161d29;
  border-radius: 100rem;
  justify-content: center;
  align-items: center;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
  padding: 4px 2rem;
  padding-right: 4px;
  display: flex;
  gap: 1.25rem;
  width: fit-content;
}

@media screen and (max-width: 991px) {
  .cta__card-button {
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    height: 48px;
  }

  .cta__card-button .w-inline-block {
    max-width: 250px;
  }
}

@media screen and (max-width: 479px) {
  .cta__card-button {
    height: 48px;
  }
}

.cta__card-button-icon {
  background-color: #fff;
  border-radius: 100%;
  height: 3rem;
  width: 3rem;
  display: flex;
  justify-content: center;
  align-items: center;

  img {
    width: 1.5rem;
    height: 1.5rem;
  }
}

@media screen and (max-width: 991px) {
  .cta__card-button-icon {
    height: 40px;
    width: 40px;
  }
}

.footer_bg-svg-wrap {
  z-index: -1;
  opacity: 0.03;
  pointer-events: none;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: absolute;
  inset: auto 0 0;
  overflow: hidden;
}

.footer_bg-svg-50 {
  aspect-ratio: 2;
  width: 70%;
}

.footer_bg-svg {
  object-fit: cover;
  object-position: 50% 0%;
  width: 100%;
  height: 100%;
}

.footer__component {
  grid-column-gap: 4rem;
  grid-row-gap: 3rem;
  flex-flow: column;
  display: flex;
}

@media screen and (max-width: 991px) {
  .footer__component {
    grid-row-gap: 2rem;
  }
}

.footer__texts {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: #8492a6;
  flex-flow: column;
  font-size: 0.75rem;
  line-height: 1.5;
  display: flex;
}

.footer__divider {
  background-color: #2f3845;
  width: 100%;
  height: 1px;
}

.footer__legal-text {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: #8492a6;
  flex-flow: wrap;
  justify-content: space-between;
  font-size: 0.875rem;
  line-height: 1.5;
  display: flex;
}

@media screen and (max-width: 479px) {
  .footer__legal-text {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
  }
}

.footer__legal-links {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  color: #dfe9f5;
  display: inline-flex;
}

@media screen and (max-width: 479px) {
  .footer__legal-links {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }
}

.footer__top {
  align-items: center;
  justify-content: space-between;
  width: 100%;
  min-width: 0;
}

.footer__top .back-to-top {
  margin-left: auto;
}

.footer__top .back-to-top .back-to-top__text {
  color: var(--white, #fff);
  font-family: Manrope;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
}

@media screen and (max-width: 479px) {
  .footer__top .back-to-top .back-to-top__text {
    font-size: 14px;
  }
}

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

@media screen and (max-width: 479px) {
  .footer__brand .w-embed svg {
    width: 150px;
    height: 40px;
    aspect-ratio: 15/4;
  }
}

.back-to-top {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(0, 0, 0, 0);
  border: 1px solid hsla(0, 0%, 100%, 0.24);
  color: hsla(0, 0%, 100%, 0.9);
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  cursor: pointer;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

@media screen and (max-width: 479px) {
  .back-to-top {
    display: flex;
    padding: 8px 16px 8px 8px;
    align-items: center;
    gap: 8px;
  }
}

.back-to-top__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.back-to-top:hover {
  border-color: hsla(0, 0%, 100%, 0.4);
  color: #fff;
}

.back-to-top:active {
  transform: translateY(1px);
}

.back-to-top:focus-visible {
  outline: 2px solid hsla(0, 0%, 100%, 0.5);
  outline-offset: 3px;
}

.back-to-top.is-in-footer {
  position: static;
}

.u__show-tablet {
  z-index: 1000;
  color: #2f3845;
  text-align: center;
  justify-content: center;
  align-items: center;
  min-height: 101dvh;
  padding-left: 5rem;
  padding-right: 5rem;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.5;
  display: none;
  position: fixed;
  inset: 0%;
}

@media screen and (max-width: 991px) {
  .u__show-tablet {
    background-color: #fff;
    display: flex;
  }
}

.hero__2nd-title {
  color: #161d29;
  margin-bottom: 0.75rem;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.4;
}

.hero__2nd-desc {
  color: #2f3845;
  margin-bottom: 0.5rem;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
}

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

.hero__visual-device-img-wrap {
  z-index: 3;
  aspect-ratio: 1;
  width: 31.5%;
  position: relative;
  max-width: 426.317px;
  max-height: 426.317px;
}

@media screen and (min-width: 992px) {
  .hero__visual-device-img-wrap {
    width: 426.317px;
    height: 426.317px;
  }
}

@media screen and (max-width: 991px) and (min-width: 768px) {
  .hero__visual-device-img-wrap {
    width: 249.795px;
    height: 249.795px;
  }
}

@media screen and (max-width: 767px) and (min-width: 480px) {
  .hero__visual-device-img-wrap {
    width: 183.183px;
    height: 183.183px;
  }
}

@media screen and (max-width: 479px) {
  .hero__visual-device-img-wrap {
    width: 159.869px;
    height: 159.869px;
  }
}

.hero__visual-device-img-wrap img {
  justify-content: center;
  align-items: center;
  display: flex;
  height: auto;
  width: auto;
}

.hero__visual-device-button-img-wrap {
  opacity: 0.75;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media screen and (min-width: 992px) {
  .hero__visual-device-button-img-wrap {
    width: 94.399px;
    height: 94.399px;
  }
}

@media screen and (max-width: 991px) and (min-width: 768px) {
  .hero__visual-device-button-img-wrap {
    width: 55.312px;
    height: 55.312px;
  }
}

@media screen and (max-width: 767px) and (min-width: 480px) {
  .hero__visual-device-button-img-wrap {
    width: 40.562px;
    height: 40.562px;
  }
}

@media screen and (max-width: 479px) {
  .hero__visual-device-button-img-wrap {
    width: 35.4px;
    height: 35.4px;
  }
}

.hero__visual-device-button-img-wrap img {
  justify-content: center;
  align-items: center;
  display: flex;
  height: auto;
  width: auto;
}

.hero__visual-trail-bg-img {
  z-index: 2;
  width: 100vw;
  position: absolute;
}

@media screen and (max-width: 991px) {
  .hero__visual-trail-bg-img {
    width: 150%;
  }
}

.hero__visual-circular-lines-img {
  z-index: 1;
  aspect-ratio: 1;
  width: 100%;
  position: absolute;
  left: 0%;
  right: 0%;
}

.hero__visual-overlay-bg {
  z-index: 1;
  background-image: linear-gradient(
    #fbfbfb 10%,
    rgba(255, 255, 255, 0) 50%,
    #fbfbfb 90%
  );
  position: absolute;
  inset: 0%;
}

.hero__visual-round-img-wrap.is-1 {
  width: 11.875%;
  inset: 2.5% auto auto 7.1875%;
}

.hero__visual-round-img-wrap.is-2 {
  width: 10.625%;
  inset: auto auto 5% -2.5%;
}

.hero__visual-round-img-wrap.is-3 {
  width: 8.4375%;
  inset: auto auto -4% 21.4063%;
}

.hero__visual-round-img-wrap.is-4 {
  width: 10.625%;
  inset: -2.5% 10.625% auto auto;
}

.hero__visual-round-img-wrap.is-5 {
  width: 8.75%;
  inset: auto -1.5625% 30% auto;
}

.hero__visual-round-img-wrap.is-6 {
  width: 14.0625%;
  inset: auto 12.5% -10% auto;
}

@media screen and (max-width: 991px) {
  .hide-tablet {
    display: none;
  }
}

@media screen and (max-width: 991px) {
  .max-width-full-tablet {
    width: 100%;
    max-width: none;
  }
}

@media screen and (max-width: 767px) {
  .hide-mobile-landscape {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .max-width-full-mobile-landscape {
    width: 100%;
    max-width: none;
  }
}

@media screen and (max-width: 479px) {
  .max-width-full-mobile-portrait {
    width: 100%;
    max-width: none;
  }
}

@media screen and (max-width: 479px) {
  .hide-mobile-portrait {
    display: none;
  }
}

#w-node-_19d192b0-30d6-db68-236c-849969e80c5f-05e37a51 {
  grid-area: 1/2/2/7;
}

#w-node-_19d192b0-30d6-db68-236c-849969e80c67-05e37a51 {
  grid-area: 1/7/2/12;
}

#w-node-_81117a4a-fccd-24c2-9d1e-58de0f41cb10-05e37a51 {
  grid-area: 1/1/3/3;
}

#w-node-_1563cb37-7dcb-079e-057c-29824eaafd88-05e37a51 {
  grid-area: 1/4/2/8;
}

#w-node-f6d79d84-8116-cedd-38e8-ddd09d863adf-05e37a51 {
  grid-area: 1/9/5/13;
}

#w-node-_38db19f5-847d-0ba9-9dd4-5e024afd4c38-05e37a51 {
  grid-area: 1/1/3/7;
}

#w-node-b07759c8-3b77-f87b-cbc3-b6ebba429cf2-05e37a51 {
  display: flex;
  padding-bottom: 7px;
  gap: 8px;
  grid-column: 7 / span 4;
  justify-self: stretch;
  align-self: end;
  grid-row: 2/3;
}

@media screen and (max-width: 1299px) {
  #w-node-b07759c8-3b77-f87b-cbc3-b6ebba429cf2-05e37a51 {
    align-self: center;
  }
}

#w-node-ce29b3d5-10c5-5c8c-af2b-72e49e920c5a-05e37a51 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0d3b937f-ab60-9bb2-0a4e-416e72485688-05e37a51 {
  grid-area: span 1 / span 11 / span 1 / span 11;
}

#w-node-bc5cdc25-066c-c40d-52ab-4a447942d61f-05e37a51 {
  grid-area: 1/2/2/5;
}

#w-node-_8e0571a0-255c-90fc-4793-22bfba8d2ee6-05e37a51 {
  grid-area: 1/6/2/9;
}

#w-node-_46dd5068-684d-1ec4-6e65-dc16470d3ff5-05e37a51 {
  grid-area: 1/10/2/13;
}

#w-node-_374ac47a-93d3-8460-fdd9-25b778af6216-05e37a51 {
  grid-area: span 1 / span 11 / span 1 / span 11;
}

#w-node-e4dae982-52fa-d86d-8763-9467c1221a9a-05e37a51 {
  grid-area: 1/2/2/7;
}

#w-node-e6e7a50c-9839-91ea-29a2-b16391404c59-05e37a51 {
  grid-area: 3/2/4/5;
}

#w-node-_3e1e9791-72c3-63c5-aec7-587fb1b519c6-05e37a51 {
  grid-area: 1/8/2/13;
}

#w-node-_3e1e9791-72c3-63c5-aec7-587fb1b519c7-05e37a51 {
  grid-area: 3/2/4/5;
}

#w-node-b9ac9b54-8e9b-3ac2-50e7-3a5bfe5f3585-05e37a51 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b9ac9b54-8e9b-3ac2-50e7-3a5bfe5f3588-05e37a51 {
  grid-area: span 1 / span 11 / span 1 / span 11;
}

#w-node-b1a7fd6d-2e54-9b6d-77af-863e1bc4d7ea-05e37a51 {
  grid-area: 1/2/2/5;
}

#w-node-b1a7fd6d-2e54-9b6d-77af-863e1bc4d7ef-05e37a51 {
  grid-area: 1/6/2/9;
}

#w-node-b1a7fd6d-2e54-9b6d-77af-863e1bc4d7f2-05e37a51 {
  grid-area: 1/10/2/13;
}

#w-node-_3dbe5901-6a30-af1f-3718-670f24547246-05e37a51 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3dbe5901-6a30-af1f-3718-670f24547249-05e37a51 {
  grid-area: span 1 / span 11 / span 1 / span 11;
}

#w-node-_2d4f1b28-1847-a2d2-eb42-fc946ec3bcf0-05e37a51 {
  grid-area: 1/2/2/6;
}

#w-node-_2d4f1b28-1847-a2d2-eb42-fc946ec3bcf5-05e37a51 {
  grid-area: 1/6/2/8;
}

#w-node-_2d4f1b28-1847-a2d2-eb42-fc946ec3bcf8-05e37a51 {
  grid-area: 1/9/2/13;
}

#w-node-d640e813-4c8e-fa42-2325-2981527c86b9-05e37a51,
#w-node-ce37605b-0a3c-51b6-41d2-4183c444e5f9-05e37a51,
#w-node-a9df745a-0d60-859d-ee4c-588333b3040c-05e37a51,
#w-node-_63a1c13e-f604-8008-e962-8f4640e02139-05e37a51,
#w-node-e1ff5c1a-c56a-1911-2bb0-d21030f088e5-05e37a51,
#w-node-b1a70b4c-d0fc-3a1a-e0f9-595153993636-05e37a51 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.story-popup-overlay {
  display: none;
  position: fixed;
  inset: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(30, 40, 60, 0.45);
  z-index: 9999;
  justify-content: center;
  padding: 56px 80px;
  overflow-y: auto;
}

@media screen and (max-width: 1299px) {
  .story-popup-overlay {
    padding: 40px;
  }
}

@media screen and (max-width: 767px) {
  .story-popup-overlay {
    padding: 24px;
  }
}

@media screen and (max-width: 479px) {
  .story-popup-overlay {
    padding: 16px;
  }
}

.story-popup-overlay.is-open {
  display: flex;
}

.story-popup-overlay.is-active {
  display: flex;
}

.story-popup-modal {
  background: #fff;
  background-image: url("../cdn/Ecom/images/trust_testimonial-bg-reverse.webp");
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 16px;
  max-width: 1200px;
  height: auto;
  padding: 40px;
  opacity: 1;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.18);
  display: flex;
  flex-direction: column;
  position: relative;
  align-items: flex-start;
  gap: 0px;
  align-self: stretch;
  min-height: 720px;
  overflow-y: auto;
}

@media screen and (max-width: 1299px) {
  .story-popup-modal {
    display: flex;
    max-width: 1200px;
    height: auto;
    padding: 40px;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    flex: 1 0 0;
    max-height: calc(100vh - 120px);
  }
}

@media screen and (max-width: 991px) {
  .story-popup-modal {
    max-width: 754px;
    height: auto;
    padding: 32px;
    max-height: 754px;
  }
}

@media screen and (max-width: 767px) {
  .story-popup-modal {
    max-width: 712px;
    height: auto;
    padding: 24px;
    max-height: 712px;
  }
}

@media screen and (max-width: 479px) {
  .story-popup-modal {
    padding: 16px;
  }
}

.story-popup-close {
  position: absolute;
  right: 40px;
  top: 40px;
  background: none;
  border: none;
  font-size: 40px;
  cursor: pointer;
  color: gray;
  line-height: 1;
  padding: 0;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: color 0.2s ease;
}

@media screen and (max-width: 479px) {
  .story-popup-close {
    right: 20px;
    top: 20px;
  }
}

.story-popup-close:hover {
  color: #666;
}

.story-popup-header {
  display: flex;
  align-items: center;
  gap: 12px;
}

@media screen and (max-width: 991px) {
  .story-popup-header {
    gap: 16px;
  }
}

@media screen and (max-width: 767px) {
  .story-popup-header {
    flex-direction: column;
    align-items: start;
  }
}

@media screen and (max-width: 479px) {
  .story-popup-header {
    flex-direction: column;
    align-items: start;
  }
}

.story-popup-avatar {
  width: 80px;
  height: 80px;
  border-radius: 99%;
  object-fit: cover;
  flex-shrink: 0;
}

.story-popup-name {
  font-weight: 400;
  color: #2f3845;
  font-size: 24px;
  line-height: 150%;
  letter-spacing: 0%;
}

@media screen and (max-width: 767px) {
  .story-popup-name {
    font-size: 20px;
    line-height: 1.5;
  }
}

@media screen and (max-width: 479px) {
  .story-popup-name {
    font-size: 20px;
    line-height: 1.5;
  }
}

.story-popup-name-title {
  font-weight: 700;
  color: #2f3845;
  font-size: 24px;
  line-height: 150%;
  letter-spacing: 0%;
}

.story-popup-title {
  font-size: 40px;
  font-weight: 700;
  font-style: bold;
  color: #2f3845;
  margin: 40px 0 !important;
  line-height: 130%;
  letter-spacing: 0%;
}

@media screen and (max-width: 991px) {
  .story-popup-title {
    font-size: 32px;
    line-height: 1.3;
  }
}

@media screen and (max-width: 767px) {
  .story-popup-title {
    font-size: 24px;
    line-height: 1.3;
  }
}

@media screen and (max-width: 479px) {
  .story-popup-title {
    font-size: 24px;
    line-height: 1.3;
    margin: 0 !important;
  }
}

.story-popup-body {
  color: #444f66;
  font-size: 20px;
  font-weight: 500;
  font-style: medium;
  line-height: 150%;
  letter-spacing: 0%;
}

.story-popup-body p {
  margin: 0 0 16px;
}

@media screen and (max-width: 991px) {
  .story-popup-body {
    font-size: 16px;
    line-height: 1.5;
  }
}

@media screen and (max-width: 767px) {
  .story-popup-body {
    font-size: 16px;
    line-height: 1.5;
  }
}

@media screen and (max-width: 479px) {
  .story-popup-body {
    font-size: 16px;
    line-height: 1.5;
  }
}

.btn-open-story {
  padding: 10px 16px;
  border-radius: 999px;
  border: none;
  cursor: pointer;
  font-weight: 600;
}

.u__show-desktop {
  display: block;
}

@media screen and (max-width: 991px) {
  .u__show-desktop {
    display: none;
  }
}

.u__show-mobile {
  display: none;
}

@media screen and (max-width: 991px) {
  .u__show-mobile {
    display: block;
    padding: 0;
  }
}

.u__show-mobile2 {
  display: none;
}

@media screen and (max-width: 767px) {
  .u__show-mobile2 {
    display: block;
  }
}

.testimonial-img-wrap .testimonial-img {
  display: none;
}

@media screen and (max-width: 991px) {
  .testimonial-img-wrap .testimonial-img {
    display: block;
    width: 56px;
    height: 56px;
  }
}

@media screen and (max-width: 479px) {
  .testimonial-img-wrap .testimonial-img {
    width: 56px;
    height: 56px;
    aspect-ratio: 1/1;
  }
}

@media screen and (max-width: 479px) {
  .trust__testimonial .testimonial-img-wrap .testimonial-img {
    width: 100px;
    height: 100px;
    aspect-ratio: 1/1;
  }
}

@media screen and (max-width: 1299px) {
  .trust__cards-container .u-12-col-grid {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }
}

@media screen and (min-width: 1301px) {
  .no-padding {
    padding-left: 0;
    padding-right: 0;
  }
}

.section_home_problems-2 .padding-global.padding-section-4rem {
  padding-top: 48px;
  padding-bottom: 48px;
}

@media screen and (max-width: 1299px) {
  .section_home_problems-2 .padding-global.padding-section-4rem {
    padding-top: 17px;
  }
}

.who_card-heading-wrap .padding-global.padding-section-4rem {
  padding-top: 64px;
  padding-bottom: 64px;
}

@media screen and (max-width: 1299px) {
  .who_card-heading-wrap .padding-global.padding-section-4rem {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

@media screen and (max-width: 991px) {
  .who_card-heading-wrap .padding-global.padding-section-4rem {
    padding-top: 32px;
    padding-bottom: 32px;
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
}

@media screen and (max-width: 479px) {
  .who_card-heading-wrap .padding-global.padding-section-4rem {
    padding: 24px !important;
  }
}

@media screen and (max-width: 1299px) {
  .home_who_component .u-12-col-grid {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }
}

.home_who_component .u-12-col-grid {
  grid-template-rows: repeat(1, fit-content(100%));
  /* grid-template-columns: repeat(10, minmax(0, 1fr)); */
}

@media screen and (max-width: 1299px) {
  .home_who_component .u-12-col-grid .u-12-col-grid {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }

  .home_who_component .u-12-col-grid .who_heading-wrap {
    grid-column: 1 / span 6;
    display: flex;
    align-items: flex-start;
  }

  .home_who_component .u-12-col-grid .who_subtitle-wrap {
    grid-column: 8 / span 3;
    display: flex;
    align-items: flex-start;
  }
}

@media screen and (max-width: 767px) {
  .home_who_component .u-12-col-grid .who_subtitle-wrap {
    display: none;
  }
}

@media screen and (max-width: 1299px) {
  .why__content-card .why__content-title {
    font-size: 20px;
  }
}

.problem-card.is-2 {
  background: var(--background-base, #f1f5f8) !important;
}

.problem-card.is-3 {
  background: var(--background-dark, #eaedf1) !important;
}

@media screen and (max-width: 991px) {
  .problem-card {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 40px;
    gap: 24px;
    height: 1194px;
    position: sticky;
    top: 0;
    height: 1194px;
  }
}

@media screen and (max-width: 479px) {
  .problem-card {
    height: auto !important;
  }
}

@media screen and (max-width: 767px) {
  .problem-card {
    height: 956px;
  }
}

@media screen and (max-width: 479px) {
  .problem-card {
    padding: 24px;
  }
}

@media screen and (max-width: 991px) {
  .problem-card-text {
    font-size: 32px;
    line-height: 1.5;
    font-weight: 500;
    line-height: 1.3;
  }
}

@media screen and (max-width: 767px) {
  .problem-card-text {
    font-size: 24px;
  }
}

@media screen and (max-width: 991px) {
  .problem-card-img {
    width: 100%;
    display: block;
    border-radius: 8px;
    max-height: 1032px;
  }
}

@media screen and (max-width: 991px) {
  .problems-2_card-grid {
    display: flex;
    align-items: flex-start;
    gap: 24px;
    align-self: stretch;
    flex-wrap: wrap;
    justify-content: center;
  }
}

@media screen and (max-width: 991px) {
  section_home_how .is-1-1 {
    max-width: 357px;
    height: 357px;
  }
}

@media screen and (max-width: 991px) {
  .is-1-1 {
    max-width: 295px;
  }

  .problems-2_img-wrap.is-1-1 {
    max-width: 295px;
    height: 295px;
  }
}

@media screen and (max-width: 767px) {
  .is-1-1 {
    max-width: 329px;
  }
}

@media screen and (max-width: 479px) {
  .is-1-1 {
    width: 392px;
    max-width: none;
  }
}

@media screen and (max-width: 991px) {
  .section_home_problems-2-mobile {
    display: flex;
    padding: 32px 40px 0 40px;
    flex-direction: column;
    align-items: center;
    gap: 8px;
  }
}

@media screen and (max-width: 991px) {
  .no-padding-top {
    padding: 32px 0px 64px 0px !important;
  }
}

@media screen and (max-width: 479px) {
  .no-padding-top {
    padding: 24px 0px 48px 0px !important;
  }
}

@media screen and (max-width: 991px) {
  .who_card-heading-wrap .w-layout-grid.u-12-col-grid.is-row-1fr {
    display: flex !important;
    flex-direction: column !important;
    gap: 1.2rem;
    align-items: flex-start;
  }
}

@media screen and (max-width: 991px) {
  .who_heading-wrap {
    width: 100%;
    text-align: left;
  }
}

@media screen and (max-width: 991px) {
  .who_subtitle-wrap {
    width: 100%;
    text-align: left;
  }
}

@media screen and (max-width: 479px) {
  .who_subtitle-wrap {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  .why__content-grid-line-wrap,
  .why__content-grid-hori-line,
  .why__content-grid-verti-line {
    display: none !important;
  }
}

@media screen and (max-width: 991px) {
  .how__row-second-wrap .is-2 {
    display: none !important;
  }
}

@media screen and (max-width: 991px) {
  .how__row-second-wrap .u-12-col-grid {
    display: inline-grid;
    grid-template-columns: 1fr 1fr !important;
    gap: 1.5rem;
  }
}

@media screen and (max-width: 479px) {
  .how__row-second-wrap .u-12-col-grid {
    display: flex !important;
    flex-direction: column !important;
    gap: 16px;
  }
}

@media screen and (max-width: 991px) {
  .trust__testimonial-top .testimonial-img-wrap {
    max-width: 100px;
    height: 100px;
    border-radius: 99%;
    overflow: hidden;
  }

  .trust__testimonial-top .testimonial-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}

@media screen and (max-width: 991px) {
  .how__row-second-wrap .u-12-col-grid > * {
    grid-column: span 1 !important;
  }
}

@media screen and (max-width: 767px) {
  .problems-2_card-grid .is-1-1 {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .u__show-desktop2 {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  .why__content-list-mobile {
    display: flex;
    flex-direction: column;
    gap: 0;
  }
}

@media screen and (max-width: 767px) {
  .why__item {
    border-bottom: 1px solid #e5e5e5;
  }
}

@media screen and (max-width: 767px) {
  .why__content-list-mobile .why__item:last-child {
    border-bottom: none !important;
  }
}

@media screen and (max-width: 767px) {
  .why__item-header {
    width: 100%;
    display: grid;
    grid-template-columns: auto 1fr auto;
    gap: 12px;
    align-items: center;
    padding: 20px 0;
    background: none;
    border: none;
    outline: none;
    cursor: pointer;
  }
}

@media screen and (max-width: 479px) {
  .why__item-header {
    padding: 16px 0;
  }
}

@media screen and (max-width: 767px) {
  .why__item-img-wrap {
    width: 120px;
    height: 120px;
  }
}

@media screen and (max-width: 479px) {
  .why__item-img-wrap {
    width: 100px;
    height: 100px;
  }
}

@media screen and (max-width: 767px) {
  .why__item-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}

@media screen and (max-width: 767px) {
  .why__item-title {
    color: var(--grey-darker, #161d29);
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
    text-align: left;
  }
}

@media screen and (max-width: 479px) {
  .why__item-title {
    font-size: 20px;
    line-height: 1.4;
  }
}

@media screen and (max-width: 767px) {
  .section_home_who {
    overflow: hidden;
  }

  .who_cards {
    display: flex;
    flex-direction: row;
    gap: 16px;
    overflow-x: auto;
    overflow-y: hidden;
    padding: 0 24px 24px;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
  }

  .who_card {
    position: relative;
    flex: 0 0 85%;
    max-width: 320px;
    scroll-snap-align: start;
    transform: none !important;
    margin: 0 !important;
  }

  .who_cards::-webkit-scrollbar {
    display: none;
  }

  .who_cards {
    scrollbar-width: none;
  }

  .why__item-icon {
    width: 24px;
    height: 24px;
    flex: 0 0 auto;
    border: 0;
    background: #161d29;
    transform: rotate(180deg);
    transition: transform 0.2s ease;
    -webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A//www.w3.org/2000/svg%27%20width%3D%2724%27%20height%3D%2724%27%20viewBox%3D%270%200%2024%2024%27%20fill%3D%27none%27%3E%3Cpath%20d%3D%27M18%2015L12%209L6%2015%27%20stroke%3D%27%23161D29%27%20stroke-width%3D%271.5%27%20stroke-linecap%3D%27round%27%20stroke-linejoin%3D%27round%27/%3E%3C/svg%3E")
      center/contain no-repeat;
    mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A//www.w3.org/2000/svg%27%20width%3D%2724%27%20height%3D%2724%27%20viewBox%3D%270%200%2024%2024%27%20fill%3D%27none%27%3E%3Cpath%20d%3D%27M18%2015L12%209L6%2015%27%20stroke%3D%27%23161D29%27%20stroke-width%3D%271.5%27%20stroke-linecap%3D%27round%27%20stroke-linejoin%3D%27round%27/%3E%3C/svg%3E")
      center/contain no-repeat;
  }

  .why__item.is-open .why__item-icon {
    transform: rotate(0deg);
  }
}

@media screen and (max-width: 767px) {
  .why__item-body {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.25s ease;
  }
}

@media screen and (max-width: 479px) {
  .why__item-body {
    margin-bottom: 16px;
  }
}

@media screen and (max-width: 767px) {
  .why__item.is-open .why__item-body {
    max-height: 400px;
  }
}

@media screen and (max-width: 767px) {
  .why__item-text {
    color: var(--grey-dark, #2f3845);
    font-family: Manrope;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
  }
}

@media screen and (max-width: 479px) {
  .why__item-text {
    font-size: 16px;
    line-height: 1.5;
  }
}

@media screen and (max-width: 767px) {
  .trust__cards-container .w-layout-grid {
    display: inline;
  }
}

@media screen and (max-width: 767px) {
  .trust__cards-container .trust__card {
    margin-bottom: 16px;
  }
}

@media screen and (max-width: 479px) {
  .home_hero_row3 .w-layout-grid {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    align-self: stretch;
  }
}

@media screen and (max-width: 479px) {
  .home_hero_row3 .w-layout-grid .hero__2nd-title {
    font-size: 20px;
    line-height: 1.4;
  }
}

@media screen and (max-width: 479px) {
  .home_hero_row3 .w-layout-grid .hero__2nd-desc {
    font-size: 16px;
    line-height: 1.5;
  }
}

@media screen and (max-width: 479px) {
  .problem-card .problem-card-text {
    font-size: 24px;
    line-height: 1.3;
  }
}

@media screen and (max-width: 479px) {
  .problems-2_content-eyebrown {
    width: 144px;
    height: 40px;
  }
}

@media screen and (max-width: 479px) {
  .who_card-heading-wrap {
    order: 1;
  }
}

@media screen and (max-width: 479px) {
  .how__row4-custom-col.is-1 {
    display: none !important;
  }
}

@media screen and (max-width: 991px) {
  .how__row-content-img-wrap {
    max-width: 351px;
  }
}

@media screen and (max-width: 767px) {
  .how__row-content-img-wrap {
    max-width: 377px;
    height: auto;
  }
}

@media screen and (max-width: 479px) {
  .how__row-content-img-wrap {
    max-width: 392px;
    width: 100%;
    border-radius: 16px;
    overflow: hidden;
  }
}

.how__row-content-img-wrap img {
  border-radius: 8px;
}

@media screen and (max-width: 479px) {
  .how__row-content-img-wrap img {
    width: auto;
    height: auto;
    display: block;
    border-radius: 16px;
    object-fit: cover;
  }
}

@media screen and (max-width: 479px) {
  body {
    background: linear-gradient(90deg, #d9e7fa 0%, #def5ef 100%) !important;
  }

  .page-wrapper {
    background: rgba(0, 0, 0, 0) !important;
  }
}

@media screen and (max-width: 479px) {
  .page-wrapper .is-transparent {
    background: rgba(0, 0, 0, 0);
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    box-shadow: none;
  }
}

@media screen and (max-width: 767px) {
  .page-wrapper .nav_fixed.is-transparent {
    background: rgba(0, 0, 0, 0);
    backdrop-filter: blur(0);
    -webkit-backdrop-filter: blur(0px);
    box-shadow: none;
    border-bottom: none;
  }
}

.nav_fixed {
  position: sticky;
  top: 0;
  background-color: #fbfbfb;
  z-index: 999;
  width: 100%;
  max-width: 100vw;
  transition:
    opacity 0.3s ease,
    backdrop-filter 0.3s ease;
  transform: translateY(0);
  opacity: 1;
  backdrop-filter: blur(6px);
  will-change: transform, opacity;
}

@media screen and (max-width: 767px) {
  .nav_fixed {
    position: fixed;
    left: 0;
    right: 0;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    box-shadow: none;
    border-bottom: none;
  }
}

.nav_component {
  background-color: #000;
  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_link {
  color: #fff;
  padding: 1rem;
}

.nav_button {
  padding: 1rem;
}

.nav__wrap {
  flex-flow: row;
  justify-content: flex-start;
  align-items: stretch;
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
  display: flex;
}

.nav__logo-container {
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.nav__links {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: flex;
}

.nav__link {
  color: #444f66;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  display: inline-flex;
}

.nav__cta {
  display: flex;
  height: 48px;
  padding: 12px 20px;
  align-items: center;
  gap: 8px;
  border-radius: 99px;
  border: 1px solid var(--grey-lightest, #dfe9f5);
}

@media screen and (max-width: 767px) {
  .nav__cta {
    background: #fcfcfc;
  }
}

@media screen and (max-width: 479px) {
  .nav__cta {
    display: flex;
    height: 34px;
    padding: 8px 16px;
    align-items: center;
    gap: 8px;
    border-radius: 99px;
    border: 1px solid var(--grey-lightest, #dfe9f5);
    background: #fcfcfc;
  }
}

.nav__cta-contain {
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.nav__cta-text {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
  color: var(--grey-darker, #161d29) !important;
}

.nav__cta-icon {
  width: 1.5rem;
  height: 1.5rem;
}

@media screen and (max-width: 991px) {
  .nav__cta-icon {
    width: 20px;
    height: 20px;
  }

  .nav__cta-icon svg {
    width: 20px;
    height: 20px;
  }
}

.nav__logo {
  width: auto;
  height: 2.25rem;
}

@media screen and (max-width: 991px) {
  .nav__logo {
    height: 2.5rem;
    width: 150px;
  }
}

@media screen and (max-width: 479px) {
  .nav__logo {
    width: 120px;
    height: 32px;
    aspect-ratio: 15/4;
  }

  .nav__logo svg {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
}

@media screen and (max-width: 991px) {
  .nav_button {
    color: #fff;
  }
}

@media screen and (max-width: 1299px) {
  .nav__wrap {
    height: 88px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

@media screen and (max-width: 767px) {
  .nav__wrap {
    height: 64px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

@media screen and (max-width: 991px) {
  .nav__cta {
    display: flex;
    height: 40px;
    padding: 10px 20px;
    align-items: center;
    gap: 8px;
  }
}

@media screen and (max-width: 767px) {
  .nav__cta {
    display: flex;
    height: 34px;
    padding: 8px 16px;
    align-items: center;
    gap: 8px;
  }
}

@media screen and (max-width: 991px) {
  .nav__cta-text {
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  .nav__cta-text {
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    color: var(--grey-dark, #2f3845) !important;
    /* 21px */
  }
}

@media screen and (max-width: 479px) {
  .nav__cta-text {
    font-size: 14px;
  }
}

@media screen and (max-width: 767px) {
  .hero--lt479 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    align-self: stretch;
    background: var(--background-lighter, #fbfbfb);
    position: relative;
    overflow: hidden;
    min-height: 100vh;
  }

  .hero--lt479 .padding-global.padding-section-2-5rem {
    padding-top: 0px !important;
    padding-bottom: 24px !important;
    padding-left: 24px !important;
    padding-right: 24px !important;
    background: linear-gradient(
      180deg,
      rgba(255, 255, 255, 0) 0%,
      #fbfbfb 49.52%
    );
    position: relative;
    top: -28.25px;
    margin-bottom: -28.25px;
  }

  .hero--lt479 .home_hero_-cta-emphasis-wrap {
    padding: 0;
    height: 48px;
  }

  .hero--lt479 .home_hero_row1 {
    grid-row-gap: 24px;
  }

  .hero--lt479 .hero-benefits {
    display: flex;
    padding: 32px 24px;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    align-self: stretch;
    background-color: #fbfbfb;
    position: relative;
  }

  .hero--lt479 .hero-benefits .hero-benefits__container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    align-self: stretch;
  }

  .hero--lt479 .hero-benefits .hero-benefits__container .hero-benefits__card {
    display: flex;
    padding: 24px;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    align-self: stretch;
    border-radius: 8px;
    border: 1px solid var(--grey-lightest, #dfe9f5);
    background: var(--background-lighter, #fbfbfb);
  }

  .hero--lt479
    .hero-benefits
    .hero-benefits__container
    .hero-benefits__card
    .hero-benefits__icon {
    display: flex;
    width: 48px;
    height: 48px;
    padding: 8px;
    margin-bottom: 12px;
    justify-content: center;
    align-items: center;
    aspect-ratio: 1/1;
    border-radius: 12px;
    border: 1px solid hsla(0, 0%, 100%, 0.6);
    background: linear-gradient(
      315deg,
      var(--primary-base, #2265c6) 0%,
      var(--primary-light, #3a7de0) 100%
    );
  }

  .hero--lt479
    .hero-benefits
    .hero-benefits__container
    .hero-benefits__card
    .hero-benefits__title {
    color: var(--grey-darker, #161d29);
    text-align: center;
    font-family: Manrope;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
  }

  .hero--lt479
    .hero-benefits
    .hero-benefits__container
    .hero-benefits__card
    .hero-benefits__desc {
    color: var(--grey-dark, #2f3845);
    text-align: center;
    font-family: Manrope;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
  }
}

.hero--lt479 .hero-mobile_background_img {
  position: absolute;
  inset: 0;
  background: linear-gradient(to left, #d9e7fa 0%, #def5ef 100%);

  z-index: 0;
}

.hero--lt479 .hero-mobile__image-wrap {
  position: relative;
  z-index: 1;
  height: 604px;
  width: 100%;
  align-self: stretch;
  aspect-ratio: 4/3;
  display: grid;
  place-items: center;
  margin-top: 22.5px;
}

@media screen and (max-width: 479px) {
  .hero--lt479 .hero-mobile__image-wrap {
    height: 440px;
  }
}

.hero--lt479 .hero-mobile__shadow {
  position: absolute;
  inset: 1;
  display: grid;
  place-items: center;
  pointer-events: none;
}

@media screen and (max-width: 767px) {
  .hero--lt479 .hero-mobile__shadow svg {
    width: 604px;
    height: 604px;
    aspect-ratio: 4/3;
  }
}

@media screen and (max-width: 479px) {
  .hero--lt479 .hero-mobile__shadow svg {
    width: 440px;
    height: 440px;
    aspect-ratio: 4/3;
  }
}

.hero--lt479 .hero-mobile__image {
  width: 100%;
  height: auto;
  display: block;
  position: relative;
  z-index: 1;
}

.section_home_hero {
  z-index: 2;
  background-color: #fbfbfb;
  flex-flow: column;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section_home_hero .padding-global {
  padding-left: 0;
  padding-right: 0;
}

@media screen and (max-width: 991px) {
  .section_home_hero .u-12-col-grid.is-gap-2rem {
    grid-column-gap: 2.5rem;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }
}

.section_home_hero .padding-global.padding-section-4rem {
  padding-top: 19% !important;
  padding-bottom: 80px !important;
}

.section_home_hero .padding-section-medium {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.section_home_hero .padding-section-medium .no-padding {
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0) 0%,
    #fbfbfb 49.52%
  );
  z-index: 100;
  position: relative;
}

@media screen and (max-width: 991px) {
  .section_home_hero .padding-section-medium .padding-global {
    padding-left: 0px;
    padding-right: 0px;
  }
}

@media screen and (max-width: 991px) {
  .section_home_hero .hero__2nd-title {
    font-size: 20px;
  }
}

.section_home_problems {
  z-index: 1;
  background-color: #fbfbfb;
  position: relative;
  top: 0;
}

.section_home_problems .padding-section-medium {
  padding-top: 40px;
}

@media screen and (max-width: 1299px) {
  .section_home_problems .padding-section-medium {
    padding-top: 40px;
  }
}

@media screen and (max-width: 991px) {
  .section_home_problems .padding-section-medium {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
}

.section_home_problems .padding-global {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.section_home_who {
  z-index: 4;
  background-color: #fbfbfb;
  position: relative;
  min-height: 100dvh;
  height: 100% !important;
  overflow: hidden;
}

@media screen and (max-width: 991px) {
  .section_home_who {
    min-height: auto;
  }
}

@media screen and (max-width: 479px) {
  .section_home_who {
    display: flex;
    flex-direction: column;
    min-height: auto;
  }
}

.section_home_why {
  z-index: 2;
  background-color: #fbfbfb;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  position: relative;
}

@media screen and (max-width: 479px) {
  .section_home_why {
    padding: 0;
  }
}

@media screen and (min-width: 1300px) {
  .section_home_why .padding-global.padding-section-4rem {
    padding-top: 64px;
    padding-bottom: 64px;
  }
}

@media screen and (max-width: 1299px) {
  .section_home_why .padding-global.padding-section-4rem {
    padding-top: 48px;
    padding-bottom: 48px;
  }
}

@media screen and (max-width: 991px) {
  .section_home_why .padding-global.padding-section-4rem {
    padding-top: 32px;
    padding-bottom: 32px;
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media screen and (max-width: 479px) {
  .section_home_why .padding-global.padding-section-4rem {
    padding: 24px;
  }
}

.section_home_how {
  z-index: 2;
  background-color: #fbfbfb;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  margin-bottom: 6.25rem;
  position: relative;
}

@media screen and (max-width: 1299px) {
  .section_home_how .padding-global.padding-section-4rem {
    padding-top: 48px;
    padding-bottom: 48px;
  }
}

@media screen and (max-width: 991px) {
  .section_home_how .padding-global.padding-section-4rem {
    padding-top: 32px;
    padding-bottom: 32px;
  }
}

@media screen and (max-width: 479px) {
  .section_home_how .padding-global.padding-section-4rem {
    padding: 16px 16px;
  }
}

@media screen and (max-width: 991px) {
  .section_home_how {
    padding: 0;
    margin: 0;
  }
}

@media screen and (max-width: 991px) {
  .section_home_how .padding-global {
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 32px;
    padding-bottom: 32px;
  }
}

@media screen and (max-width: 479px) {
  .section_home_how .padding-global {
    padding: 16px 16px;
  }
}

@media screen and (max-width: 1299px) {
  .section_home_how .how__row-first-wrap {
    padding-top: 24px;
    padding-bottom: 24px;
  }
}

@media screen and (max-width: 991px) {
  .section_home_how .how__row-first-wrap {
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
  }
}

@media screen and (max-width: 479px) {
  .section_home_how .how__row-first-wrap {
    gap: 16px;
  }
}

@media screen and (max-width: 991px) {
  .section_home_how .how__row-second-wrap .how__row-text {
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    grid-column: 1/-1;
  }
}

.section_home_trust {
  z-index: 2;
  background-image: linear-gradient(#fbfbfb, #dfe9f5);
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
  position: relative;
}

@media screen and (max-width: 479px) {
  .section_home_trust {
    padding: 0;
  }
}

@media screen and (max-width: 991px) {
  .section_home_trust .home_trust_heading {
    font-size: 40px;
  }
}

@media screen and (max-width: 479px) {
  .section_home_trust .home_trust_heading {
    font-size: 32px;
    line-height: 1.2;
  }
}

@media screen and (max-width: 1299px) {
  .section_home_trust .padding-global.padding-section-4rem {
    padding-top: 48px;
    padding-bottom: 48px;
  }
}

@media screen and (max-width: 991px) {
  .section_home_trust .padding-global.padding-section-4rem {
    padding-top: 32px;
    padding-bottom: 32px;
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media screen and (max-width: 479px) {
  .section_home_trust .padding-global.padding-section-4rem {
    padding: 24px 16px;
  }
}

.section_home_cta {
  z-index: 2;
  background-color: #dfe9f5;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
  position: relative;
}

@media screen and (max-width: 991px) {
  .section_home_cta {
    padding-top: 0;
    padding-bottom: 0;
  }
}

@media screen and (max-width: 1299px) {
  .section_home_cta .padding-global.padding-section-4rem {
    padding: 4rem 5rem;
  }
}

@media screen and (max-width: 991px) {
  .section_home_cta .padding-global.padding-section-4rem {
    padding: 2.5rem;
  }
}

@media screen and (max-width: 767px) {
  .section_home_cta .padding-global.padding-section-4rem {
    padding: 0;
    margin: 0;
  }
}

@media screen and (max-width: 767px) {
  .section_home_cta .padding-global {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
  }
}

.section__footer {
  z-index: 2;
  background-color: #161d29;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
  position: relative;
  overflow: hidden;
}

@media screen and (max-width: 991px) {
  .section__footer {
    padding: 0;
  }
}

.section__footer .padding-global.padding-section-4rem {
  padding: 4rem 5rem;
}

@media screen and (max-width: 1299px) {
  .section__footer .padding-global.padding-section-4rem {
    padding: 3rem 5rem;
  }
}

@media screen and (max-width: 991px) {
  .section__footer .padding-global.padding-section-4rem {
    padding: 2.5rem;
  }
}

@media screen and (max-width: 767px) {
  .section__footer .padding-global.padding-section-4rem {
    padding: 2rem 1.5rem;
  }
}

@media screen and (max-width: 479px) {
  .how__row1-custom-col,
  .how__row-content-text-box,
  .how__row3-custom-col,
  .how__row4-custom-col {
    align-items: center !important;
  }
}

@media screen and (max-width: 767px) {
  .how__row1-custom-col,
  .how__row-content-text-box,
  .how__row3-custom-col,
  .how__row4-custom-col {
    display: flex;
    flex-direction: column;
    align-items: stretch;
  }

  .how__row1-custom-col .how__row-content-img-wrap,
  .how__row-content-text-box .how__row-content-img-wrap,
  .how__row3-custom-col .how__row-content-img-wrap,
  .how__row4-custom-col .how__row-content-img-wrap {
    order: 1;
  }

  .how__row1-custom-col .how__row-text,
  .how__row-content-text-box .how__row-text,
  .how__row3-custom-col .how__row-text,
  .how__row4-custom-col .how__row-text {
    order: 2;
    margin-top: 16px;
  }
}

@media screen and (max-width: 767px) and (max-width: 767px) {
  .how__row.is-4 .how__row-second-wrap {
    display: flex;
    flex-direction: column;
    gap: 16px;
    align-items: center;
    padding-bottom: 16px;
  }

  .how__row.is-4 .how__row-second-wrap > .u-12-col-grid {
    order: 1;
    width: 100%;
    grid-template-columns: 1fr !important;
    justify-items: stretch !important;
  }

  .how__row.is-4 .how__row-second-wrap > .u-12-row-grid {
    order: 2;
    display: block !important;
    width: 100%;
    margin: 0 !important;
    padding: 0 !important;
  }

  .how__row.is-4 .u-12-row-grid .how__row-text {
    display: block;
    width: 100%;
    text-align: left;
  }

  .how__row.is-4 .how__row-content-img-wrap img {
    width: 100%;
    height: auto;
    display: block;
  }
}

.hero--lt479 {
  display: none;
}

.hero--gte480 {
  display: block;
}

@media screen and (max-width: 767px) {
  .hero--lt479 {
    display: block;
  }

  .hero--gte480 {
    display: none;
  }
}

@media screen and (max-width: 479px) {
  .hero--lt479 {
    display: block;
  }

  .hero--gte480 {
    display: none;
  }

  .how__row1-custom-col .how__row-text {
    margin: 0;
  }

  .how__row-second-wrap {
    padding: 0;
  }

  .how__row.is-4 .how__row-second-wrap {
    padding: 0;
  }

  .how__row.is-4 .u-12-row-grid .how__row-text {
    margin-bottom: 16px;
  }
}

.home_problems_img.is-1,
.home_problems_img.is-5 {
  border-radius: 99%;
}

.home_problems_img.is-2,
.home_problems_img.is-3,
.home_problems_img.is-4 {
  border-radius: 8px;
}

@media screen and (min-width: 992px) {
  .why__content-grid-hori-line.hori-line-2 {
    display: none;
  }
}

.home_hero_eligible {
  border-radius: 999px;
  background-color: #eaedf1;
  padding: 5px 16px 5px 8px;
  gap: 8px;
  align-items: center;

  .home_hero_eligible__text {
    color: #1c57ad;
    font-family: "Manrope", sans-serif;
    font-weight: 500;
    font-size: 1.25rem;

    .home_hero_eligible__text__tag {
      font-weight: 600;
    }
  }

  img {
    width: 24px;
    height: 24px;
    aspect-ratio: 1/1;
  }
}

.hero--lt479 {
  .home_hero_eligible {
    padding: 3px 12px 3px 6px;

    .home_hero_eligible__text {
      font-size: 1rem;
    }

    img {
      width: 20px;
      height: 20px;
    }
  }
}

.footer__contact {
  display: flex;
  gap: 3rem;
  align-items: flex-end;

  .footer__contact__info {
    flex: 1;
    font-family: Manrope;
    font-size: 14px;
    font-style: normal;
    line-height: 150%;
    font-weight: 400;
    /* 21px */

    display: flex;
    flex-direction: column;
    gap: 8px;
  }

  .footer__contact__title {
    font-weight: 600;
    color: var(--grey-light, #8492a6);
  }

  .footer__contact__text {
    color: var(--grey-lightest, #dfe9f5);
    text-decoration: none;
  }

  .footer__contact__buttons {
    display: flex;
    gap: 0.75rem;

    .footer__contact__button {
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 8px;
      border-radius: 8px;
      background: var(--grey-dark, #2f3845);

      img {
        width: 24px;
        height: auto;
      }
    }
  }
}

@media screen and (max-width: 991px) {
  .footer__contact {
    flex-direction: column;
    gap: 2rem;
    align-items: flex-start;
  }
}

.section_warranty {
  background: #dfe9f5;

  .section_warranty__wrapper {
    display: flex;
    flex-direction: column;
    gap: 3rem;
  }
  .section_warranty__header {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;

    color: var(--grey-dark, #2f3845);
    text-align: center;
    font-family: Manrope;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;

    max-width: 720px;
    margin: auto;

    .section_warranty__header__title {
      color: var(--grey-darker, #161d29);
      font-size: 48px;
      font-weight: 700;
      line-height: 130%;
    }
    .section_warranty__header__text {
      text-align: center;
    }
  }
  .section_warranty__body {
    display: flex;
    flex-direction: row;
    gap: 2.5rem;
    align-items: center;
    justify-content: center;

    .section_warranty__paragraph {
      flex-grow: 1;
      padding: 2.25rem 2.5rem;
      border-radius: 12px;
      display: flex;
      flex-direction: column;
      gap: 1.5rem;
      border: 1px solid #dfe9f5;
      background: #fbfbfb;
      align-self: stretch;

      /* text */
      color: var(--grey-dark, #2f3845);
      font-family: Manrope;
      font-size: 16px;
      font-style: normal;
      font-weight: 400;
      line-height: 150%; /* 24px */

      .section_warranty__paragraph__title {
        color: var(--grey-darker, #161d29);
        font-size: 24px;
        font-weight: 600;
        line-height: 140%; /* 33.6px */
      }

      .section_warranty__paragraph__divider {
        height: 1px;
        background: #dfe9f5;
        width: 100%;
      }
      .hyperlink_text {
        color: var(--primary-base, #2265c6);
        font-weight: 600;
        text-decoration: none;
      }
      .email_text {
        color: var(--primary-base, #2265c6);
        font-size: 16px;
        font-weight: 400;
        line-height: 150%;
        text-decoration-line: underline;
        text-decoration-style: solid;
        text-decoration-skip-ink: auto;
        text-decoration-thickness: 5%;
        text-underline-offset: 17.5%;
        text-underline-position: from-font;
      }
    }
  }
}

@media screen and (max-width: 1299px) {
  .section_warranty {
    .section_warranty__wrapper {
      gap: 40px;
    }
    .section_warranty__body {
      flex-direction: column;
    }
  }
}

@media screen and (max-width: 991px) {
  .section_warranty {
    .padding-global.padding-section-4rem {
      padding-top: 40px;
      padding-bottom: 40px;
    }
    .section_warranty__wrapper {
      gap: 32px;
    }
    .section_warranty__header {
      max-width: 600px;
      gap: 1rem;
      .section_warranty__header__title {
        font-size: 40px;
      }
      .section_warranty__header__text {
        font-size: 16px;
      }
    }
    .section_warranty__body {
      gap: 32px;
      .section_warranty__paragraph {
        padding: 28px 32px;
        .section_warranty__paragraph__title {
          font-size: 20px;
        }
      }
    }
  }
}
@media screen and (max-width: 767px) {
  .section_warranty {
    .padding-global.padding-section-4rem {
      padding-top: 32px;
      padding-bottom: 32px;
    }
    .section_warranty__header {
      .section_warranty__header__title {
        font-size: 32px;
      }
    }
    .section_warranty__body {
      gap: 24px;
      .section_warranty__paragraph {
        padding: 20px 24px;
        gap: 16px;
      }
    }
  }
}
@media screen and (max-width: 479px) {
  .section_warranty {
    .section_warranty__header {
    }
  }
}

.section_faq {
  .section_faq__wrapper {
    display: flex;
    flex-direction: column;
    gap: 3rem;
  }
  .section_faq__header {
    .section_faq__header__title {
      color: var(--grey-darker, #161d29);
      text-align: center;
      font-family: Manrope;
      font-size: 48px;
      font-style: normal;
      font-weight: 700;
      line-height: 120%; /* 48px */
      word-break: break-all;
    }
  }
  .section_faq__body {
    display: flex;
    flex-direction: row;
    grid-column-gap: 4rem;
    align-items: stretch;
  }
  .section_faq__list {
    flex: 1;
    display: flex;
    flex-direction: column;
  }
  .section_faq__item {
    &::after {
      content: "";
      display: block;
      height: 1px;
      background: #dfe9f5;
      margin: 1rem 0;
      width: 100%;
    }
  }
  .section_faq__question {
    display: flex;
    flex-direction: row;
    padding: 12px 0;
    align-items: center;

    .section_faq__question__title {
      color: var(--grey-darker, #161d29);
      font-size: 24px;
      font-weight: 600;
      line-height: 140%; /* 28px */
      flex: 1;
    }
    .section_faq__question__arrow {
      height: 32px;
      width: 32px;
      display: flex;
      padding: 4px;
      align-items: center;
      border-radius: 1000px;
      background: var(--background-base, #f1f5f8);
      transition: transform 0.3s ease;
    }
  }
  .section_faq__answer {
    display: none;
    padding: 12px 0;

    color: var(--grey-dark, #2f3845);
    font-family: Manrope;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%; /* 24px */
    cursor: pointer;
    gap: 24px;
  }
  .section_faq__item.open {
    .section_faq__question__arrow {
      transform: rotate(-180deg);
    }
  }
}

@media screen and (max-width: 1299px) {
  .section_faq {
    .section_faq__wrapper {
      gap: 40px;
    }
    .section_faq__body {
      flex-direction: column;
    }
  }
}
@media screen and (max-width: 991px) {
  .section_faq {
    .section_faq__wrapper {
      gap: 32px;
    }
    .section_faq__header {
      .section_faq__header__title {
        font-size: 40px;
        line-height: 120%;
      }
    }
    .section_faq__question {
      .section_faq__question__title {
        font-size: 20px;
      }
      .section_faq__question__arrow {
        font-size: 28px;
      }
    }
  }
}
@media screen and (max-width: 767px) {
  .section_faq {
    .padding-global.padding-section-4rem {
      padding-top: 32px;
      padding-bottom: 32px;
    }
    .section_faq__header {
      .section_faq__header__title {
        font-size: 32px;
      }
    }
  }
}
@media screen and (max-width: 479px) {
  .section_faq {
  }
}
/*# sourceMappingURL=landingpage_bioheart_27.css.map */

#scroll-down-btn{
  position: fixed;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1000;
  cursor: pointer;

  display: inline-flex;
  padding: 10px 20px 10px 10px;
  align-items: center;
  gap: 8px;
  border-radius: 99px;
  border: 1px solid var(--background-dark, #EAEDF1);
  background: rgba(255, 255, 255, 0.80);
  backdrop-filter: blur(6px);
  color: var(--grey-dark, #2F3845);
  font-family: Manrope;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 14px;
  transition: all 0.2s ease;

  &.hide{
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px) translateX(-50%);
  }
  img{
    width: 24px;
    height: 24px;
    aspect-ratio: 1/1;
  }
}

@media screen and (max-width: 767px) {
  #scroll-down-btn{
    display: none;
  }
}