.gfc.module-cta-block-cards {
  position: relative;
}
.gfc.module-cta-block-cards .wrapper-class {
  background-color: #fff;
}
.gfc.module-cta-block-cards img {
  object-fit: cover;
  width: 100%;
  height: 380px;
}
.gfc.module-cta-block-cards .card {
  --bs-card-cap-padding-y: 0;
  --bs-card-cap-padding-x: 0;
  background-color: rgba(228, 228, 229, 0.5);
  box-shadow: 4px 4px 10px 2px rgba(64, 66, 71, 0.2);
  padding-block-end: 2rem;
  transition: background-color 0.6s;
  overflow: hidden;
}
.gfc.module-cta-block-cards .card-body {
  padding: 4rem 2rem 0;
}
.gfc.module-cta-block-cards .card-footer {
  padding: 1rem 2rem 2rem;
  transition: transform 0.6s;
}
.gfc.module-cta-block-cards .card .title {
  color: #0a0b0e;
  font-family: "Selawik Bold", sans-serif;
  font-size: clamp(28px, 4vw, 36px);
  line-height: clamp(36px, 4vw, 44px);
  padding-bottom: 10px;
  min-height: 100px;
  transition: color 0.6s, min-height 0.6s, transform 0.6s;
}
.gfc.module-cta-block-cards .card .blurb {
  opacity: 0;
  overflow: hidden;
  max-height: 0;
  transition: opacity 0.6s, color 0.6s, max-height 0.6s;
}
.gfc.module-cta-block-cards .card .cta-container {
  justify-content: flex-start;
}
.gfc.module-cta-block-cards .card:hover {
  background-color: #ba093d;
}
.gfc.module-cta-block-cards .card:hover .collapse {
  display: flex;
}
.gfc.module-cta-block-cards .card:hover .title {
  color: #fff;
  min-height: auto;
  padding-bottom: 0;
  transform: translateY(-10px);
}
.gfc.module-cta-block-cards .card:hover .blurb {
  color: #fff;
  opacity: 1;
  max-height: 100px;
}
.gfc.module-cta-block-cards .card:hover .card-footer {
  transform: translateY(10px);
}
.gfc.module-cta-block-cards .card:hover .card-footer .btn-primary {
  background-color: #fff;
  color: #0a0b0e;
  border: solid 4px #fff !important;
  transition: background-color 0.6s, color 0.6s, border-color 0.6s;
}
.gfc.module-cta-block-cards .card:hover .card-footer .btn-primary svg path {
  stroke: #0a0b0e;
  transition: stroke 0.6s;
}
.gfc.module-cta-block-cards .card svg path {
  stroke: #fff;
  stroke-width: 10%;
  transition: stroke 0.6s;
}
.gfc.module-cta-block-cards .ribbons.top.left {
  --ribbons-top-left-thin-width: 30%;
  --ribbons-top-left-thin-height: 3px;
  --ribbons-top-left-thin-bgcolor: #ba093d;
  --ribbons-top-left-thick-width: 50%;
  --ribbons-top-left-thick-height: 35px;
  --ribbons-top-left-thick-bgcolor: #9f0a3d;
  height: calc(var(--ribbons-top-left-thick-height) * 2);
}
.gfc.module-cta-block-cards .ribbons.top.left .thin {
  position: relative;
  z-index: 2;
  left: 0;
  top: 0;
  width: var(--ribbons-top-left-thin-width, 30%);
  height: var(--ribbons-top-left-thin-height, 3px);
  background-color: var(--ribbons-top-left-thin-bgcolor, #ba093d);
}
.gfc.module-cta-block-cards .ribbons.top.left .thick {
  position: relative;
  z-index: 2;
  left: 0;
  top: calc(var(--ribbons-top-left-thick-height) / 2);
  width: var(--ribbons-top-left-thick-width, 40%);
  height: var(--ribbons-top-left-thick-height, 50px);
  background-color: var(--ribbons-top-left-thick-bgcolor, #9f0a3d);
}
@media (min-width: 992px) {
  .gfc.module-cta-block-cards .ribbons.top.left {
    --ribbons-top-left-thin-width: 4%;
    --ribbons-top-left-thin-height: 3px;
    --ribbons-top-left-thin-bgcolor: #ba093d;
    --ribbons-top-left-thick-width: 5%;
    --ribbons-top-left-thick-height: 49px;
    --ribbons-top-left-thick-bgcolor: #9f0a3d;
    height: unset;
  }
}
@media screen and (min-width: 1500px) {
  .gfc.module-cta-block-cards .ribbons.top.left {
    --ribbons-top-left-thin-width: 13%;
    --ribbons-top-left-thick-width: 15%;
  }
}
@media (min-width: 992px) {
  .gfc.module-cta-block-cards .ribbons.top.left .thin {
    position: absolute;
    z-index: -1;
    left: 0;
    top: 40px;
    width: var(--ribbons-top-left-thin-width, 30%);
    height: var(--ribbons-top-left-thin-height, 3px);
    background-color: var(--ribbons-top-left-thin-bgcolor, #ba093d);
  }
  .gfc.module-cta-block-cards .ribbons.top.left .thick {
    position: absolute;
    z-index: -1;
    left: 0;
    top: 70px;
    width: var(--ribbons-top-left-thick-width, 40%);
    height: var(--ribbons-top-left-thick-height, 50px);
    background-color: var(--ribbons-top-left-thick-bgcolor, #9f0a3d);
  }
}

/*# sourceMappingURL=module-cta-block-cards.css.map */
