a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:after,
blockquote:before,
q:after,
q:before {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
@font-face {
  font-family: ambit;
  src: url($assets-ambit-regular-eot);
  src: url(/hc/theming_assets/01J9PB0WSBPQ7FPPSGKNYPEHCP) format('woff2'),
    url(/hc/theming_assets/01J9PB0VQXEK8XEJX6S6ED7X2D) format('woff'),
    url(/hc/theming_assets/01J9PB0TPDB2HTH0GPWTKMS9XK) format('truetype');
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: ambit;
  src: url($assets-ambit-italic-eot);
  src: url(/hc/theming_assets/01J9PB0S52CZ1BA32NC6BE3M5P) format('woff2'),
    url(/hc/theming_assets/01J9PB0R2DYT58Y5E7EXA5BAHP) format('woff'),
    url(/hc/theming_assets/01J9PB0PY5E8WJJQ13AJ2NKS9M) format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: ambit;
  src: url($assets-ambit-semibold-eot);
  src: url(/hc/theming_assets/01J9PB10CGMJYWJD0V7ESR3VYC) format('woff2'),
    url(/hc/theming_assets/01J9PB0ZAP170JD65C8JQ5S4Y4) format('woff'),
    url(/hc/theming_assets/01J9PB0Y7BYDYFN8DZH1VQ3N9C) format('truetype');
  font-weight: 600;
  font-display: swap;
}
@font-face {
  font-family: ambit;
  src: url($assets-ambit-bold-eot);
  src: url(/hc/theming_assets/01J9PB0NFADTT4Y5RR7NA6MZC6) format('woff2'),
    url($assets-ambit-bold-woff) format('woff'),
    url(/hc/theming_assets/01J9PB0M9T9CE06N46TTRW0E6W) format('truetype');
  font-weight: 700;
  font-display: swap;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body,
html {
  height: 100%;
}
body {
  width: 100%;
  min-width: 0;
  max-width: 100%;
  max-height: 100vh;
  min-height: 0;
  display: grid;
  grid-template-rows: auto 1fr auto;
  grid-template-areas: 'a' 'b' 'c';
  font-family: ambit;
  font-size: 16px;
  font-weight: 400;
  line-height: 112.5%;
  color: #1e1b4b;
  background-color: #fff;
}
body .header {
  grid-area: a;
}
body [role='main'] {
  grid-area: b;
  width: 100%;
  max-width: 100%;
  min-width: 0;
}
body .footer {
  grid-area: c;
}
body [role='main'] {
  margin-top: 90px;
}
@media (max-width: 1280px) {
  body [role='main'] {
    margin-top: 88px;
  }
}
#wpadminbar {
  position: fixed !important;
}
img {
  display: block;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  pointer-events: none;
}
a {
  color: inherit;
  transition: 0.3s;
}
a:hover {
  -webkit-text-decoration-color: transparent;
  text-decoration-color: transparent;
}
button {
  font-family: inherit;
  transition: 0.3s;
  cursor: pointer;
}
b,
strong {
  font-weight: 700;
}
mark {
  color: #ae4d9e;
  background-color: transparent;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
}
.h1,
h1 {
  font-size: 56px;
  line-height: 103.571%;
}
@media (max-width: 1024px) {
  .h1,
  h1 {
    font-size: 48px;
    line-height: 104.167%;
  }
}
@media (max-width: 640px) {
  .h1,
  h1 {
    font-size: 34px;
    line-height: 123.529%;
  }
}
.h2,
h2 {
  font-size: 48px;
  line-height: 104.167%;
}
@media (max-width: 1280px) {
  .h2,
  h2 {
    font-size: 34px;
    line-height: 123.529%;
  }
}
@media (max-width: 640px) {
  .h2,
  h2 {
    font-size: 28px;
    line-height: 125%;
  }
}
.h3,
h3 {
  font-size: 34px;
  line-height: 123.529%;
}
@media (max-width: 640px) {
  .h3,
  h3 {
    font-size: 28px;
    line-height: 125%;
  }
}
.h4,
h4 {
  font-size: 18px;
  line-height: 125%;
}
.h5,
h5 {
  font-size: 18px;
  line-height: 127.778%;
}
.h6,
h6 {
  font-size: 14px;
  line-height: 114.286%;
}
.container {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 90px;
}
@media (max-width: 1024px) {
  .container {
    padding: 0 80px;
  }
}
@media (max-width: 640px) {
  .container {
    padding: 0 30px;
  }
}
.scroll-lock {
  overflow: hidden;
}
.typical-offsets {
  padding: 128px 0;
}
@media (max-width: 1280px) {
  .typical-offsets {
    padding: 96px 0;
  }
}
@media (max-width: 1024px) {
  .typical-offsets {
    padding: 80px 0;
  }
}
@media (max-width: 640px) {
  .typical-offsets {
    padding: 64px 0;
  }
}
.display-3xl {
  font-size: 80px;
  font-weight: 700;
  line-height: 1.25;
}
.display-2xl {
  font-size: 56px;
  font-weight: 700;
  line-height: 1.03;
}
.display-xl {
  font-size: 48px;
  font-weight: 700;
  line-height: 1.5;
}
.display-lg {
  font-size: 34px;
  font-weight: 700;
  line-height: 1.23;
}
.display-base {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.25;
}
.display-sm {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.27;
}
.display-xs {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.14;
}
.text-xl {
  font-size: 26px;
  line-height: 1.15;
}
.text-lg-relaxed {
  font-size: 18px;
  line-height: 1.44;
}
.text-base {
  font-size: 16px;
  line-height: 1.12;
}
.text-base--relaxed {
  line-height: 1.5;
}
.text-sm {
  font-size: 14px;
  line-height: 1.14;
}
.text-sm--relaxed {
  line-height: 1.5;
}
.text-xs {
  font-size: 12px;
  line-height: 1.16;
}
.text-bold {
  font-weight: 700;
}
.text-semibold {
  font-weight: 600;
}
[data-aos='custom-slide-up'] {
  opacity: 0;
  transform: matrix(1, 0, 0, 1, 0, 30);
  transition: opacity 1.2s cubic-bezier(0.5, 0, 0, 1),
    transform 1.2s cubic-bezier(0.5, 0, 0, 1);
  will-change: transform;
}
[data-aos^='custom-slide-up'].aos-animate {
  opacity: 1;
  transform: matrix(1, 0, 0, 1, 0, 0);
}
[data-aos^='fade'].aos-animate {
  transform: none !important;
}
.hs-form-field {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  row-gap: 6px;
}
.hs-form-field label {
  color: #374151;
  font-size: 14px;
  font-weight: 600;
  line-height: 150%;
}
.hs-form-field .input {
  width: 100%;
  margin: 0 !important;
  padding: 0;
}
.hs-form-field input,
.hs-form-field textarea {
  width: 100% !important;
  padding: 12px 16px;
  font-family: ambit;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  color: #1e1b4b;
  border-radius: 8px;
  border: 1px solid #d1d5db;
  background-color: #fff;
  outline: 4px solid transparent;
}
.hs-form-field input::placeholder,
.hs-form-field textarea::placeholder {
  color: #6b7280;
}
.hs-form-field input[disabled],
.hs-form-field textarea[disabled] {
  border-radius: 8px;
  background-color: #f9fafb;
}
.hs-form-field input:focus-visible,
.hs-form-field textarea:focus-visible {
  outline-color: #c7d2fe;
  border-color: #818cf8;
}
.hs-form-field input.error,
.hs-form-field textarea.error {
  border-color: #fca5a5;
}
.hs-form-field input.error:focus-visible,
.hs-form-field textarea.error:focus-visible {
  outline-color: #fca5a5;
}
.hs-form-field input {
  height: 48px;
}
.hs-form-field textarea {
  height: 155px;
  resize: none !important;
}
.hs-form-required {
  margin-left: 3px;
  color: #ef4444;
}
.hs-form-booleancheckbox label {
  width: 100%;
  display: block;
  position: relative;
  cursor: pointer;
}
.hs-form-booleancheckbox label span {
  display: flex;
  column-gap: 12px;
  font-weight: 400;
}
.hs-form-booleancheckbox label span:before {
  content: '';
  margin-top: 2px;
  min-width: 18px;
  width: 18px;
  height: 18px;
  display: block;
  border: 1.5px solid #9ca3af;
  border-radius: 6px;
  transition: 0.2s;
}
.hs-form-booleancheckbox label input {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  z-index: -1;
}
.hs-form-booleancheckbox label input:checked + span:before {
  border-color: #1e1b4b;
  background-color: #1e1b4b;
  box-shadow: inset 0 0 0 4px #fff;
}
.hs-main-font-element {
  color: #6b7280 !important;
  font-size: 14px;
  line-height: 114.286% !important;
  font-weight: 400 !important;
}
.hs-error-msg {
  color: #ef4444 !important;
}
.hs-submit [type='submit'] {
  display: inline-block;
  text-align: center;
  text-decoration: none;
  border: 0;
  padding: 15px 24px;
  border-radius: 24px;
  font-size: 16px;
  font-weight: 600;
  line-height: 112.5%;
  color: #fff;
  outline: 4px solid transparent;
  background-color: #9e3e8e;
  cursor: pointer;
  font-family: inherit;
  transition: 0.3s;
}
.hs-submit [type='submit'][disabled] {
  outline: none;
  pointer-events: none;
  color: #9ca3af;
  border: 1px solid #e5e7eb;
  background-color: #f3f4f6;
}
.hs-submit [type='submit']:hover {
  background-color: #65285b;
}
.hs-submit [type='submit']:focus-visible {
  outline-color: #d6aed0;
}
.hs_rate_us .inputs-list {
  padding: 0;
  margin: 0;
  list-style: none;
}
.hs_rate_us .hs-form-radio {
  width: -moz-fit-content;
  width: fit-content;
  display: inline-block;
}
.hs_rate_us .rating-star {
  width: 26px;
  height: 26px;
  display: inline-block;
  background-image: url(/hc/theming_assets/01JFFC3HDX9DCCXJKVR508S7NM) !important;
  background-size: 22px 22px;
  background-repeat: no-repeat;
  background-position: 50%;
  cursor: pointer;
  position: relative;
}
.hs_rate_us .rating-star.is-active,
.hs_rate_us .rating-star:hover,
.hs_rate_us .rating-star:hover ~ label {
  background-image: url(/hc/theming_assets/01J9PB39JMS898BAFDV2QM3YPR) !important;
}
.hs_rate_us .rating-star .hs-input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: -1;
}
.hs_rate_us .rating-star span {
  display: none;
}
.hbspt-form {
  width: 100%;
}
.hbspt-form form {
  display: flex;
  flex-direction: column;
  row-gap: 24px;
}
.hbspt-form .form-columns-1,
.hbspt-form .form-columns-2 {
  max-width: unset;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 24px 15px;
}
.hbspt-form .form-columns-2 .hs-form-field {
  width: calc(50% - 7.5px) !important;
}
@media (max-width: 640px) {
  .hbspt-form .form-columns-2 .hs-form-field {
    width: 100% !important;
  }
}
.gform_wrapper.gravity-theme .gform_fields.gform_fields {
  grid-column-gap: 15px;
  grid-row-gap: 24px;
}
.gform_wrapper.gravity-theme
  .gfield:not(.gfield--type-choice):not(.gfield--type-survey) {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  row-gap: 6px;
}
.gform_wrapper.gravity-theme
  .gfield:not(.gfield--type-choice):not(.gfield--type-survey)
  .gfield_label {
  margin-bottom: 0;
  color: #374151;
  font-size: 14px;
  font-weight: 600;
  line-height: 150%;
}
.gform_wrapper.gravity-theme
  .gfield:not(.gfield--type-choice):not(.gfield--type-survey)
  .ginput_container {
  width: 100%;
}
.gform_wrapper.gravity-theme
  .gfield:not(.gfield--type-choice):not(.gfield--type-survey)
  input,
.gform_wrapper.gravity-theme
  .gfield:not(.gfield--type-choice):not(.gfield--type-survey)
  textarea {
  width: 100% !important;
  padding: 12px 16px;
  font-family: ambit;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  color: #1e1b4b;
  border-radius: 8px;
  border: 1px solid #d1d5db;
  background-color: #fff;
  outline: 4px solid transparent;
}
.gform_wrapper.gravity-theme
  .gfield:not(.gfield--type-choice):not(.gfield--type-survey)
  input::placeholder,
.gform_wrapper.gravity-theme
  .gfield:not(.gfield--type-choice):not(.gfield--type-survey)
  textarea::placeholder {
  color: #6b7280;
}
.gform_wrapper.gravity-theme
  .gfield:not(.gfield--type-choice):not(.gfield--type-survey)
  input[disabled],
.gform_wrapper.gravity-theme
  .gfield:not(.gfield--type-choice):not(.gfield--type-survey)
  textarea[disabled] {
  border-radius: 8px;
  background-color: #f9fafb;
}
.gform_wrapper.gravity-theme
  .gfield:not(.gfield--type-choice):not(.gfield--type-survey)
  input:focus-visible,
.gform_wrapper.gravity-theme
  .gfield:not(.gfield--type-choice):not(.gfield--type-survey)
  textarea:focus-visible {
  outline-color: #c7d2fe;
  border-color: #818cf8;
}
.gform_wrapper.gravity-theme
  .gfield:not(.gfield--type-choice):not(.gfield--type-survey)
  input {
  height: 48px;
}
.gform_wrapper.gravity-theme
  .gfield:not(.gfield--type-choice):not(.gfield--type-survey)
  textarea {
  height: 155px !important;
  resize: none !important;
}
.gform_wrapper.gravity-theme
  .gfield:not(.gfield--type-choice):not(.gfield--type-survey).gfield_error
  input,
.gform_wrapper.gravity-theme
  .gfield:not(.gfield--type-choice):not(.gfield--type-survey).gfield_error
  textarea {
  border-color: #fca5a5 !important;
}
.gform_wrapper.gravity-theme
  .gfield:not(.gfield--type-choice):not(.gfield--type-survey).gfield_error
  input:focus-visible,
.gform_wrapper.gravity-theme
  .gfield:not(.gfield--type-choice):not(.gfield--type-survey).gfield_error
  textarea:focus-visible {
  outline-color: #fca5a5 !important;
}
.gform_wrapper.gravity-theme .gfield--type-choice {
  position: relative;
  cursor: pointer;
}
.gform_wrapper.gravity-theme .gfield--type-choice .ginput_container {
  width: 100%;
  display: block;
}
.gform_wrapper.gravity-theme
  .gfield--type-choice
  .ginput_container
  .gform-field-label {
  display: flex;
  column-gap: 12px;
  font-weight: 400;
  cursor: pointer;
}
.gform_wrapper.gravity-theme
  .gfield--type-choice
  .ginput_container
  .gform-field-label:before {
  content: '';
  margin-top: 2px;
  min-width: 18px;
  width: 18px;
  height: 18px;
  display: block;
  border: 1.5px solid #9ca3af;
  border-radius: 6px;
  transition: 0.2s;
}
.gform_wrapper.gravity-theme .gfield--type-choice .ginput_container input {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  z-index: -1;
}
.gform_wrapper.gravity-theme
  .gfield--type-choice
  .ginput_container
  input:checked
  + .gform-field-label:before {
  border-color: #1e1b4b;
  background-color: #1e1b4b;
  box-shadow: inset 0 0 0 4px #fff;
}
.gform_wrapper.gravity-theme .gform_footer {
  padding: 0 !important;
  margin: 24px 0 0 !important;
}
.gform_wrapper.gravity-theme .gform_footer [type='submit'] {
  margin: 0 auto;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  border: 0;
  padding: 15px 24px;
  border-radius: 24px;
  font-size: 16px;
  font-weight: 600;
  line-height: 112.5%;
  color: #fff;
  outline: 4px solid transparent;
  background-color: #9e3e8e;
  cursor: pointer;
  font-family: inherit;
  transition: 0.3s;
}
.gform_wrapper.gravity-theme .gform_footer [type='submit'][disabled] {
  outline: none;
  pointer-events: none;
  color: #9ca3af;
  border: 1px solid #e5e7eb;
  background-color: #f3f4f6;
}
.gform_wrapper.gravity-theme .gform_footer [type='submit']:hover {
  background-color: #65285b;
}
.gform_wrapper.gravity-theme .gform_footer [type='submit']:focus-visible {
  outline-color: #d6aed0;
}
.gform_wrapper.gravity-theme .gfield--type-survey {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  row-gap: 6px;
}
.gform_wrapper.gravity-theme .gfield--type-survey .gfield_label {
  margin-bottom: 0;
  color: #374151;
  font-size: 14px;
  font-weight: 600;
  line-height: 150%;
}
.gform_wrapper.gravity-theme
  .gfield--type-survey
  .gsurvey-rating:not(:checked)
  > label {
  width: 26px;
  height: 26px;
  display: inline-block;
  background-image: url(/hc/theming_assets/01JFFC3HDX9DCCXJKVR508S7NM) !important;
  background-size: 22px 22px;
  background-repeat: no-repeat;
  background-position: 50%;
  cursor: pointer;
  position: relative;
}
.gform_wrapper.gravity-theme
  .gfield--type-survey
  .gsurvey-rating:not(:checked)
  > label:hover,
.gform_wrapper.gravity-theme
  .gfield--type-survey
  .gsurvey-rating:not(:checked)
  > label:hover
  ~ label,
.gform_wrapper.gravity-theme
  .gfield--type-survey
  .gsurvey-rating
  > input:checked
  ~ label {
  background-image: url(/hc/theming_assets/01J9PB39JMS898BAFDV2QM3YPR) !important;
}
.gform_wrapper.gravity-theme .gfield--type-survey .gsurvey-rating input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: -1;
}
.gform_wrapper.gravity-theme .gfield--type-survey .gsurvey-rating span {
  display: none;
}
.gform_wrapper.gravity-theme .gfield_required {
  padding-inline-start: 0;
}
.gform_wrapper.gravity-theme .gfield_required .gfield_required_asterisk {
  padding-inline-start: 0;
  margin-left: 3px;
  font-size: inherit;
  color: #fca5a5;
}
.gform_wrapper.gravity-theme .gform_ajax_spinner,
.gform_wrapper.gravity-theme .gform_required_legend,
.gform_wrapper.gravity-theme .gform_validation_errors {
  display: none !important;
}
.gform_wrapper.gravity-theme .gfield_description {
  color: #ef4444 !important;
  padding: 0 !important;
  margin: 0 !important;
  font-weight: 400 !important;
  background-color: transparent !important;
  font-family: inherit !important;
  border: 0 !important;
  font-size: 14px !important;
  line-height: 114.286% !important;
}
.swiper-pagination {
  margin-top: 24px;
  position: static;
}
.swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: rgba(30, 27, 75, 0.2);
  opacity: 1;
  transition: 0.2s;
}
.swiper-pagination-bullet-active {
  background-color: #1e1b4b;
}
.mfp-iframe-scaler .mfp-bottom-bar {
  margin-top: 8px;
}
.mfp-bg {
  background-color: rgba(30, 27, 75, 0.5);
  opacity: 1;
}
.mfp-inline-holder .mfp-content {
  padding-top: 8px;
  padding-bottom: 8px;
}
.button {
  display: inline-block;
  text-align: center;
  text-decoration: none;
  border: 0;
}
.button--primary {
  padding: 15px 24px;
  border-radius: 24px;
  font-size: 16px;
  font-weight: 600;
  line-height: 112.5%;
  color: #fff;
  background-color: #312e81;
  outline: none;
}
.button--primary:hover {
  background-color: #1e1b4b;
}
.button--primary:focus-visible {
  box-shadow: 0 0 0 4px #c7d2fe;
}
.button--primary[disabled] {
  outline: none;
  pointer-events: none;
  color: #9ca3af;
  border: 1px solid #e5e7eb;
  background-color: #f3f4f6;
}
.button--small {
  padding: 12px 20px;
  border-radius: 20px;
}
.button--magenta {
  background-color: #9e3e8e;
}
.button--magenta:hover {
  background-color: #65285b;
}
.button--magenta:focus-visible {
  box-shadow: 0 0 0 4px #d6aed0;
}
.button--border {
  padding: 12px 20px;
  font-size: 14px;
  font-weight: 600;
  line-height: 114.286%;
  border-radius: 20px;
  border: 1px solid #fff;
  background-color: transparent;
  outline: none;
}
.button--border:hover {
  border-color: hsla(0, 0%, 100%, 0.4);
  background-color: hsla(0, 0%, 100%, 0.1);
}
.button--border:focus-visible {
  border-color: #fff;
  background-color: hsla(0, 0%, 100%, 0.2);
}
.button--border[disabled] {
  color: hsla(0, 0%, 100%, 0.4) !important;
  border-color: hsla(0, 0%, 100%, 0.4) !important;
  background-color: transparent !important;
  outline: none;
  pointer-events: none;
}
.button--arrow {
  padding: 15px 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 6px;
}
.button--arrow:after {
  content: '';
  min-width: 16px;
  width: 16px;
  height: 16px;
  display: block;
  background-image: url(/hc/theming_assets/01J9PB27C7GGGXXQ6ESV7SY1GM);
  background-repeat: no-repeat;
  background-size: 10px 7px;
  background-position: 50%;
  filter: brightness(0) invert(1);
}
.button--arrow.active:after {
  transform: scale(-1);
}
.circle-button {
  min-width: 150px;
  width: 150px;
  height: 150px;
  font-size: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 0;
  background-color: hsla(0, 0%, 100%, 0.2);
  position: relative;
}
.circle-button:before {
  width: 100%;
  height: 100%;
  background-image: url(/hc/theming_assets/01J9PB2HPQW9H1M1PBZ02Z1QV5);
  background-position: 50%;
  background-size: 121px 120px;
  animation: b 15s linear infinite;
}
.circle-button:after,
.circle-button:before {
  content: '';
  background-repeat: no-repeat;
  filter: brightness(0) invert(1);
  will-change: transform;
}
.circle-button:after {
  width: 27px;
  height: 39px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-image: url(/hc/theming_assets/01J9PB3TFJ0QFDZ51HFVTW5BSV);
  background-size: 100% auto;
  transition: 0.1s linear;
}
.circle-button:hover:after {
  top: calc(50% + 3px);
}
.circle-button--magenta {
  background-color: rgba(214, 174, 208, 0.5);
}
.circle-button--magenta:before {
  background-image: url(/hc/theming_assets/01J9PB2GNBBY1AZNGKJV3F9VPN);
  filter: none;
}
.circle-button--magenta:after {
  background-image: url(/hc/theming_assets/01J9PB3SFAXB8SYMWJMR9YV300);
  filter: none;
}
.circle-button--blue {
  background-color: #c7d2fe;
}
.circle-button--blue:after,
.circle-button--blue:before {
  filter: none;
}
@media (max-width: 1280px) {
  .circle-button {
    height: 110px;
    width: 110px;
    min-width: 110px;
  }
  .circle-button:before {
    background-size: 81px 80px;
  }
  .circle-button:after {
    width: 20px;
    height: 32px;
  }
}

.social {
  min-width: 24px;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.social img {
  height: 100%;
  width: auto;
  max-width: 24px;
}
.socials {
  display: flex;
  align-items: center;
  gap: 24px;
}
.popup {
  max-width: 625px;
  width: 100%;
  padding: 32px;
  margin: 0 auto;
  border-radius: 16px;
  background-color: #fff;
  position: relative;
  font-size: 14px;
  line-height: 150%;
}
.popup .wrapper {
  row-gap: 32px;
}
.popup .wrapper,
.popup__head {
  display: flex;
  flex-direction: column;
}
.popup__head {
  padding-right: 24px;
  row-gap: 4px;
  color: rgba(30, 27, 75, 0.8);
}
.popup__head .h1,
.popup__head .h2,
.popup__head .h3,
.popup__head .h4,
.popup__head .h5,
.popup__head .h6,
.popup__head h1,
.popup__head h2,
.popup__head h3,
.popup__head h4,
.popup__head h5,
.popup__head h6 {
  color: #1e1b4b;
  font-family: ambit;
  line-height: 144.444%;
}
.popup__col {
  row-gap: 8px;
}
.popup__body,
.popup__col {
  display: flex;
  flex-direction: column;
}
.popup__body {
  row-gap: 24px;
}
.popup__item {
  padding: 32px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  row-gap: 8px;
  line-height: 150%;
  border-radius: 16px;
  color: #312e81;
  background-color: #e5ebff;
}
.popup .mfp-close {
  width: 24px;
  height: 24px;
  top: 32px;
  right: 32px;
  color: transparent;
  background-image: url(/hc/theming_assets/01J9PB2KPGRNK5A8NAPJCKW0M6);
  background-repeat: no-repeat;
  background-size: 22px 22px;
  background-position: 50%;
  opacity: 1;
}
.popup--member {
  font-size: 16px;
}
.popup--member .popup__head {
  flex-direction: row;
  gap: 12px;
}
.popup--member .popup__head .h1,
.popup--member .popup__head .h2,
.popup--member .popup__head .h3,
.popup--member .popup__head .h4,
.popup--member .popup__head .h5,
.popup--member .popup__head .h6,
.popup--member .popup__head h1,
.popup--member .popup__head h2,
.popup--member .popup__head h3,
.popup--member .popup__head h4,
.popup--member .popup__head h5,
.popup--member .popup__head h6 {
  line-height: 125%;
}
@media (max-width: 640px) {
  .popup--member .popup__head {
    flex-direction: column;
  }
}
.popup--member .popup__media {
  width: 192px;
  height: 159px;
  border-radius: 24px;
  overflow: hidden;
  background: conic-gradient(
    from 135deg at 100.13% 100.31%,
    #46436b 86.3999980688deg,
    #1c1a3f 1turn
  );
}
.popup--member .popup__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center bottom;
}
.popup--member .popup__col {
  font-weight: 600;
}
.popup--form .actions {
  display: flex;
  justify-content: flex-end;
}
.popup--choose-time .wrapper {
  row-gap: 32px;
}
.popup--choose-time .popup__head {
  padding-top: 2px;
  font-size: 18px;
  color: #1e1b4b;
}
.popup--choose-time .popup__body {
  font-size: 16px;
  row-gap: 15px;
}
.popup--choose-time .popup__body .button--small {
  font-size: 14px;
}
.popup--choose-time .popup__body a:not(.button) {
  color: #9e3e8e;
}
@media (max-width: 768px) {
  .popup {
    padding: 24px;
  }
  .popup .wrapper,
  .popup__body {
    row-gap: 16px;
  }
  .popup .mfp-close {
    top: 24px;
    right: 24px;
  }
}
body.admin-bar .mfp-content {
  padding-top: 60px !important;
}
.video {
  position: relative;
}
.video video {
  min-height: 236px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.video__play-button {
  width: 48px;
  height: 48px;
  background-color: transparent;
  border: 0;
  outline: 0;
  background-image: url(/hc/theming_assets/01J9PB2YZBRNGCMR5WTZD6DKP9);
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.video__play-button--light {
  background-image: url(/hc/theming_assets/01J9PB301VBJF7FS0ZSQWNSR3J);
}
.video.active .video__play-button {
  display: none;
}
.tabs__nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.tabs__nav .typical-link span {
  z-index: -1;
}
.tabs__button {
  min-width: 196px;
  padding: 12px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 12px;
  font-size: 14px;
  font-weight: 600;
  line-height: 114.286%;
  text-align: center;
  color: #312e81;
  background-color: transparent;
  border: 0;
  border-radius: 10px;
  outline: 4px solid transparent;
}
.tabs__button:after {
  content: '';
  width: 0;
  display: block;
  border-radius: 1.5px;
  border-top: 3px solid #312e81;
  transition: 0.3s;
}
.tabs__button:not(.active):hover {
  background-color: #e5ebff;
}
.tabs__button:focus-visible {
  outline-color: #c7d2fe;
}
.tabs__button.active {
  cursor: default;
}
.tabs__button.active:after {
  width: 30px;
}
.tabs__content {
  position: relative;
}
.tabs .tab {
  transition: 0.3s ease-out;
  will-change: transform;
}
.tabs .tab:not(.active) {
  transform: scale(0.95);
  opacity: 0;
  visibility: hidden;
  position: absolute;
  left: 0;
  top: 0;
}
@media (max-width: 768px) {
  .tabs__nav {
    max-width: 392px;
  }
  .tabs__button {
    width: 50%;
  }
}
@media (max-width: 640px) {
  .tabs__nav {
    max-width: unset;
  }
  .tabs__button {
    width: 100%;
  }
}
.typical-input {
  display: block;
  width: 100%;
  height: 48px;
  padding: 12px 16px;
  font-family: ambit;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  color: #1e1b4b;
  border-radius: 8px;
  border: 1px solid #d1d5db;
  background-color: #fff;
  outline: 4px solid transparent;
}
.typical-input::placeholder {
  color: #6b7280;
}
.typical-input:focus-visible {
  outline-color: #c7d2fe;
  border-color: #818cf8;
}
.typical-input[disabled] {
  border-radius: 8px;
  background-color: #f9fafb;
}
.typical-input[type='number']::-webkit-inner-spin-button,
.typical-input[type='number']::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.typical-input[type='number'] {
  -moz-appearance: textfield;
}
.typical-input[type='search']::-webkit-search-cancel-button {
  -webkit-appearance: none;
  height: 20px;
  width: 20px;
  margin-right: 0;
  background: url(/hc/theming_assets/01J9PB2RYV022JPPC80JD5M20B);
  background-repeat: no-repeat;
  background-size: 18px 19px;
  background-position: 50%;
  opacity: 0;
  pointer-events: none;
}
.typical-input[type='search']:focus::-webkit-search-cancel-button {
  opacity: 1;
  pointer-events: all;
  cursor: pointer;
}
.search-form {
  width: 100%;
  position: relative;
}
.search-form__button {
  width: 20px;
  height: 20px;
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translatey(-50%);
  background-image: url(/hc/theming_assets/01J9PB36DG0M0J25VXBDSMA1AD);
  background-repeat: no-repeat;
  background-size: 17px 18px;
  background-position: 50%;
  background-color: transparent;
  border: 0;
}
.search-form__input {
  padding: 12px 16px 12px 44px;
}
.search-results {
  width: 100%;
  display: flex;
  flex-direction: column;
  row-gap: 4px;
  text-align: left;
  line-height: 150%;
}
.search-results__title {
  font-size: 18px;
  font-weight: 700;
  line-height: 127.778%;
}
.typical-link {
  display: flex;
  align-items: center;
  column-gap: 6px;
  font-size: 14px;
  font-weight: 600;
  line-height: 150%;
  text-decoration: none;
  color: #312e81;
  outline: 0;
}
.typical-link span {
  position: relative;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 5px;
}
.typical-link:hover span {
  text-decoration-thickness: 2px;
}
.typical-link:focus-visible {
  color: #1e1b4b;
}
.typical-link:focus-visible.typical-link--arrow:after {
  filter: brightness(0.7);
}
.typical-link--arrow:after {
  content: '';
  margin-top: 3px;
  margin-left: 5px;
  min-width: 7px;
  width: 7px;
  height: 13px;
  display: block;
  background-image: url(/hc/theming_assets/01J9PB26AWF97HMK2ZAY910V0R);
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.typical-link--magenta {
  color: #9e3e8e;
}
.typical-link--magenta.typical-link--arrow:after {
  background-image: url(/hc/theming_assets/01J9PB2350EZAB9AGYGD2F96QN);
}
.typical-link--magenta:focus-visible {
  color: #65285b;
}
.typical-link--white {
  color: #fff;
}
.typical-link--article:before,
.typical-link--email:before,
.typical-link--phone:before,
.typical-link--video:before {
  content: '';
  margin-top: 1px;
  min-width: 20px;
  width: 20px;
  height: 20px;
  display: block;
  background-repeat: no-repeat;
  background-position: 50%;
}
.typical-link--email:before {
  background-image: url(/hc/theming_assets/01J9PB2MQ10CB126DXK81B7E6F);
  background-size: 20px 16px;
}
.typical-link--phone:before {
  background-image: url(/hc/theming_assets/01J9PB2Y05KKX27VQFQFT7AEP2);
  background-size: 20px 20px;
}
.typical-link--video:before {
  background-image: url(/hc/theming_assets/01J9PB3H8HNTXBPGAQTTXA6KW7);
  background-size: 20px 20px;
}
.typical-link--article:before {
  background-image: url(/hc/theming_assets/01J9PB28FAY9HG4R1FJ8GGX80J);
  background-size: 18px 20px;
}
.typical-accordion {
  width: 100%;
  border-radius: 8px;
  background-color: #e5ebff;
}
.typical-accordion__title {
  padding: 24px;
  display: flex;
  justify-content: space-between;
  column-gap: 25px;
  font-size: 18px;
  font-weight: 700;
  line-height: 127.778%;
  color: #312e81;
  cursor: pointer;
  transition: 0.3s;
}
.typical-accordion__title:after {
  content: '';
  margin-top: 5px;
  min-width: 8px;
  width: 8px;
  height: 13px;
  display: block;
  background-image: url(/hc/theming_assets/01J9PB26AWF97HMK2ZAY910V0R);
  background-repeat: no-repeat;
  background-size: 100% auto;
  transition: 0.3s;
  transform: rotate(90deg);
}
.typical-accordion__content {
  padding: 0 24px;
  display: flex;
  flex-direction: column;
  row-gap: 8px;
  transition: 0.3s;
  line-height: 1.5;
  overflow: hidden;
}
.typical-accordion:not(.open) .typical-accordion__content {
  max-height: 0;
}
.typical-accordion.active,
.typical-accordion.open {
  padding-bottom: 24px;
}
.typical-accordion.active .typical-accordion__title:after,
.typical-accordion.open .typical-accordion__title:after {
  transform: rotate(90deg) scale(-1);
}
.typical-accordion--faq {
  padding: 16px 0;
  border-top: 2px solid #1e1b4b;
  border-radius: 0;
  background-color: transparent;
}
.typical-accordion--faq .typical-accordion__title {
  padding: 0;
  font-weight: 600;
  line-height: 144.444%;
  color: #1e1b4b;
}
.typical-accordion--faq .typical-accordion__title:after {
  margin-top: 9px;
  min-width: 14px;
  width: 14px;
  height: 8px;
  background-image: url(/hc/theming_assets/01J9PB24823T7G3EKEHHH4ASW0);
  transform: none;
}
.typical-accordion--faq .typical-accordion__content {
  padding: 0;
}
.typical-accordion--faq.active .typical-accordion__title:after,
.typical-accordion--faq.open .typical-accordion__title:after {
  transform: scale(-1);
}
.typical-accordion--faq.active .typical-accordion__content,
.typical-accordion--faq.open .typical-accordion__content {
  margin-top: 8px;
}
.breadcrumbs {
  display: inline-block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.breadcrumbs__item {
  display: inline-block;
  color: #6b7280;
}
.breadcrumbs__item:last-child {
  color: #312e81;
}
.breadcrumbs__item:last-child .breadcrumbs__link {
  border-radius: 6px;
  background-color: #e5ebff;
  pointer-events: none;
}
.breadcrumbs__item + .breadcrumbs__item:before {
  content: '';
  min-width: 20px;
  width: 20px;
  height: 20px;
  margin-bottom: -4px;
  margin-right: 8px;
  display: inline-block;
  background-image: url(/hc/theming_assets/01J9PB37D8ZA9ZMYA65ACS11W2);
  background-repeat: no-repeat;
  background-size: 12px 20px;
  background-position: 50%;
}
.breadcrumbs__link {
  padding: 4px 8px;
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  line-height: 114.286%;
  text-decoration: none;
}
.breadcrumbs__link:hover {
  color: #312e81;
}
.typical-content {
  line-height: 150%;
}
.typical-content > :not(:first-child) {
  margin-top: 8px;
}
.typical-content > .h1:not(:first-child),
.typical-content > .h2:not(:first-child),
.typical-content > .h3:not(:first-child),
.typical-content > .h4:not(:first-child),
.typical-content > .h5:not(:first-child),
.typical-content > .h6:not(:first-child),
.typical-content > h1:not(:first-child),
.typical-content > h2:not(:first-child),
.typical-content > h3:not(:first-child),
.typical-content > h4:not(:first-child),
.typical-content > h5:not(:first-child),
.typical-content > h6:not(:first-child) {
  margin-top: 8px;
}
.typical-content > .video,
.typical-content > figure,
.typical-content > iframe,
.typical-content > img,
.typical-content > video {
  width: 100%;
  height: auto;
}
.typical-content > .video:not(:first-child),
.typical-content > figure:not(:first-child),
.typical-content > iframe:not(:first-child),
.typical-content > img:not(:first-child),
.typical-content > video:not(:first-child) {
  margin: 24px 0;
}
.typical-content > .video:last-child,
.typical-content > .video:not(:first-child) + *,
.typical-content > figure:last-child,
.typical-content > figure:not(:first-child) + *,
.typical-content > iframe:last-child,
.typical-content > iframe:not(:first-child) + *,
.typical-content > img:last-child,
.typical-content > img:not(:first-child) + *,
.typical-content > video:last-child,
.typical-content > video:not(:first-child) + * {
  margin-top: 24px;
}
.typical-content figure iframe,
.typical-content figure img,
.typical-content figure video {
  min-height: 236px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.typical-content figcaption {
  margin-top: 8px;
  text-align: right;
  font-size: 14px;
}
.typical-content ul {
  list-style: initial;
}
.typical-content ol {
  list-style: numeric;
}
.typical-content ol,
.typical-content ul {
  padding-left: 18px;
}
.typical-content ol li + li,
.typical-content ul li + li {
  margin-top: 4px;
}
.checklist {
  padding-left: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  row-gap: 8px;
}
.checklist li {
  display: flex;
  align-items: center;
  column-gap: 10px;
  line-height: 150%;
  color: #1e1b4b;
}
.checklist li:before {
  content: '';
  min-width: 20px;
  width: 20px;
  height: 20px;
  display: block;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: 50%;
  background-image: url(/hc/theming_assets/01J9PB2DKWP9BCW31TSPHJZN82);
  background-size: 9px 8px;
  background-color: #c7d2fe;
}
.checklist--magenta li:before {
  background-image: url(/hc/theming_assets/01J9PB2CJDAW9JW12BS04R70E7);
  background-color: rgba(188, 61, 166, 0.2);
}
.checklist--negative li:before {
  background-image: url(/hc/theming_assets/01J9PB2JPGYKY23Z3VVJTMBS55);
  background-size: 12px 12px;
  background-color: rgba(188, 61, 166, 0.2);
  transform: rotate(45deg);
}
.checklist--flex-start li {
  align-items: flex-start;
}
.checklist--flex-start li:before {
  margin-top: 2px;
}
.checklist--color-white li {
  color: #fff;
}
.checklist--large {
  row-gap: 24px;
}
.checklist--large li {
  column-gap: 12px;
  color: #fff;
  position: relative;
}
.checklist--large li:before {
  margin: 6px;
  min-width: 40px;
  width: 40px;
  height: 40px;
  box-sizing: border-box;
  display: block;
  background-repeat: no-repeat;
  background-position: 50%;
  background-image: url(/hc/theming_assets/01J9PB2FMF81K961ST0FD0M1FB);
  background-size: 18px 12px;
}
.checklist--large li:after,
.checklist--large li:before {
  content: '';
  border-radius: 50%;
  background-color: hsla(0, 0%, 100%, 0.1);
}
.checklist--large li:after {
  width: 52px;
  height: 52px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translatey(-50%);
}
.typical-card {
  padding: 32px;
  display: flex;
  flex-direction: column;
  row-gap: 8px;
  border-radius: 32px;
  font-size: 16px;
  line-height: 150%;
  color: #312e81;
  background-color: #e5ebff;
}
.typical-card__media {
  width: 80px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 16px;
  overflow: hidden;
  position: relative;
  background-color: #fff;
}
.typical-card__media:before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: url(/hc/theming_assets/01J9PB1V9HBRPH72ZYNSACR20R);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50%;
}
.typical-card__media img {
  position: relative;
}
.typical-card__excerpt {
  min-height: 124px;
  display: flex;
  flex-direction: column;
  row-gap: 8px;
  color: #1e1b4b;
}
.typical-card--sm .typical-card__media:before {
  background-size: 400% auto;
}
.typical-card--sm .typical-card__media img {
  width: 50px;
  max-height: 50px;
  height: auto;
}
.typical-card--md {
  row-gap: 16px;
  font-size: 18px;
}
.typical-card--md .typical-card__media {
  height: 160px;
  width: 100%;
}
.typical-card--md .typical-card__media:before {
  background-size: 150% auto;
}
.typical-card--md .typical-card__media img {
  height: 110px;
  max-width: 150px;
  width: auto;
}
.typical-card--md .checklist {
  margin-top: -4px;
}
.typical-card--w-half {
  max-width: 410px;
}
.typical-card--w-half .typical-card__media {
  max-width: 245px;
}
.typical-card--magenta {
  color: #9e3e8e;
  background-color: #f3e7f1;
}
.typical-card--article {
  border: 1px solid #e5e7eb;
  background: #f9fafb;
}
.typical-card--article .typical-link {
  margin-top: auto;
}
.typical-card--article .typical-card__media:before {
  background-image: none;
}
@media (max-width: 1024px) {
  .typical-card {
    padding: 24px;
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .typical-card__excerpt {
    min-height: unset;
  }
}
.typical-select {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  row-gap: 6px;
}
.typical-select__title {
  color: #374151;
  font-family: ambit;
  font-size: 14px;
  font-weight: 600;
  line-height: 150%;
}
.typical-select select {
  display: none;
}
.nice-select {
  width: 100%;
  height: 48px;
  padding: 12px 44px 12px 16px;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  border-radius: 8px;
  border: 1px solid #d1d5db !important;
  color: #1e1b4b;
  background-color: #fff;
}
.nice-select:after {
  border: 0;
  padding: 0;
  margin: 0;
  width: 10px;
  height: 6px;
  right: 16px;
  background-image: url(/hc/theming_assets/01J9PB24823T7G3EKEHHH4ASW0);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: 50%;
  transform: translatey(-50%);
  transform-origin: center;
}
.nice-select:focus-visible {
  box-shadow: 0 0 0 4px #c7d2fe;
}
.nice-select .current {
  width: 100%;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.nice-select .list {
  max-height: 360px;
  overflow: auto;
  width: 100%;
  top: calc(100% + 8px);
  padding: 12px 0;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0 4px 10px -2px rgba(0, 0, 0, 0.08),
    0 4px 12px -2px rgba(0, 0, 0, 0.12);
}
.nice-select .list li {
  height: -moz-fit-content;
  height: fit-content;
  padding: 12px 16px;
  display: flex;
  align-items: center;
  column-gap: 8px;
  line-height: inherit;
}
.nice-select .list li.disabled:first-child,
.nice-select .list li[data-display] {
  display: none !important;
}
.nice-select .list li.selected {
  font-weight: 400;
  background-color: transparent !important;
  cursor: default;
}
.nice-select .list li.selected:after {
  content: '';
  margin-left: auto;
  min-width: 15px;
  width: 15px;
  height: 12px;
  display: block;
  background-image: url(/hc/theming_assets/01J9PB2EKDV9W397660YR4HZ5C);
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.nice-select .list li:hover {
  background-color: #f3f4f6;
}
.nice-select.open:after {
  transform: translatey(-50%) scale(-1);
}
.typical-form {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 24px;
}
#cookienotice .h5,
#cookienotice h5 {
  color: #1e1b4b;
  margin-bottom: 0.5em;
}
#cookienotice a {
  text-decoration: none !important;
  color: blue;
}
#cookienotice .button {
  padding: 0 30px;
  height: 40px;
  border-radius: 20px;
  font-size: 14px;
  color: #fff;
  background-color: #16123f;
}
#cookienotice .button:hover {
  background-color: #71a4cf;
}
@media (min-width: 768px) {
  #cookienotice {
    max-width: 385px;
  }
}
.share {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  row-gap: 16px;
}
.share__title {
  font-size: 18px;
  font-weight: 700;
  line-height: 127.778%;
}
.share__links {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.share__link {
  min-width: 40px;
  width: 40px;
  height: 40px;
  padding: 8px;
  display: flex;
  align-items: center;
  justify-content: baseline;
  border-radius: 10px;
  background: #e5ebff;
}
.share__link img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media (max-width: 640px) {
  .share__links {
    flex-direction: row;
  }
}
.contact-card {
  padding: 32px;
  display: flex;
  align-items: center;
  gap: 16px;
  border-radius: 32px;
  color: #312e81;
  background: #e5ebff;
}
.contact-card__media {
  height: 159px;
  width: 187px;
  min-width: 187px;
  border-radius: 24px;
  overflow: hidden;
  background: conic-gradient(
    from 135deg at 100.13% 100.31%,
    #46436b 86.3999980688deg,
    #1c1a3f 1turn
  );
  position: relative;
}
.contact-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center bottom;
}
.contact-card__content {
  display: flex;
  flex-direction: column;
  row-gap: 12px;
  word-break: break-word;
}
.contact-card__name {
  line-height: 127.778%;
}
.contact-card__info {
  font-size: 14px;
  font-weight: 400;
  line-height: 114.286%;
}
@media (max-width: 1024px) {
  .contact-card {
    padding: 32px 24px;
    flex-direction: column;
    align-items: center;
  }
  .contact-card__media {
    width: 100%;
    min-width: unset;
  }
  .contact-card__content {
    text-align: center;
    align-items: center;
  }
}
@media (max-width: 640px) and (min-width: 426px) {
  .contact-card {
    padding: 24px 12px;
  }
}
@media (max-width: 425px) {
  .contact-card__media {
    height: auto;
    padding-top: 100%;
  }
  .contact-card__media img {
    position: absolute;
    inset: 0;
  }
}
.blog-card {
  display: flex;
  align-items: center;
  gap: 16px;
  text-decoration: none;
}
.blog-card__media {
  min-width: 184px;
  width: 184px;
  height: 184px;
  overflow: hidden;
  border-radius: 16px;
}
.blog-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.blog-card__content {
  padding: 5px 16px;
  display: flex;
  flex-direction: column;
  row-gap: 8px;
  font-size: 16px;
  line-height: 150%;
}
.blog-card__category {
  color: #9e3e8e;
  font-size: 14px;
  font-weight: 600;
  line-height: 150%;
}
.blog-card__title {
  font-size: 16px;
  font-weight: 700;
  line-height: 112.5%;
}
.blog-card__excerpt {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  overflow: hidden;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}
.blog-card__date {
  color: #6b7280;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
}
.blog-card--large {
  width: 100%;
  column-gap: 32px;
}
.blog-card--large .blog-card__title {
  font-size: 28px;
  line-height: 125%;
}
.blog-card--large .blog-card__media {
  width: calc(50% - 16px);
  height: 370px;
}
.blog-card--large .blog-card__content {
  width: calc(50% - 16px);
  padding: 0;
  align-items: flex-start;
}
.blog-card--large .blog-card__excerpt {
  -webkit-line-clamp: 5;
}
.blog-card--large .button {
  margin-top: 16px;
  padding: 12px 20px;
  font-size: 14px;
}
@media (max-width: 1280px) {
  .blog-card__content {
    padding: 0;
  }
}
@media (max-width: 1024px) {
  .blog-card__card {
    width: 100%;
  }
  .blog-card__content {
    padding: 5px 16px;
  }
  .blog-card--large {
    flex-direction: column;
  }
  .blog-card--large .blog-card__content,
  .blog-card--large .blog-card__media {
    width: 100%;
  }
  .blog-card--large .blog-card__media {
    height: auto;
    padding-top: 56.25%;
    min-height: 184px;
    position: relative;
  }
  .blog-card--large .blog-card__media img {
    position: absolute;
    inset: 0;
  }
}
@media (max-width: 640px) {
  .blog-card,
  .blog-card__card {
    flex-direction: column;
  }
  .blog-card__media {
    width: 100%;
  }
  .blog-card__content {
    padding: 0;
  }
}
.expand-button {
  width: 100%;
  padding: 0;
  font-size: 14px;
  font-weight: 600;
  line-height: 150%;
  border: 0;
  color: #312e81;
  background: transparent;
  cursor: default;
}
.expand-button__inner {
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  align-items: center;
  column-gap: 4px;
  position: relative;
  cursor: pointer;
}
.expand-button__inner:before {
  content: '';
  width: calc(100% - 24px);
  position: absolute;
  left: 0;
  bottom: 0;
  border-bottom: 1px solid #312e81;
}
.expand-button__inner:after {
  content: '';
  min-width: 20px;
  width: 20px;
  height: 20px;
  display: block;
  background-image: url(/hc/theming_assets/01J9PB26AWF97HMK2ZAY910V0R);
  background-repeat: no-repeat;
  background-size: 8px 13px;
  background-position: 50%;
  transform: rotate(90deg);
}
.expand-button ~ * {
  display: none !important;
}
.topic-button {
  display: flex;
  position: relative;
  cursor: pointer;
}
.topic-button__input {
  position: absolute;
  opacity: 0;
  top: 0;
  left: 0;
}
.topic-button__input:checked + .topic-button__title {
  padding-left: 12px;
  border-color: #312e81;
  background: transparent;
}
.topic-button__input:checked + .topic-button__title:before {
  display: block;
}
.topic-button__title {
  padding: 8px 14px;
  display: flex;
  align-items: center;
  column-gap: 4px;
  border-radius: 20px;
  font-size: 14px;
  font-weight: 600;
  line-height: 114.286%;
  border: 1px solid transparent;
  color: #312e81;
  background: #e5ebff;
}
.topic-button__title:before {
  content: '';
  width: 16px;
  min-width: 16px;
  height: 16px;
  background-image: url($assets-checkmark-purple800-svg);
  background-repeat: no-repeat;
  background-size: 12px 10px;
  background-position: 50%;
  display: none;
}
.tip {
  width: 100%;
  padding: 16px;
  display: flex;
  gap: 8px;
  border-radius: 8px;
  color: #5b21b6;
  border: 1px solid #c4b5fd;
  background: #f5f3ff;
}
.tip:before {
  content: '';
  width: 23px;
  min-width: 23px;
  height: 23px;
  display: block;
  background-image: url(/hc/theming_assets/01J9PB3CQHW4YN45T2T4AP9HM3);
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.tip__content {
  display: flex;
  flex-direction: column;
  row-gap: 8px;
}
.tip--attention {
  color: #92400e;
  border-color: #fcd34d;
  background: #fffbeb;
}
.tip--attention:before {
  background-image: url(/hc/theming_assets/01J9PB3E185NJKV23XVDXSD6N3);
}
.endpoints {
  row-gap: 16px;
}
.endpoints,
.endpoints__list {
  display: flex;
  flex-direction: column;
}
.endpoints__list {
  row-gap: 4px;
}
.endpoints__link {
  width: fit-content;
  padding: 8px 14px;
  display: block;
  font-size: 14px;
  font-weight: 600;
  line-height: 114.286%;
  color: #312e81;
  border-radius: 24px;
  background: transparent;
  transition: 0.3s;
  text-decoration: underline;
  -webkit-text-decoration-color: transparent;
  text-decoration-color: transparent;
}
.endpoints__link:hover:not(.active) {
  -webkit-text-decoration-color: initial;
  text-decoration-color: initial;
}
.endpoints__link.active {
  background: #e5ebff;
}
@media (max-width: 1024px) {
  .endpoints {
    width: -moz-fit-content;
    width: fit-content;
  }
}
.list-round-numbers {
  counter-reset: a;
  display: flex;
  flex-direction: column;
  row-gap: 8px;
  padding-left: 0 !important;
  list-style: none !important;
}
.list-round-numbers li {
  margin-top: 0 !important;
  padding-top: 4px;
  display: flex;
  align-items: flex-start;
  column-gap: 12px;
}
.list-round-numbers li:before {
  margin-top: -4px;
  counter-increment: a;
  content: counter(a);
  width: 32px;
  min-width: 32px;
  height: 32px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-family: ambit;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  background: #312e81;
}
body.admin-bar .header {
  top: 32px;
}
@media (max-width: 1280px) {
  body.admin-bar .header .menu {
    top: 120px;
  }
}
@media (max-width: 768px) {
  body.admin-bar .header {
    top: 46px;
  }
  body.admin-bar .header .menu {
    top: 134px;
  }
}
.footer {
  color: #fff;
  background-color: #1e1b4b;
}
.footer__top {
  padding: 64px 0;
  flex-wrap: wrap;
  gap: 32px;
}
.footer__bottom,
.footer__top {
  display: flex;
  justify-content: space-between;
}
.footer__bottom {
  padding: 48px 0;
  gap: 24px 10px;
  position: relative;
}
.footer__bottom:before {
  content: '';
  width: calc(100% + 120px);
  height: 1px;
  position: absolute;
  top: 0;
  left: -60px;
  border-top: 1px solid hsla(0, 0%, 100%, 0.2);
}
.footer__col {
  display: flex;
  flex-direction: column;
  row-gap: 16px;
}
.footer__logos {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 0;
}
.footer__logos img {
  margin: 10px;
  height: 40px;
  width: auto;
}
.footer__title {
  font-size: 18px;
  font-weight: 700;
  line-height: 144.444%;
  font-family: inherit;
}
.footer .logo {
  height: 37px;
}
.footer .logo img {
  height: 100%;
  width: auto;
}
.footer .menu__list {
  display: flex;
  flex-direction: column;
  row-gap: 12px;
}
.footer .menu__link {
  font-size: 14px;
  font-weight: 600;
  line-height: 150%;
  -webkit-text-decoration-color: transparent;
  text-decoration-color: transparent;
}
.footer .menu__link:hover {
  -webkit-text-decoration-color: initial;
  text-decoration-color: initial;
}
.footer .menu__link--uae {
  display: flex;
  align-items: center;
  column-gap: 8px;
}
.footer .menu__link--uae:after {
  content: '';
  background-image: url(/hc/theming_assets/01J9PB3F7ZKYR1K0S0NEF5SA38);
}
.footer .menu__link--canada:after,
.footer .menu__link--uae:after {
  min-width: 30px;
  width: 30px;
  height: 21px;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.footer .menu__link--canada:after {
  background-image: url($assets-canada-svg);
  border-radius: 0;
}
.footer__buttons {
  display: flex;
  flex-direction: column;
  row-gap: 16px;
}
.footer__button {
  min-width: 135px;
  background-repeat: no-repeat;
  background-size: auto 100%;
}
.footer__button--app-store {
  height: 45px;
  background-image: url(/hc/theming_assets/01J9PB3RC4YP4KCKNM4RB9H3WM);
}
.footer__button--g-play {
  height: 40px;
  background-image: url(/hc/theming_assets/01J9PB2PT3SBRTG4Y59MMVT6ME);
}
.footer .copyright {
  font-size: 14px;
  line-height: 116.667%;
}
@media (max-width: 1024px) {
  .footer__top {
    padding: 48px 0;
  }
  .footer__bottom {
    padding-top: 55px;
  }
  .footer__bottom:before {
    width: 100%;
    left: 0;
  }
  .footer__col:first-child {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .footer__top {
    column-gap: 20px;
  }
  .footer__bottom {
    padding-top: 48px;
    flex-direction: column;
    align-items: center;
  }
  .footer .copyright {
    text-align: center;
  }
  .footer__col:not(:first-child) {
    width: calc(50% - 10px);
  }
}
@media (max-width: 640px) {
  .footer__bottom,
  .footer__top {
    padding: 32px 0;
  }
}
.hero {
  position: relative;
  background-color: #1e1b4b;
}
.hero .wrapper {
  min-height: calc(100dvh - 89.5px);
  padding: 64px 0 128px;
  display: flex;
  align-items: center;
  gap: 24px;
}
.hero__bg:after {
  content: '';
  background: linear-gradient(
    -90deg,
    hsla(0, 0%, 100%, 0) 21.86%,
    hsla(0, 0%, 100%, 0.4) 88.94%
  );
}
.hero__bg,
.hero__bg:after {
  position: absolute;
  inset: 0;
}
.hero__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero__content {
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  row-gap: 32px;
}
.hero__media {
  max-width: 606px;
  width: 100%;
}
.hero__media img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.hero--media .hero__content {
  color: #fff;
  row-gap: 24px;
  font-size: 18px;
  line-height: 144.444%;
}
.hero--column .wrapper {
  flex-direction: column;
  align-items: center;
  row-gap: 32px;
}
.hero--column .hero__content {
  align-items: center;
  text-align: center;
}
.hero--column .hero__media {
  max-width: 1048px;
  width: 100%;
  height: 56.25%;
  border-radius: 32px;
  overflow: hidden;
}
.hero--column .hero__media img {
  min-height: 236px;
  object-fit: cover;
}
.hero--decor {
  position: relative;
}
.hero--decor .hero__media {
  position: relative;
  overflow: hidden;
}
@media (min-width: 1025px) {
  .hero--decor .hero__media {
    height: 530px;
  }
}
.hero--decor .hero__media:after {
  content: '';
  width: 910px;
  height: 580px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-image: url($assets-lines-white_10-svg);
  background-repeat: no-repeat;
  background-size: 100% auto;
}
@media (max-width: 1280px) {
  .hero .wrapper {
    min-height: calc(100dvh - 88px);
    padding-bottom: 96px;
  }
  .hero--media .wrapper {
    flex-direction: column-reverse;
    align-items: center;
  }
  .hero--media .hero__content {
    width: -moz-fit-content;
    width: fit-content;
    align-items: center;
    text-align: center;
  }
  .hero--column .wrapper {
    flex-direction: column;
  }
}
@media (max-width: 1024px) {
  .hero .wrapper {
    padding-bottom: 80px;
  }
  .hero__content br {
    display: none;
  }
}
@media (max-width: 640px) {
  .hero .wrapper {
    padding-bottom: 64px;
    min-height: 495px;
  }
  .hero__content {
    row-gap: 16px;
    align-items: center;
    text-align: center;
  }
}
.partners {
  overflow: hidden;
}
.partners__head {
  text-align: center;
}
.partners__carousel {
  margin-top: 48px;
}
.partners .swiper-wrapper {
  transition-timing-function: linear !important;
}
.partners__slide {
  min-width: 180px;
  height: 64px;
  padding: 15px;
  display: flex !important;
  justify-content: center;
  align-items: center;
}
.partners__logo {
  height: 100%;
  width: auto;
}
@media (max-width: 1280px) {
  .partners .container {
    padding: 0;
  }
}
@media (max-width: 1024px) {
  .partners__carousel {
    margin-top: 32px;
  }
}
@media (max-width: 640px) {
  .partners__carousel {
    margin-top: 16px;
  }
}
.banner .wrapper {
  width: 100%;
  padding: 122px 106px;
  row-gap: 32px;
  border-radius: 32px;
  font-size: 18px;
  background-color: #e5ebff;
}
.banner .wrapper,
.banner__content {
  display: flex;
  flex-direction: column;
}
.banner__content {
  align-items: center;
  row-gap: 24px;
  text-align: center;
}
.banner__media {
  width: 100%;
  height: 300px;
  border-radius: 32px;
  position: relative;
  overflow: hidden;
}
.banner__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banner__media:after {
  content: '';
  width: 1228px;
  height: 788px;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  background-image: url($assets-lines-white_20_banner-svg);
  background-repeat: no-repeat;
  background-size: 100% auto;
}
@media (max-width: 1280px) {
  .banner .wrapper {
    padding-top: 90px;
    padding-bottom: 90px;
  }
}
@media (max-width: 1024px) {
  .banner .wrapper {
    padding: 80px 48px;
  }
  .banner__content {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .banner .wrapper {
    padding: 64px 32px;
  }
}
@media (max-width: 640px) {
  .banner .wrapper {
    padding: 48px 24px;
  }
  .banner__content {
    row-gap: 16px;
  }
}
.animate-line {
  width: 100%;
  display: flex;
  align-items: center;
  padding: 128px 0 64px;
  overflow: hidden;
}
.animate-line__row {
  display: flex;
  align-items: center;
  animation: a 45s infinite linear;
}
.animate-line__item {
  display: flex;
  align-items: center;
  white-space: nowrap;
  font-size: 80px;
  font-weight: 700;
  line-height: 125%;
  color: #312e81;
}
.animate-line__item:before {
  content: '';
  margin: 0 auto;
  padding: 0 48px;
  min-width: 80px;
  width: 80px;
  height: 80px;
  display: block;
  background-image: url(/hc/theming_assets/01J9PB3BNM8GA9AZ3Z0SN104WS);
  background-repeat: no-repeat;
  background-size: 80px 80px;
  background-position: 50%;
  animation: b 30s linear infinite;
}
.animate-line--magenta .animate-line__item {
  color: #9e3e8e;
}
.animate-line--magenta .animate-line__item:before {
  background-image: url(/hc/theming_assets/01J9PB2NQB3K86XRYVMSHF29F6);
}
@media (max-width: 1280px) {
  .animate-line {
    padding: 96px 0 32px;
  }
  .animate-line__item {
    font-size: 56px;
    line-height: 103.571%;
  }
  .animate-line__item:before {
    min-width: 56px;
    width: 56px;
    height: 56px;
    background-size: 56px 56px;
  }
}
@media (max-width: 1024px) {
  .animate-line {
    padding-top: 80px;
  }
}
@media (max-width: 640px) {
  .animate-line {
    padding-top: 64px;
  }
}
@keyframes a {
  0% {
    transform: translatex(0);
  }
  to {
    transform: translatex(-100%);
  }
}
@keyframes b {
  0% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(1turn);
  }
}
.faq .wrapper {
  max-width: 835px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 64px;
}
.faq.show-more:not(.active)
  .typical-accordion:nth-child(6)
  ~ .typical-accordion {
  display: none;
}
.faq .show-more__button {
  margin: 48px auto 0;
}
@media (max-width: 1024px) {
  .faq .wrapper {
    row-gap: 48px;
  }
}
@media (max-width: 640px) {
  .faq .wrapper {
    row-gap: 24px;
  }
  .faq .show-more__button {
    margin-top: 24px;
  }
}
.methodology .wrapper,
.methodology__head {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 48px;
}
.methodology__head {
  text-align: center;
  color: #312e81;
}
.methodology__body {
  display: flex;
  justify-content: center;
}
.methodology__tab {
  max-width: 1048px;
  width: 100%;
  padding: 60px 48px;
  display: flex;
  align-items: center;
  gap: 28px 48px;
  border-radius: 32px;
  background-color: #e5ebff;
}
.methodology__media {
  max-width: 455px;
  width: 100%;
  height: 400px;
  border-radius: 32px;
  overflow: hidden;
}
.methodology__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.methodology__content {
  width: calc(100% - 503px);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  row-gap: 8px;
  line-height: 150%;
}
.methodology__content .button {
  margin-top: 8px;
}
.methodology__content .h1,
.methodology__content .h2,
.methodology__content .h3,
.methodology__content .h4,
.methodology__content .h5,
.methodology__content .h6,
.methodology__content h1,
.methodology__content h2,
.methodology__content h3,
.methodology__content h4,
.methodology__content h5,
.methodology__content h6 {
  color: #9e3e8e;
}
.methodology__icon {
  margin: 4px;
  height: 44px;
  width: 44px;
  min-width: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  background-color: #fff;
}
.methodology__icon img {
  max-width: 28px;
  max-height: 28px;
}
@media (max-width: 1280px) {
  .methodology__tab {
    max-width: 516px;
    padding: 32px;
    flex-direction: column;
  }
  .methodology__media {
    max-width: unset;
    height: 236px;
  }
  .methodology__content {
    width: 100%;
  }
}
@media (max-width: 1024px) {
  .methodology .wrapper,
  .methodology__head {
    row-gap: 32px;
  }
}
@media (max-width: 640px) {
  .methodology .wrapper,
  .methodology__head {
    row-gap: 24px;
  }
  .methodology__tab {
    padding: 24px;
    row-gap: 24px;
  }
  .methodology__body {
    width: calc(100% + 30px);
    margin: 0 -15px;
  }
}
.app {
  padding: 64px 0 96px;
}
.app .wrapper,
.app__head {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 64px;
}
.app__head {
  text-align: center;
  line-height: 150%;
}
.app__title {
  color: #9e3e8e;
  line-height: 123.529%;
  position: relative;
}
.app__title:after {
  content: '';
  width: 351px;
  height: 128px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-image: url(/hc/theming_assets/01J9PB2V0MFDQG0GKW067ADHHK);
  background-repeat: no-repeat;
  background-size: 100% auto;
  z-index: -1;
}
.app__body {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  column-gap: 20px;
}
.app__col > * {
  transition: 1.5s;
}
.app__col > :nth-child(2) {
  transition-delay: 0.5s;
}
.app__col:first-child .app__img {
  width: 238px;
  border-radius: 12px;
  box-shadow: 0 0 0 4px #d6aed0;
}
.app__col:first-child .app__text {
  margin-top: 82px;
  margin-right: 110px;
  background-color: #9e3e8e;
}
.app__col:first-child .app__text::after {
  width: 54px;
  height: 132px;
  left: 100%;
  background-image: url(/hc/theming_assets/01J9PB3JSJHPG89YRERMJQYNCY);
}
.app__col:nth-child(2) {
  position: relative;
}
.app__col:nth-child(2) > :nth-child(2) {
  transition: 5s !important;
}
.app__col:nth-child(2) .app__img {
  width: 271px;
}
.app__col:nth-child(3) .app__img {
  width: 246px;
  border-radius: 12px 12px 12px 0;
  box-shadow: 0 0 0 4px #c7d2fe;
}
.app__col:nth-child(3) .app__text {
  margin-top: 36px;
  margin-left: 110px;
  background-color: #312e81;
}
.app__col:nth-child(3) .app__text:after {
  width: 53px;
  height: 86px;
  right: 100%;
  background-image: url(/hc/theming_assets/01J9PB3MY3K0R7340SQSPGAD8P);
}
.app__col:not(.anim) > * {
  opacity: 0;
  visibility: hidden;
}
.app__img img {
  width: 100%;
  height: auto;
}
.app__inner-img {
  position: absolute;
  inset: 0 2px 2px 0;
}
.app__inner-img img {
  width: 100%;
  height: auto;
}
.app__text {
  width: -moz-fit-content;
  width: fit-content;
  min-width: 160px;
  padding: 12px;
  display: flex;
  flex-direction: column;
  row-gap: 6px;
  font-size: 14px;
  font-weight: 600;
  line-height: 114.286%;
  border-radius: 16px;
  color: #fff;
  position: relative;
}
.app__text:before {
  min-width: 24px;
  width: 24px;
  height: 24px;
  display: block;
  background-image: url(/hc/theming_assets/01J9PB3Q9TQMG89EEJ3V14Y4RV);
}
.app__text:after,
.app__text:before {
  content: '';
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.app__text:after {
  position: absolute;
  bottom: 48px;
}
@media (max-width: 1040px) {
  .app {
    padding-bottom: 80px;
  }
  .app__head br {
    display: none;
  }
  .app__body {
    display: grid;
    grid-auto-rows: 1fr;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 32px 34px;
    grid-template-areas: 'd e e' 'd f f';
  }
  .app__col:first-child {
    grid-area: e;
    align-self: end;
  }
  .app__col:first-child .app__img {
    margin-left: 25px;
  }
  .app__col:first-child .app__text {
    margin: 19px 0 0;
  }
  .app__col:first-child .app__text::after {
    width: 54px;
    height: 70px;
    background-image: url(/hc/theming_assets/01J9PB3KYFG3CARJVQ7P51RMMH);
  }
  .app__col:nth-child(2) {
    grid-area: d;
  }
  .app__col:nth-child(3) {
    grid-area: f;
    align-self: start;
  }
  .app__col:nth-child(3) .app__text {
    margin-top: 18px;
  }
  .app__col:nth-child(3) .app__text:after {
    width: 53px;
    height: 69px;
    background-image: url(/hc/theming_assets/01J9PB3NZWMKMSH3QSENSTGNBZ);
  }
}
@media (max-width: 768px) {
  .app__body {
    display: flex;
    flex-direction: column;
  }
}
@media (max-width: 640px) {
  .app {
    padding-bottom: 64px;
    overflow: hidden;
  }
  .app .wrapper {
    row-gap: 64px;
  }
  .app__head {
    row-gap: 32px;
  }
}
.approach {
  padding: 64px 0 96px;
  overflow: hidden;
}
.approach + .app {
  padding: 128px 0;
}
@media (max-width: 1280px) {
  .approach + .app {
    padding: 96px 0;
  }
}
@media (max-width: 1024px) {
  .approach + .app {
    padding: 80px 0;
  }
}
@media (max-width: 640px) {
  .approach + .app {
    padding: 64px 0;
  }
}
.approach .wrapper {
  row-gap: 40px;
}
.approach .wrapper,
.approach__head {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.approach__head {
  text-align: center;
  row-gap: 64px;
  line-height: 150%;
}
.approach__title {
  color: #312e81;
  line-height: 123.529%;
  position: relative;
}
.approach__title:after {
  content: '';
  width: 351px;
  height: 128px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-image: url(/hc/theming_assets/01J9PB2X29KS99NP1SBF0K7E98);
  background-repeat: no-repeat;
  background-size: 100% auto;
  z-index: -1;
}
.approach__body {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px 64px;
}
.approach__items {
  min-width: 630px;
  width: -moz-fit-content;
  width: fit-content;
  height: 648px;
  position: relative;
}
.approach__items:before {
  content: '';
  width: 502px;
  height: 502px;
  border-radius: 50%;
  border: 1px dashed rgba(30, 27, 75, 0.5);
  background-image: url(../images/noise.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.approach__center-media,
.approach__items:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.approach__center-media {
  height: 204px;
  width: 204px;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: 0 0 0 4px #9e3e8e;
}
.approach__center-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.approach__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: transparent;
  border: 0;
  outline: 0;
  position: absolute;
  top: 50%;
  left: 50%;
}
.approach__item:first-child {
  transform: translate(-50%, -50%) rotate(0deg) translatey(-185%) rotate(0deg);
}
.approach__item:nth-child(2) {
  transform: translate(-50%, -50%) rotate(40deg) translatey(-185%)
    rotate(-40deg);
}
.approach__item:nth-child(3) {
  transform: translate(-50%, -50%) rotate(80deg) translatey(-185%)
    rotate(-80deg);
}
.approach__item:nth-child(4) {
  transform: translate(-50%, -50%) rotate(120deg) translatey(-185%)
    rotate(-120deg);
}
.approach__item:nth-child(5) {
  transform: translate(-50%, -50%) rotate(160deg) translatey(-185%)
    rotate(-160deg);
}
.approach__item:nth-child(6) {
  transform: translate(-50%, -50%) rotate(200deg) translatey(-185%)
    rotate(-200deg);
}
.approach__item:nth-child(7) {
  transform: translate(-50%, -50%) rotate(240deg) translatey(-185%)
    rotate(-240deg);
}
.approach__item:nth-child(8) {
  transform: translate(-50%, -50%) rotate(280deg) translatey(-185%)
    rotate(-280deg);
}
.approach__item:nth-child(9) {
  transform: translate(-50%, -50%) rotate(320deg) translatey(-185%)
    rotate(-320deg);
}
.approach__item:not(.active) .approach__media {
  position: relative;
}
.approach__item:not(.active) .approach__media:after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(
    0deg,
    hsla(0, 0%, 100%, 0.4),
    hsla(0, 0%, 100%, 0.4)
  );
}
.approach__item.active {
  pointer-events: none;
}
.approach__item.active .approach__media {
  box-shadow: 0 0 0 4px #9e3e8e;
}
.approach__item.active .approach__info {
  color: #fff;
  background-color: #9e3e8e;
}
.approach__media {
  height: 100px;
  width: 100px;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: 0 0 0 4px #c7d2fe;
}
.approach__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.approach__info {
  min-width: 107px;
  margin-top: -8px;
  padding: 4px 8px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  border-radius: 30px;
  color: #312e81;
  background-color: #e5ebff;
  position: relative;
}
.approach__name,
.approach__position {
  font-size: 12px;
  font-weight: 600;
  line-height: 116.667%;
}
.approach__position {
  font-weight: 700;
}
.approach__content {
  margin-top: 12px;
  max-width: 608px;
  width: 100%;
  padding: 48px 32px;
  min-height: 350px;
  display: flex;
  flex-direction: column;
  row-gap: 16px;
  border-radius: 32px;
  background-color: #e5ebff;
  position: relative;
}
.approach__text {
  display: flex;
  flex-direction: column;
  row-gap: 4px;
  line-height: 150%;
  color: #312e81;
}
.approach__text:not(.active) {
  display: none;
}
.approach__text .h3,
.approach__text .h4,
.approach__text h3,
.approach__text h4 {
  font-weight: 700;
}
.approach__text .h4,
.approach__text h4 {
  font-size: 18px;
  line-height: 127.778%;
}
.approach__text .h3,
.approach__text h3 {
  margin-bottom: 4px;
  font-size: 28px;
  line-height: 125%;
  color: #9e3e8e;
}
.approach__nav-buttons {
  margin-top: auto;
  display: flex;
  align-items: center;
  column-gap: 16px;
}
.approach__nav-button {
  width: 48px;
  height: 48px;
  background-color: transparent;
  border-radius: 50%;
  border: 2px solid #1e1b4b;
  transition: 0.2s;
}
.approach__nav-button:before {
  content: '';
  height: 100%;
  width: 100%;
  display: block;
  background-image: url(/hc/theming_assets/01J9PB24823T7G3EKEHHH4ASW0);
  background-repeat: no-repeat;
  background-size: 14px 8px;
  background-position: 50%;
  transition: 0.2s;
}
.approach__nav-button--prev:before {
  transform: rotate(90deg);
}
.approach__nav-button--next:before {
  transform: rotate(-90deg);
}
.approach__nav-button:hover {
  background-color: #1e1b4b;
}
.approach__nav-button:hover:before {
  filter: brightness(0) invert(1);
}
@media (max-width: 1280px) {
  .approach .wrapper {
    row-gap: 55px;
  }
  .approach__items {
    width: 434px;
    height: 574px;
    min-width: 560px;
  }
  .approach__items:before {
    width: 434px;
    height: 434px;
  }
  .approach__center-media {
    width: 160px;
    height: 160px;
  }
  .approach__item:first-child {
    transform: translate(-50%, -50%) rotate(0deg) translatey(-160%) rotate(0deg);
  }
  .approach__item:nth-child(2) {
    transform: translate(-50%, -50%) rotate(40deg) translatey(-160%)
      rotate(-40deg);
  }
  .approach__item:nth-child(3) {
    transform: translate(-50%, -50%) rotate(80deg) translatey(-160%)
      rotate(-80deg);
  }
  .approach__item:nth-child(4) {
    transform: translate(-50%, -50%) rotate(120deg) translatey(-160%)
      rotate(-120deg);
  }
  .approach__item:nth-child(5) {
    transform: translate(-50%, -50%) rotate(160deg) translatey(-160%)
      rotate(-160deg);
  }
  .approach__item:nth-child(6) {
    transform: translate(-50%, -50%) rotate(200deg) translatey(-160%)
      rotate(-200deg);
  }
  .approach__item:nth-child(7) {
    transform: translate(-50%, -50%) rotate(240deg) translatey(-160%)
      rotate(-240deg);
  }
  .approach__item:nth-child(8) {
    transform: translate(-50%, -50%) rotate(280deg) translatey(-160%)
      rotate(-280deg);
  }
  .approach__item:nth-child(9) {
    transform: translate(-50%, -50%) rotate(320deg) translatey(-160%)
      rotate(-320deg);
  }
}
@media (max-width: 1200px) {
  .approach__body {
    flex-direction: column;
    align-items: center;
  }
}
@media (max-width: 1024px) {
  .approach {
    padding-bottom: 80px;
  }
  .approach .wrapper {
    row-gap: 26px;
  }
  .approach__head br {
    display: none;
  }
}
@media (max-width: 768px) {
  .approach .wrapper {
    row-gap: 40px;
  }
  .approach__body {
    row-gap: 46px;
  }
  .approach__items {
    width: 394px;
    height: 394px;
    min-width: unset;
  }
  .approach__items:before {
    width: 280px;
    height: 280px;
  }
  .approach__media {
    width: 60px;
    height: 60px;
  }
  .approach__center-media {
    width: 102px;
    height: 102px;
  }
  .approach__info {
    min-width: unset;
    padding: 2px 8px;
  }
  .approach__name,
  .approach__position {
    font-size: 11px;
    line-height: 118.182%;
  }
}
@media (max-width: 640px) {
  .approach {
    padding-bottom: 64px;
  }
  .approach__head {
    row-gap: 32px;
  }
  .approach__items {
    width: 100%;
    min-width: unset;
  }
  .approach__items:before {
    width: 260px;
    height: 260px;
  }
  .approach__content {
    width: calc(100% + 30px);
    margin: 0 -15px;
    margin-top: 0;
    max-width: unset;
    min-height: unset;
  }
  .approach__item:first-child {
    transform: translate(-50%, -50%) rotate(0deg) translatey(-160%) rotate(0deg);
  }
  .approach__item:nth-child(2) {
    transform: translate(-50%, -50%) rotate(40deg) translatey(-170%)
      rotate(-40deg);
  }
  .approach__item:nth-child(3) {
    transform: translate(-50%, -50%) rotate(80deg) translatey(-140%)
      rotate(-80deg);
  }
  .approach__item:nth-child(4) {
    transform: translate(-50%, -50%) rotate(120deg) translatey(-165%)
      rotate(-120deg);
  }
  .approach__item:nth-child(5) {
    transform: translate(-50%, -50%) rotate(160deg) translatey(-160%)
      rotate(-160deg);
  }
  .approach__item:nth-child(6) {
    transform: translate(-32.5%, -50%) rotate(200deg) translatey(-150%)
      rotate(-200deg);
  }
  .approach__item:nth-child(7) {
    transform: translate(-50%, -25%) rotate(240deg) translatey(-160%)
      rotate(-240deg);
  }
  .approach__item:nth-child(8) {
    transform: translate(-50%, -40%) rotate(280deg) translatey(-125%)
      rotate(-280deg);
  }
  .approach__item:nth-child(9) {
    transform: translate(-50%, -50%) rotate(320deg) translatey(-170%)
      rotate(-320deg);
  }
}
.testimonial {
  height: auto;
  padding: 48px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 32px;
  background-color: #f3e7f1;
  transition: 0.3s;
}
.testimonial.swiper-slide-prev {
  background-color: #d6aed0;
}
.testimonial.swiper-slide + .swiper-slide-prev {
  color: #fff;
  background-color: #65285b;
}
.testimonial.swiper-slide + .swiper-slide:not(.swiper-slide-prev) {
  background-color: #d6aed0;
}
.testimonial.swiper-slide-active {
  background-color: #f3e7f1 !important;
}
.testimonial.swiper-slide-active + .swiper-slide {
  background-color: #d6aed0;
}
.testimonial.swiper-slide-active + .swiper-slide + .swiper-slide {
  color: #fff;
  background-color: #65285b;
}
.testimonial__head {
  display: flex;
  justify-content: space-between;
  column-gap: 24px;
  margin-bottom: 10px;
}
.testimonial__head:after {
  content: '';
  min-width: 120px;
  width: 120px;
  height: 80px;
  display: block;
  background-image: url(/hc/theming_assets/01J9PB2SYR1AWQN5HEQYSFD332);
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.testimonial__avatar {
  min-width: 80px;
  width: 80px;
  height: 80px;
  overflow: hidden;
  border-radius: 50%;
  box-shadow: 0 0 0 4px #d6aed0;
}
.testimonial__avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.testimonial__body {
  margin: auto 0;
  width: 100%;
  line-height: 150%;
}
.testimonial__footer {
  margin-top: 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.testimonial__name {
  font-size: 18px;
  font-weight: 700;
  line-height: 127.778%;
  color: #9e3e8e;
}
.testimonial__button {
  min-width: 48px;
  width: 48px;
  height: 48px;
  display: block;
  border-radius: 50%;
  background-image: url(/hc/theming_assets/01J9PB2YZBRNGCMR5WTZD6DKP9);
  background-repeat: no-repeat;
  background-size: 100%;
}
@media (max-width: 375px) {
  .testimonial {
    padding: 28px;
  }
  .testimonial__head:after {
    min-width: 100px;
    width: 100px;
    height: 60px;
  }
}
.testimonials {
  overflow: hidden;
}
.testimonials .wrapper {
  width: 100%;
  max-width: 100%;
  min-height: 0;
  min-width: 0;
}
.testimonials .wrapper,
.testimonials__head {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 24px;
}
.testimonials__head {
  margin-bottom: 40px;
  text-align: center;
}
.testimonials__carousel {
  width: 608px;
}
.testimonials .swiper-button-next,
.testimonials .swiper-button-prev {
  height: 48px;
  width: 48px;
  border: 1px solid #1e1b4b;
  border-radius: 50%;
  background-color: transparent;
  transition: 0.2s;
}
.testimonials .swiper-button-next:after,
.testimonials .swiper-button-prev:after {
  height: 100%;
  width: 100%;
  font-size: 0;
  background-image: url(/hc/theming_assets/01J9PB24823T7G3EKEHHH4ASW0);
  background-repeat: no-repeat;
  background-size: 14px 8px;
  background-position: 50%;
  transition: 0.2s;
}
.testimonials .swiper-button-next:hover,
.testimonials .swiper-button-prev:hover {
  background-color: #1e1b4b;
}
.testimonials .swiper-button-next:hover:after,
.testimonials .swiper-button-prev:hover:after {
  filter: brightness(0) invert(1);
}
.testimonials .swiper-button-prev {
  left: unset;
  right: calc(100% + 48px);
}
.testimonials .swiper-button-prev:after {
  transform: rotate(90deg);
}
.testimonials .swiper-button-next {
  right: unset;
  left: calc(100% + 48px);
}
.testimonials .swiper-button-next:after {
  transform: rotate(-90deg);
}
.testimonials .swiper-button-disabled {
  opacity: 0.5;
}
.testimonials .swiper-pagination {
  margin-top: 32px;
}
@media (max-width: 834px) {
  .testimonials .swiper-button-next,
  .testimonials .swiper-button-prev {
    display: none;
  }
}
@media (max-width: 700px) {
  .testimonials__carousel {
    width: calc(100% - 50px);
  }
}
.impact {
  padding-bottom: 128px;
}
.impact .wrapper {
  padding: 128px 30px;
  row-gap: 64px;
  border-radius: 32px;
  color: #fff;
  background-color: #1e1b4b;
}
.impact .wrapper,
.impact__head {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.impact__head {
  row-gap: 24px;
  text-align: center;
}
.impact__body {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.impact__col {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}
@media (min-width: 1281px) {
  .impact__col:first-child,
  .impact__col:nth-child(3) {
    width: calc(26.5% - 5.333px);
  }
  .impact__col:nth-child(2) {
    width: calc(47% - 5.333px);
  }
}
@media (min-width: 1201px) {
  .impact__col:first-child > div,
  .impact__col:nth-child(3) > div {
    height: calc(50% - 4px);
  }
}
.impact__col:first-child .impact__numbers {
  background-color: #312e81;
}
.impact__col:nth-child(2) .impact__numbers:first-child {
  color: #c7d2fe;
}
.impact__col:nth-child(2) .impact__numbers:nth-child(3) {
  color: #c971bb;
}
.impact__col:nth-child(3) .impact__numbers {
  background-color: #9e3e8e;
}
.impact__numbers {
  width: 100%;
  padding: 32px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  row-gap: 4px;
  text-align: center;
  border-radius: 32px;
  background-color: #0f0b32;
}
.impact__title {
  font-size: 48px;
  font-weight: 700;
  line-height: 104.167%;
}
.impact__subtitle {
  font-weight: 600;
  line-height: 112.5%;
}
.impact__ratings {
  width: 100%;
  padding: 37px 24px 67px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 32px;
  background-color: #0f0b32;
}
.impact__rating {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  row-gap: 6px;
}
.impact__rating p {
  order: 1;
}
.impact__rating:before {
  content: '';
  min-width: 98px;
  width: 98px;
  height: 98px;
  display: block;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.impact__rating:after {
  content: '';
  margin-bottom: 2px;
  height: 24px;
  display: block;
  border-radius: 16px;
}
.impact__rating--enhance:before {
  background-image: url(/hc/theming_assets/01J9PB334X428NXCTE63XR6NFP);
}
.impact__rating--enhance:after {
  min-width: 176px;
  width: 176px;
  background-color: rgba(214, 174, 208, 0.3);
}
.impact__rating--good:before {
  background-image: url(/hc/theming_assets/01J9PB356SQV5GQKJDJXPGCWJS);
}
.impact__rating--good:after {
  min-width: 129px;
  width: 129px;
  background-color: rgba(214, 174, 208, 0.5);
}
.impact__rating--excellent:before {
  background-image: url(/hc/theming_assets/01J9PB345WWNJFVBNJCZBAFV4Z);
}
.impact__rating--excellent:after {
  min-width: 118px;
  width: 118px;
  background-color: #ae4d9e;
}
.impact__chart {
  width: 100%;
  padding: 32px 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 32px;
  background-color: #0f0b32;
}
.impact__chart--line .impact__inner {
  height: 150px;
}
.impact__chart canvas {
  width: 100%;
  height: auto;
  display: block;
  box-sizing: border-box;
}
@media (max-width: 1280px) {
  .impact,
  .impact .wrapper {
    padding-bottom: 96px;
  }
  .impact .wrapper {
    padding-top: 96px;
  }
  .impact__col {
    width: calc(33.333% - 5.333px);
  }
  .impact__title {
    font-size: 34px;
    line-height: 123.529%;
  }
  .impact__ratings {
    padding-top: 23px;
    padding-bottom: 40px;
  }
  .impact__rating:before {
    min-width: 49px;
    width: 49px;
    height: 49px;
  }
  .impact__rating--enhance:after {
    min-width: 88px;
    width: 88px;
  }
  .impact__rating--good:after {
    min-width: 65px;
    width: 65px;
  }
  .impact__rating--excellent:after {
    min-width: 59px;
    width: 59px;
  }
  .impact__chart--donut .impact__inner {
    max-width: 264px;
  }
}
@media (max-width: 1200px) {
  .impact,
  .impact .wrapper {
    padding-bottom: 80px;
  }
  .impact .wrapper {
    padding-top: 80px;
    row-gap: 48px;
  }
  .impact__head {
    row-gap: 16px;
  }
  .impact__col {
    width: 100%;
    flex-direction: row;
  }
  .impact__col > div {
    min-height: 232px;
    height: 100%;
  }
}
@media (max-width: 1024px) {
  .impact__head br {
    display: none;
  }
  .impact__col:nth-child(2) {
    flex-direction: column;
  }
}
@media (max-width: 834px) {
  .impact__col {
    flex-direction: column;
  }
  .impact__col > div {
    height: -moz-fit-content;
    height: fit-content;
    min-height: 152px;
  }
}
@media (max-width: 640px) {
  .impact {
    padding-bottom: 64px;
  }
  .impact .wrapper {
    margin: 0 -30px;
    padding-top: 32px;
    padding-bottom: 32px;
    border-radius: 0;
  }
  .impact__chart,
  .impact__numbers,
  .impact__ratings {
    padding: 24px;
  }
}
@media (max-width: 375px) {
  .impact__chart--donut .impact__inner {
    width: 75%;
  }
}
.symptoms .wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 48px;
}
.symptoms__head {
  max-width: 1080px;
  display: flex;
  gap: 24px 48px;
  font-size: 18px;
  line-height: 144.444%;
}
.symptoms__head .h2,
.symptoms__head h2 {
  line-height: 104.167%;
}
.symptoms__col {
  row-gap: 20px;
}
.symptoms__body,
.symptoms__col {
  display: flex;
  flex-direction: column;
}
.symptoms__body {
  align-items: center;
  row-gap: 24px;
}
.symptoms__media {
  max-width: 689px;
  width: 100%;
  height: auto;
}
.symptoms__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 1280px) {
  .symptoms .wrapper {
    row-gap: 30px;
  }
  .symptoms__head {
    max-width: 834px;
    flex-direction: column;
    font-size: 16px;
  }
}
@media (max-width: 1024px) {
  .symptoms {
    padding-top: 0;
  }
  .symptoms__head {
    max-width: unset;
    row-gap: 16px;
  }
}
@media (max-width: 500px) {
  .symptoms__media {
    width: calc(100% + 35px);
    margin: 0 -17.5px;
  }
}
.apart .wrapper {
  margin: 0 auto;
  max-width: 1080px;
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 48px;
}
.apart__content {
  display: flex;
  flex-wrap: wrap;
  gap: 24px 48px;
  font-size: 18px;
  line-height: 144.444%;
}
.apart__col {
  width: calc(50% - 24px);
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}
.apart__media {
  height: 300px;
  width: 100%;
  border-radius: 32px;
  overflow: hidden;
}
.apart__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 1280px) {
  .apart .wrapper {
    row-gap: 24px;
  }
  .apart__content {
    font-size: 16px;
  }
  .apart__col {
    width: 100%;
  }
}
.meet-chief .wrapper {
  padding: 128px 90px;
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 24px;
  border-radius: 32px;
  background-color: #e5ebff;
}
.meet-chief__content {
  display: flex;
  flex-wrap: wrap;
  gap: 24px 15px;
  font-size: 26px;
  line-height: 115.385%;
}
.meet-chief__col {
  width: calc(50% - 7.5px);
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}
.meet-chief__media {
  margin-top: 24px;
  padding-top: 56.25%;
  width: 100%;
  border-radius: 32px;
  overflow: hidden;
  position: relative;
}
.meet-chief__media .video {
  width: 100%;
  height: 100%;
}
.meet-chief__media img {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  object-fit: cover;
}
@media (max-width: 1280px) {
  .meet-chief .wrapper {
    padding-top: 96px;
    padding-bottom: 96px;
  }
  .meet-chief__content {
    font-size: 18px;
  }
  .meet-chief__media {
    margin-top: 0;
  }
  .meet-chief__col {
    width: 100%;
  }
}
@media (max-width: 1024px) {
  .meet-chief .wrapper {
    padding: 80px;
  }
}
@media (max-width: 768px) {
  .meet-chief .wrapper {
    padding: 30px;
  }
}
@media (max-width: 640px) {
  .meet-chief .wrapper {
    width: calc(100% + 30px);
    margin: 0 -15px;
    padding: 24px;
  }
}
.two-columns + .two-columns {
  margin-top: 8px;
}
.two-columns .wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 24px 64px;
}
.two-columns__content {
  padding: 63px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  row-gap: 20px;
  font-size: 18px;
  line-height: 144.444%;
}
.two-columns__content .h1 + *,
.two-columns__content .h2 + *,
.two-columns__content .h3 + *,
.two-columns__content .h4 + *,
.two-columns__content .h5 + *,
.two-columns__content .h6 + *,
.two-columns__content h1 + *,
.two-columns__content h2 + *,
.two-columns__content h3 + *,
.two-columns__content h4 + *,
.two-columns__content h5 + *,
.two-columns__content h6 + * {
  margin-top: -4px;
}
.two-columns__media {
  height: auto;
  border-radius: 32px;
  overflow: hidden;
}
.two-columns__media img {
  width: 100%;
  height: 100%;
  min-height: 236px;
  object-fit: cover;
}
.two-columns__content,
.two-columns__media {
  width: calc(50% - 32px);
}
.two-columns--bg .wrapper {
  padding: 90px;
  border-radius: 32px;
  background-color: #1e1b4b;
}
.two-columns--bg .two-columns__content {
  color: #fff;
}
.two-columns--bg .two-columns__media {
  position: relative;
}
.two-columns--bg .two-columns__media:after {
  content: '';
  height: 100%;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-image: url(/hc/theming_assets/01J9PB2W0NY1D4NJMY9998A7NF);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50%;
}
.two-columns--pink .two-columns__content {
  color: hsla(0, 0%, 100%, 0.8);
}
.two-columns--pink .two-columns__content .h1,
.two-columns--pink .two-columns__content .h2,
.two-columns--pink .two-columns__content .h3,
.two-columns--pink .two-columns__content .h4,
.two-columns--pink .two-columns__content .h5,
.two-columns--pink .two-columns__content .h6,
.two-columns--pink .two-columns__content h1,
.two-columns--pink .two-columns__content h2,
.two-columns--pink .two-columns__content h3,
.two-columns--pink .two-columns__content h4,
.two-columns--pink .two-columns__content h5,
.two-columns--pink .two-columns__content h6 {
  color: #ec9ade;
}
.two-columns--blue .two-columns__content {
  color: hsla(0, 0%, 100%, 0.8);
}
.two-columns--blue .two-columns__content .h1,
.two-columns--blue .two-columns__content .h2,
.two-columns--blue .two-columns__content .h3,
.two-columns--blue .two-columns__content .h4,
.two-columns--blue .two-columns__content .h5,
.two-columns--blue .two-columns__content .h6,
.two-columns--blue .two-columns__content h2,
.two-columns--blue .two-columns__content h3,
.two-columns--blue .two-columns__content h4,
.two-columns--blue .two-columns__content h5,
.two-columns--blue .two-columns__content h6 {
  color: #c7d2fe;
}
.two-columns--blue .two-columns__content .h1,
.two-columns--blue .two-columns__content .h2,
.two-columns--blue .two-columns__content .h3,
.two-columns--blue .two-columns__content .h5,
.two-columns--blue .two-columns__content .h6,
.two-columns--blue .two-columns__content h1,
.two-columns--blue .two-columns__content h2,
.two-columns--blue .two-columns__content h3,
.two-columns--blue .two-columns__content h5,
.two-columns--blue .two-columns__content h6,
.two-columns--pink .two-columns__content .h1,
.two-columns--pink .two-columns__content .h2,
.two-columns--pink .two-columns__content .h3,
.two-columns--pink .two-columns__content .h5,
.two-columns--pink .two-columns__content .h6,
.two-columns--pink .two-columns__content h1,
.two-columns--pink .two-columns__content h2,
.two-columns--pink .two-columns__content h3,
.two-columns--pink .two-columns__content h5,
.two-columns--pink .two-columns__content h6 {
  font-family: ambit;
}
.two-columns--blue .two-columns__content .h4,
.two-columns--blue .two-columns__content h4,
.two-columns--pink .two-columns__content .h4,
.two-columns--pink .two-columns__content h4 {
}
.two-columns--employers,
.two-columns--home {
  padding: 128px 0;
}
.two-columns--employers .wrapper,
.two-columns--home .wrapper {
  max-width: 1048px;
  width: 100%;
  margin: 0 auto;
  padding: 48px;
  column-gap: 48px;
}
.two-columns--employers .two-columns__content,
.two-columns--home .two-columns__content {
  padding: 10px 0;
  row-gap: 4px;
  line-height: 150%;
  font-size: 16px;
  color: hsla(0, 0%, 100%, 0.8);
}
.two-columns--employers .two-columns__content .h1,
.two-columns--employers .two-columns__content .h2,
.two-columns--employers .two-columns__content .h3,
.two-columns--employers .two-columns__content .h4,
.two-columns--employers .two-columns__content .h5,
.two-columns--employers .two-columns__content .h6,
.two-columns--employers .two-columns__content h1,
.two-columns--employers .two-columns__content h2,
.two-columns--employers .two-columns__content h3,
.two-columns--employers .two-columns__content h4,
.two-columns--employers .two-columns__content h5,
.two-columns--employers .two-columns__content h6,
.two-columns--home .two-columns__content .h1,
.two-columns--home .two-columns__content .h2,
.two-columns--home .two-columns__content .h3,
.two-columns--home .two-columns__content .h4,
.two-columns--home .two-columns__content .h5,
.two-columns--home .two-columns__content .h6,
.two-columns--home .two-columns__content h1,
.two-columns--home .two-columns__content h2,
.two-columns--home .two-columns__content h3,
.two-columns--home .two-columns__content h4,
.two-columns--home .two-columns__content h5,
.two-columns--home .two-columns__content h6 {
  color: #c7d2fe;
}
.two-columns--employers .two-columns__content .h1,
.two-columns--employers .two-columns__content .h2,
.two-columns--employers .two-columns__content .h3,
.two-columns--employers .two-columns__content .h5,
.two-columns--employers .two-columns__content .h6,
.two-columns--employers .two-columns__content h1,
.two-columns--employers .two-columns__content h2,
.two-columns--employers .two-columns__content h3,
.two-columns--employers .two-columns__content h5,
.two-columns--employers .two-columns__content h6,
.two-columns--home .two-columns__content .h1,
.two-columns--home .two-columns__content .h2,
.two-columns--home .two-columns__content .h3,
.two-columns--home .two-columns__content .h5,
.two-columns--home .two-columns__content .h6,
.two-columns--home .two-columns__content h1,
.two-columns--home .two-columns__content h2,
.two-columns--home .two-columns__content h3,
.two-columns--home .two-columns__content h5,
.two-columns--home .two-columns__content h6 {
  margin-top: 4px;
  line-height: 144.444%;
}
.two-columns--employers .two-columns__content .h4,
.two-columns--employers .two-columns__content h4,
.two-columns--home .two-columns__content .h4,
.two-columns--home .two-columns__content h4 {
  margin-bottom: 4px;
  line-height: 125%;
}
.two-columns--employers .two-columns__media,
.two-columns--home .two-columns__media {
  margin: 10px 0;
}
.two-columns--employers:not(.two-columns--invert) .two-columns__media:after,
.two-columns--home:not(.two-columns--invert) .two-columns__media:after {
  filter: brightness(0) invert(1);
}
.two-columns--employers.two-columns--invert,
.two-columns--home.two-columns--invert {
  padding-bottom: 0 !important;
}
.two-columns--employers.two-columns--invert + .two-columns,
.two-columns--home.two-columns--invert + .two-columns {
  padding-top: 0 !important;
}
.two-columns--employers.two-columns--invert .two-columns__content,
.two-columns--home.two-columns--invert .two-columns__content {
  color: hsla(0, 0%, 100%, 0.8);
}
.two-columns--employers.two-columns--invert .two-columns__content .h1,
.two-columns--employers.two-columns--invert .two-columns__content .h2,
.two-columns--employers.two-columns--invert .two-columns__content .h3,
.two-columns--employers.two-columns--invert .two-columns__content .h4,
.two-columns--employers.two-columns--invert .two-columns__content .h5,
.two-columns--employers.two-columns--invert .two-columns__content .h6,
.two-columns--employers.two-columns--invert .two-columns__content h1,
.two-columns--employers.two-columns--invert .two-columns__content h2,
.two-columns--employers.two-columns--invert .two-columns__content h3,
.two-columns--employers.two-columns--invert .two-columns__content h4,
.two-columns--employers.two-columns--invert .two-columns__content h5,
.two-columns--employers.two-columns--invert .two-columns__content h6,
.two-columns--home.two-columns--invert .two-columns__content .h1,
.two-columns--home.two-columns--invert .two-columns__content .h2,
.two-columns--home.two-columns--invert .two-columns__content .h3,
.two-columns--home.two-columns--invert .two-columns__content .h4,
.two-columns--home.two-columns--invert .two-columns__content .h5,
.two-columns--home.two-columns--invert .two-columns__content .h6,
.two-columns--home.two-columns--invert .two-columns__content h1,
.two-columns--home.two-columns--invert .two-columns__content h2,
.two-columns--home.two-columns--invert .two-columns__content h3,
.two-columns--home.two-columns--invert .two-columns__content h4,
.two-columns--home.two-columns--invert .two-columns__content h5,
.two-columns--home.two-columns--invert .two-columns__content h6 {
  color: #ec9ade;
}
.two-columns--home {
  padding-bottom: 190px;
}
.two-columns--home .two-columns__content {
  row-gap: 12px;
  line-height: 125%;
}
.two-columns--home .two-columns__content * {
  margin: 0 !important;
}
.two-columns--home .two-columns__media img {
  min-height: 400px;
}
.two-columns--home .two-columns__media:after {
  filter: brightness(0) invert(1);
}
@media (min-width: 1025px) {
  .two-columns--invert .wrapper {
    flex-direction: row-reverse;
  }
}
@media (max-width: 1280px) {
  .two-columns__content {
    font-size: 16px;
  }
  .two-columns--employers,
  .two-columns--home {
    padding: 96px 0;
  }
}
@media (max-width: 1024px) {
  .two-columns .wrapper {
    flex-direction: column-reverse;
  }
  .two-columns__content,
  .two-columns__media {
    width: 100%;
  }
  .two-columns__media {
    height: 56.25%;
  }
  .two-columns__content {
    padding: 0;
  }
  .two-columns__content br {
    display: none;
  }
  .two-columns--employers,
  .two-columns--home {
    padding: 80px 0;
  }
  .two-columns--home .two-columns__media img {
    min-height: 236px;
  }
  .two-columns--bg .wrapper {
    padding: 80px;
  }
}
@media (max-width: 768px) {
  .two-columns--bg .wrapper {
    padding: 30px;
  }
}
@media (max-width: 640px) {
  .two-columns--employers,
  .two-columns--home {
    padding: 64px 0;
  }
  .two-columns--bg .wrapper {
    width: calc(100% + 30px);
    margin: 0 -15px;
    padding: 24px;
  }
}
.typical-page {
  padding: 96px 0 128px;
}
.typical-page .wrapper {
  max-width: 1080px;
  margin: 0 auto;
}
.typical-page .wrapper,
.typical-page__head {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 48px;
}
.typical-page__text {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  row-gap: 24px;
  font-size: 18px;
  line-height: 144.444%;
}
.typical-page .search-form {
  max-width: 625px;
}
.typical-page__body {
  max-width: 625px;
  width: 100%;
  display: flex;
  flex-direction: column;
  row-gap: 16px;
}
.typical-page__content {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 24px 64px;
  width: 100%;
  max-width: 100%;
  min-height: 0;
  min-width: 0;
}
.typical-page__main {
  max-width: 712px;
  width: 100%;
}
.typical-page__sidebar {
  height: -moz-fit-content;
  height: fit-content;
  min-width: 305px;
  width: 305px;
  display: flex;
  flex-direction: column;
  row-gap: 16px;
}
.typical-page__links {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.typical-page__col {
  width: calc(50% - 24px);
  display: flex;
  flex-direction: column;
  row-gap: 24px;
}
.typical-page__media {
  min-width: 80px;
  width: 80px;
  height: 80px;
  border-radius: 16px;
  overflow: hidden;
}
.typical-page__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.typical-page__link {
  display: flex;
  align-items: center;
  column-gap: 12px;
  text-decoration: none;
  color: #312e81;
  font-weight: 600;
  line-height: 150%;
}
.typical-page__slide {
  display: flex;
  flex-direction: column;
  row-gap: 8px;
}
.typical-page__slide .typical-page__media {
  min-width: unset;
  width: 100%;
  height: 236px;
  margin-bottom: 8px;
}
.typical-page--resources .typical-page__body,
.typical-page--single .typical-page__body {
  max-width: unset;
}
.typical-page--faq {
  padding-bottom: 0 !important;
}
.typical-page--faq .typical-page__body {
  max-width: 835px;
}
.typical-page--faq .typical-page__content {
  flex-direction: column;
  row-gap: 0;
}
.typical-page--search-results .wrapper {
  row-gap: 24px;
}
.typical-page--search-results.typical-page--faq .search-results {
  max-width: 835px;
}
.typical-page--search-results.typical-page--faq .typical-page__body {
  row-gap: 0;
}
.typical-page--search-results.typical-page--help-center .typical-page__body,
.typical-page--search-results.typical-page--resources .typical-page__body {
  max-width: unset;
  row-gap: 8px;
}
.typical-page--single .typical-page__body {
  row-gap: 24px;
}
@media (min-width: 1281px) {
  .typical-page--resources:not(.typical-page--search-results)
    .typical-page__content {
    flex-direction: row;
    justify-content: space-between;
  }
}
.typical-page--resources:not(.typical-page--search-results)
  .typical-page__body {
  flex-direction: row;
  flex-wrap: wrap;
  column-gap: 48px;
}
@media (max-width: 1280px) {
  .typical-page .wrapper,
  .typical-page__head {
    row-gap: 32px;
  }
  .typical-page .typical-page__content {
    column-gap: 32px;
  }
  .typical-page--search-results .wrapper {
    row-gap: 24px;
  }
  .typical-page--resources .typical-page__content {
    flex-direction: column;
  }
  .typical-page--resources .typical-page__main,
  .typical-page--resources .typical-page__sidebar {
    width: 100%;
    min-width: unset;
    max-width: unset;
  }
  .typical-page--resources .typical-page__links {
    width: 100%;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .typical-page--resources .typical-page__link {
    width: calc(50% - 8px);
  }
}
@media (max-width: 1024px) {
  .typical-page {
    padding: 80px 0;
  }
  .typical-page__text {
    row-gap: 16px;
    font-size: 16px;
  }
  .typical-page .tabs__nav {
    max-width: 392px;
  }
  .typical-page .tabs__button {
    width: 50%;
  }
  .typical-page__content {
    flex-direction: column;
  }
  .typical-page__main,
  .typical-page__sidebar {
    min-width: unset;
    max-width: unset;
    width: 100%;
  }
  .typical-page--resources .typical-page__col {
    width: 100%;
  }
}
@media (max-width: 640px) {
  .typical-page {
    padding: 64px 0;
  }
  .typical-page .wrapper,
  .typical-page__head {
    row-gap: 24px;
  }
  .typical-page--resources .typical-page__link {
    width: 100%;
  }
}
.typical-cards {
  overflow: hidden;
}
.typical-cards + .banner {
  padding-top: 0 !important;
}
.typical-cards .wrapper {
  row-gap: 64px;
}
.typical-cards .wrapper,
.typical-cards__head {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.typical-cards__head {
  row-gap: 24px;
  text-align: center;
  font-size: 18px;
  line-height: 144.444%;
}
.typical-cards__head .h1 mark,
.typical-cards__head .h2 mark,
.typical-cards__head .h3 mark,
.typical-cards__head .h4 mark,
.typical-cards__head .h5 mark,
.typical-cards__head .h6 mark,
.typical-cards__head h1 mark,
.typical-cards__head h2 mark,
.typical-cards__head h3 mark,
.typical-cards__head h4 mark,
.typical-cards__head h5 mark,
.typical-cards__head h6 mark {
  max-width: 836px;
  display: block;
  color: #9e3e8e;
  position: relative;
}
.typical-cards__head .h1 mark:before,
.typical-cards__head .h2 mark:before,
.typical-cards__head .h3 mark:before,
.typical-cards__head .h4 mark:before,
.typical-cards__head .h5 mark:before,
.typical-cards__head .h6 mark:before,
.typical-cards__head h1 mark:before,
.typical-cards__head h2 mark:before,
.typical-cards__head h3 mark:before,
.typical-cards__head h4 mark:before,
.typical-cards__head h5 mark:before,
.typical-cards__head h6 mark:before {
  content: '';
  height: 128px;
  width: 351px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-image: url(/hc/theming_assets/01J9PB2V0MFDQG0GKW067ADHHK);
  background-repeat: no-repeat;
  background-size: 100% auto;
  z-index: -1;
}
@media (max-width: 640px) {
  .typical-cards__head .h1 mark:before,
  .typical-cards__head .h2 mark:before,
  .typical-cards__head .h3 mark:before,
  .typical-cards__head .h4 mark:before,
  .typical-cards__head .h5 mark:before,
  .typical-cards__head .h6 mark:before,
  .typical-cards__head h1 mark:before,
  .typical-cards__head h2 mark:before,
  .typical-cards__head h3 mark:before,
  .typical-cards__head h4 mark:before,
  .typical-cards__head h5 mark:before,
  .typical-cards__head h6 mark:before {
    height: 110px;
    width: 300px;
  }
}
.typical-cards__body {
  max-width: 1080px;
  width: 100%;
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}
.typical-cards__inner {
  width: 100%;
  margin-top: 9px;
  display: flex;
  justify-content: center;
}
.typical-cards .typical-card {
  width: 100%;
}
.typical-cards--three-col .typical-card {
  width: calc(33.333% - 10px);
}
.typical-cards--two-col .typical-cards__body {
  justify-content: center;
}
.typical-cards--two-col .typical-card {
  width: calc(50% - 15px);
}
.typical-cards--help-center .typical-card {
  width: calc(33.333% - 10px);
}
.typical-cards.show-more:not(.active)
  .typical-card:nth-child(4)
  ~ .typical-card {
  display: none;
}
@media (max-width: 1280px) {
  .typical-cards .wrapper {
    row-gap: 32px;
  }
}
@media (max-width: 1024px) {
  .typical-cards .wrapper {
    row-gap: 24px;
  }
  .typical-cards__head {
    row-gap: 16px;
  }
  .typical-cards__head br {
    display: none;
  }
  .typical-cards--three-col .typical-cards__body {
    justify-content: center;
  }
  .typical-cards--three-col .typical-card {
    width: calc(50% - 15px);
  }
  .typical-cards--three-col .typical-card:nth-child(3) {
    width: 100%;
  }
  .typical-cards--help-center .typical-card {
    width: calc(50% - 15px);
  }
}
@media (max-width: 768px) {
  .typical-cards--help-center .typical-card,
  .typical-cards--two-col .typical-card,
  .typical-cards.show-more .typical-card {
    width: 100%;
  }
}
@media (max-width: 640px) {
  .typical-cards .typical-card {
    width: 100%;
  }
}
.what-can-do .wrapper {
  width: 100%;
  padding: 128px 106px;
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 64px;
  border-radius: 32px;
  color: #fff;
  background-color: #1e1b4b;
}
.what-can-do .wrapper > .h1,
.what-can-do .wrapper > .h2,
.what-can-do .wrapper > .h3,
.what-can-do .wrapper > .h4,
.what-can-do .wrapper > .h5,
.what-can-do .wrapper > .h6,
.what-can-do .wrapper > h1,
.what-can-do .wrapper > h2,
.what-can-do .wrapper > h3,
.what-can-do .wrapper > h4,
.what-can-do .wrapper > h5,
.what-can-do .wrapper > h6 {
  text-align: center;
}
.what-can-do__media {
  max-width: 624px;
  width: 100%;
  height: auto;
  border-radius: 32px;
  overflow: hidden;
  position: relative;
}
.what-can-do__media img {
  min-height: 260px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.what-can-do__media:after {
  content: '';
  height: 100%;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-image: url(/hc/theming_assets/01J9PB2W0NY1D4NJMY9998A7NF);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50%;
}
.what-can-do__cards {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
.what-can-do__card {
  width: calc(50% - 7.5px);
  padding: 32px;
  display: flex;
  flex-direction: column;
  row-gap: 8px;
  border-radius: 32px;
  line-height: 150%;
  background-color: hsla(0, 0%, 100%, 0.1);
}
.what-can-do__card:before {
  content: '';
  box-sizing: border-box;
  min-width: 52px;
  width: 52px;
  height: 52px;
  display: block;
  border-radius: 50%;
  background-image: url(/hc/theming_assets/01J9PB2FMF81K961ST0FD0M1FB);
  background-repeat: no-repeat;
  background-size: 18px 12px;
  background-position: 50%;
  background-color: hsla(0, 0%, 100%, 0.1);
  border: 6px solid hsla(0, 0%, 100%, 0.1);
}
.what-can-do__card--w-full {
  width: 100%;
}
@media (max-width: 1280px) {
  .what-can-do .wrapper {
    padding: 96px 90px;
  }
}
@media (max-width: 1024px) {
  .what-can-do .wrapper {
    padding: 80px;
    row-gap: 48px;
  }
}
@media (max-width: 768px) {
  .what-can-do .wrapper {
    padding: 50px 25px;
  }
  .what-can-do__card {
    padding: 24px;
  }
}
@media (max-width: 640px) {
  .what-can-do .wrapper {
    width: calc(100% + 30px);
    margin: 0 -15px;
    row-gap: 24px;
  }
  .what-can-do__card {
    width: 100%;
  }
}
.how-it-works .wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 64px;
}
.how-it-works__head {
  text-align: center;
}
.how-it-works__body {
  display: flex;
  gap: 48px 64px;
}
.how-it-works__nav {
  display: flex;
  flex-direction: column;
  row-gap: 40px;
}
.how-it-works__step {
  padding-left: 16px;
  display: flex;
  flex-direction: column;
  text-align: left;
  row-gap: 4px;
  transition: 0.2s;
  background-color: transparent;
  border: 0;
  border-left: 3px solid transparent;
  font-size: 16px;
  line-height: 150%;
}
.how-it-works__step.active {
  border-color: #9e3e8e;
}
.how-it-works__content {
  padding: 10px 25px;
  border-radius: 32px;
  background-color: #f1f5f8;
  position: relative;
  overflow: hidden;
}
.how-it-works__content,
.how-it-works__nav {
  width: calc(50% - 32px);
}
.how-it-works__media img {
  width: 100%;
  height: auto;
}
@media (max-width: 1280px) {
  .how-it-works .wrapper {
    row-gap: 48px;
  }
  .how-it-works__body {
    flex-direction: column;
  }
  .how-it-works__content,
  .how-it-works__nav {
    width: 100%;
  }
  .how-it-works__nav {
    row-gap: 20px;
  }
}
@media (max-width: 1024px) {
  .how-it-works .wrapper,
  .how-it-works__body {
    row-gap: 24px;
  }
  .how-it-works__nav {
    row-gap: 16px;
  }
}
@media (max-width: 640px) {
  .how-it-works__body {
    width: calc(100% + 30px);
    margin: 0 -15px;
  }
  .how-it-works__content {
    padding: 10px;
  }
}
.video-testimonial {
  padding-bottom: 32px;
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 4px;
  text-align: center;
  line-height: 114.286%;
  color: #312e81;
  text-decoration: none;
}
.video-testimonial .h1,
.video-testimonial .h2,
.video-testimonial .h3,
.video-testimonial .h4,
.video-testimonial .h5,
.video-testimonial .h6,
.video-testimonial h1,
.video-testimonial h2,
.video-testimonial h3,
.video-testimonial h4,
.video-testimonial h5,
.video-testimonial h6 {
  font-family: ambit;
  margin-top: 12px;
  font-weight: 600;
  line-height: 144.444%;
}
.video-testimonial__media {
  position: relative;
}
.video-testimonial__media:after {
  content: '';
  width: 48px;
  height: 48px;
  background-color: transparent;
  border: 0;
  outline: 0;
  background-image: url(/hc/theming_assets/01J9PB301VBJF7FS0ZSQWNSR3J);
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.video-testimonial .video,
.video-testimonial__media {
  width: 100%;
  height: 142px;
  border-radius: 16px;
  overflow: hidden;
}
.video-testimonial .video img,
.video-testimonial .video video,
.video-testimonial__media img,
.video-testimonial__media video {
  width: 100%;
  height: 100%;
  min-height: unset;
  object-fit: cover;
}
.video-testimonial--bg {
  align-items: flex-start;
  text-align: left;
  row-gap: 16px;
  border-radius: 32px;
  overflow: hidden;
  background: #e5ebff;
}
.video-testimonial--bg .video-testimonial__media {
  width: 100%;
  height: 160px;
  border-radius: 32px;
}
.video-testimonial--bg .video-testimonial__content {
  padding: 0 32px;
  display: flex;
  flex-direction: column;
  row-gap: 4px;
}
.video-testimonial--bg .video-testimonial__title {
  margin-top: 0;
  font-weight: 700;
}
.video-testimonial--bg .video-testimonial__subtitle {
  margin-top: 0;
  font-size: 18px;
  font-weight: 600;
}
.video-testimonial--bg .video-testimonial__text {
  margin-top: -4px;
  display: flex;
  flex-direction: column;
  row-gap: 4px;
  font-size: 14px;
  font-weight: 400;
  line-height: 114.286%;
}
@media (max-width: 640px) {
  .video-testimonial--bg {
    padding: 24px;
    border-radius: 24px;
  }
}
@media (max-width: 425px) {
  .video-testimonial .video,
  .video-testimonial__media {
    height: 180px;
  }
}
.video-testimonials {
  padding-top: 128px;
}
.video-testimonials .wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 64px;
}
.video-testimonials__head {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 24px;
  text-align: center;
}
.video-testimonials__head .h1 mark,
.video-testimonials__head .h2 mark,
.video-testimonials__head .h3 mark,
.video-testimonials__head .h4 mark,
.video-testimonials__head .h5 mark,
.video-testimonials__head .h6 mark,
.video-testimonials__head h1 mark,
.video-testimonials__head h2 mark,
.video-testimonials__head h3 mark,
.video-testimonials__head h4 mark,
.video-testimonials__head h5 mark,
.video-testimonials__head h6 mark {
  max-width: 836px;
  display: block;
  color: #9e3e8e;
  position: relative;
}
.video-testimonials__head .h1 mark:before,
.video-testimonials__head .h2 mark:before,
.video-testimonials__head .h3 mark:before,
.video-testimonials__head .h4 mark:before,
.video-testimonials__head .h5 mark:before,
.video-testimonials__head .h6 mark:before,
.video-testimonials__head h1 mark:before,
.video-testimonials__head h2 mark:before,
.video-testimonials__head h3 mark:before,
.video-testimonials__head h4 mark:before,
.video-testimonials__head h5 mark:before,
.video-testimonials__head h6 mark:before {
  content: '';
  height: 120px;
  width: 331px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-image: url(/hc/theming_assets/01J9PB2V0MFDQG0GKW067ADHHK);
  background-repeat: no-repeat;
  background-size: 100% auto;
  z-index: -1;
}
@media (max-width: 640px) {
  .video-testimonials__head .h1 mark:before,
  .video-testimonials__head .h2 mark:before,
  .video-testimonials__head .h3 mark:before,
  .video-testimonials__head .h4 mark:before,
  .video-testimonials__head .h5 mark:before,
  .video-testimonials__head .h6 mark:before,
  .video-testimonials__head h1 mark:before,
  .video-testimonials__head h2 mark:before,
  .video-testimonials__head h3 mark:before,
  .video-testimonials__head h4 mark:before,
  .video-testimonials__head h5 mark:before,
  .video-testimonials__head h6 mark:before {
    height: 110px;
    width: 300px;
  }
}
.video-testimonials__body {
  max-width: 1050px;
  flex-wrap: wrap;
  gap: 15px;
}
.video-testimonials__body,
.video-testimonials__inner {
  width: 100%;
  display: flex;
  justify-content: center;
}
.video-testimonials .video-testimonial {
  width: calc(25% - 11.25px);
}
.video-testimonials--v2 .video-testimonials__body {
  max-width: 1080px;
}
.video-testimonials--v2 .video-testimonial.video-testimonial {
  width: calc(33.333% - 10px);
}
@media (max-width: 1024px) {
  .video-testimonials--v2 .video-testimonial.video-testimonial {
    width: calc(50% - 7.5px);
  }
}
@media (max-width: 700px) {
  .video-testimonials--v2 .video-testimonial.video-testimonial {
    width: 100%;
  }
}
@media (min-width: 426px) {
  .video-testimonials:not(.active)
    .video-testimonial:nth-child(4)
    ~ .video-testimonial {
    display: none;
  }
}
@media (max-width: 1280px) {
  .video-testimonials {
    padding-top: 96px;
  }
}
@media (max-width: 1024px) {
  .video-testimonials {
    padding-top: 80px;
  }
  .video-testimonials .wrapper {
    row-gap: 48px;
  }
  .video-testimonials .video-testimonial {
    width: calc(33.333% - 10px);
  }
}
@media (max-width: 1024px) and (min-width: 769px) {
  .video-testimonials:not(.active)
    .video-testimonial:nth-child(3)
    ~ .video-testimonial {
    display: none;
  }
}
@media (max-width: 768px) {
  .video-testimonials .video-testimonial {
    width: calc(50% - 7.5px);
  }
}
@media (max-width: 640px) {
  .video-testimonials {
    padding-top: 64px;
  }
  .video-testimonials .wrapper {
    row-gap: 24px;
  }
}
@media (max-width: 425px) {
  .video-testimonials .video-testimonial {
    width: 100%;
  }
  .video-testimonials:not(.active)
    .video-testimonial:nth-child(2)
    ~ .video-testimonial {
    display: none;
  }
}
.member {
  padding: 32px;
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 16px;
  border-radius: 32px;
  color: #312e81;
  background-color: #e5ebff;
}
.member__media {
  width: 100%;
  height: 159px;
  margin-bottom: 8px;
  border-radius: 24px;
  position: relative;
  overflow: hidden;
  background: conic-gradient(
    from 135deg at 100.13% 100.31%,
    #46436b 86.3999980688deg,
    #1c1a3f 1turn
  );
}
.member__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center bottom;
}
.member__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  row-gap: 4px;
  font-size: 14px;
  line-height: 114.286%;
}
.member__content .h1,
.member__content .h2,
.member__content .h3,
.member__content .h4,
.member__content .h5,
.member__content .h6,
.member__content h1,
.member__content h2,
.member__content h3,
.member__content h4,
.member__content h5,
.member__content h6 {
  font-family: ambit;
  font-weight: 600;
  line-height: 144.444%;
}
.member .typical-link {
  margin-top: auto;
}
.member--media-right .member__media img {
  object-position: right bottom;
}
@media (max-width: 1280px) and (min-width: 641px) {
  .member {
    padding: 32px 24px;
  }
}
@media (max-width: 640px) and (min-width: 426px) {
  .member {
    padding: 24px 12px;
  }
}
@media (max-width: 425px) {
  .member__media {
    height: auto;
    padding-top: 100%;
  }
  .member__media img {
    position: absolute;
    inset: 0;
  }
}
.team {
  padding-top: 128px;
}
.team .wrapper {
  row-gap: 64px;
}
.team .wrapper,
.team__head {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.team__head {
  row-gap: 24px;
  text-align: center;
}
.team__body {
  max-width: 1050px;
  flex-wrap: wrap;
  gap: 15px;
}
.team__body,
.team__inner {
  width: 100%;
  display: flex;
  justify-content: center;
}
.team .member {
  width: calc(25% - 11.25px);
}
@media (min-width: 426px) {
  .team:not(.active) .member:nth-child(4) ~ .member {
    display: none;
  }
}
@media (max-width: 1280px) {
  .team {
    padding-top: 96px;
  }
}
@media (max-width: 1024px) {
  .team {
    padding-top: 80px;
  }
  .team .wrapper {
    row-gap: 48px;
  }
  .team .member {
    width: calc(33.333% - 10px);
  }
}
@media (max-width: 1024px) and (min-width: 835px) {
  .team:not(.active) .member:nth-child(3) ~ .member {
    display: none;
  }
}
@media (max-width: 835px) {
  .team .member {
    width: calc(50% - 7.5px);
  }
}
@media (max-width: 640px) {
  .team {
    padding-top: 64px;
  }
  .team .wrapper {
    row-gap: 24px;
  }
}
@media (max-width: 640px) and (min-width: 426px) {
  .team__body {
    width: calc(100% + 30px);
    margin: 0 -15px;
  }
}
@media (max-width: 425px) {
  .team .member {
    width: 100%;
  }
  .team:not(.active) .member:nth-child(2) ~ .member {
    display: none;
  }
}
.statistics + .typical-cards {
  padding-top: 0 !important;
}
.statistics__body {
  display: flex;
  flex-direction: column;
  row-gap: 64px;
}
.statistics__section {
  padding: 128px 106px;
  display: flex;
  gap: 24px 15px;
  border-radius: 32px;
  color: #fff;
  background-color: #1e1b4b;
  position: relative;
}
@media (min-width: 1281px) {
  .statistics__section {
    opacity: 0;
    transform: matrix(1, 0, 0, 1, 0, 30);
    transition: opacity 1s cubic-bezier(0.5, 0, 0, 1),
      transform 1s cubic-bezier(0.5, 0, 0, 1);
    will-change: transform;
  }
  .statistics__section.animated {
    opacity: 1;
    transform: matrix(1, 0, 0, 1, 0, 0);
  }
  .statistics__section.visible .statistics__left-col {
    opacity: 1;
    transform: none;
  }
}
.statistics__left-col,
.statistics__right-col {
  width: calc(50% - 7.5px);
  display: flex;
  flex-direction: column;
}
.statistics__left-col {
  row-gap: 24px;
}
@media (min-width: 1281px) {
  .statistics__left-col {
    opacity: 0;
    transform: translatey(-20%);
    transition: all 0.6s ease-in-out;
  }
}
.statistics__left-col .h6,
.statistics__left-col h6 {
  font-weight: 600;
}
@media (min-width: 1281px) {
  .statistics__left-col {
    height: -moz-fit-content;
    height: fit-content;
    position: sticky;
    top: 144px;
  }
}
.statistics__text {
  display: flex;
  flex-direction: column;
  row-gap: 24px;
}
.statistics__right-col {
  row-gap: 8px;
}
.statistics__media {
  width: 100%;
  height: 292px;
  border-radius: 32px;
  overflow: hidden;
}
.statistics__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.statistics__media--vertical {
  width: calc(50% - 7.5px);
}
@media (min-width: 768px) {
  .statistics__media--vertical {
    height: 540px;
  }
}
.statistics__row {
  width: 100%;
  display: flex;
  gap: 8px;
}
.statistics__row--two-col > * {
  width: calc(50% - 4px);
}
.statistics__row--invert {
  flex-direction: row-reverse;
}
.statistics__col {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media (min-width: 769px) {
  .statistics__col--three-row > * {
    height: calc(33.333% - 5.333px);
  }
  .statistics__col--two-row > * {
    height: calc(50% - 4px);
  }
}
.statistics__card {
  padding: 32px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  row-gap: 4px;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  line-height: 114.286%;
  border-radius: 32px;
  color: #fff;
  background-color: #1e1b4b;
}
.statistics__card--purple800 {
  background-color: #312e81;
}
.statistics__card--blue200 {
  color: #312e81;
  background-color: #c7d2fe;
}
.statistics__card--magenta900 {
  background-color: #8e3880;
}
.statistics__card--magenta150 {
  color: #8e3880;
  background-color: #f3e7f1;
}
.statistics__card--magenta200_50 {
  color: #8e3880;
  background-color: rgba(214, 174, 208, 0.5);
}
.statistics__title {
  font-size: 34px;
  font-weight: 700;
  line-height: 123.529%;
}
.statistics__chart {
  width: 100%;
  padding: 32px;
  height: 260px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 32px;
  color: #1e1b4b;
  background-color: #fff;
}
.statistics__chart--donut .statistics__inner {
  height: 180px;
  width: 265px;
}
.statistics__chart--line .statistics__inner {
  height: 160px;
  width: 415px;
}
.statistics__chart canvas {
  width: 100%;
  height: auto;
  display: block;
  box-sizing: border-box;
}
.statistics__ratings {
  width: 100%;
  padding: 53px 43px 83px 34px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 32px;
  background-color: #0f0b32;
}
.statistics__rating {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  row-gap: 6px;
}
.statistics__rating p {
  order: 1;
}
.statistics__rating:before {
  content: '';
  min-width: 98px;
  width: 98px;
  height: 98px;
  display: block;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.statistics__rating:after {
  content: '';
  margin-bottom: 2px;
  height: 24px;
  display: block;
  border-radius: 16px;
}
.statistics__rating--enhance:before {
  background-image: url(/hc/theming_assets/01J9PB334X428NXCTE63XR6NFP);
}
.statistics__rating--enhance:after {
  min-width: 176px;
  width: 176px;
  background-color: rgba(214, 174, 208, 0.3);
}
.statistics__rating--good:before {
  background-image: url(/hc/theming_assets/01J9PB356SQV5GQKJDJXPGCWJS);
}
.statistics__rating--good:after {
  min-width: 129px;
  width: 129px;
  background-color: rgba(214, 174, 208, 0.5);
}
.statistics__rating--excellent:before {
  background-image: url(/hc/theming_assets/01J9PB345WWNJFVBNJCZBAFV4Z);
}
.statistics__rating--excellent:after {
  min-width: 118px;
  width: 118px;
  background-color: #ae4d9e;
}
.statistics__icon {
  width: 34px;
  height: 30px;
}
.statistics__icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.statistics__profit {
  padding: 24px 32px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 600;
  line-height: 114.286%;
  border-radius: 32px;
  color: #fff;
  background-color: #0f0b32;
}
.statistics__profit .statistics__inner {
  width: 336px;
  height: 242px;
  position: relative;
}
.statistics__profit .statistics__inner:before {
  content: '';
  width: 100%;
  height: 100%;
  display: block;
  background-image: url(/hc/theming_assets/01J9PB312HJCDVERC7ZCBWWADN);
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.statistics__profit .statistics__inner:after {
  content: '';
  width: 158px;
  height: 158px;
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  background-image: url(/hc/theming_assets/01J9PB322HE3G84JA2BXCD1YQF);
  background-repeat: no-repeat;
  background-size: 100% auto;
  transform: translate(-50%, -50%) rotate(-105deg);
  transition: 1.2s ease-in-out;
  transition-delay: 0.3s;
}
.statistics__profit.active .statistics__inner:after {
  transform: translate(-50%, -50%) rotate(45deg);
}
.statistics__section--blue {
  color: #312e81;
  background-color: #e5ebff;
}
.statistics__section--blue .statistics__text {
  color: #1e1b4b;
}
.statistics__section--blue .statistics__text .h1,
.statistics__section--blue .statistics__text .h2,
.statistics__section--blue .statistics__text .h3,
.statistics__section--blue .statistics__text .h4,
.statistics__section--blue .statistics__text .h5,
.statistics__section--blue .statistics__text .h6,
.statistics__section--blue .statistics__text h1,
.statistics__section--blue .statistics__text h2,
.statistics__section--blue .statistics__text h3,
.statistics__section--blue .statistics__text h4,
.statistics__section--blue .statistics__text h5,
.statistics__section--blue .statistics__text h6 {
  color: #312e81;
}
.statistics__section--magenta {
  color: #8e3880;
  background-color: #f3e7f1;
}
@media (max-width: 1440px) {
  .statistics__section {
    padding: 96px 80px;
  }
}
@media (max-width: 1280px) {
  .statistics__body {
    row-gap: 48px;
  }
  .statistics__section {
    flex-direction: column;
  }
  .statistics__left-col,
  .statistics__right-col {
    width: 100%;
  }
  .statistics__left-col {
    flex-direction: row;
    justify-content: space-between;
    column-gap: 15px;
  }
  .statistics__title {
    font-size: 34px;
    line-height: 123.529%;
  }
}
@media (max-width: 1024px) {
  .statistics__body {
    row-gap: 32px;
  }
  .statistics__section {
    padding: 64px 32px;
  }
  .statistics .statistics__profit .statistics__inner {
    width: 230px;
    height: 160px;
  }
  .statistics .statistics__profit .statistics__inner:after {
    width: 100px;
    height: 100px;
  }
  .statistics__card,
  .statistics__chart,
  .statistics__profit {
    padding: 24px;
  }
}
@media (max-width: 768px) {
  .statistics__section {
    padding: 80px 30px;
  }
  .statistics__ratings {
    padding: 24px;
  }
  .statistics__rating:before {
    min-width: 49px;
    width: 49px;
    height: 49px;
  }
  .statistics__rating--enhance:after {
    min-width: 88px;
    width: 88px;
  }
  .statistics__rating--good:after {
    min-width: 65px;
    width: 65px;
  }
  .statistics__rating--excellent:after {
    min-width: 59px;
    width: 59px;
  }
  .statistics__card {
    padding: 12px 24px;
    width: 100%;
  }
  .statistics__card,
  .statistics__chart,
  .statistics__profit {
    height: auto;
    min-height: 152px;
  }
  .statistics .circle-button {
    display: none;
  }
  .statistics__media {
    min-height: 152px;
    height: auto;
    position: relative;
    padding-top: 43%;
  }
  .statistics__media img {
    position: absolute;
    inset: 0;
  }
  .statistics__media--vertical img {
    object-position: top;
  }
  .statistics__row--two-col {
    flex-wrap: wrap;
  }
  .statistics__row--two-col > * {
    width: 100%;
  }
  .statistics__col {
    flex-direction: row;
  }
  .statistics__col--three-row > * {
    width: calc(33.333% - 5.333px);
  }
  .statistics__col--two-row > * {
    width: calc(50% - 4px);
  }
}
@media (max-width: 640px) {
  .statistics__body {
    width: calc(100% + 60px);
    margin: 0 -30px;
    row-gap: 0;
  }
  .statistics__section {
    padding: 32px 30px;
    border-radius: 0;
  }
  .statistics__chart--line .statistics__inner {
    width: 100%;
    height: auto;
  }
  .statistics__row {
    flex-direction: column;
  }
  .statistics__card {
    width: 100% !important;
  }
  .statistics__col {
    flex-direction: column;
  }
}
@media (max-width: 500px) {
  .statistics__left-col {
    flex-direction: column;
  }
}
@media (max-width: 375px) {
  .statistics__chart--donut .statistics__inner {
    height: auto;
    width: 75%;
  }
}
.contacts {
  padding: 96px 0 128px;
}
.contacts .wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 64px;
}
.contacts__head {
  max-width: 836px;
  font-size: 18px;
  line-height: 144.444%;
}
.contacts__body,
.contacts__head {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  row-gap: 24px;
}
.contacts__body {
  max-width: 625px;
  width: 100%;
}
.contacts__links {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 15px;
}
@media (max-width: 1280px) {
  .contacts {
    padding: 96px 0;
  }
  .contacts .wrapper {
    row-gap: 48px;
  }
}
@media (max-width: 1024px) {
  .contacts {
    padding: 80px 0;
  }
  .contacts__head {
    row-gap: 16px;
  }
}
@media (max-width: 640px) {
  .contacts {
    padding: 64px 0;
  }
  .contacts .wrapper {
    row-gap: 24px;
  }
}
.feedback {
  padding-bottom: 128px;
}
.feedback .wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 64px;
}
.feedback__head {
  max-width: 836px;
  text-align: center;
  font-size: 18px;
  line-height: 144.444%;
}
.feedback__body,
.feedback__head {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 24px;
}
.feedback__body {
  max-width: 625px;
}
.feedback__form {
  width: 100%;
}
.feedback__form .actions {
  display: flex;
  justify-content: center;
}
@media (max-width: 1280px) {
  .feedback {
    padding-bottom: 96px;
  }
  .feedback .wrapper {
    row-gap: 48px;
  }
  .feedback__head {
    font-size: 16px;
  }
}
@media (max-width: 1024px) {
  .feedback {
    padding-bottom: 80px;
  }
  .feedback__body,
  .feedback__head {
    row-gap: 16px;
  }
}
@media (max-width: 640px) {
  .feedback {
    padding-bottom: 64px;
  }
  .feedback .wrapper {
    row-gap: 24px;
  }
}
.related-articles {
  padding: 24px 0 128px;
}
.related-articles .wrapper {
  max-width: 1080px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  row-gap: 24px;
}
.related-articles__head {
  display: flex;
  flex-direction: column;
  row-gap: 16px;
}
.related-articles__body {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
.related-articles .blog-card {
  width: calc(50% - 12px);
}
@media (max-width: 1280px) {
  .related-articles {
    padding-bottom: 96px;
  }
}
@media (max-width: 1024px) {
  .related-articles {
    padding-bottom: 80px;
  }
  .related-articles .blog-card {
    width: 100%;
  }
}
@media (max-width: 640px) {
  .related-articles {
    padding: 16px 0 64px;
  }
}
.article {
  padding: 48px 0;
}
.article .wrapper {
  max-width: 1080px;
  margin: 0 auto;
  row-gap: 48px;
}
.article .wrapper,
.article__head {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.article__head {
  align-items: center;
  row-gap: 8px;
  text-align: center;
}
.article__category {
  color: #9e3e8e;
  font-size: 14px;
  font-weight: 600;
  line-height: 150%;
}
.article__title {
  font-size: 28px;
  font-weight: 700;
  line-height: 125%;
}
.article__media {
  margin-top: 24px;
  width: 100%;
  height: auto;
  padding-top: 56.25%;
  position: relative;
  border-radius: 32px;
  overflow: hidden;
}
.article__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  inset: 0;
}
.article__body {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 48px;
}
.article__content {
  display: flex;
  gap: 24px 64px;
}
.article__main {
  max-width: calc(100% - 64px);
}
.article__date {
  color: #6b7280;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
}
.article__sidebar {
  width: 90px;
  margin-right: -90px;
  position: sticky;
  top: 140px;
  height: -moz-fit-content;
  height: fit-content;
}
@media (max-width: 1024px) {
  .article .wrapper,
  .article__body {
    row-gap: 32px;
  }
}
@media (max-width: 640px) {
  .article .wrapper,
  .article__body {
    row-gap: 24px;
  }
  .article__content {
    flex-direction: column;
  }
  .article__main {
    max-width: unset;
  }
  .article__sidebar {
    margin-right: 0;
  }
}
.what-you-get .wrapper {
  padding: 128px 106px;
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 64px;
  border-radius: 32px;
  color: #fff;
  background: #1e1b4b;
  position: relative;
  overflow: hidden;
}
.what-you-get .wrapper:before {
  content: '';
  width: 632px;
  height: 671px;
  position: absolute;
  bottom: 10px;
  left: 10px;
  background-image: url($assets-lines-white_20-svg);
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.what-you-get__head {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  row-gap: 20px;
  position: relative;
}
.what-you-get__body {
  display: flex;
  gap: 24px 48px;
  position: relative;
}
.what-you-get__media {
  width: calc(50% - 24px);
  border-radius: 32px;
  overflow: hidden;
}
.what-you-get__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.what-you-get__content {
  width: calc(50% - 24px);
  padding: 32px;
  display: flex;
  flex-direction: column;
  row-gap: 24px;
  border-radius: 32px;
  background-color: hsla(0, 0%, 100%, 0.1);
}
@media (max-width: 1280px) {
  .what-you-get .wrapper {
    padding: 96px 80px;
  }
}
@media (max-width: 1200px) {
  .what-you-get__media {
    position: relative;
    padding-top: 56.25%;
  }
  .what-you-get__media img {
    position: absolute;
    inset: 0;
    min-height: 236px;
  }
  .what-you-get__body {
    flex-direction: column;
  }
  .what-you-get__content,
  .what-you-get__media {
    width: 100%;
  }
}
@media (max-width: 1024px) {
  .what-you-get .wrapper {
    padding: 64px 32px;
    row-gap: 48px;
  }
  .what-you-get__head br {
    display: none;
  }
  .what-you-get__content {
    padding: 24px;
  }
}
@media (max-width: 640px) {
  .what-you-get .wrapper {
    width: calc(100% + 60px);
    margin-left: -30px;
    padding: 24px;
    row-gap: 24px;
    border-radius: 0;
  }
  .what-you-get__content {
    padding: 12px;
  }
}
.contacts-cards .wrapper {
  row-gap: 64px;
}
.contacts-cards .wrapper,
.contacts-cards__head {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.contacts-cards__head {
  text-align: center;
  row-gap: 20px;
}
.contacts-cards__body {
  max-width: 1048px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px;
}
.contacts-cards .contact-card {
  width: calc(50% - 7.5px);
}
@media (max-width: 1024px) {
  .contacts-cards .wrapper {
    row-gap: 48px;
  }
}
@media (max-width: 640px) {
  .contacts-cards .wrapper {
    row-gap: 24px;
  }
}
@media (max-width: 425px) {
  .contacts-cards .contact-card {
    width: 100%;
  }
}
.content-library {
  padding: 128px 0 64px;
}
.content-library .wrapper {
  row-gap: 64px;
}
.content-library .wrapper,
.content-library__head {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.content-library__head {
  text-align: center;
  row-gap: 20px;
}
.content-library__body {
  max-width: 1080px;
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  justify-content: center;
}
.content-library__card {
  width: calc(33.333% - 10px);
  padding: 32px;
  display: flex;
  flex-direction: column;
  row-gap: 16px;
  border-radius: 32px;
  text-decoration: none;
  color: #312e81;
  background: #e5ebff;
}
.content-library__media {
  height: 159px;
  width: 100%;
  padding-top: 56.25%;
  position: relative;
  border-radius: 24px;
  overflow: hidden;
}
.content-library__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  inset: 0;
}
.content-library__content {
  display: flex;
  flex-direction: column;
  row-gap: 8px;
  font-size: 18px;
  line-height: 144.444%;
}
@media (max-width: 1280px) {
  .content-library {
    padding-top: 96px;
  }
}
@media (max-width: 1024px) {
  .content-library {
    padding-top: 80px;
  }
  .content-library .wrapper {
    row-gap: 48px;
  }
  .content-library__card {
    width: calc(50% - 7.5px);
    padding: 24px;
  }
  .content-library__content {
    font-size: 16px;
  }
}
@media (max-width: 640px) {
  .content-library {
    padding-top: 64px;
  }
  .content-library .wrapper {
    row-gap: 24px;
  }
  .content-library__card {
    width: 100%;
  }
}
.why-employees .wrapper {
  row-gap: 64px;
}
.why-employees .wrapper,
.why-employees__head {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.why-employees__head {
  row-gap: 20px;
  text-align: center;
}
.why-employees__body {
  max-width: 1048px;
  padding: 48px;
  display: flex;
  flex-direction: column;
  row-gap: 48px;
  line-height: 150%;
  color: #312e81;
  background: #e5ebff;
  border-radius: 32px;
}
.why-employees__content {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 8px;
}
.why-employees__col {
  width: calc(50% - 4px);
  display: flex;
  flex-direction: column;
  row-gap: 4px;
}
.why-employees__media {
  width: 100%;
  height: 300px;
  border-radius: 32px;
  overflow: hidden;
}
.why-employees__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 1024px) {
  .why-employees .wrapper {
    row-gap: 48px;
  }
  .why-employees__head br {
    display: none;
  }
  .why-employees__body {
    padding: 32px;
    row-gap: 32px;
  }
  .why-employees__col {
    width: 100%;
  }
}
@media (max-width: 640px) {
  .why-employees .wrapper {
    row-gap: 24px;
  }
  .why-employees__body {
    width: calc(100% + 30px);
    margin: 0 -15px;
    padding: 24px;
    row-gap: 24px;
  }
}
.blog-page {
  padding: 96px 0 128px;
}
.blog-page .wrapper {
  max-width: 1080px;
  width: 100%;
  margin: 0 auto;
  row-gap: 48px;
}
.blog-page .wrapper,
.blog-page__head {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.blog-page__head {
  row-gap: 24px;
  text-align: center;
  font-size: 18px;
  line-height: 144.444%;
}
.blog-page__body {
  display: flex;
  flex-direction: column;
  row-gap: 72px;
}
.blog-page__content {
  width: 100% !important;
  display: flex;
  gap: 24px 64px;
}
.blog-page__main {
  max-width: 712px;
  row-gap: 16px;
}
.blog-page__main,
.blog-page__sidebar {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.blog-page__sidebar {
  max-width: 305px;
  height: -moz-fit-content;
  height: fit-content;
  row-gap: 24px;
  position: sticky;
  top: 140px;
}
.blog-page__col {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  row-gap: 16px;
}
.blog-page__col .button {
  padding: 12px 20px;
  font-size: 14px;
}
.blog-page__links,
.blog-page__topics {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.blog-page__link {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 12px;
  line-height: 150%;
  font-weight: 600;
  color: #312e81;
  text-decoration: none;
}
.blog-page__media {
  width: 80px;
  min-width: 80px;
  height: 80px;
  border-radius: 16px;
  overflow: hidden;
}
.blog-page__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 1280px) {
  .blog-page {
    padding: 96px 0;
  }
  .blog-page__content {
    column-gap: 48px;
  }
}
@media (max-width: 1024px) {
  .blog-page {
    padding: 80px 0;
  }
  .blog-page .wrapper,
  .blog-page__body {
    row-gap: 48px;
  }
  .blog-page__content {
    flex-direction: column;
  }
  .blog-page__main,
  .blog-page__sidebar {
    max-width: unset;
  }
  .blog-page__link {
    width: calc(50% - 4px);
  }
}
@media (max-width: 768px) {
  .blog-page__link {
    width: 100%;
  }
}
@media (max-width: 640px) {
  .blog-page {
    padding: 64px 0;
  }
  .blog-page .wrapper,
  .blog-page__body {
    row-gap: 24px;
  }
}
.brain .wrapper {
  max-width: 836px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  row-gap: 48px;
  font-size: 26px;
  line-height: 115.385%;
}
.brain__media {
  max-width: 495px;
  width: 100%;
  height: auto;
}
.brain__media img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media (max-width: 1280px) {
  .brain .wrapper {
    font-size: 20px;
  }
}
@media (max-width: 640px) {
  .brain .wrapper {
    row-gap: 24px;
    font-size: 16px;
  }
}
.quick-ways .wrapper {
  display: flex;
  flex-direction: column;
  row-gap: 64px;
}
.quick-ways__head {
  max-width: 836px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  row-gap: 24px;
}
@media (min-width: 1025px) {
  .quick-ways__head {
    font-size: 18px;
  }
}
.quick-ways__body {
  display: flex;
  flex-direction: column;
  row-gap: 24px;
}
.quick-ways__items {
  max-width: 1080px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  row-gap: 8px;
}
.quick-ways__item {
  width: 100%;
  padding: 32px;
  display: flex;
  gap: 8px 12px;
  border-radius: 32px;
  border: 1px solid #e5e7eb;
  background: #f9fafb;
}
.quick-ways__content {
  display: flex;
  flex-direction: column;
  row-gap: 8px;
  line-height: 150%;
}
.quick-ways__icon {
  min-width: 80px;
  width: 80px;
  height: 80px;
  border-radius: 16px;
  background-color: #fff;
  overflow: hidden;
}
.quick-ways__icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media (max-width: 1280px) {
  .quick-ways .wrapper {
    row-gap: 48px;
  }
}
@media (max-width: 640px) {
  .quick-ways .wrapper {
    row-gap: 24px;
  }
  .quick-ways__item {
    padding: 24px;
    border-radius: 24px;
    flex-direction: column-reverse;
  }
}
.help-center-hero {
  padding: 96px 0 128px;
  color: #fff;
  background: #1e1b4b;
  overflow: hidden;
}
.help-center-hero .wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 48px;
  position: relative;
}
.help-center-hero .wrapper:before {
  content: '';
  width: 1601px;
  height: 287px;
  position: absolute;
  top: -44px;
  left: 50%;
  transform: translatex(-50%);
  background-image: url(/hc/theming_assets/01J9PB2QX9YPV05ZQMPCQHWXB0);
  background-repeat: no-repeat;
  background-size: contain;
}
.help-center-hero__head {
  text-align: center;
}
.help-center-hero__body,
.help-center-hero__head {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 24px;
  position: relative;
}
.help-center-hero .search-form {
  max-width: 623px;
}
.help-center-hero__popular {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.help-center-hero__subtitle {
  font-family: ambit;
  font-size: 18px;
  font-weight: 600;
  line-height: 144.444%;
}
.help-center-hero .typical-link {
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
}
@media (max-width: 1280px) {
  .help-center-hero {
    padding: 96px 0;
  }
}
@media (max-width: 1024px) {
  .help-center-hero {
    padding: 80px 0;
  }
  .help-center-hero__subtitle {
    font-size: 16px;
  }
  .help-center-hero .typical-link {
    font-size: 14px;
  }
}
@media (max-width: 640px) {
  .help-center-hero {
    padding: 64px 0;
  }
  .help-center-hero .wrapper {
    row-gap: 24px;
  }
}
.help-center-categories {
  padding: 48px 0 128px;
}
.help-center-categories .wrapper {
  max-width: 1080px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  row-gap: 32px;
}
.help-center-categories__head {
  display: flex;
  flex-direction: column;
  row-gap: 48px;
}
.help-center-categories__body {
  display: flex;
  flex-direction: column;
  row-gap: 32px;
}
.help-center-categories__categorie {
  display: flex;
  flex-direction: column;
  row-gap: 16px;
}
.help-center-categories__subtitle {
  display: flex;
  align-items: center;
  column-gap: 8px;
}
.help-center-categories__icon {
  width: 23px;
  min-width: 23px;
  height: 23px;
}
.help-center-categories__icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.help-center-categories__links {
  column-count: 2;
  column-gap: 16px;
}
.help-center-categories__links .typical-link {
  margin-bottom: 12px;
  color: #4338ca;
}
.help-center-categories__links .typical-link span:after {
  background: #4338ca;
}
@media (max-width: 1280px) {
  .help-center-categories {
    padding-bottom: 96px;
  }
}
@media (max-width: 1024px) {
  .help-center-categories {
    padding-bottom: 80px;
  }
  .help-center-categories__links {
    column-count: 1;
  }
}
@media (max-width: 640px) {
  .help-center-categories {
    padding-bottom: 64px;
  }
  .help-center-categories .wrapper,
  .help-center-categories__body,
  .help-center-categories__head {
    row-gap: 24px;
  }
}
.help-center-single {
  padding: 48px 0 128px;
}
.help-center-single .wrapper {
  max-width: 1080px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  row-gap: 48px;
}
.help-center-single__inner {
  width: 100%;
  display: flex;
  justify-content: space-between;
  gap: 48px 64px;
}
.help-center-single__main {
  max-width: 800px;
  width: 100%;
  display: flex;
  flex-direction: column;
  row-gap: 16px;
}
.help-center-single__sidebar {
  max-width: 215px;
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  display: flex;
  flex-direction: column;
  row-gap: 24px;
  position: sticky;
  top: 114px;
}
.help-center-single__body,
.help-center-single__head {
  display: flex;
  flex-direction: column;
  row-gap: 32px;
}
.help-center-single__tabs {
  display: flex;
  flex-direction: column;
  row-gap: 8px;
}
.help-center-single__nav {
  display: flex;
  gap: 12px;
}
.help-center-single__nav + * {
  margin-top: 8px;
}
.help-center-single__button {
  padding: 8px 12px 6px;
  font-family: ambit;
  transition: 0.3s;
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
  background: transparent;
  text-decoration: none;
  border: 0;
  border-bottom: 2px solid transparent;
  cursor: pointer;
  color: #374151;
}
.help-center-single__button.active {
  color: #4338ca;
  border-color: #4338ca;
}
.help-center-single__tab {
  margin-top: 8px;
}
.help-center-single__tab:not(.active) {
  display: none;
}
.help-center-single__question {
  margin-top: 16px;
  width: 100%;
  padding: 64px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 16px;
  border: solid #e5e7eb;
  border-width: 1px 0;
}
.help-center-single__buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
}
.help-center-single .typical-content a {
  color: #4338ca;
}
.help-center-single .typical-content > .video:not(:first-child),
.help-center-single .typical-content > figure:not(:first-child),
.help-center-single .typical-content > iframe:not(:first-child),
.help-center-single .typical-content > img:not(:first-child),
.help-center-single .typical-content > video:not(:first-child) {
  margin: 16px 0;
}
.help-center-single .typical-content > .video:not(:first-child) + *,
.help-center-single .typical-content > figure:not(:first-child) + *,
.help-center-single .typical-content > iframe:not(:first-child) + *,
.help-center-single .typical-content > img:not(:first-child) + *,
.help-center-single .typical-content > video:not(:first-child) + * {
  margin-top: 16px;
}
.help-center-single .typical-content > .video:last-child,
.help-center-single .typical-content > figure:last-child,
.help-center-single .typical-content > iframe:last-child,
.help-center-single .typical-content > img:last-child,
.help-center-single .typical-content > video:last-child {
  margin-bottom: 0;
}
.help-center-single .typical-content ol li + li,
.help-center-single .typical-content ul li + li {
  margin-top: 8px;
}
@media (min-width: 1025px) {
  .help-center-single .endpoints.lg-hidden {
    display: none;
  }
}
@media (max-width: 1280px) {
  .help-center-single {
    padding-bottom: 96px;
  }
}
@media (max-width: 1024px) {
  .help-center-single {
    padding-bottom: 80px;
  }
  .help-center-single .wrapper,
  .help-center-single__body,
  .help-center-single__head,
  .help-center-single__main {
    row-gap: 24px;
  }
  .help-center-single__inner {
    flex-direction: column;
  }
  .help-center-single .endpoints.md-hidden,
  .help-center-single__sidebar {
    display: none;
  }
  .help-center-single__question {
    margin-top: 8px;
    padding: 48px 0;
  }
}
@media (max-width: 640px) {
  .help-center-single {
    padding-bottom: 64px;
  }
  .help-center-single .wrapper {
    row-gap: 24px;
  }
}
#article-body img {
  max-width: 100%;
  height: auto;
}
/* #search-page .help-center-categories__article{
  padding-bottom: 15px;
} */
#preview-bar-container {
  width: 100%;
  z-index: 9999;
  position: fixed;
}
.skip-navigation,
.user-info.dropdown,
#user-nav {
  display: none !important;
}
#article-body {
  display: block;
}
/* #navbar-container{
  display: none !important;
} */

.help-center-single h1,
.help-center-single .h1,
.help-center-single .typical-content h2,
.help-center-single .typical-content .h2 {
  font-size: 40px !important;
  line-height: 125% !important;
}

.help-center-single hr {
  margin: 16px 0 !important;
  border: solid #e5e7eb;
  border-width: 1px 0 0;
}

@media (max-width: 640px) {
  .help-center-single .typical-content h1,
  .help-center-single .typical-content .h1,
  .help-center-single .typical-content h2,
  .help-center-single .typical-content .h2 {
    font-size: 28px !important;
  }
}

.typical-cards--help-center .typical-card--sm .typical-card__media img {
  width: 100%;
  height: 100%;
  max-height: unset;
  object-fit: contain;
}

.help-center-categories__links .typical-link,
.help-center-categories__article .typical-link {
  display: flex;
  align-items: center;
  column-gap: 4px;
  margin-bottom: 12px;
  color: #4338ca;
}

.help-center-categories__links .typical-link:before,
.help-center-categories__article .typical-link:before {
  content: '';
  width: 4px;
  margin: 0 10px;
  min-width: 4px;
  height: 4px;
  display: block;
  border-radius: 50%;
  background: #4338ca;
}

.pagination {
  margin-top: -32px;
  padding-left: 28px;
}

.pagination-list {
  display: flex;
  align-items: center;
  column-gap: 12px;
}

.pagination-list a {
  width: fit-content;
  display: block;
  padding: 7px 16px;
  border: 1px solid #4338ca;
  border-radius: 20px;
  font-weight: 600;
  font-size: 14px;
  line-height: 114%;
  text-align: center;
  color: #4338ca;
  text-decoration: none;
  outline: 0;
}

.pagination-list a span[aria-hidden='true'] {
  display: none;
}

.typical-content > .h1:not(:first-child),
.typical-content > h1:not(:first-child),
.typical-content > .h2:not(:first-child),
.typical-content > h2:not(:first-child),
.typical-content > .h3:not(:first-child),
.typical-content > h3:not(:first-child) {
  margin-top: 32px;
}

.typical-content h2 + h3 {
  margin-top: 8px !important;
}

.typical-content ul,
.typical-content ol {
  margin-bottom: 16px;
}

.help-center-single__main {
  row-gap: 8px;
}

.help-center-single__tab {
  margin-top: 0;
}

.typical-link--button {
  margin-left: 28px;
  width: fit-content;
  display: block;
  padding: 7px 16px;
  border: 1px solid #4338ca;
  border-radius: 20px;
  font-weight: 600;
  font-size: 14px;
  line-height: 114%;
  text-align: center;
  outline: 0;
  color: #4338ca;
  text-decoration: none;
}

.typical-link--button::before {
  display: none !important;
}

.pagination-list a:hover,
.typical-link--button:hover {
  background: #eef2ff;
}

.pagination-list a:focus,
.typical-link--button:focus {
  box-shadow: 0 0 0 4px #c7d2fe;
  background: #eef2ff;
}

.help-center-banner {
  width: 100%;
  margin: 32px 0 8px !important;
  padding: 64px 20px;
  background: #e5ebff;
  border-radius: 16px;
}

@media (max-width: 1024px) {
  .help-center-banner {
    padding-top: 32px;
    padding-bottom: 32px;
  }
}

.help-center-banner__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 16px;
  text-align: center;
}

.help-center-banner .button {
  color: #fff !important;
}

.article-vote-label,
.article-votes-count {
  /*   display: none; */
}

.typical-content > h4:not(:first-child),
.typical-content > h5:not(:first-child) {
  margin-top: 16px;
}

.typical-content > .pt-32 {
  margin-top: 32px !important;
}

.article-votes-controls {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 10px 16px;
}

@media (max-width: 1024px) {
  .typical-content img,
  .typical-content figure,
  .typical-content iframe,
  .typical-content video {
    max-width: unset !important;
    width: 100% !important;
    min-height: unset !important;
    aspect-ratio: unset !important;
    height: auto !important;
  }
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  padding: 24px 0;
  background: #fff;
  transition: transform 0.3s, opacity 0.3s;
}
.header:not(.active).hidden {
  opacity: 0;
  visibility: 0;
  transform: translateY(-150%);
}
.header.scrolled {
  box-shadow: 0px 10px 10px -10px rgba(0, 0, 0, 0.1);
}
.header .wrapper {
  display: flex;
  align-items: center;
  -moz-column-gap: 24px;
  column-gap: 24px;
}
.header__logo {
  height: 40px;
  width: -moz-fit-content;
  width: fit-content;
  margin-right: auto;
}
.header__logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.header__inner {
  display: flex;
  align-items: center;
  -moz-column-gap: 24px;
  column-gap: 24px;
}
.header .menu {
  display: flex;
  align-items: center;
  list-style: none;
}
.header .menu__item--has-children {
  display: flex;
  align-items: center;
  -moz-column-gap: 6px;
  column-gap: 6px;
}
@media (min-width: 1025px) {
  .header .menu__item--has-children {
    justify-content: center;
    position: relative;
  }
  .header .menu__item--has-children::before {
    content: '';
    width: 100%;
    height: 8px;
    position: absolute;
    left: 0;
    bottom: -8px;
  }
  .header .menu__item--has-children .menu__link::after {
    content: '';
    min-width: 16px;
    width: 16px;
    height: 16px;
    display: block;
    background-image: url(/hc/theming_assets/01K1QGTY8551XV63K75SF2PBQH);
    background-repeat: no-repeat;
    background-size: contain;
  }
  .header .menu__item--has-children:hover .submenu,
  .header .menu__item--has-children:focus .submenu {
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%);
  }
}
.header .menu__item--current .menu__link {
  text-decoration: underline;
  background: transparent !important;
  cursor: default;
}
.header .menu__link {
  padding: 12px 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 6px;
  column-gap: 6px;
  text-align: center;
  font-weight: 600;
  font-size: 14px;
  line-height: 114%;
  text-align: center;
  text-decoration: none;
  border-radius: 20px;
  outline: none;
  text-underline-offset: 6px;
}
.header .menu__link:hover {
  background: #eef2ff;
}
.header .menu__link:focus {
  background: #c7d2fe;
}
.header .submenu {
  list-style: none;
  display: flex;
  flex-direction: column;
  row-gap: 6px;
  transition: 0.3s;
}
@media (min-width: 1025px) {
  .header .submenu {
    position: absolute;
    top: calc(100% + 8px);
    left: 50%;
    transform: translate(-50%, -20px);
    max-height: calc(100dvh - 100px);
    max-width: 370px;
    width: -moz-max-content;
    width: max-content;
    padding: 32px;
    border-radius: 24px;
    box-shadow: 0 12px 16px -4px rgba(0, 0, 0, 0.08),
      0 4px 6px -2px rgba(0, 0, 0, 0.03);
    background: #eef2ff;
    will-change: transfrom;
    opacity: 0;
    visibility: hidden;
    overflow: auto;
  }
}
.header .submenu__link {
  display: flex;
  align-items: center;
  -moz-column-gap: 12px;
  column-gap: 12px;
  font-weight: 600;
  font-size: 18px;
  line-height: 144%;
  text-decoration-color: transparent;
  background-repeat: no-repeat;
}
.header .submenu__link::before {
  content: '';
  min-width: 32px;
  width: 32px;
  height: 32px;
  display: block;
  background-image: var(--iconUrl);
  background-repeat: no-repeat;
  background-size: contain;
}
.header .submenu__link:hover {
  text-decoration-color: initial;
}
@media (min-width: 1025px) {
	.header .lg-hidden {
		display: none;
	}
}
@media (max-width: 1024px) {
  .header .container {
    padding: 0 30px;
  }
  .header__nav {
    position: fixed;
    top: 88px;
    left: 0;
    width: 100%;
    max-height: calc(100dvh - 88px);
    height: 100%;
    background: #fff;
    transition: 0.3s;
    opacity: 0;
    visibility: hidden;
  }
  .header__inner {
    height: 100%;
    width: 100%;
    padding: 0 38px 32px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    row-gap: 24px;
    overflow: auto;
  }
  .header .menu {
    width: 100%;
    display: flex;
    flex-direction: column;
  }
  .header .menu__item {
    width: 100%;
    border-bottom: 2px solid #1e1b4b;
  }
  .header .menu__item--has-children {
    flex-wrap: wrap;
  }
  .header .menu__item--has-children::after {
    content: '';
    order: 1;
    min-width: 24px;
    width: 24px;
    height: 24px;
    margin-left: auto;
    display: block;
    background-image: url(/hc/theming_assets/01K1QHD94BH6YPJRXH9K367Z77);
    background-repeat: no-repeat;
    background-size: contain;
    transition: 0.3s;
  }
  .header .menu__item--has-children .menu__link {
    width: -moz-fit-content;
    width: fit-content;
    order: 0;
  }
  .header .menu__item--has-children .menu__link::after {
    display: none;
  }
  .header .menu__item--has-children.active {
    padding-bottom: 16px;
  }
  .header .menu__item--has-children.active::after {
    transform: scale(-1);
  }
  .header .menu__link {
    width: 100%;
    padding: 16px 0;
    justify-content: flex-start;
    text-align: left;
    font-size: 18px;
    line-height: 144%;
    border-radius: 0;
    background: transparent !important;
    text-decoration: underline;
    text-decoration-color: transparent;
  }
  .header .menu__link:hover {
    text-decoration-color: initial;
  }
  .header .submenu {
    order: 2;
    max-height: 0;
    width: 100%;
    row-gap: 16px;
    overflow: hidden;
  }
  .header .submenu__link {
    font-size: 18px;
  }
  .header.active .header__nav {
    opacity: 1;
    visibility: visible;
  }
}

.header.header .button {
  width: -moz-fit-content;
  width: fit-content;
  padding: 15px 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-decoration: none;
  border: 0;
  font-family: inherit;
  font-weight: 600;
  font-size: 16px;
  line-height: 1;
  border-radius: 24px;
  outline: 0;
  color: #fff;
  background: #9e3e8e;
  transition: 0.3s;
  cursor: pointer;
}
.header.header .button:hover {
  background: #65285b;
}
.header.header .button:focus {
  box-shadow: 0 0 0 4px #d6aed0;
}
.header.header .button--purple {
  color: #fff;
  background: #312e81;
}
.header.header .button--purple:focus,
.header.header .button--purple:hover {
  background: #1e1b4b;
}
.header.header .button--purple:focus {
  box-shadow: 0 0 0 4px #c7d2fe;
}
.header.header .button--orange {
  color: #fff;
  background: #f38744;
}
.header.header .button--orange:focus,
.header.header .button--orange:hover {
  background: #d66e2e;
}
.header.header .button--orange:focus {
  box-shadow: 0 0 0 4px #f5d7c4;
}
.header.header .button--grape {
  color: #fff;
  background: #7941d0;
}
.header.header .button--grape:focus,
.header.header .button--grape:hover {
  background: #6637b4;
}
.header.header .button--grape:focus {
  box-shadow: 0 0 0 4px #cab3f2;
}
.header.header .button--border {
  color: #9e3e8e;
  border: 1px solid #9e3e8e;
  background: transparent;
}
.header.header .button--border:focus,
.header.header .button--border:hover {
  background: #f5ecf4;
}
.header.header .button--border.button--purple {
  color: #1e1b4b;
  border-color: #1e1b4b;
}
.header.header .button--border.button--purple:focus,
.header.header .button--border.button--purple:hover {
  color: #fff;
  background: #1e1b4b;
}
.header.header .button--sm {
  padding: 12px 22px;
  font-size: 14px;
  border-radius: 20px;
}
.header.header .button.disabled,
.header.header .button[disabled] {
  pointer-events: none;
  color: #9ca3af;
  background: #f3f4f6;
  border-color: #e5e7eb;
}

.burger {
  position: relative;
  min-width: 40px;
  width: 40px;
  height: 40px;
  padding: 0;
  border: 0;
  background: transparent;
  overflow: hidden;
}
.burger span {
  min-width: 20px;
  width: 20px;
  height: 2px;
  border-radius: 2px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #1e1b4b;
  transition: 0.3s;
  will-change: transfrom;
}
.burger span:nth-of-type(2) {
  top: calc(50% - 6px);
}
.burger span:nth-of-type(3) {
  top: calc(50% + 6px);
}
.burger.active span:nth-of-type(1) {
  display: none;
}
.burger.active span:nth-of-type(2) {
  top: 50%;
  transform: translate(-50%, 0%) rotate(45deg);
}
.burger.active span:nth-of-type(3) {
  top: 50%;
  transform: translate(-50%, 0%) rotate(-45deg);
}
