/* Solution Colors */
/* Colors */
/* Font Families*/
/* Box Shadows */
/* Transitions */
/* Letter Spacing*/
:root {
  --font-size-title--5xl: 6.4rem;
  --font-size-title--4xl: 4.8rem;
  --font-size-title--3xl: 4.2rem;
  --font-size-title--xxl: 4rem;
  --font-size-title--xl: 3.4rem;
  --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: #171a1f;
  --header-height: 9rem;
  --container-pusher: calc((100vw - var(--container-width)) / 2);
  --container-pusher-xsmall: calc((100vw - var(--container-width-xsmall)) / 2);
  --container-gutter: 18px;
  --container-width: 100rem;
  --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: 900px;
    --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: #171a1f;
  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(23, 26, 31, 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: "Space Grotesk";
  src: url("../fonts/SpaceGrotesk-Light.woff2") format("woff2"), url("../fonts/SpaceGrotesk-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Space Grotesk";
  src: url("../fonts/SpaceGrotesk-Regular.woff2") format("woff2"), url("../fonts/SpaceGrotesk-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Space Grotesk";
  src: url("../fonts/SpaceGrotesk-Medium.woff2") format("woff2"), url("../fonts/SpaceGrotesk-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Space Grotesk";
  src: url("../fonts/SpaceGrotesk-SemiBold.woff2") format("woff2"), url("../fonts/SpaceGrotesk-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Space Grotesk";
  src: url("../fonts/SpaceGrotesk-Bold.woff2") format("woff2"), url("../fonts/SpaceGrotesk-Bold.woff") format("woff");
  font-weight: 700;
  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(23, 26, 31, 0.4);
}
.swiper-nav-wrapper .nav-counter .seperator {
  margin-right: 0.5rem;
  color: rgba(23, 26, 31, 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(23, 26, 31, 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: "Space Grotesk", sans-serif;
  font-size: 1.6rem;
  background-color: #ffffff;
  transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
  color: #171a1f;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility !important;
}
body.w-brief-banner .header-wrapper {
  left: 0;
  transform: unset;
}
@media (max-width: 991px) {
  body.w-brief-banner .header-wrapper {
    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;
  }
}
body.w-brief-banner .subpage {
  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;
}
@media (max-width: 991px) {
  body.has-video-overlay-hero .header-wrapper {
    background: #ffffff !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--medium {
  max-width: 109.2rem;
}
@media (max-width: 991px) {
  .container--medium {
    max-width: var(--container-width);
  }
}
@media (max-width: 576px) {
  .container--medium {
    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: #171a1f;
}
.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: #171a1f;
  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: #171a1f;
  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(23, 26, 31, 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;
}

.fw-700 {
  font-weight: 700 !important;
  font-family: "Space Grotesk", 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: #143072;
}
span.colored-green {
  color: #59BF00;
}

span.colored-black {
  color: #171a1f;
}

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(127, 137, 149, 0.8);
}

span.colored-gray {
  color: #7f8995;
}

.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: #171a1f;
  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: "Space Grotesk", 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: #171a1f;
}
.title--navy-blue {
  color: #171a1f;
}
.title--light-black {
  color: rgba(23, 26, 31, 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: #143072;
}
.title--dark-blue {
  color: #4478FF;
}
.title--red {
  color: #e54545 !important;
}
.title--red-dark {
  color: #db5656 !important;
}
.title--gray {
  color: #7f8995 !important;
}
.title--gray-2 {
  color: #495460 !important;
}
.title--orange {
  color: #ff492c !important;
}
.title--purple {
  color: #392dca !important;
}
.title--light {
  color: rgba(23, 26, 31, 0.6) !important;
}
.title--x-light {
  color: rgba(23, 26, 31, 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;
  }
}
.animation-text .word {
  display: none;
}

.animation-text .word.active {
  display: inline !important;
}

.animation-text .word:first-child {
  display: inline;
}

.text {
  font-size: var(--font-size-text);
  line-height: 1.6em;
  font-weight: 400;
  color: #171a1f;
  letter-spacing: 0.16px;
}
.text strong {
  font-weight: 500;
  color: #171a1f;
}
.text--uppercase {
  text-transform: uppercase;
}
.text--underline {
  text-decoration: underline;
}
.text--line-through {
  text-decoration: line-through;
}
.text--black {
  color: #171a1f;
}
.text--black-2 {
  color: #101828;
}
.text--light-black {
  color: rgba(23, 26, 31, 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: #171a1f;
}
.text--x-light {
  color: rgba(23, 26, 31, 0.5);
}
.text--light {
  color: rgba(23, 26, 31, 0.6);
}
.text--medium-light {
  color: rgba(23, 26, 31, 0.7);
}
.text--light-black {
  color: rgba(23, 26, 31, 0.7);
}
.text--dark-light {
  color: rgba(23, 26, 31, 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: #E2E7EC;
}
.text--gray {
  color: #7f8995;
}
.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: #171a1f;
  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: #171a1f;
}
.toptitle--dark-red {
  color: #e54545;
}
.toptitle--gray {
  color: #171a1f;
}
.toptitle--light-gray {
  color: rgba(23, 26, 31, 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: 0.8rem;
  line-height: 1;
}
@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--transparent-black {
  background: transparent;
  color: #171a1f;
  border: 1px solid rgba(23, 26, 31, 0.2);
}
.btn--transparent-black:hover, .btn--transparent-black:focus, .btn--transparent-black: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: #171a1f;
  color: #fff;
  border: 1px solid #171a1f;
}
.btn--black:hover, .btn--black:focus, .btn--black:focus-visible {
  background: #344054;
  color: #fff;
}
.btn--blue {
  background: #143072;
  color: #fff;
  border: 1px solid #143072;
}
.btn--blue:hover, .btn--blue:focus, .btn--blue:focus-visible {
  background: #344054;
  color: #fff;
}
.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(23, 26, 31, 0.1);
  color: rgba(14, 22, 42, 0.2);
  border: none;
  pointer-events: none;
}

.store-btn {
  display: flex;
  align-items: center;
  gap: 2rem;
  color: #171a1f;
  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: "Space Grotesk", 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 {
  padding-top: 6rem;
}
@media (max-width: 991px) {
  .hero {
    flex-direction: column;
    padding-top: 1.5rem;
  }
}
.hero-top {
  display: flex;
  justify-content: space-between;
  padding-bottom: 2rem;
  margin-bottom: 2rem;
  position: relative;
}
.hero-top::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.5px;
  background: linear-gradient(to left, rgba(23, 26, 31, 0.05) 0%, rgba(23, 26, 31, 0) 100%);
}
@media (max-width: 991px) {
  .hero-top {
    flex-direction: column;
    align-items: center;
  }
}
.hero-top-left {
  flex: 0 0 49%;
  max-width: 49%;
  display: flex;
  flex-direction: column;
  gap: 3rem;
  padding: 0.5rem;
  border-radius: 1.6rem;
  height: max-content;
  box-shadow: rgba(0, 0, 0, 0.18) 0px 34px 80px 0px;
  border: 1.5px solid #fff;
}
@media (max-width: 991px) {
  .hero-top-left {
    padding-top: 0;
    margin-bottom: 4rem;
    flex: unset;
    max-width: max-content;
    align-items: center;
  }
}
.hero-top-left img {
  border-radius: 1.6rem;
  height: 35.8rem;
  width: auto;
  object-fit: cover;
}
@media (max-width: 576px) {
  .hero-top-left img {
    height: 20.8rem;
  }
}
@media (max-width: 576px) {
  .hero-top-left {
    gap: 2.8rem;
  }
}
.hero-top-right {
  flex: 0 0 48%;
  max-width: 48%;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  height: 66rem;
  overflow: hidden;
  position: relative;
  height: max-content;
  align-self: center;
}
@media (max-width: 991px) {
  .hero-top-right {
    flex: unset;
    max-width: unset;
    align-items: center;
    padding-top: 3rem;
    max-width: 55rem;
    align-items: center;
    text-align: center;
  }
}
.hero-top-right-buttons {
  display: flex;
  gap: 1.6rem;
}
.hero-bottom {
  display: flex;
  overflow: hidden;
}
@media (max-width: 991px) {
  .hero-bottom {
    flex-direction: column;
    align-items: center;
    gap: 4rem;
  }
}
.hero-bottom .brand-title {
  max-width: 27rem;
}
.hero-bottom .brands-slider {
  width: 80%;
  overflow: hidden;
  position: relative;
  mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 12.5%, rgb(0, 0, 0) 87.5%, rgba(0, 0, 0, 0) 100%);
}

.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: #171a1f;
}
.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;
}
@media (max-width: 991px) {
  .langs-menu__code {
    display: none;
  }
}
.langs-menu-icon {
  color: rgba(127, 137, 149, 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: #7f8995;
}
.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;
  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: #7f8995;
  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(127, 137, 149, 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: #171a1f;
}
@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: #143072;
}
.link--blue:hover {
  color: rgb(12.3880597015, 29.7313432836, 70.6119402985);
}
.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(23, 26, 31, 0.4);
}
.link--light-gray:hover {
  color: rgb(20.8277777778, 23.5444444444, 28.0722222222);
}
.link--gray {
  color: #171a1f;
}
.link--gray .link__icon {
  color: #171a1f;
}
.link--gray:hover {
  color: rgb(1.2777777778, 1.4444444444, 1.7222222222);
}
.link--gray:hover .link__icon {
  color: rgb(1.2777777778, 1.4444444444, 1.7222222222);
}
.link--medium-gray {
  color: rgba(23, 26, 31, 0.6);
}
.link--medium-gray .link__icon {
  color: rgba(23, 26, 31, 0.6);
}
.link--medium-gray:hover {
  color: #171a1f;
}
.link--medium-gray:hover .link__icon {
  color: #171a1f;
}
.link--dark-gray {
  color: rgba(23, 26, 31, 0.7);
}
.link--dark-gray .link__icon {
  color: rgba(23, 26, 31, 0.7);
}
.link--dark-gray:hover {
  color: #171a1f;
}
.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: #171a1f;
}
.link--black:hover {
  color: #e54545;
}
.link--light-black {
  color: rgba(23, 26, 31, 0.8);
}
.link--light-black:hover {
  color: #171a1f;
}
.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;
  flex-direction: column;
  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(23, 26, 31, 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.info-section-wrapper .section-head-text {
  max-width: 75rem;
}
.section.info-section-wrapper .healty-img {
  max-width: 94rem;
  width: 100%;
  object-fit: contain;
}
.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.product-strategy-section-wrapper {
  padding-left: var(--container-pusher);
}
@media (max-width: 576px) {
  .section.product-strategy-section-wrapper {
    padding-left: var(--container-gutter);
  }
}
@media (max-width: 991px) {
  .section.product-strategy-section-wrapper .section-content-left .sss-item-wrapper {
    padding-right: var(--container-gutter);
  }
}
.section.product-strategy-section-wrapper .product-strategy-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
  display: none;
}
.section.product-strategy-section-wrapper .product-strategy-img.active {
  display: block;
}
.section.product-strategy-section-wrapper .section-content {
  align-items: flex-start;
}
.section.product-strategy-section-wrapper .section-content-left {
  flex: 0 0 43%;
  max-width: 43%;
  gap: 2rem;
}
@media (max-width: 991px) {
  .section.product-strategy-section-wrapper .section-content-left .section-head-title,
  .section.product-strategy-section-wrapper .section-content-left .section-head-text {
    text-align: center;
  }
}
.section.product-strategy-section-wrapper .section-content-left .content {
  margin-top: 0;
}
.section.product-strategy-section-wrapper .section-content-right {
  flex: 0 0 50%;
  max-width: 50%;
  position: relative;
  height: 58rem;
}
@media (max-width: 991px) {
  .section.product-strategy-section-wrapper .section-content-right {
    flex: unset;
    max-width: unset;
    width: 100%;
    min-height: unset;
    height: unset;
  }
}
.section.counter-section-wrapper .section-head-text {
  max-width: 75rem;
}
.section.counter-section-wrapper .count-item-grid {
  grid-column-gap: 1.6rem;
  grid-row-gap: 1.6rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media (max-width: 991px) {
  .section.counter-section-wrapper .count-item-grid {
    gap: 1rem;
  }
}
.section.counter-section-wrapper .count-item-grid .count-item {
  width: 24%;
}
@media (max-width: 991px) {
  .section.counter-section-wrapper .count-item-grid .count-item {
    width: 49%;
  }
}
@media (max-width: 576px) {
  .section.counter-section-wrapper .count-item-grid .count-item {
    width: 48%;
  }
}
.section.pricing-section-wrapper .section-head {
  margin-bottom: 0;
}
.section.pricing-section-wrapper .price-card-slider .swiper-slide {
  height: max-content;
}
.section.pricing-section-wrapper .price-card-content {
  padding-bottom: 0.3rem;
}
@media (max-width: 576px) {
  .section.pricing-section-wrapper .price-card-content {
    padding-bottom: 0;
  }
}
.section.pricing-section-wrapper .include-bar {
  border-bottom: 0;
}
@media (max-width: 576px) {
  .section.pricing-section-wrapper .result {
    margin-top: 0;
  }
}

.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;
  }
}
.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;
  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;
  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(23, 26, 31, 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(23, 26, 31, 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: #171a1f;
}
.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: #171a1f;
  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: #171a1f;
  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;
  border-bottom: 2px solid transparent;
  line-height: 1.4em;
  z-index: 2;
  position: relative;
  width: max-content;
  color: rgba(23, 26, 31, 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: #171a1f;
}
.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: #171a1f;
  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(23, 26, 31, 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(23, 26, 31, 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(242, 245, 248, 0.6);
  height: 5.8rem;
  font-size: 1.55rem;
  letter-spacing: -0.31px;
  color: #171a1f;
}
@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: #f7f7f7;
  color: #171a1f !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: #171a1f;
  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: "Space Grotesk", sans-serif;
  box-shadow: 0px 8px 20px -12px rgba(177, 188, 209, 0.5);
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.index-content .tab .filtered-item {
  display: none;
}
.index-content .tab .filtered-item:first-child {
  display: flex;
}
.index-content .tab .filtered-item.active {
  display: flex;
}

.subpage.detail .tab .filtered-item {
  display: none !important;
}
.subpage.detail .tab .filtered-item:first-child {
  display: block;
}
.subpage.detail .tab .filtered-item.active {
  display: block !important;
}

.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(23, 26, 31, 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: #171a1f;
  font-size: 1.4rem;
  line-height: 1em;
  font-weight: 600;
  user-select: none;
  margin-bottom: 0;
}
.switch__text {
  margin-top: 1rem;
  color: rgba(23, 26, 31, 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: "Space Grotesk", 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: #171a1f;
}
.checkbox__input:not(:checked):hover ~ .tick-checkbox-content .tick-checkbox__title {
  color: rgba(23, 26, 31, 0.8);
}
.checkbox--radio .checkbox__input ~ span {
  background: transparent;
  position: relative;
  border: 1px solid #143072;
}
.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: #143072;
  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: "Space Grotesk", 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: #171a1f;
}
.select-outer select:disabled {
  opacity: 0.5;
}
.select-outer select:invalid {
  color: rgba(23, 26, 31, 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(23, 26, 31, 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(23, 26, 31, 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 #171a1f;
}
:not(.hs-form-box) .inputMain__title {
  color: #101828;
  letter-spacing: -0.14px;
  font-size: 1.4rem;
  font-weight: 600;
  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: #171a1f;
  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: #171a1f;
}
: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: #171a1f !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;
  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(23, 26, 31, 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 #171a1f;
}
.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;
  background: #171a1f;
  color: #ffffff;
  border: 1px solid #171a1f;
  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(23, 26, 31, 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 #171a1f;
}

.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(23, 26, 31, 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;
}
@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;
}
.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: #171a1f;
  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;
  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;
  color: inherit;
}
.content a:not(.btn) {
  color: #171a1f;
  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 img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.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: "Space Grotesk", 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: 2rem;
  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: #171a1f;
  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 ul li::before {
  background: transparent;
  border: 1px solid #101828;
}
.content ul li.has-h3::before {
  top: 50%;
  transform: translateY(-50%);
}
.content ol {
  margin-bottom: 2rem;
  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: #171a1f;
}
@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(23, 26, 31, 0.6);
}
.content table td[rowspan] {
  min-width: 16rem;
  text-align: center;
  color: #171a1f;
}
@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(23, 26, 31, 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: #171a1f;
}
.social-title--white {
  color: #ffffff;
}
.social__item {
  cursor: pointer;
  color: #171a1f;
  display: flex;
  border-radius: 50%;
  flex-shrink: 0;
  height: 4.8rem;
  width: 4.8rem;
  align-items: center;
  justify-content: center;
  transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
}
.social__item:hover {
  color: rgb(1.2777777778, 1.4444444444, 1.7222222222);
}
.social__item img {
  height: 3.2rem;
  width: 3.2rem;
  object-fit: contain;
}
@media (max-width: 576px) {
  .social__item img {
    width: 2.6rem;
    height: 2.6rem;
  }
}
.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;
}

.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;
}

.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: #171a1f;
  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: #171a1f;
  right: calc(var(--container-pusher) + 3rem);
  cursor: pointer;
}
.subscribe-content .hs-form-box form .hs-form-field .hs-error-msg {
  position: absolute;
}

.count-item {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media (max-width: 991px) {
  .count-item {
    gap: 0.8rem;
    align-items: flex-start;
  }
}
.count-item-img {
  height: 4.4rem;
  width: 4.4rem;
}
@media (max-width: 576px) {
  .count-item-img {
    height: 2.2rem;
    width: 2.2rem;
  }
}
.count-item-title {
  font-size: 3rem;
  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: #171a1f;
  background: unset;
  -webkit-background-clip: unset;
  -webkit-text-fill-color: unset;
  background-size: unset;
  letter-spacing: -0.6px;
  font-weight: 500;
  font-family: "Space Grotesk", 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: "Space Grotesk", 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: #171a1f;
}
@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: "Space Grotesk", 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: #171a1f;
  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;
}
.count-item--box {
  border: 1px solid #e3e5f1;
  border-radius: 2rem;
  padding: 3rem 2.4rem;
  align-items: center;
  text-align: center;
  gap: 2rem;
}
@media (max-width: 576px) {
  .count-item--box {
    padding: 2rem var(--container-gutter);
  }
}
.count-item--box .count-item-text {
  font-weight: 600;
  font-size: 2.2rem;
}
@media (max-width: 576px) {
  .count-item--box .count-item-text {
    font-size: 1.8rem;
  }
}
.count-item--box .count-item-description {
  margin-top: 1rem;
}
.count-item--box .count-item-title {
  font-weight: 600;
}
.count-item--horizontal {
  flex-direction: row;
  text-align: left;
}
@media (max-width: 576px) {
  .count-item--horizontal {
    flex-direction: column;
    text-align: center;
  }
}
.count-item--horizontal .count-item-title {
  color: #101828;
  font-size: 3.6rem;
}
@media (max-width: 576px) {
  .count-item--horizontal .count-item-title {
    font-size: 1.8rem;
  }
}
.count-item--horizontal .count-item-text {
  color: rgba(16, 24, 40, 0.5);
  font-weight: 500;
  font-family: "Space Grotesk", sans-serif;
}
@media (max-width: 576px) {
  .count-item--horizontal .count-item-text {
    font-size: 1.4rem;
  }
}

.blog-card {
  display: flex;
  flex-direction: column;
  background-color: #fff;
  padding: 1rem;
  border-radius: 1.6rem;
}
.blog-card-img {
  width: 100%;
  height: 100%;
}
.blog-card-img img {
  height: 21.3rem;
  width: 100%;
  object-fit: cover;
  border-radius: 1.2rem;
}
.blog-card-content {
  padding: 2.4rem 1rem;
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}
.blog-card-content p {
  font-size: 1.6rem;
}
.blog-card-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.4rem;
}
@media (max-width: 991px) {
  .blog-card-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .blog-card-grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
.blog-card.blog-card-row {
  flex-direction: row;
}
@media (max-width: 991px) {
  .blog-card.blog-card-row {
    flex-direction: column;
    align-items: center;
  }
}
.blog-card.blog-card-row .blog-card-img {
  width: auto;
}
@media (max-width: 991px) {
  .blog-card.blog-card-row .blog-card-img {
    width: 100%;
  }
}
.blog-card.blog-card-row .blog-card-img img {
  height: 34rem;
  width: auto;
}
@media (max-width: 991px) {
  .blog-card.blog-card-row .blog-card-img img {
    height: 21rem;
    width: 100%;
  }
}
@media (max-width: 576px) {
  .blog-card.blog-card-row .blog-card-img img {
    height: 18rem;
  }
}
.blog-card.blog-card-row .blog-card-content-title {
  font-size: 4.8rem;
  max-width: 48rem;
}
@media (max-width: 991px) {
  .blog-card.blog-card-row .blog-card-content-title {
    font-size: 2.4rem;
  }
}
.blog-card.blog-card-row .blog-card-content-subject {
  color: #7f8995;
}
.blog-card.blog-card-row .blog-card-content {
  padding: 5.4rem;
}
@media (max-width: 991px) {
  .blog-card.blog-card-row .blog-card-content {
    padding: 2rem;
  }
}

.brand-item {
  height: 4.5rem;
  object-fit: contain;
  width: auto;
}

.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: #171a1f;
  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: #171a1f;
  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(23, 26, 31, 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);
  min-height: var(--header-height);
  transition: 0.6s cubic-bezier(0.21, 1.09, 1, 0.99);
  margin: 0 auto;
  padding: 2rem var(--container-pusher);
  background-color: #F2F5F8;
  justify-content: space-between;
}
@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 {
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  z-index: 9999999;
  background: #ffffff;
}
@media (max-width: 991px) {
  .header-wrapper {
    top: 0;
    left: 0;
    transform: unset;
  }
}
.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: #143072;
  }
}
.header-menu-item__title {
  font-size: 1.6rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  height: 4.4rem;
  border-radius: 7rem;
  transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
  padding: 0 2.4rem;
  gap: 0.5rem;
  position: relative;
  font-weight: 600;
  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;
}
@media (min-width: 992px) {
  .header-menu-item:hover .header-menu-item__title {
    color: #143072;
  }
}
.header-right {
  display: flex;
  align-items: center;
  gap: 2rem;
  width: 100%;
  justify-content: flex-end;
  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;
  }
  .header-right-buttons .btn {
    display: none;
  }
}
@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: #171a1f;
    color: #ffffff;
  }
}
.header-right-buttons .btn {
  padding: 0 2rem !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(127, 137, 149, 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);
  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;
  color: #101828;
  margin-bottom: 1rem;
}
.header .mobile-menu-item-links {
  display: flex;
  flex-direction: column;
}
.header .mobile-menu-item__link {
  color: #171a1f;
  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);
  }
}

.footer {
  width: 100%;
  position: relative;
  padding-top: 6rem;
  background: #E2E7EC;
}
@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: center;
  gap: 5rem;
}
@media (max-width: 991px) {
  .footer-menu {
    margin-top: 0;
    padding-top: 2rem;
    padding-right: 0;
    gap: 2rem;
  }
}
@media (max-width: 576px) {
  .footer-menu {
    flex-direction: column;
    align-items: center;
  }
}
.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: #171a1f;
  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.6rem;
  font-weight: 500;
  color: #171a1f;
  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;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 3rem var(--container-pusher);
  position: relative;
  border-top: 0.5px solid rgba(23, 26, 31, 0.05);
  margin-top: 2rem;
}
@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: #101828;
  opacity: 1;
  cursor: pointer;
  transition: 0.2s ease;
  font-size: 1.5rem;
  text-align: left;
  font-weight: 500;
}
.see-all-btn:hover {
  filter: brightness(0.9);
}

.index-intro {
  background-color: #F2F5F8;
}
.index-content {
  background-color: #f7f7f7;
}
.index-content-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 8rem;
  gap: 5rem;
}

.about {
  overflow: hidden;
  padding: 5rem 0;
  background-color: #F2F5F8;
}
.about-intro {
  margin-bottom: 3rem;
}
.about-intro h1 {
  padding-bottom: 1rem;
}
.about-intro h3 {
  padding-bottom: 1rem;
}
.about .content {
  padding-bottom: 4rem;
}
.about-content-gallery {
  margin: 0 auto;
  column-count: 3;
  column-gap: 1.6rem;
}
@media (max-width: 991px) {
  .about-content-gallery {
    column-count: 2;
  }
}
@media (max-width: 576px) {
  .about-content-gallery {
    column-count: 1;
  }
}
.about-content-gallery img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: 0.6s cubic-bezier(0.21, 1.09, 1, 0.99);
  border-radius: 1.2rem;
}
.about-content-gallery img:hover {
  transform: scale(1.05);
}
.about-content-gallery .gallery-item {
  break-inside: avoid;
  margin-bottom: 1.6rem;
  border-radius: 1.6rem;
  overflow: hidden;
  display: block;
}
.about-content-gallery .gallery-item:first-child {
  height: 35rem;
}
.about-content-gallery .gallery-item:nth-child(2) {
  height: 23rem;
}
.about-content-gallery .gallery-item:nth-child(3) {
  height: 35rem;
}
.about-content-gallery .gallery-item:nth-child(4) {
  height: 23rem;
}
.about-content-gallery .gallery-item:nth-child(5) {
  height: 18rem;
}
.about-content-gallery .gallery-item:last-child {
  height: 40rem;
}

.blog {
  padding: 5rem 0;
  background-color: #F2F5F8;
}
.blog .section-head p {
  max-width: 50rem;
}
.blog-content {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}

.contact {
  padding: 6rem 0 4rem 0;
  background-color: #F2F5F8;
}
@media (max-width: 576px) {
  .contact {
    padding: 2rem 1.5rem 3rem 1.5rem;
  }
}
.contact-hero {
  text-align: center;
  margin-bottom: 6rem;
}
@media (max-width: 576px) {
  .contact-hero {
    margin-bottom: 3rem;
  }
}
.contact-hero h1 {
  margin-bottom: 4rem;
  font-weight: 700;
}
@media (max-width: 576px) {
  .contact-hero h1 {
    margin-bottom: 2rem;
    font-size: 3rem;
  }
}
.contact-info {
  display: flex;
  justify-content: center;
  gap: 6rem;
  margin-bottom: 6rem;
}
@media (max-width: 576px) {
  .contact-info {
    flex-direction: column;
    gap: 1.5rem;
    margin-bottom: 3rem;
    align-items: center;
  }
}
.contact-info-item {
  display: flex;
  align-items: center;
  gap: 1.2rem;
}
@media (max-width: 576px) {
  .contact-info-item {
    justify-content: center;
    text-align: center;
  }
}
.contact-icon {
  width: 2rem;
  height: 2rem;
  color: #143072;
  flex-shrink: 0;
}
.contact-link {
  color: #171a1f;
  text-decoration: none;
  font-size: 1.6rem;
  font-weight: 500;
  transition: color 0.3s ease;
}
.contact-link:hover {
  color: #143072;
}
.contact-form-wrapper {
  display: flex;
  justify-content: center;
}
.contact-form-container {
  background: white;
  border-radius: 1.6rem;
  padding: 4rem;
  box-shadow: 0 0.4rem 2rem rgba(0, 0, 0, 0.08);
  width: 100%;
  max-width: 60rem;
}
@media (max-width: 576px) {
  .contact-form-container {
    padding: 2rem 1.5rem;
    border-radius: 1.2rem;
    margin: 0 1rem;
    box-shadow: 0 0.2rem 1rem rgba(0, 0, 0, 0.05);
  }
}
.contact-form-header {
  text-align: left;
  margin-bottom: 3rem;
}
@media (max-width: 576px) {
  .contact-form-header {
    margin-bottom: 2rem;
  }
}
.contact-form-header h3 {
  margin-bottom: 1.2rem;
  font-weight: 600;
}
@media (max-width: 576px) {
  .contact-form-header h3 {
    font-size: 2rem;
    margin-bottom: 1rem;
  }
}
.contact-form-header .text {
  max-width: 41rem;
}
.contact-form-header p {
  color: #7f8995;
  line-height: 1.6;
}
@media (max-width: 576px) {
  .contact-form-header p {
    font-size: 1.4rem;
  }
}
.contact-form .form-row {
  display: flex;
  gap: 2rem;
  margin-bottom: 2rem;
}
@media (max-width: 576px) {
  .contact-form .form-row {
    flex-direction: column;
    gap: 1.5rem;
    margin-bottom: 1.5rem;
  }
}
.contact-form .form-group {
  margin-bottom: 2rem;
}
@media (max-width: 576px) {
  .contact-form .form-group {
    margin-bottom: 1.5rem;
  }
}
.contact-form .form-group--half {
  flex: 1;
}
.contact-form .form-group:last-child {
  margin-bottom: 0;
}
.contact-form .form-input,
.contact-form .form-textarea {
  width: 100%;
  padding: 1.6rem 2rem;
  border: 0.2rem solid #e9ecef;
  border-radius: 0.8rem;
  font-size: 1.6rem;
  font-family: inherit;
  background-color: #f8f9fa;
  transition: all 0.3s ease;
}
@media (max-width: 576px) {
  .contact-form .form-input,
  .contact-form .form-textarea {
    padding: 1.2rem 1.5rem;
    font-size: 1.4rem;
    border-radius: 0.6rem;
  }
}
.contact-form .form-input::placeholder,
.contact-form .form-textarea::placeholder {
  color: #6c757d;
}
.contact-form .form-input:focus,
.contact-form .form-textarea:focus {
  outline: none;
  border-color: #143072;
  background-color: white;
  box-shadow: 0 0 0 0.3rem rgba(52, 144, 220, 0.1);
}
.contact-form .form-input:hover,
.contact-form .form-textarea:hover {
  border-color: #dee2e6;
}
.contact-form .form-textarea {
  resize: vertical;
  min-height: 12rem;
  line-height: 1.6;
}
@media (max-width: 576px) {
  .contact-form .form-textarea {
    min-height: 10rem;
  }
}
.contact-form .btn--full {
  width: 100%;
  justify-content: center;
  margin-top: 1rem;
}
@media (max-width: 576px) {
  .contact-form .btn--full {
    padding: 1.2rem 2rem;
    font-size: 1.4rem;
    border-radius: 0.8rem;
  }
}
/*# sourceMappingURL=style.css.map */