@font-face {
  font-family: "Heebo";
  font-display: swap;
  src: url("https://stage.gotoglobal.com/wp-content/themes/goto/assets/app/fonts/Heebo-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Heebo";
  font-display: swap;
  src: url("https://stage.gotoglobal.com/wp-content/themes/goto/assets/app/fonts/Heebo-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Heebo";
  font-display: swap;
  src: url("https://stage.gotoglobal.com/wp-content/themes/goto/assets/app/fonts/Heebo-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Heebo";
  font-display: swap;
  src: url("https://stage.gotoglobal.com/wp-content/themes/goto/assets/app/fonts/Heebo-Regular.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Poppins";
  font-display: swap;
  src: url("https://stage.gotoglobal.com/wp-content/themes/goto/assets/app/fonts/Poppins-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Poppins";
  font-display: swap;
  src: url("https://stage.gotoglobal.com/wp-content/themes/goto/assets/app/fonts/Poppins-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Poppins";
  font-display: swap;
  src: url("https://stage.gotoglobal.com/wp-content/themes/goto/assets/app/fonts/Poppins-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Poppins";
  font-display: swap;
  src: url("https://stage.gotoglobal.com/wp-content/themes/goto/assets/app/fonts/Poppins-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "icons";
  font-display: swap;
  src: url("https://stage.gotoglobal.com/wp-content/themes/goto/assets/app/fonts/icons.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}
* {
  margin: 0;
  padding: 0;
  border: 0px;
  outline: none;
}

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

:focus,
:active {
  outline: none;
}

a:focus,
a:active {
  outline: none;
}

body {
  margin: 0;
  padding: 0;
  min-width: 320px;
  position: relative;
}

article,
aside,
details,
figure,
figfz-x-sm,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: block;
  max-width: 100%;
}

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

[hidden],
template {
  display: none;
}

a {
  color: inherit;
  text-decoration: none;
  background: transparent;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
a:active, a:hover {
  outline: 0;
}
a img {
  border: 0;
}

b,
strong {
  font-weight: bold;
}

small {
  font-size: 75%;
}

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

sup {
  top: -1em;
}

sub {
  bottom: -0.25em;
}

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

button,
input,
optgroup,
select,
textarea {
  margin: 0;
  border: 0;
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0;
  text-transform: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: none !important;
  background-clip: padding-box;
  background-color: transparent;
}

button,
html input[type=button] {
  cursor: pointer;
  -webkit-appearance: button;
     -moz-appearance: button;
          appearance: button;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

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

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

textarea::-webkit-input-placeholder {
  color: inherit;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

textarea::-moz-placeholder {
  color: inherit;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}

textarea:-ms-input-placeholder {
  color: inherit;
  -ms-transition: 0.3s all;
  transition: 0.3s all;
}

textarea::-ms-input-placeholder {
  color: inherit;
  -ms-transition: 0.3s all;
  transition: 0.3s all;
}

textarea::placeholder {
  color: inherit;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
textarea:focus::-webkit-input-placeholder {
  color: transparent;
}
textarea:focus::-moz-placeholder {
  color: transparent;
}
textarea:focus:-ms-input-placeholder {
  color: transparent;
}
textarea:focus::-ms-input-placeholder {
  color: transparent;
}
textarea:focus::placeholder {
  color: transparent;
}

input {
  line-height: normal;
}
input::-webkit-input-placeholder {
  color: inherit;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
input::-moz-placeholder {
  color: inherit;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
input:-ms-input-placeholder {
  color: inherit;
  -ms-transition: 0.3s all;
  transition: 0.3s all;
}
input::-ms-input-placeholder {
  color: inherit;
  -ms-transition: 0.3s all;
  transition: 0.3s all;
}
input::placeholder {
  color: inherit;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
input:focus::-webkit-input-placeholder {
  color: transparent;
}
input:focus::-moz-placeholder {
  color: transparent;
}
input:focus:-ms-input-placeholder {
  color: transparent;
}
input:focus::-ms-input-placeholder {
  color: transparent;
}
input:focus::placeholder {
  color: transparent;
}
input[type=reset], input[type=submit] {
  cursor: pointer;
  -webkit-appearance: button;
     -moz-appearance: button;
          appearance: button;
}
input[type=checkbox], input[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}
input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
  height: auto;
}
input[type=search] {
  -webkit-appearance: textfield;
     -moz-appearance: textfield;
          appearance: textfield;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
          appearance: none;
}

textarea {
  resize: none;
  overflow: auto;
}

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

td,
th {
  padding: 0;
}

ol,
ul {
  list-style: none;
}

img {
  max-width: 100%;
  height: auto;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border: 0;
  vertical-align: top;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

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

.menu-drop__main-menu .submenu-dropdown > a::before, .site-header__actions nav > ul .menu-item-has-children > a::before, .site-form .site-form__item--select::before, .cats-wrapper__select::before, [class^=icon__]:before,
[class*=" icon__"]:before {
  font-family: "icons" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^=icon__]:before,
[class*=" icon__"]:before {
  display: block;
}

.icon__arrow-down:before {
  content: "\e900";
}

.icon__arrow-left:before {
  content: "\e901";
}

.icon__check-gradiend:before {
  content: "\e902";
}

.icon__phone:before {
  content: "\e903";
}

body {
  font-family: "Poppins", sans-serif;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.5;
  color: #1f1f68;
  background-color: #fbfbfb;
}
html[dir=rtl] body {
  font-family: "Heebo", sans-serif;
}
body.fixed {
  overflow: hidden;
  -ms-touch-action: none;
      touch-action: none;
  -ms-scroll-chaining: none;
      overscroll-behavior: none;
}
body.customize-support .site-header {
  margin-top: 32px;
}
@media (max-width: 782px) {
  body.customize-support .site-header {
    top: 46px;
  }
}
body:has(.lp-hero) header {
  position: fixed;
}

* {
  -webkit-tap-highlight-color: #9c9c9c;
}

.preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  background-color: #ffffff;
}

.category h1 {
  color: #ffffff;
  text-align: start;
}

/**
 * Swiper 8.2.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2022 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: May 31, 2022
 */
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color:#007aff;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.swiper-android .swiper-slide, .swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
          transform: translate3d(0px, 0, 0);
}

.swiper-pointer-events {
  -ms-touch-action: pan-y;
      touch-action: pan-y;
}

.swiper-pointer-events.swiper-vertical {
  -ms-touch-action: pan-x;
      touch-action: pan-x;
}

.swiper-slide {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-autoheight, .swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}

.swiper-backface-hidden .swiper-slide {
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-3d, .swiper-3d.swiper-css-mode .swiper-wrapper {
  -webkit-perspective: 1200px;
          perspective: 1200px;
}

.swiper-3d .swiper-cube-shadow, .swiper-3d .swiper-slide, .swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top, .swiper-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
      scroll-snap-type: y mandatory;
}

.swiper-centered > .swiper-wrapper::before {
  content: "";
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-ordinal-group: 10000;
      -ms-flex-order: 9999;
          order: 9999;
}

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-start: var(--swiper-centered-offset-before);
          margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-before: var(--swiper-centered-offset-before);
          margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
}

.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}

:root {
  --swiper-navigation-size:44px;
}

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-next.swiper-button-hidden, .swiper-button-prev.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}

.swiper-navigation-disabled .swiper-button-next, .swiper-navigation-disabled .swiper-button-prev {
  display: none !important;
}

.swiper-button-next:after, .swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev, .swiper-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
  content: "next";
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 0.3s opacity;
  transition: 0.3s opacity;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-pagination-disabled > .swiper-pagination, .swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
      -ms-transform: scale(0.33);
          transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
      -ms-transform: scale(0.66);
          transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
      -ms-transform: scale(0.33);
          transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
      -ms-transform: scale(0.66);
          transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
      -ms-transform: scale(0.33);
          transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: 50%;
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-pagination-vertical.swiper-pagination-bullets, .swiper-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
          transform: translate3d(0px, -50%, 0);
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 8px;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 0.2s top, 0.2s -webkit-transform;
  transition: 0.2s top, 0.2s -webkit-transform;
  transition: 0.2s transform, 0.2s top;
  transition: 0.2s transform, 0.2s top, 0.2s -webkit-transform;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 0.2s left, 0.2s -webkit-transform;
  transition: 0.2s left, 0.2s -webkit-transform;
  transition: 0.2s transform, 0.2s left;
  transition: 0.2s transform, 0.2s left, 0.2s -webkit-transform;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 0.2s right, 0.2s -webkit-transform;
  transition: 0.2s right, 0.2s -webkit-transform;
  transition: 0.2s transform, 0.2s right;
  transition: 0.2s transform, 0.2s right, 0.2s -webkit-transform;
}

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: left top;
      -ms-transform-origin: left top;
          transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
      -ms-transform-origin: right top;
          transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite, .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-vertical, .swiper-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-scrollbar-disabled > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
      -ms-transform-origin: 50%;
          transform-origin: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader, .swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
  -webkit-animation: swiper-preloader-spin 1s infinite linear;
          animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color:#fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color:#000;
}

@-webkit-keyframes swiper-preloader-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes swiper-preloader-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-grid > .swiper-wrapper {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.swiper-fade.swiper-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-fade .swiper-slide-active, .swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube {
  overflow: visible;
}

.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
      -ms-transform-origin: 0 0;
          transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
      -ms-transform-origin: 100% 0;
          transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-next, .swiper-cube .swiper-slide-next + .swiper-slide, .swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-slide-shadow-bottom, .swiper-cube .swiper-slide-shadow-left, .swiper-cube .swiper-slide-shadow-right, .swiper-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  -webkit-filter: blur(50px);
          filter: blur(50px);
}

.swiper-flip {
  overflow: visible;
}

.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-flip .swiper-slide-active, .swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-flip .swiper-slide-shadow-bottom, .swiper-flip .swiper-slide-shadow-left, .swiper-flip .swiper-slide-shadow-right, .swiper-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  -webkit-transition-property: opacity, height, -webkit-transform;
  transition-property: opacity, height, -webkit-transform;
  transition-property: transform, opacity, height;
  transition-property: transform, opacity, height, -webkit-transform;
}

.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  -webkit-transform-origin: center bottom;
      -ms-transform-origin: center bottom;
          transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}

.carousel {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.carousel *, .carousel *:before, .carousel *:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

.carousel.is-draggable {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.carousel.is-dragging {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.carousel__viewport {
  position: relative;
  overflow: hidden;
  max-width: 100%;
  max-height: 100%;
}

.carousel__track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.carousel__slide {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: var(--carousel-slide-width, 60%);
  max-width: 100%;
  padding: 1rem;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  -ms-scroll-chaining: none;
      overscroll-behavior: contain;
}

.has-dots {
  margin-bottom: calc(0.5rem + 22px);
}

.carousel__dots {
  margin: 0 auto;
  padding: 0;
  position: absolute;
  top: calc(100% + 0.5rem);
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  list-style: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.carousel__dots .carousel__dot {
  margin: 0;
  padding: 0;
  display: block;
  position: relative;
  width: 22px;
  height: 22px;
  cursor: pointer;
}

.carousel__dots .carousel__dot:after {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: currentColor;
  opacity: 0.25;
  -webkit-transition: opacity 0.15s ease-in-out;
  transition: opacity 0.15s ease-in-out;
}

.carousel__dots .carousel__dot.is-selected:after {
  opacity: 1;
}

.carousel__button {
  width: var(--carousel-button-width, 48px);
  height: var(--carousel-button-height, 48px);
  padding: 0;
  border: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  pointer-events: all;
  cursor: pointer;
  color: var(--carousel-button-color, currentColor);
  background: var(--carousel-button-bg, transparent);
  border-radius: var(--carousel-button-border-radius, 50%);
  -webkit-box-shadow: var(--carousel-button-shadow, none);
          box-shadow: var(--carousel-button-shadow, none);
  -webkit-transition: opacity 0.15s ease;
  transition: opacity 0.15s ease;
}

.carousel__button.is-prev, .carousel__button.is-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.carousel__button.is-prev {
  left: 10px;
}

.carousel__button.is-next {
  right: 10px;
}

.carousel__button[disabled] {
  cursor: default;
  opacity: 0.3;
}

.carousel__button svg {
  width: var(--carousel-button-svg-width, 50%);
  height: var(--carousel-button-svg-height, 50%);
  fill: none;
  stroke: currentColor;
  stroke-width: var(--carousel-button-svg-stroke-width, 1.5);
  stroke-linejoin: bevel;
  stroke-linecap: round;
  -webkit-filter: var(--carousel-button-svg-filter, none);
          filter: var(--carousel-button-svg-filter, none);
  pointer-events: none;
}

html.with-fancybox {
  scroll-behavior: auto;
}

body.compensate-for-scrollbar {
  overflow: hidden !important;
  -ms-touch-action: none;
      touch-action: none;
}

.fancybox__container {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  direction: ltr;
  margin: 0;
  padding: env(safe-area-inset-top, 0px) env(safe-area-inset-right, 0px) env(safe-area-inset-bottom, 0px) env(safe-area-inset-left, 0px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: var(--fancybox-color, #fff);
  -webkit-tap-highlight-color: transparent;
  overflow: hidden;
  z-index: 1050;
  outline: none;
  -webkit-transform-origin: top left;
      -ms-transform-origin: top left;
          transform-origin: top left;
  --carousel-button-width: 48px;
  --carousel-button-height: 48px;
  --carousel-button-svg-width: 24px;
  --carousel-button-svg-height: 24px;
  --carousel-button-svg-stroke-width: 2.5;
  --carousel-button-svg-filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.4));
}

.fancybox__container *, .fancybox__container *::before, .fancybox__container *::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

.fancybox__container :focus {
  outline: none;
}

body:not(.is-using-mouse) .fancybox__container :focus {
  -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 2px var(--fancybox-accent-color, rgba(1, 210, 232, 0.94));
          box-shadow: 0 0 0 1px #fff, 0 0 0 2px var(--fancybox-accent-color, rgba(1, 210, 232, 0.94));
}

@media all and (min-width: 1024px) {
  .fancybox__container {
    --carousel-button-width:48px;
    --carousel-button-height:48px;
    --carousel-button-svg-width:27px;
    --carousel-button-svg-height:27px;
  }
}
.fancybox__backdrop {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  background: var(--fancybox-bg, rgba(24, 24, 27, 0.92));
}

.fancybox__carousel {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  min-height: 0;
  height: 100%;
  z-index: 10;
}

.fancybox__carousel.has-dots {
  margin-bottom: calc(0.5rem + 22px);
}

.fancybox__viewport {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: visible;
  cursor: default;
}

.fancybox__track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}

.fancybox__slide {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 48px 8px 8px 8px;
  position: relative;
  -ms-scroll-chaining: none;
      overscroll-behavior: contain;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  outline: 0;
  overflow: auto;
  --carousel-button-width: 36px;
  --carousel-button-height: 36px;
  --carousel-button-svg-width: 22px;
  --carousel-button-svg-height: 22px;
}

.fancybox__slide::before, .fancybox__slide::after {
  content: "";
  -webkit-box-flex: 0;
      -ms-flex: 0 0 0px;
          flex: 0 0 0;
  margin: auto;
}

@media all and (min-width: 1024px) {
  .fancybox__slide {
    padding: 64px 100px;
  }
}
.fancybox__content {
  margin: 0 env(safe-area-inset-right, 0px) 0 env(safe-area-inset-left, 0px);
  padding: 36px;
  color: var(--fancybox-content-color, #374151);
  background: var(--fancybox-content-bg, #fff);
  position: relative;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  z-index: 20;
}

.fancybox__content :focus:not(.carousel__button.is-close) {
  outline: thin dotted;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.fancybox__caption {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  max-width: 100%;
  margin: 0;
  padding: 1rem 0 0 0;
  line-height: 1.375;
  color: var(--fancybox-color, currentColor);
  visibility: visible;
  cursor: auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  overflow-wrap: anywhere;
}

.is-loading .fancybox__caption {
  visibility: hidden;
}

.fancybox__container > .carousel__dots {
  top: 100%;
  color: var(--fancybox-color, #fff);
}

.fancybox__nav .carousel__button {
  z-index: 40;
}

.fancybox__nav .carousel__button.is-next {
  right: 8px;
}

@media all and (min-width: 1024px) {
  .fancybox__nav .carousel__button.is-next {
    right: 40px;
  }
}
.fancybox__nav .carousel__button.is-prev {
  left: 8px;
}

@media all and (min-width: 1024px) {
  .fancybox__nav .carousel__button.is-prev {
    left: 40px;
  }
}
.carousel__button.is-close {
  position: absolute;
  top: 8px;
  right: 8px;
  top: calc(env(safe-area-inset-top, 0px) + 8px);
  right: calc(env(safe-area-inset-right, 0px) + 8px);
  z-index: 40;
}

@media all and (min-width: 1024px) {
  .carousel__button.is-close {
    right: 40px;
  }
}
.fancybox__content > .carousel__button.is-close {
  position: absolute;
  top: -40px;
  right: 0;
  color: var(--fancybox-color, #fff);
}

.fancybox__no-click, .fancybox__no-click button {
  pointer-events: none;
}

.fancybox__spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  color: var(--fancybox-color, currentColor);
}

.fancybox__slide .fancybox__spinner {
  cursor: pointer;
  z-index: 1053;
}

.fancybox__spinner svg {
  -webkit-animation: fancybox-rotate 2s linear infinite;
          animation: fancybox-rotate 2s linear infinite;
  -webkit-transform-origin: center center;
      -ms-transform-origin: center center;
          transform-origin: center center;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
}

.fancybox__spinner svg circle {
  fill: none;
  stroke-width: 2.75;
  stroke-miterlimit: 10;
  stroke-dasharray: 1, 200;
  stroke-dashoffset: 0;
  -webkit-animation: fancybox-dash 1.5s ease-in-out infinite;
          animation: fancybox-dash 1.5s ease-in-out infinite;
  stroke-linecap: round;
  stroke: currentColor;
}

@-webkit-keyframes fancybox-rotate {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes fancybox-rotate {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes fancybox-dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px;
  }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124px;
  }
}
@keyframes fancybox-dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px;
  }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124px;
  }
}
.fancybox__backdrop, .fancybox__caption, .fancybox__nav, .carousel__dots, .carousel__button.is-close {
  opacity: var(--fancybox-opacity, 1);
}

.fancybox__container.is-animated[aria-hidden=false] .fancybox__backdrop, .fancybox__container.is-animated[aria-hidden=false] .fancybox__caption, .fancybox__container.is-animated[aria-hidden=false] .fancybox__nav, .fancybox__container.is-animated[aria-hidden=false] .carousel__dots, .fancybox__container.is-animated[aria-hidden=false] .carousel__button.is-close {
  -webkit-animation: 0.15s ease backwards fancybox-fadeIn;
          animation: 0.15s ease backwards fancybox-fadeIn;
}

.fancybox__container.is-animated.is-closing .fancybox__backdrop, .fancybox__container.is-animated.is-closing .fancybox__caption, .fancybox__container.is-animated.is-closing .fancybox__nav, .fancybox__container.is-animated.is-closing .carousel__dots, .fancybox__container.is-animated.is-closing .carousel__button.is-close {
  -webkit-animation: 0.15s ease both fancybox-fadeOut;
          animation: 0.15s ease both fancybox-fadeOut;
}

.fancybox-fadeIn {
  -webkit-animation: 0.15s ease both fancybox-fadeIn;
          animation: 0.15s ease both fancybox-fadeIn;
}

.fancybox-fadeOut {
  -webkit-animation: 0.1s ease both fancybox-fadeOut;
          animation: 0.1s ease both fancybox-fadeOut;
}

.fancybox-zoomInUp {
  -webkit-animation: 0.2s ease both fancybox-zoomInUp;
          animation: 0.2s ease both fancybox-zoomInUp;
}

.fancybox-zoomOutDown {
  -webkit-animation: 0.15s ease both fancybox-zoomOutDown;
          animation: 0.15s ease both fancybox-zoomOutDown;
}

.fancybox-throwOutUp {
  -webkit-animation: 0.15s ease both fancybox-throwOutUp;
          animation: 0.15s ease both fancybox-throwOutUp;
}

.fancybox-throwOutDown {
  -webkit-animation: 0.15s ease both fancybox-throwOutDown;
          animation: 0.15s ease both fancybox-throwOutDown;
}

@-webkit-keyframes fancybox-fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fancybox-fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fancybox-fadeOut {
  to {
    opacity: 0;
  }
}
@keyframes fancybox-fadeOut {
  to {
    opacity: 0;
  }
}
@-webkit-keyframes fancybox-zoomInUp {
  from {
    -webkit-transform: scale(0.97) translate3d(0, 16px, 0);
            transform: scale(0.97) translate3d(0, 16px, 0);
    opacity: 0;
  }
  to {
    -webkit-transform: scale(1) translate3d(0, 0, 0);
            transform: scale(1) translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes fancybox-zoomInUp {
  from {
    -webkit-transform: scale(0.97) translate3d(0, 16px, 0);
            transform: scale(0.97) translate3d(0, 16px, 0);
    opacity: 0;
  }
  to {
    -webkit-transform: scale(1) translate3d(0, 0, 0);
            transform: scale(1) translate3d(0, 0, 0);
    opacity: 1;
  }
}
@-webkit-keyframes fancybox-zoomOutDown {
  to {
    -webkit-transform: scale(0.97) translate3d(0, 16px, 0);
            transform: scale(0.97) translate3d(0, 16px, 0);
    opacity: 0;
  }
}
@keyframes fancybox-zoomOutDown {
  to {
    -webkit-transform: scale(0.97) translate3d(0, 16px, 0);
            transform: scale(0.97) translate3d(0, 16px, 0);
    opacity: 0;
  }
}
@-webkit-keyframes fancybox-throwOutUp {
  to {
    -webkit-transform: translate3d(0, -30%, 0);
            transform: translate3d(0, -30%, 0);
    opacity: 0;
  }
}
@keyframes fancybox-throwOutUp {
  to {
    -webkit-transform: translate3d(0, -30%, 0);
            transform: translate3d(0, -30%, 0);
    opacity: 0;
  }
}
@-webkit-keyframes fancybox-throwOutDown {
  to {
    -webkit-transform: translate3d(0, 30%, 0);
            transform: translate3d(0, 30%, 0);
    opacity: 0;
  }
}
@keyframes fancybox-throwOutDown {
  to {
    -webkit-transform: translate3d(0, 30%, 0);
            transform: translate3d(0, 30%, 0);
    opacity: 0;
  }
}
.fancybox__carousel .carousel__slide {
  scrollbar-width: thin;
  scrollbar-color: #ccc rgba(255, 255, 255, 0.1);
}

.fancybox__carousel .carousel__slide::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

.fancybox__carousel .carousel__slide::-webkit-scrollbar-track {
  background-color: rgba(255, 255, 255, 0.1);
}

.fancybox__carousel .carousel__slide::-webkit-scrollbar-thumb {
  background-color: #ccc;
  border-radius: 2px;
  -webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2);
          box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2);
}

.fancybox__carousel.is-draggable .fancybox__slide, .fancybox__carousel.is-draggable .fancybox__slide .fancybox__content {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.fancybox__carousel.is-dragging .fancybox__slide, .fancybox__carousel.is-dragging .fancybox__slide .fancybox__content {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.fancybox__carousel .fancybox__slide .fancybox__content {
  cursor: auto;
}

.fancybox__carousel .fancybox__slide.can-zoom_in .fancybox__content {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.fancybox__carousel .fancybox__slide.can-zoom_out .fancybox__content {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.fancybox__carousel .fancybox__slide.is-draggable .fancybox__content {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.fancybox__carousel .fancybox__slide.is-dragging .fancybox__content {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.fancybox__image {
  -webkit-transform-origin: 0 0;
      -ms-transform-origin: 0 0;
          transform-origin: 0 0;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-transition: none;
  transition: none;
}

.has-image .fancybox__content {
  padding: 0;
  background: transparent;
  min-height: 1px;
}

.is-closing .has-image .fancybox__content {
  overflow: visible;
}

.has-image[data-image-fit=contain] {
  overflow: visible;
  -ms-touch-action: none;
      touch-action: none;
}

.has-image[data-image-fit=contain] .fancybox__content {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.has-image[data-image-fit=contain] .fancybox__image {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.has-image[data-image-fit=contain-w] {
  overflow-x: hidden;
  overflow-y: auto;
}

.has-image[data-image-fit=contain-w] .fancybox__content {
  min-height: auto;
}

.has-image[data-image-fit=contain-w] .fancybox__image {
  max-width: 100%;
  height: auto;
}

.has-image[data-image-fit=cover] {
  overflow: visible;
  -ms-touch-action: none;
      touch-action: none;
}

.has-image[data-image-fit=cover] .fancybox__content {
  width: 100%;
  height: 100%;
}

.has-image[data-image-fit=cover] .fancybox__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content, .fancybox__carousel .fancybox__slide.has-map .fancybox__content, .fancybox__carousel .fancybox__slide.has-pdf .fancybox__content, .fancybox__carousel .fancybox__slide.has-video .fancybox__content, .fancybox__carousel .fancybox__slide.has-html5video .fancybox__content {
  max-width: 100%;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  min-height: 1px;
  overflow: visible;
}

.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content, .fancybox__carousel .fancybox__slide.has-map .fancybox__content, .fancybox__carousel .fancybox__slide.has-pdf .fancybox__content {
  width: 100%;
  height: 80%;
}

.fancybox__carousel .fancybox__slide.has-video .fancybox__content, .fancybox__carousel .fancybox__slide.has-html5video .fancybox__content {
  width: 960px;
  height: 540px;
  max-width: 100%;
  max-height: 100%;
}

.fancybox__carousel .fancybox__slide.has-map .fancybox__content, .fancybox__carousel .fancybox__slide.has-pdf .fancybox__content, .fancybox__carousel .fancybox__slide.has-video .fancybox__content, .fancybox__carousel .fancybox__slide.has-html5video .fancybox__content {
  padding: 0;
  background: rgba(24, 24, 27, 0.9);
  color: #fff;
}

.fancybox__carousel .fancybox__slide.has-map .fancybox__content {
  background: #e5e3df;
}

.fancybox__html5video, .fancybox__iframe {
  border: 0;
  display: block;
  height: 100%;
  width: 100%;
  background: transparent;
}

.fancybox-placeholder {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.fancybox__thumbs {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  position: relative;
  padding: 0px 3px;
  opacity: var(--fancybox-opacity, 1);
}

.fancybox__container.is-animated[aria-hidden=false] .fancybox__thumbs {
  -webkit-animation: 0.15s ease-in backwards fancybox-fadeIn;
          animation: 0.15s ease-in backwards fancybox-fadeIn;
}

.fancybox__container.is-animated.is-closing .fancybox__thumbs {
  opacity: 0;
}

.fancybox__thumbs .carousel__slide {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: var(--fancybox-thumbs-width, 96px);
  margin: 0;
  padding: 8px 3px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: visible;
  cursor: pointer;
}

.fancybox__thumbs .carousel__slide .fancybox__thumb::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-width: 5px;
  border-style: solid;
  border-color: var(--fancybox-accent-color, rgba(34, 213, 233, 0.96));
  opacity: 0;
  -webkit-transition: opacity 0.15s ease;
  transition: opacity 0.15s ease;
  border-radius: var(--fancybox-thumbs-border-radius, 4px);
}

.fancybox__thumbs .carousel__slide.is-nav-selected .fancybox__thumb::after {
  opacity: 0.92;
}

.fancybox__thumbs .carousel__slide > * {
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.fancybox__thumb {
  position: relative;
  width: 100%;
  padding-top: calc(100% / (var(--fancybox-thumbs-ratio, 1.5)));
  background-size: cover;
  background-position: center center;
  background-color: rgba(255, 255, 255, 0.1);
  background-repeat: no-repeat;
  border-radius: var(--fancybox-thumbs-border-radius, 4px);
}

.fancybox__toolbar {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 20;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0)), color-stop(8.1%, rgba(0, 0, 0, 0.006)), color-stop(15.5%, rgba(0, 0, 0, 0.021)), color-stop(22.5%, rgba(0, 0, 0, 0.046)), color-stop(29%, rgba(0, 0, 0, 0.077)), color-stop(35.3%, rgba(0, 0, 0, 0.114)), color-stop(41.2%, rgba(0, 0, 0, 0.155)), color-stop(47.1%, rgba(0, 0, 0, 0.198)), color-stop(52.9%, rgba(0, 0, 0, 0.242)), color-stop(58.8%, rgba(0, 0, 0, 0.285)), color-stop(64.7%, rgba(0, 0, 0, 0.326)), color-stop(71%, rgba(0, 0, 0, 0.363)), color-stop(77.5%, rgba(0, 0, 0, 0.394)), color-stop(84.5%, rgba(0, 0, 0, 0.419)), color-stop(91.9%, rgba(0, 0, 0, 0.434)), to(rgba(0, 0, 0, 0.44)));
  background: linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.006) 8.1%, rgba(0, 0, 0, 0.021) 15.5%, rgba(0, 0, 0, 0.046) 22.5%, rgba(0, 0, 0, 0.077) 29%, rgba(0, 0, 0, 0.114) 35.3%, rgba(0, 0, 0, 0.155) 41.2%, rgba(0, 0, 0, 0.198) 47.1%, rgba(0, 0, 0, 0.242) 52.9%, rgba(0, 0, 0, 0.285) 58.8%, rgba(0, 0, 0, 0.326) 64.7%, rgba(0, 0, 0, 0.363) 71%, rgba(0, 0, 0, 0.394) 77.5%, rgba(0, 0, 0, 0.419) 84.5%, rgba(0, 0, 0, 0.434) 91.9%, rgba(0, 0, 0, 0.44) 100%);
  padding: 0;
  -ms-touch-action: none;
      touch-action: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  --carousel-button-svg-width: 20px;
  --carousel-button-svg-height: 20px;
  opacity: var(--fancybox-opacity, 1);
  text-shadow: var(--fancybox-toolbar-text-shadow, 1px 1px 1px rgba(0, 0, 0, 0.4));
}

@media all and (min-width: 1024px) {
  .fancybox__toolbar {
    padding: 8px;
  }
}
.fancybox__container.is-animated[aria-hidden=false] .fancybox__toolbar {
  -webkit-animation: 0.15s ease-in backwards fancybox-fadeIn;
          animation: 0.15s ease-in backwards fancybox-fadeIn;
}

.fancybox__container.is-animated.is-closing .fancybox__toolbar {
  opacity: 0;
}

.fancybox__toolbar__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.fancybox__toolbar__items--left {
  margin-right: auto;
}

.fancybox__toolbar__items--center {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.fancybox__toolbar__items--right {
  margin-left: auto;
}

@media (max-width: 640px) {
  .fancybox__toolbar__items--center:not(:last-child) {
    display: none;
  }
}
.fancybox__counter {
  min-width: 72px;
  padding: 0 10px;
  line-height: var(--carousel-button-height, 48px);
  text-align: center;
  font-size: 17px;
  font-variant-numeric: tabular-nums;
  -webkit-font-smoothing: subpixel-antialiased;
}

.fancybox__progress {
  background: var(--fancybox-accent-color, rgba(34, 213, 233, 0.96));
  height: 3px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: scaleX(0);
      -ms-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: 0;
      -ms-transform-origin: 0;
          transform-origin: 0;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  z-index: 30;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.fancybox__container:-webkit-full-screen::backdrop {
  opacity: 0;
}

.fancybox__container:-ms-fullscreen::backdrop {
  opacity: 0;
}

.fancybox__container:fullscreen::-webkit-backdrop {
  opacity: 0;
}

.fancybox__container:fullscreen::backdrop {
  opacity: 0;
}

.fancybox__button--fullscreen g:nth-child(2) {
  display: none;
}

.fancybox__container:-webkit-full-screen .fancybox__button--fullscreen g:nth-child(1) {
  display: none;
}

.fancybox__container:-ms-fullscreen .fancybox__button--fullscreen g:nth-child(1) {
  display: none;
}

.fancybox__container:fullscreen .fancybox__button--fullscreen g:nth-child(1) {
  display: none;
}

.fancybox__container:-webkit-full-screen .fancybox__button--fullscreen g:nth-child(2) {
  display: block;
}

.fancybox__container:-ms-fullscreen .fancybox__button--fullscreen g:nth-child(2) {
  display: block;
}

.fancybox__container:fullscreen .fancybox__button--fullscreen g:nth-child(2) {
  display: block;
}

.fancybox__button--slideshow g:nth-child(2) {
  display: none;
}

.fancybox__container.has-slideshow .fancybox__button--slideshow g:nth-child(1) {
  display: none;
}

.fancybox__container.has-slideshow .fancybox__button--slideshow g:nth-child(2) {
  display: block;
}

.swiper {
  overflow: hidden;
}

.swiper-wrapper {
  width: 100%;
  height: 100%;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.swiper-vertical .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.swiper-autoheight .swiper-wrapper {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.swiper-initialized .swiper-slide {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.swiper-android .swiper-slide,
.swiper-android .swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
          transform: translate3d(0px, 0, 0);
}

.swiper-button-lock {
  display: none !important;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 138px;
}
@media screen and (min-width: 1920px) {
  html {
    font-size: 0.8333333333vw;
  }
}
@media screen and (max-width: 390px) {
  html {
    font-size: 4.1025641026vw;
  }
}

body {
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

main {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.container {
  width: 100%;
  -webkit-padding-start: clamp(2.5rem, 2.0833333333vw, 2.5rem);
          padding-inline-start: clamp(2.5rem, 2.0833333333vw, 2.5rem);
  -webkit-padding-end: clamp(2.5rem, 2.0833333333vw, 2.5rem);
          padding-inline-end: clamp(2.5rem, 2.0833333333vw, 2.5rem);
  margin: 0 auto;
  z-index: 5;
}
@media (max-width: 112.5em) {
  .container {
    -webkit-padding-start: 3.75rem;
            padding-inline-start: 3.75rem;
    -webkit-padding-end: 3.75rem;
            padding-inline-end: 3.75rem;
  }
}
@media (max-width: 81.25em) {
  .container {
    -webkit-padding-start: 2.5rem;
            padding-inline-start: 2.5rem;
    -webkit-padding-end: 2.5rem;
            padding-inline-end: 2.5rem;
  }
}
@media (max-width: 63.99875em) {
  .container {
    -webkit-padding-start: 3.5897435897vw;
            padding-inline-start: 3.5897435897vw;
    -webkit-padding-end: 3.5897435897vw;
            padding-inline-end: 3.5897435897vw;
  }
}

.btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: inherit;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.5;
  color: #ffffff;
  text-align: center;
  border-radius: 0.625rem;
  padding-block: 0.65625rem;
  padding-inline: 1rem;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.btn i {
  -webkit-transition: -webkit-transform 0.3s ease 0s;
  transition: -webkit-transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
}
.btn[disabled] {
  cursor: not-allowed;
}
html[dir=rtl] .btn i {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
@media (any-hover: hover) {
  html[dir=rtl] .btn:hover i {
    -webkit-transform: rotate(90deg) translateY(0.25rem);
        -ms-transform: rotate(90deg) translateY(0.25rem);
            transform: rotate(90deg) translateY(0.25rem);
  }
}

.btn-burger {
  display: inline-block;
  position: relative;
  z-index: 105;
  width: 2rem;
  height: 2rem;
  margin-top: -0.25rem;
}
@media (min-width: 75em) {
  .btn-burger {
    display: none;
  }
}
.btn-burger span {
  display: inline-block;
  position: absolute;
  inset-inline: 0.25rem;
  height: 0.15625rem;
  width: calc(100% - 0.5rem);
  border-radius: 0.375rem;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  background-color: #0a2b83;
}
.btn-burger span:nth-of-type(1) {
  top: 0.5rem;
}
.btn-burger span:nth-of-type(2) {
  top: 50%;
}
.btn-burger span:nth-of-type(3) {
  top: calc(100% - 0.5rem);
}
.btn-burger.menuIsActive span {
  width: 100% !important;
}
.btn-burger.menuIsActive span:nth-of-type(1) {
  -webkit-transform: rotate(45deg) translateY(0.3125rem);
      -ms-transform: rotate(45deg) translateY(0.3125rem);
          transform: rotate(45deg) translateY(0.3125rem);
  top: 0.625rem;
}
.btn-burger.menuIsActive span:nth-of-type(2) {
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%);
  opacity: 0;
}
.btn-burger.menuIsActive span:nth-of-type(3) {
  top: 0.625rem;
  -webkit-transform: rotate(-45deg) translateY(0rem) translateX(-0.3125rem);
      -ms-transform: rotate(-45deg) translateY(0rem) translateX(-0.3125rem);
          transform: rotate(-45deg) translateY(0rem) translateX(-0.3125rem);
}

.btn--gradient {
  min-height: 2.8125rem;
  padding-block: 0.5rem;
  font-size: 1rem;
  font-weight: 700;
  background: linear-gradient(230.29deg, #ff2a7f 15.68%, #9100e9 96.77%);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.25rem;
}
.btn--gradient i {
  color: inherit;
  font-size: 0.5rem;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
@media (any-hover: hover) {
  .btn--gradient:hover {
    background: linear-gradient(200.29deg, #ff2a7f 10.68%, #9100e9 86.77%);
  }
  .btn--gradient:hover i {
    -webkit-transform: rotate(-90deg) translateY(0.1875rem);
        -ms-transform: rotate(-90deg) translateY(0.1875rem);
            transform: rotate(-90deg) translateY(0.1875rem);
  }
}

.btn--gradient-big {
  font-size: 1.125rem;
  font-weight: bold;
  letter-spacing: -0.02em;
  -webkit-padding-start: 1.5rem;
          padding-inline-start: 1.5rem;
  -webkit-padding-end: 1.6875rem;
          padding-inline-end: 1.6875rem;
  min-height: 4.0625rem;
  border-radius: 1rem;
  background: linear-gradient(230.29deg, #ff2a7f 15.68%, #9100e9 96.77%);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.25rem;
  -webkit-filter: drop-shadow(0px 0.34375rem 1.6875rem rgba(255, 42, 127, 0.37));
          filter: drop-shadow(0px 0.34375rem 1.6875rem rgba(255, 42, 127, 0.37));
}
.btn--gradient-big i {
  font-weight: bold;
  color: inherit;
  font-size: 0.5rem;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.btn--gradient-big i::before {
  font-weight: inherit;
  font-size: inherit;
  color: inherit;
}
@media (any-hover: hover) {
  .btn--gradient-big:hover {
    background: linear-gradient(200.29deg, #ff2a7f 10.68%, #9100e9 86.77%);
  }
  .btn--gradient-big:hover i {
    -webkit-transform: rotate(-90deg) translateY(0.125rem);
        -ms-transform: rotate(-90deg) translateY(0.125rem);
            transform: rotate(-90deg) translateY(0.125rem);
  }
}
@media (max-width: 63.99875em) {
  .btn--gradient-big {
    min-height: 3rem;
    font-size: 1rem;
    padding-block: 0.75rem;
    -webkit-padding-start: 1.25rem;
            padding-inline-start: 1.25rem;
    -webkit-padding-end: 1.25rem;
            padding-inline-end: 1.25rem;
    border-radius: 0.75rem;
    gap: 0.6875rem;
  }
}

.btn--transparent {
  min-height: clamp(3rem, 2.8125vw, 3.375rem);
  background-color: transparent;
  border: 0.0625rem solid #ffffff;
  gap: clamp(0.75rem, 0.9895833333vw, 1.1875rem);
  padding-inline: clamp(1.25rem, 1.25vw, 1.5rem);
  min-width: clamp(10.9375rem, 12.1354166667vw, 14.5625rem);
}
.btn--transparent span {
  font-size: clamp(1rem, 0.9375vw, 1.125rem);
  letter-spacing: -0.02em;
}
.btn--transparent i {
  font-size: 0.5rem;
}
html[dir=ltr] .btn--transparent i {
  -webkit-transform: scaleX(-1) rotate(90deg);
      -ms-transform: scaleX(-1) rotate(90deg);
          transform: scaleX(-1) rotate(90deg);
}
@media (any-hover: hover) {
  .btn--transparent:hover {
    background-color: #ffffff;
    color: #ff2a7f;
  }
  .btn--transparent:hover i {
    -webkit-transform: rotate(-90deg) translateY(0.125rem);
        -ms-transform: rotate(-90deg) translateY(0.125rem);
            transform: rotate(-90deg) translateY(0.125rem);
  }
}

.btn--white {
  color: #1f1f68;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: clamp(0.6875rem, 1.0416666667vw, 1.25rem);
  padding-block: 0.625rem;
  padding-inline: 2.5rem;
  border-radius: clamp(0.75rem, 0.8333333333vw, 1rem);
  min-height: clamp(3rem, 3.3333333333vw, 4rem);
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #ffffff;
  background-clip: padding-box;
  border: 0.0625rem solid transparent;
}
.btn--white:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: -0.0625rem;
  border-radius: inherit;
  background: -webkit-gradient(linear, right top, left bottom, from(#338bf1), color-stop(#9100e9), color-stop(#ff2a7f), to(#fff53f));
  background: linear-gradient(to left bottom, #338bf1, #9100e9, #ff2a7f, #fff53f);
}
.btn--white::after {
  content: "";
  position: absolute;
  inset: 0.0625rem;
  width: calc(100% - 0.125rem);
  height: calc(100% - 0.125rem);
  border-radius: inherit;
  background-color: #ffffff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn--white span {
  color: inherit;
  font-size: clamp(1rem, 0.9375vw, 1.125rem);
  font-weight: 600;
}
.btn--white span,
.btn--white i {
  position: relative;
  z-index: 1;
}
.btn--white i {
  font-size: 0.5625rem;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
@media (any-hover: hover) {
  .btn--white:hover {
    color: #ffffff;
  }
  .btn--white:hover i {
    -webkit-transform: rotate(-90deg) translateY(0.1875rem);
        -ms-transform: rotate(-90deg) translateY(0.1875rem);
            transform: rotate(-90deg) translateY(0.1875rem);
  }
  .btn--white:hover::after {
    opacity: 0;
  }
}

.btn--pink {
  position: relative;
  font-size: 1.125rem;
  font-weight: bold;
  letter-spacing: -0.02em;
  padding-inline: 2.25rem;
  min-height: clamp(3rem, 3.3333333333vw, 4rem);
  border-radius: clamp(0.75rem, 0.8333333333vw, 1rem);
  border: 0.0625rem solid #ff2a7f;
  -webkit-box-shadow: 0px 0.3125rem 1.6875rem rgba(255, 42, 127, 0.37);
          box-shadow: 0px 0.3125rem 1.6875rem rgba(255, 42, 127, 0.37);
  background: #ff2a7f;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: clamp(0.6875rem, 1.0416666667vw, 1.25rem);
}
.btn--pink i {
  font-weight: bold;
  color: inherit;
  font-size: 0.5rem;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.btn--pink i::before {
  font-weight: inherit;
  font-size: inherit;
  color: inherit;
}
@media (any-hover: hover) {
  .btn--pink:hover {
    background-color: #ffffff;
    color: #ff2a7f;
  }
  .btn--pink:hover i {
    -webkit-transform: rotate(-90deg) translateY(0.125rem);
        -ms-transform: rotate(-90deg) translateY(0.125rem);
            transform: rotate(-90deg) translateY(0.125rem);
  }
}
@media (max-width: 63.99875em) {
  .btn--pink {
    min-height: 3rem;
    font-size: 1rem;
    padding-block: 0.75rem;
    -webkit-padding-start: 1.25rem;
            padding-inline-start: 1.25rem;
    -webkit-padding-end: 1.25rem;
            padding-inline-end: 1.25rem;
    border-radius: 0.75rem;
    gap: 0.6875rem;
  }
}

.btn--white-pink {
  padding-block: 0.5rem;
  padding-inline: clamp(0.625rem, 1.25vw, 1.5rem);
  min-height: clamp(2.5rem, 2.8125vw, 3.375rem);
  border-radius: clamp(0.5rem, 0.8333333333vw, 1rem);
  border: 0.0625rem solid #ffffff;
  font-size: clamp(1rem, 0.9375vw, 1.125rem);
}
.btn--white-pink.active {
  border-color: #ff2a7f;
  background-color: #ff2a7f;
}
@media (any-hover: hover) {
  .btn--white-pink:hover {
    border-color: #ff2a7f;
    background-color: #ff2a7f;
  }
}
@media (max-width: 63.99875em) {
  .btn--white-pink {
    font-weight: 400;
  }
  .btn--white-pink.active {
    border-color: #ff2a7f;
    background-color: #ff2a7f;
    font-weight: 600;
  }
}

.btn--download {
  border: 0.0625rem solid #ffffff;
  border-radius: clamp(1.4375rem, 1.4583333333vw, 1.75rem);
  min-width: clamp(9.625rem, 10.15625vw, 12.1875rem);
  min-height: clamp(2.8125rem, 2.9166666667vw, 3.5rem);
  padding-inline: 0.25rem;
  padding-block: 0.125rem;
}
.btn--download img {
  width: clamp(7.1875rem, 7.6041666667vw, 9.125rem);
}

.load-more {
  position: relative;
}
.load-more.loading .load-more__spinner {
  opacity: 1;
  visibility: visible;
}

.load-more__spinner {
  position: absolute;
  z-index: 10;
  top: calc(100% + 1.25rem);
  inset-inline-start: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: clamp(1.25rem, 2.0833333333vw, 2.5rem);
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0;
  visibility: hidden;
}
html[dir=rtl] .load-more__spinner {
  -webkit-transform: translateX(50%);
      -ms-transform: translateX(50%);
          transform: translateX(50%);
}

.input {
  border-radius: 0 !important;
  width: 100%;
  display: block;
  padding: 0px 20px;
}
.input:focus {
  border-color: #ff2a7f;
}

input[type=range] {
  width: 100%;
  background-color: #ff2a7f;
}
input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  height: 1.5rem;
  width: 1.5rem;
  background-color: #ff2a7f;
  border-radius: 50%;
  border: 0.25rem solid #ffffff;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
input[type=range]::-moz-range-thumb {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  height: 1.25rem;
  width: 1.25rem;
  background-color: #ff2a7f;
  border-radius: 50%;
  border: 0.25rem solid #ffffff;
  -moz-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
input[type=range]::-webkit-slider-thumb:hover {
  -webkit-box-shadow: 0 0 0 10px rgba(255, 42, 127, 0.1);
          box-shadow: 0 0 0 10px rgba(255, 42, 127, 0.1);
  cursor: pointer;
}
input[type=range]:active::-webkit-slider-thumb {
  -webkit-box-shadow: 0 0 0 13px rgba(255, 42, 127, 0.1);
          box-shadow: 0 0 0 13px rgba(255, 42, 127, 0.1);
  cursor: pointer;
}
input[type=range]:focus::-webkit-slider-thumb {
  -webkit-box-shadow: 0 0 0 13px rgba(255, 42, 127, 0.1);
          box-shadow: 0 0 0 13px rgba(255, 42, 127, 0.1);
  cursor: pointer;
}
input[type=range]::-moz-range-thumb:hover {
  box-shadow: 0 0 0 13px rgba(255, 42, 127, 0.1);
  cursor: pointer;
}
input[type=range]:active::-moz-range-thumb {
  box-shadow: 0 0 0 13px rgba(255, 42, 127, 0.1);
  cursor: pointer;
}
input[type=range]:focus::-moz-range-thumb {
  box-shadow: 0 0 0 13px rgba(255, 42, 127, 0.1);
  cursor: pointer;
}

.range {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  row-gap: clamp(0.5625rem, 0.7291666667vw, 0.875rem);
  -webkit-column-gap: 1.25rem;
     -moz-column-gap: 1.25rem;
          column-gap: 1.25rem;
}
.range input {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  width: 100%;
  cursor: pointer;
  outline: none;
  border-radius: 0rem;
  height: 0.1875rem;
}

h1,
h2 {
  font-weight: 600;
  font-size: clamp(2rem, 3.3333333333vw, 4rem);
  line-height: 1.18;
  text-align: center;
  letter-spacing: -0.02em;
  color: #1f1f68;
}
h1 strong,
h2 strong {
  background: linear-gradient(244.1deg, #9100e9 16.34%, #ff2a7f 34.67%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.h3, .cards-image__header h2, .image-content__title h2 {
  font-weight: 600;
  font-size: clamp(2rem, 2.9166666667vw, 3.5rem);
  line-height: 1.18;
  letter-spacing: -0.02em;
  color: #0a2b83;
}
.h3 strong, .cards-image__header h2 strong, .image-content__title h2 strong {
  background: linear-gradient(244.1deg, #9100e9 16.34%, #ff2a7f 34.67%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.title-decor, .cards-image__card-main h3, .tabs-content__item-main h1,
.tabs-content__item-main h2,
.tabs-content__item-main h3,
.tabs-content__item-main h4,
.tabs-content__item-main h5,
.tabs-content__item-main h6, .slider-info__slide-content h1,
.slider-info__slide-content h2,
.slider-info__slide-content h3,
.slider-info__slide-content h4,
.slider-info__slide-content h5,
.slider-info__slide-content h6 {
  font-size: clamp(1.25rem, 1.25vw, 1.5rem);
  font-weight: bold;
  letter-spacing: -0.02em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.875rem;
  -webkit-margin-start: clamp(-1.3125rem, -1.6666666667vw, -2rem);
          margin-inline-start: clamp(-1.3125rem, -1.6666666667vw, -2rem);
}
.title-decor span, .cards-image__card-main h3 span, .tabs-content__item-main h1 span,
.tabs-content__item-main h2 span,
.tabs-content__item-main h3 span,
.tabs-content__item-main h4 span,
.tabs-content__item-main h5 span,
.tabs-content__item-main h6 span, .slider-info__slide-content h1 span,
.slider-info__slide-content h2 span,
.slider-info__slide-content h3 span,
.slider-info__slide-content h4 span,
.slider-info__slide-content h5 span,
.slider-info__slide-content h6 span {
  position: relative;
  display: inline-block;
  width: clamp(0.875rem, 0.9375vw, 1.125rem);
  height: clamp(0.875rem, 0.9375vw, 1.125rem);
  background: none;
  background-image: url("../img/home/hero-arrow.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
html[dir=rtl] .title-decor span, html[dir=rtl] .cards-image__card-main h3 span, .cards-image__card-main html[dir=rtl] h3 span, html[dir=rtl] .tabs-content__item-main h1 span, .tabs-content__item-main html[dir=rtl] h1 span,
html[dir=rtl] .tabs-content__item-main h2 span,
.tabs-content__item-main html[dir=rtl] h2 span,
html[dir=rtl] .tabs-content__item-main h3 span,
.tabs-content__item-main html[dir=rtl] h3 span,
html[dir=rtl] .tabs-content__item-main h4 span,
.tabs-content__item-main html[dir=rtl] h4 span,
html[dir=rtl] .tabs-content__item-main h5 span,
.tabs-content__item-main html[dir=rtl] h5 span,
html[dir=rtl] .tabs-content__item-main h6 span,
.tabs-content__item-main html[dir=rtl] h6 span, html[dir=rtl] .slider-info__slide-content h1 span, .slider-info__slide-content html[dir=rtl] h1 span,
html[dir=rtl] .slider-info__slide-content h2 span,
.slider-info__slide-content html[dir=rtl] h2 span,
html[dir=rtl] .slider-info__slide-content h3 span,
.slider-info__slide-content html[dir=rtl] h3 span,
html[dir=rtl] .slider-info__slide-content h4 span,
.slider-info__slide-content html[dir=rtl] h4 span,
html[dir=rtl] .slider-info__slide-content h5 span,
.slider-info__slide-content html[dir=rtl] h5 span,
html[dir=rtl] .slider-info__slide-content h6 span,
.slider-info__slide-content html[dir=rtl] h6 span {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.editor-area h3 {
  font-size: clamp(1rem, 1.25vw, 1.5rem);
  margin-bottom: 1em;
  font-weight: 700;
}
.editor-area p:not(:last-child),
.editor-area li:not(:last-child) {
  margin-bottom: 1.25em;
}
@media (max-width: 63.99875em) {
  .editor-area p:not(:last-child),
  .editor-area li:not(:last-child) {
    margin-bottom: 1em;
  }
}
.editor-area ul {
  list-style: disc;
}
.editor-area ol {
  list-style: decimal;
}
.editor-area ul,
.editor-area ol {
  -webkit-padding-start: 1.25em;
          padding-inline-start: 1.25em;
}
.editor-area ul:not(:last-child),
.editor-area ol:not(:last-child) {
  margin-bottom: 1.25em;
}
@media (max-width: 63.99875em) {
  .editor-area ul:not(:last-child),
  .editor-area ol:not(:last-child) {
    margin-bottom: 1em;
  }
}
.editor-area a {
  color: #ff2a7f;
  font-weight: 600;
}
@media (any-hover: hover) {
  .editor-area a:hover {
    text-decoration: underline;
  }
}

.site-roadmap {
  background-color: #0a2b83;
}
.site-roadmap__inner {
  min-height: 100dvh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-block: 2.5rem;
  gap: 1.25rem;
  color: #ffffff;
  font-size: 1.875rem;
}
.site-roadmap__inner a {
  color: #ffffff;
  font-size: 1.875rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (any-hover: hover) {
  .site-roadmap__inner a:hover {
    color: #ff2a7f;
  }
}

.slider-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 1rem;
     -moz-column-gap: 1rem;
          column-gap: 1rem;
  row-gap: 1.875rem;
}
html[dir=rtl] .slider-actions {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.slider-actions button {
  position: static;
  margin: 0;
  width: 3rem;
  height: 3rem;
  border: 0.0625rem solid #ffffff;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.slider-actions button i {
  color: #ffffff;
  font-size: 0.625rem;
  font-weight: bold;
}
.slider-actions button::after {
  display: none;
}
.slider-actions .swiper-button-prev i {
  -webkit-transform: rotate(90deg) translateY(0.125rem);
      -ms-transform: rotate(90deg) translateY(0.125rem);
          transform: rotate(90deg) translateY(0.125rem);
}
.slider-actions .swiper-button-next i {
  -webkit-transform: rotate(-90deg) translateY(0.125rem);
      -ms-transform: rotate(-90deg) translateY(0.125rem);
          transform: rotate(-90deg) translateY(0.125rem);
}
.slider-actions .swiper-pagination {
  position: static;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.5rem;
}
.slider-actions .swiper-pagination-bullet {
  width: 0.5rem;
  height: 0.5rem;
  margin: 0 !important;
  padding: 0 !important;
  background-color: #dce2f3;
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.slider-actions .swiper-pagination-bullet-active {
  background: linear-gradient(227.18deg, #338bf1 10.09%, #9100e9 35.82%, #ff2a7f 71.82%, #fff53f 106.86%);
}

.slider-actions--dark button {
  border-color: #1f1f68;
}
.slider-actions--dark button i::before {
  color: #1f1f68;
}
@media (any-hover: hover) {
  .slider-actions--dark button:hover {
    border-color: #ff2a7f;
  }
  .slider-actions--dark button:hover i::before {
    color: #ff2a7f;
  }
}

.breadcrumbs-wrapper {
  padding-inline: clamp(1.25rem, 6.25vw, 7.5rem);
}
.site-header--hide .breadcrumbs-wrapper {
  display: none;
}
.breadcrumbs-wrapper ul,
.breadcrumbs-wrapper p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.3125rem;
  color: rgba(255, 255, 255, 0.7019607843);
}
.breadcrumbs-wrapper ul a,
.breadcrumbs-wrapper ul span,
.breadcrumbs-wrapper p a,
.breadcrumbs-wrapper p span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: rgba(255, 255, 255, 0.7019607843);
}
@media (any-hover: hover) {
  .breadcrumbs-wrapper ul a:hover span,
  .breadcrumbs-wrapper ul span:hover span,
  .breadcrumbs-wrapper p a:hover span,
  .breadcrumbs-wrapper p span:hover span {
    color: #ff2a7f !important;
  }
}
.breadcrumbs-wrapper ul span,
.breadcrumbs-wrapper p span {
  pointer-events: none;
  color: #ffffff;
}
@media (max-width: 63.99875em) {
  .breadcrumbs-wrapper ul a,
  .breadcrumbs-wrapper p a {
    font-size: 0.875rem;
  }
}

.site-header--hide .breadcrumbs-wrapper--dark {
  display: none;
}
.breadcrumbs-wrapper--dark ul a,
.breadcrumbs-wrapper--dark ul span,
.breadcrumbs-wrapper--dark p a,
.breadcrumbs-wrapper--dark p span {
  color: #1f1f68;
}
.breadcrumbs-wrapper--dark ul a span,
.breadcrumbs-wrapper--dark p a span {
  color: #0a2b83;
}

.cats-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: clamp(0.75rem, 0.8333333333vw, 1rem);
     -moz-column-gap: clamp(0.75rem, 0.8333333333vw, 1rem);
          column-gap: clamp(0.75rem, 0.8333333333vw, 1rem);
  row-gap: 0.75rem;
}
.cats-wrapper a,
.cats-wrapper button,
.cats-wrapper select {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: clamp(1rem, 0.9375vw, 1.125rem);
  text-align: center;
  color: #1f1f68;
  padding-inline: 1.25rem;
  padding-block: 0.375rem;
  min-height: clamp(2.5rem, 2.5vw, 3rem);
  border-radius: clamp(0.75rem, 0.7291666667vw, 0.875rem);
  border: 0.0625rem solid rgba(31, 31, 104, 0.2);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.cats-wrapper a.active,
.cats-wrapper button.active,
.cats-wrapper select.active {
  border-color: #0a2b83;
  -webkit-box-shadow: 0 0 0.0625rem 0.0625rem #0a2b83;
          box-shadow: 0 0 0.0625rem 0.0625rem #0a2b83;
  font-weight: 600;
  color: #0a2b83;
}
@media (any-hover: hover) {
  .cats-wrapper a:hover,
  .cats-wrapper button:hover,
  .cats-wrapper select:hover {
    border-color: #0a2b83;
    color: #0a2b83;
    -webkit-box-shadow: 0 0 0.0625rem 0.0625rem #0a2b83;
            box-shadow: 0 0 0.0625rem 0.0625rem #0a2b83;
  }
}
.cats-wrapper__select {
  position: relative;
}
.cats-wrapper__select select {
  -webkit-appearance: initial !important;
     -moz-appearance: initial !important;
          appearance: initial !important;
  text-align: start;
  position: relative;
  min-width: 13.75rem;
}
.cats-wrapper__select::before {
  content: "\e900";
  position: absolute;
  z-index: 4;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  inset-inline-end: 0.5rem;
  width: 1.125rem;
  height: 1.125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 0.5rem;
}

.site-dropdown__item {
  padding-inline: clamp(1.5rem, 1.6666666667vw, 2rem);
  border-radius: 1.5rem;
}
.site-dropdown__item:not(:last-child) {
  border-bottom: 0.0625rem solid #e2e8f0;
}
.site-dropdown__item:has(.isActive) {
  border-color: transparent;
  background-color: #ebeffc;
}
.site-dropdown__item-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.5rem;
  padding-block: 2.3125rem;
  width: 100%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.site-dropdown__item-header span {
  text-align: start;
  font-size: 1.25rem;
  font-weight: 700;
  font-weight: bold;
  color: #0a2b83;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.site-dropdown__item-header i {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 2.5rem;
          flex: 0 0 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  border: 0.0625rem solid #1f1f68;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.site-dropdown__item-header i::before {
  color: #1f1f68;
  line-height: 1 !important;
  font-weight: 700;
  font-size: 0.5rem;
  height: 0.375rem;
  margin: auto;
}
.site-dropdown__item-header.isActive i {
  -webkit-transform: scaleY(-1);
      -ms-transform: scaleY(-1);
          transform: scaleY(-1);
}
@media (any-hover: hover) {
  .site-dropdown__item-header:hover span {
    color: #ff2a7f;
  }
  .site-dropdown__item-header:hover i {
    border-color: #ff2a7f;
  }
  .site-dropdown__item-header:hover i::before {
    color: #ff2a7f;
  }
}
@media (max-width: 63.99875em) {
  .site-dropdown__item-header {
    padding-block: 1.5rem;
    gap: 0.625rem;
  }
  .site-dropdown__item-header span {
    font-size: 1.125rem;
  }
}
.site-dropdown__item-content {
  margin-top: clamp(-0.4375rem, -0.78125vw, -0.9375rem);
  padding-bottom: clamp(1.5rem, 1.6666666667vw, 2rem);
  display: none;
  font-size: clamp(1rem, 1.0416666667vw, 1.25rem);
  color: #1f1f68;
}
.site-dropdown__item-content h1,
.site-dropdown__item-content h2,
.site-dropdown__item-content h3,
.site-dropdown__item-content h4,
.site-dropdown__item-content h5,
.site-dropdown__item-content h6 {
  font-weight: bold;
  font-size: clamp(1rem, 1.0416666667vw, 1.25rem);
  margin-bottom: clamp(1rem, 1.0416666667vw, 1.25rem);
}
.site-dropdown__item-content h1:not(:first-child),
.site-dropdown__item-content h2:not(:first-child),
.site-dropdown__item-content h3:not(:first-child),
.site-dropdown__item-content h4:not(:first-child),
.site-dropdown__item-content h5:not(:first-child),
.site-dropdown__item-content h6:not(:first-child) {
  margin-bottom: 2rem;
}
.site-dropdown__item-content p:not(:last-child) {
  margin-bottom: 1rem;
}
.site-dropdown__item-content a:not(.btn) {
  color: #ff2a7f;
  text-decoration: underline;
}
@media (any-hover: hover) {
  .site-dropdown__item-content a:not(.btn):hover {
    text-decoration: none;
  }
}
.site-dropdown__item-content ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.75rem;
  list-style: initial;
  -webkit-padding-start: 1em;
          padding-inline-start: 1em;
}
.site-dropdown__item-content ul:not(:last-child) {
  margin-bottom: 2rem;
}
.site-dropdown__item-content .btn {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #ebeffc;
  margin-top: 2rem;
}
.site-dropdown__item-content .btn::after {
  background-color: #ebeffc;
}
.site-dropdown__item-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2rem;
  padding-bottom: clamp(1.0625rem, 1.9791666667vw, 2.375rem);
  margin-bottom: clamp(1.0625rem, 1.6666666667vw, 2rem);
  border-bottom: 0.0625rem solid #c0caea;
}
.site-dropdown__item-info p {
  margin-bottom: 0;
}
.site-dropdown__item-info p:not(:last-child) {
  margin-bottom: 0em;
}
.site-dropdown__item-info a,
.site-dropdown__item-info p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: clamp(0.5rem, 0.5208333333vw, 0.625rem);
  font-size: clamp(1rem, 0.9375vw, 1.125rem);
}
.site-dropdown__item-info a img,
.site-dropdown__item-info p img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 1rem;
          flex: 0 0 1rem;
}
.site-dropdown__item-info a span,
.site-dropdown__item-info p span {
  white-space: nowrap;
}

.site-form {
  position: relative;
}
.site-form form.submitting .wpcf7-spinner {
  visibility: visible;
}
.site-form .wpcf7-spinner {
  visibility: hidden;
  display: inline-block;
  background-color: #fbfbfb;
  opacity: 1;
  width: 1.5rem;
  height: 1.5rem;
  border: none;
  border-radius: 50%;
  padding: 0;
  margin: 0 1.5rem;
  border: 0.0625rem solid #ff2a7f;
  margin-inline: auto;
  position: absolute;
  top: calc(100% + 0.333rem);
  inset-inline-start: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
html[dir=rtl] .site-form .wpcf7-spinner {
  -webkit-transform: translateX(50%);
      -ms-transform: translateX(50%);
          transform: translateX(50%);
}
.site-form .wpcf7-spinner::before {
  content: "";
  position: absolute;
  background-color: #ff2a7f;
  top: 0.25rem;
  left: 0.25rem;
  width: 0.375rem;
  height: 0.375rem;
  border: none;
  border-radius: 50%;
  -webkit-transform-origin: 0.5rem 0.5rem;
      -ms-transform-origin: 0.5rem 0.5rem;
          transform-origin: 0.5rem 0.5rem;
  -webkit-animation-name: spin;
          animation-name: spin;
  -webkit-animation-duration: 1000ms;
          animation-duration: 1000ms;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}
@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.site-form .screen-reader-response {
  display: none;
}
.site-form .wpcf7-response-output {
  position: absolute !important;
  top: 100%;
  width: 100%;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: clamp(0.75rem, 0.7291666667vw, 0.875rem);
  line-height: 1.1;
  color: #1f1f68 !important;
  text-align: center;
  margin: 0 !important;
  padding-top: 0.3125rem;
  border: none !important;
}
.site-form .wpcf7 form.invalid .wpcf7-response-output {
  border-color: none;
  color: #eb2727 !important;
  background-color: #fbfbfb;
  position: relative;
}
.site-form .wpcf7-form-control-wrap {
  display: block;
}
.site-form .wpcf7-not-valid-tip {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 0.75rem;
  line-height: 1.2;
  border-color: #eb2727 !important;
  color: #eb2727;
  position: absolute !important;
  background-color: #fbfbfb;
  z-index: 4;
  top: 100%;
  left: 0;
  width: 100%;
  margin-top: 0.125rem;
  -webkit-padding-start: 2.5rem;
          padding-inline-start: 2.5rem;
}
@media (max-width: 63.99875em) {
  .site-form .wpcf7-not-valid-tip {
    left: 0;
    font-size: 0.6875rem;
  }
}
.site-form form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1.5rem;
}
.site-form form label {
  position: absolute;
  z-index: 1;
  top: 50%;
  inset-inline-start: 1.25rem;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  line-height: 1.5;
  font-weight: 400;
  color: #1f1f68 !important;
  pointer-events: none;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  background-color: #fbfbfb;
  padding-inline: 0.125rem;
}
.site-form form label span {
  color: #eb2727;
}
@media (max-width: 63.99875em) {
  .site-form form label {
    font-size: 1rem;
  }
}
.site-form form input,
.site-form form input:not([type=checkbox]),
.site-form form select,
.site-form form textarea {
  position: relative;
  padding-block: 0.375rem;
  width: 100%;
  border: 0.0625rem solid #d7dee8;
  border-radius: 0.5rem;
  min-height: 3.5rem;
  padding-block: 1rem;
  padding-inline: 1.25rem;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5;
  background-color: #fbfbfb;
  color: #1f1f68;
}
.site-form form input.wpcf7-not-valid,
.site-form form input:not([type=checkbox]).wpcf7-not-valid,
.site-form form select.wpcf7-not-valid,
.site-form form textarea.wpcf7-not-valid {
  border-color: #eb2727;
}
@media (max-width: 63.99875em) {
  .site-form form input,
  .site-form form input:not([type=checkbox]),
  .site-form form select,
  .site-form form textarea {
    min-height: 3rem;
  }
}
.site-form form input:not(:placeholder-shown), .site-form form input:focus-within, .site-form form input:focus, .site-form form input:focus:hover, .site-form form input:autofill, .site-form form input:-webkit-autofill,
.site-form form input:not([type=checkbox]):not(:placeholder-shown),
.site-form form input:not([type=checkbox]):focus-within,
.site-form form input:not([type=checkbox]):focus,
.site-form form input:not([type=checkbox]):focus:hover,
.site-form form input:not([type=checkbox]):autofill,
.site-form form input:not([type=checkbox]):-webkit-autofill,
.site-form form textarea:not(:placeholder-shown),
.site-form form textarea:focus-within,
.site-form form textarea:focus,
.site-form form textarea:focus:hover,
.site-form form textarea:autofill,
.site-form form textarea:-webkit-autofill {
  border-color: #0a2b83;
}
.site-form form input:not(:placeholder-shown) ~ label, .site-form form input:focus-within ~ label, .site-form form input:focus ~ label, .site-form form input:focus:hover ~ label, .site-form form input:autofill ~ label, .site-form form input:-webkit-autofill ~ label,
.site-form form input:not([type=checkbox]):not(:placeholder-shown) ~ label,
.site-form form input:not([type=checkbox]):focus-within ~ label,
.site-form form input:not([type=checkbox]):focus ~ label,
.site-form form input:not([type=checkbox]):focus:hover ~ label,
.site-form form input:not([type=checkbox]):autofill ~ label,
.site-form form input:not([type=checkbox]):-webkit-autofill ~ label,
.site-form form textarea:not(:placeholder-shown) ~ label,
.site-form form textarea:focus-within ~ label,
.site-form form textarea:focus ~ label,
.site-form form textarea:focus:hover ~ label,
.site-form form textarea:autofill ~ label,
.site-form form textarea:-webkit-autofill ~ label {
  opacity: 1;
  -webkit-transform: translateY(-2.5rem);
          transform: translateY(-2.5rem);
  font-size: 0.875rem;
  font-weight: bold;
}
html[dir=rtl] .site-form form input[type=tel] {
  text-align: start;
}
.site-form form textarea {
  height: 7.6875rem;
}
.site-form form textarea:not(:placeholder-shown), .site-form form textarea:focus-within, .site-form form textarea:focus, .site-form form textarea:focus:hover, .site-form form textarea:autofill, .site-form form textarea:-webkit-autofill {
  border-color: #0a2b83;
}
.site-form form textarea:not(:placeholder-shown) ~ label, .site-form form textarea:focus-within ~ label, .site-form form textarea:focus ~ label, .site-form form textarea:focus:hover ~ label, .site-form form textarea:autofill ~ label, .site-form form textarea:-webkit-autofill ~ label {
  opacity: 1;
  -webkit-transform: translateY(-1.25rem);
          transform: translateY(-1.25rem);
  font-size: 0.875rem;
  font-weight: bold;
}
@media (max-width: 63.99875em) {
  .site-form form textarea:not(:placeholder-shown) ~ label, .site-form form textarea:focus-within ~ label, .site-form form textarea:focus ~ label, .site-form form textarea:focus:hover ~ label, .site-form form textarea:autofill ~ label, .site-form form textarea:-webkit-autofill ~ label {
    -webkit-transform: translateY(-0.625rem);
            transform: translateY(-0.625rem);
  }
}
.site-form form .btn {
  min-width: 8.9375rem;
  min-height: 3.5rem;
}
.site-form .site-form__item {
  position: relative;
}
@media (min-width: 63.99875em) {
  .site-form .site-form__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 calc(50% - 0.75rem);
            flex: 0 1 calc(50% - 0.75rem);
  }
}
@media (max-width: 63.99875em) {
  .site-form .site-form__item {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
  }
}
.site-form .site-form__item--textarea label {
  top: 0.375rem;
  -webkit-transform: translate(0);
      -ms-transform: translate(0);
          transform: translate(0);
}
@media (min-width: 63.99875em) {
  .site-form .site-form__item--full {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
  }
}
@media (max-width: 63.99875em) {
  .site-form .site-form__item--full {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
  }
}
.site-form .site-form__item--select {
  position: relative;
}
.site-form .site-form__item--select select {
  -webkit-padding-end: 2.5rem;
          padding-inline-end: 2.5rem;
}
.site-form .site-form__item--select::before {
  content: "\e900";
  position: absolute;
  z-index: 4;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  inset-inline-end: 1rem;
  width: 1.75rem;
  height: 1.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 0.5rem;
}
@media (min-width: 63.99875em) {
  .site-form .site-form__item--submit {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
  }
}

.contact-sticky {
  position: fixed;
  z-index: 70;
  inset-inline-end: 0;
  top: 39.8958333333vw;
  padding-inline: clamp(0.78125rem, 4.1666666667vw, 5rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  pointer-events: none;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.contact-sticky.hidden {
  display: none;
}
@media (max-width: 63.99875em) {
  .contact-sticky {
    top: 90svh;
  }
}
.contact-sticky__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: clamp(0.5rem, 0.8333333333vw, 1rem);
  min-height: clamp(2.6875rem, 4.1666666667vw, 5rem);
  padding-block: 0.375rem;
  -webkit-padding-end: clamp(1.25rem, 1.1979166667vw, 1.4375rem);
          padding-inline-end: clamp(1.25rem, 1.1979166667vw, 1.4375rem);
  -webkit-padding-start: clamp(0.40625rem, 0.6770833333vw, 0.8125rem);
          padding-inline-start: clamp(0.40625rem, 0.6770833333vw, 0.8125rem);
  border-radius: clamp(1.5rem, 2.0833333333vw, 2.5rem);
  background-color: #ffffff;
  min-width: clamp(10.625rem, 12.8125vw, 15.375rem);
  pointer-events: all;
  -webkit-box-shadow: 0px 0.19375rem 1.9375rem 0px rgba(181, 198, 247, 0.5);
          box-shadow: 0px 0.19375rem 1.9375rem 0px rgba(181, 198, 247, 0.5);
}
@media (any-hover: hover) {
  .contact-sticky__btn:hover {
    background-color: #ffeef5;
  }
  .contact-sticky__btn:hover .contact-sticky__btn-icon {
    background-color: #ffffff;
  }
}
.contact-sticky__btn-icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 clamp(2.1875rem, 2.8125vw, 3.375rem);
          flex: 0 0 clamp(2.1875rem, 2.8125vw, 3.375rem);
  height: clamp(2.1875rem, 2.8125vw, 3.375rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #ffeef5;
  border-radius: 50%;
}
.contact-sticky__btn-icon img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 clamp(1.25rem, 1.5625vw, 1.875rem);
          flex: 0 0 clamp(1.25rem, 1.5625vw, 1.875rem);
}
.contact-sticky__btn-text {
  font-weight: 600;
  color: #1f1f68;
  font-size: clamp(1.125rem, 1.25vw, 1.5rem);
  white-space: nowrap;
}

.faq-type-3 .faq__inner {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -ms-flex-line-pack: start;
      align-content: start;
  -ms-grid-rows: auto 1fr;
  grid-template-rows: auto 1fr;
}
.faq-type-3 .faq__bottom,
.faq-type-3 .faq__header {
  -ms-flex-item-align: start;
      -ms-grid-row-align: start;
      align-self: start;
}

.btns-download {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: clamp(0.875rem, 0.8854166667vw, 1.0625rem);
}
@media (max-width: 29.99875em) {
  .btns-download {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
  }
}

.site-header {
  position: sticky;
  z-index: 100;
  top: 0;
  inset-inline-start: 0;
  width: 100%;
}
.site-header.site-header--hide {
  display: none;
}
@media (max-width: 75em) {
  .site-header {
    background-color: #ffffff;
  }
}
.site-header__inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3.75vw;
  padding-block: 0.96875rem;
  padding-inline: 4.1666666667vw;
  border-radius: 1rem;
  background-color: #ffffff;
  min-height: 5rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.site-header__inner::before {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 102;
  background-color: #ffffff;
  pointer-events: none;
  opacity: 0;
}
.menuIsActive .site-header__inner::before {
  opacity: 1;
}
@media (max-width: 112.5em) {
  .site-header__inner {
    margin-inline: -1.5625rem;
  }
}
@media (min-width: 75em) {
  .site-header__inner {
    margin-top: 1.5rem;
    -webkit-box-shadow: 0px 0.25rem 0.625rem rgba(0, 0, 0, 0.08);
            box-shadow: 0px 0.25rem 0.625rem rgba(0, 0, 0, 0.08);
  }
  .fixed .site-header__inner {
    -webkit-transform: translateY(-1.25rem);
        -ms-transform: translateY(-1.25rem);
            transform: translateY(-1.25rem);
  }
}
@media (max-width: 75em) {
  .site-header__inner {
    margin-inline: 0;
    gap: 3.5897435897vw;
    overflow: hidden;
    padding-top: 0.9375rem;
    padding-bottom: 0.625rem;
    border: unset;
    padding-inline: 0;
    margin-inline: -0.625rem;
    padding-inline: 0.625rem;
    min-height: 5rem;
  }
}
@media (max-width: 63.99875em) {
  .site-header__inner {
    min-height: 3.9375rem;
  }
}
.site-header__logo {
  position: relative;
  z-index: 102;
}
.site-header__logo img {
  width: clamp(7.25rem, 7.34375vw, 8.8125rem);
  -o-object-fit: contain;
     object-fit: contain;
}
@media (min-width: 75em) {
  .site-header__navs-wrap {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
  .site-header__navs-wrap.menuIsActive {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    pointer-events: all;
    visibility: visible;
    opacity: 1;
  }
  .site-header__navs-wrap.subMenuShow {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
}
@media (max-width: 75em) {
  .site-header__navs-wrap {
    position: fixed;
    z-index: 99;
    inset: 0;
    width: 100%;
    max-width: 100%;
    min-height: 100dvh;
    overflow: auto;
    background-color: #ffffff;
    padding-top: 5.625rem;
    padding-inline: clamp(1rem, 1.25vw, 1.5rem);
    padding-bottom: 3.1875rem;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
            transform: translateX(100%);
    visibility: hidden;
    opacity: 0;
    pointer-events: all;
  }
  html[dir=rtl] .site-header__navs-wrap {
    -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  html[dir=rtl] .site-header__navs-wrap.menuIsActive {
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
  }
  .site-header__navs-wrap:not(.menu-drop__secondary-menu) h3 {
    display: none;
  }
  .site-header__navs-wrap.menuIsActive {
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
    pointer-events: all;
    visibility: visible;
    opacity: 1;
  }
  .site-header__navs-wrap.subMenuShow {
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
    pointer-events: none;
    visibility: hidden;
  }
}
.site-header__btn-mob-back {
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 3rem;
  border: 0.5rem;
  width: 100%;
  margin-bottom: 1.0625rem;
  font-size: 1rem;
  gap: 0.25rem;
  background-color: #f1f1f9;
  pointer-events: none;
}
.site-header__btn-mob-back i,
.site-header__btn-mob-back span {
  pointer-events: none;
}
.site-header__btn-mob-back i {
  width: 1.25rem;
  height: 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
  font-size: 0.5rem;
}
@media (max-width: 75em) {
  .site-header__btn-mob-back.toShow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    pointer-events: all;
  }
}
html[dir=rtl] .site-header__btn-mob-back {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
html[dir=rtl] .site-header__btn-mob-back i {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
.site-header__navs-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 3.75vw;
}
@media (max-width: 75em) {
  .site-header__navs-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 0rem;
  }
}
@media (min-width: 75em) {
  .site-header__main-nav h3 {
    display: none;
  }
}
@media (max-width: 75em) {
  .site-header__main-nav h3 {
    font-size: 0.875rem;
    font-weight: bold;
    margin-bottom: 0.75rem;
    display: none;
  }
}
@media (max-width: 75em) {
  .site-header__main-nav {
    width: 100%;
    padding-bottom: 0.75rem;
    border-bottom: 0.0625rem solid #e2e8f0;
    margin-bottom: 0rem;
  }
}
.site-header__nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.5rem;
}
.site-header__nav ul a {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (any-hover: hover) {
  .site-header__nav ul a:hover {
    color: #ff2a7f;
  }
}
@media (max-width: 75em) {
  .site-header__nav ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    gap: 0.5rem;
  }
  .site-header__nav ul a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    min-height: 3rem;
    font-size: 1rem;
  }
}
@media (max-width: 75em) {
  .site-header__nav li {
    width: 100%;
  }
}
.site-header__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.6666666667vw;
}
.site-header__actions nav > ul .menu-item-has-children {
  position: relative;
  padding-bottom: 0.25rem;
  margin-bottom: -0.25rem;
}
.site-header__actions nav > ul .menu-item-has-children > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-padding-end: 1.5rem;
          padding-inline-end: 1.5rem;
}
.site-header__actions nav > ul .menu-item-has-children > a::before {
  content: "\e900";
  position: absolute;
  inset-inline-end: 0;
  top: -0.125rem;
  width: 1.25rem;
  height: 100%;
  font-size: 0.625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 75em) {
  .site-header__actions nav > ul .menu-item-has-children > a {
    color: #ffffff;
  }
}
@media (any-hover: hover) {
  /* .site-header__actions nav > ul .menu-item-has-children:hover > a::before {
    -webkit-transform: scaleY(-1);
        -ms-transform: scaleY(-1);
            transform: scaleY(-1);
  } */
  /* .site-header__actions nav > ul .menu-item-has-children:hover .sub-menu {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
  } */
}
/* Show dropdown when active */
.site-header__actions nav > ul .menu-item-has-children.active > a::before {
  -webkit-transform: scaleY(-1);
      -ms-transform: scaleY(-1);
          transform: scaleY(-1);
}
@media (max-width: 750em) {
  /* .site-header__actions nav > ul .menu-item-has-children:focus-within > a::before {
    -webkit-transform: scaleY(-1);
        -ms-transform: scaleY(-1);
            transform: scaleY(-1);
  } */
  /* .site-header__actions nav > ul .menu-item-has-children:focus-within .sub-menu {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
  } */
}
.site-header__actions nav > ul .sub-menu {
  position: absolute;
  z-index: 20;
  top: 100%;
  inset-inline-start: 50%;
  width: 100%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  border-radius: 0.5rem;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 0.0625rem 0.0625rem #e2e8f0;
          box-shadow: 0 0 0.0625rem 0.0625rem #e2e8f0;
  padding-block: 0.25rem;
  padding-inline: 0.1875rem;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
html[dir=rtl] .site-header__actions nav > ul .sub-menu {
  -webkit-transform: translateX(50%);
      -ms-transform: translateX(50%);
          transform: translateX(50%);
}
.site-header__actions nav > ul .sub-menu li {
  width: 100%;
}
.site-header__actions nav > ul .sub-menu a {
  width: 100%;
  text-align: center;
}
@media (max-width: 75em) {
  .site-header__actions {
    padding-top: 1.5rem;
    width: 100%;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 1rem;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 2.9375rem;
  }
  .site-header__actions a {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 15.3125rem;
            flex: 0 1 15.3125rem;
    font-size: 1rem;
    font-weight: bold;
  }
}
@media (min-width: 75em) {
  .site-header__languages-mob {
    display: none;
  }
}
@media (max-width: 75em) {
  .site-header__languages-mob {
    width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    -webkit-padding-end: 0.3125rem;
            padding-inline-end: 0.3125rem;
  }
  .site-header__languages-mob button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    text-transform: capitalize;
    gap: 2.5rem;
    width: 100%;
  }
  .site-header__languages-mob button i,
  .site-header__languages-mob button span {
    pointer-events: none;
  }
  .site-header__languages-mob button span {
    font-weight: 700;
    font-size: 0.875rem;
  }
  .site-header__languages-mob button i {
    font-size: 8;
  }
  .site-header__languages-mob nav {
    padding-top: 1.75rem;
    display: none;
  }
  .site-header__languages-mob nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.5rem;
  }
  .site-header__languages-mob nav a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .site-header__languages-mob nav li {
    -webkit-padding-start: 0.8125rem;
            padding-inline-start: 0.8125rem;
  }
  .site-header__languages-mob nav li.current-lang a {
    position: relative;
  }
  .site-header__languages-mob nav li.current-lang a::before {
    content: "";
    position: absolute;
    top: 50%;
    inset-inline-end: 0;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 1.5rem;
    height: 1.5rem;
    background-image: url("../img/menu/item-5.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
}
.site-header__languages ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem;
}
.site-header__languages a {
  text-transform: uppercase;
}
@media (max-width: 75em) {
  .site-header__languages {
    display: none;
  }
}
@media (any-hover: hover) {
  .site-header__login:hover {
    text-decoration: underline;
    color: #ff2a7f;
  }
}
@media (max-width: 75em) {
  .site-header__login {
    min-width: 10.6875rem;
    min-height: 2.8125rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    border-radius: 0.5rem;
    border: 0.0625rem solid #d7dee8;
  }
}
.site-header__pnohe {
  position: relative;
  z-index: 102;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.1875rem;
  -webkit-margin-start: auto;
          margin-inline-start: auto;
}
.site-header__pnohe span {
  font-weight: 600;
  color: #0a2b83;
}
.site-header__pnohe img {
  width: 1.0625rem;
  height: 1.0625rem;
}
@media (any-hover: hover) {
  .site-header__pnohe:hover span {
    color: #ff2a7f;
  }
}
@media (min-width: 75em) {
  .site-header__pnohe {
    display: none;
  }
}

.menu-drop {
  overflow: hidden;
}
@media (min-width: 75em) {
  .menu-drop {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
            transform: translateY(-100%);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: absolute;
    z-index: 102;
    top: calc(100% + 1.25vw);
    width: 100%;
    max-width: 85.625rem;
    inset-inline-start: 0;
    height: 100%;
    min-height: calc(90dvh - 7.2916666667vw);
    padding-block: 1.6666666667vw;
    -webkit-padding-end: 2.0833333333vw;
            padding-inline-end: 2.0833333333vw;
    border-radius: 1rem;
    border: 0.0625rem solid #e2e8f0;
    overflow: auto;
    background-color: #ffffff;
    -webkit-box-shadow: 0px 0.25rem 0.625rem 0px rgba(0, 0, 0, 0.08);
            box-shadow: 0px 0.25rem 0.625rem 0px rgba(0, 0, 0, 0.08);
  }
  .menu-drop.show {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
  }
}
@media (max-width: 75em) {
  .menu-drop {
    display: none;
  }
  .menu-drop.isActive {
    display: block;
  }
  .menu-drop ul,
  .menu-drop li {
    width: 100%;
  }
}
@media (min-width: 75em) {
  .menu-drop__inner {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 23.625rem 1fr;
    grid-template-columns: 23.625rem 1fr;
  }
}
@media (max-width: 75em) {
  .menu-drop__inner {
    width: 100%;
  }
}
.menu-drop__side {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
  position: relative;
  z-index: 2;
}
.menu-drop__side h3 {
  color: #1f1f68;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 0.75rem;
}
@media (min-width: 75em) {
  .menu-drop__side {
    -webkit-padding-end: 2.7604166667vw;
            padding-inline-end: 2.7604166667vw;
    -webkit-padding-start: 2.0833333333vw;
            padding-inline-start: 2.0833333333vw;
    background-color: #ffffff;
  }
  .menu-drop__side::before {
    content: "";
    position: absolute;
    inset-inline-end: 0;
    top: 0.9375rem;
    bottom: 1.375rem;
    width: 0.0625rem;
    background-color: #e2e8f0;
  }
}
@media (max-width: 63.99875em) {
  .menu-drop__side {
    gap: 0px;
  }
}
.menu-drop__main-menu > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5rem;
}
.menu-drop__main-menu a {
  font-size: 1rem;
  min-height: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.menu-drop__main-menu a img,
.menu-drop__main-menu a span {
  pointer-events: none;
}
.menu-drop__main-menu a span {
  color: inherit;
}
@media (any-hover: hover) {
  .menu-drop__main-menu a:hover {
    color: #ff2a7f;
  }
}
.menu-drop__main-menu .submenu-dropdown {
  overflow: hidden;
}
.menu-drop__main-menu .submenu-dropdown > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  padding-block: 0.5rem;
  -webkit-padding-start: 1rem;
          padding-inline-start: 1rem;
  -webkit-padding-end: 0.5rem;
          padding-inline-end: 0.5rem;
  border-radius: 0.5rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
}
.menu-drop__main-menu .submenu-dropdown > a span {
  color: inherit;
  font-weight: 600;
}
.menu-drop__main-menu .submenu-dropdown > a img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 2rem;
          flex: 0 0 2rem;
  height: 2rem;
}
.menu-drop__main-menu .submenu-dropdown > a::before {
  content: "\e900";
  position: absolute;
  z-index: 2;
  width: 1.25rem;
  height: 1.25rem;
  top: 50%;
  inset-inline-end: 0.5rem;
  -webkit-transform: translateY(-50%) rotate(-90deg);
      -ms-transform: translateY(-50%) rotate(-90deg);
          transform: translateY(-50%) rotate(-90deg);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 0.5rem;
  color: inherit;
  font-weight: 700;
  opacity: 0;
}
html[dir=rtl] .menu-drop__main-menu .submenu-dropdown > a::before {
  -webkit-transform: translateY(-50%) rotate(90deg);
      -ms-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
}
.menu-drop__main-menu .submenu-dropdown > a::after {
  content: "";
  position: absolute;
  top: 100%;
  inset-inline-start: 2.03125rem;
  height: 100vw;
  width: 0.0625rem;
  background-color: #ff2a7f;
}
@media (max-width: 75em) {
  .menu-drop__main-menu .submenu-dropdown > a::after {
    inset-inline-start: 1.5rem;
  }
}
@media (any-hover: hover) {
  .menu-drop__main-menu .submenu-dropdown > a:hover {
    color: #ff2a7f;
    background-color: #f1f1f9;
  }
  .menu-drop__main-menu .submenu-dropdown > a:hover::before {
    opacity: 1;
  }
}
.menu-drop__main-menu .submenu-dropdown > a.active {
  color: #ff2a7f;
}
.menu-drop__main-menu .submenu-dropdown > a.active::before {
  opacity: 1;
  -webkit-transform: translateY(-50%) rotate(0deg);
      -ms-transform: translateY(-50%) rotate(0deg);
          transform: translateY(-50%) rotate(0deg);
}
html[dir=rtl] .menu-drop__main-menu .submenu-dropdown > a.active::before {
  -webkit-transform: translateY(-50%) rotate(0deg);
      -ms-transform: translateY(-50%) rotate(0deg);
          transform: translateY(-50%) rotate(0deg);
}
@media (min-width: 75em) {
  .menu-drop__main-menu .submenu-dropdown > a {
    color: #1f1f68;
  }
}
@media (max-width: 75em) {
  .menu-drop__main-menu .submenu-dropdown > a {
    min-height: 3rem;
    -webkit-padding-start: 0.5rem;
            padding-inline-start: 0.5rem;
  }
  .menu-drop__main-menu .submenu-dropdown > a::before {
    opacity: 1;
  }
}
.menu-drop__main-menu .submenu-dropdown > .sub-menu {
  display: none;
  margin-block: 0.5rem;
  -webkit-padding-start: 3.625rem;
          padding-inline-start: 3.625rem;
}
.menu-drop__main-menu .submenu-dropdown > .sub-menu > .menu-item-has-children {
  position: relative;
}
.menu-drop__main-menu .submenu-dropdown > .sub-menu > .menu-item-has-children.active > a {
  color: #ff2a7f;
}
.menu-drop__main-menu .submenu-dropdown > .sub-menu > .menu-item-has-children > span {
  position: absolute;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  top: 0;
  inset-inline-end: 0rem;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
  width: 2.5rem;
  height: 100%;
}
html[dir=rtl] .menu-drop__main-menu .submenu-dropdown > .sub-menu > .menu-item-has-children > span {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
.menu-drop__main-menu .submenu-dropdown > .sub-menu > .menu-item-has-children > span::before {
  font-size: 0.5rem;
}
.menu-drop__main-menu .submenu-dropdown > .sub-menu > .menu-item-has-children > a {
  position: relative;
  -webkit-padding-end: 2.5rem;
          padding-inline-end: 2.5rem;
}
.menu-drop__main-menu .submenu-dropdown > .sub-menu > li:not(:last-child) {
  margin-bottom: 0.5rem;
}
@media (max-width: 75em) {
  .menu-drop__main-menu .submenu-dropdown > .sub-menu {
    -webkit-padding-start: 2.625rem;
            padding-inline-start: 2.625rem;
  }
}
@media (min-width: 75em) {
  .menu-drop__main-menu .submenu-dropdown > .sub-menu > .menu-item-has-children > .sub-menu {
    display: none;
  }
}
@media (max-width: 75em) {
  .menu-drop__main-menu .submenu-dropdown > .sub-menu > .menu-item-has-children > .sub-menu {
    position: fixed;
    z-index: 140;
    inset: 0;
    width: 100%;
    max-width: 100%;
    min-height: 100dvh;
    height: 100%;
    overflow: auto;
    background-color: #ffffff;
    padding-top: 5.625rem;
    padding-inline: clamp(1rem, 1.25vw, 1.5rem);
    padding-bottom: 3.1875rem;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
            transform: translateX(-100%);
    visibility: hidden;
    opacity: 0;
    pointer-events: all;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  html[dir=rtl] .menu-drop__main-menu .submenu-dropdown > .sub-menu > .menu-item-has-children > .sub-menu {
    -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
            transform: translateX(100%);
  }
  html[dir=rtl] .menu-drop__main-menu .submenu-dropdown > .sub-menu > .menu-item-has-children > .sub-menu.active {
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
  }
  .menu-drop__main-menu .submenu-dropdown > .sub-menu > .menu-item-has-children > .sub-menu.active {
    -webkit-transform: translateX(0) scale(1);
        -ms-transform: translateX(0) scale(1);
            transform: translateX(0) scale(1);
    pointer-events: all;
    visibility: visible;
    opacity: 1;
  }
  .menu-drop__main-menu .submenu-dropdown > .sub-menu > .menu-item-has-children > .sub-menu > li > a {
    font-weight: bold;
    min-height: initial;
    margin-bottom: 0.75rem;
    font-size: 0.875rem;
  }
  .menu-drop__main-menu .submenu-dropdown > .sub-menu > .menu-item-has-children > .sub-menu > li .sub-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.5rem;
  }
  .menu-drop__main-menu .submenu-dropdown > .sub-menu > .menu-item-has-children > .sub-menu > li .sub-menu a {
    min-height: 2.5rem;
    -webkit-padding-start: 1rem;
            padding-inline-start: 1rem;
  }
  .menu-drop__main-menu .submenu-dropdown > .sub-menu > .menu-item-has-children > .sub-menu > li:not(:last-child) {
    padding-bottom: 1rem;
    border-bottom: 0.0625rem solid #e2e8f0;
    margin-bottom: 2rem;
  }
}
.menu-drop__secondary-menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5rem;
}
.menu-drop__secondary-menu a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 2.5rem;
}
@media (any-hover: hover) {
  .menu-drop__secondary-menu a:hover {
    color: #ff2a7f;
  }
}
@media (max-width: 63.99875em) {
  .menu-drop__secondary-menu a {
    min-height: 3rem;
  }
}
@media (max-width: 75em) {
  .menu-drop__secondary-menu {
    padding-top: 1rem;
    padding-bottom: 0 !important;
  }
  .menu-drop__secondary-menu h3 {
    display: initial !important;
  }
}
@media (max-width: 75em) {
  .menu-drop__main-menu, .menu-drop__secondary-menu {
    padding-bottom: 1rem;
  }
}
@media (max-width: 75em) {
  .menu-drop__secondary-menu {
    padding-bottom: 1rem;
    border-top: 0.0625rem solid #e2e8f0;
  }
}
.menu-drop__middle {
  -webkit-padding-start: 4.1666666667vw;
          padding-inline-start: 4.1666666667vw;
  -webkit-padding-end: 2.0833333333vw;
          padding-inline-end: 2.0833333333vw;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
}
.menu-drop__middle > .sub-menu {
  position: relative;
  z-index: 1;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 7.03125vw;
     -moz-column-gap: 7.03125vw;
          column-gap: 7.03125vw;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  row-gap: 2rem;
  opacity: 0;
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%);
}
html[dir=rtl] .menu-drop__middle > .sub-menu {
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
}
.menu-drop__middle > .sub-menu > li:last-child {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 18.4375rem;
          flex: 0 1 18.4375rem;
}
.menu-drop__middle > .sub-menu > li > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 700;
  color: #1f1f68;
  margin-bottom: 1rem;
}
.menu-drop__middle > .sub-menu > li:nth-child(3n-1) {
  position: relative;
}
.menu-drop__middle > .sub-menu > li:nth-child(3n-1):not(:last-child)::before {
  content: "";
  position: absolute;
  inset-inline-start: calc(100% + 3.5416666667vw);
  top: 0.9375rem;
  bottom: 1.375rem;
  width: 0.0625rem;
  background-color: #e2e8f0;
}
.menu-drop__middle > .sub-menu.toShow {
  -webkit-animation: moveIn 0.4s forwards;
          animation: moveIn 0.4s forwards;
}
@-webkit-keyframes moveIn {
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes moveIn {
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.menu-drop__middle .sub-menu li {
  min-width: 9.25rem;
}
.menu-drop__middle .sub-menu li ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
}
@media (any-hover: hover) {
  .menu-drop__middle .sub-menu li ul a:hover {
    color: #ff2a7f;
  }
}
@media (max-width: 75em) {
  .menu-drop__middle {
    display: none;
  }
}

.sub-menu-decorated h3 {
  font-size: 1.125rem;
  font-weight: 700;
  color: #1f1f68;
}
.sub-menu-decorated h3 strong {
  background: linear-gradient(226deg, #338bf1 -47.42%, #9100e9 -7.65%, #ff2a7f 48.02%, #fff53f 102.2%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.sub-menu-decorated ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.125rem;
  margin-bottom: 2.5625rem;
}
.sub-menu-decorated ul li {
  position: relative;
  -webkit-padding-start: 2.5rem;
          padding-inline-start: 2.5rem;
}
.sub-menu-decorated ul li::before {
  content: "";
  position: absolute;
  top: 50%;
  inset-inline-start: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1.5rem;
  height: 1.5rem;
  background-image: url("../img/menu/item-5.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.sub-menu-decorated a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  color: #1f1f68;
  font-size: 1rem;
  min-height: 3rem !important;
  border-radius: 0.5rem;
  background-color: #f1f1f9;
}
@media (any-hover: hover) {
  .sub-menu-decorated a:hover {
    background-color: #ff2a7f;
    color: #ffffff;
  }
}

.mega-menu-link.active {
  color: #ff2a7f;
}
.mega-menu-link.active span {
  text-decoration: underline;
}
.mega-menu-link.active i {
  -webkit-transform: scaleY(-1);
      -ms-transform: scaleY(-1);
          transform: scaleY(-1);
}
.mega-menu-link a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
}
.mega-menu-link a i {
  font-size: 0.5rem;
}
@media (any-hover: hover) {
  .mega-menu-link a:hover span {
    text-decoration: underline;
  }
  .mega-menu-link a:hover i {
    text-decoration: none !important;
  }
}
.footer {
  position: relative;
  z-index: 71;
}
.footer.footer--hide {
  display: none;
}
.footer__bg img {
  position: absolute;
  z-index: -1;
  aspect-ratio: 1;
}
html[dir=rtl] .footer__bg img {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.footer__bg img:nth-child(1) {
  inset-inline-end: -13%;
  top: 33%;
}
.footer__bg img:nth-child(2) {
  inset-inline-start: -15%;
  top: 33%;
}
@media (max-width: 100em) {
  .footer__bg img {
    width: clamp(18.75rem, 36.4583333333vw, 43.75rem);
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media (max-width: 63.99875em) {
  .footer__bg img:nth-child(1) {
    width: 60%;
    inset-inline-end: 0;
    top: initial;
    bottom: 20%;
  }
  .footer__bg img:nth-child(2) {
    inset-inline-start: initial;
    inset-inline-end: -5%;
    width: 30%;
    top: 38%;
  }
}
.footer__inner {
  border-radius: 2.5rem;
  overflow: hidden;
  position: relative;
  isolation: isolate;
  background: -webkit-gradient(linear, left top, left bottom, from(#eaeef9), to(#dae0fa));
  background: linear-gradient(180deg, #eaeef9 0%, #dae0fa 100%);
}
@media (min-width: 63.99875em) {
  .footer__inner {
    padding-block: 3.0625rem;
    padding-inline: 2.625rem;
    margin-inline: 1.6666666667vw;
    margin-bottom: 5.4375rem;
  }
}
@media (max-width: 112.5em) {
  .footer__inner {
    margin-inline: -1.25rem;
  }
}
@media (max-width: 63.99875em) {
  .footer__inner {
    padding-bottom: 2.25rem;
    border-radius: 1.5rem;
    margin-bottom: 1.6875rem;
    margin-inline: 0;
  }
}
.footer__top {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 63.99875em) {
  .footer__top {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    background-color: #ffffff;
    border-radius: 6.1538461538vw;
    overflow: hidden;
  }
}
.footer__top-content {
  background-color: #d6def9;
  -webkit-padding-start: 5rem;
          padding-inline-start: 5rem;
  -webkit-padding-end: clamp(1.25rem, 1.5625vw, 1.875rem);
          padding-inline-end: clamp(1.25rem, 1.5625vw, 1.875rem);
  padding-top: 6.1875rem;
  padding-bottom: 3.125rem;
}
.footer__top-content h1,
.footer__top-content h2,
.footer__top-content h3,
.footer__top-content h4,
.footer__top-content h5,
.footer__top-content h6 {
  text-align: start;
  font-size: clamp(2rem, 2.96875vw, 3.5625rem);
}
@media (min-width: 63.99875em) {
  .footer__top-content {
    -webkit-clip-path: polygon(0% 5.666%, 0% 5.666%, 0.029% 4.747%, 0.114% 3.875%, 0.249% 3.062%, 0.43% 2.32%, 0.653% 1.659%, 0.913% 1.093%, 1.205% 0.632%, 1.525% 0.289%, 1.868% 0.074%, 2.23% 0%, 94.426% 0%, 100% 50%, 94.426% 100%, 2.23% 100%, 2.23% 100%, 1.868% 99.926%, 1.525% 99.711%, 1.205% 99.368%, 0.913% 98.907%, 0.653% 98.341%, 0.43% 97.68%, 0.249% 96.938%, 0.114% 96.125%, 0.029% 95.253%, 0% 94.334%, 0% 5.666%);
            clip-path: polygon(0% 5.666%, 0% 5.666%, 0.029% 4.747%, 0.114% 3.875%, 0.249% 3.062%, 0.43% 2.32%, 0.653% 1.659%, 0.913% 1.093%, 1.205% 0.632%, 1.525% 0.289%, 1.868% 0.074%, 2.23% 0%, 94.426% 0%, 100% 50%, 94.426% 100%, 2.23% 100%, 2.23% 100%, 1.868% 99.926%, 1.525% 99.711%, 1.205% 99.368%, 0.913% 98.907%, 0.653% 98.341%, 0.43% 97.68%, 0.249% 96.938%, 0.114% 96.125%, 0.029% 95.253%, 0% 94.334%, 0% 5.666%);
  }
  html[dir=rtl] .footer__top-content {
    -webkit-clip-path: polygon(99.849% 94.42%, 99.849% 94.42%, 99.819% 95.328%, 99.733% 96.19%, 99.596% 96.992%, 99.414% 97.725%, 99.19% 98.375%, 98.929% 98.933%, 98.637% 99.385%, 98.316% 99.722%, 97.973% 99.931%, 97.612% 100%, 5.485% 98.998%, 0% 49.478%, 5.655% 0.078%, 97.782% 1.08%, 97.782% 1.08%, 98.143% 1.157%, 98.485% 1.373%, 98.804% 1.716%, 99.096% 2.175%, 99.354% 2.738%, 99.576% 3.394%, 99.756% 4.13%, 99.889% 4.936%, 99.972% 5.799%, 100% 6.708%, 99.849% 94.42%);
            clip-path: polygon(99.849% 94.42%, 99.849% 94.42%, 99.819% 95.328%, 99.733% 96.19%, 99.596% 96.992%, 99.414% 97.725%, 99.19% 98.375%, 98.929% 98.933%, 98.637% 99.385%, 98.316% 99.722%, 97.973% 99.931%, 97.612% 100%, 5.485% 98.998%, 0% 49.478%, 5.655% 0.078%, 97.782% 1.08%, 97.782% 1.08%, 98.143% 1.157%, 98.485% 1.373%, 98.804% 1.716%, 99.096% 2.175%, 99.354% 2.738%, 99.576% 3.394%, 99.756% 4.13%, 99.889% 4.936%, 99.972% 5.799%, 100% 6.708%, 99.849% 94.42%);
  }
}
@media (max-width: 63.99875em) {
  .footer__top-content {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    min-height: 62.8205128205vw;
    padding-top: 21.2820512821vw;
    padding-inline: 6.6666666667vw;
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: -10.2564102564vw;
    -webkit-clip-path: polygon(0% 0%, 50.136% 21.811%, 100% 0%, 100% 90.123%, 100% 90.123%, 99.914% 91.726%, 99.667% 93.245%, 99.27% 94.662%, 98.738% 95.956%, 98.085% 97.107%, 97.323% 98.094%, 96.466% 98.898%, 95.527% 99.496%, 94.521% 99.871%, 93.46% 100%, 6.54% 100%, 6.54% 100%, 5.479% 99.871%, 4.473% 99.496%, 3.534% 98.898%, 2.677% 98.094%, 1.915% 97.107%, 1.262% 95.956%, 0.73% 94.662%, 0.333% 93.245%, 0.086% 91.726%, 0% 90.123%, 0% 0%);
            clip-path: polygon(0% 0%, 50.136% 21.811%, 100% 0%, 100% 90.123%, 100% 90.123%, 99.914% 91.726%, 99.667% 93.245%, 99.27% 94.662%, 98.738% 95.956%, 98.085% 97.107%, 97.323% 98.094%, 96.466% 98.898%, 95.527% 99.496%, 94.521% 99.871%, 93.46% 100%, 6.54% 100%, 6.54% 100%, 5.479% 99.871%, 4.473% 99.496%, 3.534% 98.898%, 2.677% 98.094%, 1.915% 97.107%, 1.262% 95.956%, 0.73% 94.662%, 0.333% 93.245%, 0.086% 91.726%, 0% 90.123%, 0% 0%);
  }
  .footer__top-content h2 {
    text-align: center;
    font-size: 8.2051282051vw;
  }
}
.footer__top-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1.09375rem;
  margin-top: clamp(1.25rem, 1.6666666667vw, 2rem);
}
.footer__top-links a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-block: 0.5rem;
  padding-inline: 1.25rem;
  min-height: clamp(3rem, 2.9166666667vw, 3.5rem);
  min-width: clamp(6.25rem, 10vw, 12rem);
  border-radius: clamp(1.5rem, 1.4583333333vw, 1.75rem);
  border: 0.0625rem solid #1f1f68;
}
.footer__top-links a img {
  width: clamp(6.25rem, 7.6041666667vw, 9.125rem);
  -o-object-fit: contain;
     object-fit: contain;
}
@media (min-width: 63.99875em) {
  .footer__top-links {
    -webkit-padding-end: 1.25rem;
            padding-inline-end: 1.25rem;
  }
}
@media (max-width: 63.99875em) {
  .footer__top-links {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.footer__top-media {
  min-height: 22.0625rem;
  position: relative;
}
.footer__top-media img,
.footer__top-media video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 63.99875em) {
  .footer__top-media {
    -webkit-clip-path: polygon(0% 0%, 97.494% 0%, 97.494% 0%, 97.9% 0.074%, 98.286% 0.289%, 98.646% 0.632%, 98.974% 1.093%, 99.266% 1.659%, 99.516% 2.32%, 99.72% 3.062%, 99.872% 3.875%, 99.967% 4.747%, 100% 5.666%, 100% 94.334%, 100% 94.334%, 99.967% 95.253%, 99.872% 96.125%, 99.72% 96.938%, 99.516% 97.68%, 99.266% 98.341%, 98.974% 98.907%, 98.646% 99.368%, 98.286% 99.711%, 97.9% 99.926%, 97.494% 100%, 0% 100%, 6.14% 50%, 0% 0%);
            clip-path: polygon(0% 0%, 97.494% 0%, 97.494% 0%, 97.9% 0.074%, 98.286% 0.289%, 98.646% 0.632%, 98.974% 1.093%, 99.266% 1.659%, 99.516% 2.32%, 99.72% 3.062%, 99.872% 3.875%, 99.967% 4.747%, 100% 5.666%, 100% 94.334%, 100% 94.334%, 99.967% 95.253%, 99.872% 96.125%, 99.72% 96.938%, 99.516% 97.68%, 99.266% 98.341%, 98.974% 98.907%, 98.646% 99.368%, 98.286% 99.711%, 97.9% 99.926%, 97.494% 100%, 0% 100%, 6.14% 50%, 0% 0%);
  }
  html[dir=rtl] .footer__top-media {
    -webkit-clip-path: polygon(99.799% 100%, 2.526% 99.007%, 2.526% 99.007%, 2.12% 98.93%, 1.736% 98.713%, 1.378% 98.37%, 1.051% 97.911%, 0.761% 97.347%, 0.512% 96.692%, 0.31% 95.955%, 0.16% 95.149%, 0.067% 94.286%, 0.036% 93.376%, 0.215% 5.657%, 0.215% 5.657%, 0.249% 4.748%, 0.346% 3.887%, 0.499% 3.084%, 0.704% 2.352%, 0.955% 1.701%, 1.248% 1.144%, 1.576% 0.691%, 1.936% 0.355%, 2.321% 0.147%, 2.727% 0.077%, 100% 1.07%, 93.773% 50.473%, 99.799% 100%);
            clip-path: polygon(99.799% 100%, 2.526% 99.007%, 2.526% 99.007%, 2.12% 98.93%, 1.736% 98.713%, 1.378% 98.37%, 1.051% 97.911%, 0.761% 97.347%, 0.512% 96.692%, 0.31% 95.955%, 0.16% 95.149%, 0.067% 94.286%, 0.036% 93.376%, 0.215% 5.657%, 0.215% 5.657%, 0.249% 4.748%, 0.346% 3.887%, 0.499% 3.084%, 0.704% 2.352%, 0.955% 1.701%, 1.248% 1.144%, 1.576% 0.691%, 1.936% 0.355%, 2.321% 0.147%, 2.727% 0.077%, 100% 1.07%, 93.773% 50.473%, 99.799% 100%);
  }
}
@media (max-width: 63.99875em) {
  .footer__top-media {
    min-height: 53.5897435897vw;
    -webkit-clip-path: polygon(0% 11.94%, 0% 11.94%, 0.086% 10.003%, 0.335% 8.166%, 0.732% 6.453%, 1.265% 4.888%, 1.921% 3.497%, 2.685% 2.304%, 3.544% 1.333%, 4.485% 0.609%, 5.494% 0.156%, 6.558% 0%, 93.443% 0%, 93.443% 0%, 94.506% 0.156%, 95.515% 0.609%, 96.456% 1.333%, 97.315% 2.304%, 98.079% 3.497%, 98.735% 4.889%, 99.268% 6.453%, 99.666% 8.166%, 99.914% 10.004%, 100% 11.94%, 100% 73.134%, 50% 100%, 0% 73.134%, 0% 11.94%);
            clip-path: polygon(0% 11.94%, 0% 11.94%, 0.086% 10.003%, 0.335% 8.166%, 0.732% 6.453%, 1.265% 4.888%, 1.921% 3.497%, 2.685% 2.304%, 3.544% 1.333%, 4.485% 0.609%, 5.494% 0.156%, 6.558% 0%, 93.443% 0%, 93.443% 0%, 94.506% 0.156%, 95.515% 0.609%, 96.456% 1.333%, 97.315% 2.304%, 98.079% 3.497%, 98.735% 4.889%, 99.268% 6.453%, 99.666% 8.166%, 99.914% 10.004%, 100% 11.94%, 100% 73.134%, 50% 100%, 0% 73.134%, 0% 11.94%);
  }
}
.footer__main {
  padding-top: clamp(8.5625rem, 7.1354166667vw, 8.5625rem);
  padding-bottom: clamp(11.6875rem, 9.7395833333vw, 11.6875rem);
}
@media (max-width: 63.99875em) {
  .footer__main {
    padding-inline: 1.25rem;
    padding-top: 3.875rem;
    padding-bottom: 2.625rem;
  }
}
.footer__main-logo {
  margin-bottom: 2.625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footer__main-logo img {
  width: 7.9375rem;
}
@media (min-width: 63.99875em) {
  .footer__main-logo {
    display: none;
  }
}
.footer__navs {
  width: 100%;
  max-width: 49.0625rem;
  margin-inline: auto;
}
.footer__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.25rem;
}
.footer__nav nav > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 5.2083333333vw;
}
@media (max-width: 63.99875em) {
  .footer__nav nav > ul {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 2.5rem;
    max-width: 100%;
  }
}
.footer__nav nav > ul > .menu-item-has-children > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1.25rem;
  font-size: 1.25rem;
  font-weight: bold;
  color: #1f1f68;
}
@media (max-width: 63.99875em) {
  .footer__nav nav > ul > .menu-item-has-children > a {
    font-size: 1.125rem;
    margin-bottom: 1rem;
  }
}
.footer__nav nav .sub-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.25rem;
}
@media (max-width: 63.99875em) {
  .footer__nav nav .sub-menu {
    gap: 1rem;
  }
}
.footer__nav nav .sub-menu a {
  color: #1f1f68;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (any-hover: hover) {
  .footer__nav nav .sub-menu a:hover {
    color: #ff2a7f;
  }
}
.footer__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.5rem;
  padding-top: 2rem;
  border-top: 0.0625rem solid rgba(68, 93, 128, 0.1607843137);
}
@media (max-width: 100em) {
  .footer__bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.25rem;
  }
}
@media (max-width: 63.99875em) {
  .footer__bottom {
    padding-top: 2.5rem;
    margin-inline: 1.25rem;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.footer__bottom-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1.25rem;
}
html[dir=rtl] .footer__bottom-main {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.footer__bottom-main nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1.25rem;
}
.footer__bottom-main nav ul a {
  color: #1f1f68;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (any-hover: hover) {
  .footer__bottom-main nav ul a:hover {
    color: #ff2a7f;
  }
}
@media (max-width: 100em) {
  .footer__bottom-main {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media (max-width: 63.99875em) {
  .footer__bottom-main {
    gap: 0.8125rem;
  }
  .footer__bottom-main nav ul {
    gap: 0.75rem;
  }
  .footer__bottom-main nav ul a {
    font-size: 0.875rem;
  }
}
.footer__bootom-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.25rem;
}
.footer__bootom-info p,
.footer__bootom-info a {
  color: #1f1f68;
}
.footer__bootom-info p:not(:last-child),
.footer__bootom-info a:not(:last-child) {
  position: relative;
}
.footer__bootom-info p:not(:last-child)::before,
.footer__bootom-info a:not(:last-child)::before {
  content: "";
  position: absolute;
  top: 50%;
  inset-inline-start: calc(100% + 0.5rem);
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0.3125rem;
  height: 0.3125rem;
  border-radius: 50%;
  background-color: #0a2b83;
}
@media (max-width: 24.37375em) {
  .footer__bootom-info p:not(:last-child)::before,
  .footer__bootom-info a:not(:last-child)::before {
    display: none;
  }
}
@media (max-width: 63.99875em) {
  .footer__bootom-info p,
  .footer__bootom-info a {
    font-size: 0.875rem;
  }
}
@media (max-width: 24.37375em) {
  .footer__bootom-info p a::before,
  .footer__bootom-info a a::before {
    display: none;
  }
}
.footer__bootom-info a {
  color: #1f1f68;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (any-hover: hover) {
  .footer__bootom-info a:hover {
    color: #ff2a7f;
  }
}
@media (max-width: 29.99875em) {
  .footer__bootom-info {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media (max-width: 23.75em) {
  .footer__bootom-info {
    gap: 0.8125rem;
  }
}
.footer__bottom-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3.0729166667vw;
}
.footer__bottom-social ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
}
.footer__bottom-social ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  border-radius: 0.5rem;
  border: 0.0625rem solid transparent;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-clip: padding-box;
  background: #dce0fa;
  width: 3rem;
  height: 3rem;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.footer__bottom-social ul li a img {
  width: 1.5rem;
  height: 1.5rem;
  position: relative;
  z-index: 1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.footer__bottom-social ul li a:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: -0.0625rem;
  border-radius: inherit;
  background: -webkit-gradient(linear, right top, left bottom, from(#338bf1), color-stop(#9100e9), color-stop(#ff2a7f), to(#fff53f));
  background: linear-gradient(to left bottom, #338bf1, #9100e9, #ff2a7f, #fff53f);
}
.footer__bottom-social ul li a::after {
  content: "";
  position: absolute;
  inset: 0.0625rem;
  width: calc(100% - 0.125rem);
  height: calc(100% - 0.125rem);
  border-radius: inherit;
  background-color: #dce0fa;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (any-hover: hover) {
  .footer__bottom-social ul li a:hover img {
    -webkit-filter: brightness(0) invert(1);
            filter: brightness(0) invert(1);
  }
  .footer__bottom-social ul li a:hover::after {
    opacity: 0;
  }
}
.footer__bottom-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footer__bottom-logo img {
  width: clamp(7.5rem, 9.1666666667vw, 11rem);
}
@media (max-width: 63.99875em) {
  .footer__bottom-logo {
    display: none;
  }
}

.hero {
  overflow: hidden;
}
@media (min-width: 63.99875em) {
  .hero {
    margin-top: 2.1875rem;
  }
}
.hero__inner {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1.1fr 1fr;
  grid-template-columns: 1.1fr 1fr;
}
@media (max-width: 63.99875em) {
  .hero__inner {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }
}
.hero__content {
  background-color: #0a2b83;
  color: #ffffff;
  padding-top: 5.8333333333vw;
  padding-inline: 4.1666666667vw;
  padding-bottom: 10.5208333333vw;
}
.hero__content:has(.breadcrumbs-wrapper) {
  padding-top: clamp(1.25rem, 1.8229166667vw, 2.1875rem);
}
.hero__content .breadcrumbs-wrapper {
  padding-inline: 0;
  justify-self: flex-start;
  margin-bottom: clamp(1.5rem, 1.7708333333vw, 2.125rem);
  justify-self: flex-start;
}
@media (min-width: 63.99875em) {
  .hero__content {
    position: relative;
    z-index: 2;
    -webkit-clip-path: polygon(0% 4.313%, 0% 4.313%, 0.043% 3.613%, 0.169% 2.95%, 0.37% 2.331%, 0.639% 1.766%, 0.971% 1.263%, 1.357% 0.832%, 1.791% 0.481%, 2.267% 0.22%, 2.777% 0.056%, 3.314% 0%, 88.945% 0%, 100% 50.135%, 88.945% 100%, 3.314% 100%, 3.314% 100%, 2.777% 99.944%, 2.267% 99.78%, 1.791% 99.519%, 1.357% 99.168%, 0.971% 98.737%, 0.639% 98.234%, 0.37% 97.669%, 0.169% 97.05%, 0.043% 96.387%, 0% 95.687%, 0% 4.313%);
            clip-path: polygon(0% 4.313%, 0% 4.313%, 0.043% 3.613%, 0.169% 2.95%, 0.37% 2.331%, 0.639% 1.766%, 0.971% 1.263%, 1.357% 0.832%, 1.791% 0.481%, 2.267% 0.22%, 2.777% 0.056%, 3.314% 0%, 88.945% 0%, 100% 50.135%, 88.945% 100%, 3.314% 100%, 3.314% 100%, 2.777% 99.944%, 2.267% 99.78%, 1.791% 99.519%, 1.357% 99.168%, 0.971% 98.737%, 0.639% 98.234%, 0.37% 97.669%, 0.169% 97.05%, 0.043% 96.387%, 0% 95.687%, 0% 4.313%);
  }
  html[dir=rtl] .hero__content {
    -webkit-clip-path: polygon(100% 4.313%, 100% 4.313%, 99.957% 3.613%, 99.831% 2.95%, 99.63% 2.331%, 99.361% 1.766%, 99.03% 1.263%, 98.644% 0.832%, 98.21% 0.481%, 97.734% 0.22%, 97.225% 0.056%, 96.687% 0%, 11.101% 0%, 0.052% 50.135%, 11.101% 100%, 96.687% 100%, 96.687% 100%, 97.225% 99.944%, 97.734% 99.78%, 98.21% 99.519%, 98.644% 99.168%, 99.03% 98.737%, 99.361% 98.234%, 99.63% 97.669%, 99.831% 97.05%, 99.957% 96.387%, 100% 95.687%, 100% 4.313%);
            clip-path: polygon(100% 4.313%, 100% 4.313%, 99.957% 3.613%, 99.831% 2.95%, 99.63% 2.331%, 99.361% 1.766%, 99.03% 1.263%, 98.644% 0.832%, 98.21% 0.481%, 97.734% 0.22%, 97.225% 0.056%, 96.687% 0%, 11.101% 0%, 0.052% 50.135%, 11.101% 100%, 96.687% 100%, 96.687% 100%, 97.225% 99.944%, 97.734% 99.78%, 98.21% 99.519%, 98.644% 99.168%, 99.03% 98.737%, 99.361% 98.234%, 99.63% 97.669%, 99.831% 97.05%, 99.957% 96.387%, 100% 95.687%, 100% 4.313%);
  }
}
@media (max-width: 63.99875em) {
  .hero__content {
    padding-top: 7.1794871795vw;
    padding-bottom: 5.8974358974vw;
    min-height: initial;
    position: relative;
    -webkit-box-shadow: 0 0.0625rem 0 0 #0a2b83;
            box-shadow: 0 0.0625rem 0 0 #0a2b83;
    border-top-left-radius: 1.5rem;
    border-top-right-radius: 1.5rem;
  }
  .hero__content::after, .hero__content::before {
    position: absolute;
    inset-inline: 0;
    width: 100%;
    height: 13.8461538462vw;
    -webkit-clip-path: polygon(50.279% 100%, 100% 0.909%, 0% 0.909%, 50.279% 100%);
            clip-path: polygon(50.279% 100%, 100% 0.909%, 0% 0.909%, 50.279% 100%);
  }
  .hero__content::after {
    content: "";
    z-index: 2;
    top: calc(100% + 0.625rem);
    background-color: #ffffff;
  }
  .hero__content::before {
    content: "";
    z-index: 3;
    top: 100%;
    background-color: #0a2b83;
  }
}
.hero__content-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1.5rem;
  height: 100%;
  font-size: 1.25rem;
}
@media (max-width: 63.99875em) {
  .hero__content-inner {
    font-size: 1rem;
  }
}
.hero__content-inner h1,
.hero__content-inner h2,
.hero__content-inner h3,
.hero__content-inner h4,
.hero__content-inner h5,
.hero__content-inner h6 {
  width: 100%;
  font-size: clamp(2.125rem, 3.75vw, 4.5rem);
  font-weight: 500;
  line-height: 1.18;
  letter-spacing: -0.04em;
  color: #ffffff;
  text-align: start;
}
.hero__content-inner h1 span,
.hero__content-inner h2 span,
.hero__content-inner h3 span,
.hero__content-inner h4 span,
.hero__content-inner h5 span,
.hero__content-inner h6 span {
  position: relative;
  display: inline-block;
  width: 1.6666666667vw;
  height: 1.8229166667vw;
  background: none;
  background-image: url("../img/home/hero-arrow.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media (max-width: 63.99875em) {
  .hero__content-inner {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 4.1025641026vw;
  }
  .hero__content-inner h1,
  .hero__content-inner h2,
  .hero__content-inner h3,
  .hero__content-inner h4,
  .hero__content-inner h5,
  .hero__content-inner h6 {
    font-size: 8.2051282051vw;
  }
  .hero__content-inner h1 span,
  .hero__content-inner h2 span,
  .hero__content-inner h3 span,
  .hero__content-inner h4 span,
  .hero__content-inner h5 span,
  .hero__content-inner h6 span {
    top: 0.2564102564vw;
    width: 5.1282051282vw;
    height: 5.641025641vw;
  }
}
.hero__btns-download {
  margin-top: clamp(2.125rem, 4.21875vw, 5.0625rem);
}
.hero__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 2.0833333333vw;
     -moz-column-gap: 2.0833333333vw;
          column-gap: 2.0833333333vw;
  row-gap: 0.625rem;
}
@media (max-width: 63.99875em) {
  .hero__list {
    gap: 3.3333333333vw;
  }
}
.hero__list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.0416666667vw;
}
.hero__list-item img {
  width: 1.75rem;
}
.hero__list-item p {
  font-weight: 600;
  font-size: 1.25rem;
}
@media (max-width: 63.99875em) {
  .hero__list-item {
    gap: 4.358974359vw;
  }
  .hero__list-item img {
    width: 5.1282051282vw;
  }
  .hero__list-item p {
    font-size: 4.1025641026vw;
  }
}
@media (max-width: 29.99875em) {
  .hero__list-item {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
  }
}
@media (max-width: 63.99875em) {
  .hero__btn {
    min-height: 12.3076923077vw;
    font-size: 4.1025641026vw;
    padding-block: 3.0769230769vw;
    -webkit-padding-start: 5.1282051282vw;
            padding-inline-start: 5.1282051282vw;
    -webkit-padding-end: 5.1282051282vw;
            padding-inline-end: 5.1282051282vw;
    border-radius: 3.0769230769vw;
    gap: 2.8205128205vw;
  }
}
.hero__media {
  position: relative;
  min-height: clamp(33.8125rem, 38.59375vw, 46.3125rem);
}
.hero__media img,
.hero__media video,
.hero__media iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 63.99875em) {
  .hero__media {
    position: relative;
    z-index: 1;
    -webkit-margin-start: -1.5625vw;
            margin-inline-start: -1.5625vw;
    -webkit-clip-path: polygon(0% 0%, 96.514% 0%, 96.514% 0%, 97.08% 0.056%, 97.616% 0.22%, 98.116% 0.481%, 98.573% 0.832%, 98.979% 1.263%, 99.327% 1.766%, 99.611% 2.331%, 99.822% 2.95%, 99.954% 3.613%, 100% 4.313%, 100% 95.687%, 100% 95.687%, 99.954% 96.387%, 99.822% 97.05%, 99.611% 97.669%, 99.327% 98.234%, 98.979% 98.737%, 98.573% 99.168%, 98.116% 99.519%, 97.616% 99.78%, 97.08% 99.944%, 96.514% 100%, 0.012% 100%, 11.666% 49.932%, 0% 0%);
            clip-path: polygon(0% 0%, 96.514% 0%, 96.514% 0%, 97.08% 0.056%, 97.616% 0.22%, 98.116% 0.481%, 98.573% 0.832%, 98.979% 1.263%, 99.327% 1.766%, 99.611% 2.331%, 99.822% 2.95%, 99.954% 3.613%, 100% 4.313%, 100% 95.687%, 100% 95.687%, 99.954% 96.387%, 99.822% 97.05%, 99.611% 97.669%, 99.327% 98.234%, 98.979% 98.737%, 98.573% 99.168%, 98.116% 99.519%, 97.616% 99.78%, 97.08% 99.944%, 96.514% 100%, 0.012% 100%, 11.666% 49.932%, 0% 0%);
  }
  html[dir=rtl] .hero__media {
    -webkit-clip-path: polygon(100% 0%, 3.485% 0%, 3.485% 0%, 2.92% 0.057%, 2.384% 0.22%, 1.884% 0.482%, 1.427% 0.833%, 1.021% 1.265%, 0.672% 1.768%, 0.389% 2.334%, 0.178% 2.954%, 0.046% 3.618%, 0% 4.318%, 0% 95.682%, 0% 95.682%, 0.046% 96.382%, 0.178% 97.046%, 0.389% 97.666%, 0.672% 98.232%, 1.021% 98.735%, 1.427% 99.167%, 1.884% 99.518%, 2.384% 99.78%, 2.92% 99.943%, 3.485% 100%, 99.988% 100%, 88.334% 49.933%, 100% 0%);
            clip-path: polygon(100% 0%, 3.485% 0%, 3.485% 0%, 2.92% 0.057%, 2.384% 0.22%, 1.884% 0.482%, 1.427% 0.833%, 1.021% 1.265%, 0.672% 1.768%, 0.389% 2.334%, 0.178% 2.954%, 0.046% 3.618%, 0% 4.318%, 0% 95.682%, 0% 95.682%, 0.046% 96.382%, 0.178% 97.046%, 0.389% 97.666%, 0.672% 98.232%, 1.021% 98.735%, 1.427% 99.167%, 1.884% 99.518%, 2.384% 99.78%, 2.92% 99.943%, 3.485% 100%, 99.988% 100%, 88.334% 49.933%, 100% 0%);
  }
}
@media (max-width: 63.99875em) {
  .hero__media {
    min-height: 65.641025641vw;
    margin-top: 2.8205128205vw;
    border-bottom-left-radius: 1.5rem;
    border-bottom-right-radius: 1.5rem;
    overflow: hidden;
  }
}

.hero--stock-information .breadcrumbs-wrapper {
  margin-bottom: clamp(1.75rem, 2.9166666667vw, 3.5rem);
}
.hero--stock-information .hero__content-inner {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.product-cards {
  position: relative;
  overflow: hidden;
}
.product-cards__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.product-cards__bg img {
  position: absolute;
  z-index: -1;
}
.product-cards__bg img:nth-child(1) {
  width: 5.0625rem;
  top: clamp(3.1875rem, 7.1875vw, 8.625rem);
  left: 28%;
}
.product-cards__bg img:nth-child(2) {
  top: 20%;
  right: 0;
  width: 17.2916666667vw;
}
.product-cards__bg img:nth-child(3) {
  left: 0;
  bottom: 10%;
  width: 17.2916666667vw;
}
@media (max-width: 63.99875em) {
  .product-cards__bg img:nth-child(1) {
    left: 0;
    top: 10%;
  }
  .product-cards__bg img:nth-child(2) {
    right: 0;
    top: 33%;
  }
  .product-cards__bg img:nth-child(3) {
    bottom: 33%;
  }
}
.product-cards__inner {
  width: 100%;
  max-width: 90.625rem;
  margin-inline: auto;
  padding-top: clamp(3.1875rem, 7.1875vw, 8.625rem);
  padding-bottom: 3.75rem;
}
.product-cards__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  gap: 1rem;
  margin-bottom: clamp(2rem, 3.6458333333vw, 4.375rem);
}
@media (max-width: 63.99875em) {
  .product-cards__header {
    gap: 0.5rem;
  }
}
.product-cards__header p {
  font-weight: 400;
  font-size: clamp(1rem, 1.25vw, 1.5rem);
  color: #1f1f68;
}
.product-cards__cards {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(clamp(20rem, 23.6458333333vw, 28.375rem), 1fr));
  gap: 2.0833333333vw;
  margin-bottom: clamp(2.1875rem, 2.65625vw, 3.1875rem);
}
@media (max-width: 63.99875em) {
  .product-cards__cards {
    gap: 1.875rem;
  }
}
@media (max-width: 47.99875em) {
  .product-cards__cards {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    padding-inline: 5.1282051282vw;
  }
}
.product-cards__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #ffffff;
  border-radius: 1.5rem;
  padding-top: clamp(1.75rem, 2.0833333333vw, 2.5rem);
  padding-inline: clamp(1.375rem, 1.6666666667vw, 2rem);
  padding-bottom: clamp(1.375rem, 1.25vw, 1.5rem);
  display: flex;
  flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  align-items: center;
  position: relative;
}
@media (max-width: 63.99875em) {
  .product-cards__item {
    -webkit-box-shadow: 0px 0.1875rem 1.8125rem rgba(181, 198, 247, 0.5);
            box-shadow: 0px 0.1875rem 1.8125rem rgba(181, 198, 247, 0.5);
  }
}
.product-cards__item-label {
  position: absolute;
  top: -1.03125rem;
  inset-inline-start: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #ff2a7f;
  border-radius: 0.625rem;
  min-height: 2.0625rem;
  padding-block: 0.125rem;
  padding-inline: 1rem;
  color: #ffffff;
  font-weight: 500;
  font-size: clamp(0.875rem, 0.8333333333vw, 1rem);
  line-height: 1.67;
}
html[dir=rtl] .product-cards__item-label {
  -webkit-transform: translateX(50%);
      -ms-transform: translateX(50%);
          transform: translateX(50%);
}
@media (max-width: 63.99875em) {
  .product-cards__item-label {
    min-height: 1.75rem;
  }
}
.product-cards__item-img {
  position: relative;
  width: 100%;
  height: 13.125rem;
  margin-bottom: clamp(0.8125rem, 0.9895833333vw, 1.1875rem);
}
.product-cards__item-img img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 63.99875em) {
  .product-cards__item-img {
    height: 42.3076923077vw;
  }
}
.product-cards__item-main {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  gap: clamp(1.4375rem, 1.6145833333vw, 1.9375rem);
  padding-bottom: clamp(1.4375rem, 1.6145833333vw, 1.9375rem);
  border-bottom: 0.0625rem solid #e3e7ec;
  margin-top: auto;
}
.product-cards__item-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: clamp(0.375rem, 0.4166666667vw, 0.5rem);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
.product-cards__item-info:not(:last-child) {
  margin-bottom: auto;
}
@media (min-width: 63.99875em) {
  .product-cards__item-info {
    padding-inline: 1.5625vw;
  }
}
.product-cards__item-info h3 {
  color: #0a2b83;
  font-size: clamp(1.125rem, 1.3020833333vw, 1.5625rem);
  font-weight: 600;
}
.product-cards__item-info p {
  font-size: clamp(0.875rem, 0.8333333333vw, 1rem);
  color: #1f1f68;
}
.product-cards__item-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.75rem;
}
.product-cards__item-icons img {
  width: clamp(1.6875rem, 1.6666666667vw, 2rem);
  height: clamp(1.6875rem, 1.6666666667vw, 2rem);
}
@media (max-width: 63.99875em) {
  .product-cards__item-icons {
    gap: 0.625rem;
  }
}
.product-cards__item-bottom {
  padding-top: clamp(0.8125rem, 1.0416666667vw, 1.25rem);
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: clamp(0.8125rem, 0.9895833333vw, 1.1875rem);
}
.product-cards__item-actions {
  margin-top: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1.875rem;
}
.product-cards__item-prices {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 63.99875em) {
  .product-cards__item-prices {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.product-cards__item-prices p {
  font-size: clamp(0.875rem, 0.8333333333vw, 1rem);
  opacity: 0.8;
  line-height: 1.56;
}
@media (min-width: 63.99875em) {
  .product-cards__item-prices p {
    -webkit-margin-end: 0.375rem;
            margin-inline-end: 0.375rem;
    margin-top: 0.375rem;
  }
}
.product-cards__item-prices del {
  font-size: clamp(0.875rem, 0.8333333333vw, 1rem);
  line-height: 1.56;
  -webkit-text-decoration-line: line-through;
          text-decoration-line: line-through;
  color: #1f1f68;
}
.product-cards__item-prices ins {
  font-weight: 600;
  font-size: clamp(1.5rem, 1.4583333333vw, 1.75rem);
  font-weight: 600;
  color: #0a2b83;
  text-decoration: none;
}
.product-cards__item-prices ins bdi span {
  font-size: clamp(0.875rem, 0.8333333333vw, 1rem);
  font-weight: 400;
}
.product-cards__item-price--old p {
  margin-top: 0;
}
.product-cards__item-price--current p,
.product-cards__item-price--current span {
  opacity: 1;
}
.product-cards__item-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
}
@media (max-width: 75em) {
  .product-cards__item-price {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.product-cards .product-cards__item-prices--capture {
  font-size: clamp(1.5rem, 1.4583333333vw, 1.75rem);
}
.product-cards__item-count {
  border-radius: 0.75rem;
  border: 0.0625rem solid #0a2b83;
  padding-block: 0.125rem;
  padding-inline: 0.8125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  min-width: clamp(5.3125rem, 6.7708333333vw, 8.125rem);
}
.product-cards__item-count p {
  font-size: 1.0625rem;
  color: #0a2b83;
  font-weight: 600;
  text-transform: uppercase;
}
@media (max-width: 63.99875em) {
  .product-cards__item-count {
    min-width: 4.6875rem;
    padding-inline: 0.75rem;
    min-height: 1.75rem;
  }
  .product-cards__item-count p {
    font-size: 0.875rem;
  }
}
.product-cards__bottom-text {
  margin-top: clamp(2.5rem, 3.59375vw, 4.3125rem);
  margin-bottom: clamp(1rem, 1.4583333333vw, 1.75rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  font-size: clamp(1rem, 1.0416666667vw, 1.25rem);
}
@media (max-width: 63.99875em) {
  .product-cards__bottom-text {
    color: #1f1f68;
  }
}
.product-cards__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}

.product-cards--type-2 .product-cards__cards {
  margin-bottom: 0;
}
.product-cards--type-2 .product-cards__item-bottom {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.product-cards--type-2 .product-cards__item-bottom .product-cards__item-actions {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
}
.product-cards--type-2 .product-cards__item-bottom a {
  padding-inline: 0.5rem;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 calc(50% - clamp(0.40625rem, 0.4947916667vw, 0.59375rem));
          flex: 1 1 calc(50% - clamp(0.40625rem, 0.4947916667vw, 0.59375rem));
}

.content-acc {
  padding-bottom: clamp(7.875rem, 9.5833333333vw, 11.5rem);
  overflow: hidden;
}
.content-acc__inner {
  width: 100%;
  max-width: 89.625rem;
  margin-inline: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: clamp(2.5rem, 5.2083333333vw, 6.25rem);
  padding-top: 3.75rem;
  margin-bottom: clamp(2.5rem, 3.1770833333vw, 3.8125rem);
}
.content-acc__header {
  width: 100%;
  max-width: 54rem;
  margin-inline: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  gap: 1rem;
}
.content-acc__header p {
  font-size: 1.25rem;
  color: #1f1f68;
}
@media (max-width: 63.99875em) {
  .content-acc__header p {
    font-size: 1rem;
  }
}
.content-acc__items {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  gap: 2.0833333333vw;
}
@media (max-width: 63.99875em) {
  .content-acc__items {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: vwm(20);
  }
}
.content-acc__item {
  position: relative;
  overflow: hidden;
  background: -webkit-gradient(linear, left top, right top, from(#eaeef9), to(#dae0fa));
  background: linear-gradient(90deg, #eaeef9 0%, #dae0fa 100%);
  border-radius: clamp(0.875rem, 1.5625vw, 1.875rem);
  padding: 1.4583333333vw;
  -webkit-padding-start: 4.1666666667vw;
          padding-inline-start: 4.1666666667vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1.25rem;
}
@media (max-width: 63.99875em) {
  .content-acc__item {
    padding-inline: 1.5rem;
    padding-block: 0;
    gap: 0;
  }
}
.content-acc__item-header {
  font-size: 1.5rem;
  color: #0a2b83;
  font-weight: bold;
  text-align: start;
  position: relative;
}
.content-acc__item-header span {
  pointer-events: none;
  position: relative;
}
.content-acc__item-header span::before {
  content: "";
  position: absolute;
  top: 50%;
  inset-inline-start: -1.875rem;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1.125rem;
  height: 1.125rem;
  background-image: url("../img/home/hero-arrow.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
html[dir=rtl] .content-acc__item-header span::before {
  -webkit-transform: translateY(-50%) rotate(180deg);
      -ms-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}
@media (min-width: 63.99875em) {
  .content-acc__item-header {
    pointer-events: none;
  }
}
@media (max-width: 63.99875em) {
  .content-acc__item-header {
    padding-block: 1.5rem;
    -webkit-margin-start: 1.5rem;
            margin-inline-start: 1.5rem;
  }
  .content-acc__item-header span {
    font-size: 1.25rem;
  }
  .content-acc__item-header span::before {
    inset-inline-start: -1.3125rem;
    width: 0.875rem;
    height: 0.875rem;
  }
  .content-acc__item-header::before, .content-acc__item-header::after {
    content: "";
    position: absolute;
    background-color: #0a2b83;
    border-radius: 0.375rem;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  html[dir=rtl] .content-acc__item-header::before, html[dir=rtl] .content-acc__item-header::after {
    -webkit-transform: translate(50%, -50%);
        -ms-transform: translate(50%, -50%);
            transform: translate(50%, -50%);
  }
  .content-acc__item-header::before {
    width: 0.125rem;
    height: 1rem;
    inset-inline-end: 0.5rem;
  }
  .content-acc__item-header::after {
    width: 1rem;
    height: 0.125rem;
    inset-inline-end: -0.375rem;
  }
  .content-acc__item-header.isActive::before {
    opacity: 0;
  }
}
.content-acc__item-main {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 18.625rem;
          flex: 0 1 18.625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.625rem;
}
@media (max-width: 63.99875em) {
  .content-acc__item-main {
    gap: 0.875rem;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
  }
}
.content-acc__item-text p {
  font-size: 1.125rem;
  color: #1f1f68;
}
@media (max-width: 63.99875em) {
  .content-acc__item-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 2.5rem;
  }
  .content-acc__item-text p {
    font-size: 1rem;
  }
  .content-acc__item-text:not(:last-child) {
    margin-bottom: 2.5625rem;
  }
}
@media (max-width: 63.99875em) {
  .content-acc__content {
    display: none;
  }
}
.content-acc__content-img {
  margin-inline: auto;
  width: clamp(15rem, 17.03125vw, 20.4375rem);
  height: clamp(12.1875rem, 13.4375vw, 16.125rem);
  position: relative;
}
@media (min-width: 63.99875em) {
  .content-acc__content-img {
    display: none;
  }
}
.content-acc__content-img img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.content-acc__item-img {
  width: clamp(15rem, 17.03125vw, 20.4375rem);
  height: clamp(10.9375rem, 13.4375vw, 16.125rem);
  position: relative;
  margin-bottom: -1.40625vw;
  -webkit-margin-end: -1.4583333333vw;
          margin-inline-end: -1.4583333333vw;
}
.content-acc__item-img img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 63.99875em) {
  .content-acc__item-img {
    display: none;
  }
}
.content-acc__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.content-table {
  overflow: hidden;
}
.content-table__inner {
  width: 100%;
  max-width: 66.875rem;
  margin-inline: auto;
  padding-bottom: clamp(9.375rem, 8.9583333333vw, 10.75rem);
}
.content-table__header {
  width: 100%;
  max-width: 59.5625rem;
  margin-inline: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  margin-bottom: 4.125rem;
}
.content-table__header p {
  font-size: 1.25rem;
  color: #1f1f68;
}
.content-table__table-wrap {
  -webkit-margin-end: -1.5625vw;
          margin-inline-end: -1.5625vw;
}
.content-table__table-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 0.3125rem;
  border-bottom: 0.0625rem solid #e3e7ec;
  -webkit-padding-start: clamp(8.3125rem, 18.0208333333vw, 21.625rem);
          padding-inline-start: clamp(8.3125rem, 18.0208333333vw, 21.625rem);
}
@media (max-width: 63.99875em) {
  .content-table__table-header {
    border-bottom: unset;
  }
}
@media (max-width: 23.75em) {
  .content-table__table-header {
    -webkit-padding-start: 34.1025641026vw;
            padding-inline-start: 34.1025641026vw;
  }
}
.content-table__header-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.3%;
          flex: 0 0 33.3%;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 5.5rem;
  border-top-left-radius: 1.5rem;
  border-top-right-radius: 1.5rem;
}
.content-table__header-item p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  font-size: 1.125rem;
  font-weight: 600;
  color: #0a2b83;
  padding-block: 0.5rem;
  padding-inline: 2rem;
  border-radius: 0.5rem;
}
.content-table__header-item img {
  width: clamp(3.375rem, 6.6145833333vw, 7.9375rem);
}
@media (max-width: 23.75em) {
  .content-table__header-item img {
    width: 13.8461538462vw;
  }
}
.content-table__header-item:last-child {
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0.15625vw 1.6145833333vw rgba(181, 198, 247, 0.5);
          box-shadow: 0px 0.15625vw 1.6145833333vw rgba(181, 198, 247, 0.5);
}
@media (min-width: 63.99875em) {
  .content-table__header-item p {
    background-color: #f2f4fc;
    min-height: 3.5rem;
    -webkit-margin-start: 0.625rem;
            margin-inline-start: 0.625rem;
  }
}
@media (max-width: 63.99875em) {
  .content-table__header-item {
    min-height: 3.25rem;
  }
  .content-table__header-item p {
    line-height: 1.2;
    font-size: 0.8125rem;
    letter-spacing: -0.03em;
    padding-inline: 0.625rem;
  }
}
@media (max-width: 23.75em) {
  .content-table__header-item p {
    font-size: 3.3333333333vw;
    padding-inline: 2.5641025641vw;
  }
}
.content-table__table-row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: clamp(8.3125rem, 18.0208333333vw, 21.625rem) 1fr 1fr 1fr;
  grid-template-columns: clamp(8.3125rem, 18.0208333333vw, 21.625rem) 1fr 1fr 1fr;
  -webkit-padding-end: 2.6041666667vw;
          padding-inline-end: 2.6041666667vw;
  -webkit-margin-end: -2.6041666667vw;
          margin-inline-end: -2.6041666667vw;
  overflow: hidden;
  position: relative;
}
.content-table__table-row:not(:last-child) {
  position: relative;
}
.content-table__table-row:not(:last-child)::before {
  content: "";
  position: absolute;
  z-index: 2;
  bottom: 0;
  inset-inline-start: 0;
  width: calc(100% - 2.6041666667vw);
  height: 0.0625rem;
  background-color: #e3e7ec;
}
.content-table__table-row:last-child {
  padding-bottom: clamp(2.5rem, 3.125vw, 3.75rem);
}
.content-table__table-row:last-child .content-table__row-item:nth-child(4) {
  border-bottom-left-radius: 1.5rem;
  border-bottom-right-radius: 1.5rem;
}
@media (max-width: 23.75em) {
  .content-table__table-row {
    -ms-grid-columns: 34.1025641026vw 1fr 1fr 1fr;
    grid-template-columns: 34.1025641026vw 1fr 1fr 1fr;
  }
}
.content-table__row-item {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  padding-top: 1.6875rem;
  padding-bottom: 1.8125rem;
  min-height: 5.1875rem;
}
.content-table__row-item p {
  font-size: clamp(0.875rem, 0.9375vw, 1.125rem);
  font-weight: 600;
  color: #0a2b83;
}
.content-table__row-item img {
  width: 1.25rem;
  height: 1.25rem;
}
.content-table__row-item:first-child {
  text-align: start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.content-table__row-item:nth-child(4) {
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0.15625vw 1.6145833333vw rgba(181, 198, 247, 0.5);
          box-shadow: 0px 0.15625vw 1.6145833333vw rgba(181, 198, 247, 0.5);
}
@media (max-width: 63.99875em) {
  .content-table__row-item {
    min-height: 4.6875rem;
    padding-block: 1rem;
  }
  .content-table__row-item p {
    letter-spacing: -0.02em;
  }
}
@media (max-width: 23.75em) {
  .content-table__row-item img {
    width: 5.1282051282vw;
    height: 5.1282051282vw;
  }
  .content-table__row-item p {
    font-size: 3.5897435897vw;
  }
}
.content-table__row-btn {
  position: absolute;
  z-index: 2;
  top: calc(100% - 1rem);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 10.25rem;
  inset-inline-start: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
html[dir=rtl] .content-table__row-btn {
  inset-inline-start: 50%;
  -webkit-transform: translateX(50%);
      -ms-transform: translateX(50%);
          transform: translateX(50%);
}
@media (max-width: 63.99875em) {
  .content-table__row-btn {
    display: none;
  }
}
.content-table__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 63.99875em) {
  .content-table__btn {
    display: none;
  }
}

.sticky-slider {
  isolation: isolate;
  background: -webkit-gradient(linear, left top, left bottom, from(#0a2b83), to(#7c25b1));
  background: linear-gradient(180deg, #0a2b83 0%, #7c25b1 100%);
}
@media (max-width: 63.99875em) {
  .sticky-slider {
    overflow: hidden;
  }
}
.sticky-slider__bg img {
  position: absolute;
  z-index: -1;
}
html[dir=rtl] .sticky-slider__bg img {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.sticky-slider__bg img:nth-child(1) {
  width: clamp(1.875rem, 11.5104166667vw, 13.8125rem);
  top: clamp(6.25rem, 7.1354166667vw, 8.5625rem);
  inset-inline-end: -0.625rem;
}
.sticky-slider__inner {
  width: 100%;
  max-width: 90rem;
  margin-inline: auto;
  padding-top: clamp(4.125rem, 7.5vw, 9rem);
  padding-bottom: clamp(3.25rem, 13.6979166667vw, 16.4375rem);
  position: relative;
}
.sticky-slider__header {
  width: 100%;
  max-width: 51.875rem;
  margin-inline: auto;
  margin-bottom: clamp(2.75rem, 7.8125vw, 9.375rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.5rem;
  text-align: center;
}
.sticky-slider__header h2 {
  color: #ffffff;
}
.sticky-slider__header p {
  font-size: 1.25rem;
  color: rgba(255, 255, 255, 0.7019607843);
}
@media (max-width: 63.99875em) {
  .sticky-slider__header {
    gap: 1.125rem;
    margin-inline: -0.3125rem;
    width: calc(100% + 0.625rem);
  }
  .sticky-slider__header p {
    font-size: 1rem;
  }
}
@media (min-width: 63.99875em) {
  .sticky-slider__main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.sticky-slider__side {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 clamp(25rem, 26.0416666667vw, 31.25rem);
          flex: 0 1 clamp(25rem, 26.0416666667vw, 31.25rem);
  position: sticky;
  top: 8.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3.75rem;
}
@media (max-width: 63.99875em) {
  .sticky-slider__side {
    display: none;
  }
}
.sticky-slider__side-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0.9375rem;
  position: relative;
}
.sticky-slider__side-item:last-child .sticky-slider__side-progress::before {
  display: none;
}
.sticky-slider__side-item:last-child .sticky-slider__progress-line {
  display: none;
}
.sticky-slider__side-progress {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 2.1875rem;
          flex: 0 0 2.1875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 0.3125rem;
  position: relative;
}
.sticky-slider__side-progress::before {
  content: "";
  position: absolute;
  top: calc(100% + 0.625rem);
  inset-inline-start: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0.0625rem;
  height: 3.125rem;
  background-color: #e2e8f0;
}
.active .sticky-slider__side-progress {
  position: static;
  padding-top: 0.875rem;
}
.active .sticky-slider__side-progress img:nth-child(1) {
  display: initial;
  opacity: 1;
}
.active .sticky-slider__side-progress img:nth-child(2) {
  opacity: 0;
}
.active .sticky-slider__side-progress::before {
  opacity: 0;
}
.sticky-slider__side-icons img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 1.6875rem;
          flex: 0 0 1.6875rem;
  aspect-ratio: 1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.sticky-slider__side-icons img:nth-child(1) {
  display: none;
}
.active .sticky-slider__side-icons {
  position: static;
}
.active .sticky-slider__side-icons img:nth-child(1) {
  display: initial;
}
.active .sticky-slider__side-icons img:nth-child(2) {
  display: none;
}
.sticky-slider__progress-line {
  position: absolute;
  top: 3.4375rem;
  inset-inline-start: 0.84375rem;
  width: 0.5rem;
  height: calc(100% - 0.875rem);
  opacity: 0;
}
.sticky-slider__progress-line img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.active .sticky-slider__progress-line {
  opacity: 1;
}
.sticky-slider__side-btn {
  color: rgba(255, 255, 255, 0.7019607843);
  font-size: 1.75rem;
  letter-spacing: -0.02em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  will-change: font-size;
}
.sticky-slider__side-btn.active {
  color: #ffffff;
  font-size: 2.5rem;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.sticky-slider__side-btn.active ~ p {
  height: auto;
  opacity: 1;
}
.sticky-slider__side-item-inner p {
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  font-size: 1.25rem;
  color: rgba(255, 255, 255, 0.7019607843);
  padding-top: 1.125rem;
  height: 0;
  opacity: 0;
}
.sticky-slider__slider-wrap {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 clamp(29.1875rem, 36.3020833333vw, 43.5625rem);
          flex: 0 1 clamp(29.1875rem, 36.3020833333vw, 43.5625rem);
}
@media (min-width: 63.99875em) {
  .sticky-slider__slider-wrap .swiper-wrapper {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 3.8541666667vw;
  }
}
@media (max-width: 63.99875em) {
  .sticky-slider__slider-wrap {
    padding-inline: 0.5rem;
  }
  .sticky-slider__slider-wrap .swiper {
    overflow: visible;
  }
  .sticky-slider__slider-wrap .swiper-slide .sticky-slider__slide-img {
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
    opacity: 0;
  }
  .sticky-slider__slider-wrap .swiper-slide-active .sticky-slider__slide-img {
    opacity: 1;
  }
}
.sticky-slider__slider .slider-actions {
  padding-top: 2.8125rem;
}
@media (min-width: 63.99875em) {
  .sticky-slider__slider .slider-actions {
    display: none;
  }
}
@media (max-width: 63.99875em) {
  .sticky-slider__slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: auto;
    overflow: hidden;
    gap: 3rem;
  }
}
@media (min-width: 63.99875em) {
  .sticky-slider__slide-main {
    display: none;
  }
}
@media (max-width: 63.99875em) {
  .sticky-slider__slide-main {
    width: 100%;
    max-width: 62.5641025641vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2.8205128205vw;
  }
}
.sticky-slider__slide-icon {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.sticky-slider__slide-icon img {
  width: 1.15625rem;
  height: 1.15625rem;
}
.sticky-slider__slide-icon::before {
  content: "";
  position: absolute;
  top: calc(50% - 0.0625rem);
  inset-inline-start: 2rem;
  width: 100vw;
  height: 0.125rem;
  background: linear-gradient(181.86deg, #9100e9 -19.06%, #ff2a7f 40.75%);
  border-radius: 1rem;
}
.sticky-slider__slide-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.75rem;
}
.sticky-slider__slide-content h4 {
  color: #ffffff;
  font-size: 1.25rem;
  letter-spacing: -0.02em;
}
.sticky-slider__slide-content p {
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.7019607843);
}
.sticky-slider__slide-img {
  position: relative;
  width: clamp(35.4375rem, 36.3020833333vw, 43.5625rem);
  height: clamp(35.4375rem, 36.3020833333vw, 43.5625rem);
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.sticky-slider__slide-img img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 63.99875em) {
  .sticky-slider__slide-img img {
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }
}
@media (max-width: 63.99875em) {
  .sticky-slider__slide-img {
    width: 66.6666666667vw;
    height: 66.6666666667vw;
  }
}
@media (max-width: 29.99875em) {
  .sticky-slider__slide-img {
    width: 20rem;
    height: 20rem;
  }
}
@media (max-width: 23.75em) {
  .sticky-slider__slide-img {
    width: 82.0512820513vw;
    height: 82.0512820513vw;
  }
}

.multislider {
  overflow: hidden;
}
.multislider__inner {
  padding-top: clamp(7.8125rem, 18.0729166667vw, 21.6875rem);
  padding-bottom: clamp(3.875rem, 5.8854166667vw, 7.0625rem);
  position: relative;
}
.multislider__bg {
  position: absolute;
  z-index: -1;
  inset: 0;
  width: 100%;
  height: 100%;
}
.multislider__bg img {
  position: absolute;
  top: -4.375vw;
  inset-inline-start: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: clamp(37.5rem, 57.5520833333vw, 69.0625rem);
  height: clamp(37.5rem, 57.5520833333vw, 69.0625rem);
  -o-object-fit: contain;
     object-fit: contain;
}
html[dir=rtl] .multislider__bg img {
  -webkit-transform: translateX(50%);
      -ms-transform: translateX(50%);
          transform: translateX(50%);
}
@media (max-width: 63.99875em) {
  .multislider__bg img {
    top: -30.7692307692vw;
  }
}
.multislider__header {
  width: 100%;
  max-width: 57.1875rem;
  margin-inline: auto;
  margin-bottom: clamp(1.4375rem, 4.6354166667vw, 5.5625rem);
}
.multislider__slides {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: clamp(2.75rem, 3.1770833333vw, 3.8125rem);
}
.multislider__slides .swiper {
  min-width: 0;
}

.multislider-main {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 clamp(40.9375rem, 62.7083333333vw, 75.25rem);
          flex: 0 1 clamp(40.9375rem, 62.7083333333vw, 75.25rem);
  min-width: 0;
}
@media (max-width: 63.99875em) {
  .multislider-main {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
  }
}
.multislider-main__slider .slider-actions {
  width: clamp(20.625rem, 29.5833333333vw, 35.5rem);
  padding-top: clamp(1.0625rem, 1.71875vw, 2.0625rem);
}
.multislider-main__slider .slider-actions button {
  border-color: #1f1f68;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.multislider-main__slider .slider-actions button i {
  color: #1f1f68;
}
@media (max-width: 63.99875em) {
  .multislider-main__slider .slider-actions {
    width: 100%;
  }
}
.multislider-main__slide-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.75rem;
}
@media (max-width: 63.99875em) {
  .multislider-main__slide-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2.5rem;
  }
}
.multislider-main__slide-img {
  position: relative;
  overflow: hidden;
  border-radius: clamp(1.125rem, 1.875vw, 2.25rem);
}
.multislider-main__slide-img img {
  position: relative;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 63.99875em) {
  .multislider-main__slide-img {
    height: clamp(20.625rem, 34.8958333333vw, 41.875rem);
    -webkit-box-flex: 0;
        -ms-flex: 0 0 clamp(20.625rem, 29.5833333333vw, 35.5rem);
            flex: 0 0 clamp(20.625rem, 29.5833333333vw, 35.5rem);
  }
}
@media (max-width: 63.99875em) {
  .multislider-main__slide-img {
    width: 58.9743589744vw;
    height: 58.9743589744vw;
  }
}
@media (max-width: 29.99875em) {
  .multislider-main__slide-img {
    width: 84.6153846154vw;
    height: 84.6153846154vw;
  }
}
.multislider-main__slide-main {
  width: 100%;
  max-width: 29.1875rem;
}
.multislider-main__slide-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.5625rem;
  margin-bottom: 1.625rem;
}
@media (max-width: 63.99875em) {
  .multislider-main__slide-header {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 2.5641025641vw;
  }
}
.multislider-main__slide-icon {
  width: 2.125rem;
  height: 2.125rem;
  border-radius: 50%;
  background: linear-gradient(230.29deg, #ff2a7f 15.68%, #9100e9 96.77%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.multislider-main__slide-icon img {
  width: 1rem;
}
.multislider-main__slide-rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.34375rem;
}
.multislider-main__slide-rating img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 0.9375rem;
          flex: 0 0 0.9375rem;
}
.multislider-main__slide-text {
  font-size: clamp(1rem, 1.25vw, 1.5rem);
  color: #1f1f68;
  margin-bottom: 2.25rem;
}
@media (max-width: 63.99875em) {
  .multislider-main__slide-text {
    text-align: center;
    margin-bottom: 4.6153846154vw;
  }
}
.multislider-main__slide-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.multislider-main__slide-bottom p {
  font-size: clamp(1rem, 1.25vw, 1.5rem);
  font-weight: bold;
  color: #1f1f68;
}
.multislider-main__slide-bottom span {
  color: #1f1f68;
}
@media (max-width: 63.99875em) {
  .multislider-main__slide-bottom {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
  }
}

.multislider-prev {
  opacity: 0.5 !important;
  pointer-events: none !important;
  -webkit-margin-start: auto;
          margin-inline-start: auto;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 clamp(15.625rem, 15.9895833333vw, 19.1875rem);
          flex: 0 0 clamp(15.625rem, 15.9895833333vw, 19.1875rem);
  min-width: 0;
}
@media (max-width: 63.99875em) {
  .multislider-prev {
    display: none;
  }
}
.multislider-prev__slider {
  overflow: visible;
  position: relative;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.multislider-prev__slider.hide {
  opacity: 0 !important;
}
.multislider-prev__slider::after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  inset-inline-start: 100%;
  background-color: #ffffff;
  width: 100vw;
  height: 100%;
}
.multislider-prev__slide-img {
  position: relative;
  overflow: hidden;
  height: clamp(18.125rem, 20.7291666667vw, 24.875rem);
  width: clamp(15.625rem, 15.9895833333vw, 19.1875rem);
  border-radius: 1.8125rem;
}
.multislider-prev__slide-img img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.faq {
  overflow: hidden;
}
.faq__inner {
  width: 100%;
  max-width: 99rem;
  margin-inline: auto;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: clamp(29.1875rem, 29.53125vw, 35.4375rem) 7.2916666667vw clamp(36.625rem, 46.1458333333vw, 55.375rem);
  grid-template-columns: clamp(29.1875rem, 29.53125vw, 35.4375rem) clamp(36.625rem, 46.1458333333vw, 55.375rem);
  -ms-grid-rows: auto 6.25vw auto;
      grid-template-areas: "top items" "bottom items";
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-column-gap: 7.2916666667vw;
     -moz-column-gap: 7.2916666667vw;
          column-gap: 7.2916666667vw;
  row-gap: 6.25vw;
  padding-top: clamp(3.875rem, 5.8854166667vw, 7.0625rem);
  padding-bottom: clamp(3.125rem, 4.1666666667vw, 5rem);
}
@media (max-width: 78.125em) {
  .faq__inner {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto 2rem auto 2rem auto;
        grid-template-areas: "top" "items" "bottom";
    gap: 2rem;
  }
}
.faq__header {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: top;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5rem;
}
.faq__header h2 {
  text-align: start;
}
.faq__header h2 strong {
  background: linear-gradient(227.18deg, #338bf1 10.09%, #9100e9 35.82%, #ff2a7f 71.82%, #fff53f 106.86%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.faq__header p {
  font-size: clamp(1rem, 1.0416666667vw, 1.25rem);
  color: #1f1f68;
}
@media (max-width: 78.125em) {
  .faq__header {
    margin-bottom: 1rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    gap: 1.125rem;
  }
  .faq__header h2 {
    text-align: center;
  }
}
.faq__bottom {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  grid-area: bottom;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 1.4375rem;
}
.faq__bottom p {
  font-size: clamp(1rem, 1.0416666667vw, 1.25rem);
  color: #1f1f68;
}
@media (max-width: 78.125em) {
  .faq__bottom {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    gap: 1.75rem;
  }
}
.faq__items {
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  -ms-grid-column: 3;
  grid-area: items;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 78.125em) {
  .faq__header {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .faq__bottom {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
  .faq__items {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
  }
}

.slider-cards {
  overflow: hidden;
}
.slider-cards:not(:last-child) {
  padding-bottom: clamp(0.625rem, 2.6041666667vw, 3.125rem);
}
.slider-cards:last-child {
  padding-bottom: clamp(4.125rem, 8.59375vw, 10.3125rem);
}
.slider-cards__inner {
  width: 100%;
  max-width: 84.75rem;
  margin-inline: auto;
  padding-top: clamp(3.125rem, 4.1666666667vw, 5rem);
}
.slider-cards__header {
  width: 100%;
  max-width: 49rem;
  margin-inline: auto;
  margin-bottom: clamp(3.25rem, 3.4895833333vw, 4.1875rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  gap: clamp(1.125rem, 1.25vw, 1.5rem);
}
.slider-cards__header p {
  font-size: clamp(1rem, 1.0416666667vw, 1.25rem);
  color: #1f1f68;
}
.slider-cards__slider {
  padding-block: 1.3020833333vw;
  margin-block: -1.3020833333vw;
  padding-inline: 1.3020833333vw;
  margin-inline: -1.3020833333vw;
}
.slider-cards__slider.swiper-backface-hidden .slider-actions {
  display: none;
}
@media (max-width: 63.99875em) {
  .slider-cards__slider.swiper {
    overflow: visible;
  }
}
.slider-cards__slider .slider-actions {
  padding-top: 2.5rem;
}
.slider-cards__slider .slider-actions button {
  border-color: #1f1f68;
}
.slider-cards__slider .slider-actions button i {
  color: #1f1f68;
}
.slider-cards__slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: auto;
  border-radius: clamp(1.5rem, 1.6666666667vw, 2rem);
}
.slider-cards__card {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  padding: clamp(0.5rem, 0.625vw, 0.75rem);
  border-radius: clamp(1.5rem, 1.6666666667vw, 2rem);
  -webkit-box-shadow: 0px 0.15625vw 0.8333333333vw rgba(181, 198, 247, 0.2);
          box-shadow: 0px 0.15625vw 0.8333333333vw rgba(181, 198, 247, 0.2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: clamp(0.9375rem, 1.1458333333vw, 1.375rem);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (any-hover: hover) {
  .slider-cards__card:hover {
    -webkit-box-shadow: 0px 0.15625vw 1.6145833333vw rgba(181, 198, 247, 0.5);
            box-shadow: 0px 0.15625vw 1.6145833333vw rgba(181, 198, 247, 0.5);
  }
}
.slider-cards__card-img {
  position: relative;
  overflow: hidden;
  border-radius: clamp(0.875rem, 1.0416666667vw, 1.25rem);
  height: clamp(15.875rem, 14.4791666667vw, 17.375rem);
}
.slider-cards__card-img img {
  position: relative;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 68.75em) {
  .slider-cards__card-img {
    height: clamp(12.125rem, 26.0416666667vw, 31.25rem);
  }
}
.slider-cards__card-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 1rem;
  padding-bottom: clamp(0.5rem, 0.625vw, 0.75rem);
  padding-inline: clamp(0.6875rem, 0.625vw, 0.75rem);
}
.slider-cards__card-main > p {
  margin-bottom: 0.375rem;
  font-size: clamp(1.125rem, 1.25vw, 1.5rem);
  font-weight: 500;
  color: #1f1f68;
}
.slider-cards__card-main .btn {
  margin-top: auto;
  min-height: 3rem;
  -webkit-padding-start: 1.25rem;
          padding-inline-start: 1.25rem;
  -webkit-padding-end: 1.4375rem;
          padding-inline-end: 1.4375rem;
  padding-block: 0.375rem;
  -webkit-box-shadow: none;
          box-shadow: none;
  gap: 0.5rem;
}
@media (max-width: 63.99875em) {
  .slider-cards__card-main .btn i {
    font-size: 0.4375rem;
  }
  .slider-cards__card-main .btn span {
    letter-spacing: -0.02em;
  }
}
@media (max-width: 63.99875em) {
  .slider-cards__card-main {
    gap: 0.6875rem;
    padding-bottom: 1rem;
  }
  .slider-cards__card-main > p {
    margin-bottom: 0.8125rem;
  }
}
.slider-cards__card-cats {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.25rem;
}
.slider-cards__card-cats p,
.slider-cards__card-cats a {
  font-weight: 600;
  font-size: 0.875rem;
  color: #ff2a7f;
}

.blog-cards__inner {
  width: 100%;
  max-width: 84.75rem;
  margin-inline: auto;
  margin-bottom: 6rem;
  padding-top: clamp(3.625rem, 4.7916666667vw, 5.75rem);
}
.blog-cards__header {
  width: 100%;
  max-width: 49rem;
  margin-inline: auto;
  margin-bottom: clamp(1.5rem, 2.5vw, 3rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  gap: clamp(1.125rem, 1.25vw, 1.5rem);
}
.blog-cards__header p {
  font-size: clamp(1rem, 1.0416666667vw, 1.25rem);
  color: #1f1f68;
}
@media (max-width: 63.99875em) {
  .blog-cards__header {
    text-align: center;
  }
  .blog-cards__header h2 {
    padding-inline: 2.5641025641vw;
  }
}
.blog-cards__cats {
  margin-bottom: clamp(2.5rem, 3.6458333333vw, 4.375rem);
}
.blog-cards__cards {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(clamp(21.375rem, 21.875vw, 26.25rem), 1fr));
  -webkit-column-gap: 2.5vw;
     -moz-column-gap: 2.5vw;
          column-gap: 2.5vw;
  row-gap: 3.125vw;
  margin-bottom: clamp(3.9375rem, 5vw, 6rem);
}
@media (max-width: 47.99875em) {
  .blog-cards__cards {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 1.75rem;
  }
}
.blog-cards__footer {
  width: 100%;
  max-width: 39.0625rem;
  margin-inline: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  gap: 1.75rem;
}
.blog-cards__footer p {
  font-size: clamp(1rem, 1.0416666667vw, 1.25rem);
  color: #1f1f68;
}
.blog-cards__footer .btn i {
  -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
          transform: rotate(0);
}
@media (any-hover: hover) {
  .blog-cards__footer .btn:hover i {
    -webkit-transform: scaleY(-1);
        -ms-transform: scaleY(-1);
            transform: scaleY(-1);
  }
}

.single-hero .breadcrumbs-wrapper {
  padding-top: clamp(1.25rem, 2.65625vw, 3.1875rem);
  padding-bottom: clamp(2.25rem, 2.8645833333vw, 3.4375rem);
}
.single-hero__inner {
  width: 100%;
  max-width: 48.75rem;
  margin-inline: auto;
  margin-bottom: clamp(2.9375rem, 4.53125vw, 5.4375rem);
}
.single-hero__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  gap: clamp(0.75rem, 0.8333333333vw, 1rem);
}
.single-hero__header p {
  font-size: clamp(1rem, 1.0416666667vw, 1.25rem);
  line-height: 1.7;
  width: 100%;
  max-width: 45.75rem;
  margin-inline: auto;
}
@media (max-width: 63.99875em) {
  .single-hero__header p {
    line-height: 1.5;
  }
}

.single-author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: clamp(1rem, 1.25vw, 1.5rem);
  margin-bottom: 3.375rem;
}
.single-author__icon {
  position: relative;
  overflow: hidden;
  border-radius: clamp(0.75rem, 1.0416666667vw, 1.25rem);
  width: clamp(3rem, 4.1666666667vw, 5rem);
  height: clamp(3rem, 4.1666666667vw, 5rem);
}
.single-author__icon img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.single-author__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5rem;
  color: #1f1f68;
}
.single-author__main p {
  font-weight: bold;
  font-size: clamp(1rem, 1.0416666667vw, 1.25rem);
}
.single-author__main span {
  font-size: clamp(0.875rem, 0.8333333333vw, 1rem);
}
@media (max-width: 63.99875em) {
  .single-author {
    margin-bottom: 3.9375rem;
  }
}

.single-main__inner {
  width: 100%;
  max-width: 55.375rem;
  margin-inline: auto;
}
.single-main__content {
  margin-bottom: clamp(3rem, 7.2916666667vw, 8.75rem);
}
.single-main__content-row h1,
.single-main__content-row h2,
.single-main__content-row h3,
.single-main__content-row h4,
.single-main__content-row h5,
.single-main__content-row h6 {
  text-align: start;
  color: #0a2b83;
  font-weight: 700;
  margin-top: clamp(1.125rem, 2.5vw, 3rem);
}
.single-main__content-row h1:not(:last-child),
.single-main__content-row h2:not(:last-child),
.single-main__content-row h3:not(:last-child),
.single-main__content-row h4:not(:last-child),
.single-main__content-row h5:not(:last-child),
.single-main__content-row h6:not(:last-child) {
  margin-bottom: clamp(0.75rem, 0.8333333333vw, 1rem);
}
.single-main__content-row h2 {
  font-size: clamp(1.75rem, 1.6666666667vw, 2rem);
}
.single-main__content-row h3 {
  font-size: clamp(1.625rem, 1.5625vw, 1.875rem);
}
.single-main__content-row h4 {
  font-size: clamp(1rem, 1.0416666667vw, 1.25rem);
}
.single-main__content-row p,
.single-main__content-row li,
.single-main__content-row a {
  line-height: 1.7;
  font-weight: 400;
  color: #1f1f68;
  font-size: clamp(1rem, 1.0416666667vw, 1.25rem);
}
.single-main__content-row p:not(:last-child),
.single-main__content-row li:not(:last-child),
.single-main__content-row a:not(:last-child) {
  margin-bottom: 1rem;
}
@media (max-width: 63.99875em) {
  .single-main__content-row p,
  .single-main__content-row li,
  .single-main__content-row a {
    color: #1f1f68;
  }
}
@media (max-width: 63.99875em) {
  .single-main__content-row li {
    color: #0a2b83;
  }
}
.single-main__content-row p a,
.single-main__content-row li a {
  margin-bottom: 0;
}
.single-main__content-row a {
  text-decoration: underline;
}
@media (any-hover: hover) {
  .single-main__content-row a:hover {
    text-decoration: none;
  }
}
.single-main__content-row ul,
.single-main__content-row ol {
  margin-bottom: clamp(1.125rem, 1.25vw, 1.5rem);
}
.single-main__content-row ul {
  list-style: initial;
  -webkit-margin-start: 1em;
          margin-inline-start: 1em;
}
.single-main__content-row ul li {
  -webkit-padding-start: 1em;
          padding-inline-start: 1em;
}
.single-main__content-row ol {
  list-style-type: decimal;
  -webkit-margin-start: 1em;
          margin-inline-start: 1em;
}
.single-main__content-row ol li {
  -webkit-padding-start: 1em;
          padding-inline-start: 1em;
}
.single-main__media-wrap {
  width: 100%;
  height: clamp(12.5rem, 25.7291666667vw, 30.875rem);
  position: relative;
  border-radius: clamp(1rem, 1.0416666667vw, 1.25rem);
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-block: clamp(1.125rem, 2.5vw, 3rem);
}
.single-main__media-wrap > img,
.single-main__media-wrap video,
.single-main__media-wrap iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.single-main__media-wrap a {
  position: relative;
  z-index: 1;
}
.single-main__media-wrap a img {
  width: clamp(4rem, 3.8541666667vw, 4.625rem);
  height: clamp(4rem, 3.8541666667vw, 4.625rem);
}
html[dir=rtl] .single-main__media-wrap a img {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.single-main__slider {
  margin-block: clamp(1.125rem, 2.5vw, 3rem);
}
.single-main__slider .slider-actions {
  padding-top: 1.5rem;
}
.single-main__slide .single-main__media-wrap {
  margin: 0;
}
.single-main__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-top: clamp(2rem, 2.7083333333vw, 3.25rem);
}

.single-main__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.125rem;
  margin-bottom: clamp(6.6875rem, 10.4166666667vw, 12.5rem);
}
.single-main__social p {
  color: #0a2b83;
  font-size: clamp(0.875rem, 1.0416666667vw, 1.25rem);
}
.single-main__social ul,
.single-main__social ol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.75rem;
}
@media (max-width: 63.99875em) {
  .single-main__social ul,
  .single-main__social ol {
    gap: 1.125rem;
  }
}
.single-main__social li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.84375rem;
  border-radius: 0.625rem;
  border: 0.0625rem solid transparent;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-clip: padding-box;
  background: #fbfbfb;
  position: relative;
  padding-block: 0.5rem;
  padding-inline: 1rem;
  min-height: 2.5625rem;
}
.single-main__social li a img,
.single-main__social li a span {
  position: relative;
  z-index: 4;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.single-main__social li a img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 1.5rem;
          flex: 0 0 1.5rem;
  height: 1.5rem;
}
.single-main__social li a span {
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 1.3;
  letter-spacing: -0.02em;
  color: #0a2b83;
}
.single-main__social li a:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: -0.0625rem;
  border-radius: inherit;
  background: -webkit-gradient(linear, right top, left bottom, from(#338bf1), color-stop(#9100e9), color-stop(#ff2a7f), to(#fff53f));
  background: linear-gradient(to left bottom, #338bf1, #9100e9, #ff2a7f, #fff53f);
}
.single-main__social li a::after {
  content: "";
  position: absolute;
  inset: 0.0625rem;
  width: calc(100% - 0.125rem);
  height: calc(100% - 0.125rem);
  border-radius: inherit;
  background-color: #fbfbfb;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (any-hover: hover) {
  .single-main__social li a:hover img {
    -webkit-filter: brightness(0) invert(1);
            filter: brightness(0) invert(1);
  }
  .single-main__social li a:hover span {
    color: #ffffff;
  }
  .single-main__social li a:hover::after {
    opacity: 0;
  }
}
@media (max-width: 63.99875em) {
  .single-main__social li a {
    width: 3rem;
    height: 3rem;
    border-radius: 0.5rem;
    padding: 0.25rem;
  }
  .single-main__social li a span {
    display: none;
  }
}

.default-text .breadcrumbs-wrapper {
  padding-top: clamp(0.75rem, 2.0833333333vw, 2.5rem);
  padding-bottom: 1.25rem;
}
@media (max-width: 63.99875em) {
  .default-text .breadcrumbs-wrapper {
    padding-bottom: 2.5rem;
  }
}
.default-text__inner {
  width: 100%;
  max-width: 64.3125rem;
  margin-inline: auto;
  padding-bottom: clamp(5.5rem, 5.4166666667vw, 6.5rem);
}
.default-text__header {
  width: 100%;
  max-width: 26.875rem;
  margin-inline: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  gap: 1rem;
  margin-bottom: clamp(3rem, 4.3229166667vw, 5.1875rem);
}
.default-text__header h1 {
  font-size: clamp(2rem, 2.34375vw, 2.8125rem);
  letter-spacing: -0.02em;
}
.default-text__header p {
  font-size: clamp(1rem, 0.9375vw, 1.125rem);
}
.default-text__main-row {
  counter-reset: listCounter;
}
.default-text__main-row:not(:last-child) {
  margin-bottom: 4.375rem;
}
.default-text__main-row p,
.default-text__main-row li,
.default-text__main-row a {
  font-size: clamp(1rem, 0.9375vw, 1.125rem);
  color: #0a2b83;
  line-height: 1.5;
}
.default-text__main-row a {
  font-weight: bold;
}
.default-text__main-row p:not(:last-child) {
  margin-bottom: 1.25rem;
}
.default-text__main-row ol,
.default-text__main-row ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5625rem;
  margin-top: 1.5625rem;
}
.default-text__main-row > ol,
.default-text__main-row ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5625rem;
}
.default-text__main-row > ol ul,
.default-text__main-row ul ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5625rem;
}
.default-text__main-row > ol {
  list-style-type: none;
}
.default-text__main-row > ol:not(:last-child) {
  margin-bottom: 1.5625rem;
}
.default-text__main-row > ol > li {
  counter-increment: listCounter;
  position: relative;
  -webkit-margin-start: 3em;
          margin-inline-start: 3em;
}
.default-text__main-row > ol > li::before {
  content: counter(listCounter, decimal) ". ";
  position: absolute;
  inset-inline-start: -3em;
}
.default-text__main-row > ol ul {
  counter-reset: listCounter;
  margin-bottom: 3.125rem;
}
.default-text__main-row > ol ul > li {
  counter-increment: listCounter;
  position: relative;
  -webkit-margin-start: -3em;
          margin-inline-start: -3em;
  -webkit-padding-start: 3em;
          padding-inline-start: 3em;
}
.default-text__main-row > ol ul > li::before {
  content: counter(listCounter, upper-alpha) ". ";
  position: absolute;
  inset-inline-start: 0;
}
.default-text__main-row > ol ul > li ul {
  counter-reset: sublistCounter;
}
.default-text__main-row > ol ul > li ul li {
  counter-increment: sublistCounter;
  -webkit-margin-start: -3em;
          margin-inline-start: -3em;
  -webkit-padding-start: 3em;
          padding-inline-start: 3em;
}
.default-text__main-row > ol ul > li ul li::before {
  content: counter(listCounter, upper-alpha) "." counter(sublistCounter) " ";
  position: absolute;
  inset-inline-start: 0;
}
.default-text__main-row > ul {
  list-style-type: disc;
  margin-bottom: 1.5625rem;
  -webkit-margin-start: 1em;
          margin-inline-start: 1em;
}
.default-text__main-row > ul li {
  -webkit-padding-start: 2em;
          padding-inline-start: 2em;
  -webkit-padding-start: -2em;
          padding-inline-start: -2em;
}
.default-text__main-row h1,
.default-text__main-row h2,
.default-text__main-row h3,
.default-text__main-row h4,
.default-text__main-row h5,
.default-text__main-row h6 {
  text-align: start;
  font-weight: bold;
  margin-bottom: clamp(1rem, 1.6666666667vw, 2rem);
  margin-top: 4.375rem;
  color: #0a2b83;
}
.default-text__main-row h1 {
  font-size: clamp(1.5rem, 1.4583333333vw, 1.75rem);
}
.default-text__main-row h2,
.default-text__main-row h3 {
  font-size: clamp(1.25rem, 1.25vw, 1.5rem);
}
.default-text__main-row h4,
.default-text__main-row h5 {
  font-size: clamp(1.125rem, 1.1458333333vw, 1.375rem);
}
.default-text__main-row h6 {
  font-size: clamp(1rem, 1.0416666667vw, 1.25rem);
}

.faq-type-2 .breadcrumbs-wrapper {
  padding-top: clamp(0.75rem, 0.625vw, 0.75rem);
  padding-bottom: 1.875rem;
}
@media (max-width: 63.99875em) {
  .faq-type-2 .breadcrumbs-wrapper {
    padding-bottom: 2.4375rem;
  }
}
.faq-type-2__inner {
  width: 100%;
  max-width: 56.75rem;
  margin-inline: auto;
  padding-bottom: clamp(8.0625rem, 8.0208333333vw, 9.625rem);
}
.faq-type-2__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  gap: clamp(1.125rem, 1.25vw, 1.5rem);
  margin-bottom: clamp(1.5rem, 2.5vw, 3rem);
}
.faq-type-2__header p {
  font-size: clamp(1rem, 1.0416666667vw, 1.25rem);
}
.faq-type-2__main {
  margin-bottom: clamp(2rem, 3.4375vw, 4.125rem);
}
.faq-type-2__cats {
  margin-bottom: clamp(3rem, 3.4375vw, 4.125rem);
}
.faq-type-2__cats button.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.faq-type-2__items h3 {
  font-weight: 600;
  font-size: clamp(1.75rem, 2.34375vw, 2.8125rem);
  color: #0a2b83;
  -webkit-padding-start: clamp(1.5625rem, 2.2395833333vw, 2.6875rem);
          padding-inline-start: clamp(1.5625rem, 2.2395833333vw, 2.6875rem);
  position: relative;
  margin-bottom: clamp(1rem, 1.1458333333vw, 1.375rem);
}
.faq-type-2__items h3::before {
  content: "";
  position: absolute;
  width: clamp(1.125rem, 1.5625vw, 1.875rem);
  height: clamp(1.125rem, 1.5625vw, 1.875rem);
  top: 50%;
  inset-inline-start: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  background: none;
  background-image: url("../img/home/hero-arrow.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
html[dir=rtl] .faq-type-2__items h3::before {
  -webkit-transform: rotate(180deg) translateY(50%);
      -ms-transform: rotate(180deg) translateY(50%);
          transform: rotate(180deg) translateY(50%);
}
.faq-type-2 .site-dropdown__item.hide {
  display: none;
}
.faq-type-2 .site-dropdown__item.active {
  display: block;
}
.faq-type-2 .faq-type-2__item-group {
  margin-bottom: clamp(2.5rem, 3.125vw, 3.75rem);
}
.faq-type-2 .faq-type-2__item-group.hide {
  display: none;
}
.faq-type-2__bottom {
  width: 100%;
  max-width: 28.125rem;
  margin-inline: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.5rem;
}
.faq-type-2__bottom p {
  text-align: center;
  font-size: clamp(1rem, 1.0416666667vw, 1.25rem);
}
@media (max-width: 63.99875em) {
  .faq-type-2__bottom {
    padding-inline: 15.3846153846vw;
  }
}

.site-content__inner {
  width: 100%;
  max-width: 64.375rem;
  margin-inline: auto;
  padding-block: 4.5rem;
}
.site-content__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  margin-bottom: clamp(2.5rem, 4.3229166667vw, 5.1875rem);
}
.site-content__header a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: clamp(2.5rem, 3.8541666667vw, 4.625rem);
}
.site-content__header a img {
  width: clamp(7.5rem, 8.4375vw, 10.125rem);
}
.site-content__header h1 {
  font-size: clamp(2.8125rem, 1.4583333333vw, 1.75rem);
  margin-bottom: 1rem;
}
.site-content__header p {
  font-size: 1.125rem;
}
.site-content__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 1rem;
  counter-reset: listCounter;
}
.site-content__main tr {
  min-height: clamp(3.75rem, 6.25vw, 7.5rem);
}
.site-content__main td {
  padding-block: clamp(1rem, 1.6666666667vw, 2rem);
  padding-inline: clamp(0.5rem, 1.25vw, 1.4375rem);
  text-align: center;
}
.site-content__main hr {
  height: 0.0625rem;
  background-color: #000000;
  width: 100%;
}
.site-content__main h1,
.site-content__main h2,
.site-content__main h3,
.site-content__main h4,
.site-content__main h5,
.site-content__main h6 {
  font-weight: bold;
}
.site-content__main h1 {
  font-size: clamp(1.5rem, 1.4583333333vw, 1.75rem);
}
.site-content__main h2,
.site-content__main h3 {
  font-size: clamp(1.25rem, 1.25vw, 1.5rem);
}
.site-content__main h4,
.site-content__main h5 {
  font-size: clamp(1.125rem, 1.1458333333vw, 1.375rem);
}
.site-content__main h6 {
  font-size: clamp(1rem, 1.0416666667vw, 1.25rem);
}
.site-content__main em {
  font-style: normal;
  text-decoration: underline;
}
.site-content__main ol,
.site-content__main ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
}
.site-content__main ol ul,
.site-content__main ol ol,
.site-content__main ul ul,
.site-content__main ul ol {
  margin-block: 1rem;
}
.site-content__main ol li:has(strong)::before,
.site-content__main ul li:has(strong)::before {
  font-weight: bold;
}
.site-content__main p,
.site-content__main li,
.site-content__main a {
  font-size: clamp(1rem, 0.9375vw, 1.125rem);
  color: #0a2b83;
  line-height: 1.5;
}
.site-content__main a {
  text-decoration: underline;
  font-weight: bold;
}
.site-content__main > ol {
  list-style-type: none;
}
.site-content__main > ol li {
  counter-increment: listCounter;
  position: relative;
  -webkit-margin-start: 2em;
          margin-inline-start: 2em;
}
.site-content__main > ol li::before {
  content: counter(listCounter, decimal) ". ";
  position: absolute;
  inset-inline-start: -2em;
}
.site-content__main > ol ol {
  counter-reset: sublistCounter;
  -webkit-padding-start: clamp(1.25rem, 1.5625vw, 1.875rem);
          padding-inline-start: clamp(1.25rem, 1.5625vw, 1.875rem);
}
.site-content__main > ol ol li {
  counter-increment: sublistCounter;
  -webkit-margin-start: -2em;
          margin-inline-start: -2em;
  -webkit-padding-start: 2em;
          padding-inline-start: 2em;
}
.site-content__main > ol ol li::before {
  content: counter(listCounter, decimal) "." counter(sublistCounter) " ";
  position: absolute;
  inset-inline-start: 0;
}
.site-content__main > ol ol ol {
  counter-reset: sublistCounterInner;
  -webkit-padding-start: clamp(1.25rem, 1.5625vw, 1.875rem);
          padding-inline-start: clamp(1.25rem, 1.5625vw, 1.875rem);
}
.site-content__main > ol ol ol li {
  counter-increment: sublistCounterInner;
  -webkit-padding-start: 3em;
          padding-inline-start: 3em;
}
.site-content__main > ol ol ol li::before {
  content: counter(listCounter, decimal) "." counter(sublistCounter) "." counter(sublistCounterInner);
  position: absolute;
  inset-inline-start: 0;
}
.site-content__main ul {
  list-style-type: disc;
}
.site-content__main ul li {
  counter-increment: unset;
}
.site-content__main ul li::before {
  display: none;
}

.block-contact {
  margin-bottom: clamp(5.25rem, 4.8958333333vw, 5.875rem);
}
.block-contact .breadcrumbs-wrapper {
  padding-top: clamp(0.75rem, 2.0833333333vw, 2.5rem);
}
.block-contact__inner {
  width: 100%;
  max-width: 40.125rem;
  margin-inline: auto;
}
.block-contact__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  gap: 0.75rem;
  margin-bottom: clamp(0.875rem, 1.25vw, 1.5rem);
  padding-top: 1.375rem;
}
.block-contact__header h1 {
  font-size: clamp(2rem, 2.0833333333vw, 2.5rem);
}
@media (max-width: 63.99875em) {
  .block-contact__header {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    text-align: start;
    padding-top: 2.5rem;
    gap: 0.875rem;
  }
}
.block-contact__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: clamp(1rem, 2.0833333333vw, 2.5rem);
  margin-bottom: 3.25rem;
}
@media (max-width: 63.99875em) {
  .block-contact__info {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.block-contact__info-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.5rem;
}
.block-contact__info-item span {
  color: #1f1f68;
  opacity: 0.7;
}
@media (any-hover: hover) {
  .block-contact__info-item:hover .block-contact__info-icon img {
    -webkit-filter: brightness(0) invert(1);
            filter: brightness(0) invert(1);
  }
  .block-contact__info-item:hover .block-contact__info-icon::after {
    opacity: 0;
  }
  .block-contact__info-item:hover span:nth-child(2) {
    color: #0a2b83;
    opacity: 1;
  }
}
@media (max-width: 63.99875em) {
  .block-contact__info-item {
    gap: 0.75rem;
  }
}
.block-contact__info-icon {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  border: 0.0625rem solid transparent;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-clip: padding-box;
  background: white;
  width: 2.5rem;
  height: 2.5rem;
}
.block-contact__info-icon img {
  width: 1.25rem;
  height: 1.25rem;
  position: relative;
  z-index: 1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.block-contact__info-icon:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: -0.0625rem;
  border-radius: inherit;
  background: -webkit-gradient(linear, right top, left bottom, from(#338bf1), color-stop(#9100e9), color-stop(#ff2a7f), to(#fff53f));
  background: linear-gradient(to left bottom, #338bf1, #9100e9, #ff2a7f, #fff53f);
}
.block-contact__info-icon::after {
  content: "";
  position: absolute;
  inset: 0.0625rem;
  width: calc(100% - 0.125rem);
  height: calc(100% - 0.125rem);
  border-radius: inherit;
  background-color: #ffffff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 63.99875em) {
  .block-contact__info-icon {
    width: 2rem;
    height: 2rem;
  }
  .block-contact__info-icon img {
    width: 1rem;
  }
}
.block-contact__form-bottom {
  text-align: center;
  padding-inline: 4.1666666667vw;
  margin-top: -0.25rem;
  margin-bottom: 1rem;
}
.block-contact__form-bottom a {
  color: #ff2a7f;
  text-decoration: underline;
}
@media (any-hover: hover) {
  .block-contact__form-bottom a:hover {
    text-decoration: none;
  }
}
@media (max-width: 63.99875em) {
  .block-contact__form-bottom {
    text-align: start;
  }
}

.content-acc-col__inner {
  width: 100%;
  max-width: 104rem;
  margin-inline: auto;
  padding-top: clamp(2.5rem, 3.125vw, 3.75rem);
  padding-bottom: clamp(4.875rem, 4.7916666667vw, 5.75rem);
}
.content-acc-col__header {
  width: 100%;
  max-width: 54rem;
  margin-inline: auto;
  margin-bottom: clamp(2.5rem, 3.125vw, 3.75rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  gap: 1rem;
}
.content-acc-col__header p {
  font-size: clamp(1rem, 1.0416666667vw, 1.25rem);
}
.content-acc-col__items {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(clamp(22.375rem, 20.1041666667vw, 24.125rem), 24.125rem));
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: clamp(1.25rem, 2.0833333333vw, 2.5rem);
  margin-bottom: clamp(2.5rem, 2.3958333333vw, 2.875rem);
}
@media (max-width: 63.99875em) {
  .content-acc-col__items {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.content-acc-col__item {
  border-radius: clamp(0.875rem, 1.40625vw, 1.6875rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: auto;
  background: #eaeef9;
  padding-inline: clamp(1.5rem, 3.28125vw, 3.9375rem);
  padding-top: clamp(1.625rem, 1.6666666667vw, 2rem);
}
@media (max-width: 63.99875em) {
  .content-acc-col__item {
    padding-top: 0;
  }
}
.content-acc-col__item-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  gap: clamp(0.75rem, 0.8854166667vw, 1.0625rem);
}
.content-acc-col__item-btn img {
  width: clamp(2rem, 2.2916666667vw, 2.75rem);
}
.content-acc-col__item-btn span {
  font-weight: bold;
  font-size: clamp(1.25rem, 1.25vw, 1.5rem);
}
@media (min-width: 63.99875em) {
  .content-acc-col__item-btn {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
    margin-bottom: 0.625rem;
    pointer-events: none;
  }
}
@media (max-width: 63.99875em) {
  .content-acc-col__item-btn {
    padding-block: 1.5625rem;
    min-height: 5.125rem;
    position: relative;
  }
  .content-acc-col__item-btn::before, .content-acc-col__item-btn::after {
    content: "";
    position: absolute;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    background-color: #0a2b83;
    border: 0.25rem;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .content-acc-col__item-btn::before {
    top: 50%;
    inset-inline-end: 0;
    width: 0.875rem;
    height: 0.1875rem;
  }
  .content-acc-col__item-btn::after {
    width: 0.1875rem;
    height: 0.875rem;
    top: 50%;
    inset-inline-end: 0.34375rem;
  }
  .content-acc-col__item-btn.isActive::after {
    opacity: 0;
  }
}
.content-acc-col__item-main {
  height: 100%;
}
@media (max-width: 63.99875em) {
  .content-acc-col__item-main {
    display: none;
  }
}
.content-acc-col__item-main-inner {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-align: center;
  gap: clamp(2.375rem, 2.8645833333vw, 3.4375rem);
}
.content-acc-col__item-text {
  font-size: clamp(1rem, 0.9375vw, 1.125rem);
}
@media (max-width: 63.99875em) {
  .content-acc-col__item-text {
    -webkit-padding-end: 1rem;
            padding-inline-end: 1rem;
    text-align: start;
  }
}
.content-acc-col__item-img {
  position: relative;
  overflow: hidden;
  width: clamp(10.8125rem, 11.9791666667vw, 14.375rem);
  height: clamp(18.5625rem, 19.8958333333vw, 23.875rem);
}
.content-acc-col__item-img img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.content-acc-col__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.feedback-slider {
  overflow: hidden;
}
.feedback-slider__inner {
  padding-top: clamp(3.4375rem, 4.7916666667vw, 5.75rem);
  padding-bottom: clamp(2.375rem, 3.90625vw, 4.6875rem);
}
.feedback-slider__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  gap: 1rem;
  width: 100%;
  max-width: 61.25rem;
  margin-inline: auto;
  margin-bottom: clamp(1.625rem, 2.9166666667vw, 3.5rem);
}
.feedback-slider__header p {
  font-size: clamp(1rem, 0.9375vw, 1.125rem);
}
.feedback-slider__media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 2.4375rem;
     -moz-column-gap: 2.4375rem;
          column-gap: 2.4375rem;
  row-gap: 1.625rem;
  width: 100%;
  max-width: 68.75rem;
  margin-inline: auto;
}
.feedback-slider__media-item img {
  min-height: 3.125rem;
}

.feedback__slider {
  width: 100%;
  max-width: clamp(50rem, 58.125vw, 69.75rem);
  margin-inline: auto;
  overflow: visible;
}
@media (max-width: 47.99875em) {
  .feedback__slider {
    max-width: 76.9230769231vw;
  }
}
.feedback__wrapper {
  padding-bottom: clamp(1.875rem, 2.7604166667vw, 3.3125rem);
  padding-top: clamp(2.1875rem, 3.90625vw, 4.6875rem);
}
.feedback__slide {
  border-radius: clamp(1.5rem, 1.6666666667vw, 2rem);
  -webkit-box-shadow: 0px 0.2rem 1.9375rem rgba(181, 198, 247, 0.5);
          box-shadow: 0px 0.2rem 1.9375rem rgba(181, 198, 247, 0.5);
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.feedback__slide.swiper-slide {
  opacity: 0.5;
  -webkit-transform: scale(0.95);
      -ms-transform: scale(0.95);
          transform: scale(0.95);
}
.feedback__slide.swiper-slide-active {
  opacity: 1;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
.feedback__slide-inner {
  background: #ffffff;
  padding: 0.5rem;
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto 3rem auto;
      grid-template-areas: "icon text" "user text";
  -ms-grid-columns: clamp(16.25rem, 22.1354166667vw, 26.5625rem) 3rem 1fr;
  grid-template-columns: clamp(16.25rem, 22.1354166667vw, 26.5625rem) 1fr;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  gap: 3rem;
}
@media (min-width: 63.99875em) {
  .feedback__slide-inner {
    -webkit-padding-start: 3rem;
            padding-inline-start: 3rem;
  }
}
@media (max-width: 63.99875em) {
  .feedback__slide-inner {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto 4.1025641026vw auto 4.1025641026vw auto;
        grid-template-areas: "icon" "text" "user";
    gap: 4.1025641026vw;
    padding: 2.0512820513vw;
    padding-bottom: 4.1025641026vw;
  }
}
.feedback__slide-social {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: icon;
}
.feedback__slide-social img {
  width: 7.8125rem;
}
@media (min-width: 63.99875em) {
  .feedback__slide-social {
    padding-top: 2.5rem;
  }
}
@media (max-width: 63.99875em) {
  .feedback__slide-social img {
    width: 7.25rem;
  }
}
.feedback__slide-user {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  grid-area: user;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  margin-top: auto;
}
@media (min-width: 63.99875em) {
  .feedback__slide-user {
    padding-bottom: 3rem;
  }
}
.feedback__user-icon {
  border-radius: 50%;
  position: relative;
  width: 4.625rem;
  height: 4.625rem;
  background-color: #ffffff;
  border: 0.125rem solid transparent;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-clip: padding-box;
}
.feedback__user-icon img {
  position: absolute;
  z-index: 1;
  inset: 0.3125rem;
  width: calc(100% - 0.625rem);
  height: calc(100% - 0.625rem);
  -o-object-fit: cover;
     object-fit: cover;
}
.feedback__user-icon:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: -0.0625rem;
  border-radius: inherit;
  background: -webkit-gradient(linear, right top, left bottom, from(#338bf1), color-stop(#9100e9), color-stop(#ff2a7f), to(#fff53f));
  background: linear-gradient(to left bottom, #338bf1, #9100e9, #ff2a7f, #fff53f);
}
.feedback__user-icon::after {
  content: "";
  position: absolute;
  inset: 0.0625rem;
  width: calc(100% - 0.125rem);
  height: calc(100% - 0.125rem);
  border-radius: inherit;
  background-color: #ffffff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 47.99875em) {
  .feedback__user-icon {
    width: 3rem;
    height: 3rem;
  }
  .feedback__user-icon img {
    inset: 0.15625rem;
    width: calc(100% - 0.3125rem);
    height: calc(100% - 0.3125rem);
  }
}
.feedback__user-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.125rem;
}
.feedback__user-main p {
  font-size: 1.125rem;
  font-weight: bold;
}
.feedback__user-main span {
  font-size: 1.125rem;
  color: #1f1f68;
}
@media (max-width: 47.99875em) {
  .feedback__user-main p,
  .feedback__user-main span {
    font-size: 1rem;
  }
}
.feedback__slide-main {
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  -ms-grid-column: 3;
  grid-area: text;
  border-radius: clamp(1rem, 1.25vw, 1.5rem);
  background: #eef3ff;
  padding: clamp(1rem, 2.0833333333vw, 2.5rem);
  letter-spacing: -0.01em;
  font-size: clamp(1.375rem, 1.25vw, 1.5rem);
}
@media (max-width: 63.99875em) {
  .feedback__slide-social {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .feedback__slide-user {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
  .feedback__slide-main {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
  }
}
@media (min-width: 63.99875em) {
  .feedback__slide-main {
    min-height: 24.6875rem;
  }
}
@media (max-width: 47.99875em) {
  .feedback__slide-main {
    font-size: 1rem;
  }
}

.slider-info {
  overflow: hidden;
}
.slider-info__inner {
  padding-top: clamp(4.875rem, 4.7916666667vw, 5.75rem);
  padding-bottom: clamp(3.4375rem, 4.7916666667vw, 5.75rem);
}
.slider-info__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  gap: 1rem;
  width: 100%;
  max-width: 61.25rem;
  margin-inline: auto;
}
.slider-info__header p {
  font-size: clamp(1rem, 0.9375vw, 1.125rem);
}
.slider-info__slider {
  width: 100%;
  max-width: clamp(56.25rem, 72.4479166667vw, 86.9375rem);
  margin-inline: auto;
  overflow: visible;
}
.slider-info__slider .swiper-slide {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0.5;
  -webkit-transform: scale(0.95);
      -ms-transform: scale(0.95);
          transform: scale(0.95);
}
.slider-info__slider .swiper-slide-active {
  opacity: 1;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
.slider-info__wrapper {
  padding-top: clamp(3.375rem, 3.125vw, 3.75rem);
  padding-bottom: clamp(1.75rem, 2.2395833333vw, 2.6875rem);
}
.slider-info__slide {
  background: #ffffff;
  overflow: hidden;
}
@media (min-width: 63.99875em) {
  .slider-info__slide {
    -webkit-box-shadow: 0px 0.2rem 1.9375rem rgba(181, 198, 247, 0.5);
            box-shadow: 0px 0.2rem 1.9375rem rgba(181, 198, 247, 0.5);
    border-radius: 2.4479166667vw;
  }
}
.slider-info__slide-inner {
  padding-block: 1.5625vw;
  -webkit-padding-start: 1.3020833333vw;
          padding-inline-start: 1.3020833333vw;
  -webkit-padding-end: 2.7083333333vw;
          padding-inline-end: 2.7083333333vw;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: clamp(25rem, 39.84375vw, 47.8125rem) 1fr;
  grid-template-columns: clamp(25rem, 39.84375vw, 47.8125rem) 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3.125vw;
}
@media (max-width: 63.99875em) {
  .slider-info__slide-inner {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }
}
.slider-info__slide-image {
  height: clamp(24.375rem, 24.21875vw, 29.0625rem);
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: clamp(0.6875rem, 1.25vw, 1.5rem);
  padding-inline: 1.25rem;
  padding-top: 1.25rem;
  background: -webkit-gradient(linear, left top, right top, color-stop(8.35%, #eaeef9), color-stop(108.35%, #dae0fa));
  background: linear-gradient(90deg, #eaeef9 8.35%, #dae0fa 108.35%);
}
.slider-info__slide-image img {
  width: clamp(28.75rem, 34.8958333333vw, 41.875rem);
}
@media (max-width: 63.99875em) {
  .slider-info__slide-image {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    height: 54.358974359vw;
  }
  .slider-info__slide-image img {
    width: 78.4615384615vw;
    min-height: 48.9743589744vw;
  }
}
.slider-info__slide-main {
  -webkit-padding-start: clamp(1.3125rem, 1.6666666667vw, 2rem);
          padding-inline-start: clamp(1.3125rem, 1.6666666667vw, 2rem);
}
@media (min-width: 63.99875em) {
  .slider-info__slide-main {
    padding-block: 1.5625vw;
  }
}
.slider-info__slide-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.875rem;
  margin-bottom: clamp(1.9375rem, 2.1875vw, 2.625rem);
}
.slider-info__slide-content h1,
.slider-info__slide-content h2,
.slider-info__slide-content h3,
.slider-info__slide-content h4,
.slider-info__slide-content h5,
.slider-info__slide-content h6 {
  margin-inline: 0;
  text-align: start;
}
.slider-info__slide-content li,
.slider-info__slide-content a,
.slider-info__slide-content p {
  font-size: clamp(1rem, 0.9375vw, 1.125rem);
  color: #1f1f68;
}
.slider-info__slide-progress {
  position: relative;
  width: 100%;
  background-color: #dbe0fa;
  height: 0.125rem;
  border-radius: 0.25rem;
  overflow: hidden;
  position: relative;
  padding-block: 0.0625rem;
}
.slider-info__slide-progress span {
  position: absolute;
  z-index: 2;
  top: 0;
  bottom: 0;
  height: 0.25rem;
  width: 0;
  background: linear-gradient(227.18deg, #338bf1 10.09%, #9100e9 35.82%, #ff2a7f 71.82%, #fff53f 106.86%);
  border-radius: 1.9375rem;
}
@media (max-width: 63.99875em) {
  .slider-info__slide-progress {
    width: calc(100% - 0.9375rem);
  }
}

.contact-info .site-form .wpcf7-not-valid-tip,
.contact-info .site-form .wpcf7 form.invalid .wpcf7-response-output,
.contact-info .site-form .wpcf7-response-output {
  color: #ffffff !important;
}
.contact-info__inner {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  padding-top: clamp(2.375rem, 3.6458333333vw, 4.375rem);
  padding-bottom: clamp(5.625rem, 10.4166666667vw, 12.5rem);
}
@media (max-width: 81.25em) {
  .contact-info__inner {
    -ms-grid-columns: 1fr 1.2fr;
    grid-template-columns: 1fr 1.2fr;
  }
}
@media (max-width: 63.99875em) {
  .contact-info__inner {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.contact-info__media {
  min-height: clamp(37.5rem, 38.6458333333vw, 46.375rem);
  position: relative;
}
.contact-info__media img,
.contact-info__media video,
.contact-info__media iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 63.99875em) {
  .contact-info__media {
    -webkit-margin-end: -2.0833333333vw;
            margin-inline-end: -2.0833333333vw;
    -webkit-clip-path: polygon(100% 99.764%, 3.656% 100%, 3.656% 100%, 3.091% 99.945%, 2.556% 99.783%, 2.056% 99.523%, 1.6% 99.174%, 1.194% 98.744%, 0.845% 98.243%, 0.561% 97.679%, 0.349% 97.062%, 0.216% 96.399%, 0.17% 95.701%, 0.024% 4.565%, 0.024% 4.565%, 0.069% 3.866%, 0.199% 3.203%, 0.409% 2.584%, 0.691% 2.019%, 1.038% 1.516%, 1.443% 1.084%, 1.898% 0.733%, 2.397% 0.471%, 2.932% 0.306%, 3.497% 0.248%, 99.829% 0.013%, 88.275% 49.984%, 100% 99.764%);
            clip-path: polygon(100% 99.764%, 3.656% 100%, 3.656% 100%, 3.091% 99.945%, 2.556% 99.783%, 2.056% 99.523%, 1.6% 99.174%, 1.194% 98.744%, 0.845% 98.243%, 0.561% 97.679%, 0.349% 97.062%, 0.216% 96.399%, 0.17% 95.701%, 0.024% 4.565%, 0.024% 4.565%, 0.069% 3.866%, 0.199% 3.203%, 0.409% 2.584%, 0.691% 2.019%, 1.038% 1.516%, 1.443% 1.084%, 1.898% 0.733%, 2.397% 0.471%, 2.932% 0.306%, 3.497% 0.248%, 99.829% 0.013%, 88.275% 49.984%, 100% 99.764%);
  }
  html[dir=rtl] .contact-info__media {
    -webkit-clip-path: polygon(0.084% 0.456%, 96.292% 0.095%, 96.292% 0.095%, 96.856% 0.149%, 97.391% 0.31%, 97.89% 0.569%, 98.346% 0.917%, 98.752% 1.345%, 99.101% 1.844%, 99.385% 2.407%, 99.597% 3.023%, 99.73% 3.684%, 99.777% 4.381%, 100% 95.327%, 100% 95.327%, 99.956% 96.025%, 99.826% 96.687%, 99.617% 97.304%, 99.336% 97.869%, 98.99% 98.371%, 98.586% 98.802%, 98.132% 99.153%, 97.634% 99.416%, 97.1% 99.581%, 96.536% 99.639%, 0.339% 100%, 11.835% 50.117%, 0.084% 0.456%);
            clip-path: polygon(0.084% 0.456%, 96.292% 0.095%, 96.292% 0.095%, 96.856% 0.149%, 97.391% 0.31%, 97.89% 0.569%, 98.346% 0.917%, 98.752% 1.345%, 99.101% 1.844%, 99.385% 2.407%, 99.597% 3.023%, 99.73% 3.684%, 99.777% 4.381%, 100% 95.327%, 100% 95.327%, 99.956% 96.025%, 99.826% 96.687%, 99.617% 97.304%, 99.336% 97.869%, 98.99% 98.371%, 98.586% 98.802%, 98.132% 99.153%, 97.634% 99.416%, 97.1% 99.581%, 96.536% 99.639%, 0.339% 100%, 11.835% 50.117%, 0.084% 0.456%);
  }
}
@media (max-width: 63.99875em) {
  .contact-info__media {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    min-height: 23.625rem;
    margin-top: 2.8205128205vw;
    border-top: 0.0625rem solid #ffffff;
    border-bottom-left-radius: 1.5rem;
    border-bottom-right-radius: 1.5rem;
    overflow: hidden;
  }
}
.contact-info__main {
  background-color: #0a2b83;
  color: #ffffff;
  padding-block: 2rem;
  padding-inline: 5.4166666667vw;
  min-height: 46.375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media (min-width: 63.99875em) {
  .contact-info__main {
    -webkit-clip-path: polygon(100% 95.687%, 100% 95.687%, 99.957% 96.387%, 99.831% 97.05%, 99.63% 97.669%, 99.361% 98.234%, 99.029% 98.737%, 98.643% 99.168%, 98.209% 99.519%, 97.733% 99.78%, 97.223% 99.944%, 96.686% 100%, 11.055% 100%, 0% 49.865%, 11.055% 0%, 96.686% 0%, 96.686% 0%, 97.223% 0.056%, 97.733% 0.22%, 98.209% 0.481%, 98.643% 0.832%, 99.029% 1.263%, 99.361% 1.766%, 99.63% 2.331%, 99.831% 2.95%, 99.957% 3.613%, 100% 4.313%, 100% 95.687%);
            clip-path: polygon(100% 95.687%, 100% 95.687%, 99.957% 96.387%, 99.831% 97.05%, 99.63% 97.669%, 99.361% 98.234%, 99.029% 98.737%, 98.643% 99.168%, 98.209% 99.519%, 97.733% 99.78%, 97.223% 99.944%, 96.686% 100%, 11.055% 100%, 0% 49.865%, 11.055% 0%, 96.686% 0%, 96.686% 0%, 97.223% 0.056%, 97.733% 0.22%, 98.209% 0.481%, 98.643% 0.832%, 99.029% 1.263%, 99.361% 1.766%, 99.63% 2.331%, 99.831% 2.95%, 99.957% 3.613%, 100% 4.313%, 100% 95.687%);
  }
  html[dir=rtl] .contact-info__main {
    -webkit-clip-path: polygon(0.187% 4.411%, 0.187% 4.411%, 0.231% 3.715%, 0.358% 3.054%, 0.56% 2.438%, 0.83% 1.876%, 1.162% 1.377%, 1.548% 0.948%, 1.983% 0.6%, 2.458% 0.341%, 2.968% 0.18%, 3.505% 0.126%, 89.047% 0.388%, 100% 50.362%, 88.866% 100%, 3.324% 99.738%, 3.324% 99.738%, 2.787% 99.68%, 2.278% 99.515%, 1.803% 99.253%, 1.37% 98.903%, 0.985% 98.472%, 0.655% 97.97%, 0.387% 97.407%, 0.187% 96.79%, 0.063% 96.128%, 0.021% 95.431%, 0.187% 4.411%);
            clip-path: polygon(0.187% 4.411%, 0.187% 4.411%, 0.231% 3.715%, 0.358% 3.054%, 0.56% 2.438%, 0.83% 1.876%, 1.162% 1.377%, 1.548% 0.948%, 1.983% 0.6%, 2.458% 0.341%, 2.968% 0.18%, 3.505% 0.126%, 89.047% 0.388%, 100% 50.362%, 88.866% 100%, 3.324% 99.738%, 3.324% 99.738%, 2.787% 99.68%, 2.278% 99.515%, 1.803% 99.253%, 1.37% 98.903%, 0.985% 98.472%, 0.655% 97.97%, 0.387% 97.407%, 0.187% 96.79%, 0.063% 96.128%, 0.021% 95.431%, 0.187% 4.411%);
  }
}
@media (max-width: 63.99875em) {
  .contact-info__main {
    padding-inline: 0.625rem;
    padding-top: 2rem;
    padding-bottom: 1.875rem;
    min-height: initial;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative;
    border-top-left-radius: 1.5rem;
    border-top-right-radius: 1.5rem;
    -webkit-box-shadow: 0 0.125rem 0 0 #0a2b83;
            box-shadow: 0 0.125rem 0 0 #0a2b83;
  }
  .contact-info__main::after, .contact-info__main::before {
    position: absolute;
    inset-inline: 0;
    width: 100%;
    height: 17.9487179487vw;
    -webkit-clip-path: polygon(50.279% 100%, 100% 0.909%, 0% 0.909%, 50.279% 100%);
            clip-path: polygon(50.279% 100%, 100% 0.909%, 0% 0.909%, 50.279% 100%);
  }
  .contact-info__main::after {
    content: "";
    z-index: 2;
    top: calc(100% + 0.625rem);
    background-color: #ffffff;
  }
  .contact-info__main::before {
    content: "";
    z-index: 3;
    top: 100%;
    background-color: #0a2b83;
  }
}
.contact-info__main-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2rem;
  width: 100%;
  max-width: 40.9375rem;
}
.contact-info__main-inner .block-contact__form-bottom p {
  font-size: 0.875rem;
}
.contact-info__main-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
  color: #ffffff;
}
.contact-info__main-header h2 {
  font-size: clamp(1.5rem, 2.0833333333vw, 2.5rem);
  color: #ffffff;
  text-align: start;
  font-weight: 600;
}
@media (max-width: 63.99875em) {
  .contact-info__main-header h2 {
    font-weight: 500;
  }
  .contact-info__main-header p {
    line-height: 1.7;
  }
}
.contact-info .site-form .wpcf7 form.invalid .wpcf7-response-output,
.contact-info .site-form .wpcf7-not-valid-tip {
  background-color: transparent;
}
.contact-info .site-form form .site-form__item {
  position: relative;
}
.contact-info .site-form form .site-form__item select,
.contact-info .site-form form .site-form__item textarea {
  background-color: transparent;
  color: #ffffff;
}
.contact-info .site-form form .site-form__item input,
.contact-info .site-form form .site-form__item select {
  min-height: clamp(3rem, 2.9166666667vw, 3.5rem);
  padding-block: 0.625rem;
}
.contact-info .site-form form .site-form__item input,
.contact-info .site-form form .site-form__item textarea,
.contact-info .site-form form .site-form__item label {
  background-color: #0a2b83;
  color: #ffffff !important;
  border-color: #d7dee8;
}
.contact-info .site-form form .site-form__item input:not(:placeholder-shown), .contact-info .site-form form .site-form__item input:focus-within, .contact-info .site-form form .site-form__item input:focus, .contact-info .site-form form .site-form__item input:focus:hover, .contact-info .site-form form .site-form__item input:autofill, .contact-info .site-form form .site-form__item input:-webkit-autofill,
.contact-info .site-form form .site-form__item textarea:not(:placeholder-shown),
.contact-info .site-form form .site-form__item textarea:focus-within,
.contact-info .site-form form .site-form__item textarea:focus,
.contact-info .site-form form .site-form__item textarea:focus:hover,
.contact-info .site-form form .site-form__item textarea:autofill,
.contact-info .site-form form .site-form__item textarea:-webkit-autofill,
.contact-info .site-form form .site-form__item label:not(:placeholder-shown),
.contact-info .site-form form .site-form__item label:focus-within,
.contact-info .site-form form .site-form__item label:focus,
.contact-info .site-form form .site-form__item label:focus:hover,
.contact-info .site-form form .site-form__item label:autofill,
.contact-info .site-form form .site-form__item label:-webkit-autofill {
  border-color: #fbfbfb;
}
.contact-info .site-form form .site-form__item input:not(:placeholder-shown) ~ label, .contact-info .site-form form .site-form__item input:focus-within ~ label, .contact-info .site-form form .site-form__item input:focus ~ label, .contact-info .site-form form .site-form__item input:focus:hover ~ label, .contact-info .site-form form .site-form__item input:autofill ~ label, .contact-info .site-form form .site-form__item input:-webkit-autofill ~ label,
.contact-info .site-form form .site-form__item textarea:not(:placeholder-shown) ~ label,
.contact-info .site-form form .site-form__item textarea:focus-within ~ label,
.contact-info .site-form form .site-form__item textarea:focus ~ label,
.contact-info .site-form form .site-form__item textarea:focus:hover ~ label,
.contact-info .site-form form .site-form__item textarea:autofill ~ label,
.contact-info .site-form form .site-form__item textarea:-webkit-autofill ~ label,
.contact-info .site-form form .site-form__item label:not(:placeholder-shown) ~ label,
.contact-info .site-form form .site-form__item label:focus-within ~ label,
.contact-info .site-form form .site-form__item label:focus ~ label,
.contact-info .site-form form .site-form__item label:focus:hover ~ label,
.contact-info .site-form form .site-form__item label:autofill ~ label,
.contact-info .site-form form .site-form__item label:-webkit-autofill ~ label {
  color: #ffffff;
  opacity: 1;
  -webkit-transform: translateY(-2.5rem);
          transform: translateY(-2.5rem);
  font-size: 0.875rem;
  font-weight: bold;
}
.contact-info .site-form .site-form__item--submit {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.tabs-content__inner {
  width: 100%;
  max-width: 87.5rem;
  margin-inline: auto;
  padding-top: clamp(3.25rem, 6.8229166667vw, 8.1875rem);
}
.tabs-content__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  gap: clamp(0.5625rem, 1.1458333333vw, 1.375rem);
  margin-bottom: clamp(1.9375rem, 2.2916666667vw, 2.75rem);
}
.tabs-content__header p {
  font-size: clamp(1rem, 0.9375vw, 1.125rem);
}
.tabs-content__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 1rem;
     -moz-column-gap: 1rem;
          column-gap: 1rem;
  row-gap: 0.75rem;
  margin-bottom: clamp(2.5625rem, 2.9166666667vw, 3.5rem);
}
.tabs-content__btn {
  position: relative;
  padding-inline: 1.25rem;
  padding-block: 0.5rem;
  min-height: clamp(2.5rem, 2.5vw, 3rem);
  border-radius: clamp(0.75rem, 0.7291666667vw, 0.875rem);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-clip: padding-box;
  background: #fbfbfb;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: clamp(1rem, 0.9375vw, 1.125rem);
  color: #0a2b83;
  border: 0.0625rem solid #e2e8f0;
  overflow: hidden;
}
.tabs-content__btn:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  margin: -0.0625rem;
  border-radius: inherit;
  background: -webkit-gradient(linear, right top, left bottom, from(#338bf1), color-stop(#9100e9), color-stop(#ff2a7f), to(#fff53f));
  background: linear-gradient(to left bottom, #338bf1, #9100e9, #ff2a7f, #fff53f);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform-origin: top center;
      -ms-transform-origin: top center;
          transform-origin: top center;
}
.tabs-content__btn::after {
  content: "";
  position: absolute;
  inset: 0.0625rem;
  width: calc(100% - 0.125rem);
  height: calc(100% - 0.125rem);
  border-radius: inherit;
  background-color: #fbfbfb;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.tabs-content__btn span {
  position: relative;
  z-index: 2;
}
.tabs-content__btn.active span {
  font-weight: bold;
}
.tabs-content__btn.active::before {
  opacity: 1;
  -webkit-animation: ease-in-out rotateBg 4s infinite;
          animation: ease-in-out rotateBg 4s infinite;
}
@media (any-hover: hover) {
  .tabs-content__btn:hover::before {
    opacity: 1;
    -webkit-animation: ease-in-out rotateBg 4s infinite;
            animation: ease-in-out rotateBg 4s infinite;
  }
}
@-webkit-keyframes rotateBg {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    -webkit-transform-origin: center;
            transform-origin: center;
  }
  20% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
    -webkit-transform-origin: center;
            transform-origin: center;
  }
  40% {
    -webkit-transform: rotate(270deg);
            transform: rotate(270deg);
    -webkit-transform-origin: center;
            transform-origin: center;
  }
  60% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
    -webkit-transform-origin: center;
            transform-origin: center;
  }
  80% {
    -webkit-transform: rotate(270deg);
            transform: rotate(270deg);
    -webkit-transform-origin: center;
            transform-origin: center;
  }
  100% {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
}
@keyframes rotateBg {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    -webkit-transform-origin: center;
            transform-origin: center;
  }
  20% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
    -webkit-transform-origin: center;
            transform-origin: center;
  }
  40% {
    -webkit-transform: rotate(270deg);
            transform: rotate(270deg);
    -webkit-transform-origin: center;
            transform-origin: center;
  }
  60% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
    -webkit-transform-origin: center;
            transform-origin: center;
  }
  80% {
    -webkit-transform: rotate(270deg);
            transform: rotate(270deg);
    -webkit-transform-origin: center;
            transform-origin: center;
  }
  100% {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
}
@media (max-width: 29.99875em) {
  .tabs-content__btn {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
  }
}
.tabs-content__item {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: clamp(34.375rem, 44.1145833333vw, 52.9375rem) 1fr;
  grid-template-columns: clamp(34.375rem, 44.1145833333vw, 52.9375rem) 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3.3333333333vw;
  display: none;
}
.tabs-content__item.active {
  display: -ms-grid !important;
  display: grid !important;
}
@media (max-width: 63.99875em) {
  .tabs-content__item {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 2.125rem;
  }
}
.tabs-content__item-media {
  min-height: clamp(25rem, 26.8229166667vw, 32.1875rem);
  position: relative;
  overflow: hidden;
  border-radius: clamp(0.875rem, 1.6666666667vw, 2rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.tabs-content__item-media > img,
.tabs-content__item-media video,
.tabs-content__item-media iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.tabs-content__item-media a {
  position: relative;
  z-index: 1;
}
.tabs-content__item-media a img {
  width: clamp(4rem, 3.8541666667vw, 4.625rem);
  height: clamp(4rem, 3.8541666667vw, 4.625rem);
}
html[dir=rtl] .tabs-content__item-media a img {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
@media (max-width: 63.99875em) {
  .tabs-content__item-media {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    min-height: 54.358974359vw;
  }
}
.tabs-content__item-main {
  -webkit-padding-start: clamp(1.3125rem, 1.6666666667vw, 2rem);
          padding-inline-start: clamp(1.3125rem, 1.6666666667vw, 2rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 63.99875em) {
  .tabs-content__item-main {
    padding-block: 1.0416666667vw;
  }
}
.tabs-content__item-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.875rem;
  margin-bottom: clamp(1.5rem, 1.7708333333vw, 2.125rem);
}
.tabs-content__item-text li,
.tabs-content__item-text a,
.tabs-content__item-text p {
  font-size: clamp(1rem, 0.9375vw, 1.125rem);
  color: #1f1f68;
}
.tabs-content .btn {
  -ms-flex-item-align: start;
      align-self: flex-start;
}

.cards-acc__inner {
  width: 100%;
  max-width: 104.375rem;
  margin-inline: auto;
  padding-top: clamp(3.625rem, 4.1666666667vw, 5rem);
  padding-bottom: clamp(3.625rem, 5.2083333333vw, 6.25rem);
}
.cards-acc__header {
  width: 100%;
  max-width: 54rem;
  margin-inline: auto;
  margin-bottom: clamp(2.5rem, 3.0208333333vw, 3.625rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  gap: 1rem;
}
.cards-acc__header p {
  font-size: clamp(1rem, 1.0416666667vw, 1.25rem);
}
.cards-acc__main {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
  gap: 1.6666666667vw;
  margin-bottom: clamp(2.5rem, 3.90625vw, 4.6875rem);
}
@media (max-width: 63.99875em) {
  .cards-acc__main {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
}
.cards-acc__card {
  padding: clamp(1rem, 1.6666666667vw, 2rem);
  border-radius: clamp(1rem, 1.0416666667vw, 1.25rem);
  background: #ffffff;
  -webkit-box-shadow: 0px 0.19375rem 1.9375rem rgba(181, 198, 247, 0.5);
          box-shadow: 0px 0.19375rem 1.9375rem rgba(181, 198, 247, 0.5);
}
@media (max-width: 63.99875em) {
  .cards-acc__card {
    -webkit-padding-end: 2rem;
            padding-inline-end: 2rem;
  }
}
.cards-acc__card-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.cards-acc__card-btn span,
.cards-acc__card-btn img {
  pointer-events: none;
}
@media (min-width: 63.99875em) {
  .cards-acc__card-btn {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2rem;
    pointer-events: none;
  }
}
@media (max-width: 63.99875em) {
  .cards-acc__card-btn {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 1rem;
    position: relative;
    width: 100%;
    -webkit-padding-end: 2.5rem;
            padding-inline-end: 2.5rem;
  }
  .cards-acc__card-btn::before, .cards-acc__card-btn::after {
    content: "";
    position: absolute;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    background-color: #0a2b83;
    border: 0.25rem;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .cards-acc__card-btn::before {
    top: 50%;
    inset-inline-end: 0;
    width: 0.875rem;
    height: 0.1875rem;
  }
  .cards-acc__card-btn::after {
    width: 0.1875rem;
    height: 0.875rem;
    top: 50%;
    inset-inline-end: 0.34375rem;
  }
  .cards-acc__card-btn.isActive::after {
    opacity: 0;
  }
}
.cards-acc__card-icon {
  width: clamp(2.5rem, 3.3333333333vw, 4rem);
  height: clamp(2.5rem, 3.3333333333vw, 4rem);
  border-radius: clamp(0.625rem, 0.8333333333vw, 1rem);
  background-color: #ffeef5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.cards-acc__card-icon img {
  width: clamp(1.5625rem, 1.71875vw, 2.0625rem);
}
.cards-acc__card-capture {
  font-weight: 600;
  font-size: clamp(1.25rem, 1.4583333333vw, 1.75rem);
  letter-spacing: -0.02em;
  color: #0a2b83;
}
.cards-acc__card-main {
  margin-top: 0.875rem;
  font-size: clamp(1rem, 0.9375vw, 1.125rem);
  color: #1f1f68;
}
@media (max-width: 63.99875em) {
  .cards-acc__card-main {
    margin-top: 1.5rem;
    display: none;
  }
}
.cards-acc__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.site-downloads {
  overflow: hidden;
}
.site-downloads .breadcrumbs-wrapper {
  padding-inline: 0;
  margin-bottom: clamp(1.25rem, 1.7708333333vw, 2.125rem);
}
.site-downloads .container {
  position: relative;
}
.site-downloads__bg {
  position: absolute;
  inset: 0;
  z-index: -1;
}
.site-downloads__bg img {
  position: absolute;
}
.site-downloads__bg img:nth-child(1) {
  width: clamp(18.75rem, 31.25vw, 37.5rem);
  top: 50%;
  inset-inline-start: 20%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
html[dir=rtl] .site-downloads__bg img:nth-child(1) {
  -webkit-transform: translateY(-50%) rotate(180deg);
      -ms-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}
@media (max-width: 47.99875em) {
  .site-downloads__bg img:nth-child(1) {
    top: 10%;
    inset-inline-start: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.site-downloads__bg img:nth-child(2) {
  top: 50%;
  inset-inline-end: 0%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: clamp(12.5rem, 31.25vw, 37.5rem);
}
html[dir=rtl] .site-downloads__bg img:nth-child(2) {
  -webkit-transform: translateY(-50%) rotate(180deg);
      -ms-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}
@media (max-width: 47.99875em) {
  .site-downloads__bg img:nth-child(2) {
    display: none;
  }
}
.site-downloads__inner {
  width: 100%;
  max-width: 105rem;
  margin-inline: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 5.2083333333vw;
  padding-top: clamp(1.875rem, 2.65625vw, 3.1875rem);
  padding-bottom: clamp(3.75rem, 6.6145833333vw, 7.9375rem);
}
@media (max-width: 47.99875em) {
  .site-downloads__inner {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 1.875rem;
  }
}
.site-downloads__main {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 45.125rem;
          flex: 0 1 45.125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.site-downloads__main-inner h1 {
  text-align: start;
  margin-bottom: clamp(1.875rem, 2.8645833333vw, 3.4375rem);
}
.site-downloads__main-cols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 4.1666666667vw;
     -moz-column-gap: 4.1666666667vw;
          column-gap: 4.1666666667vw;
  row-gap: 2.0833333333vw;
  margin-bottom: clamp(1.25rem, 2.6041666667vw, 3.125rem);
}
.site-downloads__main-col p {
  font-size: clamp(1.375rem, 1.6666666667vw, 2rem);
  line-height: 1.7;
  font-weight: bold;
}
.site-downloads__main-col span {
  font-size: clamp(1.125rem, 1.0416666667vw, 1.25rem);
  line-height: 1.7;
}
@media (max-width: 63.99875em) {
  .site-downloads__main-col p,
  .site-downloads__main-col span {
    line-height: 1.5;
  }
}
.site-downloads__desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: clamp(1.25rem, 1.5625vw, 1.875rem);
  margin-bottom: clamp(2.5rem, 4.6354166667vw, 5.5625rem);
}
.site-downloads__desc p {
  font-size: clamp(1.125rem, 1.0416666667vw, 1.25rem);
  line-height: 1.7;
  color: #0a2b83;
}
@media (max-width: 63.99875em) {
  .site-downloads__desc p {
    line-height: 1.5;
  }
}
.site-downloads__desc-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #ffffff;
  isolation: isolate;
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 clamp(7.5rem, 10.4166666667vw, 12.5rem);
          flex: 0 0 clamp(7.5rem, 10.4166666667vw, 12.5rem);
  height: clamp(7.5rem, 10.4166666667vw, 12.5rem);
  border: 0.1875rem solid transparent;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-clip: padding-box;
  background: #ffffff;
  border-radius: clamp(1.375rem, 1.5625vw, 1.875rem);
}
.site-downloads__desc-img:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: -0.0625rem;
  border-radius: inherit;
  background: -webkit-gradient(linear, right top, left bottom, from(#338bf1), color-stop(#9100e9), color-stop(#ff2a7f), to(#fff53f));
  background: linear-gradient(to left bottom, #338bf1, #9100e9, #ff2a7f, #fff53f);
}
.site-downloads__desc-img::after {
  content: "";
  position: absolute;
  inset: 0.125rem;
  width: calc(100% - 0.25rem);
  height: calc(100% - 0.25rem);
  border-radius: inherit;
  background-color: #ffffff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.site-downloads__desc-img img {
  position: absolute;
  z-index: 2;
  inset: 0.625rem;
  margin: auto;
  width: calc(100% - 1.25rem);
  height: calc(100% - 1.25rem);
  -o-object-fit: cover;
     object-fit: cover;
}
.site-downloads__main-bottom {
  font-size: clamp(1.125rem, 1.0416666667vw, 1.25rem);
}
.site-downloads__main-bottom a {
  color: #ff2a7f;
}
@media (any-hover: hover) {
  .site-downloads__main-bottom a:hover {
    text-decoration: underline;
  }
}
.site-downloads__image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 clamp(22.25rem, 39.375vw, 47.25rem);
          flex: 0 0 clamp(22.25rem, 39.375vw, 47.25rem);
  position: relative;
  min-height: clamp(37.5rem, 41.6666666667vw, 50rem);
}
.site-downloads__image img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.image-content {
  position: relative;
  overflow: hidden;
}
.image-content__bg img {
  position: absolute;
  z-index: -1;
  inset-inline-end: -1%;
  width: clamp(10.625rem, 21.6145833333vw, 25.9375rem);
}
@media (min-width: 63.99875em) {
  .image-content__bg img {
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  html[dir=rtl] .image-content__bg img {
    -webkit-transform: translateY(-50%) rotate(180deg);
        -ms-transform: translateY(-50%) rotate(180deg);
            transform: translateY(-50%) rotate(180deg);
  }
}
@media (max-width: 63.99875em) {
  .image-content__bg img {
    inset-inline-end: -5%;
    height: 12.25rem;
    bottom: clamp(2.5rem, 7.96875vw, 12.0625rem);
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
  }
}
.image-content__inner {
  padding-top: clamp(2.5rem, 8.6458333333vw, 10.375rem);
  padding-bottom: clamp(3.75rem, 10.0520833333vw, 12.0625rem);
  width: 100%;
  max-width: 107.5rem;
  margin-inline: auto;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: clamp(28.125rem, 27.8125vw, 33.375rem) clamp(31.25rem, 50.15625vw, 60.1875rem);
  grid-template-columns: clamp(28.125rem, 27.8125vw, 33.375rem) clamp(31.25rem, 50.15625vw, 60.1875rem);
  -ms-grid-rows: auto 1fr;
  grid-template-rows: auto 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 5.2083333333vw;
     -moz-column-gap: 5.2083333333vw;
          column-gap: 5.2083333333vw;
  row-gap: 1.6666666667vw;
}
@media (max-width: 63.99875em) {
  .image-content__inner {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    justify-items: center;
    gap: 6.4102564103vw;
  }
}
.image-content__title {
  margin-bottom: clamp(1.125rem, 1.6666666667vw, 2rem);
}
.image-content__title h2 {
  text-align: start;
}
@media (max-width: 63.99875em) {
  .image-content__title {
    text-align: center;
  }
}
@media (max-width: 63.99875em) {
  .image-content__image {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .image-content__image img {
    width: 83.5897435897vw;
  }
}
.image-content__content {
  font-size: clamp(1rem, 1.0416666667vw, 1.25rem);
  line-height: 1.7;
  color: #0a2b83;
}
@media (max-width: 63.99875em) {
  .image-content__content {
    line-height: 1.5;
    text-align: center;
    color: #1f1f68;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (max-width: 63.99875em) {
  .image-content.layout-2 .image-content__inner {
    padding-top: 19.7435897436vw;
    padding-bottom: 11.5384615385vw;
  }
}
@media (min-width: 63.99875em) {
  .image-content.layout-2 .image-content__inner {
    padding-top: 3.3333333333vw;
    padding-bottom: 1.9791666667vw;
    -ms-grid-columns: clamp(28.125rem, 25.0520833333vw, 30.0625rem) clamp(31.25rem, 50.15625vw, 60.1875rem);
    grid-template-columns: clamp(28.125rem, 25.0520833333vw, 30.0625rem) clamp(31.25rem, 50.15625vw, 60.1875rem);
    gap: 0 9.6875vw;
  }
}
.image-content.layout-2 .image-content__content h2 {
  font-size: clamp(1rem, 1.25vw, 1.5rem);
}
@media (max-width: 63.99875em) {
  .image-content.layout-2 .image-content__content h2 {
    text-align: center;
  }
}

.cards-image {
  overflow: hidden;
}
.cards-image__inner {
  width: 100%;
  max-width: 100rem;
  margin-inline: auto;
  padding-bottom: clamp(3.125rem, 4.9479166667vw, 5.9375rem);
  padding-top: clamp(2.8125rem, 4.6875vw, 5.625rem);
  position: relative;
}
.cards-image__inner::before {
  content: "";
  position: absolute;
  z-index: 20;
  top: 0;
  bottom: 0;
  inset-inline-end: 100%;
  height: 100%;
  width: 100vw;
  background-color: #ffffff;
}
.cards-image__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
  margin-bottom: clamp(2.5rem, 2.0833333333vw, 5.125rem);
}
.cards-image__header h2 {
  gap: 1.125rem;
}
.cards-image__header p {
  font-size: clamp(1rem, 0.9375vw, 1.125rem);
}
.cards-image__header-info {
  display: none;
}
@media (min-width: 63.99875em) {
  .cards-image__cards {
    min-width: 0;
  }
  .cards-image__cards.isActiveSlider {
    width: 100%;
    max-width: clamp(28.125rem, 26.0416666667vw, 31.25rem);
    -webkit-margin-end: auto;
            margin-inline-end: auto;
  }
  .cards-image__cards:not(.isActiveSlider) .swiper-wrapper {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
    gap: 2.0833333333vw;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (min-width: 63.99875em) and (max-width: 78.75em) {
  .cards-image__cards:not(.isActiveSlider) .swiper-wrapper {
    gap: 2.5rem;
    grid-template-columns: repeat(auto-fill, minmax(clamp(18.75rem, 20.8333333333vw, 25rem), 31.25rem));
  }
}
@media (min-width: 63.99875em) {
  .cards-image__cards:not(.isActiveSlider) .swiper-wrapper .cards-image__slide {
    min-height: clamp(37.5rem, 36.0416666667vw, 43.25rem);
  }
}
.cards-image__slider {
  overflow: visible;
}
@media (min-width: 63.99875em) {
  .isActiveSlider .cards-image__slider .swiper-slide {
    min-height: clamp(40rem, 36.0416666667vw, 43.25rem);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .isActiveSlider .cards-image__slider .swiper-slide .cards-image__card {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 clamp(34.5rem, 31.25vw, 37.5rem);
            flex: 0 1 clamp(34.5rem, 31.25vw, 37.5rem);
  }
  .isActiveSlider .cards-image__slider .swiper-slide-active .cards-image__card {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}
@media (min-width: 63.99875em) {
  .cards-image .slider-actions.hide {
    display: none;
  }
}
@media (max-width: 63.99875em) {
  .cards-image .slider-actions {
    display: none;
  }
}
@media (min-width: 63.99875em) {
  .cards-image__wrapper {
    padding-bottom: 2.5rem;
  }
}
@media (max-width: 63.99875em) {
  .cards-image__wrapper {
    display: -ms-grid;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(clamp(18.75rem, 20.8333333333vw, 25rem), 26.875rem));
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 2.5rem;
  }
}
.cards-image__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  position: relative;
  overflow: hidden;
  border-radius: clamp(1rem, 1.25vw, 1.5rem);
  padding: clamp(1.125rem, 1.3541666667vw, 1.625rem);
}
@media (min-width: 63.99875em) {
  .cards-image__card {
    height: 100%;
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
  }
}
@media (max-width: 63.99875em) {
  .cards-image__card {
    min-height: clamp(30rem, 57.2916666667vw, 68.75rem);
  }
}
@media (max-width: 37.5em) {
  .cards-image__card {
    min-height: 26.25rem;
  }
}
.cards-image__card-img {
  position: absolute;
  z-index: -1;
  inset: 0;
  width: 100%;
  height: 100%;
}
.cards-image__card-img::before {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(47.25%, rgba(0, 0, 0, 0)), color-stop(61.64%, rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.8)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 47.25%, rgba(0, 0, 0, 0.6) 61.64%, rgba(0, 0, 0, 0.8) 100%);
}
@media (max-width: 47.99875em) {
  .cards-image__card-img::before {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(5.25%, rgba(0, 0, 0, 0)), color-stop(61.64%, rgba(0, 0, 0, 0.7)), to(rgba(0, 0, 0, 0.9)));
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 5.25%, rgba(0, 0, 0, 0.7) 61.64%, rgba(0, 0, 0, 0.9) 100%);
  }
}
.cards-image__card-img img {
  position: absolute;
  z-index: -2;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.cards-image__card-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 1rem;
  color: #ffffff;
}
.cards-image__card-main h3 {
  width: 100%;
  margin-inline: 0;
  letter-spacing: -0.004em;
}
.cards-image__card-main h3 span {
  width: 0.875rem;
  height: 0.875rem;
}
.cards-image__card-main p {
  font-size: 1.125rem;
  line-height: 1.7;
}
.cards-image__card-main .btn {
  min-height: 3.375rem;
  padding-inline: clamp(1.25rem, 1.4583333333vw, 1.75rem);
}

.image-info {
  position: relative;
}
.image-info__bg img {
  inset-inline-start: 0%;
  position: absolute;
  width: clamp(10.625rem, 21.5625vw, 25.875rem);
  height: clamp(12.5rem, 34.4270833333vw, 41.3125rem);
}
@media (min-width: 63.99875em) {
  .image-info__bg img {
    top: 40%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
@media (max-width: 63.99875em) {
  .image-info__bg img {
    top: 0%;
    inset-inline-start: -3%;
  }
}
.image-info__inner {
  width: 100%;
  max-width: 100rem;
  margin-inline: auto;
  padding-bottom: clamp(3.125rem, 6.7708333333vw, 8.125rem);
  display: -ms-grid;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-grid-columns: 1fr clamp(21.25rem, 29.6875vw, 35.625rem);
  grid-template-columns: 1fr clamp(21.25rem, 29.6875vw, 35.625rem);
  gap: 7.6041666667vw;
}
@media (max-width: 63.99875em) {
  .image-info__inner {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    justify-items: center;
  }
}
.image-info__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.image-info__info h2 {
  margin-bottom: clamp(1rem, 1.25vw, 1.5rem);
}
@media (max-width: 63.99875em) {
  .image-info__info {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.image-info__info-text {
  margin-bottom: clamp(2.5rem, 3.0208333333vw, 3.625rem);
  font-size: clamp(1rem, 2.0833333333vw, 2.5rem);
  letter-spacing: -0.02em;
}
.image-info__info-text strong {
  font-size: clamp(1.25rem, 2.0833333333vw, 2.5rem);
  background: linear-gradient(208deg, #338bf1 -5.27%, #9100e9 31.39%, #ff2a7f 82.68%, #fff53f 132.61%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 700;
}
.image-info__info-text span {
  position: relative;
  display: inline-block;
  width: clamp(0.875rem, 0.9375vw, 1.125rem);
  height: clamp(0.875rem, 0.9375vw, 1.125rem);
  background: none;
  background-image: url("../img/home/hero-arrow.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
html[dir=rtl] .image-info__info-text span {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
@media (max-width: 29.99875em) {
  .image-info__info-text span {
    display: inline-block;
    margin-top: 0.9375rem;
  }
}
.image-info__image img {
  width: clamp(20.875rem, 29.6875vw, 35.625rem);
}
@media (max-width: 63.99875em) {
  .image-info__image img {
    width: 85.641025641vw;
  }
}

.grid-slider__inner {
  width: 100%;
  max-width: 102.25rem;
  margin-inline: auto;
  padding-top: clamp(3.6875rem, 5.1041666667vw, 6.125rem);
  padding-bottom: clamp(2.1875rem, 2.2916666667vw, 2.75rem);
}
.grid-slider__header {
  width: 100%;
  max-width: 53.75rem;
  margin-inline: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  gap: 1rem;
  margin-bottom: clamp(2.6875rem, 3.125vw, 3.75rem);
}
.grid-slider__header p {
  font-size: clamp(1rem, 0.9375vw, 1.125rem);
}
.grid-slider__main {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: clamp(1rem, 1.6666666667vw, 2rem);
}
@media (max-width: 63.99875em) {
  .grid-slider__main {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.grid-slider__slider {
  height: 100%;
  padding-bottom: 1.1875rem;
  min-width: 0;
}
@media (min-width: 63.99875em) {
  .grid-slider__slider {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 clamp(21.875rem, 21.3020833333vw, 25.5625rem);
            flex: 0 0 clamp(21.875rem, 21.3020833333vw, 25.5625rem);
  }
}
@media (max-width: 63.99875em) {
  .grid-slider__slider {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
  }
}
.grid-slider__wrapper {
  padding-bottom: 1.1875rem;
}
.grid-slider__slide {
  border-radius: clamp(1.25rem, 1.6666666667vw, 2rem);
  overflow: hidden;
  position: relative;
  min-height: 37.3125rem;
  min-width: 0;
}
@media (max-width: 63.99875em) {
  .grid-slider__slide {
    min-height: 58.9743589744vw;
  }
}
.grid-slider__slide-img img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.grid-slider__cards {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  -ms-grid-rows: (1fr)[2];
  grid-template-rows: repeat(2, 1fr);
  gap: clamp(1rem, 1.6666666667vw, 2rem);
}
@media (max-width: 81.25em) {
  .grid-slider__cards {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 63.99875em) {
  .grid-slider__cards {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
  }
}
.grid-slider__card {
  position: relative;
  border-radius: clamp(1.25rem, 1.6666666667vw, 2rem);
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 0.75rem;
  padding-top: clamp(1.5rem, 2.7604166667vw, 3.3125rem);
  padding-inline: clamp(1.5rem, 1.5625vw, 1.875rem);
  padding-bottom: clamp(1.5rem, 2.1875vw, 2.625rem);
  color: #ffffff;
  background: -webkit-gradient(linear, left top, left bottom, from(#eaeef9), to(#dae0fa));
  background: linear-gradient(180deg, #eaeef9 0%, #dae0fa 100%);
}
.grid-slider__card:not(:has(.grid-slider__card-capture)) {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media (min-width: 63.99875em) {
  .grid-slider__card {
    min-height: clamp(17.5rem, 14.5833333333vw, 17.5rem);
  }
  .grid-slider__card:nth-child(4n-2) {
    -ms-grid-row-span: 2;
    grid-row: span 2;
  }
}
@media (max-width: 63.99875em) {
  .grid-slider__card {
    min-height: 5rem;
    padding: 0;
    padding-inline: clamp(1.5rem, 1.5625vw, 1.875rem);
    color: #0a2b83 !important;
    background: -webkit-gradient(linear, left top, left bottom, from(#eaeef9), to(#dae0fa)) !important;
    background: linear-gradient(180deg, #eaeef9 0%, #dae0fa 100%) !important;
  }
}
.grid-slider__card button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.75rem;
}
.grid-slider__card button .button-acc-icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 1rem;
          flex: 0 0 1rem;
  height: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-margin-start: auto;
          margin-inline-start: auto;
  line-height: 0;
  font-size: 0rem;
  overflow: hidden;
  position: relative;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.grid-slider__card button .button-acc-icon::before, .grid-slider__card button .button-acc-icon::after {
  content: "";
  position: absolute;
  background-color: #0a2b83;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.grid-slider__card button .button-acc-icon::before {
  top: 0;
  bottom: 0;
  width: 0.125rem;
  height: 100%;
  inset-inline-start: calc(50% - 0.0625rem);
}
.grid-slider__card button .button-acc-icon::after {
  height: 0.125rem;
  top: calc(50% - 0.0625rem);
  width: 100%;
  inset-inline: 0;
}
@media (min-width: 63.99875em) {
  .grid-slider__card button .button-acc-icon {
    display: none;
  }
}
.grid-slider__card button.isActive .button-acc-icon::before {
  opacity: 0;
}
.grid-slider__card button span,
.grid-slider__card button img {
  pointer-events: none;
}
.grid-slider__card button img {
  height: 0.875rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 0.875rem;
          flex: 0 0 0.875rem;
}
.grid-slider__card button span {
  font-weight: bold;
  font-size: clamp(1.125rem, 1.1979166667vw, 1.4375rem);
  color: inherit;
}
@media (max-width: 63.99875em) {
  .grid-slider__card button {
    padding-top: clamp(1.5rem, 2.7604166667vw, 3.3125rem);
    padding-bottom: clamp(1.5rem, 2.1875vw, 2.625rem);
  }
  .grid-slider__card button span {
    color: #0a2b83 !important;
  }
}
@media (min-width: 63.99875em) {
  .grid-slider__card-capture {
    margin-bottom: auto;
    color: #ffffff;
    font-size: clamp(2.5rem, 4.1666666667vw, 5rem);
    font-weight: bold;
  }
}
@media (max-width: 63.99875em) {
  .grid-slider__card-capture {
    display: none;
  }
}
@media (min-width: 63.99875em) {
  .grid-slider__card--img {
    -ms-grid-column-span: 2;
    grid-column: span 2;
  }
}
@media (max-width: 63.99875em) {
  .grid-slider__card--img {
    min-height: 58.9743589744vw;
  }
}
.grid-slider__card-img img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.grid-slider__card-content {
  font-size: clamp(1rem, 0.9375vw, 1.125rem);
}
@media (max-width: 63.99875em) {
  .grid-slider__card-content {
    display: none;
    margin-top: -0.75rem;
    padding-bottom: clamp(1.5rem, 2.1875vw, 2.625rem);
  }
}

.cards-icon__inner {
  width: 100%;
  max-width: 91.25rem;
  margin-inline: auto;
  padding-top: clamp(2.1875rem, 2.2916666667vw, 2.75rem);
  padding-bottom: clamp(2.9375rem, 4.0625vw, 4.875rem);
}
.cards-icon__header {
  width: 100%;
  max-width: 53.75rem;
  margin-inline: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  gap: 1rem;
  margin-bottom: clamp(1.4375rem, 1.7708333333vw, 2.125rem);
}
.cards-icon__header p {
  font-size: clamp(1rem, 0.9375vw, 1.125rem);
}
.cards-icon__cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  row-gap: 2.6041666667vw;
  -webkit-column-gap: 2.2395833333vw;
     -moz-column-gap: 2.2395833333vw;
          column-gap: 2.2395833333vw;
}
@media (max-width: 47.99875em) {
  .cards-icon__cards {
    gap: 4.1025641026vw;
  }
}
.cards-icon__card {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 clamp(28.625rem, 23.8541666667vw, 28.625rem);
          flex: 0 0 clamp(28.625rem, 23.8541666667vw, 28.625rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1.5rem;
  gap: 0.6875rem;
  -ms-grid-column-align: center;
      justify-self: center;
  background: #ffffff;
  -webkit-box-shadow: 0px 0.19375rem 1.0625rem rgba(181, 198, 247, 0.5);
          box-shadow: 0px 0.19375rem 1.0625rem rgba(181, 198, 247, 0.5);
  border-radius: clamp(1.5rem, 1.25vw, 2.625rem);
  min-height: clamp(8rem, 10vw, 12rem);
}
@media (max-width: 47.99875em) {
  .cards-icon__card {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 clamp(28.625rem, 23.8541666667vw, 28.625rem);
            flex: 0 1 clamp(28.625rem, 23.8541666667vw, 28.625rem);
  }
}
.cards-icon__card-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.6875rem;
}
.cards-icon__card-header h3 {
  font-weight: bold;
  font-size: clamp(1.125rem, 1.25vw, 1.5rem);
}
@media (max-width: 63.99875em) {
  .cards-icon__card-header {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.cards-icon__card-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.cards-icon__card-icon img {
  width: clamp(1.5rem, 1.6666666667vw, 2rem);
  height: clamp(1.5rem, 1.6666666667vw, 2rem);
}
.cards-icon__card-text {
  text-align: center;
  font-size: clamp(0.875rem, 0.9375vw, 1.125rem);
}

.hero-type-2 {
  margin-top: clamp(1.25rem, 1.6666666667vw, 2rem);
  margin-bottom: clamp(1.5625rem, 4.0625vw, 4.875rem);
}
.hero-type-2__inner {
  position: relative;
  overflow: hidden;
  padding-top: clamp(2.5rem, 2.2395833333vw, 2.6875rem);
  padding-bottom: clamp(3.25rem, 3.125vw, 3.75rem);
  padding-inline: clamp(1.125rem, 2.5vw, 3rem);
  border-radius: clamp(1.5rem, 2.5vw, 3rem);
  isolation: isolate;
  background: -webkit-gradient(linear, left top, left bottom, from(#eaeef9), to(#dae0fa));
  background: linear-gradient(180deg, #eaeef9 0%, #dae0fa 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.625rem;
}
@media (max-width: 63.99875em) {
  .hero-type-2__inner {
    gap: 1.5rem;
  }
}
.hero-type-2 .breadcrumbs-wrapper {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  padding: 0;
}
.hero-type-2__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  isolation: isolate;
}
.hero-type-2__bg::before {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
  background: -webkit-gradient(linear, left top, left bottom, from(#eaeef9), to(#dae0fa));
  background: linear-gradient(180deg, #eaeef9 0%, #dae0fa 100%);
}
.hero-type-2__bg img {
  position: absolute;
  z-index: -1;
  width: clamp(22.5rem, 32.1875vw, 38.625rem);
  height: clamp(26.125rem, 34.4270833333vw, 41.3125rem);
}
.hero-type-2__bg img:nth-child(1) {
  inset-inline-start: 0;
  top: 5rem;
}
@media (max-width: 63.99875em) {
  .hero-type-2__bg img:nth-child(1) {
    display: none;
  }
}
.hero-type-2__bg img:nth-child(2) {
  inset-inline-end: -1.25rem;
  top: 5rem;
}
.hero-type-2__main {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 42.75rem;
          flex: 0 1 42.75rem;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.hero-type-2__top {
  text-align: center;
  margin-bottom: clamp(1.3125rem, 1.1979166667vw, 1.4375rem);
}
.hero-type-2__top h1,
.hero-type-2__top h2,
.hero-type-2__top h3,
.hero-type-2__top h4,
.hero-type-2__top h5,
.hero-type-2__top h6 {
  display: inline;
  font-size: clamp(2.25rem, 3.8541666667vw, 4.625rem);
  line-height: 1.18;
  font-weight: 500;
  letter-spacing: -0.034em;
}
.hero-type-2__icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-margin-end: clamp(0.375rem, 0.625vw, 0.75rem);
          margin-inline-end: clamp(0.375rem, 0.625vw, 0.75rem);
}
.hero-type-2__icon img {
  width: clamp(7.8125rem, 11.9791666667vw, 14.375rem);
}
.hero-type-2__text {
  font-size: clamp(1rem, 1.0416666667vw, 1.25rem);
  line-height: 1.7;
}
.hero-type-2__text:not(:last-child) {
  margin-bottom: 2.0625rem;
}
.hero-type-2__btn:not(:last-child) {
  margin-bottom: 2.9375rem;
}
@media (max-width: 63.99875em) {
  .hero-type-2__btn:not(:last-child) {
    margin-bottom: 0.625rem;
  }
}
.hero-type-2__img img {
  -o-object-fit: contain;
     object-fit: contain;
  width: clamp(17.6875rem, 35.0520833333vw, 42.0625rem);
}

.content-steps__inner {
  width: 100%;
  max-width: 99.375rem;
  margin-inline: auto;
  padding-top: clamp(1.5625rem, 4.0625vw, 4.875rem);
  padding-bottom: clamp(4.375rem, 4.4270833333vw, 5.3125rem);
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 7.03125vw clamp(31.25rem, 38.9583333333vw, 46.75rem);
  grid-template-columns: 1fr clamp(31.25rem, 38.9583333333vw, 46.75rem);
  -ms-grid-rows: auto 3.6458333333vw 1fr;
  grid-template-rows: auto 1fr;
      grid-template-areas: "content steps" "btn steps";
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-column-gap: 7.03125vw;
     -moz-column-gap: 7.03125vw;
          column-gap: 7.03125vw;
  row-gap: 3.6458333333vw;
}
@media (max-width: 63.99875em) {
  .content-steps__inner {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto 2.25rem auto 2.25rem auto;
        grid-template-areas: "content" "steps" "btn";
    gap: 2.25rem;
  }
}
.content-steps__content {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: content;
}
.content-steps__content h1,
.content-steps__content h2,
.content-steps__content h3,
.content-steps__content h4,
.content-steps__content h5,
.content-steps__content h6 {
  font-size: clamp(2rem, 2.5vw, 3rem);
  margin-bottom: clamp(1.125rem, 1.25vw, 1.5rem);
  text-align: start;
}
.content-steps__content p {
  font-size: clamp(1rem, 1.0416666667vw, 1.25rem);
}
.content-steps__content p:not(:last-child) {
  margin-bottom: clamp(1.125rem, 1.25vw, 1.5rem);
}
@media (max-width: 63.99875em) {
  .content-steps__content {
    margin-bottom: 0.75rem;
  }
}
.content-steps__btn {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  grid-area: btn;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.content-steps__steps {
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  -ms-grid-column: 3;
  grid-area: steps;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: clamp(1.1875rem, 0.9895833333vw, 1.1875rem);
}
@media (max-width: 63.99875em) {
  .content-steps__content {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .content-steps__btn {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
  .content-steps__steps {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
  }
}
.content-steps__step {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1rem;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0.19375rem 1.9375rem 0px rgba(181, 198, 247, 0.5);
          box-shadow: 0px 0.19375rem 1.9375rem 0px rgba(181, 198, 247, 0.5);
  padding: clamp(1rem, 1.25vw, 1.5rem);
  border-radius: clamp(1rem, 1.25vw, 1.5rem);
}
.content-steps__steps-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.25rem;
}
.content-steps__steps-main p {
  font-size: clamp(1rem, 1.25vw, 1.5rem);
  font-weight: bold;
}
.content-steps__steps-main span {
  color: #1f1f68;
  font-size: clamp(1rem, 0.9375vw, 1.125rem);
}
.content-steps__step-icon {
  border-radius: clamp(0.75rem, 0.8333333333vw, 1rem);
  background-color: #ffeef5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 clamp(3rem, 3.3333333333vw, 4rem);
          flex: 0 0 clamp(3rem, 3.3333333333vw, 4rem);
  height: clamp(3rem, 3.3333333333vw, 4rem);
}
.content-steps__step-icon img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 clamp(1.5625rem, 1.71875vw, 2.0625rem);
          flex: 0 0 clamp(1.5625rem, 1.71875vw, 2.0625rem);
}
.content-steps__steps-separator {
  margin-inline: auto;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 clamp(2rem, 2.9166666667vw, 3.5rem);
          flex: 0 0 clamp(2rem, 2.9166666667vw, 3.5rem);
  height: clamp(2rem, 2.9166666667vw, 3.5rem);
  border-radius: 50%;
  position: relative;
  position: relative;
}
.content-steps__steps-separator img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
@media (max-width: 63.99875em) {
  .content-steps__steps-separator {
    border-width: 0.1875rem;
  }
}
.content-steps__steps-separator::before, .content-steps__steps-separator::after {
  content: "";
  position: absolute;
  inset-inline-start: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0.125rem;
  height: 0.8125rem;
  background-color: #ff2a7f;
}
.content-steps__steps-separator::before {
  bottom: calc(100% + clamp(0.1875rem, 0.2083333333vw, 0.25rem));
}
.content-steps__steps-separator::after {
  top: calc(100% + clamp(0.1875rem, 0.2083333333vw, 0.25rem));
}

.steps-cards {
  background: -webkit-gradient(linear, left top, left bottom, from(#0a2b83), to(#7c25b1));
  background: linear-gradient(180deg, #0a2b83 0%, #7c25b1 100%);
}
.steps-cards__inner {
  width: 100%;
  max-width: 102.0625rem;
  margin-inline: auto;
  padding-top: clamp(4.125rem, 8.3854166667vw, 10.0625rem);
  padding-bottom: clamp(7.1875rem, 11.9791666667vw, 14.375rem);
}
@media (max-width: 63.99875em) {
  .steps-cards__inner {
    -webkit-padding-end: 0.75rem;
            padding-inline-end: 0.75rem;
  }
}
.steps-cards__card {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  padding-bottom: clamp(3.125rem, 9.7395833333vw, 11.6875rem);
}
.steps-cards__card:last-child {
  padding-bottom: 0;
}
.steps-cards__card:last-child .steps-cards__card-progress::before {
  display: none;
}
@media (max-width: 63.99875em) {
  .steps-cards__card {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1.375rem 4.358974359vw 1fr;
    grid-template-columns: 1.375rem 1fr;
    -webkit-column-gap: 4.358974359vw;
       -moz-column-gap: 4.358974359vw;
            column-gap: 4.358974359vw;
    row-gap: 3.25rem;
    -ms-grid-rows: auto 3.25rem auto;
        grid-template-areas: "progress main" "progress side";
  }
}
.steps-cards__card-progress {
  position: relative;
  margin-top: clamp(1.15625rem, 1.0416666667vw, 1.25rem);
}
.steps-cards__card-progress::before {
  content: "";
  position: absolute;
  inset-inline-start: 50%;
  top: clamp(2.3125rem, 2.1875vw, 2.625rem);
  width: 0.0625rem;
  height: 500vw;
  background-color: #ffffff;
}
@media (max-width: 63.99875em) {
  .steps-cards__card-progress {
    grid-area: progress;
  }
}
.steps-cards__progress-icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 clamp(1.375rem, 1.40625vw, 1.6875rem);
          flex: 0 1 clamp(1.375rem, 1.40625vw, 1.6875rem);
}
.steps-cards__progress-icon img {
  width: clamp(1.375rem, 1.40625vw, 1.6875rem);
}
.steps-cards__card-main {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 clamp(31.25rem, 30.46875vw, 36.5625rem);
          flex: 0 1 clamp(31.25rem, 30.46875vw, 36.5625rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  color: #ffffff;
}
@media (min-width: 63.99875em) {
  .steps-cards__card-main {
    padding-top: 1.25rem;
  }
}
@media (max-width: 63.99875em) {
  .steps-cards__card-main {
    grid-area: main;
  }
}
.steps-cards__card-main h1,
.steps-cards__card-main h2,
.steps-cards__card-main h3,
.steps-cards__card-main h4,
.steps-cards__card-main h5,
.steps-cards__card-main h6 {
  color: #ffffff;
  font-weight: 600;
  font-size: clamp(2rem, 2.5vw, 3rem);
  text-align: start;
  margin-bottom: clamp(1rem, 1.25vw, 1.5rem);
}
.steps-cards__card-main p,
.steps-cards__card-main li {
  font-size: clamp(1rem, 1.0416666667vw, 1.25rem);
}
.steps-cards__card-main p strong,
.steps-cards__card-main li strong {
  font-weight: 700;
}
.steps-cards__card-main a:not(.btn) {
  font-size: clamp(1rem, 1.0416666667vw, 1.25rem);
  color: #ff2a7f;
  text-decoration: underline;
}
@media (any-hover: hover) {
  .steps-cards__card-main a:not(.btn):hover {
    text-decoration: none;
  }
}
.steps-cards__card-main .btn {
  margin-top: clamp(1.4375rem, 2.3958333333vw, 2.875rem);
}
.steps-cards__card-side {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 53.375rem;
          flex: 0 1 53.375rem;
  -webkit-margin-start: auto;
          margin-inline-start: auto;
}
@media (max-width: 63.99875em) {
  .steps-cards__card-side {
    grid-area: side;
    width: 100%;
  }
}
@media (max-width: 63.99875em) {
  .steps-cards__card-progress {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 1;
  }
  .steps-cards__card-main {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .steps-cards__card-side {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
}
.steps-cards__card-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: clamp(1.25rem, 1.40625vw, 1.6875rem);
}
@media (max-width: 47.99875em) {
  .steps-cards__card-items {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.steps-cards__card-item {
  border-radius: clamp(1.5rem, 1.6666666667vw, 2rem);
  padding: clamp(1.25rem, 1.6666666667vw, 2rem);
  background: rgba(0, 0, 0, 0.1);
  -webkit-box-flex: 0;
      -ms-flex: 0 1 calc(45.5% - clamp(0.625rem, 0.703125vw, 0.84375rem));
          flex: 0 1 calc(45.5% - clamp(0.625rem, 0.703125vw, 0.84375rem));
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 1.9375rem;
  color: #ffffff;
}
@media (max-width: 47.99875em) {
  .steps-cards__card-item {
    gap: 1rem;
  }
  .steps-cards__card-item .btn {
    margin-top: 0.5rem;
  }
}
.steps-cards__card-item--big {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 calc(54.5% - clamp(0.625rem, 0.703125vw, 0.84375rem));
          flex: 0 1 calc(54.5% - clamp(0.625rem, 0.703125vw, 0.84375rem));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%), linear-gradient(234deg, #338bf1 -25.26%, #9100e9 40.87%, #ff2a7f 133.41%, #fff53f 223.48%);
}
.steps-cards__item-label, .steps-cards__content-item > p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  border: 0.0625rem solid #ffffff;
  border-radius: clamp(0.875rem, 0.8333333333vw, 1rem);
  padding-inline: clamp(0.65625rem, 0.625vw, 0.75rem);
  min-height: clamp(1.75rem, 1.6666666667vw, 2rem);
  font-weight: 600;
  font-size: clamp(1rem, 1.0416666667vw, 1.25rem);
}
.steps-cards__card-item-main > p {
  font-size: clamp(1rem, 1.0416666667vw, 1.25rem);
}
.steps-cards__item-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 0.25rem;
  color: #ffffff;
}
.steps-cards__item-price span {
  line-height: 1.6;
  letter-spacing: -0.0176;
  font-size: clamp(1.4375rem, 1.9791666667vw, 2.375rem);
}
.steps-cards__item-price p {
  line-height: 1.18;
  font-size: clamp(3rem, 4.5833333333vw, 5.5rem);
  letter-spacing: -0.0176;
}
html[dir=rtl] .steps-cards__item-price {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media (max-width: 63.99875em) {
  .steps-cards__item-price span {
    letter-spacing: -0.096;
  }
}
.steps-cards__item-text a,
.steps-cards__item-text p,
.steps-cards__item-text li {
  font-size: clamp(1rem, 0.9375vw, 1.125rem);
}
.steps-cards__item-text a {
  color: #ff2a7f;
  text-decoration: underline;
}
@media (any-hover: hover) {
  .steps-cards__item-text a:hover {
    text-decoration: none;
  }
}
.steps-cards__content {
  background: rgba(0, 0, 0, 0.1);
  border-radius: clamp(1.25rem, 1.25vw, 1.5rem);
  padding-inline: clamp(0.875rem, 1.3020833333vw, 1.5625rem);
  padding-block: clamp(1.6875rem, 2.3958333333vw, 2.875rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: clamp(2.3125rem, 2.5vw, 3rem);
  color: #ffffff;
}
.steps-cards__content-img img {
  width: clamp(13.5rem, 26.8229166667vw, 32.1875rem);
}
.steps-cards__content-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: clamp(0.625rem, 1.7708333333vw, 2.125rem);
}
@media (max-width: 87.5em) {
  .steps-cards__content-main {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.steps-cards__content-items {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}
.steps-cards__content-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: clamp(1rem, 1.1458333333vw, 1.375rem);
  padding: clamp(1.0625rem, 1.25vw, 1.5rem);
  min-width: clamp(7.1875rem, 11.1458333333vw, 13.375rem);
  position: relative;
}
@media (max-width: 63.99875em) {
  .steps-cards__content-item {
    padding-inline: 0.125rem;
  }
  .steps-cards__content-item > p {
    font-weight: 500;
  }
}
.steps-cards__content-item:not(:last-child)::before {
  content: "";
  position: absolute;
  inset-inline-start: calc(100% + 0.375rem);
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0.125rem;
  height: clamp(1.6875rem, 2.96875vw, 3.5625rem);
  margin-top: clamp(0.3125rem, 0.78125vw, 0.9375rem);
  background: rgba(255, 255, 255, 0.1);
}
.steps-cards__content-item-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 0.25rem;
  line-height: 1;
}
.steps-cards__content-item-price span {
  font-size: clamp(1rem, 0.9375vw, 1.125rem);
}
.steps-cards__content-item-price strong {
  line-height: 1;
  margin-bottom: -0.1875rem;
  font-size: clamp(1.75rem, 2.0833333333vw, 2.5rem);
  font-weight: 600;
}
.steps-cards__content-item-price p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: clamp(1rem, 1.0416666667vw, 1.25rem);
}
html[dir=rtl] .steps-cards__content-item-price {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.steps-cards__content-desc {
  color: rgba(255, 255, 255, 0.7);
  font-size: clamp(1rem, 1.0416666667vw, 1.25rem);
}
.steps-cards__cards-decor {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(1.25rem, 1.3020833333vw, 1.5625rem);
  color: #ffffff;
}
@media (max-width: 47.99875em) {
  .steps-cards__cards-decor {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.steps-cards__card-decor {
  padding: clamp(0.84375rem, 0.8333333333vw, 1rem);
  padding-bottom: clamp(2.375rem, 2.6041666667vw, 3.125rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  gap: clamp(2rem, 2.1354166667vw, 2.5625rem);
  border-radius: clamp(1.25rem, 1.25vw, 1.5rem);
  background: rgba(255, 255, 255, 0.2);
  isolation: isolate;
  position: relative;
  min-height: clamp(13.3125rem, 14.7395833333vw, 17.6875rem);
}
.steps-cards__card-decor img {
  position: absolute;
  z-index: -1;
  inset: 0;
  margin: auto;
  width: clamp(6.25rem, 10.15625vw, 12.1875rem);
  opacity: 0.2;
}
html[dir=rtl] .steps-cards__card-decor img {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
@media (max-width: 47.99875em) {
  .steps-cards__card-decor {
    width: 100%;
  }
}
.steps-cards__card-decor-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.3125rem;
  background-color: #ff2a7f;
  color: #ffffff;
  min-height: clamp(1.75rem, 1.875vw, 2.25rem);
  padding-inline: clamp(0.9375rem, 1.0416666667vw, 1.25rem);
  border-radius: clamp(0.875rem, 0.9375vw, 1.125rem);
  font-size: clamp(1rem, 1.25vw, 1.5rem);
}
.steps-cards__card-decor-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 0.25rem;
  line-height: 1.18;
}
html[dir=rtl] .steps-cards__card-decor-price {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.steps-cards__card-decor-price span {
  font-size: clamp(1.5rem, 1.9791666667vw, 2.375rem);
  letter-spacing: -0.0076em;
}
.steps-cards__card-decor-price p {
  letter-spacing: -0.0176em;
  font-size: clamp(4rem, 4.5833333333vw, 5.5rem);
  font-weight: 600;
  margin-bottom: -0.46875vw;
}
.steps-cards__card-decor-info {
  font-size: clamp(1.125rem, 1.25vw, 1.5rem);
}

.calculator__inner {
  width: 100%;
  max-width: 87.9375rem;
  margin-inline: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 5rem;
  padding-top: clamp(5.375rem, 7.9166666667vw, 9.5rem);
  padding-bottom: clamp(7.5625rem, 8.125vw, 9.75rem);
}
@media (max-width: 63.99875em) {
  .calculator__inner {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 5.375rem;
  }
}
.calculator__main {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 47.0625rem;
          flex: 0 1 47.0625rem;
}
.calculator__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: clamp(0.75rem, 1.25vw, 1.5rem);
  margin-bottom: clamp(1.75rem, 3.6458333333vw, 4.375rem);
}
.calculator__header h1,
.calculator__header h2,
.calculator__header h3,
.calculator__header h4,
.calculator__header h5,
.calculator__header h6 {
  font-weight: 600;
  text-align: start;
  font-size: clamp(2rem, 2.5vw, 3rem);
}
.calculator__header p {
  font-size: clamp(1rem, 1.0416666667vw, 1.25rem);
}
@media (max-width: 63.99875em) {
  .calculator__header h1,
  .calculator__header h2,
  .calculator__header h3,
  .calculator__header h4,
  .calculator__header h5,
  .calculator__header h6 {
    font-weight: 700;
  }
}
.calculator__ranges {
  width: 100%;
  max-width: 37.375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: clamp(4.8125rem, 4.4010416667vw, 5.28125rem);
}
@media (max-width: 63.99875em) {
  .calculator__ranges {
    max-width: 100%;
  }
}
.calculator__range-inner {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  position: relative;
}
.calculator__range-item {
  position: relative;
  z-index: 2;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1.875rem auto;
  grid-template-columns: 1fr auto;
  -webkit-column-gap: 1.875rem;
     -moz-column-gap: 1.875rem;
          column-gap: 1.875rem;
  row-gap: clamp(4rem, 3.6458333333vw, 4.375rem);
  -ms-grid-rows: auto clamp(4rem, 3.6458333333vw, 4.375rem) auto;
      grid-template-areas: "desc value" "range range";
}
.calculator__range-item > p {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: desc;
  font-size: clamp(1rem, 0.9375vw, 1.125rem);
  font-weight: 700;
  color: #1f1f68;
}
@media (max-width: 63.99875em) {
  .calculator__range-item {
        grid-template-areas: "desc desc" "range value";
    -webkit-column-gap: 1.5rem;
       -moz-column-gap: 1.5rem;
            column-gap: 1.5rem;
    row-gap: 2.5rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-grid-rows: 1fr 2.5rem auto;
    grid-template-rows: 1fr auto;
  }
  .calculator__range-item > p {
    font-weight: 600;
  }
  .calculator__range-item > p {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }
}
.calculator__range-value {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  grid-area: value;
  padding-block: 0.5rem;
  padding-inline: 0.625rem;
  border: 0.0625rem solid #e2e8f0;
  border-radius: 0.625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.25rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: clamp(5.625rem, 5.5729166667vw, 6.6875rem);
  min-height: clamp(3rem, 2.9166666667vw, 3.5rem);
}
.calculator__range-value span {
  color: #1f1f68;
  font-size: clamp(1rem, 0.9375vw, 1.125rem);
}
.calculator__range-value p,
.calculator__range-value input {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #1f1f68;
  font-size: clamp(1rem, 0.9375vw, 1.125rem);
}
.calculator__range-value input {
  width: 0 !important;
  -webkit-box-flex: 1 !important;
      -ms-flex: 1 1 auto !important;
          flex: 1 1 auto !important;
  justify-self: flex-end;
  text-align: end;
}
@media (min-width: 63.99875em) {
  .calculator__range-value {
    -webkit-margin-start: auto;
            margin-inline-start: auto;
    -ms-grid-column-align: end;
        justify-self: end;
  }
}
.calculator__range {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-area: range;
  position: relative;
  z-index: 2;
}
@media (max-width: 63.99875em) {
  .calculator__range-value {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
  .calculator__range {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
}
.calculator__range input:focus-within ~ .calculator__range-tooltip {
  opacity: 1;
}
@media (any-hover: hover) {
  .calculator__range input:hover ~ .calculator__range-tooltip {
    opacity: 1;
  }
}
.calculator__range-tooltip {
  position: absolute;
  z-index: 70;
  white-space: nowrap;
  border-radius: 0.5rem;
  -webkit-filter: drop-shadow(0px 3.193px 31px rgba(181, 198, 247, 0.5));
          filter: drop-shadow(0px 3.193px 31px rgba(181, 198, 247, 0.5));
  background-color: #ffffff;
  bottom: calc(100% + 0.8125rem);
  font-size: clamp(1rem, 0.9375vw, 1.125rem);
  padding-top: 0.125rem;
  padding-inline: 0.5625rem;
  padding-block: 0.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.1875rem;
  line-height: 1;
  color: #1f1f68;
  min-height: clamp(2.125rem, 1.9791666667vw, 2.375rem);
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  opacity: 0;
}
.calculator__range-tooltip::before {
  content: "";
  position: absolute;
  top: 100%;
  -webkit-filter: drop-shadow(0px 3.193px 31px rgba(181, 198, 247, 0.5));
          filter: drop-shadow(0px 3.193px 31px rgba(181, 198, 247, 0.5));
  z-index: 22;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0.75rem 0.75rem 0 0.75rem;
  border-color: #ffffff transparent transparent transparent;
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
}
@media (max-width: 63.99875em) {
  .calculator__range-tooltip::before {
    border-width: 0.375rem 0.375rem 0 0.375rem;
  }
}
html[dir=rtl] .calculator__range-tooltip {
  -webkit-transform: translateX(50%);
      -ms-transform: translateX(50%);
          transform: translateX(50%);
}
@media (max-width: 63.99875em) {
  .calculator__range-tooltip {
    bottom: calc(100% + 0.25rem);
  }
}
.calculator__range-min, .calculator__range-max {
  font-size: clamp(1rem, 0.9375vw, 1.125rem);
  opacity: 0.7;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.calculator__result {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 30.125rem;
          flex: 0 0 30.125rem;
  -webkit-box-shadow: 0px 0.2rem 1.9375rem 0px rgba(181, 198, 247, 0.5);
          box-shadow: 0px 0.2rem 1.9375rem 0px rgba(181, 198, 247, 0.5);
  background-color: #ffffff;
  border-radius: clamp(1.5rem, 1.6666666667vw, 2rem);
  padding-inline: 0.75rem;
  padding-top: clamp(1.25rem, 2.5vw, 3rem);
  padding-bottom: clamp(1.25rem, 1.25vw, 1.5rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
}
.calculator__result-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  color: #1f1f68;
  line-height: 1;
}
.calculator__result-top-total {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
html[dir=rtl] .calculator__result-top-total {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.calculator__result-top-total span {
  font-size: 2rem;
  color: #1f1f68;
}
.calculator__result-top-total p {
  display: inline-block;
  -webkit-margin-start: 0.1875rem;
          margin-inline-start: 0.1875rem;
  font-weight: 600;
  font-size: 3rem;
  color: #1f1f68;
}
.calculator__result-top-bottom {
  font-size: clamp(1rem, 0.9375vw, 1.125rem);
}
.calculator__result-main {
  border-radius: 1rem;
  padding: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5rem;
  background-color: #eef2ff;
}
.calculator__result-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1.25rem;
}
.calculator__result-item > p {
  color: #1f1f68;
  font-size: clamp(1.125rem, 1.0416666667vw, 1.25rem);
}
.calculator__result-item strong {
  color: #1f1f68;
}
.calculator__item-value {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 0.1875rem;
  font-size: clamp(1.125rem, 1.0416666667vw, 1.25rem);
}
html[dir=rtl] .calculator__item-value {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.calculator__result-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
  padding-inline: 1.25rem;
}
.calculator__result-bottom > p {
  color: #1f1f68;
  font-size: clamp(1.125rem, 0.7291666667vw, 0.875rem);
}
@media (max-width: 63.99875em) {
  .calculator__result-bottom {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
  }
}

.site-pricing {
  overflow: hidden;
  margin-top: clamp(1.25rem, 2.65625vw, 3.1875rem);
  margin-bottom: clamp(10rem, 9.8958333333vw, 11.875rem);
}
.site-pricing .breadcrumbs-wrapper {
  margin-bottom: 2.125rem;
}
@media (max-width: 63.99875em) {
  .site-pricing .breadcrumbs-wrapper {
    margin-bottom: 4.0625rem;
  }
}
.site-pricing__inner {
  width: 100%;
  max-width: 94.8125rem;
  margin-inline: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: clamp(4.375rem, 8.0208333333vw, 9.625rem);
}
.site-pricing__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.site-pricing__item h1,
.site-pricing__item h2 {
  font-size: clamp(2rem, 2.8125vw, 3.375rem);
  padding-inline: 0.375rem;
  margin-bottom: clamp(1.75rem, 2.65625vw, 3.1875rem);
}
.site-pricing__item-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  gap: clamp(1rem, 1.40625vw, 1.6875rem);
  margin-bottom: clamp(1.375rem, 2.65625vw, 3.1875rem);
}
.site-pricing__item-top h2 {
  font-size: clamp(2rem, 2.8125vw, 3.375rem);
  padding-inline: 0.375rem;
}
.site-pricing__item-top p {
  font-size: clamp(0.875rem, 0.9375vw, 1.125rem);
}
@media (max-width: 63.99875em) {
  .site-pricing__item-top {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    text-align: start;
  }
  .site-pricing__item-top h2 {
    text-align: start;
  }
}
.site-pricing__table-inner {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(0, 1fr))[1];
  grid-template-columns: repeat(1, minmax(0, 1fr));
  width: 100%;
  overflow-x: auto;
}
.site-pricing__table-inner table {
  border-collapse: collapse;
}
.site-pricing__table-inner table thead th {
  font-weight: 700;
  line-height: 1.7;
  font-size: clamp(0.875rem, 1.0416666667vw, 1.25rem);
  color: #1f1f68;
  padding-block: clamp(0.9375rem, 1.2760416667vw, 1.53125rem);
  min-width: 13.125rem;
  padding-inline: 1.5rem;
  text-align: start;
}
.site-pricing__table-inner table tbody tr:nth-child(even) {
  background: #eaeaea;
}
.site-pricing__table-inner table th.table__col-small {
  width: 100%;
  min-width: clamp(13.125rem, 15.78125vw, 18.9375rem) !important;
}
.site-pricing__table-inner table tr:not(.wide-columns) td.table__col-small {
  width: 100%;
  min-width: clamp(13.125rem, 15.78125vw, 18.9375rem) !important;
}
.site-pricing__table-inner table td {
  padding-block: clamp(0.9375rem, 1.2760416667vw, 1.53125rem);
  padding-inline: 1.5rem;
  color: #1f1f68;
  min-width: 13.125rem;
  height: 100%;
  font-size: clamp(0.875rem, 0.9375vw, 1.125rem);
  line-height: 1.7;
}
@media (max-width: 63.99875em) {
  .site-pricing__table-inner {
    margin-inline: -0.875rem;
    width: calc(100% + 1.75rem);
  }
}
.site-pricing__content-bg, .site-pricing__desc {
  width: 100%;
  max-width: 78.25rem;
}
.site-pricing__content-bg {
  margin-top: clamp(2.8125rem, 3.125vw, 3.75rem);
  padding: clamp(1.5rem, 2.0833333333vw, 2.5rem);
  background: #ebeffc;
  border-radius: clamp(1.5rem, 1.6666666667vw, 2rem);
}
.site-pricing__content-bg h1,
.site-pricing__content-bg h2,
.site-pricing__content-bg h3,
.site-pricing__content-bg h4,
.site-pricing__content-bg h5,
.site-pricing__content-bg h6 {
  text-align: start;
  font-weight: 700;
  line-height: 1.7;
}
.site-pricing__content-bg h1:not(:last-child),
.site-pricing__content-bg h2:not(:last-child),
.site-pricing__content-bg h3:not(:last-child),
.site-pricing__content-bg h4:not(:last-child),
.site-pricing__content-bg h5:not(:last-child),
.site-pricing__content-bg h6:not(:last-child) {
  margin-bottom: 1rem;
}
.site-pricing__content-bg h1:not(:first-child),
.site-pricing__content-bg h2:not(:first-child),
.site-pricing__content-bg h3:not(:first-child),
.site-pricing__content-bg h4:not(:first-child),
.site-pricing__content-bg h5:not(:first-child),
.site-pricing__content-bg h6:not(:first-child) {
  margin-top: 2rem;
}
.site-pricing__content-bg h1,
.site-pricing__content-bg h2 {
  font-size: clamp(1.125rem, 1.25vw, 1.5rem);
}
.site-pricing__content-bg h3,
.site-pricing__content-bg h4,
.site-pricing__content-bg h5,
.site-pricing__content-bg h6 {
  color: #1f1f68;
  font-size: clamp(1rem, 0.8333333333vw, 1.125rem);
}
.site-pricing__content-bg p,
.site-pricing__content-bg li,
.site-pricing__content-bg a {
  color: #1f1f68;
  line-height: 1.7;
  font-size: clamp(1rem, 0.9375vw, 1.125rem);
}
.site-pricing__content-bg a {
  color: #ff2a7f;
  text-decoration: underline;
}
@media (any-hover: hover) {
  .site-pricing__content-bg a:hover {
    text-decoration: none;
  }
}
.site-pricing__desc {
  color: #1f1f68;
  margin-top: clamp(1.375rem, 1.875vw, 2.25rem);
}

.content-row {
  padding-block: clamp(3.125rem, 3.2291666667vw, 3.875rem);
}
.content-row:has(+ .content-row.--bg-color) {
  padding-block: clamp(2.75rem, 7.2916666667vw, 8.75rem);
}
.content-row__inner {
  max-width: 105rem;
  margin-inline: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.content-row__title {
  width: 100%;
  -webkit-box-ordinal-group: -1;
      -ms-flex-order: -2;
          order: -2;
  margin-bottom: clamp(2.3125rem, 7.4479166667vw, 8.9375rem);
}
@media (max-width: 63.99875em) {
  .content-row__title h2 {
    text-align: start;
  }
}
@media (min-width: 63.99875em) {
  .content-row.--reversed .content-row__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
.content-row.--bg-color {
  background: -webkit-gradient(linear, left top, left bottom, from(#f2f4fa), to(#ebedfb));
  background: linear-gradient(180deg, #f2f4fa 0%, #ebedfb 100%);
  padding-block: clamp(2.75rem, 7.2916666667vw, 8.75rem);
}
.content-row.--bg-color + .content-row {
  padding-block: clamp(2.75rem, 7.2916666667vw, 8.75rem);
}
.content-row__image {
  width: 100%;
}
.content-row__image img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: clamp(1rem, 1.8229166667vw, 2.1875rem);
  aspect-ratio: 350/294;
}
@media (min-width: 63.99875em) {
  .content-row__image {
    width: 35.9895833333vw;
  }
  .content-row__image img {
    aspect-ratio: 691/581;
  }
}
.content-row__content {
  width: 100%;
  font-size: clamp(1rem, 1.0416666667vw, 1.25rem);
  line-height: 1.7;
}
@media (min-width: 63.99875em) {
  .content-row__content {
    width: 44.375vw;
  }
}
@media (max-width: 63.99875em) {
  .content-row__content {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .content-row__content:not(:last-child) {
    margin-bottom: 8.2051282051vw;
  }
}
.content-row__content h2 {
  text-align: start;
  margin-bottom: clamp(0.75rem, 2.0833333333vw, 2.5rem);
}

.how-to-use {
  padding-block: clamp(6.5625rem, 7.3958333333vw, 8.875rem) clamp(3rem, 6.6666666667vw, 8rem);
  overflow: hidden;
}
.how-to-use__inner {
  max-width: 61.5rem;
  margin-inline: auto;
  text-align: center;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: [full-start] 3.4895833333vw [content-start] 1fr [content-end] 3.4895833333vw [full-end];
  grid-template-columns: [full-start] 3.4895833333vw [content-start] 1fr [content-end] 3.4895833333vw [full-end];
}
.how-to-use__inner .editor-area {
  text-align: initial;
}
.how-to-use__inner .editor-area ol li,
.how-to-use__inner .editor-area ul li {
  -webkit-padding-start: 0.5em;
          padding-inline-start: 0.5em;
  font-size: clamp(1rem, 1.0416666667vw, 1.25rem);
}
@media (min-width: 63.99875em) {
  .how-to-use__inner.layout-1 .swiper-slide:nth-child(2n) .how-to-use__item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
@media (min-width: 63.99875em) {
  .how-to-use__inner.layout-2 {
    max-width: 80rem;
    -webkit-padding-start: 5.2604166667vw;
            padding-inline-start: 5.2604166667vw;
  }
  .how-to-use__inner.layout-2 .default-slider::before {
    inset-inline-start: 37.5%;
    -webkit-transform: translate(0);
        -ms-transform: translate(0);
            transform: translate(0);
  }
}
@media (min-width: 63.99875em) and (min-width: 63.99875em) {
  .how-to-use__inner.layout-2 .swiper-slide:first-child .how-to-use__item::before {
    inset-inline-start: 37.4%;
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
  }
  .how-to-use__inner.layout-2 .swiper-slide:last-child .how-to-use__item::before {
    inset-inline-start: 37.4%;
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
  }
}
.how-to-use__inner > *:not(.swiper-container) {
  grid-column: content;
}
.how-to-use h2 {
  margin-bottom: 1rem;
}
.how-to-use p {
  font-size: clamp(1rem, 1.0416666667vw, 1.0416666667vw);
}
.how-to-use .default-slider {
  position: relative;
  grid-column: full;
}
@media (min-width: 63.99875em) {
  .how-to-use .default-slider {
    overflow: hidden;
  }
}
.how-to-use .default-slider::before {
  position: absolute;
  content: "";
  background: #ff2a7f;
}
@media (min-width: 63.99875em) {
  .how-to-use .default-slider::before {
    width: 1px;
    height: 100%;
    top: 8.75rem;
    inset-inline-start: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  html[dir=rtl] .how-to-use .default-slider::before {
    -webkit-transform: translateX(50%);
        -ms-transform: translateX(50%);
            transform: translateX(50%);
  }
}
@media (max-width: 63.99875em) {
  .how-to-use .default-slider::before {
    inset-inline-start: 3.0769230769vw;
    height: 1px;
    width: calc(100% + 6.1538461538vw);
    top: 100vw;
  }
}
.how-to-use .default-slider:not(:first-child) {
  margin-top: 4.25rem;
}
@media (min-width: 63.99875em) {
  .how-to-use .swiper-wrapper {
    display: -ms-grid !important;
    display: grid !important;
    gap: 3.3333333333vw;
    -webkit-transform: translate3d(0, 0, 0) !important;
            transform: translate3d(0, 0, 0) !important;
  }
}
@media (min-width: 63.99875em) {
  .how-to-use .swiper-slide:first-child .how-to-use__item::before {
    position: absolute;
    content: "";
    width: 3px;
    height: 50%;
    background: #fbfbfb;
    top: 0;
    inset-inline-start: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  html[dir=rtl] .how-to-use .swiper-slide:first-child .how-to-use__item::before {
    -webkit-transform: translateX(50%);
        -ms-transform: translateX(50%);
            transform: translateX(50%);
  }
  .how-to-use .swiper-slide:last-child .how-to-use__item::before {
    position: absolute;
    content: "";
    width: 3px;
    height: 50%;
    background: #fbfbfb;
    bottom: 0;
    inset-inline-start: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  html[dir=rtl] .how-to-use .swiper-slide:last-child .how-to-use__item::before {
    -webkit-transform: translateX(50%);
        -ms-transform: translateX(50%);
            transform: translateX(50%);
  }
}
@media (max-width: 63.99875em) {
  .how-to-use .swiper-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: auto;
  }
  .how-to-use .swiper-slide .how-to-use__item.layout-2 {
    height: 100%;
  }
}
@media (max-width: 63.99875em) {
  .how-to-use .swiper-slide {
    padding-inline: 3.0769230769vw;
  }
  .how-to-use .swiper-slide:not(.swiper-slide-active) .how-to-use__item {
    -webkit-transform: translateX(-10vw);
        -ms-transform: translateX(-10vw);
            transform: translateX(-10vw);
  }
  .how-to-use .swiper-slide:not(.swiper-slide-active) .how-to-use__item-image {
    opacity: 0;
  }
  .how-to-use .swiper-slide.swiper-slide-active .how-to-use__item-image {
    opacity: 1;
  }
  .how-to-use .swiper-slide:last-child .how-to-use__item::before {
    position: absolute;
    content: "";
    width: calc(100% + 6.1538461538vw);
    height: 3px;
    inset-inline-start: 0;
    top: 99.5vw;
    background: #fbfbfb;
  }
}
.how-to-use__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-align: start;
  position: relative;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media (max-width: 63.99875em) {
  .how-to-use__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 25.1282051282vw;
  }
}
.how-to-use__item > span {
  position: absolute;
}
@media (min-width: 63.99875em) {
  .how-to-use__item > span {
    top: 50%;
    inset-inline-start: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  html[dir=rtl] .how-to-use__item > span {
    -webkit-transform: translate(50%, -50%);
        -ms-transform: translate(50%, -50%);
            transform: translate(50%, -50%);
  }
}
@media (max-width: 63.99875em) {
  .how-to-use__item > span {
    inset-inline-start: 2.5641025641vw;
    top: 96.4102564103vw;
  }
}
.how-to-use__item > span span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  z-index: 2;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 700;
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.95);
  width: 1.75rem;
  height: 1.75rem;
  border-radius: 50%;
  background: linear-gradient(227.18deg, #338bf1 10.09%, #9100e9 35.82%, #ff2a7f 71.82%, #fff53f 106.86%);
}
.how-to-use__item > span::after {
  position: absolute;
  content: "";
  inset: -0.625rem;
  border-radius: 50%;
  background: #fff;
  border: 0.375rem solid #ffddea;
}
.how-to-use__item-content {
  width: 100%;
}
@media (min-width: 63.99875em) {
  .how-to-use__item-content {
    max-width: 25rem;
    width: 41%;
  }
}
@media (max-width: 63.99875em) {
  .how-to-use__item-content {
    max-width: 84%;
    -webkit-margin-end: auto;
            margin-inline-end: auto;
  }
}
.how-to-use__item-content h3 {
  font-size: clamp(1.125rem, 1.25vw, 1.25vw);
  font-weight: 700;
  margin-bottom: clamp(0.5rem, 0.8333333333vw, 0.8333333333vw);
}
.how-to-use__item-image {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media (min-width: 63.99875em) {
  .how-to-use__item-image {
    max-width: 22.5rem;
    width: 36.7%;
  }
}
@media (max-width: 63.99875em) {
  .how-to-use__item-image {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
}
.how-to-use__item-image img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1;
  border-radius: 2rem;
}
@media (min-width: 63.99875em) {
  .how-to-use__item.layout-2 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    gap: 17.5%;
  }
  .how-to-use__item.layout-2 > span {
    inset-inline-start: 36.4%;
    -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
  html[dir=rtl] .how-to-use__item.layout-2 > span {
    -webkit-transform: translate(0, -100%);
        -ms-transform: translate(0, -100%);
            transform: translate(0, -100%);
  }
  .how-to-use__item.layout-2 .how-to-use__item-content {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    width: auto;
    max-width: none;
  }
}
.how-to-use__item .btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.5rem;
  margin-top: 1rem;
}
.how-to-use__item .btn {
  color: #1f1f68;
  gap: 0.5rem;
  -webkit-box-shadow: 0px 3.19271px 2rem rgba(181, 198, 247, 0.5);
          box-shadow: 0px 3.19271px 2rem rgba(181, 198, 247, 0.5);
  border-radius: 1rem;
}
@media (any-hover: hover) {
  .how-to-use__item .btn:hover {
    -webkit-box-shadow: 0px 3.19271px 0.5rem rgba(181, 198, 247, 0.5);
            box-shadow: 0px 3.19271px 0.5rem rgba(181, 198, 247, 0.5);
  }
}
.how-to-use__item .btn span {
  -webkit-margin-end: 0.25rem;
          margin-inline-end: 0.25rem;
}
.how-to-use__item .btn img {
  width: 2.6875rem;
}

.textual-block {
  padding-block: clamp(1.375rem, 1.7708333333vw, 2.125rem) clamp(1.5rem, 3.3333333333vw, 4rem);
  position: relative;
}
.textual-block .container {
  position: relative;
  z-index: 2;
}
.textual-block.layout-2 {
  padding-block: clamp(3rem, 5.4166666667vw, 6.5rem) clamp(12.875rem, 14.8958333333vw, 17.875rem);
}
.textual-block.layout-2 + .textual-block.layout-3 {
  margin-top: -2.5rem;
}
@media (max-width: 63.99875em) {
  .textual-block.layout-2 + .textual-block.layout-3 {
    margin-top: -3.75rem;
  }
}
.textual-block.layout-2 .decorative-bg {
  position: absolute;
  inset-inline-start: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 0;
  width: clamp(18.9375rem, 25.9375vw, 31.125rem);
}
html[dir=rtl] .textual-block.layout-2 .decorative-bg {
  -webkit-transform: translateX(50%);
      -ms-transform: translateX(50%);
          transform: translateX(50%);
}
.textual-block.layout-2 .textual-block__inner h2 {
  text-align: start;
}
@media (max-width: 63.99875em) {
  .textual-block.layout-2 .textual-block__inner h2 {
    margin-bottom: 1.5rem;
  }
}
@media (min-width: 63.99875em) {
  .textual-block.layout-2 .textual-block__inner {
    max-width: 105rem;
    margin-inline: auto;
    -webkit-padding-end: 1.75rem;
            padding-inline-end: 1.75rem;
    -webkit-padding-start: 30%;
            padding-inline-start: 30%;
    position: relative;
  }
  .textual-block.layout-2 .textual-block__inner h2:first-child {
    position: absolute;
    top: 0;
    inset-inline-start: 0;
    max-width: calc(30% - 6.25rem);
  }
}
.textual-block.layout-1 .textual-block__inner {
  max-width: 80rem;
}
.textual-block.layout-1 h2 {
  margin-bottom: 1rem;
  text-align: start;
}
.textual-block.layout-1 h2 + p {
  color: rgba(31, 31, 104, 0.7);
}
.textual-block.layout-1 h2 + p:not(:last-child) {
  margin-bottom: 2.3em;
}
.textual-block.layout-3 {
  padding-block: clamp(4.625rem, 4.2708333333vw, 5.125rem) clamp(8.9375rem, 13.0208333333vw, 15.625rem);
}
.textual-block.layout-3::before {
  position: absolute;
  content: "";
  width: 15.875rem;
  height: 7.6875rem;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  background-image: url("data:image/svg+xml,%3Csvg width='254' height='123' viewBox='0 0 254 123' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg opacity='0.17' filter='url(%23filter0_d_1484_27995)'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M20.2852 27.9337L127.311 101.396L234.338 28.308L234.338 18.4527L127.311 91.5423L20.2852 18L20.2852 27.9337Z' fill='url(%23paint0_linear_1484_27995)'/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='filter0_d_1484_27995' x='0.939291' y='0.646577' width='252.743' height='122.088' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeColorMatrix in='SourceAlpha' type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'/%3E%3CfeOffset dy='1.99244'/%3E%3CfeGaussianBlur stdDeviation='9.67293'/%3E%3CfeComposite in2='hardAlpha' operator='out'/%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 0.709304 0 0 0 0 0.778379 0 0 0 0 0.968333 0 0 0 0.5 0'/%3E%3CfeBlend mode='normal' in2='BackgroundImageFix' result='effect1_dropShadow_1484_27995'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='effect1_dropShadow_1484_27995' result='shape'/%3E%3C/filter%3E%3ClinearGradient id='paint0_linear_1484_27995' x1='-57.002' y1='57.2817' x2='-7.34894' y2='-80.2672' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23338BF1'/%3E%3Cstop offset='0.265844' stop-color='%239100E9'/%3E%3Cstop offset='0.637893' stop-color='%23FF2A7F'/%3E%3Cstop offset='1' stop-color='%23FFF53F'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E%0A");
  bottom: 0;
  inset-inline-start: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
html[dir=rtl] .textual-block.layout-3::before {
  -webkit-transform: translateX(50%);
      -ms-transform: translateX(50%);
          transform: translateX(50%);
}
@media (max-width: 63.99875em) {
  .textual-block.layout-3::before {
    width: 8.5rem;
    height: 3.3125rem;
  }
}
.textual-block.layout-3 .textual-block__inner {
  max-width: 64.3125rem;
  margin-inline: auto;
  text-align: center;
}
.textual-block.layout-3 .decorative-bg {
  position: absolute;
  width: 75.3125rem;
  inset-inline-start: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 0;
}
html[dir=rtl] .textual-block.layout-3 .decorative-bg {
  -webkit-transform: translateX(50%);
      -ms-transform: translateX(50%);
          transform: translateX(50%);
}
.textual-block.layout-3 .decorative-bg img {
  width: 100%;
}
@media (max-width: 63.99875em) {
  .textual-block.layout-3 .decorative-bg img {
    width: 100%;
  }
}
@media (max-width: 63.99875em) and (max-width: 63.99875em) {
  .textual-block.layout-3 .decorative-bg {
    width: 100%;
  }
}
.textual-block.layout-4 {
  padding-block: clamp(3.125rem, 5.2083333333vw, 6.25rem);
}
@media (min-width: 63.99875em) {
  .textual-block.layout-4 .textual-block__wrapper {
    -webkit-margin-start: 4.1666666667vw;
            margin-inline-start: 4.1666666667vw;
  }
}
@media (max-width: 100em) {
  .textual-block.layout-4 .textual-block__wrapper {
    -webkit-margin-start: 1.0416666667vw;
            margin-inline-start: 1.0416666667vw;
  }
}
.textual-block.layout-4 .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (min-width: 63.99875em) {
  .textual-block.layout-4 .container {
    -webkit-column-gap: 2.5rem;
       -moz-column-gap: 2.5rem;
            column-gap: 2.5rem;
  }
}
@media (min-width: 63.99875em) {
  .textual-block.layout-4 .textual-block__inner {
    max-width: 64.0625rem;
    width: 60%;
  }
}
@media (max-width: 100em) {
  .textual-block.layout-4 .textual-block__inner {
    width: 55%;
  }
}
@media (max-width: 63.99875em) {
  .textual-block.layout-4 .textual-block__inner {
    width: 100%;
  }
}
.textual-block.layout-4 .textual-block__inner h2 {
  text-align: start;
  margin-bottom: clamp(1.5rem, 1.8229166667vw, 1.8229166667vw);
}
.textual-block.layout-4 .textual-block__btn {
  width: 100%;
  margin-top: 2.875rem;
}
@media (max-width: 63.99875em) {
  .textual-block.layout-4 .textual-block__btn {
    text-align: center;
  }
}
.textual-block.layout-4 .textual-block__btn .btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.textual-block.layout-4 .textual-block__icons {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  gap: clamp(2.125rem, 2.4479166667vw, 2.4479166667vw);
}
@media (min-width: 63.99875em) {
  .textual-block.layout-4 .textual-block__icons {
    width: 35%;
    max-width: 23.875rem;
    -webkit-margin-end: 6.8229166667vw;
            margin-inline-end: 6.8229166667vw;
    margin-top: 2.3958333333vw;
  }
}
@media (max-width: 100em) {
  .textual-block.layout-4 .textual-block__icons {
    -webkit-margin-end: 1.0416666667vw;
            margin-inline-end: 1.0416666667vw;
  }
}
@media (max-width: 63.99875em) {
  .textual-block.layout-4 .textual-block__icons {
    width: 69.7435897436vw;
    margin-inline: auto;
    margin-top: 2.9375rem;
  }
}
.textual-block.layout-4 .textual-block__icon {
  background: rgba(255, 255, 255, 0.65);
  -webkit-box-shadow: 0px 2.35921px 22.9071px rgba(181, 198, 247, 0.5);
          box-shadow: 0px 2.35921px 22.9071px rgba(181, 198, 247, 0.5);
  border-radius: clamp(1.375rem, 1.6145833333vw, 1.9375rem);
  overflow: hidden;
}
.textual-block.layout-4 .textual-block__icon img {
  aspect-ratio: 1;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.textual-block__inner {
  font-size: clamp(1rem, 1.0416666667vw, 1.0416666667vw);
  line-height: 1.7;
}

@media (min-width: 63.99875em) {
  .stock-block {
    padding-bottom: 3.75vw;
  }
}
@media (max-width: 63.99875em) {
  .stock-block .container {
    padding-inline: 0;
  }
}
@media (min-width: 63.99875em) {
  .stock-block__mobile-btn {
    display: none;
  }
}
@media (max-width: 63.99875em) {
  .stock-block__mobile-btn {
    width: 100%;
    text-align: center;
    margin-top: 3.5625rem;
  }
}
.stock-block__inner {
  background: -webkit-gradient(linear, left top, left bottom, from(#eaeef9), to(#dae0fa));
  background: linear-gradient(180deg, #eaeef9 0%, #dae0fa 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (min-width: 63.99875em) {
  .stock-block__inner {
    padding-block: 5.75rem;
    border-radius: 3.125rem;
    padding-inline: 9.6354166667vw;
  }
}
@media (max-width: 63.99875em) {
  .stock-block__inner {
    padding-block: 16.6666666667vw 20.5128205128vw;
    padding-inline: 1.25rem;
  }
}
@media (min-width: 63.99875em) {
  .stock-block__content {
    max-width: 32.625rem;
    width: 45%;
  }
}
@media (max-width: 63.99875em) {
  .stock-block__content {
    width: 100%;
    margin-bottom: 3.25rem;
  }
}
.stock-block__content h2 {
  text-align: start;
  font-size: clamp(1.75rem, 2.5vw, 2.5vw);
  margin-bottom: clamp(1.375rem, 1.40625vw, 1.40625vw);
}
.stock-block__content img {
  max-width: 11.0625rem;
}
.stock-block__content p {
  font-size: clamp(1rem, 1.0416666667vw, 1.25rem);
  margin-top: clamp(1rem, 1.0416666667vw, 1.25rem);
}
.stock-block__content .btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-top: 3.5416666667vw;
}
@media (max-width: 63.99875em) {
  .stock-block__content .btn {
    display: none;
  }
}
.stock-block__info {
  background: #ffffff;
  -webkit-box-shadow: 0px 3.19271px 31px rgba(181, 198, 247, 0.5);
          box-shadow: 0px 3.19271px 31px rgba(181, 198, 247, 0.5);
}
@media (min-width: 63.99875em) {
  .stock-block__info {
    width: 45%;
    max-width: 39rem;
    padding: 1rem 0.75rem;
    border-radius: 2rem;
  }
}
@media (max-width: 63.99875em) {
  .stock-block__info {
    width: 100%;
    border-radius: 1.5rem;
    padding: 0.25rem 2rem;
  }
}
.stock-block__info table {
  width: 100%;
}
.stock-block__info tr:not(:last-child) {
  border-bottom: 1px solid #e6e6e6;
}
.stock-block__info td {
  padding: 1.5rem;
  font-size: clamp(1.125rem, 1.0416666667vw, 1.25rem);
}
@media (max-width: 63.99875em) {
  .stock-block__info td {
    padding: 1.25rem 0;
  }
}
.stock-block__info td:last-child {
  font-weight: 700;
  text-align: end;
}
.stock-block__slider {
  width: 100%;
  margin-top: clamp(3.9375rem, 5.78125vw, 6.9375rem);
}
.stock-block__slider img {
  width: 100%;
}

.textual-block.layout-1 .textual-block__inner {
  width: 100%;
  max-width: 105.625rem;
  margin-inline: auto;
}
.textual-block.layout-1 .textual-block__inner > h1,
.textual-block.layout-1 .textual-block__inner h2,
.textual-block.layout-1 .textual-block__inner h3,
.textual-block.layout-1 .textual-block__inner h4,
.textual-block.layout-1 .textual-block__inner h5,
.textual-block.layout-1 .textual-block__inner h6,
.textual-block.layout-1 .textual-block__inner p,
.textual-block.layout-1 .textual-block__inner ul {
  max-width: 80rem;
}

.site-404 {
  background: -webkit-gradient(linear, left top, left bottom, from(#0a2b83), to(#7c25b1));
  background: linear-gradient(180deg, #0a2b83 0%, #7c25b1 100%);
}
.site-404__inner {
  min-height: 100svh;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  gap: 1.875rem;
}
.site-404__inner h1 {
  color: #ffffff;
  font-size: clamp(2.5rem, 4.6875vw, 5.625rem);
}

.tabs-content-type-2 {
  background: -webkit-gradient(linear, left top, left bottom, from(#0a2b83), to(#7c25b1));
  background: linear-gradient(180deg, #0a2b83 0%, #7c25b1 100%);
  margin-top: clamp(2.5rem, 4.1666666667vw, 5rem);
}
.tabs-content-type-2__inner {
  width: 100%;
  max-width: 97.8125rem;
  margin-inline: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3.75rem;
  padding-top: clamp(4.125rem, 4.9479166667vw, 5.9375rem);
  padding-bottom: clamp(3.375rem, 5.8333333333vw, 7rem);
}
@media (max-width: 63.99875em) {
  .tabs-content-type-2__inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 1.875rem;
    padding-inline: 0.5rem;
  }
}
.tabs-content-type-2__main {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 40.8125rem;
          flex: 0 1 40.8125rem;
}
@media (max-width: 63.99875em) {
  .tabs-content-type-2__main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.tabs-content-type-2__title {
  margin-bottom: clamp(1.6875rem, 2.4479166667vw, 2.9375rem);
}
.tabs-content-type-2__title h2,
.tabs-content-type-2__title h3,
.tabs-content-type-2__title h4,
.tabs-content-type-2__title h5,
.tabs-content-type-2__title h6 {
  text-align: start;
  color: #ffffff;
}
@media (max-width: 63.99875em) {
  .tabs-content-type-2__title h2,
  .tabs-content-type-2__title h3,
  .tabs-content-type-2__title h4,
  .tabs-content-type-2__title h5,
  .tabs-content-type-2__title h6 {
    text-align: center;
  }
}
.tabs-content-type-2__main-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: clamp(0.75rem, 1.0416666667vw, 1.25rem);
  margin-bottom: clamp(1.875rem, 2.6041666667vw, 3.125rem);
}
@media (max-width: 47.99875em) {
  .tabs-content-type-2__main-btns {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .tabs-content-type-2__main-btns button {
    min-width: 9.6875rem;
  }
}
.tabs-content-type-2__item {
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  height: 0;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.tabs-content-type-2__item.active {
  opacity: 1;
  height: initial;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
.tabs-content-type-2__item-content {
  width: 100%;
  max-width: 30.3125rem;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.375rem;
}
.tabs-content-type-2__item-content h1,
.tabs-content-type-2__item-content h2,
.tabs-content-type-2__item-content h3,
.tabs-content-type-2__item-content h4,
.tabs-content-type-2__item-content h5,
.tabs-content-type-2__item-content h6 {
  font-size: clamp(1.25rem, 1.25vw, 1.5rem);
  font-weight: bold;
  letter-spacing: -0.04em;
}
.tabs-content-type-2__item-content ul,
.tabs-content-type-2__item-content ol,
.tabs-content-type-2__item-content p,
.tabs-content-type-2__item-content a {
  font-size: clamp(1rem, 1.25vw, 1.5rem);
}
.tabs-content-type-2__item-content ul,
.tabs-content-type-2__item-content ol,
.tabs-content-type-2__item-content p {
  color: rgba(255, 255, 255, 0.7098039216);
}
.tabs-content-type-2__item-content a {
  color: #ff2a7f;
  text-decoration: underline;
}
@media (any-hover: hover) {
  .tabs-content-type-2__item-content a:hover {
    text-decoration: none;
  }
}
.tabs-content-type-2__item-content ul,
.tabs-content-type-2__item-content ol {
  list-style: initial;
}
.tabs-content-type-2__item-content ul > li,
.tabs-content-type-2__item-content ol > li {
  -webkit-margin-start: 1em;
          margin-inline-start: 1em;
}
@media (max-width: 63.99875em) {
  .tabs-content-type-2__item-content {
    gap: 0.75rem;
  }
  .tabs-content-type-2__item-content h1,
  .tabs-content-type-2__item-content h2,
  .tabs-content-type-2__item-content h3,
  .tabs-content-type-2__item-content h4,
  .tabs-content-type-2__item-content h5,
  .tabs-content-type-2__item-content h6 {
    letter-spacing: -0.04em;
  }
}
.tabs-content-type-2__item-btns {
  margin-top: 2.375rem;
}
@media (max-width: 63.99875em) {
  .tabs-content-type-2__item-btns {
    display: none;
  }
}
.tabs-content-type-2__images {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 clamp(30.625rem, 25.5208333333vw, 30.625rem);
          flex: 0 1 clamp(30.625rem, 25.5208333333vw, 30.625rem);
}
@media (max-width: 63.99875em) {
  .tabs-content-type-2__images {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
  }
}
.tabs-content-type-2__image-item {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.25rem;
  opacity: 0;
  height: 0;
  -webkit-transform: scale(0) translateY(-100%);
      -ms-transform: scale(0) translateY(-100%);
          transform: scale(0) translateY(-100%);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.tabs-content-type-2__image-item.active {
  opacity: 1;
  height: initial;
  -webkit-transform: scale(1) translateY(0);
      -ms-transform: scale(1) translateY(0);
          transform: scale(1) translateY(0);
}
@media (min-width: 63.99875em) {
  .tabs-content-type-2__image-btns {
    display: none;
  }
}
.tabs-content-type-2__image {
  height: clamp(32.6875rem, 30.8333333333vw, 37rem);
  position: relative;
  width: 100%;
}
.tabs-content-type-2__image img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 63.99875em) {
  .tabs-content-type-2__image {
    height: 82.8205128205vw;
  }
}

.map-links__inner {
  width: 100%;
  max-width: 107.5rem;
  margin-inline: auto;
  padding-top: clamp(5.625rem, 9.0104166667vw, 10.8125rem);
  padding-bottom: clamp(3.4375rem, 4.9479166667vw, 5.9375rem);
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 3.6458333333vw clamp(37.5rem, 50.625vw, 60.75rem);
  grid-template-columns: 1fr clamp(37.5rem, 50.625vw, 60.75rem);
  -ms-grid-rows: auto 3.125vw 1fr;
  grid-template-rows: auto 1fr;
  -webkit-column-gap: 3.6458333333vw;
     -moz-column-gap: 3.6458333333vw;
          column-gap: 3.6458333333vw;
  row-gap: 3.125vw;
      grid-template-areas: "header map" "links map";
}
@media (max-width: 63.99875em) {
  .map-links__inner {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 1.375rem;
    -ms-grid-rows: auto 1.375rem auto 1.375rem auto;
        grid-template-areas: "header" "map" "links";
  }
}
.map-links__main {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  grid-area: links;
}
.map-links__header {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: header;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 1rem;
}
.map-links__header p {
  font-size: clamp(1rem, 0.9375vw, 1.125rem);
}
@media (max-width: 63.99875em) {
  .map-links__header {
    gap: 1.125rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    margin-bottom: 1.5rem;
  }
}
.map-links__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.map-links__link-item:not(:first-child) a, .map-links__link-item:not(:first-child) > div {
  border-top: 0.0625rem solid #cecece;
}
.map-links__link-item > div,
.map-links__link-item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.125rem;
  padding-block: clamp(1.25rem, 1.1458333333vw, 1.375rem);
  padding-inline: 1rem;
}
.map-links__link-item > div span,
.map-links__link-item a span {
  font-weight: 500;
  font-size: clamp(1rem, 1.25vw, 1.5rem);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.map-links__link-item > div img,
.map-links__link-item a img {
  width: 1.125rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 1.125rem;
          flex: 0 0 1.125rem;
}
@media (any-hover: hover) {
  .map-links__link-item a:hover span {
    color: #ff2a7f;
  }
}
.map-links__map {
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  -ms-grid-column: 3;
  grid-area: map;
  height: clamp(44.375rem, 42.65625vw, 51.1875rem);
  background: var(--sasa, linear-gradient(180deg, #0a2b83 0%, #7c25b1 100%));
  border-radius: clamp(1.25rem, 1.6666666667vw, 2rem);
  overflow: hidden;
  position: relative;
}
@media (max-width: 63.99875em) {
  .map-links__main {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
  .map-links__header {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .map-links__map {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
  }
}
.map-links__map img {
  position: absolute;
  z-index: 1;
  inset: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (min-width: 63.99875em) {
  .map-links__map img {
    inset: 1.25rem;
  }
}
@media (max-width: 63.99875em) {
  .map-links__map {
    height: 91.7948717949vw;
  }
}

.team {
  padding-block: clamp(2.4375rem, 6.6666666667vw, 8rem) clamp(6.625rem, 10.3125vw, 12.375rem);
}
.team-inner {
  display: -ms-grid;
  display: grid;
}
@media (min-width: 63.99875em) {
  .team-inner {
    max-width: 105rem;
    width: 93%;
    margin-inline: auto;
  }
}
@media (min-width: 63.99875em) {
  .team-inner {
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
    gap: 2.0833333333vw 2.5vw;
  }
}
@media (max-width: 63.99875em) {
  .team-inner {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    gap: 4.1025641026vw;
  }
}
.team-item {
  padding: 1.5rem;
  border-radius: 1.5rem;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 3.19271px 16.9px rgba(181, 198, 247, 0.5);
          box-shadow: 0px 3.19271px 16.9px rgba(181, 198, 247, 0.5);
}
@media (max-width: 63.99875em) {
  .team-item {
    padding: 2.0512820513vw;
    border-radius: 4.1025641026vw;
  }
}
.team-item__photo {
  margin-bottom: 1rem;
}
@media (max-width: 63.99875em) {
  .team-item__photo {
    margin-bottom: 0.5rem;
  }
}
.team-item__photo img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1;
  border-radius: 0.75rem;
}
@media (max-width: 63.99875em) {
  .team-item__photo img {
    border-radius: 2.0512820513vw;
  }
}
.team-item__title {
  font-size: clamp(1rem, 1.25vw, 1.5rem);
  margin-bottom: 0.25rem;
  font-weight: 700;
}
.team-item__position {
  font-size: clamp(0.875rem, 0.9375vw, 1.125rem);
}
.team-item .btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding-inline: 1.125rem !important;
  min-height: 3rem !important;
  margin-top: 1.125rem;
}
@media (max-width: 63.99875em) {
  .team-item .btn {
    margin-top: 0.75rem;
    padding-inline: 1rem !important;
    min-height: 2.5rem !important;
  }
}
.team-item__modal {
  display: none;
  padding: 1rem;
  color: #1f1f68;
  font-size: clamp(1rem, 0.9375vw, 1.125rem);
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
html[dir=rtl] .team-item__modal {
  direction: rtl;
}
.team-item__modal-mobile {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (min-width: 63.99875em) {
  .team-item__modal-mobile {
    display: none;
  }
}
@media (min-width: 63.99875em) {
  .team-item__modal {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    max-width: 73.0625rem;
    width: 80%;
    border-radius: 2rem;
  }
}
@media (max-width: 63.99875em) {
  .team-item__modal {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 91.7948717949vw;
    border-radius: 1.25rem;
  }
}
.team-item__modal-photo {
  width: 47%;
}
@media (min-width: 63.99875em) {
  .team-item__modal-photo {
    -webkit-clip-path: polygon(0.034% 3.226%, 0.034% 3.226%, 0.082% 2.703%, 0.221% 2.206%, 0.444% 1.743%, 0.742% 1.321%, 1.11% 0.945%, 1.538% 0.622%, 2.019% 0.36%, 2.546% 0.164%, 3.111% 0.042%, 3.707% 0%, 72.345% 0%, 72.345% 0%, 73.003% 0.034%, 73.643% 0.134%, 74.26% 0.297%, 74.848% 0.52%, 75.402% 0.799%, 75.915% 1.132%, 76.384% 1.515%, 76.801% 1.945%, 77.163% 2.42%, 77.463% 2.936%, 100% 48.028%, 100% 48.028%, 100.17% 48.41%, 100.302% 48.8%, 100.396% 49.196%, 100.452% 49.597%, 100.471% 50%, 100.452% 50.403%, 100.396% 50.804%, 100.302% 51.2%, 100.17% 51.59%, 100% 51.972%, 77.463% 97.065%, 77.463% 97.065%, 77.163% 97.58%, 76.801% 98.055%, 76.384% 98.485%, 75.915% 98.868%, 75.402% 99.201%, 74.848% 99.48%, 74.26% 99.703%, 73.643% 99.866%, 73.003% 99.966%, 72.345% 100%, 3.707% 100%, 3.707% 100%, 3.111% 99.958%, 2.546% 99.836%, 2.019% 99.64%, 1.538% 99.378%, 1.11% 99.055%, 0.742% 98.679%, 0.444% 98.257%, 0.221% 97.794%, 0.082% 97.297%, 0.034% 96.774%, 0.034% 3.226%);
            clip-path: polygon(0.034% 3.226%, 0.034% 3.226%, 0.082% 2.703%, 0.221% 2.206%, 0.444% 1.743%, 0.742% 1.321%, 1.11% 0.945%, 1.538% 0.622%, 2.019% 0.36%, 2.546% 0.164%, 3.111% 0.042%, 3.707% 0%, 72.345% 0%, 72.345% 0%, 73.003% 0.034%, 73.643% 0.134%, 74.26% 0.297%, 74.848% 0.52%, 75.402% 0.799%, 75.915% 1.132%, 76.384% 1.515%, 76.801% 1.945%, 77.163% 2.42%, 77.463% 2.936%, 100% 48.028%, 100% 48.028%, 100.17% 48.41%, 100.302% 48.8%, 100.396% 49.196%, 100.452% 49.597%, 100.471% 50%, 100.452% 50.403%, 100.396% 50.804%, 100.302% 51.2%, 100.17% 51.59%, 100% 51.972%, 77.463% 97.065%, 77.463% 97.065%, 77.163% 97.58%, 76.801% 98.055%, 76.384% 98.485%, 75.915% 98.868%, 75.402% 99.201%, 74.848% 99.48%, 74.26% 99.703%, 73.643% 99.866%, 73.003% 99.966%, 72.345% 100%, 3.707% 100%, 3.707% 100%, 3.111% 99.958%, 2.546% 99.836%, 2.019% 99.64%, 1.538% 99.378%, 1.11% 99.055%, 0.742% 98.679%, 0.444% 98.257%, 0.221% 97.794%, 0.082% 97.297%, 0.034% 96.774%, 0.034% 3.226%);
  }
}
@media (max-width: 63.99875em) {
  .team-item__modal-photo {
    width: 31%;
    -webkit-margin-end: 5.1282051282vw;
            margin-inline-end: 5.1282051282vw;
  }
}
html[dir=rtl] .team-item__modal-photo {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.team-item__modal-photo img {
  width: 100%;
}
html[dir=rtl] .team-item__modal-photo img {
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
@media (max-width: 63.99875em) {
  .team-item__modal-photo img {
    border-radius: 2.0512820513vw;
  }
}
.team-item__modal-content {
  width: 41%;
}
@media (min-width: 63.99875em) {
  .team-item__modal-content {
    -webkit-margin-end: 1.5104166667vw;
            margin-inline-end: 1.5104166667vw;
  }
}
@media (max-width: 63.99875em) {
  .team-item__modal-content {
    width: 100%;
  }
  .team-item__modal-content .team-item__modal-title, .team-item__modal-content .team-item__modal-position {
    display: none !important;
  }
}
.team-item__modal-title {
  font-weight: 600;
  font-size: clamp(1.25rem, 2.0833333333vw, 2.5rem);
  line-height: 1.18;
  letter-spacing: -0.02em;
  margin-bottom: 0.5rem;
}
.team-item__modal-text {
  margin-top: clamp(1.6875rem, 1.7708333333vw, 2.125rem);
}

.page-id-1740 .fancybox__backdrop,
.page-id-1826 .fancybox__backdrop {
  background: rgba(255, 255, 255, 0.2);
}
.page-id-1740 .is-close,
.page-id-1826 .is-close {
  top: 1.5rem !important;
  right: 1.5rem !important;
}
html[dir=rtl] .page-id-1740 .is-close,
html[dir=rtl] .page-id-1826 .is-close {
  right: auto !important;
  left: 1.5rem !important;
}
.page-id-1740 .is-close svg,
.page-id-1826 .is-close svg {
  stroke: #000;
}

.site-reports {
  margin-top: clamp(1.25rem, 2.65625vw, 3.1875rem);
}
.site-reports .breadcrumbs-wrapper {
  margin-bottom: 2.1875rem;
}
.site-reports__inner {
  width: 100%;
  max-width: 77.5rem;
  margin-inline: auto;
  padding-bottom: clamp(6.625rem, 7.9166666667vw, 9.5rem);
}
.site-reports__main h1 {
  text-align: center;
  color: #0a2b83;
  margin-bottom: clamp(2.25rem, 3.4375vw, 4.125rem);
}
.site-reports__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: clamp(2rem, 2.0833333333vw, 2.5rem);
}
.site-reports__item {
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0.2rem 1.0625rem 0px rgba(181, 198, 247, 0.5);
          box-shadow: 0px 0.2rem 1.0625rem 0px rgba(181, 198, 247, 0.5);
  border-radius: clamp(1rem, 1.40625vw, 1.6875rem);
  padding-block: 0.5rem;
  -webkit-padding-start: 0.5rem;
          padding-inline-start: 0.5rem;
  -webkit-padding-end: 2rem;
          padding-inline-end: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem;
}
@media (max-width: 47.99875em) {
  .site-reports__item {
    padding: 1rem;
    -webkit-column-gap: 1.5rem;
       -moz-column-gap: 1.5rem;
            column-gap: 1.5rem;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.site-reports__item-date {
  min-width: clamp(5.5rem, 8.3333333333vw, 10rem);
  aspect-ratio: 1;
  background: #ebeffc;
  border-radius: clamp(0.5rem, 0.7291666667vw, 0.875rem);
  padding-block: clamp(0.5rem, 0.8854166667vw, 1.0625rem);
  padding-inline: 0.1875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  gap: clamp(0.1875rem, 0.3125vw, 0.375rem);
}
.site-reports__item-date p {
  font-size: clamp(2.5rem, 3.6979166667vw, 4.4375rem);
  font-weight: 600;
  line-height: 1.18;
  letter-spacing: -0.0142em;
}
.site-reports__item-date span {
  font-size: clamp(0.75rem, 0.9375vw, 1.125rem);
}
@media (max-width: 47.99875em) {
  .site-reports__item-date p {
    line-height: -0.007em;
  }
}
.site-reports__item-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: clamp(0.75rem, 0.8333333333vw, 1rem);
}
.site-reports__item-main p {
  font-weight: 700;
  font-size: clamp(1.125rem, 1.25vw, 1.5rem);
}
.site-reports__item-main span {
  font-size: clamp(0.875rem, 1.0416666667vw, 1.25rem);
}
@media (max-width: 47.99875em) {
  .site-reports__item-main {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 12.5rem;
            flex: 0 1 12.5rem;
  }
}
.site-reports__item-btn a {
  min-height: clamp(3rem, 2.9166666667vw, 3.5rem);
  padding-inline: clamp(1.25rem, 1.25vw, 1.5rem);
  min-width: 17.25rem;
}
@media (min-width: 47.99875em) {
  .site-reports__item-btn {
    -webkit-margin-start: auto;
            margin-inline-start: auto;
  }
}
@media (max-width: 47.99875em) {
  .site-reports__item-btn {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
  }
}

.hero-type-3 {
  padding-block: clamp(0.9375rem, 1.9791666667vw, 2.375rem);
  position: relative;
}
.hero-type-3 + section {
  position: relative;
  z-index: 5;
}
.hero-type-3::before {
  position: absolute;
  content: "";
  width: 100%;
  aspect-ratio: 1920/1306;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url("data:image/svg+xml,%3Csvg width='1920' height='1306' viewBox='0 0 1920 1306' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg opacity='0.64' filter='url(%23filter0_f_1565_16211)'%3E%3Cg opacity='0.4'%3E%3Cpath d='M1861.05 466.946C1797.06 712.516 2043.36 955.628 1654.89 938.61C1229.35 919.967 1108.73 1079.73 760.404 870.146C458.68 688.601 612.436 416.572 966.258 330.628C1173.95 280.179 1493.33 236.168 1527.74 231.491C1529.89 231.2 1531.58 230.935 1533.7 230.599C1570.3 224.806 1937.46 173.671 1861.05 466.946Z' fill='url(%23paint0_linear_1565_16211)'/%3E%3C/g%3E%3Cg opacity='0.4'%3E%3Cpath d='M1187.76 368.89C827.874 579.343 1425.81 867.679 960.603 848.226C451.009 826.916 102.295 1164.1 11.5027 844.086C-75.8311 536.256 221.364 948.846 84.0819 497.281C-72.9103 -19.1166 875.887 196.097 1071.38 245.457C1094.34 251.255 1118.54 251.895 1141.98 247.93C1237.39 231.792 1471.4 203.019 1187.76 368.89Z' fill='url(%23paint1_linear_1565_16211)' fill-opacity='0.8'/%3E%3C/g%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='filter0_f_1565_16211' x='-353.969' y='-145.125' width='2592.83' height='1450.59' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3E%3CfeGaussianBlur stdDeviation='73.6635' result='effect1_foregroundBlur_1565_16211'/%3E%3C/filter%3E%3ClinearGradient id='paint0_linear_1565_16211' x1='1952.27' y1='767.83' x2='1262.14' y2='1044.77' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%2312D0FA'/%3E%3Cstop offset='0.34375' stop-color='%237612FA'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint1_linear_1565_16211' x1='439.583' y1='963.276' x2='307.936' y2='275.923' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23FA12E3'/%3E%3Cstop offset='1' stop-color='%23FFD700'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E%0A");
  opacity: 0.64;
  -webkit-filter: blur(73.6635px);
          filter: blur(73.6635px);
}
.hero-type-3 video,
.hero-type-3 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.hero-type-3__inner {
  border-radius: clamp(1.5rem, 2.0833333333vw, 2.5rem);
  overflow: hidden;
  position: relative;
  color: #fff;
}
@media (min-width: 63.99875em) {
  .hero-type-3__inner {
    height: 38.6458333333vw;
  }
}
@media (max-width: 63.99875em) {
  .hero-type-3__inner {
    height: 173.8461538462vw;
  }
}
.hero-type-3__inner h1 {
  text-align: start;
  color: #fff;
  margin-bottom: clamp(0.5rem, 0.8333333333vw, 1rem);
}
.hero-type-3__inner .buttons-title {
  margin-top: clamp(1.375rem, 2.03125vw, 2.4375rem);
}
.hero-type-3__inner .btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  row-gap: 1.25vw;
  -webkit-column-gap: 0.375rem;
     -moz-column-gap: 0.375rem;
          column-gap: 0.375rem;
  margin-top: 1.0416666667vw;
}
@media (min-width: 63.99875em) {
  .hero-type-3__inner .btns {
    -webkit-margin-end: -8.75rem;
            margin-inline-end: -8.75rem;
  }
}
@media (max-width: 63.99875em) {
  .hero-type-3__inner .btns {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.5rem;
    margin-top: 20.5128205128vw;
  }
}
.hero-type-3__inner .btns-item {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.125rem;
  border-radius: clamp(0.75rem, 0.8333333333vw, 1rem);
  padding-inline: clamp(1rem, 1.25vw, 1.5rem);
  padding-block: 0.375rem;
  border: 0.125rem solid #fff;
  min-height: clamp(3rem, 3.3854166667vw, 4.0625rem);
  font-size: clamp(1rem, 0.9375vw, 1.125rem);
  font-weight: 700;
}
@media (max-width: 63.99875em) {
  .hero-type-3__inner .btns-item {
    gap: 0.5rem;
    font-size: 4.1025641026vw;
    padding-block: 1.5384615385vw;
    padding-inline: 6.1538461538vw;
  }
}
.hero-type-3__inner .btns-item i {
  font-size: 0.5em;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
html[dir=rtl] .hero-type-3__inner .btns-item i {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
@media (any-hover: hover) {
  .hero-type-3__inner .btns-item:hover {
    background: #fff;
    color: #1f1f68;
  }
}
.hero-type-3__inner::before {
  position: absolute;
  content: "";
  inset: 0;
  background-color: rgba(31, 31, 104, 0.26);
}
.hero-type-3__inner::after {
  position: absolute;
  content: "";
  z-index: 4;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  bottom: 0;
  inset-inline-end: 0;
}
@media (min-width: 63.99875em) {
  html[dir=rtl] .hero-type-3__inner::after {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
  }
}
@media (min-width: 63.99875em) {
  .hero-type-3__inner::after {
    width: 30vw;
    height: 100%;
    background-image: url("data:image/svg+xml,%3Csvg width='576' height='742' viewBox='0 0 576 742' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M795.326 756L1002 378L796.378 8.58646e-06L1.27347 -6.09238e-05L206.899 378L0 756L795.326 756Z' fill='%231F1F68'/%3E%3C/svg%3E%0A");
  }
}
@media (max-width: 63.99875em) {
  .hero-type-3__inner::after {
    background-image: url("data:image/svg+xml,%3Csvg width='366' height='186' viewBox='0 0 366 186' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M-58 362.389L183 494L424 363.059L424 0.81093L183 99.7541L-58 0L-58 362.389Z' fill='%231F1F68'/%3E%3C/svg%3E%0A");
    width: 100%;
    height: 47.6923076923vw;
  }
}
.hero-type-3__content {
  position: absolute;
  z-index: 2;
}
.hero-type-3__content p {
  font-size: clamp(1rem, 0.9375vw, 1.125rem);
}
@media (max-width: 63.99875em) {
  .hero-type-3__content p {
    font-size: 4.1025641026vw;
  }
}
@media (max-width: 63.99875em) {
  .hero-type-3__content h1 {
    font-size: 8.7179487179vw;
  }
}
@media (min-width: 63.99875em) {
  .hero-type-3__content {
    bottom: 10.78125vw;
    max-width: 43.375rem;
    inset-inline-start: 3.28125vw;
    width: 40%;
  }
}
@media (max-width: 63.99875em) {
  .hero-type-3__content {
    width: 100%;
    top: 0;
    left: 0;
    padding-block: 8.2051282051vw 43.0769230769vw;
    padding-inline: 6.1538461538vw 5.1282051282vw;
  }
}

.offers-tabs {
  padding-block: clamp(2.5rem, 5.2083333333vw, 6.25rem);
}
.offers-tabs__inner {
  max-width: 86.4375rem;
  margin-inline: auto;
}
.offers-tabs__switcher {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[5];
  grid-template-columns: repeat(5, 1fr);
  gap: 2rem;
}
.offers-tabs__switcher:not(:first-child) {
  margin-top: clamp(3.5625rem, 3.9583333333vw, 4.75rem);
}
@media (max-width: 63.99875em) {
  .offers-tabs__switcher {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }
}
.offers-tabs__switcher-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 4.1666666667vw;
  gap: 0.375rem;
  border-radius: 1.25rem;
  border: 2px solid #1f1f68;
}
@media (max-width: 63.99875em) {
  .offers-tabs__switcher-btn {
    height: 24.8717948718vw;
    gap: 3.0769230769vw;
    font-size: 3.5897435897vw;
    height: initial;
    min-height: 2.8125rem;
    padding-inline: 0.5rem;
    padding-block: 0.375rem;
    border-radius: 1rem;
    border-width: 0.09375rem;
  }
}
.offers-tabs__switcher-btn.active {
  color: #ff2a7f;
  border-color: #ff2a7f;
  -webkit-box-shadow: 0px 0.25rem 0.25rem rgba(255, 42, 127, 0.47);
          box-shadow: 0px 0.25rem 0.25rem rgba(255, 42, 127, 0.47);
}
@media (max-width: 63.99875em) {
  .offers-tabs__switcher-btn.active {
    -webkit-box-shadow: 0px 0.25rem 0.375rem rgba(31, 31, 104, 0.17);
            box-shadow: 0px 0.25rem 0.375rem rgba(31, 31, 104, 0.17);
    background-color: #ff2a7f;
    border-color: #ff2a7f;
    color: #ffffff;
  }
}
.offers-tabs__switcher-btn img {
  width: 2.9375rem;
  height: 2rem;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 63.99875em) {
  .offers-tabs__switcher-btn img {
    width: 12.0512820513vw;
    height: 8.2051282051vw;
  }
}
@media (max-width: 63.99875em) {
  .offers-tabs__switcher-btn img {
    display: none;
  }
}
.offers-tabs__switcher-btn span {
  font-size: 1.25rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}
@media (max-width: 63.99875em) {
  .offers-tabs__switcher-btn span {
    font-size: 1rem;
  }
}
.offers-tabs__items {
  margin-top: clamp(2.375rem, 3.8020833333vw, 4.5625rem);
}
.offers-tabs__item:not(:first-child) {
  display: none;
}
.offers-tabs__item-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (min-width: 63.99875em) {
  .offers-tabs__item-content {
    max-width: 45rem;
    width: 52%;
    padding-inline: 1rem;
    font-size: 1.25rem;
  }
}
@media (max-width: 63.99875em) {
  .offers-tabs__item-content {
    width: 100%;
  }
}
.offers-tabs__item-content .btns {
  margin-top: clamp(1.9375rem, 2.5vw, 3rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1rem;
}
@media (min-width: 63.99875em) {
  .offers-tabs__item-content .btns {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 47.99875em) {
  .offers-tabs__item-content .btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 1rem;
  }
}
.offers-tabs__item-content .btns a {
  min-height: clamp(4.0625rem, 3.6458333333vw, 4.375rem);
  min-width: 10.625rem;
  padding-inline: 1.125rem;
  padding-block: 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 0.75rem;
  border: 1px solid #cccccc;
}
.offers-tabs__item-content .btns img {
  width: 6.5rem;
  -o-object-fit: contain;
     object-fit: contain;
}
.offers-tabs__item-image {
  max-width: 34.875rem;
  width: 45%;
}
@media (max-width: 63.99875em) {
  .offers-tabs__item-image {
    display: none;
  }
}
.offers-tabs__item-image img {
  width: 100%;
  border-radius: 1rem;
}

.content-cars-block {
  padding-top: clamp(3.125rem, 5.7291666667vw, 6.875rem);
  padding-bottom: 7.2916666667vw;
  position: relative;
}
.content-cars-block .container {
  position: relative;
  z-index: 5;
}
@media (max-width: 63.99875em) {
  .content-cars-block {
    padding-bottom: 15.3846153846vw;
  }
}
.content-cars-block__btn {
  margin-top: clamp(1.125rem, 2.96875vw, 3.5625rem);
}
@media (min-width: 63.99875em) {
  .content-cars-block__btn {
    text-align: center;
  }
}
.content-cars-block__btn .btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.content-cars-block__inner {
  max-width: 83.9375rem;
  position: relative;
  z-index: 2;
}
@media (min-width: 63.99875em) {
  .content-cars-block__inner {
    text-align: center;
    width: 80%;
    margin-inline: auto;
    font-size: 1.125rem;
  }
}
@media (max-width: 63.99875em) {
  .content-cars-block__inner {
    width: 100%;
    padding-inline: 5.1282051282vw;
  }
}
.content-cars-block__inner h2 {
  margin-bottom: 1.4375rem;
}
@media (max-width: 63.99875em) {
  .content-cars-block__inner h2 {
    font-size: 7.1794871795vw !important;
  }
}
.content-cars-block__bg {
  position: absolute;
  width: 100%;
  top: 4.6875vw;
}
@media (max-width: 63.99875em) {
  .content-cars-block__bg {
    top: 12.8205128205vw;
  }
}
.content-cars-block__bg img {
  width: 100%;
}
.content-cars-block__image {
  position: relative;
  z-index: 2;
  width: 100%;
  margin-top: -2.6041666667vw;
}
.content-cars-block__image img {
  width: 100%;
}

.stock-info__innner {
  width: 100%;
  max-width: 105rem;
  margin-inline: auto;
  padding-top: clamp(3.5625rem, 4.7395833333vw, 5.6875rem);
  padding-bottom: clamp(6.875rem, 8.3333333333vw, 10rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: clamp(4.375rem, 6.3541666667vw, 1.375rem);
}
.stock-info__row {
  width: 100%;
}
.stock-info__row h2 {
  text-align: start;
  margin-bottom: clamp(1.5rem, 2.2916666667vw, 2.75rem);
}
@media (max-width: 63.99875em) {
  .stock-info__row h2 {
    text-align: center;
  }
}
.stock-info__row img,
.stock-info__row iframe {
  max-width: 100%;
}

.lp-hero {
  overflow: hidden;
}
@media (max-width: 63.99875em) {
  .lp-hero {
    padding-top: 4rem;
  }
}
.lp-hero .container {
  padding-inline: 0;
}
@media (max-width: 63.99875em) {
  .lp-hero .container {
    padding-inline: 1rem;
  }
}
.lp-hero__inner {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1.1fr 1fr;
  grid-template-columns: 1.1fr 1fr;
}
@media (min-width: 63.99875em) {
  .lp-hero__inner {
    margin-inline: -2.5rem;
  }
}
@media (max-width: 63.99875em) {
  .lp-hero__inner {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }
}
.lp-hero__main {
  position: relative;
  background-color: #0a2b83;
  color: #ffffff;
  padding-top: 5.8333333333vw;
  -webkit-padding-end: 5rem;
          padding-inline-end: 5rem;
  padding-bottom: 10.5208333333vw;
}
@media (min-width: 63.99875em) {
  .lp-hero__main {
    padding-top: 10.375rem;
    -webkit-padding-start: 2.5rem;
            padding-inline-start: 2.5rem;
    -webkit-clip-path: polygon(0% 4.313%, 0% 4.313%, 0.043% 3.613%, 0.169% 2.95%, 0.37% 2.331%, 0.639% 1.766%, 0.971% 1.263%, 1.357% 0.832%, 1.791% 0.481%, 2.267% 0.22%, 2.777% 0.056%, 3.314% 0%, 88.945% 0%, 100% 50.135%, 88.945% 100%, 3.314% 100%, 3.314% 100%, 2.777% 99.944%, 2.267% 99.78%, 1.791% 99.519%, 1.357% 99.168%, 0.971% 98.737%, 0.639% 98.234%, 0.37% 97.669%, 0.169% 97.05%, 0.043% 96.387%, 0% 95.687%, 0% 4.313%);
            clip-path: polygon(0% 4.313%, 0% 4.313%, 0.043% 3.613%, 0.169% 2.95%, 0.37% 2.331%, 0.639% 1.766%, 0.971% 1.263%, 1.357% 0.832%, 1.791% 0.481%, 2.267% 0.22%, 2.777% 0.056%, 3.314% 0%, 88.945% 0%, 100% 50.135%, 88.945% 100%, 3.314% 100%, 3.314% 100%, 2.777% 99.944%, 2.267% 99.78%, 1.791% 99.519%, 1.357% 99.168%, 0.971% 98.737%, 0.639% 98.234%, 0.37% 97.669%, 0.169% 97.05%, 0.043% 96.387%, 0% 95.687%, 0% 4.313%);
  }
  html[dir=rtl] .lp-hero__main {
    -webkit-clip-path: polygon(100% 4.313%, 100% 4.313%, 99.957% 3.613%, 99.831% 2.95%, 99.63% 2.331%, 99.361% 1.766%, 99.03% 1.263%, 98.644% 0.832%, 98.21% 0.481%, 97.734% 0.22%, 97.225% 0.056%, 96.687% 0%, 11.101% 0%, 0.052% 50.135%, 11.101% 100%, 96.687% 100%, 96.687% 100%, 97.225% 99.944%, 97.734% 99.78%, 98.21% 99.519%, 98.644% 99.168%, 99.03% 98.737%, 99.361% 98.234%, 99.63% 97.669%, 99.831% 97.05%, 99.957% 96.387%, 100% 95.687%, 100% 4.313%);
            clip-path: polygon(100% 4.313%, 100% 4.313%, 99.957% 3.613%, 99.831% 2.95%, 99.63% 2.331%, 99.361% 1.766%, 99.03% 1.263%, 98.644% 0.832%, 98.21% 0.481%, 97.734% 0.22%, 97.225% 0.056%, 96.687% 0%, 11.101% 0%, 0.052% 50.135%, 11.101% 100%, 96.687% 100%, 96.687% 100%, 97.225% 99.944%, 97.734% 99.78%, 98.21% 99.519%, 98.644% 99.168%, 99.03% 98.737%, 99.361% 98.234%, 99.63% 97.669%, 99.831% 97.05%, 99.957% 96.387%, 100% 95.687%, 100% 4.313%);
  }
}
@media (max-width: 75em) {
  .lp-hero__main {
    padding-top: 8.75rem;
    -webkit-padding-start: 1.25rem;
            padding-inline-start: 1.25rem;
    padding-bottom: 5.8974358974vw;
  }
}
@media (max-width: 63.99875em) {
  .lp-hero__main {
    padding-top: 1rem;
    border-bottom-left-radius: 1.5rem;
    border-bottom-right-radius: 1.5rem;
    padding-inline: 1.25rem;
    -webkit-box-shadow: 0 0.0625rem 0 0 #0a2b83;
            box-shadow: 0 0.0625rem 0 0 #0a2b83;
  }
}
.lp-hero__main-inner {
  max-width: 45.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: clamp(1.9375rem, 2.2916666667vw, 2.75rem);
  color: #ffffff;
}
@media (min-width: 63.99875em) {
  .lp-hero__main-inner {
    -webkit-margin-start: 6.71875vw;
            margin-inline-start: 6.71875vw;
  }
}
.lp-hero__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: clamp(1.625rem, 1.6666666667vw, 2rem);
  color: #ffffff;
  font-size: clamp(1rem, 1.0416666667vw, 1.25rem);
}
.lp-hero__content h1,
.lp-hero__content h2,
.lp-hero__content h3,
.lp-hero__content h4,
.lp-hero__content h5,
.lp-hero__content h6 {
  text-align: start;
  color: #ffffff;
  font-size: clamp(2.125rem, 2.8125vw, 3.375rem);
}
.lp-hero__content ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.75rem;
}
.lp-hero__content ul li {
  position: relative;
  -webkit-padding-start: 1.875rem;
          padding-inline-start: 1.875rem;
}
.lp-hero__content ul li::before {
  content: "";
  position: absolute;
  top: 50%;
  inset-inline-start: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url("../img/icons/arrow-decor.svg");
  background-repeat: no-repeat;
  background-size: cover;
  width: 1.125rem;
  height: 1.125rem;
}
html[dir=ltr] .lp-hero__content ul li::before {
  -webkit-transform: scaleX(-1);
      -ms-transform: scaleX(-1);
          transform: scaleX(-1);
}
.lp-hero__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.875rem;
}
.lp-hero__actions a {
  min-height: clamp(3rem, 2.8125vw, 3.375rem);
}
.lp-hero__actions .btn--gradient {
  min-width: clamp(8.375rem, 8.90625vw, 10.6875rem);
}
@media (max-width: 63.99875em) {
  .lp-hero__actions {
    gap: 1.125rem;
  }
  .lp-hero__actions a i {
    display: none;
  }
}
.lp-hero__media {
  position: relative;
}
.lp-hero__media img,
.lp-hero__media video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 63.99875em) {
  .lp-hero__media {
    z-index: 1;
    -webkit-margin-start: -1.5625vw;
            margin-inline-start: -1.5625vw;
    -webkit-clip-path: polygon(0% 0%, 96.514% 0%, 96.514% 0%, 97.08% 0.056%, 97.616% 0.22%, 98.116% 0.481%, 98.573% 0.832%, 98.979% 1.263%, 99.327% 1.766%, 99.611% 2.331%, 99.822% 2.95%, 99.954% 3.613%, 100% 4.313%, 100% 95.687%, 100% 95.687%, 99.954% 96.387%, 99.822% 97.05%, 99.611% 97.669%, 99.327% 98.234%, 98.979% 98.737%, 98.573% 99.168%, 98.116% 99.519%, 97.616% 99.78%, 97.08% 99.944%, 96.514% 100%, 0.012% 100%, 11.666% 49.932%, 0% 0%);
            clip-path: polygon(0% 0%, 96.514% 0%, 96.514% 0%, 97.08% 0.056%, 97.616% 0.22%, 98.116% 0.481%, 98.573% 0.832%, 98.979% 1.263%, 99.327% 1.766%, 99.611% 2.331%, 99.822% 2.95%, 99.954% 3.613%, 100% 4.313%, 100% 95.687%, 100% 95.687%, 99.954% 96.387%, 99.822% 97.05%, 99.611% 97.669%, 99.327% 98.234%, 98.979% 98.737%, 98.573% 99.168%, 98.116% 99.519%, 97.616% 99.78%, 97.08% 99.944%, 96.514% 100%, 0.012% 100%, 11.666% 49.932%, 0% 0%);
  }
  html[dir=rtl] .lp-hero__media {
    -webkit-clip-path: polygon(100% 0%, 3.485% 0%, 3.485% 0%, 2.92% 0.057%, 2.384% 0.22%, 1.884% 0.482%, 1.427% 0.833%, 1.021% 1.265%, 0.672% 1.768%, 0.389% 2.334%, 0.178% 2.954%, 0.046% 3.618%, 0% 4.318%, 0% 95.682%, 0% 95.682%, 0.046% 96.382%, 0.178% 97.046%, 0.389% 97.666%, 0.672% 98.232%, 1.021% 98.735%, 1.427% 99.167%, 1.884% 99.518%, 2.384% 99.78%, 2.92% 99.943%, 3.485% 100%, 99.988% 100%, 88.334% 49.933%, 100% 0%);
            clip-path: polygon(100% 0%, 3.485% 0%, 3.485% 0%, 2.92% 0.057%, 2.384% 0.22%, 1.884% 0.482%, 1.427% 0.833%, 1.021% 1.265%, 0.672% 1.768%, 0.389% 2.334%, 0.178% 2.954%, 0.046% 3.618%, 0% 4.318%, 0% 95.682%, 0% 95.682%, 0.046% 96.382%, 0.178% 97.046%, 0.389% 97.666%, 0.672% 98.232%, 1.021% 98.735%, 1.427% 99.167%, 1.884% 99.518%, 2.384% 99.78%, 2.92% 99.943%, 3.485% 100%, 99.988% 100%, 88.334% 49.933%, 100% 0%);
  }
}
@media (max-width: 63.99875em) {
  .lp-hero__media {
    min-height: 33.0769230769vw;
    border-top-left-radius: 1.5rem;
    border-top-right-radius: 1.5rem;
    overflow: hidden;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
}
@media (min-width: 75em) {
  .lp-hero:has(+ .lp-contact) .lp-hero__main {
    padding-bottom: calc(9.375rem + 12.5vw);
  }
}

@media (min-width: 75em) {
  .lp-contact {
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
    top: calc(26.0625rem + 10.4166666667vw);
    inset-inline-start: 0;
    width: 100%;
    position: fixed;
    z-index: 80;
  }
}
@media (max-width: 75em) {
  .lp-contact {
    padding-block: clamp(0.375rem, 3.5vw, 2.5rem);
  }
}
.lp-contact .container {
  padding-inline: 0;
}
@media (max-width: 75em) {
  .lp-contact .container {
    padding-inline: 0.5rem;
  }
}
.lp-contact__inner {
  width: calc(100% - 3.3333333333vw);
  max-width: 106.25rem;
  margin-inline: auto;
  border-radius: 2rem;
  background: #FFFFFF;
  -webkit-box-shadow: 0px -15px 31px rgba(185, 200, 242, 0.5);
          box-shadow: 0px -15px 31px rgba(185, 200, 242, 0.5);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: clamp(0.75rem, 2.9166666667vw, 3.5rem);
  padding-inline: clamp(0.875rem, 2.5vw, 3rem);
  padding-bottom: clamp(0.75rem, 2.9166666667vw, 3.5rem);
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}
@media (max-width: 1300px) {
  .lp-contact__inner {
    border-radius: 1rem;
    width: calc(100% - 1rem);
    padding: 1.25rem 1rem;
  }
}
@media (max-width: 1300px) {
  .lp-contact__inner {
    border-radius: 1.5rem;
  }
}
.lp-contact__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  gap: 1rem;
  max-width: 105rem;
  margin-inline: auto;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}
@media (max-width: 75em) {
  .lp-contact__main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 2.0625rem;
    padding-inline: 2.1875rem;
    padding-bottom: 1.4375rem;
  }
}
@media (max-width: 48em) {
  .lp-contact__main {
    padding: 0;
  }
}
.lp-contact__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0.3125rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  color: rgb(31, 31, 104);
  font-size: clamp(0.9375rem, 0.9375vw, 1.125rem);
}
@media (max-width: 75em) {
  .lp-contact__header {
    text-align: center;
  }
}
.lp-contact__header h1,
.lp-contact__header h2,
.lp-contact__header h3,
.lp-contact__header h4,
.lp-contact__header h5,
.lp-contact__header h6 {
  text-align: start;
  color: rgb(25, 35, 113);
  font-size: clamp(1.5rem, 1.6666666667vw, 2rem);
  font-weight: 600;
  line-height: 1.18;
  letter-spacing: -0.02em;
}
@media (max-width: 75em) {
  .lp-contact__header h1,
  .lp-contact__header h2,
  .lp-contact__header h3,
  .lp-contact__header h4,
  .lp-contact__header h5,
  .lp-contact__header h6 {
    text-align: center;
  }
}
.lp-contact__header h1 span,
.lp-contact__header h2 span,
.lp-contact__header h3 span,
.lp-contact__header h4 span,
.lp-contact__header h5 span,
.lp-contact__header h6 span {
  background: linear-gradient(232deg, #338BF1 -26.7%, #9100E9 9.84%, #FF2A7F 60.98%, #FFF53F 110.75%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.lp-contact__form-wrap {
  max-width: 67.4375rem;
  width: 70%;
}
@media (max-width: 75em) {
  .lp-contact__form-wrap {
    width: 100%;
  }
}
.lp-contact__form-wrap form {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 0.5rem;
}
@media (max-width: 75em) {
  .lp-contact__form-wrap form {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 48em) {
  .lp-contact__form-wrap form {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
@media (min-width: 75em) {
  .lp-contact__form-wrap form {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
@media (min-width: 48em) {
  .lp-contact__form-wrap form .site-form__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 clamp(10rem, 11.5104166667vw, 13.8125rem);
            flex: 0 0 clamp(10rem, 11.5104166667vw, 13.8125rem);
  }
}
.lp-contact__form-wrap form .site-form__item input,
.lp-contact__form-wrap form .site-form__item textarea,
.lp-contact__form-wrap form .site-form__item select {
  min-height: clamp(2.6875rem, 2.3958333333vw, 2.875rem);
  padding-block: 0.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-inline: 1.0625rem;
}
html[dir=rtl] .lp-contact__form-wrap form .site-form__item input[type=tel] {
  text-align: right;
}
.lp-contact__form-wrap form .site-form__item label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  inset-inline-start: 1.0625rem;
  -webkit-transform: translateY(-60%);
      -ms-transform: translateY(-60%);
          transform: translateY(-60%);
}
.lp-contact__form-wrap form .site-form__item input,
.lp-contact__form-wrap form .site-form__item textarea,
.lp-contact__form-wrap form .site-form__item select {
  background-color: transparent;
  color: rgb(10, 43, 131) !important;
  font-size: 0.9rem;
  /* font-size: clamp(0.875rem, 0.8333333333vw, 1rem); */
  border: 1px solid rgb(199, 199, 199);
}
.lp-contact__form-wrap form .site-form__item input:not(:placeholder-shown), .lp-contact__form-wrap form .site-form__item input:focus-within, .lp-contact__form-wrap form .site-form__item input:focus, .lp-contact__form-wrap form .site-form__item input:-webkit-autofill,
.lp-contact__form-wrap form .site-form__item textarea:not(:placeholder-shown),
.lp-contact__form-wrap form .site-form__item textarea:focus-within,
.lp-contact__form-wrap form .site-form__item textarea:focus,
.lp-contact__form-wrap form .site-form__item textarea:-webkit-autofill,
.lp-contact__form-wrap form .site-form__item select:not(:placeholder-shown),
.lp-contact__form-wrap form .site-form__item select:focus-within,
.lp-contact__form-wrap form .site-form__item select:focus,
.lp-contact__form-wrap form .site-form__item select:-webkit-autofill {
  border-color: rgb(10, 43, 131);
}
.lp-contact__form-wrap form .site-form__item input:not(:placeholder-shown) ~ label, .lp-contact__form-wrap form .site-form__item input:focus-within ~ label, .lp-contact__form-wrap form .site-form__item input:focus ~ label, .lp-contact__form-wrap form .site-form__item input:-webkit-autofill ~ label,
.lp-contact__form-wrap form .site-form__item textarea:not(:placeholder-shown) ~ label,
.lp-contact__form-wrap form .site-form__item textarea:focus-within ~ label,
.lp-contact__form-wrap form .site-form__item textarea:focus ~ label,
.lp-contact__form-wrap form .site-form__item textarea:-webkit-autofill ~ label,
.lp-contact__form-wrap form .site-form__item select:not(:placeholder-shown) ~ label,
.lp-contact__form-wrap form .site-form__item select:focus-within ~ label,
.lp-contact__form-wrap form .site-form__item select:focus ~ label,
.lp-contact__form-wrap form .site-form__item select:-webkit-autofill ~ label {
  top: 0 !important;
  -webkit-transform: translateY(-50%) !important;
          transform: translateY(-50%) !important;
}
.lp-contact__form-wrap form .site-form__item--submit {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 10rem;
          flex: 0 0 10rem;
}
.lp-contact__form-wrap form .site-form__item--submit button {
  min-height: clamp(3rem, 2.5520833333vw, 3.0625rem);
}
@media (max-width: 75em) {
  .lp-contact__form-wrap form .site-form__item--submit {
    -ms-grid-column-span: 2;
    grid-column: span 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 1rem;
  }
}
@media (max-width: 48em) {
  .lp-contact__form-wrap form .site-form__item--submit {
    -ms-grid-column-span: 1;
    grid-column: span 1;
  }
  .lp-contact__form-wrap form .site-form__item--submit button {
    width: 100%;
  }
}
@media (min-width: 75em) {
  .lp-contact.--scrolled {
    top: 100vh;
    -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  .lp-contact.--scrolled .lp-contact__inner {
    width: 100%;
    max-width: 100%;
    border-radius: 0;
    padding: 1.3020833333vw;
  }
}

.fancybox__container:has(#modalcontact) .fancybox__backdrop {
  background: rgba(0, 0, 0, 0);
}
.fancybox__container:has(#modalcontact) .fancybox__slide {
  padding-bottom: 0;
  padding-inline: 0rem;
}
.fancybox__container:has(#modalcontact) .fancybox__slide::after {
  display: none !important;
}

#modalcontact {
  padding: 0;
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
  overflow: hidden;
  margin-bottom: 3.875rem;
}
#modalcontact .carousel__button.is-close {
  width: 2.4375rem;
  height: 2.4375rem;
  inset: initial !important;
  top: 0.5rem !important;
  inset-inline-end: 0.625rem !important;
}
html[dir=rtl] #modalcontact .carousel__button.is-close {
  inset-inline-end: initial !important;
  inset-inline-start: 0.625rem !important;
}

.lp-details {
  overflow: hidden;
  position: relative;
  isolation: isolate;
}
@media (max-width: 63.99875em) {
  .lp-details .container {
    padding-inline: 1.625rem;
  }
}
.lp-details__inner {
  width: 100%;
  max-width: 70rem;
  margin-inline: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: clamp(1.8125rem, 1.71875vw, 2.0625rem);
  padding-top: 6.875rem;
  padding-bottom: clamp(2.375rem, 3.4895833333vw, 4.1875rem);
}
.lp-details__bg {
  position: absolute;
  z-index: -1;
  inset: 0;
  width: 100%;
  height: 100%;
}
@media (max-width: 63.99875em) {
  .lp-details__bg {
    opacity: 0.7;
  }
}
.lp-details__bg img {
  position: absolute;
}
html[dir=ltr] .lp-details__bg img {
  -webkit-transform: scaleX(-1);
      -ms-transform: scaleX(-1);
          transform: scaleX(-1);
}
.lp-details__bg img:nth-child(1) {
  inset-inline-start: 5.78125vw;
  bottom: 5.7291666667vw;
  width: clamp(7.1875rem, 13.6458333333vw, 16.375rem);
}
@media (max-width: 63.99875em) {
  .lp-details__bg img:nth-child(1) {
    top: 6.3125rem;
    inset-inline-start: -3.8461538462vw;
  }
}
.lp-details__bg img:nth-child(2) {
  top: 2.1875vw;
  inset-inline-end: 40%;
  width: clamp(2.5625rem, 8.2291666667vw, 9.875rem);
}
@media (max-width: 63.99875em) {
  .lp-details__bg img:nth-child(2) {
    top: 3.125rem;
    inset-inline-end: 12.8205128205vw;
  }
}
.lp-details__bg img:nth-child(3) {
  inset-inline-end: 2.625rem;
  bottom: 3.6458333333vw;
  width: clamp(3.0625rem, 10.0520833333vw, 12.0625rem);
}
@media (max-width: 63.99875em) {
  .lp-details__bg img:nth-child(3) {
    bottom: 40%;
    inset-inline-end: 0;
  }
}
.lp-details__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-inline: auto;
}
.lp-details__img img {
  width: clamp(23.4375rem, 45.9375vw, 55.125rem);
}
.lp-details__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1.8125rem;
  width: 100%;
}
@media (max-width: 47.99875em) {
  .lp-details__main {
    margin-inline: -0.75rem;
    width: calc(100% + 1.5rem);
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-column-gap: 2.9375rem;
       -moz-column-gap: 2.9375rem;
            column-gap: 2.9375rem;
    row-gap: 1.75rem;
  }
}
.lp-details__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0.5rem;
  color: #1f1f68;
}
.lp-details__item > img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 clamp(0.8125rem, 0.9375vw, 1.125rem);
          flex: 0 0 clamp(0.8125rem, 0.9375vw, 1.125rem);
  width: clamp(0.8125rem, 0.9375vw, 1.125rem);
  height: clamp(0.8125rem, 0.9375vw, 1.125rem);
  margin-top: clamp(0.26875rem, 0.6770833333vw, 0.8125rem);
  -webkit-transform: translateY(50%);
      -ms-transform: translateY(50%);
          transform: translateY(50%);
}
html[dir=ltr] .lp-details__item > img {
  -webkit-transform: translateY(50%) scaleX(-1);
      -ms-transform: translateY(50%) scaleX(-1);
          transform: translateY(50%) scaleX(-1);
}
@media (max-width: 47.99875em) {
  .lp-details__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 calc(50% - 1.5rem);
            flex: 0 1 calc(50% - 1.5rem);
    max-width: 13.125rem;
  }
}
.lp-details__item-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.25rem;
}
.lp-details__item-inner > p {
  font-size: clamp(0.9375rem, 1.0416666667vw, 1.25rem);
}
.lp-details__item-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 0.25rem;
  line-height: 1;
  font-weight: 700;
}
.lp-details__item-header p {
  font-size: clamp(2rem, 3.3333333333vw, 4rem);
}
.lp-details__item-header span {
  font-size: clamp(0.9375rem, 1.0416666667vw, 1.25rem);
}

.lp-slider {
  overflow: hidden;
  position: relative;
}
.lp-slider::before, .lp-slider::after {
  position: absolute;
  content: "";
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg width='263' height='283' viewBox='0 0 263 283' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg opacity='0.6'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M165.713 0L262.1 141.018L166.204 282.036H0.593877L96.4915 141.018L0 0H165.713Z' fill='url(%23paint0_linear_4321_20566)'/%3E%3Cmask id='mask0_4321_20566' style='mask-type:luminance' maskUnits='userSpaceOnUse' x='0' y='0' width='263' height='283'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M165.713 0L262.1 141.018L166.204 282.036H0.593877L96.4915 141.018L0 0H165.713Z' fill='white'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_4321_20566)'%3E%3C/g%3E%3C/g%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_4321_20566' x1='0' y1='141.018' x2='262.1' y2='141.018' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23EAEEF9'/%3E%3Cstop offset='1' stop-color='%23DAE0FA'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E%0A");
  aspect-ratio: 262/282;
}
@media (max-width: 63.99875em) {
  .lp-slider::before, .lp-slider::after {
    display: none;
  }
}
.lp-slider::before {
  width: 13.6458333333vw;
  top: 4.6875vw;
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
  right: 4.1145833333vw;
}
.lp-slider::after {
  width: 10.0520833333vw;
  top: -1.4583333333vw;
  left: 2.3958333333vw;
}
.lp-slider__inner {
  width: 100%;
  max-width: 106.5625rem;
  margin-inline: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: clamp(2.75rem, 2.8645833333vw, 3.4375rem);
  padding-top: clamp(2.375rem, 3.4895833333vw, 4.1875rem);
  padding-bottom: clamp(3.9375rem, 7.7604166667vw, 9.3125rem);
}
.lp-slider__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.75rem;
  color: #1f1f68;
  font-size: clamp(1rem, 1.0416666667vw, 1.25rem);
}
.lp-slider__header h1,
.lp-slider__header h2,
.lp-slider__header h3,
.lp-slider__header h4,
.lp-slider__header h5,
.lp-slider__header h6 {
  color: #1f1f68;
  font-size: clamp(2rem, 3.3333333333vw, 4rem);
}
.lp-slider__slider-wrap {
  min-width: 0;
  width: 100%;
}
.lp-slider__slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: clamp(1.5rem, 1.9270833333vw, 2.3125rem);
}
@media (max-width: 63.99875em) {
  .lp-slider__slider {
    overflow: visible;
  }
}
.lp-slider__slider .slider-actions {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.lp-slider__slider .slider-actions button {
  background-color: #E0E7FF;
}
.lp-slider__slider .slider-actions button i {
  color: #1f1f68;
}
.lp-slider__slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: auto;
}
.lp-slider__slide-inner {
  position: relative;
  overflow: hidden;
  height: 100%;
  min-height: clamp(17.5rem, 24.7395833333vw, 29.6875rem);
  border-radius: clamp(0.875rem, 1.25vw, 1.5rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding-inline: clamp(1rem, 1.4583333333vw, 1.75rem);
  padding-block: clamp(0.75rem, 1.4583333333vw, 1.75rem);
}
.lp-slider__slide-inner::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(47.6%, rgba(0, 0, 0, 0)), to(#000));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 47.6%, #000 100%);
}
.lp-slider__slide-img {
  position: absolute;
  z-index: -2;
  inset: 0;
  width: 100%;
  height: 100%;
}
.lp-slider__slide-img img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.lp-slider__slide-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: clamp(0.625rem, 0.9375vw, 1.125rem);
  color: #ffffff;
  font-size: clamp(0.875rem, 1.0416666667vw, 1.25rem);
}
.lp-slider__slide-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: clamp(0.375rem, 0.5208333333vw, 0.625rem);
}
.lp-slider__slide-header img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 clamp(0.625rem, 0.9375vw, 1.125rem);
          flex: 0 0 clamp(0.625rem, 0.9375vw, 1.125rem);
  width: clamp(0.625rem, 0.9375vw, 1.125rem);
}
.lp-slider__slide-header h1,
.lp-slider__slide-header h2,
.lp-slider__slide-header h3,
.lp-slider__slide-header h4,
.lp-slider__slide-header h5,
.lp-slider__slide-header h6 {
  font-size: clamp(1rem, 1.1458333333vw, 1.375rem);
  font-weight: 700;
}

body:has(.lp-hero) .site-header__inner {
  margin-top: 0;
  border-radius: 0;
}
@media (min-width: 63.99875em) {
  body:has(.lp-hero) .site-header .container {
    padding-inline: 0;
  }
}

.site-form .wpcf7-not-valid-tip {
    padding-inline-start: unset;
}

.job-apply-btn{
  cursor: pointer;
}
/* Popup Styles */
.popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    box-sizing: border-box;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

.popup-overlay.show {
    opacity: 1;
    visibility: visible;
}

.popup-container {
    width: 100%;
    max-width: 620px;
    transform: translateY(30px);
    transition: transform 0.3s ease;
}

.popup-overlay.show .popup-container {
    transform: translateY(0);
}

.popup-content {
    background: white;
    padding: 40px 30px 30px;
    border-radius: 12px;
    position: relative;
    max-height: inherit;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.popup-close-btn {
    position: absolute;
    top: 15px;
    left: 10px;
    background: none;
    border: none;
    font-size: 24px;
    cursor: pointer;
    color: #999;
    z-index: 10;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: all 0.2s ease;
}

.popup-close-btn:hover {
    color: #333;
    background-color: #f5f5f5;
}

.popup-close-btn span {
    line-height: 1;
    font-weight: normal;
}

/* Prevent body scroll when popup is open */
.popup-open {
    overflow: hidden;
}
  .popup-content h2{
    font-size: 30px;
color: #1f1f68;
  }
#popup-job-title {
    text-align: center;
    margin-bottom: 25px;
    font-size: 24px;
    color: #333;
}

.popup-content .site-form {
    margin-top: 0;
}

/* Remove any unwanted margins/padding from CF7 */
.popup-content .wpcf7-form {
    margin: 0;
    padding: 0;
}

.popup-content .site-form__item {
    margin-bottom: 20px;
}

/* Custom file input styling */
.file-input-wrapper {
    position: relative;
    display: inline-block;
    width: 100%;
}
.wpcf7 form .wpcf7-response-output {

    direction: ltr;
}
.file-upload-btn {
    display: inline-block;
    padding: 12px 20px;
    background-color: #f8f9fa;
    border: 2px dashed #dee2e6;
    border-radius: 6px;
    color: #6c757d;
    cursor: pointer;
    text-align: center;
    width: 100%;
    font-size: 14px;
    transition: all 0.3s ease;
    box-sizing: border-box;
}

.file-upload-btn:hover {
    background-color: #e9ecef;
    border-color: #adb5bd;
    color: #495057;
}

.file-input-wrapper input[type="file"] {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}

/* Hebrew file input labels */
.popup-content .site-form__item label[for*="cv"] {
    order: -1;
}

/* Responsive design */
@media (max-width: 768px) {
    .popup-overlay {
        padding: 10px;
    }

    .popup-content {
        padding: 30px 20px 20px;
    }

    #popup-job-title {
        font-size: 20px;

    }

    .popup-close-btn {
        top: 10px;
        right: 15px;
        width: 25px;
        height: 25px;
        font-size: 20px;
    }
}

@media (max-width: 480px) {
    .popup-overlay {
        padding: 5px;
    }

    .popup-content {
        border-radius: 8px;
        padding: 25px 15px 15px;
    }

    #popup-job-title {
        font-size: 18px;
        margin-bottom: 20px;
    }
}
[lang="en-US"] .popup-close-btn{
  right: 10px;
  left:unset;
}
@page {
  @bottom-center {
    content: "עמוד " counter(page) " מתוך " counter(pages);
	color: rgb(10, 43, 131);
	font-family: "Heebo"; 
  }
}

.site-content__header a img {
    width: 100%;
	max-width:250px;
}





#job-application-popup .wpcf7 input[type="radio"] {
	position: absolute;
	opacity: 0;
}

#job-application-popup .wpcf7 .wpcf7-list-item-label {
	position: relative;
	padding-inline-start: 32px;
	cursor: pointer;
	display: inline-flex;
	align-items: center;
	font-size: 16px;
	line-height: 1.4;
	    color: #1f1f68;
}

#job-application-popup .wpcf7 .wpcf7-list-item-label::before {
	content: "";
	position: absolute;
	inset-inline-start: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 20px;
	height: 20px;
	border: 2px solid #000;
	border-radius: 50%;
	background: #fff;
}

#job-application-popup .wpcf7 .wpcf7-list-item-label::after {
	content: "";
	position: absolute;
	inset-inline-start:5px;
	top: 50%;
	transform: translateY(-50%) scale(0);
	width: 10px;
	height: 10px;
	background: #000;
	border-radius: 50%;
	transition: transform 0.2s ease;
}

#job-application-popup .wpcf7 input[type="radio"]:checked + .wpcf7-list-item-label::after {
	transform: translateY(-50%) scale(1);
}

#job-application-popup .wpcf7 input[type="radio"]:checked + .wpcf7-list-item-label {
	font-weight: 600;
}

#job-application-popup  span.wpcf7-form-control.wpcf7-radio label { position: relative; z-index: 999; top: 0; inset-inline-start: 0; -webkit-transform: none; -ms-transform: translateY(-50%); transform: none; line-height: normal; font-weight: 400; color: #1f1f68 !important; pointer-events: all; -webkit-transition: all 0.3s ease 0s; transition: none; background-color: #fbfbfb; padding-inline: 0; }

#job-application-popup  .wpcf7 select{cursor: pointer; appearance: none; padding-left: 2em; background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgc3Ryb2tlPSJibGFjayIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIGNsYXNzPSJmZWF0aGVyIGZlYXRoZXItY2hldnJvbi1kb3duIj48cG9seWxpbmUgcG9pbnRzPSI2IDkgMTIgMTUgMTggOSI+PC9wb2x5bGluZT48L3N2Zz4=); background-repeat: no-repeat; background-size: 16px; background-position: 2% 50%;}

@media (max-width: 768px) {
#job-application-popup .popup-container{
	    overflow-y: auto;
}

}

.lp-contact__form-wrap .car_duration.site-form__item.site-form__item--full.block-contact__form--full{position:realtive}
 .lp-contact__form-wrap .car_duration.site-form__item.site-form__item--full.block-contact__form--full:before { content: "\e900"; position: absolute; z-index: 4; top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); inset-inline-end: 1rem; width: 1.75rem; height: 1.75rem; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; font-size: 0.5rem; font-family: "icons" !important; font-style: normal; font-weight: normal; font-variant: normal; text-transform: none; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
.lp-contact__form-wrap form .site-form__item select:not(:placeholder-shown){border-color:#c7c7c7}
.absCarDurationBtn a{text-decoration:underline;}


.lp-contact__form-wrap .wpcf7 form.invalid .wpcf7-response-output{display:none !important}

@media (min-width: 1200px) {
#contacts.lp-contact {position: fixed !important; bottom: 0px !important; top: auto !important; transform: none !important;}
body.page-id-6951 .contact-sticky{display:none}
#contacts.lp-contact .lp-contact__inner { width: 100% !important; max-width: 100%; border-radius: 0px; padding:1.3020833333vw 1.3020833333vw 40px 1.3020833333vw; }
.absCarDurationBtn{position:absolute;right:0px;bottom:-39px;}

.lp-contact__form-wrap form{justify-content: flex-start;}
.lp-contact__form-wrap{max-width: 80%; width: 100%;}
.lp-contact__form-wrap select#car_duration{padding:10px 20px 10px 40px;        min-width: 244px;}

}
@media (max-width:1199px) {
.lp-contact__form-wrap form{gap: 20px;}

}
@media (max-width:768px) {
.lp-contact__form-wrap form .site-form__item select {
    font-size: 16px;
}

}

.lp-contact__form-wrap button[type="submit"]:disabled {
    opacity: 0.6;
    cursor: not-allowed;
}



body.page-id-3126 section.lp-contact  .site-form .site-form__item--textarea label{top:50%}
body.page-id-3126 section.lp-contact .lp-contact__form-wrap .sourcelist+ div + div a{text-decoration:underline;text-underline-offset: 2px;}
 
 
@media (min-width:1200px){
	body.page-id-3126 section.lp-contact .lp-contact__form-wrap .sourcelist+ div + div{position: absolute; right: 0px; bottom: -39px;}
	body.page-id-3126 section.lp-contact .lp-contact__form-wrap .sourcelist+ div.site-form__item--textarea textarea{height:46px;}
	body.page-id-3126 section.lp-contact  .lp-contact__form-wrap form{position:relative;}
	body.page-id-3126 section.lp-contact  .sourcelist{right:0px;        z-index: -1;}
	#contact-us-block.lp-contact {position: fixed !important; bottom: 0px !important; top: auto !important; transform: none !important;}
	#contact-us-block.lp-contact .lp-contact__inner { width: 100% !important; max-width: 100%; border-radius: 0px; padding: 1.3020833333vw 1.3020833333vw 40px 1.3020833333vw; }
	
	body.page-id-3126 .contact-sticky{display:none}
}
 
@media (max-width:1199px){
	body.page-id-3126 #contact-us-block{display:none}
	body.page-id-3126 .whoWeAre-5.contact-info#contact-us{position:relative;z-index:99;}
}