*,
*::before,
*::after {
  box-sizing: border-box;
}

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}

body {
  margin: 0;
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  color: var(--bs-body-color);
  text-align: var(--bs-body-text-align);
  background-color: var(--bs-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

hr {
  margin: 1rem 0;
  color: inherit;
  border: 0;
  border-top: var(--bs-border-width) solid;
  opacity: 0.25;
}

h6, h5, h4, h3, h2, h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
  color: var(--bs-heading-color);
}

h1 {
  font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  h1 {
    font-size: 2.5rem;
  }
}

h2 {
  font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  h2 {
    font-size: 2rem;
  }
}

h3 {
  font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
  h3 {
    font-size: 1.75rem;
  }
}

h4 {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  h4 {
    font-size: 1.5rem;
  }
}

h5 {
  font-size: 1.25rem;
}

h6 {
  font-size: 1rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title] {
  text-decoration: underline dotted;
  cursor: help;
  text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul {
  padding-left: 2rem;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 0.875em;
}

mark {
  padding: 0.1875em;
  color: var(--bs-highlight-color);
  background-color: var(--bs-highlight-bg);
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
  text-decoration: underline;
}
a:hover {
  --bs-link-color-rgb: var(--bs-link-hover-color-rgb);
}

a:not([href]):not([class]), a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

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

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

code {
  font-size: 0.875em;
  color: var(--bs-code-color);
  word-wrap: break-word;
}
a > code {
  color: inherit;
}

kbd {
  padding: 0.1875rem 0.375rem;
  font-size: 0.875em;
  color: var(--bs-body-bg);
  background-color: var(--bs-body-color);
  border-radius: 0.25rem;
}
kbd kbd {
  padding: 0;
  font-size: 1em;
}

figure {
  margin: 0 0 1rem;
}

img,
svg {
  vertical-align: middle;
}

table {
  caption-side: bottom;
  border-collapse: collapse;
}

caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: var(--bs-secondary-color);
  text-align: left;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

thead,
tbody,
tfoot,
tr,
td,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

input:focus,
textarea:focus,
select:focus {
  outline: 0;
}

.f-wrap:focus-within {
  border-color: #EF2A72;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}
select:disabled {
  opacity: 1;
}

[list]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=week]):not([type=time])::-webkit-calendar-picker-indicator {
  display: none !important;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}
button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

textarea {
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: calc(1.275rem + 0.3vw);
  line-height: inherit;
}
@media (min-width: 1200px) {
  legend {
    font-size: 1.5rem;
  }
}
legend + * {
  clear: left;
}

::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0;
}

::-webkit-inner-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-color-swatch-wrapper {
  padding: 0;
}

::file-selector-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

iframe {
  border: 0;
}

summary {
  display: list-item;
  cursor: pointer;
}

progress {
  vertical-align: baseline;
}

[hidden] {
  display: none !important;
}

.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1432px;
  }
}
body {
  margin: 0;
  font-family: "Outfit", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0;
  font-weight: 700;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

main {
  overflow: hidden;
}

.g-base {
  display: flex;
  flex-wrap: wrap;
}
.g-base.--gap-md {
  gap: 24px;
}
@media (min-width: 576px) {
  .g-base.--gap-md {
    gap: 32px;
  }
}

.base-header__icon {
  margin: 0 auto 16px;
}

.base-header__perex {
  max-width: 560px;
  margin: 24px auto 0;
  font-size: 18px;
  color: #1a1363;
}

.base-header {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  max-width: 688px;
  margin: 0 auto 32px;
  text-align: center;
  color: #1a1363;
}
.base-header.--variant-left .base-header__perex {
  margin: 24px auto 0 0;
}
@media (min-width: 576px) {
  .base-header {
    margin-bottom: 48px;
  }
  .base-header.--variant-left {
    margin-left: 0;
    text-align: left;
  }
  .base-header.--variant-left .base-header__icon {
    margin-left: 0;
  }
}
@media (min-width: 992px) {
  .base-header {
    margin-bottom: 64px;
  }
}

.base-heading {
  margin: 0;
}
.base-heading--h1 {
  font-size: 40px;
  font-weight: 500;
  line-height: 50px;
}
@media (min-width: 576px) {
  .base-heading--h1 {
    font-size: 56px;
    line-height: 70px;
  }
}
.base-heading--h2 {
  font-size: 32px;
  font-weight: 500;
  line-height: 38px;
}
@media (min-width: 576px) {
  .base-heading--h2 {
    font-size: 40px;
    line-height: 50px;
  }
}
.base-heading--h3 {
  font-size: 26px;
  line-height: 31px;
}
.base-heading--h4 {
  font-size: 24px;
  line-height: 34px;
}

.base-modal {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 9999;
  transform: translate(-50%, -50%);
  display: none;
  justify-content: center;
  align-items: center;
  width: calc(100% + 1px);
  height: calc(100% + 1px);
  padding: 16px;
  background-color: rgba(68, 68, 68, 0.5019607843);
}
@media (min-width: 576px) {
  .base-modal {
    padding: 32px;
  }
}
@media (min-width: 992px) {
  .base-modal {
    padding: 64px;
  }
}

.base-modal__window {
  display: grid;
  grid-template-rows: 0fr;
  width: 100%;
  height: 100%;
  padding: 8px;
  background-color: #fff;
}
@media (min-width: 576px) {
  .base-modal__window {
    padding: 16px;
  }
}
@media (min-width: 992px) {
  .base-modal__window {
    padding: 32px;
  }
}

.base-modal__header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding-bottom: 4px;
  border-bottom: 1px solid;
  border-color: #1a1363;
}
@media (min-width: 576px) {
  .base-modal__header {
    padding-bottom: 8px;
  }
}
@media (min-width: 992px) {
  .base-modal__header {
    padding-bottom: 16px;
  }
}

/* .base-modal__close-btn {
  cursor: pointer;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  color: transparent;
  background-color: colors.$tertiary-500;

  &::before,
  &::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: block;
    width: 60%;
    height: 2px;
    background-color: colors.$primary-600;
  }

  &::before {
    transform: translate(-50%, -50%) rotate(45deg);
  }

  &::after {
    transform: translate(-50%, -50%) rotate(135deg);
  }
} */
.base-modal__content {
  display: flex;
  flex-grow: 1;
  justify-content: center;
  align-items: center;
  padding-top: 8px;
}
@media (min-width: 992px) {
  .base-modal__content {
    padding-top: 16px;
  }
}

.base-section {
  padding-top: 32px;
  padding-bottom: 32px;
}
.base-section.--pb-0 {
  padding-bottom: 0;
}
.base-section.--pt-0 {
  padding-top: 0;
}
@media (min-width: 576px) {
  .base-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media (min-width: 768px) {
  .base-section {
    padding-top: 48px;
    padding-bottom: 48px;
  }
}
@media (min-width: 992px) {
  .base-section {
    padding-top: 56px;
    padding-bottom: 56px;
  }
}

.btn {
  cursor: pointer;
  display: block;
  width: fit-content;
  height: fit-content;
  border: 0;
  border-radius: 24px;
  padding: 20px 32px;
  font-size: 18px;
  font-weight: 400;
  text-decoration: none;
  color: #fff;
  background-image: radial-gradient(123.338% 234.13% at 100% 50%, #ef2a72, #f78e22);
  transition: 0.3s ease box-shadow;
}
.btn:is(:hover, :focus) {
  box-shadow: 4px 8px 32px 0 rgba(239, 42, 114, 0.2);
}
.btn.--size-md {
  border-radius: 16px;
  padding: 16px 40px;
  font-size: 16px;
  font-weight: 600;
}
.btn.--close-btn {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  padding: 0;
  border-radius: 50%;
}
.btn.--close-btn::before, .btn.--close-btn::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  width: 60%;
  height: 2px;
  background-color: #1a1363;
}
.btn.--close-btn::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.btn.--close-btn::after {
  transform: translate(-50%, -50%) rotate(135deg);
}
.btn.--opener {
  position: relative;
  width: 80px;
  aspect-ratio: 5/4;
  padding: 0;
  border-radius: 100px;
}
.btn.--opener::before, .btn.--opener::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 40%;
  height: 2px;
  background-color: #1a1363;
  transition: 0.3s ease transform;
}
.btn.--opener::before {
  transform: translate(-50%, -50%) rotate(90deg);
}
.btn.--opener.--open::before {
  transform: translate(-50%, -50%);
}
.btn.--outline {
  font-weight: 500;
  border: 1px solid;
  border-color: #e4edff;
  color: #ef2a72;
  background-image: none;
}
.btn.--outline:is(:hover, :focus) {
  box-shadow: none;
}
.btn.--play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 72px;
  height: 56px;
  padding: 0;
}
.btn.--play::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  transform: translate(calc(-50% + 1px), -50%);
  width: 20px;
  height: 24px;
  background-color: #fff;
  clip-path: polygon(0% 0%, 100% 50%, 0% 100%, 0% 50%, 10% 50%, 10% 85%, 80% 50%, 10% 15%, 10% 50%, 0% 50%);
}
.btn.--tertiary {
  background-color: #e4edff;
  background-image: none;
}
.btn.--tertiary:is(:hover, :focus) {
  box-shadow: none;
}
.btn.--menu {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80px;
  aspect-ratio: 5/4;
  padding: 0;
  background-color: #e4edff;
  background-image: none;
}
.btn.--menu .btn__bars {
  position: relative;
  display: block;
  width: 40%;
  height: 10%;
  border-radius: 10%/25%;
  background-color: #1a1363;
  transition: 0.3s ease background-color;
}
.btn.--menu .btn__bars::after, .btn.--menu .btn__bars::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 10%/25%;
  background-color: #1a1363;
  transition: 0.3s ease;
  transition-property: rotate transform;
}
.btn.--menu .btn__bars::after {
  transform: translate(-50%, -225%);
}
.btn.--menu .btn__bars::before {
  transform: translate(-50%, 125%);
}
@media (min-width: 576px) {
  .btn {
    padding: 20px 56px;
  }
}

.f-input {
  display: block;
  /* stylelint-disable selector-no-vendor-prefix */
  /* stylelint-enable selector-no-vendor-prefix */
}
.f-input > input {
  appearance: none;
  -moz-webkit-appearance: none;
  width: 100%;
  height: 100%;
  border: 0;
  font-size: 16px;
  font-weight: 500;
  color: #3636ac;
  background-color: transparent;
}
.f-input > input::placeholder {
  opacity: 1;
  font-size: 16px;
  font-weight: 500;
  color: #3636ac;
}
.f-input > input::-ms-input-placeholder {
  font-size: 16px;
  font-weight: 500;
  color: #3636ac;
}

.f-label {
  pointer-events: none;
  position: absolute;
  top: 50%;
  left: 16px;
  transform: translateY(-50%);
  color: transparent;
}

.f-wrap {
  position: relative;
  display: block;
  padding: 14px 16px;
  border-bottom: 1px solid;
  border-color: #3636ac;
}
.f-wrap:has(.s-form__radio) {
  padding: 0;
  border: 0;
}

.f-wrap__errors {
  position: absolute;
  display: flex;
  gap: 2px 4px;
  top: calc(100% + 2px);
  font-size: 14px;
  color: #ef2a72;
}

.g-btn {
  display: flex;
  justify-content: center;
}

.g-faq {
  margin-bottom: 48px;
}

.g-feat {
  flex-wrap: wrap;
  justify-content: flex-start;
  flex-direction: column;
}
@media (min-width: 576px) {
  .g-feat {
    flex-direction: row;
  }
}

.g-process {
  flex-wrap: wrap;
  justify-content: flex-start;
  flex-direction: column;
}
@media (min-width: 576px) {
  .g-process {
    flex-direction: row;
  }
}

.g-review {
  gap: 16px;
  padding: 16px;
  flex-direction: column;
}
@media (min-width: 576px) {
  .g-review {
    flex-direction: row;
  }
}

.g-reviewer {
  display: flex;
  justify-content: center;
}
@media (min-width: 576px) {
  .g-reviewer {
    margin-left: 24px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .g-reviewer {
    margin-left: 0;
  }
}

.g-reviewer__opener {
  position: relative;
  z-index: 9999;
  width: 48px;
  aspect-ratio: 1/1;
  margin-left: -12px;
  border: 2px solid;
  border-color: #fff;
  border-radius: 50%;
  background-color: #e4edff;
}
.g-reviewer__opener::after, .g-reviewer__opener::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 14px;
  height: 2px;
  background-color: #1a1363;
}
.g-reviewer__opener::before {
  transform: translate(-50%, -50%) rotate(90deg);
}

.g-social {
  padding: 12px 24px;
  gap: 16px;
  border-right: 1px solid;
  border-color: #e4edff;
}
@media (min-width: 1400px) {
  .g-social {
    padding: 12px 40px;
    gap: 24px;
  }
}

.g-story {
  gap: 16px;
  padding: 16px;
  flex-direction: column;
}
@media (min-width: 576px) {
  .g-story {
    flex-direction: row;
  }
}

.icon {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 0 0 32px;
  max-width: 32px;
  height: 32px;
}
.icon.--lg {
  flex: 0 0 40px;
  max-width: 40px;
  height: 40px;
}
.icon.--md {
  flex: 0 0 24px;
  max-width: 24px;
  height: 24px;
}
.icon.--sm {
  flex: 0 0 16px;
  max-width: 16px;
  height: 16px;
}

.icon svg {
  width: 100%;
  height: 100%;
}

.img {
  overflow: hidden;
}
.img img {
  width: 100%;
  height: 100%;
}
.img.--cover img {
  object-fit: cover;
}
.img.--contain img {
  object-fit: contain;
}
.img.--ratio-28-31 {
  aspect-ratio: 28/31;
}
.img.--ratio-41-31 {
  aspect-ratio: 41/31;
}

.i-faq__header {
  display: flex;
  align-items: center;
  min-height: 64px;
  gap: 16px;
}
@media (min-width: 576px) {
  .i-faq__header {
    gap: 32px;
  }
}

.i-faq__icon {
  flex: 0 0 32px;
  max-width: 32px;
  height: 32px;
}
@media (min-width: 576px) {
  .i-faq__icon {
    flex: 0 0 40px;
    max-width: 40px;
    height: 40px;
  }
}

.i-faq__title {
  font-size: 18px;
  font-weight: 600;
}
@media (min-width: 576px) {
  .i-faq__title {
    font-size: 20px;
  }
}

.i-faq__btn {
  margin-left: auto;
}
.i-faq__btn.--opener {
  width: 40px;
  min-width: 40px;
}
@media (min-width: 576px) {
  .i-faq__btn.--opener {
    width: 80px;
  }
}

.i-faq__content {
  display: grid;
  max-width: 944px;
  grid-template-rows: 0fr;
  padding-top: 8px;
  padding-left: 48px;
  transition: 0.3s ease-out grid-template-rows;
}
@media (min-width: 576px) {
  .i-faq__content {
    padding-left: 72px;
  }
}
@media (min-width: 1200px) {
  .i-faq__content {
    padding-top: 0;
  }
}

.i-faq__content > div {
  overflow: hidden;
}

.i-faq__perex {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
}
@media (min-width: 576px) {
  .i-faq__perex {
    font-size: 18px;
  }
}

.i-faq {
  width: 100%;
  padding: 16px;
  border: 1px solid;
  border-radius: 40px;
  border-color: #e4edff;
  color: #1a1363;
}
.i-faq:not(:first-child) {
  margin-top: -1px;
}
.i-faq.--open .i-faq__content {
  grid-template-rows: 1fr;
}
@media (min-width: 576px) {
  .i-faq {
    padding: 32px;
  }
}

.i-feat {
  flex: 1 1 100%;
  margin-bottom: -1px;
  padding: 24px;
  border: 1px solid #e4edff;
  border-radius: 26px;
}
@media (min-width: 576px) {
  .i-feat {
    max-width: calc(50% + 1px);
    margin-left: -1px;
    padding: 32px;
  }
}
@media (min-width: 1200px) {
  .i-feat {
    max-width: calc(25% + 1px);
  }
}

.i-feat__icon {
  margin-bottom: 16px;
}

.i-feat__title {
  margin-top: 0;
  margin-bottom: 8px;
  font-size: 16px;
  font-weight: 600;
  color: #3636ac;
  font-size: 18px;
}

.i-feat__perex {
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  color: #1a1363;
  font-size: 16px;
}

.i-process {
  position: relative;
  flex: 1 1 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 225px;
  padding: 24px;
  border: 1px solid #3636ac;
  border-radius: 26px;
  text-align: center;
  background-color: #fff;
  /* &::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: -1;
    transform: translate(-50%, -50%);
    width: calc(100% + general.$spacing * 4 + 2px);
    height: 1px;
    background-color: colors.$primary-500;
  } */
}
.i-process::after {
  content: "";
  position: absolute;
  top: 50%;
  z-index: -1;
  transform: translateY(-50%);
  height: 1px;
  background-color: #3636ac;
}
@media (max-width: 575.98px) {
  .i-process::after {
    left: 50%;
    transform: translateX(-50%);
    width: calc(100% + 32px);
  }
  .i-process:first-child::after {
    left: 0;
    transform: translateX(0);
    width: calc(100% + 16px);
  }
  .i-process:last-child::after {
    left: 100%;
    transform: translateX(-100%);
    width: calc(100% + 16px);
  }
}
@media (min-width: 576px) and (max-width: 1199.98px) {
  .i-process {
    max-width: calc(50% - 16px);
    padding: 32px;
  }
  .i-process:nth-child(odd)::after {
    left: calc(100% + 16px + 1px);
    transform: translateX(-100%);
    width: 50vw;
  }
  .i-process:nth-child(even)::after {
    left: calc(0% - 16px - 1px);
    transform: translateX(0);
    width: 50vw;
  }
  .i-process:first-child::after, .i-process:last-child::after {
    width: calc(100% + 16px + 1px);
  }
}
@media (min-width: 1200px) {
  .i-process {
    max-width: calc(25% - 24px);
  }
  .i-process::after {
    left: 50%;
    transform: translateX(-50%);
    width: calc(100% + 32px + 2px);
  }
  .i-process:nth-child(4)::after {
    left: calc(0% - 16px - 1px);
    transform: translateX(0);
    width: 50vw;
  }
  .i-process:nth-child(5)::after {
    left: calc(100% + 16px + 1px);
    transform: translateX(-100%);
    width: 50vw;
  }
  .i-process:first-child::after {
    left: 0;
    transform: translateX(0);
    width: calc(100% + 16px + 1px);
  }
  .i-process:last-child::after {
    left: 100%;
    transform: translateX(-100%);
    width: calc(100% + 16px + 1px);
  }
}

.i-process__order {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
}
.i-process__order::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1;
  transform: translate(-50%, -50%);
  width: 100%;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: #3636ac;
}
.i-process__order::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -2;
  transform: translate(-50%, -50%);
  width: calc(100% + 16px);
  height: 100%;
  background-color: #fff;
}

.i-process__perex {
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  color: #1a1363;
}
@media (min-width: 576px) {
  .i-process__perex {
    font-size: 16px;
  }
}

.i-review {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  color: #1a1363;
}
.i-review::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  width: calc(100% + 32px);
  height: calc(100% + 32px);
  border-radius: 40px;
  background-color: #f2f6ff;
}
@media (min-width: 768px) {
  .i-review {
    width: calc((100% - 32px) / 2);
  }
}
@media (min-width: 1200px) {
  .i-review {
    width: calc((100% - 32px) / 3);
  }
}

.i-review__content,
.i-review__person {
  border: 1px solid;
  border-radius: 26px;
  border-color: #e4edff;
  background-color: #fff;
}

.i-review__content {
  flex-grow: 1;
  min-height: 256px;
  padding: 32px;
  font-size: 16px;
}
@media (min-width: 576px) {
  .i-review__content {
    font-size: 18px;
  }
}

.i-review__icon {
  margin-bottom: 10px;
}

.i-review__person {
  display: flex;
  flex-direction: row;
  align-items: center;
  column-gap: 16px;
  min-height: 120px;
  margin-top: -1px;
  padding: 24px;
}

.i-review__person-img {
  overflow: hidden;
  width: 56px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  object-fit: cover;
}

.i-review__person-name {
  margin: 0;
  font-size: 20px;
  font-weight: 500;
}

.i-reviewer {
  overflow: hidden;
  position: relative;
  width: 48px;
  aspect-ratio: 1/1;
  border: 2px solid;
  border-color: #fff;
  border-radius: 50%;
}
.i-reviewer:not(:first-child) {
  margin-left: -12px;
}

.i-reviewer__img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 56px;
  aspect-ratio: 1/1;
}

.i-social {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  aspect-ratio: 1/1;
}
@media (min-width: 992px) {
  .i-social {
    width: 40px;
  }
}

.i-social__icon {
  flex: 0 0 22px;
  max-width: 22px;
  height: 16px;
}

.i-story {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  color: #1a1363;
}
.i-story::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  width: calc(100% + 32px);
  height: calc(100% + 32px);
  border-radius: 40px;
  background-color: #f2f6ff;
}
@media (min-width: 768px) {
  .i-story {
    width: calc((100% - 32px) / 2);
  }
}
@media (min-width: 1200px) {
  .i-story {
    width: calc((100% - 32px) / 3);
  }
}

.i-story__content,
.i-story__brand {
  border: 1px solid;
  border-radius: 26px;
  border-color: #e4edff;
  background-color: #fff;
}

.i-story__content {
  cursor: pointer;
  overflow: hidden;
  position: relative;
  flex-grow: 1;
  width: 100%;
  aspect-ratio: 7/4;
  padding: 0;
  font-size: 16px;
}
@media (min-width: 576px) {
  .i-story__content {
    font-size: 18px;
  }
}

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

.i-story__icon {
  margin-bottom: 10px;
}

.i-story__brand {
  display: flex;
  flex-direction: row;
  align-items: center;
  column-gap: 16px;
  margin-top: -1px;
  padding: 24px;
}

.i-story__brand-img {
  overflow: hidden;
  width: 56px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  object-fit: cover;
}

.i-story__brand-name {
  margin: 0;
  font-size: 20px;
  font-weight: 500;
}

.i-story__brand-perex {
  margin: 0;
  font-size: 16px;
  font-weight: 500;
  color: #8a86b4;
}

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

.link {
  display: inline-flex;
  align-items: center;
  column-gap: 14px;
  text-decoration: underline;
  text-decoration-color: transparent;
  transition: 0.3s ease;
  transition-property: color, text-decoration-color;
}
.link:is(:hover, :focus) {
  text-decoration-color: currentcolor;
}
.link.--primary-400 {
  color: #8a86b4;
}
.link.--primary-500 {
  color: #3636ac;
}
.link.--secondary {
  color: #ef2a72;
}

.main-footer {
  padding: 40px 0;
}

.main-footer__container {
  display: flex;
  flex-direction: column-reverse;
  justify-content: space-between;
  align-items: center;
  row-gap: 32px;
}
@media (min-width: 768px) {
  .main-footer__container {
    flex-direction: row;
  }
}

.main-footer__card {
  display: flex;
  align-items: center;
  gap: 24px;
}

.main-footer__card-col {
  display: flex;
  flex-direction: column;
}

.main-footer__card-title {
  margin-bottom: 8px;
  font-size: 24px;
  font-weight: 500;
  color: #1a1363;
}

.main-footer__card-link {
  font-size: 18px;
  font-weight: 500;
}

.main-footer__col-right {
  display: flex;
  flex-direction: row;
}

.main-footer__logo {
  display: flex;
  align-items: center;
  margin-left: 40px;
}

.main-footer__card-img {
  overflow: visible;
  position: relative;
  aspect-ratio: 1/1;
  background-image: url("./../images/svg/union.svg");
  background-repeat: no-repeat;
}
.main-footer__card-img::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #e4edff;
}
.main-footer__card-img::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 100%;
  transform: translate(-100%, -75%);
  aspect-ratio: 1/1;
  width: 40px;
  background-color: #ef2a72;
  /* stylelint-disable property-no-vendor-prefix */
  -webkit-mask-image: url("./../images/svg/star-nine.svg");
  mask-image: url("./../images/svg/star-nine.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  /* stylelint-enable property-no-vendor-prefix */
}

.main-header__container {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (min-width: 576px) {
  .main-header__container {
    flex-direction: row;
    min-height: 112px;
  }
}

.main-header__col-nav {
  display: none;
}
.main-header__col-nav.--open {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 99;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
  width: 100%;
  padding: 24px;
  background-color: #fff;
}
.main-header__col-nav.--open .main-nav__list {
  flex-direction: column;
  gap: 24px;
}
.main-header__col-nav.--open .main-nav__list li {
  text-align: center;
}
@media (min-width: 576px) {
  .main-header__col-nav {
    flex-direction: row;
    gap: 32px;
  }
}
@media (min-width: 992px) {
  .main-header__col-nav {
    display: flex;
  }
}

.main-header__menu-btn.--menu {
  width: 56px;
}
.main-header__menu-btn.--open .btn__bars {
  background-color: transparent;
}
.main-header__menu-btn.--open .btn__bars::after {
  top: 0;
  left: 0;
  transform: rotate(45deg) translate(0, 0);
}
.main-header__menu-btn.--open .btn__bars::before {
  top: 0;
  left: 0;
  transform: rotate(315deg) translate(0, 0);
}
@media (min-width: 768px) {
  .main-header__menu-btn.--menu {
    width: 80px;
  }
}
@media (min-width: 992px) {
  .main-header__menu-btn.--menu {
    display: none;
  }
}

.main-nav__list {
  display: flex;
}
.main-nav__list li a {
  font-size: 16px;
  font-weight: 500;
  text-decoration-color: transparent;
  transition: 0.3s ease text-decoration-color;
  color: #3636ac;
}
.main-nav__list li a:is(:hover, :focus) {
  text-decoration-color: #3636ac;
}
.main-nav__list li a:is(:visited) {
  text-decoration-color: transparent;
}
@media (min-width: 576px) {
  .main-nav__list {
    flex-direction: row;
  }
  .main-nav__list li {
    padding: 16px 20px;
  }
}

.s-form__row {
  display: flex;
  flex-direction: column-reverse;
  row-gap: 32px;
}
@media (min-width: 992px) {
  .s-form__row {
    flex-direction: row;
  }
}

/* .s-form__col {
  flex-grow: 1;
} */
.s-form__col:has(form) {
  flex-grow: 1;
  max-width: 910px;
}
.s-form__col:has(form) > form {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  row-gap: 32px;
  height: 100%;
  padding: 32px;
  border-radius: 26px;
  color: #1a1363;
  background-color: #e4edff;
}
@media (min-width: 1200px) {
  .s-form__col:has(form) > form {
    row-gap: 48px;
    padding: 48px;
  }
}
@media (min-width: 1400px) {
  .s-form__col:has(form) > form {
    row-gap: 56px;
    padding: 56px;
  }
}

.s-form__form-row {
  display: flex;
  flex-direction: column;
  gap: 32px;
  align-items: center;
}
.s-form__form-row .f-wrap {
  width: 100%;
  color: #3636ac;
}
.s-form__form-row:first-child {
  margin-bottom: auto;
}
@media (min-width: 992px) {
  .s-form__form-row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .s-form__form-row .f-wrap {
    color: #3636ac;
  }
}
@media (min-width: 1400px) {
  .s-form__form-row {
    row-gap: 56px;
  }
}

.s-form__radio-check {
  position: absolute;
  top: 0;
  left: 0;
  width: 24px;
  aspect-ratio: 1/1;
  border: 1px solid;
  border-color: #ef2a72;
  border-radius: 50%;
  background-color: #fff;
}
.s-form__radio-check::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 18px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: #1a1363;
  opacity: 0;
  transition: 0.3s ease opacity;
}

.s-form__radio {
  cursor: pointer;
  position: relative;
  padding-left: 40px;
  font-size: 16px;
  font-weight: 500;
  color: #1a1363;
}
.s-form__radio > input {
  cursor: pointer;
  position: absolute;
  opacity: 0;
  height: 0;
  width: 0;
}
.s-form__radio > input:is(:checked) ~ .s-form__radio-check::before {
  opacity: 100;
}
@media (min-width: 1400px) {
  .s-form__radio {
    font-size: 20px;
  }
}

.s-form__description {
  grid-column: 1/span 2;
}

.s-form__terms {
  margin: 0;
  font-size: 16px;
  font-weight: 500;
  color: #1a1363;
}

.s-form__link {
  text-decoration: underline;
}
.s-form__link:is(:hover, :focus) {
  text-decoration-color: transparent;
}

.s-form__btns {
  justify-content: flex-end;
}

.s-form__img {
  width: 100%;
  /* stylelint-disable property-no-vendor-prefix */
  -webkit-mask-image: url("./../images/svg/form-mask.svg");
  mask-image: url("./../images/svg/form-mask.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100%;
  mask-size: 100%;
  /* stylelint-enable property-no-vendor-prefix */
}

.s-form__media {
  position: relative;
  height: 100%;
  aspect-ratio: 28/31;
  margin: 0 auto;
}
.s-form__media::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  transform: translateY(-100%);
  width: 27.46%;
  aspect-ratio: 41/48;
  border: 1px solid;
  border-color: #e4edff;
  border-radius: 32.53%;
}

.s-intro__row {
  display: flex;
  flex-direction: column-reverse;
  column-gap: 16px;
  row-gap: 32px;
}
@media (min-width: 992px) {
  .s-intro__row {
    flex-direction: row;
  }
}

.s-intro__col {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.s-intro__col:first-child {
  flex-grow: 2;
  max-width: 688px;
}
.s-intro__col:last-child {
  flex-grow: 1;
  max-width: 705px;
}

.s-intro__header {
  position: relative;
  max-width: 688px;
  margin-bottom: 56px;
}
.s-intro__header .base-header__perex {
  max-width: 650px;
  margin-top: 40px;
}
.s-intro__header::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-100%, -60%);
  width: 32px;
  height: 24px;
  background-image: url("./../images/svg/quotes.svg");
}

.s-intro__heading img {
  max-height: 56px;
  vertical-align: text-top;
}

.s-intro__cta {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  row-gap: 24px;
}
@media (min-width: 576px) {
  .s-intro__cta {
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .s-intro__cta {
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
  }
}

.s-intro__reviewer-link {
  font-size: 18px;
  font-weight: 500;
  margin-left: 16px;
}

.s-intro__collage {
  position: relative;
  display: flex;
  justify-content: flex-end;
  width: 100%;
  max-width: 448px;
  max-height: 325px;
  aspect-ratio: 705/512;
  margin: 0 auto;
}
.s-intro__collage::after, .s-intro__collage::before {
  content: "";
  position: absolute;
  left: 0;
  width: 28.65%;
  border: 1px solid;
  border-color: #e4edff;
}
.s-intro__collage::after {
  top: 0;
  aspect-ratio: 202/353;
  border-radius: 27.72%/15.86%;
}
.s-intro__collage::before {
  top: 100%;
  transform: translateY(-100%);
  aspect-ratio: 101/80;
  border-radius: 27.72%/35%;
  background-color: rgba(228, 237, 255, 0.3019607843);
}
@media (min-width: 992px) {
  .s-intro__collage {
    max-width: 705px;
    max-height: 512px;
  }
}

.s-intro__sign {
  position: absolute;
  z-index: 9;
  top: 5%;
  left: 0;
  transform: rotate(4deg);
  width: 128px;
  min-height: 15.63%;
  padding: 16px;
  border-radius: 24px 24px 0;
  font-size: 14px;
  color: #fff;
  background-color: #3636ac;
}
.s-intro__sign p {
  width: 100%;
  margin: 0 auto;
}
@media (min-width: 576px) {
  .s-intro__sign {
    top: 15.63%;
    left: 14.75%;
    width: 31.77%;
    font-size: 16px;
  }
}
@media (min-width: 1200px) {
  .s-intro__sign {
    font-size: 18px;
  }
}

.s-intro__sign-bars {
  position: absolute;
  top: -20px;
  left: -20px;
  width: 32px;
  aspect-ratio: 1/1;
}

.s-intro__sign-bar {
  position: absolute;
  transform: rotate(45deg);
  top: -10px;
  left: -12px;
  width: 14px;
  height: 2px;
  background-color: #3636ac;
}
.s-intro__sign-bar::after, .s-intro__sign-bar::before {
  content: "";
  position: absolute;
  width: 14px;
  height: 2px;
  background-color: #3636ac;
}
.s-intro__sign-bar::after {
  top: 15px;
  left: 6px;
  transform: rotate(327deg);
}
.s-intro__sign-bar::before {
  top: -15px;
  left: 7px;
  transform: rotate(34deg);
}

.s-intro__collage-img {
  position: relative;
  display: flex;
  max-width: 71.35%;
  height: 100%;
  aspect-ratio: 503/512;
  background-image: url("./../images/svg/waves.svg"), linear-gradient(223.98deg, #e4f5ff 0%, #e4edff 100%);
  /* stylelint-disable property-no-vendor-prefix */
  -webkit-mask-image: url("./../images/svg/intro-mask.svg");
  mask-image: url("./../images/svg/intro-mask.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 70%;
  mask-size: 100%;
  /* stylelint-enable property-no-vendor-prefix */
}

.s-intro__diamond {
  position: absolute;
  top: 64.84%;
  left: 28.65%;
  transform: translateX(-50%);
  flex: 0 0 5.67%;
  width: 5.67%;
  max-width: 5.67%;
  height: 7.81%;
}

.s-intro__chart {
  position: absolute;
  z-index: 9;
  top: 98%;
  left: -5.67%;
  transform: translateY(-100%);
  width: 31.49%;
}

.s-intro__person {
  width: 100%;
}

.s-intro__star {
  position: absolute;
  top: 37.5%;
  left: 82.5%;
  flex: 0 0 7.95%;
  max-width: 7.95%;
  height: 7.81%;
}

.s-faq__btns {
  margin-top: 64px;
}

.s-text-media__row {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media (min-width: 992px) {
  .s-text-media__row {
    flex-direction: row;
    gap: 80px;
  }
}

.s-text-media__col {
  width: 100%;
}
@media (min-width: 992px) {
  .s-text-media__col {
    width: 50%;
  }
}

.s-text-media__col-text {
  padding-top: 40px;
}

.s-text-media__media {
  position: relative;
  width: 100%;
  aspect-ratio: 41/31;
}
.s-text-media__media .img {
  width: 100%;
}
.s-text-media__media::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 100%;
  transform: translate(-100%, -100%);
  width: 20.86%;
  aspect-ratio: 17/18;
  border: 1px solid;
  border-color: #e4edff;
  border-radius: 30%;
}

.s-text-media__media-img {
  width: 100%;
  /* stylelint-disable property-no-vendor-prefix */
  -webkit-mask-image: url("./../images/svg/media-mask-left.svg");
  mask-image: url("./../images/svg/media-mask-left.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 70%;
  mask-size: 100%;
  /* stylelint-enable property-no-vendor-prefix */
}

.s-text-media__entry-content {
  margin-top: 24px;
  margin-bottom: 40px;
}
.s-text-media__entry-content p {
  font-size: 18px;
  font-weight: 400;
  color: #1a1363;
}

.s-text-media__decor {
  margin: 48px auto;
}

.s-text-media {
  display: flex;
  flex-direction: row;
}
.s-text-media .base-header {
  margin-bottom: 24px;
}
.s-text-media .entry-content {
  font-size: 16px;
  font-weight: 400;
  color: #1a1363;
}
.s-text-media .entry-content p {
  font-size: 16px;
  margin-bottom: 24px;
}
.s-text-media .entry-content ul {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 24px;
}
.s-text-media .entry-content ul li {
  position: relative;
  padding-left: 20px;
}
.s-text-media .entry-content ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  width: 12px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: #e4edff;
}
@media (min-width: 576px) {
  .s-text-media .entry-content {
    font-size: 18px;
  }
  .s-text-media .entry-content p {
    font-size: 18px;
  }
}
.s-text-media.--variant-right .s-text-media__row {
  flex-direction: column;
}
@media (min-width: 992px) {
  .s-text-media.--variant-right .s-text-media__row {
    flex-direction: row-reverse;
  }
}
.s-text-media.--variant-right .s-text-media__media::before {
  left: 0;
  transform: translate(0, -100%);
}
.s-text-media.--variant-right .s-text-media__media-img {
  /* stylelint-disable property-no-vendor-prefix */
  -webkit-mask-image: url("./../images/svg/media-mask-right.svg");
  mask-image: url("./../images/svg/media-mask-right.svg");
  /* stylelint-enable property-no-vendor-prefix */
}
.s-text-media.--w-decor {
  padding-bottom: 0;
}

.u-container {
  max-width: 1408px;
  margin: 0 auto;
  padding: 0;
}

.u-highlight {
  color: #3636ac;
}
/* ==== Share buttons (case studies) ==== */
.share-section {
  padding: 60px 20px;
  background: #fff;
}
@media (min-width: 768px) {
  .share-section { padding: 80px 40px; }
}
.share-block {
  text-align: center;
  padding: 32px 24px;
  background: #f8f8fc;
  border-radius: 20px;
  max-width: 720px;
  margin: 0 auto;
}
.share-block__label {
  font-size: 16px;
  font-weight: 500;
  color: #1a1363;
  margin: 0 0 20px;
}
.share-block__buttons {
  display: flex;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
}
.share-btn {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 1px solid #ebebeb;
  background: #fff;
  color: #1a1363;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  text-decoration: none;
  cursor: pointer;
  transition: transform .15s ease, box-shadow .15s ease, color .15s ease, border-color .15s ease;
  font-family: inherit;
  padding: 0;
}
.share-btn:hover { transform: translateY(-2px); box-shadow: 0 6px 16px rgba(26, 19, 99, .12); }
.share-btn--li:hover { color: #0A66C2; border-color: #0A66C2; }
.share-btn--fb:hover { color: #1877F2; border-color: #1877F2; }
.share-btn--x:hover { color: #000; border-color: #000; }
.share-btn--wa:hover { color: #25D366; border-color: #25D366; }
.share-btn--mail:hover { color: #EF2A72; border-color: #EF2A72; }
.share-btn--copy:hover { color: #EF2A72; border-color: #EF2A72; }
.share-btn--copy.--copied { color: #1d9d4a; border-color: #1d9d4a; }
