/* Precompiled from src/scss/overrides/_av-sections.scss and _av-why-sections.scss.
   Delete this file + its libraries.yml entry after the next theme build
   (the rules are then part of style.css). */
@charset "UTF-8";
.icon-circle {
  align-items: center;
  background-color: rgba(102, 88, 234, 0.1);
  border-radius: 50%;
  color: #6658EA;
  display: inline-flex;
  flex: 0 0 auto;
  font-size: 1.75rem;
  height: 4rem;
  justify-content: center;
  width: 4rem;
}
.icon-circle img,
.icon-circle svg {
  height: 2rem;
  object-fit: contain;
  width: 2rem;
}

.paragraph--type--bp-card.card--icon {
  background-color: #fff;
}

.card--icon {
  height: 100%;
  text-align: start;
}
.card--icon.paragraph.paragraph--color > .paragraph__column {
  padding-top: 0;
  padding-bottom: 0;
}
.card--icon.card .card-body .card-title {
  margin-bottom: 0.75rem;
  text-align: start;
}
.card--icon .card-text {
  color: var(--bs-gray-600, #6C757D);
  margin-bottom: 0;
}

@media (min-width: 992px) {
  .col-lg-3 .card--icon .card-body {
    padding: 1.5rem !important;
  }
  .col-lg-3 .card--icon .icon-circle {
    font-size: 1.5rem;
    height: 3.5rem;
    width: 3.5rem;
  }
  .col-lg-3 .card--icon .icon-circle img,
  .col-lg-3 .card--icon .icon-circle svg {
    height: 1.75rem;
    width: 1.75rem;
  }
  .col-lg-3 .card--icon .card-title {
    font-size: 1.125rem;
  }
}
.icon-circle .field {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  width: 100%;
}

.testimonials-slider .carousel-item {
  background-color: #fff;
}
.testimonials-slider .testimonial-visual {
  min-height: 16rem;
  overflow: hidden;
  position: relative;
}
.testimonials-slider .testimonial-visual img {
  display: block;
  height: 100%;
  left: 0;
  object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;
}
.testimonials-slider .testimonial-visual--fallback {
  background-color: #6658EA;
  background-image: radial-gradient(circle at 85% 10%, rgba(255, 255, 255, 0.08) 0, rgba(255, 255, 255, 0.08) 11rem, transparent 11.05rem), radial-gradient(circle at 8% 92%, rgba(255, 255, 255, 0.06) 0, rgba(255, 255, 255, 0.06) 14rem, transparent 14.05rem), linear-gradient(135deg, #6658EA 0%, #1B1642 100%);
}
.testimonials-slider .testimonial-visual--fallback::before {
  color: rgba(255, 255, 255, 0.85);
  content: "“";
  font-family: "DM Serif Display", serif;
  font-size: 10rem;
  left: 50%;
  line-height: 1;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -40%);
}
.testimonials-slider .testimonial-body {
  padding-bottom: 5.5rem !important;
}
.testimonials-slider .carousel-control-prev,
.testimonials-slider .carousel-control-next {
  background-color: #fff;
  border: 1px solid rgba(27, 22, 66, 0.1);
  border-radius: 50%;
  bottom: 1.75rem;
  box-shadow: 0 0.125rem 0.25rem rgba(27, 22, 66, 0.08);
  height: 2.75rem;
  opacity: 1;
  top: auto;
  width: 2.75rem;
}
.testimonials-slider .carousel-control-prev:hover,
.testimonials-slider .carousel-control-next:hover {
  background-color: #6658EA;
}
.testimonials-slider .carousel-control-prev:hover .carousel-control-prev-icon,
.testimonials-slider .carousel-control-prev:hover .carousel-control-next-icon,
.testimonials-slider .carousel-control-next:hover .carousel-control-prev-icon,
.testimonials-slider .carousel-control-next:hover .carousel-control-next-icon {
  filter: none;
}
.testimonials-slider .carousel-control-prev {
  left: auto;
  right: 5.25rem;
}
.testimonials-slider .carousel-control-next {
  left: auto;
  right: 1.75rem;
}
.testimonials-slider .carousel-control-prev-icon,
.testimonials-slider .carousel-control-next-icon {
  filter: invert(1) grayscale(100%) brightness(0.25);
  height: 1.25rem;
  width: 1.25rem;
}

.converge {
  align-items: center;
  display: flex;
  gap: 0.5rem;
}
.converge .converge-inputs {
  display: flex;
  flex: 0 0 42%;
  flex-direction: column;
  gap: 1.25rem;
}
.converge .converge-chip {
  background-color: #fff;
  border: 1px solid rgba(102, 88, 234, 0.18);
  border-radius: 0.75rem;
  box-shadow: 0 0.25rem 0.75rem rgba(27, 22, 66, 0.05);
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1.35;
  padding: 1.125rem 1.25rem;
}
.converge .converge-arrows {
  flex: 1 1 auto;
  min-width: 2.5rem;
}
.converge .converge-arrows svg {
  display: block;
  height: 17rem;
  width: 100%;
}
.converge .converge-arrows svg path {
  fill: none;
  stroke: rgba(102, 88, 234, 0.35);
  stroke-dasharray: 4 5;
  stroke-width: 2;
}
.converge .converge-out {
  flex: 0 0 40%;
}
.converge .converge-platform {
  background-image: linear-gradient(135deg, #6658EA 0%, #1B1642 100%);
  border-radius: 1rem;
  box-shadow: 0 1rem 2rem rgba(102, 88, 234, 0.25);
  color: #fff;
  padding: 2rem 1.75rem;
}
.converge .converge-platform-label {
  font-size: 0.6875rem;
  letter-spacing: 0.08em;
  opacity: 0.7;
  text-transform: uppercase;
}
.converge .converge-platform-name {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
}
.converge .converge-bars {
  align-items: flex-end;
  display: flex;
  gap: 0.375rem;
  height: 5.5rem;
}
.converge .converge-bars span {
  background-color: rgba(255, 255, 255, 0.55);
  border-radius: 0.1875rem;
  flex: 1 1 0;
}
.converge .converge-bars span:nth-child(4) {
  background-color: #F5C070;
}

@media (max-width: 767.98px) {
  .converge {
    flex-direction: column;
  }
  .converge .converge-inputs,
  .converge .converge-out {
    flex: 1 1 auto;
    width: 100%;
  }
  .converge .converge-arrows {
    height: 2.5rem;
    transform: rotate(90deg);
    width: 2.5rem;
  }
}
.growth .growth-track {
  align-items: flex-end;
  display: flex;
  gap: 1.25rem;
  height: 17rem;
}
.growth .growth-col {
  display: flex;
  flex: 1 1 0;
  flex-direction: column;
  height: 100%;
  justify-content: flex-end;
}
.growth .growth-bar {
  border-radius: 0.75rem 0.75rem 0.25rem 0.25rem;
  width: 100%;
}
.growth .growth-bar--1 {
  background-color: rgba(102, 88, 234, 0.16);
  height: 42%;
}
.growth .growth-bar--2 {
  background-color: rgba(102, 88, 234, 0.38);
  height: 68%;
}
.growth .growth-bar--3 {
  background-image: linear-gradient(180deg, #6658EA 0%, #1B1642 100%);
  box-shadow: 0 1rem 2rem rgba(102, 88, 234, 0.28);
  height: 100%;
}
.growth .growth-label {
  color: #1B1642;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.3;
  padding-top: 0.875rem;
}
.growth .growth-baseline {
  border-top: 2px dashed rgba(102, 88, 234, 0.3);
  margin-top: 0.75rem;
  padding-top: 0.75rem;
}
.growth .growth-baseline span {
  color: var(--bs-gray-600, #6C757D);
  font-size: 0.75rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.paragraph--type--bp-columns .row:has(.converge),
.paragraph--type--bp-columns .row:has(.growth) {
  align-items: center;
}

@media (max-width: 767.98px) {
  .converge,
  .growth {
    margin-bottom: 2.5rem;
    margin-top: 2.5rem;
  }
}
.btn-white,
a.btn-white,
a.btn-white:link,
a.btn-white:visited {
  --bs-btn-color: #1B1642;
  --bs-btn-hover-color: #6658EA;
  color: #1B1642 !important;
}

.btn-white:hover,
.btn-white:focus,
.btn-white:active,
a.btn-white:hover,
a.btn-white:focus,
a.btn-white:active {
  color: #6658EA !important;
}
