.banner-default {
  position: relative;
  background-color: #151536;
  padding: 73px 0 57px;
}
@media screen and (max-width: 1150px) {
  .banner-default {
    padding: 6.08vw 0 4.75vw;
  }
}
@media screen and (max-width: 600px) {
  .banner-default {
    padding: 10.17vw 0 14vw;
  }
}
.banner-default:before {
  content: "";
  height: 100%;
  width: 820px;
  position: absolute;
  top: 0;
  right: 119px;
  background: url("../images/banner-default/background.svg") no-repeat;
}
@media screen and (max-width: 1150px) {
  .banner-default:before {
    width: 68.33vw;
  }
}
@media screen and (max-width: 600px) {
  .banner-default:before {
    width: 100%;
    height: 90%;
    -webkit-transform: translateX(30%);
        -ms-transform: translateX(30%);
            transform: translateX(30%);
  }
}
.banner-default__container {
  position: relative;
  max-width: 700px;
  margin: 0 auto;
  padding: 0 15px;
  text-align: center;
}
@media screen and (max-width: 600px) {
  .banner-default__container {
    padding: 0 5vw;
  }
}
.banner-default h2 {
  margin-bottom: 12px;
  color: #ffffff;
  font-weight: 500;
  font-size: 40px;
  line-height: 1.25;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 1150px) {
  .banner-default h2 {
    margin-bottom: 1vw;
    font-size: 3.33vw;
  }
}
@media screen and (max-width: 600px) {
  .banner-default h2 {
    max-width: 97%;
    margin: 0 auto 3vw;
    font-size: 6vw;
    line-height: 1.16;
    letter-spacing: 0;
  }
}
.banner-default__text {
  margin-bottom: 64px;
  color: #e8e8e8;
  font-weight: 300;
  font-size: 20px;
  line-height: 1.25;
}
@media screen and (max-width: 1150px) {
  .banner-default__text {
    margin-bottom: 5.33vw;
    font-size: 1.67vw;
  }
}
@media screen and (max-width: 600px) {
  .banner-default__text {
    font-size: 4vw;
    line-height: 1.4;
  }
}
.banner-default__media {
  width: calc(100% + 32px);
  margin-left: -32px;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 1150px) {
  .banner-default__media {
    width: calc(100% + 2.66vw);
    margin-left: -2.66vw;
  }
}
@media screen and (max-width: 600px) {
  .banner-default__media {
    width: 100%;
    margin-left: 0;
  }
}
.banner-default__track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  will-change: transform;
  -webkit-animation: infinite-scroll 15s linear infinite;
          animation: infinite-scroll 15s linear infinite;
}
@media screen and (max-width: 1150px) {
  .banner-default__track {
    gap: 3.33vw;
  }
}
@media screen and (max-width: 600px) {
  .banner-default__track {
    gap: 10vw;
  }
}
.banner-default__track.desktop:hover {
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
@media screen and (max-width: 600px) {
  .banner-default__track.desktop {
    display: none;
  }
}
.banner-default__track.mobile {
  display: none;
}
@media screen and (max-width: 600px) {
  .banner-default__track.mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.banner-default__track.last {
  margin-top: 6vw;
  -webkit-animation: infinite-scroll-versa 15s linear infinite;
          animation: infinite-scroll-versa 15s linear infinite;
}
.banner-default__track-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 64px;
  height: 64px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
@media screen and (max-width: 1150px) {
  .banner-default__track-item {
    width: 5.33vw;
    height: 5.33vw;
  }
}
@media screen and (max-width: 600px) {
  .banner-default__track-item {
    width: 16vw;
    height: 16vw;
  }
}
.banner-default__track-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

@-webkit-keyframes infinite-scroll {
  from {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  to {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

@keyframes infinite-scroll {
  from {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  to {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@-webkit-keyframes infinite-scroll-versa {
  from {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes infinite-scroll-versa {
  from {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.after-banner {
  padding-top: 104px !important;
}
@media screen and (max-width: 1150px) {
  .after-banner {
    padding-top: 8.6vw !important;
  }
}
@media screen and (max-width: 600px) {
  .after-banner {
    padding-top: 10.17vw !important;
  }
}

.hero {
  padding: 111px 0 80px;
  background: url("/wp-content/uploads/2025/09/hero-background.svg") right top no-repeat;
}
@media screen and (max-width: 1150px) {
  .hero {
    padding-bottom: 7vw;
    background-size: cover;
  }
}
@media screen and (max-width: 600px) {
  .hero {
    padding: 26.15vw 0 4.35vw;
  }
}
.hero__container {
  max-width: 1270px;
  margin: 0 auto;
  padding: 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
@media screen and (max-width: 1150px) {
  .hero__container {
    padding: 0 1.66vw;
    gap: 1.66vw;
  }
}
@media screen and (max-width: 600px) {
  .hero__container {
    padding: 0 4.1vw;
  }
}
.hero .hero__container-l {
  max-width: 688px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 1150px) {
  .hero .hero__container-l {
    max-width: 55vw;
  }
}
@media screen and (max-width: 600px) {
  .hero .hero__container-l {
    max-width: 100%;
  }
}
.hero .hero__container-r {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 541px;
}
@media screen and (max-width: 1150px) {
  .hero .hero__container-r {
    max-width: 44vw;
  }
}
@media screen and (max-width: 600px) {
  .hero .hero__container-r {
    display: none;
  }
}
.hero__top {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 8px 40px;
  margin-top: 0;
  margin-bottom: 16px;
  background-color: #FFFFFF;
  border-radius: 48px;
  -webkit-box-shadow: 0 10px 20px 0 rgba(58, 115, 191, 0.1019607843);
          box-shadow: 0 10px 20px 0 rgba(58, 115, 191, 0.1019607843);
  color: #151536;
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 1150px) {
  .hero__top {
    padding: 0.66vw 3.33vw;
    margin-bottom: 1.33vw;
    border-radius: 4vw;
    -webkit-box-shadow: 0 0.83vw 1.66vw 0 rgba(58, 115, 191, 0.1019607843);
            box-shadow: 0 0.83vw 1.66vw 0 rgba(58, 115, 191, 0.1019607843);
    font-size: 1.5vw;
  }
}
@media screen and (max-width: 600px) {
  .hero__top {
    padding: 2.05vw 10.25vw;
    margin-bottom: 4.1vw;
    border-radius: 12.3vw;
    -webkit-box-shadow: 0 2.56vw 5.12vw 0 rgba(58, 115, 191, 0.1019607843);
            box-shadow: 0 2.56vw 5.12vw 0 rgba(58, 115, 191, 0.1019607843);
    font-size: 4.1vw;
    line-height: 1.25;
  }
}
.hero__top span {
  background: -webkit-gradient(linear, left top, right top, color-stop(0.01%, #2C53FF), color-stop(40.16%, #7266F8), color-stop(97.12%, #A473F3));
  background: linear-gradient(90deg, #2C53FF 0.01%, #7266F8 40.16%, #A473F3 97.12%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.hero__title {
  margin-bottom: 7px;
  background: linear-gradient(90.09deg, #6B02B6 0.01%, #7266F8 97.12%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (max-width: 600px) {
  .hero__title {
    margin-bottom: 3.07vw;
  }
}
.hero__title h2 {
  font-weight: 600;
  font-size: 55px;
  line-height: 1.1875;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 1150px) {
  .hero__title h2 {
    font-size: 4.58vw;
  }
}
@media screen and (max-width: 600px) {
  .hero__title h2 {
    margin-bottom: 3.07vw;
    font-size: 10.25vw;
    letter-spacing: 0;
  }
}
.hero__heading {
  margin-bottom: 34px;
  color: #151536;
  font-weight: 500;
  font-size: 40px;
  line-height: 1.25;
}
@media screen and (max-width: 1150px) {
  .hero__heading {
    margin-bottom: 2.83vw;
    font-size: 3.33vw;
  }
}
@media screen and (max-width: 600px) {
  .hero__heading {
    margin-bottom: 4.1vw;
    font-weight: 600;
    font-size: 6.15vw;
    line-height: 1.167;
  }
}
.hero__text {
  max-width: 556px;
  color: #515162;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.4;
}
@media screen and (max-width: 1150px) {
  .hero__text {
    max-width: 46.33vw;
    font-size: 1.5vw;
  }
}
@media screen and (max-width: 600px) {
  .hero__text {
    max-width: 100%;
    color: #515162;
    font-weight: 300;
    font-size: 4.1vw;
  }
}
.hero__text *:last-child {
  margin-bottom: 0;
}
.hero .hero__image-mobile {
  display: none;
  margin-top: 4vw;
}
@media screen and (max-width: 600px) {
  .hero .hero__image-mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.hero__links {
  margin-top: 51px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
}
@media screen and (max-width: 1150px) {
  .hero__links {
    margin-top: 4.25vw;
    gap: 2vw;
  }
}
@media screen and (max-width: 600px) {
  .hero__links {
    margin-top: 17.69vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 4.35vw;
  }
}
.hero__link-container {
  min-width: 267px;
  position: relative;
}
@media screen and (max-width: 1150px) {
  .hero__link-container {
    min-width: 22.25vw;
  }
}
@media screen and (max-width: 600px) {
  .hero__link-container {
    min-width: unset;
    width: 100%;
  }
}
.hero__link-container::before, .hero__link-container::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 15px;
}
@media screen and (max-width: 1150px) {
  .hero__link-container::before, .hero__link-container::after {
    border-radius: 1.25vw;
  }
}
@media screen and (max-width: 600px) {
  .hero__link-container::before, .hero__link-container::after {
    border-radius: 3.84vw;
  }
}
.hero__link-container::before {
  top: -7px;
  background: linear-gradient(90.09deg, #2C53FF 0.01%, #7266F8 40.16%, #A473F3 97.12%);
}
@media screen and (max-width: 1150px) {
  .hero__link-container::before {
    top: -0.6vw;
  }
}
@media screen and (max-width: 600px) {
  .hero__link-container::before {
    top: -7px;
  }
}
.hero__link-container::after {
  top: 0;
  background-color: #151536;
}
.hero__link {
  position: relative;
  z-index: 2;
  display: block;
  width: 100%;
  padding: 10px;
  color: #ffffff;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.25;
  text-align: center;
  text-decoration: none;
  background: transparent;
  overflow: hidden;
  border-radius: 15px;
  border: 1px solid #FFFFFF;
}
@media screen and (max-width: 1150px) {
  .hero__link {
    padding: 1.2vw;
    font-size: 1.6vw;
    border-radius: 1.25vw;
  }
}
@media screen and (max-width: 600px) {
  .hero__link {
    padding: 2.8vw;
    border-radius: 3.84vw;
    font-size: 4.1vw;
    cursor: default;
  }
}
.hero__link::before {
  content: "";
  position: absolute;
  inset: 0;
  background: -webkit-gradient(linear, left top, right top, color-stop(0.01%, #2C53FF), color-stop(40.16%, #7266F8), color-stop(97.12%, #A473F3));
  background: linear-gradient(90deg, #2C53FF 0.01%, #7266F8 40.16%, #A473F3 97.12%);
  opacity: 0;
  -webkit-transition: opacity 0.4s ease-out;
  transition: opacity 0.4s ease-out;
  z-index: -1;
}
.hero__link:hover::before {
  opacity: 1;
}
@media screen and (max-width: 600px) {
  .hero__link:hover::before {
    opacity: 0;
  }
}
.hero__subtexts {
  margin-top: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
}
@media screen and (max-width: 1150px) {
  .hero__subtexts {
    margin-top: 2vw;
    gap: 2vw;
  }
}
@media screen and (max-width: 600px) {
  .hero__subtexts {
    margin-top: 6.15vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 4.1vw;
  }
}
.hero__subtexts-item {
  min-width: 267px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
  color: #707381;
  font-size: 16px;
  line-height: 1.25;
}
@media screen and (max-width: 1150px) {
  .hero__subtexts-item {
    min-width: 22.25vw;
    gap: 0.7vw;
    font-size: 1.33vw;
  }
}
@media screen and (max-width: 600px) {
  .hero__subtexts-item {
    min-width: unset;
    gap: 2.05vw;
    font-size: 16px;
  }
}
@media screen and (max-width: 1150px) {
  .hero__subtexts-item img {
    width: 1.67vw;
    height: 1.67vw;
  }
}
@media screen and (max-width: 600px) {
  .hero__subtexts-item img {
    width: 5.12vw;
    height: 5.12vw;
  }
}

.section-default {
  padding: 104px 0;
}
@media screen and (max-width: 1150px) {
  .section-default {
    padding: 8.67vw 0;
  }
}
@media screen and (max-width: 600px) {
  .section-default {
    padding: 10.25vw 0;
  }
}

.container-default {
  max-width: 1240px;
  padding: 0 20px;
  margin: 0 auto;
}
@media screen and (max-width: 600px) {
  .container-default {
    padding: 0 4.1vw;
  }
}

.why-aa {
  color: #151536;
  background-color: #FAFAFA;
  text-align: center;
}
.why-aa h2 {
  font-weight: 600;
  font-size: 40px;
  line-height: 1.125;
  margin-bottom: 16px;
}
@media screen and (max-width: 1150px) {
  .why-aa h2 {
    font-size: 3.34vw;
    margin-bottom: 1.34vw;
  }
}
@media screen and (max-width: 600px) {
  .why-aa h2 {
    margin-bottom: 4.1vw;
    font-size: 6.15vw;
    line-height: 1.166;
  }
}
.why-aa__text {
  margin-bottom: 32px;
  color: #707381;
  font-weight: 300;
  font-size: 18px;
  line-height: 1.4;
}
@media screen and (max-width: 1150px) {
  .why-aa__text {
    margin-bottom: 2.67vw;
    font-size: 1.5vw;
  }
}
@media screen and (max-width: 600px) {
  .why-aa__text {
    margin-bottom: 8.2vw;
    font-size: 4.1vw;
  }
}
.why-aa__text p {
  margin-top: 0;
}
.why-aa__features {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 24px;
}
@media screen and (max-width: 1150px) {
  .why-aa__features {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 2vw;
  }
}
@media screen and (max-width: 600px) {
  .why-aa__features {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 6.15vw;
  }
}
.why-aa__feature {
  width: calc(50% - 12px);
  position: relative;
  padding: 24px 16px;
  background-color: #FFFFFF;
  border: 1px solid #EBEBEB;
  border-radius: 20px;
  text-align: left;
}
@media screen and (max-width: 1150px) {
  .why-aa__feature {
    width: calc(50% - 1.2vw);
    padding: 2vw 1.34vw;
    border-radius: 1.67vw;
  }
}
@media screen and (max-width: 600px) {
  .why-aa__feature {
    width: 100%;
    padding: 6.15vw 4.1vw;
    border-radius: 5.12vw;
  }
}
.why-aa__feature::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 118px;
  height: 107px;
  background: url("/wp-content/uploads/2025/10/why-feature.svg") right top no-repeat;
}
@media screen and (max-width: 1150px) {
  .why-aa__feature::before {
    width: 9.8vw;
    height: 8.9vw;
  }
}
@media screen and (max-width: 600px) {
  .why-aa__feature::before {
    width: 30.25vw;
    height: 27.43vw;
  }
}
.why-aa__feature-image {
  width: 32px;
  height: 32px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: top left;
     object-position: top left;
  margin-bottom: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 1150px) {
  .why-aa__feature-image {
    width: 2.67vw;
    height: 2.67vw;
    margin-bottom: 0.67vw;
  }
}
@media screen and (max-width: 600px) {
  .why-aa__feature-image {
    width: 8.2vw;
    height: 8.2vw;
    margin-bottom: 2.05vw;
  }
}
.why-aa__feature-name {
  margin-bottom: 8px;
  position: relative;
  color: #151536;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.25;
}
@media screen and (max-width: 1150px) {
  .why-aa__feature-name {
    margin-bottom: 0.67vw;
    font-size: 1.5vw;
  }
}
@media screen and (max-width: 600px) {
  .why-aa__feature-name {
    margin-bottom: 2.05vw;
    font-size: 4.1vw;
  }
}
.why-aa__feature-text {
  position: relative;
  color: #707381;
  font-weight: 300;
  font-size: 14px;
  line-height: 1.42;
}
@media screen and (max-width: 1150px) {
  .why-aa__feature-text {
    position: relative;
    font-size: 1.2vw;
  }
}
@media screen and (max-width: 600px) {
  .why-aa__feature-text {
    font-size: 3.59vw;
  }
}

.capabilities {
  padding: 104px 0 71px;
  background-color: #FFFFFF;
}
@media screen and (max-width: 1150px) {
  .capabilities {
    padding: 8.67vw 0 5.91vw;
  }
}
@media screen and (max-width: 600px) {
  .capabilities {
    padding: 10.25vw 0;
  }
}
.capabilities__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
}
@media screen and (max-width: 1150px) {
  .capabilities__container {
    gap: 1.67vw;
  }
}
@media screen and (max-width: 600px) {
  .capabilities__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 16.41vw;
  }
}
.capabilities__intro {
  max-width: 531px;
}
@media screen and (max-width: 1150px) {
  .capabilities__intro {
    max-width: 44.25vw;
  }
}
@media screen and (max-width: 600px) {
  .capabilities__intro {
    max-width: unset;
    width: 100%;
  }
}
.capabilities__intro h2 {
  margin-bottom: 32px;
  color: #151536;
  font-weight: 500;
  font-size: 40px;
  line-height: 1.25;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 1150px) {
  .capabilities__intro h2 {
    margin-bottom: 2.67vw;
    font-size: 3.34vw;
  }
}
@media screen and (max-width: 600px) {
  .capabilities__intro h2 {
    margin-bottom: 8.2vw;
    font-size: 6.15vw;
    line-height: 1.667;
    letter-spacing: 0;
    text-align: center;
  }
}
.capabilities__image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
@media screen and (max-width: 600px) {
  .capabilities__image {
    height: 50.51vw;
  }
}
@media screen and (max-width: 600px) {
  .capabilities__image img {
    -o-object-fit: contain;
       object-fit: contain;
  }
}
.capabilities__features {
  max-width: 604px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 32px;
}
@media screen and (max-width: 1150px) {
  .capabilities__features {
    max-width: 50.33vw;
    gap: 2.67vw;
  }
}
@media screen and (max-width: 600px) {
  .capabilities__features {
    max-width: unset;
    width: 100%;
    gap: 8.2vw;
  }
}
.capabilities__feature {
  width: calc(50% - 16px);
}
@media screen and (max-width: 1150px) {
  .capabilities__feature {
    width: calc(50% - 1.4vw);
  }
}
@media screen and (max-width: 600px) {
  .capabilities__feature {
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  .capabilities__feature-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 3.07vw;
  }
}
.capabilities__feature-icon {
  width: 64px;
  height: 64px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: top left;
     object-position: top left;
  margin-bottom: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 1150px) {
  .capabilities__feature-icon {
    width: 5.34vw;
    height: 5.34vw;
    margin-bottom: 1vw;
  }
}
@media screen and (max-width: 600px) {
  .capabilities__feature-icon {
    width: 16.4vw;
    height: 16.4vw;
    margin-right: 3.07vw;
  }
}
.capabilities__feature-name {
  margin-bottom: 8px;
  color: #151536;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.25;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 1150px) {
  .capabilities__feature-name {
    margin-bottom: 0.66vw;
    font-size: 1.66vw;
  }
}
@media screen and (max-width: 600px) {
  .capabilities__feature-name {
    font-size: 5.128vw;
  }
}
.capabilities__feature-text {
  color: #515162;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.4;
}
@media screen and (max-width: 1150px) {
  .capabilities__feature-text {
    font-size: 1.5vw;
  }
}
@media screen and (max-width: 600px) {
  .capabilities__feature-text {
    font-size: 4.1vw;
  }
}

.workflow {
  background-color: #FAFAFA;
}
.workflow h2 {
  margin-bottom: 40px;
  color: #151536;
  font-weight: 500;
  font-size: 40px;
  line-height: 1.25;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 1150px) {
  .workflow h2 {
    margin-bottom: 3.34vw;
    font-size: 3.34vw;
  }
}
@media screen and (max-width: 600px) {
  .workflow h2 {
    margin-bottom: 3.07vw;
    font-size: 6.15vw;
    line-height: 1.667;
    letter-spacing: 0;
    text-align: center;
  }
}
.workflow__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
}
@media screen and (max-width: 1150px) {
  .workflow__content {
    gap: 1.67vw;
  }
}
@media screen and (max-width: 600px) {
  .workflow__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 5.128vw;
  }
}
.workflow__tabs {
  width: 356px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
}
@media screen and (max-width: 1150px) {
  .workflow__tabs {
    width: 29.67vw;
    gap: 1vw;
  }
}
@media screen and (max-width: 600px) {
  .workflow__tabs {
    width: calc(100% + 8.2vw);
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 2.05vw;
    overflow-x: auto;
  }
}

.workflow__tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  padding: 9px 16px;
  background-color: #FFFFFF;
  border-radius: 15px;
  -webkit-box-shadow: 0 1px 5px 0 rgba(94, 94, 94, 0.1607843137);
          box-shadow: 0 1px 5px 0 rgba(94, 94, 94, 0.1607843137);
  cursor: pointer;
  -webkit-transition: background-color 0.4s ease-out;
  transition: background-color 0.4s ease-out;
}
@media screen and (max-width: 1150px) {
  .workflow__tab {
    gap: 1.34vw;
    padding: 0.75vw 1.34vw;
    border-radius: 1.25vw;
  }
}
@media screen and (max-width: 600px) {
  .workflow__tab {
    min-width: -webkit-fit-content;
    min-width: -moz-fit-content;
    min-width: fit-content;
    gap: 4.1vw;
    padding: 2.3vw 4.1vw 2.3vw 3.07vw;
    border-radius: 3.84vw;
    cursor: default;
  }
}
@media screen and (max-width: 600px) {
  .workflow__tab:first-child {
    margin-left: 4.1vw;
  }
}
@media screen and (max-width: 600px) {
  .workflow__tab:last-child {
    margin-right: 4.1vw;
  }
}
.workflow__tab.active, .workflow__tab:hover {
  background-color: #FF5A2C;
}
.workflow__tab.active span, .workflow__tab:hover span {
  color: #ffffff;
}
.workflow__tab.active img, .workflow__tab:hover img {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
.workflow__tab.active svg, .workflow__tab:hover svg {
  opacity: 1;
}
.workflow__tab img {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  -webkit-transition: -webkit-filter 0.4s ease-out;
  transition: -webkit-filter 0.4s ease-out;
  transition: filter 0.4s ease-out;
  transition: filter 0.4s ease-out, -webkit-filter 0.4s ease-out;
}
@media screen and (max-width: 1150px) {
  .workflow__tab img {
    width: 2.67vw;
    height: 2.67vw;
  }
}
@media screen and (max-width: 600px) {
  .workflow__tab img {
    width: 8.2vw;
    height: 8.2vw;
  }
}
.workflow__tab span {
  color: #858585;
  font-size: 16px;
  line-height: 1.4;
}
@media screen and (max-width: 1150px) {
  .workflow__tab span {
    font-size: 1.4vw;
  }
}
@media screen and (max-width: 600px) {
  .workflow__tab span {
    color: #707381;
    font-size: 4.1vw;
  }
}
.workflow__tab svg {
  margin-left: auto;
  opacity: 0;
  -webkit-transition: opacity 0.4s ease-out;
  transition: opacity 0.4s ease-out;
}
@media screen and (max-width: 1150px) {
  .workflow__tab svg {
    width: 1.9vw;
    height: 1.9vw;
  }
}
@media screen and (max-width: 600px) {
  .workflow__tab svg {
    display: none;
  }
}

.workflow__details {
  max-width: 804px;
  width: 100%;
  height: 320px;
  position: relative;
  background-color: #FFFFFF;
  border: 1px solid #E8E8E8;
  border-radius: 24px;
}
@media screen and (max-width: 1150px) {
  .workflow__details {
    max-width: 67vw;
    height: 26.67vw;
    border-radius: 2vw;
  }
}
@media screen and (max-width: 600px) {
  .workflow__details {
    max-width: 100%;
    height: 99.48vw;
    border-radius: 6.15vw;
  }
}
.workflow__details-single {
  width: calc(100% - 100px);
  height: 240px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
  position: absolute;
  top: 40px;
  left: 50px;
  opacity: 0;
  -webkit-transition: opacity 0.4s ease-out;
  transition: opacity 0.4s ease-out;
}
@media screen and (max-width: 1150px) {
  .workflow__details-single {
    width: calc(100% - 5.84vw);
    height: 20vw;
    gap: 2vw;
    top: 3.34vw;
    left: 4.167vw;
  }
}
@media screen and (max-width: 600px) {
  .workflow__details-single {
    width: calc(100% - 8.2vw);
    height: 100%;
    max-height: 87.17vw;
    display: block;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
.workflow__details-single.active {
  opacity: 1;
}
.workflow__details-single:first-of-type .case-detail__row:nth-child(3) {
  padding-right: 24px;
}
@media screen and (max-width: 1150px) {
  .workflow__details-single:first-of-type .case-detail__row:nth-child(3) {
    padding-right: 2vw;
  }
}

.case-detail__row {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
@media screen and (max-width: 600px) {
  .case-detail__row {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
    padding: 0 !important;
    gap: 0 !important;
  }
}
.case-detail__row:first-child {
  gap: 122px;
}
@media screen and (max-width: 1150px) {
  .case-detail__row:first-child {
    gap: 10.16vw;
  }
}
.case-detail__row:nth-child(2) {
  padding-left: 120px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 153px;
}
@media screen and (max-width: 1150px) {
  .case-detail__row:nth-child(2) {
    padding-left: 10vw;
    gap: 12.75vw;
  }
}
.case-detail__row.smaller {
  padding-left: 31px !important;
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}
@media screen and (max-width: 1150px) {
  .case-detail__row.smaller {
    padding-left: 2.58vw !important;
  }
}
@media screen and (max-width: 600px) {
  .case-detail__row.smaller {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
    padding: 0 !important;
  }
}
.case-detail__row:nth-child(3) {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 127px;
}
@media screen and (max-width: 1150px) {
  .case-detail__row:nth-child(3) {
    gap: 10.58vw;
  }
}

.case-detail__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 9px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  position: relative;
}
@media screen and (max-width: 1150px) {
  .case-detail__item {
    gap: 0.75vw;
  }
}
@media screen and (max-width: 600px) {
  .case-detail__item {
    gap: 2.3vw;
  }
}
.case-detail__item::before {
  content: "";
  position: absolute;
  left: 100%;
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 600px) {
  .case-detail__item::before {
    display: none;
  }
}
@media screen and (max-width: 600px) {
  .case-detail__item:after {
    display: none;
  }
}
.case-detail__item.item-1-1:before {
  width: 85px;
  height: 16px;
  -webkit-transform: translateX(25%);
      -ms-transform: translateX(25%);
          transform: translateX(25%);
  background-image: url("../images/workflow-line-1.svg");
}
@media screen and (max-width: 1150px) {
  .case-detail__item.item-1-1:before {
    width: 7.08vw;
    height: 1.33vw;
    -webkit-transform: translateX(25%);
        -ms-transform: translateX(25%);
            transform: translateX(25%);
  }
}
.case-detail__item.item-1-2:before {
  width: 92px;
  height: 95px;
  -webkit-transform: translate(30%, 50%);
      -ms-transform: translate(30%, 50%);
          transform: translate(30%, 50%);
  background-image: url("../images/workflow-line-2.svg");
}
@media screen and (max-width: 1150px) {
  .case-detail__item.item-1-2:before {
    width: 7.66vw;
    height: 7.91vw;
    -webkit-transform: translate(30%, 50%);
        -ms-transform: translate(30%, 50%);
            transform: translate(30%, 50%);
  }
}
.case-detail__item.item-2-1:before {
  width: 106px;
  height: 16px;
  left: unset;
  right: 100%;
  -webkit-transform: translateX(-20%);
      -ms-transform: translateX(-20%);
          transform: translateX(-20%);
  background-image: url("../images/workflow-line-3.svg");
}
@media screen and (max-width: 1150px) {
  .case-detail__item.item-2-1:before {
    width: 8.83vw;
    height: 1.33vw;
    -webkit-transform: translateX(-20%);
        -ms-transform: translateX(-20%);
            transform: translateX(-20%);
  }
}
.case-detail__item.item-2-2:before {
  width: 167px;
  height: 97px;
  left: unset;
  right: 100%;
  -webkit-transform: translate(58%, 44%);
      -ms-transform: translate(58%, 44%);
          transform: translate(58%, 44%);
  background-image: url("../images/workflow-line-4.svg");
}
@media screen and (max-width: 1150px) {
  .case-detail__item.item-2-2:before {
    width: 13.91vw;
    height: 8.08vw;
    -webkit-transform: translate(58%, 44%);
        -ms-transform: translate(58%, 44%);
            transform: translate(58%, 44%);
  }
}
.case-detail__item.item-3-1:before {
  width: 85px;
  height: 16px;
  -webkit-transform: translateX(35%);
      -ms-transform: translateX(35%);
          transform: translateX(35%);
  background-image: url("../images/workflow-line-5.svg");
}
@media screen and (max-width: 1150px) {
  .case-detail__item.item-3-1:before {
    width: 7.08vw;
    height: 1.33vw;
    -webkit-transform: translateX(35%);
        -ms-transform: translateX(35%);
            transform: translateX(35%);
  }
}

.case-detail__row.smaller .case-detail__item::before {
  width: 184px;
  height: 95px;
  -webkit-transform: translate(8%, -41%);
      -ms-transform: translate(8%, -41%);
          transform: translate(8%, -41%);
  background-image: url("../images/workflow-line-6.svg");
}
@media screen and (max-width: 1150px) {
  .case-detail__row.smaller .case-detail__item::before {
    width: 15.33vw;
    height: 7.91vw;
    -webkit-transform: translate(8%, -41%);
        -ms-transform: translate(8%, -41%);
            transform: translate(8%, -41%);
  }
}

.case-detail__row.smaller .case-detail__item::after {
  content: "";
  width: 202px;
  height: 97px;
  position: absolute;
  right: 100%;
  -webkit-transform: translate(-11%, 45%);
      -ms-transform: translate(-11%, 45%);
          transform: translate(-11%, 45%);
  background-image: url("../images/workflow-line-7.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 1150px) {
  .case-detail__row.smaller .case-detail__item::after {
    width: 16.83vw;
    height: 8.08vw;
    -webkit-transform: translate(-11%, 45%);
        -ms-transform: translate(-11%, 45%);
            transform: translate(-11%, 45%);
  }
}

.case-detail__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 64px;
  height: 64px;
}
@media screen and (max-width: 1150px) {
  .case-detail__icon {
    width: 5.33vw;
    height: 5.33vw;
  }
}
@media screen and (max-width: 600px) {
  .case-detail__icon {
    width: 10.25vw;
    height: 10.25vw;
  }
}
.case-detail__icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: left;
     object-position: left;
}

.case-detail__text {
  color: #515162;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.285;
}
@media screen and (max-width: 1150px) {
  .case-detail__text {
    font-size: 1.16vw;
  }
}
@media screen and (max-width: 600px) {
  .case-detail__text {
    font-size: 3.58vw;
  }
  .case-detail__text br {
    display: none;
  }
}

.case-detail__arrow {
  display: none;
}
@media screen and (max-width: 600px) {
  .case-detail__arrow {
    width: 2.82vw;
    height: 3.58vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 1.02vw 4.1vw;
  }
}

.perfect-for {
  background-color: #FAFAFA;
}
.perfect-for h2 {
  color: #151536;
  margin-bottom: 32px;
  font-weight: 600;
  font-size: 40px;
  line-height: 1.125;
  text-align: center;
}
@media screen and (max-width: 1150px) {
  .perfect-for h2 {
    margin-bottom: 2.67vw;
    font-size: 3.34vw;
  }
}
@media screen and (max-width: 600px) {
  .perfect-for h2 {
    margin-bottom: 8.2vw;
    font-size: 6.15vw;
    line-height: 1.667;
    letter-spacing: 0;
  }
}
.perfect-for__cases {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 24px;
}
@media screen and (max-width: 1150px) {
  .perfect-for__cases {
    gap: 2vw;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (max-width: 600px) {
  .perfect-for__cases {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 6.15vw;
  }
}
.perfect-for__case {
  width: calc(25% - 18px);
  padding: 24px;
  background-color: #FFFFFF;
  border: 1px solid #EBEBEB;
  border-radius: 24px;
  -webkit-box-shadow: 0 4px 16px 0 rgba(56, 81, 120, 0.1019607843);
          box-shadow: 0 4px 16px 0 rgba(56, 81, 120, 0.1019607843);
}
@media screen and (max-width: 1150px) {
  .perfect-for__case {
    width: calc(25% - 1.1vw);
    padding: 2vw;
    border-radius: 2vw;
    -webkit-box-shadow: 0 0.35vw 1.34vw 0 rgba(56, 81, 120, 0.1019607843);
            box-shadow: 0 0.35vw 1.34vw 0 rgba(56, 81, 120, 0.1019607843);
  }
}
@media screen and (max-width: 600px) {
  .perfect-for__case {
    width: 100%;
    padding: 6.15vw;
    border-radius: 5.12vw;
    -webkit-box-shadow: 0 1vw 4.1vw 0 rgba(56, 81, 120, 0.1019607843);
            box-shadow: 0 1vw 4.1vw 0 rgba(56, 81, 120, 0.1019607843);
  }
}
@media screen and (max-width: 600px) {
  .perfect-for__case-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 2.05vw;
  }
}
.perfect-for__case-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 32px;
  height: 32px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: left top;
     object-position: left top;
  margin-bottom: 8px;
}
@media screen and (max-width: 1150px) {
  .perfect-for__case-icon {
    width: 2.67vw;
    height: 2.67vw;
  }
}
@media screen and (max-width: 600px) {
  .perfect-for__case-icon {
    width: 8.2vw;
    height: 8.2vw;
    margin-bottom: 0;
    margin-right: 2.05vw;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
.perfect-for__case-title {
  margin-bottom: 8px;
  color: #151536;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.4;
}
@media screen and (max-width: 1150px) {
  .perfect-for__case-title {
    margin-bottom: 0.67vw;
    font-size: 1.5vw;
  }
}
@media screen and (max-width: 600px) {
  .perfect-for__case-title {
    margin-bottom: 0;
    font-size: 4.61vw;
  }
}
.perfect-for__case-text {
  color: #707381;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.4;
}
@media screen and (max-width: 1150px) {
  .perfect-for__case-text {
    font-size: 1.4vw;
  }
}
@media screen and (max-width: 600px) {
  .perfect-for__case-text {
    font-size: 4.1vw;
  }
}

.achievements {
  background-color: #FFFFFF;
}
.achievements h2 {
  margin-bottom: 40px;
  color: #151536;
  font-weight: 600;
  font-size: 40px;
  line-height: 1.125;
  letter-spacing: 0;
}
@media screen and (max-width: 1150px) {
  .achievements h2 {
    margin-bottom: 3.34vw;
    font-size: 3.34vw;
  }
}
@media screen and (max-width: 600px) {
  .achievements h2 {
    margin-bottom: 4.1vw;
    font-size: 6.15vw;
    line-height: 1.667;
    letter-spacing: 0;
  }
}
.achievements__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 32px;
}
@media screen and (max-width: 1150px) {
  .achievements__list {
    gap: 2.67vw;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (max-width: 600px) {
  .achievements__list {
    gap: 4.1vw;
  }
}

.achievement {
  width: calc(50% - 16px);
  background-color: #F6F7F9;
  padding: 24px;
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  color: #151536;
}
@media screen and (max-width: 1150px) {
  .achievement {
    width: calc(50% - 1.4vw);
    padding: 2vw;
    border-radius: 1.67vw;
  }
}
@media screen and (max-width: 600px) {
  .achievement {
    width: 100%;
    padding: 6.15vw 4.1vw;
    border-radius: 5.12vw;
  }
}
.achievement:hover .achievement__info {
  opacity: 1;
}
.achievement::before {
  content: "";
  background-image: url("/wp-content/uploads/2025/10/net.svg");
  background-repeat: no-repeat;
  display: block;
  width: 332px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
}
@media screen and (max-width: 1150px) {
  .achievement::before {
    width: 27.67vw;
  }
}
@media screen and (max-width: 600px) {
  .achievement::before {
    width: 70%;
    height: 100%;
  }
}
.achievement__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  margin-bottom: 50px;
}
@media screen and (max-width: 1150px) {
  .achievement__top {
    margin-bottom: 4.167vw;
  }
}
@media screen and (max-width: 600px) {
  .achievement__top {
    margin-bottom: 2.05vw;
  }
}
.achievement__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 48px;
  height: 48px;
  margin-right: 8px;
  background-color: #FFFFFF;
  border-radius: 16px;
}
@media screen and (max-width: 1150px) {
  .achievement__icon {
    width: 4vw;
    height: 4vw;
    margin-right: 0.67vw;
    border-radius: 1.34vw;
  }
}
@media screen and (max-width: 600px) {
  .achievement__icon {
    width: 12.3vw;
    height: 12.3vw;
    margin-right: 2.05vw;
    border-radius: 4.1vw;
  }
}
.achievement img {
  width: 32px;
  height: 32px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: left center;
     object-position: left center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 1150px) {
  .achievement img {
    width: 2.67vw;
    height: 2.67vw;
  }
}
@media screen and (max-width: 600px) {
  .achievement img {
    width: 8.2vw;
    height: 8.2vw;
  }
}
.achievement__title {
  font-weight: 500;
  font-size: 24px;
  line-height: 1.25;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 1150px) {
  .achievement__title {
    font-size: 2vw;
  }
}
@media screen and (max-width: 600px) {
  .achievement__title {
    font-weight: 600;
    font-size: 4.61vw;
    line-height: 1.4;
    letter-spacing: 0;
  }
}
.achievement__title.mobile {
  display: none;
}
@media screen and (max-width: 600px) {
  .achievement__title.mobile {
    display: block;
  }
}
@media screen and (max-width: 600px) {
  .achievement__title.desktop {
    display: none;
  }
}
.achievement__value {
  position: relative;
  margin-bottom: 8px;
  font-weight: 600;
  font-size: 56px;
  line-height: 1.071;
}
@media screen and (max-width: 1150px) {
  .achievement__value {
    margin-bottom: 0.67vw;
    font-size: 4.67vw;
  }
}
@media screen and (max-width: 600px) {
  .achievement__value {
    display: none;
  }
}
.achievement__text {
  position: relative;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.4;
}
@media screen and (max-width: 1150px) {
  .achievement__text {
    font-size: 1.4vw;
  }
}
@media screen and (max-width: 600px) {
  .achievement__text {
    color: #707381;
    font-size: 4.1vw;
  }
}
.achievement__text.mobile {
  display: none;
}
@media screen and (max-width: 600px) {
  .achievement__text.mobile {
    display: block;
  }
}
@media screen and (max-width: 600px) {
  .achievement__text.desktop {
    display: none;
  }
}
.achievement__info {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  padding: 24px;
  opacity: 0;
  z-index: 5;
  -webkit-transition: opacity 0.4s ease-out;
  transition: opacity 0.4s ease-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 1150px) {
  .achievement__info {
    padding: 2vw;
  }
}
@media screen and (max-width: 600px) {
  .achievement__info {
    display: none;
  }
}
.achievement__info::before {
  content: "";
  background-image: url("/wp-content/uploads/2025/10/net.svg");
  background-repeat: no-repeat;
  display: block;
  width: 332px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
}
.achievement__info-circle {
  position: absolute;
  right: -20%;
  top: -120%;
  height: 406px;
  width: 406px;
  border-radius: 50%;
  opacity: 0.3;
  -webkit-filter: blur(30px);
          filter: blur(30px);
}
.achievement__info-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.achievement__info-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 48px;
  height: 48px;
  margin-right: 8px;
  background-color: #FFFFFF;
  border-radius: 16px;
}
@media screen and (max-width: 1150px) {
  .achievement__info-icon {
    width: 4vw;
    height: 4vw;
    margin-right: 0.67vw;
    border-radius: 1.34vw;
  }
}
.achievement__info-title {
  font-weight: 500;
  font-size: 24px;
  line-height: 1.25;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 1150px) {
  .achievement__info-title {
    font-size: 2vw;
  }
}
.achievement__info-subtitle {
  margin: auto 0 8px;
  color: #151536;
  font-weight: 500;
  font-size: 24px;
  line-height: 1.25;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 1150px) {
  .achievement__info-subtitle {
    margin-bottom: 0.67vw;
    font-size: 2vw;
  }
}
.achievement__info-text {
  color: #151536;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.4;
}
@media screen and (max-width: 1150px) {
  .achievement__info-text {
    font-size: 1.34vw;
  }
}

.autonomous-cta .l-heading-new-service.banner-n {
  margin-bottom: 24px;
}
.autonomous-cta .l-subheading-new-service.banner-n {
  font-size: 20px;
  margin-bottom: 32px;
}
.autonomous-cta .l-subheading-new-service.banner-n p {
  margin: 0 0 7px;
}

.autonomous-blog .l-heading-new-service {
  margin: 0;
}
.autonomous-blog .l-heading-new-service-text {
  color: #151536;
  font-weight: 300;
  font-size: 20px;
  line-height: 1.25;
  text-align: center;
}
.autonomous-blog .blog__link-container {
  width: 267px;
  margin: 42px auto 0;
  position: relative;
}
.autonomous-blog .blog__link-container::before, .autonomous-blog .blog__link-container::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 15px;
}
.autonomous-blog .blog__link-container::before {
  top: -7px;
  background: linear-gradient(90.09deg, #2C53FF 0.01%, #7266F8 40.16%, #A473F3 97.12%);
}
.autonomous-blog .blog__link-container::after {
  top: 0;
  background-color: #151536;
}
.autonomous-blog .blog__link {
  position: relative;
  z-index: 2;
  display: block;
  width: 100%;
  padding: 10px;
  color: #ffffff;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.25;
  text-align: center;
  text-decoration: none;
  background: transparent;
  overflow: hidden;
  border-radius: 15px;
  border: 1px solid #FFFFFF;
}
.autonomous-blog .blog__link::before {
  content: "";
  position: absolute;
  inset: 0;
  background: -webkit-gradient(linear, left top, right top, color-stop(0.01%, #2C53FF), color-stop(40.16%, #7266F8), color-stop(97.12%, #A473F3));
  background: linear-gradient(90deg, #2C53FF 0.01%, #7266F8 40.16%, #A473F3 97.12%);
  opacity: 0;
  -webkit-transition: opacity 0.4s ease-out;
  transition: opacity 0.4s ease-out;
  z-index: -1;
}
.autonomous-blog .blog__link:hover::before {
  opacity: 1;
}
/*# sourceMappingURL=../sourcemaps/page-autonomous-ai.css.map */
