/* Solution Colors */
/* Colors */
/* Font Families*/
/* Box Shadows */
/* Transitions */
/* Letter Spacing*/
:root {
  --font-size-title--5xl: 6rem;
  --font-size-title--4xl: 4.8rem;
  --font-size-title--3xl: 4.2rem;
  --font-size-title--xxl: 4rem;
  --font-size-title--xl: 3.6rem;
  --font-size-title--mlg: 3rem;
  --font-size-title--lg: 2.7rem;
  --font-size-title--md: 2.6rem;
  --font-size-title--sm: 2.4rem;
  --font-size-title--msm: 2.2rem;
  --font-size-title--xsm: 1.9rem;
  --font-size-title--2xsm: 1.7rem;
  --font-size-title--3xsm: 1.8rem;
  --font-size-title--4xsm: 1.4rem;
  --font-size-title--5xsm: 1.2rem;
  --font-size-toptitle: 1.4rem;
  --font-size-text: 1.6rem;
  --content-color: #667085;
  --header-height: 8rem;
  --container-pusher: calc((100vw - var(--container-width)) / 2);
  --container-pusher-xsmall: calc((100vw - var(--container-width-xsmall)) / 2);
  --container-gutter: 16px;
  --container-width: 125rem;
  --container-width-xsmall: 90rem;
}
@media (min-width: 576px) {
  :root {
    --container-width: 540px;
    --container-width-xsmall: 540px;
  }
}
@media (min-width: 768px) {
  :root {
    --container-width: 720px;
    --container-width-xsmall: 720px;
  }
}
@media (min-width: 992px) {
  :root {
    --container-width: 960px;
    --container-width-xsmall: 90rem;
  }
}
@media (min-width: 1200px) {
  :root {
    --container-width: 1150px;
    --container-width-xsmall: 100rem;
  }
}
@media (min-width: 1350px) {
  :root {
    --container-width: 125rem;
    --container-width-xsmall: 90rem;
  }
}
@media (min-width: 1701px) {
  :root {
    --container-width-xsmall: 90rem;
  }
}
@media (min-width: 2201px) {
  :root {
    --container-width: 125rem;
    --container-width-xsmall: 90rem;
  }
}
@media (max-width: 1529px) {
  :root {
    --container-xsmall-padding: 13.8rem;
    --container-medium-padding: 9rem;
    --container-small-width: 145rem;
    --container-medium-width: 150rem;
  }
}
@media (max-width: 1200px) {
  :root {
    --font-size-title--xl: 3rem;
  }
}
@media (max-width: 991px) {
  :root {
    --font-size-title--lg: 3rem;
    --font-size-text: 1.6rem;
    --font-size-title--xxxl: 7.2rem;
    --font-size-title--md: 2.5rem;
    --font-size-title--3xl: 3.8rem;
  }
}
@media (max-width: 767px) {
  :root {
    --font-size-title--xxl: 3.5rem;
    --font-size-title--md: 2.5rem;
  }
}
@media (max-width: 576px) {
  :root {
    --container-pusher: 0px;
    --header-height: 6.4rem;
    --font-size-title--5xl: 3.2rem;
    --font-size-title--3xl: 1.8rem;
    --font-size-title--xxl: 2.4rem;
    --font-size-title--xl: 2.4rem;
    --font-size-title--3xl: 2.4rem;
    --font-size-title--xs: 1.2rem;
    --font-size-title--msm: 1.8rem;
    --font-size-title--md: 1.8rem;
    --font-size-title--mlg: 2rem;
    --font-size-title--sm: 1.8rem;
    --font-size-title--lg: 2rem;
    --font-size-title--xsm: 1.7rem;
    --font-size-title--2xsm: 1.6rem;
    --font-size-title--3xsm: 1.5rem;
    --font-size-title--4xsm: 1.3rem;
    --font-size-toptitle: 1.2rem;
    --font-size-text: 1.4rem;
  }
}

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

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}
[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

@-ms-viewport {
  width: device-width;
}
article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

body {
  margin: 0;
}

[tabindex="-1"]:focus {
  outline: 0 !important;
}

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

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

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

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
}

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

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

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

dt {
  font-weight: 400;
}

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

blockquote {
  margin: 0 0 1rem;
}

dfn {
  font-style: italic;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #667085;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):focus {
  outline: 0;
}

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

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

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

table {
  border-collapse: collapse;
}

caption {
  color: rgba(102, 112, 133, 0.4);
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

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

input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

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

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

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

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

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

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

output {
  display: inline-block;
}

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

template {
  display: none;
}

[hidden] {
  display: none !important;
}

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

a {
  text-decoration: none;
  transition: 0.2s cubic-bezier(0.29, 0.13, 0.27, 0.74);
}

p {
  margin: 0;
}

.icon-font {
  display: inline-block;
  display: inline-flex;
  width: 1em;
  height: 1em;
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor;
}

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

.scroll-none {
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}
.scroll-none::-webkit-scrollbar {
  display: none;
}

button {
  border: 0;
  cursor: pointer;
}
button:focus {
  outline: 0;
}

@font-face {
  font-family: "Avenir Next";
  src: url("../fonts/AvenirNext-HeavyItalic.eot");
  src: url("../fonts/AvenirNext-HeavyItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/AvenirNext-HeavyItalic.woff2") format("woff2"), url("../fonts/AvenirNext-HeavyItalic.woff") format("woff"), url("../fonts/AvenirNext-HeavyItalic.ttf") format("truetype"), url("../fonts/AvenirNext-HeavyItalic.svg#AvenirNext-HeavyItalic") format("svg");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Avenir Next Ultra";
  src: url("../fonts/AvenirNext-UltraLightItalic.eot");
  src: url("../fonts/AvenirNext-UltraLightItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/AvenirNext-UltraLightItalic.woff2") format("woff2"), url("../fonts/AvenirNext-UltraLightItalic.woff") format("woff"), url("../fonts/AvenirNext-UltraLightItalic.ttf") format("truetype"), url("../fonts/AvenirNext-UltraLightItalic.svg#AvenirNext-UltraLightItalic") format("svg");
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Avenir Next Ultra";
  src: url("../fonts/AvenirNext-UltraLight.eot");
  src: url("../fonts/AvenirNext-UltraLight.eot?#iefix") format("embedded-opentype"), url("../fonts/AvenirNext-UltraLight.woff2") format("woff2"), url("../fonts/AvenirNext-UltraLight.woff") format("woff"), url("../fonts/AvenirNext-UltraLight.ttf") format("truetype"), url("../fonts/AvenirNext-UltraLight.svg#AvenirNext-UltraLight") format("svg");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Avenir Next";
  src: url("../fonts/AvenirNext-Medium.eot");
  src: url("../fonts/AvenirNext-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/AvenirNext-Medium.woff2") format("woff2"), url("../fonts/AvenirNext-Medium.woff") format("woff"), url("../fonts/AvenirNext-Medium.ttf") format("truetype"), url("../fonts/AvenirNext-Medium.svg#AvenirNext-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Avenir Next";
  src: url("../fonts/AvenirNext-Regular.eot");
  src: url("../fonts/AvenirNext-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/AvenirNext-Regular.woff2") format("woff2"), url("../fonts/AvenirNext-Regular.woff") format("woff"), url("../fonts/AvenirNext-Regular.ttf") format("truetype"), url("../fonts/AvenirNext-Regular.svg#AvenirNext-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Avenir Next";
  src: url("../fonts/AvenirNext-Heavy.eot");
  src: url("../fonts/AvenirNext-Heavy.eot?#iefix") format("embedded-opentype"), url("../fonts/AvenirNext-Heavy.woff2") format("woff2"), url("../fonts/AvenirNext-Heavy.woff") format("woff"), url("../fonts/AvenirNext-Heavy.ttf") format("truetype"), url("../fonts/AvenirNext-Heavy.svg#AvenirNext-Heavy") format("svg");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Avenir Next";
  src: url("../fonts/AvenirNext-MediumItalic.eot");
  src: url("../fonts/AvenirNext-MediumItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/AvenirNext-MediumItalic.woff2") format("woff2"), url("../fonts/AvenirNext-MediumItalic.woff") format("woff"), url("../fonts/AvenirNext-MediumItalic.ttf") format("truetype"), url("../fonts/AvenirNext-MediumItalic.svg#AvenirNext-MediumItalic") format("svg");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Avenir Next";
  src: url("../fonts/AvenirNext-Italic.eot");
  src: url("../fonts/AvenirNext-Italic.eot?#iefix") format("embedded-opentype"), url("../fonts/AvenirNext-Italic.woff2") format("woff2"), url("../fonts/AvenirNext-Italic.woff") format("woff"), url("../fonts/AvenirNext-Italic.ttf") format("truetype"), url("../fonts/AvenirNext-Italic.svg#AvenirNext-Italic") format("svg");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Avenir Next";
  src: url("../fonts/AvenirNext-BoldItalic.eot");
  src: url("../fonts/AvenirNext-BoldItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/AvenirNext-BoldItalic.woff2") format("woff2"), url("../fonts/AvenirNext-BoldItalic.woff") format("woff"), url("../fonts/AvenirNext-BoldItalic.ttf") format("truetype"), url("../fonts/AvenirNext-BoldItalic.svg#AvenirNext-BoldItalic") format("svg");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Avenir Next Demi";
  src: url("../fonts/AvenirNext-DemiBoldItalic.eot");
  src: url("../fonts/AvenirNext-DemiBoldItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/AvenirNext-DemiBoldItalic.woff2") format("woff2"), url("../fonts/AvenirNext-DemiBoldItalic.woff") format("woff"), url("../fonts/AvenirNext-DemiBoldItalic.ttf") format("truetype"), url("../fonts/AvenirNext-DemiBoldItalic.svg#AvenirNext-DemiBoldItalic") format("svg");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Avenir Next Demi";
  src: url("../fonts/AvenirNext-DemiBold.eot");
  src: url("../fonts/AvenirNext-DemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/AvenirNext-DemiBold.woff2") format("woff2"), url("../fonts/AvenirNext-DemiBold.woff") format("woff"), url("../fonts/AvenirNext-DemiBold.ttf") format("truetype"), url("../fonts/AvenirNext-DemiBold.svg#AvenirNext-DemiBold") format("svg");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Avenir Next";
  src: url("../fonts/AvenirNext-Bold.eot");
  src: url("../fonts/AvenirNext-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/AvenirNext-Bold.woff2") format("woff2"), url("../fonts/AvenirNext-Bold.woff") format("woff"), url("../fonts/AvenirNext-Bold.ttf") format("truetype"), url("../fonts/AvenirNext-Bold.svg#AvenirNext-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
.swiper-nav {
  pointer-events: none;
}
.swiper-nav .btn {
  pointer-events: all;
}
.swiper-nav .btn__icon {
  transition: 0s;
}
.swiper-nav-wrapper {
  display: flex;
  justify-content: center;
  margin-top: 4.3rem;
}
@media (max-width: 576px) {
  .swiper-nav-wrapper {
    margin-top: 3rem;
  }
}
.swiper-nav__timeline {
  width: 100%;
  height: 2px;
  position: relative;
  background: rgba(255, 255, 255, 0.2);
}
.swiper-nav__timeline span {
  width: 0;
  height: 2px;
  position: absolute;
  left: 0;
  top: 0;
  background: #ffffff;
  opacity: 1;
}
.swiper-nav__timeline span.start {
  animation-name: lineMoving;
  animation-duration: 6s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: forwards;
  animation-timing-function: linear;
}

.swiper-nav-wrapper .nav-counter {
  color: #edeef1;
  font-size: 2.4rem;
  margin-right: 3rem;
  display: flex;
  align-items: center;
  mix-blend-mode: difference;
  font-weight: 500;
}
@media (max-width: 576px) {
  .swiper-nav-wrapper .nav-counter {
    font-size: 1.7rem;
  }
}
.swiper-nav-wrapper .nav-counter .total {
  color: rgba(6, 11, 39, 0.4);
}
.swiper-nav-wrapper .nav-counter .seperator {
  margin-right: 0.5rem;
  color: rgba(6, 11, 39, 0.4);
}
.swiper-nav-wrapper .nav-counter .current {
  transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
  min-width: 1.8rem;
  display: flex;
}
.swiper-nav-wrapper .nav-counter .current.change {
  transform: translateY(-1rem);
  opacity: 0;
}

.swiper-pagination {
  width: auto !important;
  pointer-events: all;
  display: flex;
  align-items: center;
  gap: 1.4rem;
  position: static;
}
@media (max-width: 576px) {
  .swiper-pagination {
    gap: 1rem;
  }
}
.swiper-pagination-bullet {
  height: 1.4rem;
  width: 1.4rem;
  background: #ffffff;
  background: transparent;
  border: 1.5px solid #dbdfee;
  opacity: 1;
  transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
  position: relative;
}
@media (max-width: 576px) {
  .swiper-pagination-bullet {
    width: 1.1rem;
    height: 1.1rem;
    border: 1px solid #dbdfee;
  }
}
.swiper-pagination-bullet::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 0.5rem;
  height: 0.5rem;
  background: #101828;
  border-radius: 50%;
  opacity: 0;
}
.swiper-pagination-bullet-active {
  transform: scale(1.3);
  border-color: #101828;
}
.swiper-pagination-bullet-active::after {
  opacity: 1;
}

.swiper-button:hover .btn {
  color: #fff !important;
}
.swiper-button .btn {
  font-size: 1.5rem;
  color: rgba(102, 112, 133, 0.6);
}
@media (max-width: 576px) {
  .swiper-button .btn {
    width: 30px;
    height: 30px;
    font-size: 8px;
  }
}
.swiper-button-disabled {
  border: 1px solid #e0e0e0 !important;
  background: transparent !important;
  color: #e0e0e0 !important;
  pointer-events: none !important;
}
.swiper-button-disabled .btn__icon {
  color: #e0e0e0;
}
.swiper-button-disabled:hover {
  color: #e0e0e0 !important;
}
.swiper-button-next {
  width: unset;
  z-index: 4;
}
.swiper-button-next::after {
  content: unset;
}
.swiper-button-prev {
  width: unset;
  z-index: 4;
}
.swiper-button-prev::after {
  content: unset;
}

.swiper-container.visible-active {
  overflow: visible;
}
.swiper-container.visible-active .swiper-slide {
  opacity: 0;
  transition: 0.3s;
  pointer-events: none;
  transition-property: transform, opacity;
}
.swiper-container.visible-active .swiper-slide.is-visible {
  opacity: 1;
  transition: 0.3s;
  transition-property: transform, opacity;
  transform: translateZ(0) scale(1, 1);
  pointer-events: all;
}

.swiper-container {
  overflow: visible;
}
.swiper-container.with-pagination {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5rem;
}
@media (max-width: 576px) {
  .swiper-container.with-pagination {
    margin-top: 4rem;
    gap: 3rem;
  }
}
.swiper-container-3d {
  transform-style: preserve-3d;
}

.swiper-arrows {
  display: flex;
  font-size: 3rem;
  z-index: 2;
  align-items: center;
  justify-content: space-between;
  position: relative;
  gap: 2.4rem;
  width: max-content;
}
.swiper-arrows .swiper-button-prev {
  left: unset;
  border-radius: var(--button-br) 0 0 var(--button-br);
  margin-right: 1px;
}
.swiper-arrows .swiper-button-prev:not(.swiper-button-disabled):hover span, .swiper-arrows .swiper-button-prev:not(.swiper-button-disabled):focus span {
  transform: translateX(-3px) scale(1, 1) translateZ(0);
}
.swiper-arrows .swiper-button-next {
  border-radius: 0 var(--button-br) var(--button-br) 0;
}
.swiper-arrows .swiper-button-next:not(.swiper-button-disabled):hover span, .swiper-arrows .swiper-button-next:not(.swiper-button-disabled):focus span {
  transform: translateX(3px) scale(1, 1) translateZ(0);
}

.swiper-notification {
  display: none;
}

.fade-slider {
  overflow: visible !important;
}
.fade-slider .swiper-slide {
  z-index: -1;
}
.fade-slider .swiper-slide.is-visible {
  z-index: 1;
  opacity: 1 !important;
  pointer-events: all;
}
@media (max-width: 991px) {
  .fade-slider .swiper-slide.is-visible {
    height: auto;
    overflow: visible;
  }
}

@keyframes lineMoving {
  from {
    width: 0px;
  }
  to {
    width: 100%;
  }
}
html,
body {
  overflow-x: visible !important;
  overflow: visible !important;
  width: 100%;
}

html {
  font-size: 10px;
}
@media (min-width: 1921px) {
  html {
    font-size: 10px;
  }
}
@media (max-width: 1367px) {
  html {
    font-size: 9px;
  }
}
@media (max-width: 1349px) {
  html {
    font-size: 9px;
  }
}
@media (max-width: 1200px) {
  html {
    font-size: 7px;
  }
}
@media (max-width: 991px) {
  html {
    font-size: 8px;
  }
}
@media (max-width: 576px) {
  html {
    font-size: 10px;
  }
}
@media (max-width: 374px) {
  html {
    font-size: 9px;
  }
}
@media (max-width: 350px) {
  html {
    font-size: 8px;
  }
}

body {
  font-family: "Avenir Next", sans-serif;
  font-size: 1.6rem;
  background-color: #ffffff;
  transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
  color: #667085;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility !important;
}
body.w-brief-banner .header-wrapper {
  position: sticky;
  left: 0;
  transform: unset;
}
@media (max-width: 991px) {
  body.w-brief-banner .header-wrapper {
    position: sticky;
    top: 0;
  }
  body.w-brief-banner .header-wrapper.fixed {
    position: fixed;
  }
  body.w-brief-banner .hero {
    padding-top: 4rem;
  }
}
@media (max-width: 991px) {
  body.w-brief-banner .detail {
    padding-top: 0;
  }
}
@media (max-width: 991px) {
  body.w-brief-banner .subpage-intro {
    padding-top: 4rem;
  }
}
body.w-brief-banner.scroll-disabled {
  overflow: visible !important;
}

.container {
  max-width: var(--container-width);
  padding: 0;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
@media (max-width: 576px) {
  .container {
    max-width: 100%;
    padding-left: var(--container-gutter);
    padding-right: var(--container-gutter);
  }
}
.container--small {
  max-width: 102.4rem;
}
@media (max-width: 991px) {
  .container--small {
    max-width: var(--container-width);
  }
}
@media (max-width: 576px) {
  .container--small {
    max-width: 100%;
    padding-left: var(--container-gutter);
    padding-right: var(--container-gutter);
  }
}
.container--xsmall {
  max-width: var(--container-width-xsmall);
}
@media (max-width: 576px) {
  .container--xsmall {
    max-width: 100%;
    padding-left: var(--container-gutter);
    padding-right: var(--container-gutter);
  }
}
.container.timeline-slider-container {
  position: relative;
  max-width: 100%;
  border-top: 1px solid #e3e5f1;
}
.container.timeline-slider-container::before {
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  position: absolute;
  background: linear-gradient(180deg, #F9FAFB 0%, #FFF 100%);
}
.container.timeline-slider-container .timeline-item-slider {
  padding: 0 var(--container-pusher);
  margin-top: -7.2rem;
}

button {
  border: 0;
  cursor: pointer;
}

.overlay,
.submenu-overlay {
  background: rgba(16, 24, 40, 0.5);
  position: fixed;
  z-index: 1200;
  z-index: 101;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s;
}

.overlay.active,
.submenu-overlay.active {
  opacity: 1;
  pointer-events: all;
}

.submenu-overlay {
  background: rgba(0, 0, 0, 0.2);
  z-index: 105;
}

.scroll-hidden::-webkit-scrollbar {
  display: none;
}

.hidden {
  display: none !important;
}

.swiper-container-fa .swiper-slide {
  pointer-events: all;
}

.modal-video-close-btn {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  transform: translate(50%, -50%);
  background: #ffffff;
  width: 46px;
  height: 46px;
  transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
  cursor: pointer;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 576px) {
  .modal-video-close-btn {
    top: -5px;
    width: 40px;
    height: 40px;
    transform: translateY(-100%);
  }
}
.modal-video-close-btn:hover, .modal-video-close-btn:focus {
  background-color: rgb(229.5, 229.5, 229.5);
  outline: 0;
}
.modal-video-close-btn:hover::after, .modal-video-close-btn:hover::before, .modal-video-close-btn:focus::after, .modal-video-close-btn:focus::before {
  background: #060b27;
}
.modal-video-close-btn:hover::before, .modal-video-close-btn:focus::before {
  transform: rotate(180deg);
}
.modal-video-close-btn:hover::after, .modal-video-close-btn:focus::after {
  opacity: 0;
  transform: rotate(180deg);
}
.modal-video-close-btn::before {
  transform: rotate(45deg);
}
.modal-video-close-btn::after {
  transform: rotate(-45deg);
}
.modal-video-close-btn::after, .modal-video-close-btn::before {
  content: "";
  position: absolute;
  top: 28px;
  left: 13px;
  width: 20px;
  height: 3px;
  border-radius: 10px;
  background-color: #060b27;
  transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
}
@media (max-width: 576px) {
  .modal-video-close-btn::after, .modal-video-close-btn::before {
    left: 10px;
    top: 25px;
  }
}

@media (min-width: 1350px) {
  .modal-video-body {
    max-width: var(--container-width);
  }
}

.modal-video-movie-wrap {
  border-radius: 2.4rem;
}
@media (max-width: 576px) {
  .modal-video-movie-wrap {
    border-radius: 1.2rem;
  }
}
.modal-video-movie-wrap iframe {
  border-radius: 2.4rem;
}
@media (max-width: 576px) {
  .modal-video-movie-wrap iframe {
    border-radius: 1.2rem;
  }
}

ul,
ol {
  font-size: 2rem;
  line-height: 1.5em;
  padding-left: 2.4rem;
  margin-bottom: 0;
}
ul li,
ol li {
  position: relative;
  line-height: 1.7em;
}
ul li + ul li,
ul li + ol li,
ol li + ul li,
ol li + ol li {
  margin-top: 1rem;
}

*[data-fancybox]:focus {
  outline: 0;
  box-shadow: none;
}

.black-scroll::-webkit-scrollbar {
  width: 4px;
  margin-right: 2rem;
}
.black-scroll::-webkit-scrollbar-track {
  background: #f1f5fb;
  margin-right: 1rem;
  padding-right: 1rem;
  border-radius: 1rem;
}
.black-scroll::-webkit-scrollbar-thumb {
  background: #060b27;
  border-radius: 1rem;
}

.nice-scroll::-webkit-scrollbar {
  width: 4px;
  margin-right: 2rem;
}
.nice-scroll::-webkit-scrollbar-track {
  background: transparent;
  margin-right: 1rem;
  padding-right: 1rem;
  border-radius: 1rem;
}
.nice-scroll::-webkit-scrollbar-thumb {
  background: rgba(6, 11, 39, 0.1);
  border-radius: 1rem;
}

@media (max-width: 991px) {
  .only-desktop {
    display: none !important;
  }
}
.only-desktop.position-sticky {
  position: sticky;
  top: 3rem;
}

@media (min-width: 992px) {
  .only-mobile {
    display: none !important;
  }
}

.js-modal-btn {
  cursor: pointer;
}

.filter-row {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 4.3rem;
}

.no-date-tab {
  height: 5rem;
  padding: 0 0.5rem;
  margin-top: 2rem;
  margin-bottom: 5rem;
}

#CookiebotWidget {
  z-index: 100 !important;
}

.mb-0 {
  margin-bottom: 0rem;
}

.mbi-0 {
  margin-bottom: 0rem !important;
}

.mt-0 {
  margin-top: 0rem;
}

.ml-0 {
  margin-left: 0rem;
}

.mr-0 {
  margin-right: 0rem;
}

.pb-0 {
  padding-bottom: 0rem;
}

.pt-0 {
  padding-top: 0rem;
}

.pi-0 {
  padding: 0rem !important;
}

.pri-0 {
  padding-right: 0rem !important;
}

.pbi-0 {
  padding-bottom: 0rem !important;
}

.mb-1 {
  margin-bottom: 1rem;
}

.mbi-1 {
  margin-bottom: 1rem !important;
}

.mt-1 {
  margin-top: 1rem;
}

.ml-1 {
  margin-left: 1rem;
}

.mr-1 {
  margin-right: 1rem;
}

.pb-1 {
  padding-bottom: 1rem;
}

.pt-1 {
  padding-top: 1rem;
}

.pi-1 {
  padding: 1rem !important;
}

.pri-1 {
  padding-right: 1rem !important;
}

.pbi-1 {
  padding-bottom: 1rem !important;
}

.mb-2 {
  margin-bottom: 2rem;
}

.mbi-2 {
  margin-bottom: 2rem !important;
}

.mt-2 {
  margin-top: 2rem;
}

.ml-2 {
  margin-left: 2rem;
}

.mr-2 {
  margin-right: 2rem;
}

.pb-2 {
  padding-bottom: 2rem;
}

.pt-2 {
  padding-top: 2rem;
}

.pi-2 {
  padding: 2rem !important;
}

.pri-2 {
  padding-right: 2rem !important;
}

.pbi-2 {
  padding-bottom: 2rem !important;
}

.mb-3 {
  margin-bottom: 3rem;
}

.mbi-3 {
  margin-bottom: 3rem !important;
}

.mt-3 {
  margin-top: 3rem;
}

.ml-3 {
  margin-left: 3rem;
}

.mr-3 {
  margin-right: 3rem;
}

.pb-3 {
  padding-bottom: 3rem;
}

.pt-3 {
  padding-top: 3rem;
}

.pi-3 {
  padding: 3rem !important;
}

.pri-3 {
  padding-right: 3rem !important;
}

.pbi-3 {
  padding-bottom: 3rem !important;
}

.mb-4 {
  margin-bottom: 4rem;
}

.mbi-4 {
  margin-bottom: 4rem !important;
}

.mt-4 {
  margin-top: 4rem;
}

.ml-4 {
  margin-left: 4rem;
}

.mr-4 {
  margin-right: 4rem;
}

.pb-4 {
  padding-bottom: 4rem;
}

.pt-4 {
  padding-top: 4rem;
}

.pi-4 {
  padding: 4rem !important;
}

.pri-4 {
  padding-right: 4rem !important;
}

.pbi-4 {
  padding-bottom: 4rem !important;
}

.mb-5 {
  margin-bottom: 5rem;
}

.mbi-5 {
  margin-bottom: 5rem !important;
}

.mt-5 {
  margin-top: 5rem;
}

.ml-5 {
  margin-left: 5rem;
}

.mr-5 {
  margin-right: 5rem;
}

.pb-5 {
  padding-bottom: 5rem;
}

.pt-5 {
  padding-top: 5rem;
}

.pi-5 {
  padding: 5rem !important;
}

.pri-5 {
  padding-right: 5rem !important;
}

.pbi-5 {
  padding-bottom: 5rem !important;
}

.mb-6 {
  margin-bottom: 6rem;
}

.mbi-6 {
  margin-bottom: 6rem !important;
}

.mt-6 {
  margin-top: 6rem;
}

.ml-6 {
  margin-left: 6rem;
}

.mr-6 {
  margin-right: 6rem;
}

.pb-6 {
  padding-bottom: 6rem;
}

.pt-6 {
  padding-top: 6rem;
}

.pi-6 {
  padding: 6rem !important;
}

.pri-6 {
  padding-right: 6rem !important;
}

.pbi-6 {
  padding-bottom: 6rem !important;
}

.scroll-disabled {
  overflow: hidden !important;
}

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

.rotate-90 {
  transform: rotate(90deg);
}

.rotate-180 {
  transform: rotate(180deg);
}

.rotate-270 {
  transform: rotate(270deg);
}

.delay-1 {
  transition-delay: 100ms !important;
}
@media (max-width: 991px) {
  .delay-1 {
    transition-delay: 0s !important;
  }
}

.delay-2 {
  transition-delay: 200ms !important;
}
@media (max-width: 991px) {
  .delay-2 {
    transition-delay: 0s !important;
  }
}

.delay-3 {
  transition-delay: 300ms !important;
}
@media (max-width: 991px) {
  .delay-3 {
    transition-delay: 0s !important;
  }
}

.delay-4 {
  transition-delay: 400ms !important;
}
@media (max-width: 991px) {
  .delay-4 {
    transition-delay: 0s !important;
  }
}

.delay-5 {
  transition-delay: 500ms !important;
}
@media (max-width: 991px) {
  .delay-5 {
    transition-delay: 0s !important;
  }
}

.delay-6 {
  transition-delay: 600ms !important;
}
@media (max-width: 991px) {
  .delay-6 {
    transition-delay: 0s !important;
  }
}

.delay-7 {
  transition-delay: 700ms !important;
}
@media (max-width: 991px) {
  .delay-7 {
    transition-delay: 0s !important;
  }
}

.delay-8 {
  transition-delay: 800ms !important;
}
@media (max-width: 991px) {
  .delay-8 {
    transition-delay: 0s !important;
  }
}

.delay-9 {
  transition-delay: 900ms !important;
}
@media (max-width: 991px) {
  .delay-9 {
    transition-delay: 0s !important;
  }
}

.delay-10 {
  transition-delay: 1000ms !important;
}
@media (max-width: 991px) {
  .delay-10 {
    transition-delay: 0s !important;
  }
}

.delay-11 {
  transition-delay: 1100ms !important;
}
@media (max-width: 991px) {
  .delay-11 {
    transition-delay: 0s !important;
  }
}

.delay-12 {
  transition-delay: 1200ms !important;
}
@media (max-width: 991px) {
  .delay-12 {
    transition-delay: 0s !important;
  }
}

.delay-13 {
  transition-delay: 1300ms !important;
}
@media (max-width: 991px) {
  .delay-13 {
    transition-delay: 0s !important;
  }
}

.delay-14 {
  transition-delay: 1400ms !important;
}
@media (max-width: 991px) {
  .delay-14 {
    transition-delay: 0s !important;
  }
}

.delay-15 {
  transition-delay: 1500ms !important;
}
@media (max-width: 991px) {
  .delay-15 {
    transition-delay: 0s !important;
  }
}

.delay-16 {
  transition-delay: 1600ms !important;
}
@media (max-width: 991px) {
  .delay-16 {
    transition-delay: 0s !important;
  }
}

.delay-17 {
  transition-delay: 1700ms !important;
}
@media (max-width: 991px) {
  .delay-17 {
    transition-delay: 0s !important;
  }
}

.delay-18 {
  transition-delay: 1800ms !important;
}
@media (max-width: 991px) {
  .delay-18 {
    transition-delay: 0s !important;
  }
}

.delay-19 {
  transition-delay: 1900ms !important;
}
@media (max-width: 991px) {
  .delay-19 {
    transition-delay: 0s !important;
  }
}

.delay-20 {
  transition-delay: 2000ms !important;
}
@media (max-width: 991px) {
  .delay-20 {
    transition-delay: 0s !important;
  }
}

.rotate-270 {
  transform: rotate(270deg);
}

.o-hidden {
  overflow: hidden;
}

.divider {
  width: 100%;
  height: 1px;
  background: #e3e5f1;
  position: relative;
  z-index: 1;
}
.divider.mb-0 {
  margin-bottom: 0 !important;
}

.divider--1 {
  margin: 1rem 0;
}

.divider--2 {
  margin: 2rem 0;
}

.divider--3 {
  margin: 3rem 0;
}

.divider--4 {
  margin: 4rem 0;
}

.divider--5 {
  margin: 5rem 0;
}

.divider--6 {
  margin: 6rem 0;
}

.divider--7 {
  margin: 7rem 0;
}

.divider--8 {
  margin: 8rem 0;
}

.divider--9 {
  margin: 9rem 0;
}

.divider--10 {
  margin: 10rem 0;
}

.w-100 {
  width: 100%;
}

@media (max-width: 576px) {
  .hidden-mobile {
    display: none !important;
  }
}
@media (max-width: 576px) {
  .hidden-mobile-xl {
    display: none !important;
  }
}
@media (max-width: 424px) {
  .hidden-mobile-lg {
    display: none !important;
  }
}
@media (max-width: 374px) {
  .hidden-mobile-sm {
    display: none !important;
  }
}
@media (max-width: 350px) {
  .hidden-mobile-xs {
    display: none !important;
  }
}

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

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

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

.fw-600 {
  font-weight: 600 !important;
  font-family: "Avenir Next Demi", sans-serif;
}

.fw-700 {
  font-weight: 700 !important;
  font-family: "Avenir Next", sans-serif !important;
}

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

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

.lh-1 {
  line-height: 1 !important;
}

span.colored-blue {
  color: #4478FF;
}
span.colored-green {
  color: #59BF00;
}

span.colored-black {
  color: #060b27;
}

span.colored-blue {
  color: #4478FF;
}

span.colored-red {
  color: #e54545;
}

span.colored-red-dark {
  color: #df1445;
}

span.colored-purple {
  color: #392dca;
}

span.colored-white {
  color: #ffffff !important;
}

span.colored-green {
  color: #59BF00;
}

span.colored-light-gray {
  color: rgba(106, 111, 141, 0.8);
}

span.colored-light-gray-2 {
  color: rgba(102, 112, 133, 0.7);
}

span.colored-gray {
  color: #8A8E96;
}

.d-block {
  display: block;
}

.accordion-content {
  overflow: hidden;
  height: 0;
  transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
  width: 100%;
}
.accordion-content .content {
  padding-top: 2rem;
}
@media (max-width: 576px) {
  .accordion-content .content {
    padding-top: 1rem;
  }
}
.accordion-item.active .accordion-item-header-icon {
  background: #101828;
}
.accordion-item.active .accordion-item-header-icon span {
  background: #ffffff;
}
.accordion-item.active .accordion-item-header-icon span:first-child {
  transform: rotate(0deg);
}
.accordion-item-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}
.accordion-item-header:hover .accordion-item-header-icon {
  background: #101828;
}
.accordion-item-header:hover .accordion-item-header-icon span {
  background: #ffffff;
}
.accordion-item-header-icon {
  width: 1.8rem;
  height: 1.8rem;
  background: rgba(16, 24, 40, 0.1);
  border-radius: 0.45rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #060b27;
  position: relative;
  transition: 0.2s cubic-bezier(0.29, 0.13, 0.27, 0.74);
  flex-shrink: 0;
}
.accordion-item-header-icon span {
  position: absolute;
  width: 0.9rem;
  height: 2px;
  background: #101828;
  transition: 0.2s cubic-bezier(0.29, 0.13, 0.27, 0.74);
}
@media (max-width: 576px) {
  .accordion-item-header-icon span {
    width: 0.8rem;
  }
}
.accordion-item-header-icon span:first-child {
  transform: rotate(90deg);
}

.title {
  font-style: normal;
  line-height: 1.3;
  color: #101828;
  font-weight: 700;
  letter-spacing: -0.6px;
  font-size: 1.6rem;
}
.title--second {
  font-family: "Avenir Next", sans-serif;
}
.title--underlined {
  text-decoration: underline;
}
.title--uppercase {
  text-transform: uppercase;
}
.title span.cursor {
  animation: typewriterCursor 1s infinite;
  margin-left: 1px;
}
.title span.gradient {
  background: linear-gradient(90deg, #4478FF -0.84%, #668FFF 100.9%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-size: 100%;
}
.title span.gradient-orange {
  background: linear-gradient(90deg, #AC531C -0.84%, #FD853A 100.9%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-size: 100%;
}
.title span.gradient-light-purple {
  background: linear-gradient(90deg, #7261E1 -0.84%, #9333BA 100.9%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-size: 100%;
}
.title--black {
  color: #060b27;
}
.title--navy-blue {
  color: #667085;
}
.title--light-black {
  color: rgba(102, 112, 133, 0.7);
}
.title--dark-blue {
  color: #036bb5;
}
.title--green {
  color: #59BF00;
}
.title--dark-green {
  color: #59BF00;
}
.title--white {
  color: #fff !important;
}
.title--dark-white {
  color: rgba(255, 255, 255, 0.8);
}
.title--blue {
  color: #4478FF;
}
.title--dark-blue {
  color: #4478FF;
}
.title--red {
  color: #e54545 !important;
}
.title--red-dark {
  color: #db5656 !important;
}
.title--gray {
  color: #667085 !important;
}
.title--orange {
  color: #ff492c !important;
}
.title--purple {
  color: #392dca !important;
}
.title--light {
  color: rgba(6, 11, 39, 0.6) !important;
}
.title--x-light {
  color: rgba(6, 11, 39, 0.4) !important;
}
.title--5xl {
  font-size: var(--font-size-title--5xl);
}
.title--4xl {
  font-size: var(--font-size-title--4xl);
}
.title--3xl {
  font-size: var(--font-size-title--3xl);
}
.title--xxl {
  font-size: var(--font-size-title--xxl);
}
.title--xl {
  font-size: var(--font-size-title--xl);
}
.title--lg {
  font-size: var(--font-size-title--lg);
}
.title--mlg {
  font-size: var(--font-size-title--mlg);
}
.title--xmd {
  font-size: var(--font-size-title--xmd);
}
.title--md {
  font-size: var(--font-size-title--md);
}
.title--sm {
  font-size: var(--font-size-title--sm);
}
.title--msm {
  font-size: var(--font-size-title--msm);
}
.title--xsm {
  font-size: var(--font-size-title--xsm);
}
.title--2xsm {
  font-size: var(--font-size-title--2xsm);
}
.title--3xsm {
  font-size: var(--font-size-title--3xsm);
}
.title--4xsm {
  font-size: var(--font-size-title--4xsm);
}
.title--5xsm {
  font-size: var(--font-size-title--5xsm);
}
.title--center {
  text-align: center;
}
.title--w-shape {
  display: flex;
  align-items: center;
  gap: 1rem;
  line-height: 1.4;
}
@media (max-width: 576px) {
  .title--w-shape {
    gap: 0.8rem;
  }
}
.title--w-shape img {
  height: 2.4rem;
  width: 2.4rem;
  object-fit: contain;
}
@media (max-width: 576px) {
  .title--w-shape img {
    height: 2rem;
    width: 2rem;
    margin-top: -0.3rem;
  }
}
.title--w-shape.title--center {
  justify-content: center;
}
.title--w-shape.title--sm {
  gap: 1.1rem;
}
.title--w-shape.title--sm img {
  height: 3.5rem;
  width: 3.5rem;
}
@media (max-width: 576px) {
  .title--w-shape.title--sm img {
    height: 3rem;
    width: 3rem;
  }
}
.title--w-icon {
  display: flex;
  align-items: flex-start;
}
.title--w-icon span {
  order: -1;
}
.title--w-icon .title__icon {
  font-size: 2rem;
  margin-right: 2.5rem;
  color: #ff9d5f;
}
.title--w-divider {
  text-align: center;
  position: relative;
  font-size: 1.6rem;
  font-weight: 500;
  width: 100%;
}
@media (max-width: 576px) {
  .title--w-divider {
    font-size: 1.4rem;
  }
}
.title--w-divider::before {
  content: "";
  width: 48%;
  left: -4rem;
  height: 1px;
  position: absolute;
  background: #e3e5f1;
  top: 50%;
  transform: translateY(-50%);
}
.title--w-divider::after {
  content: "";
  width: 48%;
  right: -4rem;
  height: 1px;
  position: absolute;
  background: #e3e5f1;
  top: 50%;
  transform: translateY(-50%);
}

.partner-title img {
  margin-top: -0.4rem;
}

.partner-img {
  height: 3rem;
  object-fit: contain;
  align-self: flex-start;
}
@media (max-width: 991px) {
  .partner-img {
    align-self: center;
  }
}

.no-results-message {
  display: none;
  width: 100%;
  padding: 7.5rem 0;
}
@media (max-width: 576px) {
  .no-results-message {
    margin-top: -5rem;
    padding: 0;
  }
}
.no-results-message .no-results-title {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 1rem;
}
.no-results-message .no-results-title img {
  height: 3rem;
  object-fit: contain;
}

@keyframes typewriterCursor {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.text {
  font-size: var(--font-size-text);
  line-height: 1.6em;
  font-weight: 400;
  color: #667085;
  letter-spacing: 0.16px;
}
.text strong {
  font-weight: 500;
  color: #060b27;
}
.text--second {
  font-family: "Mark Pro", sans-serif;
}
.text--uppercase {
  text-transform: uppercase;
}
.text--underline {
  text-decoration: underline;
}
.text--line-through {
  text-decoration: line-through;
}
.text--black {
  color: #060b27;
}
.text--black-2 {
  color: #101828;
}
.text--light-black {
  color: rgba(6, 11, 39, 0.6);
}
.text span.colored-green {
  color: #59BF00;
}
.text span.colored-dark-green {
  color: #59BF00;
}
.text span.colored-orange {
  color: #fd8421;
}
.text span.colored-black {
  color: #667085;
}
.text--x-light {
  color: rgba(102, 112, 133, 0.5);
}
.text--light {
  color: rgba(102, 112, 133, 0.6);
}
.text--medium-light {
  color: rgba(102, 112, 133, 0.7);
}
.text--light-black {
  color: rgba(6, 11, 39, 0.7);
}
.text--dark-light {
  color: rgba(102, 112, 133, 0.9);
}
.text--white {
  color: #fff;
}
.text--green {
  color: #59BF00;
}
.text--red {
  color: #e54545;
}
.text--light-white {
  color: rgba(255, 255, 255, 0.6);
}
.text--medium-white {
  color: rgba(255, 255, 255, 0.7);
}
.text--3xl {
  font-size: 2.5rem;
}
@media (max-width: 576px) {
  .text--3xl {
    font-size: 2.2rem;
  }
}
.text--xxl {
  font-size: 2.2rem;
}
@media (max-width: 576px) {
  .text--xxl {
    font-size: 2rem;
  }
}
.text--xl {
  font-size: 2rem;
}
@media (max-width: 576px) {
  .text--xl {
    font-size: 1.9rem;
  }
}
.text--lg {
  font-size: 1.8rem;
}
@media (max-width: 576px) {
  .text--lg {
    font-size: 1.5rem;
  }
}
.text--md {
  font-size: 1.7rem;
}
@media (max-width: 991px) {
  .text--md {
    font-size: 1.4rem;
  }
}
.text--sm {
  font-size: 1.5rem;
}
@media (max-width: 576px) {
  .text--sm {
    font-size: 1.4rem;
  }
}
.text--xs {
  font-size: 1.4rem;
}
@media (max-width: 576px) {
  .text--xs {
    font-size: 1.3rem;
  }
}
.text--2xs {
  font-size: 1.3rem;
}
.text--3xs {
  font-size: 1.1rem;
}
.text--dark-gray {
  color: #6a7190;
}
.text--gray {
  color: #ebf0f8;
}
.text--red {
  color: #e54545;
}
.text--light-gray {
  color: #edeef1;
}
.text--blue {
  color: #4478FF;
}
.text--blue-7 {
  color: #4478FF;
}
.text--center {
  text-align: center;
}
.text--clickable {
  cursor: pointer;
}

.result {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 5rem;
}
@media (max-width: 576px) {
  .result {
    margin-top: 4rem;
  }
}
.result .text {
  letter-spacing: -0.15px;
}

.toptitle {
  font-size: var(--font-size-toptitle);
  line-height: 1.45em;
  font-weight: 700;
  color: #667085;
  display: flex;
  align-items: center;
}
.toptitle--w-shape {
  line-height: 1;
  gap: 1.5rem;
}
@media (max-width: 576px) {
  .toptitle--w-shape {
    gap: 1rem;
  }
}
.toptitle--w-shape img {
  height: 2.3rem;
  width: 2.3rem;
  object-fit: contain;
  margin-top: -0.2rem;
}
@media (max-width: 576px) {
  .toptitle--w-shape img {
    height: 2rem;
    width: 2rem;
  }
}
.toptitle--red {
  color: #fecdca;
}
.toptitle--black {
  color: #667085;
}
.toptitle--dark-red {
  color: #e54545;
}
.toptitle--gray {
  color: #667085;
}
.toptitle--light-gray {
  color: rgba(6, 11, 39, 0.6);
}
.toptitle--green {
  color: #59BF00;
}
.toptitle--blue {
  color: #4478FF;
}
.toptitle--blue-2 {
  color: #4478FF;
}
.toptitle--dark-blue {
  color: #4478FF;
}
.toptitle--white {
  color: #FFF;
}
.toptitle--uppercase {
  text-transform: uppercase;
}
.toptitle--lg {
  font-size: 1.8rem;
}
@media (max-width: 576px) {
  .toptitle--lg {
    font-size: 1.4rem;
  }
}
.toptitle--sm {
  font-size: 1.6rem;
}
@media (max-width: 576px) {
  .toptitle--sm {
    font-size: 1.4rem;
  }
}
.toptitle--xsm {
  font-size: 1.5rem;
}
@media (max-width: 576px) {
  .toptitle--xsm {
    font-size: 1rem;
  }
}
.toptitle--xxsm {
  font-size: 1.3rem;
}
.toptitle--3xsm {
  font-size: 1.1rem;
}
@media (max-width: 576px) {
  .toptitle--3xsm {
    font-size: 1.1rem;
  }
}
.toptitle--3xsm.toptitle--w-shape {
  gap: 0.5rem;
}
.toptitle--3xsm.toptitle--w-shape img {
  height: 1.5rem;
  width: 1.5rem;
}
.toptitle--4xsm {
  font-size: 1rem;
}
.toptitle--4xsm.toptitle--w-shape {
  gap: 0.5rem;
}
.toptitle--4xsm.toptitle--w-shape img {
  height: 1.5rem;
  width: 1.5rem;
}

.btn {
  width: max-content;
  text-align: center;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 4.8rem;
  user-select: none;
  position: relative;
  transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
  font-size: 1.5rem;
  font-weight: 600;
  padding: 0 2.2rem;
  cursor: pointer;
  box-sizing: border-box;
  border-radius: 7rem;
  line-height: 1;
  font-family: "Avenir Next Demi", sans-serif;
}
@media (max-width: 991px) {
  .btn {
    height: 4.6rem;
    font-size: 1.4rem;
  }
}
@media (max-width: 576px) {
  .btn {
    padding: 0 2rem;
  }
}
.btn--uppercase {
  text-transform: uppercase;
}
.btn__text {
  line-height: 1;
}
.btn--xl {
  height: 7rem;
  font-size: 1.6rem;
}
@media (max-width: 576px) {
  .btn--xl {
    height: 4.2rem;
    font-size: 1.4rem;
  }
}
.btn--xl .btn__icon {
  font-size: 2rem;
}
@media (max-width: 576px) {
  .btn--xl .btn__icon {
    font-size: 0.8rem;
  }
}
.btn--lg {
  height: 6rem;
  font-size: 1.6rem;
}
.btn--mlg {
  height: 5.4rem;
}
@media (max-width: 576px) {
  .btn--mlg {
    height: 4.8rem;
  }
}
.btn--md {
  height: 4.8rem;
}
.btn--xsm {
  height: 4.6rem;
}
.btn--xxsm {
  height: 4.4rem;
  font-size: 1.4rem;
}
@media (max-width: 576px) {
  .btn--xxsm {
    font-size: 1.35rem;
  }
}
.btn--3xsm {
  height: 3.8rem;
}
.btn--3xsm .btn__icon {
  font-size: 1rem;
}
.btn--4xsm {
  height: 3.6rem;
  font-size: 1.4rem;
}
.btn--red {
  background: #e54545;
  border-color: #e54545;
  color: #ffffff;
}
.btn--red:hover, .btn--red:focus, .btn--red:focus-visible {
  background: rgb(225.8726415094, 46.6273584906, 46.6273584906);
  border-color: rgb(225.8726415094, 46.6273584906, 46.6273584906);
}
.btn--red-dark {
  background: #df1445;
  border-color: #df1445;
  color: #ffffff;
}
.btn--red-dark:hover, .btn--red-dark:focus, .btn--red-dark:focus-visible {
  background: rgb(199.5987654321, 17.9012345679, 61.7592592593);
  border-color: rgb(199.5987654321, 17.9012345679, 61.7592592593);
  color: #ffffff;
}
.btn--white {
  background: #ffffff;
  color: #101828;
  border: 1px solid #e3e5f1;
}
.btn--white:hover, .btn--white:focus, .btn--white:focus-visible {
  background-color: #101828;
  color: #ffffff;
  border-color: #101828;
}
.btn--white-2 {
  background: #ffffff;
  color: #667085;
  border: 1px solid #e3e5f1;
}
.btn--white-2:hover, .btn--white-2:focus, .btn--white-2:focus-visible {
  background-color: #101828;
  color: #ffffff;
  border-color: #101828;
}
.btn--transparent-white {
  background: transparent;
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.btn--transparent-white:hover, .btn--transparent-white:focus, .btn--transparent-white:focus-visible {
  background-color: #101828;
  color: #ffffff;
  border-color: #101828;
}
.btn--transparent-white-2 {
  background: transparent;
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.btn--transparent-white-2:hover, .btn--transparent-white-2:focus, .btn--transparent-white-2:focus-visible {
  background-color: #ffffff;
  color: #101828;
  border-color: #ffffff;
}
.btn--black {
  background: #060b27;
  color: #fff;
  border: 1px solid #060b27;
}
.btn--black:hover, .btn--black:focus, .btn--black:focus-visible {
  background: #344054;
  color: #fff;
}
.btn--purple {
  background: #392dca;
  color: #fff;
  border: 1px solid #392dca;
}
.btn--purple:hover, .btn--purple:focus, .btn--purple:focus-visible {
  background: rgb(45.2307692308, 35.7085020243, 160.2914979757);
  color: #fff;
}
.btn--light-gray {
  background: #f2f4f7;
  color: #667085;
}
.btn--light-gray:hover, .btn--light-gray:focus, .btn--light-gray:focus-visible {
  background: rgb(210.4285714286, 217.2857142857, 227.5714285714);
  color: #667085;
}
.btn--light-gray-2 {
  background: rgba(237, 238, 241, 0.6);
  color: #101828;
}
.btn--light-gray-2:hover, .btn--light-gray-2:focus, .btn--light-gray-2:focus-visible {
  background: #edeef1;
  color: #101828;
}
.btn--light-gray-3 {
  background: #edeef1;
  color: #101828;
}
.btn--light-gray-3:hover, .btn--light-gray-3:focus, .btn--light-gray-3:focus-visible {
  background: #edeef1;
  color: #101828;
}
.btn--gradient-black {
  background: radial-gradient(37% 50% at 50% 100%, rgba(231, 249, 255, 0.2) 0%, rgba(231, 249, 255, 0) 100%), linear-gradient(0deg, #2d3957 0%, #2d3957 100%), #1dbab5;
  background-size: 100%;
  color: #ffffff;
}
.btn--gradient-black:hover, .btn--gradient-black:focus, .btn--gradient-black:focus-visible {
  background-size: 200%;
  color: #ffffff;
}
.btn--gradient-white {
  border: 1px solid #C6CBD3;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0.4) 100%), linear-gradient(0deg, #F9FAFB 0%, #F9FAFB 100%), #FFF;
  color: #060b27;
}
.btn--gradient-white:hover, .btn--gradient-white:focus, .btn--gradient-white:focus-visible {
  background-size: 200%;
}
.btn--green {
  background: rgba(14, 173, 99, 0.1);
  color: #0ead63;
}
.btn--green:hover, .btn--green:focus, .btn--green:focus-visible {
  background: #0ead63;
  color: #fff;
}
.btn--gradient-blue {
  background: linear-gradient(0deg, rgba(67, 101, 255, 0.4) 0%, rgba(67, 101, 255, 0.4) 100%), linear-gradient(90deg, #2352bf 0%, #3fa6d5 100%);
  background-size: 100%;
  color: #ffffff;
}
.btn--gradient-blue:hover, .btn--gradient-blue:focus, .btn--gradient-blue:focus-visible {
  background-size: 200%;
  color: #ffffff;
}
.btn--gradient-orange {
  background: linear-gradient(0deg, rgba(255, 179, 91, 0.4) 0%, rgba(255, 179, 91, 0.4) 100%), linear-gradient(270deg, #ff7b00 0%, #e34f15 100%);
  background-size: 100%;
  color: #ffffff;
}
.btn--gradient-orange:hover, .btn--gradient-orange:focus, .btn--gradient-orange:focus-visible {
  background-size: 200%;
  color: #ffffff;
}
.btn.icon-color-orange .btn__icon {
  color: #ff492c;
}
.btn--full {
  display: flex;
  width: 100%;
  gap: 0.8rem;
}
.btn--i {
  min-width: unset;
  width: 4.8rem;
  height: 4.8rem;
  padding: 0;
  flex-shrink: 0;
  font-size: 1.8rem;
  border-radius: 50%;
}
@media (max-width: 767px) {
  .btn--i {
    width: 4rem;
    height: 4rem;
    font-size: 1.5rem;
  }
}
.btn--i.btn--xl {
  width: 8.1rem;
  height: 8.1rem;
  font-size: 1.8rem;
}
@media (max-width: 576px) {
  .btn--i.btn--xl {
    height: 3.6rem;
    width: 3.6rem;
    font-size: 1.3rem;
  }
}
.btn--i.btn--lg {
  width: 6.8rem;
  height: 6.8rem;
  font-size: 2.3rem;
}
@media (max-width: 576px) {
  .btn--i.btn--lg {
    height: 4rem;
    width: 4rem;
    font-size: 1.5rem;
  }
}
.btn--i.btn--md {
  width: 5.2rem;
  height: 5.2rem;
  font-size: 1.8rem;
}
@media (max-width: 576px) {
  .btn--i.btn--md {
    height: 3.8rem;
    width: 3.8rem;
    font-size: 1.3rem;
  }
}
.btn--i.btn--sm {
  height: 4.4rem;
  width: 4.4rem;
  font-size: 1.4rem;
}
@media (max-width: 576px) {
  .btn--i.btn--sm {
    height: 3.6rem;
    width: 3.6rem;
    font-size: 1.2rem;
  }
}
.btn--i.btn--xxsm {
  height: 4rem;
  width: 4rem;
  font-size: 1.2rem;
}
@media (max-width: 576px) {
  .btn--i.btn--xxsm {
    height: 2.8rem;
    width: 2.8rem;
  }
}
.btn--i.btn--3xsm {
  height: 3.8rem;
  width: 3.8rem;
  font-size: 1rem;
}
.btn--i.btn--3xsm.btn--wide {
  width: 5.2rem;
  border-radius: 5rem;
}
@media (max-width: 576px) {
  .btn--i.btn--3xsm.btn--wide {
    font-size: 0.7rem;
  }
}
.btn--i.btn--4xsm {
  height: 2.6rem;
  width: 2.6rem;
  font-size: 1.1rem;
}
.btn-row {
  display: flex;
  align-items: center;
  gap: 1.2rem;
}
@media (max-width: 576px) {
  .btn-row {
    width: 100%;
  }
}
@media (max-width: 576px) {
  .btn-row .btn {
    width: 100%;
  }
}
.btn--i-left, .btn--i-right {
  min-width: unset;
  gap: 1rem;
}
.btn--i-left .btn__icon, .btn--i-right .btn__icon {
  font-size: 1rem;
}
.btn--i-left-end {
  padding-left: 5rem;
  padding-right: 5rem;
}
.btn--i-left-end .btn__icon {
  position: absolute;
  left: 2rem;
}
.btn--i-left-end .btn__icon--rounded {
  left: 1rem;
}
.btn--i-left-end img {
  position: absolute;
  height: 2.4rem;
  left: 1.2rem;
}
.btn--i-right .btn__icon {
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn--i-right-end {
  padding-right: 5rem;
  padding-left: 5rem;
}
.btn--i-right-end .btn__icon {
  position: absolute;
  right: 2rem;
}
.btn--i-right-end .btn__icon--rounded {
  right: 1rem;
}
.btn--i-right-end img {
  position: absolute;
  height: 2.4rem;
  right: 1.2rem;
}
.btn__icon {
  transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
}
.btn__icon--rounded {
  height: 3.3rem;
  width: 3.3rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn.br-0 {
  border-radius: 0;
}
.btn.br-12 {
  border-radius: 1.2rem;
}
.btn.br-10 {
  border-radius: 1rem;
}
.btn.no-click {
  pointer-events: none;
}
.btn.video-btn .btn__icon {
  font-size: 1.6rem;
}
.btn.disabled {
  background: rgba(102, 112, 133, 0.1);
  color: rgba(14, 22, 42, 0.2);
  border: none;
  pointer-events: none;
}

.store-btn {
  display: flex;
  align-items: center;
  gap: 2rem;
  color: #060b27;
  height: 5.2rem;
  border-radius: 7rem;
  background: #dfeef2;
  padding: 0 1.9rem;
  min-width: 19rem;
}
@media (max-width: 991px) {
  .store-btn {
    min-width: unset;
  }
}
@media (max-width: 576px) {
  .store-btn {
    height: 4.6rem;
    gap: 1.4rem;
  }
}
.store-btn:hover {
  text-decoration: underline;
}
.store-btn-title {
  font-size: 1.5rem;
  font-weight: 700;
}
@media (max-width: 576px) {
  .store-btn-title {
    font-size: 1.2rem;
  }
}
.store-btn-icon {
  height: 2.8rem;
  object-fit: contain;
  width: 2.2rem;
}
@media (max-width: 576px) {
  .store-btn-icon {
    height: 2.2rem;
  }
}

.loadmore {
  display: flex;
  justify-content: center;
  align-items: center;
}
.loadmore .btn {
  font-size: 1.4rem;
  margin-top: 3.3rem;
}
@media (max-width: 576px) {
  .loadmore .btn {
    margin-top: 4rem;
  }
}

.filter-btn {
  display: none;
}
@media (max-width: 991px) {
  .filter-btn {
    display: flex;
    align-items: center;
    font-size: 1.6rem;
    font-weight: 500;
    font-family: "Avenir Next", sans-serif;
    height: 5rem;
    border-radius: 1.6rem;
  }
  .filter-btn .btn__icon {
    font-size: 2rem;
  }
}

.clear-filter-btn {
  margin-top: 10rem;
}
@media (max-width: 576px) {
  .clear-filter-btn {
    margin-top: 5rem;
  }
}

@media (max-width: 576px) {
  .after-btn {
    pointer-events: none !important;
  }
}
.after-btn:hover {
  color: #ffffff !important;
}

.hero {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: calc(var(--header-height));
}
@media (max-width: 991px) {
  .hero {
    flex-direction: column;
    padding-top: calc(var(--header-height) + 3rem);
  }
}
.hero-video {
  position: relative;
  height: 53rem;
  width: 100%;
  margin-top: 3rem;
  border-radius: 2.4rem 2.4rem 0 0;
  overflow: hidden;
}
@media (max-width: 576px) {
  .hero-video {
    border-radius: 1.6rem 1.6rem 0 0;
    height: 20rem;
    margin-top: 1rem;
  }
}
.hero-video::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(0deg, rgba(6, 11, 39, 0.2) 0%, rgba(6, 11, 39, 0.2) 100%);
  pointer-events: none;
}
.hero-video .play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.hero-left {
  flex: 0 0 40%;
  max-width: 40%;
  display: flex;
  flex-direction: column;
  gap: 3rem;
  padding-top: calc(var(--header-height));
  padding-bottom: calc(var(--header-height));
}
@media (max-width: 991px) {
  .hero-left {
    padding-top: 0;
    padding-bottom: 4rem;
    flex: unset;
    max-width: unset;
    align-items: center;
  }
}
@media (max-width: 576px) {
  .hero-left {
    gap: 2.8rem;
  }
}
.hero-left .btn-row {
  margin-top: 1rem;
}
@media (max-width: 991px) {
  .hero-left .btn-row {
    margin-top: 0;
  }
}
.hero-left .partner-title {
  margin-top: 3rem;
}
@media (max-width: 991px) {
  .hero-left .partner-title {
    margin-top: 0;
  }
}
.hero-right {
  flex: 0 0 51%;
  max-width: 51%;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  height: 66rem;
  overflow: hidden;
  position: relative;
  transform: translateY(0);
  transition: transform 0s linear;
}
@media (max-width: 991px) {
  .hero-right {
    flex-direction: row;
    flex: unset;
    max-width: unset;
    width: 100%;
    height: 30rem;
    width: 100vw;
    transform: translateX(0);
  }
}
.hero-right .scroll-inner {
  display: flex;
  flex-direction: column;
  transform: translateY(0);
  transition: transform 0s linear;
  grid-area: 1rem;
  gap: 1.5rem;
}
@media (max-width: 991px) {
  .hero-right .scroll-inner {
    gap: 1.5rem;
    flex-direction: row;
    transform: translateX(0);
  }
}
.hero-right .js-animation-img {
  flex-shrink: 0;
  width: auto;
}
.hero-right .js-animation-img > a {
  display: flex;
  border: 1px solid #e3e5f1;
  border-radius: 2rem;
  overflow: hidden;
  box-shadow: 0px 8px 20px -12px rgba(177, 188, 209, 0.5);
  transition: 0.4s ease;
  height: 100%;
  width: 100%;
}
.hero-right .js-animation-img > a:hover {
  transition: 0.4s ease;
  border: 1px solid #4478FF;
}
.hero-right .js-animation-img img {
  object-fit: cover;
  transform: scale(1.01);
  width: 100%;
  height: 100%;
}
.hero-right .js-animation-img.double {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
}
@media (max-width: 991px) {
  .hero-right .js-animation-img.double {
    display: flex;
    width: 54rem;
  }
}
.hero-right .js-animation-img.double img {
  width: 100%;
}
@media (max-width: 991px) {
  .hero-right .js-animation-img.double img {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .hero-right .js-animation-img {
    flex-shrink: 0;
    width: 46rem;
  }
}
.hero-text {
  letter-spacing: -0.17px;
}
@media (max-width: 991px) {
  .hero-text {
    text-align: center;
  }
}
.hero-title {
  line-height: 1.2;
}
@media (max-width: 991px) {
  .hero-title {
    text-align: center;
  }
}

.langs {
  position: relative;
  width: max-content;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  height: 100%;
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .langs {
    padding-left: 2rem;
    display: none;
    z-index: 1;
  }
}
@media (max-width: 576px) {
  .langs {
    margin-left: 2rem;
    padding-left: 1.7rem;
  }
}
@media (min-width: 992px) {
  .langs:hover .langs-menu-icon {
    transform: scale(1, -1);
  }
  .langs:hover .langs-menu-content {
    opacity: 1;
    pointer-events: all;
  }
}
.langs-menu {
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  position: relative;
  height: 4.4rem;
  border-radius: 7rem;
  padding: 0 1.2rem;
  font-size: 1.4rem;
  transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
}
@media (max-width: 991px) {
  .langs-menu {
    display: none;
  }
}
.langs-menu:hover, .langs-menu.active {
  color: #060b27;
}
.langs-menu:hover .header-langs-menu__code, .langs-menu.active .header-langs-menu__code {
  opacity: 1;
}
.langs-menu.active .langs-menu-icon {
  transform: scale(1, -1);
}
.langs-menu.active + .langs-menu-content {
  opacity: 1;
  pointer-events: all;
}
.langs-menu__img {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 1.6rem;
  width: 1.6rem;
  border-radius: 50%;
  overflow: hidden;
}
@media (max-width: 991px) {
  .langs-menu__img {
    height: 1.8rem;
    width: 1.8rem;
  }
}
.langs-menu__img img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.langs-menu__code {
  color: rgba(16, 24, 40, 0.8);
  font-weight: 500;
  font-size: 1.4rem;
  transition: 0.25s ease-in-out;
  margin-left: 1rem;
  font-weight: 600;
  font-family: "Avenir Next Demi", sans-serif;
}
@media (max-width: 991px) {
  .langs-menu__code {
    display: none;
  }
}
.langs-menu-icon {
  color: rgba(106, 111, 141, 0.8);
  font-size: 1rem;
  display: flex;
  margin-left: 1rem;
  transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
}
@media (max-width: 576px) {
  .langs-menu-icon {
    font-size: 1rem;
  }
}
.langs-menu-content {
  padding: 0.7rem;
  bottom: 1rem;
  transform: translateY(100%);
  left: 0;
  position: absolute;
  width: 100%;
  transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
  background: #ffffff;
  opacity: 0;
  pointer-events: none;
  z-index: 3;
  border: 1px solid #e3e5f1;
  border-radius: 1.4rem;
  box-shadow: 0px 12px 30px -16px #B1BCD1;
}
@media (max-width: 991px) {
  .langs-menu-content {
    opacity: 1;
    pointer-events: all;
    width: max-content;
    position: static;
    transform: unset;
    display: flex;
    align-items: center;
    border-radius: 6rem;
    padding: 0 0.5rem;
    height: 4rem;
  }
}
.langs-menu-content__item {
  display: flex;
  align-items: center;
  padding: 1rem 0.5rem;
  justify-content: center;
  border-radius: 0.7rem;
}
@media (max-width: 991px) {
  .langs-menu-content__item {
    height: 3rem;
    width: 3rem;
    padding: 0;
    border-radius: 50%;
  }
}
.langs-menu-content__item:hover {
  background: rgba(237, 238, 241, 0.5);
}
.langs-menu-content__item + .langs-menu-content__item {
  margin-top: 1rem;
}
@media (max-width: 991px) {
  .langs-menu-content__item + .langs-menu-content__item {
    margin-top: 0;
  }
}
.langs-menu-content__item.active {
  background: rgba(237, 238, 241, 0.5);
}
.langs-menu-content__item.active .langs-menu__code {
  color: #101828;
}
.langs-menu-content__item .langs-menu__img {
  flex-shrink: 0;
}

.subpage {
  padding-bottom: 10rem;
  padding-top: var(--header-height);
}
.subpage__text {
  max-width: 99rem;
}
.subpage__title {
  max-width: 87rem;
}
.subpage .oops-img {
  height: 18rem;
  object-fit: contain;
}
@media (max-width: 576px) {
  .subpage .oops-img {
    height: 10rem;
  }
}
.subpage-intro {
  padding-top: calc(var(--header-height) + 5rem);
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  border-bottom: 1px solid #e8eaf2;
  background: radial-gradient(78.88% 72.31% at 50.59% 99.57%, rgba(227, 236, 247, 0.5) 15%, rgba(255, 255, 255, 0.5) 100%);
}
@media (max-width: 576px) {
  .subpage-intro {
    padding-top: calc(var(--header-height) + 3rem);
    padding-top: 3rem;
  }
}
.subpage-intro .toptitle {
  text-transform: uppercase;
}
.subpage.with-breadcrumb .subpage-intro {
  padding-top: 0;
}
.subpage-badge {
  margin-bottom: 2rem;
}
.subpage-content-row {
  display: flex;
  gap: 7rem;
}
@media (max-width: 991px) {
  .subpage-content-row {
    flex-direction: column;
    gap: 4rem;
  }
}
.subpage-content-left {
  flex: 0 0 27.2%;
  max-width: 27.2%;
}
@media (max-width: 991px) {
  .subpage-content-left {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.subpage-content-right {
  flex: 0 0 66%;
  max-width: 66%;
}
@media (max-width: 991px) {
  .subpage-content-right {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.subpage-content-right-footer {
  padding-top: 4rem;
  margin-top: 6rem;
  border-top: 1px solid #e3e5f1;
}
.subpage-content-right-footer .btn-row {
  justify-content: center;
  gap: 6rem;
}
@media (max-width: 576px) {
  .subpage-content-right-footer .btn-row {
    gap: 2rem;
    justify-content: space-between;
    width: 100%;
  }
}
.subpage-content-right-footer .btn-row .btn {
  min-width: 18rem;
}
@media (max-width: 576px) {
  .subpage-content-right-footer .btn-row .btn {
    min-width: unset;
    width: 100%;
  }
}
.subpage--gradient .subpage-intro {
  border-bottom: 0;
  background: transparent;
}
.subpage--gradient::before {
  content: "";
  position: absolute;
  top: 5rem;
  left: 0;
  background: radial-gradient(78.88% 72.31% at 50.59% 99.57%, rgba(227, 236, 247, 0.5) 15%, rgba(255, 255, 255, 0.5) 100%);
  height: 72rem;
  width: 100%;
  z-index: -1;
  pointer-events: none;
}
.subpage--gradient:after {
  content: "";
  position: absolute;
  top: 77rem;
  left: 0;
  background: #e8eaf2;
  height: 1px;
  width: 100%;
  z-index: -1;
}
.subpage-hero {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .subpage-hero {
    flex-direction: column;
    text-align: center;
    gap: 2rem;
  }
}
.subpage-hero-img {
  width: 100%;
  object-fit: cover;
  border-radius: 2.4rem 2.4rem 0 0;
  margin-top: 3rem;
}
.subpage-hero-left {
  flex: 0 0 45%;
  max-width: 45%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2rem;
}
@media (max-width: 991px) {
  .subpage-hero-left {
    flex: unset !important;
    max-width: unset !important;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
}
@media (max-width: 576px) {
  .subpage-hero-left {
    gap: 0.7rem;
  }
}
.subpage-hero-left .subpage-hero-text {
  max-width: 50rem;
}
@media (max-width: 991px) {
  .subpage-hero-right {
    width: 100%;
  }
}
.subpage-hero-right .subpage-hero-img {
  height: 50rem;
  object-fit: contain;
  margin-top: 0;
  border-radius: 1.8rem 1.8rem 0 0;
}
@media (max-width: 991px) {
  .subpage-hero-right .subpage-hero-img {
    height: 38rem;
  }
}
@media (max-width: 576px) {
  .subpage-hero-right .subpage-hero-img {
    height: 28.5rem;
    border-radius: 0.9rem 0.9rem 0 0;
  }
}
.subpage-hero.column {
  flex-direction: column;
  gap: 1.7rem;
  text-align: center;
}
@media (max-width: 991px) {
  .subpage-hero.column {
    gap: 1rem;
  }
}
@media (max-width: 991px) {
  .subpage-hero .toptitle {
    justify-content: center;
  }
}
@media (max-width: 991px) {
  .subpage-hero .btn-row {
    justify-content: center;
    margin-top: 2rem;
  }
}
.subpage-hero .slide-images {
  display: flex;
  gap: 1.6rem;
  align-items: flex-end;
  margin-top: 4rem;
  justify-content: flex-start;
  width: 100vw;
  overflow-x: auto;
  scroll-behavior: auto;
  white-space: nowrap;
  pointer-events: none;
}
.subpage-hero .slide-images::-webkit-scrollbar {
  display: none;
}
@media (max-width: 576px) {
  .subpage-hero .slide-images {
    gap: 0.8rem;
  }
}
.subpage-hero .slide-images .slide-image {
  object-fit: cover;
  border-radius: 3rem 3rem 0 0;
  flex-shrink: 0;
}
@media (max-width: 576px) {
  .subpage-hero .slide-images .slide-image {
    border-radius: 1.6rem 1.6rem 0 0;
  }
}
.subpage-hero .slide-images .slide-image:nth-child(odd) {
  height: 49rem;
}
@media (max-width: 576px) {
  .subpage-hero .slide-images .slide-image:nth-child(odd) {
    height: 23rem;
  }
}
.subpage-hero .slide-images .slide-image:nth-child(even) {
  height: 44rem;
}
@media (max-width: 576px) {
  .subpage-hero .slide-images .slide-image:nth-child(even) {
    height: 25.6rem;
  }
}
@media (max-width: 991px) {
  .subpage {
    padding-bottom: 5rem;
  }
}
.subpage .count-item-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-column-gap: 4.5rem;
  grid-row-gap: 3rem;
}
@media (max-width: 991px) {
  .subpage .count-item-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

.modal {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -48%);
  background: #fff;
  z-index: 403;
  pointer-events: none;
  transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
  display: flex;
  flex-direction: column;
  opacity: 0;
  min-height: 25rem;
  min-width: 40rem;
  width: 75rem;
  max-width: calc(100% - 3.6rem);
  height: 90dvh;
  height: 80rem;
  border-radius: 2.2rem;
  box-shadow: 0px 8px 10px -12px rgba(177, 188, 209, 0.2);
  visibility: hidden;
  max-height: 80rem;
  max-height: 90vh;
}
@media (max-width: 991px) {
  .modal {
    max-width: 100%;
    border-radius: 0;
    height: 100svh;
    width: 100%;
    max-height: unset;
    min-width: unset;
  }
}
.modal::-webkit-scrollbar {
  width: 4px;
  margin-right: 2rem;
}
.modal::-webkit-scrollbar-track {
  background: #edeef1;
  margin-right: 1rem;
  padding-right: 1rem;
}
.modal::-webkit-scrollbar-thumb {
  background: #6a6f8d;
}
.modal.active {
  transform: translate(-50%, -50%);
  opacity: 1;
  pointer-events: all;
  visibility: visible;
}
.modal-header {
  padding: 0 3rem;
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  height: 6.6rem;
  border-bottom: 1px solid #e8eaf2;
}
@media (max-width: 576px) {
  .modal-header {
    padding: 1.9rem var(--container-gutter);
  }
}
.modal-header-title {
  font-size: 1.6rem;
  font-weight: 600;
  font-family: "Avenir Next Demi", sans-serif;
  line-height: 1.6;
  color: #101828;
}
.modal-close {
  cursor: pointer;
  display: flex;
  font-size: 1.3rem;
  transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
  color: #6a6f8d;
  position: absolute;
  left: var(--container-gutter);
  top: 50%;
  transform: translate(0, -50%);
}
.modal-content {
  padding: 3rem var(--container-gutter);
  width: 100%;
  height: calc(100svh - 16.6rem);
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-content::-webkit-scrollbar {
  width: 4px;
  margin-right: 2rem;
}
.modal-content::-webkit-scrollbar-track {
  background: #edeef1;
  background: transparent;
  margin-right: 1rem;
  padding-right: 1rem;
}
.modal-content::-webkit-scrollbar-thumb {
  background: rgba(106, 111, 141, 0.2);
}
@media (max-width: 576px) {
  .modal-content {
    padding: 3rem var(--container-gutter);
  }
}
.modal-content .dropdown-wrapper {
  margin-bottom: 4rem;
}
.modal-content .dropdown-bar-title {
  font-size: 1rem;
}
.modal-content .dropdown_bar-item__title {
  font-size: 1.6rem;
}
.modal-footer {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 var(--container-gutter);
  gap: 1rem;
  height: 10rem;
}
@media (max-width: 991px) {
  .modal-footer {
    margin-top: 1rem;
  }
}
@media (max-width: 576px) {
  .modal-footer {
    padding: 2.4rem var(--container-gutter);
  }
}
.modal-footer .or-text {
  position: absolute;
  top: 0;
  left: 50%;
  margin: 0;
  transform: translate(-50%, -50%);
  background: #ffffff;
  padding: 0 2rem;
}
.modal-footer .btn {
  margin: 0;
}
.modal--qr {
  width: auto;
  min-width: unset;
  height: auto;
}
.modal--qr .modal-content {
  padding: 0;
  height: auto;
}
.modal--qr .modal-content img {
  height: 34.4rem;
  width: 34.4rem;
  object-fit: contain;
  border-radius: 2.2rem;
}
@media (max-width: 991px) {
  .modal--qr .modal-content img {
    border-radius: 1.6rem;
  }
}
@media (max-width: 576px) {
  .modal--qr .modal-content img {
    height: 25rem;
    width: 25rem;
  }
}
.modal--qr .modal-close {
  position: fixed;
  top: -5rem;
  right: 0;
  transform: translateY(-100%);
  color: #fff;
  left: unset;
  transform: unset;
  font-size: 3rem;
}

.js-open-modal {
  cursor: pointer;
}

.link {
  font-size: 1.7rem;
  text-decoration: none;
  font-weight: 600;
  transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
  cursor: pointer;
  color: #667085;
  font-family: "Avenir Next Demi", sans-serif;
}
@media (max-width: 576px) {
  .link {
    font-size: 1.5rem;
  }
}
.link:hover {
  color: #4478FF;
}
.link:hover .link__icon {
  transform: translateX(0.4rem);
}
.link.active .link__icon {
  transform: scale(1, -1) !important;
}
.link--xl {
  font-size: 3.4rem;
}
@media (max-width: 576px) {
  .link--xl {
    font-size: 2rem;
  }
}
.link--xl .link__icon {
  font-size: 2rem;
  margin-right: 1.5rem !important;
}
.link--lg {
  font-size: 2.4rem;
}
@media (max-width: 576px) {
  .link--lg {
    font-size: 1.7rem;
  }
}
.link--mlg {
  font-size: 1.7rem;
}
@media (max-width: 576px) {
  .link--mlg {
    font-size: 1.4rem;
  }
}
.link--md {
  font-size: 1.6rem;
}
@media (max-width: 576px) {
  .link--md {
    font-size: 1.4rem;
  }
}
.link--xmd {
  font-size: 1.5rem;
}
.link--xmd .link__icon {
  font-size: 1.3rem;
}
@media (max-width: 576px) {
  .link--xmd {
    font-size: 1.4rem;
  }
}
.link--sm {
  font-size: 1.4rem;
}
@media (max-width: 576px) {
  .link--sm {
    font-size: 1.3rem;
  }
}
.link--underline {
  text-decoration: underline;
}
.link--uppercase {
  text-transform: uppercase;
}
.link--red {
  color: #e54545;
}
.link--red:hover {
  color: rgb(216.7075471698, 30.2924528302, 30.2924528302);
}
.link--purple {
  color: #392dca;
}
.link--purple:hover {
  color: rgb(45.2307692308, 35.7085020243, 160.2914979757);
}
.link--red-light {
  color: #fecdca;
}
.link--red-light:hover {
  color: rgb(253.0555555556, 157.7777777778, 151.9444444444);
}
.link--blue {
  color: #4478FF;
}
.link--blue:hover {
  color: rgb(17, 83.1818181818, 255);
}
.link--blue-2 {
  color: #4478FF;
}
.link--blue-2:hover {
  color: rgb(17, 83.1818181818, 255);
}
.link--blue-3 {
  color: #4478FF;
}
.link--blue-3:hover {
  color: rgb(17, 83.1818181818, 255);
}
.link--white {
  color: #ffffff;
}
.link--white:hover {
  color: rgb(252.45, 252.45, 252.45);
}
.link--white:hover .link__icon.icon-rounded {
  background: rgb(252.45, 252.45, 252.45);
}
.link--white .link__icon.icon-rounded {
  background: #ffffff;
  color: #101828;
}
.link--light-gray {
  color: rgba(102, 112, 133, 0.4);
}
.link--light-gray:hover {
  color: rgb(99.7863829787, 109.5693617021, 130.1136170213);
}
.link--gray {
  color: #667085;
}
.link--gray .link__icon {
  color: #667085;
}
.link--gray:hover {
  color: rgb(79.8638297872, 87.6936170213, 104.1361702128);
}
.link--gray:hover .link__icon {
  color: rgb(79.8638297872, 87.6936170213, 104.1361702128);
}
.link--medium-gray {
  color: rgba(102, 112, 133, 0.6);
}
.link--medium-gray .link__icon {
  color: rgba(102, 112, 133, 0.6);
}
.link--medium-gray:hover {
  color: #667085;
}
.link--medium-gray:hover .link__icon {
  color: #667085;
}
.link--dark-gray {
  color: rgba(102, 112, 133, 0.7);
}
.link--dark-gray .link__icon {
  color: rgba(102, 112, 133, 0.7);
}
.link--dark-gray:hover {
  color: #667085;
}
.link--green {
  color: #59BF00;
}
.link--green:hover {
  color: rgb(65.2356020942, 140, 0);
}
.link--dark-green {
  color: #59BF00;
}
.link--dark-green:hover {
  color: rgb(65.2356020942, 140, 0);
}
.link--black {
  color: #060b27;
}
.link--black:hover {
  color: #e54545;
}
.link--light-black {
  color: rgba(6, 11, 39, 0.8);
}
.link--light-black:hover {
  color: #e54545;
}
.link__icon {
  font-size: 1.1rem;
  transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
}
@media (max-width: 576px) {
  .link__icon {
    font-size: 1.1rem;
  }
}
.link__icon.icon-rounded {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  font-size: 0.8rem;
}
.link--map {
  line-height: 1.5;
}
.link--map .link__icon {
  margin-top: 0.4rem;
}
.link--i-left {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.link--i-left:hover .link__text::after {
  width: 100%;
}
.link--i-right {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.link--i-right:hover .link__text::after {
  width: 100%;
}
.link--i-transformed .link__icon {
  transform: rotate(-45deg);
}

.section {
  padding-top: 8rem;
  position: relative;
}
@media (max-width: 991px) {
  .section {
    padding-top: 4rem;
  }
}
.section-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 4.4rem;
  gap: 1rem;
}
@media (max-width: 991px) {
  .section-head {
    flex-direction: column;
    text-align: center;
  }
}
@media (max-width: 576px) {
  .section-head {
    margin-bottom: 2rem;
  }
}
.section-head-title {
  letter-spacing: -0.48px;
}
@media (max-width: 576px) {
  .section-head-title {
    line-height: 1.5;
  }
}
.section-head-left {
  flex: 0 0 34%;
  max-width: 34%;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media (max-width: 991px) {
  .section-head-left {
    flex: unset;
    max-width: unset;
    width: 100%;
    align-items: center;
  }
}
.section-head-right {
  flex: 0 0 59%;
  max-width: 59%;
}
@media (max-width: 991px) {
  .section-head-right {
    flex: unset;
    max-width: unset;
    width: 100%;
  }
}
.section-left {
  flex: 0 0 62%;
  max-width: 62%;
}
@media (max-width: 991px) {
  .section-left {
    max-width: 100%;
    flex: unset;
  }
}
.section-right {
  flex: 0 0 34%;
  max-width: 34%;
}
@media (max-width: 991px) {
  .section-right {
    max-width: 100%;
    flex: unset;
  }
}
.section.with-top-border {
  margin-top: 8rem;
  border-top: 1px solid #e8eaf2;
}
@media (max-width: 991px) {
  .section.with-top-border {
    margin-top: 4rem;
  }
}
.section.bg-linear {
  background: linear-gradient(180deg, #f9fafb 0%, #fff 100%);
}
.section.bg-linear-blue {
  background: radial-gradient(78.88% 72.31% at 50.59% 99.57%, rgba(227, 236, 247, 0.5) 15%, rgba(255, 255, 255, 0.5) 100%);
}
.section--row .section-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 991px) {
  .section--row .section-content {
    flex-direction: column-reverse;
    flex-direction: column;
    gap: 3rem;
  }
}
.section--row .section-content-left {
  flex: 0 0 45%;
  max-width: 45%;
  display: flex;
  flex-direction: column;
  gap: 4rem;
}
@media (max-width: 991px) {
  .section--row .section-content-left {
    flex: unset !important;
    max-width: unset !important;
    gap: 0.5rem;
  }
}
.section--row .section-content-left .content {
  margin-top: 2rem;
}
.section--row .section-content-left .btn-row {
  margin-top: 2rem;
}
.section--row .section-content-left .checklist {
  margin-top: 2rem;
}
@media (max-width: 991px) {
  .section--row .section-content-left .checklist {
    margin-top: 1rem;
  }
}
.section--row .section-content-right {
  flex: 0 0 45%;
  max-width: 45%;
}
@media (max-width: 991px) {
  .section--row .section-content-right {
    flex: unset !important;
    max-width: unset !important;
    width: 100%;
  }
}
.section--row.section--row-reverse .section-content {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .section--row.section--row-reverse .section-content {
    flex-direction: column;
    align-items: flex-start;
  }
}
.section--row .img-wrapper {
  display: flex;
  flex-wrap: wrap;
  flex: 0 0 47.5%;
  max-width: 47.5%;
  row-gap: 1.4rem;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .section--row .img-wrapper {
    flex: unset;
    max-width: unset;
    row-gap: 0.8rem;
  }
}
.section--row .img-wrapper .career-section-img {
  border-radius: 2rem;
  overflow: hidden;
  display: block;
}
@media (max-width: 991px) {
  .section--row .img-wrapper .career-section-img {
    border-radius: 1.2rem;
  }
}
.section--row .img-wrapper .career-section-img:nth-child(1), .section--row .img-wrapper .career-section-img:nth-child(2) {
  height: 17.5rem;
}
@media (max-width: 991px) {
  .section--row .img-wrapper .career-section-img:nth-child(1), .section--row .img-wrapper .career-section-img:nth-child(2) {
    height: 23.4rem;
  }
}
@media (max-width: 576px) {
  .section--row .img-wrapper .career-section-img:nth-child(1), .section--row .img-wrapper .career-section-img:nth-child(2) {
    height: 17.5rem;
  }
}
.section--row .img-wrapper .career-section-img:nth-child(1) {
  width: 51.7%;
}
.section--row .img-wrapper .career-section-img:nth-child(2) {
  width: 46%;
}
.section--row .img-wrapper .career-section-img:nth-child(3) {
  width: 100%;
  height: 22.5rem;
}
@media (max-width: 576px) {
  .section--row .img-wrapper .career-section-img:nth-child(3) {
    height: 22.5rem;
  }
}
.section--row .img-wrapper .career-section-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.section--row .img-wrapper.row {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  gap: 1.4rem;
}
@media (max-width: 991px) {
  .section--row .img-wrapper.row {
    width: 100%;
    flex-wrap: wrap;
  }
}
@media (max-width: 576px) {
  .section--row .img-wrapper.row {
    gap: 0.8rem;
  }
}
.section--row .img-wrapper.row .img-wrapper-left {
  max-width: 35rem;
}
@media (max-width: 991px) {
  .section--row .img-wrapper.row .img-wrapper-left {
    max-width: unset;
    width: 100%;
  }
}
.section--row .img-wrapper.row .img-wrapper-left .career-section-img {
  height: 41.4rem;
  width: 100%;
}
@media (max-width: 991px) {
  .section--row .img-wrapper.row .img-wrapper-left .career-section-img {
    height: 23.4rem;
  }
}
@media (max-width: 576px) {
  .section--row .img-wrapper.row .img-wrapper-left .career-section-img {
    height: 22.5rem;
  }
}
.section--row .img-wrapper.row .img-wrapper-right {
  width: 100%;
  max-width: 23rem;
  display: flex;
  flex-direction: column;
  gap: 1.4rem;
}
@media (max-width: 991px) {
  .section--row .img-wrapper.row .img-wrapper-right {
    flex-direction: row;
    max-width: unset;
  }
}
@media (max-width: 576px) {
  .section--row .img-wrapper.row .img-wrapper-right {
    gap: 0.8rem;
  }
}
.section--row .img-wrapper.row .img-wrapper-right .career-section-img:nth-child(1), .section--row .img-wrapper.row .img-wrapper-right .career-section-img:nth-child(2) {
  width: 100%;
}
.section--row .img-wrapper.row .img-wrapper-right .career-section-img:nth-child(1) {
  height: 23.4rem;
}
@media (max-width: 991px) {
  .section--row .img-wrapper.row .img-wrapper-right .career-section-img:nth-child(1) {
    width: 52.7%;
  }
}
@media (max-width: 576px) {
  .section--row .img-wrapper.row .img-wrapper-right .career-section-img:nth-child(1) {
    height: 17.5rem;
  }
}
.section--row .img-wrapper.row .img-wrapper-right .career-section-img:nth-child(2) {
  height: 16.6rem;
}
@media (max-width: 991px) {
  .section--row .img-wrapper.row .img-wrapper-right .career-section-img:nth-child(2) {
    height: 23.4rem;
    width: 46%;
  }
}
@media (max-width: 576px) {
  .section--row .img-wrapper.row .img-wrapper-right .career-section-img:nth-child(2) {
    height: 17.5rem;
  }
}
.section--column {
  display: flex;
  flex-direction: column;
  gap: 4.2rem;
}
.section--column .section-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4rem;
}
.section--center {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.section--center .section-head {
  flex-direction: column;
}
.section--center .section-head-title {
  text-align: center;
}
.section.product-form-section-wrapper {
  overflow: visible;
}
.section.product-form-section-wrapper .product-form {
  position: relative;
  display: flex;
  justify-content: space-between;
  border-radius: 4rem;
}
@media (max-width: 991px) {
  .section.product-form-section-wrapper .product-form {
    flex-direction: column;
    border-radius: 2rem;
  }
}
.section.product-form-section-wrapper .product-form::before {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: linear-gradient(0deg, rgba(57, 45, 202, 0.15), rgba(57, 45, 202, 0.15)), radial-gradient(53.54% 90.81% at 21.7% 100%, #392dca 12.14%, rgba(57, 45, 202, 0.1) 100%);
  opacity: 0.25;
  border-radius: 4rem;
  z-index: -1;
}
@media (max-width: 991px) {
  .section.product-form-section-wrapper .product-form::before {
    border-radius: 2rem;
  }
}
.section.product-form-section-wrapper .product-form-left {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  padding: 9rem;
  position: relative;
}
@media (max-width: 576px) {
  .section.product-form-section-wrapper .product-form-left {
    padding: 3.5rem var(--container-gutter);
  }
}
@media (max-width: 576px) {
  .section.product-form-section-wrapper .product-form-left .product-form-title {
    font-size: 2rem;
  }
}
.section.product-form-section-wrapper .product-form-right {
  padding: 2.2rem 2.5rem 2.2rem 2.2rem;
  width: 48%;
  flex-shrink: 0;
}
@media (max-width: 991px) {
  .section.product-form-section-wrapper .product-form-right {
    width: 100%;
  }
}
@media (max-width: 576px) {
  .section.product-form-section-wrapper .product-form-right {
    padding: 1rem;
  }
}
.section.product-form-section-wrapper .product-form-right .box {
  height: 100%;
}
@media (max-width: 991px) {
  .section.product-form-section-wrapper .product-form-right .box {
    padding-top: 7rem;
    padding-bottom: 2rem;
  }
}
.section.product-form-section-wrapper .product-form-img {
  height: 45rem;
  margin-bottom: -19rem;
}
@media (max-width: 991px) {
  .section.product-form-section-wrapper .product-form-img {
    height: 33rem;
    margin-top: 2rem;
  }
}
@media (max-width: 576px) {
  .section.product-form-section-wrapper .product-form-img {
    height: 21rem;
    margin-bottom: -11rem;
  }
}
.section.product-form-section-wrapper .product-form .submit-btn {
  min-width: 19.5rem;
}
@media (max-width: 576px) {
  .section.product-form-section-wrapper .product-form .submit-btn {
    min-width: unset;
    width: 100%;
  }
}
.section.product-form-section-wrapper .product-form .product-form-img-grid {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1.2rem;
  margin-top: 7rem;
}
@media (max-width: 576px) {
  .section.product-form-section-wrapper .product-form .product-form-img-grid {
    gap: 0.9rem;
    margin-top: 4rem;
  }
}
.section.product-form-section-wrapper .product-form .product-form-img-grid .grid-img {
  height: auto;
  width: 17%;
  object-fit: contain;
  z-index: 1;
  position: relative;
}
.section.product-form-section-wrapper .product-form .product-form-img-grid .grid-img:nth-child(1) {
  width: 30%;
  height: auto;
}
.section.product-form-section-wrapper .product-form .product-form-img-grid .grid-img:nth-child(2) {
  width: 30%;
  height: auto;
}
.section.product-form-section-wrapper .product-form .product-form-img-grid .grid-img:nth-child(3) {
  width: 30%;
  height: auto;
}
.section.product-form-section-wrapper .product-form .branch-item + .branch-item {
  border-top: 1px solid rgba(6, 11, 39, 0.08);
  padding-top: 4rem;
  margin-top: 4rem;
}
.section.product-form-section-wrapper .product-form--column {
  flex-direction: column;
  align-items: center;
}
@media (max-width: 991px) {
  .section.product-form-section-wrapper .product-form--column {
    width: 100%;
  }
}
.section.product-form-section-wrapper .product-form--column .product-form-right {
  width: 70%;
  padding: 2.2rem 2.5rem 6.2rem 2.2rem;
}
@media (max-width: 991px) {
  .section.product-form-section-wrapper .product-form--column .product-form-right {
    width: 100%;
    padding-bottom: 2.2rem;
  }
}
@media (max-width: 576px) {
  .section.product-form-section-wrapper .product-form--column .product-form-right {
    padding: 1rem;
  }
}
.section.product-form-section-wrapper .product-form--column .product-form-left {
  flex: 0 0 70%;
  max-width: 70%;
  padding: 4rem;
  padding-bottom: 3rem;
  gap: 2rem;
}
@media (max-width: 576px) {
  .section.product-form-section-wrapper .product-form--column .product-form-left {
    padding: 3rem var(--container-gutter);
    padding-bottom: 1.5rem;
    flex: unset;
    max-width: unset;
  }
}
.section.product-form-section-wrapper .title--product {
  color: #392dca;
}
.section.quick-links-wrapper {
  padding-top: 10rem;
  margin-top: 12rem;
  overflow: visible;
}
@media (max-width: 576px) {
  .section.quick-links-wrapper {
    margin-top: 7rem;
    padding-top: 7rem;
  }
}
.section.quick-links-wrapper .container {
  max-width: 50.2rem;
}
.section.quick-links-wrapper .title {
  font-size: 3.2rem;
}
@media (max-width: 576px) {
  .section.quick-links-wrapper .title {
    font-size: 2rem;
    max-width: 30rem;
  }
}
.section.integrations-section-wrapper {
  padding-bottom: 0;
  border-bottom: 1px solid #e8eaf2;
  overflow: hidden;
}
.section.integrations-section-wrapper .section-head-text {
  max-width: 75rem;
}
.section.integrations-section-wrapper .tab::before {
  content: "";
  height: 82rem;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0.5;
  z-index: -2;
  background: radial-gradient(49.39% 28.19% at 50% 50%, #e3ecf7 0%, rgba(227, 236, 247, 0) 100%);
}
.section.integrations-section-wrapper .app-section-img {
  width: 100%;
  object-fit: cover;
  position: relative;
  border-radius: 1.8rem 1.8rem 0 0;
  z-index: 4;
  position: relative;
  box-shadow: -5.96px 35.96px 32.647px 0px rgba(68, 120, 255, 0.07);
}
@media (max-width: 991px) {
  .section.integrations-section-wrapper .app-section-img {
    height: auto;
  }
}
.section.integrations-section-wrapper .tab-link-wrapper {
  padding: 0 var(--container-pusher-xsmall);
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .section.integrations-section-wrapper .tab-link-wrapper {
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .section.integrations-section-wrapper .tab-link-wrapper {
    justify-content: flex-start;
  }
}
@media (max-width: 576px) {
  .section.integrations-section-wrapper .tab-link-wrapper {
    padding: 0 var(--container-gutter);
  }
}
.section.integrations-section-wrapper .tab-content-wrapper {
  margin-top: 15rem;
  padding: 0 var(--container-pusher-xsmall);
  padding-top: 15rem;
  border-top: 1px solid #e3e5f1;
  position: relative;
}
@media (max-width: 991px) {
  .section.integrations-section-wrapper .tab-content-wrapper {
    padding: 0 var(--container-gutter);
    padding-top: 15rem;
  }
}
@media (max-width: 576px) {
  .section.integrations-section-wrapper .tab-content-wrapper {
    padding-top: 7rem;
    margin-top: 7rem;
  }
}
.section.integrations-section-wrapper .tab-content-wrapper .border-logos .border-logo-wrapper {
  position: absolute;
  top: 0;
}
.section.integrations-section-wrapper .tab-content-wrapper .border-logos .border-logo-wrapper:nth-child(1) {
  left: calc(var(--container-pusher-xsmall) - 2.2rem);
  transform: translateY(-50%);
}
@media (max-width: 991px) {
  .section.integrations-section-wrapper .tab-content-wrapper .border-logos .border-logo-wrapper:nth-child(1) {
    left: calc(var(--container-gutter) + 2rem);
  }
}
@media (max-width: 767px) {
  .section.integrations-section-wrapper .tab-content-wrapper .border-logos .border-logo-wrapper:nth-child(1) {
    left: calc(var(--container-gutter) + 7rem);
  }
}
@media (max-width: 576px) {
  .section.integrations-section-wrapper .tab-content-wrapper .border-logos .border-logo-wrapper:nth-child(1) {
    left: calc(var(--container-gutter) + 1.5rem);
  }
}
.section.integrations-section-wrapper .tab-content-wrapper .border-logos .border-logo-wrapper:nth-child(2) {
  left: calc(var(--container-pusher-xsmall) + 14.2rem);
  transform: translateY(-50%);
}
@media (max-width: 991px) {
  .section.integrations-section-wrapper .tab-content-wrapper .border-logos .border-logo-wrapper:nth-child(2) {
    left: calc(var(--container-gutter) + 16rem);
  }
}
@media (max-width: 767px) {
  .section.integrations-section-wrapper .tab-content-wrapper .border-logos .border-logo-wrapper:nth-child(2) {
    left: calc(var(--container-gutter) + 20rem);
  }
}
@media (max-width: 576px) {
  .section.integrations-section-wrapper .tab-content-wrapper .border-logos .border-logo-wrapper:nth-child(2) {
    left: calc(var(--container-gutter) + 7.5rem);
  }
}
.section.integrations-section-wrapper .tab-content-wrapper .border-logos .border-logo-wrapper:nth-child(3) {
  left: auto;
  right: calc(var(--container-pusher-xsmall) + 14.2rem);
  transform: translateY(-50%);
}
@media (max-width: 991px) {
  .section.integrations-section-wrapper .tab-content-wrapper .border-logos .border-logo-wrapper:nth-child(3) {
    right: calc(var(--container-gutter) + 16rem);
  }
}
@media (max-width: 767px) {
  .section.integrations-section-wrapper .tab-content-wrapper .border-logos .border-logo-wrapper:nth-child(3) {
    right: calc(var(--container-gutter) + 20rem);
  }
}
@media (max-width: 576px) {
  .section.integrations-section-wrapper .tab-content-wrapper .border-logos .border-logo-wrapper:nth-child(3) {
    right: calc(var(--container-gutter) + 7.5rem);
  }
}
.section.integrations-section-wrapper .tab-content-wrapper .border-logos .border-logo-wrapper:nth-child(4) {
  left: auto;
  right: calc(var(--container-pusher-xsmall) - 2.2rem);
  transform: translateY(-50%);
}
@media (max-width: 991px) {
  .section.integrations-section-wrapper .tab-content-wrapper .border-logos .border-logo-wrapper:nth-child(4) {
    right: calc(var(--container-gutter) + 2rem);
  }
}
@media (max-width: 767px) {
  .section.integrations-section-wrapper .tab-content-wrapper .border-logos .border-logo-wrapper:nth-child(4) {
    right: calc(var(--container-gutter) + 7rem);
  }
}
@media (max-width: 576px) {
  .section.integrations-section-wrapper .tab-content-wrapper .border-logos .border-logo-wrapper:nth-child(4) {
    right: calc(var(--container-gutter) + 1.5rem);
  }
}
.section.integrations-section-wrapper .tab-content-wrapper .border-logos.two .border-logo-wrapper:nth-child(1) {
  left: calc(var(--container-pusher-xsmall) + 25.2rem);
  transform: translateY(-50%);
}
@media (max-width: 991px) {
  .section.integrations-section-wrapper .tab-content-wrapper .border-logos.two .border-logo-wrapper:nth-child(1) {
    left: calc(var(--container-gutter) + 20rem);
  }
}
@media (max-width: 576px) {
  .section.integrations-section-wrapper .tab-content-wrapper .border-logos.two .border-logo-wrapper:nth-child(1) {
    left: calc(var(--container-gutter) + 9.5rem);
  }
}
.section.integrations-section-wrapper .tab-content-wrapper .border-logos.two .border-logo-wrapper:nth-child(2) {
  left: auto;
  right: calc(var(--container-pusher-xsmall) + 25.2rem);
  transform: translateY(-50%);
}
@media (max-width: 991px) {
  .section.integrations-section-wrapper .tab-content-wrapper .border-logos.two .border-logo-wrapper:nth-child(2) {
    right: calc(var(--container-gutter) + 20rem);
  }
}
@media (max-width: 576px) {
  .section.integrations-section-wrapper .tab-content-wrapper .border-logos.two .border-logo-wrapper:nth-child(2) {
    right: calc(var(--container-gutter) + 9.5rem);
  }
}
.section.integrations-section-wrapper .tab-content-wrapper .border-logos.two .border-logo-wrapper.small {
  height: 8.4rem;
  width: 8.4rem;
}
@media (max-width: 576px) {
  .section.integrations-section-wrapper .tab-content-wrapper .border-logos.two .border-logo-wrapper.small {
    height: 4.2rem;
    width: 4.2rem;
  }
}
.section.integrations-section-wrapper .tab-content-wrapper .border-logos.two .border-logo-wrapper.small .border-logo {
  height: 6.2rem;
  width: 6.2rem;
}
@media (max-width: 576px) {
  .section.integrations-section-wrapper .tab-content-wrapper .border-logos.two .border-logo-wrapper.small .border-logo {
    height: 3rem;
    width: 3rem;
  }
}
.section.integrations-section-wrapper .tab-content-wrapper .border-logos.two .border-logo-wrapper.small img {
  height: 2.7rem;
  width: 2.7rem;
}
@media (max-width: 576px) {
  .section.integrations-section-wrapper .tab-content-wrapper .border-logos.two .border-logo-wrapper.small img {
    height: 1.4rem;
    width: 1.4rem;
  }
}
.section.integrations-section-wrapper .tab-content-wrapper .border-logos.six .border-logo-wrapper:nth-child(1) {
  left: calc(var(--container-pusher-xsmall) - 0rem);
  transform: translateY(-50%);
}
@media (max-width: 991px) {
  .section.integrations-section-wrapper .tab-content-wrapper .border-logos.six .border-logo-wrapper:nth-child(1) {
    left: 3%;
  }
}
.section.integrations-section-wrapper .tab-content-wrapper .border-logos.six .border-logo-wrapper:nth-child(2) {
  left: calc(var(--container-pusher-xsmall) + 12.2rem);
  transform: translateY(-50%);
}
@media (max-width: 991px) {
  .section.integrations-section-wrapper .tab-content-wrapper .border-logos.six .border-logo-wrapper:nth-child(2) {
    left: 16%;
  }
}
.section.integrations-section-wrapper .tab-content-wrapper .border-logos.six .border-logo-wrapper:nth-child(3) {
  left: calc(var(--container-pusher-xsmall) + 25.2rem);
  transform: translateY(-50%);
}
@media (max-width: 991px) {
  .section.integrations-section-wrapper .tab-content-wrapper .border-logos.six .border-logo-wrapper:nth-child(3) {
    left: 30%;
  }
}
.section.integrations-section-wrapper .tab-content-wrapper .border-logos.six .border-logo-wrapper:nth-child(4) {
  left: auto;
  right: calc(var(--container-pusher-xsmall) + 25.2rem);
  transform: translateY(-50%);
}
@media (max-width: 991px) {
  .section.integrations-section-wrapper .tab-content-wrapper .border-logos.six .border-logo-wrapper:nth-child(4) {
    right: 30%;
  }
}
.section.integrations-section-wrapper .tab-content-wrapper .border-logos.six .border-logo-wrapper:nth-child(5) {
  left: auto;
  right: calc(var(--container-pusher-xsmall) + 12.2rem);
  transform: translateY(-50%);
}
@media (max-width: 991px) {
  .section.integrations-section-wrapper .tab-content-wrapper .border-logos.six .border-logo-wrapper:nth-child(5) {
    right: 16%;
  }
}
.section.integrations-section-wrapper .tab-content-wrapper .border-logos.six .border-logo-wrapper:nth-child(6) {
  left: auto;
  right: calc(var(--container-pusher-xsmall) + 0rem);
  transform: translateY(-50%);
}
@media (max-width: 991px) {
  .section.integrations-section-wrapper .tab-content-wrapper .border-logos.six .border-logo-wrapper:nth-child(6) {
    right: 3%;
  }
}
.section.integrations-section-wrapper .line {
  position: absolute;
  z-index: -1;
}
.section.integrations-section-wrapper .line:nth-child(1) {
  top: 6rem;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 576px) {
  .section.integrations-section-wrapper .line:nth-child(1) {
    top: 2rem;
  }
}
.section.integrations-section-wrapper .line:nth-child(2) {
  top: 0rem;
  left: 50%;
  transform: translateX(-50%);
  animation: lineAnimate 3s ease-in infinite;
}
@media (max-width: 576px) {
  .section.integrations-section-wrapper .line:nth-child(2) {
    animation: lineAnimateMobile 3s ease-in infinite;
  }
}
.section.certificate-section-wrapper .section-head {
  margin-bottom: 8rem;
}
@media (max-width: 576px) {
  .section.certificate-section-wrapper .section-head {
    margin-bottom: 4rem;
  }
}
.section.certificate-section-wrapper .certificate-card-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 4rem;
  grid-row-gap: 1.9rem;
}
@media (max-width: 991px) {
  .section.certificate-section-wrapper .certificate-card-grid {
    margin-top: 4rem;
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 1rem !important;
  }
  .section.certificate-section-wrapper .certificate-card-grid .certificate-card:nth-child(1) {
    grid-area: 1/1/2/2;
  }
  .section.certificate-section-wrapper .certificate-card-grid .certificate-card:nth-child(2) {
    grid-area: 1/2/2/3;
  }
  .section.certificate-section-wrapper .certificate-card-grid .certificate-card:nth-child(3) {
    grid-area: 2/1/3/3;
    flex-direction: row;
  }
  .section.certificate-section-wrapper .certificate-card-grid .certificate-card:nth-child(3) img {
    width: 47%;
  }
}
@media (max-width: 991px) {
  .section.featured-partner-section-wrapper {
    padding-bottom: 8rem;
  }
  .section.featured-partner-section-wrapper .featured-partner-slider-nav {
    position: absolute;
    bottom: 0;
  }
}
.section.exception-section-wrapper {
  padding: 10rem 0;
  margin-top: 10rem;
  border-top: 1px solid #e8eaf2;
}
@media (max-width: 576px) {
  .section.exception-section-wrapper {
    margin-top: 4rem;
    padding-top: 4rem;
    padding-bottom: 5rem;
  }
}
@media (max-width: 991px) {
  .section.exception-section-wrapper .section-head {
    margin-bottom: 8rem;
  }
}
@media (max-width: 576px) {
  .section.exception-section-wrapper .section-head {
    margin-bottom: 4rem;
  }
}
.section.exception-section-wrapper .section-head-title {
  max-width: 30rem;
}
.section.exception-section-wrapper .exception-section {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
@media (min-width: 1530px) {
  .section.exception-section-wrapper .exception-section {
    padding: 0 var(--container-pusher);
  }
}
@media (max-width: 991px) {
  .section.exception-section-wrapper .exception-section {
    flex-direction: column;
    gap: 20rem;
  }
}
@media (max-width: 576px) {
  .section.exception-section-wrapper .exception-section {
    gap: 15rem;
  }
}
.section.exception-section-wrapper .exception-section .exception-btn {
  position: absolute;
  left: 50%;
  top: -6.5rem;
  transform: translateX(-50%);
  z-index: 1;
  width: max-content;
}
@media (max-width: 991px) {
  .section.exception-section-wrapper .exception-section .exception-btn {
    bottom: -16.5rem;
    top: unset;
  }
}
@media (max-width: 576px) {
  .section.exception-section-wrapper .exception-section .exception-btn {
    bottom: -18rem;
  }
}
.section.exception-section-wrapper .exception-section-img {
  position: relative;
}
.section.exception-section-wrapper .exception-section-img .gradient-img {
  height: 100%;
  object-fit: contain;
  width: 100%;
}
@media (max-width: 576px) {
  .section.exception-section-wrapper .exception-section-img .gradient-img {
    object-fit: cover;
  }
}
.section.exception-section-wrapper .exception-section-img .feature-grid {
  display: flex;
  align-items: center;
  gap: 2rem;
}
.section.exception-section-wrapper .exception-section-img .feature-grid-wrapper {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: space-between;
  position: absolute;
  left: calc(var(--container-pusher) + 1.3rem);
  top: 0;
  transform: translateY(-3rem);
  height: calc(100% + 6rem);
}
@media (min-width: 1530px) {
  .section.exception-section-wrapper .exception-section-img .feature-grid-wrapper {
    left: 6rem;
  }
}
@media (max-width: 991px) {
  .section.exception-section-wrapper .exception-section-img .feature-grid-wrapper {
    left: 50%;
    transform: translateX(-50%);
    height: auto;
    gap: 4rem;
  }
}
@media (max-width: 576px) {
  .section.exception-section-wrapper .exception-section-img .feature-grid-wrapper {
    gap: 2.7rem;
  }
}
.section.exception-section-wrapper .exception-section-img .feature-grid:nth-child(2) {
  position: relative;
}
@media (max-width: 991px) {
  .section.exception-section-wrapper .exception-section-img .feature-grid:nth-child(2) {
    order: 1;
  }
}
.section.exception-section-wrapper .exception-section-img .feature-grid:nth-child(2)::before {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  transform: translateY(-50%);
  height: 1px;
  width: calc(100% + 25rem);
  background: #dee9fd;
  left: calc(-1 * var(--container-pusher) - 1.3rem);
}
@media (min-width: 1530px) {
  .section.exception-section-wrapper .exception-section-img .feature-grid:nth-child(2)::before {
    left: -10rem;
  }
}
@media (max-width: 991px) {
  .section.exception-section-wrapper .exception-section-img .feature-grid:nth-child(2)::before {
    left: 50%;
    top: 6rem;
    transform: translateX(-50%) rotate(-90deg);
    width: 44rem;
    z-index: -1;
  }
}
.section.exception-section-wrapper .exception-section-left {
  flex: 0 0 47%;
  max-width: 47%;
}
@media (min-width: 1530px) {
  .section.exception-section-wrapper .exception-section-left {
    flex: 0 0 45%;
    max-width: 45%;
  }
}
@media (max-width: 991px) {
  .section.exception-section-wrapper .exception-section-left {
    flex: unset;
    max-width: unset;
  }
}
@media (max-width: 576px) {
  .section.exception-section-wrapper .exception-section-left {
    width: 67%;
  }
}
@media (max-width: 576px) {
  .section.exception-section-wrapper .exception-section-left .feature-grid-wrapper .feature-grid {
    gap: 5rem;
  }
}
@media (max-width: 991px) {
  .section.exception-section-wrapper .exception-section-left .feature-grid-wrapper .feature-grid:nth-child(1) .feature:nth-child(1) {
    order: 1;
  }
}
@media (max-width: 991px) {
  .section.exception-section-wrapper .exception-section-left .feature-grid-wrapper .feature-grid:nth-child(2) .feature:nth-child(1) {
    order: 1;
  }
}
.section.exception-section-wrapper .exception-section-right {
  flex: 0 0 47%;
  max-width: 47%;
}
@media (min-width: 1530px) {
  .section.exception-section-wrapper .exception-section-right {
    flex: 0 0 45%;
    max-width: 45%;
  }
}
@media (max-width: 991px) {
  .section.exception-section-wrapper .exception-section-right {
    flex: unset;
    max-width: unset;
  }
}
@media (max-width: 576px) {
  .section.exception-section-wrapper .exception-section-right {
    width: 67%;
  }
}
.section.exception-section-wrapper .exception-section-right .exception-section-img .feature-grid-wrapper {
  left: unset;
  right: calc(var(--container-pusher) + 1.3rem);
  transform: translateY(-3rem);
}
@media (min-width: 1530px) {
  .section.exception-section-wrapper .exception-section-right .exception-section-img .feature-grid-wrapper {
    left: unset;
    right: 2rem;
  }
}
@media (max-width: 991px) {
  .section.exception-section-wrapper .exception-section-right .exception-section-img .feature-grid-wrapper {
    right: 50%;
    transform: translateX(50%);
    bottom: -6rem;
    top: unset;
    flex-direction: row-reverse;
    align-items: flex-start;
  }
}
@media (max-width: 576px) {
  .section.exception-section-wrapper .exception-section-right .exception-section-img .feature-grid-wrapper {
    bottom: 0;
    gap: 0.7rem;
  }
}
@media (max-width: 991px) {
  .section.exception-section-wrapper .exception-section-right .exception-section-img .feature-grid-wrapper .feature-grid {
    flex-direction: column;
  }
}
.section.exception-section-wrapper .exception-section-right .exception-section-img .feature-grid-wrapper .feature-grid:nth-child(2) {
  position: relative;
}
@media (max-width: 991px) {
  .section.exception-section-wrapper .exception-section-right .exception-section-img .feature-grid-wrapper .feature-grid:nth-child(2) {
    order: unset;
  }
}
.section.exception-section-wrapper .exception-section-right .exception-section-img .feature-grid-wrapper .feature-grid:nth-child(2)::before {
  left: unset;
  background: #eddfdc;
  width: calc(100% + 20rem);
  right: calc(-1 * var(--container-pusher) - 1.3rem);
}
@media (min-width: 1530px) {
  .section.exception-section-wrapper .exception-section-right .exception-section-img .feature-grid-wrapper .feature-grid:nth-child(2)::before {
    right: -8rem;
  }
}
@media (max-width: 991px) {
  .section.exception-section-wrapper .exception-section-right .exception-section-img .feature-grid-wrapper .feature-grid:nth-child(2)::before {
    right: unset;
    left: calc(50% + 2.5px);
    transform: translateX(-50%) rotate(-90deg);
    top: 3rem;
    width: 40rem;
    height: 1px;
  }
}
@media (max-width: 991px) {
  .section.exception-section-wrapper .exception-section-right .exception-btn {
    top: -12.5rem;
    bottom: unset;
  }
}
@media (max-width: 576px) {
  .section.exception-section-wrapper .exception-section-right .exception-btn {
    top: -13rem;
  }
}
.section.exception-section-wrapper .exception-section .border-logo-wrapper {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.section.before-afer-section-wrapper .section-head-title {
  max-width: 63rem;
}
.section.before-afer-section-wrapper .transformation-slider-grid {
  display: flex;
  flex-direction: column;
  gap: 1.4rem;
}
.section.category-item-slider-wrapper .section-head-title {
  max-width: 55rem;
}
@media (max-width: 576px) {
  .section.category-item-slider-wrapper .section-head-title {
    max-width: 90%;
  }
}
.section.timeline-section-wrapper .section-head {
  margin-bottom: 12rem;
}
.section.about-img-section .section-content-right {
  flex: 0 0 47.5%;
  max-width: 47.5%;
}
.section.challenge-card-section-wrapper {
  overflow: visible;
}
.section.slider-section {
  overflow: hidden;
}
.section.vision-section-wrapper {
  overflow: visible;
  margin-bottom: -30rem;
  z-index: 1;
}
.section.experience-item-slider-wrapper .banner--app {
  margin-top: 6.5rem;
}
.section.step-item-section-wrapper .section-head {
  margin-bottom: 0;
}
.section.step-item-section-wrapper .step-item-wrapper {
  padding-top: 16rem;
  position: relative;
  max-width: 86.5rem;
  margin: auto;
}
@media (max-width: 1200px) {
  .section.step-item-section-wrapper .step-item-wrapper {
    max-width: 90rem;
  }
}
@media (max-width: 991px) {
  .section.step-item-section-wrapper .step-item-wrapper {
    flex-direction: column;
    max-width: 100%;
    padding-top: 4rem;
  }
}
.section.step-item-section-wrapper .step-item-wrapper .step-item-row {
  align-items: flex-start;
  margin-bottom: 7rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 14.5rem;
}
@media (max-width: 1367px) {
  .section.step-item-section-wrapper .step-item-wrapper .step-item-row {
    grid-column-gap: 16rem;
  }
}
@media (max-width: 1200px) {
  .section.step-item-section-wrapper .step-item-wrapper .step-item-row {
    grid-column-gap: 20.6rem;
  }
}
@media (max-width: 991px) {
  .section.step-item-section-wrapper .step-item-wrapper .step-item-row {
    flex-direction: column;
    grid-template-columns: repeat(1, 1fr);
    margin-bottom: 2rem;
    grid-row-gap: 2rem;
  }
}
.section.step-item-section-wrapper .step-item-wrapper .step-cards .step-item-row:last-child {
  margin-bottom: 0;
}
.section.step-item-section-wrapper .step-item-wrapper .step-cards .step-item-row:last-child .step-item:first-child {
  margin-bottom: 0;
}
.section.step-item-section-wrapper .step-item-wrapper .step-cards .step-item-row:last-child .step-item:last-child {
  position: relative;
  overflow: hidden;
}
.section.step-item-section-wrapper .step-item-wrapper .step-cards .step-item-row:last-child .step-item:last-child::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  border-radius: 2rem;
  background: radial-gradient(66.67% 103.95% at 50% -42.76%, #A5CDF4 0%, #081354 100%);
}
.section.step-item-section-wrapper .step-item-wrapper .step-cards .step-item-row:last-child .step-item:last-child .step-item-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.section.step-item-section-wrapper .step-item-wrapper .step-cards .step-item-row:last-child .step-item:last-child .step-item-text {
  color: #ffffff;
}
.section.step-item-section-wrapper .step-item-wrapper .step-cards .step-item-row:last-child .step-item:last-child .step-item-number {
  color: rgba(255, 255, 255, 0.15);
}
.section.step-item-section-wrapper .step-item-wrapper .step-cards .step-item-row:last-child .step-item:nth-child(1).w-ma-logo .step-item-top {
  justify-content: flex-start;
}
@media (max-width: 991px) {
  .section.step-item-section-wrapper .step-item-wrapper .step-cards .step-item-row:last-child .step-item:nth-child(1).w-ma-logo .step-item-top {
    justify-content: flex-start;
  }
}
.section.step-item-section-wrapper .step-item-wrapper .step-cards .step-item-row:last-child .step-item:nth-child(2).w-ma-logo .step-item-top {
  justify-content: flex-end;
}
@media (max-width: 991px) {
  .section.step-item-section-wrapper .step-item-wrapper .step-cards .step-item-row:last-child .step-item:nth-child(2).w-ma-logo .step-item-top {
    justify-content: flex-start;
  }
}
.section.step-item-section-wrapper .step-item-wrapper .step-cards .step-item-row .step-item:first-child {
  margin-top: -7rem;
  margin-bottom: 7rem;
}
@media (max-width: 991px) {
  .section.step-item-section-wrapper .step-item-wrapper .step-cards .step-item-row .step-item:first-child {
    margin-top: 0;
    margin-bottom: 0;
  }
}
.section.step-item-section-wrapper .step-item-wrapper .step-cards .step-item-row .step-item .border-logo-wrapper {
  right: 3rem;
  top: 50%;
  transform: translateY(-50%);
  left: unset;
}
.section.step-item-section-wrapper .step-item-wrapper .line {
  background: #e3e5f1;
  width: 1px;
  z-index: 1;
  position: absolute;
  top: 1rem;
  left: 50%;
  transform: translateX(-50%);
  height: 100%;
}
@media (max-width: 991px) {
  .section.step-item-section-wrapper .step-item-wrapper .line {
    display: none;
  }
}
.section.pt-0 {
  padding-top: 0;
}
.section.solution-section-wrapper {
  padding-bottom: 2rem;
}
.section.solution-section-wrapper .section-head-left {
  flex: 0 0 70%;
  max-width: 70%;
}
.section.solution-section-wrapper .section-head-title {
  font-size: 2.7rem;
}
@media (max-width: 576px) {
  .section.solution-section-wrapper .section-head-title {
    font-size: 2rem;
  }
}
.section.solution-section-wrapper .banner--subscribe {
  margin-top: 10rem;
}
.section--visible {
  overflow: visible;
}
.section.info-section-wrapper .why-section-img {
  object-fit: contain;
  width: 100%;
}
.section.info-section-wrapper .product-dev-item + .product-dev-item {
  margin-top: 4rem;
}
@media (max-width: 576px) {
  .section.info-section-wrapper .product-dev-item + .product-dev-item {
    margin-top: 2rem;
  }
}
.section.app-cycle-section-wrapper {
  padding: 10rem 0;
  overflow: hidden;
  padding-bottom: 0;
}
@media (max-width: 991px) {
  .section.app-cycle-section-wrapper {
    padding-bottom: 10rem;
  }
}
@media (max-width: 576px) {
  .section.app-cycle-section-wrapper {
    padding: 4rem 0;
  }
}
.section.app-cycle-section-wrapper .section-head {
  position: relative;
  z-index: 5;
}
.section.app-cycle-section-wrapper .pagination-wrapper {
  display: flex;
  gap: 1.4rem;
  position: relative;
  z-index: 2;
  align-items: center;
}
@media (min-width: 992px) {
  .section.app-cycle-section-wrapper .pagination-wrapper {
    display: none;
  }
}
.section.app-cycle-section-wrapper .pagination-wrapper .pagination {
  display: flex;
  gap: 1.4rem;
  align-items: center;
}
.section.app-cycle-section-wrapper .pagination-wrapper .pagination-item {
  height: 1.4rem;
  width: 1.4rem;
  background: #ffffff;
  background: transparent;
  border: 1.5px solid #dbdfee;
  opacity: 1;
  transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
  position: relative;
  border-radius: 50%;
}
@media (max-width: 576px) {
  .section.app-cycle-section-wrapper .pagination-wrapper .pagination-item {
    width: 1.1rem;
    height: 1.1rem;
    border: 1px solid #dbdfee;
  }
}
.section.app-cycle-section-wrapper .pagination-wrapper .pagination-item::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 0.5rem;
  height: 0.5rem;
  background: #101828;
  border-radius: 50%;
  opacity: 0;
}
.section.app-cycle-section-wrapper .pagination-wrapper .pagination-item.active {
  transform: scale(1.3);
  border-color: #101828;
}
.section.app-cycle-section-wrapper .pagination-wrapper .pagination-item.active::after {
  opacity: 1;
}
@media (max-width: 576px) {
  .section.other-slider-section-wrapper .section-head-title {
    text-align: center;
    max-width: 35rem;
  }
}
.section.brands-item-slider-section .section-head-text {
  letter-spacing: -0.32px;
}
@media (max-width: 576px) {
  .section.brands-item-slider-section .section-head-text {
    max-width: 30rem;
  }
}
.section.blog-card-wrapper-section {
  padding-bottom: 10rem;
  padding-top: 4rem;
  border-bottom: 1px solid #e3e5f1;
}
@media (max-width: 576px) {
  .section.blog-card-wrapper-section {
    padding-bottom: 4rem;
  }
}
@media (max-width: 576px) {
  .section.blog-slider-section-wrapper .blog-card-title {
    font-size: 1.7rem;
  }
}

.section-wrapper.information-section-wrapper {
  position: relative;
}
.section-wrapper.information-section-wrapper.with-bottom-logo {
  margin-bottom: 7rem;
}
@media (max-width: 576px) {
  .section-wrapper.information-section-wrapper.with-bottom-logo {
    margin-bottom: 4rem;
  }
}
.section-wrapper.information-section-wrapper .border-logo-wrapper.js-animate {
  top: unset;
  bottom: 0;
  transform: translate(-50%, 50%);
}

@keyframes borderLogo {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
.tab-content-wrapper.pt-20 {
  padding-top: 5rem;
}

@keyframes lineAnimate {
  0% {
    top: 0rem;
  }
  100% {
    top: 15rem;
  }
}
@keyframes lineAnimateMobile {
  0% {
    top: -4rem;
  }
  100% {
    top: 15rem;
  }
}
.border-logo-wrapper {
  height: 8.4rem;
  width: 8.4rem;
  border-radius: 50%;
  border: 1px solid #e3e5f1;
  background: #ebf0f8;
  box-shadow: 0px 2px 5px 3px rgba(111, 127, 154, 0.08) inset, 0px 0px 20px 0px rgba(111, 127, 154, 0.1) inset, 0px 0px 80px 10px #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
}
@media (max-width: 576px) {
  .border-logo-wrapper {
    height: 3.8rem;
    width: 3.8rem;
  }
}
.border-logo-wrapper .border-logo {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 6.2rem;
  width: 6.2rem;
  border-radius: 50%;
  border: 1px solid #e3e5f1;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.4) 25%, rgba(234, 240, 246, 0.4) 100%), #fff;
  box-shadow: 0px 8px 20px -12px rgba(177, 188, 209, 0.5);
}
@media (max-width: 576px) {
  .border-logo-wrapper .border-logo {
    height: 2.8rem;
    width: 2.8rem;
  }
}
.border-logo-wrapper .border-logo.br-3 {
  border-radius: 3rem;
}
.border-logo-wrapper .border-logo img {
  height: 2.7rem;
  width: 2.7rem;
  object-fit: contain;
}
@media (max-width: 576px) {
  .border-logo-wrapper .border-logo img {
    height: 1.2rem;
    width: 1.2rem;
  }
}
.border-logo-wrapper.small {
  height: 7rem;
  width: 7rem;
}
@media (max-width: 576px) {
  .border-logo-wrapper.small {
    height: 3.2rem;
    width: 3.2rem;
  }
}
.border-logo-wrapper.small .border-logo {
  height: 5.1rem;
  width: 5.1rem;
}
@media (max-width: 576px) {
  .border-logo-wrapper.small .border-logo {
    height: 2.2rem;
    width: 2.2rem;
  }
}
.border-logo-wrapper.small .border-logo img {
  height: 2.2rem;
  width: 2.2rem;
}
@media (max-width: 576px) {
  .border-logo-wrapper.small .border-logo img {
    height: 1.1rem;
    width: 1.1rem;
  }
}
.border-logo-wrapper.xsmall {
  height: 5.2rem;
  width: 5.2rem;
}
@media (max-width: 576px) {
  .border-logo-wrapper.xsmall {
    height: 4.8rem;
    width: 4.8rem;
  }
}
.border-logo-wrapper.xsmall .border-logo {
  height: 3rem;
  width: 3rem;
}
@media (max-width: 576px) {
  .border-logo-wrapper.xsmall .border-logo {
    height: 2rem;
    width: 2rem;
  }
}
.border-logo-wrapper.xsmall .border-logo img {
  height: 2rem;
  width: 2rem;
}
@media (max-width: 576px) {
  .border-logo-wrapper.xsmall .border-logo img {
    height: 1rem;
    width: 1rem;
  }
}
.border-logo-wrapper.xsmall .mobile-action-img {
  height: 3.7rem;
  position: relative;
  object-fit: contain;
}
.border-logo-wrapper.medium {
  height: 9.3rem;
  width: 9.3rem;
}
@media (max-width: 576px) {
  .border-logo-wrapper.medium {
    height: 7.4rem;
    width: 7.4rem;
  }
}
.border-logo-wrapper.medium .border-logo {
  height: 7.2rem;
  width: 7.2rem;
}
@media (max-width: 576px) {
  .border-logo-wrapper.medium .border-logo {
    height: 5.2rem;
    width: 5.2rem;
  }
}
.border-logo-wrapper.medium .border-logo img {
  height: 3.1rem;
  width: 3.1rem;
}
@media (max-width: 576px) {
  .border-logo-wrapper.medium .border-logo img {
    height: 2.5rem;
    width: 2.5rem;
  }
}
.border-logo-wrapper.medium .mobile-action-img {
  height: 7rem;
  position: relative;
  object-fit: contain;
}
@media (max-width: 576px) {
  .border-logo-wrapper.medium .mobile-action-img {
    height: 5rem;
  }
}
.border-logo-wrapper.size-64 {
  height: 6.4rem;
  width: 6.4rem;
}
@media (max-width: 576px) {
  .border-logo-wrapper.size-64 {
    height: 3rem;
    width: 3rem;
  }
}
.border-logo-wrapper.size-64 .border-logo {
  height: 4.7rem;
  width: 4.7rem;
}
@media (max-width: 576px) {
  .border-logo-wrapper.size-64 .border-logo {
    height: 2.4rem;
    width: 2.4rem;
  }
}
.border-logo-wrapper.size-64 .border-logo img {
  height: 2rem;
  width: 2rem;
}
@media (max-width: 576px) {
  .border-logo-wrapper.size-64 .border-logo img {
    height: 1.2rem;
    width: 1.2rem;
  }
}
.border-logo-wrapper.size-64 .mobile-action-img {
  height: 4rem;
  position: relative;
  object-fit: contain;
}
@media (max-width: 576px) {
  .border-logo-wrapper.size-64 .mobile-action-img {
    height: 3rem;
  }
}
.border-logo-wrapper.size-46 {
  height: 4.4rem;
  width: 4.4rem;
}
@media (max-width: 576px) {
  .border-logo-wrapper.size-46 {
    height: 3rem;
    width: 3rem;
  }
}
.border-logo-wrapper.size-46 .border-logo {
  height: 3rem;
  width: 3rem;
}
@media (max-width: 576px) {
  .border-logo-wrapper.size-46 .border-logo {
    height: 2rem;
    width: 2rem;
  }
}
.border-logo-wrapper.size-46 .border-logo img {
  height: 1.5rem;
  width: 1.5rem;
}
@media (max-width: 576px) {
  .border-logo-wrapper.size-46 .border-logo img {
    height: 1rem;
    width: 1rem;
  }
}
.border-logo-wrapper.size-46 .mobile-action-img {
  height: 3.5rem;
  position: relative;
  object-fit: contain;
}
@media (max-width: 576px) {
  .border-logo-wrapper.size-46 .mobile-action-img {
    height: 3rem;
  }
}
.border-logo-wrapper.size-110 {
  height: 11rem;
  width: 11rem;
}
@media (max-width: 576px) {
  .border-logo-wrapper.size-110 {
    height: 6.4rem;
    width: 6.4rem;
  }
}
.border-logo-wrapper.size-110 .mobile-action-img {
  height: 8.6rem;
  position: relative;
  object-fit: contain;
}
@media (max-width: 576px) {
  .border-logo-wrapper.size-110 .mobile-action-img {
    height: 4rem;
  }
}
.border-logo-wrapper.br-28 {
  border-radius: 2.8rem;
}
@media (max-width: 576px) {
  .border-logo-wrapper.br-28 {
    border-radius: 2rem;
  }
}
.border-logo-wrapper.br-28 .border-logo {
  border-radius: 1.8rem;
}
.border-logo-wrapper.br-28::before {
  border-radius: 2.8rem;
}
@media (max-width: 576px) {
  .border-logo-wrapper.br-28::before {
    border-radius: 2rem;
  }
}
.border-logo-wrapper.br-full {
  border-radius: 50%;
}
.border-logo-wrapper.br-full .border-logo {
  border-radius: 50%;
}
.border-logo-wrapper.br-full::before {
  border-radius: 50%;
}
.border-logo-wrapper.br-full .mobile-action-img {
  border-radius: 50%;
  object-fit: cover;
}
.border-logo-wrapper.br-18 {
  border-radius: 1.8rem;
}
@media (max-width: 576px) {
  .border-logo-wrapper.br-18 {
    border-radius: 1rem;
  }
}
.border-logo-wrapper.br-18 .border-logo {
  border-radius: 1rem;
}
.border-logo-wrapper.br-18::before {
  border-radius: 1.8rem;
}
@media (max-width: 576px) {
  .border-logo-wrapper.br-18::before {
    border-radius: 1rem;
  }
}
.border-logo-wrapper.br-35 {
  border-radius: 3.5rem;
}
@media (max-width: 576px) {
  .border-logo-wrapper.br-35 {
    border-radius: 2rem;
  }
}
.border-logo-wrapper.br-35::before {
  border-radius: 3.5rem;
}
@media (max-width: 576px) {
  .border-logo-wrapper.br-35::before {
    border-radius: 2rem;
  }
}
.border-logo-wrapper.big {
  height: 12rem;
  width: 12rem;
}
@media (max-width: 576px) {
  .border-logo-wrapper.big {
    height: 6.7rem;
    width: 6.7rem;
  }
}
.border-logo-wrapper.big .border-logo {
  height: 9.4rem;
  width: 9.4rem;
}
@media (max-width: 576px) {
  .border-logo-wrapper.big .border-logo {
    height: 5rem;
    width: 5rem;
  }
}
.border-logo-wrapper.big .border-logo img {
  height: 4rem;
  width: 4rem;
}
@media (max-width: 576px) {
  .border-logo-wrapper.big .border-logo img {
    height: 2rem;
    width: 2rem;
  }
}
.border-logo-wrapper.big .mobile-action-img {
  height: 9rem;
  position: relative;
  object-fit: contain;
}
@media (max-width: 576px) {
  .border-logo-wrapper.big .mobile-action-img {
    height: 5rem;
  }
}
.border-logo-wrapper.js-animate {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -50%);
  background: transparent;
  border: none;
}
.border-logo-wrapper.js-animate::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: #ebf0f8;
  animation: borderLogo 2s ease-in-out infinite;
  z-index: 0;
  border: 1px solid #e3e5f1;
}
.border-logo-wrapper.js-animate .border-logo {
  position: relative;
  z-index: 1;
  width: auto;
  height: auto;
}

.dropdown-wrapper {
  width: 100%;
}
.dropdown-wrapper.type-2 .dropdown_bar-item {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #e8eaf2;
  border-radius: 0;
  padding: 0;
  height: 4.5rem;
}
.dropdown-wrapper.type-2 .dropdown_bar-item__top-title {
  font-size: 1.7rem;
  font-weight: 600;
  font-family: "Avenir Next Demi", sans-serif;
  letter-spacing: -0.34px;
}
@media (max-width: 576px) {
  .dropdown-wrapper.type-2 .dropdown_bar-item__top-title {
    font-size: 1.4rem;
  }
}
.dropdown-wrapper.type-2 .dropdown_bar-item__title {
  font-size: 1.7rem;
  font-weight: 600;
  font-family: "Avenir Next Demi", sans-serif;
  letter-spacing: -0.34px;
}
@media (max-width: 576px) {
  .dropdown-wrapper.type-2 .dropdown_bar-item__title {
    font-size: 1.4rem;
  }
}
.dropdown-wrapper.type-2 .dropdown_bar-item.active .dropdown_bar-item__title, .dropdown-wrapper.type-2 .dropdown_bar-item.selected .dropdown_bar-item__title {
  color: #101828;
}
.dropdown-wrapper.type-2 .dropdown_bar-item-box {
  background: #ffffff;
  padding: 0.5rem 1.2rem;
}
.dropdown-wrapper.type-2 .dropdown_bar-item-box__item {
  padding: 1.1rem 0;
  color: rgba(16, 24, 40, 0.5);
}
.dropdown-wrapper.type-2 .dropdown_bar-item-box__item:not(.active):hover {
  color: #101828;
}
.dropdown-wrapper.type-2 .dropdown_bar-item-box__item.active {
  color: #101828;
}
.dropdown-wrapper.type-2 .dropdown_bar-item-box .dropdown_bar-item-box__item + .dropdown_bar-item-box__item {
  border-top: 1px solid rgba(227, 229, 241, 0.65);
}
.dropdown-wrapper.type-2 .dropdown_bar-item-box-wrapper {
  padding: 0;
  background: #fafafa;
}

.dropdown-bar-title {
  color: rgba(102, 112, 133, 0.7);
  font-size: 1rem;
  font-weight: 700;
  white-space: nowrap;
}
@media (max-width: 576px) {
  .dropdown-bar-title {
    font-size: 1.4rem;
  }
}

.dropdown_bar {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
  position: relative;
  cursor: pointer;
}
@media (max-width: 991px) {
  .dropdown_bar {
    padding-right: 0;
  }
}
.dropdown_bar-item {
  width: 100%;
  display: flex;
  align-items: center;
  padding: 0 0 0 1.2rem;
  letter-spacing: -0.001em;
  height: 4.2rem;
  transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
  position: relative;
  font-weight: 500;
  background: #f9fafb;
  border-radius: 1rem;
  border: 1px solid #e8eaf2;
}
@media (max-width: 576px) {
  .dropdown_bar-item {
    padding-left: 1rem;
    height: 4.5rem;
    border-radius: 0.8rem;
  }
}
.dropdown_bar-item.disabled {
  display: none;
}
.dropdown_bar-item.input-error {
  margin-bottom: 2.5rem;
}
.dropdown_bar-item__top-title {
  pointer-events: none;
  position: absolute;
  transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
  color: rgba(102, 112, 133, 0.5);
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: -0.3px;
}
@media (max-width: 576px) {
  .dropdown_bar-item__top-title {
    font-size: 1.4rem;
  }
}
.dropdown_bar-item.active .dropdown_bar-item__title, .dropdown_bar-item.selected .dropdown_bar-item__title {
  color: #667085;
}
.dropdown_bar-item.selected .dropdown_bar-item__title {
  opacity: 1;
}
.dropdown_bar-item.selected .dropdown_bar-item__top-title {
  opacity: 0;
}
.dropdown_bar-item__icon {
  font-size: 1rem;
  color: #667085;
  transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
  position: absolute;
  right: 2.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.dropdown_bar-item__icon.red {
  color: #e54545;
}
@media (max-width: 576px) {
  .dropdown_bar-item__icon {
    right: 1rem;
    font-size: 0.8rem;
  }
}
.dropdown_bar-item__icon-left {
  display: flex;
}
.dropdown_bar-item__icon-left svg {
  display: flex;
  position: absolute;
  left: 2.2rem;
  color: #e54545;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.5rem;
}
.dropdown_bar-item__icon-left img {
  height: 1.4rem;
  object-fit: contain;
  left: 1.5rem;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
}
@media (max-width: 576px) {
  .dropdown_bar-item__icon-left img {
    height: 1rem;
    left: 1.2rem;
  }
}
.dropdown_bar-item__title {
  transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
  opacity: 0;
  position: absolute;
  top: unset;
  color: #667085;
  font-weight: 500;
  font-size: 1.5rem;
  letter-spacing: -0.3px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-width: 80%;
}
@media (max-width: 576px) {
  .dropdown_bar-item__title {
    max-width: 65%;
  }
}
.dropdown_bar-item.active .dropdown_bar-item-box-wrapper {
  opacity: 1;
  pointer-events: all;
}
.dropdown_bar-item.active .dropdown_bar-item__icon {
  transform: scale(1, -1);
}
.dropdown_bar-item-box {
  max-height: 27.5rem;
  overflow-y: auto;
}
.dropdown_bar-item-box__item {
  display: flex;
  align-items: center;
  align-items: flex-start;
  justify-content: flex-start;
  color: rgba(16, 24, 40, 0.5);
  font-size: 1.5rem;
  line-height: 1.3;
  transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
  width: 100%;
  font-weight: 500;
  gap: 1rem;
  position: relative;
  padding: 1.2rem;
}
.dropdown_bar-item-box__item:last-child {
  margin-bottom: 0;
}
.dropdown_bar-item-box__item:not(.active):hover {
  color: #101828;
}
.dropdown_bar-item-box__item.active {
  color: #101828;
}
.dropdown_bar-item-box__item.hidden {
  display: none;
}
.dropdown_bar-item-box-wrapper {
  position: absolute;
  top: 6rem;
  left: -1px;
  background: #ffffff;
  min-width: max-content;
  z-index: 4;
  width: calc(100% + 2px);
  height: auto;
  display: block;
  opacity: 0;
  padding: 1.2rem;
  transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
  pointer-events: none;
  box-shadow: 0px 8px 10px -12px rgba(177, 188, 209, 0.2);
  border-radius: 1rem;
  overflow: hidden;
  border: 1px solid #e8eaf2;
}
.dropdown_bar-item-box-wrapper .search-input {
  margin-top: 1.1rem;
}
.dropdown_bar-item-box-wrapper .search-input input {
  height: 4.1rem;
  padding-left: 1.4rem;
}

.tab-content {
  opacity: 1;
  animation: filteredScale 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74) alternate forwards;
}
.tab-content.filtering {
  animation: filteringScale 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74) alternate forwards;
}
.tab-content.filtered {
  display: none;
}
@keyframes filteringScale {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes filteredScale {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.tab {
  position: relative;
  width: 100%;
}
.tab-link-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow-x: auto;
  overflow-y: hidden;
}
.tab-link-wrapper::-webkit-scrollbar {
  display: none;
}
@media (max-width: 991px) {
  .tab-link-wrapper {
    justify-content: flex-start;
  }
}
@media (max-width: 991px) {
  .tab-link-wrapper {
    padding-left: var(--container-gutter);
    padding-right: var(--container-gutter);
  }
}
.tab-link-wrapper.product-tab {
  justify-content: flex-start;
  padding: 0 var(--container-pusher);
}
@media (max-width: 576px) {
  .tab-link-wrapper.product-tab {
    padding: 0 var(--container-gutter);
  }
}
.tab-link-wrapper.product-tab .animated-tabs {
  justify-content: space-between;
  width: 100vw;
}
@media (max-width: 576px) {
  .tab-link-wrapper.product-tab .animated-tabs {
    gap: 1.6rem;
  }
}
.tab-link-wrapper.product-tab .animated-tabs-item {
  gap: 1.8rem;
  font-size: 1.5rem;
  border-bottom: 2px solid transparent;
}
.tab-link-wrapper.product-tab .animated-tabs-item-title {
  max-width: 9rem;
}
.tab-link-wrapper.product-tab .animated-tabs-item.active.color-orange {
  border-bottom: 2px solid #fd853a;
}
.tab-link-wrapper.product-tab .animated-tabs-item.active.color-blue {
  border-bottom: 2px solid #4478FF;
}
.tab-link-wrapper.product-tab .animated-tabs-item.active.color-light-purple {
  border-bottom: 2px solid #7261E1;
}
.tab-link-wrapper.product-tab .animated-tabs-item.active.color-purple {
  border-bottom: 2px solid #392dca;
}
.tab-link-wrapper.product-tab .animated-tabs-item.active.color-green {
  border-bottom: 2px solid #59BF00;
}
.tab-link-wrapper.product-tab .animated-tabs-item.active.color-red {
  border-bottom: 2px solid #e54545;
}
.tab-link-wrapper.with-bottom-border {
  border-bottom: 1px solid #e8eaf2;
}
.tab-link-wrapper.with-top-border {
  border-top: 1px solid #e8eaf2;
}
.tab-link-wrapper.container-size {
  padding: 0 var(--container-pusher);
}
.tab-link-wrapper.letter-tab {
  position: sticky;
  top: 0;
  z-index: 1;
  background: #f9fafd;
}
@media (max-width: 991px) {
  .tab-link-wrapper.letter-tab {
    top: var(--header-height);
  }
}
.tab-link-wrapper.letter-tab .animated-tabs-item {
  padding: 0 1.8rem;
  height: 6.4rem;
  font-size: 1.55rem;
}
.tab-link-wrapper.letter-tab .animated-tabs-item.active {
  background: linear-gradient(180deg, rgba(68, 120, 255, 0) 0%, rgba(68, 120, 255, 0.1019607843) 100%);
}
.tab-link-wrapper.letter-tab .animated-tabs {
  gap: 0;
}
.tab-link-wrapper.letter-tab .animated-tabs-line {
  background: #4478FF;
}
.tab .animated-tabs {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100%;
  gap: 3.4rem;
}
@media (max-width: 991px) {
  .tab .animated-tabs {
    width: max-content;
    justify-content: flex-start;
  }
}
@media (max-width: 576px) {
  .tab .animated-tabs {
    gap: 1.6rem;
  }
}
.tab .animated-tabs-item {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  padding: 2.9rem 0;
  font-size: 1.6rem;
  cursor: pointer;
  transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
  font-weight: 600;
  font-family: "Avenir Next Demi", sans-serif;
  border-bottom: 2px solid transparent;
  line-height: 1.4em;
  z-index: 2;
  position: relative;
  width: max-content;
  color: rgba(102, 112, 133, 0.7);
  letter-spacing: 0.16px;
  flex-shrink: 0;
}
@media (max-width: 991px) {
  .tab .animated-tabs-item {
    flex-shrink: 0;
  }
}
@media (max-width: 576px) {
  .tab .animated-tabs-item {
    font-size: 1.4rem;
    gap: 1rem;
    padding: 2rem 0;
  }
}
.tab .animated-tabs-item.active {
  color: rgba(16, 24, 40, 0.8);
}
.tab .animated-tabs-item.active .count {
  color: #ffffff;
  background: #667085;
}
.tab .animated-tabs-item:hover {
  color: rgba(16, 24, 40, 0.8);
}
.tab .animated-tabs-item-icon {
  transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
}
.tab .animated-tabs-item-title {
  line-height: 1.5;
}
.tab .animated-tabs-item-img {
  width: 4rem;
  height: 4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  border-radius: 0.8rem;
  box-shadow: 0px 8px 10px -12px rgba(177, 188, 209, 0.2);
  border: 1px solid #e3e5f1;
}
.tab .animated-tabs-item-img img {
  height: 2.2rem;
  width: 2.2rem;
  object-fit: contain;
}
.tab .animated-tabs-line {
  background: #060b27;
  height: 0.2rem;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
}
.tab .animated-tabs-line.blue {
  background: #4478FF;
}
.tab .animated-tabs-line.orange {
  background: #fd853a;
}
.tab .animated-tabs-line.light-purple {
  background: #7261E1;
}
.tab .animated-tabs-line.purple {
  background: #392dca;
}
.tab .animated-tabs-line.red {
  background: #e54545;
}
.tab .animated-tabs-line.green {
  background: #59BF00;
}
.tab .animated-tabs--btn {
  gap: 1.2rem;
}
@media (max-width: 991px) {
  .tab .animated-tabs--btn {
    width: 100%;
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media (max-width: 576px) {
  .tab .animated-tabs--btn {
    gap: 0.8rem;
  }
}
.tab .animated-tabs--btn .animated-tabs-item {
  height: 4.4rem;
  padding: 0 1.6rem;
  border-radius: 5.2rem;
  border: 1px solid #e3e5f1;
  color: rgba(102, 112, 133, 0.8);
  font-size: 1.55rem;
  letter-spacing: -0.31px;
}
@media (max-width: 991px) {
  .tab .animated-tabs--btn .animated-tabs-item {
    width: auto;
    flex-shrink: unset;
  }
}
@media (max-width: 576px) {
  .tab .animated-tabs--btn .animated-tabs-item {
    height: 3.6rem;
    font-size: 1.25rem;
    padding: 0 1.3rem;
  }
}
.tab .animated-tabs--btn .animated-tabs-item-icon {
  font-size: 1.8rem;
  color: rgba(102, 112, 133, 0.8);
  margin-top: -0.2rem;
}
@media (max-width: 576px) {
  .tab .animated-tabs--btn .animated-tabs-item-icon {
    font-size: 1.7rem;
  }
}
.tab .animated-tabs--btn .animated-tabs-item-icon img {
  filter: grayscale(1);
  opacity: 0.3;
}
.tab .animated-tabs--btn .animated-tabs-item.active .animated-tabs-item-icon img {
  filter: unset;
  opacity: 1;
}
@media (max-width: 576px) {
  .tab .animated-tabs--wide-btn {
    padding-bottom: 1rem;
  }
}
.tab .animated-tabs--wide-btn .animated-tabs-item {
  padding: 0.4rem;
  border-radius: 2rem;
  border: 1px solid #e3e5f1;
  background: rgba(235, 240, 248, 0.6);
  height: 5.8rem;
  font-size: 1.55rem;
  letter-spacing: -0.31px;
  color: #667085;
}
@media (max-width: 576px) {
  .tab .animated-tabs--wide-btn .animated-tabs-item {
    height: 4.6rem;
    font-size: 1.4rem;
    border-radius: 1.2rem;
  }
}
.tab .animated-tabs--wide-btn .animated-tabs-item.active {
  box-shadow: 0px 2px 5px 3px rgba(111, 127, 154, 0.08) inset, 0px 0px 20px 0px rgba(111, 127, 154, 0.1) inset, 0px 0px 80px 10px #fff;
  color: #101828;
}
@media (max-width: 576px) {
  .tab .animated-tabs--wide-btn .animated-tabs-item.active {
    box-shadow: 0px 8px 12px -12px #B1BCD1;
    background: #ffffff;
  }
}
.tab .animated-tabs--wide-btn .animated-tabs-item.active span {
  background: #ffffff;
  box-shadow: 0px 8px 12px -12px #b1bcd1;
}
@media (max-width: 576px) {
  .tab .animated-tabs--wide-btn .animated-tabs-item.active span {
    background: transparent;
    box-shadow: unset;
  }
}
.tab .animated-tabs--wide-btn .animated-tabs-item span {
  display: flex;
  align-items: center;
  padding: 0 2rem;
  height: 5rem;
  border-radius: 1.6rem;
}
@media (max-width: 576px) {
  .tab .animated-tabs--wide-btn .animated-tabs-item span {
    border-radius: 0;
    height: auto;
  }
}
.tab .animated-tabs--gray .animated-tabs-item:hover {
  background: #f2f4f7;
  color: #667085 !important;
}
.tab .animated-tabs--gray .animated-tabs-item.color-green.active {
  background: rgba(17, 183, 106, 0.1);
  border: 1px solid rgba(17, 183, 106, 0.2);
}
.tab .animated-tabs--gray .animated-tabs-item.color-green.active .animated-tabs-item-icon {
  color: #11b76a;
}
.tab .animated-tabs--gray .animated-tabs-item.color-green.active:hover .animated-tabs-item-icon {
  color: #11b76a;
}
.tab .animated-tabs--gray .animated-tabs-item.color-orange.active {
  background: rgba(253, 132, 33, 0.1);
  border: 1px solid rgba(253, 132, 33, 0.2);
}
.tab .animated-tabs--gray .animated-tabs-item.color-orange.active .animated-tabs-item-icon {
  color: #fd8421;
}
.tab .animated-tabs--gray .animated-tabs-item.color-orange.active:hover .animated-tabs-item-icon {
  color: #fd8421;
}
.tab .animated-tabs--gray .animated-tabs-item.color-red.active {
  background: rgba(229, 69, 69, 0.1);
  border: 1px solid rgba(229, 69, 69, 0.2);
}
.tab .animated-tabs--gray .animated-tabs-item.color-red.active .animated-tabs-item-icon {
  color: #e54545;
}
.tab .animated-tabs--gray .animated-tabs-item.color-red.active:hover .animated-tabs-item-icon {
  color: #e54545;
}
.tab .animated-tabs--gray .animated-tabs-item.color-purple.active {
  background: rgba(57, 45, 202, 0.1);
  border: 1px solid rgba(57, 45, 202, 0.2);
}
.tab .animated-tabs--gray .animated-tabs-item.color-purple.active .animated-tabs-item-icon {
  color: #392dca;
}
.tab .animated-tabs--gray .animated-tabs-item.color-purple.active:hover .animated-tabs-item-icon {
  color: #392dca;
}
.tab .animated-tabs--gray .animated-tabs-item.color-light-purle.active {
  background: rgba(114, 97, 225, 0.1);
  border: 1px solid rgba(114, 97, 225, 0.2);
}
.tab .animated-tabs--gray .animated-tabs-item.color-light-purle.active .animated-tabs-item-icon {
  color: #7261E1;
}
.tab .animated-tabs--gray .animated-tabs-item.color-light-purle.active:hover .animated-tabs-item-icon {
  color: #7261E1;
}
.tab .animated-tabs--gray .animated-tabs-item.color-blue.active {
  background: rgba(68, 120, 255, 0.1);
  border: 1px solid rgba(68, 120, 255, 0.2);
}
.tab .animated-tabs--gray .animated-tabs-item.color-blue.active .animated-tabs-item-icon {
  color: #4478FF;
}
.tab .animated-tabs--gray .animated-tabs-item.color-blue.active:hover .animated-tabs-item-icon {
  color: #4478FF;
}
.tab .animated-tabs--gray .animated-tabs-item.active {
  color: #101828;
}
.tab .animated-tabs--gray .animated-tabs-item:hover {
  color: #101828;
}
.tab .animated-tabs--gray .animated-tabs-item:hover .animated-tabs-item-icon {
  color: #101828;
}
.tab .animated-tabs--start {
  justify-content: flex-start;
}

.ghost {
  display: none;
}
@media (max-width: 991px) {
  .ghost {
    width: 12rem;
    min-width: 12rem;
    height: 3rem;
    display: flex;
    position: relative;
    flex-shrink: 0;
  }
}

.filtered-item {
  animation: fadeIn 0.6s alternate forwards;
}
.filtered-item.hide {
  display: none !important;
}

.date-tab {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 3.6rem;
  border: 1px solid rgba(227, 229, 241, 0.5);
  background: linear-gradient(0deg, #e6ecf2 0%, #e6ecf2 100%), #fff;
  box-shadow: 0px 8px 20px -12px #b1bcd1 inset;
  width: max-content;
  margin-left: auto;
  margin-right: auto;
  height: 5rem;
  padding: 0 0.5rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
@media (max-width: 991px) {
  .date-tab {
    margin-bottom: 0;
  }
}
.date-tab-item {
  display: flex;
  align-items: center;
  gap: 2.2rem;
  font-size: 1.25rem;
  font-weight: 700;
  color: #667085;
  padding: 0 2.6rem;
  text-transform: uppercase;
  height: 4.1rem;
  border-radius: 2.4rem;
  border: 1px solid transparent;
  cursor: pointer;
  transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
}
.date-tab-item.active {
  background: #ffffff;
  color: #101828;
  border-color: #e3e5f1;
}
.date-tab-item.campaign {
  padding-right: 0.7rem;
}
.date-tab .campaign-btn {
  height: 3rem;
  padding: 0 1.4rem;
  font-size: 1.1rem;
  font-weight: 700;
  font-family: "Avenir Next", sans-serif;
  box-shadow: 0px 8px 20px -12px rgba(177, 188, 209, 0.5);
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.switch {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  margin-bottom: 0;
}
.switch--reverse .switch-content {
  margin-left: 0;
  margin-right: 1.2rem;
  order: -1;
}
@media (max-width: 424px) {
  .switch--reverse .switch-content {
    margin-right: 0.7rem;
  }
}
.switch--reverse .switch__title {
  color: rgba(6, 11, 39, 0.75);
  font-size: 1.8rem;
}
.switch__toggle {
  outline: none;
  height: 2.8rem;
  width: 5rem;
  display: inline-block;
  vertical-align: top;
  position: relative;
  margin: 0;
  cursor: pointer;
  border-radius: 2.1rem;
  background-color: #E6E9ED;
  background-color: #ffffff;
  flex-shrink: 0;
  transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
  border: 1px solid #e3e5f1;
}
@media (max-width: 576px) {
  .switch__toggle {
    height: 2.6rem;
    width: 4.9rem;
  }
}
.switch__toggle::before {
  transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
  content: "";
  width: 2rem;
  height: 2rem;
  position: absolute;
  left: 0.4rem;
  top: 50%;
  transform: translateY(-50%);
  background-color: #CCC;
  border-radius: 50%;
}
.switch-content {
  margin-left: 1rem;
}
.switch__title {
  color: #667085;
  font-size: 1.4rem;
  line-height: 1em;
  font-weight: 600;
  user-select: none;
  margin-bottom: 0;
}
.switch__text {
  margin-top: 1rem;
  color: rgba(6, 11, 39, 0.65);
}
.switch__input {
  -webkit-appearance: none;
  -moz-appearance: none;
  display: none;
}
.switch__input:checked + .switch__toggle {
  background-color: #59BF00;
}
.switch__input:checked + .switch__toggle::before {
  transform: translate(1.9rem, -50%);
  background-color: #FFF;
}

.checkbox {
  display: flex;
  justify-content: center;
  cursor: pointer;
  font-family: "Avenir Next", sans-serif;
  position: relative;
  margin-bottom: 0;
  margin: 2rem 0;
}
@media (max-width: 576px) {
  .checkbox {
    align-items: flex-start;
  }
}
.checkbox.input-error .error {
  position: absolute;
}
.checkbox .error {
  position: absolute;
  bottom: -1rem;
}
.checkbox__input {
  -webkit-appearance: none;
  -moz-appearance: none;
  visibility: hidden;
  width: 0;
}
.checkbox__input:checked ~ span {
  background-color: #101828 !important;
  background-image: url("../img/tik.svg");
}
.checkbox__input:checked ~ .tick-checkbox-content .tick-checkbox__title {
  color: #060b27;
}
.checkbox__input:not(:checked):hover ~ .tick-checkbox-content .tick-checkbox__title {
  color: rgba(6, 11, 39, 0.8);
}
.checkbox--radio .checkbox__input ~ span {
  background: transparent;
  position: relative;
  border: 1px solid #4478FF;
}
.checkbox--radio .checkbox__input ~ span::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-48%, -52%);
  width: 1em;
  height: 1em;
  border-radius: 50%;
  background: #4478FF;
  transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
  opacity: 0;
  font-size: 10px;
}
.checkbox--radio .checkbox__input:checked ~ span {
  box-shadow: 0 0 0 2px red;
  background: #edeef1;
}
.checkbox--radio .checkbox__input:checked ~ span::after {
  opacity: 1;
}
.checkbox--radio .checkbox__toggle {
  border-radius: 50%;
  font-size: 18px;
}
.checkbox__toggle {
  outline: none;
  height: 1em;
  width: 1em;
  display: inline-flex;
  position: relative;
  margin: 0;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #DDDEE1;
  flex-shrink: 0;
  transition: 0.2s cubic-bezier(0.29, 0.13, 0.27, 0.74);
  background-repeat: no-repeat;
  background-position-x: 50%;
  background-position-y: 45%;
  background-size: 0.5em;
  font-size: 1.8rem;
  border-radius: 0.6rem;
  box-shadow: 0px 4px 6px -5px rgba(177, 188, 209, 0.3);
}
@media (max-width: 767px) {
  .checkbox__toggle {
    font-size: 18px;
    margin-top: 0.2rem;
  }
}
.checkbox-content {
  margin-left: 1rem;
  width: 100%;
}
.checkbox-content .text, .checkbox-content .link {
  letter-spacing: -0.28px;
  font-family: "Avenir Next", sans-serif;
}

.select-outer {
  position: relative;
  width: 100%;
  margin-bottom: 3rem;
  /*  &__title {
      display: flex;
      justify-content: center;
      align-items: center;
      padding: 1rem 3rem;
      font-weight: 500;
      border-radius: 1rem 0 0 1rem;
      border: 1px solid #DCE6EA;
      border-right: 0;
      font-size: 1.5rem;
      color: $c-black;

      & + select {
        border-bottom-left-radius: 0 !important;
        border-top-left-radius: 0 !important;

      }
    }*/
}
.select-outer select {
  width: 100%;
  appearance: none;
  background: url("../img/icon-triangle-down.svg") no-repeat;
  background-position-x: calc(100% - 9px);
  background-position-y: 50%;
  background-size: 1.2rem;
  font-size: 2rem;
  padding-right: 2.6rem;
  transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
  height: 5rem;
  border: 0;
  border-bottom: 1px solid #e3e5f1;
  border-radius: 0;
  font-weight: 500;
  color: #060b27;
}
.select-outer select:disabled {
  opacity: 0.5;
}
.select-outer select:invalid {
  color: rgba(6, 11, 39, 0.4);
}
.select-outer select:focus {
  outline: 0;
  border-color: #FFA134;
}
.select-outer select option {
  padding: 5px;
}
.select-outer--white select {
  background-color: #FFF;
  border: 1px solid rgba(6, 11, 39, 0.1);
  padding-left: 2rem;
  height: 5rem;
}
.select-outer.input-error {
  border: none !important;
  margin-bottom: 1.5rem !important;
}

:not(.hs-form-box) .inputMain {
  outline: none;
  width: 100%;
  color: #101828;
  font-size: 1.5rem;
  height: 4.2rem;
  padding: 0 1.2rem;
  transition: 0.2s cubic-bezier(0.29, 0.13, 0.27, 0.74);
  background: #f9fafb;
  border: 1px solid #e8eaf2;
  font-weight: 500;
  -webkit-appearance: none;
  letter-spacing: -0.01em;
  position: relative;
  border-radius: 1rem;
}
@media (max-width: 576px) {
  :not(.hs-form-box) .inputMain {
    font-size: 1.6rem;
    padding-left: 1rem;
    height: 4.5rem;
    border-radius: 0.8rem;
  }
}
:not(.hs-form-box) .inputMain.error {
  border: 1px solid #F9E6E6 !important;
  background: #FFF8F8;
  box-shadow: unset;
}
:not(.hs-form-box) .inputMain::placeholder {
  color: rgba(102, 112, 133, 0.5);
  font-size: 1.5rem;
  letter-spacing: -0.3px;
  font-weight: 500;
}
@media (max-width: 576px) {
  :not(.hs-form-box) .inputMain::placeholder {
    font-size: 1.5rem;
  }
}
:not(.hs-form-box) .inputMain::-webkit-outer-spin-button, :not(.hs-form-box) .inputMain::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
:not(.hs-form-box) .inputMain:focus {
  border: 1px solid #060b27;
}
:not(.hs-form-box) .inputMain__title {
  color: #101828;
  letter-spacing: -0.14px;
  font-size: 1.4rem;
  font-weight: 600;
  font-family: "Avenir Next Demi", sans-serif;
  margin-bottom: 0.7rem;
}
@media (max-width: 576px) {
  :not(.hs-form-box) .inputMain__title {
    font-size: 1.3rem;
  }
}
:not(.hs-form-box) .inputMain-with-icon {
  position: relative;
}
:not(.hs-form-box) .inputMain-with-icon.input-error {
  overflow: initial;
}
:not(.hs-form-box) .inputMain-with-icon.input-error .inputMain {
  border: 1px solid #F9E6E6 !important;
  background: #FFF8F8;
  box-shadow: unset;
}
:not(.hs-form-box) .inputMain-icon {
  display: flex;
  position: absolute;
  right: 1.5rem;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.4rem;
  color: #060b27;
  pointer-events: none;
}
:not(.hs-form-box) .inputMain-icon.js-show-password {
  pointer-events: all;
  cursor: pointer;
}
:not(.hs-form-box) .inputMain-icon.active {
  color: #667085;
}
:not(.hs-form-box) .inputMain-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2.7rem;
  margin-bottom: 1.7rem;
  gap: 1.6rem;
}
:not(.hs-form-box) .inputMain-row:last-child {
  margin-bottom: 0;
}
@media (max-width: 576px) {
  :not(.hs-form-box) .inputMain-row {
    flex-direction: column;
    gap: 1.5rem;
    margin-bottom: 1.3rem;
  }
}
:not(.hs-form-box) .inputMain-row .input-wrapper {
  width: 100%;
  position: relative;
}
:not(.hs-form-box) .inputMain-row .input-wrapper.input-error {
  overflow: initial;
}
:not(.hs-form-box) .inputMain-row .input-wrapper.input-error .inputMain {
  border: 1px solid #F9E6E6 !important;
  background: #FFF8F8;
  box-shadow: unset;
}
:not(.hs-form-box) .inputMain-row .input-wrapper textarea {
  width: 100%;
  height: 12rem;
  max-height: 18rem;
  outline: none;
  padding: 1.6rem;
  font-weight: 400;
  resize: none;
}
@media (max-width: 576px) {
  :not(.hs-form-box) .inputMain-row .input-wrapper textarea {
    height: 11rem;
  }
}
:not(.hs-form-box) .inputMain-row.input-error {
  overflow: initial;
  align-items: flex-start;
}
:not(.hs-form-box) .inputMain-row.input-error .inputMain {
  border: 1px solid #F9E6E6 !important;
  background: #FFF8F8;
  box-shadow: unset;
}
:not(.hs-form-box) .inputMain-row.input-error .input-icon {
  top: 32%;
}
@media (max-width: 576px) {
  :not(.hs-form-box) .inputMain-row.withphone {
    flex-direction: row;
  }
}
:not(.hs-form-box) .inputMain-row.withphone .dropdown-wrapper {
  max-width: 40%;
}
:not(.hs-form-box) .inputMain-row.withphone.input-error {
  margin-bottom: 1rem;
}
:not(.hs-form-box) .inputMain-row.withphone .error {
  position: absolute;
  bottom: -1rem;
}
:not(.hs-form-box) .inputMain-disabled {
  pointer-events: none;
  border-color: transparent;
}

:not(.hs-form-box) .input-wrapper.with-btn {
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
}
:not(.hs-form-box) .input-wrapper.with-btn .inputMain {
  height: 5.4rem;
  border-radius: 5.2rem;
  box-shadow: 0px 8px 12px -12px #B1BCD1;
  background: #ffffff;
  padding: 0 1.6rem;
}
@media (max-width: 576px) {
  :not(.hs-form-box) .input-wrapper.with-btn .inputMain {
    height: 5rem;
  }
}
:not(.hs-form-box) .input-wrapper.with-btn .btn {
  position: absolute;
  right: 0.8rem;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 576px) {
  :not(.hs-form-box) .input-wrapper.with-btn .btn {
    height: 4rem;
    right: 0.6rem;
    padding: 0 1.5rem;
  }
}
:not(.hs-form-box) label.error {
  margin-bottom: 0;
  margin-top: 1rem;
  color: #e54545 !important;
  font-weight: 500;
  font-size: 1.2rem;
  bottom: -1.6rem;
  left: 0rem;
  line-height: 1em;
  white-space: nowrap;
}
@media (max-width: 576px) {
  :not(.hs-form-box) label.error {
    bottom: -1.8rem;
  }
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0px 34px 34px 35px white inset !important;
  -webkit-background-clip: text;
}

input:-webkit-autofill {
  -webkit-text-fill-color: #060b27 !important;
}

textarea[data-autoheight=true] {
  overflow: visible;
}

.hs-form-box.raport-detail {
  min-height: 61rem;
  display: flex;
  justify-content: center;
}
@media (max-width: 991px) {
  .hs-form-box.raport-detail {
    min-height: auto;
  }
}
.hs-form-box.raport-detail #detail-button-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.hs-form-box.raport-detail #detail-button-wrapper svg {
  height: 1em;
  font-size: 5rem;
}
@media (max-width: 576px) {
  .hs-form-box.raport-detail #detail-button-wrapper svg {
    font-size: 4rem;
  }
}
.hs-form-box.raport-detail #detail-button-wrapper p {
  color: #101828;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: -0.4px;
  margin-top: 2rem;
  margin-bottom: 4rem;
}
@media (max-width: 576px) {
  .hs-form-box.raport-detail #detail-button-wrapper p {
    font-size: 1.8rem;
    margin-top: 1.5rem;
    margin-bottom: 2rem;
  }
}
.hs-form-box .hbspt-form {
  width: 100%;
  height: 100%;
}
.hs-form-box .hbspt-form label {
  text-align: left !important;
}
.hs-form-box .hbspt-form .submitted-message {
  height: 100%;
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-direction: column;
  height: 100%;
  gap: 20px;
}
.hs-form-box form .form-columns-1,
.hs-form-box form .form-columns-2 {
  display: flex;
  flex-wrap: wrap;
  gap: 1.6rem;
  max-width: 100%;
}
@media (max-width: 991px) {
  .hs-form-box form .form-columns-1,
  .hs-form-box form .form-columns-2 {
    max-width: 100%;
  }
}
@media (max-width: 576px) {
  .hs-form-box form .form-columns-1,
  .hs-form-box form .form-columns-2 {
    gap: 0rem;
  }
}
.hs-form-box form .form-columns-1 > div,
.hs-form-box form .form-columns-2 > div {
  flex: 1 1 45%;
}
@media (max-width: 576px) {
  .hs-form-box form .form-columns-1 > div,
  .hs-form-box form .form-columns-2 > div {
    flex: 1 1 100%;
  }
}
.hs-form-box form .form-columns-1 > div {
  flex: 1 1 100%;
}
.hs-form-box form .hs-form-field {
  display: flex;
  flex-direction: column;
  margin-bottom: 1.7rem;
  position: relative;
  width: 100% !important;
}
.hs-form-box form .hs-form-field label {
  color: #101828;
  letter-spacing: -0.14px;
  font-size: 1.4rem;
  font-weight: 600;
  font-family: "Avenir Next Demi", sans-serif;
  margin-bottom: 0.7rem !important;
  display: block;
}
@media (max-width: 576px) {
  .hs-form-box form .hs-form-field label {
    font-size: 1.3rem;
  }
}
.hs-form-box form .hs-form-field .hs-error-msg {
  color: #e54545;
  font-size: 1.2rem;
  font-weight: 500;
}
.hs-form-box form .hs-form-field .hs-input input {
  outline: none;
  width: 100%;
  color: #101828;
  font-size: 1.5rem;
  height: 4.2rem;
  padding: 0 1.2rem;
  transition: 0.2s cubic-bezier(0.29, 0.13, 0.27, 0.74);
  background: #f9fafb;
  border: 1px solid #e8eaf2;
  font-weight: 500;
  border-radius: 1rem;
  letter-spacing: -0.01em;
  position: relative;
}
@media (max-width: 576px) {
  .hs-form-box form .hs-form-field .hs-input {
    font-size: 1.6rem;
    height: 4.5rem;
    border-radius: 0.8rem;
  }
}
.hs-form-box form .hs-form-field .hs-input::placeholder {
  color: rgba(102, 112, 133, 0.5);
  font-size: 1.5rem;
  letter-spacing: -0.3px;
  font-weight: 500;
}
.hs-form-box form .hs-form-field .hs-input:focus {
  border: 1px solid #060b27;
}
.hs-form-box form .hs-form-field .hs-input.error, .hs-form-box form .hs-form-field .hs-input.hs-error {
  border: 1px solid #F9E6E6 !important;
  background: #FFF8F8 !important;
}
.hs-form-box form .hs-form-field select.hs-input {
  height: 4.2rem;
  border-radius: 1rem;
  padding: 0 1.2rem;
  font-size: 1.5rem;
  background: #f9fafb;
  border: 1px solid #e8eaf2;
  color: #101828;
  font-weight: 500;
}
.hs-form-box form .hs-form-field .hs-error-msgs {
  color: #e54545;
  font-size: 1.3rem;
  margin: 0;
  list-style: none;
  padding-left: 0;
}
.hs-form-box form .input select {
  width: 100% !important;
}
.hs-form-box form .input input {
  outline: none;
  width: 100%;
  width: auto;
  color: #101828;
  font-size: 1.5rem;
  height: 4.2rem;
  padding: 0 1.2rem;
  transition: 0.2s cubic-bezier(0.29, 0.13, 0.27, 0.74);
  background: #f9fafb;
  border: 1px solid #e8eaf2;
  font-weight: 500;
  border-radius: 1rem;
  letter-spacing: -0.01em;
  position: relative;
}
.hs-form-box form .inputs-list {
  list-style: none;
  padding-left: 0;
  line-height: 1.5rem !important;
}
.hs-form-box form .inputs-list li label {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 1rem;
}
.hs-form-box form .inputs-list li input {
  height: auto;
}
.hs-form-box form .inputs-list li span {
  line-height: 2rem !important;
  margin-left: 0;
}
.hs-form-box form .hs-fieldtype-intl-phone > select {
  width: 30% !important;
}
.hs-form-box form Checkbox ve radio input[type=checkbox],
.hs-form-box form input[type=radio] {
  accent-color: #101828;
  margin-right: 8px;
  width: 1.6rem;
  height: 1.6rem;
}
.hs-form-box form .hs-button {
  width: max-content;
  text-align: center;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 4.8rem;
  user-select: none;
  position: relative;
  transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
  font-size: 1.5rem;
  font-weight: 600;
  padding: 0 2.2rem;
  cursor: pointer;
  box-sizing: border-box;
  border-radius: 7rem;
  line-height: 1;
  font-family: "Avenir Next Demi", sans-serif;
  background: #060b27;
  color: #ffffff;
  border: 1px solid #060b27;
  min-width: 16.4rem;
  margin-top: 1rem;
}
@media (max-width: 576px) {
  .hs-form-box form .hs-button {
    width: 100%;
  }
}
.hs-form-box form .hs-button:hover, .hs-form-box form .hs-button:focus, .hs-form-box form .hs-button:focus-visible {
  background: #344054;
  color: #ffffff;
}

.hs-error-msgs {
  color: #e54545;
  font-size: 1.2rem;
  font-weight: 500;
}

.newsletter-error {
  color: #e54545;
  font-size: 1.2rem;
  font-weight: 500;
  margin-top: 1rem;
  position: absolute;
  left: 1rem;
  top: auto;
  bottom: -1.8rem;
  background: #FFF8F8;
}

.newsletter-success {
  color: #59BF00;
  font-size: 1.2rem;
  font-weight: 500;
  margin-top: 1rem;
  position: absolute;
  left: 1rem;
  top: auto;
  bottom: -1.8rem;
}

.submitted-message {
  color: #59BF00;
  font-weight: 500;
}

.hs-form-box.with-btn {
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
}
.hs-form-box.with-btn .hs-error-msg {
  padding-left: 1.8rem;
  margin-top: 0.5rem;
}
.hs-form-box.with-btn .hbspt-form {
  position: relative;
  width: 100%;
}
.hs-form-box.with-btn .input {
  margin-right: 0 !important;
}
.hs-form-box.with-btn .input input {
  height: 5.4rem;
  border-radius: 5.2rem;
  box-shadow: 0px 8px 12px -12px #B1BCD1;
  background: #ffffff !important;
  padding: 0 1.6rem;
}
@media (max-width: 576px) {
  .hs-form-box.with-btn .input {
    height: 5rem;
  }
}
.hs-form-box.with-btn .hs-button {
  position: absolute;
  right: 0.8rem;
  top: 1.5rem;
  height: 3.8rem;
  margin-top: 0 !important;
  min-width: 0 !important;
}
@media (max-width: 576px) {
  .hs-form-box.with-btn .hs-button {
    height: 4rem;
    right: 0.6rem;
    padding: 0 1.5rem;
    width: 10rem !important;
  }
}

.hs_company .input {
  width: 100% !important;
}
.hs_company .input input {
  width: 100% !important;
}

.hs_phone .input {
  margin-right: 0 !important;
}
.hs_phone .input > div {
  width: 100% !important;
}

.input {
  margin-right: 0 !important;
}
.input > input {
  width: 100% !important;
}
.input textarea {
  width: 100% !important;
}

.hs_error_rollup {
  display: none !important;
}

textarea {
  outline: none;
  width: 100%;
  color: #101828;
  font-size: 1.5rem;
  height: 10rem;
  padding: 1.2rem 1.2rem;
  transition: 0.2s cubic-bezier(0.29, 0.13, 0.27, 0.74);
  background: #f9fafb;
  border: 1px solid #e8eaf2;
  font-weight: 500;
  -webkit-appearance: none;
  letter-spacing: -0.01em;
  position: relative;
  border-radius: 1rem;
  resize: none !important;
}
@media (max-width: 576px) {
  textarea {
    font-size: 1.6rem;
    padding-left: 1rem;
    height: 4.5rem;
    border-radius: 0.8rem;
  }
}
textarea.error {
  border: 1px solid #F9E6E6 !important;
  background: #FFF8F8;
  box-shadow: unset;
}
textarea::placeholder {
  color: rgba(102, 112, 133, 0.5);
  font-size: 1.5rem;
  letter-spacing: -0.3px;
  font-weight: 500;
}
@media (max-width: 576px) {
  textarea::placeholder {
    font-size: 1.5rem;
  }
}
textarea::-webkit-outer-spin-button, textarea::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
textarea:focus {
  border: 1px solid #060b27;
}

.content .customer-card-title {
  display: -webkit-box;
  -webkit-line-clamp: 9999;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (max-width: 576px) {
  .content .customer-card-title {
    display: -webkit-box;
    -webkit-line-clamp: 9999;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
}
.content hr {
  width: calc(100% + var(--page-padding-x) * 2);
  margin-left: calc(var(--page-padding-x) * -1);
  border-top: 1px solid rgba(102, 112, 133, 0.15);
  margin-bottom: 4rem;
}
.content h1,
.content h2,
.content h3,
.content h4,
.content h5,
.content h6 {
  margin-bottom: 1.5rem;
  line-height: 1.5em;
  color: #101828;
  font-weight: 600;
  font-family: "Avenir Next Demi", sans-serif;
}
@media (max-width: 991px) {
  .content h1,
  .content h2,
  .content h3,
  .content h4,
  .content h5,
  .content h6 {
    margin-top: 0;
  }
}
@media (max-width: 576px) {
  .content h1,
  .content h2,
  .content h3,
  .content h4,
  .content h5,
  .content h6 {
    margin-bottom: 1rem;
  }
}
.content b {
  font-weight: 600;
  font-family: "Avenir Next Demi", sans-serif;
}
.content h1 {
  font-size: 3rem;
}
@media (max-width: 576px) {
  .content h1 {
    font-size: 2rem;
  }
}
.content h2 {
  font-size: 3rem;
}
@media (max-width: 576px) {
  .content h2 {
    font-size: 1.8rem;
  }
}
.content h3 {
  font-size: 2.6rem;
}
@media (max-width: 576px) {
  .content h3 {
    font-size: 1.8rem;
  }
}
.content h4 {
  font-size: 2.2rem;
}
@media (max-width: 576px) {
  .content h4 {
    font-size: 1.8rem;
  }
}
.content h5 {
  font-size: 2rem;
}
@media (max-width: 576px) {
  .content h5 {
    font-size: 1.6rem;
  }
}
.content h6 {
  font-size: 1.8rem;
}
@media (max-width: 576px) {
  .content h6 {
    font-size: 1.6rem;
  }
}
.content p {
  margin-bottom: 1.5rem;
  color: #667085;
  line-height: 1.8em;
  font-size: var(--font-size-text);
  font-weight: 400;
}
.content p:last-child:last-of-type {
  margin-bottom: 0;
}
.content p b {
  font-weight: 600;
  font-family: "Avenir Next Demi", sans-serif;
  color: inherit;
}
.content blockquote {
  margin-bottom: 1.5rem;
  padding-left: 3.8rem;
  position: relative;
}
@media (max-width: 576px) {
  .content blockquote {
    padding-left: 1.6rem;
  }
}
.content blockquote::before {
  content: "";
  height: 100%;
  width: 3px;
  position: absolute;
  left: 0;
  top: 0;
  background: #D9D9D9;
}
.content blockquote b {
  font-weight: 600;
  font-family: "Avenir Next Demi", sans-serif;
  color: inherit;
}
.content a:not(.btn) {
  color: #060b27;
  opacity: 1;
}
.content a:not(.btn):hover, .content a:not(.btn).active {
  text-decoration: underline;
}
.content img {
  height: auto;
  object-fit: cover;
  overflow: hidden;
}
@media (max-width: 576px) {
  .content img {
    margin: 1rem 0;
  }
}
.content video {
  width: 100%;
  object-fit: cover;
  border-radius: 2rem;
  overflow: hidden;
}
@media (max-width: 576px) {
  .content video {
    border-radius: 1.2rem;
  }
}
.content .banner {
  padding: 4rem 5.2rem;
  margin-bottom: 3rem;
  margin-top: 3rem;
}
.content .banner-title {
  margin-bottom: 0;
  line-height: 1.3;
}
.content .customer-card {
  margin: 4rem 0;
}
.content .customer-card-title {
  font-size: 2.2rem;
  font-weight: 400;
  line-height: 1.9;
  margin-bottom: 0;
  color: #101828;
  font-family: "Avenir Next", sans-serif;
  min-height: unset;
}
@media (max-width: 991px) {
  .content .customer-card-title {
    font-size: 1.5rem;
  }
}
.content .customer-card .user-img {
  height: 5.2rem;
  width: 5.2rem;
  border-radius: 50%;
}
@media (max-width: 991px) {
  .content .customer-card .user-img {
    height: 3.8rem;
    width: 3.8rem;
  }
}
.content .customer-card-bottom {
  margin-top: 3rem;
}
@media (max-width: 991px) {
  .content .customer-card-bottom {
    margin-top: 2rem;
  }
}
.content ul {
  margin-bottom: 4rem;
  padding-left: 2rem;
}
@media (max-width: 991px) {
  .content ul {
    font-size: 1.8rem;
  }
}
@media (max-width: 576px) {
  .content ul {
    margin-bottom: 2rem;
    padding-left: 1.5rem;
  }
}
.content ul li {
  font-size: 1.6rem;
  margin-bottom: 1rem;
  position: relative;
  color: #667085;
  list-style: none;
}
@media (max-width: 991px) {
  .content ul li {
    padding-left: 1rem;
  }
}
@media (max-width: 576px) {
  .content ul li {
    font-size: 1.5rem;
    margin-bottom: 0.5rem;
    padding-left: 0;
  }
}
.content ul li:last-child {
  margin-bottom: 0;
}
.content ul li::before {
  content: "";
  width: 1em;
  height: 1em;
  font-size: 6px;
  border-radius: 50%;
  position: absolute;
  left: -2rem;
  top: 1.1rem;
  border-radius: 50%;
  background: #101828;
}
@media (max-width: 576px) {
  .content ul li::before {
    font-size: 4px;
    left: -1.5rem;
  }
}
.content ul li.has-h3::before {
  top: 50%;
  transform: translateY(-50%);
}
.content ol {
  margin-bottom: 4rem;
  padding-left: 2rem;
}
@media (max-width: 991px) {
  .content ol {
    font-size: 1.8rem;
  }
}
@media (max-width: 576px) {
  .content ol {
    margin-bottom: 3rem;
    padding-left: 1.5rem;
  }
}
.content ol li {
  font-size: 1.6rem;
  margin-bottom: 1rem;
  position: relative;
  color: #667085;
}
@media (max-width: 991px) {
  .content ol li {
    padding-left: 1rem;
  }
}
@media (max-width: 576px) {
  .content ol li {
    font-size: 1.5rem;
    margin-bottom: 0.5rem;
    padding-left: 0;
  }
}
.content ol li:last-child {
  margin-bottom: 0;
}
.content ol li.has-h3::before {
  top: 50%;
  transform: translateY(-50%);
}
.content table {
  width: 100% !important;
  border-radius: 1.6rem;
  overflow: hidden;
  border-collapse: separate;
  border: 1px solid #e3e5f1;
  margin-bottom: 2.5rem;
}
.content table tr th:not(:last-child) {
  border-right: 1px solid #e3e5f1;
}
.content table tr td:not(:last-child) {
  border-right: 1px solid #e3e5f1;
}
.content table th {
  padding: 2rem 1rem;
}
@media (max-width: 576px) {
  .content table th {
    padding: 1.5rem 1rem;
  }
}
.content table td {
  padding: 2rem 1rem;
  border-top: 1px solid #e3e5f1;
}
@media (max-width: 576px) {
  .content table td {
    padding: 1.5rem 1rem;
  }
}
.content table td:first-child {
  color: rgba(102, 112, 133, 0.6);
}
.content table td[rowspan] {
  min-width: 16rem;
  text-align: center;
  color: #667085;
}
@media (max-width: 576px) {
  .content table td[rowspan] {
    min-width: 10rem;
  }
}
@media (max-width: 480px) {
  .content table td[rowspan] {
    min-width: 8rem;
  }
}
.content table td[rowspan] + td {
  color: rgba(102, 112, 133, 0.6);
}
.content iframe {
  width: 100%;
  height: 60rem;
}
.content--center {
  text-align: center;
}
.content--small p {
  font-size: 1.5rem;
}
.content--big p {
  font-size: 1.7rem;
}
@media (max-width: 991px) {
  .content--big p {
    font-size: 1.6rem;
    font-size: 1.5rem;
  }
}
.content--big ol li,
.content--big ul li {
  font-size: 1.7rem;
}
@media (max-width: 991px) {
  .content--big ol li,
  .content--big ul li {
    font-size: 1.6rem;
  }
}
@media (max-width: 991px) {
  .content--big h5 {
    font-size: 1.8rem;
  }
}
.content--black a:not(.btn) {
  color: #4478FF;
}
.content--black p {
  color: #101828;
}
.content--black p b {
  font-weight: 600;
  color: #101828;
}
.content--black ul li {
  color: #101828;
}
.content--black ol li {
  color: #101828;
}

.social {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  justify-content: center;
  font-size: 2.3rem;
  gap: 1.6rem;
}
@media (max-width: 576px) {
  .social {
    font-size: 2.2rem;
    gap: 1rem;
  }
}
.social-title {
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.16px;
  color: #667085;
}
.social-title--white {
  color: #ffffff;
}
.social__item {
  cursor: pointer;
  color: rgba(6, 11, 39, 0.4);
  display: flex;
  border-radius: 50%;
  flex-shrink: 0;
  height: 4.8rem;
  width: 4.8rem;
  background: #ffffff;
  align-items: center;
  justify-content: center;
  transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
  border: 1px solid #e8eaf2;
  background: #fff;
  box-shadow: 0px 7.111px 10.667px -10.667px #b1bcd1;
}
.social__item:hover {
  color: #060b27;
  background: rgb(242.25, 242.25, 242.25);
}
.social__item img {
  height: 2.2rem;
  width: 2.2rem;
  object-fit: contain;
}
.social-wrapper {
  position: relative;
}
@media (max-width: 576px) {
  .social-wrapper::after {
    position: absolute;
    left: calc(-1 * var(--container-gutter));
    width: calc(100% + 2 * var(--container-gutter));
    height: 1px;
    bottom: -2.4rem;
    z-index: -1;
    border-bottom: 1px solid #eceef7;
    background: #f9fafb;
  }
  .social-wrapper .title {
    font-size: 1.4rem;
  }
}
.social--small {
  font-size: 1.9rem;
}
.social--small .social__item {
  height: 4.4rem;
  width: 4.4rem;
}
.social--xsmall {
  font-size: 1.5rem;
  gap: 0.8rem;
}
.social--xsmall .social__item {
  height: 3.2rem;
  width: 3.2rem;
}

.breadcrumb {
  display: flex;
  align-items: center;
  gap: 1.2rem;
}
@media (max-width: 767px) {
  .breadcrumb {
    height: var(--header-height);
    padding: 0 var(--container-pusher);
    width: 100%;
    border-bottom: 1px solid #e3e5f1;
  }
}
@media (max-width: 576px) {
  .breadcrumb {
    padding: 0 var(--container-gutter);
  }
}
.breadcrumb-item {
  font-size: 1.8rem;
  letter-spacing: -0.36px;
  position: relative;
  font-weight: 500;
  color: #949BAA;
  transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
}
@media (max-width: 576px) {
  .breadcrumb-item {
    font-size: 1.6rem;
  }
}
.breadcrumb-item.active {
  font-weight: 600;
  font-family: "Avenir Next Demi", sans-serif;
  color: #101828;
}
.breadcrumb-item:hover {
  color: #101828;
}
.breadcrumb.solution .breadcrumb-item:hover {
  color: #949BAA;
}
.breadcrumb .breadcrumb-item + .breadcrumb-item {
  padding-left: 1.5rem;
}
.breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  content: "/";
  color: #949BAA;
  font-size: 1.8rem;
  font-weight: 500;
  position: absolute;
  left: 0;
}
.breadcrumb-wrapper {
  padding: 0 var(--container-pusher);
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #e3e5f1;
  position: fixed;
  position: sticky;
  height: var(--header-height);
  width: 100%;
  top: var(--header-height);
  top: 0;
  background: #ffffff;
  z-index: 103;
}
@media (max-width: 991px) {
  .breadcrumb-wrapper {
    height: auto;
    top: var(--header-height);
  }
}
@media (max-width: 767px) {
  .breadcrumb-wrapper {
    flex-direction: column;
    align-items: flex-start;
    top: 0;
    padding: 0;
  }
}
.breadcrumb-wrapper::after {
  height: 7rem;
  width: 7rem;
  position: absolute;
  right: calc(var(--container-pusher) - 2rem);
  right: var(--container-pusher);
  top: 50%;
  transform: translateY(-50%);
  background: linear-gradient(-90deg, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0) 100%) no-repeat padding-box;
  z-index: 5;
}
.breadcrumb-wrapper .tab-link-wrapper {
  margin-bottom: 0;
  max-width: 50%;
}
@media (max-width: 991px) {
  .breadcrumb-wrapper .tab-link-wrapper {
    padding: 0 var(--container-pusher);
    height: var(--header-height);
  }
}
@media (max-width: 767px) {
  .breadcrumb-wrapper .tab-link-wrapper {
    max-width: 100%;
  }
}
@media (max-width: 576px) {
  .breadcrumb-wrapper .tab-link-wrapper {
    padding: 0 var(--container-gutter);
  }
}
.breadcrumb-wrapper .tab-link-wrapper .animated-tabs {
  justify-content: flex-start;
}
@media (max-width: 991px) {
  .breadcrumb-wrapper .tab-link-wrapper .animated-tabs {
    height: 100%;
    gap: 3rem;
  }
}

.story-item {
  display: block;
  position: relative;
  border-radius: 2.4rem;
  overflow: hidden;
  height: 66rem;
  padding: 7rem 6.3rem;
}
@media (max-width: 991px) {
  .story-item {
    padding: 4rem;
    border-radius: 2rem;
  }
}
@media (max-width: 576px) {
  .story-item {
    padding: 2.3rem;
    height: 52rem;
  }
}
.story-item__img {
  height: 100%;
  object-fit: cover;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}
.story-item-title {
  line-height: 1.4;
  font-size: 3rem;
  max-width: 54rem;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (max-width: 576px) {
  .story-item-title {
    font-size: 2rem;
  }
}
.story-item-percent {
  padding-left: 2.2rem;
  border-left: 2px solid rgba(219, 223, 238, 0.2);
}
@media (max-width: 576px) {
  .story-item-percent {
    padding-left: 1.2rem;
  }
}
.story-item-percent .title {
  font-size: 5.4rem;
  font-weight: 400;
  color: #ffffff;
  line-height: 1;
}
@media (max-width: 576px) {
  .story-item-percent .title {
    font-size: 3rem;
  }
}
.story-item-percent .text {
  color: #ffffff;
  font-weight: 600;
  font-family: "Avenir Next Demi", sans-serif;
}
@media (max-width: 576px) {
  .story-item-percent .text {
    font-size: 1rem;
    margin-top: 0.5rem;
  }
}
.story-item-percent-row {
  display: flex;
  align-items: center;
  gap: 13rem;
}
@media (max-width: 576px) {
  .story-item-percent-row {
    gap: 2rem;
  }
}
.story-item__logo {
  height: 3rem;
  object-fit: contain;
}
.story-item-content {
  position: relative;
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  height: 100%;
  justify-content: flex-end;
  gap: 9rem;
  padding-bottom: 9rem;
}
@media (max-width: 991px) {
  .story-item-content {
    padding-bottom: 5rem;
    gap: 4rem;
  }
}
@media (max-width: 576px) {
  .story-item-content {
    gap: 2rem;
    padding-bottom: 3.5rem;
  }
}
.story-item-content .link {
  letter-spacing: -0.34px;
}
.story-item-bottom {
  display: flex;
  flex-direction: column;
  gap: 5rem;
}
@media (max-width: 576px) {
  .story-item-bottom {
    gap: 1.5rem;
  }
}
.story-item .background {
  position: absolute;
  pointer-events: none;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 2;
  background: linear-gradient(260.73deg, #060B27 -90.57%, rgba(6, 11, 39, 0) -48.84%, rgba(6, 11, 39, 0) -12.49%, #060B27 76.68%);
}
@media (max-width: 991px) {
  .story-item .background {
    background: linear-gradient(199deg, rgba(6, 11, 39, 0) 15.58%, #060B27 55.17%);
  }
}
.story-item .btn-wrapper {
  display: flex;
  align-items: center;
  gap: 3rem;
}
@media (max-width: 576px) {
  .story-item .btn-wrapper {
    justify-content: space-between;
  }
}
@media (min-width: 992px) {
  .story-item .btn-wrapper .story-slider-logo {
    display: none;
  }
}

.story-slider-logo {
  width: 100%;
  height: 2.8rem;
  object-fit: contain;
  opacity: 0.5;
  transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
  cursor: pointer;
  filter: brightness(0) invert(1);
}
@media (max-width: 991px) {
  .story-slider-logo {
    width: auto;
    opacity: 1;
  }
}
@media (max-width: 576px) {
  .story-slider-logo {
    height: 2.5rem;
  }
}
.story-slider-logo.active {
  opacity: 1;
  filter: brightness(0) invert(1);
}
.story-slider-logo:hover {
  opacity: 1;
  filter: brightness(0) invert(1);
}

.story-slider {
  height: auto;
  flex-shrink: 0;
  overflow: hidden !important;
  border-radius: 4rem;
}
@media (max-width: 991px) {
  .story-slider {
    border-radius: 2rem;
  }
}
.story-slider-pagination {
  bottom: 10rem !important;
  left: 6.3rem !important;
  width: calc(100% - 12.6rem) !important;
  gap: 0.7rem;
  position: absolute;
}
@media (max-width: 991px) {
  .story-slider-pagination {
    left: 4rem !important;
    width: calc(100% - 8rem) !important;
    bottom: 4rem !important;
  }
}
@media (max-width: 576px) {
  .story-slider-pagination {
    left: 2.3rem !important;
    width: calc(100% - 4.6rem) !important;
    bottom: 3rem !important;
  }
}
.story-slider-pagination .swiper-pagination-bullet {
  width: 100%;
  height: 2px;
  background: rgba(255, 255, 255, 0.2) !important;
  opacity: 1;
  pointer-events: all;
  transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
  margin: 0 !important;
  border-radius: 0;
  border: none;
}
.story-slider-pagination .swiper-pagination-bullet::after {
  content: unset;
}
.story-slider-pagination .swiper-pagination-bullet-active {
  background: rgba(255, 255, 255, 0.2) !important;
  transform: unset;
}
.story-slider-logos {
  position: absolute;
  bottom: 0;
  z-index: 1;
  left: 6.3rem;
  bottom: 5rem;
  display: flex;
  justify-content: space-between;
  width: calc(100% - 12.6rem);
}
@media (max-width: 991px) {
  .story-slider-logos {
    left: 4rem !important;
    width: calc(100% - 8rem) !important;
    display: none;
  }
}

.brands-item-wrapper {
  overflow: hidden;
  width: 100%;
  position: relative;
  width: calc(var(--container-width) + 5rem);
  mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 5%, rgb(0, 0, 0) 90%, rgba(0, 0, 0, 0) 100%);
  mask-size: 100% 100%;
  mask-repeat: no-repeat;
}
@media (max-width: 576px) {
  .brands-item-wrapper {
    width: 100%;
    padding: 0 var(--container-gutter);
  }
}
.brands-item-wrapper.no-mask {
  width: var(--container-width);
  mask-image: unset;
  mask-repeat: unset;
  mask-size: unset;
}
@media (max-width: 576px) {
  .brands-item-wrapper.no-mask {
    width: 100%;
    padding: 0 var(--container-gutter);
  }
}
.brands-item-wrapper.no-mask .brands-item-content {
  justify-content: center;
}

.brands-item-content {
  display: flex;
  align-items: center;
  gap: 7rem;
  white-space: nowrap;
  will-change: transform;
}
@media (max-width: 991px) {
  .brands-item-content {
    gap: 4rem;
  }
}
.brands-item-content .brands-item {
  height: 3.7rem;
  object-fit: contain;
  flex-shrink: 0;
}
@media (max-width: 576px) {
  .brands-item-content .brands-item {
    height: 3rem;
  }
}

.user {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}
@media (max-width: 576px) {
  .user {
    gap: 1.3rem;
  }
}
.user-img {
  height: 3.6rem;
  width: 3.6rem;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  object-fit: cover;
  flex-shrink: 0;
}
@media (max-width: 576px) {
  .user-img {
    height: 3rem;
    width: 3rem;
  }
}
.user .main-logo {
  height: 2.5rem;
  object-fit: contain;
  margin-top: 1rem;
}
@media (max-width: 576px) {
  .user .main-logo {
    height: 1.8rem;
  }
}
.user-logo {
  height: 3rem;
  object-fit: contain;
  margin-top: 0.5rem;
}
.user-name {
  font-size: 1.8rem;
  color: #101828;
  font-weight: 600;
  font-family: "Avenir Next Demi", sans-serif;
  letter-spacing: -0.32px;
  display: flex;
  align-items: center;
}
@media (max-width: 576px) {
  .user-name {
    font-size: 1.45rem;
  }
}
.user-position {
  font-size: 1.5rem;
  font-weight: 600;
  font-family: "Avenir Next Demi", sans-serif;
  letter-spacing: 0.2px;
  color: #667085;
  margin-top: 0.5rem;
}
@media (max-width: 576px) {
  .user-position {
    font-size: 1.2rem;
  }
}
.user-desc {
  color: #101828;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2.4rem;
  max-width: 30rem;
  display: block;
}
.user--big .user-img {
  height: 6rem;
  width: 6rem;
}
@media (max-width: 576px) {
  .user--big .user-img {
    height: 4.8rem;
    width: 4.8rem;
  }
}

.sidebar {
  border-radius: 1.8rem;
  border: 1px solid #e3e5f1;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.4) 25%, rgba(234, 240, 246, 0.4) 100%), #FFF;
}
@media (max-width: 576px) {
  .sidebar {
    border-radius: 1.6rem;
  }
}
.sidebar-title {
  padding: 2.5rem 3.1rem;
  padding-bottom: 1rem;
}
@media (max-width: 576px) {
  .sidebar-title {
    padding: 2rem var(--container-gutter);
    padding-bottom: 0.5rem;
  }
}
.sidebar-header {
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom: 1px solid #e3e5f1;
  height: var(--header-height);
  position: relative;
}
.sidebar-header-title {
  font-size: 1.6rem;
  font-family: "Avenir Next Demi", sans-serif;
  font-weight: 600;
  letter-spacing: -0.16px;
  color: #101828;
}
.sidebar-header-icon {
  position: absolute;
  left: var(--container-gutter);
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.3rem;
  color: #6a6f8d;
}
.sidebar-links {
  display: flex;
  flex-direction: column;
}
.sidebar-item {
  color: rgba(102, 112, 133, 0.8);
  transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
  font-size: 1.6rem;
  font-weight: 500;
  padding: 2.3rem 3.1rem;
  line-height: 1.5;
}
@media (max-width: 576px) {
  .sidebar-item {
    font-size: 1.5rem;
    padding: 2rem var(--container-gutter);
  }
}
@media (min-width: 992px) {
  .sidebar-item:hover, .sidebar-item.active {
    color: #060b27;
  }
}
.sidebar-item-content {
  display: flex;
  flex-direction: column;
}
.sidebar-item__title {
  font-size: 1.6rem;
  color: rgba(102, 112, 133, 0.8);
  font-weight: 500;
  letter-spacing: -0.16px;
}
@media (max-width: 576px) {
  .sidebar-item__title {
    font-size: 1.5rem;
  }
}
.sidebar-item-link {
  color: rgba(102, 112, 133, 0.6);
  font-size: 1.6rem;
  font-weight: 500;
  position: relative;
  padding-left: 1.2rem;
  letter-spacing: -0.16px;
  margin: 1rem 0;
  display: flex;
  align-items: center;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (min-width: 992px) {
  .sidebar-item-link:hover {
    color: #667085;
  }
}
.sidebar-item-link::before {
  content: "";
  border-radius: 50%;
  height: 4px;
  width: 4px;
  background: rgba(102, 112, 133, 0.6);
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.sidebar-item-link.active {
  color: #667085;
}
.sidebar-item-link.active::before {
  background: #667085;
}
.sidebar .sidebar-item + .sidebar-item {
  border-top: 1px solid #e3e5f1;
}
.sidebar--accordion .sidebar-title {
  padding-bottom: 0;
}
.sidebar--accordion .sidebar-title .progress {
  width: calc(100% + 6.2rem);
  height: 3px;
  background: #e3e5f1;
  margin-left: -3.1rem;
  margin-top: 2.1rem;
}
.sidebar--accordion .sidebar-title .progress span {
  display: block;
  height: 100%;
  background-color: #4478FF;
  width: 0%;
  transition: width 0.3s ease;
}
.sidebar--accordion .sidebar-item {
  padding-right: 2rem;
  padding: 0;
}
@media (min-width: 992px) {
  .sidebar--accordion .sidebar-item:hover {
    color: unset;
  }
}
.sidebar--accordion .sidebar-item.active {
  color: unset;
}
.sidebar--accordion .sidebar-item__title {
  max-width: 83%;
  line-height: 1.6;
}
.sidebar--accordion .sidebar-item__title:hover {
  color: #667085;
}
.sidebar--accordion .sidebar-item-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 2.3rem 2.7rem;
  padding-right: 2rem;
}
@media (max-width: 576px) {
  .sidebar--accordion .sidebar-item-top {
    padding: 1.8rem var(--container-gutter);
  }
}
.sidebar--accordion .sidebar-item-top.opened + .sidebar-item-content {
  max-height: 100%;
  overflow: visible;
  border-top: 1px solid #e3e5f1;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.sidebar--accordion .sidebar-item-top.opened .sidebar-item-right-icon {
  transform: scale(1, -1);
}
.sidebar--accordion .sidebar-item-top.opened .sidebar-item__title {
  color: #101828;
}
.sidebar--accordion .sidebar-item-top.page-active .sidebar-item__title {
  font-weight: 600;
  color: #101828;
  font-family: "Avenir Next Demi", sans-serif;
}
.sidebar--accordion .sidebar-item-top.page-active .check-icon {
  border: 1px solid #4478FF;
}
.sidebar--accordion .sidebar-item-top.chapter-read .sidebar-item__title {
  font-weight: 600;
  color: #101828;
  font-family: "Avenir Next Demi", sans-serif;
}
.sidebar--accordion .sidebar-item-top.chapter-read .check-icon {
  background: #4478FF;
}
.sidebar--accordion .sidebar-item-top.chapter-read .check-icon svg {
  opacity: 1;
}
.sidebar--accordion .sidebar-item-content {
  padding: 1rem 3.3rem;
  padding: 0 3.3rem;
  max-height: 0;
  overflow: hidden;
  transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
}
@media (max-width: 576px) {
  .sidebar--accordion .sidebar-item-content {
    padding: 0 2.2rem;
  }
}
.sidebar--accordion .sidebar-item-right {
  display: flex;
  align-items: center;
}
.sidebar--accordion .sidebar-item-right .check-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.8rem;
  border-radius: 50%;
  width: 1.6rem;
  height: 1.6rem;
  background: rgba(227, 229, 241, 0.6);
  border: 1px solid #e3e5f1;
  color: #ffffff;
}
.sidebar--accordion .sidebar-item-right .check-icon svg {
  opacity: 0;
}
.sidebar--accordion .sidebar-item-right-icon {
  height: 1.4rem;
  width: 2.5rem;
  background: transparent;
  font-size: 1.1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
  cursor: pointer;
}
@media (max-width: 991px) {
  .sidebar.mobile-full {
    position: fixed !important;
    left: 0 !important;
    top: 0 !important;
    width: 100%;
    height: 100dvh;
    z-index: 105;
    border-radius: 0;
    border: 0;
    background: #ffffff;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
  }
}
@media (max-width: 991px) {
  .sidebar.mobile-full .sidebar-title {
    display: none;
  }
}
@media (max-width: 991px) {
  .sidebar.mobile-full .sidebar-content {
    max-height: calc(100dvh - var(--header-height));
    overflow-y: auto;
  }
}
.sidebar.mobile-full.js-sidebar.active {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}

.experience-item {
  display: flex;
  flex-direction: column;
  gap: 5.6rem;
  min-height: 31rem;
  padding-top: 3.8rem;
  border-top: 1px solid #e8eaf2;
}
@media (max-width: 576px) {
  .experience-item {
    min-height: 21rem;
  }
}
.experience-item .star {
  margin-bottom: 2.5rem;
}
.experience-item-title {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 1.8rem;
  line-height: 1.5;
  min-height: 8rem;
}
@media (max-width: 576px) {
  .experience-item-title {
    font-size: 1.7rem;
  }
}
.experience-item-bottom {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.experience-item-bottom .btn {
  padding: 0 0.8rem;
  padding-right: 1.6rem;
}
@media (max-width: 576px) {
  .experience-item-bottom .btn {
    height: 3.2rem;
    font-size: 1.25rem;
  }
}
.experience-item-bottom .btn__icon {
  font-size: 2rem;
}
@media (max-width: 576px) {
  .experience-item-bottom .btn__icon {
    font-size: 1.6rem;
  }
}

.experience-item-slider .swiper-slide {
  transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
}
@media (max-width: 576px) {
  .experience-item-slider-wrapper .experience-item {
    min-height: 26rem;
  }
}

.star {
  height: 1.8rem;
  position: relative;
  width: max-content;
}
@media (max-width: 576px) {
  .star {
    height: 1.6rem;
  }
}
.star img {
  height: inherit;
}
.star-bg {
  height: inherit;
  display: flex;
}
.star-bg img {
  opacity: 0.2;
}
.star-item {
  height: inherit;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: flex;
}

.product-feature {
  display: flex;
  flex-direction: column;
  gap: 1.8rem;
}
.product-feature-top {
  display: flex;
  flex-direction: column;
  gap: 1.8rem;
}
@media (max-width: 576px) {
  .product-feature-top {
    flex-direction: row;
    align-items: center;
    gap: 1rem;
  }
}
.product-feature-img {
  height: 3rem;
  object-fit: contain;
  width: max-content;
}

.certificate-card {
  height: 25rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 3rem;
  background: #ffffff;
  border: 1px solid #e3e5f1;
  border-radius: 2.4rem;
  gap: 3rem;
}
@media (max-width: 576px) {
  .certificate-card {
    padding: 2rem;
    border-radius: 1.6rem;
    height: auto;
  }
}
.certificate-card-title {
  letter-spacing: -0.34px;
  text-align: center;
  max-width: 9rem;
}
@media (max-width: 576px) {
  .certificate-card-title {
    font-size: 1.4rem;
  }
}
.certificate-card__img {
  height: 6.8rem;
  width: 100%;
  object-fit: contain;
}
@media (max-width: 576px) {
  .certificate-card__img {
    height: 5rem;
    width: 11rem;
  }
}
.certificate-card--big {
  padding: 0;
  height: auto;
  align-items: flex-start;
  gap: 0;
}
.certificate-card--big .certificate-card-top {
  padding: 3rem;
}
@media (max-width: 576px) {
  .certificate-card--big .certificate-card-top {
    padding: 2rem var(--container-gutter);
  }
}
.certificate-card--big .certificate-card__img {
  width: auto;
}
.certificate-card--big .certificate-card-title {
  max-width: unset;
  font-size: 2rem;
  margin-top: 3rem;
  text-align: left;
}
@media (max-width: 576px) {
  .certificate-card--big .certificate-card-title {
    font-size: 1.8rem;
  }
}
.certificate-card--big .certificate-card-text {
  min-height: 8rem;
}
@media (max-width: 991px) {
  .certificate-card--big .certificate-card-text {
    min-height: unset;
    font-size: 1.6rem;
  }
}
.certificate-card--big .certificate-card-bottom {
  padding: 3rem;
  border-top: 1px solid #e3e5f1;
  width: 100%;
}
@media (max-width: 576px) {
  .certificate-card--big .certificate-card-bottom {
    padding: 2rem var(--container-gutter);
  }
}
.certificate-card--big .link {
  margin-top: 2rem;
}
@media (max-width: 576px) {
  .certificate-card--big .link {
    font-size: 1.4rem;
  }
}
@media (max-width: 576px) {
  .certificate-card--big .link__icon {
    font-size: 1.1rem;
  }
}

.blog-card {
  padding: 3rem;
  border-radius: 3rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 50rem;
  position: relative;
  overflow: hidden;
  box-shadow: 0px 57px 40px -50px rgba(42, 56, 82, 0.4);
}
@media (max-width: 991px) {
  .blog-card {
    height: 36rem;
  }
}
@media (max-width: 576px) {
  .blog-card {
    border-radius: 1.3rem;
    height: 32rem;
    padding: 2rem 2.5rem;
    padding-top: 2.2rem;
  }
}
.blog-card__img {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.blog-card__logo {
  height: 3rem;
  object-fit: contain;
}
@media (max-width: 576px) {
  .blog-card__logo {
    height: 2.2rem;
  }
}
.blog-card-content {
  position: relative;
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  height: 100%;
  gap: 4rem;
  max-width: 48rem;
  font-weight: 500;
  letter-spacing: -0.5px;
}
.blog-card-bottom {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
@media (max-width: 576px) {
  .blog-card-bottom {
    gap: 1.6rem;
  }
}
.blog-card-title {
  font-size: 2rem;
  font-weight: 600;
  font-family: "Avenir Next Demi", sans-serif;
  transition: 0.6s cubic-bezier(0.29, 0.13, 0.27, 0.74);
}
@media (max-width: 576px) {
  .blog-card-title {
    font-size: 1.5rem;
    line-height: 1.8;
  }
}
.blog-card-btn {
  max-height: 4.8rem;
}
.blog-card .background {
  position: absolute;
  pointer-events: none;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 2;
  background: linear-gradient(229.27deg, #060B27 -101.48%, rgba(6, 11, 39, 0) -83.11%, rgba(6, 11, 39, 0) 27.07%, #060B27 82.16%);
}
@media (max-width: 991px) {
  .blog-card .background {
    background: linear-gradient(230deg, rgba(6, 11, 39, 0) 3.45%, #060B27 80.61%);
  }
}
.blog-card--big {
  padding: 4.2rem 5.1rem;
}
@media (max-width: 991px) {
  .blog-card--big {
    padding: 4rem;
    border-radius: 2.4rem;
  }
}
@media (max-width: 576px) {
  .blog-card--big {
    padding: 2.6rem;
    height: 39rem;
    border-radius: 1.6rem;
  }
}
.blog-card--big .blog-card-title {
  font-size: 2.5rem;
  font-weight: 500;
  font-family: "Avenir Next", sans-serif;
}
@media (max-width: 576px) {
  .blog-card--big .blog-card-title {
    font-size: 2rem;
    line-height: 1.3;
  }
}
.blog-card--big .blog-card-content {
  height: auto;
}
.blog-card--big .background {
  background: linear-gradient(236deg, rgba(6, 11, 39, 0) 6.84%, rgba(6, 11, 39, 0.5) 73.01%);
}
@media (max-width: 991px) {
  .blog-card--big .background {
    background: linear-gradient(185deg, rgba(6, 11, 39, 0) 10.14%, #060B27 76.36%);
  }
}
.blog-card-slider {
  overflow: visible;
}
.blog-card-slider .swiper-wrapper {
  align-items: center;
  transform-style: preserve-3d;
}
.blog-card-slider .swiper-slide {
  backface-visibility: hidden;
  transform: translate3d(0, 0, 0);
}
.blog-card-slider .swiper-slide-next .blog-card-btn, .blog-card-slider .swiper-slide-prev .blog-card-btn {
  max-height: 0;
  width: 0;
  border: 0;
  padding: 0;
  position: absolute;
  overflow: hidden;
  transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
}
.blog-card-slider .swiper-slide-next .blog-card-content, .blog-card-slider .swiper-slide-prev .blog-card-content {
  max-width: 45rem;
}

@keyframes fadeInTitle {
  from {
    opacity: 0;
    transform: translateY(2rem);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.product-section-wrapper {
  background: linear-gradient(180deg, #F9FAFB 0%, #FFF 100%);
}
.product-section-wrapper .product-section {
  display: flex;
  flex-direction: column;
  gap: 4.2rem;
}
@media (max-width: 576px) {
  .product-section-wrapper .product-section {
    gap: 3rem;
  }
}
.product-section-wrapper .product-section-top {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .product-section-wrapper .product-section-top {
    flex-direction: column;
    align-items: flex-start;
    gap: 4rem;
  }
}
@media (max-width: 576px) {
  .product-section-wrapper .product-section-top {
    gap: 3rem;
  }
}
.product-section-wrapper .product-section-top-left {
  flex: 0 0 36%;
  max-width: 36%;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media (max-width: 767px) {
  .product-section-wrapper .product-section-top-left {
    flex: unset;
    max-width: unset;
    align-items: center;
    text-align: center;
  }
}
@media (max-width: 576px) {
  .product-section-wrapper .product-section-top-left {
    gap: 1rem;
  }
}
.product-section-wrapper .product-section-top-left .title {
  max-width: 44rem;
  line-height: 1.2;
}
.product-section-wrapper .product-section-top-left .btn {
  margin-top: 1rem;
}
.product-section-wrapper .product-section-top-right {
  flex: 0 0 46%;
  max-width: 46%;
}
@media (max-width: 991px) {
  .product-section-wrapper .product-section-top-right {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (max-width: 767px) {
  .product-section-wrapper .product-section-top-right {
    flex: unset;
    max-width: unset;
  }
}
.product-section-wrapper .product-section-img {
  width: 100%;
  height: 60rem;
  border-radius: 3.6rem;
  border: 1px solid #e3e5f1;
  display: flex;
  align-items: flex-end;
  padding: 0 3.3rem;
  position: relative;
}
@media (max-width: 991px) {
  .product-section-wrapper .product-section-img {
    height: 44rem;
    border-radius: 1.6rem;
  }
}
@media (max-width: 767px) {
  .product-section-wrapper .product-section-img {
    height: 33rem;
    padding: 0 2rem;
  }
}
@media (max-width: 576px) {
  .product-section-wrapper .product-section-img {
    height: 18.5rem;
    padding: 0 1.8rem;
  }
}
@media (max-width: 480px) {
  .product-section-wrapper .product-section-img {
    height: 17.5rem;
    padding: 0 1.6rem;
  }
}
.product-section-wrapper .product-section-img .product-section-media {
  object-fit: cover;
  border-top-left-radius: 2.4rem;
  border-top-right-radius: 2.4rem;
  object-position: top;
  z-index: 1;
  position: absolute;
  width: 95%;
  height: calc(100% - 3.3rem);
  top: auto;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.product-section-wrapper .product-section-img .product-section-media.poster {
  z-index: 0 !important;
}
@media (max-width: 991px) {
  .product-section-wrapper .product-section-img .product-section-media {
    width: 93%;
    border-top-left-radius: 1.2rem;
    border-top-right-radius: 1.2rem;
  }
}
@media (max-width: 767px) {
  .product-section-wrapper .product-section-img .product-section-media {
    height: calc(100% - 2rem);
    width: 95%;
  }
}
@media (max-width: 576px) {
  .product-section-wrapper .product-section-img .product-section-media {
    border-top-left-radius: 0.8rem;
    border-top-right-radius: 0.8rem;
    height: calc(100% - 1.8rem);
  }
}
@media (max-width: 480px) {
  .product-section-wrapper .product-section-img .product-section-media {
    height: calc(100% - 1.6rem);
    width: 92%;
  }
}
.product-section-wrapper .product-section-img.color-green {
  background: #11b76a;
}
.product-section-wrapper .product-section-img.color-orange {
  background: #fd8421;
}
.product-section-wrapper .product-section-img.color-red {
  background: #e54545;
}
.product-section-wrapper .product-section-img.color-blue {
  background: #4478FF;
}
.product-section-wrapper .product-section-img.color-purple {
  background: #392dca;
}
.product-section-wrapper .product-section-img.color-light-purple {
  background: #7261E1;
}
.product-section-wrapper .product-section .product-feature-row {
  display: flex;
  gap: 3rem;
}
@media (max-width: 991px) {
  .product-section-wrapper .tab-link-wrapper {
    margin-left: calc(-1 * var(--container-pusher));
    padding-left: var(--container-pusher);
    width: 100vw;
  }
}
@media (max-width: 576px) {
  .product-section-wrapper .tab-link-wrapper {
    margin-left: calc(-1 * var(--container-gutter));
    padding-left: var(--container-gutter);
  }
}

.product-dev-item {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media (max-width: 576px) {
  .product-dev-item {
    gap: 1rem;
  }
}
.product-dev-item-title {
  display: flex;
  align-items: center;
  gap: 1.2rem;
  font-weight: 600;
  font-family: "Avenir Next Demi", sans-serif;
  font-size: 1.8rem;
}
@media (max-width: 576px) {
  .product-dev-item-title {
    font-size: 1.5rem;
  }
}
.product-dev-item-title-icon {
  height: 2rem;
  width: 2rem;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  border-radius: 0.5rem;
  background: rgba(16, 24, 40, 0.2);
  color: #101828;
}
@media (max-width: 576px) {
  .product-dev-item-title-icon {
    width: 1.8rem;
    height: 1.8rem;
    font-size: 1rem;
  }
}
.product-dev-item-text {
  letter-spacing: -0.16px;
}
.product-dev-item--small .product-dev-item-title {
  font-size: 1.7rem;
}
@media (max-width: 576px) {
  .product-dev-item--small .product-dev-item-title {
    font-size: 1.5rem;
  }
}

.solution-item {
  border: 1px solid #e3e5f1;
  background: #ffffff;
  border-radius: 2rem;
  padding: 2.3rem 2.6rem;
  display: flex;
  flex-direction: column;
  gap: 1.8rem;
  transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
}
@media (max-width: 576px) {
  .solution-item {
    padding: 2rem var(--container-gutter);
    border-radius: 1.2rem;
  }
}
.solution-item:hover {
  box-shadow: 0px 12px 20px -12px rgba(177, 188, 209, 0.5);
}
.solution-item-title {
  display: flex;
  align-items: center;
  gap: 2.4rem;
  font-size: 1.6rem;
  font-weight: 600;
  font-family: "Avenir Next Demi", sans-serif;
  color: #101828;
  letter-spacing: -0.16px;
  min-height: 3.6rem;
}
@media (max-width: 576px) {
  .solution-item-title {
    gap: 0.8rem;
    font-size: 1.4rem;
  }
}
.solution-item .text.text--dark-light {
  min-height: 7.5rem;
}
.solution-item-text {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.solution-item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 4rem;
  width: 4rem;
  border-radius: 0.8rem;
  border: 1px solid #e3e5f1;
  box-shadow: 0px 8px 20px -12px rgba(177, 188, 209, 0.5);
}
@media (max-width: 576px) {
  .solution-item-img {
    height: 3rem;
    width: 3rem;
  }
}
.solution-item-img img {
  height: 2.2rem;
  width: 2.2rem;
  object-fit: contain;
}
@media (max-width: 576px) {
  .solution-item-img img {
    height: 2rem;
    width: 2rem;
  }
}
.solution-item-slider {
  overflow: visible;
}
@media (max-width: 991px) {
  .solution-item-slider-nav {
    display: none;
  }
}
.solution-item.color-orange .link {
  color: #fd8421;
}
.solution-item.color-orange .link:hover {
  color: rgb(232.9017857143, 105.9598214286, 2.0982142857);
}
.solution-item.color-red .link {
  color: #f97066;
}
.solution-item.color-red .link:hover {
  color: rgb(247.0754716981, 66.1320754717, 52.9245283019);
}
.solution-item.color-blue .link {
  color: #4478FF;
}
.solution-item.color-blue .link:hover {
  color: rgb(17, 83.1818181818, 255);
}
.solution-item.color-green .link {
  color: #59BF00;
}
.solution-item.color-green .link:hover {
  color: rgb(65.2356020942, 140, 0);
}
.solution-item.color-purple .link {
  color: #392dca;
}
.solution-item.color-purple .link:hover {
  color: rgb(45.2307692308, 35.7085020243, 160.2914979757);
}
.solution-item.color-light-purple .link {
  color: #7261E1;
}
.solution-item.color-light-purple .link:hover {
  color: rgb(75.75, 54.1382978723, 216.8617021277);
}
.solution-item.color-gaming .link {
  color: #7F56D9;
}
.solution-item.color-gaming .link:hover {
  color: rgb(96.1739130435, 46.2608695652, 205.7391304348);
}
.solution-item.color-marketing-teams .link {
  color: #677185;
}
.solution-item.color-marketing-teams .link:hover {
  color: rgb(80.7415254237, 88.5805084746, 104.2584745763);
}
.solution-item.color-finance .link {
  color: #12B76A;
}
.solution-item.color-finance .link:hover {
  color: rgb(13.4328358209, 136.5671641791, 79.1044776119);
}
.solution-item.color-dating .link {
  color: #E31B54;
}
.solution-item.color-dating .link:hover {
  color: rgb(181.4212598425, 21.5787401575, 67.1338582677);
}
.solution-item.color-shopping .link {
  color: #F79009;
}
.solution-item.color-shopping .link:hover {
  color: rgb(198.5433070866, 115.4133858268, 6.4566929134);
}
.solution-item.color-travel .link {
  color: #6172F3;
}
.solution-item.color-travel .link:hover {
  color: rgb(49.6, 71.7, 239.4);
}
.solution-item.color-health .link {
  color: #36BFFA;
}
.solution-item.color-health .link:hover {
  color: rgb(6.140776699, 174.3980582524, 246.859223301);
}
.solution-item.color-delivery .link {
  color: #054F31;
}
.solution-item.color-delivery .link:hover {
  color: rgb(1.9642857143, 31.0357142857, 19.25);
}
.solution-item.color-casino .link {
  color: #D92D20;
}
.solution-item.color-casino .link:hover {
  color: rgb(172.5542168675, 35.7831325301, 25.4457831325);
}
.solution-item.color-adtech .link {
  color: #444CE7;
}
.solution-item.color-adtech .link:hover {
  color: rgb(28.2085308057, 37.6113744076, 219.7914691943);
}
.solution-item.resource-type .solution-item-title {
  flex-direction: column;
  align-items: flex-start;
  gap: 1.5rem;
}
.solution-item.resource-type .solution-item-img {
  height: auto;
  width: auto;
  border: 0;
  border-radius: 0;
}
.solution-item.resource-type .solution-item-img img {
  height: 3.2rem;
  width: 3.2rem;
}
.solution-item.resource-type .link {
  color: #4478FF;
}

.box {
  padding: 4.5rem 3.9rem;
  border-radius: 2.4rem;
  background: #ffffff;
  box-shadow: 0px 8px 20px -12px rgba(177, 188, 209, 0.5);
}
@media (max-width: 576px) {
  .box {
    padding: 3rem var(--container-gutter);
    border-radius: 1.2rem;
  }
}
.box-section {
  padding: 6rem;
}
.box .box-section + .box-section {
  border-top: 1px solid #e3e5f1;
}
.box--sss {
  border: 1px solid #e3e5f1;
  padding: 0;
}
.box--content {
  border: 1px solid #e3e5f1;
  padding: 6rem 7rem;
}
@media (max-width: 576px) {
  .box--content {
    padding: 2rem var(--container-gutter);
  }
}

.search-btn.active + .search-content {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}
.search-content {
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: fixed;
  top: var(--header-height);
  left: 0;
  width: 100%;
  padding: 4rem var(--container-pusher);
  z-index: 1;
  background: radial-gradient(78.88% 72.31% at 50.59% 99.57%, rgba(227, 236, 247, 0.5) 15%, rgba(255, 255, 255, 0.5) 100%), var(--White, #FFF);
  box-shadow: 0px 8px 20px -12px rgba(177, 188, 209, 0.5);
  z-index: 2;
}
@media (max-width: 991px) {
  .search-content {
    min-height: calc(2 * var(--header-height));
    padding: 4rem var(--container-gutter);
  }
}
.search-content-left {
  display: flex;
  align-items: center;
  width: 100%;
  gap: 1rem;
}
.search-content .icon-close {
  color: #060b27;
  cursor: pointer;
}
.search-content-icon {
  color: #7261E1;
}
.search-content .inputMain {
  border: none;
  background: transparent;
  font-size: 2.4rem;
  font-weight: 400;
}
.search-content .inputMain::placeholder {
  font-size: 2.4rem;
  font-weight: 400;
}
@media (max-width: 576px) {
  .search-content .inputMain::placeholder {
    font-size: 1.7rem;
  }
}
.search-content .inputMain:focus {
  border: 0;
}
.search-content form {
  width: 100%;
}

.search-wrapper {
  display: flex;
  align-items: center;
  gap: 2rem;
  margin-left: 2rem;
}
@media (max-width: 576px) {
  .search-wrapper {
    gap: 1rem;
  }
}

.subscribe-btn {
  padding: 0 1.5rem;
}
@media (max-width: 576px) {
  .subscribe-btn {
    height: 3.6rem;
  }
}
.subscribe-btn.active + .subscribe-content {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}
.subscribe-content {
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
  display: flex;
  align-items: center;
  position: fixed;
  top: var(--header-height);
  left: 0;
  width: 100%;
  padding: 6.6rem var(--container-pusher);
  z-index: 1;
  background: radial-gradient(78.88% 72.31% at 50.59% 99.57%, rgba(227, 236, 247, 0.5) 15%, rgba(255, 255, 255, 0.5) 100%), var(--White, #FFF);
  box-shadow: 0px 8px 20px -12px rgba(177, 188, 209, 0.5);
  z-index: 2;
}
@media (max-width: 576px) {
  .subscribe-content {
    flex-direction: column;
    align-items: flex-start;
    padding: 4rem var(--container-gutter);
    gap: 3rem;
  }
  .subscribe-content .text {
    margin-bottom: 3rem;
  }
}
.subscribe-content-right {
  flex: 0 0 40%;
  max-width: 40%;
}
@media (max-width: 576px) {
  .subscribe-content-right {
    flex: unset;
    max-width: unset;
  }
}
.subscribe-content-left {
  flex: 0 0 40%;
  max-width: 40%;
}
@media (max-width: 576px) {
  .subscribe-content-left {
    flex: unset;
    max-width: unset;
  }
}
.subscribe-content .icon-close {
  position: absolute;
  right: 0;
  top: 2.5rem;
  color: #060b27;
  right: calc(var(--container-pusher) + 3rem);
  cursor: pointer;
}
.subscribe-content .hs-form-box form .hs-form-field .hs-error-msg {
  position: absolute;
}

.contact-card {
  border-radius: 2rem;
  border: 1px solid #e3e5f1;
  background: #ffffff;
  transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
}
.contact-card:hover {
  box-shadow: 0px 8px 20px -12px rgba(177, 188, 209, 0.5);
}
.contact-card-top {
  padding: 3rem;
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}
.contact-card-img {
  height: 3.2rem;
  width: 3.2rem;
  object-fit: contain;
}
.contact-card-title {
  font-size: 2rem;
}
.contact-card-text {
  min-height: 7rem;
  font-weight: 500;
}
@media (max-width: 991px) {
  .contact-card-text {
    min-height: 4rem;
  }
}
.contact-card .link {
  margin-top: 2.4rem;
}
.contact-card-bottom {
  border-top: 1px solid #e3e5f1;
  padding: 3rem;
}
@media (max-width: 991px) {
  .contact-card-bottom {
    padding: 2.4rem;
  }
}

.promo-card {
  border-radius: 2rem;
  border: 1px solid #e3e5f1;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.4) 25%, rgba(234, 240, 246, 0.4) 100%), #FFF;
}
.promo-card-top {
  padding: 3rem;
}
@media (max-width: 576px) {
  .promo-card-top {
    padding: 2.2rem;
  }
}
.promo-card-bottom {
  padding: 3rem;
  border-top: 1px solid #e3e5f1;
}
@media (max-width: 576px) {
  .promo-card-bottom {
    padding: 2.2rem;
  }
}
.promo-card-title {
  font-size: 2rem;
  line-height: 1.5;
  margin-top: 1.5rem;
}
@media (max-width: 576px) {
  .promo-card-title {
    font-size: 1.8rem;
  }
}
.promo-card-toptitle {
  font-size: 1.7rem;
  letter-spacing: -0.34px;
}
@media (max-width: 576px) {
  .promo-card-toptitle {
    font-size: 1.6rem;
  }
}
.promo-card-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 1.9rem;
  grid-row-gap: 1.9rem;
}
@media (max-width: 991px) {
  .promo-card-grid {
    grid-template-columns: repeat(1, 1fr);
    grid-row-gap: 1.6rem;
    width: 100%;
  }
}

.branch-item {
  display: flex;
  align-items: center;
  gap: 2.4rem;
}
.branch-item-icon {
  height: 6.2rem;
  width: 6.2rem;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  box-shadow: 0px 8px 10px -12px rgba(177, 188, 209, 0.2);
  border: 1px solid #e3e5f1;
  background: #ffffff;
}
.branch-item-icon img {
  height: 2.6rem;
  width: 2.6rem;
  object-fit: contain;
}
.branch-item-title {
  font-size: 2rem;
}
@media (max-width: 576px) {
  .branch-item-title {
    font-size: 1.8rem;
  }
}
.branch-item-text {
  margin-top: 0.5rem;
}
@media (max-width: 576px) {
  .branch-item-text {
    font-size: 1.4rem;
  }
}

.app-cycle {
  position: relative;
}
@media (max-width: 991px) {
  .app-cycle {
    margin-top: -20rem;
  }
}
@media (max-width: 576px) {
  .app-cycle {
    margin-top: -27rem;
  }
}
.app-cycle .cycle-center {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 28.4rem;
  height: 28.4rem;
  border-radius: 50%;
  border: 1px solid #e3e5f1;
  background: radial-gradient(50% 50% at 50% 50%, rgba(238, 243, 248, 0) 0%, #EEF3F8 100%), #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  z-index: 2;
}
@media (max-width: 576px) {
  .app-cycle .cycle-center {
    width: 21.6rem;
    height: 21.6rem;
  }
}
.app-cycle .center-circle {
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.3);
  background: linear-gradient(146deg, rgba(255, 255, 255, 0.1) 32.16%, rgba(255, 255, 255, 0) 81%), #E54545;
  box-shadow: 0px 0px 4px 2px rgba(255, 255, 255, 0.35) inset;
  width: 11.6rem;
  height: 11.6rem;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
}
@media (max-width: 576px) {
  .app-cycle .center-circle {
    width: 9.4rem;
    height: 9.4rem;
  }
}
.app-cycle .center-circle span {
  font-size: 1.6rem;
  font-weight: 700;
  color: #ffffff;
  width: 6rem;
  text-align: center;
  line-height: 1.3;
}
@media (max-width: 576px) {
  .app-cycle .center-circle span {
    font-size: 1.3rem;
  }
}
.app-cycle-box {
  height: 3.6rem;
  display: flex;
  align-items: center;
  padding-left: 1rem;
  padding-right: 1.4rem;
  border-radius: 4.2rem;
  border: 1px solid #e3e5f1;
  background: #ffffff;
  gap: 1rem;
  width: max-content;
}
.app-cycle-box-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(16, 24, 40, 0.2);
  color: #101828;
  font-size: 0.8rem;
  width: 1.6rem;
  height: 1.6rem;
  border-radius: 50%;
  transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
}
.app-cycle-box .text {
  font-size: 1.5rem;
  color: rgba(102, 112, 133, 0.9);
  letter-spacing: -0.15px;
  transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
  font-weight: 500;
}
.app-cycle-box-wrapper {
  transform: rotate(-45deg);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.2rem;
}
@media (max-width: 991px) {
  .app-cycle-box-wrapper {
    opacity: 0;
  }
}
.app-cycle-content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  transform: rotate(45deg);
  position: relative;
  z-index: 2;
}
@media (max-width: 991px) {
  .app-cycle-content {
    transform: rotate(225deg);
    transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
  }
  .app-cycle-content:has(.app-cycle-content-item-wrapper:nth-child(1).active) {
    transform: rotate(225deg);
  }
}
@media (max-width: 991px) and (max-width: 991px) {
  .app-cycle-content:has(.app-cycle-content-item-wrapper:nth-child(1).active) .app-cycle-box-wrapper {
    transform: rotate(135deg) translateY(-2rem) !important;
  }
}
@media (max-width: 991px) {
  .app-cycle-content:has(.app-cycle-content-item-wrapper:nth-child(2).active) {
    transform: rotate(495deg);
  }
}
@media (max-width: 991px) and (max-width: 991px) {
  .app-cycle-content:has(.app-cycle-content-item-wrapper:nth-child(2).active) .app-cycle-box-wrapper {
    transform: rotate(-135deg) translateY(-2rem) !important;
  }
}
@media (max-width: 991px) {
  .app-cycle-content:has(.app-cycle-content-item-wrapper:nth-child(3).active) {
    transform: rotate(315deg);
  }
}
@media (max-width: 991px) and (max-width: 991px) {
  .app-cycle-content:has(.app-cycle-content-item-wrapper:nth-child(3).active) .app-cycle-box-wrapper {
    transform: rotate(45deg) translateY(-2rem) !important;
  }
}
@media (max-width: 991px) {
  .app-cycle-content:has(.app-cycle-content-item-wrapper:nth-child(4).active) {
    transform: rotate(405deg);
  }
}
@media (max-width: 991px) and (max-width: 991px) {
  .app-cycle-content:has(.app-cycle-content-item-wrapper:nth-child(4).active) .app-cycle-box-wrapper {
    transform: rotate(-45deg) translateY(-2rem) !important;
  }
}
.app-cycle-content-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1.2rem;
  height: 48rem;
  width: 100%;
  width: 48rem;
  position: relative;
  z-index: 4;
  overflow: hidden;
}
@media (max-width: 991px) {
  .app-cycle-content-item {
    height: 40rem;
    width: 40rem;
  }
}
.app-cycle-content-item-wrapper {
  position: relative;
}
.app-cycle-content-item-wrapper.active .gradient {
  opacity: 1;
}
.app-cycle-content-item-wrapper.active .app-cycle-content-item .label::before {
  opacity: 1;
}
.app-cycle-content-item-wrapper.active .app-cycle-content-item .label span {
  color: #e54545;
}
.app-cycle-content-item-wrapper.active .app-cycle-box-icon {
  background: rgba(229, 69, 69, 0.2);
  color: #e54545;
}
.app-cycle-content-item-wrapper.active .app-cycle-box .text {
  color: #101828;
}
.app-cycle-content-item-wrapper.active .app-cycle-box-wrapper {
  opacity: 1;
  transition: 2s ease-out opacity;
}
.app-cycle-content-item-wrapper::after {
  content: "";
  height: 1px;
  width: calc(100% + 0rem);
  background: linear-gradient(to right, #e3e5f1 0%, #f5f6fa 50%, #fff 100%);
  position: absolute;
}
.app-cycle-content-item-wrapper:nth-child(1)::after {
  top: 0;
  right: 0;
  height: calc(100% + 0rem);
  width: 1px;
  background: linear-gradient(to top, #e3e5f1 0%, #f5f6fa 50%, #fff 100%);
}
.app-cycle-content-item-wrapper:nth-child(1) .app-cycle-content-item {
  background: skyblue;
  background: transparent;
  border-left: 0;
  border-top: 0;
}
.app-cycle-content-item-wrapper:nth-child(1) .app-cycle-content-item .label {
  bottom: -14.3rem;
  right: -14.3rem;
}
@media (max-width: 576px) {
  .app-cycle-content-item-wrapper:nth-child(1) .app-cycle-content-item .label {
    bottom: -10.7rem;
    right: -10.7rem;
  }
}
.app-cycle-content-item-wrapper:nth-child(1) .app-cycle-content-item .label::before {
  top: 0;
  right: 0;
}
.app-cycle-content-item-wrapper:nth-child(1) .app-cycle-content-item .label span {
  position: absolute;
  top: 6rem;
  left: 4rem;
  transform: rotate(-45deg);
}
@media (max-width: 576px) {
  .app-cycle-content-item-wrapper:nth-child(1) .app-cycle-content-item .label span {
    top: 5rem;
    left: 3rem;
  }
}
.app-cycle-content-item-wrapper:nth-child(1) .app-cycle-content-item .app-cycle-box-wrapper {
  transform: rotate(-45deg) translateY(5.5rem);
}
.app-cycle-content-item-wrapper:nth-child(1) .gradient {
  transform: rotate(-45deg);
  bottom: -9.3rem;
  right: -40.5rem;
}
@media (max-width: 1367px) {
  .app-cycle-content-item-wrapper:nth-child(1) .gradient {
    right: -44.5rem;
    bottom: -10.3rem;
  }
}
@media (max-width: 1200px) {
  .app-cycle-content-item-wrapper:nth-child(1) .gradient {
    right: -57.5rem;
    bottom: -13.3rem;
  }
}
@media (max-width: 991px) {
  .app-cycle-content-item-wrapper:nth-child(1) .gradient {
    right: -50.5rem;
    bottom: -11.3rem;
  }
}
@media (max-width: 576px) {
  .app-cycle-content-item-wrapper:nth-child(1) .gradient {
    right: -40.3rem;
    bottom: -9.2rem;
  }
}
@media (max-width: 991px) {
  .app-cycle-content-item-wrapper:nth-child(1).active .app-cycle-content-item .label span {
    transform: rotate(135deg);
  }
}
.app-cycle-content-item-wrapper:nth-child(2)::after {
  bottom: 0;
  left: 0;
}
.app-cycle-content-item-wrapper:nth-child(2) .app-cycle-content-item {
  background: blue;
  background: transparent;
  border-right: 0;
  border-top: 0;
}
.app-cycle-content-item-wrapper:nth-child(2) .app-cycle-content-item .label {
  left: -14.3rem;
  bottom: -14.3rem;
}
@media (max-width: 576px) {
  .app-cycle-content-item-wrapper:nth-child(2) .app-cycle-content-item .label {
    left: -10.7rem;
    bottom: -10.7rem;
  }
}
.app-cycle-content-item-wrapper:nth-child(2) .app-cycle-content-item .label span {
  position: absolute;
  top: 6rem;
  right: 4rem;
  transform: rotate(45deg);
}
@media (max-width: 576px) {
  .app-cycle-content-item-wrapper:nth-child(2) .app-cycle-content-item .label span {
    top: 5rem;
    right: 3.5rem;
  }
}
.app-cycle-content-item-wrapper:nth-child(2) .gradient {
  right: -36.5rem;
  top: -5.5rem;
  transform: rotate(45deg);
}
@media (max-width: 1367px) {
  .app-cycle-content-item-wrapper:nth-child(2) .gradient {
    right: -46rem;
    top: -11.5rem;
  }
}
@media (max-width: 1200px) {
  .app-cycle-content-item-wrapper:nth-child(2) .gradient {
    right: -73rem;
    top: -28.5rem;
  }
}
@media (max-width: 991px) {
  .app-cycle-content-item-wrapper:nth-child(2) .gradient {
    right: -65.5rem;
    top: -27rem;
  }
}
@media (max-width: 576px) {
  .app-cycle-content-item-wrapper:nth-child(2) .gradient {
    right: -44.5rem;
    top: -13.5rem;
  }
}
@media (max-width: 991px) {
  .app-cycle-content-item-wrapper:nth-child(2).active .app-cycle-content-item .label span {
    transform: rotate(-135deg);
  }
}
.app-cycle-content-item-wrapper:nth-child(3)::after {
  left: 0;
  top: 0;
  background: linear-gradient(to left, #e3e5f1 0%, #f5f6fa 50%, #fff 100%);
}
.app-cycle-content-item-wrapper:nth-child(3) .app-cycle-content-item {
  background: red;
  background: transparent;
  border-left: 0;
  border-bottom: 0;
}
.app-cycle-content-item-wrapper:nth-child(3) .app-cycle-content-item .label {
  top: -14.3rem;
  right: -14.3rem;
}
@media (max-width: 576px) {
  .app-cycle-content-item-wrapper:nth-child(3) .app-cycle-content-item .label {
    top: -10.7rem;
    right: -10.7rem;
  }
}
.app-cycle-content-item-wrapper:nth-child(3) .app-cycle-content-item .label span {
  position: absolute;
  bottom: 6.5rem;
  left: 3rem;
  transform: rotate(-135deg);
}
@media (max-width: 576px) {
  .app-cycle-content-item-wrapper:nth-child(3) .app-cycle-content-item .label span {
    bottom: 5rem;
    left: 2rem;
  }
}
.app-cycle-content-item-wrapper:nth-child(3) .gradient {
  right: -40.6rem;
  top: -9rem;
  transform: rotate(-135deg);
}
@media (max-width: 1367px) {
  .app-cycle-content-item-wrapper:nth-child(3) .gradient {
    right: -45rem;
    top: -10rem;
  }
}
@media (max-width: 1200px) {
  .app-cycle-content-item-wrapper:nth-child(3) .gradient {
    right: -58rem;
    top: -13rem;
  }
}
@media (max-width: 991px) {
  .app-cycle-content-item-wrapper:nth-child(3) .gradient {
    right: -50.5rem;
    top: -11.5rem;
  }
}
@media (max-width: 576px) {
  .app-cycle-content-item-wrapper:nth-child(3) .gradient {
    right: -40.4rem;
    top: -9rem;
  }
}
@media (max-width: 991px) {
  .app-cycle-content-item-wrapper:nth-child(3).active .app-cycle-content-item .label span {
    transform: rotate(45deg);
  }
}
.app-cycle-content-item-wrapper:nth-child(4)::after {
  bottom: calc(50% - 0rem);
  left: calc(-50% - 0rem);
  transform: rotate(90deg);
}
.app-cycle-content-item-wrapper:nth-child(4) .app-cycle-content-item {
  background: green;
  background: transparent;
  border-right: 0;
  border-bottom: 0;
}
.app-cycle-content-item-wrapper:nth-child(4) .app-cycle-content-item .label {
  top: -14.3rem;
  left: -14.3rem;
}
@media (max-width: 576px) {
  .app-cycle-content-item-wrapper:nth-child(4) .app-cycle-content-item .label {
    top: -10.7rem;
    left: -10.7rem;
  }
}
.app-cycle-content-item-wrapper:nth-child(4) .app-cycle-content-item .label span {
  position: absolute;
  bottom: 6.5rem;
  right: 2.5rem;
  transform: rotate(-45deg);
}
@media (max-width: 991px) {
  .app-cycle-content-item-wrapper:nth-child(4) .app-cycle-content-item .label span {
    transform: rotate(135deg);
  }
}
@media (max-width: 576px) {
  .app-cycle-content-item-wrapper:nth-child(4) .app-cycle-content-item .label span {
    bottom: 5rem;
    right: 1.5rem;
  }
}
.app-cycle-content-item-wrapper:nth-child(4) .app-cycle-content-item .app-cycle-box-wrapper {
  transform: rotate(-45deg) translateY(-5.5rem);
}
.app-cycle-content-item-wrapper:nth-child(4) .gradient {
  right: -36.5rem;
  top: -9.2rem;
  transform: rotate(135deg);
}
@media (max-width: 1367px) {
  .app-cycle-content-item-wrapper:nth-child(4) .gradient {
    right: -46rem;
    top: -10.2rem;
  }
}
@media (max-width: 1200px) {
  .app-cycle-content-item-wrapper:nth-child(4) .gradient {
    right: -73rem;
    top: -13.2rem;
  }
}
@media (max-width: 991px) {
  .app-cycle-content-item-wrapper:nth-child(4) .gradient {
    right: -66rem;
    top: -11.2rem;
  }
}
@media (max-width: 576px) {
  .app-cycle-content-item-wrapper:nth-child(4) .gradient {
    right: -44.7rem;
    top: -9.2rem;
  }
}
@media (max-width: 991px) {
  .app-cycle-content-item-wrapper:nth-child(4).active .app-cycle-content-item .label span {
    transform: rotate(-45deg);
  }
}
.app-cycle-content-item-wrapper .gradient {
  position: absolute;
  pointer-events: none;
  opacity: 0;
  transition: 0.6s cubic-bezier(0.21, 1.09, 1, 0.99);
  height: 625px;
  width: 1250px;
  object-fit: cover;
}
@media screen and (max-width: 374px) {
  .app-cycle-content-item-wrapper .gradient {
    height: 564px;
    width: 1120px;
  }
}
.app-cycle-content-item .label {
  position: absolute;
  width: 28.4rem;
  height: 28.4rem;
  overflow: hidden;
  z-index: 1;
  cursor: pointer;
}
@media (max-width: 576px) {
  .app-cycle-content-item .label {
    width: 21.6rem;
    height: 21.6rem;
  }
}
.app-cycle-content-item .label::before {
  content: "";
  border-radius: 50%;
  position: absolute;
  height: 100%;
  width: 100%;
  background: linear-gradient(0deg, rgba(229, 69, 69, 0.12) 0%, rgba(229, 69, 69, 0.12) 100%), linear-gradient(0deg, rgba(255, 255, 255, 0.6) 0%, rgba(255, 255, 255, 0.6) 100%), linear-gradient(270deg, #FFF 4.25%, rgba(255, 255, 255, 0) 47.62%);
  opacity: 0;
  transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
  border: 2px solid #e54545;
}
.app-cycle-content-item .label span {
  font-size: 1.8rem;
  font-weight: 600;
  font-family: "Avenir Next Demi", sans-serif;
  color: #101828;
  letter-spacing: -0.36px;
  transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
}
@media (max-width: 576px) {
  .app-cycle-content-item .label span {
    font-size: 1.5rem;
    transition: 1s ease-out opacity;
  }
}

.feature {
  height: 6rem;
  position: relative;
  border-radius: 4.2rem;
  border: 1px solid #dee9fd;
  background: #ebf0f8;
  width: max-content;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 0.7rem;
  box-shadow: 0px 1.429px 3.571px 2.143px rgba(111, 127, 154, 0.08) inset, 0px 0px 14.286px 0px rgba(111, 127, 154, 0.1) inset, 0px 0px 7.14px 1.14px rgba(255, 255, 255, 0.5);
}
@media (max-width: 576px) {
  .feature {
    height: 4.8rem;
    padding: 0 0.4rem;
  }
}
.feature-title {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 2rem;
  height: 4.6rem;
  border-radius: 5.2rem;
  font-weight: 600;
  font-family: "Avenir Next Demi", sans-serif;
  font-size: 1.55rem;
  letter-spacing: -0.31px;
  color: rgba(6, 11, 39, 0.8);
  background: #ffffff;
}
@media (max-width: 576px) {
  .feature-title {
    height: 4.1rem;
    font-size: 1.3rem;
  }
}
.feature--orange {
  background: #f8eeeb;
  border: 1px solid #EDDFDC;
}
.feature--rounded {
  width: 6rem;
  border-radius: 50%;
}
@media (max-width: 576px) {
  .feature--rounded {
    width: 4.8rem;
    padding: 0;
  }
}
.feature--rounded .feature-img {
  height: 4.4rem;
  width: 4.4rem;
  background: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 576px) {
  .feature--rounded .feature-img {
    height: 4rem;
    width: 4rem;
  }
}
.feature--rounded .feature-img img {
  height: 2rem;
  object-fit: contain;
}
@media (max-width: 576px) {
  .feature--rounded .feature-img img {
    height: 1.7rem;
  }
}

.transformation-item {
  border-radius: 6.6rem;
  border: 1px solid #e3e5f1;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.4) 25%, rgba(234, 240, 246, 0.4) 100%), #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 1.6rem;
}
@media (max-width: 991px) {
  .transformation-item {
    padding: 0.8rem;
    border-radius: 1.6rem;
    align-items: unset;
    flex-direction: row-reverse;
    justify-content: flex-end;
    gap: 1.6rem;
  }
}
.transformation-item-left {
  display: flex;
  align-items: center;
  gap: 2.4rem;
}
@media (max-width: 991px) {
  .transformation-item-left {
    gap: 1.6rem;
  }
}
.transformation-item-left .btn {
  font-size: 1.2rem;
}
@media (max-width: 991px) {
  .transformation-item-right {
    display: none;
  }
}
.transformation-item-right .btn {
  font-size: 1.2rem;
}
.transformation-item-title {
  font-weight: 500;
  letter-spacing: -0.36px;
}
@media (max-width: 991px) {
  .transformation-item-title {
    padding: 2.8rem 0;
    padding-right: 2.8rem;
  }
}
@media (max-width: 576px) {
  .transformation-item-title {
    padding: 2rem 0;
    padding-right: 2rem;
  }
}
.transformation-item-right .btn--white {
  color: #4478FF;
}
.transformation-item--blue {
  background: linear-gradient(0deg, rgba(67, 101, 255, 0.4) 0%, rgba(67, 101, 255, 0.4) 100%), linear-gradient(43deg, rgba(35, 82, 191, 0.8) 25.83%, rgba(63, 166, 213, 0.8) 101.69%), linear-gradient(0deg, rgba(255, 255, 255, 0.4) 25%, rgba(234, 240, 246, 0.4) 100%), #fff;
}
.transformation-item--blue .transformation-item-title {
  color: #ffffff;
}
@media (max-width: 991px) {
  .transformation-item--blue {
    background: linear-gradient(90deg, #3349BA -0.84%, #668FFF 100.9%), linear-gradient(0deg, rgba(255, 255, 255, 0.4) 25%, rgba(234, 240, 246, 0.4) 100%), #FFF;
  }
}
@media (max-width: 991px) {
  .transformation-item--blue .transformation-item-left .btn {
    background: #ffffff;
    color: #4478FF;
    border-color: #ffffff;
    display: none;
  }
}
@media (max-width: 991px) {
  .transformation-item--blue .transformation-item-right {
    display: inline-flex;
  }
}
@media (max-width: 991px) {
  .transformation-item .btn {
    height: 100%;
    width: 3rem;
    padding: 0 0.9rem;
  }
}
@media (max-width: 576px) {
  .transformation-item .btn {
    width: 2.4rem;
    padding: 0.9rem 0;
    font-size: 1rem;
  }
}
@media (max-width: 991px) {
  .transformation-item .btn__text {
    transform: rotate(-90deg);
  }
}

.transformation-slider {
  height: 7.2rem;
  width: 100%;
  position: relative;
}
@media (max-width: 991px) {
  .transformation-slider {
    height: auto;
    display: flex;
    flex-direction: column-reverse;
  }
}
.transformation-slider .transformation-item {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 1;
}
@media (max-width: 991px) {
  .transformation-slider .transformation-item {
    position: static;
    border-radius: 1.6rem 1.6rem 0 0;
    border: 1px solid #4664D4;
  }
}
.transformation-slider .transformation-item--blue {
  z-index: 2;
}
@media (max-width: 991px) {
  .transformation-slider .transformation-item--blue {
    border-radius: 0 0 1.6rem 1.6rem;
    border-top: 0;
  }
}
.transformation-slider .transformation-item--blue.js-after {
  z-index: 2;
  clip-path: inset(0 100% 0 0);
  transition: clip-path 0.2s ease;
}
.transformation-slider .transformation-item.js-before {
  z-index: 1;
}
.transformation-slider .slider-handle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #4478FF;
  border-radius: 6.6rem;
  z-index: 3;
}
@media (max-width: 991px) {
  .transformation-slider .slider-handle {
    display: none;
  }
}
.transformation-slider .slider-btn {
  height: 3.6rem;
  width: 3.6rem;
  font-size: 1rem;
}

.category-item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 1.6rem;
  padding-top: 3.8rem;
  border-top: 1px solid #e8eaf2;
}
@media (max-width: 991px) {
  .category-item {
    align-items: center;
    text-align: center;
  }
}
@media (max-width: 576px) {
  .category-item {
    padding-top: 2.5rem;
  }
}
.category-item.wide-icon .category-item__img {
  width: auto;
  align-self: flex-start;
}
.category-item__img {
  height: 3.2rem;
  width: 3.2rem;
  object-fit: contain;
}
@media (max-width: 576px) {
  .category-item__img {
    height: 2.5rem;
    width: 2.5rem;
  }
}
.category-item-title {
  font-size: 1.9rem;
}
@media (max-width: 576px) {
  .category-item-title {
    font-size: 1.7rem;
  }
}
.category-item-text {
  margin-top: 0.5rem;
}
.category-item-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 7rem;
  grid-row-gap: 4rem;
  align-items: flex-start;
}
@media (max-width: 991px) {
  .category-item-grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media (max-width: 576px) {
  .category-item-grid {
    grid-row-gap: 2rem;
  }
}
.category-item-grid.grid-4 {
  grid-template-columns: repeat(4, 1fr);
  grid-column-gap: 5rem;
}
@media (max-width: 991px) {
  .category-item-grid.grid-4 {
    grid-template-columns: repeat(1, 1fr);
    grid-row-gap: 3rem;
  }
}
.category-item-grid.grid-2 {
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 5rem;
  grid-row-gap: 7rem;
}
@media (max-width: 991px) {
  .category-item-grid.grid-2 {
    grid-template-columns: repeat(1, 1fr);
    grid-row-gap: 3rem;
  }
}

.sss-item {
  padding: 3rem 4.2rem;
}
@media (max-width: 576px) {
  .sss-item {
    padding: 2rem var(--container-gutter);
  }
}
.sss-item.active .sss-item-title {
  color: #101828;
}
.sss-item-title {
  font-size: 1.7rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: -0.34px;
  color: #667085;
}
@media (max-width: 576px) {
  .sss-item-title {
    font-size: 1.6rem;
  }
}
.sss-item + .sss-item {
  border-top: 1px solid #e3e5f1;
}

.hljs {
  border-radius: 1.2rem !important;
  margin-bottom: 2rem;
}

.count-item {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media (max-width: 991px) {
  .count-item {
    gap: 0.8rem;
    align-items: flex-start;
  }
}
.count-item-title {
  font-size: 3rem;
  font-family: "Avenir Next Demi", sans-serif;
  font-weight: 600;
  letter-spacing: -0.6px;
  background: linear-gradient(89.63deg, #3349ba -0.84%, #668fff 100.9%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-size: 100%;
}
@media (max-width: 576px) {
  .count-item-title {
    font-size: 2.2rem;
  }
}
.count-item-text {
  font-weight: 500;
  letter-spacing: -0.16px;
  max-width: 26rem;
}
@media (max-width: 991px) {
  .count-item-text {
    font-size: 1.5rem;
    max-width: 100%;
  }
}
@media (max-width: 576px) {
  .count-item-text {
    font-size: 1.35rem;
  }
}
.count-item-description {
  margin-top: 2rem;
}
@media (max-width: 576px) {
  .count-item-description {
    margin-top: 1rem;
  }
}
.count-item--black .count-item-title {
  font-size: 4rem;
  color: #060b27;
  background: unset;
  -webkit-background-clip: unset;
  -webkit-text-fill-color: unset;
  background-size: unset;
  letter-spacing: -0.6px;
  font-weight: 500;
  font-family: "Avenir Next", sans-serif;
}
@media (max-width: 991px) {
  .count-item--black .count-item-title {
    font-size: 2.8rem;
  }
}
.count-item--blue .count-item-title {
  font-size: 4rem;
  color: #4478FF;
  background: unset;
  -webkit-background-clip: unset;
  -webkit-text-fill-color: unset;
  background-size: unset;
}
@media (max-width: 991px) {
  .count-item--blue .count-item-title {
    font-size: 2.8rem;
  }
}
.count-item--small {
  gap: 0.3rem;
}
.count-item--small .count-item-title {
  font-size: 1.2rem;
  font-weight: 700;
  font-family: "Avenir Next", sans-serif;
  letter-spacing: 0.48px;
}
@media (max-width: 576px) {
  .count-item--small .count-item-title {
    font-size: 1rem;
  }
}
.count-item--small .count-item-text {
  color: #060b27;
}
@media (max-width: 576px) {
  .count-item--small .count-item-text {
    font-size: 1.3rem;
  }
}
.count-item--big {
  gap: 0.3rem;
}
.count-item--big .count-item-title {
  font-size: 4rem;
  font-weight: 500;
  font-family: "Avenir Next", sans-serif;
  letter-spacing: -0.8px;
}
@media (max-width: 576px) {
  .count-item--big .count-item-title {
    font-size: 2.4rem;
  }
}
.count-item--big .count-item-text {
  color: #060b27;
  font-size: 1.7rem;
}
@media (max-width: 576px) {
  .count-item--big .count-item-text {
    font-size: 1.4rem;
  }
}
.count-item--row {
  flex-direction: row;
  align-items: center;
  gap: 2.1rem;
}

.timeline-item-year {
  font-weight: 500;
  margin-bottom: 1rem;
}
.timeline-item-shape {
  position: relative;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  border: 1px solid #e3e5f1;
  z-index: 1;
  background: #ffffff;
}
.timeline-item-shape::after {
  content: "";
  width: 0.9rem;
  height: 0.9rem;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: #101828;
}
.timeline-item .text {
  margin-top: 2rem;
}

.glossary-item {
  font-size: 1.7rem;
  display: flex;
  align-items: center;
  border-radius: 1.2rem;
  height: 4.8rem;
  padding: 0 1.6rem;
  border: 1px solid transparent;
  font-weight: 500;
  letter-spacing: -0.17px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 576px) {
  .glossary-item {
    height: 4rem;
  }
}
.glossary-item::before {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  background: linear-gradient(0deg, #F4F5F7 0%, #F4F5F7 100%), linear-gradient(0deg, rgba(255, 255, 255, 0.3) 25%, rgba(234, 240, 246, 0.3) 100%), #FFF;
  opacity: 0;
  transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
}
@media (min-width: 992px) {
  .glossary-item:hover {
    border-color: #e3e5f1;
  }
  .glossary-item:hover::before {
    opacity: 1;
  }
}

.glossary-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 4rem;
  grid-row-gap: 0;
  margin-left: -1.6rem;
}
@media (max-width: 991px) {
  .glossary-grid {
    grid-template-columns: repeat(2, 1fr);
    grid-row-gap: 3rem;
  }
}
@media (max-width: 576px) {
  .glossary-grid {
    grid-template-columns: repeat(1, 1fr);
    grid-row-gap: 0;
  }
}

.webinar-item {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  padding: 3rem;
  border-bottom: 2px solid transparent;
  transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
  width: 100%;
  cursor: pointer;
  justify-content: space-between;
  cursor: pointer;
}
@media (max-width: 576px) {
  .webinar-item {
    padding: 2rem var(--container-gutter);
  }
}
.webinar-item.active {
  border-color: #4478FF;
  background: linear-gradient(180deg, rgba(68, 120, 255, 0) 0%, rgba(68, 120, 255, 0.1019607843) 100%);
}
.webinar-item.active .webinar-item-title {
  color: #060b27;
}
@media (min-width: 992px) {
  .webinar-item:hover .webinar-item-title {
    color: #060b27;
  }
}
.webinar-item-title {
  color: #949BAA;
  font-size: 1.8rem;
  line-height: 1.7;
  transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
}
@media (max-width: 576px) {
  .webinar-item-title {
    font-size: 1.6rem;
  }
}

.step-item {
  border-radius: 2rem;
  border: 1px solid #e3e5f1;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.4) 25%, rgba(234, 240, 246, 0.4) 100%), #FFF;
  position: relative;
  width: 100%;
}
.step-item-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 2.1rem 3rem;
  position: relative;
  z-index: 2;
}
@media (max-width: 576px) {
  .step-item-top {
    padding: 2rem var(--container-gutter);
  }
}
.step-item-shape {
  position: absolute;
  bottom: -1px;
  z-index: -1;
  right: -1px;
  transform: translateX(100%);
}
@media (max-width: 991px) {
  .step-item-shape {
    display: none;
  }
}
.step-item-icon {
  height: 4rem;
  width: 4rem;
  object-fit: contain;
}
.step-item .particle-img {
  position: absolute;
  width: 100%;
  height: 14rem;
  left: 0;
  top: 0;
  object-fit: cover;
}
.step-item-bottom {
  padding: 2.1rem 3rem;
  border-top: 1px solid #e3e5f1;
  position: relative;
  z-index: 2;
}
@media (max-width: 576px) {
  .step-item-bottom {
    padding: 2rem var(--container-gutter);
  }
}
.step-item-number {
  color: rgba(16, 24, 40, 0.15);
  font-weight: 400;
  font-size: 4.8rem;
  letter-spacing: -0.96px;
}
@media (max-width: 576px) {
  .step-item-number {
    font-size: 4rem;
  }
}
.step-item--reverse .step-item-top {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .step-item--reverse .step-item-top {
    flex-direction: row;
  }
}
.step-item--reverse .step-item-shape {
  right: unset;
  left: -1px;
  transform: translateX(-100%) scale(-1, 1);
}

.feature-card-img {
  height: 33rem;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  border-radius: 3.5rem;
  border: 1px solid #e3e5f1;
  background: linear-gradient(0deg, #EEF3F8 0%, #EEF3F8 100%), #FFF;
  padding: 0 3.5rem;
}
@media (max-width: 576px) {
  .feature-card-img {
    height: 20.7rem;
    border-radius: 1.6rem;
    padding: 0 2.4rem;
  }
}
.feature-card-img img {
  height: 30.5rem;
  width: 100%;
  object-fit: contain;
  object-position: bottom;
}
@media (max-width: 576px) {
  .feature-card-img img {
    height: 18.5rem;
  }
}
.feature-card .checklist {
  position: relative;
  width: max-content;
}
.feature-card .checklist-item {
  font-weight: 500;
}
.feature-card .checklist-item-hover {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(90%, -50%);
  background: #fff;
  padding: 2.8rem 2.2rem;
  border-radius: 1.6rem;
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.15);
  border: 1px solid #EAECF0;
  color: #101828;
  font-size: 1.7rem;
  font-weight: 400;
  line-height: 1.5;
  white-space: nowrap;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s ease, visibility 0.2s ease;
  width: 40rem;
  max-width: 40rem;
  white-space: normal;
  word-break: break-word;
}
@media (max-width: 991px) {
  .feature-card .checklist-item-hover {
    display: none;
  }
}
.feature-card .checklist-item-hover::before {
  content: "";
  position: absolute;
  left: -10px;
  top: 50%;
  transform: translateY(-50%);
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 10px solid #fff;
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.15);
}
.feature-card .checklist-item:hover .checklist-item-hover {
  opacity: 1;
  visibility: visible;
}
@media (max-width: 576px) {
  .feature-card .checklist-item:hover .checklist-item-hover {
    opacity: 0;
    visibility: hidden;
  }
}
.feature-card-toptitle {
  font-size: 1.6rem;
  letter-spacing: -0.32px;
}
@media (max-width: 576px) {
  .feature-card-toptitle {
    font-size: 1.4rem;
  }
}
.feature-card-content {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  margin-top: 3.2rem;
}
.feature-card-btn {
  margin-top: 1.5rem;
}
.feature-card-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 3rem;
  grid-row-gap: 7.2rem;
}
@media (max-width: 991px) {
  .feature-card-grid {
    grid-template-columns: repeat(1, 1fr);
    grid-row-gap: 4rem;
  }
}

.customer-card {
  display: block;
  padding: 5.5rem 5.5rem;
  padding-bottom: 4rem;
  border-radius: 2.4rem;
  border: 1px solid #e3e5f1;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.4) 25%, rgba(234, 240, 246, 0.4) 100%), #fff;
  box-shadow: 0px 8px 20px -12px rgba(177, 188, 209, 0.5);
}
@media (max-width: 991px) {
  .customer-card {
    padding: 2rem 2.1rem;
  }
}
@media (max-width: 576px) {
  .customer-card {
    border-radius: 1.2rem;
  }
}
.customer-card-title {
  font-weight: 400;
  font-size: 2.3rem;
  line-height: 1.8;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (max-width: 576px) {
  .customer-card-title {
    font-size: 1.5rem;
    min-height: unset;
    display: -webkit-box;
    -webkit-line-clamp: 10;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
}
@media (max-width: 576px) {
  .customer-card .user-img {
    height: 3.6rem;
    width: 3.6rem;
  }
}
.customer-card-slider {
  overflow: visible;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 4.3rem;
}
@media (max-width: 991px) {
  .customer-card-slider {
    pointer-events: none;
  }
  .customer-card-slider .swiper-wrapper {
    pointer-events: all;
  }
}
.customer-card-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 3rem;
  padding-top: 3rem;
  border-top: 1px solid #e8eaf2;
}
@media (max-width: 991px) {
  .customer-card-bottom {
    padding-top: 2rem;
  }
}
@media (max-width: 576px) {
  .customer-card-bottom {
    flex-direction: column;
    align-items: flex-start;
    gap: 2rem;
    margin-top: 1.5rem;
    padding-top: 1.5rem;
  }
  .customer-card-bottom .btn {
    width: 100%;
  }
}
.customer-card-slider {
  overflow: visible;
}
.customer-card-slider .swiper-wrapper {
  align-items: center;
}

.challenge-card {
  display: flex;
  justify-content: space-between;
  border-radius: 3.6rem;
  border: 1px solid #e3e5f1;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.4) 25%, rgba(234, 240, 246, 0.4) 100%), #FFF;
  box-shadow: 0px 8px 20px -12px rgba(177, 188, 209, 0.5);
}
@media (max-width: 991px) {
  .challenge-card {
    flex-direction: column-reverse;
  }
}
@media (max-width: 576px) {
  .challenge-card {
    border-radius: 1.2rem;
  }
}
.challenge-card-left {
  padding: 5.1rem;
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
  flex: 0 0 48%;
  max-width: 48%;
}
@media (max-width: 991px) {
  .challenge-card-left {
    flex: unset;
    max-width: unset;
  }
}
@media (max-width: 576px) {
  .challenge-card-left {
    padding: 2.2rem;
    padding-top: 2rem;
    gap: 1.5rem;
  }
}
.challenge-card-right {
  padding: 5.1rem;
  padding-right: 0;
  border-left: 1px solid #e3e5f1;
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .challenge-card-right {
    border-bottom: 1px solid #e3e5f1;
    border-left: 0;
  }
}
@media (max-width: 576px) {
  .challenge-card-right {
    padding: 2.2rem;
    padding-right: 0;
  }
}
.challenge-card-img {
  width: 100%;
  object-fit: contain;
}
.challenge-card .checklist-item {
  font-size: 1.6rem;
}
@media (max-width: 576px) {
  .challenge-card .checklist-item {
    font-size: 1.4rem;
  }
}
.challenge-card .btn-row {
  margin-top: 2rem;
}
.challenge-card--vision .challenge-card-right {
  flex-direction: column;
  align-items: flex-start;
  gap: 2.5rem;
  flex: 0 0 48%;
  max-width: 48%;
  padding: 5.1rem;
}
@media (max-width: 991px) {
  .challenge-card--vision .challenge-card-right {
    flex: unset;
    max-width: unset;
  }
}
@media (max-width: 576px) {
  .challenge-card--vision .challenge-card-right {
    padding: 2.2rem;
    padding-top: 2rem;
    gap: 1.5rem;
  }
}

.challenge-card-slider {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 4.3rem;
}
@media (max-width: 576px) {
  .challenge-card-slider {
    gap: 3rem;
  }
}

.price-card {
  box-shadow: 0px 8px 20px -12px rgba(177, 188, 209, 0.5);
  background: #ffffff;
  border-radius: 2.4rem;
  border: 1px solid #e3e5f1;
  height: 100%;
}
.price-card .price-badge {
  width: 100%;
  padding: 0 1.5rem;
  border-radius: 2rem 2rem 0 0;
  font-size: 1.3rem;
  height: 4.2rem;
  color: #ffffff;
}
.price-card .checklist-item span {
  font-weight: 500;
  color: #060b27;
}
.price-card .price-info {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}
.price-card .price-info .title {
  letter-spacing: 0;
}
.price-card .price-info-text {
  max-width: 10rem;
}
.price-card-content {
  padding: 4rem 3.5rem;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
@media (max-width: 1440px) {
  .price-card-content {
    padding: 3.2rem 2.4rem;
  }
}
@media (max-width: 576px) {
  .price-card-content {
    padding: 2.4rem 2rem;
  }
}
.price-card-btn {
  width: 100%;
}
.price-card .include-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 0;
  margin-top: 2rem;
  border-top: 1px solid #e8eaf2;
  border-bottom: 1px solid #e8eaf2;
}
@media (max-width: 576px) {
  .price-card .include-bar {
    padding: 2rem 0 0;
    border-bottom: 0;
  }
}
@media (max-width: 576px) {
  .price-card .include-bar.active {
    padding: 2rem 0;
    border-bottom: 1px solid #e8eaf2;
  }
}
.price-card .include-bar .show-more-button {
  display: none;
  align-items: center;
  gap: 0.5rem;
  cursor: pointer;
}
@media (max-width: 576px) {
  .price-card .include-bar .show-more-button {
    display: flex;
  }
}
.price-card .include-bar .show-more-button-text {
  font-size: 1.25rem;
  letter-spacing: 0.375px;
  color: #4478FF;
  font-weight: 600;
}
.price-card .include-bar .show-more-button-text.hide {
  display: none;
}
.price-card .include-bar .show-more-button-text.show {
  display: block;
}
.price-card .include-bar .show-more-button-text.active {
  color: #4478FF;
}
.price-card .include-bar .show-more-button-text.active.hide {
  display: block;
}
.price-card .include-bar .show-more-button-text.active.show {
  display: none;
}
.price-card .include-bar .show-more-button-icon {
  transition: transform 0.3s ease-in-out;
  font-size: 1.25rem;
  color: #4478FF;
  display: flex;
  align-items: center;
}
.price-card .include-bar .show-more-button-icon.active {
  transition: transform 0.3s ease-in-out;
  transform: rotate(180deg);
}
.price-card .include-text {
  font-size: 1.25rem;
  letter-spacing: 0.375px;
  color: #667085;
}
.price-card.with-badge {
  margin-top: -4.2rem;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.4) 25%, rgba(234, 240, 246, 0.4) 100%), #fff;
  height: calc(100% + 4.2rem);
}
@media (max-width: 576px) {
  .price-card.with-badge {
    margin-top: 0;
  }
}
.price-card.color-blue .price-card-btn {
  background: #4478FF;
  color: #ffffff;
}
.price-card.color-blue .price-card-btn:hover, .price-card.color-blue .price-card-btn:focus, .price-card.color-blue .price-card-btn:focus-visible {
  background: rgb(17, 83.1818181818, 255);
  color: #ffffff;
}
.price-card.color-blue .price-badge {
  background: #4478FF;
}
.price-card.color-orange {
  border: 1px solid #fd853a;
}
.price-card.color-orange .price-card-btn {
  background: #fd853a;
  color: #ffffff;
}
.price-card.color-orange .price-card-btn:hover, .price-card.color-orange .price-card-btn:focus, .price-card.color-orange .price-card-btn:focus-visible {
  background: rgb(252.4874371859, 101.7336683417, 7.5125628141);
  color: #ffffff;
}
.price-card.color-orange .price-badge {
  background: #fd853a;
}
.price-card.color-light-purple {
  border: 1px solid #7261E1;
}
.price-card.color-light-purple .price-card-btn {
  background: #7261E1;
  color: #ffffff;
}
.price-card.color-light-purple .price-card-btn:hover, .price-card.color-light-purple .price-card-btn:focus, .price-card.color-light-purple .price-card-btn:focus-visible {
  background: rgb(75.75, 54.1382978723, 216.8617021277);
  color: #ffffff;
}
.price-card.color-light-purple .price-badge {
  background: #7261E1;
}
.price-card.color-purple {
  border: 1px solid #392dca;
}
.price-card.color-purple .price-card-btn {
  background: #392dca;
  color: #ffffff;
}
.price-card.color-purple .price-card-btn:hover, .price-card.color-purple .price-card-btn:focus, .price-card.color-purple .price-card-btn:focus-visible {
  background: rgb(45.2307692308, 35.7085020243, 160.2914979757);
  color: #ffffff;
}
.price-card.color-purple .price-badge {
  background: #392dca;
}
.price-card.color-red {
  border: 1px solid #e54545;
}
.price-card.color-red .price-card-btn {
  background: #e54545;
  color: #ffffff;
}
.price-card.color-red .price-card-btn:hover, .price-card.color-red .price-card-btn:focus, .price-card.color-red .price-card-btn:focus-visible {
  background: rgb(216.7075471698, 30.2924528302, 30.2924528302);
  color: #ffffff;
}
.price-card.color-red .price-badge {
  background: #e54545;
}
.price-card.color-green {
  border: 1px solid #59BF00;
}
.price-card.color-green .price-card-btn {
  background: #59BF00;
  color: #ffffff;
}
.price-card.color-green .price-card-btn:hover, .price-card.color-green .price-card-btn:focus, .price-card.color-green .price-card-btn:focus-visible {
  background: rgb(65.2356020942, 140, 0);
  color: #ffffff;
}
.price-card.color-green .price-badge {
  background: #59BF00;
}
.price-card.bg-blue {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(234, 240, 246, 0.15) 100%), #060b27;
  color: #ffffff;
}
.price-card.bg-blue .price-card-title {
  color: #ffffff;
}
.price-card.bg-blue .text {
  color: #ffffff;
}
.price-card.bg-blue .price-card-btn {
  background: #edeef1;
  color: #101828;
}
.price-card.bg-blue .price-card-btn:hover, .price-card.bg-blue .price-card-btn:focus, .price-card.bg-blue .price-card-btn:focus-visible {
  background: rgb(208.3125, 210.90625, 218.6875);
  color: #101828;
}
.price-card.bg-blue .checklist-item {
  color: #ffffff;
}
.price-card.bg-blue .checklist-item span {
  color: #ffffff;
}
.price-card.bg-orange {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(234, 240, 246, 0.15) 100%), #fd853a;
}
.price-card.bg-orange .price-card-title {
  color: #ffffff;
}
.price-card.bg-orange .price-card-btn {
  background: #edeef1;
  color: #101828;
}
.price-card.bg-orange .price-card-btn:hover, .price-card.bg-orange .price-card-btn:focus, .price-card.bg-orange .price-card-btn:focus-visible {
  background: rgb(208.3125, 210.90625, 218.6875);
  color: #101828;
}
.price-card.bg-orange .checklist-item {
  color: #ffffff;
}
.price-card.bg-orange .checklist-item span {
  color: #ffffff;
}
.price-card.bg-orange .checklist-item-icon {
  color: #ffffff;
}
.price-card.bg-orange .text,
.price-card.bg-orange .title {
  color: #ffffff;
}
.price-card.bg-purple {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(234, 240, 246, 0.15) 100%), #392dca;
}
.price-card.bg-purple .price-card-title {
  color: #ffffff;
}
.price-card.bg-purple .price-card-btn {
  background: #edeef1;
  color: #101828;
}
.price-card.bg-purple .price-card-btn:hover, .price-card.bg-purple .price-card-btn:focus, .price-card.bg-purple .price-card-btn:focus-visible {
  background: rgb(208.3125, 210.90625, 218.6875);
  color: #101828;
}
.price-card.bg-purple .checklist-item {
  color: #ffffff;
}
.price-card.bg-purple .checklist-item span {
  color: #ffffff;
}
.price-card.bg-purple .checklist-item-icon {
  color: #ffffff;
}
.price-card.bg-purple .text,
.price-card.bg-purple .title {
  color: #ffffff;
}
.price-card.bg-light-purple {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(234, 240, 246, 0.15) 100%), #9333ba;
}
.price-card.bg-light-purple .price-card-title {
  color: #ffffff;
}
.price-card.bg-light-purple .price-card-btn {
  background: #edeef1;
  color: #101828;
}
.price-card.bg-light-purple .price-card-btn:hover, .price-card.bg-light-purple .price-card-btn:focus, .price-card.bg-light-purple .price-card-btn:focus-visible {
  background: rgb(208.3125, 210.90625, 218.6875);
  color: #101828;
}
.price-card.bg-light-purple .checklist-item {
  color: #ffffff;
}
.price-card.bg-light-purple .checklist-item span {
  color: #ffffff;
}
.price-card.bg-light-purple .checklist-item-icon {
  color: #ffffff;
}
.price-card.bg-light-purple .text,
.price-card.bg-light-purple .title {
  color: #ffffff;
}
.price-card.bg-red {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(234, 240, 246, 0.15) 100%), #e54545;
}
.price-card.bg-red .price-card-title {
  color: #ffffff;
}
.price-card.bg-red .price-card-btn {
  background: #edeef1;
  color: #101828;
}
.price-card.bg-red .price-card-btn:hover, .price-card.bg-red .price-card-btn:focus, .price-card.bg-red .price-card-btn:focus-visible {
  background: rgb(208.3125, 210.90625, 218.6875);
  color: #101828;
}
.price-card.bg-red .checklist-item {
  color: #ffffff;
}
.price-card.bg-red .checklist-item span {
  color: #ffffff;
}
.price-card.bg-red .checklist-item-icon {
  color: #ffffff;
}
.price-card.bg-red .text,
.price-card.bg-red .title {
  color: #ffffff;
}
.price-card.bg-green {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(234, 240, 246, 0.15) 100%), #59BF00;
}
.price-card.bg-green .price-card-title {
  color: #ffffff;
}
.price-card.bg-green .price-card-btn {
  background: #edeef1;
  color: #101828;
}
.price-card.bg-green .price-card-btn:hover, .price-card.bg-green .price-card-btn:focus, .price-card.bg-green .price-card-btn:focus-visible {
  background: rgb(208.3125, 210.90625, 218.6875);
  color: #101828;
}
.price-card.bg-green .checklist-item {
  color: #ffffff;
}
.price-card.bg-green .checklist-item span {
  color: #ffffff;
}
.price-card.bg-green .checklist-item-icon {
  color: #ffffff;
}
.price-card.bg-green .text,
.price-card.bg-green .title {
  color: #ffffff;
}
.price-card--row {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 576px) {
  .price-card--row {
    align-items: stretch;
    justify-content: flex-start;
    gap: 2rem;
    flex-direction: column;
  }
}
.price-card--row .price-card-left {
  padding: 5rem 5.4rem;
  padding-right: 0;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  flex: 0 0 60%;
  max-width: 60%;
}
@media (max-width: 576px) {
  .price-card--row .price-card-left {
    max-width: 100%;
    padding: 2.4rem 2rem 0;
    gap: 1rem;
    flex: 1 1 100%;
  }
  .price-card--row .price-card-left .checklist-item {
    width: 100%;
  }
}
.price-card--row .price-card-right {
  padding: 1.5rem;
  padding-left: 0;
  flex: 0 0 31.5%;
  max-width: 31.5%;
  height: 100%;
}
@media (max-width: 576px) {
  .price-card--row .price-card-right {
    padding: 0 1rem 0.9rem;
    flex: 1 1 100%;
    max-width: 100%;
  }
}
.price-card--row .price-card-title {
  max-width: 50rem;
  margin-bottom: 1rem;
}
.price-card .plan-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 6.5rem;
  height: max-content;
  padding: 4.2rem 3.5rem;
  padding-bottom: 3.9rem;
  border-radius: 2.4rem;
  border: 1px solid #060b27;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(234, 240, 246, 0.15) 100%), #060b27;
  box-shadow: 0px 8px 20px -12px rgba(177, 188, 209, 0.5);
}
@media (max-width: 576px) {
  .price-card .plan-card {
    padding: 2.4rem 2rem;
    border-radius: 1.2rem;
  }
}
.price-card .plan-card-title {
  color: #ffffff;
}
.price-card .plan-card .content {
  margin-top: 1rem;
}
.price-card .plan-card .content p {
  margin-bottom: 1rem;
  color: #ffffff;
}
.price-card .plan-card .content p:last-child, .price-card .plan-card .content p:last-of-type {
  margin-bottom: 0;
}
.price-card .plan-card-btn {
  width: 100%;
}
.price-card .plan-card .title--w-shape {
  margin-bottom: 1.5rem;
  margin-top: 2.5rem;
}
.price-card .plan-card .include-text {
  border-top: 1px solid rgba(232, 234, 242, 0.5);
  border-bottom: 1px solid rgba(232, 234, 242, 0.5);
  margin-top: 0;
  color: #ffffff;
}
.price-card .plan-card-bottom .include-text {
  padding: 1rem 0;
}

.price-card-slider {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3rem;
  overflow: visible;
  padding-top: 8rem;
}
@media (max-width: 576px) {
  .price-card-slider {
    padding-top: 4.4rem;
  }
}
.price-card-slider .swiper-slide {
  height: auto;
}
.price-card-slider.grid-2 {
  max-width: 81.2rem;
}
.price-card-slider.grid-2 .swiper-wrapper {
  display: grid !important;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 1.6rem;
}
.price-card-slider.grid-2 .swiper-wrapper .swiper-slide {
  width: 100% !important;
}

@media (max-width: 576px) {
  .price-card-slider.swiper-container.no-swiper .swiper-wrapper {
    display: flex !important;
    align-items: stretch !important;
    justify-content: flex-start !important;
    flex-direction: column !important;
    gap: 2rem !important;
  }
  .price-card-slider.swiper-container.no-swiper .swiper-slide {
    width: 100% !important;
    display: block !important;
    margin: 0 0 2rem 0 !important;
  }
  .price-card-slider.swiper-container.no-swiper .price-card-slider-nav,
  .price-card-slider.swiper-container.no-swiper .swiper-pagination {
    display: none !important;
  }
}

@media (max-width: 576px) {
  .js-show-more-list {
    display: none !important;
  }
  .js-show-more-list.active {
    display: block !important;
  }
  .js-show-more-list.active.checklist--wrap {
    display: flex !important;
  }
}

.post-card {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media (min-width: 992px) {
  .post-card:hover .post-card-title {
    color: #4478FF;
  }
}
.post-card-img {
  border-radius: 2rem;
  box-shadow: 0px 94.714px 29.275px -86.104px rgba(42, 56, 82, 0.2);
  height: 22.6rem;
  height: auto;
  object-fit: cover;
  width: 100%;
}
@media (max-width: 576px) {
  .post-card-img {
    border-radius: 1.6rem;
  }
}
.post-card-content {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.post-card .date {
  order: 1;
}
.post-card--big .date {
  order: -1;
}
.post-card--big .post-card-img {
  height: 38rem;
  height: auto;
}
.post-card--big .post-card-content {
  gap: 2rem;
}
.post-card--big .post-card-title {
  font-size: 2.4rem;
  line-height: 1.3;
  max-width: 52rem;
}
@media (max-width: 576px) {
  .post-card--big .post-card-title {
    font-size: 2rem;
  }
}
.post-card-title {
  font-size: 1.8rem;
  line-height: 1.7;
  max-width: 38rem;
  transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
}
.post-card--row {
  flex-direction: row;
  align-items: center;
}
.post-card--row .post-card-img {
  height: 16rem;
  width: 16rem;
  border-radius: 1.8rem;
}
.post-card--column-reverse {
  flex-direction: column-reverse;
  justify-content: space-between;
}
@media (max-width: 576px) {
  .post-card .content {
    text-align: center;
  }
}
.post-card .content ul {
  padding-left: 0;
  margin-bottom: 0;
}
.post-card .content ul li {
  margin-bottom: 0;
}
.post-card .content ul li::before {
  content: unset;
}
.post-card .content ul li + li {
  padding-top: 2rem;
  border-top: 1px solid #e3e5f1;
  margin-top: 3rem;
}
.post-card-grid.grid-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 2.2rem;
  grid-row-gap: 7rem;
}
@media (max-width: 991px) {
  .post-card-grid.grid-3 {
    grid-template-columns: repeat(2, 1fr);
    grid-row-gap: 3rem;
  }
}
@media (max-width: 576px) {
  .post-card-grid.grid-3 {
    grid-template-columns: repeat(1, 1fr);
  }
}

.resource-card {
  border-radius: 2rem;
  padding: 4.2rem 3rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: linear-gradient(0deg, #F1F5FB 0%, #F1F5FB 100%), linear-gradient(359deg, #FFF -32.2%, #EAF0F6 97.89%), #FFF;
  text-align: center;
  gap: 4rem;
}
@media (max-width: 576px) {
  .resource-card {
    padding: 2rem;
    gap: 3rem;
    border-radius: 1.6rem;
  }
}
@media (min-width: 992px) {
  .resource-card:hover .resource-card-title {
    color: #4478FF;
  }
}
.resource-card-img {
  max-height: 19.2rem;
  border-radius: 1.4rem;
  overflow: hidden;
  object-fit: cover;
  width: 100%;
}
@media (max-width: 576px) {
  .resource-card-img {
    border-radius: 0.9rem;
    max-height: 14.2rem;
  }
}
.resource-card-text {
  margin-top: 0.5rem !important;
}
@media (max-width: 576px) {
  .resource-card-text {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
}
.resource-card-title {
  font-size: 2rem;
  transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (max-width: 576px) {
  .resource-card-title {
    font-size: 1.7rem;
  }
}
.resource-card-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 2.2rem;
  grid-row-gap: 2.2rem;
}
.resource-card-slider .resource-card {
  height: 100%;
}

.info-card {
  padding: 4.2rem 3.5rem;
  border: 1px solid #e3e5f1;
  border-radius: 1.8rem;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.4) 25%, rgba(234, 240, 246, 0.4) 100%), #fff;
}
@media (max-width: 991px) {
  .info-card {
    padding: 3rem 2.5rem;
    position: relative;
  }
  .info-card .info-card-logo {
    height: 1.9rem;
  }
  .info-card::before {
    content: "";
    position: absolute;
    left: calc(-1 * var(--container-gutter));
    width: calc(100% + 2 * var(--container-gutter));
    height: 100%;
    background: linear-gradient(0deg, #f9fafb 0%, #fff 100%);
    pointer-events: none;
    z-index: -1;
    bottom: -12rem;
    display: none;
  }
}
.info-card-title {
  font-size: 2.2rem;
  letter-spacing: -0.44px;
}
@media (max-width: 991px) {
  .info-card-title {
    font-size: 1.8rem;
  }
}
.info-card-logo {
  height: 2.5rem;
  object-fit: contain;
}
.info-card-logo-wrapper {
  border-bottom: 1px solid #e3e5f1;
  padding-bottom: 2.5rem;
  margin-bottom: 2.5rem;
}
.info-card-content {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media (max-width: 991px) {
  .info-card-content {
    gap: 1.6rem;
    margin-top: 2rem;
  }
}
.info-card-content .btn {
  margin-top: 1rem;
  padding: 0 3rem;
  gap: 2rem;
}
@media (max-width: 991px) {
  .info-card-content .btn {
    width: 100%;
  }
  .info-card-content .btn .btn__text {
    font-size: 1.5rem;
  }
}
.info-card--big .info-card-title {
  font-size: 2.4rem;
  max-width: 27rem;
}
@media (max-width: 576px) {
  .info-card--big .info-card-title {
    font-size: 2.2rem;
  }
}
.info-card--big .info-card-text {
  font-size: 1.6rem;
}
@media (max-width: 576px) {
  .info-card--big .info-card-text {
    font-size: 1.4rem;
  }
}

.story-card {
  border-radius: 2rem;
  background: #ffffff;
  transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
  border: 1px solid #e3e5f1;
}
@media (max-width: 576px) {
  .story-card {
    border-radius: 1.6rem;
    box-shadow: 0px 12px 20px -12px rgba(177, 188, 209, 0.5);
  }
  .story-card .link {
    color: #101828;
  }
  .story-card .link__logo {
    font-size: 0.9rem;
  }
}
.story-card-badge {
  height: 7.7rem;
  width: 7.7rem;
  position: absolute;
  right: 2.7rem;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  border-radius: 0 0 0.5rem 0.5rem;
  overflow: hidden;
}
@media (max-width: 576px) {
  .story-card-badge {
    height: 6.7rem;
    width: 6.7rem;
  }
}
.story-card-badge img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}
.story-card-badge.gray-ground {
  background: #f9fafb;
  border: 1px solid #e3e5f1;
  border-top: 0;
}
.story-card-badge.gray-ground img {
  height: 5rem;
  width: 5rem;
}
@media (max-width: 576px) {
  .story-card-badge.gray-ground img {
    height: 4rem;
    width: 4rem;
  }
}
.story-card-bottom {
  border-top: 1px solid #e3e5f1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 3.5rem;
  padding: 3.5rem 2.5rem;
  min-height: 20rem;
}
@media (max-width: 991px) {
  .story-card-bottom {
    padding: 2rem 2rem 2rem;
    gap: 2.4rem;
  }
}
@media (max-width: 576px) {
  .story-card-bottom {
    min-height: 14rem;
  }
}
.story-card-text {
  font-weight: 500;
}
.story-card-logo {
  height: 3.6rem;
  object-fit: contain;
}
@media (max-width: 576px) {
  .story-card-logo {
    height: 2.4rem;
  }
}
.story-card-top {
  padding: 3.5rem 2.5rem;
  position: relative;
}
@media (max-width: 991px) {
  .story-card-top {
    padding: 2rem;
  }
}
.story-card:hover {
  box-shadow: 0px 8px 20px -12px rgba(177, 188, 209, 0.5);
}
.story-card-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-column-gap: 1.8rem;
  grid-row-gap: 2rem;
  min-height: unset !important;
}
@media (max-width: 991px) {
  .story-card-grid {
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 1.5rem;
    grid-row-gap: 2rem;
  }
}
@media (max-width: 576px) {
  .story-card-grid {
    grid-template-columns: repeat(1, 1fr);
  }
}

.checklist {
  padding-left: 0;
}
.checklist-item {
  font-size: 1.7rem;
  line-height: 1.6;
  list-style: none;
  display: flex;
  align-items: center;
  gap: 1.3rem;
  color: #667085;
  letter-spacing: -0.16px;
  font-weight: 400;
}
@media (max-width: 576px) {
  .checklist-item {
    font-size: 1.5rem;
    gap: 1.2rem;
  }
}
.checklist-item:not(:last-child) {
  margin-bottom: 1.5rem;
}
.checklist-item-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.8rem;
  height: 1.8rem;
  flex-shrink: 0;
  font-size: 1rem;
  background: rgba(16, 24, 40, 0.2);
  color: #101828;
  border-radius: 0.5rem;
}
@media (max-width: 576px) {
  .checklist-item-icon {
    width: 1.6rem;
    height: 1.6rem;
    font-size: 0.8rem;
  }
}
.checklist--start .checklist-item {
  align-items: flex-start;
}
.checklist--start .checklist-item-icon {
  margin-top: 0.5rem;
}
.checklist--type-2 .checklist-item-icon {
  width: auto;
  height: auto;
  border-radius: 0;
  background: transparent;
}
.checklist--md {
  gap: 1rem;
}
.checklist--md .checklist-item {
  font-size: 1.6rem;
}
@media (max-width: 576px) {
  .checklist--md .checklist-item {
    font-size: 1.4rem;
  }
}
.checklist--md .checklist-item-icon {
  width: 1.6rem;
  height: 1.6rem;
  font-size: 0.8rem;
}
@media (max-width: 576px) {
  .checklist--md .checklist-item-icon {
    margin-top: 0.3rem;
  }
}
.checklist--small {
  gap: 1rem;
}
.checklist--small .checklist-item {
  font-size: 1.55rem;
}
.checklist--wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
}
.checklist--wrap .checklist-item {
  width: 49%;
}
.checklist--wrap .checklist-item:not(:last-child) {
  margin-bottom: 0;
}
.checklist--blue .checklist-item-icon {
  font-size: 1.2rem;
  color: #4478FF;
}

.banner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  padding: 1.6rem 2rem;
  position: relative;
  overflow: hidden;
}
@media (max-width: 767px) {
  .banner {
    align-items: flex-start;
    flex-direction: column;
  }
}
.banner-text {
  font-weight: 500;
  font-size: 1.5rem;
  letter-spacing: -0.3px;
  line-height: 1.5;
}
.banner-left {
  display: flex;
  align-items: flex-start;
  gap: 2rem;
  flex-direction: column;
}
@media (max-width: 576px) {
  .banner-left {
    gap: 1rem;
  }
}
.banner--blue {
  background: linear-gradient(89.63deg, #29346a -0.84%, #060b27 100.9%);
}
.banner--blue .banner-text {
  color: #ffffff;
}
.banner--orange::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: radial-gradient(57.33% 91.61% at 21.7% 100%, rgba(255, 73, 44, 0.7) 12.14%, rgba(255, 73, 44, 0.07) 100%), rgba(255, 73, 44, 0.15);
  z-index: -1;
  z-index: 1;
  opacity: 0.25;
}
@media (max-width: 991px) {
  .banner--orange::before {
    opacity: 0.5;
  }
}
.banner--purple-2::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0.25;
  background: radial-gradient(200.56% 341.68% at 20.04% 147.67%, #1F37C7 12.14%, rgba(11, 37, 192, 0.1) 100%), rgba(204, 204, 204, 0.15);
  z-index: -1;
}
@media (max-width: 991px) {
  .banner--purple-2::before {
    opacity: 0.25;
    background: radial-gradient(121.4% 214.85% at -4.91% 8.29%, #1F37C7 0.68%, rgba(11, 37, 192, 0.1) 100%), rgba(204, 204, 204, 0.15);
  }
}
.banner--purple {
  background: rgba(57, 45, 202, 0.1);
  box-shadow: 0px 8px 20px -12px rgba(177, 188, 209, 0.5);
}
.banner--app {
  gap: 5rem;
  border-radius: 3.2rem;
  padding: 6rem 2rem;
}
@media (max-width: 991px) {
  .banner--app {
    flex-wrap: wrap;
    padding: 4rem 2.5rem 2.5rem 2.5rem;
    gap: 1.2rem;
    border-radius: 1.6rem;
    margin-top: 2rem;
    flex-direction: unset;
  }
}
@media (max-width: 576px) {
  .banner--app {
    gap: 1rem;
    justify-content: space-between;
  }
}
.banner--app .banner-img {
  height: 10.5rem;
  object-fit: contain;
  position: relative;
  z-index: 1;
}
@media (max-width: 576px) {
  .banner--app .banner-img {
    height: auto;
    width: 17%;
  }
  .banner--app .banner-img:nth-child(1) {
    width: 30%;
    height: auto;
  }
  .banner--app .banner-img:nth-child(2) {
    width: 30%;
    height: auto;
  }
  .banner--app .banner-img:nth-child(3) {
    width: 30%;
    height: auto;
  }
}
@media (max-width: 991px) {
  .banner--brief {
    text-align: center;
    height: var(--header-height);
  }
}
@media (max-width: 991px) {
  .banner--brief .badge {
    display: none;
  }
}
.banner--career {
  justify-content: space-between;
  border-radius: 4rem;
  padding: 8rem 7.2rem;
  padding-left: 25rem;
}
@media (max-width: 991px) {
  .banner--career {
    flex-direction: column;
    padding: 8rem;
    text-align: center;
    padding-top: 25rem;
    border-radius: 1.6rem;
    align-items: center;
  }
  .banner--career .banner-left {
    align-items: center;
  }
}
@media (max-width: 576px) {
  .banner--career {
    padding: 2rem;
    padding-bottom: 3rem;
    padding-top: 12rem;
  }
  .banner--career .text {
    margin-top: 0;
  }
  .banner--career .btn {
    margin-top: 3rem;
  }
}
.banner--career .border-logo-wrapper {
  left: 7.2rem;
  top: 50%;
  transform: translateY(-50%);
  box-shadow: unset;
}
@media (max-width: 991px) {
  .banner--career .border-logo-wrapper {
    left: 50%;
    top: 8rem;
    transform: translateX(-50%);
  }
}
@media (max-width: 576px) {
  .banner--career .border-logo-wrapper {
    top: 3rem;
  }
}
.banner--social {
  border-radius: 3rem;
  overflow: visible;
  justify-content: space-between;
  padding: 0 9rem;
  padding-bottom: 0;
  height: 26.6rem;
  margin-top: 8rem;
}
@media (max-width: 991px) {
  .banner--social {
    height: auto;
    justify-content: center;
    align-items: center;
  }
}
.banner--social .contact-banner-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 3rem;
  z-index: -1;
}
.banner--social .banner-left {
  padding: 7.8rem 0;
}
@media (max-width: 991px) {
  .banner--social .banner-left {
    padding: 4rem 0;
  }
}
.banner--social .banner-title {
  font-size: 3.2rem;
}
@media (max-width: 991px) {
  .banner--social .banner-title {
    font-size: 2rem;
  }
}
.banner--social .device-img {
  position: absolute;
  bottom: 0;
  right: 14rem;
}
@media (max-width: 991px) {
  .banner--social .device-img {
    position: static;
    padding-bottom: 0;
  }
}
.banner--subscribe {
  justify-content: space-between;
  border-radius: 3rem;
  padding: 4rem 8.6rem 4rem 5.2rem;
}
@media (max-width: 767px) {
  .banner--subscribe {
    flex-direction: column;
    padding: 2.3rem 2.1rem;
    border-radius: 1.2rem;
  }
  .banner--subscribe .title {
    font-size: 2rem;
  }
}
.banner--subscribe .banner-left {
  flex: 0 0 35%;
  max-width: 35%;
}
@media (max-width: 767px) {
  .banner--subscribe .banner-left {
    flex: unset;
    max-width: unset;
  }
}
.banner--subscribe .banner-right {
  flex: 0 0 54%;
  max-width: 54%;
}
@media (max-width: 767px) {
  .banner--subscribe .banner-right {
    flex: unset;
    max-width: unset;
  }
}
.banner--subscribe .banner-right-form {
  max-width: 45rem;
}
.banner--comporison {
  justify-content: space-between;
  border-radius: 3rem;
  padding: 4rem 5.2rem 4rem 5.2rem;
}
@media (max-width: 767px) {
  .banner--comporison {
    flex-direction: column;
    padding: 2.8rem 2.3rem;
    align-items: center;
    text-align: center;
    border-radius: 1.2rem;
  }
  .banner--comporison .banner-title {
    font-size: 2.2rem;
  }
}
.banner--comporison .banner-left {
  flex: 0 0 35%;
  max-width: 35%;
}
@media (max-width: 767px) {
  .banner--comporison .banner-left {
    flex: unset;
    max-width: unset;
  }
}
.banner--column {
  flex-direction: column;
  justify-content: center;
  text-align: center;
}
@media (max-width: 767px) {
  .banner--column {
    align-items: center;
  }
}

.badge {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 0 1.2rem;
  border-radius: 4.6rem;
  font-weight: 700;
}
.badge--sm {
  height: 2.8rem;
  font-size: 1.2rem;
}
.badge--xsm {
  height: 2.3rem;
  font-size: 1rem;
}
.badge--uppercase {
  text-transform: uppercase;
}
.badge--blue {
  background: #51b6ef;
  color: #ffffff;
}
.badge--blue-2 {
  background: #4478FF;
  color: #ffffff;
}
.badge--blue-3 {
  background: #4478FF;
  color: #ffffff;
}

.table {
  width: 100%;
  margin-bottom: 0;
}
.table-header {
  border-bottom: 1px solid rgba(227, 229, 241, 0.6);
  margin-bottom: 3rem;
  padding-bottom: 2rem;
}
.table-header .table-row {
  height: auto;
}
.table-header .table-row-item {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}
.table-header .table-row-item::before {
  content: unset;
}
.table-row {
  display: flex;
  align-items: center;
  height: 4.8rem;
}
.table-row:last-child {
  border-bottom: 0;
}
@media (max-width: 991px) {
  .table-row {
    justify-content: space-between;
    padding-bottom: 2rem;
    margin-bottom: 1rem;
    position: relative;
    height: auto;
  }
  .table-row:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 576px) {
  .table-row {
    padding: 2rem var(--container-gutter);
    margin-bottom: 1rem;
  }
}
.table-row:last-child {
  margin-bottom: 0;
}
.table-row-item {
  font-size: 1.5rem;
  font-weight: 400;
  color: #667085;
  line-height: 1.5;
  background-color: transparent;
  box-shadow: unset;
  padding: 0;
}
@media (max-width: 991px) {
  .table-row-item {
    flex: 0 0 auto;
    max-width: 100%;
    position: relative;
    width: 100%;
    margin-bottom: 2rem;
    margin-bottom: 0;
    display: flex;
    align-items: flex-start;
    gap: 1.2rem;
    width: 50%;
    flex-direction: column;
    gap: 0;
  }
  .table-row-item:nth-last-child(-n+2) {
    margin-bottom: 0;
  }
  .table-row-item::before {
    content: attr(data-title);
    font-size: 1.1rem;
    font-weight: 800;
    color: rgba(102, 112, 133, 0.4);
    min-width: 14rem;
    min-width: unset;
    line-height: 1.6em;
    text-transform: uppercase;
    margin-top: 0;
  }
}
.table-row-item.size--0 {
  flex: 0;
}
@media (max-width: 991px) {
  .table-row-item.size--0 {
    flex: unset;
  }
}
.table-row-item.size--1 {
  flex: 1;
}
@media (max-width: 991px) {
  .table-row-item.size--1 {
    flex: unset;
  }
}
.table-row-item.size--2 {
  flex: 2;
}
@media (max-width: 991px) {
  .table-row-item.size--2 {
    flex: unset;
  }
}
.table-row-item.size--3 {
  flex: 3;
}
@media (max-width: 991px) {
  .table-row-item.size--3 {
    flex: unset;
  }
}
.table-row-item.size--4 {
  flex: 4;
}
@media (max-width: 991px) {
  .table-row-item.size--4 {
    flex: unset;
  }
}
.table-row-item.size--5 {
  flex: 5;
}
@media (max-width: 991px) {
  .table-row-item.size--5 {
    flex: unset;
  }
}
.table-row-item-icon {
  height: 2.2rem;
  width: 2.2rem;
  background: rgba(68, 120, 255, 0.1);
  color: #4478FF;
  border-radius: 0.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
}
@media (max-width: 576px) {
  .table-row-item-icon {
    width: 2rem;
    height: 2rem;
    font-size: 0.8rem;
  }
}
.table-row-item-icon.color-red {
  color: #e54545;
  background: rgba(229, 69, 69, 0.1);
}
@media (max-width: 991px) {
  .table--plans {
    margin-left: calc(-1 * var(--container-gutter));
  }
}
.table--plans .table-header .table-row {
  align-items: unset;
}
.table--plans .table-header .table-row-item {
  justify-content: space-between;
}
@media (max-width: 991px) {
  .table--plans .table-header .table-row-item {
    justify-content: center;
  }
}
.table--plans .table-header .table-row-item:first-child {
  align-self: flex-end;
}
@media (max-width: 991px) {
  .table--plans .table-header .table-row-item:first-child {
    align-self: center;
    justify-content: center;
    min-height: unset;
  }
}
.table--plans .table-row .text {
  letter-spacing: -0.17px;
}
.table--plans .table-row-item {
  padding: 0 var(--container-gutter);
}
.table--plans .table-content {
  margin-bottom: 3rem;
}
.table--plans .table-content:last-child, .table--plans .table-content:last-of-type {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .table--with-scroll {
    width: 100vw;
    overflow-x: auto;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .table--with-scroll::-webkit-scrollbar {
    display: none;
  }
  .table--with-scroll .table-header {
    display: unset;
  }
  .table--with-scroll .table-header .table-row {
    margin-bottom: 2.5rem;
  }
  .table--with-scroll .table-header .table-row-item {
    height: 11rem;
    border-bottom: 1px solid rgba(227, 229, 241, 0.6);
    padding-bottom: 2rem;
  }
}
@media (max-width: 991px) and (max-width: 576px) {
  .table--with-scroll .table-header .table-row-item {
    height: 7.5rem;
    padding-bottom: 0;
  }
}
@media (max-width: 991px) {
  .table--with-scroll .table-row {
    flex-wrap: nowrap;
    width: 100%;
    border-bottom: 0;
    padding: 0;
  }
  .table--with-scroll .table-row-item {
    width: 20%;
    flex-shrink: 0;
    justify-content: center;
  }
}
@media (max-width: 991px) and (max-width: 576px) {
  .table--with-scroll .table-row-item {
    width: 13rem;
  }
}
@media (max-width: 991px) {
  .table--with-scroll .table-row-item:first-child {
    width: 40%;
  }
}
@media (max-width: 991px) and (max-width: 576px) {
  .table--with-scroll .table-row-item:first-child {
    width: 52%;
  }
}
.table--device {
  margin: 5rem 0;
}
@media (max-width: 991px) {
  .table--device {
    width: 100vw;
    overflow-x: auto !important;
  }
  .table--device::-webkit-scrollbar {
    display: none;
  }
}
@media (max-width: 991px) {
  .table--device .table-header {
    border-bottom: 0 !important;
  }
}
.table--device .table-header .table-row-item .title {
  font-size: 1.5rem;
}
@media (max-width: 991px) {
  .table--device .table-row {
    padding-bottom: 0;
    margin-bottom: 0;
  }
}
@media (max-width: 576px) {
  .table--device .table-row {
    padding: 0;
  }
}
.table--device .table-row .info-wrapper + .info-wrapper {
  margin-top: 2rem;
}
@media (max-width: 991px) {
  .table--device .table-row-item {
    flex-shrink: 0;
    border-bottom: 1px solid #e3e5f1;
  }
}
.table--device .table-content .table-row:last-child .table-row-item {
  border-bottom: 0;
}
@media (max-width: 991px) {
  .table--device .table-row + .table-row {
    border-top: 0 !important;
  }
}
.table--type-2 {
  border-radius: 1.2rem;
  overflow: hidden;
  border: 1px solid #e3e5f1;
}
.table--type-2 .table-header {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 1px solid #e3e5f1;
}
.table--type-2 .table-header .table-row-item {
  padding: 2.4rem 1.4rem;
  flex-direction: unset;
  border-right: 1px solid #e3e5f1;
  background: linear-gradient(0deg, #F4F5F7 0%, #F4F5F7 100%), linear-gradient(0deg, rgba(255, 255, 255, 0.3) 25%, rgba(234, 240, 246, 0.3) 100%), linear-gradient(0deg, #FFF 0%, #FFF 100%), rgba(227, 236, 247, 0.2);
}
.table--type-2 .table-header .table-row-item:last-child {
  border-right: 0;
}
.table--type-2 .table-row {
  height: auto;
  align-items: stretch;
}
.table--type-2 .table-row-item {
  padding: 1.4rem;
  border-right: 1px solid #e3e5f1;
}
.table--type-2 .table-row-item:last-child {
  border-right: 0;
}
.table--type-2 .table-row-item .text + .text {
  margin-top: 0.5rem;
}
.table--type-2 .table-row:nth-child(even) .table-row-item {
  background: linear-gradient(180deg, rgba(227, 236, 247, 0.2) 0%, rgba(255, 255, 255, 0.2) 100%);
}
.table--type-2 .table-row + .table-row {
  border-top: 1px solid #e3e5f1;
}
.table--center .table-row-item:not(:first-child) {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 576px) {
  .table--apart {
    width: 100vw;
    margin-left: calc(-1 * var(--container-gutter));
  }
  .table--apart .table-header {
    padding-bottom: 0;
    margin-bottom: 0;
  }
}
.table--api .table-header {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .table--api .table-row {
    padding-bottom: 0;
    margin-bottom: 0;
    height: 4.8rem;
  }
}
.table--api .table-content .table-row + .table-row {
  border-top: 1px solid rgba(227, 229, 241, 0.6);
}
.table .price-text {
  line-height: 1;
}
.table .price-text span {
  font-size: 1.4rem;
  transform: translateY(-0.3rem);
  display: inline-block;
}

.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: var(--header-height);
  transition: 0.6s cubic-bezier(0.21, 1.09, 1, 0.99);
  margin: 0 auto;
  padding: 0 var(--container-pusher);
  border-bottom: 1px solid #e3e5f1;
}
@media (max-width: 991px) {
  .header {
    flex-direction: row;
    padding: 0 var(--container-gutter);
  }
}
.header.active {
  background: #ffffff;
}
.header.active .header-right {
  opacity: 1;
  pointer-events: all;
}
.header.active .langs-wrapper .btn {
  display: none;
}
.header.active .langs-wrapper .langs {
  display: flex;
}
.header-wrapper {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  z-index: 9999999;
  background: #ffffff;
}
@media (max-width: 991px) {
  .header-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    transform: unset;
  }
}
.header-wrapper.no-fixed {
  position: absolute;
  pointer-events: none;
  opacity: 0;
}
@media (max-width: 576px) {
  .header-wrapper .border {
    bottom: 0;
  }
}
.header .logo {
  height: 2rem;
  object-fit: contain;
}
@media (max-width: 576px) {
  .header .logo {
    height: 1.8rem;
  }
}
.header-menu {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0rem;
  height: 100%;
}
@media (max-width: 991px) {
  .header-menu {
    position: static;
    flex-direction: column;
    height: auto;
    gap: 0;
    align-items: flex-start;
    width: 100%;
    transform: unset;
    padding-top: 1.5rem;
  }
}
.header-menu-item {
  height: 100%;
  display: flex;
  align-items: center;
  gap: 0.6rem;
}
@media (max-width: 991px) {
  .header-menu-item {
    width: 100%;
    height: 5rem;
  }
}
@media (min-width: 992px) {
  .header-menu-item:hover {
    color: #036bb5;
  }
}
.header-menu-item__title {
  font-size: 1.5rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  height: 4.4rem;
  border-radius: 6rem;
  transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
  padding: 0 2rem;
  gap: 0.5rem;
  position: relative;
  font-weight: 600;
  font-family: "Avenir Next Demi", sans-serif;
  letter-spacing: -0.15px;
  color: rgba(16, 24, 40, 0.8);
}
@media (max-width: 991px) {
  .header-menu-item__title {
    width: 100%;
    justify-content: space-between;
    padding: 0 var(--container-gutter);
    height: 100%;
    color: #101828;
  }
}
@media (max-width: 576px) {
  .header-menu-item__title {
    font-size: 1.6rem;
  }
}
.header-menu-item__title.active + .submenu {
  opacity: 1;
  pointer-events: all;
  visibility: visible;
}
.header-menu-item__shape {
  font-size: 1rem;
  transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
  color: rgba(106, 111, 141, 0.8);
}
@media (max-width: 991px) {
  .header-menu-item__shape {
    font-size: 1.5rem;
    transform: rotate(-90deg);
  }
}
.header-menu-item:not(:first-child) .blog-card {
  align-items: center !important;
}
.header-menu-item:not(:first-child) .blog-card .background {
  top: auto;
  bottom: 0;
  height: 40%;
}
.header-menu-item:not(:first-child) .blog-card .btn {
  border: 1px solid rgba(255, 255, 255, 0.8);
}
.header-menu-item.has-submenu {
  transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
}
@media (min-width: 992px) {
  .header-menu-item.has-submenu:hover .submenu {
    opacity: 1;
    pointer-events: all;
    visibility: visible;
  }
  .header-menu-item.has-submenu:hover .header-menu-item__shape {
    transform: scale(1, -1);
  }
}
@media (min-width: 992px) {
  .header-menu-item:hover .header-menu-item__title {
    background: rgba(235, 240, 248, 0.6);
  }
}
.header-menu-item.simple {
  position: relative;
}
@media (max-width: 991px) {
  .header-menu-item.simple {
    position: static;
  }
}
.header-menu-item.simple .submenu {
  left: unset;
  right: 0;
  min-width: 19rem;
  flex-direction: column;
  border-radius: 1.6rem;
  padding: 0.8rem;
}
@media (max-width: 991px) {
  .header-menu-item.simple .submenu {
    height: auto;
    position: fixed;
    bottom: 0;
    top: unset;
    left: 0;
    right: unset;
    width: 100%;
    min-width: unset;
    overflow: hidden;
    z-index: 102;
    padding: var(--container-gutter);
    border-radius: 0;
    border-top-left-radius: 2rem;
    border-top-right-radius: 2rem;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
  }
}
@media (max-width: 991px) and (max-width: 374px) {
  .header-menu-item.simple .submenu {
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: unset;
  }
}
.header-menu-item.simple .submenu-item {
  min-height: unset;
  display: flex;
  align-items: center;
  gap: 1rem;
  height: 5.1rem;
  transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
  border-radius: 0.8rem;
  justify-content: center;
}
@media (max-width: 991px) {
  .header-menu-item.simple .submenu-item {
    background: #ffffff;
    padding: 0 var(--container-gutter);
    background: #f9fafb;
    width: 48%;
    justify-content: center;
  }
}
@media (max-width: 374px) {
  .header-menu-item.simple .submenu-item {
    width: 100%;
    justify-content: flex-start;
  }
}
@media (min-width: 992px) {
  .header-menu-item.simple .submenu-item:hover {
    background: #f9fafb;
  }
}
.header-menu-item.simple .submenu-item__title {
  font-size: 1.5rem;
  font-family: "Avenir Next Demi", sans-serif;
  font-weight: 600;
  color: #101828;
}
@media (max-width: 991px) {
  .header-menu-item.simple .submenu-item__title {
    width: 100%;
  }
}
.header-menu-item.simple .submenu-item__img {
  height: auto;
  width: 14rem;
  object-fit: contain;
}
@media (max-width: 576px) {
  .header-menu-item.simple .submenu-item__img {
    width: 12rem;
  }
}
@media (max-width: 374px) {
  .header-menu-item.simple .submenu-item + .submenu-item {
    margin-top: 1rem;
  }
}
.header-menu-item .submenu {
  display: flex;
  justify-content: space-between;
  background: #ffffff;
  border: 1px solid #e3e5f1;
  border-radius: 2.4rem;
  position: absolute;
  top: calc(var(--header-height) - 1rem);
  left: var(--container-pusher);
  opacity: 0;
  visibility: hidden;
  transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
  pointer-events: none;
  box-shadow: 0px 12px 30px -16px #B1BCD1;
  width: 100%;
  max-width: 112rem;
  max-height: 85dvh;
  overflow-y: auto;
}
@media (max-width: 1349px) {
  .header-menu-item .submenu {
    max-width: 115rem;
  }
}
@media (max-width: 1200px) {
  .header-menu-item .submenu {
    max-width: 124rem;
  }
}
@media (max-width: 991px) {
  .header-menu-item .submenu {
    z-index: 1000;
    flex-direction: column;
    position: fixed;
    left: 0;
    top: 0;
    max-width: 100%;
    height: calc(100svh - var(--header-height));
    justify-content: flex-start;
    border-radius: 0;
    border: 0;
    box-shadow: unset;
    overflow-y: auto;
    padding-bottom: 7rem;
    padding-bottom: 0;
    transition: unset;
    max-height: unset;
  }
}
.header-menu-item .submenu .submenu-mobile-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 0.5rem;
  padding-top: 0;
  background: #ffffff;
  margin-bottom: 1rem;
  width: 100%;
}
@media (min-width: 992px) {
  .header-menu-item .submenu .submenu-mobile-title {
    display: none;
  }
}
.header-menu-item .submenu .submenu-mobile-title .title {
  font-weight: 600;
  font-family: "Avenir Next Demi", sans-serif;
}
.header-menu-item .submenu .submenu-mobile-title-icon {
  color: #101828;
  font-size: 1.4rem;
  width: 3rem;
  height: 3rem;
  justify-content: center;
  align-items: center;
}
.header-menu-item .submenu-top {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: var(--header-height);
  border-bottom: 1px solid #e3e5f1;
  flex-shrink: 0;
}
@media (min-width: 992px) {
  .header-menu-item .submenu-top {
    display: none;
  }
}
.header-menu-item .submenu-top-icon {
  position: absolute;
  left: var(--container-gutter);
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  height: 3rem;
  width: 3rem;
  align-items: center;
  font-size: 1.5rem;
}
.header-menu-item .submenu-top-title {
  font-size: 1.6rem;
  font-weight: 600;
  font-family: "Avenir Next Demi", sans-serif;
  color: #101828;
}
.header-menu-item .submenu-column {
  width: 100%;
}
.header-menu-item .submenu-column-wrapper {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
@media (max-width: 991px) {
  .header-menu-item .submenu-column-wrapper {
    flex-direction: column;
  }
}
.header-menu-item .submenu-column-wrapper.has-title {
  display: grid;
  grid-template-columns: calc(100% - 35rem) 34rem;
}
@media (max-width: 991px) {
  .header-menu-item .submenu-column-wrapper.has-title {
    display: flex;
    flex-direction: column;
  }
}
.header-menu-item .submenu-column-wrapper.has-title .submenu-column + .submenu-column {
  border-left: 0;
  border-top: 1px solid #e3e5f1;
  margin-left: 0;
}
.header-menu-item .submenu-column-wrapper.has-title .submenu-title {
  color: #667085;
  font-size: 1.2rem;
  font-weight: 700;
  margin-left: 3.5rem;
  margin-top: 2.5rem;
}
@media (max-width: 991px) {
  .header-menu-item .submenu-column-wrapper.has-title .submenu-title {
    margin-left: var(--container-gutter);
  }
}
.header-menu-item .submenu-column-wrapper.has-title .submenu-item {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  min-height: 15rem;
}
@media (max-width: 991px) {
  .header-menu-item .submenu-column-wrapper.has-title .submenu-item {
    grid-template-columns: repeat(1, 1fr);
  }
}
.header-menu-item .submenu-column-wrapper.has-title .submenu-item .solution-item {
  padding: 1.7rem 2.3rem;
  gap: 1.4rem;
}
@media (max-width: 991px) {
  .header-menu-item .submenu-column-wrapper.has-title .submenu-item .solution-item {
    padding: 2rem var(--container-gutter);
  }
}
.header-menu-item .submenu-column-wrapper.has-title .submenu-item .solution-item-img {
  height: auto;
  width: auto;
  border: none;
}
.header-menu-item .submenu-column-wrapper.has-title .blog-card {
  grid-area: 1/2/3/3;
  width: auto;
}
.header-menu-item .submenu-column-wrapper.has-title .blog-card .background {
  display: none;
}
.header-menu-item .submenu-column-wrapper.resources .submenu-title {
  color: #667085;
  font-size: 1.2rem;
  font-weight: 700;
  margin-left: 2.4rem;
  margin-top: 2.5rem;
}
@media (max-width: 991px) {
  .header-menu-item .submenu-column-wrapper.resources .submenu-title {
    margin-left: var(--container-gutter);
  }
}
.header-menu-item .submenu-column-wrapper.resources .submenu-column:first-child {
  width: 74%;
}
@media (max-width: 991px) {
  .header-menu-item .submenu-column-wrapper.resources .submenu-column:first-child {
    width: 100%;
  }
}
.header-menu-item .submenu-column-wrapper.resources .submenu-column:first-child .submenu-item {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 991px) {
  .header-menu-item .submenu-column-wrapper.resources .submenu-column:first-child .submenu-item {
    grid-template-columns: repeat(1, 1fr);
  }
}
.header-menu-item .submenu-column-wrapper.resources .submenu-column:nth-child(2) {
  width: 36%;
}
@media (max-width: 991px) {
  .header-menu-item .submenu-column-wrapper.resources .submenu-column:nth-child(2) {
    width: 100%;
  }
}
.header-menu-item .submenu-column-wrapper.resources .submenu-column .solution-item {
  padding: 2.3rem 0.2rem 2.4rem 1.4rem;
}
.header-menu-item .submenu-column-wrapper.resources .submenu-column + .submenu-column {
  margin-left: 0;
}
.header-menu-item .submenu .submenu-column + .submenu-column {
  border-left: 1px solid #e3e5f1;
  margin-left: 1.1rem;
}
@media (max-width: 991px) {
  .header-menu-item .submenu .submenu-column + .submenu-column {
    border-left: 0;
    margin-left: 0;
    border-top: 1px solid #e8eaf2;
  }
}
.header-menu-item .submenu-item {
  border-radius: 1rem;
  padding: 1rem;
  display: block;
  min-height: 22rem;
}
@media (max-width: 991px) {
  .header-menu-item .submenu-item {
    padding: 0;
    min-height: unset;
  }
}
.header-menu-item .submenu .blog-card {
  position: relative;
  width: 33rem;
  height: auto;
  min-height: 44rem;
  margin: 0.8rem;
  flex-shrink: 0;
  overflow: hidden !important;
  border-radius: 2rem;
}
@media (max-width: 991px) {
  .header-menu-item .submenu .blog-card {
    display: none;
  }
}
.header-menu-item .submenu .blog-card .btn {
  height: 4rem;
}
.header-menu-item .submenu .solution-item {
  padding: 2.3rem 3rem;
  transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
  cursor: pointer;
  border-radius: 1.4rem;
  box-shadow: unset;
  border: 0;
}
@media (min-width: 992px) {
  .header-menu-item .submenu .solution-item:hover {
    background: #f9fafb;
  }
}
@media (max-width: 991px) {
  .header-menu-item .submenu .solution-item {
    padding: 2rem var(--container-gutter);
    border-radius: 0;
    position: relative;
  }
  .header-menu-item .submenu .solution-item .link {
    position: absolute;
    left: auto;
    right: var(--container-gutter);
    top: 2.6rem;
  }
}
.header-menu-item .submenu .solution-item-title {
  gap: 1.6rem;
}
.header-menu-item .submenu .solution-item .text {
  min-height: unset !important;
}
@media (min-width: 992px) {
  .header-menu-item .submenu .solution-item .link {
    display: none;
  }
}
@media (max-width: 991px) {
  .header-menu-item .submenu .solution-item + .solution-item {
    border-top: 1px solid #e8eaf2;
  }
}
.header-menu-item.has-submenu-title .submenu, .header-menu-item.resources .submenu {
  max-width: 100%;
  width: var(--container-width);
}
@media (max-width: 991px) {
  .header-menu-item.has-submenu-title .submenu, .header-menu-item.resources .submenu {
    width: 100%;
  }
}
.header-right {
  display: flex;
  align-items: center;
  gap: 7rem;
  width: 100%;
  justify-content: space-between;
  height: 100%;
}
@media (max-width: 991px) {
  .header-right {
    flex-direction: column;
    position: fixed;
    left: 0;
    height: calc(100svh - var(--header-height));
    top: var(--header-height);
    width: 100%;
    overflow-y: auto;
    z-index: 3;
    background: #ffffff;
    align-items: flex-start;
    opacity: 0;
    padding-bottom: 7rem;
    padding-bottom: 0;
    pointer-events: none;
    gap: 3rem;
  }
}
@media (max-width: 576px) {
  .header-right {
    gap: 0;
    padding-bottom: 9rem;
    padding-bottom: 1.5rem;
    padding-bottom: 0;
  }
}
@media (max-width: 991px) {
  .header-right.active {
    height: 100svh;
    top: 0;
    overflow: hidden;
  }
}
.header-right-wrapper {
  display: flex;
  height: 100%;
  flex: 0 0 74%;
  max-width: 74%;
}
@media (max-width: 991px) {
  .header-right-wrapper {
    flex: unset;
    max-width: unset;
  }
}
.header-right-wrapper .langs-wrapper {
  display: flex;
  align-items: center;
  gap: 1.1rem;
}
@media (max-width: 576px) {
  .header-right-wrapper .langs-wrapper {
    gap: 0.5rem;
  }
}
.header-right-wrapper .langs-wrapper .btn {
  height: 4rem;
  font-size: 1.3rem;
}
@media (min-width: 992px) {
  .header-right-wrapper .langs-wrapper .btn {
    display: none;
  }
}
.header-right-buttons {
  display: flex;
  align-items: center;
  gap: 1.2rem;
  height: 100%;
}
@media (max-width: 991px) {
  .header-right-buttons {
    order: 1;
    height: var(--header-height);
    width: 100%;
    border-top: 1px solid #e8eaf2;
    padding: 0 var(--container-gutter);
    padding-top: 1rem;
    padding-bottom: 1rem;
    position: fixed;
    bottom: 0;
    background: #ffffff;
    z-index: 10000000;
  }
}
@media (max-width: 576px) {
  .header-right-buttons {
    justify-content: space-between;
    gap: 1rem;
  }
}
.header-right-buttons-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 991px) {
  .header-right-buttons .header-menu-item {
    width: auto;
  }
}
@media (max-width: 576px) {
  .header-right-buttons .header-menu-item {
    width: 100%;
    min-width: max-content;
  }
  .header-right-buttons .header-menu-item:nth-child(2) {
    justify-content: flex-end;
  }
  .header-right-buttons .header-menu-item:nth-child(2) .header-menu-item__title {
    justify-content: flex-end;
    width: auto;
  }
}
@media (min-width: 992px) {
  .header-right-buttons .header-menu-item .btn--white.header-menu-item__title:hover {
    background: #060b27;
    color: #ffffff;
  }
}
.header-right-buttons .btn {
  padding: 0 1.6rem !important;
}
@media (max-width: 576px) {
  .header-right-buttons .btn {
    padding: 0 1.4rem !important;
    min-width: max-content;
  }
}
.header-right-buttons .btn:hover .btn__icon {
  color: #ffffff;
  transform: scale(1, -1);
}
.header-right-buttons .btn .btn__icon {
  color: rgba(106, 111, 141, 0.8);
  font-size: 1rem;
}
@media (max-width: 576px) {
  .header-right-buttons .header-menu-item__title {
    padding: 0;
    font-size: 1.4rem;
    justify-content: flex-start;
  }
}
@media (max-width: 576px) {
  .header-right-buttons .header-menu-item__shape {
    font-size: 1rem;
  }
}
.header .mobile-menu {
  width: 100%;
  padding-bottom: 7.7rem;
}
@media (min-width: 992px) {
  .header .mobile-menu {
    display: none;
  }
}
.header .mobile-menu-section {
  padding: 2.3rem var(--container-gutter);
  border-top: 1px solid #e8eaf2;
  width: 100%;
  position: relative;
}
.header .mobile-menu-section.bg-gradient {
  background: linear-gradient(180deg, #F9FAFB 0%, #FFF 100%);
}
.header .mobile-menu-section.social-section {
  margin-top: 3rem;
  padding-top: 4rem;
}
.header .mobile-menu-section .social {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -50%);
}
.header .mobile-menu-item-title {
  font-size: 1.6rem;
  font-family: "Avenir Next Demi", sans-serif;
  color: #101828;
  margin-bottom: 1rem;
}
.header .mobile-menu-item-links {
  display: flex;
  flex-direction: column;
}
.header .mobile-menu-item__link {
  color: #667085;
  font-size: 1.5rem;
  height: 3rem;
  display: flex;
  align-items: center;
}
.header .header-menu-opener {
  width: 30px;
  height: 30px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
  gap: 8px;
  height: 100%;
}
@media (min-width: 992px) {
  .header .header-menu-opener {
    display: none;
  }
}
@media (max-width: 576px) {
  .header .header-menu-opener {
    gap: 6px;
  }
}
.header .header-menu-opener.active {
  border-color: #e3e5f1;
}
.header .header-menu-opener span {
  display: block;
  height: 2px;
  background: #101828;
  width: 30px;
  border-radius: 1rem;
  transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
}
@media (max-width: 576px) {
  .header .header-menu-opener span {
    width: 20px;
  }
}
.header .header-menu-opener.active span:nth-child(2) {
  display: none;
}
.header .header-menu-opener.active span:nth-child(1) {
  transform: translateY(5px) rotate(45deg);
}
@media (max-width: 576px) {
  .header .header-menu-opener.active span:nth-child(1) {
    transform: translateY(4px) rotate(45deg);
  }
}
.header .header-menu-opener.active span:nth-child(3) {
  transform: translateY(-5px) rotate(-45deg);
}
@media (max-width: 576px) {
  .header .header-menu-opener.active span:nth-child(3) {
    transform: translateY(-4px) rotate(-45deg);
  }
}
.header .header-menu-opener.header-user-icon {
  display: flex;
  width: 18px;
  height: auto;
  gap: 4px;
}
@media (max-width: 576px) {
  .header .header-menu-opener.header-user-icon {
    gap: 5px;
  }
}
.header .header-menu-opener.header-user-icon span {
  width: 100%;
}
.header .header-menu-opener.header-user-icon.active span:nth-child(1) {
  transform: translateY(3px) rotate(45deg);
}
@media (max-width: 576px) {
  .header .header-menu-opener.header-user-icon.active span:nth-child(1) {
    transform: translateY(4px) rotate(45deg);
  }
}
.header .header-menu-opener.header-user-icon.active span:nth-child(3) {
  transform: translateY(-3px) rotate(-45deg);
}

.footer {
  width: 100%;
  position: relative;
  padding-top: 4rem;
  border-top: 1px solid #dbdfee;
  background: #f9fafb;
}
@media (max-width: 576px) {
  .footer {
    padding-top: 4rem;
  }
}
@media (max-width: 991px) {
  .footer .logo {
    padding: 3rem 0;
    margin-top: 3rem;
    display: block;
    border-top: 1px solid #e3e5f1;
  }
}
.footer .logo img {
  height: 2rem;
  object-fit: contain;
}
@media (max-width: 576px) {
  .footer .logo img {
    height: 1.8rem;
  }
}
.footer-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 576px) {
  .footer-top {
    flex-direction: column;
  }
}
.footer-top-right {
  flex: 0 0 36%;
  max-width: 36%;
}
@media (max-width: 991px) {
  .footer-top-right {
    flex: 0 0 42%;
    max-width: 42%;
  }
}
@media (max-width: 576px) {
  .footer-top-right {
    flex: unset;
    max-width: unset;
    width: 100%;
    margin-top: 2rem;
  }
}
.footer-content {
  padding: 0 var(--container-pusher);
}
@media (max-width: 576px) {
  .footer-content {
    padding: 0 var(--container-gutter);
  }
}
.footer-menu {
  display: flex;
  width: 100%;
  position: relative;
  justify-content: space-between;
  padding-top: 6rem;
  margin-top: 4.4rem;
  border-top: 1px solid #e3e5f1;
}
@media (max-width: 991px) {
  .footer-menu {
    flex-direction: column;
    margin-top: 0;
    padding-top: 2rem;
    padding-right: 0;
  }
}
.footer-menu-item {
  display: flex;
  flex-direction: column;
}
@media (max-width: 991px) {
  .footer-menu-item {
    border-bottom: 1px solid #e3e5f1;
  }
}
.footer-menu-item:last-child {
  border-bottom: 0;
}
.footer-menu-item.active .footer-menu__title + .footer-menu-item-content {
  max-height: 100rem;
  overflow: visible;
  opacity: 1;
}
@media (max-width: 991px) {
  .footer-menu-item.active .footer-menu__title + .footer-menu-item-content {
    padding-bottom: 1.5rem;
  }
}
.footer-menu-item.active .footer-menu__title-icon {
  transform: scale(1, -1);
}
.footer-menu-item-content {
  display: flex;
  flex-direction: column;
}
@media (max-width: 991px) {
  .footer-menu-item-content {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
  }
}
.footer-menu__link {
  font-size: 1.5rem;
  color: #667085;
  font-weight: 400;
}
@media (max-width: 576px) {
  .footer-menu__link {
    font-size: 1.4rem;
  }
}
.footer-menu__link:hover {
  color: #101828;
}
.footer-menu__link + .footer-menu__link {
  margin-top: 1.8rem;
}
@media (max-width: 576px) {
  .footer-menu__link + .footer-menu__link {
    margin-top: 1.5rem;
  }
}
.footer-menu__title {
  font-size: 1.7rem;
  font-weight: 600;
  font-family: "Avenir Next Demi", sans-serif;
  color: #101828;
  margin-bottom: 3rem;
  line-height: 1.5;
}
@media (max-width: 991px) {
  .footer-menu__title {
    margin-bottom: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 5rem;
  }
}
@media (max-width: 576px) {
  .footer-menu__title {
    font-size: 1.5rem;
  }
}
.footer-menu__title-icon {
  font-size: 1.2rem;
  transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
}
@media (min-width: 992px) {
  .footer-menu__title-icon {
    display: none;
  }
}
.footer-menu__title + .footer-menu__title {
  margin-top: 3.4rem;
}
.footer-menu__title.footer-menu__link {
  margin-bottom: 0;
}
.footer-menu__title.footer-menu__link:hover {
  text-decoration: underline;
}
@media (max-width: 576px) {
  .footer-menu .btn {
    height: 4.2rem;
  }
}
.footer-copyright {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 6rem var(--container-pusher);
  position: relative;
  margin-top: 12rem;
  border-top: 1px solid #e3e5f1;
}
@media (max-width: 991px) {
  .footer-copyright {
    justify-content: center;
    flex-direction: column-reverse;
    gap: 2rem;
    margin-top: 6rem;
  }
}
@media (max-width: 576px) {
  .footer-copyright {
    padding-top: 5rem;
    padding-bottom: 3rem;
    margin-top: 6rem;
    padding-left: var(--container-gutter);
    padding-right: var(--container-gutter);
  }
}
.footer-copyright .social {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -50%);
}
.footer-copyright__text {
  font-size: 1.5rem;
  font-weight: 500;
}
@media (max-width: 991px) {
  .footer-copyright__text {
    text-align: center;
  }
}
@media (max-width: 576px) {
  .footer-copyright__text {
    font-size: 1.4rem;
  }
}

.footer-modal {
  display: block;
  visibility: hidden;
  opacity: 0;
  position: fixed;
  z-index: 1300;
  z-index: 102;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0.98);
  background: #fff;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.18);
  border-radius: 1.2rem;
  width: 40rem;
  transition: opacity 0.25s, visibility 0.25s, transform 0.25s;
}

.footer-modal.active {
  visibility: visible;
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
  pointer-events: all;
}

.footer-modal:not(.active) {
  pointer-events: none;
}

.footer-modal-content {
  position: relative;
  height: calc(50svh + 5rem);
}
.footer-modal-content-header {
  height: 5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #e3e5f1;
  padding: 0 2rem;
}
.footer-modal-content-header p {
  font-size: 1.8rem;
  color: #4478FF;
  font-weight: 500;
}
.footer-modal-content-header .footer-modal-close {
  background: none;
  border: none;
  font-size: 3rem;
  padding: 0 !important;
  cursor: pointer;
  color: #4478FF;
  z-index: 2;
}

.footer-modal-links {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
  margin-top: 0rem;
  max-height: 50svh;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 2rem 2rem;
}

.see-all-btn {
  margin-top: 1.5rem;
  color: #4478FF;
  opacity: 0.8;
  cursor: pointer;
  transition: 0.2s ease;
  font-size: 1.5rem;
  text-align: left;
  font-weight: 500;
}
.see-all-btn:hover {
  opacity: 1;
}

.index {
  overflow: hidden;
  padding-bottom: 10rem;
}
@media (max-width: 576px) {
  .index {
    padding-bottom: 5rem;
  }
}
.index-intro {
  position: relative;
  background: radial-gradient(73.25% 87.47% at 78.23% 125.55%, rgba(227, 236, 247, 0.5) 0%, rgba(255, 255, 255, 0.5) 100%);
  border-bottom: 1px solid #e8eaf2;
}
@media (max-width: 991px) {
  .index-intro {
    padding-bottom: 5rem;
  }
}
@media (max-width: 576px) {
  .index-intro {
    padding-bottom: 3rem;
  }
}
.index-intro::before {
  content: "";
  position: absolute;
  left: 0;
  top: var(--header-height);
  z-index: 1;
  width: 100%;
  height: 10rem;
  background: linear-gradient(180deg, #fff 0%, rgba(249, 249, 249, 0) 100%) 0% 0% no-repeat padding-box;
  pointer-events: none;
}
@media (max-width: 991px) {
  .index-intro::before {
    content: unset;
  }
}
.index-intro::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  width: 100%;
  height: 10rem;
  background: linear-gradient(0deg, #fff 0%, rgba(249, 249, 249, 0) 100%) 0% 0% no-repeat padding-box;
  pointer-events: none;
}
@media (max-width: 991px) {
  .index-intro::after {
    content: unset;
  }
}
.index .blog-slider-section-wrapper {
  padding-top: 10rem;
}
@media (max-width: 991px) {
  .index .blog-slider-section-wrapper {
    padding-top: 6rem;
  }
}

.detail.color-purple .breadcrumb .title {
  color: #392dca;
}
.detail.color-purple .tab-link-wrapper .animated-tabs-line {
  background: #392dca;
}
.detail.color-purple .btn.btn--product {
  background: #392dca;
  color: #ffffff;
}
.detail.color-purple .btn.btn--product:hover {
  background: rgb(45.2307692308, 35.7085020243, 160.2914979757);
}
.detail.color-purple .product-section-img {
  box-shadow: 0px 8px 20px -12px rgba(177, 188, 209, 0.5);
  background: #392dca;
}
.detail.color-purple .link--product {
  color: #392dca;
}
.detail.color-purple .title--product .product-dev-item-title-icon {
  background: rgba(57, 45, 202, 0.2);
  color: #392dca;
}
.detail.color-purple .feature-card-toptitle {
  color: #392dca;
}
.detail.color-purple .feature-card .checklist-item-icon {
  background: #392dca;
  color: #ffffff;
}
.detail.color-purple .feature-card-btn {
  background: #392dca;
  color: #fff;
  border: 1px solid #392dca;
}
.detail.color-purple .feature-card-btn:hover, .detail.color-purple .feature-card-btn:focus, .detail.color-purple .feature-card-btn:focus-visible {
  background: rgb(45.2307692308, 35.7085020243, 160.2914979757);
  color: #fff;
}
.detail.color-purple .animated-tabs-item.product-color.active {
  background: rgba(57, 45, 202, 0.1);
  border: 1px solid rgba(57, 45, 202, 0.2);
}
.detail.color-purple .animated-tabs-item.product-color.active .animated-tabs-item-icon {
  color: #392dca;
}
.detail.color-purple .count-item-title {
  color: #392dca;
}
.detail.color-purple .promo-card-toptitle {
  color: #392dca;
}
.detail.color-orange .breadcrumb .title {
  color: #fd853a;
}
.detail.color-orange .tab-link-wrapper .animated-tabs-line {
  background: #fd853a;
}
.detail.color-orange .btn.btn--product {
  background: #fd853a;
  color: #ffffff;
}
.detail.color-orange .btn.btn--product:hover {
  background: rgb(252.4874371859, 101.7336683417, 7.5125628141);
}
.detail.color-orange .product-section-img {
  box-shadow: 0px 8px 20px -12px rgba(177, 188, 209, 0.5);
  background: #fd853a;
}
.detail.color-orange .link--product {
  color: #fd853a;
}
.detail.color-orange .title--product .product-dev-item-title-icon {
  background: rgba(253, 133, 58, 0.2);
  color: #fd853a;
}
.detail.color-orange .feature-card-toptitle {
  color: #fd8421;
}
.detail.color-orange .feature-card .checklist-item-icon {
  background: #fd8421;
  color: #ffffff;
}
.detail.color-orange .feature-card-btn {
  background: #fd8421;
  color: #fff;
  border: 1px solid #fd8421;
}
.detail.color-orange .feature-card-btn:hover, .detail.color-orange .feature-card-btn:focus, .detail.color-orange .feature-card-btn:focus-visible {
  background: rgb(232.9017857143, 105.9598214286, 2.0982142857);
  color: #fff;
}
.detail.color-orange .animated-tabs-item.product-color.active {
  background: rgba(253, 133, 58, 0.1);
  border: 1px solid rgba(253, 133, 58, 0.2);
}
.detail.color-orange .animated-tabs-item.product-color.active .animated-tabs-item-icon {
  color: #fd853a;
}
.detail.color-orange .count-item-title {
  color: #fd853a;
}
.detail.color-orange .promo-card-toptitle {
  color: #fd853a;
}
.detail.color-blue .breadcrumb .title {
  color: #4478FF;
}
.detail.color-blue .tab-link-wrapper .animated-tabs-line {
  background: #4478FF;
}
.detail.color-blue .btn.btn--product {
  background: #4478FF;
  color: #ffffff;
}
.detail.color-blue .btn.btn--product:hover {
  background: rgb(17, 83.1818181818, 255);
}
.detail.color-blue .product-section-img {
  box-shadow: 0px 8px 20px -12px rgba(177, 188, 209, 0.5);
  background: #4478FF;
}
.detail.color-blue .link--product {
  color: #4478FF;
}
.detail.color-blue .title--product .product-dev-item-title-icon {
  background: rgba(68, 120, 255, 0.2);
  color: #4478FF;
}
.detail.color-blue .animated-tabs-item.product-color.active {
  background: rgba(68, 120, 255, 0.1);
  border: 1px solid rgba(68, 120, 255, 0.2);
}
.detail.color-blue .animated-tabs-item.product-color.active .animated-tabs-item-icon {
  color: #4478FF;
}
.detail.color-blue .feature-card-toptitle {
  color: #4478FF;
}
.detail.color-blue .feature-card .checklist-item-icon {
  background: #4478FF;
  color: #ffffff;
}
.detail.color-blue .feature-card-btn {
  background: #4478FF;
  color: #fff;
  border: 1px solid #4478FF;
}
.detail.color-blue .feature-card-btn:hover, .detail.color-blue .feature-card-btn:focus, .detail.color-blue .feature-card-btn:focus-visible {
  background: rgb(17, 83.1818181818, 255);
  color: #fff;
}
.detail.color-blue .count-item-title {
  color: #4478FF;
}
.detail.color-blue .promo-card-toptitle {
  color: #4478FF;
}
.detail.color-green .breadcrumb .title {
  color: #59BF00;
}
.detail.color-green .tab-link-wrapper .animated-tabs-line {
  background: #59BF00;
}
.detail.color-green .btn.btn--product {
  background: #59BF00;
  color: #ffffff;
}
.detail.color-green .btn.btn--product:hover {
  background: rgb(65.2356020942, 140, 0);
}
.detail.color-green .product-section-img {
  box-shadow: 0px 8px 20px -12px rgba(177, 188, 209, 0.5);
  background: #59BF00;
}
.detail.color-green .link--product {
  color: #59BF00;
}
.detail.color-green .title--product .product-dev-item-title-icon {
  background: rgba(89, 191, 0, 0.2);
  color: #59BF00;
}
.detail.color-green .animated-tabs-item.product-color.active {
  background: rgba(89, 191, 0, 0.1);
  border: 1px solid rgba(89, 191, 0, 0.2);
}
.detail.color-green .animated-tabs-item.product-color.active .animated-tabs-item-icon {
  color: #59BF00;
}
.detail.color-green .feature-card-toptitle {
  color: #59BF00;
}
.detail.color-green .feature-card .checklist-item-icon {
  background: #59BF00;
  color: #ffffff;
}
.detail.color-green .feature-card-btn {
  background: #59BF00;
  color: #fff;
  border: 1px solid #59BF00;
}
.detail.color-green .feature-card-btn:hover, .detail.color-green .feature-card-btn:focus, .detail.color-green .feature-card-btn:focus-visible {
  background: rgb(65.2356020942, 140, 0);
  color: #fff;
}
.detail.color-green .count-item-title {
  color: #59BF00;
}
.detail.color-green .promo-card-toptitle {
  color: #59BF00;
}
.detail.color-red .breadcrumb .title {
  color: #e54545;
}
.detail.color-red .tab-link-wrapper .animated-tabs-line {
  background: #e54545;
}
.detail.color-red .btn.btn--product {
  background: #e54545;
  color: #ffffff;
}
.detail.color-red .btn.btn--product:hover {
  background: rgb(216.7075471698, 30.2924528302, 30.2924528302);
}
.detail.color-red .product-section-img {
  box-shadow: 0px 8px 20px -12px rgba(177, 188, 209, 0.5);
  background: #e54545;
}
.detail.color-red .link--product {
  color: #e54545;
}
.detail.color-red .title--product .product-dev-item-title-icon {
  background: rgba(229, 69, 69, 0.2);
  color: #e54545;
}
.detail.color-red .animated-tabs-item.product-color.active {
  background: rgba(229, 69, 69, 0.1);
  border: 1px solid rgba(229, 69, 69, 0.2);
}
.detail.color-red .animated-tabs-item.product-color.active .animated-tabs-item-icon {
  color: #e54545;
}
.detail.color-red .feature-card-toptitle {
  color: #e54545;
}
.detail.color-red .feature-card .checklist-item-icon {
  background: #e54545;
  color: #ffffff;
}
.detail.color-red .feature-card-btn {
  background: #e54545;
  color: #fff;
  border: 1px solid #e54545;
}
.detail.color-red .feature-card-btn:hover, .detail.color-red .feature-card-btn:focus, .detail.color-red .feature-card-btn:focus-visible {
  background: rgb(216.7075471698, 30.2924528302, 30.2924528302);
  color: #fff;
}
.detail.color-red .count-item-title {
  color: #e54545;
}
.detail.color-red .promo-card-toptitle {
  color: #e54545;
}
.detail.color-light-purple .breadcrumb .title {
  color: #7261E1;
}
.detail.color-light-purple .tab-link-wrapper .animated-tabs-line {
  background: #7261E1;
}
.detail.color-light-purple .btn.btn--product {
  background: #7261E1;
  color: #ffffff;
}
.detail.color-light-purple .btn.btn--product:hover {
  background: rgb(75.75, 54.1382978723, 216.8617021277);
}
.detail.color-light-purple .product-section-img {
  box-shadow: 0px 8px 20px -12px rgba(177, 188, 209, 0.5);
  background: #7261E1;
}
.detail.color-light-purple .link--product {
  color: #7261E1;
}
.detail.color-light-purple .title--product .product-dev-item-title-icon {
  background: rgba(114, 97, 225, 0.2);
  color: #7261E1;
}
.detail.color-light-purple .animated-tabs-item.product-color.active {
  background: rgba(114, 97, 225, 0.1);
  border: 1px solid rgba(114, 97, 225, 0.2);
}
.detail.color-light-purple .animated-tabs-item.product-color.active .animated-tabs-item-icon {
  color: #7261E1;
}
.detail.color-light-purple .feature-card-toptitle {
  color: #fd8421;
}
.detail.color-light-purple .feature-card .checklist-item-icon {
  background: #fd8421;
  color: #ffffff;
}
.detail.color-light-purple .feature-card-btn {
  background: #7261E1;
  color: #fff;
  border: 1px solid #7261E1;
}
.detail.color-light-purple .feature-card-btn:hover, .detail.color-light-purple .feature-card-btn:focus, .detail.color-light-purple .feature-card-btn:focus-visible {
  background: rgb(75.75, 54.1382978723, 216.8617021277);
  color: #fff;
}
.detail.color-light-purple .count-item-title {
  color: #7261E1;
}
.detail.color-light-purple .promo-card-toptitle {
  color: #7261E1;
}
.detail .count-item-title {
  background: unset;
  -webkit-background-clip: unset;
  -webkit-text-fill-color: unset;
  background-size: unset;
}
.detail .count-item-text {
  max-width: unset;
}
.detail .product-count-grid {
  display: flex;
  justify-content: space-between;
  padding: 4rem 0;
  margin-top: 4rem;
  border-top: 1px solid #e3e5f1;
}
@media (max-width: 576px) {
  .detail .product-count-grid {
    padding: 3rem 0;
  }
}
.detail .product-count-grid .count-item {
  width: 100%;
}
@media (max-width: 576px) {
  .detail .product-count-grid .count-item {
    width: auto;
    align-items: center;
    text-align: center;
  }
}
.detail .subpage-hero-right {
  flex: 0 0 47%;
  max-width: 47%;
}
@media (max-width: 576px) {
  .detail .subpage-hero-right {
    flex: unset;
    max-width: unset;
  }
}
.detail .subpage-hero-right img {
  width: 100%;
  height: auto;
}
@media (max-width: 991px) {
  .detail .subpage-hero-right img {
    height: auto;
  }
}
.detail .tab-content .section:first-child {
  background: radial-gradient(78.88% 72.31% at 50.59% 99.57%, rgba(227, 236, 247, 0.5) 15%, rgba(255, 255, 255, 0.5) 100%);
  border-bottom: 1px solid #e8eaf2;
  padding-bottom: 0;
}
.detail .information-section {
  overflow: hidden;
}
.detail .information-section .section-head {
  align-items: flex-start;
  margin-bottom: 6rem;
}
@media (max-width: 991px) {
  .detail .information-section .section-head {
    align-items: center;
  }
}
@media (max-width: 576px) {
  .detail .information-section .section-head {
    margin-bottom: 4rem;
  }
}
@media (max-width: 576px) {
  .detail .information-section .section-head-title {
    max-width: 30rem;
    text-align: center;
  }
}
.detail .information-section .section-head-right {
  flex: 0 0 44%;
  max-width: 44%;
}
@media (max-width: 991px) {
  .detail .information-section .section-head-right {
    flex: unset;
    max-width: unset;
  }
}
.detail .information-section .section-head-left {
  flex: 0 0 44%;
  max-width: 44%;
}
@media (max-width: 991px) {
  .detail .information-section .section-head-left {
    flex: unset;
    max-width: unset;
    align-items: center;
    margin-bottom: 2rem;
  }
}
.detail .information-section-img {
  width: 100%;
  border-radius: 2rem 2rem 0 0;
  border: 1px solid #e3e5f1;
  border-bottom: 0;
  object-fit: cover;
  position: relative;
  bottom: -2px;
}
@media (max-width: 767px) {
  .detail .information-section-img {
    border-radius: 0.5rem 0.5rem 0 0;
  }
}
.detail .information-section .information-media {
  display: flex;
}
.detail .information-section .information-video {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 2rem 2rem 0 0;
  border: 1px solid #e3e5f1;
  border-bottom: 0;
  position: relative;
  bottom: -1px;
}
@media (max-width: 767px) {
  .detail .information-section .information-video {
    border-radius: 0.5rem 0.5rem 0 0;
  }
}
@media (max-width: 991px) {
  .detail .information-section .btn-row {
    justify-content: center;
    margin-top: 3rem;
  }
}
.detail .information-section .circle-wrapper {
  position: relative;
  height: 82.4rem;
  width: 82.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  margin-top: -39.2rem;
  transform: translateY(41.2rem);
}
@media (max-width: 576px) {
  .detail .information-section .circle-wrapper {
    width: 35rem;
    height: 35rem;
    transform: translateY(17.5rem);
    margin-top: -15.5rem;
  }
}
.detail .information-section .circle-wrapper .circle {
  position: absolute;
}
.detail .information-section .circle-wrapper .circle:nth-child(1) {
  height: 100%;
  width: 100%;
  animation: rotateRight 25s linear infinite;
}
.detail .information-section .circle-wrapper .circle:nth-child(1) .circle-logos .border-logo-wrapper:nth-child(1) {
  position: absolute;
  left: 14.5rem;
  top: 4rem;
}
@media (max-width: 576px) {
  .detail .information-section .circle-wrapper .circle:nth-child(1) .circle-logos .border-logo-wrapper:nth-child(1) {
    left: 6rem;
    top: 1.5rem;
  }
}
.detail .information-section .circle-wrapper .circle:nth-child(1) .circle-logos .border-logo-wrapper:nth-child(2) {
  position: absolute;
  right: 23.5rem;
  top: 1rem;
  height: 4.4rem;
  width: 4.4rem;
  box-shadow: 0px 5.677px 14.194px -8.516px rgba(177, 188, 209, 0.5);
}
@media (max-width: 576px) {
  .detail .information-section .circle-wrapper .circle:nth-child(1) .circle-logos .border-logo-wrapper:nth-child(2) {
    height: 2.5rem;
    width: 2.5rem;
    top: 0;
    right: 10.5rem;
  }
}
.detail .information-section .circle-wrapper .circle:nth-child(1) .circle-logos .border-logo-wrapper:nth-child(2) .border-logo {
  height: 100%;
  width: 100%;
}
.detail .information-section .circle-wrapper .circle:nth-child(1) .circle-logos .border-logo-wrapper:nth-child(2) .border-logo img {
  height: 1.7rem;
  width: 1.7rem;
}
@media (max-width: 576px) {
  .detail .information-section .circle-wrapper .circle:nth-child(1) .circle-logos .border-logo-wrapper:nth-child(2) .border-logo img {
    height: 1.2rem;
    width: 1.2rem;
  }
}
.detail .information-section .circle-wrapper .circle:nth-child(1) .circle-logos .border-logo-wrapper:nth-child(3) {
  position: absolute;
  right: 4.2rem;
  top: 14.5rem;
}
@media (max-width: 576px) {
  .detail .information-section .circle-wrapper .circle:nth-child(1) .circle-logos .border-logo-wrapper:nth-child(3) {
    right: 1.7rem;
    top: 6.1rem;
  }
}
.detail .information-section .circle-wrapper .circle:nth-child(1) .circle-logos .border-logo-wrapper:nth-child(4) {
  position: absolute;
  right: 14.5rem;
  bottom: 4.2rem;
}
@media (max-width: 576px) {
  .detail .information-section .circle-wrapper .circle:nth-child(1) .circle-logos .border-logo-wrapper:nth-child(4) {
    right: 6.1rem;
    bottom: 1.7rem;
  }
}
.detail .information-section .circle-wrapper .circle:nth-child(1) .circle-logos .border-logo-wrapper:nth-child(5) {
  position: absolute;
  left: 36.5rem;
  bottom: -2rem;
  height: 4.4rem;
  width: 4.4rem;
  box-shadow: 0px 5.677px 14.194px -8.516px rgba(177, 188, 209, 0.5);
}
@media (max-width: 576px) {
  .detail .information-section .circle-wrapper .circle:nth-child(1) .circle-logos .border-logo-wrapper:nth-child(5) {
    height: 2.5rem;
    width: 2.5rem;
    left: 12rem;
    bottom: -1rem;
  }
}
.detail .information-section .circle-wrapper .circle:nth-child(1) .circle-logos .border-logo-wrapper:nth-child(5) .border-logo {
  height: 100%;
  width: 100%;
}
.detail .information-section .circle-wrapper .circle:nth-child(1) .circle-logos .border-logo-wrapper:nth-child(5) .border-logo img {
  height: 1.7rem;
  width: 1.7rem;
}
@media (max-width: 576px) {
  .detail .information-section .circle-wrapper .circle:nth-child(1) .circle-logos .border-logo-wrapper:nth-child(5) .border-logo img {
    height: 1.2rem;
    width: 1.2rem;
  }
}
.detail .information-section .circle-wrapper .circle:nth-child(1) .circle-logos .border-logo-wrapper:nth-child(6) {
  position: absolute;
  left: 4.5rem;
  bottom: 14.2rem;
}
@media (max-width: 576px) {
  .detail .information-section .circle-wrapper .circle:nth-child(1) .circle-logos .border-logo-wrapper:nth-child(6) {
    left: 1.5rem;
    bottom: 6rem;
  }
}
.detail .information-section .circle-wrapper .circle:nth-child(2) {
  height: 61.2rem;
  width: 61.2rem;
  animation: rotateLeft 25s linear infinite;
}
@media (max-width: 576px) {
  .detail .information-section .circle-wrapper .circle:nth-child(2) {
    width: 28rem;
    height: 28rem;
  }
}
.detail .information-section .circle-wrapper .circle:nth-child(2) .circle-logos .border-logo-wrapper:nth-child(1) {
  position: absolute;
  left: 0.5rem;
  top: 13.5rem;
}
@media (max-width: 576px) {
  .detail .information-section .circle-wrapper .circle:nth-child(2) .circle-logos .border-logo-wrapper:nth-child(1) {
    left: 0;
    top: 6rem;
  }
}
.detail .information-section .circle-wrapper .circle:nth-child(2) .circle-logos .border-logo-wrapper:nth-child(2) {
  position: absolute;
  right: 1.5rem;
  top: 15rem;
  height: 4.4rem;
  width: 4.4rem;
  box-shadow: 0px 5.677px 14.194px -8.516px rgba(177, 188, 209, 0.5);
}
@media (max-width: 576px) {
  .detail .information-section .circle-wrapper .circle:nth-child(2) .circle-logos .border-logo-wrapper:nth-child(2) {
    height: 2.5rem;
    width: 2.5rem;
    right: 4.5rem;
    top: 2rem;
  }
}
.detail .information-section .circle-wrapper .circle:nth-child(2) .circle-logos .border-logo-wrapper:nth-child(2) .border-logo {
  height: 100%;
  width: 100%;
}
.detail .information-section .circle-wrapper .circle:nth-child(2) .circle-logos .border-logo-wrapper:nth-child(2) .border-logo img {
  height: 1.7rem;
  width: 1.7rem;
}
@media (max-width: 576px) {
  .detail .information-section .circle-wrapper .circle:nth-child(2) .circle-logos .border-logo-wrapper:nth-child(2) .border-logo img {
    height: 1.2rem;
    width: 1.2rem;
  }
}
.detail .information-section .circle-wrapper .circle:nth-child(2) .circle-logos .border-logo-wrapper:nth-child(3) {
  position: absolute;
  right: 0.5rem;
  bottom: 13.5rem;
}
@media (max-width: 576px) {
  .detail .information-section .circle-wrapper .circle:nth-child(2) .circle-logos .border-logo-wrapper:nth-child(3) {
    right: 0;
    bottom: 6.5rem;
  }
}
.detail .information-section .circle-wrapper .circle:nth-child(2) .circle-logos .border-logo-wrapper:nth-child(4) {
  position: absolute;
  left: 1.5rem;
  bottom: 15rem;
  height: 4.4rem;
  width: 4.4rem;
  box-shadow: 0px 5.677px 14.194px -8.516px rgba(177, 188, 209, 0.5);
}
@media (max-width: 576px) {
  .detail .information-section .circle-wrapper .circle:nth-child(2) .circle-logos .border-logo-wrapper:nth-child(4) {
    height: 2.5rem;
    width: 2.5rem;
    left: 4.5rem;
    bottom: 1.5rem;
  }
}
.detail .information-section .circle-wrapper .circle:nth-child(2) .circle-logos .border-logo-wrapper:nth-child(4) .border-logo {
  height: 100%;
  width: 100%;
}
.detail .information-section .circle-wrapper .circle:nth-child(2) .circle-logos .border-logo-wrapper:nth-child(4) .border-logo img {
  height: 1.7rem;
  width: 1.7rem;
}
@media (max-width: 576px) {
  .detail .information-section .circle-wrapper .circle:nth-child(2) .circle-logos .border-logo-wrapper:nth-child(4) .border-logo img {
    height: 1.2rem;
    width: 1.2rem;
  }
}
.detail .information-section .circle-wrapper .circle:nth-child(3) {
  height: 41.4rem;
  width: 41.4rem;
  animation: rotateRight 25s linear infinite;
}
@media (max-width: 576px) {
  .detail .information-section .circle-wrapper .circle:nth-child(3) {
    width: 21rem;
    height: 21rem;
  }
}
.detail .information-section .circle-wrapper .circle:nth-child(3) .circle-logos .border-logo-wrapper:nth-child(1) {
  position: absolute;
  right: 10rem;
  top: 0;
}
@media (max-width: 576px) {
  .detail .information-section .circle-wrapper .circle:nth-child(3) .circle-logos .border-logo-wrapper:nth-child(1) {
    right: 4rem;
  }
}
.detail .information-section .circle-wrapper .circle:nth-child(3) .circle-logos .border-logo-wrapper:nth-child(2) {
  position: absolute;
  left: 9rem;
  bottom: -1rem;
}
@media (max-width: 576px) {
  .detail .information-section .circle-wrapper .circle:nth-child(3) .circle-logos .border-logo-wrapper:nth-child(2) {
    left: 4rem;
  }
}
.detail .information-section .circle-wrapper .circle:nth-child(4) {
  height: 24.2rem;
  width: 24.2rem;
}
@media (max-width: 576px) {
  .detail .information-section .circle-wrapper .circle:nth-child(4) {
    width: 15rem;
    height: 15rem;
  }
}
.detail .information-section .circle-wrapper .circle:nth-child(4) .border-logo-wrapper {
  top: 50%;
}
.detail .information-section .circle-wrapper .circle .circle-img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}
.detail .product-development-tab .section-head {
  flex-direction: row;
}
@media (max-width: 991px) {
  .detail .product-development-tab .section-head {
    flex-direction: column;
  }
}
.detail .product-development-tab .section-head-title {
  font-size: 3.2rem;
  text-align: left;
}
@media (max-width: 991px) {
  .detail .product-development-tab .section-head-title {
    text-align: center;
  }
}
@media (max-width: 576px) {
  .detail .product-development-tab .section-head-title {
    font-size: 2rem;
  }
}
.detail .product-development-tab .section-head-left {
  flex: 0 0 65%;
  max-width: 65%;
  align-items: flex-start;
}
@media (max-width: 991px) {
  .detail .product-development-tab .section-head-left {
    flex: unset;
    max-width: unset;
    margin-bottom: 2rem;
    align-items: center;
  }
}
.detail .product-development-tab .section-head-right {
  flex: unset;
  max-width: unset;
}
@media (max-width: 991px) {
  .detail .product-development-tab .section-head .btn-row {
    justify-content: center;
  }
}
.detail .product-development-tab .tab-link-wrapper {
  margin-bottom: 4rem;
  margin-top: 0 !important;
}
@media (max-width: 576px) {
  .detail .product-development-tab .tab-link-wrapper {
    padding: 0 var(--container-gutter);
    margin-top: 0 !important;
  }
}
.detail .product-development-tab .tab-link-wrapper .animated-tabs {
  gap: 7rem;
}
@media (max-width: 991px) {
  .detail .product-development-tab .tab-link-wrapper .animated-tabs {
    gap: 0.8rem;
    width: 100%;
  }
}
.detail .product-development-tab .tab-link-wrapper .animated-tabs-item {
  width: 100%;
  flex-shrink: unset;
  border-bottom: 1px solid #e8eaf2;
  font-size: 1.8rem;
}
@media (min-width: 769px) {
  .detail .product-development-tab .tab-link-wrapper .animated-tabs-item br {
    display: none;
  }
}
@media (max-width: 991px) {
  .detail .product-development-tab .tab-link-wrapper .animated-tabs-item {
    width: 100%;
    padding-bottom: 1rem;
  }
}
.detail .product-development-tab .tab-link-wrapper .animated-tabs-item span {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (max-width: 991px) {
  .detail .product-development-tab .tab-link-wrapper .animated-tabs-item span {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    max-width: 16rem;
  }
}
@media (max-width: 576px) {
  .detail .product-development-tab .tab-link-wrapper .animated-tabs-item span {
    max-width: unset;
  }
}
@media (max-width: 576px) {
  .detail .product-development-tab .tab-link-wrapper .animated-tabs-item {
    font-size: 1.4rem;
  }
}
.detail .product-development-tab .tab-link-wrapper .animated-tabs-line {
  transition: 0s;
}
.detail .product-development-tab .product-dev-item-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 7rem;
  grid-row-gap: 4rem;
}
@media (max-width: 991px) {
  .detail .product-development-tab .product-dev-item-grid {
    grid-template-columns: repeat(1, 1fr);
    grid-row-gap: 3rem;
    margin-top: 3rem;
  }
}
.detail .product-development-section {
  padding-top: 1rem;
}
.detail .product-development-section .section-head-title {
  font-size: 3.2rem;
}
@media (max-width: 576px) {
  .detail .product-development-section .section-head-title {
    font-size: 2rem;
  }
}
.detail .product-development-section .section-head-left {
  flex: 0 0 65%;
  max-width: 65%;
}
@media (max-width: 991px) {
  .detail .product-development-section .section-head-left {
    flex: unset;
    max-width: unset;
    margin-bottom: 2rem;
  }
}
.detail .product-development-section .section-head-right {
  flex: unset;
  max-width: unset;
}
.detail .product-development-section .tab-link-wrapper {
  padding: 0 var(--container-pusher);
  margin-bottom: 4rem;
}
@media (max-width: 576px) {
  .detail .product-development-section .tab-link-wrapper {
    padding: 0 var(--container-gutter);
    margin-bottom: 2rem;
  }
}
.detail .product-development-section .tab-link-wrapper .animated-tabs {
  gap: 7rem;
}
@media (max-width: 991px) {
  .detail .product-development-section .tab-link-wrapper .animated-tabs {
    gap: 1.6rem;
    width: 100%;
  }
}
.detail .product-development-section .tab-link-wrapper .animated-tabs-item {
  width: 100%;
  flex-shrink: unset;
  border-bottom: 1px solid #e8eaf2;
  font-size: 1.8rem;
}
@media (min-width: 769px) {
  .detail .product-development-section .tab-link-wrapper .animated-tabs-item br {
    display: none;
  }
}
@media (max-width: 991px) {
  .detail .product-development-section .tab-link-wrapper .animated-tabs-item {
    width: 100%;
    padding-bottom: 1rem;
  }
}
@media (max-width: 576px) {
  .detail .product-development-section .tab-link-wrapper .animated-tabs-item {
    font-size: 1.4rem;
  }
}
.detail .product-development-section .tab-link-wrapper .animated-tabs-line {
  transition: 0s;
}
.detail .product-development-section .product-dev-item-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 7rem;
  grid-row-gap: 4rem;
}
@media (max-width: 991px) {
  .detail .product-development-section .product-dev-item-grid {
    grid-template-columns: repeat(1, 1fr);
    grid-row-gap: 3rem;
    margin-top: 3rem;
  }
}
.detail .product-section-wrapper .tab-link-wrapper {
  margin-bottom: 4rem;
  margin-top: 2rem;
}
@media (max-width: 576px) {
  .detail .product-section-wrapper .tab-link-wrapper {
    margin-bottom: 2rem;
  }
}
.detail .product-section-wrapper .product-section-img {
  height: auto;
  height: 54rem;
  padding: 0 3.3rem;
  padding-top: 3.3rem;
}
@media (max-width: 991px) {
  .detail .product-section-wrapper .product-section-img {
    height: auto;
  }
}
@media (max-width: 576px) {
  .detail .product-section-wrapper .product-section-img {
    padding: 0 1.6rem;
    padding-top: 1.6rem;
  }
}
.detail .product-section-wrapper .product-section-img .product-section-media {
  position: static;
  transform: unset;
  height: auto;
  height: 50.7rem;
  width: 100%;
}
@media (max-width: 991px) {
  .detail .product-section-wrapper .product-section-img .product-section-media {
    height: auto;
  }
}
.detail .certificate-section-wrapper {
  padding-top: 0;
  padding-top: 8rem;
}
@media (max-width: 991px) {
  .detail .certificate-section-wrapper {
    padding-top: 4rem;
  }
}
.detail .solution-section-wrapper {
  padding-top: 8rem;
  padding-bottom: 2rem;
}
@media (max-width: 576px) {
  .detail .solution-section-wrapper {
    padding-top: 5rem;
  }
}
.detail .customer-slider-section-wrapper {
  padding-bottom: 0;
}
.detail .coorporate-section-wrapper {
  border-bottom: 1px solid #e8eaf2;
  padding-bottom: 0;
}
.detail .coorporate-section-wrapper.section--row .section-content {
  align-items: flex-end;
}
@media (max-width: 991px) {
  .detail .coorporate-section-wrapper.section--row .section-content {
    flex-direction: column-reverse;
    align-items: center;
  }
}
.detail .coorporate-section-wrapper .section-content-right {
  padding-bottom: 8rem;
}
@media (max-width: 991px) {
  .detail .coorporate-section-wrapper .section-content-right {
    padding-bottom: 4rem;
  }
}
.detail .coorporate-section-wrapper .container {
  max-width: 120rem;
}
@media (max-width: 991px) {
  .detail .coorporate-section-wrapper .container {
    max-width: var(--container-width);
  }
}
.detail .coorporate-section-wrapper .coorporate-section-title {
  max-width: 45rem;
  margin-bottom: 2.8rem;
  letter-spacing: -0.6px;
}
.detail .coorporate-section-wrapper .product-dev-item-wrapper .product-dev-item + .product-dev-item {
  margin-top: 2.7rem;
}
.detail .coorporate-section-wrapper .coorporate-img {
  height: auto;
  object-fit: contain;
  object-position: bottom;
  width: 50%;
}
@media (max-width: 576px) {
  .detail .coorporate-section-wrapper .coorporate-img {
    height: 34.2rem;
    height: auto;
    width: 100%;
  }
}

@keyframes rotateRight {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes rotateLeft {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}
.pricing {
  overflow: hidden;
}
.pricing .subpage-intro {
  padding-bottom: 2rem;
}
.pricing .customer-card-slider {
  margin-top: 7rem;
}

.features-detail.color-purple .colored-product {
  color: #392dca;
}
.features-detail .tab-content .section:first-child {
  background: transparent;
}

.solutions-detail .tab-content .section:first-child {
  padding-top: 4rem;
}
.solutions-detail .subpage-hero-left {
  padding-bottom: 8rem;
  gap: 1rem;
}
@media (max-width: 991px) {
  .solutions-detail .subpage-hero-left {
    padding-bottom: 2rem;
  }
}
.solutions-detail.color-gaming .tab-link-wrapper .animated-tabs-line {
  background: #7F56D9;
}
.solutions-detail.color-gaming .subpage-hero-left > .toptitle.toptitle--uppercase {
  color: #7F56D9;
}
.solutions-detail.color-gaming .challenge-card .toptitle {
  color: #7F56D9 !important;
}
.solutions-detail.color-marketing-teams .tab-link-wrapper .animated-tabs-line {
  background: #677185;
}
.solutions-detail.color-marketing-teams .subpage-hero-left > .toptitle.toptitle--uppercase {
  color: #677185;
}
.solutions-detail.color-marketing-teams .challenge-card .toptitle {
  color: #677185 !important;
}
.solutions-detail.color-finance .tab-link-wrapper .animated-tabs-line {
  background: #12B76A;
}
.solutions-detail.color-finance .subpage-hero-left > .toptitle.toptitle--uppercase {
  color: #12B76A;
}
.solutions-detail.color-finance .challenge-card .toptitle {
  color: #12B76A !important;
}
.solutions-detail.color-dating .tab-link-wrapper .animated-tabs-line {
  background: #E31B54;
}
.solutions-detail.color-dating .subpage-hero-left > .toptitle.toptitle--uppercase {
  color: #E31B54;
}
.solutions-detail.color-dating .challenge-card .toptitle {
  color: #E31B54 !important;
}
.solutions-detail.color-shopping .tab-link-wrapper .animated-tabs-line {
  background: #F79009;
}
.solutions-detail.color-shopping .subpage-hero-left > .toptitle.toptitle--uppercase {
  color: #F79009;
}
.solutions-detail.color-shopping .challenge-card .toptitle {
  color: #F79009 !important;
}
.solutions-detail.color-travel .tab-link-wrapper .animated-tabs-line {
  background: #6172F3;
}
.solutions-detail.color-travel .subpage-hero-left > .toptitle.toptitle--uppercase {
  color: #6172F3;
}
.solutions-detail.color-travel .challenge-card .toptitle {
  color: #6172F3 !important;
}
.solutions-detail.color-health .tab-link-wrapper .animated-tabs-line {
  background: #36BFFA;
}
.solutions-detail.color-health .subpage-hero-left > .toptitle.toptitle--uppercase {
  color: #36BFFA;
}
.solutions-detail.color-health .challenge-card .toptitle {
  color: #36BFFA !important;
}
.solutions-detail.color-delivery .tab-link-wrapper .animated-tabs-line {
  background: #054F31;
}
.solutions-detail.color-delivery .subpage-hero-left > .toptitle.toptitle--uppercase {
  color: #054F31;
}
.solutions-detail.color-delivery .challenge-card .toptitle {
  color: #054F31 !important;
}
.solutions-detail.color-casino .tab-link-wrapper .animated-tabs-line {
  background: #D92D20;
}
.solutions-detail.color-casino .subpage-hero-left > .toptitle.toptitle--uppercase {
  color: #D92D20;
}
.solutions-detail.color-casino .challenge-card .toptitle {
  color: #D92D20 !important;
}
.solutions-detail.color-adtech .tab-link-wrapper .animated-tabs-line {
  background: #444CE7;
}
.solutions-detail.color-adtech .subpage-hero-left > .toptitle.toptitle--uppercase {
  color: #444CE7;
}
.solutions-detail.color-adtech .challenge-card .toptitle {
  color: #444CE7 !important;
}

@media (max-width: 576px) {
  .book-demo .title--w-shape {
    justify-content: center;
  }
  .book-demo .toptitle {
    display: block;
  }
  .book-demo .input-wrapper {
    text-align: left;
  }
  .book-demo .checkbox-content {
    text-align: left;
  }
}
.book-demo .subpage-intro {
  background: radial-gradient(154.21% 141.39% at 50.59% 99.57%, rgba(227, 236, 247, 0.5) 25%, rgba(255, 255, 255, 0.5) 100%);
}
@media (max-width: 991px) {
  .book-demo .subpage-intro {
    overflow: hidden;
  }
}
.book-demo .subpage-intro .brands-item-slider-wrapper {
  margin-top: 7rem;
}
@media (max-width: 991px) {
  .book-demo .subpage-intro .brands-item-slider-wrapper {
    width: 100%;
    margin-top: 5rem;
  }
}
.book-demo .subpage-intro .brands-item-slider-wrapper .brands-item-wrapper {
  margin-top: 2rem;
  width: 100%;
}
.book-demo .subpage-intro .box .submit-btn {
  min-width: 16.4rem;
  margin-top: 1rem;
}
@media (max-width: 576px) {
  .book-demo .subpage-intro .box .submit-btn {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .book-demo .count-item {
    align-items: center;
  }
}
.book-demo .subpage-hero {
  align-items: flex-start;
}
@media (max-width: 991px) {
  .book-demo .subpage-hero {
    flex-direction: column;
  }
}
.book-demo .subpage-hero-left {
  flex: 0 0 46%;
  max-width: 46%;
  display: unset;
}
@media (max-width: 991px) {
  .book-demo .subpage-hero-left {
    display: flex;
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 2rem;
    gap: 0;
  }
}
.book-demo .subpage-hero-right {
  flex: 0 0 48%;
  max-width: 48%;
}
@media (max-width: 991px) {
  .book-demo .subpage-hero-right {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.book-demo .subpage__title {
  font-size: 5rem;
  max-width: 57rem;
}
@media (max-width: 991px) {
  .book-demo .subpage__title {
    font-size: 2.4rem;
  }
}
.book-demo .count-item-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 7rem;
  grid-row-gap: 5rem;
  padding-top: 2.5rem;
  margin-top: 2.5rem;
  border-top: 1px solid #e3e5f1;
}
.book-demo .count-item-grid:first-of-type {
  margin-top: 5rem;
}
@media (max-width: 576px) {
  .book-demo .count-item-grid:first-of-type {
    margin-top: 2rem;
  }
}
@media (max-width: 991px) {
  .book-demo .count-item-grid {
    order: 2;
  }
}
@media (max-width: 576px) {
  .book-demo .count-item-grid {
    grid-column-gap: 1rem;
  }
}
.book-demo .experience-item {
  border-top: 0;
  padding-top: 0;
}

.subpage-special-mobile {
  display: none;
}
@media (max-width: 991px) {
  .subpage-special-mobile {
    width: 100%;
    display: block;
  }
  .subpage-special-mobile .count-item-grid:nth-child(1) {
    padding-top: 0 !important;
    border-top: 0;
  }
}

@media (max-width: 991px) {
  .success-stories {
    position: relative;
  }
  .success-stories .section--column .loadmore {
    margin-top: 0;
  }
  .success-stories .filter-row {
    display: none;
  }
}
.success-stories .subpage-intro .story-slider {
  margin-top: 5rem;
}
@media (max-width: 576px) {
  .success-stories .subpage-intro .story-slider {
    margin-top: 4rem;
  }
}
.success-stories .blog-card-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 2.5rem;
  grid-row-gap: 3.4rem;
}
@media (max-width: 991px) {
  .success-stories .blog-card-grid {
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 2rem;
    grid-row-gap: 2.4rem;
  }
}
@media (max-width: 576px) {
  .success-stories .blog-card-grid {
    grid-template-columns: repeat(1, 1fr);
  }
  .success-stories .blog-card-grid .blog-card {
    height: 36rem;
    box-shadow: none;
    padding: 3rem;
  }
  .success-stories .blog-card-grid .blog-card__logo {
    height: 2.4rem;
  }
  .success-stories .blog-card-grid .blog-card-title {
    font-size: 1.6rem;
  }
}

@media (max-width: 576px) {
  .contents-detail .social-wrapper .title {
    text-align: center;
  }
  .contents-detail .social {
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .contents-detail .breadcrumb {
    margin-top: -3rem;
    width: 100vw;
    margin-left: calc(-1 * var(--container-pusher));
  }
}
@media (max-width: 576px) {
  .contents-detail .breadcrumb {
    margin-left: calc(-1 * var(--container-gutter));
  }
}
.contents-detail .subpage-intro {
  padding-bottom: 0;
}
.contents-detail .subpage-intro .story-logo {
  margin-bottom: 3rem;
  height: 6rem;
}
@media (max-width: 576px) {
  .contents-detail .subpage-intro .story-logo {
    height: 4rem;
  }
}
.contents-detail .subpage-intro .count-item-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 17rem;
  padding-top: 3rem;
  border-top: 1px solid rgba(227, 229, 241, 0.8);
}
@media (max-width: 991px) {
  .contents-detail .subpage-intro .count-item-grid {
    grid-template-columns: repeat(1, 1fr);
    row-gap: 1.6rem;
    padding-top: 3rem;
  }
}
.contents-detail-img {
  position: relative;
  overflow: hidden;
  border-radius: 2.4rem 2.4rem 0 0;
  margin-top: 5rem;
}
@media (max-width: 991px) {
  .contents-detail-img {
    border-radius: 1.6rem 1.6rem 0 0;
  }
}
@media (max-width: 576px) {
  .contents-detail-img {
    border-radius: 1.6rem 1.6rem 0 0;
    margin-top: 2.5rem;
  }
}
.contents-detail-img img {
  height: 53rem;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .contents-detail-img img {
    height: 38rem;
  }
}
@media (max-width: 576px) {
  .contents-detail-img img {
    height: auto;
  }
}
.contents-detail-img .play-btn {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.contents-detail-img::before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(0deg, rgba(6, 11, 39, 0.2) 0%, rgba(6, 11, 39, 0.2) 100%);
  pointer-events: none;
}
.contents-detail-img.contents-detail-video {
  height: 65rem;
}
@media (max-width: 991px) {
  .contents-detail-img.contents-detail-video {
    height: 40rem;
  }
}
@media (max-width: 576px) {
  .contents-detail-img.contents-detail-video {
    height: 23rem;
  }
}
.contents-detail-img.contents-detail-video img {
  height: 100%;
  width: 100%;
}
.contents-detail .subpage-content-left {
  display: flex;
  flex-direction: column;
  gap: 3rem;
  position: sticky;
  top: 1rem;
  height: max-content;
}
@media (max-width: 991px) {
  .contents-detail .subpage-content-left {
    gap: 2rem;
    position: static;
  }
}
.contents-detail .subpage-content-left .social {
  justify-content: center;
}
.contents-detail .subpage-content-left .info-card {
  padding: 3.2rem 3.5rem;
}
.contents-detail .subpage-content-left .info-card-title {
  transition: opacity 0.3s ease, max-height 0.3s ease;
  overflow: hidden;
}
.contents-detail .subpage-content-left .info-card-content {
  gap: 1rem;
}
.contents-detail .subpage-content-left .info-card-text {
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition: opacity 0.3s ease, max-height 0.3s ease;
  overflow: hidden;
}
.contents-detail .subpage-content-left .info-card.sticky .toptitle,
.contents-detail .subpage-content-left .info-card.sticky .info-card-text {
  max-height: 0;
  opacity: 0;
  transition: opacity 0.3s ease, max-height 0.3s ease;
  margin: 0 !important;
}
.contents-detail .subpage-content-right .banner {
  padding: 4rem 5.2rem;
  margin-bottom: 3rem;
  margin-top: 3rem;
}
.contents-detail .subpage-content-right .banner-title {
  margin-bottom: 0;
  line-height: 1.3;
}
.contents-detail .bumble-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-column-gap: 2.1rem;
  grid-row-gap: 2.1rem;
  margin-bottom: 3rem;
  margin-top: 3rem;
}
.contents-detail .bumble-grid img {
  height: 40.7rem;
  object-fit: cover;
}
.contents-detail:not(.report-detail) .subpage-content-row .sidebar {
  overflow-y: scroll;
}
@media (max-width: 991px) {
  .contents-detail:not(.report-detail) .subpage-content-row .sidebar {
    margin-bottom: 3rem;
    margin-bottom: 0;
    margin-top: 0;
    max-height: 100%;
    overflow: unset;
    overflow-x: unset;
  }
}
.contents-detail:not(.report-detail) .subpage-content-row .sidebar-item {
  padding: 1.3rem 3.1rem;
}
.contents-detail:not(.report-detail) .subpage-content-row .sidebar-links {
  max-height: 80vh;
  overflow-y: auto;
}
@media (max-width: 991px) {
  .contents-detail:not(.report-detail) .subpage-content-row .sidebar-links {
    max-height: unset;
    overflow-y: unset;
  }
}
.contents-detail .blog-detail-content-wrapper {
  padding-top: 6rem;
}
@media (max-width: 991px) {
  .contents-detail .blog-detail-content-wrapper {
    padding-top: 2.4rem;
  }
}
.contents-detail .blog-detail-content-wrapper .blog-info {
  margin-bottom: 4rem;
}
@media (max-width: 576px) {
  .contents-detail .blog-detail-content-wrapper .blog-info {
    margin-bottom: 0;
  }
}
.contents-detail .blog-detail-content-wrapper .blog-info .info + .info {
  border-top: 1px solid #e3e5f1;
  padding-top: 2rem;
  margin-top: 2rem;
}
.contents-detail .blog-detail-content-wrapper .blog-info .info .toptitle {
  margin-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .contents-detail .blog-detail-content-wrapper .blog-info .info .toptitle {
    font-size: 1rem;
  }
}
@media (max-width: 991px) {
  .contents-detail .blog-detail-content-wrapper .blog-info .info .title {
    font-size: 1.5rem;
  }
}
.contents-detail .blog-detail-content-wrapper ~ .other-slider-section-wrapper .post-card-title {
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media (max-width: 576px) {
  .contents-detail .blog-detail-content-wrapper ~ .other-slider-section-wrapper .post-card-title {
    -webkit-line-clamp: 3;
  }
}
.contents-detail .subpage-hero {
  align-items: flex-start;
}
@media (max-width: 576px) {
  .contents-detail .subpage-hero {
    gap: 0;
  }
}
.contents-detail .subpage-hero-left {
  flex: 0 0 41.5%;
  max-width: 41.5%;
  padding: 4rem 0;
}
@media (max-width: 991px) {
  .contents-detail .subpage-hero-left {
    flex: 0 0 100%;
    max-width: 100%;
    padding-bottom: 2rem;
  }
}
.contents-detail .subpage-hero-img {
  height: 37.7rem;
  width: 70rem;
  object-fit: cover;
}
@media (max-width: 991px) {
  .contents-detail .subpage-hero-img {
    width: 100%;
    height: auto;
  }
}
.contents-detail .subpage-hero .blog-info {
  display: flex;
  align-items: center;
  margin-top: 8rem;
  width: 100%;
}
@media (max-width: 991px) {
  .contents-detail .subpage-hero .blog-info {
    justify-content: center;
  }
}
@media (max-width: 576px) {
  .contents-detail .subpage-hero .blog-info {
    margin-top: 3rem;
  }
}
.contents-detail .subpage-hero .blog-info .info + .info {
  padding-left: 4.8rem;
  border-left: 1px solid rgba(102, 112, 133, 0.3);
  margin-left: 4.8rem;
}
@media (max-width: 576px) {
  .contents-detail .subpage-hero .blog-info .info + .info {
    padding-left: 2.8rem;
    margin-left: 2.8rem;
  }
}
@media (max-width: 576px) {
  .contents-detail .subpage-hero .blog-info .info {
    text-align: left;
  }
}
.contents-detail .subpage-hero .blog-info .info .toptitle {
  margin-bottom: 0.5rem;
}
@media (max-width: 576px) {
  .contents-detail .subpage-hero .blog-info .info .toptitle {
    justify-content: flex-start;
  }
}
@media (max-width: 991px) {
  .contents-detail.success-story-detail .subpage-hero {
    text-align: left;
  }
}
.contents-detail.success-story-detail .subpage-hero-left {
  flex: 0 0 70%;
  max-width: 70%;
  padding-top: 0;
}
@media (max-width: 991px) {
  .contents-detail.success-story-detail .subpage-hero-left {
    flex: 0 0 100%;
    max-width: 100%;
    align-items: flex-start;
  }
}
.contents-detail .author-wrapper {
  border-top: 1px solid #e3e5f1;
  padding-top: 4rem;
  margin-top: 4rem;
}
.contents-detail .author-wrapper .author-title {
  font-size: 2rem;
  margin-bottom: 4rem;
}
@media (max-width: 576px) {
  .contents-detail .author-wrapper .author-title {
    font-size: 1.8rem;
    margin-bottom: 2rem;
  }
}
.contents-detail .author-wrapper .border {
  height: 6.6rem;
  width: 1px;
  background: #e3e5f1;
  margin: 0 3.2rem;
}
@media (max-width: 576px) {
  .contents-detail .author-wrapper .border {
    margin: 0 1.6rem;
  }
}
.contents-detail .author-wrapper .has-tooltip {
  position: relative;
  display: inline-flex;
  align-items: center;
}
.contents-detail .author-wrapper .tooltip-icon {
  margin-left: 1rem;
  color: rgba(6, 11, 39, 0.4);
  text-align: center;
  line-height: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  position: relative;
}
.contents-detail .author-wrapper .tooltip-icon svg {
  height: 1em;
  font-size: 1.5rem;
}
.contents-detail .author-wrapper .tooltip-icon::after {
  content: attr(data-tooltip);
  position: absolute;
  bottom: 125%;
  left: 50%;
  transform: translateX(-50%);
  background: #333;
  color: #fff;
  font-size: 1.2rem;
  padding: 0.6rem 0.8rem;
  border-radius: 0.4rem;
  white-space: normal;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s;
  width: max-content;
  max-width: 20rem;
  z-index: 10;
}
.contents-detail .author-wrapper .tooltip-icon:hover::after {
  opacity: 1;
}
.contents-detail .author-wrapper .author-row {
  display: flex;
  align-items: center;
}
@media (max-width: 576px) {
  .contents-detail .author-wrapper .author-row {
    gap: 2rem;
  }
}
.contents-detail.glossary-detail .subpage-hero-img {
  height: 30.3rem;
}
@media (max-width: 991px) {
  .contents-detail.glossary-detail .subpage-hero-img {
    height: auto;
  }
}
@media (max-width: 991px) {
  .contents-detail.glossary-detail .subpage-hero-left {
    padding: 3rem 0;
  }
  .contents-detail.glossary-detail .info-card-content {
    padding-top: 0;
  }
  .contents-detail.glossary-detail .info-card-content .btn {
    width: 100%;
  }
}
@media (max-width: 576px) {
  .contents-detail.glossary-detail .info-card-content .btn {
    width: 62%;
  }
  .contents-detail.glossary-detail .info-card-text {
    font-size: 1.4rem;
  }
  .contents-detail.glossary-detail .info-card-title {
    font-size: 2.2rem;
  }
  .contents-detail.glossary-detail .content--big p {
    font-size: 1.5rem;
  }
}
.contents-detail.report-detail .subpage-hero-left {
  flex: 0 0 34.5%;
  max-width: 34.5%;
  padding: 6rem 0;
}
@media (max-width: 991px) {
  .contents-detail.report-detail .subpage-hero-left {
    padding: 4rem 0;
    padding-top: 0;
  }
}
@media (max-width: 576px) {
  .contents-detail.report-detail .subpage-hero-left {
    padding: 2rem 0;
    padding-top: 0;
  }
}
.contents-detail.report-detail .progress {
  width: calc(100% + 6.2rem);
  height: 3px;
  background: #e3e5f1;
  margin-left: -3.1rem;
  margin-top: 2.1rem;
}
@media (max-width: 991px) {
  .contents-detail.report-detail .progress {
    position: fixed;
    left: 0;
    top: var(--header-height);
    width: 100%;
    margin-left: 0;
    margin-top: 0;
    z-index: 1;
  }
}
.contents-detail.report-detail .progress span {
  display: block;
  height: 100%;
  background-color: #4478FF;
  width: 0%;
  transition: width 0.3s ease;
}
@media (max-width: 991px) {
  .contents-detail.report-detail .subpage-content-row {
    gap: 2rem;
  }
}
@media (max-width: 991px) {
  .contents-detail.report-detail .subpage-content-right {
    margin-top: 0;
  }
}
@media (max-width: 991px) {
  .contents-detail.report-detail .subpage-content-left {
    position: sticky;
    top: calc(var(--header-height) + 3px);
    left: 0;
    z-index: 1;
  }
}
.contents-detail.report-detail .open-sidebar-title {
  font-weight: 600;
  font-family: "Avenir Next Demi", sans-serif;
  font-size: 1.8rem;
  height: 6.2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #e3e5f1;
  border-bottom: 1px solid #e3e5f1;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.4) 25%, rgba(234, 240, 246, 0.4) 100%), #FFF;
  margin-bottom: 0;
  margin-left: calc(-1 * var(--container-pusher));
  padding-left: var(--container-pusher);
  padding-right: var(--container-pusher);
  width: 100vw;
}
@media (min-width: 992px) {
  .contents-detail.report-detail .open-sidebar-title {
    display: none;
  }
}
@media (max-width: 576px) {
  .contents-detail.report-detail .open-sidebar-title {
    margin-left: calc(-1 * var(--container-gutter));
    padding-left: var(--container-gutter);
    padding-right: var(--container-gutter);
  }
}
.contents-detail.report-detail .open-sidebar-title .title-icon {
  color: #6a6f8d;
  font-size: 1.3rem;
}
.contents-detail.report-detail .subpage-hero-img {
  height: auto;
}
@media (max-width: 576px) {
  .contents-detail.report-detail .subpage-hero-img {
    height: auto;
  }
}

.contents-list .webinar-item-row {
  display: flex;
  margin-top: 1.5rem;
}
@media (max-width: 576px) {
  .contents-list .webinar-item-row {
    width: 100vw;
    overflow-x: auto;
    margin-left: calc(-1 * var(--container-gutter));
    padding-left: var(--container-gutter);
  }
  .contents-list .webinar-item-row::-webkit-scrollbar {
    display: none;
  }
  .contents-list .webinar-item-row .webinar-item {
    width: 78%;
    flex-shrink: 0;
  }
}
.contents-list .guides-item-slider,
.contents-list .webinar-item-slider {
  margin-top: 5rem;
}
@media (max-width: 576px) {
  .contents-list .guides-item-slider,
  .contents-list .webinar-item-slider {
    margin-top: 3.5rem;
  }
}
@media (max-width: 576px) {
  .contents-list .guides-item-slider .blog-card.blog-card--big,
  .contents-list .webinar-item-slider .blog-card.blog-card--big {
    height: 33rem;
  }
}
.contents-list .guides-item-slider .blog-card.blog-card--big .background,
.contents-list .webinar-item-slider .blog-card.blog-card--big .background {
  background: linear-gradient(236deg, rgba(6, 11, 39, 0) 26.84%, #060B27 89.01%);
}
@media (max-width: 576px) {
  .contents-list .webinar-item-slider .blog-card {
    height: 34.4rem;
  }
}
.contents-list.webinar-list .subpage-intro {
  padding-bottom: 0;
}
.contents-list.webinar-list .post-card-grid .post-card-img {
  height: 16.6rem;
  max-height: unset;
}
@media (max-width: 576px) {
  .contents-list.webinar-list .post-card-grid .post-card-img {
    height: auto;
  }
}
.contents-list .post-card-grid .post-card-img {
  height: 22.6rem;
}
@media (max-width: 576px) {
  .contents-list .post-card-grid .post-card-img {
    height: auto;
  }
}

.default .subpage-intro {
  padding-bottom: 20rem;
}
@media (max-width: 576px) {
  .default .subpage-intro {
    padding-bottom: 18rem;
  }
}
.default .subpage-content {
  margin-top: -15rem;
}
.default .box {
  max-width: 98rem;
  margin: auto;
}
@media (max-width: 991px) {
  .default .box {
    width: 100%;
    max-width: 100%;
  }
}
.default .box .content a {
  color: #4478FF;
}

.other-page .subpage-content .section:first-child {
  background: radial-gradient(78.88% 72.31% at 50.59% 99.57%, rgba(227, 236, 247, 0.5) 15%, rgba(255, 255, 255, 0.5) 100%);
  padding-bottom: 5.6rem;
}
@media (max-width: 576px) {
  .other-page .subpage-content .section:first-child {
    padding-bottom: 4rem;
  }
}
.other-page .subpage-content .section:first-child .subpage-hero-img {
  height: 43rem;
}
@media (max-width: 576px) {
  .other-page .subpage-content .section:first-child .subpage-hero-img {
    height: auto;
    margin-top: 2rem;
  }
}
.other-page .subpage-content .section.product-form-section-wrapper .product-form--column .product-form-right {
  width: 100%;
  padding: 3.2rem;
}
@media (max-width: 576px) {
  .other-page .subpage-content .section.product-form-section-wrapper .product-form--column .product-form-right {
    padding: 0 var(--container-gutter) var(--container-gutter) var(--container-gutter);
  }
}
.other-page .subpage-content .section.product-form-section-wrapper .product-form--column .product-form-left {
  padding: 5rem 3.2rem;
  width: 100%;
  flex: unset;
  max-width: unset;
}
@media (max-width: 991px) {
  .other-page .subpage-content .section.product-form-section-wrapper .product-form--column .product-form-left {
    align-items: flex-start;
  }
}
@media (max-width: 576px) {
  .other-page .subpage-content .section.product-form-section-wrapper .product-form--column .product-form-left {
    padding: 3.5rem var(--container-gutter);
  }
}
@media (max-width: 991px) {
  .other-page .subpage-content .section.product-form-section-wrapper .section-content {
    flex-direction: column-reverse;
  }
}
.other-page .subpage-content .section.product-form-section-wrapper .section-content-left {
  flex: 0 0 52.4%;
  max-width: 52.4%;
}
.other-page .subpage-content .section.product-form-section-wrapper .section-content-right {
  flex: 0 0 43%;
  max-width: 43%;
}
.other-page .subpage-content .section.product-form-section-wrapper .statistics-grid .count-item {
  padding-top: 2.5rem;
  margin-top: 2.5rem;
  border-top: 1px solid rgba(6, 11, 39, 0.08);
}
@media (max-width: 576px) {
  .other-page .subpage-content .section.product-form-section-wrapper .statistics-grid .count-item {
    padding-top: 2rem;
    margin-top: 2rem;
  }
}
.other-page .subpage-content .section.product-form-section-wrapper .statistics-grid .count-item:first-child {
  margin-top: 0;
}
.other-page .subpage-content .section.product-form-section-wrapper .statistics-grid .count-item-text {
  max-width: 100%;
}
.other-page .info-section-wrapper .info-section-img {
  width: 100%;
  object-fit: contain;
}
.other-page .info-section-wrapper .section-content-right {
  flex: 0 0 47%;
  max-width: 47%;
}
@media (max-width: 991px) {
  .other-page .info-section-wrapper .section-content-right {
    flex: unset;
    max-width: unset;
  }
}

.glossary .subpage-intro {
  padding-bottom: 11rem;
}
.glossary .subpage-content {
  margin-top: -6.4rem;
}
.glossary .tab-content-wrapper .section-head {
  border-bottom: 1px solid #e3e5f1;
  padding-bottom: 2rem;
}
@media (max-width: 576px) {
  .glossary .tab-content-wrapper .section-head {
    align-items: flex-start;
  }
}
.glossary .tab-content-wrapper .section-head-title {
  font-size: 2rem;
}

@media (max-width: 991px) {
  .blog-list .breadcrumb-wrapper {
    flex-direction: row;
    padding: 0;
    flex-wrap: wrap;
    align-items: center;
  }
}
@media (max-width: 991px) {
  .blog-list .breadcrumb-wrapper .breadcrumb {
    height: var(--header-height);
    padding: 0 var(--container-pusher);
    border-bottom: 0;
    width: auto;
  }
}
@media (max-width: 576px) {
  .blog-list .breadcrumb-wrapper .breadcrumb {
    padding-left: var(--container-gutter);
  }
}
@media (max-width: 991px) {
  .blog-list .breadcrumb-wrapper .search-wrapper {
    padding-right: var(--container-pusher);
    width: auto;
  }
}
@media (max-width: 576px) {
  .blog-list .breadcrumb-wrapper .search-wrapper {
    padding-right: var(--container-gutter);
  }
}
.blog-list .breadcrumb-wrapper .dropdown-wrapper {
  min-width: 12rem;
  width: auto;
  margin-left: 2rem;
}
@media (max-width: 991px) {
  .blog-list .breadcrumb-wrapper .dropdown-wrapper {
    order: 2;
    width: 31%;
    min-width: unset;
    margin-left: 0;
    padding-left: 2rem;
    height: var(--header-height);
    display: flex;
    align-items: center;
    border-top: 1px solid #e3e5f1;
    padding-right: var(--container-pusher);
  }
}
@media (max-width: 576px) {
  .blog-list .breadcrumb-wrapper .dropdown-wrapper {
    padding-right: var(--container-gutter);
    width: 34%;
  }
}
.blog-list .breadcrumb-wrapper .dropdown_bar-item {
  background: transparent;
  border: none;
  border-radius: 5.2rem;
  height: 4.4rem;
  padding-left: 1.5rem;
}
.blog-list .breadcrumb-wrapper .dropdown_bar-item:hover, .blog-list .breadcrumb-wrapper .dropdown_bar-item.selected {
  background: rgba(232, 234, 242, 0.5);
}
.blog-list .breadcrumb-wrapper .dropdown_bar-item:hover .dropdown_bar-item__title, .blog-list .breadcrumb-wrapper .dropdown_bar-item.selected .dropdown_bar-item__title {
  color: #060b27;
}
.blog-list .breadcrumb-wrapper .dropdown_bar-item.active .dropdown_bar-item__title {
  color: #060b27;
}
.blog-list .breadcrumb-wrapper .dropdown_bar-item__title {
  color: rgba(102, 112, 133, 0.7);
  font-size: 1.6rem;
}
@media (max-width: 576px) {
  .blog-list .breadcrumb-wrapper .dropdown_bar-item__title {
    font-size: 1.4rem;
  }
}
.blog-list .breadcrumb-wrapper .dropdown_bar-item__top-title {
  color: rgba(102, 112, 133, 0.7);
  font-size: 1.6rem;
}
@media (max-width: 576px) {
  .blog-list .breadcrumb-wrapper .dropdown_bar-item__top-title {
    font-size: 1.4rem;
  }
}
.blog-list .breadcrumb-wrapper .dropdown_bar-item-box-wrapper {
  top: 5rem;
  min-width: 24rem;
}
@media (max-width: 991px) {
  .blog-list .breadcrumb-wrapper .dropdown_bar-item-box-wrapper {
    left: unset;
    right: 0;
  }
}
@media (max-width: 576px) {
  .blog-list .breadcrumb-wrapper .dropdown_bar-item-box__item {
    font-size: 1.4rem;
  }
}
.blog-list .breadcrumb-wrapper .dropdown_bar-item__icon {
  right: 1.5rem;
}
.blog-list .tab-link-wrapper {
  max-width: unset;
  overflow: unset;
  margin-left: auto;
}
@media (max-width: 991px) {
  .blog-list .tab-link-wrapper {
    flex: unset;
    max-width: unset;
    width: 69%;
    order: 1;
    border-top: 1px solid #e3e5f1;
    overflow-x: auto;
    margin-left: unset;
  }
}
@media (max-width: 576px) {
  .blog-list .tab-link-wrapper {
    width: 66%;
  }
}
.blog-list .tab-link-wrapper .animated-tabs {
  gap: 2.6rem;
}
@media (max-width: 576px) {
  .blog-list .tab-link-wrapper .animated-tabs {
    gap: 1.6rem;
  }
}
.blog-list .tab-link-wrapper .animated-tabs-item {
  font-weight: 500;
  font-family: "Avenir Next", sans-serif;
}
.blog-list .tab-link-wrapper .animated-tabs-item.active {
  border-bottom: 2px solid #060b27;
}
.blog-list .filter-row .dropdown-wrapper {
  max-width: 27rem;
}
@media (max-width: 576px) {
  .blog-list .filter-row .dropdown-wrapper {
    max-width: 100%;
  }
}
.blog-list .post-card-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(3, 1fr);
  grid-column-gap: 4rem;
  grid-row-gap: 3rem;
  align-items: flex-start;
}
.blog-list .post-card-wrapper .post-card:nth-child(1) {
  grid-area: 1/1/4/2;
  width: 69.8rem;
}
.blog-list .post-card-wrapper .post-card:nth-child(2) {
  grid-area: 1/2/2/3;
}
.blog-list .post-card-wrapper .post-card:nth-child(3) {
  grid-area: 2/2/3/3;
}
.blog-list .post-card-wrapper .post-card:nth-child(4) {
  grid-area: 3/2/4/3;
}

.report-list .subpage-intro {
  background: radial-gradient(154.21% 141.39% at 50.59% 99.57%, rgba(227, 236, 247, 0.5) 25%, rgba(255, 255, 255, 0.5) 100%);
}
@media (max-width: 991px) {
  .report-list .subpage-intro {
    overflow: hidden;
  }
}
@media (max-width: 991px) {
  .report-list .subpage-intro .subpage__text {
    order: 2;
  }
}
.report-list .subpage-intro .report-img {
  margin-bottom: 1rem;
  width: 100%;
  object-fit: cover;
  border-radius: 2rem;
}
@media (max-width: 991px) {
  .report-list .subpage-intro .report-img {
    order: 1;
  }
}
@media (max-width: 576px) {
  .report-list .subpage-intro .report-img {
    margin: 2rem 0;
  }
}
.report-list .subpage-hero {
  align-items: flex-start;
}
@media (max-width: 991px) {
  .report-list .subpage-hero {
    flex-direction: column;
  }
}
.report-list .subpage-hero-left {
  flex: 0 0 44%;
  max-width: 44%;
}
@media (max-width: 991px) {
  .report-list .subpage-hero-left {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.report-list .subpage-hero-right {
  flex: 0 0 48%;
  max-width: 48%;
}
@media (max-width: 991px) {
  .report-list .subpage-hero-right {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.report-list .report-list-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 2.5rem;
  grid-row-gap: 2rem;
}
@media (max-width: 991px) {
  .report-list .report-list-grid {
    grid-template-columns: repeat(1, 1fr);
    grid-row-gap: 3rem;
  }
}
.report-list .report-list-grid .post-card {
  border-top: 1px solid #e3e5f1;
  padding-top: 3.8rem;
  gap: 5.5rem;
}
@media (max-width: 576px) {
  .report-list .report-list-grid .post-card {
    gap: 3.5rem;
    padding-top: 1.8rem;
  }
}
.report-list .report-list-grid .post-card-img {
  box-shadow: unset;
}

.search-result .subpage-content .section:first-child {
  padding-top: 4rem;
}

.webinar-detail .subpage-intro {
  background: radial-gradient(154.21% 141.39% at 50.59% 99.57%, rgba(227, 236, 247, 0.5) 25%, rgba(255, 255, 255, 0.5) 100%);
}
@media (max-width: 991px) {
  .webinar-detail .subpage-intro {
    overflow: hidden;
  }
}
.webinar-detail .subpage-intro .brands-item-slider-wrapper {
  margin-top: 7rem;
}
@media (max-width: 991px) {
  .webinar-detail .subpage-intro .brands-item-slider-wrapper {
    width: 100%;
  }
}
.webinar-detail .subpage-intro .brands-item-slider-wrapper .brands-item-slider-2 {
  margin-top: 2rem;
}
.webinar-detail .subpage-intro .subpage-hero-left {
  display: unset;
}
@media (max-width: 576px) {
  .webinar-detail .subpage-intro .subpage-hero-left {
    display: flex;
    gap: 0;
  }
}
.webinar-detail .subpage-intro .box .submit-btn {
  min-width: 16.4rem;
  margin-top: 1rem;
}
@media (max-width: 576px) {
  .webinar-detail .subpage-intro .box .submit-btn {
    width: 100%;
  }
}
.webinar-detail .subpage-intro .panelist-wrapper {
  margin-top: 4rem;
  padding-top: 4rem;
  border-top: 1px solid #e3e5f1;
}
@media (max-width: 576px) {
  .webinar-detail .subpage-intro .panelist-wrapper {
    width: 100%;
    margin-top: 2rem;
    padding-top: 2rem;
  }
}
.webinar-detail .subpage-intro .panelist-wrapper .panelist-title {
  font-size: 1.5rem;
  margin-bottom: 3rem;
}
@media (max-width: 576px) {
  .webinar-detail .subpage-intro .panelist-wrapper .panelist-title {
    margin-bottom: 2rem;
    font-size: 1.4rem;
  }
}
.webinar-detail .subpage-intro .panelist-wrapper .user-name {
  font-size: 1.5rem;
}
@media (max-width: 576px) {
  .webinar-detail .subpage-intro .panelist-wrapper .user-name {
    font-size: 1.4rem;
  }
}
.webinar-detail .subpage-intro .panelist-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 3.7rem;
  grid-row-gap: 3.3rem;
}
@media (max-width: 576px) {
  .webinar-detail .subpage-intro .panelist-grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
.webinar-detail .subpage-intro .panelist-grid .user {
  align-items: flex-start;
}
@media (max-width: 576px) {
  .webinar-detail .subpage__text {
    text-align: left;
  }
}
@media (max-width: 576px) {
  .webinar-detail .subpage__title {
    text-align: center;
  }
}
.webinar-detail .subpage-hero {
  align-items: flex-start;
}
@media (max-width: 991px) {
  .webinar-detail .subpage-hero {
    flex-direction: column;
  }
}
@media (max-width: 576px) {
  .webinar-detail .subpage-hero {
    text-align: left;
  }
}
.webinar-detail .subpage-hero-left {
  flex: 0 0 47.6%;
  max-width: 47.6%;
}
@media (max-width: 991px) {
  .webinar-detail .subpage-hero-left {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 4rem;
  }
}
.webinar-detail .subpage-hero-right {
  flex: 0 0 48%;
  max-width: 48%;
}
@media (max-width: 991px) {
  .webinar-detail .subpage-hero-right {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.webinar-detail .subpage-hero-right .webinar-video iframe {
  border-radius: 2.4rem;
}
.webinar-detail .subpage-hero-right .webinar-video .thanks-for-register {
  display: flex;
  padding: 2rem 1.2rem;
  align-items: center;
  gap: 1.2rem;
  align-self: stretch;
  border-radius: 1.2rem;
  background: rgba(68, 120, 255, 0.05);
  margin-bottom: 2rem;
}
.webinar-detail .subpage-hero-right .webinar-video .thanks-for-register p {
  color: #101828;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 500;
  letter-spacing: -0.32px;
}
.webinar-detail .count-item-grid {
  display: flex;
  padding: 2.5rem 0;
  border-top: 1px solid #e3e5f1;
  border-bottom: 1px solid #e3e5f1;
  margin: 4rem 0;
}
@media (max-width: 576px) {
  .webinar-detail .count-item-grid {
    grid-column-gap: 0;
    justify-content: space-between;
    margin: 3rem 0;
    padding: 1.5rem 0;
    width: 100%;
  }
}
.webinar-detail .count-item-grid .count-item + .count-item {
  padding-left: 3.6rem;
  margin-left: 3.6rem;
  border-left: 1px solid #e3e5f1;
}
@media (max-width: 576px) {
  .webinar-detail .count-item-grid .count-item + .count-item {
    padding-left: 2rem;
    margin-left: 1.2rem;
  }
}

.partnership .subpage-intro {
  padding-bottom: 0;
}
.partnership .category-item {
  padding-top: 7rem;
}
@media (max-width: 576px) {
  .partnership .category-item {
    padding-top: 2.5rem;
  }
}
.partnership .hero-video::before {
  display: none;
}
.partnership .subpage-hero-img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  margin-top: 0;
  border-radius: 0;
}
.partnership .category-item-slider-wrapper .section-head {
  margin-bottom: 7rem;
}
@media (max-width: 576px) {
  .partnership .category-item-slider-wrapper .section-head {
    margin-bottom: 4rem;
  }
}
.partnership .section.product-form-section-wrapper {
  padding-top: 8rem;
}
@media (max-width: 576px) {
  .partnership .section.product-form-section-wrapper {
    padding-top: 4rem;
  }
}
@media (max-width: 576px) {
  .partnership .section.product-form-section-wrapper .product-form-left .title {
    font-size: 2rem;
  }
}
@media (max-width: 576px) {
  .partnership .section.product-form-section-wrapper .box {
    padding-top: 2rem;
  }
}

.about-us .subpage-intro {
  background: transparent;
  border-bottom: 0;
}
.about-us .count-item {
  padding-top: 3.8rem;
  border-top: 1px solid #e8eaf2;
}
@media (max-width: 576px) {
  .about-us .count-item {
    padding-top: 2.5rem;
  }
}
.about-us .count-section-wrapper {
  padding-top: 0;
}
.about-us .count-item-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-column-gap: 4.5rem;
  grid-row-gap: 3rem;
}
@media (max-width: 991px) {
  .about-us .count-item-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 576px) {
  .about-us .count-item-grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
.about-us .about-img-grid {
  column-count: 3;
  column-gap: 1.6rem;
}
@media (max-width: 991px) {
  .about-us .about-img-grid {
    column-count: 2;
  }
}
@media (max-width: 576px) {
  .about-us .about-img-grid {
    column-gap: 0.6rem;
  }
}
.about-us .about-img-grid .grid-img {
  break-inside: avoid;
  margin-bottom: 1.6rem;
  border-radius: 1.6rem;
  overflow: hidden;
  display: block;
}
@media (max-width: 576px) {
  .about-us .about-img-grid .grid-img {
    height: 20rem;
    width: 100%;
    border-radius: 0.6rem;
    margin-bottom: 0.6rem;
  }
}
.about-us .about-img-grid .grid-img img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
@media (max-width: 576px) {
  .about-us .about-img-grid .grid-img img {
    height: 100%;
    width: 100%;
  }
}
.about-us .about-img-grid .grid-img:nth-child(1) {
  height: 40rem;
}
@media (max-width: 576px) {
  .about-us .about-img-grid .grid-img:nth-child(1) {
    height: 30rem;
  }
}
.about-us .about-img-grid .grid-img:nth-child(2) {
  height: 18rem;
}
@media (max-width: 576px) {
  .about-us .about-img-grid .grid-img:nth-child(2) {
    height: 10rem;
  }
}
.about-us .about-img-grid .grid-img:nth-child(3) {
  height: 29rem;
}
@media (max-width: 576px) {
  .about-us .about-img-grid .grid-img:nth-child(3) {
    height: 20rem;
  }
}
.about-us .about-img-grid .grid-img:nth-child(4) {
  height: 29rem;
}
@media (max-width: 576px) {
  .about-us .about-img-grid .grid-img:nth-child(4) {
    height: 20rem;
  }
}
.about-us .about-img-grid .grid-img:nth-child(5) {
  height: 18rem;
}
@media (max-width: 576px) {
  .about-us .about-img-grid .grid-img:nth-child(5) {
    height: 10rem;
  }
}
.about-us .about-img-grid .grid-img:nth-child(6) {
  height: 40rem;
}
@media (max-width: 576px) {
  .about-us .about-img-grid .grid-img:nth-child(6) {
    height: 30rem;
  }
}
@media (max-width: 576px) {
  .about-us .about-img-section .section-content-left .title {
    font-size: 3rem;
    margin-bottom: 1rem;
  }
}
.about-us .about-section-img-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 1.4rem;
}
@media (max-width: 576px) {
  .about-us .about-section-img-grid {
    row-gap: 0.8rem;
  }
}
.about-us .about-section-img-grid .grid-img {
  border-radius: 2rem;
  overflow: hidden;
}
@media (max-width: 576px) {
  .about-us .about-section-img-grid .grid-img {
    border-radius: 1.1rem;
  }
}
.about-us .about-section-img-grid .grid-img:nth-child(1) {
  width: 58.9%;
  height: 17.5rem;
}
@media (max-width: 576px) {
  .about-us .about-section-img-grid .grid-img:nth-child(1) {
    height: 10.3rem;
  }
}
.about-us .about-section-img-grid .grid-img:nth-child(2) {
  width: 38.7%;
  height: 23.4rem;
}
@media (max-width: 576px) {
  .about-us .about-section-img-grid .grid-img:nth-child(2) {
    height: 13.78rem;
  }
}
.about-us .about-section-img-grid .grid-img:nth-child(3) {
  width: 48.8%;
  height: 22.5rem;
  margin-top: -5.9rem;
}
@media (max-width: 576px) {
  .about-us .about-section-img-grid .grid-img:nth-child(3) {
    height: 13.78rem;
    margin-top: -3.4rem;
  }
}
.about-us .about-section-img-grid .grid-img:nth-child(4) {
  width: 48.8%;
  height: 16.6rem;
}
@media (max-width: 576px) {
  .about-us .about-section-img-grid .grid-img:nth-child(4) {
    height: 10.4rem;
  }
}
.about-us .about-section-img-grid .grid-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about-us .category-item-slider-wrapper {
  padding-top: 5rem;
}
@media (max-width: 991px) {
  .about-us .category-item-slider-wrapper {
    padding-top: 3rem;
  }
}
.about-us .map-section-wrapper {
  padding-top: 35rem;
}
.about-us .map-section-wrapper .map-section-title {
  font-size: 3.2rem;
}
@media (max-width: 576px) {
  .about-us .map-section-wrapper .map-section-title {
    font-size: 2rem;
  }
}
.about-us .map-section-wrapper .map-img {
  width: 55%;
  object-fit: contain;
}
@media (max-width: 991px) {
  .about-us .map-section-wrapper .map-img {
    width: 100%;
  }
}
.about-us .map-section-wrapper .section-content {
  justify-content: unset;
  gap: 15rem;
}
@media (max-width: 991px) {
  .about-us .map-section-wrapper .section-content {
    flex-direction: column;
    gap: 5rem;
  }
}
.about-us .map-section-wrapper .section-content-right {
  flex: 0 0 28%;
  max-width: 28%;
}
@media (max-width: 991px) {
  .about-us .map-section-wrapper .section-content-right {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}
.about-us .map-section-wrapper .section-content-right .btn {
  margin-top: 4rem;
}
@media (max-width: 576px) {
  .about-us .map-section-wrapper .section-content-right .btn {
    margin-top: 3rem;
  }
}
.about-us .solution-item p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  min-height: unset !important;
}

.why-mobileaction .subpage-hero-left {
  flex: 0 0 44%;
  max-width: 44%;
}
.why-mobileaction .subpage-hero-right {
  flex: 0 0 51.2%;
  max-width: 51.2%;
}
@media (max-width: 991px) {
  .why-mobileaction .subpage-hero-right {
    flex: unset;
    max-width: unset;
    margin-top: 4rem;
  }
}
.why-mobileaction .subpage-hero-img {
  height: 44rem;
  object-fit: cover;
  border-radius: 2.4rem;
}
.why-mobileaction .info-section-wrapper .container {
  padding: 0 5rem;
}
@media (max-width: 991px) {
  .why-mobileaction .info-section-wrapper .container {
    padding: 0;
  }
}
@media (max-width: 576px) {
  .why-mobileaction .info-section-wrapper .container {
    padding: 0 var(--container-gutter);
  }
}
.why-mobileaction .info-section-wrapper .section-content-left {
  flex: 0 0 44.5%;
  max-width: 44.5%;
  gap: 1rem;
}
@media (max-width: 991px) {
  .why-mobileaction .info-section-wrapper .section-content-left {
    gap: 0.5rem;
  }
}
.why-mobileaction .info-section-wrapper .section-content-left .content {
  margin-top: 1rem;
}

.career .subpage-intro {
  padding-bottom: 0;
}
@media (max-width: 576px) {
  .career .subpage-intro .btn-row .btn {
    width: auto;
  }
  .career .subpage-intro .btn-row .btn:nth-child(1) {
    min-width: 12rem;
  }
}
.career .info-section-wrapper .section-content-left {
  flex: 0 0 47%;
  max-width: 47%;
}
@media (max-width: 991px) {
  .career .info-section-wrapper .section-content-left {
    flex: unset;
    max-width: unset;
  }
}
.career .info-section-wrapper .section-content-left .section-title {
  max-width: 21rem;
}
@media (max-width: 991px) {
  .career .info-section-wrapper .section-content-left .section-title {
    max-width: unset;
  }
}
.career .info-section-wrapper .why-section-img {
  height: 46.7rem;
  object-fit: contain;
}
.career .map-section-wrapper .map-img {
  margin-top: 4rem;
  height: 46.5rem;
  object-fit: contain;
  width: auto;
}
@media (max-width: 991px) {
  .career .map-section-wrapper .map-img {
    width: 100%;
    height: auto;
  }
}
.career .count-section-wrapper .section-text {
  max-width: 100rem;
}
.career .count-item-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 4.5rem;
  grid-row-gap: 3rem;
  width: 100%;
}
@media (max-width: 991px) {
  .career .count-item-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 576px) {
  .career .count-item-grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
.career .count-item-grid .count-item {
  padding-top: 3.8rem;
  border-top: 1px solid #e8eaf2;
  align-items: center;
  text-align: center;
}
@media (max-width: 991px) {
  .career .category-item-slider-wrapper.bg-linear .category-item-grid {
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 1.6rem;
  }
}
@media (max-width: 576px) {
  .career .category-item-slider-wrapper.bg-linear .category-item-title {
    font-size: 1.5rem;
  }
}
.career .scrolling-img-section {
  display: flex;
  white-space: nowrap;
  width: 100%;
  gap: 1.9rem;
  width: 100vw;
  overflow-x: auto;
  pointer-events: none;
}
.career .scrolling-img-section::-webkit-scrollbar {
  display: none;
}
@media (max-width: 576px) {
  .career .scrolling-img-section {
    gap: 1.5rem;
  }
}
.career .scrolling-img-section .grid-img {
  height: 50rem;
  object-fit: cover;
  border-radius: 2.3rem;
}
@media (max-width: 576px) {
  .career .scrolling-img-section .grid-img {
    height: 40rem;
    border-radius: 1.9rem;
  }
}
.career .scrolling-img-section .grid-img:nth-child(1) {
  width: 41.6rem;
}
@media (max-width: 576px) {
  .career .scrolling-img-section .grid-img:nth-child(1) {
    width: 32rem;
  }
}
.career .scrolling-img-section .block-img {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.career .scrolling-img-section .block-img + .grid-img {
  width: 26.3rem;
}
.career .scrolling-img-section .block-img .grid-img {
  height: 24rem;
}
@media (max-width: 576px) {
  .career .scrolling-img-section .block-img .grid-img {
    height: 19.2rem;
  }
}
.career .scrolling-img-section .block-img-top .grid-img {
  width: 50rem;
}
@media (max-width: 576px) {
  .career .scrolling-img-section .block-img-top .grid-img {
    width: 40rem;
  }
}
.career .scrolling-img-section .block-img-bottom {
  display: flex;
  gap: 1.9rem;
}
@media (max-width: 576px) {
  .career .scrolling-img-section .block-img-bottom {
    gap: 1.5rem;
  }
}
.career .scrolling-img-section .block-img-bottom .grid-img {
  width: 100%;
  overflow: hidden;
}
.career .customer-card-title {
  font-size: 2rem;
  -webkit-line-clamp: 8;
}
@media (max-width: 576px) {
  .career .customer-card-title {
    font-size: 1.5rem;
    -webkit-line-clamp: 10;
  }
}

.contact .subpage-intro {
  padding-bottom: 22rem;
}
.contact .subpage-content {
  margin-top: -14.5rem;
}
.contact .subpage__text {
  max-width: 66rem;
}
.contact .contact-card-grid {
  display: flex;
  flex-wrap: wrap;
  row-gap: 1.9rem;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .contact .contact-card-grid {
    flex-direction: column;
  }
}
.contact .contact-card-grid .contact-card {
  width: 49.28%;
}
.contact .contact-card-grid .contact-card:nth-child(1), .contact .contact-card-grid .contact-card:nth-child(2), .contact .contact-card-grid .contact-card:nth-child(3) {
  width: 32.32%;
}
@media (max-width: 991px) {
  .contact .contact-card-grid .contact-card:nth-child(1), .contact .contact-card-grid .contact-card:nth-child(2), .contact .contact-card-grid .contact-card:nth-child(3) {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .contact .contact-card-grid .contact-card {
    width: 100%;
  }
}
.contact section.product-form-section-wrapper {
  padding-top: 8rem;
}
.contact section.product-form-section-wrapper .product-form-left {
  align-items: flex-start;
  padding: 7.5rem 5rem;
}
@media (max-width: 991px) {
  .contact section.product-form-section-wrapper .product-form-left {
    align-items: center;
    padding: 4rem 2rem;
  }
  .contact section.product-form-section-wrapper .product-form-left .product-form-left-content {
    padding-bottom: 5rem;
    text-align: center;
  }
  .contact section.product-form-section-wrapper .product-form-left .product-form-left-content .toptitle {
    display: block;
  }
}
.contact section.product-form-section-wrapper .product-form-left .product-form-title {
  max-width: 39rem;
}
.contact section.product-form-section-wrapper .product-form::before {
  background: radial-gradient(98.17% 121.99% at 42.76% 100%, rgba(71, 100, 213, 0.7) 12.14%, rgba(71, 100, 213, 0.07) 100%), #E7EBF2;
}
@media (max-width: 991px) {
  .contact section.product-form-section-wrapper .product-form::before {
    border-radius: 1.6rem;
  }
}

.trust-assurance .subpage-intro {
  padding-bottom: 0;
}
.trust-assurance .subpage__title {
  max-width: 50rem;
}
.trust-assurance .subpage-hero-left {
  padding-bottom: 5rem;
}
@media (max-width: 576px) {
  .trust-assurance .subpage-hero-left {
    padding-bottom: 1rem;
  }
}
.trust-assurance .subpage-hero-right {
  position: relative;
}
.trust-assurance .subpage-hero-right::after {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: linear-gradient(0deg, #fff 0%, rgba(249, 249, 249, 0) 100%) 0% 0% no-repeat padding-box;
  background: linear-gradient(182deg, rgba(246, 249, 252, 0) 78.03%, #F6F9FC 97.95%);
}
.trust-assurance .subpage-hero-right .subpage-hero-img {
  height: 56.2rem;
  object-position: bottom;
}
@media (max-width: 576px) {
  .trust-assurance .subpage-hero-right .subpage-hero-img {
    height: 37.5rem;
    height: auto;
  }
}
.trust-assurance .section.certificate-section-wrapper .certificate-card-grid {
  grid-column-gap: 1.9rem;
}
.trust-assurance .partner-img {
  margin-top: 1.5rem;
}
@media (max-width: 576px) {
  .trust-assurance .partner-img {
    margin-top: 3rem;
  }
}
.trust-assurance .subpage__text {
  margin-top: 1rem;
}

.api-documentation .subpage-intro {
  padding-bottom: 33rem;
}
@media (max-width: 991px) {
  .api-documentation .subpage-intro {
    padding-bottom: 14rem;
  }
}
@media (max-width: 576px) {
  .api-documentation .subpage-intro {
    padding-bottom: 11rem;
  }
}
.api-documentation .subpage__text {
  max-width: 60rem;
}
.api-documentation .sidebar {
  position: sticky;
  top: 1rem;
  max-height: 97vh;
  overflow-y: auto;
}
@media (max-width: 991px) {
  .api-documentation .sidebar {
    max-height: unset;
    overflow-y: hidden;
  }
}
.api-documentation .sidebar-item {
  position: relative;
}
.api-documentation .sidebar-item::before {
  content: "";
  height: 100%;
  width: 4px;
  position: absolute;
  left: 0.1rem;
  top: 0;
  opacity: 0;
  pointer-events: none;
  background: #4478FF;
}
.api-documentation .sidebar-item.page-active::before {
  opacity: 1;
}
.api-documentation .sidebar-item.page-active .sidebar-item__title {
  color: #4478FF;
}
.api-documentation .sidebar-item__title {
  color: #060b27;
}
.api-documentation .sidebar-item-link {
  font-size: 1.5rem;
}
.api-documentation .sidebar .input-wrapper {
  margin: 1.5rem;
  position: relative;
}
.api-documentation .sidebar .inputMain {
  background: #ffffff;
  box-shadow: 0px 8px 12px -12px #B1BCD1;
  height: 4.8rem;
}
.api-documentation .box {
  padding: 0;
  border: 1px solid #e3e5f1;
  overflow: hidden;
}
@media (max-width: 991px) {
  .api-documentation .box {
    width: 100vw;
    margin-left: calc(-1 * var(--container-pusher));
    border: 0;
    border-radius: 0;
  }
  .api-documentation .box .box-section {
    padding: 2rem var(--container-gutter);
  }
}
@media (max-width: 576px) {
  .api-documentation .box {
    margin-left: calc(-1 * var(--container-gutter));
  }
}
.api-documentation .open-sidebar-block {
  padding: 0 var(--container-gutter);
  width: 100vw;
  margin-left: calc(-1 * var(--container-pusher));
  height: 7.2rem;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #e3e5f1;
  border-top: 1px solid #e3e5f1;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.3) 25%, rgba(234, 240, 246, 0.3) 100%), #FFF;
  position: sticky;
  top: var(--header-height);
  z-index: 1;
}
@media (min-width: 992px) {
  .api-documentation .open-sidebar-block {
    display: none;
  }
}
@media (max-width: 576px) {
  .api-documentation .open-sidebar-block {
    margin-left: calc(-1 * var(--container-gutter));
  }
}
.api-documentation .open-sidebar-block .title {
  color: rgba(16, 24, 40, 0.3);
  font-size: 1.8rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 4.8rem;
  border-radius: 1rem;
  border: 1px solid #e3e5f1;
  background: linear-gradient(0deg, #FFF 0%, #FFF 100%), linear-gradient(0deg, #F9FAFB 0%, #F9FAFB 100%), #FFF;
  box-shadow: 0px 8px 12px -12px #B1BCD1;
  padding: 0 1.8rem;
  font-weight: 500;
  width: 100%;
}
@media (max-width: 576px) {
  .api-documentation .open-sidebar-block .title {
    font-size: 1.5rem;
  }
}
.api-documentation .open-sidebar-block .title-icon {
  font-size: 1.4rem;
}
.api-documentation .subpage-content {
  margin-top: -35rem;
}
@media (max-width: 991px) {
  .api-documentation .subpage-content {
    margin-top: -13rem;
  }
}
.api-documentation .subpage-content-row {
  gap: 0;
  justify-content: space-between;
}
.api-documentation .subpage-content-right {
  flex: 0 0 70.4%;
  max-width: 70.4%;
}
@media (max-width: 991px) {
  .api-documentation .subpage-content-right {
    flex: unset;
    max-width: unset;
  }
}
.api-documentation .content h1,
.api-documentation .content h2,
.api-documentation .content h3,
.api-documentation .content h4,
.api-documentation .content h5,
.api-documentation .content h6 {
  max-width: 53.6rem;
}
@media (max-width: 991px) {
  .api-documentation .content h1,
  .api-documentation .content h2,
  .api-documentation .content h3,
  .api-documentation .content h4,
  .api-documentation .content h5,
  .api-documentation .content h6 {
    max-width: 100%;
  }
}
/*# sourceMappingURL=style.css.map */