.clients-area {
  padding-top: 0;
  padding: 13rem 0;
}
.clients-area h2 {
  text-align: center;
  margin: 0 0 4.3rem 0;
}
.clients-area .clients-list {
  display: flex;
  flex-wrap: wrap;
  gap: 7.5rem;
  justify-content: center;
}
.clients-area .clients-list li img {
  height: 6.9rem;
  width: auto;
}

@media only screen and (max-width: 1023px) {
  .clients-area {
    display: block !important;
    padding: 6rem 0;
  }
  .clients-area .basic-grid {
    padding: 0 2rem !important;
    box-sizing: border-box;
  }
  .clients-area .basic-grid .clients-list {
    column-gap: 3.5rem;
    row-gap: 2.8rem;
  }
  .clients-area .basic-grid .clients-list li img {
    height: 4.9rem;
    width: auto;
  }
}
.page-template-home .mobile-cta {
  display: none;
}
.page-template-home section {
  padding: 9rem 0 9rem 0;
}
.page-template-home .hero {
  padding: 9rem 0 0 0;
}
.page-template-home .hero .basic-grid {
  color: var(--eggplant);
  padding: 0 5rem;
  box-sizing: border-box;
  grid-template-columns: 50% 50%;
  align-items: center;
}
.page-template-home .hero .basic-grid .animation-stage {
  width: 74.5rem;
  height: 55.9rem;
  background: white;
}
.page-template-home .hero .basic-grid .animation-stage:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../../assets/an-stage-top.png) no-repeat center/contain;
}
.page-template-home .hero .basic-grid .animation-stage #hero-lottie {
  width: 100%;
  height: 100%;
}
.page-template-home .hero .basic-grid .text-side {
  padding-inline-end: 4rem;
  box-sizing: border-box;
}
.page-template-home .hero .basic-grid .text-side h1 {
  white-space: pre-line;
  margin: 0;
}
.page-template-home .hero .basic-grid .text-side p {
  margin: 4rem 0;
}
.page-template-home .solutions-area {
  padding: 9rem 0 0 0;
}
.page-template-home .solutions-area .solution-button-item {
  border: none !important;
}
.page-template-home .solutions-area .solution-button-item.is-active .button {
  background: var(--eggplant) !important;
  color: #f7f5f0 !important;
}
.page-template-home .solutions-area .solution-button-item .button {
  font-size: 2rem;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 3rem */
  color: var(--eggplant);
  background: #f7f5f0;
  border-radius: 10rem;
  padding: 0.7rem 2.2rem;
  border: none;
  transition: 0.3s all;
}
.page-template-home .solutions-area .solution-button-item .button:hover {
  background: #fbf0fa;
  color: var(--eggplant);
}
.page-template-home .solutions-area .solutions-sliders-container {
  justify-content: space-between;
  grid-template-columns: 40% 60%;
  padding-top: 4rem;
}
.page-template-home .solutions-area .solutions-sliders-container .solutions-list {
  max-width: 50rem;
}
.page-template-home .solutions-area .solutions-sliders-container li {
  height: 50rem;
  display: flex;
  flex-direction: column;
}
.page-template-home .solutions-area .solutions-sliders-container li a {
  text-decoration: none;
  color: var(--eggplant);
}
.page-template-home .solutions-area .solutions-sliders-container li.solution-item {
  padding-top: 2rem;
  opacity: 0;
  transition: 0.5s all;
}
.page-template-home .solutions-area .solutions-sliders-container li.solution-item.is-active {
  opacity: 1;
}
.page-template-home .solutions-area .solutions-list p,
.page-template-home .solutions-area .solutions-list h2 {
  margin: 0;
}
.page-template-home .solutions-area .solutions-list p.summary {
  margin: 4rem 0 2.9rem;
}
.page-template-home .solutions-area .solutions-list-images {
  height: 56rem;
  max-height: 66vh;
}
.page-template-home .solutions-area .solutions-list-images .solution-image-item {
  height: 100%;
}
.page-template-home .solutions-area .solutions-list-images .solution-image {
  height: 100%;
}
.page-template-home .solutions-area .solution-image-item {
  position: absolute !important;
  transform: none !important;
}
.page-template-home .solutions-area .solution-image {
  display: flex;
  justify-content: flex-end;
}
.page-template-home .solutions-area .solution-image picture {
  display: flex;
  justify-content: flex-end;
}
.page-template-home .solutions-area .solution-image picture img {
  width: auto;
  height: auto;
}
.page-template-home .solutions-area li.solution-image-item:nth-child(4) picture img {
  width: auto;
}
.page-template-home .pin-spacer {
  width: 100% !important;
  overflow: hidden !important;
}
.page-template-home .benefits-area {
  overflow: hidden;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 !important;
}
.page-template-home .benefits-area .benfits-desktop-wrapper {
  width: 100%;
  max-width: 144rem;
  margin: auto;
}
.page-template-home .benefits-area .splide.is-initialized:not(.is-active) .splide__list {
  display: flex !important;
  flex-wrap: wrap;
}
.page-template-home .benefits-area .splide.is-initialized:not(.is-active) .splide__track {
  overflow: visible;
}
.page-template-home .benefits-area .benefits-list {
  display: flex;
  row-gap: 2.7rem;
  justify-content: space-between;
}
.page-template-home .benefits-area .benefits-list li {
  flex: 0 0 49%;
  height: 40rem;
  padding: 4rem 6rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  text-align: center;
  border-radius: 0.8rem;
}
.page-template-home .benefits-area .benefits-list li:nth-child(3n+1) {
  background: var(--blue);
}
.page-template-home .benefits-area .benefits-list li:nth-child(3n+2) {
  background: var(--beige);
}
.page-template-home .benefits-area .benefits-list li:nth-child(3n+3) {
  background: var(--secondary-green);
}
.page-template-home .benefits-area .benefits-list li:nth-child(3n+4) {
  background: var(--purple);
}
.page-template-home .benefits-area .benefits-list li h2,
.page-template-home .benefits-area .benefits-list li p {
  margin: 0;
}
.page-template-home .benefits-area .benefits-list li img {
  height: 9.4rem;
  width: auto;
}
.page-template-home .customer-types-area {
  background: var(--beige);
  padding-bottom: 20rem;
}
.page-template-home .customer-types-area .client-type-item {
  display: flex;
  top: 0;
  align-items: flex-start;
}
.page-template-home .customer-types-area .client-type-item .inner-wrapper {
  padding: 4rem 0 3rem 0;
  display: flex;
  width: 100%;
  align-items: flex-end;
  justify-content: center;
  border-bottom: 1px solid var(--eggplant);
}
.page-template-home .customer-types-area .client-type-item .inner-wrapper .inner-centerer {
  width: 110rem;
  display: flex;
  justify-content: center;
  gap: 5rem;
  height: 11rem;
}
.page-template-home .customer-types-area .client-type-item .heading {
  flex: 0 0 50rem;
  display: flex;
  justify-content: flex-end;
}
.page-template-home .customer-types-area .client-type-item .heading h2 {
  width: 50%;
}
.page-template-home .customer-types-area .client-type-item .heading h2 {
  margin: 0;
}
.page-template-home .customer-types-area .client-type-item .content {
  flex: 0 0 50rem;
}
.page-template-home .customer-types-area .client-type-item ul {
  list-style: "- ";
  padding-inline-start: 1rem;
}
.page-template-home .benefits-area-splide {
  margin: 15rem 0 0 0;
}
@media screen and (max-width: 1023px) {
  .page-template-home .mobile-cta {
    height: 9rem;
    width: 100%;
    display: block;
    position: sticky;
    bottom: 0;
    z-index: 999999;
  }
  .page-template-home .mobile-cta.show .mobile-cta-content {
    transform: translateY(0);
  }
  .page-template-home .mobile-cta .mobile-cta-content {
    height: 100%;
    background: white;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: translateY(14rem);
    transition: 0.2s all ease-in-out;
  }
  .page-template-home .mobile-cta .mobile-cta-content a {
    width: 18rem;
    text-align: center;
  }
  .page-template-home section {
    padding: 4rem 0;
  }
  .page-template-home section.hero {
    display: block !important;
    padding-top: 12rem;
  }
  .page-template-home section.hero .basic-grid {
    display: block;
    padding: 0;
  }
  .page-template-home section.hero .basic-grid .text-side {
    padding: 0 2rem;
    box-sizing: border-box;
    text-align: center;
  }
  .page-template-home section.hero .basic-grid .animation-stage {
    margin-top: 4rem;
    width: 100%;
    aspect-ratio: 1/0.7503355705;
    height: auto;
  }
  .page-template-home section.solutions-area {
    display: block !important;
  }
  .page-template-home section.solutions-area .controller-splide .splide__arrow {
    height: 3.5rem;
    width: 3.5rem;
    border-radius: 50%;
    border: 1px solid #8f4f87;
    background: white !important;
    opacity: 1 !important;
  }
  .page-template-home section.solutions-area .controller-splide .splide__arrow.splide__arrow--prev {
    right: 0em;
  }
  .page-template-home section.solutions-area .controller-splide .splide__arrow.splide__arrow--next {
    left: 0em;
  }
  .page-template-home section.solutions-area .controller-splide .splide__arrow svg {
    width: 1.5rem;
    height: 1.5rem;
  }
  .page-template-home section.solutions-area .controller-splide .splide__arrow svg path {
    fill: none;
    stroke: var(--eggplant);
    stroke-width: 2px;
  }
  .page-template-home section.solutions-area .controller-splide .splide__arrow:disabled {
    opacity: 0.3 !important;
  }
  .page-template-home section.solutions-area .controller-splide li {
    display: flex;
    justify-content: center;
  }
  .page-template-home section.solutions-area .controller-splide li span.button {
    display: inline-block;
    font-size: 1.7rem;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
  }
  .page-template-home section.solutions-area .solutions-sliders-container {
    display: block;
    text-align: center;
  }
  .page-template-home section.solutions-area .solutions-sliders-container .solutions-list-images {
    height: auto;
  }
  .page-template-home section.solutions-area .solutions-sliders-container .solutions-list-images picture {
    display: block;
  }
  .page-template-home section.solutions-area .solutions-sliders-container li.solution-image-item {
    height: auto;
  }
  .page-template-home section.solutions-area .solutions-sliders-container li.solution-image-item:first-child {
    position: static !important;
  }
  .page-template-home section.solutions-area .solutions-sliders-container li.solution-image-item:nth-child(4) picture img {
    width: 100%;
  }
  .page-template-home section.solutions-area .solutions-sliders-container .solution-image {
    display: block;
    padding: 4rem 2rem;
    box-sizing: border-box;
  }
  .page-template-home section.solutions-area .solutions-sliders-container .solution-image img {
    width: 100%;
  }
  .page-template-home section.solutions-area .solutions-sliders-container .solution-item {
    padding: 0 4rem;
    box-sizing: border-box;
  }
  .page-template-home section.solutions-area .solutions-sliders-container .solution-item .summary {
    margin-top: 3rem;
  }
  .page-template-home section.solutions-area .solutions-sliders-container .solution-item a {
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    padding: 0.5rem 3.8rem !important;
    align-self: center;
  }
  .page-template-home section.benefits-area {
    display: block !important;
    padding: 0 !important;
    height: auto !important;
    display: flex !important;
    align-self: center;
  }
  .page-template-home section.benefits-area .benfits-desktop-wrapper {
    margin-top: 0;
  }
  .page-template-home section.benefits-area .splide__pagination {
    position: static;
    margin-top: 2rem;
  }
  .page-template-home section.benefits-area .splide__pagination button.is-active {
    background: var(--eggplant);
    opacity: 1;
    transform: none;
  }
  .page-template-home section.benefits-area .benefits-list {
    gap: 0;
  }
  .page-template-home section.benefits-area .benefits-list li {
    flex: 0 0 80vw;
    max-width: 40rem;
    box-sizing: border-box;
    padding: 2.2rem;
  }
  .page-template-home section.customer-types-area {
    display: block !important;
    padding-bottom: 0;
  }
  .page-template-home section.customer-types-area h2 {
    margin: 0;
  }
  .page-template-home section.customer-types-area .basic-grid {
    padding: 0 2rem !important;
    box-sizing: border-box;
  }
  .page-template-home section.customer-types-area .customer-types-list {
    padding-bottom: 1rem !important;
  }
  .page-template-home section.customer-types-area .customer-types-list .client-type-item {
    position: static;
    height: auto;
    transform: none !important;
  }
  .page-template-home section.customer-types-area .customer-types-list .client-type-item:last-child .inner-wrapper {
    border-bottom: none;
    padding: 2rem 0 3rem 0;
  }
  .page-template-home section.customer-types-area .inner-centerer {
    height: auto !important;
    width: 100% !important;
    display: block !important;
    text-align: center;
  }
  .page-template-home section.customer-types-area .inner-centerer .heading {
    display: flex;
    justify-content: center;
  }
  .page-template-home section.customer-types-area .inner-centerer .heading h2 {
    margin-bottom: 2rem;
  }
  .page-template-home section.customer-types-area .inner-centerer ul {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}/*# sourceMappingURL=homepage.css.map */