/* [project]/src/styles/components/back-link.scss.css [app-client] (css) */
.back-wrapper {
  pointer-events: none;
  z-index: 20;
  justify-content: space-between;
  align-items: center;
  padding: 65px 40px 0;
  display: flex;
  position: relative;
}

.back-link {
  pointer-events: visible;
  height: 64px;
}

.back-link svg {
  transition: transform .4s;
}

.back-link:hover {
  background: none !important;
}

.back-link:hover svg {
  transform: translateX(-4px);
}

@media (min-width: 768px) {
  .back-wrapper .m-de-moringa {
    display: none;
  }
}

/* [project]/src/styles/components/carousel.scss.css [app-client] (css) */
.carousel .scroller {
  gap: 16px;
}

.carousel .dots-wrapper {
  border: 0;
  border-radius: 22px;
  padding: 0 16px;
  box-shadow: inset 0 1px 1px #fffc;
}

.carousel .arrows, .carousel .controls {
  gap: 8px;
}

.carousel .controls {
  margin-top: 24px;
}

.carousel button {
  border: 0;
  box-shadow: inset 0 1px 1px #fffc;
}

.carousel button:not(:disabled), .carousel button:not(:disabled) svg {
  transition: all .2s ease-in-out;
}

@media (min-width: 1024px) {
  .carousel--edge .scroller {
    --carousel-edge-inset: max(56px, calc((100vw - 1564px) / 2));
    padding-left: var(--carousel-edge-inset);
    padding-right: var(--carousel-edge-inset);
    scroll-padding-left: var(--carousel-edge-inset);
    scroll-padding-right: var(--carousel-edge-inset);
  }

  .carousel button:not(:disabled):hover {
    background: #c6b8fb80;
  }

  .carousel button:not(:disabled):hover svg path.arrow {
    fill: #4a30aa;
  }
}

/* [project]/src/styles/components/placeholder-image.scss.css [app-client] (css) */
.placeholder-image {
  background-image: repeating-conic-gradient(#e4e7ec 0% 25%, #f2f4f7 0% 50%);
  background-size: 20px 20px;
}

/* [project]/src/styles/modules/glass.module.scss.module.css [app-client] (css) */
.glass-module-scss-module__v6vnSa__glass {
  background: var(--glass-bg, #fff0);
  -webkit-backdrop-filter: blur(var(--glass-blur, 12px)) saturate(var(--glass-saturate, 180%));
  border: 2.9px solid var(--glass-border, #ffffff0a);
}

/* [project]/src/styles/components/case-card.scss.css [app-client] (css) */
.case-card {
  background: linear-gradient(138.43deg, #fefefe33 -3.96%, #8e5ccc33 104.73%) !important;
}

.case-card .year {
  z-index: 15;
  background-color: #d9fdfb;
  border-radius: 16px;
  padding: 2px 8px;
  position: absolute;
  top: 28px;
  left: 28px;
}

.case-card img {
  background-color: #d3d3d3;
}

/* [project]/src/styles/components/achievement-card.scss.css [app-client] (css) */
.achievement-card {
  justify-content: center;
  align-items: center;
  min-height: 228px;
}

.achievement-card img {
  width: 32px;
  height: 32px;
}

.achievement-card .text-title {
  font-size: 48px;
  font-weight: 700;
  line-height: 60px;
}

@media (max-width: 540px) {
  .achievement-card {
    min-height: 170px;
  }
}

/* [project]/src/styles/pages/single-case.scss.css [app-client] (css) */
div.single-case {
  position: relative;
}

div.single-case .header {
  grid-template-columns: 280px 1fr;
}

div.single-case .header h2 {
  letter-spacing: -.72px;
  text-transform: none;
  min-width: 279px;
  font-size: 36px;
  font-weight: 600;
  line-height: 44px;
}

div.single-case .header > div {
  gap: 20px;
  max-width: 673px;
}

div.single-case .header p {
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
}

div.single-case .big-numbers {
  margin: 112px 0;
}

div.single-case .big-numbers h3 {
  color: #000;
  letter-spacing: -.72px;
  font-size: 36px;
  font-weight: 600;
  line-height: 44px;
}

div.single-case .ritch-text h3 {
  letter-spacing: -.02em;
  color: #674cc9;
  margin-bottom: 40px;
  font-family: Inter;
  font-size: 48px;
  font-weight: 600;
  line-height: 60px;
}

div.single-case .ritch-text > br {
  display: none;
}

div.single-case .list-block {
  grid-template-columns: 280px 575px;
  justify-content: space-between;
  gap: 40px;
  margin-top: 112px;
  margin-bottom: 56px;
  display: grid;
}

div.single-case .list-block h2 {
  letter-spacing: -.02em;
  font-size: 36px;
  font-weight: 600;
  line-height: 44px;
}

div.single-case .list-block ul {
  flex-direction: column;
  gap: 56px;
  margin: 0;
  display: flex;
}

div.single-case .list-block li {
  padding-left: 30px;
  font-size: 24px;
  line-height: 32px;
  position: relative;
}

div.single-case .list-block li:before {
  content: "";
  border-radius: 3px;
  width: 15px;
  height: 15px;
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

div.single-case .list-block li:nth-of-type(6n+1):before {
  background-color: #4ce0d5;
}

div.single-case .list-block li:nth-of-type(6n+2):before {
  background-color: #6df2e8;
}

div.single-case .list-block li:nth-of-type(6n+3):before {
  background-color: #8df8f0;
}

div.single-case .list-block li:nth-of-type(6n+4):before {
  background-color: #a6faf4;
}

div.single-case .list-block li:nth-of-type(6n+5):before {
  background-color: #c2fcf8;
}

div.single-case .list-block li:nth-of-type(6n+6):before {
  background-color: #d9fdfb;
}

div.single-case .content {
  max-width: 1088px;
  margin-top: -64px;
  padding: 0 60px;
}

div.single-case .content .topline {
  padding: 24px 0;
}

div.single-case .list-areas {
  text-align: center;
  color: var(--Primary-Gray-600, #475467);
  border-top: 1px solid var(--Brand-Zaffre-300, #c6b8fb);
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  display: block;
}

div.single-case .relateds .relateds-title {
  max-width: 1250px;
  padding: 0 40px;
}

div.single-case .relateds .relateds-title > div {
  gap: 30px;
}

div.single-case .relateds .image {
  aspect-ratio: 338 / 224;
}

div.single-case .relateds .year {
  color: #475467;
  background: #d9fdfb;
  border-radius: 16px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 2px 8px;
  font-size: 12px;
  font-weight: 600;
  line-height: 20px;
  display: flex;
}

div.single-case .relateds h3 {
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  overflow: hidden;
}

div.single-case .relateds p {
  text-transform: none;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

div.single-case .relateds h2 {
  text-transform: uppercase;
  font-size: 40px;
  font-weight: 250;
  line-height: 45px;
}

div.single-case .relateds .case-card {
  width: 370px;
  box-shadow: inset 0 0 0 1px #fff3, inset 0 1px 1px #fff6;
}

div.single-case .numbers {
  gap: 24px;
}

div.single-case div p {
  font-size: 20px;
}

@media (max-width: 1130px) {
  div.single-case .back-wrapper {
    padding: 65px 20px 0;
  }
}

@media (max-width: 1088px) {
  div.single-case .list-block {
    flex-wrap: wrap;
    display: flex;
  }

  div.single-case .list-block h2 {
    min-width: 280px;
    max-width: 280px;
  }
}

@media (max-width: 940px) {
  div.single-case .relateds .case-card {
    width: calc(50% - 15px);
  }
}

@media (max-width: 840px) {
  div.single-case .header {
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }
}

@media (max-width: 767px) {
  div.single-case .back-wrapper {
    background-color: #674cc9;
    padding: 0 24px;
  }

  div.single-case .back-wrapper .arrow path {
    stroke: #fff;
  }

  div.single-case .back-wrapper .eme {
    fill: #fff;
  }

  div.single-case .content {
    margin-top: 0;
    padding: 0 24px;
  }

  div.single-case .content .topline {
    padding: 40px 0 0;
  }
}

@media (max-width: 650px) {
  div.single-case .relateds .case-card {
    width: 370px;
  }
}

@media (max-width: 540px) {
  div.single-case .header {
    gap: 25px;
    margin-top: 0;
  }

  div.single-case .header p {
    font-size: 18px;
    line-height: 28px;
  }

  div.single-case .video {
    aspect-ratio: 354 / 220;
  }

  div.single-case .big-numbers {
    margin: 80px 0 96px;
  }

  div.single-case .big-numbers h3 {
    font-size: 30px;
    font-weight: 600;
    line-height: 38px;
  }

  div.single-case .ritch-text {
    margin-top: 26px;
  }

  div.single-case .ritch-text h3 {
    margin-bottom: 8px;
    font-size: 30px;
    font-weight: 600;
    line-height: 38px;
  }

  div.single-case .list-block h2 {
    font-size: 30px;
    font-weight: 600;
    line-height: 38px;
  }

  div.single-case .list-block ul {
    gap: 32px;
  }

  div.single-case .list-block li {
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
  }

  div.single-case .back-wrapper {
    padding: 0 16px;
  }

  div.single-case .content {
    margin-top: 0;
    padding: 0 24px;
  }

  div.single-case .content .topline {
    padding: 40px 0 24px;
  }

  div.single-case .relateds {
    padding: 40px 0;
  }

  div.single-case .relateds .relateds-title {
    padding: 0 16px;
  }

  div.single-case .relateds .relateds-title > div, div.single-case .relateds .list-carousel {
    margin-top: 12px;
  }

  div.single-case .relateds .carousel .scroller {
    padding-left: 16px;
    scroll-padding-left: 16px;
  }

  div.single-case .relateds h2 {
    font-size: 24px;
    font-weight: 250;
    line-height: 45px;
  }

  div.single-case .relateds .case-card {
    width: 100%;
  }
}

/*# sourceMappingURL=src_styles_1o38lbr._.css.map*/