.section.section-service {
  padding-top: 15rem;
  padding-bottom: 13.125rem;
  overflow: hidden;
}
@media (max-width: 1440px) {
  .section.section-service {
    padding-bottom: 6.55rem;
  }
}
@media (max-width: 1440px) {
  .section.section-service {
    padding-bottom: 3.25rem;
  }
}

.service-hero {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.service-hero__heading {
  font-family: var(--third-family);
  font-weight: 600;
  font-size: 3.75rem;
  text-transform: uppercase;
  text-align: center;
  padding: 0 2rem;
  background: linear-gradient(120deg, #a772f0 0%, #b1a8fc 22.42%, #d1d0ff 48.67%, #b1a8fc 84.62%, #a772f0 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 1440px) {
  .service-hero__heading {
    font-size: 3.5rem;
  }
}
@media (max-width: 991px) {
  .service-hero__heading {
    padding: 0 1rem;
    font-size: 3rem;
  }
}
@media (max-width: 767px) {
  .service-hero__heading {
    padding: 0 0.75rem;
    font-size: 2.375rem;
  }
}
.service-hero__video-wrapper {
  position: absolute;
  top: 25rem;
  left: 0;
  width: 100%;
  height: auto;
  z-index: -1;
  pointer-events: none;
  overflow: hidden;
}
@media (max-width: 1640px) {
  .service-hero__video-wrapper {
    top: 21rem;
  }
}
@media (max-width: 1280px) {
  .service-hero__video-wrapper {
    top: 16rem;
  }
}
@media (max-width: 767px) {
  .service-hero__video-wrapper {
    top: 3rem;
  }
}
.service-hero__video-inner {
  display: flex;
  justify-content: center;
  position: relative;
  width: 100%;
}
.service-hero__video {
  position: relative;
  width: 100%;
}
.service-hero__video-gradient {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 25rem;
  background: linear-gradient(to top, var(--color-bg), transparent);
}
.service-hero__video-gradient-top {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 25rem;
  background: linear-gradient(to bottom, var(--color-bg), transparent);
}
.service-hero__img-wrapper {
  position: absolute;
  top: 7.5rem;
  left: 50%;
  max-width: 107.625rem;
  max-height: 40rem;
  width: 80vw;
  transform: translateX(-50%);
  z-index: 1;
  overflow: hidden;
  display: flex;
  justify-content: center;
}
@media (max-width: 767px) {
  .service-hero__img-wrapper {
    width: 90vw;
    top: 8.5rem;
  }
}
.service-hero__img {
  max-width: 100%;
  aspect-ratio: 1/1;
  height: -moz-max-content;
  height: max-content;
  animation: floating-parallax-center 60s linear infinite;
}
.service-hero__body {
  position: relative;
  width: 100%;
  z-index: 2;
  margin-top: 21.25rem;
  padding: 0 2.5rem;
}
@media (max-width: 1440px) {
  .service-hero__body {
    margin-top: 12.25rem;
  }
}
@media (max-width: 991px) {
  .service-hero__body {
    margin-top: 8.125rem;
    padding: 0 0.625rem;
  }
}
.service-hero__body-conture {
  display: flex;
  background: linear-gradient(0deg, rgb(26, 26, 29) 0%, rgb(97, 97, 97) 100%);
  padding: 1px;
  border-radius: 3.125rem;
}
@media (max-width: 767px) {
  .service-hero__body-conture {
    border-radius: 1.875rem;
  }
}
.service-hero__body-inner {
  width: 100%;
  padding-top: 6.25rem;
  border-radius: 3.125rem;
  box-shadow: 0 2px 14px 0 rgba(0, 0, 0, 0.1);
  background-color: var(--color-dark);
  background-image: radial-gradient(15% 45% at 0% 60%, rgba(169, 56, 217, 0.4) 0%, rgba(169, 56, 217, 0.2) 40%, rgba(169, 56, 217, 0.1) 60%, rgba(169, 56, 217, 0.05) 80%, transparent 100%), radial-gradient(20% 50% at right 20%, rgba(169, 56, 217, 0.3) 0%, rgba(169, 56, 217, 0.2) 40%, rgba(169, 56, 217, 0.15) 60%, rgba(169, 56, 217, 0.1) 70%, transparent 100%);
}
@media (max-width: 767px) {
  .service-hero__body-inner {
    padding-top: 2.25rem;
    border-radius: 1.875rem;
    background-image: radial-gradient(45% 20% at 0% 35%, rgba(169, 56, 217, 0.3) 0%, rgba(169, 56, 217, 0.2) 40%, rgba(169, 56, 217, 0.1) 60%, rgba(169, 56, 217, 0.05) 80%, transparent 100%), radial-gradient(60% 30% at right top, rgba(169, 56, 217, 0.3) 0%, rgba(169, 56, 217, 0.2) 40%, rgba(169, 56, 217, 0.15) 60%, rgba(169, 56, 217, 0.1) 70%, transparent 100%);
  }
}
.service-hero .cost__header {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.25rem;
  margin-bottom: 5rem;
}
@media (max-width: 1440px) {
  .service-hero .cost__header {
    display: flex;
    flex-direction: column;
    gap: 3rem;
  }
}
@media (max-width: 767px) {
  .service-hero .cost__header {
    padding: 0 0.75rem;
    gap: 2.5rem;
    margin-bottom: 3.75rem;
  }
}
.service-hero .cost__heading h2 {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 2.25rem;
  color: var(--color-main);
}
@media (max-width: 767px) {
  .service-hero .cost__heading h2 {
    font-size: 1.75rem;
  }
}
.service-hero .cost__list {
  display: flex;
  row-gap: 1.75rem;
  flex-wrap: wrap;
  -moz-column-gap: 1.25rem;
       column-gap: 1.25rem;
}
.service-hero .cost-item {
  display: flex;
  align-items: flex-start;
  max-width: 48%;
  gap: 0.625rem;
}
@media (max-width: 1440px) {
  .service-hero .cost-item {
    max-width: 29rem;
  }
}
@media (max-width: 991px) {
  .service-hero .cost-item {
    max-width: 34rem;
  }
}
.service-hero .cost-item:first-child {
  max-width: 28.875rem;
}
@media (max-width: 1440px) {
  .service-hero .cost-item:first-child {
    max-width: 29rem;
  }
}
.service-hero .cost-item__heading {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 1.25rem;
  color: var(--color-main);
  line-height: 120%;
}
@media (max-width: 767px) {
  .service-hero .cost-item__heading {
    font-size: 0.875rem;
  }
}
.service-hero .cost-item__heading strong {
  font-weight: 400;
  color: var(--color-accent-1);
}
.service-hero .switcher {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  font-family: sans-serif;
  font-weight: 600;
  font-size: 1.125rem;
  color: #111827;
  width: -moz-fit-content;
  width: fit-content;
  gap: 10px;
}
.service-hero .switcher__label {
  position: relative;
  display: inline-block;
  width: 2.5rem;
  height: 1.25rem;
}
@media (max-width: 767px) {
  .service-hero .switcher__label {
    width: 1.625rem;
    height: 1rem;
  }
}
.service-hero .switcher__label input {
  opacity: 0;
  width: 0;
  height: 0;
}
.service-hero .switcher__slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 1px solid #545454;
  border-radius: 2.5rem;
  transition: 0.3s;
}
.service-hero .switcher__slider::before {
  position: absolute;
  content: "";
  height: 1rem;
  width: 1rem;
  left: 0.15rem;
  bottom: 0.075rem;
  background-color: var(--color-accent);
  border-radius: 50%;
  transition: 0.3s;
}
@media (max-width: 767px) {
  .service-hero .switcher__slider::before {
    width: 0.6875rem;
    height: 0.6875rem;
    bottom: 0.09rem;
  }
}
.service-hero .cost-item:hover .switcher__slider {
  background-color: white;
}
.service-hero .cost-item:hover .switcher__slider::before {
  transform: translateX(1.125rem);
}
@media (max-width: 767px) {
  .service-hero .cost-item:hover .switcher__slider::before {
    transform: translateX(0.6rem);
  }
}
.service-hero__box {
  padding: 1px;
  margin-top: 2.5rem;
  border-radius: 0.625rem 1.25rem 1.25rem 0.625rem;
  background: linear-gradient(0deg, rgb(26, 26, 29) 0%, rgb(97, 97, 97) 100%);
  position: relative;
}
.service-hero__box:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 0.5rem;
  box-shadow: 0 0 11px 4px rgba(211, 230, 255, 0.3);
  background-color: #90b6e8;
  border-radius: 0.625rem 0 0 0.625rem;
}
.service-hero__box-inner {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  padding: 1.25rem 1.875rem;
  border-radius: 0.625rem 1.25rem 1.25rem 0.625rem;
  background-color: var(--color-bg);
}
.service-hero__box-name {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 1.375rem;
  color: #90b6e8;
}
@media (max-width: 767px) {
  .service-hero__box-name {
    font-size: 1.125rem;
  }
}
.service-decoration {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: -1;
  pointer-events: none;
  overflow: hidden;
}
.service-decoration__inner {
  position: relative;
  width: 100%;
  height: 100%;
}
.service-hero__img-decoration-right {
  width: 1000px;
  height: 1000px;
  background-position: bottom left;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: -20rem;
  right: -40rem;
  z-index: 2;
  mix-blend-mode: luminosity;
  filter: grayscale(100%);
  pointer-events: none;
}
@media (max-width: 1440px) {
  .service-hero__img-decoration-right {
    width: 600px;
    height: 600px;
    top: -6rem;
    right: -25rem;
  }
}
@media (max-width: 767px) {
  .service-hero__img-decoration-right {
    width: 350px;
    height: 350px;
    top: -2rem;
    right: -15rem;
  }
}
.service-hero-decoration__img-gradient-left {
  position: absolute;
  top: 0;
  left: 0;
  width: 60rem;
  height: 60rem;
  background: radial-gradient(50% 50% at 0% 0%, rgba(153, 56, 217, 0.4) 0%, rgba(27, 13, 85, 0.6) 40%, rgba(27, 13, 85, 0.4) 60%, rgba(27, 13, 85, 0.2) 80%, transparent 100%);
  pointer-events: none;
  z-index: 0;
}
@media (max-width: 767px) {
  .service-hero-decoration__img-gradient-left {
    background: radial-gradient(20% 35% at 0% 0%, rgba(153, 56, 217, 0.2) 20%, rgba(27, 13, 85, 0.4) 40%, rgba(27, 13, 85, 0.2) 60%, rgba(27, 13, 85, 0.1) 80%, transparent 100%);
  }
}
.service-hero-decoration__img-gradient-right {
  position: absolute;
  top: 0;
  right: 0;
  width: 50rem;
  height: 70rem;
  background: radial-gradient(50% 50% at right top, rgba(169, 56, 217, 0.2) 0%, rgba(169, 56, 217, 0.4) 40%, rgba(169, 56, 217, 0.2) 60%, rgba(169, 56, 217, 0.1) 80%, transparent 100%);
  pointer-events: none;
  z-index: 0;
}
@media (max-width: 1440px) {
  .service-hero-decoration__img-gradient-right {
    background: radial-gradient(40% 40% at right top, rgba(169, 56, 217, 0.2) 0%, rgba(169, 56, 217, 0.4) 40%, rgba(169, 56, 217, 0.2) 60%, rgba(169, 56, 217, 0.1) 80%, transparent 100%);
  }
}
@media (max-width: 767px) {
  .service-hero-decoration__img-gradient-right {
    background: radial-gradient(15% 14% at right 10%, rgba(169, 56, 217, 0.2) 0%, rgba(169, 56, 217, 0.4) 40%, rgba(169, 56, 217, 0.2) 60%, rgba(169, 56, 217, 0.1) 80%, transparent 100%);
  }
}
.service-case {
  width: 100%;
}
.service-case__img {
  position: absolute;
  top: 30%;
  left: -30rem;
  pointer-events: none;
}
@media (max-width: 1440px) {
  .service-case__img {
    left: -20rem;
    top: 20%;
    width: 40rem;
  }
}
@media (max-width: 767px) {
  .service-case__img {
    display: none;
  }
}
.service-case__list {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
  width: 100%;
}
.service-case-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
.service-case-item__content-wrapper {
  width: 100%;
  padding: 1px;
  background: linear-gradient(0deg, rgb(30, 30, 33) 0%, rgb(97, 97, 97) 100%);
  border-radius: 3.125rem;
  position: relative;
  z-index: 2;
}
@media (max-width: 767px) {
  .service-case-item__content-wrapper {
    border-radius: 1.875rem;
  }
}
.service-case-item__content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  width: 100%;
  padding: 0 1.25rem;
  border-radius: 3.125rem;
  min-height: 34.375rem;
  background-size: 105% 105%;
  background-repeat: no-repeat;
  overflow: hidden;
}
@media (max-width: 1440px) {
  .service-case-item__content {
    min-height: 28.375rem;
  }
}
@media (max-width: 991px) {
  .service-case-item__content {
    min-height: 25.375rem;
  }
}
@media (max-width: 767px) {
  .service-case-item__content {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    padding: 1.625rem 1.25rem 2.5rem;
    border-radius: 1.875rem;
  }
}
.service-case-item__col {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 2.5rem 2.5rem 3.75rem;
}
@media (max-width: 1440px) {
  .service-case-item__col {
    padding: 2.25rem 1.5rem 2.75rem;
  }
}
@media (max-width: 991px) {
  .service-case-item__col {
    padding: 1.5rem 0 2.5rem;
  }
  .service-case-item__col .heading {
    font-size: 1.5rem;
  }
}
@media (max-width: 767px) {
  .service-case-item__col {
    padding: 0 0.625rem;
  }
  .service-case-item__col .heading {
    font-size: 1.375rem;
  }
}
.service-case-item__footer {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
  margin-top: auto;
  padding-top: 2rem;
  max-width: 37.25rem;
}
@media (max-width: 767px) {
  .service-case-item__footer {
    margin-top: 3.75rem;
    padding-top: 0;
  }
}
.service-case-item__footer .button {
  max-width: 24.25rem;
}
.service-case-item__footer .button:hover {
  opacity: 0.7;
}
.service-case-item__picture {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  position: relative;
}
.service-case-item__img {
  position: absolute;
  top: 50%;
  left: -9rem;
  transform: translateY(-43%);
  width: 122%;
  height: 100%;
  max-height: 34rem;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: left;
     object-position: left;
}
@media (max-width: 1280px) {
  .service-case-item__img {
    width: 100%;
    left: 0;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
@media (max-width: 767px) {
  .service-case-item__img {
    position: static;
    width: 100%;
    transform: none;
  }
}
.service-case-item__button-wrapper {
  padding: 0 1px 1px;
  background: linear-gradient(180deg, rgb(30, 30, 33) 0%, rgb(97, 97, 97) 100%);
  border-bottom-left-radius: 1.75rem;
  border-bottom-right-radius: 1.75rem;
}
.service-case-item__button {
  width: 10rem;
  padding: 1.375rem 3.25rem 1.3rem;
  border-bottom-left-radius: 1.75rem;
  border-bottom-right-radius: 1.75rem;
  background-color: var(--color-bg);
  margin-top: 0.125rem;
  display: flex;
  justify-content: center;
  cursor: pointer;
}
.service-case-item__button svg {
  transition: 0.3s all;
}
@media (max-width: 991px) {
  .service-case-item__button {
    padding: 1.25rem 2.25rem 1.25rem;
    width: 8rem;
  }
  .service-case-item__button svg {
    max-width: 2.5rem;
  }
}
@media (max-width: 767px) {
  .service-case-item__button {
    padding: 1.125rem 2.25rem 1.125rem;
    width: 7rem;
  }
  .service-case-item__button svg {
    max-width: 2.5rem;
  }
}
.service-case-item.js--active .service-case-item__button {
  margin-top: 0;
}
.service-case-item.js--active .service-case-item__button svg {
  transform: rotateX(180deg);
}
.service-case-item__info {
  margin-top: -0.25rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.625rem;
  overflow: hidden;
  max-height: 0;
  padding: 0 1.5rem;
  transition: 0.3s all;
}
@media (max-width: 767px) {
  .service-case-item__info {
    display: flex;
    flex-direction: column;
    gap: 0.625rem;
    padding: 0;
  }
}
.service-case-item__info-col {
  display: flex;
  flex-direction: column;
  gap: 3rem;
  margin-top: -0.25rem;
  padding: 3.75rem 2.5rem 2.5rem;
  border-bottom-left-radius: 3.125rem;
  border-bottom-right-radius: 3.125rem;
  background-color: rgba(0, 0, 0, 0.2);
  border: 1px solid rgb(30, 30, 33);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 110%;
}
@media (max-width: 1440px) {
  .service-case-item__info-col {
    gap: 2rem;
    padding: 2.75rem 1.5rem 1.75rem;
  }
}
@media (max-width: 991px) {
  .service-case-item__info-col {
    gap: 1rem;
    padding: 2.25rem 1rem 1.25rem;
  }
}
@media (max-width: 767px) {
  .service-case-item__info-col {
    border-bottom-left-radius: 1.875rem;
    border-bottom-right-radius: 1.875rem;
    padding: 2.5rem 1rem 2.5rem;
  }
}
@media (max-width: 767px) {
  .service-case-item__info-col:first-child {
    padding-top: 3.75rem;
  }
}
@media (max-width: 767px) {
  .service-case-item__info-col:nth-child(2) {
    border-radius: 1.875rem;
  }
}
.service-case-item__info-body {
  font-family: var(--second-family);
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 120%;
  color: var(--color-main);
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media (max-width: 991px) {
  .service-case-item__info-body {
    font-size: 1rem;
  }
}
.service-case-item__info-body ul {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  list-style: disc;
  padding-left: 1.25rem;
}
.service-case-item__info-body ul p {
  color: var(--color-main);
}
.service-case-item__info-body strong {
  font-weight: 500;
}
.service-works__body {
  display: grid;
  grid-template-columns: 1fr 2.4fr;
  gap: 1.25rem;
}
@media (max-width: 1280px) {
  .service-works__body {
    display: flex;
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  .service-works__body {
    gap: 2.5rem;
  }
}
.service-works__images-wrapper {
  padding: 1px;
  border-radius: 1.875rem;
  background: linear-gradient(0deg, rgba(30, 30, 33, 0.5) 0%, rgb(97, 97, 97) 100%);
}
@media (max-width: 1440px) {
  .service-works__images-wrapper {
    display: flex;
    min-height: 20rem;
  }
}
.service-works__images {
  border-radius: 1.875rem;
  height: 100%;
  width: 100%;
  min-height: 20rem;
  position: relative;
  background-color: var(--color-bg);
  overflow: hidden;
  background-image: radial-gradient(90% 55% at left top, rgb(26, 1, 61) 0%, rgba(50, 5, 111, 0.25) 60%, transparent 90%), radial-gradient(40% 30% at 40% 60%, rgba(29, 0, 32, 0.7) 0%, rgba(29, 0, 32, 0.4) 40%, rgba(29, 0, 32, 0.1) 70%, transparent 100%), radial-gradient(40% 30% at 70% 40%, rgba(9, 0, 32, 0.7) 0%, rgba(9, 0, 32, 0.4) 40%, rgba(9, 0, 32, 0.1) 70%, transparent 100%), radial-gradient(80% 50% at right bottom, rgba(169, 56, 217, 0.3) 0%, rgba(169, 56, 217, 0.2) 40%, rgba(169, 56, 217, 0.15) 60%, rgba(169, 56, 217, 0.1) 70%, transparent 100%);
}
@media (max-width: 1280px) and (min-width: 768px) {
  .service-works__images {
    background-image: radial-gradient(70% 95% at left top, rgb(26, 1, 61) 0%, rgba(50, 5, 111, 0.25) 60%, transparent 90%), radial-gradient(30% 50% at 40% 60%, rgba(29, 0, 32, 0.7) 0%, rgba(29, 0, 32, 0.4) 40%, rgba(29, 0, 32, 0.1) 70%, transparent 100%), radial-gradient(40% 60% at 70% 40%, rgba(9, 0, 32, 0.7) 0%, rgba(9, 0, 32, 0.4) 40%, rgba(9, 0, 32, 0.1) 70%, transparent 100%), radial-gradient(40% 80% at right bottom, rgba(169, 56, 217, 0.3) 0%, rgba(169, 56, 217, 0.2) 40%, rgba(169, 56, 217, 0.15) 60%, rgba(169, 56, 217, 0.1) 70%, transparent 100%);
  }
}
@media (max-width: 767px) {
  .service-works__images {
    min-height: 26.125rem;
  }
}
.service-works__img-1 {
  position: absolute;
  right: 0%;
  bottom: 50%;
  mix-blend-mode: luminosity;
  animation: floating-parallax 5s ease-in-out infinite;
}
@media (max-width: 1280px) and (min-width: 768px) {
  .service-works__img-1 {
    left: -15%;
    right: auto;
    bottom: 0%;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .service-works__img-1 {
    left: -20%;
    bottom: 20%;
    width: 30rem;
  }
}
@media (max-width: 767px) {
  .service-works__img-1 {
    width: 20rem;
    left: -10%;
    bottom: 40%;
  }
}
@media (max-width: 480px) {
  .service-works__img-1 {
    left: -30%;
  }
}
.service-works__img-2 {
  position: absolute;
  left: 20%;
  top: 35%;
  mix-blend-mode: luminosity;
  animation: floating-parallax 5s ease-in-out infinite;
  animation-delay: 1.75s;
}
@media (max-width: 1280px) and (min-width: 768px) {
  .service-works__img-2 {
    left: 40%;
    top: 10%;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .service-works__img-2 {
    left: 35%;
    top: 18%;
    width: 15rem;
  }
}
@media (max-width: 767px) {
  .service-works__img-2 {
    width: 12rem;
    left: 35%;
    top: 32%;
  }
}
@media (max-width: 480px) {
  .service-works__img-2 {
    left: 22%;
  }
}
.service-works__img-3 {
  position: absolute;
  left: 5%;
  top: 55%;
  mix-blend-mode: luminosity;
  animation: floating-parallax 5s ease-in-out infinite;
  animation-delay: 3.5s;
}
@media (max-width: 1280px) and (min-width: 768px) {
  .service-works__img-3 {
    left: 60%;
    top: 35%;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .service-works__img-3 {
    top: 30%;
    width: 30rem;
  }
}
@media (max-width: 767px) {
  .service-works__img-3 {
    width: 17rem;
    left: auto;
    right: -5%;
    top: 60%;
  }
}
@media (max-width: 480px) {
  .service-works__img-3 {
    right: -15%;
  }
}
.service-works__list {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
.service-works-item {
  padding: 1px;
  border-radius: 30px;
  background: linear-gradient(180deg, rgba(30, 30, 33, 0.5) 0%, rgba(97, 97, 97, 0.5) 100%);
  min-height: 14.625rem;
}
@media (max-width: 1280px) {
  .service-works-item {
    min-height: auto;
  }
}
.service-works-item p {
  font-family: var(--second-family);
  font-weight: 300;
  font-size: 1.125rem;
  color: var(--color-main);
  max-width: 34.6875rem;
  line-height: 120%;
  padding: 0.625rem 0.625rem 0 0;
}
@media (max-width: 1440px) {
  .service-works-item p {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .service-works-item p {
    font-size: 0.875rem;
    padding: 0;
  }
}
.service-works-item p strong {
  font-weight: 400;
  color: var(--color-accent-1-1);
}
.service-works-item-inner {
  display: flex;
  justify-content: space-between;
  gap: 2rem;
  height: 100%;
  padding: 1.875rem;
  border-radius: 30px;
  background: linear-gradient(180deg, rgba(14, 14, 14, 0.3) 0%, #070007 100%);
}
@media (max-width: 1440px) {
  .service-works-item-inner {
    flex-direction: column;
    gap: 1.75rem;
  }
}
@media (max-width: 767px) {
  .service-works-item-inner {
    padding: 1.5rem;
    gap: 1.375rem;
  }
}
.service-works-item__row {
  display: flex;
  align-items: flex-start;
  gap: 1.25rem;
}
@media (max-width: 767px) {
  .service-works-item__row {
    gap: 0.875rem;
  }
}
.service-works-item__row h3 {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 120%;
  color: var(--color-accent-1);
  padding-top: 0.625rem;
  max-width: 21rem;
}
@media (max-width: 1280px) {
  .service-works-item__row h3 {
    max-width: 24rem;
  }
}
@media (max-width: 767px) {
  .service-works-item__row h3 {
    padding-top: 0.375rem;
    font-size: 1.125rem;
  }
}
.service-works-item__number {
  padding: 1px;
  border-radius: 50%;
  background: linear-gradient(0deg, rgba(30, 30, 33, 0.5) 0%, rgba(97, 97, 97, 0.5) 100%);
  width: 2.75rem;
  min-width: 2.75rem;
  height: 2.75rem;
}
@media (max-width: 767px) {
  .service-works-item__number {
    width: 2.125rem;
    min-width: 2.125rem;
    height: 2.125rem;
  }
}
.service-works-item__number-text {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  background-color: var(--color-bg);
  border-radius: 50%;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 1.125rem;
  text-align: center;
  color: #d5c9d3;
}
@media (max-width: 767px) {
  .service-works-item__number-text {
    font-size: 0.875rem;
  }
}
@media (max-width: 1440px) {
  .service-task {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.service-task__header {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2.5rem;
  margin-bottom: 0;
}
@media (max-width: 1280px) {
  .service-task__header {
    display: flex;
    flex-direction: column;
  }
}
.service-task__header h2 {
  max-width: 30rem;
}
.service-task__box {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media (max-width: 1280px) {
  .service-task__box {
    align-items: flex-start;
  }
}
@media (max-width: 767px) {
  .service-task__box {
    gap: 1.625rem;
  }
}
.service-task__box p {
  font-family: var(--second-family);
}
.service__link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 1.25rem;
  color: var(--color-accent-1);
  width: 100%;
  transition: 0.3s all;
}
@media (max-width: 1280px) {
  .service__link {
    width: auto;
  }
}
@media (max-width: 767px) {
  .service__link {
    justify-content: space-between;
    width: 100%;
    font-size: 1.125rem;
  }
}
.service__link strong {
  font-weight: 400;
}
.service__link svg {
  transition: 0.3s all;
}
@media (max-width: 767px) {
  .service__link svg {
    width: 0.875rem;
    height: auto;
  }
}
.service__link:hover {
  opacity: 0.7;
}
.service__link:hover svg {
  transform: rotateZ(45deg);
}
.service-task__body {
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 11.25rem 0;
  background: radial-gradient(60% 80% at 60% 50%, rgba(26, 1, 61, 0.7) 0%, rgba(50, 5, 111, 0.05) 50%, transparent 80%), radial-gradient(40% 60% at 30% 50%, rgba(112, 0, 91, 0.3) 0%, rgba(251, 38, 194, 0.05) 50%, transparent 80%);
}
@media (max-width: 767px) {
  .service-task__body {
    padding: 3.75rem 0 7.5rem;
  }
}
.service-task__body h3 {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 1.875rem;
  text-align: center;
  max-width: 58rem;
  line-height: 120%;
  background: linear-gradient(90deg, #fff 0%, #b385ee 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 767px) {
  .service-task__body h3 {
    font-size: 1.125rem;
  }
}
.service-elipse {
  display: flex;
  justify-content: center;
  width: 100%;
  max-width: 90rem;
  height: 32.0625rem;
  position: relative;
}
@media (max-width: 1440px) {
  .service-elipse {
    height: 34.0625rem;
    max-width: 58rem;
  }
}
@media (max-width: 991px) {
  .service-elipse {
    height: auto;
    max-width: 58rem;
  }
}
.service-elipse__list {
  width: 100%;
  max-width: 86rem;
  height: 100%;
}
@media (max-width: 1440px) {
  .service-elipse__list {
    position: relative;
    z-index: 1;
  }
}
@media (max-width: 991px) {
  .service-elipse__list {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
  }
}
.service-elipse-item {
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 1440px) {
  .service-elipse-item svg {
    display: none;
  }
}
.service-elipse-item.service-elipse-item-1 {
  left: 3rem;
  top: 7.25rem;
}
@media (max-width: 1440px) {
  .service-elipse-item.service-elipse-item-1 {
    top: 0rem;
    left: 17rem;
  }
}
@media (max-width: 991px) {
  .service-elipse-item.service-elipse-item-1 {
    top: 2%;
    left: 17%;
  }
}
@media (max-width: 480px) {
  .service-elipse-item.service-elipse-item-1 {
    top: 1%;
    left: 7%;
  }
}
.service-elipse-item.service-elipse-item-2 {
  top: 1.25rem;
  left: 10.25rem;
}
@media (max-width: 1440px) {
  .service-elipse-item.service-elipse-item-2 {
    top: 13rem;
    left: 14rem;
  }
}
@media (max-width: 991px) {
  .service-elipse-item.service-elipse-item-2 {
    top: 26%;
    left: 20%;
  }
}
@media (max-width: 480px) {
  .service-elipse-item.service-elipse-item-2 {
    top: 26%;
    left: 1%;
  }
}
.service-elipse-item.service-elipse-item-3 {
  top: 6.25rem;
  left: 17.6875rem;
}
@media (max-width: 1440px) {
  .service-elipse-item.service-elipse-item-3 {
    top: 27rem;
    left: 35rem;
  }
}
@media (max-width: 991px) {
  .service-elipse-item.service-elipse-item-3 {
    top: auto;
    bottom: 23%;
    left: 65%;
  }
}
@media (max-width: 480px) {
  .service-elipse-item.service-elipse-item-3 {
    bottom: 16%;
    left: 35%;
  }
}
.service-elipse-item.service-elipse-item-4 {
  top: 10rem;
  left: 6.75rem;
}
@media (max-width: 1440px) {
  .service-elipse-item.service-elipse-item-4 {
    top: 29rem;
    left: 6rem;
  }
}
@media (max-width: 991px) {
  .service-elipse-item.service-elipse-item-4 {
    top: auto;
    bottom: 34%;
    left: 24%;
  }
}
@media (max-width: 480px) {
  .service-elipse-item.service-elipse-item-4 {
    bottom: 37%;
    left: 4%;
  }
}
.service-elipse-item.service-elipse-item-5 {
  left: 35.125rem;
}
@media (max-width: 1440px) {
  .service-elipse-item.service-elipse-item-5 {
    top: 16.25rem;
    left: 35rem;
  }
}
@media (max-width: 991px) {
  .service-elipse-item.service-elipse-item-5 {
    top: 40%;
    left: 41%;
  }
}
@media (max-width: 480px) {
  .service-elipse-item.service-elipse-item-5 {
    top: 38%;
    left: 30%;
  }
}
.service-elipse-item.service-elipse-item-6 {
  left: 35.125rem;
}
@media (max-width: 1440px) {
  .service-elipse-item.service-elipse-item-6 {
    top: 6.25rem;
    left: 4rem;
  }
}
@media (max-width: 991px) {
  .service-elipse-item.service-elipse-item-6 {
    top: auto;
    bottom: 15%;
    left: 1%;
  }
}
@media (max-width: 480px) {
  .service-elipse-item.service-elipse-item-6 {
    top: 12%;
    bottom: auto;
    left: 25%;
  }
}
.service-elipse-item.service-elipse-item-7 {
  top: 10rem;
  left: 6.75rem;
}
@media (max-width: 1440px) {
  .service-elipse-item.service-elipse-item-7 {
    top: 9rem;
    left: 34rem;
  }
}
@media (max-width: 991px) {
  .service-elipse-item.service-elipse-item-7 {
    top: 12%;
    left: 55%;
  }
}
@media (max-width: 480px) {
  .service-elipse-item.service-elipse-item-7 {
    top: auto;
    bottom: 26%;
    left: 17%;
  }
}
.service-elipse-item.service-elipse-item-8 {
  top: 6.25rem;
  left: 17.6875rem;
}
@media (max-width: 1440px) {
  .service-elipse-item.service-elipse-item-8 {
    top: 18rem;
    left: -0.5rem;
  }
}
@media (max-width: 991px) {
  .service-elipse-item.service-elipse-item-8 {
    top: 51%;
    left: 5%;
  }
}
@media (max-width: 480px) {
  .service-elipse-item.service-elipse-item-8 {
    top: 51%;
    left: 0%;
  }
}
.service-elipse-item.service-elipse-item-9 {
  left: 3rem;
  top: 7.25rem;
}
@media (max-width: 1440px) {
  .service-elipse-item.service-elipse-item-9 {
    top: 22.75rem;
    left: 17rem;
  }
}
@media (max-width: 991px) {
  .service-elipse-item.service-elipse-item-9 {
    top: auto;
    bottom: 4%;
    left: 18%;
  }
}
@media (max-width: 480px) {
  .service-elipse-item.service-elipse-item-9 {
    bottom: 2%;
    left: 17%;
  }
}
.service-elipse-item__inner {
  position: relative;
}
.service-goal-item {
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  gap: 1.5rem;
}
@media (max-width: 1440px) {
  .service-goal-item svg {
    display: block;
  }
}
.service-goal-item h4 {
  position: absolute;
  left: calc(100% + 1.5rem);
  top: 50%;
  transform: translateY(-50%);
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 120%;
  color: var(--color-main);
  width: 21ch;
}
@media (max-width: 1740px) and (min-width: 1440px) {
  .service-goal-item h4 {
    font-size: 1vw;
  }
}
@media (max-width: 991px) {
  .service-goal-item h4 {
    font-size: 0.875rem;
    max-width: 14rem;
  }
}
@media (max-width: 767px) {
  .service-goal-item h4 {
    font-size: 0.75rem;
    left: calc(100% + 0.875rem);
    max-width: 12rem;
  }
}
.service-goal-item__inner {
  position: relative;
}
.service-goal-item__circle {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1.875rem;
  min-width: 1.875rem;
  height: 1.875rem;
  border-radius: 50%;
  background-color: var(--color-accent);
  box-shadow: -1px -2px 10px 0 rgba(230, 211, 255, 0.5), 3px 1px 13px 0 rgba(78, 36, 136, 0.7);
}
@media (max-width: 767px) {
  .service-goal-item__circle {
    width: 1.25rem;
    min-width: 1.25rem;
    height: 1.25rem;
  }
  .service-goal-item__circle svg {
    width: 0.625rem;
  }
}
.service-elipse__circles-mob {
  display: none;
  pointer-events: none;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 0;
}
@media (max-width: 1440px) {
  .service-elipse__circles-mob {
    display: block;
  }
}
@media (max-width: 991px) {
  .service-elipse__circles-mob {
    display: flex;
    justify-content: center;
    position: static;
  }
}
.service-elipse__circles-img-mob {
  width: 100%;
  height: 100%;
}
@media (max-width: 991px) {
  .service-elipse__circles-img-mob {
    min-width: 120vw;
  }
}
@media (max-width: 480px) {
  .service-elipse__circles-img-mob {
    min-width: 200vw;
  }
}
.service-task__img {
  position: absolute;
  right: -25rem;
  top: 7%;
  width: 45rem;
}
@media (max-width: 1440px) {
  .service-task__img {
    top: 12%;
    right: -15rem;
    width: 30rem;
  }
}
@media (max-width: 767px) {
  .service-task__img {
    top: 2rem;
    right: -8rem;
    width: 15rem;
  }
}
.service-offer__list {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 1.25rem;
  width: 100%;
}
@media (max-width: 1440px) {
  .service-offer__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 991px) {
  .service-offer__list {
    display: flex;
    flex-direction: column;
  }
}
.service-offer-item {
  grid-column: span 2;
}
.service-offer-item:nth-child(5n+4) {
  grid-column: span 3;
}
.service-offer-item:nth-child(5n+5) {
  grid-column: span 3;
}
@media (max-width: 1440px) {
  .service-offer-item {
    grid-column: span 1;
  }
  .service-offer-item:nth-child(5n+4) {
    grid-column: span 1;
  }
  .service-offer-item:nth-child(5n+5) {
    grid-column: span 1;
  }
}
.service-offer-item__content-wrapper {
  width: 100%;
  height: 100%;
  padding: 1px;
  background: linear-gradient(0deg, rgb(30, 30, 33) 0%, rgb(97, 97, 97) 100%);
  border-radius: 2.5rem;
  position: relative;
  z-index: 2;
}
@media (max-width: 767px) {
  .service-offer-item__content-wrapper {
    border-radius: 1.875rem;
  }
}
.service-offer-item__content {
  display: grid;
  grid-template-rows: auto auto 1fr;
  flex-direction: column;
  width: 100%;
  height: 100%;
  padding: 2.5rem;
  border-radius: 2.5rem;
  min-height: 34.375rem;
  overflow: hidden;
  background-color: var(--color-dark);
}
@media (max-width: 767px) {
  .service-offer-item__content {
    padding: 1.875rem 1.375rem;
    border-radius: 1.875rem;
  }
}
.service-offer-item__header {
  display: flex;
  justify-content: space-between;
  gap: 2rem;
  margin-bottom: 2.5rem;
}
@media (max-width: 767px) {
  .service-offer-item__header {
    margin-bottom: 1.625rem;
  }
}
.service-offer-item__header h3 {
  font-family: var(--third-family);
  font-weight: 600;
  font-size: 1.875rem;
  text-transform: uppercase;
  color: var(--color-white);
}
@media (max-width: 1280px) {
  .service-offer-item__header h3 {
    font-size: 1.5rem;
  }
}
@media (max-width: 767px) {
  .service-offer-item__header h3 {
    font-size: 1.375rem;
    hyphens: auto;
  }
}
.service-offer-item__header .service-works-item__number {
  border-radius: 0.75rem;
}
.service-offer-item__header .service-works-item__number-text {
  border-radius: 0.75rem;
}
.service-offer-item__body p {
  font-family: var(--second-family);
  font-weight: 300;
  font-size: 1.25rem;
  line-height: 120%;
  color: var(--color-main);
}
@media (max-width: 767px) {
  .service-offer-item__body p {
    font-size: 1rem;
  }
}
.service-offer-item__footer {
  display: flex;
  align-items: flex-end;
  padding-top: 3.125rem;
  height: 100%;
}
@media (max-width: 767px) {
  .service-offer-item__footer {
    padding-top: 1.625rem;
  }
}
.service-offer-item__footer-inner {
  padding-top: 3.375rem;
  border-top: 1px solid #2E2F30;
}
@media (max-width: 767px) {
  .service-offer-item__footer-inner {
    padding-top: 1.625rem;
  }
}
.service-offer-item__picture {
  display: flex;
  width: 100%;
  padding: 1px;
  background: linear-gradient(0deg, rgb(30, 30, 33) 0%, rgb(97, 97, 97) 100%);
  border-radius: 1.25rem;
}
.service-offer-item__img {
  min-height: 16.25rem;
  width: 100%;
  border-radius: 1.25rem;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.service-offer-item:first-child .service-offer-item__content {
  background-image: radial-gradient(110% 60% at right top, rgb(2, 0, 39) 0%, rgb(2, 0, 39) 70%, rgba(2, 0, 30, 0) 100%);
}
.service-offer-item:nth-child(5n+2) .service-offer-item__content {
  background-image: radial-gradient(120% 90% at right bottom, rgb(2, 0, 39) 0%, rgb(2, 0, 39) 70%, rgba(2, 0, 30, 0) 100%);
}
.service-offer-item:nth-child(5n+3) .service-offer-item__content {
  background-image: radial-gradient(120% 100% at right bottom, rgb(6, 25, 35) 0%, rgba(6, 25, 35, 0.5) 70%, rgba(6, 25, 35, 0) 100%);
}
.service-offer-item:nth-child(5n+4) .service-offer-item__content {
  background-image: radial-gradient(90% 40% at right top, rgba(1, 12, 27, 0.75) 0%, rgba(1, 12, 27, 0.5) 70%, rgba(1, 12, 27, 0) 100%);
}
.service-offer-item:nth-child(5n+5) .service-offer-item__content {
  background-image: radial-gradient(120% 90% at right bottom, rgb(2, 0, 39) 0%, rgb(2, 0, 39) 70%, rgba(2, 0, 30, 0) 100%);
}
.service-develop {
  width: 100%;
  margin-top: 2.5rem;
}
@media (max-width: 1280px) {
  .service-develop {
    margin-top: 4rem;
  }
}
@media (max-width: 767px) {
  .service-develop {
    position: relative;
    margin-top: 2.125rem;
  }
}
.service-develop__steps {
  width: 100%;
  clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
  transition: 8s all;
}
@media (max-width: 1280px) {
  .service-develop__line {
    display: none;
  }
}
.service-develop__line-mob {
  display: none;
  position: absolute;
  top: 0;
  left: 1.6rem;
  height: 100%;
}
@media (max-width: 767px) {
  .service-develop__line-mob {
    display: block;
  }
}
.service-develop__steps.js--active {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}
.service-develop__list {
  display: flex;
  justify-content: space-between;
  gap: 2rem;
}
@media (max-width: 1280px) {
  .service-develop__list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    -moz-column-gap: 4rem;
         column-gap: 4rem;
  }
}
@media (max-width: 767px) {
  .service-develop__list {
    display: grid;
    grid-template-columns: 1fr;
    row-gap: 1.25rem;
  }
}
.service-develop-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3rem;
  max-width: 19.375rem;
  opacity: 0;
  transition: 0.5s all ease-in;
}
@media (max-width: 1280px) {
  .service-develop-item {
    max-width: none;
    height: 100%;
    gap: 1.5rem;
    opacity: 1;
  }
}
@media (max-width: 767px) {
  .service-develop-item {
    flex-direction: row;
    align-items: flex-start;
    gap: 1.25rem;
  }
}
.service-develop-item:first-child {
  transition-delay: 1s;
  transform: translateY(-2.5rem);
}
@media (max-width: 1920px) {
  .service-develop-item:first-child {
    transform: translateY(-2.2vw);
  }
}
@media (max-width: 1280px) {
  .service-develop-item:first-child {
    transform: translateY(0);
  }
}
.service-develop-item:nth-child(2) {
  transition-delay: 1.85s;
  transform: translateY(-9.5rem);
}
@media (max-width: 1920px) {
  .service-develop-item:nth-child(2) {
    transform: translateY(-8.2vw);
  }
}
@media (max-width: 1280px) {
  .service-develop-item:nth-child(2) {
    transform: translateY(0);
  }
}
.service-develop-item:nth-child(3) {
  transition-delay: 2.75s;
  transform: translateY(-3.5rem);
}
@media (max-width: 1920px) {
  .service-develop-item:nth-child(3) {
    transform: translateY(-3.25vw);
  }
}
@media (max-width: 1280px) {
  .service-develop-item:nth-child(3) {
    transform: translateY(0);
  }
}
.service-develop-item:nth-child(4) {
  transition-delay: 3.9s;
  transform: translateY(-12.5rem);
}
@media (max-width: 1920px) {
  .service-develop-item:nth-child(4) {
    transform: translateY(-10vw);
  }
}
@media (max-width: 1650px) {
  .service-develop-item:nth-child(4) {
    transform: translateY(-9.3vw);
  }
}
@media (max-width: 1280px) {
  .service-develop-item:nth-child(4) {
    transform: translateY(0);
  }
}
.service-develop__list.js--active .service-develop-item {
  opacity: 1;
}
.service-develop-item__circle {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 3.125rem;
  min-width: 3.125rem;
  height: 3.125rem;
  border-radius: 50%;
  background-color: var(--color-accent-1);
  box-shadow: 0 0 34px 3px rgba(211, 230, 255, 0.3);
}
@media (max-width: 767px) {
  .service-develop-item__circle {
    width: 1.875rem;
    min-width: 1.875rem;
    height: 1.875rem;
    margin-top: 1.75rem;
  }
}
.service-develop-item__circle-number {
  font-family: var(--font-family);
  font-weight: 400;
  line-height: 100%;
  font-size: 1.25rem;
  color: var(--color-bg);
  margin-top: 0.125rem;
}
@media (max-width: 767px) {
  .service-develop-item__circle-number {
    font-size: 0.875rem;
  }
}
.service-develop-item__body {
  width: 100%;
  padding: 1px;
  background: linear-gradient(0deg, rgb(30, 30, 33) 0%, rgb(97, 97, 97) 100%);
  border-radius: 1.25rem;
  position: relative;
  z-index: 2;
}
.service-develop-item__body::before {
  content: "";
  position: absolute;
  top: 1.25rem;
  left: 0;
  transform: translateX(-100%);
  width: 0.5rem;
  height: 4.375rem;
  border-radius: 10px 0 0 10px;
  box-shadow: 0 0 11px 4px rgba(211, 230, 255, 0.3);
  background: #68a1ec;
}
@media (max-width: 767px) {
  .service-develop-item__body::before {
    height: 2.625rem;
  }
}
.service-develop-item__content {
  display: flex;
  flex-direction: column;
  gap: 1.875rem;
  height: 100%;
  border-radius: 1.25rem;
  padding: 1.875rem;
  background: linear-gradient(180deg, rgb(0, 4, 7) 0%, rgb(0, 7, 15) 100%);
}
@media (max-width: 1440px) {
  .service-develop-item__content {
    padding: 1.5rem;
    gap: 1rem;
  }
}
@media (max-width: 1280px) {
  .service-develop-item__content {
    min-height: 7.75rem;
  }
}
.service-develop-item__content h3 {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 1.25rem;
  color: var(--color-accent);
}
@media (max-width: 1440px) {
  .service-develop-item__content h3 {
    font-size: 1.125rem;
  }
}
.service-develop-item__content p {
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 120%;
  color: var(--color-main);
}
@media (max-width: 1440px) {
  .service-develop-item__content p {
    font-size: 1rem;
  }
}
.service-cooperation__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.25rem;
  width: 100%;
}
@media (max-width: 991px) {
  .service-cooperation__list {
    display: flex;
    flex-direction: column;
  }
}
.service-cooperation-item__content-wrapper {
  width: 100%;
  height: 100%;
  padding: 1px;
  background: linear-gradient(0deg, rgb(30, 30, 33) 0%, rgb(97, 97, 97) 100%);
  border-radius: 2.5rem;
  position: relative;
  z-index: 2;
}
@media (max-width: 767px) {
  .service-cooperation-item__content-wrapper {
    border-radius: 1.875rem;
  }
}
.service-cooperation-item__content {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  padding: 3.125rem 2.5rem 2.5rem;
  border-radius: 2.5rem;
  overflow: hidden;
  background-color: var(--color-dark);
}
@media (max-width: 767px) {
  .service-cooperation-item__content {
    padding: 1.875rem 1.375rem;
    border-radius: 1.875rem;
  }
}
.service-cooperation-item:first-child .service-cooperation-item__content {
  background-image: radial-gradient(110% 60% at center top, rgba(199, 21, 66, 0.25) 0%, rgba(99, 21, 66, 0.15) 70%, rgba(99, 21, 66, 0) 100%);
}
@media (max-width: 767px) {
  .service-cooperation-item:first-child .service-cooperation-item__content {
    background-image: radial-gradient(70% 30% at center top, rgba(199, 21, 66, 0.5) 0%, rgba(199, 21, 66, 0.1) 70%, rgba(199, 21, 66, 0) 100%);
  }
}
.service-cooperation-item:nth-child(2) .service-cooperation-item__content {
  background-image: radial-gradient(120% 90% at right bottom, rgba(199, 21, 66, 0.25) 0%, rgba(199, 21, 66, 0.15) 70%, rgba(199, 21, 66, 0) 100%);
}
@media (max-width: 767px) {
  .service-cooperation-item:nth-child(2) .service-cooperation-item__content {
    background-image: radial-gradient(70% 40% at center bottom, rgba(199, 21, 66, 0.5) 0%, rgba(199, 21, 66, 0.1) 70%, rgba(199, 21, 66, 0) 100%);
  }
}
.service-cooperation-item__header {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
  margin-bottom: 3.75rem;
}
@media (max-width: 767px) {
  .service-cooperation-item__header {
    margin-bottom: 1.625rem;
    gap: 1.875rem;
  }
}
.service-cooperation-item__header h3 {
  font-family: var(--third-family);
  font-weight: 600;
  font-size: 1.875rem;
  text-transform: uppercase;
  color: var(--color-white);
}
@media (max-width: 1280px) {
  .service-cooperation-item__header h3 {
    font-size: 1.5rem;
  }
}
@media (max-width: 767px) {
  .service-cooperation-item__header h3 {
    font-size: 1.375rem;
    hyphens: auto;
  }
}
.service-cooperation-item__header p {
  line-height: 120%;
}
@media (max-width: 767px) {
  .service-cooperation-item__header p {
    font-size: 1rem;
  }
}
.service-cooperation-item__list {
  display: flex;
  flex-direction: column;
  margin-top: auto;
  border-top: 1px solid #2E2A2A;
}
.service-cooperation-item__point {
  display: flex;
  align-items: center;
  gap: 1.375rem;
  padding: 1.25rem 0;
  border-bottom: 1px solid #2E2A2A;
}
.service-cooperation-item__point .service-works-item__number, .service-cooperation-item__point .service-works-item__number-text {
  border-radius: 0.625rem;
}
@media (max-width: 767px) {
  .service-cooperation-item__point {
    padding: 1rem 0;
  }
  .service-cooperation-item__point p {
    font-size: 0.875rem;
  }
}
.service-solution {
  display: flex;
  flex-direction: column;
  gap: 10rem;
}
@media (max-width: 1280px) {
  .service-solution {
    gap: 7.5rem;
  }
}
@media (max-width: 767px) {
  .service-solution {
    gap: 6.25rem;
  }
}
.service-solution__info {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2.5rem;
  width: 100%;
}
@media (max-width: 991px) {
  .service-solution__info {
    display: flex;
    flex-direction: column;
  }
}
.service-solution__col {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 2.5rem;
  height: 100%;
}
.service-solution__col p {
  line-height: 120%;
}
@media (max-width: 767px) {
  .service-solution__col p {
    font-size: 0.875rem;
  }
}
.service-solution__img {
  width: 100%;
  min-height: 31rem;
  max-width: 100%;
  border-radius: 1.25rem;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media (max-width: 1280px) {
  .service-solution__img {
    height: 25rem;
    min-height: auto;
  }
}
@media (max-width: 991px) {
  .service-solution__img {
    grid-template-columns: repeat(2, 1fr);
    height: 20rem;
  }
}
@media (max-width: 767px) {
  .service-solution__img {
    height: 15rem;
  }
}
.service-solution__body {
  display: flex;
  flex-direction: column;
  position: relative;
}
@media (max-width: 1280px) {
  .service-solution__body {
    gap: 2.5rem;
  }
}
@media (max-width: 767px) {
  .service-solution__body {
    overflow: hidden;
    margin-left: -0.75rem;
    padding-left: 0.75rem;
    width: 100vw;
  }
  .service-solution__body h2 {
    padding-right: 2.75rem;
  }
}
.service-solution__row {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 48%;
}
@media (max-width: 1280px) {
  .service-solution__row {
    position: static;
  }
}
@media (max-width: 991px) {
  .service-solution__row {
    max-width: 100%;
  }
}
.service-solution__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: 1fr;
  gap: 1.25rem;
}
@media (max-width: 1280px) {
  .service-solution__list {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 991px) {
  .service-solution__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .service-solution__list {
    display: flex;
    flex-wrap: nowrap;
    overflow: auto;
    padding-bottom: 0.125rem;
    padding-right: 0.75rem;
  }
}
.service-solution-item {
  position: relative;
  height: 100%;
}
@media (max-width: 767px) {
  .service-solution-item {
    height: auto;
    min-width: 19.125rem;
    transform: translateY(0);
    opacity: 1;
  }
}
@media (max-width: 767px) {
  .service-solution-item[data-animation=slide].js--animate {
    animation: none;
    transform: translateY(0);
    opacity: 1;
  }
}
.service-solution-item:first-child {
  grid-column-start: 3;
}
@media (max-width: 1280px) {
  .service-solution-item:first-child {
    grid-column-start: 1;
  }
}
.service-solution-item__body {
  width: calc(100% - 0.5rem);
  height: 100%;
  padding: 1px;
  background: linear-gradient(0deg, rgb(30, 30, 33) 0%, rgb(97, 97, 97) 100%);
  border-radius: 1.25rem;
  margin-left: 0.5rem;
  position: relative;
  z-index: 2;
}
.service-solution-item__body::before {
  content: "";
  position: absolute;
  top: 1.25rem;
  left: 0;
  transform: translateX(-100%);
  width: 0.5rem;
  height: 4.375rem;
  border-radius: 10px 0 0 10px;
  box-shadow: 0 0 11px 4px rgba(211, 230, 255, 0.3);
  background: #f59f10;
}
@media (max-width: 767px) {
  .service-solution-item__body::before {
    height: 2.625rem;
  }
}
.service-solution-item__content {
  display: flex;
  flex-direction: column;
  gap: 1.875rem;
  height: 100%;
  border-radius: 1.25rem;
  padding: 1.875rem;
  background: linear-gradient(180deg, rgb(0, 4, 7) 0%, rgb(0, 7, 15) 100%);
}
@media (max-width: 1440px) {
  .service-solution-item__content {
    padding: 1.5rem;
    gap: 1rem;
  }
}
@media (max-width: 1280px) {
  .service-solution-item__content {
    min-height: 7.75rem;
  }
}
.service-solution-item__content h3 {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 1.25rem;
  color: var(--color-accent);
}
@media (max-width: 1440px) {
  .service-solution-item__content h3 {
    font-size: 1.125rem;
  }
}
.service-solution-item__content p {
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 120%;
  color: var(--color-main);
}
@media (max-width: 1440px) {
  .service-solution-item__content p {
    font-size: 1rem;
  }
}
.service-solution-item__img {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 1.25rem;
}
.service-why__body-conture {
  display: flex;
  background: linear-gradient(0deg, rgb(26, 26, 29) 0%, rgb(97, 97, 97) 100%);
  padding: 1px;
  border-radius: 3.125rem;
}
@media (max-width: 767px) {
  .service-why__body-conture {
    border-radius: 1.875rem;
  }
}
.service-why__body-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3.75rem;
  width: 100%;
  padding: 3.75rem 1rem;
  border-radius: 3.125rem;
  box-shadow: 0 2px 14px 0 rgba(0, 0, 0, 0.1);
  background-color: var(--color-dark);
  background-image: radial-gradient(50% 70% at center top, rgba(4, 31, 48, 0.85) 0%, rgba(4, 31, 48, 0) 100%), radial-gradient(50% 70% at center bottom, rgba(12, 35, 62, 0.75) 0%, rgba(12, 35, 62, 0) 100%);
}
@media (max-width: 991px) {
  .service-why__body-inner {
    padding: 2.5rem 1rem;
    gap: 2.5rem;
  }
}
@media (max-width: 767px) {
  .service-why__body-inner {
    padding-top: 2.25rem;
    border-radius: 1.875rem;
    background-image: radial-gradient(45% 20% at center bottom, rgba(12, 35, 62, 0.5) 0%, rgba(12, 35, 62, 0.3) 40%, rgba(12, 35, 62, 0.2) 60%, rgba(12, 35, 62, 0.1) 80%, transparent 100%), radial-gradient(60% 30% at center top, rgba(4, 31, 48, 0.5) 0%, rgba(4, 31, 48, 0.3) 40%, rgba(4, 31, 48, 0.2) 60%, rgba(4, 31, 48, 0.1) 70%, transparent 100%);
  }
}
.service-why__list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1.25rem;
  max-width: 68.25rem;
}
.service-why-item {
  padding: 1.125rem 1.25rem;
  border-radius: 3.125rem;
  box-shadow: 0 0 20px 3px rgba(144, 210, 254, 0.3);
  background-color: #6aa8eb;
}
@media (max-width: 767px) {
  .service-why-item {
    padding: 1rem 1.125rem;
  }
}
.service-why-item:nth-child(2) {
  background-color: #478edb;
}
.service-why-item:nth-child(3) {
  background-color: #429cfd;
}
.service-why-item:nth-child(4) {
  background-color: #5b76c5;
}
.service-why-item:nth-child(5) {
  background-color: #4875f8;
}
.service-why-item:nth-child(6) {
  background-color: #006adc;
}
.service-why-item__paragraph {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 1.25rem;
  text-align: center;
  color: var(--color-main);
  white-space: nowrap;
}
@media (max-width: 991px) {
  .service-why-item__paragraph {
    font-size: 1rem;
  }
}
@media (max-width: 767px) {
  .service-why-item__paragraph {
    white-space: wrap;
    font-size: 1rem;
  }
}

.service-ecommerce {
  --color-accent-1: #f9904f;
  --color-accent: #da3009;
  --color-accent-1-1: #ffbb10;
}
.service-ecommerce .service-hero__heading {
  background: linear-gradient(90deg, #bc6a43 0%, #de8e68 22.42%, #ffd8a1 48.67%, #de8e68 84.62%, #bc6a43 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.service-ecommerce .service-hero-decoration__img-gradient-left {
  background: radial-gradient(50% 50% at 0% 0%, rgba(95, 39, 19, 0.6) 0%, rgba(14, 12, 7, 0.8) 60%, rgba(14, 12, 7, 0.6) 70%, rgba(14, 12, 7, 0.4) 80%, transparent 100%);
}
@media (max-width: 767px) {
  .service-ecommerce .service-hero-decoration__img-gradient-left {
    background: radial-gradient(20% 35% at 0% 0%, rgba(95, 39, 19, 0.2) 20%, rgba(14, 12, 7, 0.4) 40%, rgba(14, 12, 7, 0.2) 60%, rgba(14, 12, 7, 0.1) 80%, transparent 100%);
  }
}
.service-ecommerce .service-hero-decoration__img-gradient-right {
  background: radial-gradient(65% 55% at right top, rgba(199, 132, 38, 0.85) 0%, rgba(199, 132, 38, 0.25) 50%, transparent 100%);
}
@media (max-width: 1440px) {
  .service-ecommerce .service-hero-decoration__img-gradient-right {
    background: radial-gradient(40% 40% at right top, rgba(199, 132, 38, 0.2) 0%, rgba(199, 132, 38, 0.4) 40%, rgba(199, 132, 38, 0.2) 60%, rgba(199, 132, 38, 0.1) 80%, transparent 100%);
  }
}
@media (max-width: 767px) {
  .service-ecommerce .service-hero-decoration__img-gradient-right {
    background: radial-gradient(15% 14% at right 10%, rgba(199, 132, 38, 0.2) 0%, rgba(199, 132, 38, 0.4) 40%, rgba(199, 132, 38, 0.2) 60%, rgba(199, 132, 38, 0.1) 80%, transparent 100%);
    display: none;
  }
}
@media (min-width: 1441px) {
  .service-ecommerce .service-hero__img-decoration-right {
    top: -33rem;
    right: -35rem;
  }
}
@media (max-width: 1440px) {
  .service-ecommerce .service-hero__img-decoration-right {
    width: 600px;
    height: 600px;
    top: -14rem;
    right: -19rem;
  }
}
@media (max-width: 767px) {
  .service-ecommerce .service-hero__img-decoration-right {
    width: 350px;
    height: 350px;
    top: -4rem;
    right: -14rem;
    transform: rotate(45deg) !important;
    display: none;
  }
}
@media (max-width: 767px) {
  .service-ecommerce .service-hero__video-wrapper {
    top: 19rem;
  }
}
@media (max-width: 767px) {
  .service-ecommerce .service-hero__video {
    width: 150vw;
  }
}
.service-ecommerce .service-hero__body-inner {
  background-image: radial-gradient(20% 70% at right 20%, rgba(199, 132, 38, 0.25) 0%, rgba(144, 87, 8, 0) 100%), radial-gradient(25% 75% at 0% 60%, rgba(199, 94, 38, 0.25) 0%, rgba(73, 54, 2, 0) 100%);
}
@media (max-width: 767px) {
  .service-ecommerce .service-hero__body-inner {
    background-image: radial-gradient(45% 20% at 0% 35%, rgba(199, 132, 38, 0.3) 0%, rgba(199, 132, 38, 0.2) 40%, rgba(144, 87, 8, 0.1) 60%, rgba(144, 87, 8, 0.05) 80%, transparent 100%), radial-gradient(60% 30% at right top, rgba(199, 94, 38, 0.3) 0%, rgba(199, 94, 38, 0.2) 40%, rgba(73, 54, 2, 0.15) 60%, rgba(73, 54, 2, 0.1) 70%, transparent 100%);
  }
}
.service-ecommerce .service-form__social-link svg {
  color: var(--color-accent);
}
.service-ecommerce .service-works__images {
  background-image: radial-gradient(90% 55% at left top, rgb(199, 104, 26) 0%, rgba(199, 104, 26, 0.25) 60%, transparent 90%), radial-gradient(30% 20% at 50% 60%, rgba(199, 43, 26, 0.15) 0%, rgba(199, 43, 26, 0.1) 40%, rgba(199, 43, 26, 0.05) 70%, transparent 100%), radial-gradient(30% 20% at 60% 40%, rgba(220, 77, 5, 0.15) 0%, rgba(220, 77, 5, 0.1) 40%, rgba(220, 77, 5, 0.05) 70%, transparent 100%), radial-gradient(80% 50% at right bottom, rgba(220, 77, 5, 0.3) 0%, rgba(220, 77, 5, 0.3) 40%, rgba(220, 77, 5, 0.2) 60%, rgba(220, 77, 5, 0.2) 70%, transparent 100%);
}
@media (max-width: 1280px) and (min-width: 768px) {
  .service-ecommerce .service-works__images {
    background-image: radial-gradient(70% 95% at left top, rgb(199, 104, 26) 0%, rgba(199, 104, 26, 0.25) 60%, transparent 90%), radial-gradient(30% 50% at 40% 60%, rgba(199, 43, 26, 0.5) 0%, rgba(199, 43, 26, 0.3) 40%, rgba(199, 43, 26, 0.1) 70%, transparent 100%), radial-gradient(40% 60% at 70% 40%, rgba(220, 77, 5, 0.5) 0%, rgba(220, 77, 5, 0.3) 40%, rgba(220, 77, 5, 0.1) 70%, transparent 100%), radial-gradient(40% 80% at right bottom, rgba(220, 77, 5, 0.3) 0%, rgba(220, 77, 5, 0.2) 40%, rgba(220, 77, 5, 0.15) 60%, rgba(220, 77, 5, 0.1) 70%, transparent 100%);
  }
}
.service-ecommerce .service-task__body {
  background: radial-gradient(60% 80% at 60% 50%, rgba(199, 104, 26, 0.3) 0%, rgba(199, 104, 26, 0.05) 50%, transparent 60%), radial-gradient(40% 60% at 30% 50%, rgba(199, 43, 26, 0.2) 0%, rgba(199, 43, 26, 0.05) 50%, transparent 60%);
}
.service-ecommerce .service-task__body h3 {
  background: linear-gradient(90deg, #fff 0%, #ffa51e 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.service-ecommerce .service-goal-item__circle {
  background-color: var(--color-accent-1);
  box-shadow: -1px -2px 10px 0 rgba(255, 211, 211, 0.5), 3px 1px 13px 0 rgba(136, 71, 36, 0.7);
}
.service-ecommerce .service-goal-item h4 {
  max-width: 17rem;
}

.service-business {
  --color-accent-1: #92caff;
  --color-accent: #5490ff;
  --color-accent-1-1: #4c6ee8;
}
.service-business .service-hero__heading {
  background: linear-gradient(120deg, #72aff0 0%, #a8cffc 22.42%, #d0e1ff 48.67%, #a8cffc 84.62%, #72aff0 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.service-business .service-hero-decoration__img-gradient-left {
  background: radial-gradient(50% 50% at 0% 0%, rgba(84, 144, 255, 0.7) 0%, rgba(84, 144, 255, 0.2) 30%, rgba(76, 110, 232, 0.1) 60%, transparent 100%);
}
@media (max-width: 767px) {
  .service-business .service-hero-decoration__img-gradient-left {
    background: radial-gradient(20% 35% at 0% 0%, rgba(84, 144, 255, 0.3) 20%, rgba(84, 144, 255, 0.2) 40%, rgba(76, 110, 232, 0.1) 60%, rgba(76, 110, 232, 0.05) 80%, transparent 100%);
  }
}
.service-business .service-hero-decoration__img-gradient-right {
  background: radial-gradient(65% 55% at right top, rgba(84, 144, 255, 0.85) 0%, rgba(84, 144, 255, 0.25) 50%, transparent 100%);
}
@media (max-width: 1440px) {
  .service-business .service-hero-decoration__img-gradient-right {
    background: radial-gradient(40% 40% at right top, rgba(84, 144, 255, 0.2) 0%, rgba(84, 144, 255, 0.4) 40%, rgba(84, 144, 255, 0.2) 60%, rgba(84, 144, 255, 0.1) 80%, transparent 100%);
  }
}
@media (max-width: 767px) {
  .service-business .service-hero-decoration__img-gradient-right {
    background: radial-gradient(15% 14% at right 10%, rgba(84, 144, 255, 0.2) 0%, rgba(84, 144, 255, 0.4) 40%, rgba(84, 144, 255, 0.2) 60%, rgba(84, 144, 255, 0.1) 80%, transparent 100%);
  }
}
@media (min-width: 1441px) {
  .service-business .service-hero__img-decoration-right {
    width: 35rem;
    top: -34rem;
    right: -16rem;
  }
}
@media (max-width: 1440px) {
  .service-business .service-hero__img-decoration-right {
    width: 600px;
    height: 600px;
    top: -14rem;
    right: -19rem;
  }
}
@media (max-width: 767px) {
  .service-business .service-hero__img-decoration-right {
    width: 350px;
    height: 350px;
    top: -4rem;
    right: -16rem;
  }
}
.service-business .service-hero__video-wrapper {
  top: 0;
}
@media (max-width: 767px) {
  .service-business .service-hero__video-wrapper {
    top: 7rem;
  }
}
@media (max-width: 991px) {
  .service-business .service-hero__video {
    width: 130vw;
  }
}
.service-business .service-hero__video-inner {
  position: relative;
}
@media (max-width: 767px) {
  .service-business .service-hero__video-gradient {
    height: 5rem;
  }
}
@media (max-width: 767px) {
  .service-business .service-hero__video-gradient-top {
    height: 5rem;
  }
}
.service-business .service-hero__body-inner {
  background-image: radial-gradient(20% 70% at right 20%, rgba(84, 144, 255, 0.25) 0%, rgba(84, 144, 255, 0) 100%), radial-gradient(25% 75% at 0% 60%, rgba(84, 144, 255, 0.25) 0%, rgba(84, 144, 255, 0) 100%);
}
@media (max-width: 767px) {
  .service-business .service-hero__body-inner {
    background-image: radial-gradient(45% 20% at 0% 35%, rgba(84, 144, 255, 0.3) 0%, rgba(84, 144, 255, 0.2) 40%, rgba(84, 144, 255, 0.1) 60%, rgba(84, 144, 255, 0.05) 80%, transparent 100%), radial-gradient(60% 30% at right top, rgba(84, 144, 255, 0.3) 0%, rgba(84, 144, 255, 0.2) 40%, rgba(84, 144, 255, 0.15) 60%, rgba(84, 144, 255, 0.1) 70%, transparent 100%);
  }
}
.service-business .service-form__social-link svg {
  color: var(--color-accent);
}
.service-business .service-works__images {
  background-image: radial-gradient(90% 55% at left top, rgba(84, 144, 255, 0.5) 0%, rgba(84, 144, 255, 0.25) 60%, transparent 90%), radial-gradient(30% 20% at 50% 60%, rgba(84, 144, 255, 0.15) 0%, rgba(84, 144, 255, 0.1) 40%, rgba(84, 144, 255, 0.05) 70%, transparent 100%), radial-gradient(30% 20% at 60% 40%, rgba(76, 110, 232, 0.15) 0%, rgba(76, 110, 232, 0.1) 40%, rgba(76, 110, 232, 0.05) 70%, transparent 100%), radial-gradient(80% 50% at right bottom, rgba(76, 110, 232, 0.3) 0%, rgba(76, 110, 232, 0.75) 40%, rgba(76, 110, 232, 0.5) 60%, rgba(76, 110, 232, 0.2) 70%, transparent 100%);
}
@media (max-width: 1280px) and (min-width: 768px) {
  .service-business .service-works__images {
    background-image: radial-gradient(70% 75% at left top, rgba(84, 144, 255, 0.5) 0%, rgba(84, 144, 255, 0.25) 60%, transparent 90%), radial-gradient(30% 50% at 40% 60%, rgba(84, 144, 255, 0.25) 0%, rgba(84, 144, 255, 0.1) 40%, rgba(84, 144, 255, 0.05) 60%, transparent 100%), radial-gradient(40% 60% at 70% 40%, rgba(76, 110, 232, 0.25) 0%, rgba(76, 110, 232, 0.1) 40%, rgba(76, 110, 232, 0.05) 60%, transparent 100%), radial-gradient(40% 80% at right bottom, rgba(76, 110, 232, 0.3) 0%, rgba(76, 110, 232, 0.2) 40%, rgba(76, 110, 232, 0.15) 60%, rgba(76, 110, 232, 0.1) 70%, transparent 100%);
  }
}
.service-business .service-task__body {
  background: radial-gradient(60% 80% at 60% 50%, rgba(76, 110, 232, 0.3) 0%, rgba(76, 110, 232, 0.05) 50%, transparent 65%), radial-gradient(40% 60% at 30% 50%, rgba(84, 144, 255, 0.2) 0%, rgba(84, 144, 255, 0.05) 50%, transparent 65%);
}
.service-business .service-task__body h3 {
  background: linear-gradient(90deg, #fff 0%, #92d2ff 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.service-business .service-goal-item__circle {
  box-shadow: -1px -2px 10px 0 rgba(211, 236, 255, 0.5), 3px 1px 13px 0 rgba(36, 94, 136, 0.7);
}
.service-business .service-goal-item h4 {
  max-width: 17rem;
}
@media (max-width: 767px) {
  .service-business .service-goal-item h4 {
    max-width: 12rem;
  }
}

.service-tourist {
  --color-accent-1: #33e7f3;
  --color-accent: #33e7f3;
  --color-accent-1-1: #40d0f4;
}
.service-tourist .service-hero__heading {
  background: linear-gradient(90deg, #005c7b 0%, #008daa 15.75%, #35eaf5 48.67%, #008daa 87.64%, #005c7b 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 767px) {
  .service-tourist .service-hero__heading {
    font-size: 2.125rem;
  }
}
.service-tourist .service-hero-decoration__img-gradient-left {
  background: radial-gradient(50% 50% at 0% 0%, rgba(0, 120, 129, 0.15) 0%, rgba(0, 120, 129, 0.1) 30%, rgba(0, 120, 129, 0.1) 60%, transparent 100%);
}
@media (max-width: 1440px) {
  .service-tourist .service-hero-decoration__img-gradient-left {
    background: radial-gradient(40% 40% at left top, rgba(0, 120, 129, 0.25) 0%, rgba(0, 120, 129, 0.1) 40%, rgba(0, 120, 129, 0.1) 60%, transparent 100%);
  }
}
@media (max-width: 767px) {
  .service-tourist .service-hero-decoration__img-gradient-left {
    background: radial-gradient(20% 35% at 0% 0%, rgba(0, 120, 129, 0.3) 20%, rgba(0, 120, 129, 0.2) 40%, rgba(0, 120, 129, 0.1) 60%, transparent 100%);
  }
}
.service-tourist .service-hero-decoration__img-gradient-right {
  background: radial-gradient(65% 55% at right top, rgba(6, 146, 185, 0.25) 0%, rgba(6, 146, 185, 0.15) 50%, transparent 100%);
}
@media (max-width: 1440px) {
  .service-tourist .service-hero-decoration__img-gradient-right {
    background: radial-gradient(40% 40% at right top, rgba(6, 146, 185, 0.25) 0%, rgba(6, 146, 185, 0.1) 40%, rgba(6, 146, 185, 0.1) 60%, transparent 100%);
  }
}
@media (max-width: 767px) {
  .service-tourist .service-hero-decoration__img-gradient-right {
    background: radial-gradient(15% 14% at right 10%, rgba(6, 146, 185, 0.3) 0%, rgba(6, 146, 185, 0.2) 40%, rgba(6, 146, 185, 0.1) 60%, transparent 100%);
  }
}
@media (min-width: 1441px) {
  .service-tourist .service-hero__img-decoration-right {
    width: 45rem;
    top: -30rem;
    right: -20rem;
  }
}
@media (max-width: 1440px) {
  .service-tourist .service-hero__img-decoration-right {
    width: 600px;
    height: 600px;
    top: -14rem;
    right: -19rem;
  }
}
@media (max-width: 767px) {
  .service-tourist .service-hero__img-decoration-right {
    width: 350px;
    height: 350px;
    top: -4rem;
    right: -16rem;
  }
}
.service-tourist .service-hero__video-wrapper {
  top: -4rem;
}
@media (max-width: 991px) {
  .service-tourist .service-hero__video-wrapper {
    top: 0;
  }
}
.service-tourist .service-hero__video-inner {
  position: relative;
}
@media (max-width: 1280px) {
  .service-tourist .service-hero__video {
    width: 130vw;
  }
}
@media (max-width: 991px) {
  .service-tourist .service-hero__video {
    width: 150vw;
  }
}
@media (max-width: 991px) {
  .service-tourist .service-hero__video {
    width: 250vw;
  }
}
.service-tourist .service-hero__video-gradient {
  height: 15rem;
}
.service-tourist .service-hero__video-gradient-top {
  height: 15rem;
}
.service-tourist .service-hero__body-inner {
  background-image: radial-gradient(20% 70% at right 20%, rgba(6, 146, 185, 0.25) 0%, rgba(6, 146, 185, 0) 100%), radial-gradient(25% 75% at 0% 60%, rgba(0, 120, 129, 0.25) 0%, rgba(0, 120, 129, 0) 100%);
}
@media (max-width: 767px) {
  .service-tourist .service-hero__body-inner {
    background-image: radial-gradient(45% 20% at 0% 35%, rgba(0, 120, 129, 0.3) 0%, rgba(0, 120, 129, 0.2) 40%, rgba(0, 120, 129, 0.1) 60%, rgba(0, 120, 129, 0.05) 80%, transparent 100%), radial-gradient(60% 30% at right top, rgba(6, 146, 185, 0.3) 0%, rgba(6, 146, 185, 0.2) 40%, rgba(6, 146, 185, 0.15) 60%, rgba(6, 146, 185, 0.1) 70%, transparent 100%);
  }
}
.service-tourist .service-form__social-link svg {
  color: var(--color-accent);
}
.service-tourist .service-form .button {
  color: #56524a;
  background-color: #d4d0c8;
}
.service-tourist .service-form .button:hover {
  color: #d4d0c8;
  background-color: #56524a;
}
.service-tourist .service-case-item__footer {
  max-width: 47.25rem;
}
.service-tourist .service-works__images {
  background-image: radial-gradient(90% 55% at left top, rgb(6, 146, 185) 0%, rgba(6, 146, 185, 0.25) 60%, transparent 90%), radial-gradient(30% 20% at 50% 60%, rgba(6, 146, 185, 0.15) 0%, rgba(6, 146, 185, 0.1) 40%, rgba(6, 146, 185, 0.05) 70%, transparent 100%), radial-gradient(30% 20% at 60% 40%, rgba(0, 120, 129, 0.15) 0%, rgba(0, 120, 129, 0.1) 40%, rgba(0, 120, 129, 0.05) 70%, transparent 100%), radial-gradient(80% 50% at right bottom, rgba(0, 120, 129, 0.3) 0%, rgba(0, 120, 129, 0.75) 40%, rgba(0, 120, 129, 0.5) 60%, rgba(0, 120, 129, 0.2) 70%, transparent 100%);
}
@media (max-width: 1280px) and (min-width: 768px) {
  .service-tourist .service-works__images {
    background-image: radial-gradient(70% 75% at left top, rgba(6, 146, 185, 0.5) 0%, rgba(6, 146, 185, 0.25) 60%, transparent 90%), radial-gradient(30% 50% at 40% 60%, rgba(6, 146, 185, 0.25) 0%, rgba(6, 146, 185, 0.1) 40%, rgba(6, 146, 185, 0.05) 60%, transparent 100%), radial-gradient(40% 60% at 70% 40%, rgba(0, 120, 129, 0.25) 0%, rgba(0, 120, 129, 0.1) 40%, rgba(0, 120, 129, 0.05) 60%, transparent 100%), radial-gradient(40% 80% at right bottom, rgba(0, 120, 129, 0.3) 0%, rgba(0, 120, 129, 0.2) 40%, rgba(0, 120, 129, 0.15) 60%, rgba(0, 120, 129, 0.1) 70%, transparent 100%);
  }
}
.service-tourist .service-task__body {
  background: radial-gradient(60% 80% at 60% 50%, rgba(6, 146, 185, 0.3) 0%, rgba(6, 146, 185, 0.05) 50%, transparent 65%), radial-gradient(40% 60% at 30% 50%, rgba(0, 120, 129, 0.2) 0%, rgba(0, 120, 129, 0.05) 50%, transparent 65%);
}
@media (max-width: 767px) {
  .service-tourist .service-task__body {
    background: radial-gradient(50% 70% at 60% 50%, rgba(6, 146, 185, 0.2) 0%, rgba(6, 146, 185, 0.05) 40%, transparent 60%), radial-gradient(30% 50% at 30% 50%, rgba(0, 120, 129, 0.15) 0%, rgba(0, 120, 129, 0.05) 40%, transparent 60%);
  }
}
.service-tourist .service-task__body h3 {
  background: linear-gradient(90deg, #fff 0%, #33e7f3 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.service-tourist .service-goal-item__circle {
  box-shadow: -1px -2px 10px 0 rgba(30, 96, 101, 0.5), 3px 1px 13px 0 rgba(0, 91, 97, 0.7);
}
.service-tourist .service-goal-item__circle svg {
  color: #004D52;
}
.service-tourist .service-goal-item h4 {
  max-width: 14rem;
}

.service-production {
  --color-accent-1: #a2b8b6;
  --color-accent: #6eb7b1;
  --color-accent-1-1: #547e7a;
}
.service-production .service-hero__heading {
  background: linear-gradient(90deg, #9b9b9b 0%, #cbcbcb 15.75%, #fdfdfd 48.67%, #cbcbcb 87.64%, #9b9b9b 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.service-production .service-hero-decoration__img-gradient-left {
  background: radial-gradient(50% 50% at 0% 0%, rgba(110, 183, 177, 0.7) 0%, rgba(110, 183, 177, 0.2) 30%, rgba(110, 183, 177, 0.1) 60%, transparent 100%);
}
@media (max-width: 1440px) {
  .service-production .service-hero-decoration__img-gradient-left {
    background: radial-gradient(40% 40% at left top, rgba(110, 183, 177, 0.4) 0%, rgba(110, 183, 177, 0.2) 40%, rgba(110, 183, 177, 0.1) 60%, transparent 100%);
  }
}
@media (max-width: 767px) {
  .service-production .service-hero-decoration__img-gradient-left {
    background: radial-gradient(20% 35% at 0% 0%, rgba(110, 183, 177, 0.3) 20%, rgba(110, 183, 177, 0.2) 40%, rgba(110, 183, 177, 0.1) 60%, transparent 100%);
  }
}
.service-production .service-hero-decoration__img-gradient-right {
  display: none;
}
@media (min-width: 1441px) {
  .service-production .service-hero__img-decoration-right {
    width: 65rem;
    top: -30rem;
    right: -35rem;
  }
}
@media (max-width: 1440px) {
  .service-production .service-hero__img-decoration-right {
    width: 600px;
    height: 600px;
    top: -14rem;
    right: -19rem;
  }
}
@media (max-width: 767px) {
  .service-production .service-hero__img-decoration-right {
    width: 350px;
    height: 350px;
    top: -4rem;
    right: -16rem;
    display: none;
  }
}
@media (max-width: 767px) {
  .service-production .service-hero__heading {
    font-size: 1.75rem;
  }
}
.service-production .service-hero__video-wrapper {
  top: 0;
}
@media (max-width: 1280px) {
  .service-production .service-hero__video {
    width: 130vw;
  }
}
@media (max-width: 991px) {
  .service-production .service-hero__video {
    width: 150vw;
  }
}
@media (max-width: 767px) {
  .service-production .service-hero__video {
    width: 250vw;
  }
}
.service-production .service-hero__video-gradient {
  height: 40rem;
}
@media (max-width: 767px) {
  .service-production .service-hero__video-gradient {
    height: 3rem;
  }
}
.service-production .service-hero__video-gradient-top {
  height: 40rem;
}
@media (max-width: 767px) {
  .service-production .service-hero__video-gradient-top {
    height: 3rem;
  }
}
.service-production .service-hero__body-inner {
  background-image: radial-gradient(20% 70% at right 20%, rgba(110, 183, 177, 0.25) 0%, rgba(110, 183, 177, 0) 100%), radial-gradient(25% 75% at 0% 60%, rgba(6, 146, 185, 0.25) 0%, rgba(6, 146, 185, 0) 100%);
}
@media (max-width: 767px) {
  .service-production .service-hero__body-inner {
    background-image: radial-gradient(45% 20% at 0% 35%, rgba(110, 183, 177, 0.3) 0%, rgba(110, 183, 177, 0.2) 40%, rgba(110, 183, 177, 0.1) 60%, rgba(110, 183, 177, 0.05) 80%, transparent 100%), radial-gradient(60% 30% at right top, rgba(110, 183, 177, 0.3) 0%, rgba(110, 183, 177, 0.2) 40%, rgba(110, 183, 177, 0.15) 60%, rgba(110, 183, 177, 0.1) 70%, transparent 100%);
  }
}
.service-production .service-form__social-link svg {
  color: var(--color-accent);
}
.service-production .service-form .button {
  color: #56524a;
}
.service-production .service-form .button:hover {
  color: var(--color-accent);
  background-color: #56524a;
}
.service-production .service-case-item__footer {
  max-width: 47.25rem;
}
.service-production .service-works__images {
  background-image: radial-gradient(90% 55% at left top, rgb(110, 183, 177) 0%, rgba(110, 183, 177, 0.25) 60%, transparent 90%), radial-gradient(30% 20% at 50% 60%, rgba(110, 183, 177, 0.15) 0%, rgba(110, 183, 177, 0.1) 40%, rgba(110, 183, 177, 0.05) 70%, transparent 100%), radial-gradient(30% 20% at 60% 40%, rgba(6, 146, 185, 0.15) 0%, rgba(6, 146, 185, 0.1) 40%, rgba(6, 146, 185, 0.05) 70%, transparent 100%), radial-gradient(80% 50% at right bottom, rgba(6, 146, 185, 0.3) 0%, rgba(6, 146, 185, 0.75) 40%, rgba(6, 146, 185, 0.5) 60%, rgba(0, 120, 129, 0.2) 70%, transparent 100%);
}
@media (max-width: 1280px) and (min-width: 768px) {
  .service-production .service-works__images {
    background-image: radial-gradient(70% 75% at left top, rgba(110, 183, 177, 0.5) 0%, rgba(110, 183, 177, 0.25) 60%, transparent 90%), radial-gradient(30% 50% at 40% 60%, rgba(110, 183, 177, 0.25) 0%, rgba(110, 183, 177, 0.1) 40%, rgba(110, 183, 177, 0.05) 60%, transparent 100%), radial-gradient(40% 60% at 70% 40%, rgba(6, 146, 185, 0.25) 0%, rgba(6, 146, 185, 0.1) 40%, rgba(6, 146, 185, 0.05) 60%, transparent 100%), radial-gradient(40% 80% at right bottom, rgba(6, 146, 185, 0.3) 0%, rgba(6, 146, 185, 0.2) 40%, rgba(6, 146, 185, 0.15) 60%, rgba(6, 146, 185, 0.1) 70%, transparent 100%);
  }
}
.service-production .service-task__body {
  background: radial-gradient(60% 80% at 60% 50%, rgba(110, 183, 177, 0.3) 0%, rgba(110, 183, 177, 0.05) 50%, transparent 65%), radial-gradient(40% 60% at 30% 50%, rgba(6, 146, 185, 0.2) 0%, rgba(6, 146, 185, 0.05) 50%, transparent 65%);
}
@media (max-width: 767px) {
  .service-production .service-task__body {
    background: radial-gradient(50% 70% at 60% 50%, rgba(110, 183, 177, 0.2) 0%, rgba(110, 183, 177, 0.05) 40%, transparent 60%), radial-gradient(30% 50% at 30% 50%, rgba(6, 146, 185, 0.15) 0%, rgba(6, 146, 185, 0.05) 40%, transparent 60%);
  }
}
.service-production .service-task__body h3 {
  background: linear-gradient(90deg, #fff 0%, #a2b8b6 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.service-production .service-goal-item__circle {
  box-shadow: -1px -2px 10px 0 rgba(30, 96, 101, 0.5), 3px 1px 13px 0 rgba(0, 91, 97, 0.7);
}
.service-production .service-goal-item__circle svg {
  color: #004D52;
}
.service-production .service-goal-item h4 {
  max-width: 16rem;
}

.service-helth {
  --color-accent-1: #068c0c;
  --color-accent: #16b91d;
  --color-accent-1-1: #068c0c;
}
.service-helth .service-hero__heading {
  background: linear-gradient(90deg, #5c8f5e 0%, #84c486 15.75%, #ecffed 48.67%, #84c486 87.64%, #5c8f5e 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.service-helth .service-hero-decoration__img-gradient-left {
  background: radial-gradient(50% 50% at 0% 0%, rgba(31, 170, 35, 0.3) 0%, rgba(31, 170, 35, 0.15) 30%, rgba(31, 170, 35, 0.05) 60%, transparent 100%);
}
@media (max-width: 1440px) {
  .service-helth .service-hero-decoration__img-gradient-left {
    background: radial-gradient(40% 40% at left top, rgba(31, 170, 35, 0.25) 0%, rgba(31, 170, 35, 0.15) 40%, rgba(31, 170, 35, 0.05) 60%, transparent 100%);
  }
}
@media (max-width: 767px) {
  .service-helth .service-hero-decoration__img-gradient-left {
    background: radial-gradient(20% 35% at 0% 0%, rgba(31, 170, 35, 0.2) 20%, rgba(31, 170, 35, 0.1) 40%, rgba(31, 170, 35, 0.05) 60%, transparent 100%);
  }
}
.service-helth .service-hero-decoration__img-gradient-right {
  display: none;
}
.service-helth .service-hero__img-decoration-right {
  filter: grayscale(0%);
}
@media (min-width: 1441px) {
  .service-helth .service-hero__img-decoration-right {
    width: 53rem;
    top: -30rem;
    right: -25rem;
  }
}
@media (max-width: 1440px) {
  .service-helth .service-hero__img-decoration-right {
    width: 600px;
    height: 600px;
    top: -14rem;
    right: -19rem;
  }
}
@media (max-width: 767px) {
  .service-helth .service-hero__img-decoration-right {
    width: 350px;
    height: 350px;
    top: -4rem;
    right: -16rem;
  }
}
.service-helth .service-hero__video-wrapper {
  top: 0;
}
@media (max-width: 1440px) {
  .service-helth .service-hero__video {
    width: 150vw;
  }
}
@media (max-width: 767px) {
  .service-helth .service-hero__video {
    width: 200vw;
  }
}
.service-helth .service-hero__video-gradient {
  height: 40rem;
}
@media (max-width: 1440px) {
  .service-helth .service-hero__video-gradient {
    height: 30rem;
  }
}
@media (max-width: 767px) {
  .service-helth .service-hero__video-gradient {
    height: 20rem;
  }
}
.service-helth .service-hero__video-gradient-top {
  height: 40rem;
}
@media (max-width: 1440px) {
  .service-helth .service-hero__video-gradient-top {
    height: 30rem;
  }
}
@media (max-width: 767px) {
  .service-helth .service-hero__video-gradient-top {
    height: 20rem;
  }
}
.service-helth .service-hero__body-inner {
  background-image: radial-gradient(20% 70% at right 20%, rgba(31, 170, 35, 0.25) 0%, rgba(31, 170, 35, 0) 100%), radial-gradient(25% 75% at 0% 60%, rgba(31, 170, 35, 0.25) 0%, rgba(31, 170, 35, 0) 100%);
}
@media (max-width: 767px) {
  .service-helth .service-hero__body-inner {
    background-image: radial-gradient(45% 20% at 0% 35%, rgba(31, 170, 35, 0.2) 0%, rgba(31, 170, 35, 0.15) 40%, rgba(31, 170, 35, 0.1) 60%, rgba(31, 170, 35, 0.05) 80%, transparent 100%), radial-gradient(60% 30% at right top, rgba(31, 170, 35, 0.2) 0%, rgba(31, 170, 35, 0.15) 40%, rgba(31, 170, 35, 0.1) 60%, rgba(31, 170, 35, 0.05) 70%, transparent 100%);
  }
}
.service-helth .service-form__social-link svg {
  color: var(--color-accent);
}
.service-helth .service-form .button:hover {
  background-color: var(--color-accent-1);
}
.service-helth .service-case-item__footer {
  max-width: 47.25rem;
}
.service-helth .service-works__images {
  background-image: radial-gradient(90% 55% at left top, rgb(31, 170, 35) 0%, rgba(31, 170, 35, 0.25) 60%, transparent 90%), radial-gradient(30% 20% at 50% 60%, rgba(31, 170, 35, 0.15) 0%, rgba(31, 170, 35, 0.1) 40%, rgba(31, 170, 35, 0.05) 70%, transparent 100%), radial-gradient(30% 20% at 60% 40%, rgba(6, 140, 12, 0.15) 0%, rgba(6, 140, 12, 0.1) 40%, rgba(6, 140, 12, 0.05) 70%, transparent 100%), radial-gradient(80% 50% at right bottom, rgba(6, 140, 12, 0.3) 0%, rgba(6, 140, 12, 0.75) 40%, rgba(6, 140, 12, 0.5) 60%, rgba(6, 140, 12, 0.2) 70%, transparent 100%);
}
@media (max-width: 1280px) and (min-width: 768px) {
  .service-helth .service-works__images {
    background-image: radial-gradient(70% 75% at left top, rgba(31, 170, 35, 0.5) 0%, rgba(31, 170, 35, 0.25) 60%, transparent 90%), radial-gradient(30% 50% at 40% 60%, rgba(31, 170, 35, 0.25) 0%, rgba(31, 170, 35, 0.1) 40%, rgba(31, 170, 35, 0.05) 60%, transparent 100%), radial-gradient(40% 60% at 70% 40%, rgba(6, 140, 12, 0.25) 0%, rgba(6, 140, 12, 0.1) 40%, rgba(6, 140, 12, 0.05) 60%, transparent 100%), radial-gradient(40% 80% at right bottom, rgba(6, 140, 12, 0.3) 0%, rgba(6, 140, 12, 0.2) 40%, rgba(6, 140, 12, 0.15) 60%, rgba(6, 140, 12, 0.1) 70%, transparent 100%);
  }
}
.service-helth .service-task__body {
  background: radial-gradient(60% 80% at 60% 50%, rgba(31, 170, 35, 0.3) 0%, rgba(31, 170, 35, 0.05) 50%, transparent 65%), radial-gradient(40% 60% at 30% 50%, rgba(6, 140, 12, 0.2) 0%, rgba(6, 140, 12, 0.05) 50%, transparent 65%);
}
@media (max-width: 767px) {
  .service-helth .service-task__body {
    background: radial-gradient(50% 70% at 60% 50%, rgba(31, 170, 35, 0.2) 0%, rgba(31, 170, 35, 0.05) 40%, transparent 60%), radial-gradient(30% 50% at 30% 50%, rgba(6, 140, 12, 0.15) 0%, rgba(6, 140, 12, 0.05) 40%, transparent 60%);
  }
}
.service-helth .service-task__body h3 {
  background: linear-gradient(90deg, #fff 0%, #a2b8b6 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.service-helth .service-goal-item__circle {
  box-shadow: -1px -2px 10px 0 rgba(93, 236, 99, 0.5), 3px 1px 13px 0 rgba(93, 236, 99, 0.7);
}
.service-helth .service-goal-item__circle svg {
  color: var(--color-main);
}
.service-helth .service-goal-item h4 {
  max-width: 16rem;
}

.service-saas {
  --color-accent-1: #a1cdff;
  --color-accent: #68a1ec;
  --color-accent-1-1: #235b97;
}
.service-saas .service-hero__heading {
  background: linear-gradient(90deg, #235b97 0%, #5696da 15.75%, #eaf4ff 48.67%, #5696da 87.64%, #235b97 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.service-saas .service-hero-decoration__img-gradient-left {
  background: radial-gradient(50% 50% at 0% 0%, rgba(104, 161, 236, 0.3) 0%, rgba(104, 161, 236, 0.15) 30%, rgba(104, 161, 236, 0.05) 60%, transparent 100%);
}
@media (max-width: 1440px) {
  .service-saas .service-hero-decoration__img-gradient-left {
    background: radial-gradient(40% 40% at left top, rgba(104, 161, 236, 0.25) 0%, rgba(104, 161, 236, 0.15) 40%, rgba(104, 161, 236, 0.05) 60%, transparent 100%);
  }
}
@media (max-width: 767px) {
  .service-saas .service-hero-decoration__img-gradient-left {
    background: radial-gradient(20% 35% at 0% 0%, rgba(104, 161, 236, 0.2) 20%, rgba(104, 161, 236, 0.1) 40%, rgba(104, 161, 236, 0.05) 60%, transparent 100%);
  }
}
.service-saas .service-hero-decoration__img-gradient-right {
  display: none;
}
.service-saas .service-hero__img-decoration-right {
  width: 53rem;
  top: -30rem;
  right: -25rem;
  filter: grayscale(0%);
}
.service-saas .service-hero__video-wrapper {
  transform: rotateY(180deg);
  top: 0;
  left: auto;
  right: 0;
  width: 100%;
  opacity: 0.6;
}
@media (max-width: 991px) {
  .service-saas .service-hero__video-wrapper {
    width: 120vw;
  }
}
.service-saas .service-hero__video {
  min-height: auto;
}
.service-saas .service-hero__body {
  margin-top: 15rem;
}
@media (max-width: 1440px) {
  .service-saas .service-hero__body {
    margin-top: 10.25rem;
  }
}
@media (max-width: 991px) {
  .service-saas .service-hero__body {
    margin-top: 4.125rem;
  }
}
.service-saas .service-hero__body-inner {
  background-image: radial-gradient(20% 70% at right 20%, rgba(4, 31, 48, 0.85) 0%, rgba(4, 31, 48, 0) 100%), radial-gradient(25% 75% at 0% 60%, rgba(12, 35, 62, 0.75) 0%, rgba(12, 35, 62, 0) 100%);
}
@media (max-width: 767px) {
  .service-saas .service-hero__body-inner {
    background-image: radial-gradient(45% 20% at 0% 35%, rgba(12, 35, 62, 0.5) 0%, rgba(12, 35, 62, 0.3) 40%, rgba(12, 35, 62, 0.2) 60%, rgba(12, 35, 62, 0.1) 80%, transparent 100%), radial-gradient(60% 30% at right top, rgba(4, 31, 48, 0.5) 0%, rgba(4, 31, 48, 0.3) 40%, rgba(4, 31, 48, 0.2) 60%, rgba(4, 31, 48, 0.1) 70%, transparent 100%);
  }
}
.service-saas .service-form__social-link svg {
  color: var(--color-accent);
}
.service-saas .service-hero .cost-item:first-child {
  max-width: 45.875rem;
}
.service-saas .service-form .button:hover {
  background-color: var(--color-accent-1);
}
.service-saas .service-task__body {
  background: radial-gradient(60% 80% at 60% 50%, rgba(4, 31, 48, 0.3) 0%, rgba(4, 31, 48, 0.2) 40%, transparent 65%), radial-gradient(40% 60% at 30% 50%, rgba(104, 161, 236, 0.2) 0%, rgba(104, 161, 236, 0.05) 50%, transparent 65%);
}
@media (max-width: 767px) {
  .service-saas .service-task__body {
    background: radial-gradient(50% 70% at 60% 50%, rgba(4, 31, 48, 0.25) 0%, rgba(4, 31, 48, 0.15) 40%, transparent 60%), radial-gradient(30% 50% at 30% 50%, rgba(104, 161, 236, 0.15) 0%, rgba(104, 161, 236, 0.05) 40%, transparent 60%);
  }
}
.service-saas .service-task__body h3 {
  background: linear-gradient(90deg, #fff 0%, #a2b8b6 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.service-saas .service-goal-item__circle {
  box-shadow: -1px -2px 10px 0 rgba(47, 109, 191, 0.5), 3px 1px 13px 0 rgba(68, 133, 218, 0.7);
}
.service-saas .service-goal-item__circle svg {
  color: var(--color-main);
}
.service-saas .service-goal-item h4 {
  max-width: 16rem;
}

.service-ios .section.section-service {
  padding-bottom: 6.25rem;
}
.service-ios {
  --color-accent-1: #c71542;
  --color-accent: #de3a89;
  --color-accent-1-1: #235b97;
}
.service-ios .service-hero__heading {
  background: linear-gradient(90deg, #de3a89 0%, #c71542 15.75%, #fff 48.67%, #c71542 87.64%, #de3a89 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.service-ios .service-hero-decoration__img-gradient-left {
  background: radial-gradient(50% 50% at 0% 0%, rgba(222, 58, 137, 0.3) 0%, rgba(222, 58, 137, 0.15) 30%, rgba(222, 58, 137, 0.05) 60%, transparent 100%);
}
@media (max-width: 1440px) {
  .service-ios .service-hero-decoration__img-gradient-left {
    background: radial-gradient(40% 40% at left top, rgba(222, 58, 137, 0.25) 0%, rgba(222, 58, 137, 0.15) 40%, rgba(222, 58, 137, 0.05) 60%, transparent 100%);
  }
}
@media (max-width: 767px) {
  .service-ios .service-hero-decoration__img-gradient-left {
    background: radial-gradient(20% 35% at 0% 0%, rgba(222, 58, 137, 0.2) 20%, rgba(222, 58, 137, 0.1) 40%, rgba(222, 58, 137, 0.05) 60%, transparent 100%);
  }
}
.service-ios .service-hero-decoration__img-gradient-right {
  display: none;
}
.service-ios .service-hero__img-decoration-right {
  width: 63rem;
  top: -20rem;
  right: -37rem;
  filter: grayscale(0%);
}
.service-ios .service-hero__video-wrapper {
  top: 0;
}
.service-ios .service-hero__video {
  min-height: auto;
}
@media (max-width: 767px) {
  .service-ios .service-hero__video {
    width: 250vw;
  }
}
@media (max-width: 767px) {
  .service-ios .service-hero__video-gradient {
    height: 2rem;
  }
}
@media (max-width: 767px) {
  .service-ios .service-hero__video-gradient-top {
    height: 2rem;
  }
}
.service-ios .service-hero__body-inner {
  padding-bottom: 6.25rem;
  background-image: radial-gradient(20% 70% at right 20%, rgba(199, 21, 66, 0.5) 0%, rgba(199, 21, 66, 0) 100%), radial-gradient(25% 75% at 0% 60%, rgba(222, 58, 137, 0.5) 0%, rgba(222, 58, 137, 0) 100%);
}
@media (max-width: 767px) {
  .service-ios .service-hero__body-inner {
    background-image: radial-gradient(45% 20% at 0% 35%, rgba(199, 21, 66, 0.5) 0%, rgba(199, 21, 66, 0.3) 40%, rgba(199, 21, 66, 0.2) 60%, rgba(199, 21, 66, 0.1) 80%, transparent 100%), radial-gradient(60% 30% at right top, rgba(222, 58, 137, 0.5) 0%, rgba(222, 58, 137, 0.3) 40%, rgba(222, 58, 137, 0.2) 60%, rgba(222, 58, 137, 0.1) 70%, transparent 100%);
  }
}
.service-ios .service-form {
  margin-top: 0;
}
.service-ios .service-form .button {
  background-color: var(--color-accent-1);
}
.service-ios .service-form .button:hover {
  background-color: var(--color-accent);
}
.service-ios .service-form__heading strong {
  color: var(--color-accent);
}
.service-ios .cost-item__heading strong {
  color: var(--color-accent);
}
.service-ios .service-form__social-link svg {
  color: var(--color-accent);
}
.service-ios .service-hero .cost-item:first-child {
  max-width: 45.875rem;
}
@media (max-width: 767px) {
  .service-ios .service-hero__body-inner {
    padding-bottom: 0;
  }
}
@media (max-width: 767px) {
  .service-ios .cost__body {
    margin-bottom: -2.5rem;
  }
}
@media (max-width: 767px) {
  .service-ios .service-case-item__content {
    padding-bottom: 0;
  }
}
.service-ios .service-case-item__footer {
  gap: 1.875rem;
}
@media (max-width: 767px) {
  .service-ios .service-case-item__footer {
    margin-top: 0;
  }
}
.service-ios .service-case-item__footer p {
  line-height: 120%;
}
@media (max-width: 767px) {
  .service-ios .service-case-item__footer p {
    font-size: 1rem;
  }
}
.service-ios .service-case-item__footer .button {
  background-color: #c71542;
  margin-top: 0.5rem;
}
.service-ios .service-case-item__img {
  bottom: 0;
  top: auto;
  transform: none;
  max-width: 100%;
  height: 100%;
  max-height: 90%;
  left: 0rem;
  -o-object-position: bottom;
     object-position: bottom;
  -o-object-fit: contain;
     object-fit: contain;
}
.service-ios .service-task__body {
  background: radial-gradient(60% 80% at 60% 50%, rgba(222, 58, 137, 0.15) 0%, rgba(222, 58, 137, 0.1) 40%, transparent 65%), radial-gradient(40% 60% at 30% 50%, rgba(199, 21, 66, 0.2) 0%, rgba(199, 21, 66, 0.05) 50%, transparent 65%);
}
@media (max-width: 767px) {
  .service-ios .service-task__body {
    background: radial-gradient(60% 60% at 60% 40%, rgba(222, 58, 137, 0.2) 0%, rgba(222, 58, 137, 0.1) 40%, transparent 60%), radial-gradient(30% 50% at 30% 50%, rgba(199, 21, 66, 0.15) 0%, rgba(199, 21, 66, 0.05) 40%, transparent 60%);
  }
}
.service-ios .service-task__body h3 {
  background: linear-gradient(90deg, #fff 0%, #a2b8b6 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.service-ios .service-goal-item__circle {
  box-shadow: -1px -2px 10px 0 rgba(193, 11, 57, 0.5), 3px 1px 13px 0 rgba(249, 68, 113, 0.7);
}
.service-ios .service-goal-item__circle svg {
  color: var(--color-main);
}
.service-ios .service-goal-item h4 {
  max-width: 16rem;
}

.service-ai {
  --color-accent-1: #f9c360;
  --color-accent: #dea43a;
  --color-accent-1-1: #235b97;
}
.service-ai .section.section-service {
  padding-bottom: 6.25rem;
}
.service-ai .service-hero__heading {
  background: linear-gradient(90deg, #91610d 0%, #fdba47 15.75%, #fff 48.67%, #fdba47 87.64%, #91610d 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.service-ai .service-hero-decoration__img-gradient-left {
  background: radial-gradient(50% 50% at 0% 0%, rgba(249, 195, 96, 0.125) 0%, rgba(249, 195, 96, 0.075) 30%, rgba(249, 195, 96, 0.05) 60%, transparent 100%);
}
@media (max-width: 1440px) {
  .service-ai .service-hero-decoration__img-gradient-left {
    background: radial-gradient(40% 40% at left top, rgba(249, 195, 96, 0.1) 0%, rgba(249, 195, 96, 0.15) 40%, rgba(249, 195, 96, 0.05) 60%, transparent 100%);
  }
}
@media (max-width: 767px) {
  .service-ai .service-hero-decoration__img-gradient-left {
    background: radial-gradient(20% 35% at 0% 0%, rgba(249, 195, 96, 0.2) 20%, rgba(249, 195, 96, 0.1) 40%, rgba(249, 195, 96, 0.05) 60%, transparent 100%);
  }
}
.service-ai .service-hero-decoration__img-gradient-right {
  display: none;
}
.service-ai .service-hero__img-decoration-right {
  width: 53rem;
  top: -30rem;
  right: -25rem;
  filter: grayscale(0%);
}
.service-ai .service-hero__video-wrapper {
  transform: rotateY(180deg);
  top: 0;
  left: auto;
  right: 0;
  width: 100%;
  opacity: 0.6;
}
@media (max-width: 991px) {
  .service-ai .service-hero__video-wrapper {
    width: 120vw;
  }
}
.service-ai .service-hero__video {
  min-height: auto;
}
.service-ai .service-hero__body {
  margin-top: 15rem;
}
@media (max-width: 1440px) {
  .service-ai .service-hero__body {
    margin-top: 10.25rem;
  }
}
@media (max-width: 991px) {
  .service-ai .service-hero__body {
    margin-top: 4.125rem;
  }
}
.service-ai .service-hero__body-inner {
  padding-bottom: 6.25rem;
}
@media (max-width: 767px) {
  .service-ai .service-hero__body-inner {
    padding-bottom: 0;
  }
}
.service-ai .service-hero__body-inner {
  background-image: radial-gradient(20% 70% at right 20%, rgba(249, 195, 96, 0.25) 0%, rgba(249, 195, 96, 0) 100%), radial-gradient(25% 75% at 0% 60%, rgba(222, 164, 58, 0.25) 0%, rgba(222, 164, 58, 0) 100%);
}
@media (max-width: 767px) {
  .service-ai .service-hero__body-inner {
    background-image: radial-gradient(45% 20% at 0% 35%, rgba(222, 164, 58, 0.5) 0%, rgba(222, 164, 58, 0.3) 40%, rgba(222, 164, 58, 0.2) 60%, rgba(222, 164, 58, 0.1) 80%, transparent 100%), radial-gradient(60% 30% at right top, rgba(249, 195, 96, 0.5) 0%, rgba(249, 195, 96, 0.3) 40%, rgba(249, 195, 96, 0.2) 60%, rgba(249, 195, 96, 0.1) 70%, transparent 100%);
  }
}
.service-ai .service-form__social-link svg {
  color: var(--color-accent);
}
.service-ai .service-hero .cost-item:first-child {
  max-width: 45.875rem;
}
.service-ai .service-form .button:hover {
  background-color: var(--color-accent-1);
}
.service-ai .service-form {
  margin-top: 0;
}
.service-ai .service-task__body {
  background: radial-gradient(60% 80% at 60% 50%, rgba(222, 164, 58, 0.3) 0%, rgba(222, 164, 58, 0.1) 20%, transparent 45%), radial-gradient(40% 60% at 35% 50%, rgba(249, 195, 96, 0.3) 0%, rgba(249, 195, 96, 0.1) 30%, transparent 60%);
}
@media (max-width: 767px) {
  .service-ai .service-task__body {
    background: radial-gradient(60% 50% at 60% 40%, rgba(222, 164, 58, 0.2) 0%, rgba(222, 164, 58, 0.1) 40%, transparent 60%), radial-gradient(30% 50% at 30% 40%, rgba(255, 195, 96, 0.15) 0%, rgba(249, 195, 96, 0.05) 40%, transparent 60%);
  }
}
.service-ai .service-task__body h3 {
  background: linear-gradient(90deg, #fff 0%, #a2b8b6 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.service-ai .service-goal-item__circle {
  box-shadow: -1px -2px 10px 0 rgba(193, 132, 11, 0.5), 3px 1px 13px 0 rgba(249, 213, 68, 0.7);
}
.service-ai .service-goal-item__circle svg {
  color: var(--color-main);
}
.service-ai .service-goal-item h4 {
  max-width: 16rem;
}

.service-site {
  --color-accent-1: #68a1ec;
  --color-accent: #a1cdff;
  --color-accent-1-1: #235b97;
}
.service-site .section.section-service {
  padding-top: 7.5rem;
}
.service-site .service-hero__heading {
  background: linear-gradient(90deg, #235b97 0%, #5696da 15.75%, #eaf4ff 48.67%, #5696da 87.64%, #235b97 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  max-width: 40rem;
  line-height: 120%;
}
.service-site .service-hero-decoration__img-gradient-left {
  background: radial-gradient(50% 50% at 0% 0%, rgba(104, 161, 236, 0.3) 0%, rgba(104, 161, 236, 0.15) 30%, rgba(104, 161, 236, 0.05) 60%, transparent 100%);
}
@media (max-width: 1440px) {
  .service-site .service-hero-decoration__img-gradient-left {
    background: radial-gradient(40% 40% at left top, rgba(104, 161, 236, 0.25) 0%, rgba(104, 161, 236, 0.15) 40%, rgba(104, 161, 236, 0.05) 60%, transparent 100%);
  }
}
@media (max-width: 767px) {
  .service-site .service-hero-decoration__img-gradient-left {
    background: radial-gradient(20% 35% at 0% 0%, rgba(104, 161, 236, 0.2) 20%, rgba(104, 161, 236, 0.1) 40%, rgba(104, 161, 236, 0.05) 60%, transparent 100%);
  }
}
.service-site .service-hero-decoration__img-gradient-right {
  display: none;
}
.service-site .service-hero__video-wrapper {
  transform: rotateY(180deg);
  top: 0;
  left: auto;
  right: 0;
  width: 100%;
  opacity: 0.6;
}
@media (max-width: 991px) {
  .service-site .service-hero__video-wrapper {
    width: 120vw;
  }
}
.service-site .service-hero__video {
  min-height: auto;
}
.service-site .service-hero__body {
  margin-top: 8.75rem;
}
@media (max-width: 1440px) {
  .service-site .service-hero__body {
    margin-top: 6.25rem;
  }
}
@media (max-width: 991px) {
  .service-site .service-hero__body {
    margin-top: 4.125rem;
  }
}
.service-site .service-hero__body .cost-item__heading {
  font-family: var(--second-family);
  max-width: 35rem;
  margin-top: -0.125rem;
}
.service-site .service-hero__body-inner {
  background-image: radial-gradient(20% 70% at right 20%, rgba(4, 31, 48, 0.85) 0%, rgba(4, 31, 48, 0) 100%), radial-gradient(25% 75% at 0% 60%, rgba(12, 35, 62, 0.75) 0%, rgba(12, 35, 62, 0) 100%);
}
@media (max-width: 767px) {
  .service-site .service-hero__body-inner {
    background-image: radial-gradient(45% 20% at 0% 35%, rgba(12, 35, 62, 0.5) 0%, rgba(12, 35, 62, 0.3) 40%, rgba(12, 35, 62, 0.2) 60%, rgba(12, 35, 62, 0.1) 80%, transparent 100%), radial-gradient(60% 30% at right top, rgba(4, 31, 48, 0.5) 0%, rgba(4, 31, 48, 0.3) 40%, rgba(4, 31, 48, 0.2) 60%, rgba(4, 31, 48, 0.1) 70%, transparent 100%);
  }
}
.service-site .service-form__social-link svg {
  color: var(--color-accent);
}
.service-site .service-hero .cost-item:first-child {
  max-width: 45.875rem;
}
.service-site .service-form .button {
  color: #020202;
}
.service-site .service-form .button:hover {
  background-color: var(--color-accent-1);
}
.service-site .service-task__body {
  background: radial-gradient(40% 60% at 60% 50%, rgba(161, 205, 255, 0.125) 0%, rgba(161, 205, 255, 0.075) 40%, transparent 65%), radial-gradient(40% 60% at 30% 50%, rgba(104, 161, 236, 0.2) 0%, rgba(104, 161, 236, 0.05) 50%, transparent 65%);
}
@media (max-width: 767px) {
  .service-site .service-task__body {
    background: radial-gradient(60% 50% at 60% 40%, rgba(161, 205, 255, 0.1) 0%, rgba(161, 205, 255, 0.075) 40%, transparent 60%), radial-gradient(30% 50% at 30% 40%, rgba(104, 161, 236, 0.15) 0%, rgba(104, 161, 236, 0.05) 40%, transparent 60%);
  }
}
.service-site .service-task__body h3 {
  background: linear-gradient(90deg, #fff 0%, #a2b8b6 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.service-site .service-goal-item__circle {
  box-shadow: -1px -2px 10px 0 rgba(47, 109, 191, 0.5), 3px 1px 13px 0 rgba(68, 133, 218, 0.7);
}
.service-site .service-goal-item__circle svg {
  color: var(--color-main);
}
.service-site .service-goal-item h4 {
  max-width: 16rem;
}

.breadcrumbs + .main.service-site .section.section-service {
  padding-top: 7.5rem;
  padding-bottom: 4.5rem;
}

.service-mvp .service-hero__img-decoration-right {
  right: -36rem;
  top: -30rem;
}
.service-mvp .service-hero-decoration__img-gradient-left {
  background: radial-gradient(25% 25% at 0% 0%, rgba(54, 21, 94, 0.6) 0%, rgba(54, 21, 94, 0.3) 60%, rgba(54, 21, 94, 0.2) 70%, rgba(54, 21, 94, 0.1) 80%, transparent 100%);
}
@media (max-width: 767px) {
  .service-mvp .service-hero-decoration__img-gradient-left {
    background: radial-gradient(20% 35% at 0% 0%, rgba(54, 21, 94, 0.2) 20%, rgba(54, 21, 94, 0.4) 40%, rgba(54, 21, 94, 0.2) 60%, rgba(54, 21, 94, 0.1) 80%, transparent 100%);
  }
}
.service-mvp .service-hero-decoration__img-gradient-center {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 60rem;
  pointer-events: none;
  z-index: 0;
  background: radial-gradient(30% 25% at center top, rgba(54, 21, 94, 0.5) 0%, rgba(54, 21, 94, 0.15) 50%, transparent 100%);
}
.service-mvp .service-hero-decoration__img-gradient-right {
  background: radial-gradient(65% 55% at right top, rgba(54, 21, 94, 0.85) 0%, rgba(54, 21, 94, 0.25) 50%, transparent 100%);
}
@media (max-width: 1440px) {
  .service-mvp .service-hero-decoration__img-gradient-right {
    background: radial-gradient(40% 40% at right top, rgba(54, 21, 94, 0.2) 0%, rgba(54, 21, 94, 0.4) 40%, rgba(54, 21, 94, 0.2) 60%, rgba(54, 21, 94, 0.1) 80%, transparent 100%);
  }
}
@media (max-width: 767px) {
  .service-mvp .service-hero-decoration__img-gradient-right {
    background: radial-gradient(15% 14% at right 10%, rgba(54, 21, 94, 0.2) 0%, rgba(54, 21, 94, 0.4) 40%, rgba(54, 21, 94, 0.2) 60%, rgba(54, 21, 94, 0.1) 80%, transparent 100%);
    display: none;
  }
}
.service-mvp .service-hero__body {
  margin-top: 0;
}
.service-mvp .service-hero__body-inner {
  padding: 5rem 0;
  background-image: radial-gradient(5% 75% at left top, rgba(54, 21, 94, 0.9) 0%, rgba(54, 21, 94, 0.6) 40%, rgba(54, 21, 94, 0.4) 60%, rgba(54, 21, 94, 0.2) 80%, transparent 100%), radial-gradient(15% 60% at right bottom, rgb(54, 21, 94) 0%, rgba(54, 21, 94, 0.4) 40%, rgba(54, 21, 94, 0.3) 60%, rgba(54, 21, 94, 0.2) 70%, transparent 100%);
}
@media (max-width: 991px) {
  .service-mvp .service-hero__body-inner {
    padding: 2.5rem 0;
    background-image: radial-gradient(35% 75% at left top, rgba(54, 21, 94, 0.9) 0%, rgba(54, 21, 94, 0.6) 40%, rgba(54, 21, 94, 0.4) 60%, rgba(54, 21, 94, 0.2) 80%, transparent 100%), radial-gradient(35% 60% at right bottom, rgb(54, 21, 94) 0%, rgba(54, 21, 94, 0.4) 40%, rgba(54, 21, 94, 0.3) 60%, rgba(54, 21, 94, 0.2) 70%, transparent 100%);
  }
}
@media (max-width: 767px) {
  .service-mvp .service-hero__body-inner {
    padding: 1.875rem 0.75rem;
    background-image: radial-gradient(45% 55% at left top, rgba(54, 21, 94, 0.9) 0%, rgba(54, 21, 94, 0.6) 40%, rgba(54, 21, 94, 0.4) 60%, rgba(54, 21, 94, 0.2) 80%, transparent 100%), radial-gradient(45% 50% at right bottom, rgb(54, 21, 94) 0%, rgba(54, 21, 94, 0.4) 40%, rgba(54, 21, 94, 0.3) 60%, rgba(54, 21, 94, 0.2) 70%, transparent 100%);
  }
}
.service-mvp .mvp-hero__row {
  display: flex;
  justify-content: space-between;
  gap: 2rem;
  padding-top: 2.5rem;
}
@media (max-width: 1440px) {
  .service-mvp .mvp-hero__row {
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  .service-mvp .mvp-hero__row {
    gap: 1.5rem;
    padding-top: 1.625rem;
  }
}
.service-mvp .mvp-hero__row h1, .service-mvp .mvp-hero__row h2 {
  font-family: var(--third-family);
  font-weight: 600;
  font-size: 3.125rem;
  line-height: 120%;
  text-transform: uppercase;
  background: linear-gradient(120deg, #a772f0 0%, #b1a8fc 22.42%, #d1d0ff 48.67%, #b1a8fc 84.62%, #a772f0 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  max-width: 28rem;
}
@media (max-width: 1440px) {
  .service-mvp .mvp-hero__row h1, .service-mvp .mvp-hero__row h2 {
    font-size: 2.75rem;
  }
}
@media (max-width: 767px) {
  .service-mvp .mvp-hero__row h1, .service-mvp .mvp-hero__row h2 {
    font-size: 1.5rem;
  }
}
.service-mvp .mvp-hero__row p {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 20px;
  color: var(--color-white);
  max-width: 54.5rem;
  line-height: 120%;
}
@media (max-width: 767px) {
  .service-mvp .mvp-hero__row p {
    font-size: 0.875rem;
  }
}
.service-mvp .mvp-hero__row strong {
  font-weight: 400;
  color: var(--color-accent-1);
}
.service-mvp .mvp-hero__row:first-child {
  padding-bottom: 2.5rem;
  padding-top: 0;
  border-bottom: 1px solid #303030;
}
@media (max-width: 767px) {
  .service-mvp .mvp-hero__row:first-child {
    padding-bottom: 1.625rem;
  }
}
.service-mvp .service-example {
  margin-top: 5rem;
}
.service-mvp .service-example__header {
  margin-bottom: 3.75rem;
}
@media (max-width: 767px) {
  .service-mvp .service-example__header {
    margin-bottom: 2.5rem;
  }
}
.service-mvp .service-example__list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 1.25rem;
}
@media (max-width: 767px) {
  .service-mvp .service-example__list {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
  }
}
.service-mvp .service-example-item {
  display: flex;
  background: linear-gradient(0deg, rgb(26, 26, 29) 0%, rgb(97, 97, 97) 100%);
  padding: 1px;
  border-radius: 2.5rem;
  width: 100%;
}
@media (max-width: 1440px) {
  .service-mvp .service-example-item {
    border-radius: 1.5rem;
  }
}
.service-mvp .service-example-item__inner {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
  padding: 2.5rem;
  border-radius: 2.5rem;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 1440px) {
  .service-mvp .service-example-item__inner {
    padding: 1.5rem;
    border-radius: 1.5rem;
  }
}
@media (max-width: 991px) {
  .service-mvp .service-example-item__inner {
    gap: 1.875rem;
  }
}
@media (max-width: 767px) {
  .service-mvp .service-example-item__inner {
    padding: 1.875rem 1.625rem;
  }
}
.service-mvp .service-example-item__header {
  display: flex;
  align-items: center;
  gap: 1.25rem;
}
.service-mvp .service-example-item__header margin h3 {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 1.875rem;
  color: var(--color-main);
}
.service-mvp .service-example-item__icon {
  padding: 1px;
  border-radius: 0.625rem;
  background: linear-gradient(0deg, rgba(30, 30, 33, 0.5) 0%, rgba(97, 97, 97, 0.5) 100%);
  width: 3.5rem;
  min-width: 3.5rem;
  height: 3.5rem;
  transition: 0.3s all;
}
@media (max-width: 767px) {
  .service-mvp .service-example-item__icon {
    display: flex;
    width: 2.125rem;
    min-width: 2.125rem;
    height: 2.125rem;
  }
}
.service-mvp .service-example-item__icon-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
  background-color: var(--color-bg);
  border-radius: 0.625rem;
}
.service-mvp .service-example-item__icon-inner img {
  width: 2rem;
  height: 2rem;
}
@media (max-width: 767px) {
  .service-mvp .service-example-item__icon-inner img {
    width: 1.25rem;
    height: 1.25rem;
  }
}
.service-mvp .service-example-item__paragraph {
  max-width: 22rem;
  line-height: 120%;
}
.service-mvp .service-example-item__paragraph p {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.service-mvp .service-example-item__img {
  width: 100%;
  max-height: 22.5rem;
  border-radius: 1.25rem;
}
.service-mvp .section-mvp .section__header {
  padding: 3.75rem 0;
  border-top: 1px solid #1c1c1c;
  border-bottom: 1px solid #1c1c1c;
}
@media (max-width: 991px) {
  .service-mvp .section-mvp .section__header {
    padding: 2.5rem 0;
  }
}
@media (max-width: 767px) {
  .service-mvp .section-mvp .section__header {
    padding: 1.875rem 0;
  }
}
.service-mvp .section-mvp .section__header h2 {
  font-size: 3.125rem;
}
.service-mvp .section-mvp .section__header h2 strong {
  display: inline;
}
@media (max-width: 1440px) {
  .service-mvp .section-mvp .section__header h2 {
    font-size: 2.5rem;
  }
}
@media (max-width: 991px) {
  .service-mvp .section-mvp .section__header h2 {
    font-size: 1.75rem;
  }
}
.service-mvp .service-case__img {
  top: 60%;
  left: -40rem;
}
.service-mvp .mlp {
  margin-top: 7.5rem;
}
@media (max-width: 991px) {
  .service-mvp .mlp {
    margin: 6.25rem auto 0;
    max-width: 35rem;
  }
}
@media (max-width: 767px) {
  .service-mvp .mlp {
    margin: 2.5rem auto 0;
  }
}
.service-mvp .mlp__body {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.25rem;
  position: relative;
}
@media (max-width: 991px) {
  .service-mvp .mlp__body {
    display: flex;
    flex-direction: column;
    gap: 3.5rem;
  }
}
.service-mvp .mlp-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4rem;
}
@media (max-width: 991px) {
  .service-mvp .mlp-item {
    gap: 2rem;
  }
}
.service-mvp .mlp-item__header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2.5rem;
}
@media (max-width: 767px) {
  .service-mvp .mlp-item__header {
    gap: 1.5rem;
    max-width: 19rem;
  }
}
.service-mvp .mlp-item__header h3 {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 1.875rem;
  line-height: 120%;
  text-transform: uppercase;
  text-align: center;
  color: #fbd;
  max-width: 24.375rem;
}
@media (max-width: 767px) {
  .service-mvp .mlp-item__header h3 {
    font-size: 1.125rem;
  }
}
.service-mvp .mlp-item__header p {
  line-height: 120%;
  text-align: center;
  max-width: 33rem;
  min-height: 4.5rem;
}
@media (max-width: 767px) {
  .service-mvp .mlp-item__header p {
    font-size: 0.875rem;
    min-height: auto;
  }
}
.service-mvp .mlp-item__box-conture {
  display: flex;
  background: linear-gradient(0deg, rgb(26, 26, 29) 0%, rgb(97, 97, 97) 100%);
  padding: 1px;
  border-radius: 2.5rem;
  width: 100%;
}
.service-mvp .mlp-item__box {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
  width: 100%;
  padding: 2.5rem;
  border-radius: 2.5rem;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.3) 0%, rgba(40, 0, 1, 0.3) 100%);
}
@media (max-width: 767px) {
  .service-mvp .mlp-item__box {
    padding: 1.875rem 1.625rem;
  }
}
.service-mvp .mlp-item__box__header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
}
@media (max-width: 767px) {
  .service-mvp .mlp-item__box__header {
    gap: 1.25rem;
  }
}
.service-mvp .mlp-item__box__header h4 {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 1.875rem;
  text-align: center;
  color: #fbd;
  max-width: 30rem;
}
@media (max-width: 1440px) {
  .service-mvp .mlp-item__box__header h4 {
    font-size: 1.5rem;
  }
}
@media (max-width: 767px) {
  .service-mvp .mlp-item__box__header h4 {
    font-size: 1.125rem;
  }
}
.service-mvp .mlp-item__icons {
  display: flex;
  align-items: center;
  min-height: 5.5rem;
}
.service-mvp .mlp-item__icons img {
  max-height: 100%;
  border-radius: 1.25rem;
}
@media (max-width: 767px) {
  .service-mvp .mlp-item__icons img {
    border-radius: 0.75rem;
  }
}
@media (max-width: 767px) {
  .service-mvp .mlp-item__icons {
    height: 3.625rem;
    min-height: auto;
  }
}
.service-mvp .mlp-item__img {
  max-width: 100%;
}
.service-mvp .mlp__body-arrow {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 1.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .service-mvp .mlp__body-arrow {
    position: static;
    transform: rotateZ(90deg);
  }
}
.service-mvp .mlp-item.mlp-item--color .mlp-item__header h3 {
  color: #d8bbff;
}
.service-mvp .mlp-item.mlp-item--color .mlp-item__box__header h4 {
  color: #d8bbff;
}
.service-mvp .mlp__footer-conture {
  display: flex;
  background: linear-gradient(0deg, rgb(26, 26, 29) 0%, rgb(97, 97, 97) 100%);
  padding: 1px;
  border-radius: 2.5rem;
  width: 100%;
  margin-top: 1.25rem;
}
@media (max-width: 767px) {
  .service-mvp .mlp__footer-conture {
    margin-top: 2.5rem;
  }
}
.service-mvp .mlp__footer-wrapper {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: var(--color-bg);
  border-radius: 2.5rem;
  width: 100%;
}
.service-mvp .mlp__footer {
  background-size: 75% 100%;
  background-position: right;
  background-repeat: no-repeat;
  position: relative;
  width: 100%;
  padding: 5.625rem 3.125rem;
  max-width: 100%;
  border-radius: 2.5rem;
  overflow: hidden;
}
@media (max-width: 991px) {
  .service-mvp .mlp__footer {
    padding: 2.5rem;
  }
}
@media (max-width: 991px) {
  .service-mvp .mlp__footer {
    padding: 2.5rem 1.625rem;
  }
}
.service-mvp .mlp__footer-img-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  max-width: 28rem;
  z-index: 2;
}
@media (max-width: 991px) {
  .service-mvp .mlp__footer-img-wrapper {
    position: static;
    max-width: 15rem;
    margin-left: auto;
  }
}
@media (max-width: 767px) {
  .service-mvp .mlp__footer-img-wrapper {
    position: static;
    max-width: 15rem;
    margin-left: auto;
  }
}
.service-mvp .mlp__footer-bg-wrapper {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 27%;
  width: 110%;
  z-index: 1;
  opacity: 0.2;
}
@media (max-width: 767px) {
  .service-mvp .mlp__footer-bg-wrapper {
    left: 0;
    width: 220%;
  }
}
.service-mvp .mlp__footer-bg {
  max-width: 100%;
  height: 100%;
}
.service-mvp .mlp__footer-img {
  max-width: 100%;
}
.service-mvp .mlp__footer-info {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  max-width: 32.875rem;
  position: relative;
  z-index: 3;
}
@media (max-width: 1440px) {
  .service-mvp .mlp__footer-info {
    max-width: 29.875rem;
  }
}
.service-mvp .mlp__footer-info p {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 120%;
  color: #fff;
}
@media (max-width: 1440px) {
  .service-mvp .mlp__footer-info p {
    font-size: 1.125rem;
  }
}
@media (max-width: 767px) {
  .service-mvp .mlp__footer-info p {
    font-size: 0.875rem;
  }
}
.service-mvp .mlp__footer-info strong {
  font-weight: 400;
  color: var(--color-accent-1);
}
.service-mvp .service-advantages {
  position: relative;
  padding: 8.625rem 0 6.25rem;
}
@media (max-width: 1440px) {
  .service-mvp .service-advantages {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2rem;
    padding-top: 3.75rem;
    padding-bottom: 0;
  }
}
@media (max-width: 767px) {
  .service-mvp .service-advantages {
    padding-top: 2.5rem;
  }
}
.service-mvp .service-advantages__list {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  max-width: 37.5rem;
}
.service-mvp .service-advantages-item {
  display: flex;
  gap: 1.25rem;
  padding: 2.5rem 1.875rem;
  width: 100%;
  background: linear-gradient(180deg, rgba(132, 132, 132, 0.2) 0%, rgba(0, 0, 0, 0.2) 45.14%, rgba(0, 0, 0, 0.2) 94.57%);
  border: 1px solid #131313;
  border-radius: 1.875rem;
}
@media (max-width: 991px) {
  .service-mvp .service-advantages-item {
    padding: 1.5rem 1.25rem;
  }
}
@media (max-width: 767px) {
  .service-mvp .service-advantages-item {
    padding: 1.25rem 1rem;
    gap: 0.75rem;
  }
}
.service-mvp .service-advantages-item__circle {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4.5rem;
  min-width: 4.5rem;
  padding: 0.75rem;
  height: 4.5rem;
  border-radius: 50%;
  background: linear-gradient(180deg, #202020 0%, #000101 100%);
}
@media (max-width: 991px) {
  .service-mvp .service-advantages-item__circle {
    width: 3rem;
    min-width: 3rem;
    height: 3rem;
  }
}
@media (max-width: 767px) {
  .service-mvp .service-advantages-item__circle {
    width: 1.875rem;
    min-width: 1.875rem;
    height: 1.875rem;
    padding: 0.25rem;
  }
}
.service-mvp .service-advantages-item__icon {
  max-width: 100%;
}
.service-mvp .service-advantages-item__col {
  display: flex;
  flex-direction: column;
  gap: 1.875rem;
}
@media (max-width: 991px) {
  .service-mvp .service-advantages-item__col {
    gap: 1.125rem;
  }
}
@media (max-width: 767px) {
  .service-mvp .service-advantages-item__col {
    margin-top: 0.5rem;
    gap: 1rem;
  }
}
.service-mvp .service-advantages-item__col h3 {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 1.25rem;
  color: var(--color-accent-1);
}
@media (max-width: 767px) {
  .service-mvp .service-advantages-item__col h3 {
    font-size: 0.875rem;
  }
}
.service-mvp .service-advantages-item__col p {
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 120%;
  color: var(--color-main);
  max-width: 25rem;
}
@media (max-width: 767px) {
  .service-mvp .service-advantages-item__col p {
    font-size: 0.875rem;
  }
}
.service-mvp .service-advantages__img {
  position: absolute;
  right: -17rem;
  top: 1.5rem;
  bottom: 0;
  max-height: 52rem;
}
@media (max-width: 1440px) {
  .service-mvp .service-advantages__img {
    position: static;
  }
}
@media (max-width: 991px) {
  .service-mvp .service-advantages__img {
    max-height: 33rem;
  }
}
@media (max-width: 767px) {
  .service-mvp .service-advantages__img {
    max-height: 20rem;
  }
}
.service-mvp .service-table-wrapper {
  width: 100%;
}
@media (max-width: 767px) {
  .service-mvp .service-table-wrapper {
    overflow: auto;
    margin-left: -0.75rem;
    padding-left: 0.75rem;
    width: 100vw;
  }
}
@media (max-width: 767px) {
  .service-mvp .service-table {
    min-width: 39.375rem;
    padding-right: 0.75rem;
  }
}
.service-mvp .service-table__header {
  border-radius: 1.625rem;
  padding: 2.5rem 0;
  background: #000;
  border: 1px solid #2d2d2d;
}
@media (max-width: 991px) {
  .service-mvp .service-table__header {
    padding: 1.5rem 0;
  }
}
.service-mvp .service-table__header .service-table__row {
  display: grid;
  grid-template-columns: 12.875rem 1fr 1fr;
}
@media (max-width: 767px) {
  .service-mvp .service-table__header .service-table__row {
    grid-template-columns: 8rem 1fr 1fr;
  }
}
.service-mvp .service-table__header .service-table__col:first-child {
  padding: 0 1rem 0 2.5rem;
}
@media (max-width: 991px) {
  .service-mvp .service-table__header .service-table__col:first-child {
    padding: 0 1rem 0 1.75rem;
  }
}
.service-mvp .service-table__header .service-table__col:nth-child(2) {
  padding: 0 1rem 0 3rem;
}
@media (max-width: 991px) {
  .service-mvp .service-table__header .service-table__col:nth-child(2) {
    padding: 0 1rem 0 1.25rem;
  }
}
.service-mvp .service-table__header .service-table__col:nth-child(3) {
  padding: 0 1rem 0 4rem;
}
@media (max-width: 991px) {
  .service-mvp .service-table__header .service-table__col:nth-child(3) {
    padding: 0 1rem 0 2rem;
  }
}
.service-mvp .service-table__header .service-table__text {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 1.625rem;
  color: #e3cfff;
}
@media (max-width: 991px) {
  .service-mvp .service-table__header .service-table__text {
    font-size: 1.125rem;
  }
}
@media (max-width: 767px) {
  .service-mvp .service-table__header .service-table__text {
    font-size: 0.875rem;
  }
}
.service-mvp .service-table__body {
  display: grid;
  grid-template-columns: 12.875rem 1fr;
}
@media (max-width: 767px) {
  .service-mvp .service-table__body {
    grid-template-columns: 8rem 1fr;
  }
}
.service-mvp .service-table__box {
  display: grid;
  grid-template-rows: 1fr 1fr;
  gap: 5rem;
  border-radius: 1.625rem;
  padding: 3rem 4rem;
  background: var(--color-dark);
  border: 1px solid #2d2d2d;
  position: relative;
}
@media (max-width: 991px) {
  .service-mvp .service-table__box {
    padding: 1.75rem 1.5rem;
    gap: 4rem;
  }
}
@media (max-width: 767px) {
  .service-mvp .service-table__box {
    padding: 1.25rem;
    gap: 2.5rem;
  }
}
.service-mvp .service-table__box:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  height: 1px;
  background: linear-gradient(to right, transparent 0%, #626262 40%, #626262 60%, transparent 100%);
}
.service-mvp .service-table__block {
  display: grid;
  grid-template-rows: 1fr 1fr;
  gap: 5rem;
  width: 100%;
  padding: 2.5rem 3rem;
  border-radius: 1.625rem;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.3) 0%, rgba(4, 32, 65, 0.3) 100%);
  border: 1px solid #2d2d2d;
  position: relative;
}
@media (max-width: 991px) {
  .service-mvp .service-table__block {
    padding: 1.75rem 1.5rem;
    gap: 4rem;
  }
}
@media (max-width: 767px) {
  .service-mvp .service-table__block {
    padding: 1.25rem;
    gap: 2.5rem;
  }
}
.service-mvp .service-table__block:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  height: 1px;
  background: linear-gradient(to right, transparent 0%, #626262 40%, #626262 60%, transparent 100%);
}
.service-mvp .service-table__block:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 1px;
  height: 100%;
  background: linear-gradient(to bottom, transparent 0%, #626262 40%, #626262 60%, transparent 100%);
}
.service-mvp .service-table__block .service-table__col {
  padding-right: 2rem;
}
@media (max-width: 767px) {
  .service-mvp .service-table__block .service-table__col {
    padding-right: 1rem;
  }
}
.service-mvp .service-table__block .service-table__row {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.service-mvp .service-table__block .service-table__row .service-table__col:nth-child(2) {
  padding-left: 4rem;
}
@media (max-width: 991px) {
  .service-mvp .service-table__block .service-table__row .service-table__col:nth-child(2) {
    padding-left: 2rem;
  }
}
.service-mvp .service-table__block .service-table__text {
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 120%;
  color: var(--color-white);
}
@media (max-width: 991px) {
  .service-mvp .service-table__block .service-table__text {
    font-size: 1rem;
  }
}
@media (max-width: 767px) {
  .service-mvp .service-table__block .service-table__text {
    font-size: 0.875rem;
  }
}
.service-mvp .service-table__heading {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 1.625rem;
  color: #c092ff;
}
@media (max-width: 767px) {
  .service-mvp .service-table__heading {
    text-align: center;
    font-size: 0.875rem;
  }
}
.service-mvp .service-table__footer {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding-left: 2rem;
}
@media (max-width: 767px) {
  .service-mvp .service-table__footer {
    gap: 0;
    padding-top: 1rem;
  }
}
.service-mvp .service-table__footer p {
  line-height: 120%;
  padding-top: 0.75rem;
  max-width: 53.5rem;
}
@media (max-width: 991px) {
  .service-mvp .service-table__footer p {
    font-size: 1rem;
  }
}
@media (max-width: 767px) {
  .service-mvp .service-table__footer p {
    font-size: 0.875rem;
  }
}
.service-mvp .service-table__footer strong {
  font-weight: 500;
  color: #c092ff;
}
.service-mvp .service-table__icon {
  margin-top: -1.5rem;
  max-width: 10rem;
}
@media (max-width: 767px) {
  .service-mvp .service-table__icon {
    margin-top: -0.5rem;
    max-width: 7rem;
    margin-left: -3rem;
  }
}

.breadcrumbs + .main.service-mvp .section.section-service {
  padding-top: 5rem;
  padding-bottom: 1.875rem;
}
@media (max-width: 767px) {
  .breadcrumbs + .main.service-mvp .section.section-service {
    padding-top: 3.125rem;
  }
}/*# sourceMappingURL=service.css.map */