@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Cabin:wdth,wght@75..100,400..700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Caveat:wght@500;700&display=swap");
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/** Media Queries **/
/**Cambios pexel perfect**/
body {
  overflow-x: hidden;
  font-size: 16px;
}

picture {
  display: block;
}

.w-100, .wh-100 {
  width: 100%;
}

.h-100, .wh-100 {
  height: 100%;
}

img {
  vertical-align: top;
  height: auto;
}

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

.d-block {
  display: block;
}

a,
button,
input[type=submit] {
  cursor: pointer;
  transition: all 0.3s ease;
}

main,
section,
header,
footer,
aside {
  width: 100%;
}

a {
  text-decoration: none;
}

textarea,
button,
input,
select,
option {
  outline: none;
}

video {
  display: block;
  width: 100%;
  aspect-ratio: 16/9;
}

.ftf-button {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0px;
  flex-wrap: nowrap;
  white-space: nowrap;
  width: -moz-max-content;
  width: max-content;
  font-family: "Ubuntu", sans-serif;
  color: #ffffff;
  font-style: normal;
  font-weight: 400;
  font-family: "Ubuntu-medium", sans-serif;
  background-color: #323CFE;
  color: #ffffff;
}
@media (min-width: 1440px) {
  .ftf-button {
    font-size: 1.4740566038vw;
    line-height: 1.9646226415vw;
  }
}
@media (max-width: 1440px) {
  .ftf-button {
    font-size: 25px;
    line-height: 33.3px;
  }
}
@media (max-width: 1200px) {
  .ftf-button {
    font-size: 20px;
    line-height: 1.2em;
  }
}
@media (max-width: 768px) {
  .ftf-button {
    font-size: 16px;
    line-height: 1.2em;
  }
}
@media (min-width: 1440px) {
  .ftf-button {
    border-radius: 0.4716981132vw;
    border: 0.141509434vw solid #323CFE;
    padding-block: 0.9433962264vw;
    padding-inline: 1.8867924528vw;
  }
}
@media (max-width: 1440px) {
  .ftf-button {
    border-radius: 10px;
    border: 1px solid #323CFE;
    padding-block: 12px;
    padding-inline: 20px;
  }
}
@media (max-width: 768px) {
  .ftf-button {
    font-size: 20px;
    line-height: 1.2em;
  }
}
@media (max-width: 480px) {
  .ftf-button {
    font-size: 16px;
    line-height: 1.2em;
  }
}
.ftf-button.white {
  background-color: transparent;
  color: #323CFE;
}
.ftf-button.white:hover {
  background-color: #323CFE;
  color: #ffffff;
}

@font-face {
  font-family: "Figtree";
  src: url("../../font/Figtree.ttf") format("truetype");
  font-weight: 400 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Figtree-bold";
  src: url("../../font/Figtree-bold.ttf") format("truetype");
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Figtree";
  src: url("../../font/Figtree-Italic.ttf") format("truetype");
  font-weight: 400 800;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Ubuntu";
  src: url("../../font/Ubuntu-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Ubuntu-medium";
  src: url("../../font/Ubuntu-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Ubuntu";
  src: url("../../font/Ubuntu-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "GloriaHallelu";
  src: url("../../font/GloriaHallelujah.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Ubuntu-light";
  src: url("../../font/Ubuntu-Light.ttf") format("truetype");
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Ubuntu-italic";
  src: url("../../font/Ubuntu-Italic.ttf") format("truetype");
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Kanit-regular";
  src: url("../../font/Kanit-Regular.ttf") format("truetype");
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Kanit-italic";
  src: url("../../font/Kanit-Italic.ttf") format("truetype");
  font-style: italic;
  font-display: swap;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

.new-home {
  overflow: clip;
  background: linear-gradient(90deg, #F7F8FF 98%, #F7F8FF 87%, #E7E8FE 53%, #F7F8FF 18%, #F7F8FF 1%);
}

@media (min-width: 1440px) {
  .home-hero {
    padding-left: 5.6603773585vw;
    padding-right: 5.6603773585vw;
  }
}
@media (max-width: 1440px) {
  .home-hero {
    padding-left: 80px;
    padding-right: 80px;
  }
}
@media (max-width: 1200px) {
  .home-hero {
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media (max-width: 768px) {
  .home-hero {
    padding-left: 4%;
    padding-right: 4%;
  }
}
@media (min-width: 1440px) {
  .home-hero {
    padding-top: 4.7169811321vw;
    padding-bottom: 4.7169811321vw;
  }
}
@media (max-width: 1440px) {
  .home-hero {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media (max-width: 768px) {
  .home-hero {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media (max-width: 480px) {
  .home-hero {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media (min-width: 1440px) {
  .home-hero {
    padding-top: 8.679245283vw;
  }
}
@media (max-width: 1440px) {
  .home-hero {
    padding-top: 160px;
  }
}
@media (max-width: 1200px) {
  .home-hero {
    padding-top: 140px;
  }
}
@media (max-width: 768px) {
  .home-hero {
    padding-top: 120px;
  }
}
.home-hero__grid {
  display: grid;
  grid-template-columns: 29.4339622642vw 42.4528301887vw;
  gap: 6.7924528302vw;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1200px) {
  .home-hero__grid {
    gap: 32px;
    grid-template-columns: 100%;
  }
}
.home-hero__content h1 {
  color: #0D1738;
  font-weight: 400;
  font-style: normal;
  font-family: "Figtree", sans-serif;
  line-height: normal;
  font-weight: 700;
}
@media (min-width: 1440px) {
  .home-hero__content h1 {
    font-size: 2.8773584906vw;
  }
}
@media (max-width: 1440px) {
  .home-hero__content h1 {
    font-size: 50px;
    line-height: 1.2em;
  }
}
@media (max-width: 1200px) {
  .home-hero__content h1 {
    font-size: 40px;
  }
}
@media (max-width: 768px) {
  .home-hero__content h1 {
    font-size: 32px;
    line-height: 1.2em;
  }
}
@media (max-width: 480px) {
  .home-hero__content h1 {
    font-size: 24px;
  }
}
@media (min-width: 1440px) {
  .home-hero__content h1 {
    width: 19.3396226415vw;
  }
}
@media (max-width: 1440px) {
  .home-hero__content h1 {
    width: 350px;
  }
}
@media (max-width: 1024px) {
  .home-hero__content h1 {
    font-size: 36px;
    width: 100%;
  }
}
.home-hero__content p {
  font-family: "Ubuntu", sans-serif;
  color: #303B4A;
  font-style: normal;
  font-weight: 400;
}
@media (min-width: 1440px) {
  .home-hero__content p {
    font-size: 1.4740566038vw;
    line-height: 1.9646226415vw;
  }
}
@media (max-width: 1440px) {
  .home-hero__content p {
    font-size: 25px;
    line-height: 33.3px;
  }
}
@media (max-width: 1200px) {
  .home-hero__content p {
    font-size: 20px;
    line-height: 1.2em;
  }
}
@media (max-width: 768px) {
  .home-hero__content p {
    font-size: 16px;
    line-height: 1.2em;
  }
}
@media (min-width: 1440px) {
  .home-hero__content p {
    margin-top: 1.5094339623vw;
  }
}
@media (max-width: 1440px) {
  .home-hero__content p {
    margin-top: 25px;
  }
}
@media (max-width: 768px) {
  .home-hero__content p {
    margin-top: 20px;
  }
}
@media (max-width: 480px) {
  .home-hero__content p {
    margin-top: 14px;
  }
}
@media (min-width: 1440px) {
  .home-hero__content p {
    width: 23.3490566038vw;
  }
}
@media (max-width: 1440px) {
  .home-hero__content p {
    width: 396px;
  }
}
@media (max-width: 1024px) {
  .home-hero__content p {
    width: 100%;
  }
}
.home-hero__actions {
  display: flex;
  align-items: center;
  gap: 2.2641509434vw;
}
@media (min-width: 1440px) {
  .home-hero__actions {
    margin-top: 5.6603773585vw;
  }
}
@media (max-width: 1440px) {
  .home-hero__actions {
    margin-top: 80px;
  }
}
@media (max-width: 1200px) {
  .home-hero__actions {
    margin-top: 60px;
  }
}
@media (max-width: 768px) {
  .home-hero__actions {
    margin-top: 40px;
  }
}
@media (max-width: 480px) {
  .home-hero__actions {
    margin-top: 20px;
  }
}
@media (max-width: 1200px) {
  .home-hero__actions {
    margin-top: 25px;
  }
}
.home-hero__visual {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.9433962264vw;
  align-items: start;
}
@media (max-width: 768px) {
  .home-hero__visual {
    display: none;
  }
}
.home-hero__column {
  display: flex;
  flex-direction: column;
  gap: 1.1320754717vw;
}
.home-hero__bg-circles {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  pointer-events: none;
}
.home-hero__bg-circles--1 .home-hero__circle {
  top: 100%;
  left: 0%;
}
.home-hero__bg-circles--2 .home-hero__circle {
  top: 0%;
  left: 100%;
}
.home-hero__bg-circles--3 .home-hero__circle {
  top: 100%;
  left: 50%;
}
.home-hero__circle {
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  border: 4px solid rgba(204, 207, 255, 0.6);
  background-color: transparent;
  animation: pulseOrbit 8s infinite ease-in-out;
  transform: translate(-50%, -50%) scale(1);
}
.home-hero__circle--1 {
  animation-delay: 0s;
}
@media (min-width: 1440px) {
  .home-hero__circle--1 {
    border-width: 0.1886792453vw;
    width: 7.0754716981vw;
    height: 7.0754716981vw;
  }
}
@media (max-width: 1440px) {
  .home-hero__circle--1 {
    border-width: 4px;
    width: 100px;
    height: 100px;
  }
}
@media (max-width: 768px) {
  .home-hero__circle--1 {
    border-width: 2px;
    width: 50px;
    height: 50px;
  }
}
.home-hero__circle--2 {
  animation-delay: 1s;
}
@media (min-width: 1440px) {
  .home-hero__circle--2 {
    border-width: 0.1886792453vw;
    width: 11.7924528302vw;
    height: 11.7924528302vw;
  }
}
@media (max-width: 1440px) {
  .home-hero__circle--2 {
    border-width: 4px;
    width: 170px;
    height: 170px;
  }
}
@media (max-width: 768px) {
  .home-hero__circle--2 {
    border-width: 2px;
    width: 120px;
    height: 120px;
  }
}
.home-hero__circle--3 {
  animation-delay: 2s;
}
@media (min-width: 1440px) {
  .home-hero__circle--3 {
    border-width: 0.1886792453vw;
    width: 16.5094339623vw;
    height: 16.5094339623vw;
  }
}
@media (max-width: 1440px) {
  .home-hero__circle--3 {
    border-width: 4px;
    width: 240px;
    height: 240px;
  }
}
@media (max-width: 768px) {
  .home-hero__circle--3 {
    border-width: 2px;
    width: 190px;
    height: 190px;
  }
}
.home-hero__circle--4 {
  animation-delay: 3s;
}
@media (min-width: 1440px) {
  .home-hero__circle--4 {
    border-width: 0.1886792453vw;
    width: 21.2264150943vw;
    height: 21.2264150943vw;
  }
}
@media (max-width: 1440px) {
  .home-hero__circle--4 {
    border-width: 4px;
    width: 310px;
    height: 310px;
  }
}
@media (max-width: 768px) {
  .home-hero__circle--4 {
    border-width: 2px;
    width: 260px;
    height: 260px;
  }
}
.home-hero__circle--5 {
  animation-delay: 4s;
}
@media (min-width: 1440px) {
  .home-hero__circle--5 {
    border-width: 0.1886792453vw;
    width: 25.9433962264vw;
    height: 25.9433962264vw;
  }
}
@media (max-width: 1440px) {
  .home-hero__circle--5 {
    border-width: 4px;
    width: 380px;
    height: 380px;
  }
}
@media (max-width: 768px) {
  .home-hero__circle--5 {
    border-width: 2px;
    width: 330px;
    height: 330px;
  }
}
.home-hero__card {
  overflow: hidden;
  border-radius: 24px;
  background-repeat: no-repeat;
  background-position: center;
}
.home-hero__card--note {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(204, 207, 255, 0.3);
  overflow: hidden;
}
@media (min-width: 1440px) {
  .home-hero__card--note {
    padding: 2.2641509434vw 1.1320754717vw;
  }
}
@media (max-width: 1440px) {
  .home-hero__card--note {
    padding: 24px;
  }
}
.home-hero__card--note p {
  position: relative;
  z-index: 1;
  font-family: "Ubuntu", sans-serif;
  color: #303B4A;
  font-style: normal;
  text-align: center;
  opacity: 0.93px;
}
@media (min-width: 1440px) {
  .home-hero__card--note p {
    font-size: 1.179245283vw;
    line-height: 1.4764150943vw;
  }
}
@media (max-width: 1440px) {
  .home-hero__card--note p {
    font-size: 20px;
    line-height: 25px;
  }
}
@media (max-width: 768px) {
  .home-hero__card--note p {
    font-size: 18px;
    line-height: 1.2em;
  }
}
@media (min-width: 1440px) {
  .home-hero__card--note p {
    max-width: 11.1320754717vw;
  }
}
@media (max-width: 1440px) {
  .home-hero__card--note p {
    max-width: 236px;
  }
}
.home-hero__card--image {
  display: flex;
  align-items: stretch;
  min-height: 176px;
}
.home-hero__card--image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.home-problem {
  text-align: center;
}
@media (min-width: 1440px) {
  .home-problem {
    padding-top: 4.7169811321vw;
    padding-bottom: 4.7169811321vw;
  }
}
@media (max-width: 1440px) {
  .home-problem {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media (max-width: 768px) {
  .home-problem {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media (max-width: 480px) {
  .home-problem {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media (min-width: 1440px) {
  .home-problem {
    padding-inline: 6.7452830189vw;
  }
}
@media (max-width: 1440px) {
  .home-problem {
    padding-inline: 100px;
  }
}
@media (max-width: 1200px) {
  .home-problem {
    padding-inline: 60px;
  }
}
@media (max-width: 1024px) {
  .home-problem {
    padding-top: 0;
  }
}
@media (max-width: 768px) {
  .home-problem {
    padding-inline: 4%;
    padding-bottom: 0;
  }
}
.home-problem .container .home-section-heading {
  background-color: #f7f8ff;
  box-shadow: 0 0 40px 40px #f7f8ff;
  position: relative;
  z-index: 10;
}
@media (min-width: 1440px) {
  .home-problem .container .home-section-heading {
    margin-bottom: 5.6603773585vw;
  }
}
@media (max-width: 1440px) {
  .home-problem .container .home-section-heading {
    margin-bottom: 80px;
  }
}
@media (max-width: 1200px) {
  .home-problem .container .home-section-heading {
    margin-bottom: 60px;
  }
}
@media (max-width: 1024px) {
  .home-problem .container .home-section-heading {
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .home-problem .container .home-section-heading {
    margin-bottom: 36px;
  }
}
@media (max-width: 480px) {
  .home-problem .container .home-section-heading {
    margin-bottom: 24px;
  }
}
.home-problem .container .home-section-heading h2 {
  color: #0D1738;
  font-style: normal;
  font-family: "Figtree", sans-serif;
  line-height: normal;
  font-family: "Figtree", sans-serif;
  font-weight: 700;
  margin-bottom: 0;
}
@media (min-width: 1440px) {
  .home-problem .container .home-section-heading h2 {
    font-size: 3.5990566038vw;
    line-height: 4.4811320755vw;
  }
}
@media (max-width: 1440px) {
  .home-problem .container .home-section-heading h2 {
    font-size: 60px;
    line-height: 70px;
  }
}
@media (max-width: 1200px) {
  .home-problem .container .home-section-heading h2 {
    font-size: 52px;
    line-height: 60px;
  }
}
@media (max-width: 1024px) {
  .home-problem .container .home-section-heading h2 {
    font-size: 40px;
    line-height: 60px;
  }
}
@media (max-width: 768px) {
  .home-problem .container .home-section-heading h2 {
    font-size: 36px;
    line-height: 1.2em;
  }
}
@media (max-width: 480px) {
  .home-problem .container .home-section-heading h2 {
    font-size: 30px;
  }
}
.home-problem__chips {
  display: flex;
  flex-direction: column;
}
@media (min-width: 1440px) {
  .home-problem__chips {
    margin-bottom: 5.6603773585vw;
  }
}
@media (max-width: 1440px) {
  .home-problem__chips {
    margin-bottom: 80px;
  }
}
@media (max-width: 1200px) {
  .home-problem__chips {
    margin-bottom: 60px;
  }
}
@media (max-width: 1024px) {
  .home-problem__chips {
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .home-problem__chips {
    margin-bottom: 36px;
  }
}
@media (max-width: 480px) {
  .home-problem__chips {
    margin-bottom: 24px;
  }
}
@media (max-width: 1024px) {
  .home-problem__chips {
    margin-bottom: 0;
  }
}
.home-problem__chips .home-pill {
  background-color: #ffffff;
  box-shadow: 0 6px 30px 0 rgba(33, 39, 225, 0.1);
  display: flex;
  gap: 1.1320754717vw;
  width: -moz-fit-content;
  width: fit-content;
  align-items: center;
  font-family: "Ubuntu", sans-serif;
  color: #303B4A;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  position: relative;
}
@media (min-width: 1440px) {
  .home-problem__chips .home-pill {
    font-size: 1.8396226415vw;
  }
}
@media (max-width: 1440px) {
  .home-problem__chips .home-pill {
    font-size: 30px;
    line-height: normal;
  }
}
@media (max-width: 1200px) {
  .home-problem__chips .home-pill {
    font-size: 28px;
    line-height: 1.2em;
  }
}
@media (max-width: 1024px) {
  .home-problem__chips .home-pill {
    font-size: 24px;
    line-height: 1.2em;
  }
}
@media (max-width: 768px) {
  .home-problem__chips .home-pill {
    font-size: 20px;
    line-height: 1.2em;
  }
}
@media (max-width: 480px) {
  .home-problem__chips .home-pill {
    font-size: 16px;
    line-height: 1.2em;
  }
}
@media (min-width: 1440px) {
  .home-problem__chips .home-pill {
    margin-bottom: 5.6603773585vw;
  }
}
@media (max-width: 1440px) {
  .home-problem__chips .home-pill {
    margin-bottom: 80px;
  }
}
@media (max-width: 1200px) {
  .home-problem__chips .home-pill {
    margin-bottom: 60px;
  }
}
@media (max-width: 1024px) {
  .home-problem__chips .home-pill {
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .home-problem__chips .home-pill {
    margin-bottom: 36px;
  }
}
@media (max-width: 480px) {
  .home-problem__chips .home-pill {
    margin-bottom: 24px;
  }
}
@media (max-width: 1024px) {
  .home-problem__chips .home-pill {
    width: 100%;
  }
}
.home-problem__chips .home-pill__content i {
  font-family: "Ubuntu-medium", sans-serif;
}
.home-problem__chips .home-pill__icon {
  display: block;
  color: #03AB89;
}
@media (min-width: 1440px) {
  .home-problem__chips .home-pill__icon {
    min-width: 2.1462264151vw;
    width: 2.1462264151vw;
    height: 2.1462264151vw;
  }
  .home-problem__chips .home-pill__icon svg {
    width: 100%;
    height: 100%;
  }
}
@media (max-width: 1440px) {
  .home-problem__chips .home-pill__icon {
    min-width: 32px;
    width: 32px;
    height: 32px;
  }
  .home-problem__chips .home-pill__icon svg {
    width: 100%;
    height: 100%;
  }
}
@media (max-width: 1200px) {
  .home-problem__chips .home-pill__icon {
    min-width: 24px;
    width: 24px;
    height: 24px;
  }
  .home-problem__chips .home-pill__icon svg {
    width: 100%;
    height: 100%;
  }
}
@media (max-width: 480px) {
  .home-problem__chips .home-pill__icon {
    min-width: 16px;
    width: 16px;
    height: 16px;
  }
  .home-problem__chips .home-pill__icon svg {
    width: 100%;
    height: 100%;
  }
}
@media (min-width: 1440px) {
  .home-problem__chips .home-pill {
    padding-inline: 1.1320754717vw 2.641509434vw;
    padding-block: 0.9433962264vw;
    border-radius: 3.7735849057vw;
  }
}
@media (max-width: 1440px) {
  .home-problem__chips .home-pill {
    padding-inline: 24px 56px;
    padding-block: 20px;
    border-radius: 60px;
  }
}
@media (max-width: 768px) {
  .home-problem__chips .home-pill {
    padding-inline: 20px 32px;
    padding-block: 16px;
    border-radius: 40px;
    gap: 16px;
  }
}
@media (max-width: 480px) {
  .home-problem__chips .home-pill {
    padding-inline: 16px 20px;
    padding-block: 16px;
    border-radius: 24px;
    gap: 12px;
  }
}
@media (min-width: 1440px) {
  .home-problem__chips .home-pill:first-child {
    left: 13.4433962264vw;
  }
}
@media (max-width: 1440px) {
  .home-problem__chips .home-pill:first-child {
    left: 200px;
  }
}
@media (max-width: 1024px) {
  .home-problem__chips .home-pill:first-child {
    left: 0;
  }
}
@media (min-width: 1440px) {
  .home-problem__chips .home-pill:nth-child(2) {
    right: 8.9622641509vw;
    align-self: end;
  }
}
@media (max-width: 1440px) {
  .home-problem__chips .home-pill:nth-child(2) {
    right: 100px;
    align-self: end;
  }
}
@media (max-width: 1024px) {
  .home-problem__chips .home-pill:nth-child(2) {
    right: 0;
  }
}
@media (min-width: 1440px) {
  .home-problem__chips .home-pill:nth-child(3) {
    position: relative;
    left: 7.5471698113vw;
  }
}
@media (max-width: 1440px) {
  .home-problem__chips .home-pill:nth-child(3) {
    left: 90px;
  }
}
@media (max-width: 1024px) {
  .home-problem__chips .home-pill:nth-child(3) {
    left: 0;
  }
}
.home-problem__chips .home-pill.home-pill--danger .home-pill__icon {
  color: #f25b62;
}
@media (min-width: 1440px) {
  .home-problem__chips--bad .home-pill {
    margin-bottom: 4.5283018868vw;
  }
}
@media (max-width: 1440px) {
  .home-problem__chips--bad .home-pill {
    margin-bottom: 60px;
  }
}
@media (max-width: 1200px) {
  .home-problem__chips--bad .home-pill {
    margin-bottom: 52px;
  }
}
@media (max-width: 768px) {
  .home-problem__chips--bad .home-pill {
    margin-bottom: 60px;
  }
}
@media (max-width: 480px) {
  .home-problem__chips--bad .home-pill {
    margin-bottom: 40px;
  }
}
@media (min-width: 1440px) {
  .home-problem__chips--bad .home-pill:nth-child(1) {
    left: 7.0754716981vw;
  }
}
@media (max-width: 1440px) {
  .home-problem__chips--bad .home-pill:nth-child(1) {
    left: 80px;
  }
}
@media (max-width: 1024px) {
  .home-problem__chips--bad .home-pill:nth-child(1) {
    left: 0;
  }
}
@media (min-width: 1440px) {
  .home-problem__chips--bad .home-pill:nth-child(2) {
    right: 13.2075471698vw;
    align-self: flex-end;
  }
}
@media (max-width: 1440px) {
  .home-problem__chips--bad .home-pill:nth-child(2) {
    right: 160px;
    align-self: flex-end;
  }
}
@media (max-width: 1024px) {
  .home-problem__chips--bad .home-pill:nth-child(2) {
    right: 0;
  }
}
@media (min-width: 1440px) {
  .home-problem__chips--bad .home-pill:nth-child(3) {
    left: 2.358490566vw;
  }
}
@media (max-width: 1440px) {
  .home-problem__chips--bad .home-pill:nth-child(3) {
    left: 40px;
  }
}
@media (max-width: 1024px) {
  .home-problem__chips--bad .home-pill:nth-child(3) {
    left: 0;
  }
}
@media (min-width: 1440px) {
  .home-problem__chips--bad .home-pill:nth-child(4) {
    right: 9.4339622642vw;
    align-self: flex-end;
    left: auto;
  }
}
@media (max-width: 1440px) {
  .home-problem__chips--bad .home-pill:nth-child(4) {
    right: 120px;
    align-self: flex-end;
    left: auto;
  }
}
@media (max-width: 1024px) {
  .home-problem__chips--bad .home-pill:nth-child(4) {
    right: 0;
  }
}
.home-problem__divider {
  color: #0D1738;
  font-weight: 400;
  font-style: normal;
  font-family: "Figtree", sans-serif;
  line-height: normal;
  font-family: "Ubuntu-medium", sans-serif;
  text-align: center;
  position: relative;
  padding-block: 80px;
  margin-top: -80px;
  z-index: 2;
}
@media (min-width: 1440px) {
  .home-problem__divider {
    font-size: 2.8773584906vw;
  }
}
@media (max-width: 1440px) {
  .home-problem__divider {
    font-size: 50px;
    line-height: 1.2em;
  }
}
@media (max-width: 1200px) {
  .home-problem__divider {
    font-size: 40px;
  }
}
@media (max-width: 768px) {
  .home-problem__divider {
    font-size: 32px;
    line-height: 1.2em;
  }
}
@media (max-width: 480px) {
  .home-problem__divider {
    font-size: 24px;
  }
}
@media (min-width: 1440px) {
  .home-problem__divider {
    margin-bottom: 4.5283018868vw;
  }
}
@media (max-width: 1440px) {
  .home-problem__divider {
    margin-bottom: 60px;
  }
}
@media (max-width: 1200px) {
  .home-problem__divider {
    margin-bottom: 52px;
  }
}
@media (max-width: 768px) {
  .home-problem__divider {
    margin-bottom: 60px;
  }
}
@media (max-width: 480px) {
  .home-problem__divider {
    margin-bottom: 40px;
  }
}
.home-problem__divider::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(247, 248, 255, 0.6);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  /* Aquí está la magia: esto borra los bordes duros del rectángulo del blur */
  -webkit-mask-image: linear-gradient(to bottom, transparent 0%, black 35%, black 65%, transparent 100%);
  mask-image: linear-gradient(to bottom, transparent 0%, black 35%, black 65%, transparent 100%);
  z-index: -1;
  pointer-events: none;
}
.home-problem__summary {
  text-align: center;
}
@media (min-width: 1440px) {
  .home-problem__summary {
    margin-top: 5.6603773585vw;
  }
}
@media (max-width: 1440px) {
  .home-problem__summary {
    margin-top: 80px;
  }
}
@media (max-width: 1200px) {
  .home-problem__summary {
    margin-top: 60px;
  }
}
@media (max-width: 768px) {
  .home-problem__summary {
    margin-top: 40px;
  }
}
@media (max-width: 480px) {
  .home-problem__summary {
    margin-top: 20px;
  }
}
@media (min-width: 1440px) {
  .home-problem__summary {
    margin-bottom: 5.6603773585vw;
  }
}
@media (max-width: 1440px) {
  .home-problem__summary {
    margin-bottom: 80px;
  }
}
@media (max-width: 1200px) {
  .home-problem__summary {
    margin-bottom: 60px;
  }
}
@media (max-width: 1024px) {
  .home-problem__summary {
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .home-problem__summary {
    margin-bottom: 36px;
  }
}
@media (max-width: 480px) {
  .home-problem__summary {
    margin-bottom: 24px;
  }
}
.home-problem__eyebrow {
  color: #0D1738;
  font-weight: 400;
  font-style: normal;
  font-family: "Figtree", sans-serif;
  line-height: normal;
  font-family: "Ubuntu-italic", sans-serif;
  font-style: italic;
}
@media (min-width: 1440px) {
  .home-problem__eyebrow {
    font-size: 2.8773584906vw;
  }
}
@media (max-width: 1440px) {
  .home-problem__eyebrow {
    font-size: 50px;
    line-height: 1.2em;
  }
}
@media (max-width: 1200px) {
  .home-problem__eyebrow {
    font-size: 40px;
  }
}
@media (max-width: 768px) {
  .home-problem__eyebrow {
    font-size: 32px;
    line-height: 1.2em;
  }
}
@media (max-width: 480px) {
  .home-problem__eyebrow {
    font-size: 24px;
  }
}
@media (min-width: 1440px) {
  .home-problem__eyebrow {
    margin-bottom: 5.6603773585vw;
  }
}
@media (max-width: 1440px) {
  .home-problem__eyebrow {
    margin-bottom: 80px;
  }
}
@media (max-width: 1200px) {
  .home-problem__eyebrow {
    margin-bottom: 60px;
  }
}
@media (max-width: 1024px) {
  .home-problem__eyebrow {
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .home-problem__eyebrow {
    margin-bottom: 36px;
  }
}
@media (max-width: 480px) {
  .home-problem__eyebrow {
    margin-bottom: 24px;
  }
}
.home-problem__statement {
  max-width: 828px;
  color: #0D1738;
  font-weight: 400;
  font-style: normal;
  font-family: "Figtree", sans-serif;
  line-height: normal;
  font-family: "Ubuntu", sans-serif;
  margin: 0 auto;
}
@media (min-width: 1440px) {
  .home-problem__statement {
    font-size: 2.8773584906vw;
  }
}
@media (max-width: 1440px) {
  .home-problem__statement {
    font-size: 50px;
    line-height: 1.2em;
  }
}
@media (max-width: 1200px) {
  .home-problem__statement {
    font-size: 40px;
  }
}
@media (max-width: 768px) {
  .home-problem__statement {
    font-size: 32px;
    line-height: 1.2em;
  }
}
@media (max-width: 480px) {
  .home-problem__statement {
    font-size: 24px;
  }
}
@media (min-width: 1440px) {
  .home-problem__statement {
    max-width: 39.0566037736vw;
  }
}
@media (max-width: 1440px) {
  .home-problem__statement {
    max-width: 800px;
  }
}
@media (max-width: 1200px) {
  .home-problem__statement {
    max-width: 600px;
  }
}
@media (max-width: 768px) {
  .home-problem__statement {
    max-width: 100%;
  }
}
@media (max-width: 480px) {
  .home-problem__statement {
    max-width: 100%;
  }
}

.home-chaos {
  min-height: 300vh;
  position: relative;
  z-index: 2;
  background-color: #F7F8FF;
}
@media (max-width: 1024px) {
  .home-chaos {
    min-height: auto;
  }
}
.home-chaos__sticky {
  position: sticky;
  top: 0;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
}
@media (min-width: 1440px) {
  .home-chaos__sticky {
    padding-top: 5.6603773585vw;
  }
}
@media (max-width: 1440px) {
  .home-chaos__sticky {
    padding-top: 100px;
  }
}
@media (max-width: 1024px) {
  .home-chaos__sticky {
    position: relative;
    height: auto;
    min-height: auto;
  }
}
@media (min-width: 1440px) {
  .home-chaos .home__header {
    padding-inline: 11.6037735849vw 13.0660377358vw;
  }
}
@media (max-width: 1440px) {
  .home-chaos .home__header {
    padding-inline: 100px;
  }
}
@media (max-width: 1200px) {
  .home-chaos .home__header {
    padding-inline: 60px;
  }
}
@media (max-width: 768px) {
  .home-chaos .home__header {
    padding-inline: 4%;
  }
}
.home-chaos .home-chaos__title {
  position: relative;
  display: flex;
  color: #0D1738;
  font-style: normal;
  font-family: "GloriaHallelu", cursive;
  line-height: normal;
  font-weight: 400;
}
@media (min-width: 1440px) {
  .home-chaos .home-chaos__title {
    font-size: 3.5849056604vw;
  }
}
@media (max-width: 1440px) {
  .home-chaos .home-chaos__title {
    font-size: 50px;
  }
}
@media (max-width: 1200px) {
  .home-chaos .home-chaos__title {
    font-size: 52px;
    line-height: 1.2em;
  }
}
@media (max-width: 768px) {
  .home-chaos .home-chaos__title {
    font-size: 44px;
    line-height: 1.2em;
  }
}
@media (max-width: 480px) {
  .home-chaos .home-chaos__title {
    font-size: 38px;
  }
}
@media (max-width: 1200px) {
  .home-chaos .home-chaos__title {
    justify-content: center;
  }
}
@media (max-width: 1024px) {
  .home-chaos .home-chaos__title {
    flex-wrap: wrap;
  }
}
.home-chaos .home-chaos__title .home-chaos__from {
  display: flex;
  gap: 1.1320754717vw;
}
.home-chaos .home-chaos__title .home-chaos__highlight {
  display: block;
  color: #0D1738;
  font-style: normal;
  font-family: "GloriaHallelu", cursive;
  line-height: normal;
  font-weight: 400;
  position: relative;
  z-index: 1;
}
@media (min-width: 1440px) {
  .home-chaos .home-chaos__title .home-chaos__highlight {
    font-size: 3.5849056604vw;
  }
}
@media (max-width: 1440px) {
  .home-chaos .home-chaos__title .home-chaos__highlight {
    font-size: 50px;
  }
}
@media (max-width: 1200px) {
  .home-chaos .home-chaos__title .home-chaos__highlight {
    font-size: 52px;
    line-height: 1.2em;
  }
}
@media (max-width: 768px) {
  .home-chaos .home-chaos__title .home-chaos__highlight {
    font-size: 44px;
    line-height: 1.2em;
  }
}
@media (max-width: 480px) {
  .home-chaos .home-chaos__title .home-chaos__highlight {
    font-size: 38px;
  }
}
.home-chaos .home-chaos__title .home-chaos__doodle {
  position: absolute;
  opacity: 0.9;
  pointer-events: none;
  z-index: -1;
}
@media (min-width: 1440px) {
  .home-chaos .home-chaos__title .home-chaos__doodle {
    width: 21vw;
    left: -0.9433962264vw;
    top: -0.9433962264vw;
  }
}
@media (max-width: 1440px) {
  .home-chaos .home-chaos__title .home-chaos__doodle {
    width: 350px;
    left: -8px;
    top: -20px;
  }
}
@media (max-width: 1350px) {
  .home-chaos .home-chaos__title .home-chaos__doodle {
    width: 250px;
  }
}
@media (max-width: 1200px) {
  .home-chaos .home-chaos__title .home-chaos__doodle {
    display: none;
  }
}
@media (max-width: 480px) {
  .home-chaos .home-chaos__title .home-chaos__doodle {
    display: none;
  }
}
.home-chaos .home-chaos__title .home-chaos__text {
  display: flex;
  align-items: center;
  gap: 2.2641509434vw;
}
@media (min-width: 1440px) {
  .home-chaos .home-chaos__title .home-chaos__text {
    margin-left: 11.8867924528vw;
  }
}
@media (max-width: 1440px) {
  .home-chaos .home-chaos__title .home-chaos__text {
    margin-left: 200px;
    gap: 24px;
  }
}
@media (max-width: 1200px) {
  .home-chaos .home-chaos__title .home-chaos__text {
    margin-left: 30px;
  }
}
@media (max-width: 768px) {
  .home-chaos .home-chaos__title .home-chaos__text {
    flex-direction: column;
    margin-left: 0;
    justify-content: center;
    gap: 12px;
  }
}
.home-chaos .home-chaos__title .home-chaos__to-semi {
  color: #0D1738;
  font-weight: 400;
  font-style: normal;
  font-family: "Figtree", sans-serif;
  line-height: normal;
  font-weight: 600;
}
@media (min-width: 1440px) {
  .home-chaos .home-chaos__title .home-chaos__to-semi {
    font-size: 2.8773584906vw;
  }
}
@media (max-width: 1440px) {
  .home-chaos .home-chaos__title .home-chaos__to-semi {
    font-size: 50px;
    line-height: 1.2em;
  }
}
@media (max-width: 1200px) {
  .home-chaos .home-chaos__title .home-chaos__to-semi {
    font-size: 40px;
  }
}
@media (max-width: 768px) {
  .home-chaos .home-chaos__title .home-chaos__to-semi {
    font-size: 32px;
    line-height: 1.2em;
  }
}
@media (max-width: 480px) {
  .home-chaos .home-chaos__title .home-chaos__to-semi {
    font-size: 24px;
  }
}
.home-chaos .home-chaos__title .home-chaos__to-bold {
  color: #0D1738;
  font-weight: 400;
  font-style: normal;
  font-family: "Figtree", sans-serif;
  line-height: normal;
  font-weight: 800;
  font-style: italic;
}
@media (min-width: 1440px) {
  .home-chaos .home-chaos__title .home-chaos__to-bold {
    font-size: 2.8773584906vw;
  }
}
@media (max-width: 1440px) {
  .home-chaos .home-chaos__title .home-chaos__to-bold {
    font-size: 50px;
    line-height: 1.2em;
  }
}
@media (max-width: 1200px) {
  .home-chaos .home-chaos__title .home-chaos__to-bold {
    font-size: 40px;
  }
}
@media (max-width: 768px) {
  .home-chaos .home-chaos__title .home-chaos__to-bold {
    font-size: 32px;
    line-height: 1.2em;
  }
}
@media (max-width: 480px) {
  .home-chaos .home-chaos__title .home-chaos__to-bold {
    font-size: 24px;
  }
}
@media (max-width: 1350px) {
  .home-chaos .home-chaos__title .home-chaos__to-bold {
    font-size: 46px;
    line-height: 1.2em;
  }
}
@media (max-width: 1200px) {
  .home-chaos .home-chaos__title .home-chaos__to-bold {
    font-size: 36px;
    line-height: 1.1em;
  }
}
@media (max-width: 480px) {
  .home-chaos .home-chaos__title .home-chaos__to-bold {
    font-size: 30px;
    line-height: 1.1em;
    text-align: center;
  }
}
.home-chaos .home-chaos__title .home-chaos__to-bold .home-chaos__underline {
  position: absolute;
  bottom: 2px;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #2127E1;
  transform-origin: left;
  transform: scaleX(0);
}
.home-chaos__grid {
  display: flex;
  justify-content: space-between;
}
@media (min-width: 1440px) {
  .home-chaos__grid {
    margin-top: 4.7169811321vw;
  }
}
@media (max-width: 1440px) {
  .home-chaos__grid {
    margin-top: 80px;
  }
}
@media (max-width: 1200px) {
  .home-chaos__grid {
    margin-top: 60px;
  }
}
@media (max-width: 768px) {
  .home-chaos__grid {
    margin-top: 40px;
  }
}
@media (max-width: 480px) {
  .home-chaos__grid {
    margin-top: 20px;
  }
}
@media (min-width: 1440px) {
  .home-chaos__grid {
    padding-inline: 11.6037735849vw;
    gap: 3.3018867925vw;
  }
}
@media (max-width: 1440px) {
  .home-chaos__grid {
    padding-inline: 150px;
    gap: 50px;
  }
}
@media (max-width: 1200px) {
  .home-chaos__grid {
    padding-inline: 60px;
  }
}
@media (max-width: 768px) {
  .home-chaos__grid {
    padding-inline: 4%;
    flex-direction: column;
    gap: 50px;
  }
}
@media (min-width: 1440px) {
  .home-chaos__copy {
    max-width: 35.0471698113vw;
  }
}
@media (max-width: 1440px) {
  .home-chaos__copy {
    max-width: 600px;
  }
}
@media (max-width: 1024px) {
  .home-chaos__copy {
    max-width: 100%;
  }
}
.home-chaos__copy p {
  font-family: "Ubuntu", sans-serif;
  color: #7D8BA4;
  font-style: normal;
  font-weight: 400;
}
@media (min-width: 1440px) {
  .home-chaos__copy p {
    font-size: 1.6981132075vw;
    line-height: 2.1226415094vw;
  }
}
@media (max-width: 1440px) {
  .home-chaos__copy p {
    font-size: 28px;
    line-height: 36px;
  }
}
@media (max-width: 1200px) {
  .home-chaos__copy p {
    font-size: 24px;
    line-height: 40px;
  }
}
@media (max-width: 768px) {
  .home-chaos__copy p {
    font-size: 20px;
    line-height: 1.2em;
  }
}
@media (max-width: 480px) {
  .home-chaos__copy p {
    font-size: 16px;
    line-height: 1.2em;
  }
}
.home-chaos__copy p em {
  font-family: "Ubuntu-medium", sans-serif;
}
@media (min-width: 1440px) {
  .home-chaos__copy p:not(:last-child) {
    margin-bottom: 2.2641509434vw;
  }
}
@media (max-width: 1440px) {
  .home-chaos__copy p:not(:last-child) {
    margin-bottom: 32px;
  }
}
@media (max-width: 1200px) {
  .home-chaos__copy p:not(:last-child) {
    margin-bottom: 24px;
  }
}
@media (max-width: 768px) {
  .home-chaos__copy p:not(:last-child) {
    margin-bottom: 20px;
  }
}
@media (max-width: 480px) {
  .home-chaos__copy p:not(:last-child) {
    margin-bottom: 12px;
  }
}
.home-chaos__media {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1024px) {
  .home-chaos__media {
    display: none;
  }
}
.home-chaos__media-state {
  width: 100%;
  position: relative;
  display: flex;
  justify-content: end;
  align-items: center;
}
@media (min-width: 1440px) {
  .home-chaos__media-state {
    max-width: 27.358490566vw;
  }
}
@media (max-width: 1440px) {
  .home-chaos__media-state {
    max-width: 530px;
  }
}
.home-chaos__media-state--2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  pointer-events: none;
}
.home-chaos__media-main {
  margin: 0;
}
@media (min-width: 1440px) {
  .home-chaos__media-main {
    width: 20.8490566038vw;
  }
}
@media (max-width: 1440px) {
  .home-chaos__media-main {
    max-width: 360px;
  }
}
.home-chaos__media-main img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.home-how {
  position: relative;
  -webkit-padding-before: 0;
          padding-block-start: 0;
  overflow: hidden;
  background-color: #F7F8FF;
}
.home-how__orbit,
.home-how .home-predictable {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
@media (max-width: 768px) {
  .home-how__orbit,
  .home-how .home-predictable {
    flex-direction: column;
    gap: 24px;
  }
}
@media (min-width: 1440px) {
  .home-how__orbit,
  .home-how .home-predictable {
    min-height: 56.6037735849vw;
  }
}
@media (max-width: 1440px) {
  .home-how__orbit,
  .home-how .home-predictable {
    min-height: 1000px;
  }
}
@media (max-width: 1200px) {
  .home-how__orbit,
  .home-how .home-predictable {
    min-height: 600px;
  }
}
@media (max-width: 768px) {
  .home-how__orbit,
  .home-how .home-predictable {
    min-height: 500px;
  }
}
@media (max-width: 480px) {
  .home-how__orbit,
  .home-how .home-predictable {
    min-height: 350px;
    padding-block: 3rem;
  }
}
.home-how__orbit .home-how__bg-circles,
.home-how .home-predictable .home-how__bg-circles {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  z-index: 0;
  pointer-events: none;
  -webkit-mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.2) 0%, rgb(0, 0, 0) 50%, rgb(0, 0, 0) 50%, rgba(0, 0, 0, 0.2) 100%);
          mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.2) 0%, rgb(0, 0, 0) 50%, rgb(0, 0, 0) 50%, rgba(0, 0, 0, 0.2) 100%);
}
.home-how__orbit .home-how__circle,
.home-how .home-predictable .home-how__circle {
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  border: 5px solid rgba(160, 170, 255, 0.4);
  background-color: transparent;
  animation: pulseOrbit 8s infinite ease-in-out;
  transform: translate(-50%, -50%) scale(1);
}
.home-how__orbit .home-how__circle--1,
.home-how .home-predictable .home-how__circle--1 {
  animation-delay: 0s;
}
@media (min-width: 1440px) {
  .home-how__orbit .home-how__circle--1,
  .home-how .home-predictable .home-how__circle--1 {
    border-width: 0.4716981132vw;
    width: 17.9245283019vw;
    height: 17.9245283019vw;
  }
}
@media (max-width: 1440px) {
  .home-how__orbit .home-how__circle--1,
  .home-how .home-predictable .home-how__circle--1 {
    border-width: 8px;
    width: 360px;
    height: 360px;
  }
}
@media (max-width: 1200px) {
  .home-how__orbit .home-how__circle--1,
  .home-how .home-predictable .home-how__circle--1 {
    width: 280px;
    height: 280px;
  }
}
@media (max-width: 768px) {
  .home-how__orbit .home-how__circle--1,
  .home-how .home-predictable .home-how__circle--1 {
    border-width: 3px;
    width: 110px;
    height: 110px;
  }
}
.home-how__orbit .home-how__circle--2,
.home-how .home-predictable .home-how__circle--2 {
  animation-delay: 1s;
}
@media (min-width: 1440px) {
  .home-how__orbit .home-how__circle--2,
  .home-how .home-predictable .home-how__circle--2 {
    border-width: 0.4716981132vw;
    width: 31.6037735849vw;
    height: 31.6037735849vw;
  }
}
@media (max-width: 1440px) {
  .home-how__orbit .home-how__circle--2,
  .home-how .home-predictable .home-how__circle--2 {
    border-width: 8px;
    width: 560px;
    height: 560px;
  }
}
@media (max-width: 1200px) {
  .home-how__orbit .home-how__circle--2,
  .home-how .home-predictable .home-how__circle--2 {
    width: 430px;
    height: 430px;
  }
}
@media (max-width: 768px) {
  .home-how__orbit .home-how__circle--2,
  .home-how .home-predictable .home-how__circle--2 {
    border-width: 3px;
    width: 165px;
    height: 165px;
  }
}
.home-how__orbit .home-how__circle--3,
.home-how .home-predictable .home-how__circle--3 {
  animation-delay: 2s;
}
@media (min-width: 1440px) {
  .home-how__orbit .home-how__circle--3,
  .home-how .home-predictable .home-how__circle--3 {
    border-width: 0.4716981132vw;
    width: 45.2830188679vw;
    height: 45.2830188679vw;
  }
}
@media (max-width: 1440px) {
  .home-how__orbit .home-how__circle--3,
  .home-how .home-predictable .home-how__circle--3 {
    border-width: 8px;
    width: 760px;
    height: 760px;
  }
}
@media (max-width: 1200px) {
  .home-how__orbit .home-how__circle--3,
  .home-how .home-predictable .home-how__circle--3 {
    width: 580px;
    height: 580px;
  }
}
@media (max-width: 768px) {
  .home-how__orbit .home-how__circle--3,
  .home-how .home-predictable .home-how__circle--3 {
    border-width: 3px;
    width: 220px;
    height: 220px;
  }
}
.home-how__orbit .home-how__circle--4,
.home-how .home-predictable .home-how__circle--4 {
  animation-delay: 3s;
}
@media (min-width: 1440px) {
  .home-how__orbit .home-how__circle--4,
  .home-how .home-predictable .home-how__circle--4 {
    border-width: 0.4716981132vw;
    width: 58.9622641509vw;
    height: 58.9622641509vw;
  }
}
@media (max-width: 1440px) {
  .home-how__orbit .home-how__circle--4,
  .home-how .home-predictable .home-how__circle--4 {
    border-width: 8px;
    width: 960px;
    height: 960px;
  }
}
@media (max-width: 1200px) {
  .home-how__orbit .home-how__circle--4,
  .home-how .home-predictable .home-how__circle--4 {
    width: 730px;
    height: 730px;
  }
}
@media (max-width: 768px) {
  .home-how__orbit .home-how__circle--4,
  .home-how .home-predictable .home-how__circle--4 {
    border-width: 3px;
    width: 275px;
    height: 275px;
  }
}
.home-how__orbit .home-how__circle--5,
.home-how .home-predictable .home-how__circle--5 {
  animation-delay: 4s;
}
@media (min-width: 1440px) {
  .home-how__orbit .home-how__circle--5,
  .home-how .home-predictable .home-how__circle--5 {
    border-width: 0.4716981132vw;
    width: 72.641509434vw;
    height: 72.641509434vw;
  }
}
@media (max-width: 1440px) {
  .home-how__orbit .home-how__circle--5,
  .home-how .home-predictable .home-how__circle--5 {
    border-width: 8px;
    width: 1160px;
    height: 1160px;
  }
}
@media (max-width: 1200px) {
  .home-how__orbit .home-how__circle--5,
  .home-how .home-predictable .home-how__circle--5 {
    width: 880px;
    height: 880px;
  }
}
@media (max-width: 768px) {
  .home-how__orbit .home-how__circle--5,
  .home-how .home-predictable .home-how__circle--5 {
    border-width: 3px;
    width: 330px;
    height: 330px;
  }
}
.home-how__orbit .home-how__circle--6,
.home-how .home-predictable .home-how__circle--6 {
  animation-delay: 5s;
}
@media (min-width: 1440px) {
  .home-how__orbit .home-how__circle--6,
  .home-how .home-predictable .home-how__circle--6 {
    border-width: 0.4716981132vw;
    width: 86.320754717vw;
    height: 86.320754717vw;
  }
}
@media (max-width: 1440px) {
  .home-how__orbit .home-how__circle--6,
  .home-how .home-predictable .home-how__circle--6 {
    border-width: 8px;
    width: 1360px;
    height: 1360px;
  }
}
@media (max-width: 1200px) {
  .home-how__orbit .home-how__circle--6,
  .home-how .home-predictable .home-how__circle--6 {
    width: 1030px;
    height: 1030px;
  }
}
@media (max-width: 768px) {
  .home-how__orbit .home-how__circle--6,
  .home-how .home-predictable .home-how__circle--6 {
    border-width: 3px;
    width: 385px;
    height: 385px;
  }
}
.home-how__orbit .home-how__circle--7,
.home-how .home-predictable .home-how__circle--7 {
  animation-delay: 6s;
}
@media (min-width: 1440px) {
  .home-how__orbit .home-how__circle--7,
  .home-how .home-predictable .home-how__circle--7 {
    border-width: 0.4716981132vw;
    width: 100vw;
    height: 100vw;
  }
}
@media (max-width: 1440px) {
  .home-how__orbit .home-how__circle--7,
  .home-how .home-predictable .home-how__circle--7 {
    border-width: 8px;
    width: 1560px;
    height: 1560px;
  }
}
@media (max-width: 1200px) {
  .home-how__orbit .home-how__circle--7,
  .home-how .home-predictable .home-how__circle--7 {
    width: 1180px;
    height: 1180px;
  }
}
@media (max-width: 768px) {
  .home-how__orbit .home-how__circle--7,
  .home-how .home-predictable .home-how__circle--7 {
    border-width: 3px;
    width: 440px;
    height: 440px;
  }
}
.home-how__orbit .home-how__circle--8,
.home-how .home-predictable .home-how__circle--8 {
  animation-delay: 7s;
}
@media (min-width: 1440px) {
  .home-how__orbit .home-how__circle--8,
  .home-how .home-predictable .home-how__circle--8 {
    border-width: 0.4716981132vw;
    width: 113.679245283vw;
    height: 113.679245283vw;
  }
}
@media (max-width: 1440px) {
  .home-how__orbit .home-how__circle--8,
  .home-how .home-predictable .home-how__circle--8 {
    border-width: 8px;
    width: 1760px;
    height: 1760px;
  }
}
@media (max-width: 1200px) {
  .home-how__orbit .home-how__circle--8,
  .home-how .home-predictable .home-how__circle--8 {
    width: 1330px;
    height: 1330px;
  }
}
@media (max-width: 768px) {
  .home-how__orbit .home-how__circle--8,
  .home-how .home-predictable .home-how__circle--8 {
    border-width: 3px;
    width: 495px;
    height: 495px;
  }
}
.home-how__orbit {
  position: relative;
  z-index: 1;
}
.home-how__center {
  position: relative;
  z-index: 1;
  text-align: center;
  background-color: #f7f8ff;
}
@media (min-width: 1440px) {
  .home-how__center {
    max-width: 42.3113207547vw;
  }
}
@media (max-width: 1440px) {
  .home-how__center {
    max-width: 800px;
  }
}
@media (max-width: 1200px) {
  .home-how__center {
    max-width: 600px;
  }
}
@media (max-width: 768px) {
  .home-how__center {
    max-width: 550px;
  }
}
@media (max-width: 480px) {
  .home-how__center {
    max-width: 300px;
  }
}
.home-how__center h2 {
  color: #0D1738;
  font-style: normal;
  font-family: "Figtree", sans-serif;
  line-height: normal;
}
@media (min-width: 1440px) {
  .home-how__center h2 {
    margin-bottom: 1.5094339623vw;
  }
}
@media (max-width: 1440px) {
  .home-how__center h2 {
    margin-bottom: 24px;
  }
}
@media (max-width: 1200px) {
  .home-how__center h2 {
    margin-bottom: 20px;
  }
}
@media (max-width: 768px) {
  .home-how__center h2 {
    margin-bottom: 16px;
  }
}
@media (max-width: 480px) {
  .home-how__center h2 {
    margin-bottom: 12px;
  }
}
@media (min-width: 1440px) {
  .home-how__center h2 {
    font-size: 3.5990566038vw;
    line-height: 4.4811320755vw;
  }
}
@media (max-width: 1440px) {
  .home-how__center h2 {
    font-size: 60px;
    line-height: 70px;
  }
}
@media (max-width: 1200px) {
  .home-how__center h2 {
    font-size: 52px;
    line-height: 60px;
  }
}
@media (max-width: 1024px) {
  .home-how__center h2 {
    font-size: 40px;
    line-height: 60px;
  }
}
@media (max-width: 768px) {
  .home-how__center h2 {
    font-size: 36px;
    line-height: 1.2em;
  }
}
@media (max-width: 480px) {
  .home-how__center h2 {
    font-size: 30px;
  }
}
.home-how__center p {
  font-family: "Ubuntu", sans-serif;
  color: #303B4A;
  font-style: normal;
  font-weight: 400;
}
@media (min-width: 1440px) {
  .home-how__center p {
    font-size: 1.6981132075vw;
    line-height: 2.1226415094vw;
  }
}
@media (max-width: 1440px) {
  .home-how__center p {
    font-size: 28px;
    line-height: 36px;
  }
}
@media (max-width: 1200px) {
  .home-how__center p {
    font-size: 24px;
    line-height: 40px;
  }
}
@media (max-width: 768px) {
  .home-how__center p {
    font-size: 20px;
    line-height: 1.2em;
  }
}
@media (max-width: 480px) {
  .home-how__center p {
    font-size: 16px;
    line-height: 1.2em;
  }
}
.home-how__tag {
  position: absolute;
  z-index: 2;
  display: flex;
  align-items: center;
  border: 1px solid rgba(203, 208, 255, 0.95);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 2px 8px 16px 0 rgba(13, 23, 56, 0.2);
  font-family: "Ubuntu", sans-serif;
  color: #0D1738;
  font-style: normal;
  font-weight: 400;
}
@media (min-width: 1440px) {
  .home-how__tag {
    font-size: 1.6981132075vw;
    line-height: 2.1226415094vw;
  }
}
@media (max-width: 1440px) {
  .home-how__tag {
    font-size: 28px;
    line-height: 36px;
  }
}
@media (max-width: 1200px) {
  .home-how__tag {
    font-size: 24px;
    line-height: 40px;
  }
}
@media (max-width: 768px) {
  .home-how__tag {
    font-size: 20px;
    line-height: 1.2em;
  }
}
@media (max-width: 480px) {
  .home-how__tag {
    font-size: 16px;
    line-height: 1.2em;
  }
}
@media (min-width: 1440px) {
  .home-how__tag {
    gap: 3.0188679245vw;
    padding: 0.7547169811vw 3.0188679245vw 0.7547169811vw 1.1320754717vw;
  }
}
@media (max-width: 1440px) {
  .home-how__tag {
    padding: 12px 32px;
    gap: 50px;
  }
}
@media (max-width: 1200px) {
  .home-how__tag {
    padding: 6px 24px;
    gap: 24px;
  }
}
@media (max-width: 1024px) {
  .home-how__tag {
    padding: 12px;
    gap: 16px;
  }
}
@media (max-width: 768px) {
  .home-how__tag {
    font-size: 20px;
  }
}
.home-how__tag-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #E2E4FF;
}
@media (min-width: 1440px) {
  .home-how__tag-icon {
    width: 3.7735849057vw;
    height: 3.7735849057vw;
  }
  .home-how__tag-icon img {
    width: 1.8867924528vw;
    height: 1.8867924528vw;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
@media (max-width: 1440px) {
  .home-how__tag-icon {
    width: 60px;
    height: 60px;
  }
  .home-how__tag-icon img {
    width: 30px;
    height: 30px;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
@media (max-width: 1200px) {
  .home-how__tag-icon {
    width: 50px;
    height: 50px;
  }
  .home-how__tag-icon img {
    width: 25px;
    height: 25px;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
@media (max-width: 1024px) {
  .home-how__tag-icon {
    width: 50px;
    height: 50px;
  }
  .home-how__tag-icon img {
    width: 20px;
    height: 20px;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
@media (max-width: 768px) {
  .home-how__tag-icon {
    width: 40px;
    height: 40px;
  }
  .home-how__tag-icon img {
    width: 20px;
    height: 20px;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
.home-how__tag--left {
  left: 12.7%;
  top: 20%;
}
@media (max-width: 1440px) {
  .home-how__tag--left {
    top: 20%;
  }
}
@media (max-width: 768px) {
  .home-how__tag--left {
    position: relative;
    left: auto;
    top: auto;
  }
}
.home-how__tag--right {
  right: 10%;
  top: 28%;
}
@media (max-width: 1440px) {
  .home-how__tag--right {
    top: 25%;
  }
}
@media (max-width: 768px) {
  .home-how__tag--right {
    position: relative;
    right: auto;
    top: auto;
  }
}
.home-how__tag--bottom {
  left: 17%;
  bottom: 20%;
}
@media (max-width: 1440px) {
  .home-how__tag--bottom {
    bottom: 20%;
  }
}
@media (max-width: 768px) {
  .home-how__tag--bottom {
    position: relative;
    left: auto;
    bottom: auto;
  }
}
.home-how__pillars {
  display: grid;
}
@media (min-width: 1440px) {
  .home-how__pillars {
    gap: 5.6603773585vw;
  }
}
@media (max-width: 1440px) {
  .home-how__pillars {
    gap: 100px;
  }
}
@media (max-width: 1200px) {
  .home-how__pillars {
    gap: 80px;
  }
}
@media (max-width: 768px) {
  .home-how__pillars {
    gap: 60px;
  }
}
@media (max-width: 480px) {
  .home-how__pillars {
    gap: 40px;
  }
}
@media (min-width: 1440px) {
  .home-how .home-predictable .home-how__circle {
    border-width: 0.1886792453vw;
  }
}
@media (max-width: 1440px) {
  .home-how .home-predictable .home-how__circle {
    border-width: 4px;
  }
}
@media (max-width: 768px) {
  .home-how .home-predictable .home-how__circle {
    border-width: 3px;
  }
}
@media (min-width: 1440px) {
  .home-how .home-predictable .home-how__circle--1 {
    width: 49.0566037736vw;
    height: 49.0566037736vw;
  }
}
@media (max-width: 1440px) {
  .home-how .home-predictable .home-how__circle--1 {
    width: 840px;
    height: 840px;
  }
}
@media (max-width: 1200px) {
  .home-how .home-predictable .home-how__circle--1 {
    width: 560px;
    height: 560px;
  }
}
@media (max-width: 768px) {
  .home-how .home-predictable .home-how__circle--1 {
    width: 310px;
    height: 310px;
  }
}
@media (min-width: 1440px) {
  .home-how .home-predictable .home-how__circle--2 {
    width: 55.6603773585vw;
    height: 55.6603773585vw;
  }
}
@media (max-width: 1440px) {
  .home-how .home-predictable .home-how__circle--2 {
    width: 940px;
    height: 940px;
  }
}
@media (max-width: 1200px) {
  .home-how .home-predictable .home-how__circle--2 {
    width: 640px;
    height: 640px;
  }
}
@media (max-width: 768px) {
  .home-how .home-predictable .home-how__circle--2 {
    width: 360px;
    height: 360px;
  }
}
@media (min-width: 1440px) {
  .home-how .home-predictable .home-how__circle--3 {
    width: 62.2641509434vw;
    height: 62.2641509434vw;
  }
}
@media (max-width: 1440px) {
  .home-how .home-predictable .home-how__circle--3 {
    width: 1040px;
    height: 1040px;
  }
}
@media (max-width: 1200px) {
  .home-how .home-predictable .home-how__circle--3 {
    width: 720px;
    height: 720px;
  }
}
@media (max-width: 768px) {
  .home-how .home-predictable .home-how__circle--3 {
    width: 410px;
    height: 410px;
  }
}
@media (min-width: 1440px) {
  .home-how .home-predictable .home-how__circle--4 {
    width: 68.8679245283vw;
    height: 68.8679245283vw;
  }
}
@media (max-width: 1440px) {
  .home-how .home-predictable .home-how__circle--4 {
    width: 1140px;
    height: 1140px;
  }
}
@media (max-width: 1200px) {
  .home-how .home-predictable .home-how__circle--4 {
    width: 800px;
    height: 800px;
  }
}
@media (max-width: 768px) {
  .home-how .home-predictable .home-how__circle--4 {
    width: 460px;
    height: 460px;
  }
}
@media (min-width: 1440px) {
  .home-how .home-predictable .home-how__circle--5 {
    width: 75.4716981132vw;
    height: 75.4716981132vw;
  }
}
@media (max-width: 1440px) {
  .home-how .home-predictable .home-how__circle--5 {
    width: 1240px;
    height: 1240px;
  }
}
@media (max-width: 1200px) {
  .home-how .home-predictable .home-how__circle--5 {
    width: 880px;
    height: 880px;
  }
}
@media (max-width: 768px) {
  .home-how .home-predictable .home-how__circle--5 {
    width: 510px;
    height: 510px;
  }
}
@media (min-width: 1440px) {
  .home-how .home-predictable .home-how__circle--6 {
    width: 82.0754716981vw;
    height: 82.0754716981vw;
  }
}
@media (max-width: 1440px) {
  .home-how .home-predictable .home-how__circle--6 {
    width: 1340px;
    height: 1340px;
  }
}
@media (max-width: 1200px) {
  .home-how .home-predictable .home-how__circle--6 {
    width: 960px;
    height: 960px;
  }
}
@media (max-width: 768px) {
  .home-how .home-predictable .home-how__circle--6 {
    width: 560px;
    height: 560px;
  }
}
@media (min-width: 1440px) {
  .home-how .home-predictable .home-how__circle--7 {
    width: 88.679245283vw;
    height: 88.679245283vw;
  }
}
@media (max-width: 1440px) {
  .home-how .home-predictable .home-how__circle--7 {
    width: 1440px;
    height: 1440px;
  }
}
@media (max-width: 1200px) {
  .home-how .home-predictable .home-how__circle--7 {
    width: 1040px;
    height: 1040px;
  }
}
@media (max-width: 768px) {
  .home-how .home-predictable .home-how__circle--7 {
    width: 610px;
    height: 610px;
  }
}
.home-how .home-predictable__center {
  background-color: #CCCFFF;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.home-how .home-predictable__center p {
  color: #2127E1;
  font-weight: 400;
  font-style: normal;
  font-family: "Figtree", sans-serif;
  line-height: normal;
  font-family: "Ubuntu", sans-serif;
}
@media (min-width: 1440px) {
  .home-how .home-predictable__center p {
    font-size: 2.8773584906vw;
  }
}
@media (max-width: 1440px) {
  .home-how .home-predictable__center p {
    font-size: 50px;
    line-height: 1.2em;
  }
}
@media (max-width: 1200px) {
  .home-how .home-predictable__center p {
    font-size: 40px;
  }
}
@media (max-width: 768px) {
  .home-how .home-predictable__center p {
    font-size: 32px;
    line-height: 1.2em;
  }
}
@media (max-width: 480px) {
  .home-how .home-predictable__center p {
    font-size: 24px;
  }
}
@media (max-width: 768px) {
  .home-how .home-predictable__center p {
    font-size: 24px;
  }
}
@media (min-width: 1440px) {
  .home-how .home-predictable__center {
    width: 40.5660377358vw;
    height: 40.5660377358vw;
    gap: 3.0188679245vw;
  }
}
@media (max-width: 1440px) {
  .home-how .home-predictable__center {
    width: 600px;
    height: 600px;
    gap: 40px;
  }
}
@media (max-width: 1200px) {
  .home-how .home-predictable__center {
    width: 500px;
    height: 500px;
    gap: 24px;
  }
}
@media (max-width: 768px) {
  .home-how .home-predictable__center {
    width: 300px;
    height: 300px;
    gap: 20px;
  }
}

@media (min-width: 1440px) {
  .home-pillar {
    padding-left: 11.5094339623vw;
    padding-right: 11.5094339623vw;
  }
}
@media (max-width: 1440px) {
  .home-pillar {
    padding-left: 80px;
    padding-right: 80px;
  }
}
@media (max-width: 1200px) {
  .home-pillar {
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media (max-width: 768px) {
  .home-pillar {
    padding-left: 4%;
    padding-right: 4%;
  }
}
.home-pillar__header {
  overflow: hidden;
}
@media (min-width: 1440px) {
  .home-pillar__header {
    margin-bottom: 2.358490566vw;
  }
}
@media (max-width: 1440px) {
  .home-pillar__header {
    margin-bottom: 30px;
  }
}
@media (max-width: 1200px) {
  .home-pillar__header {
    margin-bottom: 25px;
  }
}
@media (max-width: 1024px) {
  .home-pillar__header {
    margin-bottom: 24px;
  }
}
@media (max-width: 768px) {
  .home-pillar__header {
    margin-bottom: 20px;
  }
}
.home-pillar__header h3 {
  color: #0D1738;
  font-weight: 400;
  font-style: normal;
  font-family: "Figtree", sans-serif;
  line-height: normal;
  font-family: "Figtree", sans-serif;
  font-weight: 700;
}
@media (min-width: 1440px) {
  .home-pillar__header h3 {
    font-size: 2.8773584906vw;
  }
}
@media (max-width: 1440px) {
  .home-pillar__header h3 {
    font-size: 50px;
    line-height: 1.2em;
  }
}
@media (max-width: 1200px) {
  .home-pillar__header h3 {
    font-size: 40px;
  }
}
@media (max-width: 768px) {
  .home-pillar__header h3 {
    font-size: 32px;
    line-height: 1.2em;
  }
}
@media (max-width: 480px) {
  .home-pillar__header h3 {
    font-size: 24px;
  }
}
.home-pillar__kicker {
  margin-top: 0.7547169811vw;
  text-transform: uppercase;
  font-family: "Ubuntu", sans-serif;
  color: #2127E1;
  font-style: normal;
  font-weight: 400;
  font-family: "Ubuntu-medium", sans-serif;
  letter-spacing: 0;
}
@media (min-width: 1440px) {
  .home-pillar__kicker {
    font-size: 1.4740566038vw;
    line-height: 1.9646226415vw;
  }
}
@media (max-width: 1440px) {
  .home-pillar__kicker {
    font-size: 25px;
    line-height: 33.3px;
  }
}
@media (max-width: 1200px) {
  .home-pillar__kicker {
    font-size: 20px;
    line-height: 1.2em;
  }
}
@media (max-width: 768px) {
  .home-pillar__kicker {
    font-size: 16px;
    line-height: 1.2em;
  }
}
.home-pillar__image {
  overflow: hidden;
  border-radius: 28px;
  background: linear-gradient(180deg, #f8f9ff 0%, #e7eaff 100%);
  box-shadow: 0 22px 42px rgba(16, 22, 58, 0.09);
  width: 100%;
}
@media (min-width: 1440px) {
  .home-pillar__image {
    max-width: 23.5849056604vw;
    height: 28.3018867925vw;
  }
}
@media (max-width: 1440px) {
  .home-pillar__image {
    max-width: 400px;
    height: 450px;
  }
}
@media (max-width: 1200px) {
  .home-pillar__image {
    width: 350px;
    height: 500px;
  }
}
@media (max-width: 768px) {
  .home-pillar__image {
    display: none;
  }
}
.home-pillar__image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.home-pillar__grid {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (min-width: 1440px) {
  .home-pillar__grid {
    gap: 5.5660377358vw;
  }
}
@media (max-width: 1440px) {
  .home-pillar__grid {
    gap: 60px;
  }
}
@media (max-width: 1200px) {
  .home-pillar__grid {
    gap: 40px;
  }
}
@media (max-width: 768px) {
  .home-pillar__grid {
    flex-direction: column-reverse;
    align-items: start;
    gap: 16px;
  }
}
.home-pillar:nth-child(even) .home__pillar__text {
  display: flex;
  flex-direction: column;
  align-items: end;
}
@media (max-width: 768px) {
  .home-pillar:nth-child(even) .home__pillar__text {
    align-items: start;
  }
}
@media (min-width: 1200px) {
  .home-pillar:nth-child(even) .home-pillar__grid {
    flex-direction: row-reverse;
  }
}
.home-pillar__content {
  flex: 1;
}
@media (min-width: 1440px) {
  .home-pillar__content {
    max-width: 39.0566037736vw;
  }
}
@media (max-width: 1440px) {
  .home-pillar__content {
    max-width: 750px;
  }
}
.home-pillar__content p {
  font-family: "Ubuntu", sans-serif;
  color: #303B4A;
  font-style: normal;
  font-weight: 400;
  font-family: "Ubuntu-light", sans-serif;
}
@media (min-width: 1440px) {
  .home-pillar__content p {
    font-size: 1.5094339623vw;
    line-height: 1.8867924528vw;
  }
}
@media (max-width: 1440px) {
  .home-pillar__content p {
    font-size: 28px;
    line-height: 36px;
  }
}
@media (max-width: 1200px) {
  .home-pillar__content p {
    font-size: 24px;
    line-height: 40px;
  }
}
@media (max-width: 768px) {
  .home-pillar__content p {
    font-size: 20px;
    line-height: 1.2em;
  }
}
@media (max-width: 480px) {
  .home-pillar__content p {
    font-size: 16px;
    line-height: 1.2em;
  }
}
@media (min-width: 1440px) {
  .home-pillar__content p {
    margin-bottom: 1.320754717vw;
  }
}
@media (max-width: 1440px) {
  .home-pillar__content p {
    margin-bottom: 24px;
  }
}
@media (max-width: 1200px) {
  .home-pillar__content p {
    margin-bottom: 20px;
  }
}
@media (max-width: 768px) {
  .home-pillar__content p {
    margin-bottom: 16px;
  }
}
@media (max-width: 480px) {
  .home-pillar__content p {
    margin-bottom: 12px;
  }
}
.home-pillar__content .home-pillar__text-description {
  font-family: "Ubuntu", sans-serif;
  color: #303B4A;
  font-style: normal;
  font-weight: 400;
  font-family: "Ubuntu-light", sans-serif;
}
@media (min-width: 1440px) {
  .home-pillar__content .home-pillar__text-description {
    font-size: 1.5094339623vw;
    line-height: 1.8867924528vw;
  }
}
@media (max-width: 1440px) {
  .home-pillar__content .home-pillar__text-description {
    font-size: 28px;
    line-height: 36px;
  }
}
@media (max-width: 1200px) {
  .home-pillar__content .home-pillar__text-description {
    font-size: 24px;
    line-height: 40px;
  }
}
@media (max-width: 768px) {
  .home-pillar__content .home-pillar__text-description {
    font-size: 20px;
    line-height: 1.2em;
  }
}
@media (max-width: 480px) {
  .home-pillar__content .home-pillar__text-description {
    font-size: 16px;
    line-height: 1.2em;
  }
}
@media (min-width: 1440px) {
  .home-pillar__content .home-pillar__text-description {
    margin-bottom: 1.320754717vw;
  }
}
@media (max-width: 1440px) {
  .home-pillar__content .home-pillar__text-description {
    margin-bottom: 24px;
  }
}
@media (max-width: 1200px) {
  .home-pillar__content .home-pillar__text-description {
    margin-bottom: 20px;
  }
}
@media (max-width: 768px) {
  .home-pillar__content .home-pillar__text-description {
    margin-bottom: 16px;
  }
}
@media (max-width: 480px) {
  .home-pillar__content .home-pillar__text-description {
    margin-bottom: 12px;
  }
}
.home-pillar__content li {
  font-family: "Ubuntu", sans-serif;
  color: #303B4A;
  font-style: normal;
  font-weight: 400;
  font-family: "Ubuntu-light", sans-serif;
  position: relative;
  list-style: none;
}
@media (min-width: 1440px) {
  .home-pillar__content li {
    font-size: 1.5094339623vw;
    line-height: 1.8867924528vw;
  }
}
@media (max-width: 1440px) {
  .home-pillar__content li {
    font-size: 28px;
    line-height: 36px;
  }
}
@media (max-width: 1200px) {
  .home-pillar__content li {
    font-size: 24px;
    line-height: 40px;
  }
}
@media (max-width: 768px) {
  .home-pillar__content li {
    font-size: 20px;
    line-height: 1.2em;
  }
}
@media (max-width: 480px) {
  .home-pillar__content li {
    font-size: 16px;
    line-height: 1.2em;
  }
}
@media (min-width: 1440px) {
  .home-pillar__content li {
    margin-bottom: 1.320754717vw;
  }
}
@media (max-width: 1440px) {
  .home-pillar__content li {
    margin-bottom: 24px;
  }
}
@media (max-width: 1200px) {
  .home-pillar__content li {
    margin-bottom: 20px;
  }
}
@media (max-width: 768px) {
  .home-pillar__content li {
    margin-bottom: 16px;
  }
}
@media (max-width: 480px) {
  .home-pillar__content li {
    margin-bottom: 12px;
  }
}
@media (min-width: 1440px) {
  .home-pillar__content li {
    padding-left: 3.3018867925vw;
  }
}
@media (max-width: 1440px) {
  .home-pillar__content li {
    padding-left: 54px;
  }
}
@media (max-width: 1200px) {
  .home-pillar__content li {
    padding-left: 40px;
  }
}
@media (max-width: 1024px) {
  .home-pillar__content li {
    padding-left: 30px;
  }
}
@media (max-width: 768px) {
  .home-pillar__content li {
    padding-left: 24px;
  }
}
.home-pillar__content li::before {
  content: "";
  position: absolute;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzNiIgaGVpZ2h0PSIzNiIgdmlld0JveD0iMCAwIDQ4IDQ4IiBmaWxsPSJub25lIj4KICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8cGF0aCBkPSJNMjQgNC41QzEzLjIzIDQuNSA0LjUgMTMuMjMgNC41IDI0QzQuNSAzNC43NyAxMy4yMyA0My41IDI0IDQzLjVDMzQuNzcgNDMuNSA0My41IDM0Ljc3IDQzLjUgMjRDNDMuNSAxMy4yMyAzNC43NyA0LjUgMjQgNC41Wk0zNC44ODcgMTguNDYwNUwyMC42NTggMzIuNjg4QzIwLjMwMSAzMy4wNDM1IDE5LjcyMzUgMzMuMDQzNSAxOS4zNjY1IDMyLjY4OEwxOS4wOCAzMi40MDE1TDE5LjA3ODUgMzIuNDAzTDExLjI1IDI0LjUxOUMxMC44OTMgMjQuMTYyIDEwLjg5MyAyMy41ODMgMTEuMjUgMjMuMjI2TDEzLjE5MSAyMS4yODY1QzEzLjU0OCAyMC45Mjk1IDE0LjEyNyAyMC45Mjk1IDE0LjQ4NCAyMS4yODY1TDIwLjAxNzUgMjYuODYwNUwzMS42NTE1IDE1LjIyNjVDMzIuMDA4NSAxNC44Njk1IDMyLjU4NzUgMTQuODY5NSAzMi45NDQ1IDE1LjIyNjVMMzQuODg1NSAxNy4xNjc1QzM1LjI0NCAxNy41MjMgMzUuMjQ0IDE4LjEwMiAzNC44ODcgMTguNDYwNVoiIGZpbGw9IiMwM0FCODkiPjwvcGF0aD4KICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDwvc3ZnPg==);
  background-repeat: no-repeat;
  background-size: contain;
  top: 50%;
  transform: translateY(-50%);
}
@media (min-width: 1440px) {
  .home-pillar__content li::before {
    left: 0;
    width: 1.8396226415vw;
    height: 1.8396226415vw;
  }
}
@media (max-width: 1440px) {
  .home-pillar__content li::before {
    left: 0;
    width: 36px;
    height: 36px;
  }
}
@media (max-width: 1024px) {
  .home-pillar__content li::before {
    left: 0;
    width: 28px;
    height: 28px;
  }
}
@media (max-width: 768px) {
  .home-pillar__content li::before {
    left: 0;
    width: 20px;
    height: 20px;
  }
}
.home-pillar__content li strong {
  font-family: "Ubuntu-medium", sans-serif;
  font-weight: 400;
}

@media (min-width: 1440px) {
  .home-outcomes {
    padding-left: 5.6603773585vw;
    padding-right: 5.6603773585vw;
  }
}
@media (max-width: 1440px) {
  .home-outcomes {
    padding-left: 80px;
    padding-right: 80px;
  }
}
@media (max-width: 1200px) {
  .home-outcomes {
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media (max-width: 768px) {
  .home-outcomes {
    padding-left: 4%;
    padding-right: 4%;
  }
}
@media (min-width: 1440px) {
  .home-outcomes {
    padding-top: 4.7169811321vw;
    padding-bottom: 4.7169811321vw;
  }
}
@media (max-width: 1440px) {
  .home-outcomes {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media (max-width: 768px) {
  .home-outcomes {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media (max-width: 480px) {
  .home-outcomes {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.home-outcomes__orbit {
  margin-bottom: 88px;
}
.home-outcomes__orbit-figure {
  max-width: 940px;
  margin: 0 auto;
}
.home-outcomes__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
@media (min-width: 1440px) {
  .home-outcomes__grid {
    row-gap: 4.0566037736vw;
  }
}
@media (max-width: 1440px) {
  .home-outcomes__grid {
    row-gap: 60px;
  }
}
@media (max-width: 1200px) {
  .home-outcomes__grid {
    row-gap: 40px;
  }
}
@media (max-width: 1024px) {
  .home-outcomes__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 768px) {
  .home-outcomes__grid {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 48px;
  }
}
.home-outcomes__intro {
  display: flex;
  align-items: center;
  padding-right: 18px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .home-outcomes__intro {
    justify-content: center;
  }
}
.home-outcomes__intro h2 {
  color: #0D1738;
  font-style: normal;
  font-family: "Figtree", sans-serif;
  line-height: normal;
  font-weight: 700;
}
@media (min-width: 1440px) {
  .home-outcomes__intro h2 {
    font-size: 3.5990566038vw;
    line-height: 4.4811320755vw;
  }
}
@media (max-width: 1440px) {
  .home-outcomes__intro h2 {
    font-size: 60px;
    line-height: 70px;
  }
}
@media (max-width: 1200px) {
  .home-outcomes__intro h2 {
    font-size: 52px;
    line-height: 60px;
  }
}
@media (max-width: 1024px) {
  .home-outcomes__intro h2 {
    font-size: 40px;
    line-height: 60px;
  }
}
@media (max-width: 768px) {
  .home-outcomes__intro h2 {
    font-size: 36px;
    line-height: 1.2em;
  }
}
@media (max-width: 480px) {
  .home-outcomes__intro h2 {
    font-size: 30px;
  }
}
@media (min-width: 1440px) {
  .home-outcomes__intro h2 {
    max-width: 18.8679245283vw;
  }
}
@media (max-width: 1440px) {
  .home-outcomes__intro h2 {
    max-width: 350px;
  }
}
@media (max-width: 768px) {
  .home-outcomes__intro h2 {
    text-align: center;
    max-width: 100%;
  }
}

.home-benefit-card {
  overflow: hidden;
}
@media (max-width: 768px) {
  .home-benefit-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}
.home-benefit-card__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #E2E4FF;
  margin-bottom: 32px;
}
@media (min-width: 1440px) {
  .home-benefit-card__icon {
    margin-bottom: 1.5094339623vw;
  }
}
@media (max-width: 1440px) {
  .home-benefit-card__icon {
    margin-bottom: 24px;
  }
}
@media (max-width: 1200px) {
  .home-benefit-card__icon {
    margin-bottom: 20px;
  }
}
@media (max-width: 768px) {
  .home-benefit-card__icon {
    margin-bottom: 16px;
  }
}
@media (max-width: 480px) {
  .home-benefit-card__icon {
    margin-bottom: 12px;
  }
}
@media (min-width: 1440px) {
  .home-benefit-card__icon {
    width: 5.6603773585vw;
    height: 5.6603773585vw;
    border-radius: 0.5660377358vw;
  }
  .home-benefit-card__icon img {
    width: 3.0188679245vw;
    height: 3.0188679245vw;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
@media (max-width: 1440px) {
  .home-benefit-card__icon {
    width: 106px;
    height: 106px;
    border-radius: 12px;
  }
  .home-benefit-card__icon img {
    width: 58px;
    height: 58px;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
@media (max-width: 480px) {
  .home-benefit-card__icon {
    width: 80px;
    height: 80px;
  }
  .home-benefit-card__icon img {
    width: 44px;
    height: 44px;
  }
}
.home-benefit-card h3 {
  font-family: "Ubuntu", sans-serif;
  color: #303B4A;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  font-family: "Ubuntu-medium", sans-serif;
}
@media (min-width: 1440px) {
  .home-benefit-card h3 {
    font-size: 1.8396226415vw;
  }
}
@media (max-width: 1440px) {
  .home-benefit-card h3 {
    font-size: 30px;
    line-height: normal;
  }
}
@media (max-width: 1200px) {
  .home-benefit-card h3 {
    font-size: 28px;
    line-height: 1.2em;
  }
}
@media (max-width: 1024px) {
  .home-benefit-card h3 {
    font-size: 24px;
    line-height: 1.2em;
  }
}
@media (max-width: 768px) {
  .home-benefit-card h3 {
    font-size: 20px;
    line-height: 1.2em;
  }
}
@media (max-width: 480px) {
  .home-benefit-card h3 {
    font-size: 16px;
    line-height: 1.2em;
  }
}
@media (min-width: 1440px) {
  .home-benefit-card h3 {
    margin-bottom: 1.5094339623vw;
  }
}
@media (max-width: 1440px) {
  .home-benefit-card h3 {
    margin-bottom: 24px;
  }
}
@media (max-width: 1200px) {
  .home-benefit-card h3 {
    margin-bottom: 20px;
  }
}
@media (max-width: 768px) {
  .home-benefit-card h3 {
    margin-bottom: 16px;
  }
}
@media (max-width: 480px) {
  .home-benefit-card h3 {
    margin-bottom: 12px;
  }
}
.home-benefit-card p {
  font-family: "Ubuntu", sans-serif;
  color: #303B4A;
  font-style: normal;
}
@media (min-width: 1440px) {
  .home-benefit-card p {
    font-size: 1.179245283vw;
    line-height: 1.4764150943vw;
  }
}
@media (max-width: 1440px) {
  .home-benefit-card p {
    font-size: 20px;
    line-height: 25px;
  }
}
@media (max-width: 768px) {
  .home-benefit-card p {
    font-size: 18px;
    line-height: 1.2em;
  }
}
@media (min-width: 1440px) {
  .home-benefit-card p {
    max-width: 20.0943396226vw;
  }
}
@media (max-width: 1440px) {
  .home-benefit-card p {
    max-width: 390px;
  }
}

.home-value-banner {
  position: relative;
  overflow: clip;
  background-color: #cccfff;
}
@media (min-width: 1440px) {
  .home-value-banner {
    padding-top: 5.6603773585vw;
    padding-bottom: 5.6603773585vw;
  }
}
@media (max-width: 1440px) {
  .home-value-banner {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media (max-width: 1200px) {
  .home-value-banner {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media (max-width: 768px) {
  .home-value-banner {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media (max-width: 480px) {
  .home-value-banner {
    padding-top: 24px;
    padding-bottom: 24px;
  }
}
.home-value-banner .container {
  position: relative;
}
.home-value-banner__circles {
  position: absolute;
  z-index: 0;
  pointer-events: none;
}
@media (min-width: 1440px) {
  .home-value-banner__circles {
    top: 19.5754716981vw;
    right: -19.8113207547vw;
    width: 42.4528301887vw;
    height: 42.4528301887vw;
  }
}
@media (max-width: 1440px) {
  .home-value-banner__circles {
    top: 25%;
    right: -18%;
    width: 650px;
    height: 650px;
  }
}
@media (max-width: 1200px) {
  .home-value-banner__circles {
    width: 450px;
    height: 450px;
    right: -20%;
  }
}
@media (max-width: 768px) {
  .home-value-banner__circles {
    width: 300px;
    height: 300px;
    right: -25%;
  }
}
@media (max-width: 480px) {
  .home-value-banner__circles {
    width: 350px;
    height: 350px;
    right: -30%;
  }
}
.home-value-banner__circle {
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
}
@media (min-width: 1440px) {
  .home-value-banner__circle {
    border: 0.3301886792vw solid rgba(77, 100, 255, 0.2);
  }
}
@media (max-width: 1440px) {
  .home-value-banner__circle {
    border: 5px solid rgba(77, 100, 255, 0.2);
  }
}
@media (max-width: 768px) {
  .home-value-banner__circle {
    border: 3px solid rgba(77, 100, 255, 0.2);
  }
}
.home-value-banner__circle--1 {
  width: 20%;
  height: 20%;
}
.home-value-banner__circle--2 {
  width: 40%;
  height: 40%;
}
.home-value-banner__circle--3 {
  width: 60%;
  height: 60%;
}
.home-value-banner__circle--4 {
  width: 80%;
  height: 80%;
}
.home-value-banner__circle--5 {
  width: 100%;
  height: 100%;
}
.home-value-banner.is-visible .home-value-banner__circle {
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
}
.home-value-banner__anim-wrapper {
  overflow: hidden;
  border-radius: inherit;
}
.home-value-banner__top {
  display: flex;
  flex-direction: column;
}
@media (min-width: 1440px) {
  .home-value-banner__top {
    gap: 5.2358490566vw;
    padding-inline: 14.5283018868vw;
  }
}
@media (max-width: 1440px) {
  .home-value-banner__top {
    gap: 80px;
    padding-inline: 200px;
  }
}
@media (max-width: 1200px) {
  .home-value-banner__top {
    padding-inline: 100px;
    gap: 40px;
  }
}
@media (max-width: 768px) {
  .home-value-banner__top {
    padding-inline: 4%;
  }
}
.home-value-banner__media-box {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
}
@media (min-width: 1440px) {
  .home-value-banner__media-box {
    gap: 5.4716981132vw;
  }
}
@media (max-width: 1440px) {
  .home-value-banner__media-box {
    gap: 80px;
  }
}
@media (max-width: 1200px) {
  .home-value-banner__media-box {
    text-align: center;
    gap: 40px;
  }
}
@media (max-width: 768px) {
  .home-value-banner__media-box {
    grid-template-columns: 1fr;
    gap: 32px;
  }
}
.home-value-banner__media {
  overflow: hidden;
  background: rgba(255, 255, 255, 0.35);
  margin: auto;
}
@media (min-width: 1440px) {
  .home-value-banner__media {
    max-width: 28.0188679245vw;
    height: 17.5471698113vw;
    border-radius: 1.8867924528vw;
  }
}
@media (max-width: 1440px) {
  .home-value-banner__media {
    max-width: 452px;
    height: 300px;
    border-radius: 28px;
    width: 100%;
  }
}
.home-value-banner__media img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.home-value-banner__headline p {
  font-family: "Figtree", sans-serif;
  color: #2127E1;
  font-style: normal;
  line-height: normal;
  font-weight: 800;
}
@media (min-width: 1440px) {
  .home-value-banner__headline p {
    font-size: 4.4985849057vw;
  }
}
@media (max-width: 1440px) {
  .home-value-banner__headline p {
    font-size: 70px;
    line-height: 1.2em;
  }
}
@media (max-width: 1200px) {
  .home-value-banner__headline p {
    font-size: 50px;
    line-height: 1.2em;
  }
}
@media (max-width: 768px) {
  .home-value-banner__headline p {
    font-size: 40px;
    line-height: 1.2em;
  }
}
@media (max-width: 480px) {
  .home-value-banner__headline p {
    font-size: 30px;
    line-height: 1.2em;
  }
}
@media (max-width: 480px) {
  .home-value-banner__headline p br {
    display: none;
  }
}
.home-value-banner__body {
  margin: 0 auto;
}
@media (min-width: 1440px) {
  .home-value-banner__body {
    margin-top: 9.2452830189vw;
    max-width: 59.858490566vw;
  }
}
@media (max-width: 1440px) {
  .home-value-banner__body {
    margin-top: 180px;
    max-width: 1100px;
  }
}
@media (max-width: 1200px) {
  .home-value-banner__body {
    margin-top: 100px;
  }
}
@media (max-width: 768px) {
  .home-value-banner__body {
    margin-top: 60px;
    padding-inline: 4%;
  }
}
.home-value-banner__body p {
  color: #000105;
  font-weight: 400;
  font-style: normal;
  font-family: "Figtree", sans-serif;
  line-height: normal;
  font-family: "Ubuntu-light", sans-serif;
  text-align: center;
  margin: 0 auto;
}
@media (min-width: 1440px) {
  .home-value-banner__body p {
    font-size: 2.8773584906vw;
  }
}
@media (max-width: 1440px) {
  .home-value-banner__body p {
    font-size: 50px;
    line-height: 1.2em;
  }
}
@media (max-width: 1200px) {
  .home-value-banner__body p {
    font-size: 40px;
  }
}
@media (max-width: 768px) {
  .home-value-banner__body p {
    font-size: 32px;
    line-height: 1.2em;
  }
}
@media (max-width: 480px) {
  .home-value-banner__body p {
    font-size: 24px;
  }
}
@media (min-width: 1440px) {
  .home-value-banner__body p {
    line-height: 1.2;
    max-width: 45.8490566038vw;
  }
}
@media (max-width: 1440px) {
  .home-value-banner__body p {
    line-height: 1.2;
    max-width: 850px;
  }
}
.home-value-banner__body .home-value-banner__anim-wrapper {
  display: flex;
  justify-content: center;
  width: 100%;
}
@media (min-width: 1440px) {
  .home-value-banner__body .home-value-banner__anim-wrapper:first-child {
    margin-bottom: 4.7169811321vw;
  }
}
@media (max-width: 1440px) {
  .home-value-banner__body .home-value-banner__anim-wrapper:first-child {
    margin-bottom: 70px;
  }
}
@media (max-width: 1200px) {
  .home-value-banner__body .home-value-banner__anim-wrapper:first-child {
    margin-bottom: 60px;
  }
}
@media (max-width: 1024px) {
  .home-value-banner__body .home-value-banner__anim-wrapper:first-child {
    margin-bottom: 60px;
  }
}
@media (max-width: 768px) {
  .home-value-banner__body .home-value-banner__anim-wrapper:first-child {
    margin-bottom: 32px;
  }
}
@media (max-width: 480px) {
  .home-value-banner__body .home-value-banner__anim-wrapper:first-child {
    margin-bottom: 24px;
  }
}
@media (min-width: 1440px) {
  .home-value-banner__body .home-value-banner__anim-wrapper:nth-child(2) {
    margin-bottom: 4.7169811321vw;
  }
}
@media (max-width: 1440px) {
  .home-value-banner__body .home-value-banner__anim-wrapper:nth-child(2) {
    margin-bottom: 70px;
  }
}
@media (max-width: 1200px) {
  .home-value-banner__body .home-value-banner__anim-wrapper:nth-child(2) {
    margin-bottom: 60px;
  }
}
@media (max-width: 1024px) {
  .home-value-banner__body .home-value-banner__anim-wrapper:nth-child(2) {
    margin-bottom: 60px;
  }
}
@media (max-width: 768px) {
  .home-value-banner__body .home-value-banner__anim-wrapper:nth-child(2) {
    margin-bottom: 32px;
  }
}
@media (max-width: 480px) {
  .home-value-banner__body .home-value-banner__anim-wrapper:nth-child(2) {
    margin-bottom: 24px;
  }
}
.home-value-banner__body .home-value-banner__anim-wrapper:last-child {
  margin: 0;
  width: 100%;
}
.home-value-banner__body .home-value-banner__anim-wrapper p.home-value-banner__emphasis {
  color: #000105;
  font-family: "Ubuntu-italic", sans-serif;
  font-weight: 700;
  max-width: 100%;
  line-height: 1.2 !important;
}

.home-process {
  background-color: #f8f9ff;
  position: relative;
}
.home-process__scroll-track {
  height: 400vh;
}
@media (min-width: 1440px) {
  .home-process__scroll-track {
    padding: 2.8301886792vw 0;
  }
}
@media (max-width: 1440px) {
  .home-process__scroll-track {
    padding: 50px 0;
  }
}
@media (max-width: 1200px) {
  .home-process__scroll-track {
    padding: 40px 0;
  }
}
@media (max-width: 768px) {
  .home-process__scroll-track {
    padding-bottom: 0;
  }
}
@media (max-width: 480px) {
  .home-process__scroll-track {
    padding: 24px 0;
  }
}
@media (max-width: 1200px) {
  .home-process__scroll-track {
    height: auto;
  }
}
.home-process__container {
  position: sticky;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: start;
}
@media (min-width: 1440px) {
  .home-process__container {
    height: 50.9433962264vw;
    top: 4.7169811321vw;
  }
}
@media (max-width: 1440px) {
  .home-process__container {
    height: 100vh;
    top: 60px;
  }
}
@media (max-width: 1200px) {
  .home-process__container {
    position: relative;
    height: auto;
    overflow: visible;
    display: block;
    width: min(92%, 1200px);
    margin: 0 auto;
    top: 0px;
  }
}
.home-process__timeline {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(-36%, -57%);
  display: flex;
  align-items: center;
}
@media (max-width: 1600px) {
  .home-process__timeline {
    transform: translate(-36%, -53%);
  }
}
@media (max-width: 1200px) {
  .home-process__timeline {
    display: none;
  }
}
.home-process__circle-wrapper {
  position: relative;
  margin: 0 auto;
  opacity: 0;
  transition: opacity 0.8s ease;
}
@media (min-width: 1440px) {
  .home-process__circle-wrapper {
    width: 42.4056603774vw;
    height: 42.4056603774vw;
  }
}
@media (max-width: 1440px) {
  .home-process__circle-wrapper {
    width: 650px;
    height: 650px;
  }
}
@media (max-width: 1200px) {
  .home-process__circle-wrapper {
    width: 550px;
    height: 550px;
    opacity: 1;
  }
}
@media (max-width: 768px) {
  .home-process__circle-wrapper {
    width: 350px;
    height: 350px;
  }
}
.home-process__circle {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 8px solid #A4ABFE;
  transform-origin: center center;
  transition: transform 0.7s cubic-bezier(0.4, 0, 0.2, 1);
}
.home-process__node {
  position: absolute;
  border-radius: 50%;
  background-color: #f8f9ff;
  border-color: rgba(160, 170, 255, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translate(-50%, -50%);
  transition: background-color 0.4s ease, border-color 0.4s ease, color 0.4s ease, width 0.4s ease, height 0.4s ease, font-size 0.4s ease;
}
@media (min-width: 1440px) {
  .home-process__node {
    width: 3.3018867925vw;
    height: 3.3018867925vw;
    border: 0.1886792453vw solid rgba(160, 170, 255, 0.8);
  }
}
@media (max-width: 1440px) {
  .home-process__node {
    width: 50px;
    height: 50px;
    border: 2px solid rgba(160, 170, 255, 0.8);
  }
}
.home-process__node span {
  display: inline-block;
  font-family: "Ubuntu", sans-serif;
  color: #303B4A;
  font-style: normal;
  font-family: "Figtree", sans-serif;
  font-weight: 500;
  color: #A4ABFE;
  transition: transform 0.7s cubic-bezier(0.4, 0, 0.2, 1);
}
@media (min-width: 1440px) {
  .home-process__node span {
    font-size: 1.179245283vw;
    line-height: 1.4764150943vw;
  }
}
@media (max-width: 1440px) {
  .home-process__node span {
    font-size: 20px;
    line-height: 25px;
  }
}
@media (max-width: 768px) {
  .home-process__node span {
    font-size: 18px;
    line-height: 1.2em;
  }
}
.home-process__node--1 {
  top: 50%;
  left: 100%;
}
.home-process__node--2 {
  top: 100%;
  left: 50%;
}
.home-process__node--3 {
  top: 50%;
  left: 0%;
}
.home-process__node--4 {
  top: 0%;
  left: 50%;
}
.home-process__node.is-active {
  background-color: #2127E1;
  border-color: #2127E1;
  font-size: 18px;
}
.home-process__node.is-active span {
  color: #fff;
}
@media (min-width: 1440px) {
  .home-process__node.is-active {
    width: 5.1886792453vw;
    height: 5.1886792453vw;
  }
}
.home-process__content {
  position: relative;
  margin-left: auto;
}
@media (min-width: 1440px) {
  .home-process__content {
    width: 56.6037735849vw;
    padding-block: 0.9433962264vw 0vw;
    padding-right: 9.4339622642vw;
  }
}
@media (max-width: 1440px) {
  .home-process__content {
    padding-top: 60px;
    height: 100%;
    padding-right: 60px;
    width: 850px;
  }
}
@media (max-width: 1200px) {
  .home-process__content {
    max-width: 100%;
    margin-left: 0;
    padding: 40px 5%;
    width: 100%;
  }
}
@media (max-width: 768px) {
  .home-process__content {
    height: 100%;
    padding: 0;
  }
}
.home-process__header {
  overflow: hidden;
}
@media (min-width: 1440px) {
  .home-process__header {
    margin-bottom: 1.1320754717vw;
  }
}
@media (max-width: 1440px) {
  .home-process__header {
    margin-bottom: 20px;
  }
}
@media (max-width: 1200px) {
  .home-process__header {
    margin-bottom: 24px;
  }
}
@media (max-width: 768px) {
  .home-process__header {
    margin-bottom: 18px;
  }
}
@media (max-width: 480px) {
  .home-process__header {
    margin-bottom: 12px;
  }
}
@media (max-width: 1440px) {
  .home-process__header {
    margin-bottom: 20px;
  }
}
.home-process__header h2 {
  color: #0D1738;
  font-style: normal;
  font-family: "Figtree", sans-serif;
  line-height: normal;
  text-align: end;
  transform: translateY(100%);
  transition: transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}
@media (min-width: 1440px) {
  .home-process__header h2 {
    font-size: 3.5990566038vw;
    line-height: 4.4811320755vw;
  }
}
@media (max-width: 1440px) {
  .home-process__header h2 {
    font-size: 60px;
    line-height: 70px;
  }
}
@media (max-width: 1200px) {
  .home-process__header h2 {
    font-size: 52px;
    line-height: 60px;
  }
}
@media (max-width: 1024px) {
  .home-process__header h2 {
    font-size: 40px;
    line-height: 60px;
  }
}
@media (max-width: 768px) {
  .home-process__header h2 {
    font-size: 36px;
    line-height: 1.2em;
  }
}
@media (max-width: 480px) {
  .home-process__header h2 {
    font-size: 30px;
  }
}
@media (min-width: 1440px) {
  .home-process__header h2 {
    font-size: 3.3018867925vw;
  }
}
@media (max-width: 1440px) {
  .home-process__header h2 {
    font-size: 46px;
  }
}
@media (max-width: 1200px) {
  .home-process__header h2 {
    text-align: center;
    transform: none;
  }
}
@media (max-width: 768px) {
  .home-process__header h2 {
    font-size: 36px;
    text-align: center;
  }
  .home-process__header h2 br {
    display: none;
  }
}
@media (max-width: 480px) {
  .home-process__header h2 {
    font-size: 30px;
    line-height: 1.1em;
    text-align: center;
  }
}
.home-process__container.is-visible .home-process__circle-wrapper {
  opacity: 1;
}
.home-process__container.is-visible .home-process__header h2 {
  transform: translateY(0);
}
.home-process__steps {
  position: relative;
}
@media (min-width: 1440px) {
  .home-process__steps {
    min-height: 24.5283018868vw;
  }
}
@media (max-width: 1200px) {
  .home-process__steps {
    min-height: auto;
  }
}
.home-process__step-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  transform: translateY(30px);
  pointer-events: none;
  transition: opacity 0.5s ease, transform 0.5s ease;
}
@media (min-width: 1440px) {
  .home-process__step-content {
    padding-left: 4.0566037736vw;
  }
}
@media (max-width: 1440px) {
  .home-process__step-content {
    padding-left: 70px;
  }
}
@media (max-width: 768px) {
  .home-process__step-content {
    padding-left: 0;
  }
}
.home-process__step-content.is-active {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}
@media (max-width: 1200px) {
  .home-process__step-content {
    position: relative;
    opacity: 1;
    transform: none;
    pointer-events: auto;
    margin-bottom: 60px;
    transition: none;
  }
  .home-process__step-content:last-child {
    margin-bottom: 0;
  }
}
.home-process__step-label {
  display: block;
  font-family: "Ubuntu", sans-serif;
  color: #303B4A;
  font-style: normal;
  font-family: "Figtree", sans-serif;
  font-weight: 700;
  color: #0D1738;
  text-transform: uppercase;
  line-height: 1;
}
@media (min-width: 1440px) {
  .home-process__step-label {
    font-size: 1.179245283vw;
    line-height: 1.4764150943vw;
  }
}
@media (max-width: 1440px) {
  .home-process__step-label {
    font-size: 20px;
    line-height: 25px;
  }
}
@media (max-width: 768px) {
  .home-process__step-label {
    font-size: 18px;
    line-height: 1.2em;
  }
}
.home-process__step-title {
  font-family: "Ubuntu", sans-serif;
  color: #7D8BA4;
  font-style: normal;
  font-weight: 400;
  font-family: "Figtree", sans-serif;
  font-weight: 800;
  text-align: start;
  color: #2127E1 !important;
  line-height: 1.1;
}
@media (min-width: 1440px) {
  .home-process__step-title {
    font-size: 1.6981132075vw;
    line-height: 2.1226415094vw;
  }
}
@media (max-width: 1440px) {
  .home-process__step-title {
    font-size: 28px;
    line-height: 36px;
  }
}
@media (max-width: 1200px) {
  .home-process__step-title {
    font-size: 24px;
    line-height: 40px;
  }
}
@media (max-width: 768px) {
  .home-process__step-title {
    font-size: 20px;
    line-height: 1.2em;
  }
}
@media (max-width: 480px) {
  .home-process__step-title {
    font-size: 16px;
    line-height: 1.2em;
  }
}
@media (min-width: 1440px) {
  .home-process__step-title {
    margin-bottom: 1.5094339623vw;
    letter-spacing: -0.0471698113vw;
  }
}
@media (max-width: 1440px) {
  .home-process__step-title {
    margin-bottom: 24px;
  }
}
.home-process .home-process__step-text {
  font-family: "Ubuntu", sans-serif;
  color: #303B4A;
  font-style: normal;
  font-family: "Ubuntu-light", sans-serif;
  color: #303B4A;
  text-align: start;
  margin-bottom: 24px;
  font-weight: 300;
}
@media (min-width: 1440px) {
  .home-process .home-process__step-text {
    font-size: 1.179245283vw;
    line-height: 1.4764150943vw;
  }
}
@media (max-width: 1440px) {
  .home-process .home-process__step-text {
    font-size: 20px;
    line-height: 25px;
  }
}
@media (max-width: 768px) {
  .home-process .home-process__step-text {
    font-size: 18px;
    line-height: 1.2em;
  }
}
.home-process__step-list {
  margin-bottom: 24px;
  padding-left: 3rem;
}
.home-process__step-list li {
  font-family: "Ubuntu", sans-serif;
  color: #303B4A;
  font-style: normal;
  font-family: "Ubuntu-light", sans-serif;
  color: #303B4A;
  text-align: start;
  margin-bottom: 12px;
  font-weight: 300;
}
@media (min-width: 1440px) {
  .home-process__step-list li {
    font-size: 1.179245283vw;
    line-height: 1.4764150943vw;
  }
}
@media (max-width: 1440px) {
  .home-process__step-list li {
    font-size: 20px;
    line-height: 25px;
  }
}
@media (max-width: 768px) {
  .home-process__step-list li {
    font-size: 18px;
    line-height: 1.2em;
  }
}
@media (max-width: 1200px) {
  .home-process__step-list li {
    line-height: 24px;
  }
}
@media (max-width: 768px) {
  .home-process__step-list li {
    line-height: 20px;
  }
}
.home-process__result {
  display: flex;
  align-items: stretch;
  background-color: #E2E4FF;
  overflow: hidden;
}
.home-process__result-icon {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 24px 32px;
  gap: 12px;
  min-width: 140px;
}
.home-process__result-icon .home-process__result-equal {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #2127E1;
  color: white;
  font-weight: 700;
  font-size: 18px;
}
@media (min-width: 1440px) {
  .home-process__result-icon .home-process__result-equal {
    width: 2.641509434vw;
    height: 2.641509434vw;
    font-size: 1.1320754717vw;
  }
}
@media (max-width: 1440px) {
  .home-process__result-icon .home-process__result-equal {
    width: 50px;
    height: 50px;
    font-size: 50px;
  }
}
@media (max-width: 768px) {
  .home-process__result-icon .home-process__result-equal {
    width: 40px;
    height: 40px;
    font-size: 20px;
  }
}
@media (min-width: 1440px) {
  .home-process__result-icon .home-process__result-equal svg {
    width: 1.179245283vw;
    height: 1.179245283vw;
  }
}
@media (max-width: 1440px) {
  .home-process__result-icon .home-process__result-equal svg {
    width: 24px;
    height: 24px;
  }
}
.home-process__result-icon small {
  font-family: "Ubuntu", sans-serif;
  color: #303B4A;
  font-style: normal;
  font-weight: 400;
  font-weight: 500;
  color: #2127E1;
}
@media (min-width: 1440px) {
  .home-process__result-icon small {
    font-size: 1.4740566038vw;
    line-height: 1.9646226415vw;
  }
}
@media (max-width: 1440px) {
  .home-process__result-icon small {
    font-size: 25px;
    line-height: 33.3px;
  }
}
@media (max-width: 1200px) {
  .home-process__result-icon small {
    font-size: 20px;
    line-height: 1.2em;
  }
}
@media (max-width: 768px) {
  .home-process__result-icon small {
    font-size: 16px;
    line-height: 1.2em;
  }
}
.home-process__result-body {
  padding: 32px;
  border-left: 2px solid #A4ABFE;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.home-process__result-body p {
  font-family: "Ubuntu", sans-serif;
  color: #303B4A;
  font-style: normal;
  text-align: start;
  font-family: "Ubuntu-light", sans-serif;
  font-weight: 500;
  color: #10163a;
}
@media (min-width: 1440px) {
  .home-process__result-body p {
    font-size: 1.179245283vw;
    line-height: 1.4764150943vw;
  }
}
@media (max-width: 1440px) {
  .home-process__result-body p {
    font-size: 20px;
    line-height: 25px;
  }
}
@media (max-width: 768px) {
  .home-process__result-body p {
    font-size: 18px;
    line-height: 1.2em;
  }
}
.home-process__result-body p:last-child {
  margin-bottom: 0;
}
.home-process__result-body ul {
  margin: 8px 0 16px 0;
  padding-left: 24px;
}
.home-process__result-body ul li {
  font-family: "Ubuntu", sans-serif;
  color: #303B4A;
  font-style: normal;
  text-align: start;
  font-weight: 500;
  font-family: "Ubuntu-light", sans-serif;
  color: #10163a;
  margin-bottom: 6px;
  list-style-type: disc;
  list-style-position: outside;
}
@media (min-width: 1440px) {
  .home-process__result-body ul li {
    font-size: 1.179245283vw;
    line-height: 1.4764150943vw;
  }
}
@media (max-width: 1440px) {
  .home-process__result-body ul li {
    font-size: 20px;
    line-height: 25px;
  }
}
@media (max-width: 768px) {
  .home-process__result-body ul li {
    font-size: 18px;
    line-height: 1.2em;
  }
}
@media (min-width: 1440px) {
  .home-process__result-body ul li {
    padding-left: 0.1886792453vw;
  }
}
@media (max-width: 1440px) {
  .home-process__result-body ul li {
    padding-left: 4px;
  }
}
@media (max-width: 1200px) {
  .home-process__result-body ul li {
    line-height: 24px;
  }
}
@media (max-width: 1200px) {
  .home-process__result-body ul {
    padding-left: 20px;
  }
}
@media (min-width: 1440px) {
  .home-process__result {
    border-radius: 1.1320754717vw;
  }
}
@media (max-width: 1440px) {
  .home-process__result {
    border-radius: 24px;
  }
}
@media (max-width: 480px) {
  .home-process__result {
    flex-direction: column;
  }
  .home-process__result-icon {
    min-width: auto;
    padding: 24px;
  }
  .home-process__result-body {
    border-left: none;
    border-top: 2px solid #A4ABFE;
    padding: 24px;
  }
}

@media (min-width: 1440px) {
  .home-trust {
    padding-bottom: 5.6603773585vw;
  }
}
@media (max-width: 1440px) {
  .home-trust {
    padding-bottom: 80px;
  }
}
@media (max-width: 1200px) {
  .home-trust {
    padding-bottom: 60px;
  }
}
@media (max-width: 768px) {
  .home-trust {
    padding-bottom: 40px;
  }
}
@media (max-width: 480px) {
  .home-trust {
    padding-bottom: 24px;
  }
}
@media (max-width: 1200px) {
  .home-trust {
    padding-top: 60px;
  }
}
@media (max-width: 768px) {
  .home-trust {
    padding-top: 40px;
  }
}
@media (max-width: 480px) {
  .home-trust {
    padding-top: 24px;
  }
}
@media (min-width: 1440px) {
  .home-trust .home-section-heading {
    padding-inline: 9.1981132075vw;
  }
}
@media (max-width: 1440px) {
  .home-trust .home-section-heading {
    padding-inline: 100px;
  }
}
@media (max-width: 1200px) {
  .home-trust .home-section-heading {
    padding-inline: 60px;
  }
}
@media (max-width: 768px) {
  .home-trust .home-section-heading {
    padding-inline: 4%;
  }
}
.home-trust h2 {
  color: #0D1738;
  font-style: normal;
  font-family: "Figtree", sans-serif;
  line-height: normal;
  text-align: center;
}
@media (min-width: 1440px) {
  .home-trust h2 {
    font-size: 3.5990566038vw;
    line-height: 4.4811320755vw;
  }
}
@media (max-width: 1440px) {
  .home-trust h2 {
    font-size: 60px;
    line-height: 70px;
  }
}
@media (max-width: 1200px) {
  .home-trust h2 {
    font-size: 52px;
    line-height: 60px;
  }
}
@media (max-width: 1024px) {
  .home-trust h2 {
    font-size: 40px;
    line-height: 60px;
  }
}
@media (max-width: 768px) {
  .home-trust h2 {
    font-size: 36px;
    line-height: 1.2em;
  }
}
@media (max-width: 480px) {
  .home-trust h2 {
    font-size: 30px;
  }
}
@media (min-width: 1440px) {
  .home-trust h2 {
    margin-bottom: 3.0188679245vw;
  }
}
@media (max-width: 1440px) {
  .home-trust h2 {
    margin-bottom: 40px;
  }
}
@media (max-width: 1200px) {
  .home-trust h2 {
    margin-bottom: 32px;
  }
}
@media (max-width: 1024px) {
  .home-trust h2 {
    margin-bottom: 24px;
  }
}
@media (max-width: 768px) {
  .home-trust h2 {
    margin-bottom: 20px;
  }
}
@media (max-width: 480px) {
  .home-trust h2 {
    margin-bottom: 12px;
  }
}
@media (min-width: 1440px) {
  .home-trust h2 {
    font-size: 3.3018867925vw;
  }
}
@media (max-width: 1440px) {
  .home-trust h2 {
    font-size: 59px;
  }
}
@media (max-width: 1200px) {
  .home-trust h2 {
    font-size: 48px;
  }
  .home-trust h2 br {
    display: none;
  }
}
@media (max-width: 768px) {
  .home-trust h2 {
    font-size: 36px;
  }
}
@media (max-width: 480px) {
  .home-trust h2 {
    font-size: 30px;
    line-height: 1.1em;
    text-align: center;
  }
}
.home-trust .subtitle {
  font-family: "Ubuntu", sans-serif;
  color: #303B4A;
  font-style: normal;
  font-weight: 400;
  text-align: center;
}
@media (min-width: 1440px) {
  .home-trust .subtitle {
    font-size: 1.6981132075vw;
    line-height: 2.1226415094vw;
  }
}
@media (max-width: 1440px) {
  .home-trust .subtitle {
    font-size: 28px;
    line-height: 36px;
  }
}
@media (max-width: 1200px) {
  .home-trust .subtitle {
    font-size: 24px;
    line-height: 40px;
  }
}
@media (max-width: 768px) {
  .home-trust .subtitle {
    font-size: 20px;
    line-height: 1.2em;
  }
}
@media (max-width: 480px) {
  .home-trust .subtitle {
    font-size: 16px;
    line-height: 1.2em;
  }
}
@media (min-width: 1440px) {
  .home-trust .subtitle {
    margin-bottom: 3.0188679245vw;
  }
}
@media (max-width: 1440px) {
  .home-trust .subtitle {
    margin-bottom: 40px;
  }
}
@media (max-width: 1200px) {
  .home-trust .subtitle {
    margin-bottom: 32px;
  }
}
@media (max-width: 1024px) {
  .home-trust .subtitle {
    margin-bottom: 24px;
  }
}
@media (max-width: 768px) {
  .home-trust .subtitle {
    margin-bottom: 20px;
  }
}
@media (max-width: 480px) {
  .home-trust .subtitle {
    margin-bottom: 12px;
  }
}
.home-trust__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 0 auto;
}
@media (min-width: 1440px) {
  .home-trust__grid {
    padding-inline: 6.7452830189vw 4.5754716981vw;
  }
}
@media (max-width: 1440px) {
  .home-trust__grid {
    padding-inline: 130px 90px;
    gap: 40px;
  }
}
@media (max-width: 1200px) {
  .home-trust__grid {
    padding-inline: 40px;
  }
}
@media (max-width: 768px) {
  .home-trust__grid {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    padding-inline: 4%;
    gap: 60px;
  }
}
.home-trust__item {
  display: grid;
  align-items: center;
}
.home-trust .home-trust__item-inner {
  display: grid;
  place-items: center;
}
.home-trust__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #E2E4FF;
}
@media (min-width: 1440px) {
  .home-trust__icon {
    margin-bottom: 1.5094339623vw;
  }
}
@media (max-width: 1440px) {
  .home-trust__icon {
    margin-bottom: 24px;
  }
}
@media (max-width: 1200px) {
  .home-trust__icon {
    margin-bottom: 20px;
  }
}
@media (max-width: 768px) {
  .home-trust__icon {
    margin-bottom: 16px;
  }
}
@media (max-width: 480px) {
  .home-trust__icon {
    margin-bottom: 12px;
  }
}
@media (min-width: 1440px) {
  .home-trust__icon {
    width: 7.5471698113vw;
    height: 7.5471698113vw;
    border-radius: 0.7547169811vw;
  }
  .home-trust__icon img {
    width: 3.7735849057vw;
    height: 3.7735849057vw;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
@media (max-width: 1440px) {
  .home-trust__icon {
    width: 106px;
    height: 106px;
    border-radius: 12px;
  }
  .home-trust__icon img {
    width: 58px;
    height: 58px;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
.home-trust__item p {
  font-family: "Ubuntu", sans-serif;
  color: #303B4A;
  font-style: normal;
  font-weight: 400;
  text-align: center;
}
@media (min-width: 1440px) {
  .home-trust__item p {
    font-size: 1.5094339623vw;
    line-height: 1.8867924528vw;
  }
}
@media (max-width: 1440px) {
  .home-trust__item p {
    font-size: 28px;
    line-height: 36px;
  }
}
@media (max-width: 1200px) {
  .home-trust__item p {
    font-size: 24px;
    line-height: 40px;
  }
}
@media (max-width: 768px) {
  .home-trust__item p {
    font-size: 20px;
    line-height: 1.2em;
  }
}
@media (max-width: 480px) {
  .home-trust__item p {
    font-size: 16px;
    line-height: 1.2em;
  }
}
@media (min-width: 1440px) {
  .home-trust__item p {
    max-width: 21.2264150943vw;
  }
}
@media (max-width: 1440px) {
  .home-trust__item p {
    max-width: 450px;
  }
}
.home-trust .home-trust__footer {
  font-family: "Ubuntu", sans-serif;
  color: #0D1738;
  font-style: normal;
  font-weight: 400;
  font-family: "Ubuntu-italic", sans-serif;
  font-weight: 700;
  text-align: center;
}
@media (min-width: 1440px) {
  .home-trust .home-trust__footer {
    font-size: 2.3033018868vw;
    line-height: 2.8773584906vw;
  }
}
@media (max-width: 1440px) {
  .home-trust .home-trust__footer {
    font-size: 40px;
    line-height: 50px;
  }
}
@media (max-width: 1200px) {
  .home-trust .home-trust__footer {
    font-size: 32px;
    line-height: 40px;
  }
}
@media (max-width: 768px) {
  .home-trust .home-trust__footer {
    font-size: 30px;
    line-height: 1.2em;
  }
}
@media (max-width: 480px) {
  .home-trust .home-trust__footer {
    font-size: 24px;
    line-height: 1.2em;
  }
}
@media (min-width: 1440px) {
  .home-trust .home-trust__footer {
    margin-top: 3.7735849057vw;
  }
}
@media (max-width: 1440px) {
  .home-trust .home-trust__footer {
    margin-top: 80px;
  }
}
@media (max-width: 1200px) {
  .home-trust .home-trust__footer {
    margin-top: 60px;
  }
}
@media (max-width: 768px) {
  .home-trust .home-trust__footer {
    margin-top: 40px;
  }
}
@media (max-width: 480px) {
  .home-trust .home-trust__footer {
    margin-top: 20px;
  }
}

@media (min-width: 1440px) {
  .home-clients {
    padding-top: 5.6603773585vw;
    padding-bottom: 5.6603773585vw;
  }
}
@media (max-width: 1440px) {
  .home-clients {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media (max-width: 1200px) {
  .home-clients {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media (max-width: 768px) {
  .home-clients {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media (max-width: 480px) {
  .home-clients {
    padding-top: 24px;
    padding-bottom: 24px;
  }
}
@media (min-width: 1440px) {
  .home-clients .home-section-heading {
    padding-inline: 12.358490566vw;
  }
}
@media (max-width: 1440px) {
  .home-clients .home-section-heading {
    padding-inline: 150px;
  }
}
@media (max-width: 1200px) {
  .home-clients .home-section-heading {
    padding-inline: 60px;
  }
}
@media (max-width: 1024px) {
  .home-clients .home-section-heading {
    padding-inline: 40px;
  }
}
@media (max-width: 768px) {
  .home-clients .home-section-heading {
    padding-inline: 25px;
  }
}
.home-clients .home-section-heading h2 {
  color: #0D1738;
  font-style: normal;
  font-family: "Figtree", sans-serif;
  line-height: normal;
  text-align: center;
}
@media (min-width: 1440px) {
  .home-clients .home-section-heading h2 {
    font-size: 3.5990566038vw;
    line-height: 4.4811320755vw;
  }
}
@media (max-width: 1440px) {
  .home-clients .home-section-heading h2 {
    font-size: 60px;
    line-height: 70px;
  }
}
@media (max-width: 1200px) {
  .home-clients .home-section-heading h2 {
    font-size: 52px;
    line-height: 60px;
  }
}
@media (max-width: 1024px) {
  .home-clients .home-section-heading h2 {
    font-size: 40px;
    line-height: 60px;
  }
}
@media (max-width: 768px) {
  .home-clients .home-section-heading h2 {
    font-size: 36px;
    line-height: 1.2em;
  }
}
@media (max-width: 480px) {
  .home-clients .home-section-heading h2 {
    font-size: 30px;
  }
}
@media (min-width: 1440px) {
  .home-clients .home-section-heading h2 {
    margin-bottom: 3.0188679245vw;
  }
}
@media (max-width: 1440px) {
  .home-clients .home-section-heading h2 {
    margin-bottom: 40px;
  }
}
@media (max-width: 1200px) {
  .home-clients .home-section-heading h2 {
    margin-bottom: 32px;
  }
}
@media (max-width: 1024px) {
  .home-clients .home-section-heading h2 {
    margin-bottom: 24px;
  }
}
@media (max-width: 768px) {
  .home-clients .home-section-heading h2 {
    margin-bottom: 20px;
  }
}
@media (max-width: 480px) {
  .home-clients .home-section-heading h2 {
    margin-bottom: 12px;
  }
}
@media (max-width: 768px) {
  .home-clients .home-section-heading h2 br {
    display: none;
  }
}
.home-clients__grid {
  display: grid;
  align-items: center;
  margin: 0 auto;
}
@media (min-width: 1440px) {
  .home-clients__grid {
    grid-template-columns: 1fr 25.6603773585vw;
    padding-inline: 14.1509433962vw;
    gap: 2.8301886792vw;
  }
}
@media (max-width: 1440px) {
  .home-clients__grid {
    grid-template-columns: 1fr 450px;
    padding-inline: 150px;
    gap: 60px;
  }
}
@media (max-width: 1200px) {
  .home-clients__grid {
    grid-template-columns: 1fr;
    gap: 50px;
    padding-inline: 60px;
    max-width: 100%;
  }
}
@media (max-width: 768px) {
  .home-clients__grid {
    padding-inline: 4%;
    gap: 40px;
  }
}
@media (min-width: 1440px) {
  .home-clients__content {
    max-width: 36.7924528302vw;
  }
}
@media (max-width: 1440px) {
  .home-clients__content {
    max-width: 100%;
  }
}
.home-clients__content .home-list.home-list--bullets {
  font-family: "Ubuntu-light", sans-serif;
  text-align: start;
}
@media (min-width: 1440px) {
  .home-clients__content .home-list.home-list--bullets {
    margin-bottom: 1.1320754717vw;
  }
}
@media (max-width: 1440px) {
  .home-clients__content .home-list.home-list--bullets {
    margin-bottom: 24px;
  }
}
.home-clients__content .home-list.home-list--bullets li {
  font-family: "Ubuntu", sans-serif;
  color: #303B4A;
  font-style: normal;
  font-weight: 400;
  font-family: "Ubuntu-light", sans-serif;
  list-style: none;
  display: flex;
  position: relative;
}
@media (min-width: 1440px) {
  .home-clients__content .home-list.home-list--bullets li {
    font-size: 1.5094339623vw;
    line-height: 1.8867924528vw;
  }
}
@media (max-width: 1440px) {
  .home-clients__content .home-list.home-list--bullets li {
    font-size: 28px;
    line-height: 36px;
  }
}
@media (max-width: 1200px) {
  .home-clients__content .home-list.home-list--bullets li {
    font-size: 24px;
    line-height: 40px;
  }
}
@media (max-width: 768px) {
  .home-clients__content .home-list.home-list--bullets li {
    font-size: 20px;
    line-height: 1.2em;
  }
}
@media (max-width: 480px) {
  .home-clients__content .home-list.home-list--bullets li {
    font-size: 16px;
    line-height: 1.2em;
  }
}
@media (min-width: 1440px) {
  .home-clients__content .home-list.home-list--bullets li {
    margin-bottom: 1.320754717vw;
  }
}
@media (max-width: 1440px) {
  .home-clients__content .home-list.home-list--bullets li {
    margin-bottom: 24px;
  }
}
@media (max-width: 1200px) {
  .home-clients__content .home-list.home-list--bullets li {
    margin-bottom: 20px;
  }
}
@media (max-width: 768px) {
  .home-clients__content .home-list.home-list--bullets li {
    margin-bottom: 16px;
  }
}
@media (max-width: 480px) {
  .home-clients__content .home-list.home-list--bullets li {
    margin-bottom: 12px;
  }
}
@media (min-width: 1440px) {
  .home-clients__content .home-list.home-list--bullets li {
    gap: 1.1320754717vw;
  }
}
@media (max-width: 1440px) {
  .home-clients__content .home-list.home-list--bullets li {
    gap: 20px;
  }
}
.home-clients__content .home-list.home-list--bullets li::before {
  content: "";
  display: block;
  flex-shrink: 0;
  background: none;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDM2IDM2IiBmaWxsPSJub25lIj4KICAgIDxwYXRoIGQ9Ik0xOCAwQzguMDc2MDIgMCAwIDguMDc0NDggMCAxOEMwIDI3LjkyNCA4LjA3NjAyIDM2IDE4IDM2QzI3LjkyNTUgMzYgMzYgMjcuOTI0IDM2IDE4QzM2IDguMDc0NDggMjcuOTI1NSAwIDE4IDBaTTI4LjM4NDUgMTguNTczQzI4LjMwOCAxOC43NTYgMjguMTk4NSAxOC45MjI1IDI4LjA2MDUgMTkuMDYwNUwyMi4wNjA1IDI1LjA2MDRDMjEuNzY4IDI1LjM1MjkgMjEuMzg0MSAyNS41IDIxIDI1LjVDMjAuNjE2IDI1LjUgMjAuMjMzNSAyNS4zNTI5IDE5LjkzOTUgMjUuMDYwNEMxOS4zNTQ1IDI0LjQ3NCAxOS4zNTQ1IDIzLjUyNDUgMTkuOTM5NSAyMi45Mzk1TDIzLjM3OSAxOS41SDlDOC4xNzIgMTkuNSA3LjUwMDAyIDE4LjgyOCA3LjUwMDAyIDE4QzcuNTAwMDIgMTcuMTcwNSA4LjE3MiAxNi41IDkgMTYuNUgyMy4zNzlMMTkuOTM5NSAxMy4wNjA1QzE5LjM1NDUgMTIuNDc0MSAxOS4zNTQ1IDExLjUyNDYgMTkuOTM5NSAxMC45Mzk2QzIwLjUyNiAxMC4zNTMxIDIxLjQ3NTUgMTAuMzUzMSAyMi4wNjA1IDEwLjkzOTZMMjguMDYwNSAxNi45MzgxQzI4LjE5ODUgMTcuMDc2MSAyOC4zMDggMTcuMjQyNiAyOC4zODQ1IDE3LjQyNzFDMjguNTM2IDE3Ljc5MyAyOC41MzYgMTguMjA1NSAyOC4zODQ1IDE4LjU3M1oiIGZpbGw9IiMzMjNDRkUiIC8+Cjwvc3ZnPg==);
  background-repeat: no-repeat;
  background-size: contain;
}
@media (min-width: 1440px) {
  .home-clients__content .home-list.home-list--bullets li::before {
    width: 1.6981132075vw;
    height: 1.6981132075vw;
  }
}
@media (max-width: 1440px) {
  .home-clients__content .home-list.home-list--bullets li::before {
    width: 36px;
    height: 36px;
  }
}
@media (max-width: 1024px) {
  .home-clients__content .home-list.home-list--bullets li::before {
    left: 0;
    width: 28px;
    height: 28px;
  }
}
@media (max-width: 768px) {
  .home-clients__content .home-list.home-list--bullets li::before {
    left: 0;
    width: 20px;
    height: 20px;
  }
}
.home-clients__content p {
  font-family: "Ubuntu", sans-serif;
  color: #303B4A;
  font-style: normal;
  font-weight: 400;
  font-family: "Ubuntu-light", sans-serif;
  text-align: start;
}
@media (min-width: 1440px) {
  .home-clients__content p {
    font-size: 1.5094339623vw;
    line-height: 1.8867924528vw;
  }
}
@media (max-width: 1440px) {
  .home-clients__content p {
    font-size: 28px;
    line-height: 36px;
  }
}
@media (max-width: 1200px) {
  .home-clients__content p {
    font-size: 24px;
    line-height: 40px;
  }
}
@media (max-width: 768px) {
  .home-clients__content p {
    font-size: 20px;
    line-height: 1.2em;
  }
}
@media (max-width: 480px) {
  .home-clients__content p {
    font-size: 16px;
    line-height: 1.2em;
  }
}
@media (min-width: 1440px) {
  .home-clients__content p {
    margin-bottom: 2.2641509434vw;
  }
}
@media (max-width: 1440px) {
  .home-clients__content p {
    margin-bottom: 32px;
  }
}
@media (max-width: 1200px) {
  .home-clients__content p {
    margin-bottom: 24px;
  }
}
@media (max-width: 768px) {
  .home-clients__content p {
    margin-bottom: 20px;
  }
}
@media (max-width: 480px) {
  .home-clients__content p {
    margin-bottom: 12px;
  }
}
.home-clients__image {
  overflow: hidden;
  background: linear-gradient(180deg, #f8f9ff 0%, #e7eaff 100%);
  box-shadow: 0 20px 36px rgba(16, 22, 58, 0.08);
}
@media (min-width: 1440px) {
  .home-clients__image {
    border-radius: 1.320754717vw;
    max-width: 23.5849056604vw;
    height: 28.3018867925vw;
  }
}
@media (max-width: 1440px) {
  .home-clients__image {
    border-radius: 28px;
    max-width: 400px;
    height: 420px;
  }
}
@media (max-width: 768px) {
  .home-clients__image {
    display: none;
  }
}
.home-clients__image img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (min-width: 1440px) {
  .home-cta {
    padding-top: 4.7169811321vw;
    padding-bottom: 4.7169811321vw;
  }
}
@media (max-width: 1440px) {
  .home-cta {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media (max-width: 768px) {
  .home-cta {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media (max-width: 480px) {
  .home-cta {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media (min-width: 1440px) {
  .home-cta {
    padding-left: 4.7169811321vw;
    padding-right: 4.7169811321vw;
  }
}
@media (max-width: 1440px) {
  .home-cta {
    padding-left: 80px;
    padding-right: 80px;
  }
}
@media (max-width: 1200px) {
  .home-cta {
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media (max-width: 768px) {
  .home-cta {
    padding-left: 4%;
    padding-right: 4%;
  }
}
.home-cta__card {
  display: grid;
  overflow: hidden;
  background: #E2E4FF;
  box-shadow: 0 24px 40px rgba(16, 22, 58, 0.08);
}
@media (min-width: 1440px) {
  .home-cta__card {
    grid-template-columns: 0.75fr 1fr;
    border-radius: 1.320754717vw;
  }
}
@media (max-width: 1440px) {
  .home-cta__card {
    grid-template-columns: 0.75fr 1fr;
    border-radius: 28px;
  }
}
@media (max-width: 1200px) {
  .home-cta__card {
    grid-template-columns: 1fr;
  }
}
.home-cta__image {
  background: rgba(255, 255, 255, 0.22);
  position: relative;
  z-index: 1;
}
@media (min-width: 1440px) {
  .home-cta__image {
    height: 36.2264150943vw;
  }
}
@media (max-width: 1440px) {
  .home-cta__image {
    max-height: 650px;
  }
}
.home-cta__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
@media (max-width: 1200px) {
  .home-cta__image {
    height: 400px;
  }
}
@media (max-width: 768px) {
  .home-cta__image {
    height: 300px;
  }
}
.home-cta__content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  overflow: hidden;
}
.home-cta__bg-circles {
  position: absolute;
  top: -10%;
  left: 50%;
  width: 100%;
  height: 100%;
  z-index: 0;
  pointer-events: none;
}
@media (max-width: 1200px) {
  .home-cta__bg-circles {
    display: none !important;
  }
}
.home-cta__circle {
  position: absolute;
  top: 0%;
  left: 0%;
  border-radius: 50%;
  background-color: transparent;
  animation: pulseOrbit 8s infinite ease-in-out;
  transform: translate(-50%, -50%) scale(1);
}
@media (min-width: 1440px) {
  .home-cta__circle {
    border: 0.1886792453vw solid rgba(77, 100, 255, 0.2);
  }
}
@media (max-width: 1440px) {
  .home-cta__circle {
    border: 4px solid rgba(77, 100, 255, 0.2);
  }
}
.home-cta__circle--1 {
  animation-delay: 0s;
}
@media (min-width: 1440px) {
  .home-cta__circle--1 {
    width: 9.4339622642vw;
    height: 9.4339622642vw;
  }
}
@media (max-width: 1440px) {
  .home-cta__circle--1 {
    width: 150px;
    height: 150px;
  }
}
.home-cta__circle--2 {
  animation-delay: 1s;
}
@media (min-width: 1440px) {
  .home-cta__circle--2 {
    width: 16.5094339623vw;
    height: 16.5094339623vw;
  }
}
@media (max-width: 1440px) {
  .home-cta__circle--2 {
    width: 250px;
    height: 250px;
  }
}
.home-cta__circle--3 {
  animation-delay: 2s;
}
@media (min-width: 1440px) {
  .home-cta__circle--3 {
    width: 23.5849056604vw;
    height: 23.5849056604vw;
  }
}
@media (max-width: 1440px) {
  .home-cta__circle--3 {
    width: 350px;
    height: 350px;
  }
}
.home-cta__circle--4 {
  animation-delay: 3s;
}
@media (min-width: 1440px) {
  .home-cta__circle--4 {
    width: 30.6603773585vw;
    height: 30.6603773585vw;
  }
}
@media (max-width: 1440px) {
  .home-cta__circle--4 {
    width: 450px;
    height: 450px;
  }
}
.home-cta__circle--5 {
  animation-delay: 4s;
}
@media (min-width: 1440px) {
  .home-cta__circle--5 {
    width: 37.7358490566vw;
    height: 37.7358490566vw;
  }
}
@media (max-width: 1440px) {
  .home-cta__circle--5 {
    width: 550px;
    height: 550px;
  }
}
.home-cta__circle--6 {
  animation-delay: 5s;
}
@media (min-width: 1440px) {
  .home-cta__circle--6 {
    width: 44.8113207547vw;
    height: 44.8113207547vw;
  }
}
@media (max-width: 1440px) {
  .home-cta__circle--6 {
    width: 650px;
    height: 650px;
  }
}
.home-cta__main {
  position: relative;
  z-index: 1;
}
@media (min-width: 1440px) {
  .home-cta__main {
    padding: 3.7735849057vw 3.7735849057vw 1.8867924528vw;
  }
}
@media (max-width: 1440px) {
  .home-cta__main {
    padding: 80px 80px 40px;
  }
}
@media (max-width: 1200px) {
  .home-cta__main {
    padding: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
.home-cta__main h2 {
  color: #0D1738;
  font-weight: 400;
  font-style: normal;
  font-family: "Figtree", sans-serif;
  line-height: normal;
  font-weight: 700;
  color: #0D1738;
}
@media (min-width: 1440px) {
  .home-cta__main h2 {
    font-size: 2.8773584906vw;
  }
}
@media (max-width: 1440px) {
  .home-cta__main h2 {
    font-size: 50px;
    line-height: 1.2em;
  }
}
@media (max-width: 1200px) {
  .home-cta__main h2 {
    font-size: 40px;
  }
}
@media (max-width: 768px) {
  .home-cta__main h2 {
    font-size: 32px;
    line-height: 1.2em;
  }
}
@media (max-width: 480px) {
  .home-cta__main h2 {
    font-size: 24px;
  }
}
@media (min-width: 1440px) {
  .home-cta__main h2 {
    margin-bottom: 1.5094339623vw;
  }
}
@media (max-width: 1440px) {
  .home-cta__main h2 {
    margin-bottom: 32px;
  }
}
@media (max-width: 768px) {
  .home-cta__main h2 {
    margin-bottom: 16px;
    text-align: center;
  }
  .home-cta__main h2 br {
    display: none;
  }
}
.home-cta__main p {
  font-family: "Ubuntu", sans-serif;
  color: #303B4A;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  font-weight: 400;
  color: #303B4A;
}
@media (min-width: 1440px) {
  .home-cta__main p {
    font-size: 1.8396226415vw;
  }
}
@media (max-width: 1440px) {
  .home-cta__main p {
    font-size: 30px;
    line-height: normal;
  }
}
@media (max-width: 1200px) {
  .home-cta__main p {
    font-size: 28px;
    line-height: 1.2em;
  }
}
@media (max-width: 1024px) {
  .home-cta__main p {
    font-size: 24px;
    line-height: 1.2em;
  }
}
@media (max-width: 768px) {
  .home-cta__main p {
    font-size: 20px;
    line-height: 1.2em;
  }
}
@media (max-width: 480px) {
  .home-cta__main p {
    font-size: 16px;
    line-height: 1.2em;
  }
}
@media (min-width: 1440px) {
  .home-cta__main p {
    margin-bottom: 1.8867924528vw;
  }
}
@media (max-width: 1440px) {
  .home-cta__main p {
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .home-cta__main p {
    margin-bottom: 16px;
    text-align: center;
  }
  .home-cta__main p br {
    display: none;
  }
}
.home-cta__note {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  background-color: #A4ABFE;
  color: #303B4A;
}
@media (min-width: 1440px) {
  .home-cta__note {
    gap: 0.7547169811vw;
    padding: 1.1320754717vw 3.7735849057vw;
  }
}
@media (max-width: 1440px) {
  .home-cta__note {
    gap: 16px;
    padding: 24px 80px;
  }
}
@media (max-width: 768px) {
  .home-cta__note {
    padding: 24px 30px;
  }
}
.home-cta__note svg {
  flex-shrink: 0;
}
@media (min-width: 1440px) {
  .home-cta__note svg {
    width: 1.1320754717vw;
    height: 1.1320754717vw;
  }
}
@media (max-width: 1440px) {
  .home-cta__note svg {
    width: 24px;
    height: 24px;
  }
}
.home-cta__note span {
  font-family: "Ubuntu", sans-serif;
  color: #303B4A;
  font-style: normal;
  font-weight: 500;
}
@media (min-width: 1440px) {
  .home-cta__note span {
    font-size: 1.179245283vw;
    line-height: 1.4764150943vw;
  }
}
@media (max-width: 1440px) {
  .home-cta__note span {
    font-size: 20px;
    line-height: 25px;
  }
}
@media (max-width: 768px) {
  .home-cta__note span {
    font-size: 18px;
    line-height: 1.2em;
  }
}
@media (max-width: 768px) {
  .home-cta .ftf-button {
    margin: 0 auto;
  }
}

@media (min-width: 1440px) {
  .home-faq {
    padding-top: 5.6603773585vw;
    padding-bottom: 5.6603773585vw;
  }
}
@media (max-width: 1440px) {
  .home-faq {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media (max-width: 1200px) {
  .home-faq {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media (max-width: 768px) {
  .home-faq {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media (max-width: 480px) {
  .home-faq {
    padding-top: 24px;
    padding-bottom: 24px;
  }
}
.home-faq .home-section-heading h2 {
  color: #0D1738;
  font-style: normal;
  font-family: "Figtree", sans-serif;
  line-height: normal;
  text-align: center;
}
@media (min-width: 1440px) {
  .home-faq .home-section-heading h2 {
    font-size: 3.5990566038vw;
    line-height: 4.4811320755vw;
  }
}
@media (max-width: 1440px) {
  .home-faq .home-section-heading h2 {
    font-size: 60px;
    line-height: 70px;
  }
}
@media (max-width: 1200px) {
  .home-faq .home-section-heading h2 {
    font-size: 52px;
    line-height: 60px;
  }
}
@media (max-width: 1024px) {
  .home-faq .home-section-heading h2 {
    font-size: 40px;
    line-height: 60px;
  }
}
@media (max-width: 768px) {
  .home-faq .home-section-heading h2 {
    font-size: 36px;
    line-height: 1.2em;
  }
}
@media (max-width: 480px) {
  .home-faq .home-section-heading h2 {
    font-size: 30px;
  }
}
@media (min-width: 1440px) {
  .home-faq .home-section-heading h2 {
    margin-bottom: 4.7169811321vw;
  }
}
@media (max-width: 1440px) {
  .home-faq .home-section-heading h2 {
    margin-bottom: 70px;
  }
}
@media (max-width: 1200px) {
  .home-faq .home-section-heading h2 {
    margin-bottom: 60px;
  }
}
@media (max-width: 1024px) {
  .home-faq .home-section-heading h2 {
    margin-bottom: 60px;
  }
}
@media (max-width: 768px) {
  .home-faq .home-section-heading h2 {
    margin-bottom: 32px;
  }
}
@media (max-width: 480px) {
  .home-faq .home-section-heading h2 {
    margin-bottom: 24px;
  }
}
@media (max-width: 1200px) {
  .home-faq .home-section-heading h2 {
    padding-inline: 4%;
  }
}
.home-faq__list {
  margin: 0 auto;
}
@media (min-width: 1440px) {
  .home-faq__list {
    max-width: 45.7547169811vw;
  }
}
@media (max-width: 1440px) {
  .home-faq__list {
    max-width: 970px;
    padding: 0 5%;
  }
}
.home-faq__item {
  border-bottom: 0.0943396226vw solid #7D8BA4;
}
@media (min-width: 1440px) {
  .home-faq__item {
    padding-block: 2.2641509434vw;
  }
}
@media (max-width: 1440px) {
  .home-faq__item {
    padding-block: 48px;
  }
}
@media (max-width: 768px) {
  .home-faq__item {
    padding-block: 24px;
  }
}
.home-faq__item.is-open .home-faq__question span {
  color: #2127E1;
}
.home-faq__item.is-open .home-faq__answer {
  grid-template-rows: 1fr;
  opacity: 1;
}
@media (min-width: 1440px) {
  .home-faq__item.is-open .home-faq__answer {
    margin-top: 1.8867924528vw;
  }
}
@media (max-width: 1440px) {
  .home-faq__item.is-open .home-faq__answer {
    margin-top: 40px;
  }
}
@media (max-width: 768px) {
  .home-faq__item.is-open .home-faq__answer {
    margin-top: 20px;
  }
}
.home-faq__item.is-open .home-faq__symbol::before {
  transform: translate(-50%, -50%) rotate(180deg);
}
.home-faq__item.is-open .home-faq__symbol::after {
  opacity: 0;
}
.home-faq__item:first-child {
  padding-top: 0;
}
.home-faq__question {
  position: relative;
  width: 100%;
  padding: 0;
  border: 0;
  background: transparent;
  color: #10163a;
  font-family: "Figtree", sans-serif;
  font-family: "Ubuntu", sans-serif;
  color: #303B4A;
  font-style: normal;
  font-weight: 600;
  text-align: left;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (min-width: 1440px) {
  .home-faq__question {
    font-size: 1.179245283vw;
    line-height: 1.4764150943vw;
  }
}
@media (max-width: 1440px) {
  .home-faq__question {
    font-size: 20px;
    line-height: 25px;
  }
}
@media (max-width: 768px) {
  .home-faq__question {
    font-size: 18px;
    line-height: 1.2em;
  }
}
@media (max-width: 768px) {
  .home-faq__question {
    gap: 1rem;
  }
}
.home-faq__question span {
  display: block;
  font-family: "Ubuntu", sans-serif;
  color: #0D1738;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media (min-width: 1440px) {
  .home-faq__question span {
    font-size: 1.8396226415vw;
  }
}
@media (max-width: 1440px) {
  .home-faq__question span {
    font-size: 30px;
    line-height: normal;
  }
}
@media (max-width: 1200px) {
  .home-faq__question span {
    font-size: 28px;
    line-height: 1.2em;
  }
}
@media (max-width: 1024px) {
  .home-faq__question span {
    font-size: 24px;
    line-height: 1.2em;
  }
}
@media (max-width: 768px) {
  .home-faq__question span {
    font-size: 20px;
    line-height: 1.2em;
  }
}
@media (max-width: 480px) {
  .home-faq__question span {
    font-size: 16px;
    line-height: 1.2em;
  }
}
@media (min-width: 1440px) {
  .home-faq__question span {
    max-width: 38.5849056604vw;
  }
}
@media (max-width: 1440px) {
  .home-faq__question span {
    max-width: 818px;
  }
}
.home-faq__symbol {
  position: relative;
  flex-shrink: 0;
}
@media (min-width: 1440px) {
  .home-faq__symbol {
    width: 0.8490566038vw;
    height: 0.8490566038vw;
  }
}
@media (max-width: 1440px) {
  .home-faq__symbol {
    width: 18px;
    height: 18px;
  }
}
.home-faq__symbol::before, .home-faq__symbol::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  background: #10163a;
  transform: translate(-50%, -50%);
  transition: transform 0.3s ease, opacity 0.3s ease;
}
@media (min-width: 1440px) {
  .home-faq__symbol::before {
    width: 0.8490566038vw;
    height: 0.0943396226vw;
  }
}
@media (max-width: 1440px) {
  .home-faq__symbol::before {
    width: 18px;
    height: 2px;
  }
}
@media (min-width: 1440px) {
  .home-faq__symbol::after {
    width: 0.0943396226vw;
    height: 0.8490566038vw;
  }
}
@media (max-width: 1440px) {
  .home-faq__symbol::after {
    width: 2px;
    height: 18px;
  }
}
@media (max-width: 768px) {
  .home-faq__symbol {
    display: none !important;
  }
}
.home-faq__answer {
  display: grid;
  grid-template-rows: 0fr;
  opacity: 0;
  margin-top: 0;
  padding: 0;
  transition: grid-template-rows 0.4s ease-out, margin-top 0.4s ease-out, opacity 0.3s ease-out;
}
.home-faq__answer p {
  min-height: 0;
  overflow: hidden;
  font-family: "Ubuntu", sans-serif;
  color: #303B4A;
  font-style: normal;
  color: #303B4A;
}
@media (min-width: 1440px) {
  .home-faq__answer p {
    font-size: 1.179245283vw;
    line-height: 1.4764150943vw;
  }
}
@media (max-width: 1440px) {
  .home-faq__answer p {
    font-size: 20px;
    line-height: 25px;
  }
}
@media (max-width: 768px) {
  .home-faq__answer p {
    font-size: 18px;
    line-height: 1.2em;
  }
}
@media (min-width: 1440px) {
  .home-faq__answer p {
    max-width: 40.1886792453vw;
  }
}
@media (max-width: 1440px) {
  .home-faq__answer p {
    max-width: 852px;
  }
}

@media (min-width: 1440px) {
  .page-privacy {
    padding-top: 4.7169811321vw;
    padding-bottom: 4.7169811321vw;
  }
}
@media (max-width: 1440px) {
  .page-privacy {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media (max-width: 768px) {
  .page-privacy {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media (max-width: 480px) {
  .page-privacy {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media (min-width: 1440px) {
  .page-privacy {
    padding-left: 4.7169811321vw;
    padding-right: 4.7169811321vw;
  }
}
@media (max-width: 1440px) {
  .page-privacy {
    padding-left: 80px;
    padding-right: 80px;
  }
}
@media (max-width: 1200px) {
  .page-privacy {
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media (max-width: 768px) {
  .page-privacy {
    padding-left: 4%;
    padding-right: 4%;
  }
}
@media (min-width: 1440px) {
  .page-privacy {
    padding-top: 8.679245283vw;
  }
}
@media (max-width: 1440px) {
  .page-privacy {
    padding-top: 160px;
  }
}
@media (max-width: 1200px) {
  .page-privacy {
    padding-top: 140px;
  }
}
@media (max-width: 768px) {
  .page-privacy {
    padding-top: 120px;
  }
}
.page-privacy__content h2 {
  font-family: "Ubuntu", sans-serif;
  color: #0D1738;
  font-style: normal;
  font-weight: 400;
}
@media (min-width: 1440px) {
  .page-privacy__content h2 {
    font-size: 1.6981132075vw;
    line-height: 2.1226415094vw;
  }
}
@media (max-width: 1440px) {
  .page-privacy__content h2 {
    font-size: 28px;
    line-height: 36px;
  }
}
@media (max-width: 1200px) {
  .page-privacy__content h2 {
    font-size: 24px;
    line-height: 40px;
  }
}
@media (max-width: 768px) {
  .page-privacy__content h2 {
    font-size: 20px;
    line-height: 1.2em;
  }
}
@media (max-width: 480px) {
  .page-privacy__content h2 {
    font-size: 16px;
    line-height: 1.2em;
  }
}
@media (min-width: 1440px) {
  .page-privacy__content h2 {
    margin-bottom: 1.1320754717vw;
  }
}
@media (max-width: 1440px) {
  .page-privacy__content h2 {
    margin-bottom: 20px;
  }
}
@media (max-width: 1200px) {
  .page-privacy__content h2 {
    margin-bottom: 24px;
  }
}
@media (max-width: 768px) {
  .page-privacy__content h2 {
    margin-bottom: 18px;
  }
}
@media (max-width: 480px) {
  .page-privacy__content h2 {
    margin-bottom: 12px;
  }
}
.page-privacy__content p {
  font-family: "Ubuntu", sans-serif;
  color: #303B4A;
  font-style: normal;
}
@media (min-width: 1440px) {
  .page-privacy__content p {
    font-size: 1.179245283vw;
    line-height: 1.4764150943vw;
  }
}
@media (max-width: 1440px) {
  .page-privacy__content p {
    font-size: 20px;
    line-height: 25px;
  }
}
@media (max-width: 768px) {
  .page-privacy__content p {
    font-size: 18px;
    line-height: 1.2em;
  }
}
@media (min-width: 1440px) {
  .page-privacy__content p {
    margin-bottom: 1.1320754717vw;
  }
}
@media (max-width: 1440px) {
  .page-privacy__content p {
    margin-bottom: 20px;
  }
}
@media (max-width: 1200px) {
  .page-privacy__content p {
    margin-bottom: 24px;
  }
}
@media (max-width: 768px) {
  .page-privacy__content p {
    margin-bottom: 18px;
  }
}
@media (max-width: 480px) {
  .page-privacy__content p {
    margin-bottom: 12px;
  }
}
@media (min-width: 1440px) {
  .page-privacy__content p {
    line-height: 1.7924528302vw;
  }
}
@media (max-width: 1440px) {
  .page-privacy__content p {
    line-height: 38px;
  }
}
@media (max-width: 1200px) {
  .page-privacy__content p {
    line-height: 1.2em;
  }
}
.page-privacy__title {
  color: #0D1738;
  font-style: normal;
  font-family: "Figtree", sans-serif;
  line-height: normal;
}
@media (min-width: 1440px) {
  .page-privacy__title {
    font-size: 3.5990566038vw;
    line-height: 4.4811320755vw;
  }
}
@media (max-width: 1440px) {
  .page-privacy__title {
    font-size: 60px;
    line-height: 70px;
  }
}
@media (max-width: 1200px) {
  .page-privacy__title {
    font-size: 52px;
    line-height: 60px;
  }
}
@media (max-width: 1024px) {
  .page-privacy__title {
    font-size: 40px;
    line-height: 60px;
  }
}
@media (max-width: 768px) {
  .page-privacy__title {
    font-size: 36px;
    line-height: 1.2em;
  }
}
@media (max-width: 480px) {
  .page-privacy__title {
    font-size: 30px;
  }
}
@media (min-width: 1440px) {
  .page-privacy__title {
    margin-bottom: 1.5094339623vw;
  }
}
@media (max-width: 1440px) {
  .page-privacy__title {
    margin-bottom: 24px;
  }
}
@media (max-width: 1200px) {
  .page-privacy__title {
    margin-bottom: 20px;
  }
}
@media (max-width: 768px) {
  .page-privacy__title {
    margin-bottom: 16px;
  }
}
@media (max-width: 480px) {
  .page-privacy__title {
    margin-bottom: 12px;
  }
}

@keyframes pulseOrbit {
  0% {
    transform: translate(-50%, -50%) scale(1);
  }
  50% {
    transform: translate(-50%, -50%) scale(1.05);
  }
  100% {
    transform: translate(-50%, -50%) scale(1);
  }
}
.new-contact {
  background-color: #f7f8ff;
  min-height: 100vh;
}

@media (min-width: 1440px) {
  .first-contact {
    padding-left: 5.6603773585vw;
    padding-right: 5.6603773585vw;
  }
}
@media (max-width: 1440px) {
  .first-contact {
    padding-left: 80px;
    padding-right: 80px;
  }
}
@media (max-width: 1200px) {
  .first-contact {
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media (max-width: 768px) {
  .first-contact {
    padding-left: 4%;
    padding-right: 4%;
  }
}
@media (min-width: 1440px) {
  .first-contact {
    padding-bottom: 4.7169811321vw;
  }
}
@media (max-width: 1440px) {
  .first-contact {
    padding-bottom: 80px;
  }
}
@media (max-width: 768px) {
  .first-contact {
    padding-bottom: 60px;
  }
}
@media (max-width: 480px) {
  .first-contact {
    padding-bottom: 40px;
  }
}
@media (min-width: 1440px) {
  .first-contact {
    padding-top: 6.7924528302vw;
  }
}
@media (max-width: 1440px) {
  .first-contact {
    padding-top: 120px;
  }
}
@media (max-width: 1200px) {
  .first-contact {
    padding-top: 100px;
  }
}
@media (max-width: 768px) {
  .first-contact {
    padding-top: 80x;
  }
}
.first-contact__container {
  display: flex;
  justify-content: space-between;
  align-items: end;
}
@media (min-width: 1440px) {
  .first-contact__container {
    gap: 7.8301886792vw;
  }
}
@media (max-width: 1440px) {
  .first-contact__container {
    gap: 100px;
  }
}
@media (max-width: 1200px) {
  .first-contact__container {
    gap: 80px;
  }
}
@media (max-width: 1024px) {
  .first-contact__container {
    gap: 60px;
    flex-direction: column;
    align-items: center;
  }
}
@media (max-width: 768px) {
  .first-contact__container {
    gap: 40px;
  }
}
@media (min-width: 1440px) {
  .first-contact__header {
    margin-bottom: 2.2641509434vw;
  }
}
@media (max-width: 1440px) {
  .first-contact__header {
    margin-bottom: 32px;
  }
}
@media (max-width: 1200px) {
  .first-contact__header {
    margin-bottom: 24px;
  }
}
@media (max-width: 768px) {
  .first-contact__header {
    margin-bottom: 20px;
  }
}
@media (max-width: 480px) {
  .first-contact__header {
    margin-bottom: 12px;
  }
}
.first-contact__header h1 {
  color: #0D1738;
  font-weight: 400;
  font-style: normal;
  font-family: "Figtree", sans-serif;
  line-height: normal;
  font-weight: 700;
}
@media (min-width: 1440px) {
  .first-contact__header h1 {
    font-size: 2.8773584906vw;
  }
}
@media (max-width: 1440px) {
  .first-contact__header h1 {
    font-size: 50px;
    line-height: 1.2em;
  }
}
@media (max-width: 1200px) {
  .first-contact__header h1 {
    font-size: 40px;
  }
}
@media (max-width: 768px) {
  .first-contact__header h1 {
    font-size: 32px;
    line-height: 1.2em;
  }
}
@media (max-width: 480px) {
  .first-contact__header h1 {
    font-size: 24px;
  }
}
@media (min-width: 1440px) {
  .first-contact__header h1 {
    margin-bottom: 2.2641509434vw;
  }
}
@media (max-width: 1440px) {
  .first-contact__header h1 {
    margin-bottom: 32px;
  }
}
@media (max-width: 1200px) {
  .first-contact__header h1 {
    margin-bottom: 24px;
  }
}
@media (max-width: 768px) {
  .first-contact__header h1 {
    margin-bottom: 20px;
  }
}
@media (max-width: 480px) {
  .first-contact__header h1 {
    margin-bottom: 12px;
  }
}
.first-contact__header p {
  font-family: "Ubuntu", sans-serif;
  color: #303B4A;
  font-style: normal;
  font-weight: 400;
}
@media (min-width: 1440px) {
  .first-contact__header p {
    font-size: 1.4740566038vw;
    line-height: 1.9646226415vw;
  }
}
@media (max-width: 1440px) {
  .first-contact__header p {
    font-size: 25px;
    line-height: 33.3px;
  }
}
@media (max-width: 1200px) {
  .first-contact__header p {
    font-size: 20px;
    line-height: 1.2em;
  }
}
@media (max-width: 768px) {
  .first-contact__header p {
    font-size: 16px;
    line-height: 1.2em;
  }
}
.first-contact__cards {
  display: flex;
  flex-direction: column;
}
@media (min-width: 1440px) {
  .first-contact__info {
    width: 32.358490566vw;
  }
}
@media (max-width: 1440px) {
  .first-contact__info {
    max-width: 550px;
  }
}
@media (max-width: 1200px) {
  .first-contact__info {
    max-width: 450px;
  }
}
@media (max-width: 1024px) {
  .first-contact__info {
    max-width: 100%;
  }
}
@media (max-width: 768px) {
  .first-contact__info {
    max-width: 100%;
  }
}
.first-contact__form p label {
  font-family: "Ubuntu", sans-serif;
  color: #303B4A;
  font-style: normal;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media (min-width: 1440px) {
  .first-contact__form p label {
    font-size: 1.179245283vw;
    line-height: 1.4764150943vw;
  }
}
@media (max-width: 1440px) {
  .first-contact__form p label {
    font-size: 20px;
    line-height: 25px;
  }
}
@media (max-width: 768px) {
  .first-contact__form p label {
    font-size: 18px;
    line-height: 1.2em;
  }
}
@media (min-width: 1440px) {
  .first-contact__form {
    width: 44.4339622642vw;
  }
  .first-contact__form p label {
    display: flex;
    margin-bottom: 1.8867924528vw;
  }
  .first-contact__form p .wpcf7-form-control-wrap {
    display: block;
    margin-top: 0.7547169811vw;
  }
  .first-contact__form p .wpcf7-form-control-wrap input,
  .first-contact__form p .wpcf7-form-control-wrap textarea {
    padding: 0.7547169811vw;
  }
  .first-contact__form p .wpcf7-form-control-wrap input,
  .first-contact__form p .wpcf7-form-control-wrap textarea {
    border-radius: 0.4716981132vw;
  }
  .first-contact__form p .wpcf7-form-control-wrap textarea {
    resize: vertical;
    max-height: 8.9150943396vw;
  }
}
@media (max-width: 1440px) {
  .first-contact__form {
    max-width: 700px;
  }
  .first-contact__form p label {
    display: flex;
    margin-bottom: 36px;
  }
  .first-contact__form p .wpcf7-form-control-wrap {
    display: block;
    margin-top: 16px;
  }
  .first-contact__form p .wpcf7-form-control-wrap input,
  .first-contact__form p .wpcf7-form-control-wrap textarea {
    padding: 16px;
  }
  .first-contact__form p .wpcf7-form-control-wrap input,
  .first-contact__form p .wpcf7-form-control-wrap textarea {
    border-radius: 10px;
  }
  .first-contact__form p .wpcf7-form-control-wrap textarea {
    resize: vertical;
    max-height: 189px;
  }
  .first-contact__form p input,
  .first-contact__form p textarea {
    border-radius: 10px;
  }
}
@media (max-width: 1200px) {
  .first-contact__form {
    max-width: 600px;
  }
}
@media (max-width: 1024px) {
  .first-contact__form {
    max-width: 100%;
  }
}
@media (max-width: 768px) {
  .first-contact__form {
    max-width: 100%;
  }
}
.first-contact__form .wpcf7-form p {
  position: relative;
  transition: all 0.3s ease;
}
.first-contact__form .wpcf7-form p label {
  color: #7D8BA4;
  transition: color 0.3s ease;
}
.first-contact__form .wpcf7-form p label:has(.wpcf7-validates-as-required)::after {
  content: "*";
  color: #f25b62;
  font-weight: 700;
  margin-left: 4px;
  order: 1;
}
.first-contact__form .wpcf7-form p label .wpcf7-form-control-wrap {
  order: 2;
}
.first-contact__form .wpcf7-form p:hover input,
.first-contact__form .wpcf7-form p:hover textarea {
  outline: 1px solid rgba(50, 60, 254, 0.3);
}
.first-contact__form .wpcf7-form p:has(input:focus, textarea:focus) label {
  color: #323CFE;
}
.first-contact__form .wpcf7-form p:has(input:focus, textarea:focus) input,
.first-contact__form .wpcf7-form p:has(input:focus, textarea:focus) textarea {
  outline: 1px solid #323CFE;
}
.first-contact__form .wpcf7-form p:has(.wpcf7-not-valid) label {
  font-family: "Ubuntu", sans-serif;
  color: #303B4A;
  font-style: normal;
  color: #f25b62;
}
@media (min-width: 1440px) {
  .first-contact__form .wpcf7-form p:has(.wpcf7-not-valid) label {
    font-size: 1.179245283vw;
    line-height: 1.4764150943vw;
  }
}
@media (max-width: 1440px) {
  .first-contact__form .wpcf7-form p:has(.wpcf7-not-valid) label {
    font-size: 20px;
    line-height: 25px;
  }
}
@media (max-width: 768px) {
  .first-contact__form .wpcf7-form p:has(.wpcf7-not-valid) label {
    font-size: 18px;
    line-height: 1.2em;
  }
}
.first-contact__form .wpcf7-form p:has(.wpcf7-not-valid) input,
.first-contact__form .wpcf7-form p:has(.wpcf7-not-valid) textarea {
  outline: 1px solid #f25b62 !important;
}
.first-contact__form .wpcf7-form p,
.first-contact__form .wpcf7-form span,
.first-contact__form .wpcf7-form input,
.first-contact__form .wpcf7-form textarea {
  display: block;
  width: 100%;
  border: none;
  outline: 1px solid transparent;
  outline-offset: -1px;
  transition: outline 0.3s ease, color 0.3s ease;
}
.first-contact__form .wpcf7-form p::-moz-placeholder, .first-contact__form .wpcf7-form span::-moz-placeholder, .first-contact__form .wpcf7-form input::-moz-placeholder, .first-contact__form .wpcf7-form textarea::-moz-placeholder {
  font-family: "Ubuntu-light", sans-serif;
}
.first-contact__form .wpcf7-form p::placeholder,
.first-contact__form .wpcf7-form span::placeholder,
.first-contact__form .wpcf7-form input::placeholder,
.first-contact__form .wpcf7-form textarea::placeholder {
  font-family: "Ubuntu-light", sans-serif;
}
.first-contact__form .wpcf7-form .wpcf7-not-valid-tip {
  font-family: "Ubuntu", sans-serif;
  color: #303B4A;
  font-style: normal;
  color: #f25b62;
  margin-top: 0.5rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  outline: none !important;
}
@media (min-width: 1440px) {
  .first-contact__form .wpcf7-form .wpcf7-not-valid-tip {
    font-size: 1.179245283vw;
    line-height: 1.4764150943vw;
  }
}
@media (max-width: 1440px) {
  .first-contact__form .wpcf7-form .wpcf7-not-valid-tip {
    font-size: 20px;
    line-height: 25px;
  }
}
@media (max-width: 768px) {
  .first-contact__form .wpcf7-form .wpcf7-not-valid-tip {
    font-size: 18px;
    line-height: 1.2em;
  }
}
.first-contact__form .wpcf7-form .wpcf7-not-valid-tip::before {
  content: "";
  display: inline-block;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNiIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI2IDI0IiBmaWxsPSJub25lIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xMS42MTY5IDEzLjI0MThDMTEuNjE2OSAxMy45ODE5IDEyLjIyMTMgMTQuNTgxOSAxMi45NjY5IDE0LjU4MTlDMTMuNzEyNSAxNC41ODE5IDE0LjMxNjggMTMuOTgxOSAxNC4zMTY4IDEzLjI0MThWOS4yMjE3M0MxNC4zMTY4IDguNDgxNjUgMTMuNzEyNSA3Ljg4MTY5IDEyLjk2NjkgNy44ODE2OUMxMi4yMjEzIDcuODgxNjkgMTEuNjE2OSA4LjQ4MTY1IDExLjYxNjkgOS4yMjE3M1YxMy4yNDE4Wk0xNC4zMTY4IDE3LjI0NjlDMTQuMzE2OCAxNi41MDY4IDEzLjcxMjUgMTUuOTA2OSAxMi45NjY5IDE1LjkwNjlDMTIuMjIxMyAxNS45MDY5IDExLjYxNjkgMTYuNTA2OCAxMS42MTY5IDE3LjI0NjlWMTcuMjYxOUMxMS42MTY5IDE4LjAwMiAxMi4yMjEzIDE4LjYwMiAxMi45NjY5IDE4LjYwMkMxMy43MTI1IDE4LjYwMiAxNC4zMTY4IDE4LjAwMiAxNC4zMTY4IDE3LjI2MTlWMTcuMjQ2OVpNOS40MjY0NSAyLjA2Nzc3QzEwLjk2OTUgLTAuNjg5MjU2IDE0Ljk2MzkgLTAuNjg5MjU2IDE2LjUwNjkgMi4wNjc3N0wyNS40MTc5IDE3Ljk4OTdDMjYuOTE3NCAyMC42NjkyIDI0Ljk2NTUgMjMuOTYyMSAyMS44Nzc2IDIzLjk2MjFINC4wNTU2OEMwLjk2NzcyNSAyMy45NjIxIC0wLjk4NDE2NSAyMC42NjkyIDAuNTE1NDY2IDE3Ljk4OTdMOS40MjY0NSAyLjA2Nzc3WiIgZmlsbD0iI0U0MkYzMiIvPgo8L3N2Zz4=");
  background-size: contain;
  background-repeat: no-repeat;
}
@media (min-width: 1440px) {
  .first-contact__form .wpcf7-form .wpcf7-not-valid-tip::before {
    width: 0.7547169811vw;
    height: 0.7547169811vw;
  }
}
@media (max-width: 1440px) {
  .first-contact__form .wpcf7-form .wpcf7-not-valid-tip::before {
    width: 16px;
    height: 16px;
  }
}
.first-contact__form .wpcf7-form .wpcf7-response-output {
  border-radius: 10px;
  outline: none !important;
  border: none !important;
  margin: 0 0 2rem 0 !important;
  padding: 1rem 1.5rem;
}
.first-contact__form .wpcf7-form .wpcf7-response-output.wpcf7-mail-sent-ok {
  display: none !important;
}
.first-contact__form .custom-success-box {
  background: linear-gradient(0deg, #ECFDF7 0%, #ECFDF7 100%), #FFF;
  display: flex;
  align-items: flex-start;
  position: relative;
}
@media (min-width: 1440px) {
  .first-contact__form .custom-success-box {
    gap: 0.7547169811vw;
    border-radius: 0.5660377358vw;
    padding: 1.1320754717vw 0.9433962264vw;
    margin-bottom: 1.8867924528vw;
  }
}
@media (max-width: 1440px) {
  .first-contact__form .custom-success-box {
    gap: 12px;
    border-radius: 12px;
    padding: 20px 16px;
    margin-bottom: 30px;
  }
}
.first-contact__form .custom-success-box__icon {
  flex-shrink: 0;
  margin-top: 2px;
}
@media (min-width: 1440px) {
  .first-contact__form .custom-success-box__icon {
    width: 1.5094339623vw;
    height: 1.5094339623vw;
  }
}
@media (max-width: 1440px) {
  .first-contact__form .custom-success-box__icon {
    width: 28px;
    height: 28px;
  }
}
@media (max-width: 1200px) {
  .first-contact__form .custom-success-box__icon {
    width: 20px;
    height: 20px;
  }
}
.first-contact__form .custom-success-box__icon svg {
  width: 100%;
  height: 100%;
}
.first-contact__form .custom-success-box__content {
  flex-grow: 1;
  padding-right: 2rem;
}
.first-contact__form .custom-success-box__content h4 {
  font-family: "Ubuntu-medium", sans-serif;
  color: #0D1738;
  font-family: "Figtree-bold", sans-serif;
  font-weight: 700;
}
@media (min-width: 1440px) {
  .first-contact__form .custom-success-box__content h4 {
    font-size: 0.9433962264vw;
    margin-bottom: 0.5660377358vw;
    line-height: 1.179245283vw;
  }
}
@media (max-width: 1440px) {
  .first-contact__form .custom-success-box__content h4 {
    font-size: 18px;
    margin-bottom: 4px;
    line-height: 25px;
  }
}
.first-contact__form .custom-success-box__content p {
  font-family: "Ubuntu-light", sans-serif;
  color: #0D1738;
  margin: 0;
}
@media (min-width: 1440px) {
  .first-contact__form .custom-success-box__content p {
    font-size: 0.9905660377vw;
    margin-bottom: 0.5660377358vw;
    line-height: 1.179245283vw;
  }
}
@media (max-width: 1440px) {
  .first-contact__form .custom-success-box__content p {
    font-size: 18px;
    margin-bottom: 4px;
    line-height: 25px;
  }
}
.first-contact__form .custom-success-box__close {
  position: absolute;
  top: 1.25rem;
  right: 1.25rem;
  cursor: pointer;
  opacity: 0.7;
  transition: opacity 0.3s ease;
  flex-shrink: 0;
}
@media (min-width: 1440px) {
  .first-contact__form .custom-success-box__close {
    width: 1.1320754717vw;
    height: 1.1320754717vw;
  }
}
@media (max-width: 1440px) {
  .first-contact__form .custom-success-box__close {
    width: 22px;
    height: 22px;
  }
}
@media (max-width: 1200px) {
  .first-contact__form .custom-success-box__close {
    width: 20px;
    height: 20px;
  }
}
.first-contact__form .custom-success-box__close svg {
  width: 100%;
  height: 100%;
}
.first-contact__form .custom-success-box__close:hover {
  opacity: 1;
}

.wpcf7-submit {
  background-color: #323CFE;
  font-family: "Ubuntu", sans-serif;
  color: #303B4A;
  font-style: normal;
  font-weight: 400;
  color: white;
  font-weight: 500;
}
@media (min-width: 1440px) {
  .wpcf7-submit {
    font-size: 1.4740566038vw;
    line-height: 1.9646226415vw;
  }
}
@media (max-width: 1440px) {
  .wpcf7-submit {
    font-size: 25px;
    line-height: 33.3px;
  }
}
@media (max-width: 1200px) {
  .wpcf7-submit {
    font-size: 20px;
    line-height: 1.2em;
  }
}
@media (max-width: 768px) {
  .wpcf7-submit {
    font-size: 16px;
    line-height: 1.2em;
  }
}
@media (min-width: 1440px) {
  .wpcf7-submit {
    padding: 0.9433962264vw 1.8867924528vw;
    border-radius: 0.4716981132vw;
  }
}
@media (max-width: 1440px) {
  .wpcf7-submit {
    padding: 16px 36px;
    border-radius: 10px;
  }
}

.contact-card {
  display: flex;
  align-items: center;
  background-color: #eef0ff;
}
@media (min-width: 1440px) {
  .contact-card {
    margin-bottom: 2.2641509434vw;
  }
}
@media (max-width: 1440px) {
  .contact-card {
    margin-bottom: 32px;
  }
}
@media (max-width: 1200px) {
  .contact-card {
    margin-bottom: 24px;
  }
}
@media (max-width: 768px) {
  .contact-card {
    margin-bottom: 20px;
  }
}
@media (max-width: 480px) {
  .contact-card {
    margin-bottom: 12px;
  }
}
@media (min-width: 1440px) {
  .contact-card {
    padding-inline: 1.1320754717vw;
    height: 4.9056603774vw;
    border-radius: 0.5660377358vw;
  }
}
@media (max-width: 1440px) {
  .contact-card {
    padding-inline: 20px;
    height: 104px;
    border-radius: 12px;
  }
}
@media (max-width: 768px) {
  .contact-card {
    height: 80px;
  }
}
.contact-card:hover .contact-card__arrow svg path {
  fill: #2127E1;
  transition: fill 0.3s ease;
}
.contact-card__arrow svg path {
  transition: fill 0.3s ease;
}
.contact-card__icon {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 1440px) {
  .contact-card__icon {
    padding-right: 1.5094339623vw;
    border-right: 0.141509434vw solid #A4ABFE;
  }
  .contact-card__icon svg {
    width: 1.8867924528vw;
    height: 1.8867924528vw;
  }
}
@media (max-width: 1440px) {
  .contact-card__icon {
    padding-right: 32px;
    border-right: 2px solid #A4ABFE;
  }
  .contact-card__icon svg {
    width: 36px;
    height: 36px;
  }
}
@media (max-width: 1200px) {
  .contact-card__icon {
    padding-right: 20px;
  }
  .contact-card__icon svg {
    width: 24px;
    height: 24px;
  }
}
@media (max-width: 768px) {
  .contact-card__icon {
    padding-right: 10px;
  }
  .contact-card__icon svg {
    width: 20px;
    height: 20px;
  }
}
.contact-card__content {
  flex-grow: 1;
}
@media (min-width: 1440px) {
  .contact-card__content {
    margin-inline: 0.7547169811vw;
  }
}
@media (max-width: 1440px) {
  .contact-card__content {
    margin-inline: 32px;
  }
}
@media (max-width: 1200px) {
  .contact-card__content {
    margin-inline: 20px;
  }
}
@media (max-width: 768px) {
  .contact-card__content {
    margin-inline: 10px;
  }
}
.contact-card__content h3 {
  font-family: "Ubuntu", sans-serif;
  color: #303B4A;
  font-style: normal;
  font-weight: 600;
  margin-bottom: 0;
}
@media (min-width: 1440px) {
  .contact-card__content h3 {
    font-size: 1.179245283vw;
    line-height: 1.4764150943vw;
  }
}
@media (max-width: 1440px) {
  .contact-card__content h3 {
    font-size: 20px;
    line-height: 25px;
  }
}
@media (max-width: 768px) {
  .contact-card__content h3 {
    font-size: 18px;
    line-height: 1.2em;
  }
}
.contact-card__content p {
  font-family: "Ubuntu", sans-serif;
  color: #303B4A;
  font-style: normal;
  font-weight: 400;
  margin-top: 10px;
}
@media (min-width: 1440px) {
  .contact-card__content p {
    font-size: 1.179245283vw;
    line-height: 1.4764150943vw;
  }
}
@media (max-width: 1440px) {
  .contact-card__content p {
    font-size: 20px;
    line-height: 25px;
  }
}
@media (max-width: 768px) {
  .contact-card__content p {
    font-size: 18px;
    line-height: 1.2em;
  }
}
@media (min-width: 1440px) {
  .contact-card__content p {
    margin-top: 0.4716981132vw;
  }
}
.contact-card__arrow {
  color: #0D1738;
  display: flex;
  align-items: center;
}
@media (min-width: 1440px) {
  .contact-card__arrow svg {
    width: 2.2641509434vw;
    height: 2.2641509434vw;
  }
}
@media (max-width: 1440px) {
  .contact-card__arrow svg {
    width: 44px;
    height: 44px;
  }
}
@media (max-width: 1200px) {
  .contact-card__arrow svg {
    width: 24px;
    height: 24px;
  }
}
@media (max-width: 768px) {
  .contact-card__arrow svg {
    width: 20px;
    height: 20px;
  }
}
.contact-card__arrow svg {
  transition: all 0.3s ease;
}
.contact-card__arrow svg:hover path {
  fill: #2127E1;
}

.wpcf7-response-output {
  display: none;
}

.wpcf7-spinner {
  margin-inline: auto;
}
@media (min-width: 1440px) {
  .wpcf7-spinner {
    width: 1.1320754717vw !important;
    height: 1.1320754717vw !important;
  }
  .wpcf7-spinner::before {
    width: 0.2830188679vw !important;
    height: 0.2830188679vw !important;
  }
}
@media (max-width: 1440px) {
  .wpcf7-spinner {
    width: 24px !important;
    height: 24px !important;
  }
  .wpcf7-spinner::before {
    width: 6px !important;
    height: 6px !important;
  }
}

.new-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  transition: all 0.4s cubic-bezier(0.25, 1, 0.5, 1);
  background: transparent;
}
@media (min-width: 1440px) {
  .new-header {
    padding-inline: 3.0188679245vw;
    padding-block: 0.5660377358vw;
  }
}
@media (max-width: 1440px) {
  .new-header {
    padding-inline: 40px;
    padding-block: 12px;
  }
}
@media (min-width: 1200px) {
  .new-header.is-scrolled {
    top: 20px;
    left: 5%;
    width: 90%;
    background: rgba(255, 255, 255, 0.95);
    -webkit-backdrop-filter: blur(10px);
            backdrop-filter: blur(10px);
    border-radius: 999px;
    box-shadow: 0 10px 40px rgba(16, 22, 58, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.5);
  }
}
@media (min-width: 1200px) and (min-width: 1440px) {
  .new-header.is-scrolled {
    padding-inline: 1.8867924528vw;
    padding-block: 0.3773584906vw;
  }
}
@media (min-width: 1200px) and (max-width: 1440px) {
  .new-header.is-scrolled {
    padding-inline: 30px;
    padding-block: 8px;
  }
}
@media (max-width: 1200px) {
  .new-header.is-scrolled {
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
  }
}
.new-header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.new-header__logo {
  display: block;
}
.new-header__logo img {
  width: 100%;
}
@media (min-width: 1440px) {
  .new-header__logo {
    width: 4.4811320755vw;
  }
}
@media (max-width: 1440px) {
  .new-header__logo {
    width: 85px;
  }
}
.new-header__nav {
  align-items: center;
  display: flex;
  flex: 1 1 auto;
  justify-content: end;
  min-width: 0;
  gap: 3.0188679245vw;
}
.new-header__menu {
  display: flex;
  align-items: center;
  gap: 3.0188679245vw;
  justify-content: end;
  margin: 0;
  padding: 0;
  list-style: none;
}
.new-header__menu li {
  list-style: none;
}
.new-header__menu li.current-menu-item > a, .new-header__menu li.current_page_item > a, .new-header__menu li.current-menu-ancestor > a, .new-header__menu li.active > a {
  color: #10163a !important;
  font-weight: inherit !important;
}
.new-header__menu a {
  font-family: "Ubuntu", sans-serif;
  color: #10163a;
  font-style: normal;
  transition: color 0.3s ease;
}
@media (min-width: 1440px) {
  .new-header__menu a {
    font-size: 1.179245283vw;
    line-height: 1.4764150943vw;
  }
}
@media (max-width: 1440px) {
  .new-header__menu a {
    font-size: 20px;
    line-height: 25px;
  }
}
@media (max-width: 768px) {
  .new-header__menu a {
    font-size: 18px;
    line-height: 1.2em;
  }
}
.new-header__menu a:hover {
  color: #2127E1 !important;
}
.new-header__cta {
  display: inline-flex;
  font-family: "Ubuntu", sans-serif;
  font-weight: 500;
  background-color: #323CFE;
  color: #ffffff;
}
@media (min-width: 1440px) {
  .new-header__cta {
    font-size: 0.9433962264vw;
    padding: 0.6603773585vw 1.1320754717vw;
    border-radius: 0.4716981132vw;
    line-height: 1.179245283vw;
  }
}
@media (max-width: 1440px) {
  .new-header__cta {
    border-radius: 10px;
    padding: 14px 24px;
    font-size: 20px;
    line-height: 25px;
  }
}
.new-header__toggle {
  display: none;
  width: 48px;
  height: 48px;
  padding: 0;
  border: 0;
  border-radius: 14px;
  background: #eef0ff;
}
.new-header__toggle span {
  display: block;
  width: 20px;
  height: 2px;
  margin: 0 auto;
  background: #10163a;
  border-radius: 999px;
}
.new-header__toggle span:not(:last-child) {
  margin-bottom: 4px;
}

@media (max-width: 1200px) {
  .new-header {
    padding: 16px 20px;
  }
  .new-header__inner {
    grid-template-columns: auto auto;
    gap: 18px;
  }
  .new-header__toggle {
    display: block;
    justify-self: end;
    position: relative;
    z-index: 101;
  }
  .new-header__cta {
    display: none;
  }
  .new-header__cta--mobile {
    display: inline-flex;
    margin-top: auto;
    font-size: 18px;
    justify-content: center;
  }
  .new-header__nav {
    position: fixed;
    top: 0;
    right: 0;
    left: auto;
    width: min(85vw, 400px);
    height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 24px;
    padding: 100px 30px 40px;
    background: white;
    border-left: 1px solid rgba(64, 72, 255, 0.1);
    border-radius: 0;
    box-shadow: -10px 0 50px rgba(16, 22, 58, 0.16);
    opacity: 0;
    pointer-events: none;
    transform: translateX(100%);
    transition: all 0.4s ease;
    z-index: 100;
  }
  .new-header__menu {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }
  .new-header__menu a {
    display: block;
    padding: 10px 0;
    font-size: 20px;
  }
  .new-header::before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(13, 23, 56, 0.5);
    -webkit-backdrop-filter: blur(4px);
            backdrop-filter: blur(4px);
    z-index: 99;
    opacity: 0;
    pointer-events: none;
    transition: all 0.4s ease;
  }
  .new-header.is-open::before {
    opacity: 1;
    pointer-events: all;
  }
  .new-header.is-open .new-header__nav {
    opacity: 1;
    pointer-events: all;
    transform: translateX(0);
  }
}
.new-footer {
  background: linear-gradient(0deg, #2127E1 0%, #2127E1 100%), #131653;
  color: white;
  font-family: "Ubuntu", sans-serif;
}
@media (min-width: 1440px) {
  .new-footer {
    padding-top: 3.0188679245vw;
    padding-bottom: 3.0188679245vw;
  }
}
@media (max-width: 1440px) {
  .new-footer {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .new-footer {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media (min-width: 1440px) {
  .new-footer {
    padding-left: 7.5471698113vw;
    padding-right: 7.5471698113vw;
  }
}
@media (max-width: 1440px) {
  .new-footer {
    padding-left: 80px;
    padding-right: 80px;
  }
}
@media (max-width: 768px) {
  .new-footer {
    padding-left: 4%;
    padding-right: 4%;
  }
}
.new-footer__inner {
  display: flex;
  flex-direction: column;
}
.new-footer__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 40px;
}
.new-footer__logo {
  display: block;
}
@media (min-width: 1440px) {
  .new-footer__logo {
    width: 9.9056603774vw;
  }
}
@media (max-width: 1440px) {
  .new-footer__logo {
    width: 160px;
  }
}
.new-footer__logo img {
  display: block;
  width: 100%;
  height: auto;
}
.new-footer__tagline {
  margin: 0;
  color: white;
  font-family: "Kanit-regular", sans-serif;
  line-height: 1.3;
  font-weight: 600;
  text-align: right;
}
@media (min-width: 1440px) {
  .new-footer__tagline {
    font-size: 1.8867924528vw;
  }
}
@media (max-width: 1440px) {
  .new-footer__tagline {
    font-size: 32px;
  }
}
.new-footer__tagline em {
  font-family: "Kanit-italic", sans-serif;
}
.new-footer__separator {
  border: none;
  border-top: 0.0471698113vw solid #C2C5FF;
  margin: 0 0 1.4150943396vw 0;
  width: 100%;
}
.new-footer__bottom {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  width: 100%;
  font-size: 13px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.85);
}
.new-footer__legal {
  display: flex;
  gap: 32px;
  align-items: center;
}
.new-footer__legal a {
  color: rgba(255, 255, 255, 0.85);
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  font-family: "Ubuntu", sans-serif;
  transition: color 0.3s;
}
@media (min-width: 1440px) {
  .new-footer__legal a {
    font-size: 0.7547169811vw;
    gap: 0.5660377358vw;
  }
}
@media (max-width: 1440px) {
  .new-footer__legal a {
    font-size: 16px;
    gap: 6px;
  }
}
.new-footer__legal a .arrow {
  display: flex;
  align-items: center;
}
@media (min-width: 1440px) {
  .new-footer__legal a .arrow {
    width: 0.5188679245vw;
    height: 0.5188679245vw;
  }
}
@media (max-width: 1440px) {
  .new-footer__legal a .arrow {
    width: 11px;
    height: 11px;
  }
}
.new-footer__legal a .arrow svg {
  width: 100%;
  height: 100%;
}
.new-footer__legal a:hover {
  color: white;
}
.new-footer__copyright {
  text-align: center;
}
@media (min-width: 1440px) {
  .new-footer__copyright {
    font-size: 0.7547169811vw;
  }
}
@media (max-width: 1440px) {
  .new-footer__copyright {
    font-size: 16px;
  }
}
.new-footer__contact {
  text-align: right;
}
.new-footer__contact a {
  color: rgba(255, 255, 255, 0.85);
  text-decoration: none;
  font-size: 16px;
  font-family: "Ubuntu", sans-serif;
  display: inline-flex;
  align-items: center;
  transition: color 0.3s;
}
@media (min-width: 1440px) {
  .new-footer__contact a {
    font-size: 0.7547169811vw;
    gap: 0.5660377358vw;
  }
}
@media (max-width: 1440px) {
  .new-footer__contact a {
    font-size: 16px;
    gap: 6px;
  }
}
@media (min-width: 1440px) {
  .new-footer__contact a svg {
    width: 1.1320754717vw;
    height: 1.1320754717vw;
  }
}
@media (max-width: 1440px) {
  .new-footer__contact a svg {
    width: 20px;
    height: 20px;
  }
}
.new-footer__contact a:hover {
  color: white;
}

@media (max-width: 1200px) {
  .new-footer__top {
    flex-direction: column;
    gap: 32px;
    align-items: center;
  }
  .new-footer__tagline {
    text-align: center;
    font-size: 24px;
  }
  .new-footer__bottom {
    grid-template-columns: 1fr;
    gap: 24px;
    text-align: center;
  }
  .new-footer__legal {
    justify-content: center;
  }
  .new-footer__contact {
    text-align: center;
  }
}
@media (max-width: 768px) {
  .new-footer {
    padding: 40px 0 30px;
  }
  .new-footer__logo {
    width: 160px;
  }
  .new-footer__legal {
    flex-direction: column;
    gap: 16px;
  }
}
/*# sourceMappingURL=app.css.map */
