/*!**********************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./blocks/image-content-cta/image-content-cta.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);
  }
}
.image-content-cta {
  padding: 1.875rem 0rem 1.875rem;
}
@media screen and (min-width: 1180px) {
  .image-content-cta {
    padding: 3.75rem 0rem 3.75rem;
  }
}
.image-content-cta__content {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: space-between;
  gap: 2.5rem;
}
@media screen and (min-width: 1024px) {
  .image-content-cta__content {
    flex-direction: row;
  }
}
@media screen and (min-width: 1024px) {
  .image-content-cta__content.reversed {
    flex-direction: row-reverse;
  }
}
.image-content-cta__image {
  max-width: 36.875rem;
  width: 100%;
  height: auto;
  border-radius: 0.625rem;
  opacity: 0;
  transform: translateY(2.5rem);
}
.image-content-cta__image.show {
  animation: fade-in-up 1s ease forwards;
}
.image-content-cta__text {
  max-width: 35.125rem;
}
.image-content-cta__text-label {
  color: #0080ff;
  text-transform: uppercase;
  margin: 0 0 0.875rem;
}
.image-content-cta__text h2 {
  margin: 0 0 1.375rem;
}
.image-content-cta__text-content {
  opacity: 0;
  transform: translateY(2.5rem);
}
.image-content-cta__text-content.show {
  animation: fade-in-up 1s ease forwards;
}
.image-content-cta__btn {
  display: block;
  margin: 2.25rem 0 0;
  opacity: 0;
  transform: translateY(2.5rem);
}
.image-content-cta__btn.show {
  animation: fade-in-up 1s ease forwards;
}

/*# sourceMappingURL=image-content-cta.css.map*/