.gfc.module-cta-block-cards-2 {
  position: relative;
}
.gfc.module-cta-block-cards-2 .stage {
  position: relative;
  height: 100%;
}
.gfc.module-cta-block-cards-2 .stage::before {
  content: "";
  position: absolute;
  display: block;
  width: 100vw;
  top: 0;
  left: calc((100vw - 100%) / -2);
  background-color: var(--bg-color);
  height: 100%;
  z-index: -1;
}
.gfc.module-cta-block-cards-2 .thumbnail-image {
  width: 100%;
  object-fit: cover;
  height: 380px;
}
@media (min-width: 992px) {
  .gfc.module-cta-block-cards-2 .thumbnail-image {
    height: 482px;
  }
}
.gfc.module-cta-block-cards-2 .thumbnail-image-title {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 0.7rem 2rem;
  background-color: var(--bg-color);
  color: #BA093D;
  font-family: Assistant, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}
.gfc.module-cta-block-cards-2 .title {
  color: #000;
  font-family: "Selawik Semibold", sans-serif;
  font-size: clamp(30px, 4vw, 30px);
  line-height: clamp(38px, 4vw, 38px);
  font-weight: 600;
}
.gfc.module-cta-block-cards-2 .blurb {
  color: #1E2127;
  font-family: Assistant, sans-serif;
  font-size: clamp(18px, 4vw, 20px);
  line-height: clamp(28px, 4vw, 30px);
  font-weight: 400;
}
.gfc.module-cta-block-cards-2 .cta {
  color: #BA093D;
  font-family: Assistant;
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
}
.gfc.module-cta-block-cards-2 .ribbons.top.right {
  --ribbons-top-right-thin-width: 70%;
  --ribbons-top-right-thin-height: 3px;
  --ribbons-top-right-thin-bgcolor: #BA093D;
  --ribbons-top-right-thick-width: 60%;
  --ribbons-top-right-thick-height: 35px;
  --ribbons-top-right-thick-bgcolor: #9F0A3D;
  height: calc(var(--ribbons-top-right-thick-height) * 2);
  position: relative;
  top: calc(var(--ribbons-top-right-thick-height) / 2);
  z-index: 1;
}
.gfc.module-cta-block-cards-2 .ribbons.top.right .thin {
  position: relative;
  z-index: 2;
  left: calc(100% - var(--ribbons-top-right-thin-width));
  top: 10px;
  width: var(--ribbons-top-right-thin-width, 30%);
  height: var(--ribbons-top-right-thin-height, 3px);
  background-color: var(--ribbons-top-right-thin-bgcolor, #BA093D);
}
.gfc.module-cta-block-cards-2 .ribbons.top.right .thick {
  position: relative;
  z-index: 2;
  left: calc(100% - var(--ribbons-top-right-thick-width));
  top: calc(var(--ribbons-top-right-thick-height) / 1.2);
  width: var(--ribbons-top-right-thick-width, 40%);
  height: var(--ribbons-top-right-thick-height, 50px);
  background-color: var(--ribbons-top-right-thick-bgcolor, #9F0A3D);
}
@media (min-width: 992px) {
  .gfc.module-cta-block-cards-2 .ribbons.top.right {
    --ribbons-top-right-thin-width: 43%;
    --ribbons-top-right-thin-height: 3px;
    --ribbons-top-right-thin-bgcolor: #BA093D;
    --ribbons-top-right-thick-width: 30%;
    --ribbons-top-right-thick-height: 49px;
    --ribbons-top-right-thick-bgcolor: #9F0A3D;
    height: calc(var(--ribbons-top-right-thick-height) * 2);
    top: var(--ribbons-top-right-thick-height);
  }
  .gfc.module-cta-block-cards-2 .ribbons.top.right .thin {
    position: relative;
    z-index: 2;
    right: calc(100% - var(--ribbons-top-right-thin-width));
    top: 0;
    width: var(--ribbons-top-right-thin-width, 30%);
    height: var(--ribbons-top-right-thin-height, 3px);
    background-color: var(--ribbons-top-right-thin-bgcolor, #BA093D);
  }
  .gfc.module-cta-block-cards-2 .ribbons.top.right .thick {
    position: relative;
    z-index: 2;
    right: calc(100% - var(--ribbons-top-right-thick-width));
    top: calc(var(--ribbons-top-right-thick-height) / 2);
    width: var(--ribbons-top-right-thick-width, 40%);
    height: var(--ribbons-top-right-thick-height, 50px);
    background-color: var(--ribbons-top-right-thick-bgcolor, #9F0A3D);
  }
}

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