.gfc.module-general-block-video {
  position: relative;
}
.gfc.module-general-block-video .container {
  background-color: #fff;
  position: relative;
  z-index: 5;
}
.gfc.module-general-block-video h2 {
  color: #1E2127;
  font-family: "Selawik Semibold", sans-serif;
  font-size: clamp(38px, 4vw, 48px);
  line-height: clamp(50px, 4vw, 60px);
}
.gfc.module-general-block-video .sub-heading {
  color: #1E2127;
  font-family: Assistant;
  font-size: clamp(16px, 4vw, 20px);
  line-height: clamp(26px, 4vw, 30px);
  font-weight: 400;
}
.gfc.module-general-block-video .video-thumbnail {
  object-fit: cover;
  height: 400px;
}
@media (min-width: 992px) {
  .gfc.module-general-block-video .video-thumbnail {
    height: 600px;
  }
}
.gfc.module-general-block-video .button-icon-play {
  position: absolute;
  filter: drop-shadow(2px 6px 6px black);
}
.gfc.module-general-block-video .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-general-block-video .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-general-block-video .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-general-block-video .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-general-block-video .ribbons.top.left {
    --ribbons-top-left-thin-width: 13%;
    --ribbons-top-left-thick-width: 15%;
  }
}
@media (min-width: 992px) {
  .gfc.module-general-block-video .ribbons.top.left .thin {
    position: absolute;
    z-index: -1;
    left: 0;
    top: 10px;
    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-general-block-video .ribbons.top.left .thick {
    position: absolute;
    z-index: -1;
    left: 0;
    top: 40px;
    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-general-block-video.css.map */
