.btn-arrow {
  color: #1418DD;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
  padding: 0 20px;
  position: relative;
  transition: all 1s ease;
}
@media (min-width: 1200px) {
  .btn-arrow {
    font-size: calc(16 / 1920 * (100vw - 98px));
    padding-left: calc(20 / 1920 * (100vw - 98px));
    padding-right: calc(20 / 1920 * (100vw - 98px));
  }
}
.btn-arrow:hover {
  color: #1418DD;
  padding: 0 40px 0 20px;
}
@media (min-width: 1200px) {
  .btn-arrow:hover {
    padding-right: calc(40 / 1920 * (100vw - 98px));
    padding-left: calc(20 / 1920 * (100vw - 98px));
  }
}
.btn-arrow::after {
  background: url('data:image/svg+xml,<svg width="15" height="13" viewBox="0 0 15 13" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M7.85206 12.545L6.69058 11.3835L11.0292 7.04489L-3.62017e-06 7.04074L0.0269272 5.37172L11.1749 5.37587L6.87771 1.07867L7.95633 6.02894e-05L14.1767 6.22039L7.85206 12.545Z" fill="%231418DD"/></svg>') no-repeat;
  content: '';
  height: 14px;
  position: absolute;
  right: -3px;
  top: calc(50% - 7px);
  width: 15px;
}
@media (min-width: 1200px) {
  .btn-arrow::after {
    top: calc(50% - (7 / 1920) * (100vw - 98px));
    background-size: calc(14 / 1920 * (100vw - 98px));
    height: calc(14 / 1920 * (100vw - 98px));
    right: calc(-3 / 1920 * (100vw - 98px));
    width: calc(15 / 1920 * (100vw - 98px));
  }
}
.btn-an-primary,
.btn-an-transparent,
.btn-an-aqua,
.btn-an-white {
  align-items: center;
  background: #1418DD;
  border: 1px solid #1418DD;
  border-radius: 28px;
  color: #fff;
  font-family: "Roboto Mono", monospace;
  font-size: 18px;
  font-weight: 700;
  display: inline-flex;
  line-height: 1.2;
  justify-content: center;
  letter-spacing: 0.5px;
  padding: 16px 55px 16px 26px;
  position: relative;
  text-decoration: none !important;
  overflow: hidden;
  text-transform: uppercase;
  transition: all 0.35s ease;
}
@media (min-width: 1200px) {
  .btn-an-primary,
  .btn-an-transparent,
  .btn-an-aqua,
  .btn-an-white {
    border-radius: calc(28 / 1920 * (100vw - 98px));
    font-size: calc(18 / 1920 * (100vw - 98px));
    padding-left: calc(26 / 1920 * (100vw - 98px));
    padding-right: calc(55 / 1920 * (100vw - 98px));
    padding-top: calc(16 / 1920 * (100vw - 98px));
    padding-bottom: calc(16 / 1920 * (100vw - 98px));
  }
}
.btn-an-primary::after,
.btn-an-transparent::after,
.btn-an-aqua::after,
.btn-an-white::after {
  background: #fff;
  border-radius: 50%;
  content: '';
  height: 8px;
  position: absolute;
  right: 25px;
  top: 24px;
  transition: all 0.5s ease;
  width: 8px;
}
@media (min-width: 1200px) {
  .btn-an-primary::after,
  .btn-an-transparent::after,
  .btn-an-aqua::after,
  .btn-an-white::after {
    height: calc(8 / 1920 * (100vw - 98px));
    right: calc(25 / 1920 * (100vw - 98px));
    top: calc(24 / 1920 * (100vw - 98px));
    width: calc(8 / 1920 * (100vw - 98px));
  }
}
.btn-an-primary:hover,
.btn-an-transparent:hover,
.btn-an-aqua:hover,
.btn-an-white:hover {
  color: #1418DD;
  padding: 16px 41px 16px 40px;
  text-decoration: none;
}
@media (min-width: 1200px) {
  .btn-an-primary:hover,
  .btn-an-transparent:hover,
  .btn-an-aqua:hover,
  .btn-an-white:hover {
    padding-left: calc(40 / 1920 * (100vw - 98px));
    padding-right: calc(41 / 1920 * (100vw - 98px));
    padding-top: calc(16 / 1920 * (100vw - 98px));
    padding-bottom: calc(16 / 1920 * (100vw - 98px));
  }
}
.btn-an-primary:hover::after,
.btn-an-transparent:hover::after,
.btn-an-aqua:hover::after,
.btn-an-white:hover::after {
  transform: scale(50);
}
.btn-an-primary span,
.btn-an-transparent span,
.btn-an-aqua span,
.btn-an-white span {
  position: relative;
  z-index: 2;
}
.btn-an-white {
  background: #fff;
  border: none;
  color: #000;
  padding: 16px 26px;
}
@media (min-width: 1200px) {
  .btn-an-white {
    padding-left: calc(26 / 1920 * (100vw - 98px));
    padding-right: calc(26 / 1920 * (100vw - 98px));
    padding-top: calc(16 / 1920 * (100vw - 98px));
    padding-bottom: calc(16 / 1920 * (100vw - 98px));
  }
}
.btn-an-white::after {
  background: #000;
  right: calc(50% - 4px);
  opacity: 0;
  transition-duration: 0.5s;
}
.btn-an-white:hover {
  color: #fff;
  padding: 16px 26px;
}
@media (min-width: 1200px) {
  .btn-an-white:hover {
    padding-left: calc(26 / 1920 * (100vw - 98px));
    padding-right: calc(26 / 1920 * (100vw - 98px));
    padding-top: calc(16 / 1920 * (100vw - 98px));
    padding-bottom: calc(16 / 1920 * (100vw - 98px));
  }
}
.btn-an-white:hover::after {
  opacity: 1;
  transform: scale(25);
}
.btn-an-white span {
  position: relative;
  z-index: 2;
}
.btn-an-transparent {
  background: transparent;
  color: #1418DD;
}
.btn-an-transparent::after {
  background: #1418DD;
}
.btn-an-transparent:hover {
  color: #fff;
}
.btn-an-transparent:hover::after {
  transform: scale(70);
}
.btn-an-aqua {
  background: #2FCBDF;
}
.btn-an-aqua:hover span {
  color: #2FCBDF;
}
.btn-an-aqua span {
  color: #fff;
}
html {
  scroll-behavior: smooth;
}
body.page-template-template-constructor,
body.page-template-cases,
body.page-template-career,
body.single-case,
body.single-post,
body.archive,
body.page-template-category,
body.post-type-archive-case,
body.single-awsm_job_openings {
  background: #fff;
  color: #000;
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
  padding: 0;
}
@media (min-width: 991px) {
  body.page-template-template-constructor,
  body.page-template-cases,
  body.page-template-career,
  body.single-case,
  body.single-post,
  body.archive,
  body.page-template-category,
  body.post-type-archive-case,
  body.single-awsm_job_openings {
    font-size: 20px;
  }
}
@media (min-width: 1200px) {
  body.page-template-template-constructor,
  body.page-template-cases,
  body.page-template-career,
  body.single-case,
  body.single-post,
  body.archive,
  body.page-template-category,
  body.post-type-archive-case,
  body.single-awsm_job_openings {
    font-size: calc(20 / 1920 * (100vw - 98px));
  }
}
body.page-template-template-constructor .container,
body.page-template-cases .container,
body.page-template-career .container,
body.single-case .container,
body.single-post .container,
body.archive .container,
body.page-template-category .container,
body.post-type-archive-case .container,
body.single-awsm_job_openings .container {
  max-width: 1670px;
}
@media (min-width: 1200px) {
  body.page-template-template-constructor .container,
  body.page-template-cases .container,
  body.page-template-career .container,
  body.single-case .container,
  body.single-post .container,
  body.archive .container,
  body.page-template-category .container,
  body.post-type-archive-case .container,
  body.single-awsm_job_openings .container {
    max-width: calc(1670 / 1920 * (100vw - 98px));
  }
}
@media (min-width: 991px) {
  body.page-template-template-constructor .container-double,
  body.page-template-cases .container-double,
  body.page-template-career .container-double,
  body.single-case .container-double,
  body.single-post .container-double,
  body.archive .container-double,
  body.page-template-category .container-double,
  body.post-type-archive-case .container-double,
  body.single-awsm_job_openings .container-double {
    display: flex;
    gap: 80px;
  }
}
body.page-template-template-constructor p,
body.page-template-cases p,
body.page-template-career p,
body.single-case p,
body.single-post p,
body.archive p,
body.page-template-category p,
body.post-type-archive-case p,
body.single-awsm_job_openings p {
  line-height: 1.4;
  margin-bottom: 28px;
}
body.page-template-template-constructor p:last-child,
body.page-template-cases p:last-child,
body.page-template-career p:last-child,
body.single-case p:last-child,
body.single-post p:last-child,
body.archive p:last-child,
body.page-template-category p:last-child,
body.post-type-archive-case p:last-child,
body.single-awsm_job_openings p:last-child {
  margin-bottom: 0;
}
.section {
  padding: 30px 0;
}
@media (min-width: 768px) {
  .section {
    padding: 60px 0;
  }
}
@media (min-width: 991px) {
  .section {
    padding: 90px 0;
  }
}
@media (min-width: 1200px) {
  .section {
    padding-bottom: calc(120 / 1920 * (100vw - 98px));
    padding-top: calc(120 / 1920 * (100vw - 98px));
  }
}
.section-number {
  color: #bbb;
  font-family: "Roboto Mono", monospace;
  font-size: 16px;
  padding: 0 0 16px;
}
@media (min-width: 768px) {
  .section-number {
    font-size: 24px;
    padding: 0 0 24px;
  }
}
@media (min-width: 1200px) {
  .section-number {
    font-size: calc(24 / 1920 * (100vw - 98px));
  }
}
.section-description {
  text-align: center;
  padding: 0 0 40px;
}
@media (min-width: 768px) {
  .section-description {
    padding: 0 0 80px;
  }
}
@media (min-width: 1200px) {
  .section-description {
    padding-bottom: calc(80 / 1920 * (100vw - 98px));
  }
}
.section-description h2 {
  font-family: "Roboto Mono", monospace;
  font-weight: 500;
  font-size: 32px;
  line-height: 1.2;
  margin: 0 0 24px;
}
@media (min-width: 768px) {
  .section-description h2 {
    font-size: 48px;
  }
}
@media (min-width: 1200px) {
  .section-description h2 {
    font-size: calc(60 / 1920 * (100vw - 98px));
    margin-bottom: calc(24 / 1920 * (100vw - 98px));
  }
}
.section-description h2:last-child {
  margin: 0;
}
.section-description p {
  font-size: 20px;
  margin: 0 auto;
  max-width: 690px;
}
@media (min-width: 768px) {
  .section-description p {
    font-size: 24px;
  }
}
@media (min-width: 1200px) {
  .section-description p {
    font-size: calc(24 / 1920 * (100vw - 98px));
    max-width: calc(690 / 1920 * (100vw - 98px));
  }
}
.section-description p:last-child {
  margin-bottom: 0;
}
.header-nx {
  border-bottom: 1px solid #000;
  padding: 21px 0;
  position: relative;
  z-index: 12;
}
@media (min-width: 1200px) {
  .header-nx {
    padding-top: calc(21 / 1920 * (100vw - 98px));
  }
  .header-nx:has(+ .hero) {
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
  }
}
.header-nx .container {
  align-items: center;
  display: flex;
  gap: 12px;
  justify-content: space-between;
}
@media (min-width: 768px) {
  .header-nx .container {
    gap: 24px;
  }
}
.header-nx .logo {
  position: relative;
  z-index: 12;
}
.header-nx .logo img {
  display: block;
  height: auto;
  max-width: 120px;
}
@media (min-width: 768px) {
  .header-nx .logo img {
    max-width: 140px;
  }
}
@media (min-width: 1200px) {
  .header-nx .logo img {
    max-width: calc(180 / 1920 * (100vw - 98px));
  }
}
.header-nx-nav {
  background: #fff;
  inset: 100% 0 auto 0;
  padding: 15px;
  opacity: 0;
  position: absolute;
  visibility: hidden;
  z-index: 10;
}
.header-nx-nav.current {
  opacity: 1;
  visibility: visible;
}
@media (min-width: 1200px) {
  .header-nx-nav {
    padding: 0;
    opacity: 1;
    position: static;
    visibility: visible;
  }
}
.header-nx-nav-btn {
  align-items: center;
  display: flex;
  height: 24px;
  position: relative;
  width: 32px;
}
@media (min-width: 1200px) {
  .header-nx-nav-btn {
    display: none;
  }
}
.header-nx-nav-btn span,
.header-nx-nav-btn::before,
.header-nx-nav-btn::after {
  background: #1418DD;
  border-radius: 2px;
  display: flex;
  height: 3px;
  transition: all 0.25s ease;
  width: 100%;
}
.header-nx-nav-btn::after,
.header-nx-nav-btn::before {
  content: '';
  top: 0;
  position: absolute;
}
.header-nx-nav-btn::after {
  bottom: 0;
  top: auto;
}
.header-nx-nav-btn.current span {
  opacity: 0;
}
.header-nx-nav-btn.current::before {
  transform: rotate(45deg);
  top: 11px;
}
.header-nx-nav-btn.current::after {
  bottom: 10px;
  transform: rotate(-45deg);
}
.header-nx-nav a {
  color: #000;
}
.header-nx-nav a:hover {
  color: #1418DD;
}
.header-nx ul {
  display: flex;
  gap: 10px;
  flex-direction: column;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (min-width: 1200px) {
  .header-nx ul {
    flex-direction: row;
  }
}
.header-nx ul.current {
  display: block;
}
.header-nx ul > li > .sub-menu {
  display: none;
}
@media (min-width: 1200px) {
  .header-nx ul > li > .sub-menu {
    grid-template-columns: repeat(4, 1fr);
    display: none;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .header-nx ul > li > .sub-menu::before {
    background: #fff;
    border-radius: 0 0 32px 32px;
    bottom: -78px;
    content: '';
    left: calc(50% - 50vw);
    position: absolute;
    top: -56px;
    width: 100vw;
  }
  .header-nx ul > li > .sub-menu::after {
    border-top: 1px solid #000;
    content: '';
    left: calc(50% - 50vw);
    position: absolute;
    top: 0;
    width: 100vw;
  }
  .header-nx ul > li > .sub-menu > li {
    position: relative;
    width: 100%;
    z-index: 2;
  }
  .header-nx ul > li > .sub-menu > li > a {
    font-weight: 700;
    font-size: 28px;
    line-height: 1.2;
    letter-spacing: 0;
  }
  .header-nx ul > li > .sub-menu > li.columns-menu li {
    width: calc(50% - 8px);
  }
  .header-nx ul > li > .sub-menu > li li {
    max-width: initial;
  }
  .header-nx ul > li > .sub-menu > li li a {
    font-weight: 300;
    font-size: 20px;
    line-height: 1.4;
  }
  .header-nx ul > li > .sub-menu .sub-menu {
    display: flex;
    flex-direction: row;
    gap: 16px;
    padding: 32px 0 0;
    position: static;
  }
  .header-nx ul > li > .sub-menu .sub-menu::after,
  .header-nx ul > li > .sub-menu .sub-menu::before {
    display: none;
  }
}
.header-nx ul a {
  position: relative;
  z-index: 2;
}
.header-nx ul ul {
  background: #fff;
  border-radius: 0 0 32px 32px;
  max-width: 1670px;
  padding: 15px 0 15px 15px;
  width: 100%;
}
@media (min-width: 1200px) {
  .header-nx ul ul {
    flex-direction: row;
    left: 0;
    padding: 15px;
    position: absolute;
    right: 0;
    top: 100%;
  }
}
@media (min-width: 1670px) {
  .header-nx ul ul {
    left: calc(50% - 835px);
    white-space: nowrap;
  }
}
.header-nx ul li.menu-item-has-children a {
  display: block;
  margin: 0;
}
.header-nx ul li.menu-item-has-children a::before {
  top: 15px;
}
@media (min-width: 1200px) {
  .header-nx ul li.menu-item-has-children a::before {
    top: 50%;
  }
}
.header-nx ul li.menu-item-has-children a.current::before {
  transform: rotate(180deg);
}
.header-nx ul li:hover > ul {
  display: grid;
}
.header-nx ul li li {
  padding: 5px 0;
}
@media (min-width: 1200px) {
  .header-nx ul {
    gap: calc(40 / 1920 * (100vw - 98px));
  }
}
.header-nx .btn-an-primary {
  margin-left: auto;
  position: relative;
  z-index: 12;
}
@media (min-width: 1200px) {
  .header-nx .btn-an-primary {
    margin-left: 0;
  }
}
.scene {
  inset: auto 0 0 0;
  position: absolute;
  width: 100%;
  height: 100%;
  perspective: 80px;
  overflow: hidden;
  transition: perspective 3s ease;
}
.scene.pause {
  perspective: 50px;
}
.grid {
  position: absolute;
  width: 300%;
  height: 250px;
  left: 0;
  bottom: 0;
  transform: rotateX(60deg);
  transform-origin: bottom center;
  background-image: linear-gradient(#2fcbdf 0.6px, transparent 0.6px), linear-gradient(90deg, #2fcbdf 1px, transparent 1px);
  background-size: 160px 20px;
  scale: 2.5;
}
@media (min-width: 1200px) {
  .grid {
    height: calc(250 / 1920 * (100vw - 98px));
  }
}
.wrapper-nx {
  overflow: hidden;
}
.hero {
  background: linear-gradient(31.43deg, rgba(41, 41, 217, 0.25) 18%, rgba(255, 255, 255, 0.165) 54.05%), #FFFFFF;
  padding-top: calc(66 / 1920 * (100vw - 98px));
  padding-bottom: calc(71 / 1920 * (100vw - 98px));
  position: relative;
  text-align: center;
  overflow: hidden;
}
@media (min-width: 991px) {
  .hero {
    height: 100vh;
  }
}
@media (min-width: 1200px) {
  .hero {
    min-height: calc(880 / 1920 * (100vw - 98px));
    padding-top: calc(130 / 1920 * (100vw - 98px));
    padding-bottom: calc(120 / 1920 * (100vw - 98px));
  }
}
.hero.animate .hero-scroll {
  top: -80px;
}
@media (min-width: 1200px) {
  .hero.animate .hero-scroll {
    top: calc(-80 / 1920 * (100vw - 98px));
  }
}
.hero .container {
  position: relative;
  z-index: 9;
}
.hero-title {
  position: relative;
}
@media (min-width: 991px) {
  .hero-title {
    padding: 0 55px;
  }
}
@media (min-width: 1200px) {
  .hero-title {
    padding-left: calc(55 / 1920 * (100vw - 98px));
    padding-right: calc(55 / 1920 * (100vw - 98px));
  }
}
.hero-title::before,
.hero-title::after {
  background: url('data:image/svg+xml,<svg width="45" height="126" viewBox="0 0 45 126" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M18.626 51.858C17.018 48.374 16.214 43.416 16.214 36.716V29.48C16.214 23.718 15.544 19.296 14.204 16.348C11.792 11.122 6.96804 8.04001 3.53679e-05 7.504V4.76837e-06C11.122 0.938001 18.894 4.422 22.78 10.452C25.46 14.338 26.8 20.234 26.8 28.006V38.726C26.8 43.684 27.47 47.436 28.944 50.116C31.624 55.074 36.85 57.888 44.622 58.692V66.196C36.984 67 31.758 69.948 28.944 75.04C27.47 77.854 26.8 81.606 26.8 86.296V99.696C26.8 108.54 24.254 114.704 19.162 118.456C14.07 122.074 7.63804 124.352 3.53679e-05 125.156V117.518C4.55604 116.982 8.44204 114.972 11.524 111.89C14.606 108.808 16.214 104.252 16.214 98.088V88.306C16.214 82.008 17.018 77.05 18.626 73.432C21.574 66.866 27.336 63.248 35.644 62.444C27.202 61.64 21.574 58.156 18.626 51.858Z" fill="%231418DD"/></svg>') no-repeat center;
  background-size: contain;
  content: '';
  right: 0;
  position: absolute;
  width: 25px;
  bottom: 0;
  top: 0;
}
@media (min-width: 991px) {
  .hero-title::before,
  .hero-title::after {
    width: 45px;
  }
}
@media (min-width: 1200px) {
  .hero-title::before,
  .hero-title::after {
    width: calc(45 / 1920 * (100vw - 98px));
  }
}
.hero-title::before {
  left: 0;
  right: auto;
  transform: scale(-1);
}
.hero-title h1 {
  font-family: "Roboto Mono", monospace;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.2;
  margin: 0 50px 16px;
}
@media (min-width: 768px) {
  .hero-title h1 {
    font-size: 32px;
    margin: 0 0 16px;
  }
}
@media (min-width: 1200px) {
  .hero-title h1 {
    font-size: calc(42 / 1920 * (100vw - 98px));
  }
}
@media (min-width: 1400px) {
  .hero-title h1 {
    font-size: calc(70 / 1920 * (100vw - 98px));
  }
}
.hero-title h1 span {
  display: block;
}
.hero-title h1 .hero-title-animated {
  color: #1418DD;
  display: block;
  font-weight: 300;
}
.hero-title h1 .hero-title-slide:not(:first-child) {
  display: none;
}
.hero-description {
  font-family: "Manrope", sans-serif;
  font-size: 20px;
  margin: 0 auto;
  max-width: 974px;
}
@media (min-width: 1200px) {
  .hero-description {
    font-size: calc(32 / 1920 * (100vw - 98px));
    max-width: calc(974 / 1920 * (100vw - 98px));
  }
}
.hero-scroll {
  align-items: center;
  background: url(../images/constructor-newxel/hero-scroll-btn.png) no-repeat center;
  background-size: 124px 124px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  height: 124px;
  margin: 89px auto;
  position: relative;
  top: -200px;
  transition: all 1.75s ease-in-out;
  width: 124px;
}
@media (min-width: 1200px) {
  .hero-scroll {
    background-size: calc(124 / 1920 * (100vw - 98px)) calc(124 / 1920 * (100vw - 98px));
    height: calc(124 / 1920 * (100vw - 98px));
    margin-top: calc(89 / 1920 * (100vw - 98px));
    margin-bottom: calc(89 / 1920 * (100vw - 98px));
    top: calc(-200 / 1920 * (100vw - 98px));
    width: calc(124 / 1920 * (100vw - 98px));
  }
}
.hero-scroll span {
  background: url(../images/constructor-newxel/hero-scroll-btn-icon.png) no-repeat center;
  background-size: 100px 100px;
  display: block;
  height: 100px;
  width: 100px;
}
@media (min-width: 1200px) {
  .hero-scroll span {
    background-size: calc(100 / 1920 * (100vw - 98px)) calc(100 / 1920 * (100vw - 98px));
    height: calc(100 / 1920 * (100vw - 98px));
    width: calc(100 / 1920 * (100vw - 98px));
  }
}
@media (min-width: 1200px) {
  .hero .logos-loop {
    bottom: calc(70 / 1920 * (100vw - 98px));
    position: absolute;
  }
}
.hero-inner {
  background: linear-gradient(31.43deg, rgba(41, 41, 217, 0.25) 18%, rgba(255, 255, 255, 0.165) 54.05%), #FFFFFF;
  border-radius: 0 0 calc(32 / 1920 * (100vw - 98px)) calc(32 / 1920 * (100vw - 98px));
  position: relative;
  overflow: hidden;
}
@media (min-width: 1200px) {
  .hero-inner {
    height: calc(886 / 1920 * (100vw - 98px));
  }
}
@media (min-width: 1200px) {
  .hero-inner.section:not(.hero-inner-images) {
    padding-top: calc(120 / 1920 * (100vw - 98px));
    padding-bottom: calc(120 / 1920 * (100vw - 98px));
  }
}
.hero-inner .container {
  height: 100%;
  min-height: 100%;
  position: relative;
}
.hero-inner:not(:has(.logos-loop)) .hero-inner-description {
  margin-bottom: 0;
}
.hero-inner:not(:has(.logos-loop)) .hero-inner-wrapper {
  height: auto;
}
@media (min-width: 1200px) {
  .hero-inner:not(:has(.logos-loop)).hero-inner-images {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-top: calc(120 / 1920 * (100vw - 98px));
    padding-bottom: calc(120 / 1920 * (100vw - 98px));
  }
}
.hero-inner:not(:has(.logos-loop)) .container {
  height: auto;
  min-height: initial;
}
.hero-inner-images {
  align-items: flex-start;
  padding-bottom: 0;
  position: relative;
  padding-top: 60px;
}
@media (min-width: 1200px) {
  .hero-inner-images {
    padding-top: calc(120 / 1920 * (100vw - 98px));
    padding-bottom: calc(250 / 1920 * (100vw - 98px));
  }
}
.hero-inner-images .logos-loop {
  bottom: 40px;
  left: 0;
  position: absolute;
  right: 0;
}
@media (min-width: 1200px) {
  .hero-inner-images .logos-loop {
    bottom: calc(80 / 1920 * (100vw - 98px));
  }
}
@media (min-width: 1200px) {
  .hero-inner-images .logos-loop .logos-loop-item {
    border-radius: calc(32 / 1920 * (100vw - 98px));
    gap: calc(38 / 1920 * (100vw - 98px));
    padding: calc(24 / 1920 * (100vw - 98px));
  }
  .hero-inner-images .logos-loop .logos-loop-item::before {
    top: calc(24 / 1920 * (100vw - 98px));
    bottom: calc(24 / 1920 * (100vw - 98px));
    left: calc(189 / 1920 * (100vw - 98px));
  }
}
@media (min-width: 1200px) {
  .hero-inner-images .logos-loop .logos-loop-img {
    width: calc(146 / 1920 * (100vw - 98px));
  }
  .hero-inner-images .logos-loop .logos-loop-img img {
    max-width: calc(146 / 1920 * (100vw - 98px));
    max-height: calc(36 / 1920 * (100vw - 98px));
  }
}
@media (min-width: 1200px) {
  .hero-inner-images .logos-loop .logos-loop-description {
    line-height: calc(15 / 1920 * (100vw - 98px));
    width: calc(187 / 1920 * (100vw - 98px));
  }
}
@media (min-width: 1200px) {
  .hero-inner-images .logos-loop .logos-loop-description h3 {
    font-size: calc(12 / 1920 * (100vw - 98px));
    margin-bottom: calc(8 / 1920 * (100vw - 98px));
  }
}
@media (min-width: 1200px) {
  .hero-inner-images .logos-loop .logos-loop-description p {
    font-size: calc(12 / 1920 * (100vw - 98px));
  }
}
.hero-inner-images .hero-inner-content {
  flex: 0 1 60%;
}
.hero-inner-images .hero-inner-images-single img {
  height: 100%;
  max-height: initial;
}
.hero-inner-images .hero-inner-image img {
  border-radius: 32px;
  height: 40%;
  margin-top: 24px;
  object-fit: cover;
  width: 100%;
}
@media (min-width: 1200px) {
  .hero-inner-images .hero-inner-image img {
    margin-top: 0;
    max-height: calc(941 / 1920 * (100vw - 98px));
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: calc(695 / 1920 * (100vw - 98px));
  }
}
.hero-inner-images .hero-inner-images-gallery img {
  object-fit: cover;
}
.hero-inner-images .hero-inner-images-gallery img:nth-child(1) {
  bottom: 0;
  left: calc(50% + 250px);
  max-height: 492px;
  top: auto;
}
@media (min-width: 1200px) {
  .hero-inner-images .hero-inner-images-gallery img:nth-child(1) {
    left: auto;
    right: 0;
    max-height: calc(492 / 1920 * (100vw - 98px));
    width: calc(695 / 1920 * (100vw - 98px));
  }
}
.hero-inner-images .hero-inner-images-gallery img:nth-child(2) {
  display: none;
  max-height: 378px;
  left: calc(50% + 514px);
}
@media (min-width: 1200px) {
  .hero-inner-images .hero-inner-images-gallery img:nth-child(2) {
    max-height: inherit;
    display: block;
    height: calc(378 / 1920 * (100vw - 98px));
    width: calc(430 / 1920 * (100vw - 98px));
    right: 0;
    left: auto;
  }
}
.hero-inner-images .hero-inner-images-gallery img:nth-child(3) {
  display: none;
  max-height: 270px;
  left: calc(50% + 139px);
  top: 60px;
}
@media (min-width: 1200px) {
  .hero-inner-images .hero-inner-images-gallery img:nth-child(3) {
    display: block;
    left: auto;
    right: calc(536 / 1920 * (100vw - 98px));
    max-height: calc(270 / 1920 * (100vw - 98px));
    width: calc(270 / 1920 * (100vw - 98px));
    top: calc(80 / 1920 * (100vw - 98px));
  }
}
@media (min-width: 1200px) {
  .hero-inner-wrapper {
    align-items: center;
    display: flex;
    justify-content: space-between;
    height: 100%;
  }
}
@media (min-width: 1200px) {
  .hero-inner-content {
    width: 57%;
    padding: 0 30px 0 0;
    display: flex;
    flex-direction: column;
  }
}
.hero-inner-description {
  padding-top: 30px;
}
@media (min-width: 1200px) {
  .hero-inner-description {
    margin-bottom: calc(65 / 1920 * (100vw - 98px));
    padding-top: 0;
  }
}
.hero-inner-media {
  display: none;
  position: absolute;
  right: 0;
}
@media (min-width: 1200px) {
  .hero-inner-media {
    display: block;
    bottom: calc(-140 / 1920 * (100vw - 98px));
    top: calc(-120 / 1920 * (100vw - 98px));
    width: 43%;
  }
}
.hero-inner-media-text {
  color: #1418DD;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
  padding: 7px 0 0;
  text-align: center;
  position: absolute;
  bottom: 70px;
  right: 0;
  left: 0;
}
@media (min-width: 1200px) {
  .hero-inner-media-text {
    font-size: calc(16 / 1920 * (100vw - 98px));
    bottom: calc(70 / 1920 * (100vw - 98px));
  }
}
.hero-inner-media .lottie {
  bottom: 0;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
}
.hero-inner-media .lottie:has(+ .hero-inner-media-text) {
  bottom: 90px;
}
@media (min-width: 1200px) {
  .hero-inner-media .lottie:has(+ .hero-inner-media-text) {
    bottom: calc(90 / 1920 * (100vw - 98px));
  }
}
.hero-inner-media .lottie:has(.hero-inner-media-text) svg {
  width: 100% !important;
}
.hero-inner-media svg {
  width: auto !important;
}
.hero-inner-numbers {
  background: linear-gradient(-53deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.05) 100%);
  backdrop-filter: blur(59px);
  -webkit-backdrop-filter: blur(59px);
  border: 1px solid rgba(255, 255, 255, 0.7);
  box-shadow: inset 0 0 10px 1px rgba(0, 0, 0, 0.1);
  border-radius: 32px;
  display: flex;
  gap: 24px;
  justify-content: space-between;
  margin-top: 65px;
  max-width: 782px;
  padding: 24px 22px;
  width: 100%;
}
@media (min-width: 1200px) {
  .hero-inner-numbers {
    max-width: calc(782 / 1920 * (100vw - 98px));
    padding-top: calc(34 / 1920 * (100vw - 98px));
    padding-bottom: calc(34 / 1920 * (100vw - 98px));
    padding-left: calc(32 / 1920 * (100vw - 98px));
    padding-right: calc(32 / 1920 * (100vw - 98px));
    margin-top: calc(65 / 1920 * (100vw - 98px));
  }
}
.hero-inner-number {
  color: #1418DD;
}
.hero-inner-number-value {
  font-family: "Roboto Mono", monospace;
  font-size: 40px;
  font-weight: 400;
  display: inline-flex;
  line-height: 46px;
  position: relative;
}
@media (min-width: 768px) {
  .hero-inner-number-value {
    font-size: 70px;
    line-height: 76px;
  }
}
@media (min-width: 1200px) {
  .hero-inner-number-value {
    font-size: calc(90 / 1920 * (100vw - 98px));
    line-height: calc(90 / 1920 * (100vw - 98px));
  }
}
.hero-inner-number-value:has(.hero-inner-number-postfix) {
  padding-right: 30px;
}
@media (min-width: 1200px) {
  .hero-inner-number-value:has(.hero-inner-number-postfix) {
    padding-right: calc(30 / 1920 * (100vw - 98px));
  }
}
.hero-inner-number-value-rls {
  letter-spacing: -8px;
}
@media (min-width: 768px) {
  .hero-inner-number-value-rls {
    letter-spacing: -16px;
  }
}
@media (min-width: 1200px) {
  .hero-inner-number-value-rls {
    letter-spacing: calc(-16 / 1920 * (100vw - 98px));
  }
}
.hero-inner-number-postfix {
  font-family: "Roboto Mono", monospace;
  font-weight: 300;
  font-size: 30px;
  line-height: 1.2;
  position: absolute;
  right: 0;
  vertical-align: top;
  top: -10px;
}
@media (min-width: 768px) {
  .hero-inner-number-postfix {
    font-size: 70px;
    right: -20px;
    top: -20px;
  }
}
@media (min-width: 1200px) {
  .hero-inner-number-postfix {
    font-size: calc(70 / 1920 * (100vw - 98px));
    right: calc(-20 / 1920 * (100vw - 98px));
    top: calc(-30 / 1920 * (100vw - 98px));
  }
}
.hero-inner-number-name {
  font-size: 16px;
  font-weight: 300;
}
@media (min-width: 768px) {
  .hero-inner-number-name {
    font-size: 20px;
  }
}
@media (min-width: 991px) {
  .hero-inner-number-name {
    font-size: 17px;
  }
}
@media (min-width: 1200px) {
  .hero-inner-number-name {
    font-size: calc(20 / 1920 * (100vw - 98px));
  }
}
.hero-inner h1 {
  font-family: "Roboto Mono", monospace;
  font-size: 40px;
  font-weight: 500;
  line-height: 1.2;
  margin: 0 0 24px;
}
@media (min-width: 1200px) {
  .hero-inner h1 {
    font-size: calc(70 / 1920 * (100vw - 98px));
    margin-bottom: calc(24 / 1920 * (100vw - 98px));
  }
}
.hero-inner p {
  font-size: 20px;
  margin: 0 0 20px;
}
@media (min-width: 1200px) {
  .hero-inner p {
    font-size: calc(20 / 1920 * (100vw - 98px));
    margin-bottom: calc(32 / 1920 * (100vw - 98px));
  }
}
.hero-inner .btn-an-primary {
  margin-top: 12px;
}
@media (min-width: 991px) {
  .hero-inner .btn-an-primary {
    margin-top: 12px;
  }
}
@media (min-width: 1200px) {
  .hero-inner .btn-an-primary {
    margin-top: calc(24 / 1920 * (100vw - 98px));
    border-radius: calc(28 / 1920 * (100vw - 98px));
    font-size: calc(18 / 1920 * (100vw - 98px));
    letter-spacing: calc(0.5 / 1920 * (100vw - 98px));
    padding-top: calc(16 / 1920 * (100vw - 98px));
    padding-right: calc(55 / 1920 * (100vw - 98px));
    padding-bottom: calc(16 / 1920 * (100vw - 98px));
    padding-left: calc(26 / 1920 * (100vw - 98px));
  }
  .hero-inner .btn-an-primary::after {
    height: calc(8 / 1920 * (100vw - 98px));
    right: calc(25 / 1920 * (100vw - 98px));
    top: calc(24 / 1920 * (100vw - 98px));
    width: calc(8 / 1920 * (100vw - 98px));
  }
  .hero-inner .btn-an-primary:hover {
    padding-top: calc(16 / 1920 * (100vw - 98px));
    padding-right: calc(41 / 1920 * (100vw - 98px));
    padding-bottom: calc(16 / 1920 * (100vw - 98px));
    padding-left: calc(40 / 1920 * (100vw - 98px));
  }
}
.hero-gallery {
  padding: 20px 0 40px;
  position: relative;
  overflow: hidden;
}
@media (min-width: 768px) {
  .hero-gallery {
    padding: 0 0 116px;
  }
}
@media (min-width: 1200px) {
  .hero-gallery {
    height: calc(1046 / 1920 * (100vw - 98px));
  }
}
.hero-gallery .container {
  max-width: 1104px !important;
}
@media (min-width: 991px) {
  .hero-gallery .container {
    max-width: 58% !important;
  }
}
.hero-gallery img {
  border-radius: 16px;
  height: 100%;
  object-fit: cover;
  width: 100%;
}
@media (min-width: 1200px) {
  .hero-gallery img {
    border-radius: calc(32 / 1920 * (100vw - 98px));
  }
}
.hero-gallery .breadcrumbs-container {
  justify-content: center;
}
.hero-gallery-left {
  display: none;
  left: 0;
  height: 100%;
  position: absolute;
  top: 0;
  width: 21%;
}
@media (min-width: 991px) {
  .hero-gallery-left {
    display: block;
  }
}
.hero-gallery-left img {
  border-radius: 0 32px 32px 0;
  height: 100%;
  object-fit: cover;
  width: 100%;
}
@media (min-width: 1200px) {
  .hero-gallery-left img {
    border-top-right-radius: calc(32 / 1920 * (100vw - 98px));
    border-bottom-right-radius: calc(32 / 1920 * (100vw - 98px));
  }
}
.hero-gallery-right {
  display: none;
  flex-direction: column;
  gap: 16px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 21%;
}
@media (min-width: 991px) {
  .hero-gallery-right {
    display: flex;
  }
}
.hero-gallery-right img {
  border-radius: 32px 0 0 32px;
  object-fit: cover;
  width: 100%;
}
@media (min-width: 1200px) {
  .hero-gallery-right img {
    border-top-left-radius: calc(32 / 1920 * (100vw - 98px));
    border-bottom-left-radius: calc(32 / 1920 * (100vw - 98px));
  }
}
.hero-gallery-right img:nth-child(1) {
  height: calc(45% - 8px);
}
.hero-gallery-right img:nth-child(2) {
  height: calc(55% - 8px);
}
.hero-gallery-main-text {
  align-items: center;
  display: flex;
  justify-content: center;
  padding: 40px 0;
}
@media (min-width: 768px) {
  .hero-gallery-main-text {
    padding: 80px 0;
  }
}
@media (min-width: 1200px) {
  .hero-gallery-main-text {
    height: calc(338 / 1920 * (100vw - 98px));
    padding: 0;
    padding-left: calc(40 / 1920 * (100vw - 98px));
    padding-right: calc(40 / 1920 * (100vw - 98px));
    padding-top: calc(80 / 1920 * (100vw - 98px));
    padding-bottom: calc(80 / 1920 * (100vw - 98px));
  }
}
.hero-gallery-main h1 {
  font-family: "Roboto Mono", monospace;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.2;
  padding: 0 40px;
  position: relative;
}
@media (min-width: 768px) {
  .hero-gallery-main h1 {
    font-size: 40px;
    padding: 0 78px;
  }
}
@media (min-width: 1200px) {
  .hero-gallery-main h1 {
    font-size: calc(70 / 1920 * 100vw);
    padding-left: calc(88 / 1920 * (100vw - 98px));
    padding-right: calc(88 / 1920 * (100vw - 98px));
  }
}
.hero-gallery-main h1::before,
.hero-gallery-main h1::after {
  background: url('data:image/svg+xml,<svg width="50" height="126" viewBox="0 0 50 126" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M28.4085 98.268C28.4085 105.102 30.1505 109.792 33.5005 112.74C36.8505 115.554 40.6025 117.296 44.6225 117.698V125.336C36.8505 124.532 30.5525 122.254 25.4605 118.502C20.3685 114.75 17.8225 108.586 17.8225 99.876V86.476C17.8225 81.652 17.0185 77.9 15.5445 75.22C12.8645 70.128 7.63845 67.314 0.000452913 66.376V58.872C7.77245 58.068 12.8645 55.12 15.5445 50.43C17.0185 47.75 17.8225 43.864 17.8225 38.906V28.186C17.8225 20.012 19.5645 13.58 23.1825 8.756C26.6665 3.932 33.9025 1.11799 44.6225 0.179997V7.684C37.6545 8.22 32.9645 11.436 30.4185 16.93C29.0785 20.012 28.4085 24.166 28.4085 29.66V36.896C28.4085 43.462 27.6045 48.554 25.9965 52.038C23.0485 58.336 17.4205 61.82 8.97845 62.624C17.2865 63.428 23.0485 67.046 25.9965 73.612C27.6045 77.23 28.4085 82.188 28.4085 88.486V98.268Z" fill="%231418DD"/></svg>') no-repeat center;
  background-size: contain;
  height: 126px;
  content: '';
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 25px;
}
@media (min-width: 768px) {
  .hero-gallery-main h1::before,
  .hero-gallery-main h1::after {
    height: 126px;
    width: 50px;
  }
}
@media (min-width: 1200px) {
  .hero-gallery-main h1::before,
  .hero-gallery-main h1::after {
    height: calc(126 / 1920 * (100vw - 98px));
    width: calc(50 / 1920 * (100vw - 98px));
  }
}
.hero-gallery-main h1::after {
  left: auto;
  right: 0;
  scale: -1;
  transform: translateY(50%);
}
.hero-gallery-main-images {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
.hero-gallery-main-item {
  width: calc(50% - 8px);
}
.hero-gallery-main-item img {
  aspect-ratio: 2 / 1;
  width: 100% !important;
}
@media (min-width: 1200px) {
  .hero-gallery-main-item img {
    aspect-ratio: inherit;
    height: calc(311 / 1920 * (100vw - 98px));
  }
}
.hero-split-content {
  background: linear-gradient(31.43deg, rgba(41, 41, 217, 0.25) 18%, rgba(255, 255, 255, 0.165) 54.05%), #FFFFFF;
  border-radius: 0 0 32px 32px;
  padding: 60px 0;
  position: relative;
  overflow: hidden;
}
@media (min-width: 768px) {
  .hero-split-content {
    padding: 100px 0 90px;
  }
}
@media (min-width: 1200px) {
  .hero-split-content {
    padding-top: calc(204 / 1920 * (100vw - 98px));
    padding-bottom: calc(184 / 1920 * (100vw - 98px));
  }
}
.hero-split-content::before {
  border-radius: 50%;
  position: absolute;
  width: 780px;
  height: 780px;
  background: radial-gradient(82.41% 82.41% at 86.21% 6.81%, rgba(41, 41, 217, 0) 0%, rgba(41, 41, 217, 0.1) 100%) /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */;
  border: 1px solid rgba(20, 24, 221, 0.25);
  content: '';
  left: -660px;
  top: calc(50% - 390px);
}
@media (min-width: 1200px) {
  .hero-split-content::before {
    left: calc(50% - (1607 / 1920) * (100vw - 98px));
    top: calc(50% - (580 / 1920) * (100vw - 98px));
    width: calc(1160 / 1920 * (100vw - 98px));
    height: calc(1160 / 1920 * (100vw - 98px));
  }
}
.hero-split-content::after {
  border-radius: 50%;
  position: absolute;
  width: 780px;
  height: 780px;
  background: radial-gradient(63.88% 63.88% at 4.74% 36.12%, rgba(41, 41, 217, 0) 0%, rgba(41, 41, 217, 0.1) 100%) /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */;
  border: 1px solid rgba(20, 24, 221, 0.25);
  content: '';
  right: -660px;
  top: calc(50% - 390px);
}
@media (min-width: 1200px) {
  .hero-split-content::after {
    right: calc(50% - (1607 / 1920) * (100vw - 98px));
    top: calc(50% - (580 / 1920) * (100vw - 98px));
    width: calc(1160 / 1920 * (100vw - 98px));
    height: calc(1160 / 1920 * (100vw - 98px));
  }
}
.hero-split-content .container {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 1280px;
  text-align: center;
  position: relative;
  z-index: 9;
}
@media (min-width: 1200px) {
  .hero-split-content .container {
    max-width: calc(1280 / 1920 * (100vw - 98px)) !important;
  }
}
.hero-split-content-wrapper {
  display: flex;
  gap: 20px;
  flex-direction: column;
  padding: 0 0 40px;
  text-align: center;
}
@media (min-width: 768px) {
  .hero-split-content-wrapper {
    flex-direction: row;
    gap: 40px;
    padding: 0 0 80px;
  }
}
@media (min-width: 1400px) {
  .hero-split-content-wrapper {
    gap: calc(104 / 1920 * (100vw - 98px));
    padding-bottom: calc(102 / 1920 * (100vw - 98px));
  }
}
.hero-split-content-item {
  flex: 0 1 100%;
}
@media (min-width: 768px) {
  .hero-split-content-item {
    text-align: right;
  }
}
@media (min-width: 768px) {
  .hero-split-content-item:nth-child(2) {
    text-align: left;
  }
}
.hero-split-content-item p {
  font-size: 22px;
  line-height: 28px;
}
@media (min-width: 1200px) {
  .hero-split-content-item p {
    font-size: calc(26 / 1920 * (100vw - 98px));
    line-height: calc(32 / 1920 * (100vw - 98px));
  }
}
@media (min-width: 1400px) {
  .hero-split-content-item p {
    font-size: calc(32 / 1920 * (100vw - 98px));
    line-height: calc(44 / 1920 * (100vw - 98px));
  }
}
.hero-split-content h1 {
  font-family: "Roboto Mono", monospace;
  font-size: 32px;
  line-height: 1.2;
  margin: 0 0 40px;
}
@media (min-width: 768px) {
  .hero-split-content h1 {
    font-size: 32px;
    margin: 0 0 16px;
  }
}
@media (min-width: 1200px) {
  .hero-split-content h1 {
    font-size: calc(42 / 1920 * (100vw - 98px));
  }
}
@media (min-width: 1400px) {
  .hero-split-content h1 {
    font-size: calc(70 / 1920 * (100vw - 98px));
  }
}
.logos-loop {
  display: flex;
  text-align: left;
  position: relative;
  z-index: 9;
  overflow: hidden;
  white-space: nowrap;
}
.logos-loop-inner {
  animation: scroll-hero 60s linear infinite;
  display: inline-flex;
  gap: calc(8 / 1920 * (100vw - 98px));
}
@keyframes scroll-hero {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
.logos-loop-item {
  align-items: center;
  background: #fff;
  border-radius: 16px;
  display: flex;
  gap: 38px;
  justify-content: center;
  padding: 24px;
  position: relative;
}
@media (min-width: 1200px) {
  .logos-loop-item {
    gap: calc(38 / 1920 * (100vw - 98px));
    padding: calc(24 / 1920 * (100vw - 98px));
    border-radius: calc(32 / 1920 * (100vw - 98px));
  }
}
.logos-loop-item::before {
  background: #000;
  content: '';
  bottom: 24px;
  top: 24px;
  left: 189px;
  position: absolute;
  width: 0.5px;
}
@media (min-width: 1200px) {
  .logos-loop-item::before {
    left: calc(189 / 1920 * (100vw - 98px));
    top: calc(24 / 1920 * (100vw - 98px));
    bottom: calc(24 / 1920 * (100vw - 98px));
  }
}
.logos-loop-img {
  width: 146px;
}
@media (min-width: 1200px) {
  .logos-loop-img {
    width: calc(146 / 1920 * (100vw - 98px));
  }
}
.logos-loop-img img {
  display: block;
  height: 100%;
  margin: 0 auto;
  max-width: 146px;
  max-height: 36px;
}
@media (min-width: 1200px) {
  .logos-loop-img img {
    max-width: calc(146 / 1920 * (100vw - 98px));
    max-height: calc(36 / 1920 * (100vw - 98px));
  }
}
.logos-loop .logos-loop-description {
  line-height: 15px;
  width: 187px;
}
@media (min-width: 1200px) {
  .logos-loop .logos-loop-description {
    line-height: calc(15 / 1920 * (100vw - 98px));
    width: calc(187 / 1920 * (100vw - 98px));
  }
}
.logos-loop .logos-loop-description .logos-loop-title {
  display: block;
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 8px;
  white-space: pre-wrap;
}
@media (min-width: 1200px) {
  .logos-loop .logos-loop-description .logos-loop-title {
    font-size: calc(12 / 1920 * (100vw - 98px));
    margin-bottom: calc(8 / 1920 * (100vw - 98px));
  }
}
.logos-loop .logos-loop-description p {
  font-size: 12px;
  font-weight: 300;
  margin: 0;
  white-space: normal;
}
@media (min-width: 1200px) {
  .logos-loop .logos-loop-description p {
    font-size: calc(12 / 1920 * (100vw - 98px));
  }
}
.services-wrapper {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
}
@media (min-width: 991px) {
  .services-wrapper {
    flex-wrap: nowrap;
  }
}
@media (min-width: 1200px) {
  .services-wrapper {
    gap: calc(16 / 1920 * (100vw - 98px));
  }
}
.services-item {
  align-items: center;
  border: 1px solid #1418DD;
  border-radius: 16px;
  flex-direction: column;
  flex: 1 1 48%;
  display: flex;
  max-width: 398px;
  padding: 40px 30px;
  position: relative;
  overflow: hidden;
}
@media (min-width: 991px) {
  .services-item {
    border-radius: 32px;
    flex: 1 1 0;
  }
}
@media (min-width: 1200px) {
  .services-item {
    border-radius: calc(32 / 1920 * (100vw - 98px));
    max-width: calc(398 / 1920 * (100vw - 98px));
    padding-top: calc(40 / 1920 * (100vw - 98px));
    padding-bottom: calc(40 / 1920 * (100vw - 98px));
    padding-left: calc(30 / 1920 * (100vw - 98px));
    padding-right: calc(30 / 1920 * (100vw - 98px));
  }
}
.services-item > * {
  position: relative;
  z-index: 9;
}
.services-item:hover::before {
  opacity: 1;
}
.services-item::before {
  background: linear-gradient(31.43deg, rgba(41, 41, 217, 0.25) 18%, rgba(255, 255, 255, 0.165) 54.05%), #FFFFFF;
  content: '';
  position: absolute;
  opacity: 0;
  inset: 0;
  transition: all 0.5s ease;
}
.services-item h3 {
  font-size: 20px;
  line-height: 1.2;
  margin: 0 0 40px;
}
@media (min-width: 1200px) {
  .services-item h3 {
    font-size: calc(28 / 1920 * (100vw - 98px));
    margin-bottom: calc(40 / 1920 * (100vw - 98px));
  }
}
.services-item a {
  color: #1418DD;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
  padding: 0 20px;
  position: relative;
  transition: all 1s ease;
  margin: auto 0 0;
}
@media (min-width: 1200px) {
  .services-item a {
    font-size: calc(16 / 1920 * (100vw - 98px));
    padding-left: calc(20 / 1920 * (100vw - 98px));
    padding-right: calc(20 / 1920 * (100vw - 98px));
  }
}
.services-item a:hover {
  color: #1418DD;
  padding: 0 40px 0 20px;
}
@media (min-width: 1200px) {
  .services-item a:hover {
    padding-right: calc(40 / 1920 * (100vw - 98px));
    padding-left: calc(20 / 1920 * (100vw - 98px));
  }
}
.services-item a::after {
  background: url('data:image/svg+xml,<svg width="15" height="13" viewBox="0 0 15 13" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M7.85206 12.545L6.69058 11.3835L11.0292 7.04489L-3.62017e-06 7.04074L0.0269272 5.37172L11.1749 5.37587L6.87771 1.07867L7.95633 6.02894e-05L14.1767 6.22039L7.85206 12.545Z" fill="%231418DD"/></svg>') no-repeat;
  content: '';
  height: 14px;
  position: absolute;
  right: -3px;
  top: calc(50% - 7px);
  width: 15px;
}
@media (min-width: 1200px) {
  .services-item a::after {
    top: calc(50% - (7 / 1920) * (100vw - 98px));
    background-size: calc(14 / 1920 * (100vw - 98px));
    height: calc(14 / 1920 * (100vw - 98px));
    right: calc(-3 / 1920 * (100vw - 98px));
    width: calc(15 / 1920 * (100vw - 98px));
  }
}
.services-animation {
  margin: 0 0 40px;
}
@media (min-width: 991px) {
  .services-animation {
    margin-bottom: calc(40 / 1920 * (100vw - 98px));
  }
}
.services-animation svg {
  max-width: 160px;
  width: 100%;
}
@media (min-width: 991px) {
  .services-animation svg {
    max-width: 140px;
  }
}
@media (min-width: 1200px) {
  .services-animation svg {
    max-width: calc(160 / 1920 * (100vw - 98px));
  }
}
.grid-blocks {
  position: relative;
  z-index: 2;
}
.grid-blocks-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
.grid-blocks-item {
  background: #F4F4F4;
  border-radius: 16px;
  flex: 1 1 100%;
  max-width: 100%;
  padding: 20px;
  transition: all 0.45s ease;
}
@media (min-width: 768px) {
  .grid-blocks-item {
    border-radius: 32px;
    flex: 1 1 calc((100% - 1 * 16px) / 2);
    max-width: calc((100% - 1 * 16px) / 2);
    padding: 30px;
  }
}
@media (min-width: 991px) {
  .grid-blocks-item {
    flex: 1 1 calc((100% - 3 * 16px) / 4);
    max-width: calc((100% - 3 * 16px) / 4);
  }
}
@media (min-width: 1200px) {
  .grid-blocks-item {
    padding: calc(40 / 1920 * (100vw - 98px));
  }
}
@media (min-width: 991px) {
  .grid-blocks-item.rows-3 {
    flex: 1 1 calc((100% - 2 * 16px) / 3);
    max-width: calc((100% - 2 * 16px) / 3);
  }
}
.grid-blocks-item:hover {
  transform: scale(1.025);
}
.grid-blocks-item:has(.btn-an-transparent):hover {
  transform: initial;
}
.grid-blocks-item:has(.btn-an-transparent) h3 {
  font-family: "Roboto Mono", monospace;
  font-size: 40px;
  line-height: 1.2;
  text-align: left;
}
@media (min-width: 1200px) {
  .grid-blocks-item:has(.btn-an-transparent) h3 {
    font-size: calc(40 / 1920 * (100vw - 98px));
  }
}
.grid-blocks h3 {
  color: #1418DD;
  font-size: 28px;
  font-weight: 500;
  line-height: 34px;
  margin: 0 0 20px;
  min-height: 68px;
  text-align: center;
}
@media (min-width: 1200px) {
  .grid-blocks h3 {
    font-size: calc(28 / 1920 * (100vw - 98px));
    line-height: calc(34 / 1920 * (100vw - 98px));
    margin-bottom: calc(20 / 1920 * (100vw - 98px));
    min-height: calc(68 / 1920 * (100vw - 98px));
  }
}
.grid-blocks-icon {
  display: block;
  max-height: 48px;
  margin: 0 auto 24px;
  width: auto;
}
@media (min-width: 1200px) {
  .grid-blocks-icon {
    max-height: calc(48 / 1920 * (100vw - 98px));
    margin-bottom: calc(24 / 1920 * (100vw - 98px));
  }
}
.grid-blocks-icon + h3 {
  min-height: initial;
}
.grid-blocks p {
  font-size: 20px;
  font-weight: 300;
}
@media (min-width: 1200px) {
  .grid-blocks p {
    font-size: calc(20 / 1920 * (100vw - 98px));
  }
}
.numbers {
  background: #1418DD;
  border-radius: 16px;
  color: #fff;
  padding: 20px;
}
@media (min-width: 991px) {
  .numbers {
    border-radius: 32px;
    padding: 60px;
  }
}
@media (min-width: 1400px) {
  .numbers {
    border-radius: calc(32 / 1920 * (100vw - 98px));
    padding-bottom: calc(80 / 1920 * (100vw - 98px));
    padding-top: calc(80 / 1920 * (100vw - 98px));
    padding-left: calc(140 / 1920 * (100vw - 98px));
    padding-right: calc(140 / 1920 * (100vw - 98px));
  }
}
.numbers .section-description {
  align-items: center;
  display: flex;
  flex-direction: column-reverse;
  justify-content: space-between;
}
@media (min-width: 768px) {
  .numbers .section-description {
    align-items: flex-end;
    flex-direction: row;
  }
}
.numbers .section-number {
  color: rgba(255, 255, 255, 0.5);
}
.numbers-wrapper {
  align-items: center;
  display: flex;
  justify-content: space-between;
  gap: 24px;
  flex-direction: column;
  position: relative;
  text-align: center;
}
@media (min-width: 768px) {
  .numbers-wrapper {
    flex-direction: row;
    text-align: left;
  }
}
.numbers-wrapper::after {
  background: #fff;
  content: '';
  left: 0;
  height: 1px;
  position: absolute;
  top: -55px;
  transition: all 1.5s linear;
  width: 0;
}
@media (min-width: 1200px) {
  .numbers-wrapper::after {
    top: calc(-55 / 1920 * (100vw - 98px));
  }
}
.numbers-wrapper.current::after {
  width: 100%;
}
@media (min-width: 991px) {
  .numbers-item {
    min-width: 140px;
  }
}
@media (min-width: 1200px) {
  .numbers-item {
    min-width: calc(140 / 1920 * (100vw - 98px));
  }
}
@media (min-width: 1200px) {
  .numbers-item.numbers-2 {
    padding-left: calc(16 / 1920 * (100vw - 98px));
  }
}
@media (min-width: 1200px) {
  .numbers-item.numbers-3 {
    padding-right: calc(35 / 1920 * (100vw - 98px));
  }
}
@media (min-width: 1200px) {
  .numbers-item.numbers-3 span {
    letter-spacing: calc(-17 / 1920 * (100vw - 98px));
  }
}
@media (min-width: 1200px) {
  .numbers-item.numbers-4 .numbers-value-postfix {
    font-size: calc(64 / 1920 * (100vw - 98px));
  }
}
.numbers-value {
  display: flex;
  font-weight: 300;
  justify-content: center;
  font-family: "Roboto Mono", monospace;
  vertical-align: top;
  position: relative;
  background: linear-gradient(222.31deg, #2FCBDF 8.67%, #FFFFFF 66.83%), #FFFFFF;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (min-width: 768px) {
  .numbers-value {
    justify-content: flex-start;
  }
}
@media (min-width: 1200px) {
  .numbers-value {
    justify-content: space-between;
  }
}
.numbers-value:has(.numbers-value-postfix) {
  padding-right: 30px;
}
@media (min-width: 1200px) {
  .numbers-value:has(.numbers-value-postfix) {
    padding-right: calc(30 / 1920 * (100vw - 98px));
  }
}
.numbers-value-postfix {
  color: #fff;
  font-size: 32px;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-text-fill-color: #fff;
}
@media (min-width: 768px) {
  .numbers-value-postfix {
    font-size: 44px;
  }
}
@media (min-width: 1200px) {
  .numbers-value-postfix {
    font-size: calc(88 / 1920 * (100vw - 98px));
  }
}
.numbers-value span {
  font-weight: 400;
  font-size: 60px;
}
@media (min-width: 991px) {
  .numbers-value span {
    font-size: 80px;
  }
}
@media (min-width: 1200px) {
  .numbers-value span {
    font-size: calc(120 / 1920 * (100vw - 98px));
    line-height: calc(156 / 1920 * (100vw - 98px));
  }
}
.numbers-value-percent {
  font-size: 64px;
}
@media (min-width: 1200px) {
  .numbers-value-percent {
    font-size: calc(64 / 1920 * (100vw - 98px));
  }
}
.numbers-title {
  font-size: 14px;
}
@media (min-width: 991px) {
  .numbers-title {
    font-size: 18px;
  }
}
@media (min-width: 1200px) {
  .numbers-title {
    font-size: calc(24 / 1920 * (100vw - 98px));
  }
}
@media (min-width: 1200px) {
  .numbers-1 {
    width: calc(280 / 1920 * (100vw - 98px));
  }
}
@media (min-width: 1200px) {
  .numbers-4 {
    width: calc(193 / 1920 * (100vw - 98px));
  }
}
.reviews-wrapper {
  display: flex;
  gap: 16px;
  padding: 0 0 106px;
}
@media (min-width: 1200px) {
  .reviews-wrapper {
    padding-bottom: calc(106 / 1920 * (100vw - 98px));
  }
}
.reviews-item {
  background: linear-gradient(31.43deg, rgba(41, 41, 217, 0.25) 18%, rgba(255, 255, 255, 0.165) 54.05%), #F4F4F4;
  border-radius: 16px;
  margin: 0 8px;
  padding: 24px;
}
@media (min-width: 991px) {
  .reviews-item {
    border-radius: 32px;
    padding: 40px;
  }
}
@media (min-width: 1200px) {
  .reviews-item {
    border-radius: calc(32 / 1920 * (100vw - 98px));
    padding: calc(40 / 1920 * (100vw - 98px));
  }
}
.reviews .slick-track {
  display: flex;
}
.reviews .slick-initialized .reviews-item.slick-slide {
  display: flex;
  flex-direction: column;
  height: auto;
}
.reviews .slick-arrow {
  bottom: -26px;
  font-size: 0;
  left: calc(50% - 130px);
  right: auto;
  top: auto;
  z-index: 12;
  border: 1px solid rgba(0, 0, 0, 0.43);
  border-radius: 50%;
  background: url('data:image/svg+xml,<svg width="19" height="17" viewBox="0 0 19 17" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M10.365 16.5606L8.83204 15.0276L14.5676 9.29202L0.000107929 9.28788L0.0360157 7.08508L14.7444 7.08922L9.07925 1.42408L10.5031 0.000199685L18.7143 8.21134L10.365 16.5606Z" fill="%232929D9"/></svg>') no-repeat center;
  height: 50px;
  transform: scale(-1);
  transition: all 0.25s ease;
  width: 50px;
}
@media (min-width: 991px) {
  .reviews .slick-arrow {
    bottom: -56px;
  }
}
@media (min-width: 1200px) {
  .reviews .slick-arrow {
    left: calc(50% - (130 / 1920) * (100vw - 98px));
    background-size: calc(19 / 1920 * (100vw - 98px));
    bottom: calc(-56 / 1920 * (100vw - 98px));
    height: calc(50 / 1920 * (100vw - 98px));
    width: calc(50 / 1920 * (100vw - 98px));
  }
}
.reviews .slick-arrow::before {
  display: none;
}
.reviews .slick-arrow.slick-next {
  left: calc(50% + 80px);
  transform: scale(1);
}
@media (min-width: 1200px) {
  .reviews .slick-arrow.slick-next {
    left: calc(50% + (80 / 1920) * (100vw - 98px));
  }
}
.reviews .slick-arrow.slick-disabled {
  filter: grayscale(1);
  opacity: 0.5;
}
.reviews .slick-arrow.slick-disabled:hover,
.reviews .slick-arrow.slick-disabled:focus {
  opacity: 0.5;
}
.reviews .slick-arrow:hover,
.reviews .slick-arrow:focus {
  background: url('data:image/svg+xml,<svg width="19" height="17" viewBox="0 0 19 17" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M10.365 16.5606L8.83204 15.0276L14.5676 9.29202L0.000107929 9.28788L0.0360157 7.08508L14.7444 7.08922L9.07925 1.42408L10.5031 0.000199685L18.7143 8.21134L10.365 16.5606Z" fill="%232929D9"/></svg>') no-repeat center;
  opacity: 0.8;
}
.reviews ul::before {
  content: '';
  inset: 0;
  position: absolute;
  z-index: 11;
}
.reviews .slick-dots {
  border: 1px solid rgba(0, 0, 0, 0.43);
  border-radius: 25px;
  padding: 10px 23px;
}
@media (min-width: 1200px) {
  .reviews .slick-dots {
    border-radius: calc(25 / 1920 * (100vw - 98px));
    padding-bottom: calc(10 / 1920 * (100vw - 98px));
    padding-top: calc(10 / 1920 * (100vw - 98px));
    padding-left: calc(23 / 1920 * (100vw - 98px));
    padding-right: calc(23 / 1920 * (100vw - 98px));
  }
}
.reviews .next,
.reviews .prev {
  display: none;
}
.reviews-header {
  display: flex;
  gap: 16px;
}
.reviews-photo img {
  border-radius: 50%;
  display: block;
  height: 100%;
  max-width: 56px;
  object-fit: cover;
  width: 100%;
}
@media (min-width: 1200px) {
  .reviews-photo img {
    max-width: calc(56 / 1920 * (100vw - 98px));
  }
}
.reviews-info {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.reviews-name {
  align-items: center;
  display: flex;
  font-weight: 700;
  gap: 8px;
}
.reviews-flag {
  max-width: 24px;
}
@media (min-width: 1200px) {
  .reviews-flag {
    max-width: calc(24 / 1920 * (100vw - 98px));
  }
}
.reviews-flag img {
  display: block;
  height: auto;
  max-width: 100%;
}
.reviews-position {
  color: #616161;
}
.reviews-social {
  margin: 0 0 0 auto;
}
.reviews-social img,
.reviews-social svg {
  display: block;
  max-width: 24px;
}
@media (min-width: 1200px) {
  .reviews-social img,
  .reviews-social svg {
    max-width: calc(24 / 1920 * (100vw - 98px));
  }
}
.reviews-content {
  margin: 30px 0 32px;
}
@media (min-width: 1200px) {
  .reviews-content {
    margin-top: calc(30 / 1920 * (100vw - 98px));
    margin-bottom: calc(32 / 1920 * (100vw - 98px));
  }
}
.reviews-footer {
  background: #fff;
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: auto 0 0;
  padding: 24px;
  text-align: center;
}
@media (min-width: 768px) {
  .reviews-footer {
    justify-content: flex-start;
    text-align: left;
  }
}
@media (min-width: 1200px) {
  .reviews-footer {
    padding: calc(24 / 1920 * (100vw - 98px));
    border-radius: calc(16 / 1920 * (100vw - 98px));
  }
}
.reviews-footer-left {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  padding: 0 0 20px 0;
}
@media (min-width: 768px) {
  .reviews-footer-left {
    justify-content: flex-start;
  }
}
.reviews-footer-left span {
  align-items: center;
  background: #1418DD;
  border-radius: 16px;
  color: #fff;
  display: flex;
  font-size: 12px;
  gap: 8px;
  padding: 8px 16px;
}
@media (min-width: 991px) {
  .reviews-footer-left span {
    border-radius: 32px;
  }
}
@media (min-width: 1200px) {
  .reviews-footer-left span {
    border-radius: calc(32 / 1920 * (100vw - 98px));
    font-size: calc(12 / 1920 * (100vw - 98px));
    padding-top: calc(8 / 1920 * (100vw - 98px));
    padding-bottom: calc(8 / 1920 * (100vw - 98px));
    padding-right: calc(16 / 1920 * (100vw - 98px));
    padding-left: calc(16 / 1920 * (100vw - 98px));
  }
}
.reviews-footer-left svg {
  display: block;
}
@media (min-width: 768px) {
  .reviews-footer-right {
    margin: 0 0 0 auto;
  }
}
.reviews-footer-right a {
  color: #1418DD;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
  padding: 0 20px;
  position: relative;
  transition: all 1s ease;
}
@media (min-width: 1200px) {
  .reviews-footer-right a {
    font-size: calc(16 / 1920 * (100vw - 98px));
    padding-left: calc(20 / 1920 * (100vw - 98px));
    padding-right: calc(20 / 1920 * (100vw - 98px));
  }
}
.reviews-footer-right a:hover {
  color: #1418DD;
  padding: 0 40px 0 20px;
}
@media (min-width: 1200px) {
  .reviews-footer-right a:hover {
    padding-right: calc(40 / 1920 * (100vw - 98px));
    padding-left: calc(20 / 1920 * (100vw - 98px));
  }
}
.reviews-footer-right a::after {
  background: url('data:image/svg+xml,<svg width="15" height="13" viewBox="0 0 15 13" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M7.85206 12.545L6.69058 11.3835L11.0292 7.04489L-3.62017e-06 7.04074L0.0269272 5.37172L11.1749 5.37587L6.87771 1.07867L7.95633 6.02894e-05L14.1767 6.22039L7.85206 12.545Z" fill="%231418DD"/></svg>') no-repeat;
  content: '';
  height: 14px;
  position: absolute;
  right: -3px;
  top: calc(50% - 7px);
  width: 15px;
}
@media (min-width: 1200px) {
  .reviews-footer-right a::after {
    top: calc(50% - (7 / 1920) * (100vw - 98px));
    background-size: calc(14 / 1920 * (100vw - 98px));
    height: calc(14 / 1920 * (100vw - 98px));
    right: calc(-3 / 1920 * (100vw - 98px));
    width: calc(15 / 1920 * (100vw - 98px));
  }
}
.case-studies-wrapper {
  padding: 0 0 56px;
}
@media (min-width: 1200px) {
  .case-studies-wrapper {
    padding-bottom: calc(56 / 1920 * (100vw - 98px));
  }
}
.case-studies-item {
  border: 1px solid rgba(0, 0, 0, 0.43);
  border-radius: 16px;
  display: flex;
  flex-direction: column-reverse;
  gap: 20px;
  min-height: 480px;
  padding: 20px;
}
@media (min-width: 768px) {
  .case-studies-item {
    gap: 40px;
    padding: 40px;
  }
}
@media (min-width: 991px) {
  .case-studies-item {
    border-radius: 32px;
    flex-direction: row;
  }
}
@media (min-width: 1200px) {
  .case-studies-item {
    border-radius: calc(32 / 1920 * (100vw - 98px));
    gap: calc(40 / 1920 * (100vw - 98px));
    min-height: calc(480 / 1920 * (100vw - 98px));
    padding: calc(40 / 1920 * (100vw - 98px));
  }
}
.case-studies .slick-track {
  display: flex;
}
.case-studies .slick-initialized .case-studies-item.slick-slide {
  display: flex;
  height: auto;
}
.case-studies .slick-arrow {
  bottom: -26px;
  font-size: 0;
  left: calc(50% - 130px);
  right: auto;
  top: auto;
  z-index: 12;
  border: 1px solid rgba(0, 0, 0, 0.43);
  border-radius: 50%;
  background: url('data:image/svg+xml,<svg width="19" height="17" viewBox="0 0 19 17" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M10.365 16.5606L8.83204 15.0276L14.5676 9.29202L0.000107929 9.28788L0.0360157 7.08508L14.7444 7.08922L9.07925 1.42408L10.5031 0.000199685L18.7143 8.21134L10.365 16.5606Z" fill="%232929D9"/></svg>') no-repeat center;
  height: 50px;
  transform: scale(-1);
  transition: all 0.25s ease;
  width: 50px;
}
@media (min-width: 991px) {
  .case-studies .slick-arrow {
    bottom: -56px;
  }
}
@media (min-width: 1200px) {
  .case-studies .slick-arrow {
    left: calc(50% - (130 / 1920) * (100vw - 98px));
    bottom: calc(-56 / 1920 * (100vw - 98px));
    height: calc(50 / 1920 * (100vw - 98px));
    width: calc(50 / 1920 * (100vw - 98px));
  }
}
.case-studies .slick-arrow::before {
  display: none;
}
.case-studies .slick-arrow.slick-next {
  left: calc(50% + 80px);
  transform: scale(1);
}
@media (min-width: 1200px) {
  .case-studies .slick-arrow.slick-next {
    left: calc(50% + (80 / 1920) * (100vw - 98px));
  }
}
.case-studies .slick-arrow.slick-disabled {
  filter: grayscale(1);
  opacity: 0.5;
}
.case-studies .slick-arrow.slick-disabled:hover,
.case-studies .slick-arrow.slick-disabled:focus {
  opacity: 0.5;
}
.case-studies .slick-arrow:hover,
.case-studies .slick-arrow:focus {
  background: url('data:image/svg+xml,<svg width="19" height="17" viewBox="0 0 19 17" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M10.365 16.5606L8.83204 15.0276L14.5676 9.29202L0.000107929 9.28788L0.0360157 7.08508L14.7444 7.08922L9.07925 1.42408L10.5031 0.000199685L18.7143 8.21134L10.365 16.5606Z" fill="%232929D9"/></svg>') no-repeat center;
  opacity: 0.8;
}
.case-studies .custom-controls::before {
  content: '';
  inset: 0;
  position: absolute;
  z-index: 11;
}
.case-studies .slick-dots {
  border: 1px solid rgba(0, 0, 0, 0.43);
  border-radius: 25px;
  padding: 10px 23px;
}
@media (min-width: 1200px) {
  .case-studies .slick-dots {
    border-radius: calc(25 / 1920 * (100vw - 98px));
    padding-top: calc(10 / 1920 * (100vw - 98px));
    padding-bottom: calc(10 / 1920 * (100vw - 98px));
    padding-right: calc(23 / 1920 * (100vw - 98px));
    padding-left: calc(23 / 1920 * (100vw - 98px));
  }
}
.case-studies .next,
.case-studies .prev {
  display: none;
}
@media (min-width: 991px) {
  .case-studies-description {
    width: 54%;
  }
}
.case-studies-header {
  display: flex;
  gap: 16px;
}
@media (min-width: 1200px) {
  .case-studies-header {
    gap: calc(16 / 1920 * (100vw - 98px));
  }
}
.case-studies-flag {
  max-width: 53px;
}
@media (min-width: 1200px) {
  .case-studies-flag {
    max-width: calc(53 / 1920 * (100vw - 98px));
  }
}
.case-studies-flag img {
  border: 0.5px solid rgba(0, 0, 0, 0.43);
  border-radius: 25px;
  display: block;
  height: 40px;
  max-width: 100%;
  width: auto;
}
@media (min-width: 1200px) {
  .case-studies-flag img {
    border-radius: calc(25 / 1920 * (100vw - 98px));
    height: calc(40 / 1920 * (100vw - 98px));
  }
}
.case-studies-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
@media (min-width: 1200px) {
  .case-studies-tags {
    gap: calc(8 / 1920 * (100vw - 98px));
  }
}
.case-studies-tags span {
  background: #F4F4F4;
  border-radius: 16px;
  display: inline-flex;
  font-size: 12px;
  font-weight: 400;
  padding: 12px 20px;
}
@media (min-width: 991px) {
  .case-studies-tags span {
    border-radius: 32px;
  }
}
@media (min-width: 1200px) {
  .case-studies-tags span {
    font-size: calc(12 / 1920 * (100vw - 98px));
    border-radius: calc(32 / 1920 * (100vw - 98px));
    padding-top: calc(12 / 1920 * (100vw - 98px));
    padding-bottom: calc(12 / 1920 * (100vw - 98px));
    padding-right: calc(20 / 1920 * (100vw - 98px));
    padding-left: calc(20 / 1920 * (100vw - 98px));
  }
}
.case-studies .case-studies-content {
  margin: 32px 0 0;
}
@media (min-width: 1200px) {
  .case-studies .case-studies-content {
    margin-top: calc(32 / 1920 * (100vw - 98px));
  }
}
.case-studies .case-studies-content h3 {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.2;
  margin: 0 0 16px;
}
@media (min-width: 1200px) {
  .case-studies .case-studies-content h3 {
    font-size: calc(28 / 1920 * (100vw - 98px));
    margin-bottom: calc(16 / 1920 * (100vw - 98px));
  }
}
.case-studies .case-studies-content p {
  margin-bottom: 16px;
}
@media (min-width: 1200px) {
  .case-studies .case-studies-content p {
    margin-bottom: calc(16 / 1920 * (100vw - 98px));
  }
}
.case-studies-read {
  color: #1418DD;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
  padding: 0 20px;
  position: relative;
  transition: all 1s ease;
  padding-left: 0 !important;
}
@media (min-width: 1200px) {
  .case-studies-read {
    font-size: calc(16 / 1920 * (100vw - 98px));
    padding-left: calc(20 / 1920 * (100vw - 98px));
    padding-right: calc(20 / 1920 * (100vw - 98px));
  }
}
.case-studies-read:hover {
  color: #1418DD;
  padding: 0 40px 0 20px;
}
@media (min-width: 1200px) {
  .case-studies-read:hover {
    padding-right: calc(40 / 1920 * (100vw - 98px));
    padding-left: calc(20 / 1920 * (100vw - 98px));
  }
}
.case-studies-read::after {
  background: url('data:image/svg+xml,<svg width="15" height="13" viewBox="0 0 15 13" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M7.85206 12.545L6.69058 11.3835L11.0292 7.04489L-3.62017e-06 7.04074L0.0269272 5.37172L11.1749 5.37587L6.87771 1.07867L7.95633 6.02894e-05L14.1767 6.22039L7.85206 12.545Z" fill="%231418DD"/></svg>') no-repeat;
  content: '';
  height: 14px;
  position: absolute;
  right: -3px;
  top: calc(50% - 7px);
  width: 15px;
}
@media (min-width: 1200px) {
  .case-studies-read::after {
    top: calc(50% - (7 / 1920) * (100vw - 98px));
    background-size: calc(14 / 1920 * (100vw - 98px));
    height: calc(14 / 1920 * (100vw - 98px));
    right: calc(-3 / 1920 * (100vw - 98px));
    width: calc(15 / 1920 * (100vw - 98px));
  }
}
.case-studies-read:hover {
  padding-left: 0 !important;
}
.case-studies-footer {
  display: flex;
  gap: 16px;
  margin: 20px 0 0;
}
@media (min-width: 1200px) {
  .case-studies-footer {
    gap: calc(16 / 1920 * (100vw - 98px));
    margin-top: calc(20 / 1920 * (100vw - 98px));
  }
}
.case-studies-value {
  background: #F4F4F4;
  border-radius: 16px;
  color: #1418DD;
  max-width: 250px;
  padding: 24px;
  width: 100%;
}
@media (min-width: 991px) {
  .case-studies-value {
    border-radius: 32px;
  }
}
@media (min-width: 1200px) {
  .case-studies-value {
    max-width: calc(250 / 1920 * (100vw - 98px));
    padding: calc(24 / 1920 * (100vw - 98px));
    border-radius: calc(32 / 1920 * (100vw - 98px));
  }
}
.case-studies-value-title {
  font-size: 40px;
  font-weight: 500;
  line-height: 34px;
}
@media (min-width: 1200px) {
  .case-studies-value-title {
    font-size: calc(40 / 1920 * (100vw - 98px));
    line-height: calc(34 / 1920 * (100vw - 98px));
  }
}
.case-studies-value p {
  font-size: 16px;
}
@media (min-width: 1200px) {
  .case-studies-value p {
    font-size: calc(16 / 1920 * (100vw - 98px));
  }
}
@media (min-width: 991px) {
  .case-studies-image {
    width: 46%;
  }
}
.case-studies-image img {
  border-radius: 16px;
  display: block;
  height: 100%;
  object-fit: cover;
  max-width: 100%;
  width: 100%;
}
@media (min-width: 991px) {
  .case-studies-image img {
    border-radius: 32px;
  }
}
@media (min-width: 1200px) {
  .case-studies-image img {
    border-radius: calc(32 / 1920 * (100vw - 98px));
  }
}
.our-approach {
  background: #F4F4F4;
  border-radius: 16px;
  overflow: hidden;
}
@media (min-width: 991px) {
  .our-approach {
    border-radius: 32px;
  }
}
@media (min-width: 1400px) {
  .our-approach {
    border-radius: calc(32 / 1920 * (100vw - 98px));
  }
}
.our-approach .section-description {
  text-align: left;
}
.our-approach-wrapper {
  position: relative;
}
@media (min-width: 1400px) {
  .our-approach-wrapper {
    display: flex;
  }
}
.our-approach-description {
  padding: 0 16px 100px;
  position: relative;
  width: 100%;
}
@media (min-width: 1400px) {
  .our-approach-description {
    max-width: calc(675 / 1920 * (100vw - 98px));
    padding-left: calc(16 / 1920 * (100vw - 98px));
    padding-right: calc(16 / 1920 * (100vw - 98px));
    padding-bottom: calc(200 / 1920 * (100vw - 98px));
  }
}
.our-approach-description::before {
  background: #1418DD;
  border-radius: 50%;
  content: '';
  height: 8px;
  left: 0;
  position: absolute;
  top: 5px;
  width: 8px;
}
@media (min-width: 1400px) {
  .our-approach-description::before {
    height: calc(8 / 1920 * (100vw - 98px));
    top: calc(5 / 1920 * (100vw - 98px));
    width: calc(8 / 1920 * (100vw - 98px));
  }
}
.our-approach-description p {
  line-height: 32px;
}
@media (min-width: 1400px) {
  .our-approach-description p {
    line-height: calc(32 / 1920 * (100vw - 98px));
  }
}
@media (min-width: 991px) {
  .our-approach-description p:not(:last-child) {
    margin-bottom: 64px;
  }
}
@media (min-width: 1400px) {
  .our-approach-description p:not(:last-child) {
    margin-bottom: calc(64 / 1920 * (100vw - 98px));
  }
}
.our-approach-items {
  align-items: flex-end;
  display: flex;
  flex-direction: column;
  width: 100%;
}
@media (min-width: 1400px) {
  .our-approach-items {
    position: absolute;
    right: 0;
  }
}
.our-approach-item {
  align-items: center;
  background: #1418DD;
  border-radius: 16px;
  color: #fff;
  display: flex;
  justify-content: flex-end;
  margin: 10px 0;
  padding: 24px 32px;
  position: relative;
}
@media (min-width: 768px) {
  .our-approach-item {
    margin: 1px 0;
    padding: 14px 42px;
    height: 110px;
  }
}
@media (min-width: 991px) {
  .our-approach-item {
    border-radius: 55px 0 0 55px;
    transform: translateX(100%);
    will-change: transform, opacity;
    opacity: 0;
  }
}
@media (min-width: 1400px) {
  .our-approach-item {
    height: calc(116 / 1920 * (100vw - 98px));
    border-top-left-radius: calc(55 / 1920 * (100vw - 98px));
    border-bottom-left-radius: calc(55 / 1920 * (100vw - 98px));
  }
}
.our-approach-item-wrapper {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 25px;
}
@media (min-width: 768px) {
  .our-approach-item-wrapper {
    flex-direction: row;
  }
}
@media (min-width: 1400px) {
  .our-approach-item-wrapper {
    gap: calc(25 / 1920 * (100vw - 98px));
  }
}
@media (min-width: 991px) {
  .our-approach-item::after {
    background: #1418DD;
    bottom: 0;
    content: '';
    left: 100%;
    position: absolute;
    top: 0;
    width: 100vw;
  }
}
@media (min-width: 991px) {
  .our-approach-item:nth-child(1) {
    width: 669px;
  }
}
@media (min-width: 1400px) {
  .our-approach-item:nth-child(1) {
    width: calc(669 / 1920 * (100vw - 98px));
  }
}
@media (min-width: 991px) {
  .our-approach-item:nth-child(2) {
    width: 781px;
  }
}
@media (min-width: 1400px) {
  .our-approach-item:nth-child(2) {
    width: calc(781 / 1920 * (100vw - 98px));
  }
}
@media (min-width: 991px) {
  .our-approach-item:nth-child(3) {
    width: 893px;
  }
}
@media (min-width: 1400px) {
  .our-approach-item:nth-child(3) {
    width: calc(893 / 1920 * (100vw - 98px));
  }
}
.our-approach-item:nth-child(4) {
  width: 100%;
}
.our-approach-item:nth-child(4) .our-approach-item-wrapper {
  width: 1005px;
}
@media (min-width: 1400px) {
  .our-approach-item:nth-child(4) .our-approach-item-wrapper {
    width: calc(1005 / 1920 * (100vw - 98px));
  }
}
.our-approach-item h3 {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.2;
  margin: 0;
}
@media (min-width: 1400px) {
  .our-approach-item h3 {
    font-size: calc(28 / 1920 * (100vw - 98px));
  }
}
.columns {
  background: linear-gradient(31.43deg, rgba(41, 41, 217, 0.25) 18%, rgba(255, 255, 255, 0.165) 54.05%), #FFFFFF;
  border-radius: 16px;
}
@media (min-width: 991px) {
  .columns {
    border-radius: 32px;
  }
}
@media (min-width: 1200px) {
  .columns {
    border-radius: calc(32 / 1920 * (100vw - 98px));
  }
}
.columns .section-description {
  text-align: center;
}
.columns .section-description p {
  max-width: 990px;
}
@media (min-width: 1200px) {
  .columns .section-description p {
    max-width: calc(990 / 1920 * (100vw - 98px));
  }
}
.columns-wrapper {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  justify-content: center;
}
@media (min-width: 1200px) {
  .columns-wrapper {
    flex-wrap: nowrap;
    gap: 24px;
    justify-content: space-between;
  }
}
.columns-item {
  background: #fff;
  border-radius: 16px;
  padding: 24px 24px 72px;
  text-align: center;
  position: relative;
  flex: 1 1 286px;
  width: 100%;
  z-index: 6;
}
@media (min-width: 991px) {
  .columns-item {
    border-radius: 32px;
  }
}
@media (min-width: 1200px) {
  .columns-item {
    border-radius: calc(32 / 1920 * (100vw - 98px));
    flex-basis: calc(286 / 1920 * (100vw - 98px));
    padding-left: calc(24 / 1920 * (100vw - 98px));
    padding-right: calc(24 / 1920 * (100vw - 98px));
    padding-top: calc(24 / 1920 * (100vw - 98px));
    padding-bottom: calc(72 / 1920 * (100vw - 98px));
  }
}
.columns-item:nth-child(2) {
  z-index: 5;
}
@media (min-width: 768px) {
  .columns-item:nth-child(2)::before {
    display: none;
  }
}
@media (min-width: 991px) {
  .columns-item:nth-child(2)::before {
    display: block;
  }
}
.columns-item:nth-child(3) {
  z-index: 4;
}
@media (min-width: 991px) {
  .columns-item:nth-child(3)::before {
    display: none;
  }
}
@media (min-width: 1200px) {
  .columns-item:nth-child(3)::before {
    display: block;
  }
}
.columns-item:nth-child(4) {
  z-index: 3;
}
@media (min-width: 768px) {
  .columns-item:nth-child(4)::before {
    display: none;
  }
}
@media (min-width: 991px) {
  .columns-item:nth-child(4)::before {
    display: block;
  }
}
.columns-item:nth-child(5) {
  z-index: 2;
}
.columns-item:nth-child(5)::before {
  display: none;
}
.columns-item:last-child::before {
  display: none;
}
.columns-item::before {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, #1418dd 50%, rgba(0, 0, 0, 0.01) 100%);
  height: 1px;
  left: 60%;
  position: absolute;
  top: 64px;
  transition: all 0.6s ease;
  transition-delay: 0.4s;
  width: 0;
  z-index: 9;
}
@media (min-width: 768px) {
  .columns-item::before {
    content: '';
  }
}
@media (min-width: 1200px) {
  .columns-item::before {
    top: calc(64 / 1920 * (100vw - 98px));
  }
}
.columns-item.animate::before {
  width: 90%;
}
.columns-item:has(.columns-number-custom)::before {
  width: 80%;
}
.columns-number {
  color: #1418DD;
  font-family: "Roboto Mono", monospace;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2;
  margin: 0 0 37px;
  padding: 28px;
}
@media (min-width: 1200px) {
  .columns-number {
    font-size: calc(20 / 1920 * (100vw - 98px));
    padding: calc(28 / 1920 * (100vw - 98px));
    margin-bottom: calc(37 / 1920 * (100vw - 98px));
  }
}
.columns h3 {
  font-size: 28px;
  font-weight: 500;
  line-height: 34px;
  margin: 0 0 37px;
  min-height: 68px;
}
@media (min-width: 1200px) {
  .columns h3 {
    font-size: calc(28 / 1920 * (100vw - 98px));
    line-height: calc(34 / 1920 * (100vw - 98px));
    margin-bottom: calc(37 / 1920 * (100vw - 98px));
    min-height: calc(68 / 1920 * (100vw - 98px));
  }
}
.columns p {
  text-align: left;
}
.columns ul {
  list-style: none;
  text-align: left;
  margin: 0;
  padding: 0;
}
.columns ul li {
  padding: 0 0 0 28px;
  position: relative;
}
@media (min-width: 1200px) {
  .columns ul li {
    padding-left: calc(28 / 1920 * (100vw - 98px));
  }
}
.columns ul li::before {
  background: #000;
  border-radius: 50%;
  content: '';
  height: 4px;
  left: 10px;
  position: absolute;
  top: 12px;
  width: 4px;
}
@media (min-width: 1200px) {
  .columns ul li::before {
    height: calc(4 / 1920 * (100vw - 98px));
    left: calc(10 / 1920 * (100vw - 98px));
    top: calc(12 / 1920 * (100vw - 98px));
    width: calc(4 / 1920 * (100vw - 98px));
  }
}
.team {
  overflow: hidden;
}
.team-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
.team-item {
  flex: 0 1 100%;
  height: 288px;
  transition: all 0.5s ease;
  perspective: 2000px;
  position: relative;
}
@media (min-width: 768px) {
  .team-item {
    flex: 0 1 calc((100% / 2) - 8px);
  }
}
@media (min-width: 1200px) {
  .team-item {
    flex: 0 1 calc((100% / 3) - 11px);
    height: calc(288 / 1920 * (100vw - 98px));
  }
}
.team-item:hover .team-item-inner {
  transform: rotateX(180deg);
}
.team-item-inner {
  height: 100%;
  transition: transform 0.8s;
  transform-style: preserve-3d;
  width: 100%;
}
.team-item .front,
.team-item .back {
  background: #f4f4f4;
  border-radius: 24px;
  display: flex;
  gap: 16px;
  padding: 16px;
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
@media (min-width: 1200px) {
  .team-item .front,
  .team-item .back {
    border-radius: calc(24 / 1920 * (100vw - 98px));
    gap: calc(16 / 1920 * (100vw - 98px));
    padding: calc(16 / 1920 * (100vw - 98px));
  }
}
.team-item .back {
  transform: rotateX(180deg);
  align-items: center;
  padding: 70px;
}
@media (min-width: 1200px) {
  .team-item .back {
    padding: calc(70 / 1920 * (100vw - 98px));
  }
}
.team-item .back p {
  color: #000;
}
.team-item-img {
  width: 54%;
}
.team-item img {
  border-radius: 16px;
  display: block;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
@media (min-width: 1200px) {
  .team-item img {
    border-radius: calc(16 / 1920 * (100vw - 98px));
  }
}
.team-item-text {
  display: flex;
  flex-direction: column;
  width: 46%;
}
.team-item-title {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.2;
  margin: 0 0 auto;
}
@media (min-width: 1200px) {
  .team-item-title {
    font-size: calc(28 / 1920 * (100vw - 98px));
  }
}
.team p {
  color: #1418DD;
}
.logo-loop-wrapper {
  overflow: hidden;
  white-space: nowrap;
}
.logo-loop-wrapper-inner {
  animation: scroll 50s linear infinite;
  display: inline-flex;
  gap: 16px;
}
@keyframes scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
.logo-loop-item {
  align-items: center;
  background: #F4F4F4;
  border-radius: 45px;
  display: flex;
  flex: 0 1 364px;
  gap: 24px;
  min-width: 364px;
  padding: 16px 32px;
}
@media (min-width: 1200px) {
  .logo-loop-item {
    border-radius: calc(45 / 1920 * (100vw - 98px));
    flex-basis: calc(364 / 1920 * (100vw - 98px));
    gap: calc(24 / 1920 * (100vw - 98px));
    min-width: calc(364 / 1920 * (100vw - 98px));
    padding-top: calc(16 / 1920 * (100vw - 98px));
    padding-bottom: calc(16 / 1920 * (100vw - 98px));
    padding-left: calc(32 / 1920 * (100vw - 98px));
    padding-right: calc(32 / 1920 * (100vw - 98px));
  }
}
.logo-loop-item p {
  white-space: initial;
}
.logo-loop-item img {
  display: block;
  height: auto;
  max-height: 115px;
  max-width: 106px;
  width: auto;
}
@media (min-width: 1200px) {
  .logo-loop-item img {
    max-height: calc(115 / 1920 * (100vw - 98px));
    max-width: calc(106 / 1920 * (100vw - 98px));
  }
}
.form {
  background: linear-gradient(36.56deg, rgba(255, 255, 255, 0.165) 51.72%, rgba(41, 41, 217, 0.25) 85.23%);
  border-radius: 32px 32px 0 0;
  position: relative;
}
@media (min-width: 1200px) {
  .form {
    border-top-left-radius: calc(32 / 1920 * (100vw - 98px));
    border-top-right-radius: calc(32 / 1920 * (100vw - 98px));
  }
}
.form .section-description {
  display: flex;
  flex-direction: column;
  text-align: left;
  gap: 24px;
  flex: 0 1 calc(50% - 20px);
  margin: 0;
  padding: 0;
  padding-top: 30px;
}
@media (min-width: 768px) {
  .form .section-description {
    padding-top: 0;
  }
}
@media (min-width: 1200px) {
  .form .section-description {
    paddint-top: calc(30 / 1920 * (100vw - 98px));
  }
}
@media (min-width: 1400px) {
  .form .section-description {
    paddint-right: calc(110 / 1920 * (100vw - 98px));
    paddint-top: calc(0 / 1920 * (100vw - 98px));
  }
}
.form .section-description h2 {
  margin: 0;
}
.form .section-description h3 {
  font-size: 28px;
  font-weight: 500;
  line-height: 1.2;
  margin: 0;
}
@media (min-width: 1200px) {
  .form .section-description h3 {
    font-size: calc(28 / 1920 * (100vw - 98px));
  }
}
.form .section-description p {
  margin: 0;
}
.form-description-bottom {
  margin-top: auto;
}
.form-description-bottom ul {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin: 24px 0 0;
  padding: 0;
}
@media (min-width: 1200px) {
  .form-description-bottom ul {
    margin-top: calc(24 / 1920 * (100vw - 98px));
  }
}
.form-description-bottom li {
  border: 1px solid #1418DD;
  border-radius: 20px;
  color: #1418DD;
  display: inline-flex;
  font-size: 20px;
  line-height: 28px;
  margin: 0 0 16px;
  padding: 5px 19px;
}
@media (min-width: 1200px) {
  .form-description-bottom li {
    border-radius: calc(20 / 1920 * (100vw - 98px));
    font-size: calc(20 / 1920 * (100vw - 98px));
    line-height: calc(28 / 1920 * (100vw - 98px));
    margin-bottom: calc(16 / 1920 * (100vw - 98px));
    padding-top: calc(5 / 1920 * (100vw - 98px));
    padding-bottom: calc(5 / 1920 * (100vw - 98px));
    padding-left: calc(19 / 1920 * (100vw - 98px));
    padding-right: calc(19 / 1920 * (100vw - 98px));
  }
}
.form-description-bottom li:last-child {
  margin-bottom: 0;
}
.form-wrapper {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media (min-width: 991px) {
  .form-wrapper {
    flex-direction: row;
  }
}
.form .hidden-fields-container,
.form .wpcf7-response-output {
  font-size: 13px;
  width: 100%;
}
@media (min-width: 1200px) {
  .form .hidden-fields-container,
  .form .wpcf7-response-output {
    font-size: calc(13 / 1920 * (100vw - 98px));
  }
}
@media (min-width: 991px) {
  .form .wpcf7-response-output {
    bottom: 0;
    position: absolute;
    right: 0;
    text-align: right;
    width: calc(100% - 230px);
  }
}
.form .screen-reader-response {
  display: none;
  font-size: 14px;
}
@media (min-width: 1200px) {
  .form .screen-reader-response {
    font-size: calc(14 / 1920 * (100vw - 98px));
  }
}
.form .screen-reader-response ul {
  margin: 0;
  padding: 0;
}
.form .screen-reader-response li {
  list-style: none;
}
.form .wpcf7-not-valid-tip {
  bottom: -20px;
  font-size: 13px;
  left: 32px;
  position: absolute;
}
@media (min-width: 1200px) {
  .form .wpcf7-not-valid-tip {
    bottom: calc(-20 / 1920 * (100vw - 98px));
    font-size: calc(13 / 1920 * (100vw - 98px));
    left: calc(32 / 1920 * (100vw - 98px));
  }
}
.form .wpcf7 {
  display: flex;
  flex-direction: column-reverse;
}
.form .wpcf7-form-control-wrap {
  position: relative;
  width: 100%;
}
@media (min-width: 768px) {
  .form .wpcf7-form-control-wrap {
    width: calc(50% - 12px);
  }
}
@media (min-width: 1200px) {
  .form .wpcf7-form-control-wrap {
    width: calc(50% - (12 / 1920 * (100vw - 98px)));
  }
}
.form .wpcf7-form-control-wrap:has(textarea),
.form .wpcf7-form-control-wrap:has(.wpcf7-acceptance) {
  width: 100%;
}
.form-fields,
.form form {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  flex: 0 1 calc(50% - 20px);
  position: relative;
}
@media (min-width: 1200px) {
  .form-fields,
  .form form {
    gap: calc(24 / 1920 * (100vw - 98px));
  }
}
.form-fields .hbspt-form,
.form form .hbspt-form {
  background: transparent;
  width: 100%;
}
.form-fields input[type="text"],
.form form input[type="text"],
.form-fields input[type="email"],
.form form input[type="email"],
.form-fields input[type="tel"],
.form form input[type="tel"],
.form-fields textarea,
.form form textarea {
  border: 1px solid rgba(0, 0, 0, 0.5);
  border-radius: 35px;
  color: #000;
  font-size: 16px;
  font-weight: 300;
  line-height: 22px;
  height: 70px;
  min-height: initial;
  padding: 23px 31px;
  width: 100%;
}
@media (min-width: 1200px) {
  .form-fields input[type="text"],
  .form form input[type="text"],
  .form-fields input[type="email"],
  .form form input[type="email"],
  .form-fields input[type="tel"],
  .form form input[type="tel"],
  .form-fields textarea,
  .form form textarea {
    border-radius: calc(35 / 1920 * (100vw - 98px));
    font-size: calc(16 / 1920 * (100vw - 98px));
    line-height: calc(22 / 1920 * (100vw - 98px));
    height: calc(70 / 1920 * (100vw - 98px));
    padding-top: calc(23 / 1920 * (100vw - 98px));
    padding-bottom: calc(23 / 1920 * (100vw - 98px));
    padding-left: calc(31 / 1920 * (100vw - 98px));
    padding-right: calc(31 / 1920 * (100vw - 98px));
  }
}
.form-fields input[type="text"]::placeholder,
.form form input[type="text"]::placeholder,
.form-fields input[type="email"]::placeholder,
.form form input[type="email"]::placeholder,
.form-fields input[type="tel"]::placeholder,
.form form input[type="tel"]::placeholder,
.form-fields textarea::placeholder,
.form form textarea::placeholder {
  color: rgba(0, 0, 0, 0.5);
}
.form-fields input[type="text"].wpcf7-not-valid,
.form form input[type="text"].wpcf7-not-valid,
.form-fields input[type="email"].wpcf7-not-valid,
.form form input[type="email"].wpcf7-not-valid,
.form-fields input[type="tel"].wpcf7-not-valid,
.form form input[type="tel"].wpcf7-not-valid,
.form-fields textarea.wpcf7-not-valid,
.form form textarea.wpcf7-not-valid {
  border-color: #f00;
}
.form-fields input[type="text"]:focus,
.form form input[type="text"]:focus,
.form-fields input[type="email"]:focus,
.form form input[type="email"]:focus,
.form-fields input[type="tel"]:focus,
.form form input[type="tel"]:focus,
.form-fields textarea:focus,
.form form textarea:focus {
  outline: none;
}
.form-fields textarea,
.form form textarea {
  height: 167px;
  width: 100%;
}
@media (min-width: 1200px) {
  .form-fields textarea,
  .form form textarea {
    height: calc(167 / 1920 * (100vw - 98px));
  }
}
.form .agree,
.form .wpcf7-acceptance {
  cursor: pointer;
  font-size: 16px;
  line-height: 1.4;
  position: relative;
}
@media (min-width: 1200px) {
  .form .agree,
  .form .wpcf7-acceptance {
    font-size: calc(16 / 1920 * (100vw - 98px));
  }
}
.form .agree::before,
.form .wpcf7-acceptance::before {
  border: 1px solid #000;
  border-radius: 50%;
  content: '';
  height: 24px;
  left: 0;
  position: absolute;
  top: 0;
  width: 24px;
}
@media (min-width: 1200px) {
  .form .agree::before,
  .form .wpcf7-acceptance::before {
    height: calc(24 / 1920 * (100vw - 98px));
    width: calc(24 / 1920 * (100vw - 98px));
  }
}
.form .agree::after,
.form .wpcf7-acceptance::after {
  background: #1418DD;
  border-radius: 50%;
  content: '';
  left: 12px;
  position: absolute;
  top: 12px;
  transition: all 0.25s ease;
  width: 0;
  height: 0;
}
@media (min-width: 1200px) {
  .form .agree::after,
  .form .wpcf7-acceptance::after {
    left: calc(12 / 1920 * (100vw - 98px));
    top: calc(12 / 1920 * (100vw - 98px));
  }
}
.form .agree .wpcf7-list-item label,
.form .wpcf7-acceptance .wpcf7-list-item label {
  cursor: pointer;
  display: block;
  padding: 0 0 0 40px;
  position: relative;
  z-index: 9;
}
@media (min-width: 1200px) {
  .form .agree .wpcf7-list-item label,
  .form .wpcf7-acceptance .wpcf7-list-item label {
    padding-left: calc(40 / 1920 * (100vw - 98px));
  }
}
.form .agree:has(:checked)::after,
.form .wpcf7-acceptance:has(:checked)::after {
  left: 7px;
  top: 7px;
  height: 10px;
  width: 10px;
}
@media (min-width: 1200px) {
  .form .agree:has(:checked)::after,
  .form .wpcf7-acceptance:has(:checked)::after {
    left: calc(7 / 1920 * (100vw - 98px));
    top: calc(7 / 1920 * (100vw - 98px));
    height: calc(10 / 1920 * (100vw - 98px));
    width: calc(10 / 1920 * (100vw - 98px));
  }
}
.form .agree a,
.form .wpcf7-acceptance a {
  color: #1418DD;
}
.form .agree a:hover,
.form .wpcf7-acceptance a:hover {
  text-decoration: underline;
}
.form .agree input[type="checkbox"],
.form .wpcf7-acceptance input[type="checkbox"] {
  height: 1px;
  opacity: 0;
  position: absolute;
  visibility: hidden;
  width: 1px;
}
@media (min-width: 991px) {
  .form .btn-an-primary {
    margin: 86px 0 0;
    width: auto;
  }
}
@media (min-width: 1200px) {
  .form .btn-an-primary {
    margin-top: calc(86 / 1920 * (100vw - 98px));
  }
}
.form #country-select {
  background: transparent;
  border: 1px solid #000;
  border-radius: 70px;
  font-size: 16px;
  height: 70px;
  padding: 23px 31px;
  width: 250px;
}
@media (min-width: 1200px) {
  .form #country-select {
    border-radius: calc(70 / 1920 * (100vw - 98px));
    font-size: calc(16 / 1920 * (100vw - 98px));
    height: calc(70 / 1920 * (100vw - 98px));
    width: calc(250 / 1920 * (100vw - 98px));
    padding-top: calc(23 / 1920 * (100vw - 98px));
    padding-bottom: calc(23 / 1920 * (100vw - 98px));
    padding-left: calc(31 / 1920 * (100vw - 98px));
    padding-right: calc(31 / 1920 * (100vw - 98px));
  }
}
.form .btn-an-transparent {
  align-self: flex-start;
}
.form-cta {
  background: url("../../assets/images/constructor-newxel/bg-form-cta.jpg") no-repeat;
  background-size: cover;
  border-radius: 32px;
  color: #fff;
  display: flex;
  flex-direction: column;
  min-height: 284px;
  padding: 30px 30px 250px;
  position: relative;
  overflow: hidden;
}
@media (min-width: 575px) {
  .form-cta {
    padding: 40px 40px 40px 300px;
  }
}
@media (min-width: 991px) {
  .form-cta {
    margin: auto 0 56px;
    padding: 30px 30px 250px;
  }
}
@media (min-width: 1200px) {
  .form-cta {
    border-radius: calc(32 / 1920 * (100vw - 98px));
    min-height: calc(284 / 1920 * (100vw - 98px));
    margin-bottom: calc(56 / 1920 * (100vw - 98px));
    padding-top: calc(40 / 1920 * (100vw - 98px));
    padding-bottom: calc(40 / 1920 * (100vw - 98px));
    padding-left: calc(300 / 1920 * (100vw - 98px));
    padding-right: calc(40 / 1920 * (100vw - 98px));
  }
}
.form-cta h4 {
  font-family: "Roboto Mono", monospace;
  font-size: 40px;
  font-weight: 500;
  line-height: 1.2;
  margin: 0 0 8px;
}
@media (min-width: 1200px) {
  .form-cta h4 {
    font-size: calc(40 / 1920 * (100vw - 98px));
    margin-bottom: calc(8 / 1920 * (100vw - 98px));
  }
}
.form-cta p {
  font-size: 20px;
  line-height: 1.4;
  margin: 0 0 8px !important;
}
@media (min-width: 1200px) {
  .form-cta p {
    font-size: calc(20 / 1920 * (100vw - 98px));
    margin-bottom: calc(8 / 1920 * (100vw - 98px)) !important;
  }
}
.form-cta-name {
  font-weight: 700;
  font-size: 20px;
  display: block;
  line-height: 1.4;
  margin-top: auto;
  margin-left: auto;
}
@media (min-width: 575px) {
  .form-cta-name {
    margin-left: 0;
  }
}
@media (min-width: 991px) {
  .form-cta-name {
    margin-left: auto;
  }
}
@media (min-width: 1200px) {
  .form-cta-name {
    margin-left: 0;
    font-size: calc(20 / 1920 * (100vw - 98px));
  }
}
.form-cta-position {
  font-size: 16px;
  display: block;
  line-height: 1.4;
  margin-left: auto;
}
@media (min-width: 575px) {
  .form-cta-position {
    margin-left: 0;
  }
}
@media (min-width: 991px) {
  .form-cta-position {
    margin-left: auto;
  }
}
@media (min-width: 1200px) {
  .form-cta-position {
    font-size: calc(16 / 1920 * (100vw - 98px));
    margin-left: 0;
  }
}
.form-cta-photo {
  bottom: 0;
  left: 0;
  height: auto;
  position: absolute;
  width: 276px;
}
@media (min-width: 1200px) {
  .form-cta-photo {
    width: calc(276 / 1920 * (100vw - 98px));
  }
}
.form-transparent form {
  gap: 24px;
}
@media (min-width: 1200px) {
  .form-transparent form {
    gap: calc(24 / 1920 * (100vw - 98px));
  }
}
@media (min-width: 991px) {
  .form-transparent .btn-an-primary {
    margin: 24px 0 0;
    width: auto;
  }
}
@media (min-width: 1200px) {
  .form-transparent .btn-an-primary {
    margin-top: calc(24 / 1920 * (100vw - 98px));
  }
}
.form-transparent label.label-form {
  align-items: center;
  color: rgba(0, 0, 0, 0.5);
  display: flex;
  font-size: 16px;
  gap: 16px;
  line-height: 1.4;
  margin: 0 0 -4px 33px;
  width: 100%;
}
@media (min-width: 575px) {
  .form-transparent label.label-form {
    gap: 45px;
  }
}
@media (min-width: 1200px) {
  .form-transparent label.label-form {
    font-size: calc(16 / 1920 * (100vw - 98px));
    margin-left: calc(33 / 1920 * (100vw - 98px));
    margin-bottom: calc(-4 / 1920 * (100vw - 98px));
  }
}
.form-transparent label.label-form span {
  font-size: 12px;
}
.form-transparent .form-fields input[type="text"],
.form-transparent .form-fields input[type="email"],
.form-transparent .form-fields input[type="tel"],
.form-transparent .form-fields textarea {
  background: transparent;
  border: 1px solid #000;
}
.form .form-field {
  position: relative;
  width: 100%;
}
@media (min-width: 575px) {
  .form .form-field {
    width: calc(100% - 274px);
  }
}
@media (min-width: 1200px) {
  .form .form-field {
    width: calc(100% - calc(250 / 1920 * (100vw - 98px)) - calc(24 / 1920 * (100vw - 98px)));
  }
}
.form .form-field [data-name="phone_code"] {
  left: 31px;
  position: absolute;
  top: 0;
  width: 70px;
  z-index: 9;
}
@media (min-width: 1200px) {
  .form .form-field [data-name="phone_code"] {
    left: calc(31 / 1920 * (100vw - 98px));
    width: calc(70 / 1920 * (100vw - 98px));
  }
}
.form .form-field [data-name="phone_code"] input {
  border: none;
  padding: 23px 0;
}
@media (min-width: 1200px) {
  .form .form-field [data-name="phone_code"] input {
    padding-top: calc(23 / 1920 * (100vw - 98px));
    padding-bottom: calc(23 / 1920 * (100vw - 98px));
  }
}
.form .form-field [data-name="your-phone"] input {
  padding-left: 80px;
}
@media (min-width: 1200px) {
  .form .form-field [data-name="your-phone"] input {
    padding-left: calc(80 / 1920 * (100vw - 98px));
  }
}
.form [data-name="file-form"] {
  display: block;
  width: 100%;
}
.form [data-name="file-form"] input {
  background: none;
  border: none;
  inset: 0;
  opacity: 0;
  position: absolute;
  z-index: 9;
}
.form [data-name="file-form"] .form-group-file-home {
  display: flex;
  gap: 12px;
  background: transparent;
  border: 1px solid #000;
  border-radius: 70px;
  padding: 15px 31px;
  text-align: left;
  position: relative;
  white-space: nowrap;
}
@media (min-width: 1200px) {
  .form [data-name="file-form"] .form-group-file-home {
    border-radius: calc(70 / 1920 * (100vw - 98px));
    padding-left: calc(31 / 1920 * (100vw - 98px));
    padding-right: calc(31 / 1920 * (100vw - 98px));
    padding-top: calc(15 / 1920 * (100vw - 98px));
    padding-bottom: calc(15 / 1920 * (100vw - 98px));
  }
}
.form [data-name="file-form"] .form-group-file-home::before {
  display: none;
}
.form [data-name="file-form"] .file-title {
  color: rgba(0, 0, 0, 0.5);
  font-size: 0;
  font-weight: 300;
}
.form [data-name="file-form"] .file-title::before {
  content: 'Supports: Doc, Docx, Pdf, max size 5MB';
  font-size: 14px;
  line-height: 34px;
}
@media (min-width: 1200px) {
  .form [data-name="file-form"] .file-title::before {
    font-size: calc(14 / 1920 * (100vw - 98px));
    line-height: calc(34 / 1920 * (100vw - 98px));
  }
}
.form [data-name="file-form"] .file-title.upload {
  font-size: 14px;
  line-height: 34px;
}
@media (min-width: 1200px) {
  .form [data-name="file-form"] .file-title.upload {
    font-size: calc(14 / 1920 * (100vw - 98px));
    line-height: calc(34 / 1920 * (100vw - 98px));
  }
}
.form [data-name="file-form"] .file-title.upload::before {
  display: none;
}
.form [data-name="file-form"] .file-text {
  color: rgba(0, 0, 0, 0.5);
  display: none;
  font-size: 14px;
  line-height: 34px;
}
@media (min-width: 1200px) {
  .form [data-name="file-form"] .file-text {
    font-size: calc(14 / 1920 * (100vw - 98px));
    line-height: calc(34 / 1920 * (100vw - 98px));
  }
}
.accordion-wrapper {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media (min-width: 1200px) {
  .accordion-wrapper {
    gap: calc(16 / 1920 * (100vw - 98px));
  }
}
.accordion-item {
  background: #F4F4F4;
  border-radius: 16px;
  padding: 24px 32px;
}
@media (min-width: 991px) {
  .accordion-item {
    border-radius: 32px;
  }
}
@media (min-width: 1200px) {
  .accordion-item {
    border-radius: calc(32 / 1920 * (100vw - 98px));
    padding-top: calc(24 / 1920 * (100vw - 98px));
    padding-bottom: calc(24 / 1920 * (100vw - 98px));
    padding-left: calc(32 / 1920 * (100vw - 98px));
    padding-right: calc(32 / 1920 * (100vw - 98px));
  }
}
.accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
}
.accordion-content strong,
.accordion-content b {
  font-weight: 700;
}
.accordion h3 {
  cursor: pointer;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.2;
  transition: all 0.4s ease;
  margin: 0;
  padding: 0 40px 0 0;
  position: relative;
}
@media (min-width: 991px) {
  .accordion h3 {
    font-size: 28px;
  }
}
@media (min-width: 1200px) {
  .accordion h3 {
    font-size: calc(28 / 1920 * (100vw - 98px));
    padding-right: calc(40 / 1920 * (100vw - 98px));
  }
}
.accordion h3::after,
.accordion h3::before {
  background: #000;
  content: '';
  position: absolute;
  right: 0;
  top: 15px;
  height: 3px;
  transition: all 0.4s ease;
  width: 24px;
}
@media (min-width: 1200px) {
  .accordion h3::after,
  .accordion h3::before {
    height: calc(3 / 1920 * (100vw - 98px));
    top: calc(15 / 1920 * (100vw - 98px));
    width: calc(24 / 1920 * (100vw - 98px));
  }
}
.accordion h3::after {
  height: 24px;
  right: 10px;
  top: 5px;
  width: 3px;
}
@media (min-width: 1200px) {
  .accordion h3::after {
    height: calc(24 / 1920 * (100vw - 98px));
    right: calc(10 / 1920 * (100vw - 98px));
    top: calc(5 / 1920 * (100vw - 98px));
    width: calc(3 / 1920 * (100vw - 98px));
  }
}
.accordion h3.current {
  margin: 0 0 22px;
}
@media (min-width: 1200px) {
  .accordion h3.current {
    margin-bottom: calc(22 / 1920 * (100vw - 98px));
  }
}
.accordion h3.current::after {
  transform: rotateX(90deg);
}
.footer {
  position: relative;
}
.footer.animate::before {
  width: 100%;
}
.footer::before {
  background: #000;
  content: '';
  height: 1px;
  left: 0;
  position: absolute;
  top: 0;
  transition: all 2s linear;
  width: 0;
}
.footer-top {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  flex-wrap: wrap;
  padding: 80px 0;
}
@media (min-width: 1200px) {
  .footer-top {
    flex-wrap: nowrap;
  }
}
@media (min-width: 1400px) {
  .footer-top {
    gap: calc(130 / 1920 * (100vw - 98px));
  }
}
.footer-nav {
  display: flex;
  gap: 60px;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
}
@media (min-width: 768px) {
  .footer-nav {
    flex-direction: row;
  }
}
@media (min-width: 1200px) {
  .footer-nav {
    width: auto;
  }
}
@media (min-width: 1400px) {
  .footer-nav {
    gap: calc(130 / 1920 * (100vw - 98px));
  }
}
.footer-nav .footer-column li {
  margin-bottom: 16px;
}
.footer-nav .footer-column li:last-child {
  margin-bottom: 0;
}
.footer-nav a {
  color: #000;
  font-size: 20px;
  line-height: 1.4;
}
@media (min-width: 1200px) {
  .footer-nav a {
    font-size: calc(20 / 1920 * (100vw - 98px));
  }
}
.footer-nav a:hover {
  text-decoration: underline;
}
.footer-nav .footer-column-title {
  display: block;
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 16px;
}
@media (min-width: 1200px) {
  .footer-nav .footer-column-title {
    font-size: calc(20 / 1920 * (100vw - 98px));
    margin-bottom: calc(16 / 1920 * (100vw - 98px));
  }
}
.footer-column {
  display: flex;
  flex-direction: column;
}
.footer-column-first {
  order: 2;
}
@media (min-width: 1200px) {
  .footer-column-first {
    order: initial;
  }
}
.footer-column-last {
  order: 3;
}
@media (min-width: 1200px) {
  .footer-column-last {
    order: initial;
  }
}
.footer-logo {
  margin: 0 0 24px;
}
@media (min-width: 1200px) {
  .footer-logo {
    margin-bottom: calc(24 / 1920 * (100vw - 98px));
  }
}
@media (min-width: 768px) {
  .footer-logo {
    margin: 0;
  }
}
.footer-logo img {
  display: block;
  height: auto;
  max-width: 255px;
}
@media (min-width: 1200px) {
  .footer-logo img {
    max-width: calc(255 / 1920 * (100vw - 98px));
  }
}
.footer-scroll {
  align-items: center;
  display: flex;
  justify-content: center;
  height: 146px;
  margin: auto 0 0;
  position: relative;
  width: 146px;
}
@media (min-width: 1200px) {
  .footer-scroll {
    height: calc(146 / 1920 * (100vw - 98px));
    width: calc(146 / 1920 * (100vw - 98px));
  }
}
.footer-scroll::before {
  animation: loop-scroll 12s linear infinite;
  background: url("../../assets/images/constructor-newxel/footer-scroll-bg.svg") no-repeat center;
  background-size: contain;
  content: '';
  inset: 0;
  position: absolute;
}
@media (min-width: 1200px) {
  .footer-scroll::before {
    height: calc(147 / 1920 * (100vw - 98px));
    width: calc(147 / 1920 * (100vw - 98px));
  }
}
@keyframes loop-scroll {
  from {
    rotate: 0deg;
  }
  to {
    rotate: 360deg;
  }
}
.footer-scroll span {
  background: url("../../assets/images/constructor-newxel/footer-scroll-btn.png") no-repeat center;
  background-size: 91px 91px;
  cursor: pointer;
  display: block;
  height: 91px;
  position: relative;
  width: 91px;
  z-index: 9;
}
@media (min-width: 1200px) {
  .footer-scroll span {
    background-size: calc(91 / 1920 * (100vw - 98px));
    height: calc(91 / 1920 * (100vw - 98px));
    width: calc(91 / 1920 * (100vw - 98px));
  }
}
.footer-email {
  color: #1418DD;
  margin: 0 0 16px;
}
@media (min-width: 1200px) {
  .footer-email {
    margin-bottom: calc(16 / 1920 * (100vw - 98px));
  }
}
.footer-email:hover {
  text-decoration: underline;
}
.footer-social {
  display: flex;
  gap: 16px;
  justify-content: space-between;
  padding: 0 0 56px;
}
@media (min-width: 1200px) {
  .footer-social {
    gap: calc(16 / 1920 * (100vw - 98px));
    margin-bottom: calc(56 / 1920 * (100vw - 98px));
  }
}
.footer-offices {
  margin: auto 0 0;
  white-space: nowrap;
}
.footer-offices-title {
  display: block;
  font-size: 16px;
  font-weight: 300;
  margin: 0 0 16px;
}
@media (min-width: 1200px) {
  .footer-offices-title {
    font-size: calc(16 / 1920 * (100vw - 98px));
    margin-bottom: calc(16 / 1920 * (100vw - 98px));
  }
}
.footer-offices-item {
  background: url("../../assets/images/constructor-newxel/icon-office.png") no-repeat 0 0;
  background-size: auto 40px;
  margin: 0 0 4px;
  padding: 12px 0 0 42px;
}
@media (min-width: 1200px) {
  .footer-offices-item {
    background-size: calc(40 / 1920 * (100vw - 98px));
    padding-top: calc(12 / 1920 * (100vw - 98px));
    padding-left: calc(42 / 1920 * (100vw - 98px));
    margin-bottom: calc(4 / 1920 * (100vw - 98px));
  }
}
.footer-bottom {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 24px;
  padding: 0 0 13px;
  text-align: center;
}
@media (min-width: 768px) {
  .footer-bottom {
    flex-direction: row;
    justify-content: space-between;
    text-align: left;
  }
}
@media (min-width: 1200px) {
  .footer-bottom {
    gap: calc(24 / 1920 * (100vw - 98px));
    padding-bottom: calc(13 / 1920 * (100vw - 98px));
  }
}
.footer-bottom-nav ul {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 20px;
}
@media (min-width: 768px) {
  .footer-bottom-nav ul {
    flex-direction: row;
    justify-content: flex-start;
    gap: 40px;
  }
}
@media (min-width: 1200px) {
  .footer-bottom-nav ul {
    gap: calc(40 / 1920 * (100vw - 98px));
  }
}
.footer-bottom-nav a {
  color: #616161;
  font-size: 16px;
}
@media (min-width: 1200px) {
  .footer-bottom-nav a {
    font-size: calc(16 / 1920 * (100vw - 98px));
  }
}
.footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer .copy {
  color: #616161;
  font-size: 16px;
}
@media (min-width: 1200px) {
  .footer .copy {
    font-size: calc(16 / 1920 * (100vw - 98px));
  }
}
.case-studies ul,
.reviews ul {
  bottom: -26px;
  counter-reset: counter;
  display: flex !important;
  justify-content: space-between;
  height: 50px;
  left: calc(50% - 55px);
  width: 110px !important;
}
@media (min-width: 991px) {
  .case-studies ul,
  .reviews ul {
    bottom: -56px;
  }
}
@media (min-width: 1200px) {
  .case-studies ul,
  .reviews ul {
    left: calc(50% - (55 / 1920) * (100vw - 98px));
    bottom: calc(-56 / 1920 * (100vw - 98px));
    height: calc(50 / 1920 * (100vw - 98px));
    width: calc(110 / 1920 * (100vw - 98px)) !important;
  }
}
.case-studies ul::after,
.reviews ul::after {
  color: #000;
  content: '|';
  font-size: 20px;
  line-height: 29px;
  left: calc(50% - 3px);
  position: absolute;
  top: 11px;
}
@media (min-width: 1200px) {
  .case-studies ul::after,
  .reviews ul::after {
    left: calc(50% - (3 / 1920) * (100vw - 98px));
    font-size: calc(20 / 1920 * (100vw - 98px));
    line-height: calc(29 / 1920 * (100vw - 98px));
    top: calc(11 / 1920 * (100vw - 98px));
  }
}
.case-studies ul li,
.reviews ul li {
  background: none;
  counter-increment: counter;
  height: auto;
  list-style: none;
  margin: 0;
  position: absolute;
  opacity: 1;
  width: auto;
}
.case-studies ul li::before,
.reviews ul li::before {
  color: #000;
  content: "0" counter(counter);
  font-size: 20px;
  line-height: 29px;
  transition: all 0.25s ease;
  opacity: 0;
}
@media (min-width: 1200px) {
  .case-studies ul li::before,
  .reviews ul li::before {
    font-size: calc(20 / 1920 * (100vw - 98px));
    line-height: calc(29 / 1920 * (100vw - 98px));
  }
}
.case-studies ul li:last-child::after,
.reviews ul li:last-child::after {
  color: #000;
  content: "0" counter(counter);
  font-size: 20px;
  line-height: 29px;
  left: 40px;
  position: absolute;
  opacity: 1;
}
@media (min-width: 1200px) {
  .case-studies ul li:last-child::after,
  .reviews ul li:last-child::after {
    left: calc(40 / 1920 * (100vw - 98px));
    font-size: calc(20 / 1920 * (100vw - 98px));
    line-height: calc(29 / 1920 * (100vw - 98px));
  }
}
.case-studies ul li button,
.reviews ul li button {
  display: none;
}
.case-studies ul li.slick-active,
.reviews ul li.slick-active {
  width: auto;
  z-index: 9;
}
.case-studies ul li.slick-active::before,
.reviews ul li.slick-active::before {
  opacity: 1;
}
.logos-wrapper {
  background: #1418DD;
  border-radius: 32px;
}
@media (min-width: 1200px) {
  .logos-wrapper {
    border-radius: calc(32 / 1920 * (100vw - 98px));
  }
}
.logos-wrapper .container {
  align-items: center;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  justify-content: space-between;
  padding: 40px 20px;
}
@media (min-width: 768px) {
  .logos-wrapper .container {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 991px) {
  .logos-wrapper .container {
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
    padding: 80px 60px;
  }
}
@media (min-width: 1200px) {
  .logos-wrapper .container {
    grid-template-columns: repeat(6, 1fr);
    gap: calc(60 / 1920 * (100vw - 98px));
    padding-top: calc(80 / 1920 * (100vw - 98px));
    padding-bottom: calc(80 / 1920 * (100vw - 98px));
    padding-left: calc(60 / 1920 * (100vw - 98px));
    padding-right: calc(60 / 1920 * (100vw - 98px));
  }
}
@media (min-width: 1640px) {
  .logos-wrapper .container {
    padding-left: calc(15 / 1920 * (100vw - 98px));
    padding-right: calc(15 / 1920 * (100vw - 98px));
  }
}
.logos-wrapper img {
  display: block;
  height: auto;
  max-width: 100%;
}
.team-calc .your-team-textarea {
  display: none;
}
.team-calc .section-description {
  margin-bottom: 0;
}
@media (min-width: 991px) {
  .team-calc .section-description {
    margin-bottom: 34px;
  }
}
@media (min-width: 1200px) {
  .team-calc .section-description {
    margin-bottom: calc(34 / 1920 * (100vw - 98px));
  }
}
.team-calc .container {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.team-calc-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}
.team-calc-screen {
  display: none;
  flex-direction: column;
  gap: 56px;
  justify-content: center;
}
@media (min-width: 1200px) {
  .team-calc-screen {
    gap: calc(56 / 1920 * (100vw - 98px));
  }
}
.team-calc-screen.current {
  display: flex;
}
.team-calc-steps {
  align-self: center;
  display: inline-flex;
  position: relative;
}
.team-calc-steps-block {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 8px;
  justify-content: center;
  margin: 0 0 56px;
}
@media (min-width: 1200px) {
  .team-calc-steps-block {
    gap: calc(8 / 1920 * (100vw - 98px));
    margin-bottom: calc(56 / 1920 * (100vw - 98px));
  }
}
.team-calc-steps-title {
  font-size: 16px;
  line-height: 1.4;
  font-weight: 700;
}
@media (min-width: 991px) {
  .team-calc-steps-title {
    font-size: 20px;
  }
}
@media (min-width: 1200px) {
  .team-calc-steps-title {
    font-size: calc(20 / 1920 * (100vw - 98px));
  }
}
.team-calc-steps-wrapper {
  display: flex;
  gap: 16px;
}
@media (min-width: 1200px) {
  .team-calc-steps-wrapper {
    gap: calc(16 / 1920 * (100vw - 98px));
  }
}
.team-calc-step {
  background: #fff;
  border-radius: 100px;
  border: 1px solid #000;
  height: 32px;
  transition: all 0.25s ease;
  width: 32px;
  position: relative;
  z-index: 9;
}
@media (min-width: 1200px) {
  .team-calc-step {
    border-radius: calc(100 / 1920 * (100vw - 98px));
    height: calc(32 / 1920 * (100vw - 98px));
    width: calc(32 / 1920 * (100vw - 98px));
  }
}
.team-calc-step.current {
  background: #1418DD;
  border-color: #1418DD;
}
.team-calc-email {
  background: #1418DD;
  border-color: #1418DD;
  border-radius: 100px;
  bottom: 56px;
  height: 32px;
  position: absolute;
  right: calc(50% - 40px);
  width: 32px;
  transform-origin: center;
}
@media (min-width: 1200px) {
  .team-calc-email {
    right: calc(50% - (40 / 1920 * (100vw - 98px)));
    border-radius: calc(100 / 1920 * (100vw - 98px));
    bottom: calc(56 / 1920 * (100vw - 98px));
    height: calc(32 / 1920 * (100vw - 98px));
    width: calc(32 / 1920 * (100vw - 98px));
  }
}
.team-calc-email.current {
  animation: fallAnim 3s forwards;
}
@keyframes fallAnim {
  0% {
    right: calc(50% - (40 / 1920 * (100vw - 98px)));
    transform: translateY(0) scale(1);
    opacity: 1;
  }
  10% {
    right: calc(50% - (16 / 1920 * (100vw - 98px)));
    transform: translateY(0) scale(1);
    opacity: 1;
  }
  100% {
    right: calc(50% - (16 / 1920 * (100vw - 98px)));
    transform: translateY(calc(220 / 1920 * (100vw - 98px))) scale(0);
    opacity: 1;
  }
}
.team-calc-email-text {
  font-weight: 700;
  font-size: 28px;
  left: 0;
  line-height: 120%;
  opacity: 0;
  position: absolute;
  right: 0;
  text-align: center;
  top: 325px;
  transition: all 0.25s ease;
}
@media (min-width: 1200px) {
  .team-calc-email-text {
    font-size: calc(28 / 1920 * (100vw - 98px));
    top: calc(325 / 1920 * (100vw - 98px));
  }
}
.team-calc-email-text.show {
  opacity: 1;
}
.team-calc-email-text.current {
  color: #1418DD;
}
.team-calc-email-second {
  background: url('data:image/svg+xml,<svg width="68" height="49" viewBox="0 0 68 49" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M65.5879 4.44727C66.639 6.03011 67.2529 7.92827 67.2529 9.9707V39.0059C67.2529 44.5286 62.7757 49.0059 57.2529 49.0059H10.4521C4.92934 49.0059 0.452211 44.5287 0.452148 39.0059V9.9707C0.452169 7.93684 1.0605 6.04565 2.10352 4.4668L33.833 28.4131L65.5879 4.44727ZM57.9834 0C59.687 0.122976 61.2711 0.67189 62.6318 1.54199L33.833 23.2783L5.05078 1.55664C6.41649 0.678149 8.00869 0.123672 9.72168 0H57.9834Z" fill="%231418DD"/></svg>') no-repeat center;
  content: '';
  height: 49px;
  left: 22px;
  opacity: 0;
  position: absolute;
  top: 230px;
  transform-origin: center;
  width: 68px;
}
@media (min-width: 1200px) {
  .team-calc-email-second {
    left: calc(26 / 1920 * (100vw - 98px));
    top: calc(230 / 1920 * (100vw - 98px));
  }
}
.team-calc-email-second.current {
  animation: fallAnimRevert 1.3s forwards;
  animation-delay: 2s;
}
@keyframes fallAnimRevert {
  0% {
    transform: scale(0) translateX(0);
    opacity: 0;
  }
  30% {
    transform: scale(1) translateX(0);
    opacity: 1;
  }
  50% {
    border-radius: 50%;
    transform: scale(1) translateX(0);
    opacity: 1;
    width: 49px;
  }
  55% {
    background-color: #1418DD;
    border-radius: 50%;
    transform: scale(1) translateX(0);
    opacity: 1;
    width: 49px;
  }
  100% {
    background-color: #1418DD;
    border-radius: 50%;
    transform: scale(1) translateX(4000px);
    opacity: 1;
    width: 49px;
  }
}
.team-calc-levels {
  align-self: center;
  background: #f4f4f4;
  border-radius: 37px;
  display: flex;
}
@media (min-width: 1200px) {
  .team-calc-levels {
    border-radius: calc(37 / 1920 * (100vw - 98px));
  }
}
.team-calc-level {
  border-radius: 37px;
  cursor: pointer;
  color: #000;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
  padding: 8px 18px;
  transition: all 0.25s ease;
}
@media (min-width: 991px) {
  .team-calc-level {
    font-size: 24px;
    padding: 12px 24px;
  }
}
@media (min-width: 1200px) {
  .team-calc-level {
    border-radius: calc(37 / 1920 * (100vw - 98px));
    font-size: calc(24 / 1920 * (100vw - 98px));
    padding-top: calc(12 / 1920 * (100vw - 98px));
    padding-bottom: calc(12 / 1920 * (100vw - 98px));
    padding-right: calc(24 / 1920 * (100vw - 98px));
    padding-left: calc(24 / 1920 * (100vw - 98px));
  }
}
.team-calc-level.current,
.team-calc-level:hover {
  background: #2fcbdf;
  color: #fff;
}
.team-calc-level.current:nth-child(2),
.team-calc-level:hover:nth-child(2) {
  background: #fab229;
}
.team-calc-level.current:nth-child(3),
.team-calc-level:hover:nth-child(3) {
  background: #551179;
}
.team-calc-select {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin: 0 auto;
  max-width: 1256px;
  position: relative;
  width: 100%;
}
@media (min-width: 1200px) {
  .team-calc-select {
    gap: calc(8 / 1920 * (100vw - 98px));
    max-width: calc(1256 / 1920 * (100vw - 98px));
  }
}
.team-calc-select-item {
  align-items: flex-start;
  display: flex;
  gap: 8px;
  flex-direction: column;
}
@media (min-width: 1200px) {
  .team-calc-select-item {
    gap: calc(8 / 1920 * (100vw - 98px));
  }
}
@media (min-width: 991px) {
  .team-calc-select-item {
    gap: 0;
    flex-direction: row;
  }
}
.team-calc-select-button {
  align-items: center;
  background: #ffffff;
  border: 0.5px solid rgba(0, 0, 0, 0.5);
  border-radius: 32px;
  cursor: pointer;
  display: flex;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  justify-content: space-between;
  padding: 10px 25px;
  transition: all 0.25s ease;
}
@media (min-width: 991px) {
  .team-calc-select-button {
    font-size: 24px;
    line-height: 32px;
    padding: 13px 31px;
  }
}
@media (min-width: 1200px) {
  .team-calc-select-button {
    font-size: calc(24 / 1920 * (100vw - 98px));
    line-height: calc(32 / 1920 * (100vw - 98px));
    padding-top: calc(13 / 1920 * (100vw - 98px));
    padding-bottom: calc(13 / 1920 * (100vw - 98px));
    padding-left: calc(31 / 1920 * (100vw - 98px));
    padding-right: calc(31 / 1920 * (100vw - 98px));
  }
}
.team-calc-select-amount {
  align-items: center;
  display: flex;
  gap: 12px;
}
@media (min-width: 1200px) {
  .team-calc-select-amount {
    gap: calc(12 / 1920 * (100vw - 98px));
  }
}
.team-calc-select-amount-minus,
.team-calc-select-amount-plus {
  background: url('data:image/svg+xml,<svg width="13" height="8" viewBox="0 0 13 8" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0.500001 4L12.5 4" stroke="black" stroke-width="1.71429"/></svg>') no-repeat center;
  cursor: pointer;
  height: 20px;
  width: 20px;
}
@media (min-width: 1200px) {
  .team-calc-select-amount-minus,
  .team-calc-select-amount-plus {
    height: calc(20 / 1920 * (100vw - 98px));
    width: calc(20 / 1920 * (100vw - 98px));
  }
}
.team-calc-select-amount-plus {
  background-image: url('data:image/svg+xml,<svg width="12" height="12" viewBox="0 0 12 12" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M6 0V12" stroke="black" stroke-width="1.71429"/><path d="M0 6L12 6" stroke="black" stroke-width="1.71429"/></svg>');
}
.team-calc-select-amount-count {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
}
@media (min-width: 991px) {
  .team-calc-select-amount-count {
    font-size: 24px;
  }
}
@media (min-width: 1200px) {
  .team-calc-select-amount-count {
    font-size: calc(24 / 1920 * (100vw - 98px));
  }
}
.team-calc-select-category {
  position: relative;
  width: 100%;
}
@media (min-width: 991px) {
  .team-calc-select-category {
    width: calc(50% - 8px);
  }
}
.team-calc-select-category::after {
  background: url('data:image/svg+xml,<svg width="22" height="20" viewBox="0 0 22 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M21.5522 9.55356L11.9897 19.0774L10.213 17.2938L16.771 10.762L-9.8552e-06 10.5901L0.0255399 8.05234L16.9816 8.22566L10.4063 1.62416L12.0374 2.45185e-05L21.5522 9.55356Z" fill="%231418DD"/></svg>') no-repeat center;
  content: '';
  height: 22px;
  position: absolute;
  right: 31px;
  top: calc(50% - 11px);
  width: 22px;
}
@media (min-width: 1200px) {
  .team-calc-select-category::after {
    right: calc(31 / 1920 * (100vw - 98px));
  }
}
.team-calc-select-category.current {
  background: #f4f4f4;
  font-weight: 700;
}
.team-calc-select-category.current + .team-calc-select-category-list {
  max-height: initial;
  transition: max-height 0.4s ease;
}
@media (min-width: 991px) {
  .team-calc-select-category.current + .team-calc-select-category-list {
    visibility: visible;
    opacity: 1;
  }
}
.team-calc-select-category-list {
  display: flex;
  flex-direction: column;
  max-height: 0;
  overflow: hidden;
  gap: 8px;
  transition: all 0.25s ease;
  width: 100%;
}
@media (min-width: 991px) {
  .team-calc-select-category-list {
    max-height: initial;
    overflow: initial;
    opacity: 0;
    right: 0;
    top: 0;
    visibility: hidden;
    position: absolute;
    width: calc(50% - 8px);
  }
}
@media (min-width: 1200px) {
  .team-calc-select-category-list {
    gap: calc(8 / 1920 * (100vw - 98px));
  }
}
.team-calc-select-category-list .team-calc-select-button {
  background: #f4f4f4;
  cursor: initial;
}
.team-calc-select-category-count {
  display: flex;
  gap: 8px;
  padding: 0 46px 0 0;
}
@media (min-width: 1200px) {
  .team-calc-select-category-count {
    gap: calc(8 / 1920 * (100vw - 98px));
    padding-right: calc(46 / 1920 * (100vw - 98px));
  }
}
.team-calc-select-category-count > div {
  border-radius: 50%;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
  height: 24px;
  text-align: center;
  width: 24px;
}
@media (min-width: 991px) {
  .team-calc-select-category-count > div {
    font-size: 20px;
    height: 32px;
    width: 32px;
  }
}
@media (min-width: 1200px) {
  .team-calc-select-category-count > div {
    font-size: calc(20 / 1920 * (100vw - 98px));
    height: calc(32 / 1920 * (100vw - 98px));
    width: calc(32 / 1920 * (100vw - 98px));
  }
}
.team-calc-select-category-count > div:empty {
  display: none;
}
.team-calc-select-category-count > div:nth-child(1) {
  background: #2fcbdf;
}
.team-calc-select-category-count > div:nth-child(2) {
  background: #fab229;
}
.team-calc-select-category-count > div:nth-child(3) {
  background: #551179;
}
.team-calc-sending {
  transition: all 0.25s ease;
}
.team-calc-sending.hide {
  opacity: 0;
  visibility: hidden;
}
.team-calc-amount {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .team-calc-amount {
    font-size: calc(28 / 1920 * (100vw - 98px));
  }
}
.team-calc-amount-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 8px;
  text-align: center;
}
@media (min-width: 1200px) {
  .team-calc-amount-wrapper {
    gap: calc(8 / 1920 * (100vw - 98px));
  }
}
.team-calc-amount-item {
  font-size: 20px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 1200px) {
  .team-calc-amount-item {
    font-size: calc(20 / 1920 * (100vw - 98px));
  }
}
.team-calc-amount-item:has(span:empty) {
  display: none;
}
.team-calc-reset {
  bottom: 35px;
  display: none;
  left: calc(50% - 91px);
  position: absolute;
  width: 182px;
}
@media (min-width: 1200px) {
  .team-calc-reset {
    left: calc(50% - (91 / 1920 * (100vw - 98px)));
    bottom: calc(35 / 1920 * (100vw - 98px));
    width: calc(182 / 1920 * (100vw - 98px));
  }
}
.team-calc-reset.show {
  display: inline-flex;
}
.team-calc-form {
  background: none;
  margin: 0 auto;
  max-width: 792px;
  width: 100%;
}
@media (min-width: 1200px) {
  .team-calc-form {
    max-width: calc(792 / 1920 * (100vw - 98px));
  }
}
.team-calc-nav {
  align-items: center;
  display: flex;
  gap: 24px;
  flex-direction: column-reverse;
  justify-content: center;
  width: 100%;
}
@media (min-width: 768px) {
  .team-calc-nav {
    flex-direction: row;
    gap: 80px;
  }
}
@media (min-width: 1200px) {
  .team-calc-nav {
    gap: calc(80 / 1920 * (100vw - 98px));
  }
}
.team-calc-nav button,
.team-calc-nav .btn-an-primary {
  margin: 0;
  width: 183px;
}
@media (min-width: 1200px) {
  .team-calc-nav button,
  .team-calc-nav .btn-an-primary {
    width: calc(183 / 1920 * (100vw - 98px));
  }
}
.team-calc .wpcf7-response-output {
  position: static;
}
.cta {
  background-size: auto 431px;
  position: relative;
  overflow: hidden;
}
@media (min-width: 991px) {
  .cta {
    background: url("../images/constructor-newxel/bg-cta.jpg") no-repeat right 0;
    background-size: cover;
    border-radius: 32px;
  }
}
@media (min-width: 1200px) {
  .cta {
    border-radius: calc(32 / 1920 * (100vw - 98px));
  }
}
.cta::before {
  background: url("../images/constructor-newxel/bg-cta-mobile.jpg") no-repeat center bottom;
  background-size: cover;
  border-radius: 32px;
  bottom: 80px;
  content: '';
  height: 430px;
  left: 0;
  position: absolute;
  right: 0;
}
@media (min-width: 991px) {
  .cta::before {
    display: none;
  }
}
@media (min-width: 1200px) {
  .cta::before {
    border-radius: calc(32 / 1920 * (100vw - 98px));
    bottom: calc(80 / 1920 * (100vw - 98px));
    height: calc(430 / 1920 * (100vw - 98px));
  }
}
.cta .container {
  min-height: 468px;
  padding-bottom: 80px;
  padding-top: 80px;
  position: relative;
}
@media (min-width: 991px) {
  .cta .container {
    align-items: stretch;
    display: flex;
    justify-content: space-between;
  }
}
@media (min-width: 1200px) {
  .cta .container {
    padding-bottom: calc(80 / 1920 * (100vw - 98px));
    min-height: calc(468 / 1920 * (100vw - 98px));
    padding-top: calc(80 / 1920 * (100vw - 98px));
  }
}
.cta-left {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 0 0 32px;
  text-align: center;
}
@media (min-width: 991px) {
  .cta-left {
    align-items: flex-start;
    max-width: 48%;
    padding: 0;
    text-align: left;
  }
}
@media (min-width: 1200px) {
  .cta-left {
    gap: calc(24 / 1920 * (100vw - 98px));
    padding-bottom: calc(32 / 1920 * (100vw - 98px));
  }
}
.cta-left a.btn-an-primary {
  border-color: #fff;
  bottom: 120px;
  position: absolute;
}
@media (min-width: 1200px) {
  .cta-left a.btn-an-primary {
    bottom: calc(120 / 1920 * (100vw - 98px));
  }
}
@media (min-width: 991px) {
  .cta-left a.btn-an-primary {
    border-color: #1418DD;
    bottom: 0;
    position: relative;
  }
}
.cta-right {
  align-items: center;
  display: flex;
  flex-direction: column;
  padding-top: 24px;
}
@media (min-width: 991px) {
  .cta-right {
    align-items: flex-start;
    padding: 0;
    width: 288px;
  }
}
@media (min-width: 1200px) {
  .cta-right {
    padding-top: calc(24 / 1920 * (100vw - 98px));
    width: calc(348 / 1920 * (100vw - 98px));
  }
}
.cta-list {
  color: #fff;
  max-width: 300px;
}
@media (min-width: 991px) {
  .cta-list {
    margin: 0;
    max-width: initial;
  }
}
.cta-list ul {
  display: flex;
  flex-direction: column;
  gap: 18px;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (min-width: 1200px) {
  .cta-list ul {
    gap: calc(18 / 1920 * (100vw - 98px));
  }
}
.cta-list li {
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  padding: 0 0 0 28px;
  position: relative;
}
@media (min-width: 1200px) {
  .cta-list li {
    font-size: calc(24 / 1920 * (100vw - 98px));
    line-height: calc(33 / 1920 * (100vw - 98px));
    padding-left: calc(37 / 1920 * (100vw - 98px));
  }
}
.cta-list li::before {
  background: url('data:image/svg+xml,<svg width="24" height="20" viewBox="0 0 24 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1.47412 8.45731L8.7155 16.3521L22.4741 1.35205" stroke="white" stroke-width="4"/></svg>') no-repeat;
  background-size: contain;
  content: '';
  height: 18px;
  left: 0;
  position: absolute;
  top: 6px;
  width: 18px;
}
@media (min-width: 1200px) {
  .cta-list li::before {
    font-size: calc(24 / 1920 * (100vw - 98px));
    height: calc(24 / 1920 * (100vw - 98px));
    width: calc(24 / 1920 * (100vw - 98px));
  }
}
.cta-photo {
  display: block;
  margin: 0 auto;
  max-width: 280px;
  width: 100%;
  height: 300px;
  object-fit: cover;
  object-position: top center;
}
@media (min-width: 991px) {
  .cta-photo {
    bottom: -50px;
    height: auto;
    max-width: 450px;
    position: absolute;
    right: 280px;
    width: 26%;
    object-fit: initial;
  }
}
@media (min-width: 1200px) {
  .cta-photo {
    bottom: calc(-50 / 1920 * (100vw - 98px));
    max-width: calc(450 / 1920 * (100vw - 98px));
    right: calc(350 / 1920 * (100vw - 98px));
    width: 25%;
  }
}
@media (min-width: 1300px) {
  .cta-photo {
    bottom: auto;
    top: calc(40 / 1920 * (100vw - 98px));
    width: 30%;
  }
}
.cta-info {
  background: #fff;
  bottom: 104px;
  display: none;
  margin-top: auto;
  position: absolute;
  padding: 4px 22px;
}
@media (min-width: 991px) {
  .cta-info {
    display: block;
    background: transparent;
    padding: 0;
    position: static;
  }
}
@media (min-width: 1200px) {
  .cta-info {
    bottom: calc(104 / 1920 * (100vw - 98px));
  }
}
.cta-name {
  font-weight: 700;
  font-size: 20px;
  line-height: 140%;
  color: #000;
}
@media (min-width: 1200px) {
  .cta-name {
    font-size: calc(20 / 1920 * (100vw - 98px));
  }
}
.cta-position {
  font-weight: 300;
  font-size: 16px;
  line-height: 140%;
  color: #000;
}
@media (min-width: 1200px) {
  .cta-position {
    font-size: calc(16 / 1920 * (100vw - 98px));
  }
}
.cta h2 {
  font-family: "Roboto Mono", monospace;
  margin: 0;
  font-weight: 500;
  font-size: 32px;
  line-height: 120%;
}
@media (min-width: 991px) {
  .cta h2 {
    color: #fff;
    font-size: 40px;
  }
}
@media (min-width: 1200px) {
  .cta h2 {
    font-size: calc(48 / 1920 * (100vw - 98px));
  }
}
@media (min-width: 1300px) {
  .cta h2 {
    font-size: calc(60 / 1920 * (100vw - 98px));
  }
}
.cta p {
  margin: 0 !important;
  font-weight: 400;
  font-size: 18px;
  line-height: 100%;
}
@media (min-width: 991px) {
  .cta p {
    color: #fff;
  }
}
@media (min-width: 1200px) {
  .cta p {
    font-size: 24px;
    font-size: calc(24 / 1920 * (100vw - 98px));
  }
}
@media (min-width: 991px) {
  .cta .btn-an-primary {
    margin-top: auto;
  }
}
.text-accordion .section-description {
  width: 100%;
}
@media (min-width: 991px) {
  .text-accordion .section-description {
    text-align: left;
    max-width: 694px;
  }
}
@media (min-width: 1200px) {
  .text-accordion .section-description {
    max-width: calc(694 / 1920 * (100vw - 98px));
  }
}
.text-accordion .accordion-wrapper {
  width: 100%;
}
@media (min-width: 991px) {
  .text-accordion .accordion-wrapper {
    max-width: 790px;
  }
}
@media (min-width: 1200px) {
  .text-accordion .accordion-wrapper {
    max-width: calc(790 / 1920 * (100vw - 98px));
  }
}
.cards-icon .container {
  position: relative;
}
@media (min-width: 991px) {
  .cards-icon .section-description {
    left: 15px;
    position: absolute;
    text-align: left;
    width: 72%;
    max-width: 100%;
  }
}
@media (min-width: 1200px) {
  .cards-icon .section-description {
    width: 46%;
    left: calc(15 / 1920 * (100vw - 98px));
  }
}
@media (min-width: 1400px) {
  .cards-icon .section-description {
    max-width: calc(680 / 1920 * (100vw - 98px));
  }
}
.cards-icon .section-description p {
  max-width: initial;
}
@media (min-width: 1200px) {
  .cards-icon .section-description p {
    font-size: 19px;
  }
}
@media (min-width: 1400px) {
  .cards-icon .section-description p {
    font-size: calc(24 / 1920 * (100vw - 98px));
  }
}
.cards-icon-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
@media (min-width: 991px) {
  .cards-icon-wrapper {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(2, auto);
  }
}
@media (min-width: 1200px) {
  .cards-icon-wrapper {
    gap: calc(16 / 1920 * (100vw - 98px));
  }
}
.cards-icon-wrapper > div:nth-child(1) {
  order: 1;
}
.cards-icon-wrapper > div:nth-child(2) {
  order: 2;
}
.cards-icon-wrapper > div:nth-child(3) {
  order: 3;
}
.cards-icon-wrapper > div:nth-child(4) {
  order: 4;
}
.cards-icon-wrapper > div:nth-child(5) {
  order: 5;
}
.cards-icon-wrapper > div:nth-child(6) {
  order: 6;
}
.cards-icon-wrapper > div:nth-child(7) {
  order: 7;
}
.cards-icon-wrapper > div:nth-child(8) {
  order: 8;
}
@media (min-width: 1200px) {
  .cards-icon-wrapper > div:nth-child(1) {
    order: 1;
  }
  .cards-icon-wrapper > div:nth-child(2) {
    order: 2;
  }
  .cards-icon-wrapper > div:nth-child(3) {
    order: 5;
  }
  .cards-icon-wrapper > div:nth-child(4) {
    order: 3;
  }
  .cards-icon-wrapper > div:nth-child(5) {
    order: 4;
  }
  .cards-icon-wrapper > div:nth-child(6) {
    order: 6;
  }
  .cards-icon-wrapper > div:nth-child(7) {
    order: 7;
  }
  .cards-icon-wrapper > div:nth-child(8) {
    order: 8;
  }
}
.cards-icon-item {
  align-items: flex-start;
  background: #F4F4F4;
  border-radius: 32px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  height: 398px;
  padding: 20px;
  position: relative;
  overflow: hidden;
  flex: 0 0 100%;
}
@media (min-width: 768px) {
  .cards-icon-item {
    flex: 0 0 calc(50% - 10px);
  }
}
@media (min-width: 1200px) {
  .cards-icon-item {
    border-radius: calc(32 / 1920 * (100vw - 98px));
    gap: calc(14 / 1920 * (100vw - 98px));
    height: calc(398 / 1920 * (100vw - 98px));
    padding: calc(40 / 1920 * (100vw - 98px));
  }
}
.cards-icon-item-transparent:empty {
  display: none;
}
@media (min-width: 991px) {
  .cards-icon-item-transparent:empty {
    display: flex;
  }
}
@media (max-width: 991px) {
  .cards-icon-item .cards-icon-content {
    top: 102px;
  }
  .cards-icon-item .cards-icon-image {
    left: calc(100% - 52px);
    opacity: 0.2;
    bottom: calc(100% - 52px);
    height: 32px;
  }
  .cards-icon-item h3 {
    font-weight: 700;
    margin: 0 0 20px;
  }
}
@media (min-width: 991px) {
  .cards-icon-item:hover .cards-icon-content {
    top: 102px;
  }
  .cards-icon-item:hover .cards-icon-image {
    left: calc(100% - 52px);
    opacity: 0.2;
    bottom: calc(100% - 52px);
    height: 32px;
  }
  .cards-icon-item:hover h3 {
    font-weight: 700;
    margin: 0 0 20px;
  }
}
@media (min-width: 1200px) {
  .cards-icon-item:hover .cards-icon-content {
    top: calc(102 / 1920 * (100vw - 98px));
  }
  .cards-icon-item:hover .cards-icon-image {
    bottom: calc(100% - (72 / 1920 * (100vw - 98px)));
    left: calc(100% - (72 / 1920 * (100vw - 98px)));
    height: calc(32 / 1920 * (100vw - 98px));
  }
  .cards-icon-item:hover h3 {
    margin-bottom: calc(20 / 1920 * (100vw - 98px));
  }
}
.cards-icon-item p {
  font-weight: 300;
  font-size: 20px;
}
@media (min-width: 991px) {
  .cards-icon-item p {
    font-size: 18px;
  }
}
@media (min-width: 1200px) {
  .cards-icon-item p {
    font-size: calc(18 / 1920 * (100vw - 98px));
  }
}
@media (min-width: 1400px) {
  .cards-icon-item p {
    font-size: calc(20 / 1920 * (100vw - 98px));
  }
}
.cards-icon-content {
  position: absolute;
  top: calc(100% - 108px);
  transition: top 0.25s ease;
  width: calc(100% - 40px);
}
@media (min-width: 991px) {
  .cards-icon-content {
    top: calc(100% - 94px);
  }
}
@media (min-width: 1200px) {
  .cards-icon-content {
    top: calc(100% - (80 / 1920 * (100vw - 98px)));
  }
}
@media (min-width: 1400px) {
  .cards-icon-content {
    top: calc(100% - (108 / 1920 * (100vw - 98px)));
  }
}
.cards-icon-number {
  border-bottom: 1px solid #000;
  color: #1418DD;
  display: inline-flex;
  font-weight: 300;
  font-size: 20px;
  line-height: 1.4;
  padding: 10px 0;
}
@media (min-width: 1200px) {
  .cards-icon-number {
    font-size: calc(20 / 1920 * (100vw - 98px));
    padding-top: calc(10 / 1920 * (100vw - 98px));
    padding-bottom: calc(10 / 1920 * (100vw - 98px));
  }
}
.cards-icon-image {
  bottom: 130px;
  display: block;
  height: 40px;
  left: 20px;
  position: absolute;
  width: auto;
  max-width: 40px;
  transition: all 0.25s ease;
}
@media (min-width: 991px) {
  .cards-icon-image {
    bottom: 116px;
  }
}
@media (min-width: 1200px) {
  .cards-icon-image {
    bottom: calc(116 / 1920 * (100vw - 98px));
    height: calc(40 / 1920 * (100vw - 98px));
    left: calc(40 / 1920 * (100vw - 98px));
    max-width: calc(40 / 1920 * (100vw - 98px));
  }
}
@media (min-width: 1400px) {
  .cards-icon-image {
    bottom: calc(130 / 1920 * (100vw - 98px));
  }
}
.cards-icon h3 {
  color: #1418DD;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.2;
  height: 68px;
  margin: 0 0 40px;
  transition: all 0.25s ease;
}
@media (min-width: 991px) {
  .cards-icon h3 {
    font-size: 20px;
    height: 54px;
  }
}
@media (min-width: 1200px) {
  .cards-icon h3 {
    font-size: calc(22 / 1920 * (100vw - 98px));
    margin-bottom: calc(40 / 1920 * (100vw - 98px));
    height: calc(54 / 1920 * (100vw - 98px));
  }
}
@media (min-width: 1400px) {
  .cards-icon h3 {
    font-size: calc(28 / 1920 * (100vw - 98px));
    height: calc(68 / 1920 * (100vw - 98px));
  }
}
.media-images-video {
  overflow: hidden;
}
.media-images-video-wrapper {
  display: flex;
  gap: 16px;
  position: relative;
}
@media (min-width: 1200px) {
  .media-images-video-wrapper {
    gap: calc(16 / 1920 * (100vw - 98px));
  }
}
.media-images-video-column {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.media-images-video-column:nth-child(1) {
  width: 812px;
  margin: 0 auto;
  padding: 0 15px;
}
@media (min-width: 991px) {
  .media-images-video-column:nth-child(1) {
    padding: 0;
  }
}
@media (min-width: 1200px) {
  .media-images-video-column:nth-child(1) {
    width: calc(812 / 1920 * (100vw - 98px));
  }
}
.media-images-video-column:nth-child(2) {
  bottom: 0;
  display: none;
  right: calc(50% + 422px);
  position: absolute;
  top: 0;
  width: 538px;
}
@media (min-width: 991px) {
  .media-images-video-column:nth-child(2) {
    display: flex;
  }
}
@media (min-width: 1200px) {
  .media-images-video-column:nth-child(2) {
    right: calc(50% + (422 / 1920 * (100vw - 98px)));
    width: calc(538 / 1920 * (100vw - 98px));
  }
}
.media-images-video-column:nth-child(2) img {
  display: block;
  height: 100%;
}
.media-images-video-column:nth-child(2):has(.media-images-video-item-image-4) .media-images-video-item-image:nth-child(1) img {
  height: 40%;
}
.media-images-video-column:nth-child(2):has(.media-images-video-item-image-4) .media-images-video-item-image:nth-child(2) img {
  height: calc(60% - 16px);
}
@media (min-width: 1200px) {
  .media-images-video-column:nth-child(2):has(.media-images-video-item-image-4) .media-images-video-item-image:nth-child(2) img {
    height: calc(60% - (16 / 1920 * (100vw - 98px)));
  }
}
.media-images-video-column:nth-child(3) {
  bottom: 0;
  display: none;
  left: calc(50% + 422px);
  position: absolute;
  top: 0;
  width: 538px;
}
@media (min-width: 991px) {
  .media-images-video-column:nth-child(3) {
    display: flex;
  }
}
@media (min-width: 1200px) {
  .media-images-video-column:nth-child(3) {
    left: calc(50% + (422 / 1920 * (100vw - 98px)));
    width: calc(538 / 1920 * (100vw - 98px));
  }
}
.media-images-video-column:nth-child(3) .media-images-video-item-image:nth-child(1) img {
  height: 40%;
}
.media-images-video-column:nth-child(3) .media-images-video-item-image:nth-child(2) img {
  height: calc(60% - 16px);
}
@media (min-width: 1200px) {
  .media-images-video-column:nth-child(3) .media-images-video-item-image:nth-child(2) img {
    height: calc(60% - (16 / 1920 * (100vw - 98px)));
  }
}
.media-images-video-column:nth-child(3) img {
  display: block;
}
.media-images-video .section-description {
  padding: 0 0 24px;
}
@media (min-width: 991px) {
  .media-images-video .section-description {
    margin-top: -66px;
  }
}
@media (min-width: 1200px) {
  .media-images-video .section-description {
    margin-top: calc(-66 / 1920 * (100vw - 98px));
    padding-bottom: calc(24 / 1920 * (100vw - 98px));
  }
}
@media (min-width: 991px) {
  .media-images-video:has(.media-images-video-item-image-4) .section-description {
    margin-top: 0;
  }
}
.media-images-video .media-images-video-item-image {
  display: contents;
}
.media-images-video .media-images-video-item-image img {
  border-radius: 32px;
  display: block;
  height: 100%;
  object-fit: cover;
  width: auto;
  position: relative;
  z-index: 99;
}
@media (min-width: 1200px) {
  .media-images-video .media-images-video-item-image img {
    border-radius: calc(32 / 1920 * (100vw - 98px));
  }
}
.media-images-video .video-wrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 54%;
  z-index: 9;
}
.media-images-video .video-wrapper iframe {
  border-radius: 32px;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
@media (min-width: 1200px) {
  .media-images-video .video-wrapper iframe {
    border-radius: calc(32 / 1920 * (100vw - 98px));
  }
}
.country,
[data-country-name] {
  transition: fill 0.25s ease;
  cursor: pointer;
}
.country:hover {
  fill: #1418DD;
}
[data-country-name]:hover {
  fill: #fff;
}
.countries {
  position: relative;
}
.countries:has(#portugal:hover) [data-country-name="portugal"],
.countries:has(#spain:hover) [data-country-name="spain"],
.countries:has(#turkey:hover) [data-country-name="turkey"],
.countries:has(#poland:hover) [data-country-name="poland"],
.countries:has(#romania:hover) [data-country-name="romania"],
.countries:has(#bulgaria:hover) [data-country-name="bulgaria"],
.countries:has(#ukraine:hover) [data-country-name="ukraine"] {
  fill: #fff;
}
.countries:has([data-country-name="portugal"]:hover) #portugal,
.countries:has([data-country-name="spain"]:hover) #spain,
.countries:has([data-country-name="turkey"]:hover) #turkey,
.countries:has([data-country-name="poland"]:hover) #poland,
.countries:has([data-country-name="romania"]:hover) #romania,
.countries:has([data-country-name="bulgaria"]:hover) #bulgaria,
.countries:has([data-country-name="ukraine"]:hover) #ukraine {
  fill: #1418DD;
}
.countries:has([data-country-name="portugal"]:hover) [data-country-name="portugal"],
.countries:has([data-country-name="spain"]:hover) [data-country-name="spain"],
.countries:has([data-country-name="turkey"]:hover) [data-country-name="turkey"],
.countries:has([data-country-name="poland"]:hover) [data-country-name="poland"],
.countries:has([data-country-name="romania"]:hover) [data-country-name="romania"],
.countries:has([data-country-name="bulgaria"]:hover)[data-country-name="bulgaria"],
.countries:has([data-country-name="ukraine"]:hover) [data-country-name="ukraine"] {
  fill: #fff;
}
.countries .section-description {
  position: relative;
  z-index: 3;
}
.countries-map {
  height: 600px;
}
@media (min-width: 1200px) {
  .countries-map {
    height: calc(600 / 1920 * (100vw - 98px));
  }
}
.countries-map svg {
  bottom: 0;
  left: calc(50% - 960px);
  position: absolute;
}
@media (min-width: 1200px) {
  .countries-map svg {
    left: calc(50% - (960 / 1920 * (100vw - 98px)));
  }
}
.countries-popup {
  background: #F4F4F4 url(../images/constructor-newxel/icon-location.png) no-repeat 24px 16px;
  background-size: auto 40px;
  border-radius: 32px 32px 0 0;
  bottom: 0;
  padding: 40px 24px 24px 60px;
  position: absolute;
  right: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 16px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease;
}
@media (min-width: 991px) {
  .countries-popup {
    background-size: auto 56px;
    background-position: 40px 40px;
    border-radius: 32px;
    bottom: 120px;
    max-width: 520px;
    padding: 70px 40px 40px 96px;
    right: 120px;
  }
}
@media (min-width: 1200px) {
  .countries-popup {
    background-size: auto calc(56 / 1920 * (100vw - 98px));
    background-position: calc(40 / 1920 * (100vw - 98px)) calc(40 / 1920 * (100vw - 98px));
    border-radius: calc(32 / 1920 * (100vw - 98px));
    bottom: calc(120 / 1920 * (100vw - 98px));
    max-width: calc(520 / 1920 * (100vw - 98px));
    padding-top: calc(70 / 1920 * (100vw - 98px));
    padding-top: calc(40 / 1920 * (100vw - 98px));
    padding-right: calc(40 / 1920 * (100vw - 98px));
    padding-left: calc(96 / 1920 * (100vw - 98px));
    padding-left: calc(120 / 1920 * (100vw - 98px));
    gap: calc(16 / 1920 * (100vw - 98px));
  }
}
.countries-popup.show,
.countries-popup:hover {
  opacity: 1;
  visibility: visible;
}
.countries-popup-item {
  display: flex;
  gap: 16px;
}
@media (min-width: 1200px) {
  .countries-popup-item {
    gap: calc(16 / 1920 * (100vw - 98px));
  }
}
.countries-popup-item p {
  font-size: 16px;
  margin: 0 !important;
}
@media (min-width: 1200px) {
  .countries-popup-item p {
    font-size: calc(16 / 1920 * (100vw - 98px));
  }
}
.countries-popup-item p:first-child {
  flex: 0 0 142px;
}
@media (min-width: 1200px) {
  .countries-popup-item p:first-child {
    flex-basis: calc(142 / 1920 * (100vw - 98px));
  }
}
.countries-popup-item strong {
  font-weight: 700;
}
.countries-popups h3 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2;
  margin: 0 0 22px;
}
@media (min-width: 991px) {
  .countries-popups h3 {
    font-size: 28px;
  }
}
@media (min-width: 1200px) {
  .countries-popups h3 {
    font-size: calc(28 / 1920 * (100vw - 98px));
    margin-bottom: calc(22 / 1920 * (100vw - 98px));
  }
}
.countries-popups h3 a {
  background: url('data:image/svg+xml,<svg width="15" height="13" viewBox="0 0 15 13" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M7.85184 12.5449L6.69037 11.3835L11.029 7.04483L-0.000217243 7.04068L0.0267136 5.37166L11.1747 5.37581L6.8775 1.07861L7.95611 -7.45756e-07L14.1764 6.22033L7.85184 12.5449Z" fill="%231418DD"/></svg>') no-repeat right center;
  color: #1418DD;
  font-size: 14px;
  font-weight: 700;
  display: initial;
  line-height: 1.4;
  padding: 0 29px 0 0;
}
@media (min-width: 991px) {
  .countries-popups h3 a {
    display: none;
  }
}
@media (min-width: 1200px) {
  .countries-popups h3 a {
    font-size: calc(14 / 1920 * (100vw - 98px));
    padding-right: calc(29 / 1920 * (100vw - 98px));
  }
}
.scroll-items-wrapper {
  display: flex;
  flex-direction: column;
  gap: 28px;
  justify-content: center;
  text-align: center;
}
@media (min-width: 1200px) {
  .scroll-items-wrapper {
    gap: calc(28 / 1920 * (100vw - 98px));
  }
}
.scroll-item {
  color: #bbb;
  font-size: 22px;
  line-height: 30px;
  padding: 0 30px;
  position: relative;
  transition: all 0.25s ease;
}
@media (min-width: 991px) {
  .scroll-item {
    font-size: 32px;
    line-height: 44px;
    padding: 0;
  }
}
@media (min-width: 1200px) {
  .scroll-item {
    font-size: calc(32 / 1920 * (100vw - 98px));
    line-height: calc(44 / 1920 * (100vw - 98px));
    padding-left: calc(30 / 1920 * (100vw - 98px));
    padding-right: calc(30 / 1920 * (100vw - 98px));
  }
}
.scroll-item::before,
.scroll-item::after {
  color: #1418DD;
  content: '{';
  font-size: 32px;
  font-weight: 700;
  left: 0;
  margin-right: 0;
  position: absolute;
  opacity: 0;
  top: calc(50% - 15px);
  transition: all 0.25s ease;
}
@media (min-width: 991px) {
  .scroll-item::before,
  .scroll-item::after {
    position: static;
  }
}
@media (min-width: 1200px) {
  .scroll-item::before,
  .scroll-item::after {
    font-size: calc(32 / 1920 * (100vw - 98px));
    top: calc(50% - (15 / 1920 * (100vw - 98px)));
  }
}
.scroll-item::after {
  left: auto;
  content: '}';
  margin-right: 0;
  right: 0;
}
.scroll-item.current {
  color: #1418DD;
  font-weight: 700;
}
.scroll-item.current::before {
  left: -10px;
  opacity: 1;
}
@media (min-width: 991px) {
  .scroll-item.current::before {
    margin-right: 70px;
  }
}
@media (min-width: 1200px) {
  .scroll-item.current::before {
    left: calc(-10 / 1920 * (100vw - 98px));
    margin-right: calc(70 / 1920 * (100vw - 98px));
  }
}
.scroll-item.current::after {
  right: -10px;
  opacity: 1;
}
@media (min-width: 991px) {
  .scroll-item.current::after {
    margin-left: 70px;
  }
}
@media (min-width: 1200px) {
  .scroll-item.current::after {
    right: calc(-10 / 1920 * (100vw - 98px));
    margin-left: calc(70 / 1920 * (100vw - 98px));
  }
}
.two-column-comparison-wrapper {
  display: flex;
  gap: 16px;
  flex-direction: column;
  margin: 0 0 80px;
  position: relative;
}
@media (min-width: 991px) {
  .two-column-comparison-wrapper {
    flex-direction: row;
  }
}
@media (min-width: 1200px) {
  .two-column-comparison-wrapper {
    gap: calc(16 / 1920 * (100vw - 98px));
    margin-bottom: calc(80 / 1920 * (100vw - 98px));
  }
}
.two-column-comparison-item {
  border-radius: 32px;
  flex: 0 1 50%;
  padding: 30px 30px 60px;
  display: flex;
  gap: 20px;
  flex-direction: column;
  position: relative;
  text-align: center;
}
@media (min-width: 991px) {
  .two-column-comparison-item {
    padding: 40px 80px;
  }
}
@media (min-width: 1200px) {
  .two-column-comparison-item {
    border-radius: calc(32 / 1920 * (100vw - 98px));
    gap: calc(20 / 1920 * (100vw - 98px));
    margin-bottom: calc(80 / 1920 * (100vw - 98px));
    padding-top: calc(40 / 1920 * (100vw - 98px));
    padding-bottom: calc(40 / 1920 * (100vw - 98px));
    padding-left: calc(80 / 1920 * (100vw - 98px));
    padding-right: calc(80 / 1920 * (100vw - 98px));
  }
}
.two-column-comparison-item:nth-child(1) {
  border: 0.5px solid rgba(0, 0, 0, 0.5);
  overflow: hidden;
}
.two-column-comparison-item:nth-child(1)::after {
  border-radius: 50%;
  content: '';
  height: 86px;
  right: calc(50% - 43px);
  position: absolute;
  top: calc(100% - 38px);
  width: 86px;
}
@media (min-width: 991px) {
  .two-column-comparison-item:nth-child(1)::after {
    right: -51px;
    top: calc(50% - 43px);
  }
}
@media (min-width: 1200px) {
  .two-column-comparison-item:nth-child(1)::after {
    top: calc(50% - (43 / 1920 * (100vw - 98px)));
    right: calc(-51 / 1920 * (100vw - 98px));
    height: calc(86 / 1920 * (100vw - 98px));
    width: calc(86 / 1920 * (100vw - 98px));
  }
}
.two-column-comparison-item:nth-child(2) {
  background: #1418DD;
  padding: 50px 30px 30px;
}
@media (min-width: 991px) {
  .two-column-comparison-item:nth-child(2) {
    padding: 40px 80px;
  }
}
@media (min-width: 1200px) {
  .two-column-comparison-item:nth-child(2) {
    padding-top: calc(40 / 1920 * (100vw - 98px));
    padding-bottom: calc(40 / 1920 * (100vw - 98px));
    padding-left: calc(80 / 1920 * (100vw - 98px));
    padding-right: calc(80 / 1920 * (100vw - 98px));
  }
}
.two-column-comparison-item:nth-child(2)::before {
  background: #fff url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.31134e-06 30C5.87108e-07 46.5685 13.4315 60 30 60C46.5685 60 60 46.5685 60 30C60 13.4314 46.5685 2.03558e-06 30 1.31134e-06C13.4315 5.87108e-07 2.03558e-06 13.4314 1.31134e-06 30Z' fill='url(%23paint0_linear_6953_5667)'/%3E%3Cpath d='M16.1731 28.3622L38.8013 28.5466L30.0114 19.7568L32.1839 17.5844L44.9063 30.3068L32.1701 43.043L29.7939 40.6668L38.5299 31.9309L16.1455 31.7472L16.1731 28.3622Z' fill='white'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_6953_5667' x1='11.9167' y1='11.3137' x2='52.9289' y2='52.3259' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0.103448' stop-color='%232FCBDF'/%3E%3Cstop offset='0.868421' stop-color='%232929D9'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E%0A") no-repeat center;
  border-radius: 50%;
  content: '';
  height: 86px;
  left: calc(50% - 43px);
  position: absolute;
  rotate: 90deg;
  top: -53px;
  width: 86px;
  z-index: 9;
}
@media (min-width: 991px) {
  .two-column-comparison-item:nth-child(2)::before {
    left: -51px;
    top: calc(50% - 43px);
    rotate: 0deg;
  }
}
@media (min-width: 1200px) {
  .two-column-comparison-item:nth-child(2)::before {
    top: calc(50% - (43 / 1920 * (100vw - 98px)));
    left: calc(-51 / 1920 * (100vw - 98px));
    height: calc(86 / 1920 * (100vw - 98px));
    width: calc(86 / 1920 * (100vw - 98px));
  }
}
.two-column-comparison-item:nth-child(2) h3 {
  color: #2FCBDF;
}
.two-column-comparison-item:nth-child(2) li {
  color: #fff;
  font-weight: 700;
}
.two-column-comparison-item:nth-child(2) p {
  color: #fff;
  font-weight: 700;
}
.two-column-comparison-item p {
  margin-bottom: 4px !important;
  text-align: left;
}
@media (min-width: 1200px) {
  .two-column-comparison-item p {
    margin-bottom: calc(4 / 1920 * (100vw - 98px)) !important;
  }
}
.two-column-comparison-item p:last-child {
  margin-bottom: 0 !important;
}
.two-column-comparison-text {
  font-size: 20px;
  font-weight: 400;
  text-align: center;
}
@media (min-width: 991px) {
  .two-column-comparison-text {
    font-size: 24px;
  }
}
@media (min-width: 1200px) {
  .two-column-comparison-text {
    font-size: calc(24 / 1920 * (100vw - 98px));
  }
}
.two-column-comparison h3 {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
}
@media (min-width: 991px) {
  .two-column-comparison h3 {
    font-size: 32px;
    line-height: 44px;
  }
}
@media (min-width: 1200px) {
  .two-column-comparison h3 {
    font-size: calc(32 / 1920 * (100vw - 98px));
    line-height: calc(44 / 1920 * (100vw - 98px));
  }
}
.two-column-comparison ul {
  display: flex;
  flex-direction: column;
  font-size: 18px;
  line-height: 1.4;
  gap: 24px;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (min-width: 991px) {
  .two-column-comparison ul {
    font-size: 20px;
  }
}
@media (min-width: 1200px) {
  .two-column-comparison ul {
    gap: calc(24 / 1920 * (100vw - 98px));
    font-size: calc(20 / 1920 * (100vw - 98px));
  }
}
.text-kpi-grid .section-description {
  display: flex;
  flex-direction: column;
  flex: 0 1 50%;
  text-align: left;
}
@media (min-width: 991px) {
  .text-kpi-grid .section-description {
    padding-bottom: 0;
  }
}
.text-kpi-grid .section-description > *:first-child {
  margin-bottom: auto;
}
.text-kpi-grid .section-description ul {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin: 24px 0 0;
  max-width: 580px;
  padding: 0;
  list-style: none;
}
@media (min-width: 1200px) {
  .text-kpi-grid .section-description ul {
    gap: calc(24 / 1920 * (100vw - 98px));
    margin-top: calc(24 / 1920 * (100vw - 98px));
    max-width: calc(580 / 1920 * (100vw - 98px));
  }
}
.text-kpi-grid .section-description ul li {
  font-size: 24px;
  font-weight: 400;
  padding: 0 0 0 24px;
  position: relative;
}
@media (min-width: 1200px) {
  .text-kpi-grid .section-description ul li {
    font-size: calc(24 / 1920 * (100vw - 98px));
    padding-left: calc(24 / 1920 * (100vw - 98px));
  }
}
.text-kpi-grid .section-description ul li::before {
  background: #1418DD;
  border-radius: 50%;
  content: '';
  height: 6px;
  left: 1px;
  top: 12px;
  position: absolute;
  width: 6px;
}
@media (min-width: 1200px) {
  .text-kpi-grid .section-description ul li::before {
    height: calc(6 / 1920 * (100vw - 98px));
    left: calc(1 / 1920 * (100vw - 98px));
    top: calc(12 / 1920 * (100vw - 98px));
    width: calc(6 / 1920 * (100vw - 98px));
  }
}
.text-kpi-grid-wrapper {
  display: flex;
  flex-wrap: wrap;
  flex: 0 1 50%;
  gap: 16px;
}
@media (min-width: 1200px) {
  .text-kpi-grid-wrapper {
    gap: calc(16 / 1920 * (100vw - 98px));
  }
}
.text-kpi-grid-item {
  align-items: center;
  background: #F4F4F4;
  border-radius: 32px;
  display: flex;
  flex-direction: column;
  flex: 1 1 100%;
  padding: 32px;
}
@media (min-width: 575px) {
  .text-kpi-grid-item {
    align-items: flex-start;
    flex: 0 1 calc(50% - 8px);
  }
}
@media (min-width: 1200px) {
  .text-kpi-grid-item {
    flex: 0 1 calc(50% - (8 / 1920 * (100vw - 98px)));
    border-radius: calc(32 / 1920 * (100vw - 98px));
    padding: calc(32 / 1920 * (100vw - 98px));
  }
}
.text-kpi-grid-item > *:last-child {
  margin-top: auto;
}
.text-kpi-grid-item h3 {
  color: #1418DD;
  font-family: "Roboto Mono", monospace;
  font-size: 90px;
  font-weight: 400;
  margin-bottom: 30px;
}
@media (min-width: 1200px) {
  .text-kpi-grid-item h3 {
    font-size: calc(90 / 1920 * (100vw - 98px));
    margin-bottom: calc(30 / 1920 * (100vw - 98px));
  }
}
.text-kpi-grid-item-rls {
  letter-spacing: -16px;
}
@media (min-width: 1200px) {
  .text-kpi-grid-item-rls {
    letter-spacing: calc(-16 / 1920 * (100vw - 98px));
  }
}
.text-kpi-grid-item-rls .text-kpi-grid-postfix {
  padding-left: 10px;
}
@media (min-width: 1200px) {
  .text-kpi-grid-item-rls .text-kpi-grid-postfix {
    padding-left: calc(10 / 1920 * (100vw - 98px));
  }
}
.text-kpi-grid-postfix {
  font-size: 54px;
  letter-spacing: inherit !important;
  vertical-align: top;
}
@media (min-width: 1200px) {
  .text-kpi-grid-postfix {
    font-size: calc(54 / 1920 * (100vw - 98px));
  }
}
.countries-list-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
@media (min-width: 1200px) {
  .countries-list-wrapper {
    gap: calc(16 / 1920 * (100vw - 98px));
  }
}
.countries-list-item {
  align-items: center;
  border: 1px solid #1418DD;
  border-radius: 32px;
  display: flex;
  gap: 13px;
  justify-content: space-between;
  padding: 10px 24px;
  position: relative;
  text-decoration: none;
  transition: all 0.25s ease;
  width: 100%;
}
@media (min-width: 575px) {
  .countries-list-item {
    padding: 15px 31px;
    width: calc(100% / 2 - 16px);
  }
}
@media (min-width: 991px) {
  .countries-list-item {
    width: calc(100% / 3 - (16px * 2) / 3);
  }
}
@media (min-width: 1200px) {
  .countries-list-item {
    border-radius: calc(32 / 1920 * (100vw - 98px));
    gap: calc(13 / 1920 * (100vw - 98px));
    padding-top: calc(15 / 1920 * (100vw - 98px));
    padding-bottom: calc(15 / 1920 * (100vw - 98px));
    padding-left: calc(31 / 1920 * (100vw - 98px));
    padding-right: calc(31 / 1920 * (100vw - 98px));
    width: calc(100% / 4 - ((16 / 1920 * (100vw - 98px)) * 3) / 4);
  }
}
.countries-list-item::before {
  background: rgba(255, 255, 255, 0.66);
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.66) 49%, #2929d9 95%);
  border-radius: 32px;
  content: '';
  opacity: 0;
  inset: 0;
  position: absolute;
  transition: all 0.25s ease;
}
@media (min-width: 1200px) {
  .countries-list-item::before {
    border-radius: calc(32 / 1920 * (100vw - 98px));
  }
}
.countries-list-item:hover {
  padding-right: 16px;
  text-decoration: none;
}
@media (min-width: 575px) {
  .countries-list-item:hover {
    padding-right: 23px;
  }
}
@media (min-width: 1200px) {
  .countries-list-item:hover {
    padding-right: calc(16 / 1920 * (100vw - 98px));
  }
}
.countries-list-item:hover::before {
  opacity: 0.08;
}
.countries-list .country-flag img {
  display: block;
  height: auto;
  max-height: 30px;
  max-width: 46px;
  width: auto;
}
@media (min-width: 768px) {
  .countries-list .country-flag img {
    max-height: 43px;
    max-width: 66px;
  }
}
@media (min-width: 1200px) {
  .countries-list .country-flag img {
    max-height: calc(43 / 1920 * (100vw - 98px));
    max-width: calc(66 / 1920 * (100vw - 98px));
  }
}
.countries-list .country-name {
  color: #000;
  font-size: 22px;
  line-height: 1.2;
}
@media (min-width: 768px) {
  .countries-list .country-name {
    font-size: 28px;
  }
}
@media (min-width: 1200px) {
  .countries-list .country-name {
    font-size: calc(28 / 1920 * (100vw - 98px));
  }
}
.countries-list .country-arrow {
  background: url('data:image/svg+xml,<svg width="27" height="24" viewBox="0 0 27 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M14.6726 23.4211L12.5036 21.2521L20.6029 13.1528L0.000113493 13.1459L0.0498319 10.0302L20.8777 10.0372L12.8551 2.01453L14.8694 0.000240503L26.4814 11.6123L14.6726 23.4211Z" fill="%231418DD"/></svg>') no-repeat center;
  background-size: contain;
  height: 26px;
  left: 0;
  position: relative;
  width: 26px;
}
@media (min-width: 768px) {
  .countries-list .country-arrow {
    height: 34px;
    width: 34px;
  }
}
@media (min-width: 1200px) {
  .countries-list .country-arrow {
    height: calc(34 / 1920 * (100vw - 98px));
    width: calc(34 / 1920 * (100vw - 98px));
  }
}
.single-section .section-description {
  padding-bottom: 0;
}
.single-section .section-description p {
  max-width: initial;
}
.single-section img {
  display: block;
  height: auto;
  max-width: 100%;
  width: 100%;
}
.dedicated-development {
  position: relative;
  overflow: hidden;
}
.dedicated-development-wrapper {
  flex-direction: column;
  display: flex;
  gap: 40px;
}
@media (min-width: 991px) {
  .dedicated-development-wrapper {
    flex-direction: row;
    gap: 140px;
  }
}
@media (min-width: 1200px) {
  .dedicated-development-wrapper {
    gap: calc(140 / 1920 * (100vw - 98px));
  }
}
.dedicated-development-left {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media (min-width: 991px) {
  .dedicated-development-left {
    justify-content: space-between;
    height: 570px;
    max-width: 767px;
    width: 55%;
  }
}
@media (min-width: 1200px) {
  .dedicated-development-left {
    gap: calc(24 / 1920 * (100vw - 98px));
    height: calc(570 / 1920 * (100vw - 98px));
    max-width: calc(767 / 1920 * (100vw - 98px));
  }
}
.dedicated-development-right {
  display: flex;
  flex-direction: column;
  gap: 16px;
  position: relative;
}
@media (min-width: 991px) {
  .dedicated-development-right {
    flex-direction: column;
    height: 570px;
    padding: 0 0 0 336px;
    position: absolute;
    left: calc(50% + 100px);
  }
}
@media (min-width: 1200px) {
  .dedicated-development-right {
    left: calc(50% + (100 / 1920 * (100vw - 98px)));
    gap: calc(16 / 1920 * (100vw - 98px));
    height: calc(570 / 1920 * (100vw - 98px));
    padding-left: calc(336 / 1920 * (100vw - 98px));
  }
}
.dedicated-development-right a {
  display: block;
}
.dedicated-development-media {
  display: contents;
}
.dedicated-development-media:nth-child(1) {
  position: relative;
}
@media (min-width: 991px) {
  .dedicated-development-media:nth-child(1) {
    left: 0;
    height: 100%;
    position: absolute;
    top: 0;
    width: 320px;
  }
}
@media (min-width: 1200px) {
  .dedicated-development-media:nth-child(1) {
    width: calc(320 / 1920 * (100vw - 98px));
  }
}
.dedicated-development-media:nth-child(1) img {
  width: 100%;
}
@media (min-width: 991px) {
  .dedicated-development-media:nth-child(1) img {
    height: 100%;
  }
}
@media (min-width: 1200px) {
  .dedicated-development-media:nth-child(1) img {
    border-radius: calc(32 / 1920 * (100vw - 98px));
  }
}
.dedicated-development-media:nth-child(1)[data-fancybox]::before {
  background: url('data:image/svg+xml,<svg width="65" height="65" viewBox="0 0 65 65" fill="none" xmlns="http://www.w3.org/2000/svg"><circle cx="32.1738" cy="32.1738" r="31.6738" stroke="white"/><path fill-rule="evenodd" clip-rule="evenodd" d="M24.9346 45.8473V17.6953L45.8475 31.7697L24.9346 45.8473Z" fill="white"/></svg>') no-repeat center;
  border-radius: 50%;
  content: '';
  height: 65px;
  position: absolute;
  left: calc(50% - 32.5px);
  top: calc(50% - 32.5px);
  scale: 1;
  transition: scale 0.35s ease;
  width: 65px;
}
@media (min-width: 1200px) {
  .dedicated-development-media:nth-child(1)[data-fancybox]::before {
    left: calc(50% - (32.5 / 1920 * (100vw - 98px)));
    top: calc(50% - (32.5 / 1920 * (100vw - 98px)));
    height: calc(65 / 1920 * (100vw - 98px));
    width: calc(65 / 1920 * (100vw - 98px));
  }
}
.dedicated-development-media:nth-child(1)[data-fancybox]:hover::before {
  scale: 1.05;
}
.dedicated-development-media img {
  border-radius: 32px;
  object-fit: cover;
  height: 250px;
}
@media (min-width: 991px) {
  .dedicated-development-media img {
    height: calc(50% - 8px);
  }
}
@media (min-width: 1200px) {
  .dedicated-development-media img {
    height: calc(50% - (8 / 1920 * (100vw - 98px)));
    border-radius: 0;
    border-top-left-radius: calc(32 / 1920 * (100vw - 98px));
    border-bottom-left-radius: calc(32 / 1920 * (100vw - 98px));
    width: calc(614 / 1920 * (100vw - 98px));
  }
}
.dedicated-development-top {
  align-items: center;
  display: flex;
  gap: 16px;
}
@media (min-width: 1200px) {
  .dedicated-development-top {
    gap: calc(16 / 1920 * (100vw - 98px));
  }
}
.dedicated-development-flag img {
  border: 1px solid rgba(0, 0, 0, 0.43);
  border-radius: 32px;
  display: block;
  height: auto;
  max-height: 38px;
  max-width: 53px;
  width: 100%;
}
@media (min-width: 1200px) {
  .dedicated-development-flag img {
    border-radius: calc(32 / 1920 * (100vw - 98px));
    max-height: calc(38 / 1920 * (100vw - 98px));
    max-width: calc(53 / 1920 * (100vw - 98px));
  }
}
.dedicated-development-tags {
  gap: 8px;
}
.dedicated-development-tags span {
  background: #F4F4F4;
  border-radius: 32px;
  font-size: 12px;
  line-height: 17px;
  padding: 12px 20px;
}
@media (min-width: 1200px) {
  .dedicated-development-tags span {
    gap: calc(8 / 1920 * (100vw - 98px));
    border-radius: calc(32 / 1920 * (100vw - 98px));
    font-size: calc(12 / 1920 * (100vw - 98px));
    line-height: calc(17 / 1920 * (100vw - 98px));
    padding-top: calc(12 / 1920 * (100vw - 98px));
    padding-bottom: calc(12 / 1920 * (100vw - 98px));
    padding-left: calc(20 / 1920 * (100vw - 98px));
    padding-right: calc(20 / 1920 * (100vw - 98px));
  }
}
.dedicated-development h2 {
  font-family: "Roboto Mono", monospace;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.2;
  margin: 0;
}
@media (min-width: 768px) {
  .dedicated-development h2 {
    font-size: 36px;
  }
}
@media (min-width: 1200px) {
  .dedicated-development h2 {
    font-size: 40px;
    line-height: 48px;
  }
}
@media (min-width: 1200px) {
  .dedicated-development h2 {
    font-size: calc(40 / 1920 * (100vw - 98px));
    line-height: calc(48 / 1920 * (100vw - 98px));
  }
}
.overview-section {
  position: relative;
  overflow: hidden;
}
.overview-section-shape {
  height: auto;
  left: -100px;
  position: absolute;
  top: 252px;
  width: 200px;
}
@media (min-width: 768px) {
  .overview-section-shape {
    left: calc(50% - 650px);
    width: 400px;
  }
}
@media (min-width: 991px) {
  .overview-section-shape {
    left: calc(50% - 1000px);
    width: 677px;
  }
}
@media (min-width: 1200px) {
  .overview-section-shape {
    left: calc(50% - (1000 / 1920 * (100vw - 98px)));
    top: calc(252 / 1920 * (100vw - 98px));
    width: calc(677 / 1920 * (100vw - 98px));
  }
}
.overview-section-wrapper {
  margin: 0 0 0 auto;
  width: calc(100% - 100px);
}
@media (min-width: 768px) {
  .overview-section-wrapper {
    width: 70%;
  }
}
@media (min-width: 991px) {
  .overview-section-wrapper {
    width: 50%;
  }
}
.overview-section-wrapper ul {
  display: flex;
  gap: 40px;
  flex-direction: column;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (min-width: 1200px) {
  .overview-section-wrapper ul {
    gap: calc(40 / 1920 * (100vw - 98px));
  }
}
.overview-section-wrapper ul li {
  background: url('data:image/svg+xml,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M2.71191 -1.18542e-07L20.5312 17.8301L20.5312 4.09961L23.9834 4.09961L23.9834 24.001L3.74609 24.001L3.74609 20.2842L17.6465 20.2842L-9.34331e-07 2.62598L2.71191 -1.18542e-07Z" fill="%231418DD"/></svg>') no-repeat 0 0;
  padding: 0 0 0 48px;
}
@media (min-width: 1200px) {
  .overview-section-wrapper ul li {
    padding-left: calc(48 / 1920 * (100vw - 98px));
  }
}
.overview-section-wrapper h2 {
  font-family: "Roboto Mono", monospace;
  font-weight: 500;
  font-size: 32px;
  line-height: 1.2;
  margin: 0 0 24px;
}
@media (min-width: 768px) {
  .overview-section-wrapper h2 {
    font-size: 48px;
    margin: 0 0 50px;
  }
}
@media (min-width: 1200px) {
  .overview-section-wrapper h2 {
    font-size: calc(60 / 1920 * (100vw - 98px));
    margin-bottom: calc(80 / 1920 * (100vw - 98px));
  }
}
.timeline-wrapper {
  position: relative;
}
.timeline-wrapper::before {
  background: url('data:image/svg+xml,<svg width="18" height="15" viewBox="0 0 18 15" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M8.66016 15L-0.000100493 1.63133e-06L17.3204 1.17124e-07L8.66016 15Z" fill="%231418DD"/></svg>') no-repeat;
  content: '';
  height: 15px;
  left: calc(50% - 9px);
  position: absolute;
  top: 0;
  width: 18px;
}
@media (min-width: 1200px) {
  .timeline-wrapper::before {
    background-size: contain;
    left: calc(50% - (9 / 1920 * (100vw - 98px)));
    height: calc(15 / 1920 * (100vw - 98px));
    width: calc(18 / 1920 * (100vw - 98px));
  }
}
.timeline-item {
  max-width: 286px;
  text-align: center;
  padding: 24px;
  opacity: 0.4;
  position: relative;
  width: 100%;
  transition: all 0.6s ease;
}
@media (min-width: 1200px) {
  .timeline-item {
    padding: calc(24 / 1920 * (100vw - 98px));
    max-width: calc(286 / 1920 * (100vw - 98px));
  }
}
.timeline-item.slick-current {
  opacity: 1;
}
.timeline-item:last-child {
  white-space: nowrap;
  max-width: 700px;
}
@media (min-width: 1200px) {
  .timeline-item:last-child {
    max-width: calc(700 / 1920 * (100vw - 98px));
  }
}
.timeline-item:last-child .timeline-item-wrapper::before {
  display: none;
}
.timeline-item .timeline-item-wrapper {
  position: relative;
}
.timeline-item .timeline-item-wrapper::before {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, #1418dd 50%, rgba(0, 0, 0, 0.01) 100%);
  content: '';
  height: 1px;
  left: 75%;
  position: absolute;
  top: 40px;
  transition: all 0.6s ease;
  transition-delay: 0.4s;
  width: 0;
  z-index: 9;
}
@media (min-width: 1200px) {
  .timeline-item .timeline-item-wrapper::before {
    top: calc(40 / 1920 * (100vw - 98px));
  }
}
.timeline-item .timeline-item-wrapper.animate::before {
  width: 75%;
}
.timeline-year {
  color: #1418DD;
  font-family: "Roboto Mono", monospace;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2;
  margin: 0 0 37px;
  height: 80px;
  padding: 14px 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 1200px) {
  .timeline-year {
    font-size: calc(20 / 1920 * (100vw - 98px));
    height: calc(80 / 1920 * (100vw - 98px));
    margin-bottom: calc(37 / 1920 * (100vw - 98px));
    padding-top: calc(14 / 1920 * (100vw - 98px));
    padding-bottom: calc(14 / 1920 * (100vw - 98px));
    padding-left: calc(14 / 1920 * (100vw - 98px));
    padding-right: calc(14 / 1920 * (100vw - 98px));
  }
}
.timeline-month {
  padding: 24px 0 37px;
  position: relative;
}
@media (min-width: 1200px) {
  .timeline-month {
    padding-top: calc(24 / 1920 * (100vw - 98px));
    padding-bottom: calc(37 / 1920 * (100vw - 98px));
  }
}
.timeline-month:last-child {
  padding-bottom: 0;
}
.timeline-month::before {
  background: #1418DD;
  border-radius: 50%;
  content: '';
  height: 8px;
  left: calc(50% - 4px);
  position: absolute;
  top: 0;
  width: 8px;
}
@media (min-width: 1200px) {
  .timeline-month::before {
    left: calc(50% - (4 / 1920 * (100vw - 98px)));
    height: calc(8 / 1920 * (100vw - 98px));
    width: calc(8 / 1920 * (100vw - 98px));
  }
}
.timeline-month h3 {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
  margin: 0 0 16px;
}
@media (min-width: 1200px) {
  .timeline-month h3 {
    font-size: calc(20 / 1920 * (100vw - 98px));
    margin-bottom: calc(16 / 1920 * (100vw - 98px));
  }
}
.timeline-month p {
  font-size: 20px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 1200px) {
  .timeline-month p {
    font-size: calc(20 / 1920 * (100vw - 98px));
  }
}
.dual-cards-wrapper {
  display: flex;
  flex-direction: column;
  gap: 16px;
  justify-content: center;
}
@media (min-width: 768px) {
  .dual-cards-wrapper {
    flex-direction: row;
  }
}
@media (min-width: 1200px) {
  .dual-cards-wrapper {
    gap: calc(16 / 1920 * (100vw - 98px));
  }
}
.dual-cards h3 {
  color: #1418DD;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.2;
  margin: 0;
}
@media (min-width: 1200px) {
  .dual-cards h3 {
    font-size: calc(28 / 1920 * (100vw - 98px));
  }
}
.dual-cards ul {
  display: flex;
  flex-direction: column;
  gap: 24px;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (min-width: 1200px) {
  .dual-cards ul {
    gap: calc(24 / 1920 * (100vw - 98px));
  }
}
.dual-cards ul li {
  line-height: 1.4;
  padding: 0 0 0 24px;
  position: relative;
}
@media (min-width: 1200px) {
  .dual-cards ul li {
    padding-left: calc(24 / 1920 * (100vw - 98px));
  }
}
.dual-cards ul li::before {
  background: #1418DD;
  border-radius: 50%;
  content: '';
  left: 0;
  height: 8px;
  position: absolute;
  top: 11px;
  width: 8px;
}
@media (min-width: 1200px) {
  .dual-cards ul li::before {
    height: calc(8 / 1920 * (100vw - 98px));
    top: calc(11 / 1920 * (100vw - 98px));
    width: calc(8 / 1920 * (100vw - 98px));
  }
}
.dual-card {
  background: linear-gradient(31.43deg, rgba(41, 41, 217, 0.16) 13.94%, rgba(255, 255, 255, 0.1056) 60.41%);
  border: 0.5px solid #1418DD;
  border-radius: 32px;
  display: flex;
  flex: 0 1 50%;
  flex-direction: column;
  gap: 32px;
  padding: 36px;
}
@media (min-width: 991px) {
  .dual-card {
    max-width: 612px;
  }
}
@media (min-width: 1200px) {
  .dual-card {
    border-radius: calc(32 / 1920 * (100vw - 98px));
    max-width: calc(612 / 1920 * (100vw - 98px));
    gap: calc(64 / 1920 * (100vw - 98px));
    padding: calc(72 / 1920 * (100vw - 98px));
  }
}
.dual-card:has(.dual-card-icon) {
  gap: 8px;
  padding: 20px 24px;
}
@media (min-width: 991px) {
  .dual-card:has(.dual-card-icon) {
    padding: 40px 48px;
  }
}
@media (min-width: 1200px) {
  .dual-card:has(.dual-card-icon) {
    gap: calc(8 / 1920 * (100vw - 98px));
    padding-top: calc(40 / 1920 * (100vw - 98px));
    padding-bottom: calc(40 / 1920 * (100vw - 98px));
    padding-left: calc(48 / 1920 * (100vw - 98px));
    padding-right: calc(48 / 1920 * (100vw - 98px));
  }
}
.dual-card:has(.dual-card-icon) h3 {
  margin-bottom: 24px;
}
@media (min-width: 1200px) {
  .dual-card:has(.dual-card-icon) h3 {
    margin-bottom: calc(24 / 1920 * (100vw - 98px));
  }
}
.dual-card:has(.dual-card-icon) h3 + p {
  margin-bottom: auto !important;
}
.dual-card:has(.dual-card-icon) p {
  margin-bottom: 8px;
}
@media (min-width: 1200px) {
  .dual-card:has(.dual-card-icon) p {
    margin-bottom: calc(8 / 1920 * (100vw - 98px));
  }
}
.dual-card:has(.dual-card-icon) strong {
  font-weight: 700;
}
.dual-card-icon {
  padding: 0 0 8px;
}
@media (min-width: 1200px) {
  .dual-card-icon {
    padding-bottom: calc(8 / 1920 * (100vw - 98px));
  }
}
.dual-card-icon img {
  display: block;
  height: 48px;
  margin: 0 auto;
  width: auto;
}
@media (min-width: 1200px) {
  .dual-card-icon img {
    height: calc(48 / 1920 * (100vw - 98px));
  }
}
.dual-card-link {
  margin-top: auto;
}
.dual-card-link a {
  display: flex;
  max-width: 267px;
  margin: 24px auto 0;
}
@media (min-width: 991px) {
  .dual-card-link a {
    margin: 56px auto 0;
  }
}
@media (min-width: 1200px) {
  .dual-card-link a {
    margin-top: calc(56 / 1920 * (100vw - 98px));
    max-width: calc(267 / 1920 * (100vw - 98px));
  }
}
.image-gallery-wrapper {
  display: grid;
  gap: 8px;
  width: 100%;
  aspect-ratio: 1 / 1;
  grid-template-columns: repeat(5, 1fr);
  grid-template-areas: "a a a b b" "a a a b b" "a a a b b" "a a a b b" "a a a b b" "a a a b b" "a a a c c" "a a a c c" "a a a c c" "a a a c c" "a a a c c" "d d e e e" "d d e e e" "d d e e e" "d d e e e" "d d e e e" "d d f f f" "d d f f f" "d d f f f" "d d f f f" "d d f f f";
  grid-template-rows: repeat(20, 1fr);
}
@media (min-width: 768px) {
  .image-gallery-wrapper {
    aspect-ratio: 8 / 3;
    grid-template-columns: repeat(10, 1fr);
    grid-template-areas: "a a a b b d d e e e" "a a a b b d d e e e" "a a a b b d d e e e" "a a a b b d d e e e" "a a a b b d d e e e" "a a a b b d d f f f" "a a a c c d d f f f" "a a a c c d d f f f" "a a a c c d d f f f" "a a a c c d d f f f";
    grid-template-rows: repeat(10, 1fr);
  }
}
@media (min-width: 991px) {
  .image-gallery-wrapper {
    gap: 16px;
  }
}
.image-gallery-item:nth-child(1) {
  grid-area: a;
}
.image-gallery-item:nth-child(1) img {
  border-radius: 0 16px 16px 0;
}
@media (min-width: 991px) {
  .image-gallery-item:nth-child(1) img {
    border-radius: 0 32px 32px 0;
  }
}
.image-gallery-item:nth-child(2) {
  grid-area: b;
}
.image-gallery-item:nth-child(2) img {
  border-radius: 16px 0 0 16px;
}
@media (min-width: 991px) {
  .image-gallery-item:nth-child(2) img {
    border-radius: 32px;
  }
}
.image-gallery-item:nth-child(3) {
  grid-area: c;
}
.image-gallery-item:nth-child(3) img {
  border-radius: 16px 0 0 16px;
}
@media (min-width: 991px) {
  .image-gallery-item:nth-child(3) img {
    border-radius: 32px;
  }
}
.image-gallery-item:nth-child(4) {
  grid-area: d;
}
.image-gallery-item:nth-child(4) img {
  border-radius: 0 16px 16px 0;
}
@media (min-width: 991px) {
  .image-gallery-item:nth-child(4) img {
    border-radius: 32px;
  }
}
.image-gallery-item:nth-child(5) {
  grid-area: e;
}
.image-gallery-item:nth-child(5) img {
  border-radius: 16px 0 0 16px;
}
@media (min-width: 991px) {
  .image-gallery-item:nth-child(5) img {
    border-radius: 32px 0 0 32px;
  }
}
.image-gallery-item:nth-child(6) {
  grid-area: f;
}
.image-gallery-item:nth-child(6) img {
  border-radius: 16px 0 0 16px;
}
@media (min-width: 991px) {
  .image-gallery-item:nth-child(6) img {
    border-radius: 32px 0 0 32px;
  }
}
.image-gallery-item[data-fancybox] {
  position: relative;
}
.image-gallery-item[data-fancybox]::before {
  background: url('data:image/svg+xml,<svg width="65" height="65" viewBox="0 0 65 65" fill="none" xmlns="http://www.w3.org/2000/svg"><circle cx="32.1738" cy="32.1738" r="31.6738" stroke="white"/><path fill-rule="evenodd" clip-rule="evenodd" d="M24.9346 45.8473V17.6953L45.8475 31.7697L24.9346 45.8473Z" fill="white"/></svg>') no-repeat center;
  border-radius: 50%;
  content: '';
  height: 65px;
  position: absolute;
  left: calc(50% - 32.5px);
  top: calc(50% - 32.5px);
  scale: 1;
  transition: scale 0.35s ease;
  width: 65px;
}
.image-gallery-item[data-fancybox]:hover::before {
  scale: 1.05;
}
.image-gallery img {
  border-radius: 16px;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (min-width: 991px) {
  .image-gallery img {
    border-radius: 32px;
  }
}
.hero-cases {
  background: linear-gradient(31.43deg, rgba(41, 41, 217, 0.25) 18%, rgba(255, 255, 255, 0.165) 54.05%), #FFFFFF;
  border-radius: 0 0 32px 32px;
  margin-bottom: -82px;
  padding: 80px 0 120px;
  position: relative;
  text-align: center;
}
@media (min-width: 991px) {
  .hero-cases {
    min-height: 600px;
    padding: 186px 0 200px;
  }
}
@media (min-width: 1200px) {
  .hero-cases {
    border-bottom-right-radius: calc(32 / 1920 * (100vw - 98px));
    border-bottom-left-radius: calc(32 / 1920 * (100vw - 98px));
    margin-bottom: calc(-82 / 1920 * (100vw - 98px));
    min-height: calc(600 / 1920 * (100vw - 98px));
    padding-top: calc(186 / 1920 * (100vw - 98px));
    padding-bottom: calc(186 / 1920 * (100vw - 98px));
  }
}
.hero-cases .container {
  max-width: 1180px !important;
}
@media (min-width: 1200px) {
  .hero-cases .container {
    max-width: calc(1180 / 1920 * (100vw - 98px)) !important;
  }
}
.hero-cases h1 {
  font-family: "Roboto Mono", monospace;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.2;
  margin: 0 0 16px;
}
@media (min-width: 768px) {
  .hero-cases h1 {
    font-size: 32px;
  }
}
@media (min-width: 991px) {
  .hero-cases h1 {
    font-size: 50px;
    margin: 0 0 40px;
  }
}
@media (min-width: 1200px) {
  .hero-cases h1 {
    font-size: calc(70 / 1920 * (100vw - 98px));
    margin-bottom: calc(40 / 1920 * (100vw - 98px));
  }
}
.hero-cases p {
  font-size: 18px;
}
@media (min-width: 768px) {
  .hero-cases p {
    font-size: 24px;
  }
}
@media (min-width: 1200px) {
  .hero-cases p {
    font-size: calc(32 / 1920 * (100vw - 98px));
    line-height: calc(44 / 1920 * (100vw - 98px));
  }
}
.cases {
  position: relative;
  z-index: 9;
}
.cases .container {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 24px;
  max-width: 1470px !important;
}
@media (min-width: 991px) {
  .cases .container {
    flex-direction: row;
  }
}
@media (min-width: 1200px) {
  .cases .container {
    gap: calc(24 / 1920 * (100vw - 98px));
    max-width: calc(1470 / 1920 * (100vw - 98px)) !important;
  }
}
.cases-footer {
  display: flex;
  justify-content: center;
  padding: 56px 0 160px;
}
@media (min-width: 1200px) {
  .cases-footer {
    padding-top: calc(56 / 1920 * (100vw - 98px));
    padding-bottom: calc(160 / 1920 * (100vw - 98px));
  }
}
.cases-footer .btn-an-primary {
  width: 206px;
}
@media (min-width: 1200px) {
  .cases-footer .btn-an-primary {
    width: calc(206 / 1920 * (100vw - 98px));
  }
}
.cases .case {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.4);
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
@media (min-width: 991px) {
  .cases .case {
    border-radius: 32px;
  }
}
@media (min-width: 1200px) {
  .cases .case {
    border-radius: calc(32 / 1920 * (100vw - 98px));
    width: calc(50% - (12 / 1920 * (100vw - 98px)));
  }
}
.cases .case-image {
  height: 240px;
}
@media (min-width: 1200px) {
  .cases .case-image {
    height: calc(240 / 1920 * (100vw - 98px));
  }
}
.cases .case-image img {
  display: block;
  height: 100%;
  object-fit: cover;
  object-position: center;
  width: 100%;
}
.cases .case-text {
  display: flex;
  flex-direction: column;
  gap: 20px;
  height: 100%;
  padding: 20px;
}
@media (min-width: 991px) {
  .cases .case-text {
    gap: 40px;
    padding: 40px;
  }
}
@media (min-width: 1200px) {
  .cases .case-text {
    gap: calc(40 / 1920 * (100vw - 98px));
    padding: calc(40 / 1920 * (100vw - 98px));
  }
}
.cases .case-header {
  display: flex;
  gap: 16px;
}
@media (min-width: 1200px) {
  .cases .case-header {
    gap: calc(16 / 1920 * (100vw - 98px));
  }
}
.cases .case-body {
  display: flex;
  gap: 16px;
  flex-direction: column;
}
@media (min-width: 1200px) {
  .cases .case-body {
    gap: calc(16 / 1920 * (100vw - 98px));
  }
}
.cases .case-body h2 {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.2;
  margin: 0;
}
@media (min-width: 1200px) {
  .cases .case-body h2 {
    font-size: calc(28 / 1920 * (100vw - 98px));
  }
}
.cases .case-footer {
  margin-top: auto;
}
.cases .case-footer a {
  color: #1418DD;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
  padding: 0 20px 0 0;
  position: relative;
  transition: all 1s ease;
}
@media (min-width: 1200px) {
  .cases .case-footer a {
    font-size: calc(16 / 1920 * (100vw - 98px));
    padding-right: calc(20 / 1920 * (100vw - 98px));
  }
}
.cases .case-footer a:hover {
  color: #1418DD;
  padding: 0 30px 0 0;
  text-decoration: none;
}
@media (min-width: 1200px) {
  .cases .case-footer a:hover {
    padding-right: calc(30 / 1920 * (100vw - 98px));
  }
}
.cases .case-footer a::after {
  background: url('data:image/svg+xml,<svg width="15" height="13" viewBox="0 0 15 13" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M7.85206 12.545L6.69058 11.3835L11.0292 7.04489L-3.62017e-06 7.04074L0.0269272 5.37172L11.1749 5.37587L6.87771 1.07867L7.95633 6.02894e-05L14.1767 6.22039L7.85206 12.545Z" fill="%231418DD"/></svg>') no-repeat;
  content: '';
  height: 14px;
  position: absolute;
  right: -3px;
  top: calc(50% - 7px);
  width: 15px;
}
@media (min-width: 1200px) {
  .cases .case-footer a::after {
    background-size: contain;
    top: calc(50% - (7 / 1920 * (100vw - 98px)));
    height: calc(14 / 1920 * (100vw - 98px));
    width: calc(15 / 1920 * (100vw - 98px));
    right: calc(-3 / 1920 * (100vw - 98px));
  }
}
.cases .case-flag img {
  border-radius: 25px;
  display: block;
  height: 40px;
  object-fit: cover;
  width: 100%;
}
@media (min-width: 1200px) {
  .cases .case-flag img {
    border-radius: calc(25 / 1920 * (100vw - 98px));
    height: calc(40 / 1920 * (100vw - 98px));
  }
}
.cases .case-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
@media (min-width: 1200px) {
  .cases .case-tags {
    gap: calc(8 / 1920 * (100vw - 98px));
  }
}
.cases .case-tags span {
  align-items: center;
  background: #F4F4F4;
  border-radius: 32px;
  display: flex;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.4;
  height: 40px;
  justify-content: center;
  padding: 10px 20px;
}
@media (min-width: 1200px) {
  .cases .case-tags span {
    border-radius: calc(32 / 1920 * (100vw - 98px));
    font-size: calc(12 / 1920 * (100vw - 98px));
    height: calc(40 / 1920 * (100vw - 98px));
    padding-top: calc(10 / 1920 * (100vw - 98px));
    padding-bottom: calc(10 / 1920 * (100vw - 98px));
    padding-left: calc(20 / 1920 * (100vw - 98px));
    padding-right: calc(20 / 1920 * (100vw - 98px));
  }
}
.breadcrumbs {
  margin: -32px 0 16px;
  position: relative;
}
@media (min-width: 768px) {
  .breadcrumbs {
    inset: 16px 0 auto 0;
    margin: 0;
    position: absolute;
  }
}
.career-hero .breadcrumbs,
.hero-inner:not(.hero-inner-images) .breadcrumbs,
.hero-cases .breadcrumbs,
.blog-page .breadcrumbs,
.hero-gallery .breadcrumbs,
.post-single .breadcrumbs,
.case-single-hero .breadcrumbs {
  inset: 16px 0 auto 0;
  margin: 0;
  position: absolute;
}
.breadcrumbs-container {
  display: flex;
  flex-wrap: wrap;
  gap: 5px 20px;
  margin: 0 auto;
  max-width: 1670px;
  width: 100%;
  padding: 0 15px;
}
@media (min-width: 1200px) {
  .breadcrumbs-container {
    column-gap: calc(20 / 1920 * (100vw - 98px));
    max-width: calc(1670 / 1920 * (100vw - 98px));
  }
}
.breadcrumbs a {
  color: rgba(0, 0, 0, 0.5);
  position: relative;
}
@media (min-width: 1200px) {
  .breadcrumbs a {
    font-size: calc(20 / 1920 * (100vw - 98px));
  }
}
.breadcrumbs a::after {
  background: #1418DD;
  border-radius: 50%;
  content: '';
  height: 2px;
  position: absolute;
  right: -11px;
  top: calc(50% - 1px);
  width: 2px;
}
@media (min-width: 1200px) {
  .breadcrumbs a::after {
    right: calc(-11 / 1920 * (100vw - 98px));
  }
}
.breadcrumbs a span {
  color: inherit;
}
.breadcrumbs span {
  color: #000;
}
@media (min-width: 1200px) {
  .breadcrumbs span {
    font-size: calc(20 / 1920 * (100vw - 98px));
  }
}
.case-single {
  display: flex;
  flex-direction: column;
  gap: 80px;
}
@media (min-width: 1200px) {
  .case-single {
    gap: calc(80 / 1920 * (100vw - 98px));
  }
}
.case-single .form {
  margin-top: 60px;
}
@media (min-width: 1200px) {
  .case-single .form {
    margin-top: calc(60 / 1920 * (100vw - 98px));
  }
}
.case-single .breadcrumbs {
  padding: 16px 0 80px;
  position: static;
}
@media (min-width: 1200px) {
  .case-single .breadcrumbs {
    padding-top: calc(16 / 1920 * (100vw - 98px));
    padding-bottom: calc(80 / 1920 * (100vw - 98px));
  }
}
.case-single-hero {
  position: relative;
}
.case-single-hero h1 {
  font-family: "Roboto Mono", monospace;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.2;
  margin: 0 0 16px;
}
@media (min-width: 768px) {
  .case-single-hero h1 {
    font-size: 32px;
  }
}
@media (min-width: 991px) {
  .case-single-hero h1 {
    font-size: 42px;
  }
}
@media (min-width: 1200px) {
  .case-single-hero h1 {
    font-size: calc(70 / 1920 * (100vw - 98px));
    margin-bottom: calc(16 / 1920 * (100vw - 98px));
  }
}
.case-single-hero-wrapper {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media (min-width: 991px) {
  .case-single-hero-wrapper {
    flex-direction: row;
    gap: 60px;
  }
}
@media (min-width: 1200px) {
  .case-single-hero-wrapper {
    gap: calc(120 / 1920 * (100vw - 98px));
  }
}
.case-single-hero-item {
  display: flex;
  flex-direction: column;
  flex: 1 0 calc(50% - 30px);
}
@media (min-width: 1200px) {
  .case-single-hero-item {
    flex: 1 0 calc(50% - (30 / 1920 * (100vw - 98px)));
  }
}
.case-single-hero-item:nth-child(2) {
  flex: 1 0 calc(50% - 90px);
}
@media (min-width: 1200px) {
  .case-single-hero-item:nth-child(2) {
    flex: 1 0 calc(50% - (90 / 1920 * (100vw - 98px)));
  }
}
.case-single-hero-img {
  margin: 0 0 20px;
}
@media (min-width: 768px) {
  .case-single-hero-img {
    height: 372px;
  }
}
@media (min-width: 991px) {
  .case-single-hero-img {
    margin: 0 0 80px;
  }
}
@media (min-width: 1200px) {
  .case-single-hero-img {
    height: calc(372 / 1920 * (100vw - 98px));
    margin-bottom: calc(80 / 1920 * (100vw - 98px));
  }
}
.case-single-hero-img img {
  border-radius: 32px;
  display: block;
  height: 100%;
  object-fit: cover;
  object-position: top;
  width: 100%;
}
@media (min-width: 1200px) {
  .case-single-hero-img img {
    border-radius: calc(32 / 1920 * (100vw - 98px));
  }
}
.case-single-hero-info {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
@media (min-width: 1200px) {
  .case-single-hero-info {
    gap: calc(8 / 1920 * (100vw - 98px));
  }
}
.case-single-hero-info-item {
  align-items: center;
  background: #F4F4F4;
  border-radius: 24px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  justify-content: center;
  min-height: 72px;
  padding: 24px;
  width: calc(50% - 4px);
}
@media (min-width: 768px) {
  .case-single-hero-info-item {
    min-height: 112px;
  }
}
@media (min-width: 1200px) {
  .case-single-hero-info-item {
    border-radius: calc(24 / 1920 * (100vw - 98px));
    gap: calc(8 / 1920 * (100vw - 98px));
    min-height: calc(112 / 1920 * (100vw - 98px));
    padding: calc(24 / 1920 * (100vw - 98px));
    width: calc(50% - (4 / 1920 * (100vw - 98px)));
  }
}
.case-single-hero-info-item h3 {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2;
  margin: 0;
  text-align: center;
}
@media (min-width: 768px) {
  .case-single-hero-info-item h3 {
    font-size: 28px;
  }
}
@media (min-width: 1200px) {
  .case-single-hero-info-item h3 {
    font-size: calc(28 / 1920 * (100vw - 98px));
  }
}
.case-single-hero-info-item span {
  font-size: 16px;
  opacity: 0.5;
}
@media (min-width: 1200px) {
  .case-single-hero-info-item span {
    font-size: calc(16 / 1920 * (100vw - 98px));
  }
}
.case-single-hero-text {
  margin-top: auto;
}
.case-single-tags {
  display: flex;
  gap: 16px;
  margin: 0 0 24px;
}
@media (min-width: 1200px) {
  .case-single-tags {
    gap: calc(16 / 1920 * (100vw - 98px));
    margin-bottom: calc(24 / 1920 * (100vw - 98px));
  }
}
.case-single-tags span {
  border: 1px solid #1418DD;
  border-radius: 32px;
  color: #1418DD;
  font-size: 16px;
  line-height: 1.4;
  padding: 8px 19px;
}
@media (min-width: 1200px) {
  .case-single-tags span {
    border-radius: calc(32 / 1920 * (100vw - 98px));
    font-size: calc(16 / 1920 * (100vw - 98px));
    padding-top: calc(8 / 1920 * (100vw - 98px));
    padding-bottom: calc(8 / 1920 * (100vw - 98px));
    padding-left: calc(19 / 1920 * (100vw - 98px));
    padding-right: calc(19 / 1920 * (100vw - 98px));
  }
}
.case-single-content-wrapper {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media (min-width: 768px) {
  .case-single-content-wrapper {
    gap: 60px;
  }
}
@media (min-width: 991px) {
  .case-single-content-wrapper {
    gap: 90px;
  }
}
@media (min-width: 1200px) {
  .case-single-content-wrapper {
    gap: calc(90 / 1920 * (100vw - 98px));
  }
}
.case-single-content-item {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 24px 80px;
}
@media (min-width: 991px) {
  .case-single-content-item {
    flex-direction: row;
  }
}
@media (min-width: 1200px) {
  .case-single-content-item {
    gap: calc(24 / 1920 * (100vw - 98px)) calc(120 / 1920 * (100vw - 98px));
  }
}
.case-single-content-item h2 {
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
  font-family: "Roboto Mono", monospace;
  font-size: 24px;
  line-height: 1.2;
  margin: 0;
  padding: 0 0 12px;
  width: 100%;
}
@media (min-width: 768px) {
  .case-single-content-item h2 {
    font-size: 32px;
    padding: 0 0 16px;
  }
}
@media (min-width: 991px) {
  .case-single-content-item h2 {
    font-size: 40px;
    padding: 0 0 24px;
  }
}
@media (min-width: 1200px) {
  .case-single-content-item h2 {
    font-size: calc(40 / 1920 * (100vw - 98px));
    padding-bottom: calc(24 / 1920 * (100vw - 98px));
  }
}
@media (min-width: 991px) {
  .case-single-content-column:has(+ .case-single-content-column),
  .case-single-content-column:has(+ .case-single-content-column) + .case-single-content-column {
    width: calc(50% - 40px);
  }
}
@media (min-width: 1200px) {
  .case-single-content-column:has(+ .case-single-content-column),
  .case-single-content-column:has(+ .case-single-content-column) + .case-single-content-column {
    width: calc(50% - (60 / 1920 * (100vw - 98px)));
  }
}
.case-single-content-column strong {
  font-weight: 700;
}
.case-single-content-column ul {
  display: flex;
  flex-direction: column;
  gap: 26px;
  margin: 0;
  padding: 0;
}
@media (min-width: 1200px) {
  .case-single-content-column ul {
    gap: calc(26 / 1920 * (100vw - 98px));
  }
}
.case-single-content-column ul li {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
  list-style: none;
  padding: 0 0 0 22px;
  position: relative;
}
@media (min-width: 768px) {
  .case-single-content-column ul li {
    font-size: 20px;
    line-height: 24px;
  }
}
@media (min-width: 991px) {
  .case-single-content-column ul li {
    font-size: 24px;
    line-height: 33px;
  }
}
@media (min-width: 1200px) {
  .case-single-content-column ul li {
    font-size: calc(24 / 1920 * (100vw - 98px));
    line-height: calc(33 / 1920 * (100vw - 98px));
    padding-left: calc(22 / 1920 * (100vw - 98px));
  }
}
.case-single-content-column ul li::before {
  background: #1418DD;
  border-radius: 50%;
  content: '';
  left: 0;
  height: 6px;
  position: absolute;
  top: 14px;
  width: 6px;
}
@media (min-width: 1200px) {
  .case-single-content-column ul li::before {
    height: calc(6 / 1920 * (100vw - 98px));
    top: calc(14 / 1920 * (100vw - 98px));
    width: calc(6 / 1920 * (100vw - 98px));
  }
}
.case-single-additional {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
@media (min-width: 768px) {
  .case-single-additional {
    gap: 24px 34px;
  }
}
@media (min-width: 991px) {
  .case-single-additional {
    gap: 24px 44px;
  }
}
@media (min-width: 1200px) {
  .case-single-additional {
    gap: calc(24 / 1920 * (100vw - 98px)) calc(44 / 1920 * (100vw - 98px));
  }
}
.case-single-additional h2 {
  border: none;
  padding: 0;
}
.case-single-additional-item {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media (min-width: 1200px) {
  .case-single-additional-item {
    gap: calc(24 / 1920 * (100vw - 98px));
  }
}
.case-single-additional-icon img {
  display: block;
  height: auto;
  max-height: 64px;
  max-width: 100%;
  width: auto;
}
@media (min-width: 1200px) {
  .case-single-additional-icon img {
    max-height: calc(64 / 1920 * (100vw - 98px));
  }
}
.case-single-key-points {
  align-items: flex-end;
  display: flex;
  flex-direction: column;
  gap: 2px;
}
@media (min-width: 1200px) {
  .case-single-key-points {
    gap: calc(2 / 1920 * (100vw - 98px));
  }
}
.case-single-key-points-item {
  align-items: center;
  background: #1418DD;
  border-radius: 12px;
  color: #fff;
  display: flex;
  gap: 12px;
  flex-direction: column;
  justify-content: center;
  min-height: 112px;
  padding: 24px;
}
@media (min-width: 768px) {
  .case-single-key-points-item {
    border-radius: 100px 0 0 100px;
    flex-direction: row;
    gap: 25px;
    padding: 10px 32px 10px 42px;
  }
}
@media (min-width: 1200px) {
  .case-single-key-points-item {
    border-top-left-radius: calc(100 / 1920 * (100vw - 98px));
    border-bottom-left-radius: calc(100 / 1920 * (100vw - 98px));
    gap: calc(25 / 1920 * (100vw - 98px));
    min-height: calc(112 / 1920 * (100vw - 98px));
    padding-top: calc(10 / 1920 * (100vw - 98px));
    padding-bottom: calc(10 / 1920 * (100vw - 98px));
    padding-left: calc(42 / 1920 * (100vw - 98px));
    padding-left: calc(32 / 1920 * (100vw - 98px));
  }
}
@media (min-width: 768px) {
  .case-single-key-points-item:nth-child(1) {
    width: calc(100% - 40px);
  }
}
@media (min-width: 1200px) {
  .case-single-key-points-item:nth-child(1) {
    width: calc(100% - (144 / 1920 * (100vw - 98px)));
  }
}
@media (min-width: 768px) {
  .case-single-key-points-item:nth-child(2) {
    width: calc(100% - 20px);
  }
}
@media (min-width: 1200px) {
  .case-single-key-points-item:nth-child(2) {
    width: calc(100% - (73 / 1920 * (100vw - 98px)));
  }
}
.case-single-key-points-item:nth-child(3) {
  width: 100%;
}
.case-single-key-points h3 {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
  margin: 0;
}
@media (min-width: 1200px) {
  .case-single-key-points h3 {
    font-size: calc(20 / 1920 * (100vw - 98px));
  }
}
.case-single-key-points p {
  font-size: 18px;
}
@media (min-width: 1200px) {
  .case-single-key-points p {
    font-size: calc(20 / 1920 * (100vw - 98px));
  }
}
.case-single-services h2 {
  font-family: "Roboto Mono", monospace;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2;
  margin: 0 0 24px;
}
@media (min-width: 768px) {
  .case-single-services h2 {
    font-size: 32px;
    margin: 0 0 32px;
  }
}
@media (min-width: 991px) {
  .case-single-services h2 {
    font-size: 40px;
    margin: 0 0 40px;
  }
}
@media (min-width: 1200px) {
  .case-single-services h2 {
    font-size: calc(40 / 1920 * (100vw - 98px));
    margin-bottom: calc(40 / 1920 * (100vw - 98px));
  }
}
.case-single-services-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
@media (min-width: 1200px) {
  .case-single-services-wrapper {
    gap: calc(16 / 1920 * (100vw - 98px));
  }
}
.case-single-services .case-single-service {
  align-items: center;
  background: #F4F4F4;
  border-radius: 24px;
  display: flex;
  gap: 24px;
  flex-direction: column;
  justify-content: center;
  padding: 24px;
  width: 100%;
}
@media (min-width: 768px) {
  .case-single-services .case-single-service {
    width: calc(100% / 2 - (32px / 2));
  }
}
@media (min-width: 991px) {
  .case-single-services .case-single-service {
    width: calc(100% / 3 - (32px / 3));
  }
}
@media (min-width: 1200px) {
  .case-single-services .case-single-service {
    border-radius: calc(24 / 1920 * (100vw - 98px));
    gap: calc(24 / 1920 * (100vw - 98px));
    padding: calc(24 / 1920 * (100vw - 98px));
    width: calc(100% / 3 - (32 / 1920 * (100vw - 98px)) / 3);
  }
}
.case-single-services .case-single-service-icon {
  height: 32px;
}
@media (min-width: 1200px) {
  .case-single-services .case-single-service-icon {
    height: calc(32 / 1920 * (100vw - 98px));
  }
}
.case-single-services .case-single-service-icon img {
  display: block;
  height: auto;
  max-height: 32px;
  max-width: 100%;
  width: auto;
}
@media (min-width: 1200px) {
  .case-single-services .case-single-service-icon img {
    max-height: calc(32 / 1920 * (100vw - 98px));
  }
}
.case-single-services h3 {
  color: #1418DD;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
  margin: 0;
  text-align: center;
}
@media (min-width: 768px) {
  .case-single-services h3 {
    min-height: 56px;
  }
}
@media (min-width: 1200px) {
  .case-single-services h3 {
    font-size: calc(20 / 1920 * (100vw - 98px));
    min-height: calc(56 / 1920 * (100vw - 98px));
  }
}
.career-hero {
  border-radius: 0 0 32px 32px;
  overflow: hidden;
  position: relative;
}
@media (min-width: 1200px) {
  .career-hero {
    border-bottom-right-radius: calc(32 / 1920 * (100vw - 98px));
    border-bottom-left-radius: calc(32 / 1920 * (100vw - 98px));
  }
}
.career-hero-content {
  bottom: 0;
  left: 0;
  right: 0;
  top: 132px;
  position: absolute;
  text-align: center;
  z-index: 9;
}
@media (min-width: 1200px) {
  .career-hero-content {
    top: calc(132 / 1920 * (100vw - 98px));
  }
}
.career-hero-content h1 {
  color: #fff;
  font-family: "Roboto Mono", monospace;
  font-size: 40px;
  font-weight: 500;
  line-height: 1.2;
}
@media (min-width: 768px) {
  .career-hero-content h1 {
    font-size: 50px;
  }
}
@media (min-width: 991px) {
  .career-hero-content h1 {
    font-size: 70px;
  }
}
@media (min-width: 1200px) {
  .career-hero-content h1 {
    font-size: calc(70 / 1920 * (100vw - 98px));
  }
}
.career-hero .breadcrumbs {
  z-index: 9;
}
.career-hero .breadcrumbs-container {
  justify-content: center;
}
.career-hero .breadcrumbs a {
  color: rgba(255, 255, 255, 0.74);
}
.career-hero .breadcrumbs span {
  color: #fff;
}
.career-hero .next,
.career-hero .prev {
  display: none;
}
.career-hero .slick-dots {
  bottom: 24px;
  display: flex;
  left: 0;
  gap: 15px;
  justify-content: center;
  position: absolute;
  right: 0;
  z-index: 10;
}
@media (min-width: 768px) {
  .career-hero .slick-dots {
    bottom: 97px;
  }
}
@media (min-width: 1200px) {
  .career-hero .slick-dots {
    bottom: calc(97 / 1920 * (100vw - 98px));
    gap: calc(15 / 1920 * (100vw - 98px));
  }
}
.career-hero .slick-dots li {
  width: 9px;
  margin: 0;
}
@media (min-width: 1200px) {
  .career-hero .slick-dots li {
    width: calc(9 / 1920 * (100vw - 98px));
  }
}
.career-hero .slick-dots li.slick-active button {
  background: #fff;
}
.career-hero .slick-dots li button {
  background: rgba(255, 255, 255, 0.5);
  border: 0;
  border-radius: 50%;
  height: 9px;
  width: 9px;
  padding: 0;
  transition: all 0.25s ease;
}
@media (min-width: 1200px) {
  .career-hero .slick-dots li button {
    height: calc(9 / 1920 * (100vw - 98px));
    width: calc(9 / 1920 * (100vw - 98px));
  }
}
.career-hero .slick-dots li button::before {
  display: none;
}
.career-hero-slider.slick-dotted {
  margin-bottom: 0;
}
.career-hero-slide {
  height: 400px;
  position: relative;
}
@media (min-width: 768px) {
  .career-hero-slide {
    height: 600px;
  }
}
@media (min-width: 1200px) {
  .career-hero-slide {
    height: calc(886 / 1920 * (100vw - 98px));
  }
}
.career-hero-slide::before {
  background: linear-gradient(180deg, rgba(41, 41, 217, 0.38) 8.23%, rgba(20, 24, 221, 0) 54.85%);
  content: '';
  inset: 0;
  position: absolute;
}
.career-hero-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.career-main {
  padding: 30px 0;
}
@media (min-width: 768px) {
  .career-main {
    padding: 60px 0;
  }
}
@media (min-width: 991px) {
  .career-main {
    padding: 120px 0;
  }
}
@media (min-width: 1200px) {
  .career-main {
    padding-top: calc(120 / 1920 * (100vw - 98px));
    padding-bottom: calc(120 / 1920 * (100vw - 98px));
  }
}
.career-main .container {
  max-width: 1670px !important;
}
@media (min-width: 1200px) {
  .career-main .container {
    max-width: calc(1670 / 1920 * (100vw - 98px)) !important;
  }
}
.career-main h2 {
  font-family: "Roboto Mono", monospace;
  font-size: 30px;
  font-weight: 500;
  line-height: 1.2;
  margin: 0;
  text-align: center;
}
@media (min-width: 768px) {
  .career-main h2 {
    font-size: 40px;
  }
}
@media (min-width: 991px) {
  .career-main h2 {
    font-size: 60px;
  }
}
@media (min-width: 1200px) {
  .career-main h2 {
    font-size: calc(60 / 1920 * (100vw - 98px));
  }
}
.career-main-wrapper {
  display: flex;
  gap: 24px;
  flex-direction: column;
}
@media (min-width: 991px) {
  .career-main-wrapper {
    flex-direction: row;
    gap: 46px;
  }
}
@media (min-width: 1200px) {
  .career-main-wrapper {
    gap: calc(46 / 1920 * (100vw - 98px));
  }
}
.career-main-search {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 24px;
  padding: 40px 0 24px;
}
@media (min-width: 991px) {
  .career-main-search {
    flex-direction: row;
    padding: 80px 0 64px;
  }
}
@media (min-width: 1200px) {
  .career-main-search {
    gap: calc(24 / 1920 * (100vw - 98px));
    padding-top: calc(80 / 1920 * (100vw - 98px));
    padding-bottom: calc(64 / 1920 * (100vw - 98px));
  }
}
.career-main-search input[type="search"] {
  background: url('data:image/svg+xml,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M9.08984 0C14.0977 3.7204e-05 18.1786 4.01423 18.1787 8.94043C18.1787 11.2399 17.2886 13.3402 15.8311 14.9268L16.5176 15.6416C17.1955 15.4668 17.9485 15.6506 18.4639 16.1895L22.8066 20.7031C23.559 21.4825 23.5194 22.7214 22.7275 23.4619C22.3393 23.8205 21.8555 24 21.3643 24L21.168 23.9824C20.7108 23.9381 20.2616 23.7393 19.9219 23.3848L15.5801 18.8711C15.0621 18.3347 14.9141 17.5804 15.1338 16.9209L14.416 16.1748C12.9175 17.2459 11.0778 17.8808 9.08984 17.8809C4.08189 17.8809 0.000976562 13.8668 0.000976562 8.94043C0.00110612 4.01421 4.08197 0 9.08984 0ZM9.08984 3.21191C5.87279 3.21191 3.26575 5.77584 3.26562 8.94043C3.26562 12.1051 5.87271 14.6699 9.08984 14.6699C12.3069 14.6699 14.9141 12.1051 14.9141 8.94043C14.9139 5.77586 12.3069 3.21195 9.08984 3.21191Z" fill="black" fill-opacity="0.25"/></svg>') no-repeat 23px 15px;
  border: 1px solid rgba(0, 0, 0, 0.25);
  border-radius: 40px;
  font-size: 20px;
  font-weight: 300;
  line-height: 28px;
  padding: 14px 14px 14px 70px;
  width: 100%;
}
@media (min-width: 991px) {
  .career-main-search input[type="search"] {
    width: calc(100% - 199px);
  }
}
@media (min-width: 1200px) {
  .career-main-search input[type="search"] {
    background-position: calc(23 / 1920 * (100vw - 98px)) calc(15 / 1920 * (100vw - 98px));
    background-size: calc(24 / 1920 * (100vw - 98px));
    border-radius: calc(40 / 1920 * (100vw - 98px));
    font-size: calc(20 / 1920 * (100vw - 98px));
    line-height: calc(28 / 1920 * (100vw - 98px));
    padding-top: calc(14 / 1920 * (100vw - 98px));
    padding-bottom: calc(14 / 1920 * (100vw - 98px));
    padding-right: calc(14 / 1920 * (100vw - 98px));
    padding-left: calc(70 / 1920 * (100vw - 98px));
    width: calc(100% - (199 / 1920 * (100vw - 98px)));
  }
}
.career-main-search input[type="search"]::placeholder {
  color: rgba(0, 0, 0, 0.5);
}
.career-main-search input[type="search"]:focus {
  outline: none;
}
.career-main-search #job-search-btn {
  width: 175px;
}
@media (min-width: 1200px) {
  .career-main-search #job-search-btn {
    width: calc(175 / 1920 * (100vw - 98px));
  }
}
.career-main .career-sidebar {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media (min-width: 991px) {
  .career-main .career-sidebar {
    width: 300px;
  }
}
@media (min-width: 1200px) {
  .career-main .career-sidebar {
    width: calc(366 / 1920 * (100vw - 98px));
  }
}
.career-main .career-sidebar h3 {
  font-size: 32px;
  font-weight: 700;
  line-height: 44px;
  margin: 0;
}
@media (min-width: 1200px) {
  .career-main .career-sidebar h3 {
    font-size: calc(32 / 1920 * (100vw - 98px));
    line-height: calc(44 / 1920 * (100vw - 98px));
  }
}
.career-main .career-sidebar ul {
  display: flex;
  flex-direction: column;
  gap: 8px;
  list-style: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
  max-height: 0;
}
@media (min-width: 1200px) {
  .career-main .career-sidebar ul {
    gap: calc(8 / 1920 * (100vw - 98px));
  }
}
.career-main .career-sidebar ul li {
  font-size: 20px;
  font-weight: 300;
}
@media (min-width: 1200px) {
  .career-main .career-sidebar ul li {
    font-size: calc(20 / 1920 * (100vw - 98px));
  }
}
.career-main .career-sidebar ul li input {
  opacity: 0;
  position: absolute;
  height: 0;
  width: 0;
}
.career-main .career-sidebar ul label {
  cursor: pointer;
  margin: 0;
  position: relative;
  padding: 0 0 0 40px;
}
@media (min-width: 1200px) {
  .career-main .career-sidebar ul label {
    padding-left: calc(40 / 1920 * (100vw - 98px));
  }
}
.career-main .career-sidebar ul label::before {
  border: 1px solid #2FCBDF;
  border-radius: 4px;
  content: '';
  height: 24px;
  left: 0;
  position: absolute;
  top: 2px;
  width: 24px;
}
@media (min-width: 1200px) {
  .career-main .career-sidebar ul label::before {
    border-radius: calc(4 / 1920 * (100vw - 98px));
    height: calc(24 / 1920 * (100vw - 98px));
    top: calc(2 / 1920 * (100vw - 98px));
    width: calc(24 / 1920 * (100vw - 98px));
  }
}
.career-main .career-sidebar ul label::after {
  background: url('data:image/svg+xml,<%3Fxml version="1.0" encoding="utf-8"%3F><svg fill="%232FCBDF" width="800px" height="800px" viewBox="0 0 1024 1024" xmlns="http://www.w3.org/2000/svg"><path d="M760 380.4l-61.6-61.6-263.2 263.1-109.6-109.5L264 534l171.2 171.2L760 380.4z"/></svg>') no-repeat center;
  background-size: contain;
  content: '';
  height: 24px;
  left: 0;
  position: absolute;
  top: 2px;
  width: 24px;
  opacity: 0;
}
@media (min-width: 1200px) {
  .career-main .career-sidebar ul label::after {
    height: calc(24 / 1920 * (100vw - 98px));
    top: calc(2 / 1920 * (100vw - 98px));
    width: calc(24 / 1920 * (100vw - 98px));
  }
}
.career-main .career-sidebar ul label:has(:checked)::after {
  opacity: 1;
}
.career-main .career-sidebar-item-toggle {
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
  cursor: pointer;
  font-size: 20px;
  line-height: 1.4;
  margin: 0 0 10px;
  padding: 0 0 12px;
  position: relative;
}
@media (min-width: 1200px) {
  .career-main .career-sidebar-item-toggle {
    font-size: calc(20 / 1920 * (100vw - 98px));
    margin-bottom: calc(10 / 1920 * (100vw - 98px));
    padding-bottom: calc(12 / 1920 * (100vw - 98px));
  }
}
.career-main .career-sidebar-item-toggle.current::before {
  rotate: 0deg;
}
.career-main .career-sidebar-item-toggle.current + ul {
  max-height: initial;
}
.career-main .career-sidebar-item-toggle::after,
.career-main .career-sidebar-item-toggle::before {
  background: url('data:image/svg+xml,<svg width="15" height="15" viewBox="0 0 15 15" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M7.67383 6.875L7.67383 8.125" stroke="black" stroke-width="3"/><path d="M0 7.67444L15 7.67444" stroke="black" stroke-width="3"/></svg>') no-repeat center;
  content: '';
  height: 15px;
  position: absolute;
  right: 0;
  top: 6px;
  transition: all 0.25s ease;
  width: 15px;
}
@media (min-width: 1200px) {
  .career-main .career-sidebar-item-toggle::after,
  .career-main .career-sidebar-item-toggle::before {
    height: calc(15 / 1920 * (100vw - 98px));
    top: calc(6 / 1920 * (100vw - 98px));
    width: calc(15 / 1920 * (100vw - 98px));
  }
}
.career-main .career-sidebar-item-toggle::before {
  rotate: 90deg;
}
@media (min-width: 991px) {
  .career-main .career-list {
    width: calc(100% - 346px);
  }
}
@media (min-width: 1200px) {
  .career-main .career-list {
    width: calc(100% - (412 / 1920 * (100vw - 98px)));
  }
}
.career-main .jobs-list {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
@media (min-width: 1200px) {
  .career-main .jobs-list {
    gap: calc(15 / 1920 * (100vw - 98px));
  }
}
.career-main .career-item {
  align-items: flex-start;
  border: 1px solid #1418DD;
  border-radius: 40px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 32px;
  width: 100%;
}
@media (min-width: 991px) {
  .career-main .career-item {
    width: calc(100% / 2 - 8px);
  }
}
@media (min-width: 1200px) {
  .career-main .career-item {
    border-radius: calc(40 / 1920 * (100vw - 98px));
    gap: calc(16 / 1920 * (100vw - 98px));
    padding: calc(32 / 1920 * (100vw - 98px));
    width: calc(100% / 3 - (10 / 1920 * (100vw - 98px)));
  }
}
.career-main .career-item-format {
  background: #1418DD url('data:image/svg+xml,<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(%23clip0_10053_7697)"><path d="M14.8287 5.21332L10.2247 0.881836C9.62424 0.315525 8.82945 0 8.00343 0C7.17734 0 6.38256 0.315525 5.78205 0.881836L1.1782 5.21332C0.806794 5.56277 0.510727 5.98425 0.308142 6.45195C0.105558 6.91963 0.000689063 7.42366 0 7.93321V13.2461C0.000590625 13.9759 0.29108 14.6757 0.807713 15.1919C1.32435 15.7082 2.02499 15.9988 2.75595 16H13.2509C13.9808 15.9976 14.68 15.7064 15.1953 15.1903C15.7106 14.674 16 13.9749 16 13.2461V7.93321C15.9989 7.42435 15.8946 6.92094 15.6933 6.45346C15.492 5.98598 15.1978 5.56408 14.8287 5.21332ZM11.9206 9.47225C11.9209 9.66873 11.8823 9.86344 11.8071 10.0451C11.7319 10.2267 11.6215 10.3917 11.4824 10.5307C11.3432 10.6697 11.1779 10.7799 10.996 10.8549C10.8141 10.93 10.6191 10.9685 10.4222 10.9682H9.20089C9.00408 10.9685 8.80914 10.93 8.62719 10.8549C8.44528 10.7799 8.28001 10.6697 8.14078 10.5307C8.00159 10.3917 7.89128 10.2267 7.81607 10.0451C7.74086 9.86347 7.70231 9.66873 7.70264 9.47225V8.2528C7.70319 7.85623 7.86129 7.4761 8.14206 7.19568C8.42294 6.91527 8.80366 6.75747 9.20086 6.75688H10.4222C10.8194 6.75747 11.2001 6.91527 11.481 7.19568C11.7619 7.4761 11.9199 7.85627 11.9205 8.2528V9.47225H11.9206Z" fill="white"/></g><defs><clipPath id="clip0_10053_7697"><rect width="16" height="16" fill="white"/></clipPath></defs></svg>') no-repeat 16px 11px;
  background-size: 16px;
  border-radius: 32px;
  color: #fff;
  font-size: 16px;
  line-height: 1.4;
  padding: 8px 16px 8px 40px;
}
@media (min-width: 1200px) {
  .career-main .career-item-format {
    background-position: calc(16 / 1920 * (100vw - 98px)) calc(11 / 1920 * (100vw - 98px));
    background-size: calc(16 / 1920 * (100vw - 98px));
    border-radius: calc(32 / 1920 * (100vw - 98px));
    font-size: calc(16 / 1920 * (100vw - 98px));
    padding-top: calc(8 / 1920 * (100vw - 98px));
    padding-left: calc(16 / 1920 * (100vw - 98px));
    padding-left: calc(40 / 1920 * (100vw - 98px));
  }
}
.career-main .career-item h3 {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4;
  margin: 0 0 16px;
  min-height: 68px;
}
@media (min-width: 1200px) {
  .career-main .career-item h3 {
    font-size: calc(24 / 1920 * (100vw - 98px));
    margin-bottom: calc(16 / 1920 * (100vw - 98px));
    min-height: calc(68 / 1920 * (100vw - 98px));
  }
}
.career-main .career-item h3 a {
  color: #000;
  text-decoration: none;
}
.career-main .career-item .career-tech,
.career-main .career-item .career-location {
  background: url('data:image/svg+xml,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M24 12C14.0351 13.1239 13.1239 14.0351 12 24C10.8761 14.0351 9.96494 13.1239 0 12C9.96494 10.8761 10.8761 9.96494 12 0C13.1239 9.96494 14.0351 10.8761 24 12Z" fill="%231418DD"/></svg>') no-repeat;
  font-size: 16px;
  line-height: 1.4;
  padding: 1px 0 1px 40px;
}
@media (min-width: 1200px) {
  .career-main .career-item .career-tech,
  .career-main .career-item .career-location {
    background-size: calc(24 / 1920 * (100vw - 98px));
    font-size: calc(16 / 1920 * (100vw - 98px));
    padding-left: calc(40 / 1920 * (100vw - 98px));
  }
}
.career-main .career-item .career-tech {
  margin: auto 0 0;
}
.career-main .career-item .career-location {
  background-image: url('data:image/svg+xml,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M11.75 0C6.50837 0 2.25 4.20732 2.25 9.40244C2.25 14.5976 9.51732 24 11.75 24C14.3302 24 21.25 14.5902 21.25 9.40244C21.25 4.21463 16.999 0 11.75 0ZM11.75 15.7902C7.94261 15.7902 4.85233 12.8415 4.85233 9.19024C4.85233 5.53902 7.94261 2.59756 11.75 2.59756C15.5574 2.59756 18.6477 5.55366 18.6477 9.19756C18.6477 12.8415 15.5574 15.7976 11.75 15.7976" fill="%231418DD"/></svg>');
}
.career-main .career-empty {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  width: 100%;
}
@media (min-width: 1200px) {
  .career-main .career-empty {
    font-size: calc(24 / 1920 * (100vw - 98px));
  }
}
.career-bottom {
  display: flex;
  justify-content: center;
}
.career-bottom.hidden {
  display: none;
}
.career-bottom button {
  margin-top: 64px;
}
@media (min-width: 1200px) {
  .career-bottom button {
    margin-top: calc(64 / 1920 * (100vw - 98px));
  }
}
.career-single {
  padding: 60px 0;
  position: relative;
  overflow: hidden;
}
@media (min-width: 768px) {
  .career-single {
    padding: 123px 0 140px;
  }
}
@media (min-width: 1200px) {
  .career-single {
    padding-top: calc(123 / 1920 * (100vw - 98px));
    padding-bottom: calc(140 / 1920 * (100vw - 98px));
  }
}
.career-single h1 {
  font-family: "Roboto Mono", monospace;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.2;
  margin: 0 0 24px;
}
@media (min-width: 768px) {
  .career-single h1 {
    margin: 0 0 40px;
  }
}
@media (min-width: 991px) {
  .career-single h1 {
    font-size: 42px;
  }
}
@media (min-width: 1200px) {
  .career-single h1 {
    font-size: calc(42 / 1920 * (100vw - 98px));
  }
}
@media (min-width: 1400px) {
  .career-single h1 {
    font-size: calc(70 / 1920 * (100vw - 98px));
    margin-bottom: calc(80 / 1920 * (100vw - 98px));
  }
}
.career-single .career-single-main {
  display: flex;
  flex-direction: column;
  gap: 48px;
  justify-content: space-between;
}
@media (min-width: 768px) {
  .career-single .career-single-main {
    flex-direction: row-reverse;
  }
}
@media (min-width: 1200px) {
  .career-single .career-single-main {
    gap: calc(48 / 1920 * (100vw - 98px));
  }
}
.career-single .career-single-main p {
  margin: 0 0 40px;
}
@media (min-width: 1200px) {
  .career-single .career-single-main p {
    margin-bottom: calc(40 / 1920 * (100vw - 98px));
  }
}
.career-single .career-single-main p:last-child {
  margin-bottom: 40px;
}
@media (min-width: 1200px) {
  .career-single .career-single-main p:last-child {
    margin-bottom: calc(40 / 1920 * (100vw - 98px));
  }
}
.career-single .career-single-main h2 {
  color: #000 !important;
  font-family: "Roboto Mono", monospace;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 32px;
  padding: 25px 0 0;
  position: relative;
}
@media (min-width: 768px) {
  .career-single .career-single-main h2 {
    font-size: 32px;
    margin: 0 0 40px;
  }
}
@media (min-width: 991px) {
  .career-single .career-single-main h2 {
    font-size: 40px;
  }
}
@media (min-width: 1200px) {
  .career-single .career-single-main h2 {
    font-size: calc(40 / 1920 * (100vw - 98px));
    margin-bottom: calc(40 / 1920 * (100vw - 98px));
    padding-top: calc(25 / 1920 * (100vw - 98px));
  }
}
.career-single .career-single-main h2::before {
  background: #000;
  content: '';
  height: 1px;
  left: -100vw;
  opacity: 0.5;
  position: absolute;
  right: -100vw;
  top: 0;
}
.career-single .career-single-main h2:first-of-type::before {
  display: none;
}
.career-single .career-single-main h2 span {
  color: inherit !important;
}
.career-single .career-single-main ul {
  display: flex;
  flex-direction: column;
  gap: 16px;
  list-style: none;
  margin: 0 0 40px;
  padding: 0;
}
@media (min-width: 1200px) {
  .career-single .career-single-main ul {
    gap: calc(16 / 1920 * (100vw - 98px));
    margin-bottom: calc(40 / 1920 * (100vw - 98px));
  }
}
.career-single .career-single-main ul li {
  padding: 0 0 0 22px;
  position: relative;
}
@media (min-width: 1200px) {
  .career-single .career-single-main ul li {
    padding-left: calc(22 / 1920 * (100vw - 98px));
  }
}
.career-single .career-single-main ul li::before {
  background: #1418DD;
  border-radius: 50%;
  content: '';
  height: 6px;
  left: 0;
  position: absolute;
  top: 11px;
  width: 6px;
}
@media (min-width: 1200px) {
  .career-single .career-single-main ul li::before {
    height: calc(6 / 1920 * (100vw - 98px));
    top: calc(11 / 1920 * (100vw - 98px));
    width: calc(6 / 1920 * (100vw - 98px));
  }
}
.career-single .career-single-main ul ul {
  margin: 10px 0 0;
}
@media (min-width: 1200px) {
  .career-single .career-single-main ul ul {
    margin-top: calc(20 / 1920 * (100vw - 98px));
    margin-bottom: 0;
  }
}
.career-single .career-single-main strong {
  font-weight: 700;
}
.career-single-info {
  display: flex;
  flex-direction: column;
  gap: 40px;
  max-width: 478px;
  width: 100%;
}
@media (min-width: 1200px) {
  .career-single-info {
    gap: calc(40 / 1920 * (100vw - 98px));
    max-width: calc(478 / 1920 * (100vw - 98px));
  }
}
.career-single-info-item {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media (min-width: 1200px) {
  .career-single-info-item {
    gap: calc(24 / 1920 * (100vw - 98px));
  }
}
.career-single-info-header {
  align-items: center;
  display: flex;
  gap: 16px;
}
@media (min-width: 1200px) {
  .career-single-info-header {
    gap: calc(16 / 1920 * (100vw - 98px));
  }
}
@media (min-width: 1200px) {
  .career-single-info-header svg {
    height: auto;
    width: calc(27 / 1920 * (100vw - 98px));
  }
}
.career-single-info h3 {
  font-family: "Roboto Mono", monospace;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2;
  margin: 0;
}
@media (min-width: 768px) {
  .career-single-info h3 {
    font-size: 24px;
  }
}
@media (min-width: 991px) {
  .career-single-info h3 {
    font-size: 28px;
  }
}
@media (min-width: 1200px) {
  .career-single-info h3 {
    font-size: calc(28 / 1920 * (100vw - 98px));
  }
}
.career-single-info p {
  margin: 0 !important;
}
.career-single-content {
  max-width: 952px;
  width: 100%;
}
@media (min-width: 1200px) {
  .career-single-content {
    max-width: calc(952 / 1920 * (100vw - 98px));
  }
}
.single-awsm_job_openings .awsm-job-form-inner {
  background: none;
  border: none;
  padding: 0;
}
.single-awsm_job_openings .awsm-job-form-inner h2 {
  display: none;
}
.single-awsm_job_openings .awsm-job-form-inner .awsm-job-form-error {
  font-size: 14px;
  padding-left: 32px;
  padding-top: 4px;
}
@media (min-width: 1200px) {
  .single-awsm_job_openings .awsm-job-form-inner .awsm-job-form-error {
    padding-top: calc(4 / 1920 * (100vw - 98px));
    padding-left: calc(32 / 1920 * (100vw - 98px));
    font-size: calc(14 / 1920 * (100vw - 98px));
  }
}
.single-awsm_job_openings .awsm-job-form-inner [for="awsm_checkbox_1"] {
  display: none;
}
.single-awsm_job_openings .awsm-job-form-inner .btn-an-primary {
  margin-top: 40px;
}
@media (min-width: 1200px) {
  .single-awsm_job_openings .awsm-job-form-inner .btn-an-primary {
    margin-top: calc(40 / 1920 * (100vw - 98px));
  }
}
.single-awsm_job_openings .awsm-job-form-inner .awsm-job-form-group {
  margin: 0;
  width: 100%;
}
@media (min-width: 768px) {
  .single-awsm_job_openings .awsm-job-form-inner .awsm-job-form-group {
    width: calc(50% - 12px);
  }
}
@media (min-width: 1200px) {
  .single-awsm_job_openings .awsm-job-form-inner .awsm-job-form-group {
    width: calc(50% - (12 / 1920 * (100vw - 98px)));
  }
}
.single-awsm_job_openings .awsm-job-form-inner .awsm-job-form-group:has(#awsm_checkbox_1_1) {
  width: 100%;
}
.single-awsm_job_openings .awsm-job-form-inner .awsm-job-form-group:has([for="awsm_checkbox_1"]) {
  position: relative;
}
.single-awsm_job_openings .awsm-job-form-inner .awsm-job-form-group:has([for="awsm_checkbox_1"]) span {
  display: block;
  margin: 0;
}
.single-awsm_job_openings .awsm-job-form-inner .awsm-job-form-group:has([for="awsm_checkbox_1"])::before {
  border: 1px solid #000;
  border-radius: 50%;
  content: '';
  height: 24px;
  left: 0;
  position: absolute;
  top: 0;
  width: 24px;
}
@media (min-width: 1200px) {
  .single-awsm_job_openings .awsm-job-form-inner .awsm-job-form-group:has([for="awsm_checkbox_1"])::before {
    height: calc(24 / 1920 * (100vw - 98px));
    width: calc(24 / 1920 * (100vw - 98px));
  }
}
.single-awsm_job_openings .awsm-job-form-inner .awsm-job-form-group:has([for="awsm_checkbox_1"])::after {
  background: #1418DD;
  border-radius: 50%;
  content: '';
  left: 12px;
  position: absolute;
  top: 12px;
  transition: all 0.25s ease;
  width: 0;
  height: 0;
}
@media (min-width: 1200px) {
  .single-awsm_job_openings .awsm-job-form-inner .awsm-job-form-group:has([for="awsm_checkbox_1"])::after {
    left: calc(12 / 1920 * (100vw - 98px));
    top: calc(12 / 1920 * (100vw - 98px));
  }
}
.single-awsm_job_openings .awsm-job-form-inner .awsm-job-form-group:has([for="awsm_checkbox_1"]):has(:checked)::after {
  left: 7px;
  top: 7px;
  height: 10px;
  width: 10px;
}
@media (min-width: 1200px) {
  .single-awsm_job_openings .awsm-job-form-inner .awsm-job-form-group:has([for="awsm_checkbox_1"]):has(:checked)::after {
    left: calc(7 / 1920 * (100vw - 98px));
    top: calc(7 / 1920 * (100vw - 98px));
    height: calc(10 / 1920 * (100vw - 98px));
    width: calc(10 / 1920 * (100vw - 98px));
  }
}
.single-awsm_job_openings .awsm-job-form-inner .awsm-job-form-group:has([for="awsm_checkbox_1"]) label {
  cursor: pointer;
  padding: 0 0 0 40px;
}
@media (min-width: 1200px) {
  .single-awsm_job_openings .awsm-job-form-inner .awsm-job-form-group:has([for="awsm_checkbox_1"]) label {
    padding-left: calc(40 / 1920 * (100vw - 98px));
  }
}
.single-awsm_job_openings .awsm-job-form-inner .awsm-job-form-group:has([for="awsm_checkbox_1"]) label[for="awsm_checkbox_1_1"] {
  display: block;
  font-size: 16px;
  line-height: 1.4;
  position: relative;
  z-index: 9;
}
@media (min-width: 1200px) {
  .single-awsm_job_openings .awsm-job-form-inner .awsm-job-form-group:has([for="awsm_checkbox_1"]) label[for="awsm_checkbox_1_1"] {
    font-size: calc(16 / 1920 * (100vw - 98px));
  }
}
.single-awsm_job_openings .awsm-job-form-inner .awsm-job-form-group:has([for="awsm_checkbox_1"]) input {
  opacity: 0;
  position: absolute;
}
.single-awsm_job_openings .awsm-job-form-inner .awsm-job-form-group:has([type="file"]) {
  width: 100%;
}
.single-awsm_job_openings .awsm-job-form-inner .awsm-job-form-group:has([type="file"]) input {
  height: 0;
  opacity: 0;
  position: absolute;
  width: 0;
}
.single-awsm_job_openings .awsm-job-form-inner .awsm-job-form-group:has([type="file"]) .form-group-file {
  border-radius: 70px;
  border: 1px solid #000;
  height: 70px;
  padding: 23px 31px;
}
@media (min-width: 1200px) {
  .single-awsm_job_openings .awsm-job-form-inner .awsm-job-form-group:has([type="file"]) .form-group-file {
    border-radius: calc(70 / 1920 * (100vw - 98px));
    height: calc(70 / 1920 * (100vw - 98px));
    padding-top: calc(23 / 1920 * (100vw - 98px));
    padding-bottom: calc(23 / 1920 * (100vw - 98px));
    padding-left: calc(31 / 1920 * (100vw - 98px));
    padding-right: calc(31 / 1920 * (100vw - 98px));
  }
}
.single-awsm_job_openings .awsm-job-form-inner .awsm-job-form-group:has([type="file"]) .form-group-file + span {
  display: none;
}
.single-awsm_job_openings .awsm-job-form-inner .awsm-job-form-group:has([type="file"]) .custom-jop-file {
  margin: 0;
  padding: 0;
}
.single-awsm_job_openings .awsm-job-form-inner .awsm-job-form-group:has([type="file"]) .custom-jop-file + small {
  color: rgba(0, 0, 0, 0.5);
  display: block;
  font-size: 12px;
  line-height: 1.4;
  padding: 0 0 0 32px;
}
@media (min-width: 1200px) {
  .single-awsm_job_openings .awsm-job-form-inner .awsm-job-form-group:has([type="file"]) .custom-jop-file + small {
    font-size: calc(12 / 1920 * (100vw - 98px));
    padding-left: calc(32 / 1920 * (100vw - 98px));
  }
}
.single-awsm_job_openings .awsm-job-form-inner .awsm-job-form-group:has([type="file"]) .wpcf7-form-control-wrap {
  display: none;
}
.single-awsm_job_openings .awsm-job-form-inner .awsm-job-form-group:has([type="file"]) .file-title {
  display: none;
}
.single-awsm_job_openings .awsm-job-form-inner .awsm-job-form-group input {
  background: none;
}
.single-awsm_job_openings .awsm-job-form-inner .awsm-job-form-group label {
  color: rgba(0, 0, 0, 0.5);
  font-size: 16px;
  line-height: 22px;
  margin: 0 0 8px;
  padding: 0 0 0 32px;
}
@media (min-width: 1200px) {
  .single-awsm_job_openings .awsm-job-form-inner .awsm-job-form-group label {
    font-size: calc(16 / 1920 * (100vw - 98px));
    line-height: calc(22 / 1920 * (100vw - 98px));
    margin-bottom: calc(8 / 1920 * (100vw - 98px));
    padding-left: calc(32 / 1920 * (100vw - 98px));
  }
}
.single-awsm_job_openings .awsm-job-form-inner .awsm-job-form-group input[type="text"],
.single-awsm_job_openings .awsm-job-form-inner .awsm-job-form-group input[type="email"],
.single-awsm_job_openings .awsm-job-form-inner .awsm-job-form-group input[type="tel"],
.single-awsm_job_openings .awsm-job-form-inner .awsm-job-form-group textarea {
  border: 1px solid #000;
  padding: 23px 31px !important;
}
@media (min-width: 1200px) {
  .single-awsm_job_openings .awsm-job-form-inner .awsm-job-form-group input[type="text"],
  .single-awsm_job_openings .awsm-job-form-inner .awsm-job-form-group input[type="email"],
  .single-awsm_job_openings .awsm-job-form-inner .awsm-job-form-group input[type="tel"],
  .single-awsm_job_openings .awsm-job-form-inner .awsm-job-form-group textarea {
    padding-top: calc(23 / 1920 * (100vw - 98px)) !important;
    padding-bottom: calc(23 / 1920 * (100vw - 98px)) !important;
    padding-right: calc(31 / 1920 * (100vw - 98px)) !important;
    padding-left: calc(31 / 1920 * (100vw - 98px)) !important;
  }
}
@media (min-width: 768px) {
  .single-awsm_job_openings .awsm-job-form-inner .awsm-job-form-group #awsm_text_1 {
    margin-top: 30px;
  }
}
@media (min-width: 768px) and (min-width: 1200px) {
  .single-awsm_job_openings .awsm-job-form-inner .awsm-job-form-group #awsm_text_1 {
    margin-top: calc(30 / 1920 * (100vw - 98px));
  }
}
.single-awsm_job_openings .awsm-job-form-inner .intl-tel-input {
  display: flex;
  gap: 8px;
}
@media (min-width: 1200px) {
  .single-awsm_job_openings .awsm-job-form-inner .intl-tel-input {
    gap: calc(8 / 1920 * (100vw - 98px));
  }
}
.single-awsm_job_openings .awsm-job-form-inner .flag-container {
  border: 1px solid #000;
  border-radius: 70px;
  display: flex;
  justify-content: center;
  padding: 0;
  position: static;
  max-width: 100px;
  min-width: 100px;
}
@media (min-width: 1200px) {
  .single-awsm_job_openings .awsm-job-form-inner .flag-container {
    border-radius: calc(70 / 1920 * (100vw - 98px));
    max-width: calc(100 / 1920 * (100vw - 98px));
    min-width: calc(100 / 1920 * (100vw - 98px));
  }
}
.single-awsm_job_openings .awsm-job-form-inner .flag-container:hover .selected-flag {
  background: none;
}
.single-awsm_job_openings .awsm-job-form-inner .selected-flag {
  padding: 0;
}
.single-awsm_job_openings .awsm-job-form-inner .iti-arrow {
  background: url('data:image/svg+xml,<svg width="11" height="9" viewBox="0 0 11 9" fill="none" xmlns="http://www.w3.org/2000/svg"><path opacity="0.2" d="M5.19531 9L-0.00084002 9.78799e-07L10.3915 7.02746e-08L5.19531 9Z" fill="black"/></svg>') no-repeat;
  border: none;
  height: 12px;
  margin-top: -4px;
  right: 0;
  width: 12px;
}
@media (min-width: 1200px) {
  .single-awsm_job_openings .awsm-job-form-inner .iti-arrow {
    height: calc(12 / 1920 * (100vw - 98px));
    margin-top: calc(-4 / 1920 * (100vw - 98px));
    width: calc(12 / 1920 * (100vw - 98px));
  }
}
.single-awsm_job_openings .allow-dropdown {
  z-index: 99;
}
.single-awsm_job_openings .intl-tel-input .country-list .country {
  padding: 5px 10px;
}
@media (min-width: 1200px) {
  .single-awsm_job_openings .intl-tel-input .country-list .country {
    font-size: calc(16 / 1920 * (100vw - 98px));
    padding-top: calc(5 / 1920 * (100vw - 98px));
    padding-bottom: calc(5 / 1920 * (100vw - 98px));
    padding-left: calc(10 / 1920 * (100vw - 98px));
  }
}
.single-awsm_job_openings .awsm-error-message,
.single-awsm_job_openings .awsm-success-message {
  font-size: 14px;
  display: inline-flex;
  padding: 12px 25px;
  margin: 10px 0 0;
}
@media (min-width: 1200px) {
  .single-awsm_job_openings .awsm-error-message,
  .single-awsm_job_openings .awsm-success-message {
    border-radius: calc(32 / 1920 * (100vw - 98px));
    font-size: calc(14 / 1920 * (100vw - 98px));
    margin-top: calc(10 / 1920 * (100vw - 98px));
    padding-top: calc(12 / 1920 * (100vw - 98px));
    padding-bottom: calc(12 / 1920 * (100vw - 98px));
    padding-left: calc(25 / 1920 * (100vw - 98px));
  }
}
.post-single {
  position: relative;
}
.post-single-wrapper {
  padding: 120px 0 0;
}
@media (min-width: 1200px) {
  .post-single-wrapper {
    padding-top: calc(120 / 1920 * (100vw - 98px));
  }
}
.post-single-content {
  align-items: flex-start;
  display: flex;
  flex-direction: column-reverse;
  flex-wrap: wrap;
  gap: 0 40px;
}
@media (min-width: 991px) {
  .post-single-content {
    flex-direction: row;
    gap: 0 80px;
  }
}
@media (min-width: 1200px) {
  .post-single-content {
    gap: 0 calc(120 / 1920 * (100vw - 98px));
  }
}
.post-single-content h1 {
  font-family: "Roboto Mono", monospace;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.2;
  margin: 0 0 24px;
}
@media (min-width: 768px) {
  .post-single-content h1 {
    font-size: 32px;
  }
}
@media (min-width: 991px) {
  .post-single-content h1 {
    font-size: 42px;
  }
}
@media (min-width: 1200px) {
  .post-single-content h1 {
    font-size: calc(70 / 1920 * (100vw - 98px));
    margin-bottom: calc(24 / 1920 * (100vw - 98px));
  }
}
.post-single-page {
  padding: 0 0 140px;
}
@media (min-width: 1200px) {
  .post-single-page {
    padding-bottom: calc(140 / 1920 * (100vw - 98px));
  }
}
.post-single-page .post-single-wrapper {
  padding: 0;
}
.post-single-subtitle {
  font-weight: 400;
  font-size: 24px;
  line-height: 33px;
  margin: 0 0 24px;
}
@media (min-width: 1200px) {
  .post-single-subtitle {
    font-size: calc(24 / 1920 * (100vw - 98px));
    line-height: calc(33 / 1920 * (100vw - 98px));
    margin-bottom: calc(24 / 1920 * (100vw - 98px));
  }
}
.post-single-info {
  color: #1418DD;
  font-weight: 700;
  font-size: 20px;
  line-height: 140%;
  display: flex;
  gap: 8px;
}
@media (min-width: 1200px) {
  .post-single-info {
    font-size: calc(20 / 1920 * (100vw - 98px));
    gap: calc(8 / 1920 * (100vw - 98px));
  }
}
.post-single-time,
.post-single-date {
  color: #000;
  font-weight: 300;
  font-size: 20px;
  line-height: 140%;
  opacity: 0.5;
}
@media (min-width: 1200px) {
  .post-single-time,
  .post-single-date {
    font-size: calc(20 / 1920 * (100vw - 98px));
  }
}
.post-single-authors {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  margin: 32px 0;
}
@media (min-width: 991px) {
  .post-single-authors {
    gap: 40px;
    margin: 40px 0;
  }
}
@media (min-width: 1200px) {
  .post-single-authors {
    gap: calc(85 / 1920 * (100vw - 98px));
    margin-top: calc(85 / 1920 * (100vw - 98px));
    margin-bottom: calc(85 / 1920 * (100vw - 98px));
  }
}
.post-single-author {
  align-items: center;
  display: flex;
  gap: 24px;
}
@media (min-width: 1200px) {
  .post-single-author {
    gap: calc(24 / 1920 * (100vw - 98px));
  }
}
.post-single-author-photo img {
  border-radius: 50%;
  display: block;
  height: 96px;
  object-fit: cover;
  width: 96px;
}
@media (min-width: 1200px) {
  .post-single-author-photo img {
    height: calc(96 / 1920 * (100vw - 98px));
    width: calc(96 / 1920 * (100vw - 98px));
  }
}
.post-single-author-info {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
@media (min-width: 1200px) {
  .post-single-author-info {
    gap: calc(4 / 1920 * (100vw - 98px));
  }
}
.post-single-author-name {
  font-weight: 700;
  font-size: 20px;
  line-height: 140%;
}
@media (min-width: 1200px) {
  .post-single-author-name {
    font-size: calc(20 / 1920 * (100vw - 98px));
  }
}
.post-single-author-position {
  font-size: 16px;
  line-height: 140%;
}
@media (min-width: 1200px) {
  .post-single-author-position {
    font-size: calc(16 / 1920 * (100vw - 98px));
  }
}
.post-single-top {
  display: flex;
  justify-content: space-between;
  gap: 40px;
}
@media (min-width: 991px) {
  .post-single-top {
    gap: 80px;
  }
}
@media (min-width: 1200px) {
  .post-single-top {
    gap: calc(120 / 1920 * (100vw - 98px));
  }
}
@media (min-width: 991px) {
  .post-single-top-left {
    width: calc(100% - 378px - 80px);
  }
}
@media (min-width: 1200px) {
  .post-single-top-left {
    width: calc(100% - ((478 - 120) / 1920 * (100vw - 98px)));
  }
}
.post-single-top-right {
  display: none;
}
@media (min-width: 991px) {
  .post-single-top-right {
    display: block;
    width: 378px;
  }
}
@media (min-width: 1200px) {
  .post-single-top-right {
    width: calc(478 / 1920 * (100vw - 98px));
  }
}
.post-single-top-right img {
  border-radius: 32px;
  display: block;
  height: auto;
  max-width: 100%;
  width: 100%;
}
@media (min-width: 1200px) {
  .post-single-top-right img {
    border-radius: calc(32 / 1920 * (100vw - 98px));
  }
}
.post-single-text {
  overflow: hidden;
}
@media (min-width: 991px) {
  .post-single-text {
    overflow: initial;
    width: calc(100% - 378px - 80px);
  }
}
@media (min-width: 1200px) {
  .post-single-text {
    width: calc(100% - ((478 - 120) / 1920 * (100vw - 98px)));
  }
}
.post-single-text-body img {
  display: block;
  height: auto;
  max-width: 100%;
}
.post-single-text-body h2 {
  font-family: "Roboto Mono", monospace;
  font-weight: 500;
  font-size: 40px;
  line-height: 120%;
  margin: 0 0 32px;
}
@media (min-width: 1200px) {
  .post-single-text-body h2 {
    font-size: calc(40 / 1920 * (100vw - 98px));
    margin-bottom: calc(32 / 1920 * (100vw - 98px));
  }
}
.post-single-text-body h3 {
  font-weight: 500;
  font-size: 28px;
  line-height: 120%;
  margin: 0 0 24px;
}
@media (min-width: 1200px) {
  .post-single-text-body h3 {
    font-size: calc(28 / 1920 * (100vw - 98px));
    margin-bottom: calc(24 / 1920 * (100vw - 98px));
  }
}
.post-single-text-body a:not([class]) {
  color: #1418DD;
  text-decoration: underline;
}
.post-single-text-body a:not([class]):hover {
  text-decoration: none;
}
.post-single-text-body img {
  margin: 24px 0 32px;
}
@media (min-width: 1200px) {
  .post-single-text-body img {
    margin-top: calc(24 / 1920 * (100vw - 98px));
    margin-bottom: calc(32 / 1920 * (100vw - 98px));
  }
}
.post-single-text-body p strong {
  font-weight: 700;
}
.post-single-text-body ul {
  display: flex;
  flex-direction: column;
  gap: 16px;
  list-style: none;
  margin: 0 0 32px;
  padding: 0;
}
@media (min-width: 1200px) {
  .post-single-text-body ul {
    gap: calc(16 / 1920 * (100vw - 98px));
    margin-bottom: calc(32 / 1920 * (100vw - 98px));
  }
}
.post-single-text-body ul li {
  padding: 0 0 0 22px;
  position: relative;
}
@media (min-width: 1200px) {
  .post-single-text-body ul li {
    padding-left: calc(22 / 1920 * (100vw - 98px));
  }
}
.post-single-text-body ul li::before {
  background: #1418DD;
  border-radius: 50%;
  content: '';
  height: 6px;
  left: 0;
  position: absolute;
  top: 11px;
  width: 6px;
}
@media (min-width: 1200px) {
  .post-single-text-body ul li::before {
    height: calc(6 / 1920 * (100vw - 98px));
    top: calc(11 / 1920 * (100vw - 98px));
    width: calc(6 / 1920 * (100vw - 98px));
  }
}
.post-single-text-body table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  margin: 0 0 24px;
}
@media (min-width: 1200px) {
  .post-single-text-body table {
    margin-bottom: calc(24 / 1920 * (100vw - 98px));
  }
}
.post-single-text-body table th {
  background: rgba(20, 24, 221, 0.1);
  font-family: "Roboto Mono", monospace;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.2;
  padding: 22px 16px;
}
@media (min-width: 1200px) {
  .post-single-text-body table th {
    font-size: calc(16 / 1920 * (100vw - 98px));
    padding-top: calc(22 / 1920 * (100vw - 98px));
    padding-bottom: calc(22 / 1920 * (100vw - 98px));
    padding-left: calc(16 / 1920 * (100vw - 98px));
    padding-right: calc(16 / 1920 * (100vw - 98px));
  }
}
.post-single-text-body table td {
  background: #fff;
  font-size: 16px;
  line-height: 1.4;
  padding: 16px;
}
@media (min-width: 1200px) {
  .post-single-text-body table td {
    font-size: calc(16 / 1920 * (100vw - 98px));
    padding: calc(16 / 1920 * (100vw - 98px));
  }
}
.post-single-text-body table td,
.post-single-text-body table th {
  border: 1px solid #F4F4F4;
}
.post-single-text-body .table-scroll {
  overflow-x: auto;
  margin: 0 0 24px;
}
@media (min-width: 1200px) {
  .post-single-text-body .table-scroll {
    margin-bottom: calc(24 / 1920 * (100vw - 98px));
  }
}
@media (max-width: 768px) {
  .post-single-text-body .table-scroll .table-scroll {
    overflow-x: auto;
  }
}
.post-single-text-body .table-scroll table {
  min-width: 400px;
  border-collapse: collapse;
}
@media (min-width: 1200px) {
  .post-single-text-body .table-scroll table {
    min-width: calc(400 / 1920 * (100vw - 98px));
  }
}
.post-single-sidebar {
  margin: 0 0 24px;
}
@media (min-width: 991px) {
  .post-single-sidebar {
    margin: 24px 0 0;
    position: sticky;
    top: 24px;
    width: 378px;
  }
}
@media (min-width: 1200px) {
  .post-single-sidebar {
    margin-top: calc(24 / 1920 * (100vw - 98px));
    top: calc(24 / 1920 * (100vw - 98px));
    top: calc(478 / 1920 * (100vw - 98px));
  }
}
.post-single-sidebar:not(.toc-h2 li) {
  display: none;
}
.post-single-sidebar h3 {
  font-family: "Roboto Mono", monospace;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.2;
  margin: 0 0 12px;
}
@media (min-width: 1200px) {
  .post-single-sidebar h3 {
    margin-bottom: calc(12 / 1920 * (100vw - 98px));
    font-size: calc(32 / 1920 * (100vw - 98px));
  }
}
.post-single-sidebar ul {
  display: flex;
  flex-direction: column;
  gap: 12px;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (min-width: 1200px) {
  .post-single-sidebar ul {
    gap: calc(12 / 1920 * (100vw - 98px));
  }
}
.post-single-sidebar ul a {
  color: #000;
  display: inline-flex;
  opacity: 0.35;
  transition: all 0.25s ease;
  padding: 0 0 0 16px;
  position: relative;
}
@media (min-width: 1200px) {
  .post-single-sidebar ul a {
    padding-left: calc(16 / 1920 * (100vw - 98px));
  }
}
.post-single-sidebar ul a::before {
  background: #1418DD;
  border-radius: 2px;
  bottom: 0;
  left: 0;
  height: 0;
  content: '';
  position: absolute;
  transition: all 0.25s ease;
  width: 4px;
}
@media (min-width: 1200px) {
  .post-single-sidebar ul a::before {
    border-radius: calc(2 / 1920 * (100vw - 98px));
    width: calc(4 / 1920 * (100vw - 98px));
  }
}
.post-single-sidebar ul a.is-active {
  color: #1418DD;
  opacity: 1;
}
.post-single-sidebar ul a.is-active::before {
  height: 100%;
}
.post-single-sidebar ul .toc-has-number {
  padding: 0 0 0 32px;
}
@media (min-width: 1200px) {
  .post-single-sidebar ul .toc-has-number {
    padding-left: calc(32 / 1920 * (100vw - 98px));
  }
}
.cta-bonus {
  background: #F4F4F4;
  border-radius: 24px;
  gap: 40px;
  display: flex;
  flex-direction: column;
  margin: 0 0 60px;
  padding: 16px;
}
@media (min-width: 768px) {
  .cta-bonus {
    flex-direction: row;
  }
}
@media (min-width: 1200px) {
  .cta-bonus {
    border-radius: calc(24 / 1920 * (100vw - 98px));
    gap: calc(40 / 1920 * (100vw - 98px));
    margin-bottom: calc(60 / 1920 * (100vw - 98px));
    padding: calc(16 / 1920 * (100vw - 98px));
  }
}
.cta-bonus-image {
  width: 100%;
}
@media (min-width: 768px) {
  .cta-bonus-image {
    width: calc(42% - 20px);
  }
}
@media (min-width: 1200px) {
  .cta-bonus-image {
    width: calc(42% - (20 / 1920 * (100vw - 98px)));
  }
}
.cta-bonus-image img {
  border-radius: 16px;
  display: block;
  margin: 0;
  max-width: 100%;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (min-width: 1200px) {
  .cta-bonus-image img {
    border-radius: calc(16 / 1920 * (100vw - 98px));
  }
}
.cta-bonus-text {
  align-self: center;
  width: 100%;
}
@media (min-width: 768px) {
  .cta-bonus-text {
    width: calc(58% - (20 / 1920 * (100vw - 98px)));
  }
}
.cta-bonus-text br {
  display: none;
}
.cta-bonus-text a {
  color: #1418DD;
  text-decoration: underline;
}
.cta-bonus-text a:hover {
  text-decoration: none;
}
.cta-bonus-text .bonus {
  color: #1418DD;
}
.cta-bonus-h3 {
  display: block;
  font-family: "Roboto Mono", monospace;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.2;
  margin: 0 0 24px;
}
@media (min-width: 1200px) {
  .cta-bonus-h3 {
    font-size: calc(40 / 1920 * (100vw - 98px));
    margin-bottom: calc(24 / 1920 * (100vw - 98px));
  }
}
.cta-bonus-h4 {
  display: block;
  font-family: "Roboto Mono", monospace;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  margin: 0 0 8px;
}
@media (min-width: 1200px) {
  .cta-bonus-h4 {
    font-size: calc(20 / 1920 * (100vw - 98px));
    margin-bottom: calc(8 / 1920 * (100vw - 98px));
  }
}
.cta-download {
  align-items: center;
  background: #1418DD;
  border-radius: 32px;
  display: flex;
  flex-direction: column;
  gap: 40px;
  margin: 0 0 60px;
  min-height: 320px;
  padding: 40px;
  position: relative;
  width: 100%;
}
@media (min-width: 768px) {
  .cta-download {
    flex-direction: row;
    gap: 120px;
  }
}
@media (min-width: 1200px) {
  .cta-download {
    border-radius: calc(32 / 1920 * (100vw - 98px));
    gap: calc(120 / 1920 * (100vw - 98px));
    padding: calc(40 / 1920 * (100vw - 98px));
    min-height: calc(320 / 1920 * (100vw - 98px));
    margin-bottom: calc(60 / 1920 * (100vw - 98px));
  }
}
.cta-download-left,
.cta-download-right {
  position: relative;
}
@media (min-width: 768px) {
  .cta-download-left,
  .cta-download-right {
    width: calc(50% - 60px);
  }
}
@media (min-width: 1200px) {
  .cta-download-left,
  .cta-download-right {
    width: calc(50% - (60 / 1920 * (100vw - 98px)));
  }
}
.cta-download-right {
  align-items: flex-end;
  display: flex;
  justify-content: center;
  margin: auto 0 0;
  text-align: center;
}
.cta-download-right img {
  bottom: 0;
  left: 50%;
  display: none;
  margin: 0;
  position: absolute;
  transform: translateX(-45%);
  width: auto;
  max-width: initial;
}
@media (min-width: 768px) {
  .cta-download-right img {
    display: block;
  }
}
@media (min-width: 1200px) {
  .cta-download-right img {
    width: calc(492 / 1920 * (100vw - 98px));
  }
}
.cta-download-title {
  color: #fff;
  font-size: 32px;
  line-height: 44px;
  font-weight: 700;
  margin: 0 0 24px;
}
@media (min-width: 1200px) {
  .cta-download-title {
    font-size: calc(32 / 1920 * (100vw - 98px));
    line-height: calc(44 / 1920 * (100vw - 98px));
    margin-bottom: calc(24 / 1920 * (100vw - 98px));
  }
}
.cta-download p {
  color: #fff;
}
.cta-download .btn-an-aqua {
  width: 223px;
}
@media (min-width: 1200px) {
  .cta-download .btn-an-aqua {
    width: calc(223 / 1920 * (100vw - 98px));
  }
}
.cta-text-btn {
  align-items: center;
  background: linear-gradient(45.7deg, rgba(41, 41, 217, 0.25) 7.77%, rgba(255, 255, 255, 0.165) 46.84%), #F4F4F4;
  border-radius: 32px;
  display: flex;
  flex-direction: column;
  gap: 40px;
  margin: 0 0 60px;
  padding: 40px;
}
@media (min-width: 768px) {
  .cta-text-btn {
    flex-direction: row;
  }
}
@media (min-width: 1200px) {
  .cta-text-btn {
    border-radius: calc(32 / 1920 * (100vw - 98px));
    gap: calc(40 / 1920 * (100vw - 98px));
    margin-bottom: calc(60 / 1920 * (100vw - 98px));
    padding: calc(40 / 1920 * (100vw - 98px));
  }
}
.cta-text-btn-right {
  white-space: nowrap;
}
.cta-text-btn-title {
  font-size: 32px;
  font-weight: 700;
  line-height: 44px;
  margin: 0 0 16px;
}
@media (min-width: 1200px) {
  .cta-text-btn-title {
    font-size: calc(32 / 1920 * (100vw - 98px));
    line-height: calc(44 / 1920 * (100vw - 98px));
    margin-bottom: calc(16 / 1920 * (100vw - 98px));
  }
}
.cta-text-btn a.btn-an-primary {
  color: #fff;
}
.cta-text-btn a.btn-an-primary:hover span {
  color: #1418DD;
}
.cta-case {
  background: #F4F4F4;
  border-radius: 32px;
  display: flex;
  margin: 0 0 32px;
  overflow: hidden;
  position: relative;
}
@media (min-width: 1200px) {
  .cta-case {
    border-radius: calc(32 / 1920 * (100vw - 98px));
    margin-bottom: calc(32 / 1920 * (100vw - 98px));
  }
}
.cta-case-img {
  bottom: 0;
  left: 0;
  height: 220px;
  position: absolute;
  top: 0;
  width: 100%;
}
@media (min-width: 768px) {
  .cta-case-img {
    height: auto;
    width: 360px;
  }
}
@media (min-width: 1200px) {
  .cta-case-img {
    width: calc(360 / 1920 * (100vw - 98px));
  }
}
.cta-case-img img {
  display: block;
  height: 220px;
  margin: 0;
  width: 100%;
  object-fit: cover;
}
@media (min-width: 768px) {
  .cta-case-img img {
    height: auto;
  }
}
.cta-case-text {
  padding: 240px 20px 20px 20px;
}
@media (min-width: 768px) {
  .cta-case-text {
    padding: 20px 40px 20px 416px;
  }
}
@media (min-width: 1200px) {
  .cta-case-text {
    padding-top: calc(20 / 1920 * (100vw - 98px));
    padding-left: calc(416 / 1920 * (100vw - 98px));
    padding-right: calc(40 / 1920 * (100vw - 98px));
  }
}
.cta-case-text-title {
  color: #1418DD;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
  margin: 0 0 18px;
}
@media (min-width: 1200px) {
  .cta-case-text-title {
    font-size: calc(20 / 1920 * (100vw - 98px));
    margin-bottom: calc(18 / 1920 * (100vw - 98px));
  }
}
.cta-case-text-h2 {
  color: #1418DD;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4;
  margin: 0 0 16px;
}
@media (min-width: 1200px) {
  .cta-case-text-h2 {
    font-size: calc(24 / 1920 * (100vw - 98px));
    margin-bottom: calc(16 / 1920 * (100vw - 98px));
  }
}
.cta-case-text p {
  font-size: 16px;
  line-height: 1.4;
  margin: 0 0 18px;
}
@media (min-width: 1200px) {
  .cta-case-text p {
    font-size: calc(16 / 1920 * (100vw - 98px));
    margin-bottom: calc(18 / 1920 * (100vw - 98px));
  }
}
.cta-case-link {
  color: #1418DD;
  font-size: 16px;
  font-weight: 700;
  padding: 0 18px 0 0;
  position: relative;
  transition: all 0.25s ease;
}
@media (min-width: 1200px) {
  .cta-case-link {
    font-size: calc(16 / 1920 * (100vw - 98px));
    padding-right: calc(18 / 1920 * (100vw - 98px));
  }
}
.cta-case-link:hover {
  color: #1418DD;
  padding: 0 28px 0 0;
  text-decoration: none;
}
@media (min-width: 1200px) {
  .cta-case-link:hover {
    font-size: calc(16 / 1920 * (100vw - 98px));
    padding-right: calc(28 / 1920 * (100vw - 98px));
  }
}
.cta-case-link::after {
  background: url('data:image/svg+xml,<svg width="15" height="13" viewBox="0 0 15 13" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M7.85206 12.545L6.69058 11.3835L11.0292 7.04489L-3.62017e-06 7.04074L0.0269272 5.37172L11.1749 5.37587L6.87771 1.07867L7.95633 6.02894e-05L14.1767 6.22039L7.85206 12.545Z" fill="%231418DD"/></svg>') no-repeat;
  content: '';
  height: 14px;
  position: absolute;
  right: -3px;
  top: calc(50% - 7px);
  width: 15px;
}
@media (min-width: 1200px) {
  .cta-case-link::after {
    height: calc(14 / 1920 * (100vw - 98px));
    height: calc(-3 / 1920 * (100vw - 98px));
    width: calc(15 / 1920 * (100vw - 98px));
    top: calc(50% - (7 / 1920 * (100vw - 98px)));
  }
}
.read-also {
  align-items: center;
  border-left: 1px solid #1418DD;
  display: flex;
  gap: 24px;
  margin: 0 0 60px;
  padding: 10px 24px;
}
@media (min-width: 1200px) {
  .read-also {
    gap: calc(24 / 1920 * (100vw - 98px));
    margin-bottom: calc(60 / 1920 * (100vw - 98px));
    padding-top: calc(10 / 1920 * (100vw - 98px));
    padding-bottom: calc(10 / 1920 * (100vw - 98px));
    padding-left: calc(24 / 1920 * (100vw - 98px));
    padding-right: calc(24 / 1920 * (100vw - 98px));
  }
}
.read-also a {
  text-decoration: none !important;
}
.read-also a:hover {
  text-decoration: underline !important;
}
.post-ratings {
  align-items: center;
  text-align: center;
  font-size: 12px;
  display: flex;
  gap: 16px;
  margin: 24px 0 74px;
}
@media (min-width: 1200px) {
  .post-ratings {
    font-size: calc(12 / 1920 * (100vw - 98px));
    gap: calc(16 / 1920 * (100vw - 98px));
    margin-top: calc(24 / 1920 * (100vw - 98px));
    margin-bottom: calc(74 / 1920 * (100vw - 98px));
  }
}
.post-ratings-text {
  padding-left: 15px;
}
@media (min-width: 1200px) {
  .post-ratings-text {
    padding-left: calc(15 / 1920 * (100vw - 98px));
  }
}
.post-ratings img {
  align-self: center;
  margin: 0;
}
.post-ratings .rating-stars {
  display: flex;
}
.post-ratings strong {
  font-weight: 700;
}
.post-single-similar {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin: 0 0 72px;
}
@media (min-width: 1200px) {
  .post-single-similar {
    gap: calc(15 / 1920 * (100vw - 98px));
    margin-bottom: calc(72 / 1920 * (100vw - 98px));
  }
}
.post-single-similar-item {
  border-radius: 32px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  width: 100%;
}
@media (min-width: 1200px) {
  .post-single-similar-item {
    border-radius: calc(32 / 1920 * (100vw - 98px));
    width: calc(100% / 3 - (10 / 1920 * (100vw - 98px)));
  }
}
.post-single-similar-item h3 {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.2;
  margin: 0 0 24px;
}
@media (min-width: 1200px) {
  .post-single-similar-item h3 {
    font-size: calc(28 / 1920 * (100vw - 98px));
    margin-bottom: calc(24 / 1920 * (100vw - 98px));
  }
}
.post-single-similar-item h3 a {
  color: #000;
  text-decoration: none;
}
.post-single-similar-item h3 a:hover {
  color: #1418DD;
}
.post-single-similar-item-date {
  font-size: 16px;
  line-height: 1.4;
  margin: auto 0 0;
}
@media (min-width: 1200px) {
  .post-single-similar-item-date {
    font-size: calc(16 / 1920 * (100vw - 98px));
  }
}
.post-single-similar-item-img {
  height: 200px;
}
@media (min-width: 1200px) {
  .post-single-similar-item-img {
    height: calc(200 / 1920 * (100vw - 98px));
  }
}
.post-single-similar-item-img img {
  display: block;
  height: 200px;
  margin: 0;
  object-fit: cover;
  width: 100%;
}
@media (min-width: 1200px) {
  .post-single-similar-item-img img {
    height: calc(200 / 1920 * (100vw - 98px));
  }
}
.post-single-similar-item-content {
  border: 1px solid rgba(0, 0, 0, 0.4);
  border-top: none;
  border-radius: 0 0 32px 32px;
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 24px 40px;
}
@media (min-width: 1200px) {
  .post-single-similar-item-content {
    border-bottom-right-radius: calc(32 / 1920 * (100vw - 98px));
    border-bottom-left-radius: calc(32 / 1920 * (100vw - 98px));
    padding-top: calc(24 / 1920 * (100vw - 98px));
    padding-bottom: calc(24 / 1920 * (100vw - 98px));
    padding-left: calc(40 / 1920 * (100vw - 98px));
    padding-right: calc(40 / 1920 * (100vw - 98px));
  }
}
.post-single-similar-item-tags {
  display: flex;
  gap: 8px;
  margin: 0 0 25px;
}
@media (min-width: 1200px) {
  .post-single-similar-item-tags {
    gap: calc(8 / 1920 * (100vw - 98px));
    margin-bottom: calc(25 / 1920 * (100vw - 98px));
  }
}
.post-single-similar-item-tags span {
  background: #F4F4F4;
  border-radius: 32px;
  color: #000;
  font-size: 16px;
  line-height: 1.4;
  padding: 9px 20px;
}
@media (min-width: 1200px) {
  .post-single-similar-item-tags span {
    border-radius: calc(32 / 1920 * (100vw - 98px));
    font-size: calc(16 / 1920 * (100vw - 98px));
    padding-top: calc(9 / 1920 * (100vw - 98px));
    padding-bottom: calc(9 / 1920 * (100vw - 98px));
    padding-left: calc(20 / 1920 * (100vw - 98px));
    padding-right: calc(20 / 1920 * (100vw - 98px));
  }
}
.blog-page {
  padding-bottom: 120px;
  position: relative;
}
@media (min-width: 1200px) {
  .blog-page {
    padding-bottom: calc(120 / 1920 * (100vw - 98px));
  }
}
.blog-page::before {
  background: linear-gradient(8deg, rgba(41, 41, 217, 0.25) 18%, rgba(255, 255, 255, 0.165) 54.05%), #FFFFFF;
  border-radius: 0 0 32px 32px;
  content: '';
  height: 530px;
  left: 50%;
  max-width: 1920px;
  position: absolute;
  top: 0;
  transform: translateX(-50%);
  width: 100%;
}
@media (min-width: 1200px) {
  .blog-page::before {
    height: calc(530 / 1920 * (100vw - 98px));
    max-width: calc(1920 / 1920 * (100vw - 98px));
  }
}
.blog-hero {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 0 0 40px;
  position: relative;
  z-index: 9;
}
@media (min-width: 768px) {
  .blog-hero {
    flex-direction: row;
    padding: 0 0 120px;
  }
}
@media (min-width: 1200px) {
  .blog-hero {
    gap: calc(24 / 1920 * (100vw - 98px));
    padding-bottom: calc(120 / 1920 * (100vw - 98px));
  }
}
.blog-hero-main {
  background: #fff;
  border-radius: 32px;
  position: relative;
}
@media (min-width: 768px) {
  .blog-hero-main {
    width: calc(50% - 12px);
  }
}
@media (min-width: 1200px) {
  .blog-hero-main {
    border-radius: calc(32 / 1920 * (100vw - 98px));
    width: calc(50% - (12 / 1920 * (100vw - 98px)));
  }
}
.blog-hero-main-title {
  font-weight: 300;
  font-size: 20px;
  left: 0;
  line-height: 140%;
  position: absolute;
  top: -44px;
}
@media (min-width: 1200px) {
  .blog-hero-main-title {
    font-size: calc(20 / 1920 * (100vw - 98px));
    top: calc(-44 / 1920 * (100vw - 98px));
  }
}
.blog-hero-main-item.blog-item {
  height: 100%;
  width: 100%;
}
.blog-hero-pin {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.4);
  border-radius: 32px;
  gap: 20px;
  display: flex;
  flex-direction: column;
  padding: 24px;
}
@media (min-width: 768px) {
  .blog-hero-pin {
    gap: 40px;
    width: calc(50% - 12px);
  }
}
@media (min-width: 991px) {
  .blog-hero-pin {
    gap: 70px;
    padding: 40px;
  }
}
@media (min-width: 1200px) {
  .blog-hero-pin {
    border-radius: calc(32 / 1920 * (100vw - 98px));
    gap: calc(70 / 1920 * (100vw - 98px));
    padding: calc(40 / 1920 * (100vw - 98px));
    width: calc(50% - (12 / 1920 * (100vw - 98px)));
  }
}
.blog-hero-pin-category {
  display: flex;
  gap: 16px;
  margin: 0 0 16px;
}
@media (min-width: 1200px) {
  .blog-hero-pin-category {
    gap: calc(16 / 1920 * (100vw - 98px));
    margin-bottom: calc(16 / 1920 * (100vw - 98px));
  }
}
.blog-hero-pin-category span {
  background: #F4F4F4;
  border-radius: 32px;
  font-size: 16px;
  line-height: 1.4;
  padding: 6px 10px;
}
@media (min-width: 768px) {
  .blog-hero-pin-category span {
    padding: 9px 20px;
  }
}
@media (min-width: 1200px) {
  .blog-hero-pin-category span {
    border-radius: calc(32 / 1920 * (100vw - 98px));
    font-size: calc(16 / 1920 * (100vw - 98px));
    padding-bottom: calc(9 / 1920 * (100vw - 98px));
    padding-top: calc(9 / 1920 * (100vw - 98px));
    padding-left: calc(20 / 1920 * (100vw - 98px));
    padding-right: calc(20 / 1920 * (100vw - 98px));
  }
}
.blog-hero-pin h3 {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
  margin: 0;
}
@media (min-width: 768px) {
  .blog-hero-pin h3 {
    font-size: 22px;
  }
}
@media (min-width: 991px) {
  .blog-hero-pin h3 {
    font-size: 24px;
  }
}
@media (min-width: 1200px) {
  .blog-hero-pin h3 {
    font-size: calc(28 / 1920 * (100vw - 98px));
  }
}
.blog-hero-pin h3 a {
  color: #000;
}
.blog-header {
  padding: 75px 0 90px;
  text-align: center;
  position: relative;
  z-index: 9;
}
@media (min-width: 1200px) {
  .blog-header {
    padding-top: calc(75 / 1920 * (100vw - 98px));
    padding-bottom: calc(90 / 1920 * (100vw - 98px));
  }
}
.blog-header h1 {
  font-family: "Roboto Mono", monospace;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.2;
  margin: 0 0 16px;
}
@media (min-width: 991px) {
  .blog-header h1 {
    font-size: 42px;
  }
}
@media (min-width: 1200px) {
  .blog-header h1 {
    font-size: calc(70 / 1920 * (100vw - 98px));
    margin-bottom: calc(16 / 1920 * (100vw - 98px));
  }
}
.blog-list {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
@media (min-width: 1200px) {
  .blog-list {
    gap: calc(16 / 1920 * (100vw - 98px));
  }
}
.blog-item {
  border-radius: 32px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  width: 100%;
}
@media (min-width: 768px) {
  .blog-item {
    width: calc(100% / 2 - (32px / 2));
  }
}
@media (min-width: 991px) {
  .blog-item {
    width: calc(100% / 3 - (32px / 3));
  }
}
@media (min-width: 1200px) {
  .blog-item {
    border-radius: calc(32 / 1920 * (100vw - 98px));
    width: calc(100% / 3 - ((32 / 3) / 1920 * (100vw - 98px)));
  }
}
.blog-item-img img {
  display: block;
  height: 240px;
  object-fit: cover;
  width: 100%;
}
@media (min-width: 768px) {
  .blog-item-img img {
    height: 240px;
  }
}
@media (min-width: 1200px) {
  .blog-item-img img {
    height: calc(320 / 1920 * (100vw - 98px));
  }
}
.blog-item-body {
  border: 1px solid rgba(0, 0, 0, 0.4);
  border-top: none;
  border-radius: 0 0 32px 32px;
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 24px;
}
@media (min-width: 991px) {
  .blog-item-body {
    padding: 24px 40px;
  }
}
@media (min-width: 1200px) {
  .blog-item-body {
    border-bottom-right-radius: calc(32 / 1920 * (100vw - 98px));
    border-bottom-left-radius: calc(32 / 1920 * (100vw - 98px));
    padding-top: calc(24 / 1920 * (100vw - 98px));
    padding-bottom: calc(24 / 1920 * (100vw - 98px));
    padding-left: calc(40 / 1920 * (100vw - 98px));
    padding-right: calc(40 / 1920 * (100vw - 98px));
  }
}
.blog-item-category {
  display: flex;
  margin: 0 0 24px;
  gap: 16px;
}
@media (min-width: 1200px) {
  .blog-item-category {
    gap: calc(16 / 1920 * (100vw - 98px));
    margin-bottom: calc(24 / 1920 * (100vw - 98px));
  }
}
.blog-item-category span {
  background: #F4F4F4;
  border-radius: 32px;
  font-size: 16px;
  line-height: 1.4;
  padding: 6px 10px;
}
@media (min-width: 768px) {
  .blog-item-category span {
    padding: 9px 20px;
  }
}
@media (min-width: 1200px) {
  .blog-item-category span {
    border-radius: calc(32 / 1920 * (100vw - 98px));
    padding: calc(16 / 1920 * (100vw - 98px));
    padding-top: calc(9 / 1920 * (100vw - 98px));
    padding-bottom: calc(9 / 1920 * (100vw - 98px));
    padding-left: calc(20 / 1920 * (100vw - 98px));
    padding-right: calc(20 / 1920 * (100vw - 98px));
  }
}
.blog-item-content {
  opacity: 0.5;
  padding: 0 0 30px;
}
@media (min-width: 1200px) {
  .blog-item-content {
    padding-bottom: calc(30 / 1920 * (100vw - 98px));
  }
}
.blog-item-date {
  opacity: 0.5;
  font-size: 16px;
  line-height: 1.4;
  margin-top: auto;
}
@media (min-width: 1200px) {
  .blog-item-date {
    font-size: calc(16 / 1920 * (100vw - 98px));
  }
}
.blog-item h2 {
  font-size: 18px;
  line-height: 1.2;
}
@media (min-width: 768px) {
  .blog-item h2 {
    font-size: 22px;
  }
}
@media (min-width: 991px) {
  .blog-item h2 {
    font-size: 24px;
  }
}
@media (min-width: 1200px) {
  .blog-item h2 {
    font-size: calc(28 / 1920 * (100vw - 98px));
  }
}
.blog-item h2 a {
  color: #000;
}
.blog-category-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: 0 0 64px;
}
@media (min-width: 1200px) {
  .blog-category-list {
    gap: calc(8 / 1920 * (100vw - 98px));
    padding-bottom: calc(64 / 1920 * (100vw - 98px));
  }
}
.blog-category-list a {
  align-items: center;
  border: 1px solid #000;
  border-radius: 30px;
  color: #000;
  font-size: 16px;
  opacity: 0.5;
  padding: 6px 12px;
  transition: all 0.25s ease;
}
@media (min-width: 768px) {
  .blog-category-list a {
    border-radius: 40px;
    font-size: 20px;
    padding: 13px 23px;
  }
}
@media (min-width: 1200px) {
  .blog-category-list a {
    border-radius: calc(40 / 1920 * (100vw - 98px));
    font-size: calc(20 / 1920 * (100vw - 98px));
    padding-top: calc(13 / 1920 * (100vw - 98px));
    padding-bottom: calc(13 / 1920 * (100vw - 98px));
    padding-left: calc(23 / 1920 * (100vw - 98px));
    padding-right: calc(23 / 1920 * (100vw - 98px));
  }
}
.blog-category-list a:hover,
.blog-category-list a.current {
  background: #1418DD;
  border-color: #1418DD;
  color: #fff;
  text-decoration: none;
  opacity: 1;
}
.blog-pagination {
  display: flex;
  gap: 25px;
  justify-content: center;
  padding: 64px 0 0;
}
@media (min-width: 1200px) {
  .blog-pagination {
    gap: calc(25 / 1920 * (100vw - 98px));
    padding-top: calc(64 / 1920 * (100vw - 98px));
  }
}
.blog-pagination .pagination-prev,
.blog-pagination .pagination-next {
  align-items: center;
  background: url('data:image/svg+xml,<svg width="19" height="17" viewBox="0 0 19 17" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M8.34933 16.5603L9.88232 15.0274L4.14674 9.29178L18.7142 9.28764L18.6783 7.08483L3.96997 7.08898L9.63511 1.42384L8.21123 -4.44556e-05L8.6847e-05 8.21109L8.34933 16.5603Z" fill="%232929D9"/></svg>') no-repeat center;
  border: 1px solid rgba(0, 0, 0, 0.43);
  border-radius: 50%;
  display: flex;
  height: 50px;
  justify-content: center;
  width: 50px;
}
@media (min-width: 1200px) {
  .blog-pagination .pagination-prev,
  .blog-pagination .pagination-next {
    height: calc(50 / 1920 * (100vw - 98px));
    width: calc(59 / 1920 * (100vw - 98px));
  }
}
.blog-pagination .pagination-prev.is-disabled,
.blog-pagination .pagination-next.is-disabled {
  background-image: url('data:image/svg+xml,<svg width="19" height="17" viewBox="0 0 19 17" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M8.34933 16.5603L9.88232 15.0274L4.14674 9.29178L18.7142 9.28764L18.6783 7.08483L3.96997 7.08898L9.63511 1.42384L8.21123 -4.44556e-05L8.6847e-05 8.21109L8.34933 16.5603Z" fill="%23D6D6D6"/></svg>');
}
.blog-pagination .pagination-next {
  background-image: url('data:image/svg+xml,<svg width="19" height="17" viewBox="0 0 19 17" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M10.3655 16.5603L8.83253 15.0274L14.5681 9.29178L0.000596211 9.28764L0.036504 7.08483L14.7449 7.08898L9.07974 1.42384L10.5036 -4.44556e-05L18.7148 8.21109L10.3655 16.5603Z" fill="%232929D9"/></svg>');
}
.blog-pagination .pagination-next.is-disabled {
  background-image: url('data:image/svg+xml,<svg width="19" height="17" viewBox="0 0 19 17" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M10.3655 16.5603L8.83253 15.0274L14.5681 9.29178L0.000596211 9.28764L0.036504 7.08483L14.7449 7.08898L9.07974 1.42384L10.5036 -4.44556e-05L18.7148 8.21109L10.3655 16.5603Z" fill="%23D6D6D6"/></svg>');
}
.blog-pagination .pagination-info {
  align-items: center;
  border: 1px solid rgba(0, 0, 0, 0.43);
  border-radius: 50px;
  display: flex;
  height: 50px;
  justify-content: center;
  width: 109px;
}
@media (min-width: 1200px) {
  .blog-pagination .pagination-info {
    border-radius: calc(50 / 1920 * (100vw - 98px));
    height: calc(50 / 1920 * (100vw - 98px));
    width: calc(109 / 1920 * (100vw - 98px));
  }
}
.section-page {
  padding: 60px 0 80px;
  position: relative;
}
@media (min-width: 991px) {
  .section-page {
    padding: 80px 0 100px;
  }
}
@media (min-width: 1200px) {
  .section-page {
    padding-top: calc(120 / 1920 * (100vw - 98px));
    padding-bottom: calc(140 / 1920 * (100vw - 98px));
  }
}
.section-page .container {
  max-width: 1310px !important;
}
@media (min-width: 1200px) {
  .section-page .container {
    max-width: calc(1310 / 1920 * (100vw - 98px)) !important;
  }
}
.section-page h1 {
  font-family: "Roboto Mono", monospace;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.2;
  margin: 0 0 30px;
}
@media (min-width: 991px) {
  .section-page h1 {
    font-size: 42px;
    margin: 0 0 50px;
  }
}
@media (min-width: 1200px) {
  .section-page h1 {
    font-size: calc(70 / 1920 * (100vw - 98px));
    margin-bottom: calc(80 / 1920 * (100vw - 98px));
  }
}
.section-page h2 {
  font-family: "Roboto Mono", monospace;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2;
  margin: 0 0 16px;
}
@media (min-width: 991px) {
  .section-page h2 {
    font-size: 42px;
  }
}
@media (min-width: 1200px) {
  .section-page h2 {
    font-size: calc(50 / 1920 * (100vw - 98px));
    margin-bottom: calc(24 / 1920 * (100vw - 98px));
  }
}
