.gfc.module-content-block-5 {
  position: relative;
}
.gfc.module-content-block-5 .stage {
  position: relative;
  height: 100%;
}
@media (min-width: 992px) {
  .gfc.module-content-block-5 .stage {
    height: var(--height);
  }
}
.gfc.module-content-block-5 .stage .bg-white {
  position: relative;
}
.gfc.module-content-block-5 .stage .bg-white::before {
  content: "";
  position: absolute;
  display: block;
  width: 200vw;
  top: 0;
  left: -100vw;
  background-color: #fff;
  height: 100%;
  z-index: -1;
}
.gfc.module-content-block-5 .stage .bg-grey {
  position: relative;
}
.gfc.module-content-block-5 .stage .bg-grey::before {
  content: "";
  position: absolute;
  display: block;
  width: 200vw;
  top: 0;
  left: -100vw;
  background-color: var(--bg-color);
  height: 100%;
  z-index: -1;
}
@media (min-width: 992px) {
  .gfc.module-content-block-5 .stage .bg-grey::before {
    height: var(--height);
  }
}
.gfc.module-content-block-5 .stage .hero-content {
  position: relative;
  color: #FFF;
}
@media (min-width: 992px) {
  .gfc.module-content-block-5 .stage .hero-content {
    position: absolute;
    top: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    width: 100%;
  }
}
.gfc.module-content-block-5 .stage .hero-content > .row {
  flex-wrap: wrap-reverse;
}
@media (min-width: 992px) {
  .gfc.module-content-block-5 .stage .hero-content > .row {
    flex-wrap: wrap;
  }
}
.gfc.module-content-block-5 .stage .hero-content .left-image-container {
  position: relative;
}
.gfc.module-content-block-5 .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-5 .stage .hero-content .left-image-container {
    position: unset;
  }
  .gfc.module-content-block-5 .stage .hero-content .left-image-container::before {
    display: none;
  }
}
.gfc.module-content-block-5 .stage .hero-content .left-image-container .left-image {
  box-shadow: 4px 4px 10px 2px rgba(64, 66, 71, 0.3);
}
@media (min-width: 992px) {
  .gfc.module-content-block-5 .stage .hero-content .left-image-container .left-image {
    position: absolute;
    left: -3vw;
    width: calc(50% + 0.05vw);
    z-index: 3;
    height: 600px;
    object-fit: cover;
  }
}
.gfc.module-content-block-5 .stage .hero-content h2,
.gfc.module-content-block-5 .stage .hero-content .sub-heading {
  color: var(--font-color, #1E2127);
}
.gfc.module-content-block-5 .stage .cta-list-default > .col {
  gap: 1rem;
  padding: 0;
}
.gfc.module-content-block-5 .stage .cta-list-default .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #BA093D;
  width: 50px;
  height: 50px;
  padding: 0.7rem;
}
.gfc.module-content-block-5 .stage .cta-list-default .btn {
  --bs-btn-font-family: "Selawik Regular", sans-serif;
  --bs-btn-font-size: clamp(24px, 4vw, 36px);
  --bs-btn-line-height: clamp(36px, 4vw, 44px);
  --bs-btn-hover-color: #BA093D;
  --bs-btn-active-color: #BA093D;
  --bs-btn-color: #1E2127;
  --bs-btn-padding-x: 0;
  --bs-btn-padding-y: 2.5rem;
  display: flex;
  flex-grow: 1;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #BCBCBE;
}
.gfc.module-content-block-5 .stage .cta-list-default .btn:hover {
  --bs-btn-font-weight: 700;
  --bs-btn-font-family: "Selawik Bold", sans-serif;
}
.gfc.module-content-block-5 .stage .cta-list-default .btn:hover svg path {
  stroke: #BA093D;
}
.gfc.module-content-block-5 .stage .cta-list-default .btn > span {
  --bs-btn-font-size: clamp(24px, 4vw, 36px);
  --bs-btn-line-height: clamp(36px, 4vw, 44px);
  --bs-btn-font-weight: 400;
}
.gfc.module-content-block-5 .stage .cta-list-default .btn svg path {
  stroke: #404247;
  stroke-width: 15%;
}
.gfc.module-content-block-5 .stage .cta-list-default > div:last-child .btn {
  border-bottom: none;
}
@media (min-width: 992px) {
  .gfc.module-content-block-5 .ribbons.top.left {
    --ribbons-top-left-thin-width: 21%;
    --ribbons-top-left-thin-height: 3px;
    --ribbons-top-left-thin-bgcolor: #BA093D;
    --ribbons-top-left-thick-width: 35%;
    --ribbons-top-left-thick-height: 49px;
    --ribbons-top-left-thick-bgcolor: #9F0A3D;
  }
  .gfc.module-content-block-5 .ribbons.top.left .thin {
    position: relative;
    z-index: 2;
    left: 0;
    top: 130px;
    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-content-block-5 .ribbons.top.left .thick {
    position: relative;
    z-index: 2;
    left: 0;
    top: 150px;
    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);
  }
}
.gfc.module-content-block-5 .ribbons.top.left.mobile {
  --ribbons-top-left-thin-width: 21%;
  --ribbons-top-left-thin-height: 3px;
  --ribbons-top-left-thin-bgcolor: #BA093D;
  --ribbons-top-left-thick-width: 35%;
  --ribbons-top-left-thick-height: 49px;
  --ribbons-top-left-thick-bgcolor: #9F0A3D;
}
.gfc.module-content-block-5 .ribbons.top.left.mobile .thin {
  position: absolute;
  z-index: -1;
  left: -30px;
  top: 50px;
  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-content-block-5 .ribbons.top.left.mobile .thick {
  position: absolute;
  z-index: -1;
  left: -30px;
  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);
}
@media (min-width: 992px) {
  .gfc.module-content-block-5 .ribbons.top.left.mobile {
    display: none;
  }
}
.gfc.module-content-block-5 .ribbons.bottom.right {
  --ribbons-bottom-right-thin-width: 70%;
  --ribbons-bottom-right-thin-height: 3px;
  --ribbons-bottom-right-thin-bgcolor: #BA093D;
  --ribbons-bottom-right-thick-width: 60%;
  --ribbons-bottom-right-thick-height: 35px;
  --ribbons-bottom-right-thick-bgcolor: #9F0A3D;
  height: calc(var(--ribbons-bottom-right-thick-height) * 2);
  background-color: #fff;
  position: relative;
  z-index: 1;
}
.gfc.module-content-block-5 .ribbons.bottom.right .thin {
  position: relative;
  z-index: 2;
  left: calc(100% - var(--ribbons-bottom-right-thin-width));
  top: 10px;
  width: var(--ribbons-bottom-right-thin-width, 30%);
  height: var(--ribbons-bottom-right-thin-height, 3px);
  background-color: var(--ribbons-bottom-right-thin-bgcolor, #BA093D);
}
.gfc.module-content-block-5 .ribbons.bottom.right .thick {
  position: relative;
  z-index: 2;
  left: calc(100% - var(--ribbons-bottom-right-thick-width));
  top: calc(var(--ribbons-bottom-right-thick-height) / 1.2);
  width: var(--ribbons-bottom-right-thick-width, 40%);
  height: var(--ribbons-bottom-right-thick-height, 50px);
  background-color: var(--ribbons-bottom-right-thick-bgcolor, #9F0A3D);
}
@media (min-width: 992px) {
  .gfc.module-content-block-5 .ribbons.bottom.right {
    --ribbons-bottom-right-thin-width: 43%;
    --ribbons-bottom-right-thin-height: 3px;
    --ribbons-bottom-right-thin-bgcolor: #BA093D;
    --ribbons-bottom-right-thick-width: 30%;
    --ribbons-bottom-right-thick-height: 49px;
    --ribbons-bottom-right-thick-bgcolor: #9F0A3D;
    height: calc(var(--ribbons-bottom-right-thick-height) * 2);
    background-color: #fff;
    position: relative;
    z-index: 1;
  }
  .gfc.module-content-block-5 .ribbons.bottom.right .thin {
    position: relative;
    z-index: 2;
    left: calc(100% - var(--ribbons-bottom-right-thin-width));
    top: 0;
    width: var(--ribbons-bottom-right-thin-width, 30%);
    height: var(--ribbons-bottom-right-thin-height, 3px);
    background-color: var(--ribbons-bottom-right-thin-bgcolor, #BA093D);
  }
  .gfc.module-content-block-5 .ribbons.bottom.right .thick {
    position: relative;
    z-index: 2;
    left: calc(100% - var(--ribbons-bottom-right-thick-width));
    top: calc(var(--ribbons-bottom-right-thick-height) / 2);
    width: var(--ribbons-bottom-right-thick-width, 40%);
    height: var(--ribbons-bottom-right-thick-height, 50px);
    background-color: var(--ribbons-bottom-right-thick-bgcolor, #9F0A3D);
  }
}

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