.hero-section {
  background: linear-gradient(to bottom, #CBE1FC, #ffffff);
  min-height: 890px;
  display: flex;
  align-items: center;
  padding-top: 90px;
  padding-bottom: 90px;
}
@media (min-width: 992px) {
  .hero-section {
    padding-top: 135px;
  }
}
@media (max-width: 767.98px) {
  .hero-section {
    min-height: auto;
  }
}
.ads-block--dark-eggplant .hero-section {
  background: #481739;
}
.ads-block--dark-eggplant .hero-section .btn.btn-ai.btn-secondary {
  background: #FFB985;
  color: #341D51;
  border-color: #FFB985;
}
.ads-block--dark-eggplant .hero-section h1 {
  color: #FEF9F0;
}
.ads-block--dark-eggplant .hero-section .global-badge {
  color: #481739;
  background: #FFF6EC;
}
.ads-block--dark-eggplant .hero-section .btn.btn-ai.btn-primary {
  background: linear-gradient(0deg, #FFF6EC, #FFF6EC);
  color: #481739;
  border-color: #FFF6EC;
}
.ads-block--dark-eggplant .hero-section .hero-description p {
  color: #FFF6EC;
}
.ads-block--purple-3 .hero-section {
  background: #0A1333;
}
.ads-block--purple-3 .hero-section:before {
  background: linear-gradient(180deg, rgba(203, 173, 238, 0) 0%, #CBADEE 79.91%);
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  opacity: 0.5;
  height: 50%;
}
.ads-block--purple-3 .hero-section .global-badge {
  color: #331C51;
  background: linear-gradient(217.51deg, #FEF9F0 6.73%, #DBF1B9 26.68%, #FFB985 39.06%, #CBADEE 67.35%, #ABD3F1 95.15%), #CBADEE;
}
.ads-block--purple-3 .hero-section .btn.btn-ai.btn-primary {
  background: rgba(109, 109, 109, 0.2);
  border-color: rgba(109, 109, 109, 0.2);
}
.ads-block--purple-3 .hero-section .btn.btn-ai.btn-secondary {
  background: #FFB985;
  border-color: #FFB985;
  color: #331C51;
}
.ads-block--purple-1 .hero-section {
  background: radial-gradient(66.09% 146.07% at 0% -31.13%, #7D5EA1 0%, #331C51 100%);
}
.ads-block--darkpurple .hero-section {
  position: relative;
  overflow: hidden;
  background: #0A1333;
}
.ads-block--darkpurple .hero-section:before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(80% 60% at 50% 50%, #d9d9d9 0%, rgba(217, 217, 217, 0) 61.47%);
  opacity: 0.2; /* adjust to taste */
}
.ads-block--darkpurple .hero-section:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, #CF8AFF 0%, #AA81FF 14.29%, #FF66C1 28.57%, #FFAD74 42.86%, #FF63D1 57.14%, #AA81FF 71.43%, #FF66C1 85.71%, #CF8AFF 100%);
  opacity: 0.2;
}
.ads-block--darkpurple .hero-section h1 {
  color: #CBADEE;
}
.ads-block--darkpurple .hero-section .btn.btn-ai.btn-primary {
  color: #fff;
  background: rgba(109, 109, 109, 0.2);
  border-color: rgba(109, 109, 109, 0.2);
}
.ads-block--darkpurple .hero-section .hero-description p {
  color: #fff;
}
.ads-block--green .hero-section {
  background: linear-gradient(180deg, #DBF1B9 0%, rgba(219, 241, 185, 0) 100%);
}
.ads-block--green .hero-section h1 {
  color: #003838;
}
.ads-block--green .hero-section .description p {
  color: #343241;
}
.ads-block--green .hero-section .btn.btn-ai.btn-primary {
  background: #003838;
  border-color: #003838;
  color: #DBF1B9;
}
.ads-block--lightblue-2 .hero-section {
  background: linear-gradient(273.99deg, #FDF3EE 5.76%, #AAD2F0 100.63%), #FFFFFF;
  backdrop-filter: blur(130.048px);
}
.ads-block--lightblue-2 .hero-section .btn.btn-ai.btn-primary {
  background: #FFB985;
  border-color: #FFB985;
  color: #1A2C6F;
}
.ads-block--lightblue-2 .hero-section .global-badge {
  color: #1A2C6F;
  background: #FFB985;
}
.ads-block--darkblue .hero-section {
  background: #1A2C6F;
}
.ads-block--darkblue .hero-section h1, .ads-block--darkblue .hero-section .description p {
  color: #fff;
}
.ads-block--darkblue .hero-section .btn.btn-ai.btn-primary {
  background: #FFB985;
  border-color: #FFB985;
  color: #1A2C6F;
}
@media (max-width: 767.98px) {
  .ads-block--darkblue .hero-section .btn-secondary {
    margin-left: auto;
    margin-right: auto;
    background-color: rgba(109, 109, 109, 0.2) !important;
    border: none;
    color: #fff !important;
    min-width: 220px;
  }
}
.hero-section .container {
  z-index: 99;
}
.hero-section h1 {
  margin-bottom: 1rem;
  color: #1A2C6F;
}
.single-case-studies .hero-section h1 {
  color: #1A2C6F;
  font-size: 55px;
  max-width: 903px;
}
.ads-block--purple-1 .hero-section h1, .ads-block--purple-3 .hero-section h1 {
  color: #CBADEE;
}
.ads-block--purple-1 .hero-section h1 span, .ads-block--purple-3 .hero-section h1 span {
  color: #ffffff;
}
.ads-block--brown .hero-section h1 {
  color: #481739;
}
@media (max-width: 767.98px) {
  .hero-section .btn.btn-ai.btn-primary {
    width: 100%;
  }
}
.ads-block--purple-1 .hero-section .btn.btn-ai.btn-primary {
  background-color: #FFB985 !important;
  border-color: #FFB985 !important;
  color: #331C51;
}
.ads-block--brown .hero-section .btn.btn-ai.btn-primary {
  color: #1A2C6F;
  background: #FFB985;
  border-color: #FFB985;
}
@media (max-width: 767.98px) {
  .hero-section .btn.btn-ai.btn-secondary {
    width: 100%;
  }
}
.ads-block--purple-1 .hero-section .btn.btn-ai.btn-secondary {
  background-color: rgba(109, 109, 109, 0.2);
  border-color: rgba(109, 109, 109, 0.2);
  color: #fff;
}
.hero-section .hero-description p {
  color: #343241;
}
.ads-block--purple-1 .hero-section .hero-description p, .ads-block--purple-3 .hero-section .hero-description p {
  color: #ffffff;
}
.hero-section .hero-image {
  text-align: center;
}
.hero-section .hero-image img {
  max-width: 100%;
  height: auto;
  border-radius: 70px;
  margin: 0 auto;
}
.hero-section .hero-bottom-text {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  margin-bottom: 30px;
  color: #343241;
  margin-top: 1.5rem;
  font-weight: 500;
  line-height: 32px;
}
@media screen and (min-width: 756px) {
  .hero-section .hero-bottom-text {
    font-size: 18px;
  }
}
@media (max-width: 767.98px) {
  .hero-section .hero-bottom-text {
    font-size: 12px;
  }
}
.hero-section .one-column .global-badge {
  background: #FFB985;
  color: #1A2C6F;
}
.ads-block--brown .hero-section .one-column .global-badge {
  color: #481739;
  background: transparent;
  border: 1px solid #E7E8E9;
}
.single-case-studies .hero-section .one-column .global-badge {
  color: #fff;
  background: #331C51;
  border: 1px solid #331C51;
}
.hero-section .one-column h1 {
  max-width: 977px;
  color: #fff;
}
.single-case-studies .hero-section .one-column h1 {
  color: #1A2C6F;
  font-size: 55px;
  max-width: 903px;
}
@media (max-width: 767.98px) {
  .single-case-studies .hero-section .one-column h1 {
    font-size: 32px;
  }
}
.ads-block--brown .hero-section .one-column h1 {
  color: #481739;
}
.hero-section .one-column .hero-description {
  max-width: 669px;
}
.hero-section .one-column .hero-description p {
  color: #fff;
}
.single-case-studies .hero-section .one-column .hero-description p {
  color: #1A2C6F;
}
.ads-block--brown .hero-section .one-column .hero-description p {
  color: #481739;
}
.ads-block--orange-2 .hero-section {
  background: linear-gradient(180deg, #FFB985 0%, #FFFFFF 100%);
}
.ads-block--orange-2 .hero-section .btn.btn-ai.btn-secondary {
  background: #6D1A0C;
  color: #fff;
  border-color: #6D1A0C;
}
.ads-block--orange-2 .hero-section h1 {
  color: #6D1A0C;
}
.ads-block--orange-2 .hero-section .global-badge {
  color: #6D1A0C;
  background: #FFB985;
}
.ads-block--orange-2 .hero-section .btn.btn-ai.btn-primary {
  background: linear-gradient(0deg, #FFF6EC, #FFF6EC);
  color: #6D1A0C;
  border-color: #FFF6EC;
}
.ads-block--orange-2 .hero-section .hero-description p {
  color: #343241;
}
.ads-block--orange .hero-section, .ads-block--orange .hero-section.one-column {
  background: transparent;
}
.ads-block--orange .hero-section:after, .ads-block--orange .hero-section.one-column:after {
  content: "";
  background: linear-gradient(180deg, #FFB985 0%, #FFFFFF 100%), #ABD3F1;
  height: 232px;
  width: 100%;
  bottom: 0;
  position: absolute;
  left: 0;
  transform: matrix(1, 0, 0, -1, 0, 0);
}
.ads-block--orange .hero-section h1, .ads-block--orange .hero-section.one-column h1 {
  color: #1A2C6F;
}
.ads-block--orange .hero-section .description p, .ads-block--orange .hero-section.one-column .description p {
  color: #1A2C6F;
}
@media (max-width: 767.98px) {
  .hero-section.one_col {
    min-height: 400px;
    padding-top: 140px;
  }
}
.hero-section .swiper-free-mode > .swiper-wrapper {
  transition-timing-function: linear;
  margin: 0 auto;
}
.hero-section video {
  border-radius: 65px;
}

/*# sourceMappingURL=style.css.map */
