.gfc.module-content-block-3 {
  overflow: unset;
  position: relative;
}
.gfc.module-content-block-3 .stage {
  position: relative;
  height: 100%;
}
@media (min-width: 992px) {
  .gfc.module-content-block-3 .stage {
    height: var(--height);
  }
}
.gfc.module-content-block-3 .stage::before {
  display: none;
}
@media (min-width: 992px) {
  .gfc.module-content-block-3 .stage::before {
    content: "";
    position: absolute;
    display: block;
    width: 100vw;
    top: 0;
    background-color: var(--bg-color);
    height: var(--height);
    left: calc((50vw - 100%) / -2);
  }
}
.gfc.module-content-block-3 .stage .hero-content {
  position: relative;
  color: #FFF;
}
@media (min-width: 992px) {
  .gfc.module-content-block-3 .stage .hero-content {
    position: absolute;
    top: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    width: 100%;
  }
}
.gfc.module-content-block-3 .stage .hero-content > .row {
  flex-wrap: wrap-reverse;
}
@media (min-width: 992px) {
  .gfc.module-content-block-3 .stage .hero-content > .row {
    flex-wrap: wrap;
  }
}
.gfc.module-content-block-3 .stage .hero-content .left-image-container {
  position: relative;
}
.gfc.module-content-block-3 .stage .hero-content .left-image-container::before {
  content: "";
  position: absolute;
  display: block;
  width: 100vw;
  height: 60%;
  top: 0;
  left: calc((100vw - 100%) / -2);
  background-color: var(--bg-color);
  z-index: -1;
}
@media (min-width: 992px) {
  .gfc.module-content-block-3 .stage .hero-content .left-image-container {
    position: unset;
  }
  .gfc.module-content-block-3 .stage .hero-content .left-image-container::before {
    display: none;
  }
}
.gfc.module-content-block-3 .stage .hero-content .left-image-container .left-image {
  position: relative;
  width: 100vw;
  box-shadow: -4px 4px 10px 2px rgba(64, 66, 71, 0.3);
  object-fit: cover;
  height: 300px;
  left: calc((100vw - 90%) / 2);
  max-width: unset;
}
@media (min-width: 992px) {
  .gfc.module-content-block-3 .stage .hero-content .left-image-container .left-image {
    position: absolute;
    padding-left: unset;
    left: -15.6vw;
    width: calc(55% + 7vw);
    object-fit: cover;
    height: 550px;
  }
}
.gfc.module-content-block-3 .stage .hero-content .grey-mobile {
  position: relative;
}
.gfc.module-content-block-3 .stage .hero-content .grey-mobile::before {
  content: "";
  position: absolute;
  display: block;
  width: 100vw;
  height: 100%;
  top: 0;
  left: calc((100vw - 100%) / -2);
  background-color: var(--bg-color);
  z-index: -1;
}
@media (min-width: 992px) {
  .gfc.module-content-block-3 .stage .hero-content .grey-mobile {
    position: unset;
  }
  .gfc.module-content-block-3 .stage .hero-content .grey-mobile::before {
    display: none;
  }
}
.gfc.module-content-block-3 .stage .hero-content .grey-mobile h2,
.gfc.module-content-block-3 .stage .hero-content .grey-mobile .sub-heading {
  color: var(--font-color, #1E2127);
}
.gfc.module-content-block-3 .stage .cta-list-with-icon > .col {
  gap: 1rem;
}
.gfc.module-content-block-3 .stage .cta-list-with-icon .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #BA093D;
  width: 50px;
  height: 50px;
  padding: 0.7rem;
}
.gfc.module-content-block-3 .stage .cta-list-with-icon .btn {
  --bs-btn-font-family: "Selawik Semibold", sans-serif;
  --bs-btn-line-height: 32px;
  --bs-btn-font-size: clamp(16px, 4vw, 20px);
  --bs-btn-color: #404247;
  display: flex;
  flex-grow: 1;
  align-items: center;
  justify-content: space-between;
}
.gfc.module-content-block-3 .stage .cta-list-with-icon .btn:hover {
  --bs-btn-hover-color: #404247;
}
.gfc.module-content-block-3 .stage .cta-list-with-icon .btn > span {
  font-size: clamp(16px, 4vw, 20px);
}
.gfc.module-content-block-3 .stage .cta-list-with-icon .btn > span:hover {
  color: #BA093D;
  transition: color 0.5s ease;
}
.gfc.module-content-block-3 .stage .cta-list-with-icon .btn > span:hover ~ svg .chevron-path {
  stroke: #BA093D;
  transition: stroke 0.5s ease;
}
.gfc.module-content-block-3 .stage .cta-list-with-icon .btn svg path {
  stroke: #404247;
  stroke-width: 5%;
}
.gfc.module-content-block-3 .ribbons.top.right {
  --ribbons-top-right-thin-width: 60%;
  --ribbons-top-right-thin-height: 3px;
  --ribbons-top-right-thin-bgcolor: #BA093D;
  --ribbons-top-right-thick-width: 75%;
  --ribbons-top-right-thick-height: 35px;
  --ribbons-top-right-thick-bgcolor: #9F0A3D;
  position: relative;
  height: calc(var(--ribbons-top-right-thick-height) * 2);
}
.gfc.module-content-block-3 .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-content-block-3 .ribbons.top.right .thick {
  position: relative;
  z-index: 2;
  left: calc(100% - var(--ribbons-top-right-thick-width) - 10%);
  top: var(--ribbons-top-right-thick-height);
  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-content-block-3 .ribbons.top.right {
    --ribbons-top-right-thin-width: 21%;
    --ribbons-top-right-thin-height: 3px;
    --ribbons-top-right-thin-bgcolor: #BA093D;
    --ribbons-top-right-thick-width: 35%;
    --ribbons-top-right-thick-height: 49px;
    --ribbons-top-right-thick-bgcolor: #9F0A3D;
    position: unset;
    height: unset;
  }
  .gfc.module-content-block-3 .ribbons.top.right .thin {
    position: relative;
    z-index: 2;
    left: 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-content-block-3 .ribbons.top.right .thick {
    position: relative;
    z-index: 2;
    left: calc(100% - var(--ribbons-top-right-thick-width) - 10%);
    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);
  }
}
.gfc.module-content-block-3 .ribbons.bottom.left {
  --ribbons-bottom-left-thin-width: 50%;
  --ribbons-bottom-left-thin-height: 3px;
  --ribbons-bottom-left-thin-bgcolor: #BA093D;
  --ribbons-bottom-left-thick-width: 27%;
  --ribbons-bottom-left-thick-height: 35px;
  --ribbons-bottom-left-thick-bgcolor: #9F0A3D;
  position: relative;
  height: var(--ribbons-bottom-left-thick-height);
}
.gfc.module-content-block-3 .ribbons.bottom.left .thin {
  position: absolute;
  z-index: 2;
  left: 0;
  bottom: calc(var(--ribbons-bottom-left-thick-height) - 1rem);
  width: var(--ribbons-bottom-left-thin-width, 30%);
  height: var(--ribbons-bottom-left-thin-height, 3px);
  background-color: var(--ribbons-bottom-left-thin-bgcolor, #BA093D);
  top: calc(var(--ribbons-bottom-left-thick-height) / 2);
}
@media (min-width: 992px) {
  .gfc.module-content-block-3 .ribbons.bottom.left {
    --ribbons-bottom-left-thin-width: 24%;
    --ribbons-bottom-left-thin-height: 3px;
    --ribbons-bottom-left-thin-bgcolor: #BA093D;
    --ribbons-bottom-left-thick-width: 27%;
    --ribbons-bottom-left-thick-height: 49px;
    --ribbons-bottom-left-thick-bgcolor: #9F0A3D;
    position: unset;
    height: unset;
  }
  .gfc.module-content-block-3 .ribbons.bottom.left .thin {
    position: absolute;
    z-index: 2;
    left: 0;
    bottom: calc(var(--ribbons-bottom-left-thick-height) - 1rem);
    width: var(--ribbons-bottom-left-thin-width, 30%);
    height: var(--ribbons-bottom-left-thin-height, 3px);
    background-color: var(--ribbons-bottom-left-thin-bgcolor, #BA093D);
    top: unset;
  }
}

/*# sourceMappingURL=module-content-block-3.css.map */
