.bg--white {
  background: #ffffff !important;
}

.color--white {
  color: #ffffff !important;
}

.bg--black {
  background: #000000 !important;
}

.color--black {
  color: #000000 !important;
}

.bg--blue {
  background: #004797 !important;
}

.color--blue {
  color: #004797 !important;
}

.bg--darkblue {
  background: #212B59 !important;
}

.color--darkblue {
  color: #212B59 !important;
}

.bg--purple {
  background: #8C1D82 !important;
}

.color--purple {
  color: #8C1D82 !important;
}

.bg--orange {
  background: #F08300 !important;
}

.color--orange {
  color: #F08300 !important;
}

.bg--pastelblue {
  background: #E8EDFF !important;
}

.color--pastelblue {
  color: #E8EDFF !important;
}

.bg--pastelorange {
  background: #FBE9D5 !important;
}

.color--pastelorange {
  color: #FBE9D5 !important;
}

.hero-wrapper {
  position: relative;
  overflow: hidden;
}
.hero-wrapper.home {
  background: linear-gradient(to right, #8F207E, #F08300);
}
.hero-wrapper.alternative, .hero-wrapper.standard {
  background-size: 100% 100%;
  background-position: top center;
  background-repeat: no-repeat;
}

.eye-block.hero {
  padding-top: 0;
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
  .eye-block.hero {
    padding-top: 100px;
  }
}
@media screen and (max-width: 992px) {
  .eye-block.hero {
    padding-top: 150px;
  }
}
.eye-block.hero.hero--alternative {
  padding-bottom: 0 !important;
}
.eye-block.hero.hero--standard .hero--content.standard p {
  max-width: 100% !important;
}
.eye-block.hero.hero--home, .eye-block.hero.hero--alternative {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-bottom: 4rem;
}
.eye-block.hero.hero--home .hero--home-main, .eye-block.hero.hero--alternative .hero--home-main {
  margin-bottom: -3rem;
}
@media screen and (max-width: 992px) {
  .eye-block.hero.hero--home .hero--home-main .row, .eye-block.hero.hero--alternative .hero--home-main .row {
    overflow: hidden;
  }
}
@media screen and (max-width: 1200px) {
  .eye-block.hero.hero--home .hero--home-main, .eye-block.hero.hero--alternative .hero--home-main {
    margin-bottom: 0;
  }
}
.eye-block.hero.hero--home .hero--home-main .hero--content.home, .eye-block.hero.hero--alternative .hero--home-main .hero--content.home {
  color: #ffffff;
  position: relative;
  z-index: 1;
}
.eye-block.hero.hero--home .hero--home-main .hero--content.home h1, .eye-block.hero.hero--alternative .hero--home-main .hero--content.home h1 {
  margin-bottom: 1rem;
  color: #ffffff;
}
.eye-block.hero.hero--home .hero--home-main .hero--content.home p, .eye-block.hero.hero--alternative .hero--home-main .hero--content.home p {
  max-width: 500px;
  margin-bottom: 1.5rem;
}
.eye-block.hero.hero--home .hero--home-main .hero--home-image, .eye-block.hero.hero--alternative .hero--home-main .hero--home-image {
  position: relative;
  top: 15%;
  transform: translateY(-15%);
  z-index: 0;
}
.eye-block.hero.hero--home .hero--home-main .hero--home-image img, .eye-block.hero.hero--alternative .hero--home-main .hero--home-image img {
  width: 150%;
  height: 150%;
  position: relative;
  right: -3rem;
}
@media screen and (max-width: 992px) {
  .eye-block.hero.hero--home .hero--home-main .hero--home-image img, .eye-block.hero.hero--alternative .hero--home-main .hero--home-image img {
    right: unset;
  }
}
.eye-block.hero.hero--home .hero--home-main .hero--home-image .hero-reviews, .eye-block.hero.hero--alternative .hero--home-main .hero--home-image .hero-reviews {
  background-color: #ffffff;
  padding: 1rem;
  border-radius: 1rem;
  width: fit-content;
  position: absolute;
  left: 0;
  bottom: 2.5rem;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
}
.eye-block.hero.hero--home .hero--home-main .hero--home-image .hero-reviews p, .eye-block.hero.hero--alternative .hero--home-main .hero--home-image .hero-reviews p {
  font-size: 1rem;
  margin-bottom: 0.5rem;
}
.eye-block.hero.hero--home .hero--home-main .hero--home-image .hero-reviews .hero-reviews--stars i, .eye-block.hero.hero--alternative .hero--home-main .hero--home-image .hero-reviews .hero-reviews--stars i {
  color: #F08300;
}
.eye-block.hero.hero--home .hero--home-partners, .eye-block.hero.hero--alternative .hero--home-partners {
  text-align: center;
  color: white;
}
.eye-block.hero.hero--home .hero--home-partners h3, .eye-block.hero.hero--alternative .hero--home-partners h3 {
  margin-bottom: 2.5rem;
  color: #ffffff;
}
.eye-block.hero.hero--standard {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-top: 2rem;
  min-height: 600px;
}
@media screen and (max-width: 992px) {
  .eye-block.hero.hero--standard {
    min-height: unset;
    padding-top: 8rem;
  }
}
.eye-block.hero.hero--standard .hero--content.standard {
  color: #ffffff;
  position: relative;
  z-index: 1;
}
.eye-block.hero.hero--standard .hero--content.standard h1 {
  margin-bottom: 1rem;
  color: #ffffff;
}
.eye-block.hero.hero--standard .hero--content.standard p {
  max-width: 500px;
  margin-bottom: 1.5rem;
}
.eye-block.hero.hero--standard .badge.hero-parent {
  padding: 0.5rem;
  border-radius: 0.5rem;
  background: #E8EDFF;
  color: #212B59;
  font-weight: 400;
  margin-bottom: 0.5rem;
}

.hero--image.standard {
  position: absolute;
  bottom: -10rem;
  right: -10rem;
  z-index: 0;
  width: clamp(550px, 50vw, 700px);
  height: auto;
}
@media screen and (max-width: 992px) {
  .hero--image.standard {
    position: relative;
    width: 100%;
    height: auto;
    bottom: -5rem;
    right: unset;
    margin-top: 2rem;
  }
}
.hero--image.standard img {
  width: 100%;
  height: 100%;
  position: relative;
  object-fit: cover;
  aspect-ratio: 172/153;
  mask-size: cover;
  -webkit-mask-size: cover;
  mask-position: center;
  -webkit-mask-position: center;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
}

.hero.hero--alternative .hero--content .btn.btn-secondary:hover, .hero.hero--standard .hero--content .btn.btn-secondary:hover {
  background: #004797 !important;
}

.hero--content .btn {
  border: none !important;
}
.hero--content .btn:hover {
  border: none !important;
}

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