.hero {
  padding: 159px 0 57px;
  background-image: url("../images/ecommerce-business/hero-bg.svg");
  background-size: cover;
}
@media screen and (max-width: 600px) {
  .hero {
    padding: 21vw 0 10vw;
  }
}
.hero__container {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 20px 0 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
}
@media screen and (max-width: 1150px) {
  .hero__container {
    padding: 0 1.66vw 0 6.66vw;
  }
}
@media screen and (max-width: 600px) {
  .hero__container {
    padding: 0 4vw;
  }
}
.hero__content {
  background-size: 0;
}
@media screen and (max-width: 600px) {
  .hero__content.with-image {
    background-size: 100%;
    background-repeat: no-repeat;
    background-position-y: -2.5vw;
  }
}
@media screen and (max-width: 600px) {
  .hero__content.with-image h1 {
    margin-top: 76vw;
    position: relative;
  }
}
.hero__top {
  color: #000000;
  background: rgba(255, 255, 255, 0.1803921569);
}
@media screen and (max-width: 600px) {
  .hero__top {
    padding: 2vw 4vw;
    border-radius: 4vw;
    position: relative;
    background-color: #FFFFFF;
    font-size: 3vw;
  }
}
.hero h1 {
  margin-top: 26px;
  background: linear-gradient(90.09deg, #2C53FF 0.01%, #7266F8 40.16%, #A473F3 97.12%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 500;
  font-size: 64px;
  line-height: 1.25;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 1150px) {
  .hero h1 {
    margin-top: 2.16vw;
    font-size: 5.33vw;
  }
}
@media screen and (max-width: 600px) {
  .hero h1 {
    margin-top: 4vw;
    font-weight: 600;
    font-size: 8.25vw;
    line-height: 1.36;
    letter-spacing: 0;
  }
}
.hero__text {
  margin-top: 26px;
  color: #151536;
  font-weight: 300;
  font-size: 24px;
  line-height: 1.25;
}
@media screen and (max-width: 1150px) {
  .hero__text {
    margin-top: 2.16vw;
    font-size: 2vw;
  }
}
@media screen and (max-width: 600px) {
  .hero__text {
    margin-top: 2vw;
    font-size: 5vw;
    position: relative;
  }
}
.hero__links {
  margin-top: 45px;
  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: 3.75vw;
    gap: 2vw;
  }
}
@media screen and (max-width: 600px) {
  .hero__links {
    margin-top: 8.75vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 4.5vw;
  }
}
.hero__media {
  width: 445px;
  margin-top: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 1150px) {
  .hero__media {
    width: 37.08vw;
    margin-top: 2.33vw;
  }
}
@media screen and (max-width: 600px) {
  .hero__media {
    display: none;
  }
}
.hero__media img {
  max-width: 100%;
  -o-object-position: top;
     object-position: top;
  -o-object-fit: contain;
     object-fit: contain;
}

.fashion-ai {
  padding: 60px 0;
  background-color: #FFFFFF;
}
@media screen and (max-width: 1150px) {
  .fashion-ai {
    padding: 5vw 0;
  }
}
@media screen and (max-width: 600px) {
  .fashion-ai {
    padding: 8vw 0;
  }
}
.fashion-ai__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 64px;
}
@media screen and (max-width: 1150px) {
  .fashion-ai__container {
    gap: 5.33vw;
  }
}
@media screen and (max-width: 600px) {
  .fashion-ai__container {
    padding: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10vw;
  }
}
.fashion-ai__content h2 {
  margin-bottom: 56px;
  color: #151536;
  font-weight: 500;
  font-size: 40px;
  line-height: 1.25;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 1150px) {
  .fashion-ai__content h2 {
    margin-bottom: 4.66vw;
    font-size: 3.33vw;
  }
}
@media screen and (max-width: 600px) {
  .fashion-ai__content h2 {
    margin-bottom: 12vw;
    padding: 0 4vw;
    font-size: 6vw;
    line-height: 1.16;
    text-align: center;
  }
}
.fashion-ai__features {
  width: 604px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 48px 32px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 1150px) {
  .fashion-ai__features {
    width: 50.33vw;
    gap: 4vw 2.66vw;
  }
}
@media screen and (max-width: 600px) {
  .fashion-ai__features {
    width: 100%;
    padding: 0 12vw;
    gap: 8vw;
  }
}
.fashion-ai__feature {
  width: 286px;
}
@media screen and (max-width: 1150px) {
  .fashion-ai__feature {
    width: 23.8vw;
  }
}
@media screen and (max-width: 600px) {
  .fashion-ai__feature {
    width: 100%;
  }
}
.fashion-ai__feature-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 64px;
  height: 64px;
  margin-bottom: 12px;
}
@media screen and (max-width: 1150px) {
  .fashion-ai__feature-icon {
    margin-bottom: 1vw;
    width: 5.33vw;
    height: 5.33vw;
  }
}
@media screen and (max-width: 600px) {
  .fashion-ai__feature-icon {
    margin-bottom: 3vw;
    width: 16vw;
    height: 16vw;
  }
}
.fashion-ai__feature-icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.fashion-ai__feature-title {
  color: #151536;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.25;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 1150px) {
  .fashion-ai__feature-title {
    font-size: 1.66vw;
  }
}
@media screen and (max-width: 600px) {
  .fashion-ai__feature-title {
    font-size: 5vw;
  }
}

.services {
  padding: 40px 0;
}
@media screen and (max-width: 600px) {
  .services {
    padding: 10vw 0 8.5vw;
  }
}
.services__heading h2 {
  margin-bottom: 16px;
  color: #151536;
  font-weight: 500;
  font-size: 40px;
  line-height: 1.25;
  letter-spacing: 0.03em;
  text-align: center;
}
@media screen and (max-width: 1150px) {
  .services__heading h2 {
    margin-bottom: 1.33vw;
    font-size: 3.33vw;
  }
}
@media screen and (max-width: 600px) {
  .services__heading h2 {
    margin-bottom: 4.25vw;
    font-size: 6vw;
    font-weight: 600;
    line-height: 1.16;
    letter-spacing: 0;
  }
}
.services__section {
  padding: 48px 0;
  margin: 0 auto;
}
@media screen and (max-width: 1150px) {
  .services__section {
    padding: 4vw 0;
  }
}
@media screen and (max-width: 600px) {
  .services__section {
    padding: 4.25vw 0;
  }
}
.services__section:last-of-type {
  padding-bottom: 54px;
}
@media screen and (max-width: 1150px) {
  .services__section:last-of-type {
    padding-bottom: 4.5vw;
  }
}
@media screen and (max-width: 600px) {
  .services__section:last-of-type {
    padding-bottom: 4vw;
  }
}
.services__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 64px;
}
@media screen and (max-width: 1150px) {
  .services__container {
    gap: 5.33vw;
  }
}
@media screen and (max-width: 600px) {
  .services__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 4vw;
  }
}
.services__container.reverse {
  -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;
}
@media screen and (max-width: 600px) {
  .services__container.reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.services__container.reverse .services__media {
  margin-left: unset;
}
.services__text h3 {
  margin-bottom: 24px;
  color: #151536;
  font-weight: 500;
  font-size: 24px;
  line-height: 1.25;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 1150px) {
  .services__text h3 {
    margin-bottom: 2vw;
    font-size: 2vw;
  }
}
@media screen and (max-width: 600px) {
  .services__text h3 {
    margin-bottom: 3vw;
    font-size: 5vw;
  }
}
.services__text * {
  color: #515162;
}
.services__text *:last-child {
  margin-bottom: 0 !important;
}
.services__text h4 {
  margin-bottom: 16px;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.4;
}
@media screen and (max-width: 1150px) {
  .services__text h4 {
    margin-bottom: 1.33vw;
    font-size: 1.66vw;
  }
}
@media screen and (max-width: 600px) {
  .services__text h4 {
    margin-bottom: 4vw;
    font-size: 5vw;
  }
}
.services__text ul {
  padding: 0;
  margin: 0 0 16px;
}
@media screen and (max-width: 1150px) {
  .services__text ul {
    margin-bottom: 1.33vw;
  }
}
@media screen and (max-width: 600px) {
  .services__text ul {
    margin-bottom: 4vw;
  }
}
.services__text ul li {
  position: relative;
  margin-bottom: 8px;
  padding-left: 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.4;
}
@media screen and (max-width: 1150px) {
  .services__text ul li {
    margin-bottom: 0.67vw;
    padding-left: 1.83vw;
    font-size: 1.33vw;
  }
}
@media screen and (max-width: 600px) {
  .services__text ul li {
    margin-bottom: 2vw;
    padding-left: 5.5vw;
    font-size: 4vw;
  }
}
.services__text ul li:last-child {
  margin-bottom: 0;
}
.services__text ul li:before {
  content: "";
  width: 6px;
  height: 6px;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #151536;
  border-radius: 50%;
}
@media screen and (max-width: 1150px) {
  .services__text ul li:before {
    width: 0.5vw;
    height: 0.5vw;
  }
}
@media screen and (max-width: 600px) {
  .services__text ul li:before {
    width: 1.5vw;
    height: 1.5vw;
  }
}
.services__text p {
  margin: 0 0 16px;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.4;
}
@media screen and (max-width: 1150px) {
  .services__text p {
    margin-bottom: 1.33vw;
    font-size: 1.33vw;
  }
}
@media screen and (max-width: 600px) {
  .services__text p {
    margin-bottom: 4vw;
    font-size: 4vw;
  }
}
.services__text b, .services__text strong {
  font-weight: 500;
}
.services__media {
  width: 620px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 1150px) {
  .services__media {
    width: 51.66vw;
  }
}
@media screen and (max-width: 600px) {
  .services__media {
    width: 100%;
  }
}

.why-us {
  padding: 100px 0 40px;
}
@media screen and (max-width: 1150px) {
  .why-us {
    padding: 8.33vw 0 3.33vw;
  }
}
@media screen and (max-width: 600px) {
  .why-us {
    padding: 10vw 0 8vw;
  }
}
.why-us h2 {
  margin-bottom: 40px;
  color: #151536;
  font-weight: 600;
  font-size: 40px;
  line-height: 1.125;
  text-align: center;
}
@media screen and (max-width: 1150px) {
  .why-us h2 {
    margin-bottom: 3.33vw;
    font-size: 3.33vw;
  }
}
@media screen and (max-width: 600px) {
  .why-us h2 {
    margin-bottom: 6vw;
    font-weight: 500;
    font-size: 8vw;
    line-height: 1.25;
    letter-spacing: 0.03em;
  }
}
.why-us__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 45px;
}
@media screen and (max-width: 1150px) {
  .why-us__content {
    gap: 3.75vw;
  }
}
@media screen and (max-width: 600px) {
  .why-us__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 16vw;
  }
}
.why-us__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-us__features {
    gap: 2vw;
  }
}
@media screen and (max-width: 600px) {
  .why-us__features {
    gap: 3vw;
  }
}
.why-us__feature {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 calc((100% - 72px) / 4);
          flex: 1 1 calc((100% - 72px) / 4);
  max-width: calc((100% - 72px) / 4);
  background-color: #FFFFFF;
  padding: 24px;
  border: 1px solid #EBEBEB;
  border-radius: 20px;
  -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) {
  .why-us__feature {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 calc((100% - 6vw) / 4);
            flex: 1 1 calc((100% - 6vw) / 4);
    max-width: calc((100% - 6vw) / 4);
    padding: 2vw;
    border-radius: 1.66vw;
    -webkit-box-shadow: 0 0.33vw 1.33vw 0 rgba(56, 81, 120, 0.1019607843);
            box-shadow: 0 0.33vw 1.33vw 0 rgba(56, 81, 120, 0.1019607843);
  }
}
@media screen and (max-width: 600px) {
  .why-us__feature {
    padding: 6vw;
    border-radius: 5vw;
    -webkit-box-shadow: 0 1vw 4vw 0 rgba(56, 81, 120, 0.1019607843);
            box-shadow: 0 1vw 4vw 0 rgba(56, 81, 120, 0.1019607843);
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 calc(50% - 1.5vw) !important;
            flex: 1 1 calc(50% - 1.5vw) !important;
    max-width: unset !important;
  }
}
.why-us__feature:nth-last-child(2):nth-child(odd), .why-us__feature:nth-last-child(1):nth-child(even) {
  -ms-flex-preferred-size: calc((100% - 24px) / 2);
      flex-basis: calc((100% - 24px) / 2);
  max-width: calc((100% - 24px) / 2);
}
@media screen and (max-width: 1150px) {
  .why-us__feature:nth-last-child(2):nth-child(odd), .why-us__feature:nth-last-child(1):nth-child(even) {
    -ms-flex-preferred-size: calc((100% - 2vw) / 2);
        flex-basis: calc((100% - 2vw) / 2);
    max-width: calc((100% - 2vw) / 2);
  }
}
.why-us__feature-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 32px;
  height: 32px;
  margin-bottom: 8px;
}
@media screen and (max-width: 1150px) {
  .why-us__feature-icon {
    width: 2.66vw;
    height: 2.66vw;
    margin-bottom: 0.66vw;
  }
}
@media screen and (max-width: 600px) {
  .why-us__feature-icon {
    width: 8vw;
    height: 8vw;
    margin-bottom: 2vw;
  }
}
.why-us__feature-icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.why-us__feature-text {
  color: #151536;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.4;
}
@media screen and (max-width: 1150px) {
  .why-us__feature-text {
    font-size: 1.5vw;
  }
}
@media screen and (max-width: 600px) {
  .why-us__feature-text {
    font-size: 4.5vw;
  }
}
.why-us__image {
  width: 380px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 1150px) {
  .why-us__image {
    width: 31.6vw;
  }
}
@media screen and (max-width: 600px) {
  .why-us__image {
    width: 100%;
  }
}
.why-us__image img {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.process {
  padding: 0 0 100px;
}
@media screen and (max-width: 1150px) {
  .process {
    padding: 0 0 8.33vw;
  }
}
@media screen and (max-width: 600px) {
  .process {
    padding: 0 0 10vw;
  }
}
.process h2 {
  margin-bottom: 40px;
  color: #000;
  font-weight: 500;
  font-size: 40px;
  line-height: 1.25;
  letter-spacing: 0.03em;
  text-align: center;
}
@media screen and (max-width: 1150px) {
  .process h2 {
    margin-bottom: 3.33vw;
    font-size: 3.33vw;
  }
}
@media screen and (max-width: 600px) {
  .process h2 {
    margin-bottom: 3vw;
    font-size: 10vw;
  }
}
.process__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 24px;
}
@media screen and (max-width: 1150px) {
  .process__items {
    gap: 2vw;
  }
}
@media screen and (max-width: 600px) {
  .process__items {
    gap: 4vw;
  }
}
.process__item {
  width: calc(25% - 18px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  text-align: center;
}
@media screen and (max-width: 1150px) {
  .process__item {
    width: calc(25% - 1.5vw);
    gap: 1.33vw;
  }
}
@media screen and (max-width: 600px) {
  .process__item {
    width: 100%;
    gap: 4vw;
  }
}
.process__item-number {
  width: 64px;
  height: 64px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 20px;
  position: relative;
  overflow: hidden;
  background: linear-gradient(91.96deg, #FF5A2C 0.23%, #FFA72C 115.12%);
}
@media screen and (max-width: 1150px) {
  .process__item-number {
    width: 5.33vw;
    height: 5.33vw;
    border-radius: 1.66vw;
  }
}
@media screen and (max-width: 600px) {
  .process__item-number {
    width: 16vw;
    height: 16vw;
    border-radius: 5vw;
  }
}
.process__item-number::after {
  content: "";
  position: absolute;
  inset: 0;
  background: #fff;
  opacity: 0.9;
  width: 100%;
  height: 100%;
}
.process__item-number div {
  position: relative;
  z-index: 2;
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 20px;
  background: linear-gradient(91.96deg, #FF5A2C 0.23%, #FFA72C 115.12%);
  color: #FFFFFF;
  font-weight: 500;
  font-size: 20px;
  line-height: 1;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 1150px) {
  .process__item-number div {
    width: 4.16vw;
    height: 4.16vw;
    border-radius: 1.66vw;
    font-size: 1.66vw;
  }
}
@media screen and (max-width: 600px) {
  .process__item-number div {
    width: 12.5vw;
    height: 12.5vw;
    border-radius: 5vw;
    font-size: 5vw;
  }
}
.process__item-text {
  color: #000;
  font-weight: 300;
  font-size: 18px;
  line-height: 1.27;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 1150px) {
  .process__item-text {
    font-size: 1.5vw;
  }
}
@media screen and (max-width: 600px) {
  .process__item-text {
    font-size: 4.5vw;
  }
}

.cta .l-title_box-text.banner-n {
  max-width: 1200px;
}
.cta h2.l-heading-new-service.banner-n {
  background: linear-gradient(90.03deg, #3ED156 0.04%, #55A7FF 99.98%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cta .hero_new_button_page.banner-n {
  background: linear-gradient(90.03deg, #3ED156 0.04%, #55A7FF 99.98%);
}
.cta .l-hero-new-home_p_button-box:hover {
  background: linear-gradient(90.03deg, #3ED156 0.04%, #55A7FF 99.98%);
}
.cta .l-hero-new-home_p_button-box:hover .hero_new_button_page.banner-n {
  color: #3ed156;
}
/*# sourceMappingURL=../sourcemaps/page-ecommerce-business.css.map */
