@charset "UTF-8";
.u-h {
  height: var(--h);
}
.u-w {
  width: var(--w);
}
.divisor {
  width: 39px;
  height: 5px;
  background: #ff577f;
  margin-top: 20px;
  display: inline-flex;
  border-radius: 90px;
}
.divisor--secondary {
  width: 16px;
  height: 2px;
}
.text {
  color: #313131;
  font-size: clamp(14px, 3vw, 18px);
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
}
.color-light {
  color: #fff;
}
.bg-light {
  background-color: #fff;
}
.color-dark {
  color: #000;
}
.bg-dark {
  background-color: #000;
}
.gap-3 {
  gap: 15px;
}
.banner {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  min-height: 651px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
}
@media (min-width: 768px) {
  .banner {
    min-height: 674px;
  }
}
@media (min-width: 992px) {
  .banner {
    min-height: 974px;
  }
}
.banner__content {
  display: flex;
  flex-direction: column;
  gap: clamp(16px, 2.5vw, 32px);
  z-index: 4;
  position: relative;
}
@media (min-width: 992px) {
  .banner__content {
    padding-top: 0;
  }
}
.banner__title {
  font-size: clamp(40px, 6vw, 90px);
  line-height: 1.1;
  letter-spacing: clamp(-4.5px, -0.15vw, -1.2px);
  font-style: normal;
  font-weight: 700;
  text-wrap-style: balance;
  text-wrap: balance;
}
@media (min-width: 992px) {
  .banner__title {
    max-width: 750px;
  }
}
.banner__description {
  font-size: clamp(16px, 3vw, 18px);
  line-height: clamp(24px, 1.2em, 30px);
  font-style: normal;
  font-weight: 400;
}
@media (min-width: 992px) {
  .banner__description {
    max-width: 445px;
  }
}
.banner__items {
  display: flex;
  align-items: flex-start;
  padding-top: 30px;
  gap: 20px;
}
@media (min-width: 768px) {
  .banner__items {
    padding-top: 0;
    gap: 32px;
  }
}
.banner__items-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.banner__items-title {
  color: #ff577f;
  font-size: clamp(24px, 6vw, 40px);
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: -2px;
  text-transform: uppercase;
}
.banner__items-text {
  font-size: clamp(12px, 3vw, 18px);
  line-height: clamp(1.2em, 1.2em, 30px);
  font-style: normal;
  font-weight: 400;
}
.banner__buttons {
  display: flex;
  align-items: flex-start;
  padding-top: 32px;
  gap: 10px;
}
@media (min-width: 992px) {
  .banner__buttons {
    gap: 32px;
    padding-top: 29px;
  }
}
.banner__nav-container {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  width: 100%;
}
.banner__nav {
  justify-content: flex-end;
  flex-direction: column;
  align-items: flex-end;
  gap: 16px;
  padding-bottom: 54px;
  display: none;
}
@media (min-width: 992px) {
  .banner__nav {
    display: flex;
  }
}
.banner__nav-button {
  width: 40px;
  height: 40px;
  border-radius: 100px;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(5px);
  color: #fff;
  padding: 0;
  font-size: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  border: none;
}
.banner__pagination {
  top: 50% !important;
  transform: translateY(-50%) !important;
  bottom: auto !important;
  right: 0 !important;
  left: 0 !important;
  max-width: 76.25rem !important;
  margin: auto !important;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 32px;
  padding-right: 44px;
}
@media (max-width: 768px) {
  .banner__pagination {
    transform: translateY(100%) !important;
    bottom: -115px !important;
    height: 30px;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 16px;
  }
}
.banner__pagination .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  border-radius: 6px;
  background: #fff;
  margin: 0;
  position: relative;
  transition: 0.4s;
  margin: 0 0 !important;
}
.banner__pagination .swiper-pagination-bullet-active {
  margin: 13px 16px !important;
}
@media (min-width: 992px) {
  .banner__pagination .swiper-pagination-bullet-active {
    margin: 13px 0 !important;
  }
}
.banner__pagination .swiper-pagination-bullet-active::before {
  content: "";
  transition: 0.4s;
  width: 30px;
  height: 30px;
  position: absolute;
  border: 1px solid #fff;
  border-radius: 90px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.ideas {
  background-image: url(../img/background-idea.svg),
    url(../img/background-idea-2.svg);
  background-position: 47% 100%, 0 0;
  background-size: 880px, cover;
  background-repeat: no-repeat, no-repeat;
  display: flex;
  flex-direction: column;
  margin-top: 0;
  z-index: 2;
  position: relative;
  padding-block: 0 212px;
}
@media (min-width: 992px) {
  .ideas {
    background-position: 50% 100%, 0 0;
    background-size: 1320px, cover;
    padding-block: 64px;
    justify-content: flex-end;
    min-height: 820px;
    margin-top: -322px;
  }
}
.ideas__title {
  display: inline-flex;
  align-items: baseline;
  gap: 16px;
  white-space: nowrap;
  color: #fff;
  font-size: 32px;
  font-weight: 700;
  line-height: 50px;
  letter-spacing: -5%;
}
@media (min-width: 768px) {
  .ideas__title {
    font-size: 80px;
    line-height: 100px;
  }
}
@media (min-width: 992px) {
  .ideas__title {
    font-size: 120px;
    line-height: 150px;
    letter-spacing: -6px;
  }
}
.ideas__word--move {
  display: inline-block;
  will-change: transform;
}
.ideas__part--gradient {
  background: linear-gradient(90deg, #ff577f 0, #721ae6 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}
.ideas__arrow-scroll {
  display: flex;
  justify-content: center;
  padding-bottom: 132px;
  max-width: 14px;
  margin: auto;
}
.brands {
  background-color: #fff;
  padding-block: 88px 63px;
  width: 100%;
  position: relative;
  z-index: 2;
}
@media (min-width: 992px) {
  .brands {
    padding-block: 199px 185px;
  }
}
.brands .swiper-wrapper {
  display: flex;
  margin-inline: -20px;
  align-items: center;
  transition-timing-function: linear !important;
}
.brands__slide {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  font-size: 24px;
}
@media (max-width: 768px) {
  .brands__slide {
    width: calc((100% - (2 * 24px)) / 3);
  }
}
@media (max-width: 768px) {
  .brands__slide--icon {
    width: auto;
  }
}
.brands__slide--icon .icon {
  width: 12px;
}
@media (min-width: 992px) {
  .brands__slide--icon .icon {
    width: 24px;
  }
}
.services {
  background-color: #fff;
  padding-block: 0 62px;
  position: relative;
  margin-top: -3px;
  overflow: hidden;
}
@media (min-width: 992px) {
  .services {
    padding-block: 0 177px;
  }
}
.services__section-title {
  color: #000;
  padding-bottom: 144px;
}
@media (max-width: 768px) {
  .services__section-title {
    padding-bottom: 41px;
    max-width: 200px;
  }
}
.services__small-title {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
}
@media (max-width: 768px) {
  .services__small-title {
    padding-bottom: 32px;
  }
}
.services__head {
  padding-bottom: 42px;
}
@media (min-width: 768px) {
  .services__head {
    padding-bottom: 88px;
  }
}
.services__content-container {
  padding-right: 0;
}
.services__cards {
  padding-top: 16px;
}
@media (min-width: 992px) {
  .services__cards {
    padding-top: 29px;
    max-width: 976px;
    width: 100vw;
  }
}
.services__nav {
  justify-content: flex-end;
  flex-direction: column;
  align-items: flex-end;
  gap: 16px;
  display: none;
}
@media (min-width: 992px) {
  .services__nav {
    display: flex;
  }
}
.services__nav-button {
  width: 40px;
  height: 40px;
  border-radius: 100px;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(5px);
  color: #ababab;
  padding: 0;
  font-size: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  border: none;
}
.services__nav-button.swiper-button-disabled {
  opacity: 0.25;
}
.services__nav-button:active,
.services__nav-button:focus,
.services__nav-button:hover {
  color: #ff577f;
  outline-color: #ff577f;
}
.services__cta {
  padding-top: 50px;
}
@media (min-width: 992px) {
  .services__cta {
    padding-top: 108px;
  }
}
.services__cta-content {
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .services__cta-content {
    flex-direction: column;
    align-items: flex-start;
  }
}
.services__cta-text {
  flex: 1;
  max-width: 376px;
}
.services__cta-button {
  flex: none;
}
.services__decor {
  position: absolute;
  will-change: transform;
  pointer-events: none;
}
@media (max-width: 768px) {
  .services__decor {
    max-width: 69px;
  }
}
.services__decor--left {
  left: 19px;
  bottom: 30%;
}
@media (max-width: 768px) {
  .services__decor--left {
    left: -40px;
    bottom: 28%;
  }
}
.services__decor--right {
  right: 19px;
  top: 20%;
}
@media (max-width: 768px) {
  .services__decor--right {
    right: -10px;
    top: 12%;
  }
}
.card {
  border-radius: 5px;
  border: 1.5px solid rgba(147, 147, 147, 0.2);
  overflow: hidden;
}
.card__header {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  justify-content: space-between;
  padding: 0;
}
.card__number {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 150%;
  flex: none;
  position: absolute;
  left: 10px;
  top: 10px;
  background: #d6d6d6;
  backdrop-filter: blur(5px);
  width: 40px;
  height: 40px;
  border-radius: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.card__image {
  flex: 1;
  height: 206px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  margin-top: 0;
  width: 100%;
}
.card__content {
  padding: 24px 29px 54px 28px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.card__title {
  display: flex;
  align-items: center;
  font-size: clamp(16px, 4vw, 20px);
  color: #000;
  font-weight: 600;
  gap: 16px;
}
.card__icon {
  color: #ff577f;
  font-size: 24px;
}
.card__text {
  font-size: clamp(14px, 3vw, 16px);
  line-height: 150%;
  color: #626262;
}
@media (min-width: 992px) {
  .card__text {
    max-width: 247px;
  }
}
.marquee {
  overflow: hidden;
  background: #ff577f;
  padding: 8px 0;
}
.marquee__container {
  display: flex;
  align-items: center;
  gap: 24px;
}
.marquee__item {
  color: #fff;
  font-size: clamp(11px, 3vw, 16px);
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
}
.marquee__item--icon {
  font-size: 8px;
  color: #000;
}
.review__header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
}
.review__picture {
  width: 26px;
  height: 26px;
  margin-bottom: 13px;
  border-radius: 50%;
  object-fit: cover;
  display: block;
}

@media (min-width: 768px) {
  .review__picture {
    width: 40px;
    height: 40px;
    margin-bottom: 20px;
  }
}
.review__name {
  font-size: clamp(13px, 4vw, 20px);
}
.review__button {
  width: 33px;
  height: 33px;
  background: 0 0;
  border: none;
}
@media (min-width: 768px) {
  .review__button {
    width: 52px;
    height: 52px;
  }
}
.review__content {
  font-size: clamp(12px, 3vw, 18px);
  font-style: italic;
  line-height: 130%;
  padding-top: 40px;
}
.review__logo {
  margin-top: 26px;
  max-width: 90px;
}
@media (min-width: 768px) {
  .review__logo {
    max-width: 127px;
  }
}
.testimonials {
  padding-block: 80px 0;
  margin-bottom: 200px;
}
@media (min-width: 992px) {
  .testimonials {
    padding-block: 162px 0;
  }
}
.testimonials__container {
  padding-left: 37px;
}
.testimonials__main-title {
  color: #ff577f;
  padding-bottom: 56px;
  max-width: 233px;
}
@media (min-width: 992px) {
  .testimonials__main-title {
    padding-bottom: 85px;
    max-width: 683px;
  }
}
@media (min-width: 992px) {
  .testimonials__slider {
    max-width: 1001px;
    width: 100vw;
  }
}
.testimonials__nav {
  gap: 16px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  margin-top: 13px;
}
@media (min-width: 992px) {
  .testimonials__nav {
    margin-top: 0;
    justify-content: flex-end;
    flex-direction: column;
    align-items: flex-start;
  }
}
.testimonials__nav-button {
  width: 26px;
  height: 26px;
  transition: 0.4s;
  border-radius: 100px;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(5px);
  color: #ababab;
  padding: 0;
  font-size: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  border: none;
}
@media (min-width: 768px) {
  .testimonials__nav-button {
    width: 40px;
    height: 40px;
  }
}
.testimonials__nav-button.swiper-button-disabled {
  opacity: 0.25;
}
.testimonials__nav-button:active,
.testimonials__nav-button:focus,
.testimonials__nav-button:hover {
  color: #ff577f;
  outline: 0;
}
.artcile {
  display: flex;
  gap: 28px;
  align-items: center;
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .artcile {
    gap: 21px;
  }
}
.artcile__thumbnail {
  max-width: 230px;
  height: 192px;
  flex: none;
}
.artcile__thumbnail a {
  display: block;
  height: 100%;
}
.artcile__thumbnail img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 768px) {
  .artcile__thumbnail {
    max-width: 128px;
    height: 149px;
  }
}
.artcile__content {
  padding-right: 12px;
}
@media (max-width: 768px) {
  .artcile__content {
    padding-right: 20px;
  }
}
.artcile__meta {
  display: flex;
  align-items: center;
  gap: 9px;
  align-self: stretch;
  padding-bottom: 8px;
}
@media (max-width: 768px) {
  .artcile__meta {
    padding-bottom: 5px;
  }
}
.artcile__category {
  color: #457eff;
  font-size: clamp(10px, 3vw, 14px);
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
}
.artcile__time {
  display: flex;
  padding: 3px 6px;
  align-items: flex-start;
  gap: 10px;
  border-radius: 6px;
  background: #ebeef2;
  color: #495367;
  font-size: clamp(9px, 3vw, 12px);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.48px;
}
.artcile__title {
  color: #1a202e;
  font-size: clamp(14px, 3vw, 24px);
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: 0.48px;
}
@media (max-width: 768px) {
  .artcile__title a {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }
}
.artcile__title::after {
  content: "";
  background: #ecf0f6;
  height: 1px;
  margin-block: 15px;
  display: block;
  width: 100%;
}
.artcile__title a {
  color: inherit;
}
.artcile__profile {
  display: flex;
  align-items: center;
  gap: 10px;
}
@media (max-width: 768px) {
  .artcile__profile {
    gap: 7px;
  }
}
.artcile__picture {
  width: 40px;
  height: 40px;
  border-radius: 90px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .artcile__picture {
    width: 31px;
    height: 31px;
  }
}
.artcile__profile-name {
  color: #495367;
  font-size: clamp(10px, 3vw, 17px);
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.68px;
}
.artcile__date {
  color: #96a2be;
  font-size: clamp(10px, 3vw, 14px);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.insights {
  padding-block: 70px 245px;
  background-image: url(../img/background-articles.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 0 100%;
  overflow: hidden;
}
@media (max-width: 768px) {
  .insights {
    background-size: 860px;
    background-repeat: no-repeat;
    background-position: 100% 100%;
  }
}
@media (min-width: 768px) {
  .insights {
    padding-block: 271px 371px;
  }
}
.insights__container {
  padding-left: 37px;
  padding-right: 0;
}
.insights__title {
  color: #ff577f;
}
@media (max-width: 768px) {
  .insights__title {
    padding-bottom: 16px;
    max-width: 200px;
  }
}
.insights__description {
  color: #fff;
  font-size: clamp(14px, 4vw, 18px);
  line-height: 160%;
  padding-right: 27px;
}
.insights__slider {
  padding-top: 24px;
}
@media (min-width: 992px) {
  .insights__slider {
    padding-top: 80px;
    width: 100vw;
    max-width: 1164px;
  }
}
.insights__nav {
  gap: 16px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  margin-top: 13px;
}
@media (min-width: 992px) {
  .insights__nav {
    margin-top: 0;
    justify-content: flex-end;
    flex-direction: column;
    align-items: flex-start;
  }
}
.insights__nav-button {
  width: 26px;
  height: 26px;
  transition: 0.4s;
  border-radius: 100px;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(5px);
  color: #ababab;
  padding: 0;
  font-size: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  border: none;
}
@media (min-width: 768px) {
  .insights__nav-button {
    width: 40px;
    height: 40px;
  }
}
.insights__nav-button.swiper-button-disabled {
  opacity: 0.25;
}
.insights__nav-button:active,
.insights__nav-button:focus,
.insights__nav-button:hover {
  color: #ff577f;
  outline: 0;
}
.contact {
  padding-block: 33px 60px;
  border-radius: 6px;
  background-color: #ff577f;
  margin-top: -10px;
  position: relative;
}
@media (min-width: 992px) {
  .contact {
    padding-block: 127px 82px;
  }
}
.contact__container {
  padding-left: 64px;
}
@media (max-width: 768px) {
  .contact__container {
    padding-right: 31px;
    padding-left: 31px;
  }
}
.contact__title {
  color: #0d0b1a;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 125%;
  margin: 0;
}
.contact__description {
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  margin: 0;
  padding-bottom: 8px;
  line-height: 150%;
}
.contact__infos {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 44px;
  padding-top: 50px;
  padding-bottom: 24px;
}
@media (min-width: 768px) {
  .contact__infos {
    padding-bottom: 0;
    gap: 16px;
  }
}
.contact__element-parallax {
  position: absolute;
  right: 0;
  bottom: 0;
}
@media (max-width: 992px) {
  .contact__element-parallax {
    bottom: -20%;
    right: -50px;
    max-width: 248px;
  }
}
@media (min-width: 992px) {
  .contact__element-parallax {
    transform: translateX(50%);
  }
}
@media (min-width: 1366px) {
  .contact__element-parallax {
    transform: translateX(30%);
  }
}
@media (min-width: 1780px) {
  .contact__element-parallax {
    transform: translateX(0);
  }
}
.card-info {
  display: flex;
  align-items: center;
  gap: 32px;
}
.card-info__title {
  color: #1a1a1c;
  font-size: 18px;
  display: block;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  padding-bottom: 4px;
}
.card-info__description {
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.portfolio-video__modal {
  backdrop-filter: blur(10px);
  align-items: center;
  justify-content: center;
  padding: 0 !important;
}
.portfolio-video__modal.show {
  display: flex !important;
}
.portfolio-video__modal-dialog {
  max-width: none;
  width: calc(100% - 20px);
  margin: 0 auto;
}
.portfolio-video__modal-content {
  background: 0 0;
}
.portfolio-video__modal-body {
  padding: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.portfolio-video__modal-body iframe {
  width: 98%;
  height: 80vh;
  margin: auto;
  border-radius: 12px;
}
@media (min-width: 992px) {
  .portfolio-video__modal-body iframe {
    width: 80%;
    height: 80vh;
  }
}
.portfolio-video__modal-close {
  transition: 0.4s;
  color: #fff;
  position: absolute;
  right: 20px;
  top: 20px;
  z-index: 2;
  opacity: 1;
  font-size: 14px;
  border: 1px solid #fff !important;
  border-radius: 90px;
  width: 34px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 992px) {
  .portfolio-video__modal-close {
    font-size: 16px;
    width: 40px;
    height: 40px;
  }
}
.portfolio-video__modal-close:hover {
  color: #ff577f !important;
  border-color: #ff577f !important;
  opacity: 1 !important;
}
.testimonials-video__modal {
  backdrop-filter: blur(10px);
  align-items: center;
  justify-content: center;
  padding: 0 !important;
}
.testimonials-video__modal.show {
  display: flex !important;
}
.testimonials-video__modal-dialog {
  max-width: none;
  width: calc(100% - 20px);
  margin: 0 auto;
}
.testimonials-video__modal-content {
  background: 0 0;
}
.testimonials-video__modal-body {
  padding: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.testimonials-video__modal-body iframe {
  width: 98%;
  height: 80vh;
  margin: auto;
  border-radius: 12px;
}
@media (min-width: 992px) {
  .testimonials-video__modal-body iframe {
    width: 80%;
    height: 80vh;
  }
}
.testimonials-video__modal-close {
  transition: 0.4s;
  color: #fff;
  position: absolute;
  right: 20px;
  top: 20px;
  z-index: 2;
  opacity: 1;
  font-size: 14px;
  border: 1px solid #fff !important;
  border-radius: 90px;
  width: 34px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 992px) {
  .testimonials-video__modal-close {
    font-size: 16px;
    width: 40px;
    height: 40px;
  }
}
.testimonials-video__modal-close:hover {
  color: #ff577f !important;
  border-color: #ff577f !important;
  opacity: 1 !important;
}
