/*!**********************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./blocks/image-title-cards/image-title-cards.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-title-cards {
  padding: 3.75rem 0rem 1.875rem;
}
@media screen and (min-width: 1180px) {
  .image-title-cards {
    padding: 7.5rem 0rem 3.75rem;
  }
}
.image-title-cards h2 {
  max-width: 52.0625rem;
  margin: 0 0 0.5rem;
}
.image-title-cards__subtitle {
  margin: 0 0 1.875rem;
  max-width: 52.0625rem;
  color: #0080ff;
}
@media screen and (min-width: 768px) {
  .image-title-cards__subtitle {
    margin: 0 0 3.75rem;
  }
}
@media screen and (min-width: 1279px) {
  .image-title-cards__subtitle {
    margin: 0 0 6.25rem;
  }
}
.image-title-cards__cards {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 1.25rem;
}
@media screen and (min-width: 768px) {
  .image-title-cards__cards {
    grid-template-columns: repeat(2, 1fr);
  }
}
.image-title-cards__cards-card {
  overflow: hidden;
  border-radius: 0.375rem;
  opacity: 0;
  transform: translateY(2.5rem);
}
.image-title-cards__cards-card.show {
  animation: fade-in-up 1s ease forwards;
}
.image-title-cards__cards-card img {
  height: 15.625rem;
  width: 100%;
  object-fit: cover;
}
@media screen and (min-width: 520px) {
  .image-title-cards__cards-card img {
    height: 20.625rem;
  }
}
.image-title-cards__cards-card p {
  padding: 0.875rem 2.375rem;
  background: #f3f5ff;
}

/*# sourceMappingURL=image-title-cards.css.map*/