.case {
  --color-accent-1: #f9ff99;
  --color-accent: #effe05;
  --color-accent-gradient: 108, 114, 2;
  --color-accent-gradient-mob: 99, 75, 18;
  --color-heading-1: #cdda00;
  --color-heading-2: #effe05;
  --color-heading-3: #f9ff99;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
@media (max-width: 767px) {
  .case {
    padding-top: 2.5rem;
    padding-bottom: 3.75rem;
  }
}
.case-decoration {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 130vh;
  z-index: -1;
  pointer-events: none;
  overflow: hidden;
}
.case-decoration__inner {
  position: relative;
  width: 100%;
  height: 100%;
}
.case-decoration__bg-right {
  width: 1000px;
  height: 1000px;
  background-position: bottom left;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: -17rem;
  right: -35rem;
  z-index: 2;
  mix-blend-mode: luminosity;
  filter: grayscale(100%);
  pointer-events: none;
}
@media (max-width: 1440px) {
  .case-decoration__bg-right {
    width: 600px;
    height: 600px;
    top: -1rem;
    right: -20rem;
  }
}
@media (max-width: 767px) {
  .case-decoration__bg-right {
    width: 350px;
    height: 350px;
    top: -7rem;
    right: -13rem;
  }
}
.case-decoration__img-gradient-right {
  position: absolute;
  top: 0;
  right: 0;
  width: 50rem;
  height: 70rem;
  background: radial-gradient(60% 65% at right top, rgba(var(--color-accent-gradient), 1) 0%, rgba(var(--color-accent-gradient), 0.6) 40%, rgba(var(--color-accent-gradient), 0.4) 60%, rgba(var(--color-accent-gradient), 0.2) 80%, transparent 100%);
  pointer-events: none;
  z-index: 0;
}
@media (max-width: 1440px) {
  .case-decoration__img-gradient-right {
    background: radial-gradient(40% 60% at right top, rgba(108, 114, 2, 0.3) 0%, rgba(108, 114, 2, 0.25) 40%, rgba(108, 114, 2, 0.2) 60%, rgba(108, 114, 2, 0.1) 80%, transparent 100%);
  }
}
@media (max-width: 767px) {
  .case-decoration__img-gradient-right {
    background: radial-gradient(20% 40% at right top, rgba(108, 114, 2, 0.3) 0%, rgba(108, 114, 2, 0.25) 40%, rgba(108, 114, 2, 0.2) 60%, rgba(108, 114, 2, 0.1) 80%, transparent 100%);
  }
}
.case__body {
  position: relative;
  width: 100%;
  z-index: 2;
  padding: 0 2.5rem;
}
@media (max-width: 991px) {
  .case__body {
    padding: 0 0.75rem;
  }
}
@media (max-width: 767px) {
  .case__body {
    padding: 0;
  }
}
.case__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) {
  .case__body-conture {
    border-radius: 1.875rem;
    margin: 0 0.75rem;
  }
}
.case__body-inner {
  width: 100%;
  padding: 5rem 0;
  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% 55% at top left, rgba(var(--color-accent-gradient), 0.5) 0%, rgba(var(--color-accent-gradient), 0.3) 40%, rgba(var(--color-accent-gradient), 0.2) 60%, rgba(var(--color-accent-gradient), 0.05) 80%, transparent 100%), radial-gradient(15% 55% at right bottom, rgba(var(--color-accent-gradient), 0.4) 0%, rgba(var(--color-accent-gradient), 0.2) 40%, rgba(var(--color-accent-gradient), 0.125) 60%, rgba(var(--color-accent-gradient), 0.1) 70%, transparent 100%);
}
@media (max-width: 767px) {
  .case__body-inner {
    padding: 2.5rem 0;
    border-radius: 1.875rem;
    background-image: radial-gradient(45% 20% at 0% 35%, rgba(var(--color-accent-gradient-mob), 0.3) 0%, rgba(var(--color-accent-gradient-mob), 0.2) 40%, rgba(var(--color-accent-gradient-mob), 0.1) 60%, rgba(var(--color-accent-gradient-mob), 0.05) 80%, transparent 100%), radial-gradient(60% 30% at right top, rgba(var(--color-accent-gradient-mob), 0.3) 0%, rgba(var(--color-accent-gradient-mob), 0.2) 40%, rgba(var(--color-accent-gradient-mob), 0.15) 60%, rgba(var(--color-accent-gradient-mob), 0.1) 70%, transparent 100%);
  }
}
.case__body-inner .button {
  background-color: #d4d0c8;
  color: var(--color-bg);
}
.case__body-inner .button:hover {
  background-color: var(--color-accent);
}
.case__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.875rem;
}
@media (max-width: 767px) {
  .case__content {
    gap: 1.625rem;
  }
}
.case__content h1 {
  font-family: var(--third-family);
  font-weight: 600;
  font-size: 3.75rem;
  text-transform: uppercase;
  text-align: center;
  background: linear-gradient(90deg, var(--color-heading-1) 0%, var(--color-heading-2) 23.48%, var(--color-heading-3) 39.4%, var(--color-heading-3) 59.27%, var(--color-heading-2) 79.32%, var(--color-heading-1) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  max-width: 83.75rem;
}
@media (max-width: 1440px) {
  .case__content h1 {
    font-size: 3.125rem;
  }
}
@media (max-width: 767px) {
  .case__content h1 {
    font-size: 1.5rem;
  }
}
.case__content p {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 120%;
  text-align: center;
  color: #fff;
  max-width: 51rem;
}
@media (max-width: 767px) {
  .case__content p {
    font-size: 0.875rem;
  }
}
.case__video {
  width: 100%;
  aspect-ratio: 16/9;
  max-height: 40.625rem;
  border-radius: 2.5rem;
  margin: 6.25rem 0;
  overflow: hidden;
}
@media (max-width: 767px) {
  .case__video {
    margin: 2.5rem 0;
  }
}
.case-info {
  display: flex;
  justify-content: space-between;
  gap: 2rem;
}
@media (max-width: 1280px) {
  .case-info {
    flex-direction: column;
  }
}
.case-info__list {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  max-width: 56.875rem;
  list-style: disc;
  color: var(--color-accent);
}
@media (max-width: 1280px) {
  .case-info__list {
    gap: 1rem;
    padding-left: 1.25rem;
  }
}
.case-info__list p {
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 120%;
  color: var(--color-white);
}
@media (max-width: 767px) {
  .case-info__list p {
    font-size: 0.875rem;
  }
}
.case-info__list strong {
  font-weight: 500;
  color: var(--color-accent);
}
.case-gallery {
  display: flex;
  flex-direction: column;
  gap: 3.75rem;
  margin-top: 6.25rem;
}
@media (max-width: 767px) {
  .case-gallery {
    gap: 2.5rem;
    overflow: hidden;
    margin-left: -0.75rem;
    width: 100vw;
    padding-top: 0.5rem;
  }
}
@media (max-width: 767px) {
  .case-gallery__header {
    padding-left: 0.75rem;
    position: relative;
  }
}
.case-gallery__icon {
  position: absolute;
  right: 0.75rem;
  bottom: 0;
  display: none;
}
@media (max-width: 767px) {
  .case-gallery__icon {
    display: flex;
  }
}
@media (max-width: 767px) {
  .case-gallery__body {
    display: flex;
    justify-content: flex-start;
    padding-right: 1.75rem;
    overflow: auto;
  }
}
.case-gallery__grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-auto-rows: 26.5rem;
  gap: 2.25rem;
  max-width: 100%;
}
@media (max-width: 1440px) {
  .case-gallery__grid {
    grid-auto-rows: 15.5rem;
    gap: 1.25rem;
  }
}
@media (max-width: 991px) {
  .case-gallery__grid {
    grid-auto-rows: 12.5rem;
    gap: 1rem;
  }
}
@media (max-width: 767px) {
  .case-gallery__grid {
    grid-auto-rows: 11.5rem;
    width: 100%;
    padding: 0 0.75rem;
    min-width: 34.25rem;
  }
}
.case-gallery__picture {
  display: flex;
  width: 100%;
  height: 100%;
}
.case-gallery__img {
  opacity: 0;
  transition: all 1.5s;
}
.case-gallery__picture:nth-child(1) {
  grid-column: span 3;
}
.case-gallery__picture:nth-child(1) .case-gallery__img {
  width: 100%;
}
@media (max-width: 767px) {
  .case-gallery__picture:nth-child(1) .case-gallery__img {
    min-width: 18.75rem;
  }
}
.case-gallery__picture:nth-child(2) {
  grid-column: span 3;
}
@media (max-width: 767px) {
  .case-gallery__picture:nth-child(2) {
    grid-column: span 3;
  }
}
.case-gallery__picture:nth-child(3) {
  justify-content: flex-end;
  grid-column: span 2;
}
@media (max-width: 767px) {
  .case-gallery__picture:nth-child(3) {
    grid-column: span 1;
  }
}
.case-gallery__picture:nth-child(5) {
  grid-column: span 3;
}
.case-gallery__picture:nth-child(5) .case-gallery__img {
  width: 100%;
}
@media (max-width: 767px) {
  .case-gallery__picture:nth-child(5) .case-gallery__img {
    min-width: 18.75rem;
  }
}
.case-gallery__picture:nth-child(6) {
  grid-column: span 3;
}
.case-gallery__picture:nth-child(6) .case-gallery__img {
  width: 100%;
}
@media (max-width: 767px) {
  .case-gallery__picture:nth-child(6) .case-gallery__img {
    min-width: 18.75rem;
  }
}
@media (max-width: 767px) {
  .case-gallery__picture:nth-child(7) {
    grid-column: span 3;
  }
}
.case-gallery__picture:nth-child(8) {
  grid-column: span 2;
}
@media (max-width: 767px) {
  .case-gallery__picture:nth-child(8) {
    grid-column: span 1;
  }
}
.case-gallery__picture:nth-child(9) {
  justify-content: flex-end;
  grid-column: span 3;
}
@media (max-width: 767px) {
  .case-gallery__picture:nth-child(9) {
    grid-column: span 1;
  }
}
.case-gallery__picture:nth-child(10) {
  grid-column: span 3;
}
.case-gallery__picture:nth-child(10) .case-gallery__img {
  width: 100%;
}
@media (max-width: 767px) {
  .case-gallery__picture:nth-child(10) .case-gallery__img {
    min-width: 18.75rem;
  }
}
.case-gallery__grid.case-gallery__grid--v2 .case-gallery__picture:nth-child(7) {
  grid-column: span 3;
}
.case-gallery__grid.case-gallery__grid--v2 .case-gallery__picture:nth-child(8) {
  grid-column: span 2;
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .case-gallery__grid.case-gallery__grid--v2 .case-gallery__picture:nth-child(8) {
    grid-column: span 1;
  }
}
.case-gallery__grid.case-gallery__grid--v2 .case-gallery__picture:nth-child(9) {
  grid-column: span 1;
}
.case-gallery__grid.case-gallery__grid--v3 .case-gallery__picture:nth-child(3) {
  grid-column: span 3;
  justify-content: flex-end;
}
.case-gallery__grid.case-gallery__grid--v3 .case-gallery__picture:nth-child(4) {
  grid-column: span 3;
}
.case-gallery__grid.case-gallery__grid--v3 .case-gallery__picture:nth-child(5) {
  grid-column: span 3;
}
.case-gallery__grid.case-gallery__grid--v3 .case-gallery__picture:nth-child(6) {
  grid-column: span 1;
}
.case-gallery__grid.case-gallery__grid--v3 .case-gallery__picture:nth-child(7) {
  grid-column: span 2;
  justify-content: flex-start;
}
.case-gallery__grid.case-gallery__grid--v3 .case-gallery__picture:nth-child(8) {
  grid-column: span 2;
  justify-content: flex-end;
}
.case-gallery__grid.case-gallery__grid--v3 .case-gallery__picture:nth-child(9) {
  grid-column: span 1;
}
.case-gallery__grid.case-gallery__grid--v3 .case-gallery__picture:nth-child(10) {
  grid-column: span 3;
}
.case-gallery__grid.case-gallery__grid--v3 .case-gallery__picture:nth-child(11) {
  grid-column: span 3;
}
.case-gallery__grid.case-gallery__grid--v4 .case-gallery__picture:nth-child(3) {
  grid-column: span 3;
  justify-content: flex-end;
}
.case-gallery__grid.case-gallery__grid--v4 .case-gallery__picture:nth-child(4) {
  grid-column: span 3;
}
.case-gallery__grid.case-gallery__grid--v4 .case-gallery__picture:nth-child(5) {
  grid-column: span 3;
  justify-content: flex-end;
}
.case-gallery__grid.case-gallery__grid--v4 .case-gallery__picture:nth-child(6) {
  grid-column: span 3;
  justify-content: flex-start;
}
.case-gallery__grid.case-gallery__grid--v4 .case-gallery__picture:nth-child(6) .case-gallery__img {
  width: auto;
}
.case-gallery__grid.case-gallery__grid--v4 .case-gallery__picture:nth-child(7) {
  grid-column: span 3;
  justify-content: flex-end;
}
.case-gallery__grid.case-gallery__grid--v5 .case-gallery__picture:nth-child(3) {
  grid-column: span 3;
  justify-content: flex-end;
}
.case-gallery__grid.case-gallery__grid--v5 .case-gallery__picture:nth-child(4) {
  grid-column: span 3;
}
.case-gallery__grid.case-gallery__grid--v5 .case-gallery__picture:nth-child(5) {
  grid-column: span 3;
}
.case-gallery__grid.case-gallery__grid--v5 .case-gallery__picture:nth-child(6) {
  grid-column: span 1;
}
.case-gallery__grid.case-gallery__grid--v5 .case-gallery__picture:nth-child(7) {
  grid-column: span 2;
  justify-content: flex-start;
}
.case-gallery__grid.case-gallery__grid--v5 .case-gallery__picture:nth-child(8) {
  grid-column: span 2;
  justify-content: flex-end;
}
.case-gallery__grid.case-gallery__grid--v5 .case-gallery__picture:nth-child(9) {
  grid-column: span 1;
}
.case-gallery__grid.case-gallery__grid--v5 .case-gallery__picture:nth-child(10) {
  grid-column: span 3;
}
.case-gallery__grid.case-gallery__grid--v5 .case-gallery__picture:nth-child(11) {
  grid-column: span 3;
}
.case-gallery__grid.case-gallery__grid--v6 .case-gallery__picture:nth-child(3) {
  grid-column: span 3;
  justify-content: flex-end;
}
.case-gallery__grid.case-gallery__grid--v6 .case-gallery__picture:nth-child(4) .case-gallery__img {
  width: 100%;
}
.case-gallery__grid.case-gallery__grid--v6 .case-gallery__picture:nth-child(4) {
  grid-column: span 3;
}
.case-gallery__grid.case-gallery__grid--v6 .case-gallery__picture:nth-child(5) {
  grid-column: span 3;
}
.case-gallery__grid.case-gallery__grid--v6 .case-gallery__picture:nth-child(6) {
  grid-column: span 3;
}
.case-gallery__grid.case-gallery__grid--v6 .case-gallery__picture:nth-child(7) {
  grid-column: span 2;
  justify-content: flex-end;
}
.case-gallery__grid.case-gallery__grid--v6 .case-gallery__picture:nth-child(8) {
  grid-column: span 1;
}
.case-gallery__grid.case-gallery__grid--v6 .case-gallery__picture:nth-child(9) .case-gallery__img {
  width: 100%;
}
.case-gallery__grid.case-gallery__grid--v6 .case-gallery__picture:nth-child(9) {
  grid-column: span 3;
}
.case-gallery__grid.case-gallery__grid--v7 .case-gallery__picture:nth-child(1) .case-gallery__img {
  width: 100%;
}
.case-gallery__grid.case-gallery__grid--v7 .case-gallery__picture:nth-child(1) {
  grid-column: span 3;
}
.case-gallery__grid.case-gallery__grid--v7 .case-gallery__picture:nth-child(2) .case-gallery__img {
  width: 100%;
}
.case-gallery__grid.case-gallery__grid--v7 .case-gallery__picture:nth-child(2) {
  grid-column: span 3;
}
.case-gallery__grid.case-gallery__grid--v8 .case-gallery__picture:nth-child(1) .case-gallery__img {
  width: 100%;
}
.case-gallery__grid.case-gallery__grid--v8 .case-gallery__picture:nth-child(1) {
  grid-column: span 3;
}
.case-gallery__grid.case-gallery__grid--v8 .case-gallery__picture:nth-child(2) .case-gallery__img {
  width: 100%;
}
.case-gallery__grid.case-gallery__grid--v8 .case-gallery__picture:nth-child(2) {
  grid-column: span 3;
}
.case-gallery__grid.case-gallery__grid--v8 .case-gallery__picture:nth-child(3) .case-gallery__img {
  width: 100%;
}
.case-gallery__grid.case-gallery__grid--v8 .case-gallery__picture:nth-child(3) {
  grid-column: span 3;
}
.case-gallery__grid.case-gallery__grid--v8 .case-gallery__picture:nth-child(4) .case-gallery__img {
  width: 100%;
}
.case-gallery__grid.case-gallery__grid--v8 .case-gallery__picture:nth-child(4) {
  grid-column: span 3;
}
.case-result {
  margin-top: 6.25rem;
  background: linear-gradient(0deg, rgb(26, 26, 29) 0%, rgb(97, 97, 97) 100%);
  padding: 1px;
  border-radius: 2.5rem;
}
@media (max-width: 767px) {
  .case-result {
    border-radius: 1.875rem;
    margin-top: 2.5rem;
  }
}
.case-result__inner {
  display: flex;
  justify-content: space-between;
  gap: 2rem;
  width: 100%;
  padding: 3.75rem;
  background-color: var(--color-dark);
  border-radius: 2.5rem;
}
@media (max-width: 1280px) {
  .case-result__inner {
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  .case-result__inner {
    border-radius: 1.875rem;
    padding: 2.25rem 1.625rem;
    gap: 1.625rem;
  }
}
.case-result__col {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2.5rem;
  max-width: 52.1875rem;
}
@media (max-width: 767px) {
  .case-result__col {
    gap: 1.875rem;
  }
}
.case-result__info {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
@media (max-width: 767px) {
  .case-result__info {
    gap: 1rem;
  }
}
.case-result__info h3 {
  font-size: 1.125rem;
  font-weight: 500;
  color: var(--color-accent);
}
@media (max-width: 767px) {
  .case-result__info h3 {
    font-size: 0.875rem;
  }
}
.case-result__info p {
  font-family: var(--second-family);
  font-weight: 300;
  color: var(--color-main);
  font-size: 1.125rem;
  line-height: 120%;
}
@media (max-width: 767px) {
  .case-result__info p {
    font-size: 0.875rem;
  }
}
.case-result__info strong {
  font-weight: 500;
  color: var(--color-accent);
}
@media (max-width: 767px) {
  .case-result__info strong {
    font-weight: 400;
  }
}
.case .button {
  max-width: 27.8125rem;
  color: #202020;
}

@media (max-width: 767px) {
  .case-new .container.container--lg .container {
    padding: 0;
  }
}
.case-new .case__content {
  gap: 3rem;
}
@media (max-width: 767px) {
  .case-new .case__content {
    gap: 2.5rem;
  }
}
.case-new h1, .case-new h2 {
  font-family: var(--third-family);
  font-weight: 600;
  font-size: 3.75rem;
  text-transform: uppercase;
  text-align: center;
  background: linear-gradient(131deg, #6345db 0%, #8b75e4 38.14%, #8b75e4 55.85%, #6345db 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 1440px) {
  .case-new h1, .case-new h2 {
    font-size: 1.875rem;
  }
}
@media (max-width: 767px) {
  .case-new h1, .case-new h2 {
    font-size: 1.5rem;
  }
}
@media (max-width: 1440px) {
  .case-new .case__body {
    padding: 0;
  }
}
.case-new .case__body-inner {
  background-image: radial-gradient(75% 85% at left top, rgba(54, 21, 94, 0.3) 0%, rgba(54, 21, 94, 0.2) 40%, rgba(54, 21, 94, 0.1) 60%, rgba(54, 21, 94, 0.05) 80%, transparent 100%), radial-gradient(75% 85% at right bottom, rgba(54, 21, 94, 0.3) 0%, rgba(54, 21, 94, 0.2) 40%, rgba(54, 21, 94, 0.1) 60%, rgba(54, 21, 94, 0.05) 70%, transparent 100%);
}
@media (max-width: 767px) {
  .case-new .case__body-inner {
    background-image: none;
    padding: 0;
    border: none;
  }
}
@media (max-width: 767px) {
  .case-new .case__body-conture {
    background: none;
    margin: 0;
  }
}
.case-new .case-hero-conture {
  width: 100%;
  background: linear-gradient(0deg, rgb(26, 26, 29) 0%, rgb(97, 97, 97) 100%);
  padding: 1px;
  border-radius: 2rem;
}
.case-new .case-hero {
  padding: 3.75rem 5rem;
  border-radius: 2rem;
  background: var(--color-dark);
}
@media (max-width: 1440px) {
  .case-new .case-hero {
    padding: 2.5rem 1.25rem;
  }
}
@media (max-width: 767px) {
  .case-new .case-hero {
    padding: 2rem 1.25rem;
  }
}
.case-new .case-hero.case-hero--bg {
  background-image: radial-gradient(35% 140% at left bottom, rgba(54, 21, 94, 0.7) 0%, rgba(54, 21, 94, 0.6) 40%, rgba(54, 21, 94, 0.3) 60%, rgba(54, 21, 94, 0.1) 80%, transparent 100%);
}
.case-new .case-hero__row:first-child {
  padding-bottom: 2.5rem;
  padding-top: 0;
  border-bottom: 1px solid #303030;
}
@media (max-width: 767px) {
  .case-new .case-hero__row:first-child {
    padding-bottom: 1.5rem;
  }
}
.case-new .case-hero__row {
  display: grid;
  grid-template-columns: 1fr 1.32fr;
  justify-content: space-between;
  gap: 1.5rem;
  padding-top: 2.5rem;
}
@media (max-width: 767px) {
  .case-new .case-hero__row {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    padding-top: 1.5rem;
  }
}
.case-new .case-hero__heading {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 2.25rem;
  color: var(--color-main);
  max-width: 34.375rem;
  line-height: 120%;
}
@media (max-width: 1440px) {
  .case-new .case-hero__heading {
    font-size: 1.5rem;
  }
}
@media (max-width: 767px) {
  .case-new .case-hero__heading {
    font-size: 1.375rem;
  }
}
.case-new .case-hero__col {
  display: flex;
  flex-direction: column;
}
.case-new .case-hero__col p {
  font-family: var(--second-family);
  font-weight: 300;
  color: var(--color-main);
  font-size: 1.125rem;
  line-height: 120%;
  text-align: left;
}
.case-new .case-hero__col p span {
  font-weight: 500;
  color: #6f6ad8;
}
@media (max-width: 1440px) {
  .case-new .case-hero__col p {
    font-size: 1rem;
  }
}
@media (max-width: 767px) {
  .case-new .case-hero__col p {
    font-size: 0.875rem;
  }
}
.case-new .case-hero__col ul {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  font-family: var(--second-family);
  font-weight: 300;
  color: var(--color-main);
  font-size: 1.125rem;
  line-height: 120%;
  text-align: left;
  padding: 1rem 0 1rem 2rem;
  list-style-type: disc;
}
@media (max-width: 767px) {
  .case-new .case-hero__col ul {
    font-size: 0.875rem;
  }
}
.case-new .case-hero__col ul span {
  font-weight: 500;
  color: #6f6ad8;
}
.case-new .case__video {
  margin: 3.75rem 0 5rem;
}
.case-new .case-desktop {
  position: relative;
}
@media (max-width: 1440px) {
  .case-new .case-desktop {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 767px) {
  .case-new .case-desktop h2 {
    text-align: left;
    max-width: 11rem;
  }
}
.case-new .case-desktop__body {
  width: 100%;
  margin-top: 2.5rem;
}
@media (max-width: 767px) {
  .case-new .case-desktop__body {
    margin-top: 2rem;
  }
}
.case-new .case-desktop__body.swiper {
  overflow: visible;
}
.case-new .case-desktop-item__img {
  width: 100%;
  border-radius: 1.25rem;
}
.case-new .case-desktop__navigation {
  display: none;
  align-items: center;
  gap: 0.625rem;
  position: absolute;
  top: 0;
  right: 0;
  background: #292929;
  border-radius: 1.875rem;
  padding: 0.25rem;
}
@media (max-width: 1440px) {
  .case-new .case-desktop__navigation {
    display: flex;
  }
}
.case-new .case-desktop__button-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  background-color: #000000;
}
.case-new .case-gallery-wrapper {
  display: flex;
  justify-content: center;
  width: 100%;
}
.case-new .case-gallery {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 6.5rem;
  max-width: 47.25rem;
  width: 100%;
}
@media (max-width: 767px) {
  .case-new .case-gallery {
    margin-top: 2rem;
    margin-left: 0;
    padding-left: 0;
    overflow: visible;
  }
}
.case-new .case-gallery__slider {
  display: flex;
  max-width: 100%;
}
.case-new .case-gallery__slider.swiper {
  overflow: visible;
}
.case-new .case-gallery-item {
  border-radius: 1rem;
  overflow: hidden;
  position: relative;
}
.case-new .case-gallery-item::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 1, 1, 0.8);
  transition: 0.3s all;
}
.case-new .case-gallery-item.swiper-slide-active::after {
  opacity: 0;
}
.case-new .swiper-slide-active .case-gallery-item__img {
  transform: scale(1);
}
.case-new .case-gallery-item__img {
  width: 100%;
  max-height: 100%;
  border-radius: 1rem;
  -o-object-fit: contain;
     object-fit: contain;
  transform: scale(0.8);
  transition: 0.3s all;
}
.case-new .swiper-gallery-pagination {
  display: flex;
  justify-content: center;
  position: absolute;
  top: calc(100% + 1.5rem);
}
@media (max-width: 767px) {
  .case-new .swiper-gallery-pagination {
    display: none;
  }
}
.case-new .swiper-gallery-pagination .swiper-pagination-bullet {
  width: 1.25rem;
  height: 0.625rem;
  background-color: #575757;
  opacity: 1;
  border-radius: 1.875rem;
  transition: 0.3s all;
}
.case-new .swiper-gallery-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 3.125rem;
  background-color: #746eef;
}
.case-new .case-gallery__button-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 2.5rem;
  width: 2.5rem;
  border-radius: 50%;
  background-color: #746eef;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(-50%);
  z-index: 10;
  cursor: pointer;
  transition: 0.3s all;
}
@media (max-width: 991px) {
  .case-new .case-gallery__button-arrow {
    transform: translate(0);
  }
}
@media (max-width: 767px) {
  .case-new .case-gallery__button-arrow {
    top: calc(100% + 1rem);
    left: 50%;
    transform: translateX(calc(-100% - 0.25rem));
  }
}
.case-new .case-gallery__button-arrow:hover {
  background-color: #6159ff;
}
.case-new .case-gallery__button-arrow.swiper-button-disabled {
  opacity: 0.5;
}
.case-new .case-gallery__button-arrow.case-gallery__button-arrow--next {
  left: 100%;
}
@media (max-width: 991px) {
  .case-new .case-gallery__button-arrow.case-gallery__button-arrow--next {
    transform: translateX(-100%);
  }
}
@media (max-width: 767px) {
  .case-new .case-gallery__button-arrow.case-gallery__button-arrow--next {
    left: 50%;
    transform: translateX(0.25rem);
  }
}
.case-new .service-cooperation__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.25rem;
  width: 100%;
  margin-top: 3.75rem;
}
@media (max-width: 991px) {
  .case-new .service-cooperation__list {
    display: flex;
    flex-direction: column;
  }
}
.case-new .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) {
  .case-new .service-cooperation-item__content-wrapper {
    border-radius: 1.875rem;
  }
}
.case-new .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) {
  .case-new .service-cooperation-item__content {
    padding: 1.875rem 1.375rem;
    border-radius: 1.875rem;
  }
}
.case-new .service-cooperation-item:first-child .service-cooperation-item__content {
  background-image: radial-gradient(100% 80% at left top, rgba(54, 21, 94, 0.45) 0%, rgba(54, 21, 94, 0.25) 70%, rgba(54, 21, 94, 0) 100%);
}
@media (max-width: 767px) {
  .case-new .service-cooperation-item:first-child .service-cooperation-item__content {
    background-image: radial-gradient(70% 30% at center top, rgba(54, 21, 94, 0.5) 0%, rgba(54, 21, 94, 0.1) 70%, rgba(54, 21, 94, 0) 100%);
  }
}
.case-new .service-cooperation-item:nth-child(2) .service-cooperation-item__content {
  background-image: radial-gradient(120% 90% at right bottom, rgba(54, 21, 94, 0.45) 0%, rgba(54, 21, 94, 0.25) 70%, rgba(54, 21, 94, 0) 100%);
}
@media (max-width: 767px) {
  .case-new .service-cooperation-item:nth-child(2) .service-cooperation-item__content {
    background-image: radial-gradient(70% 40% at center bottom, rgba(54, 21, 94, 0.5) 0%, rgba(54, 21, 94, 0.1) 70%, rgba(54, 21, 94, 0) 100%);
  }
}
.case-new .service-cooperation-item__header {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
  margin-bottom: 3.75rem;
}
@media (max-width: 767px) {
  .case-new .service-cooperation-item__header {
    margin-bottom: 1.625rem;
    gap: 1.875rem;
  }
}
.case-new .service-cooperation-item__header h3 {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 2.25rem;
  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: 1280px) {
  .case-new .service-cooperation-item__header h3 {
    font-size: 1.5rem;
  }
}
@media (max-width: 767px) {
  .case-new .service-cooperation-item__header h3 {
    font-size: 1.375rem;
    hyphens: auto;
  }
}
.case-new .service-cooperation-item__header p {
  line-height: 120%;
}
@media (max-width: 767px) {
  .case-new .service-cooperation-item__header p {
    font-size: 1rem;
  }
}
.case-new .service-cooperation-item__list {
  display: flex;
  flex-direction: column;
  border-top: 1px solid #2E2A2A;
}
.case-new .service-cooperation-item__point {
  display: flex;
  align-items: flex-start;
  gap: 1.375rem;
  padding: 1.25rem 0;
  border-bottom: 1px solid #2E2A2A;
  font-family: var(--second-family);
  font-weight: 300;
  font-size: 1.25rem;
  line-height: 120%;
  color: var(-color-main);
}
.case-new .service-cooperation-item__point .service-works-item__number, .case-new .service-cooperation-item__point .service-works-item__number-text {
  border-radius: 0.625rem;
}
@media (max-width: 1280px) {
  .case-new .service-cooperation-item__point {
    padding: 1rem 0;
  }
  .case-new .service-cooperation-item__point p {
    font-size: 1rem;
  }
}
@media (max-width: 767px) {
  .case-new .service-cooperation-item__point p {
    font-size: 0.875rem;
  }
}
.case-new .service-cooperation-item__point .service-works-item__number, .case-new .service-cooperation-item__point .service-works-item__number-text {
  border-radius: 0.625rem;
}
.case-new .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;
}
.case-new .service-cooperation-item__point .service-works-item__number-text {
  border-radius: 0.625rem;
}
.case-new .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;
}
.case-new .case-advantages {
  margin: 3.75rem 0;
  position: relative;
}
.case-new .case-advantages h3 {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 2.25rem;
  color: var(--color-main);
  max-width: 40rem;
  line-height: 120%;
}
@media (max-width: 1440px) {
  .case-new .case-advantages h3 {
    font-size: 1.5rem;
  }
}
.case-new .case-advantages__body-wrapper {
  padding: 3.5rem;
  border-radius: 2.5rem;
  background-color: var(--color-white);
  margin-top: 2.5rem;
}
@media (max-width: 1440px) {
  .case-new .case-advantages__body-wrapper {
    padding: 2rem;
    border-radius: 1.5rem;
  }
}
@media (max-width: 991px) {
  .case-new .case-advantages__body-wrapper {
    padding: 1rem;
    border-radius: 1rem;
  }
}
@media (max-width: 767px) {
  .case-new .case-advantages__body-wrapper {
    margin-top: 2rem;
  }
}
.case-new .case-advantages-item {
  width: 100%;
}
.case-new .case-advantages-item__heading {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 1.675rem;
  line-height: 120%;
  color: #6f6ad8;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .case-new .case-advantages-item__heading {
    margin-bottom: 1.5rem;
  }
}
.case-new .case-advantages-item__row {
  display: grid;
  grid-template-columns: 1.11fr 1fr;
  gap: 2rem;
  width: 100%;
}
@media (max-width: 767px) {
  .case-new .case-advantages-item__row {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
  }
}
.case-new .case-advantages-item__img {
  max-width: 100%;
}
.case-new .case-advantages-item__info {
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 120%;
  color: #000101;
  padding-bottom: 4.5rem;
}
.case-new .case-advantages-item__info p:first-child {
  padding-bottom: 1rem;
}
@media (max-width: 1440px) {
  .case-new .case-advantages-item__info p:first-child {
    padding-bottom: 0.5rem;
  }
}
.case-new .case-advantages-item__info ul {
  padding: 0 0 1rem 2rem;
  list-style-type: disc;
}
.case-new .case-advantages-item__info span {
  font-weight: 500;
  color: #6f6ad8;
}
@media (max-width: 1440px) {
  .case-new .case-advantages-item__info {
    font-size: 1rem;
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .case-new .case-advantages-item__info {
    padding-bottom: 4.5rem;
  }
}
.case-new .case-advantages__navigation {
  position: absolute;
  right: 3.5rem;
  bottom: 3.5rem;
  z-index: 4;
  display: flex;
  gap: 1.5rem;
}
@media (max-width: 1440px) {
  .case-new .case-advantages__navigation {
    bottom: 2rem;
    gap: 1rem;
  }
}
@media (max-width: 767px) {
  .case-new .case-advantages__navigation {
    right: 1rem;
  }
}
.case-new .case-advantages__button-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 5rem;
  height: 3rem;
  border-radius: 2.5rem;
  border: 1px solid #6f6ad8;
  cursor: pointer;
}
@media (max-width: 1440px) {
  .case-new .case-advantages__button-arrow {
    width: 3rem;
    height: 2rem;
    border-radius: 1.5rem;
  }
  .case-new .case-advantages__button-arrow svg {
    width: 0.6rem;
  }
}
@media (max-width: 767px) {
  .case-new .case-advantages__button-arrow {
    width: 3.75rem;
    height: 2.5rem;
  }
}
.case-new .case-advantages-pagination {
  position: absolute;
  right: 46%;
  bottom: 3.5rem;
  z-index: 2;
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 120%;
  color: #6f6ad8;
  display: flex;
  justify-content: center;
  margin-left: 4.5rem;
}
@media (max-width: 1440px) {
  .case-new .case-advantages-pagination {
    bottom: 2rem;
    margin-left: 3.5rem;
  }
}
@media (max-width: 767px) {
  .case-new .case-advantages-pagination {
    width: -moz-min-content;
    width: min-content;
    text-align: left;
    margin-left: 0;
    right: auto;
    left: 1rem;
    font-size: 0.875rem;
  }
}
.case-new .case-result h3 {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 2rem;
  color: var(--color-main);
}
@media (max-width: 1440px) {
  .case-new .case-result h3 {
    font-size: 1.5rem;
  }
}
.case-new .case-result .button {
  background: #746eef;
  color: var(--color-main);
}

.case.case--green {
  --color-accent-1: #06E563;
  --color-accent: #06E563;
  --color-accent-gradient: 6, 229, 99;
  --color-accent-gradient-mob: 6, 229, 99;
  --color-heading-1: #06e563;
  --color-heading-2: #91ffbf;
  --color-heading-3: #06e563;
}

.case.case--green-v2 {
  --color-accent-1: #2BC367;
  --color-accent: #2BC367;
  --color-accent-gradient: 43, 195, 103;
  --color-accent-gradient-mob: 43, 195, 103;
  --color-heading-1: #06e563;
  --color-heading-2: #91ffbf;
  --color-heading-3: #06e563;
}

.case.case--violet {
  --color-accent-1: #ED1C58;
  --color-accent: #ED1C58;
  --color-accent-gradient: 237, 28, 88;
  --color-accent-gradient-mob: 237, 28, 88;
  --color-heading-1: #ed1c58;
  --color-heading-2: #ff719a;
  --color-heading-3: #ed1c58;
}

.case.case--orange {
  --color-accent-1: #D16704;
  --color-accent: #D16704;
  --color-accent-gradient: 209, 103, 4;
  --color-accent-gradient-mob: 209, 103, 4;
  --color-heading-1: #d16704;
  --color-heading-2: #ff9f46;
  --color-heading-3: #d16704;
}

.case.case--purple {
  --color-accent-1: #4D4A98;
  --color-accent: #4D4A98;
  --color-accent-gradient: 77, 74, 152;
  --color-accent-gradient-mob: 77, 74, 152;
  --color-heading-1: #433f91;
  --color-heading-2: #6764b0;
  --color-heading-3: #433f91;
}

.case.case--light-blue {
  --color-accent-1: #4297ED;
  --color-accent: #4297ED;
  --color-accent-gradient: 66, 151, 237;
  --color-accent-gradient-mob: 66, 151, 237;
  --color-heading-1: #4297ed;
  --color-heading-2: #7abcff;
  --color-heading-3: #4297ed;
}

.case.case--gold {
  --color-accent-1: #D1A57E;
  --color-accent: #D1A57E;
  --color-accent-gradient: 209, 165, 126;
  --color-accent-gradient-mob: 209, 165, 126;
  --color-heading-1: #d1a57e;
  --color-heading-2: #f1c9a5;
  --color-heading-3: #d1a57e;
}

.case.case--red {
  --color-accent-1: #FF001E;
  --color-accent: #FF001E;
  --color-accent-gradient: 255, 0, 30;
  --color-accent-gradient-mob: 255, 0, 30;
  --color-heading-1: #ff001e;
  --color-heading-2: #ff5e71;
  --color-heading-3: #ff001e;
}

.case.case--grey {
  --color-accent-1: #60777C;
  --color-accent: #60777C;
  --color-accent-gradient: 96, 119, 124;
  --color-accent-gradient-mob: 96, 119, 124;
  --color-heading-1: #60777c;
  --color-heading-2: #9ebec5;
  --color-heading-3: #60777c;
}

.case.case--gold-v2 {
  --color-accent-1: #CAA783;
  --color-accent: #CAA783;
  --color-accent-gradient: 202, 167, 131;
  --color-accent-gradient-mob: 202, 167, 131;
  --color-heading-1: #caa783;
  --color-heading-2: #fbd3a9;
  --color-heading-3: #caa783;
}/*# sourceMappingURL=case.css.map */