/*!********************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./blocks/hero/hero.scss ***!
  \********************************************************************************************************************************************/
.entry-content {
  padding: 0 !important;
}

*:target {
  scroll-margin-top: 6.25rem;
}
@media screen and (min-width: 1440px) {
  *:target {
    scroll-margin-top: 6.25rem;
  }
}

p .span-cta,
h1 .span-cta,
h2 .span-cta,
h3 .span-cta,
h4 .span-cta {
  color: #03bfd7;
}

.content > p + p {
  padding-top: 0.5rem;
}
@media screen and (min-width: 1279px) {
  .content > p + p {
    padding-top: 1rem;
  }
}

@keyframes fade-in-up {
  0% {
    opacity: 0;
    transform: translateY(rf(40));
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes enter-right {
  0% {
    opacity: 0;
    transform: translateX(4rem);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes dash {
  0% {
    stroke-dasharray: 1, 150;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -35;
  }
  100% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -124;
  }
}
@keyframes rotate {
  100% {
    transform: rotate(360deg);
  }
}
.hero {
  position: relative;
  overflow: hidden;
  background: #0080ff;
}
@media screen and (min-width: 768px) {
  .hero {
    min-height: calc(100vh - 4.1875rem);
  }
}
.hero.color-light-gray {
  background: #f3f5ff;
}
.hero.color-light-gray .hero__content {
  background: #f3f5ff;
  color: #101e3a;
}
.hero.color-light-gray .hero__svg-wrapper svg path {
  fill: #f3f5ff;
}
.hero.color-light-gray .hero__label {
  color: #0080ff;
}
.hero__content {
  color: #fff;
  width: 100%;
  max-width: 100%;
  background: #0080ff;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  z-index: 3;
  height: 100%;
  padding: 3.125rem 0.875rem;
}
@media screen and (min-width: 768px) {
  .hero__content {
    min-height: calc(100vh - 4.1875rem);
    max-width: 43%;
    padding: 6.25rem 0rem 6.25rem;
  }
}
@media screen and (min-width: 768px) and (min-width: 1180px) {
  .hero__content {
    padding: 12.5rem 0rem 12.5rem;
  }
}
.hero__content strong {
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .hero .container {
    padding: 0;
  }
}
.hero__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
  position: relative;
  max-height: 23.125rem;
}
@media screen and (min-width: 768px) {
  .hero__image {
    position: absolute;
    top: 0;
    max-width: 57%;
    right: 0;
    max-height: 100%;
  }
}
.hero__svg-wrapper {
  pointer-events: none;
  position: absolute;
  height: auto;
  width: 100%;
  z-index: 2;
  right: 0.0625rem;
  bottom: 0;
  transform: translateY(calc(100% - 0.0625rem));
}
.hero__svg-wrapper.hide-overlay {
  display: none;
}
@media screen and (min-width: 768px) {
  .hero__svg-wrapper {
    height: 100%;
    bottom: unset;
    top: 0;
    transform: translateX(calc(100% - 0.0625rem));
  }
  .hero__svg-wrapper.hide-overlay {
    display: block;
  }
}
.hero__svg-wrapper svg {
  height: 100%;
  width: auto;
  display: none;
}
@media screen and (min-width: 768px) {
  .hero__svg-wrapper svg {
    display: block;
  }
}
.hero__label {
  margin: 0 0 1.5rem;
  overflow: hidden;
}
.hero__label span {
  display: block;
  transform: translateY(100%);
  transition: transform 1s ease;
}
.hero__title {
  margin-bottom: 37px;
  transform: translateY(1.25rem);
  opacity: 0;
  transition: transform 1s ease, opacity 1s ease;
  transition-delay: 0.3s;
}
.hero__text {
  margin-bottom: 40px;
  max-width: 28.75rem;
  opacity: 0;
  transform: translateY(1.25rem);
  transition: opacity 1s ease, transform 1s ease;
  transition-delay: 0.45s;
}
.hero__btn {
  opacity: 0;
  transform: translateY(1.25rem);
}
.hero.show .hero__label span {
  transform: translateY(0);
}
.hero.show .hero__title {
  transform: translateY(0);
  opacity: 1;
}
.hero.show .hero__text {
  transform: translateY(0);
  opacity: 1;
}
.hero.show .hero__btn {
  animation: fade-in-up 1s forwards ease;
  animation-delay: 0.6s;
}

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