.gfc.module-testimonial .container {
  height: 100%;
  background-color: var(--bg-color);
}
@media (min-width: 992px) {
  .gfc.module-testimonial .container {
    overflow: unset;
    height: var(--height);
    background-color: var(--bg-color);
  }
}
@media (min-width: 992px) {
  .gfc.module-testimonial .container.no-background .row {
    padding-top: 6rem;
  }
}
.gfc.module-testimonial .container img {
  width: 100%;
}
.gfc.module-testimonial .container .quote-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.gfc.module-testimonial .container .quote-container.default {
  flex-direction: row;
  column-gap: 1rem;
}
.gfc.module-testimonial .container .quote-container .quote-open svg {
  width: 70px;
  height: 70px;
}
@media (min-width: 992px) {
  .gfc.module-testimonial .container .quote-container .quote-open svg {
    width: 130px;
    height: 130px;
  }
}
.gfc.module-testimonial .container .quote-container .quote-text {
  color: #0A0B0E;
  font-family: "Selawik Bold", sans-serif;
  font-size: clamp(28px, 4vw, 48px);
  line-height: clamp(40px, 4vw, 60px);
}
.gfc.module-testimonial .container .quote-container .quote-source {
  align-self: flex-end;
  color: #000;
  font-family: Assistant;
  font-size: clamp(16px, 4vw, 20px);
  line-height: clamp(26px, 4vw, 30px);
  font-weight: 600;
}
.gfc.module-testimonial .container .right {
  display: flex;
  justify-content: space-between;
  overflow: clip;
  height: 100%;
}
@media (min-width: 992px) {
  .gfc.module-testimonial .container .right {
    height: var(--height);
  }
}
@media (min-width: 992px) {
  .gfc.module-testimonial .ribbons.top.right.default {
    --ribbons-top-right-thin-width: 45%;
    --ribbons-top-right-thin-height: 3px;
    --ribbons-top-right-thin-bgcolor: #BA093D;
    --ribbons-top-right-thick-width: 40%;
    --ribbons-top-right-thick-height: 49px;
    --ribbons-top-right-thick-bgcolor: #9F0A3D;
    position: relative;
    height: calc(var(--ribbons-top-right-thick-height) / 2);
  }
  .gfc.module-testimonial .ribbons.top.right.default .thick {
    position: relative;
    z-index: 2;
    top: 0;
    left: calc(100vw - var(--ribbons-top-right-thick-width));
    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-testimonial .ribbons.top.right.default .thin {
    position: relative;
    z-index: 2;
    top: calc(var(--ribbons-top-right-thick-height) / 2);
    left: calc(100% - var(--ribbons-top-right-thin-width));
    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);
  }
}
@media (min-width: 992px) {
  .gfc.module-testimonial .ribbons.top.right {
    --ribbons-top-right-thin-width: 30%;
    --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: relative;
    height: var(--ribbons-top-right-thick-height);
  }
  .gfc.module-testimonial .ribbons.top.right .thin {
    position: relative;
    z-index: 2;
    left: calc(100% - var(--ribbons-top-right-thin-width));
    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-testimonial .ribbons.top.right .thick {
    position: relative;
    z-index: 2;
    top: calc(var(--ribbons-top-right-thick-height) / 2);
    left: calc(80vw - var(--ribbons-top-right-thick-width));
    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-testimonial .ribbons.bottom.left {
    --ribbons-bottom-left-thin-width: 30%;
    --ribbons-bottom-left-thin-height: 3px;
    --ribbons-bottom-left-thin-bgcolor: #BA093D;
    --ribbons-bottom-left-thick-width: 35%;
    --ribbons-bottom-left-thick-height: 49px;
    --ribbons-bottom-left-thick-bgcolor: #9F0A3D;
    position: relative;
    height: var(--ribbons-bottom-left-thick-height);
  }
  .gfc.module-testimonial .ribbons.bottom.left .thin {
    position: relative;
    z-index: 2;
    left: 0;
    top: calc(var(--ribbons-bottom-left-thick-height) / 2);
    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);
  }
}
@media (min-width: 992px) {
  .gfc.module-testimonial .ribbons.bottom.right {
    --ribbons-bottom-right-thin-width: 30%;
    --ribbons-bottom-right-thin-height: 3px;
    --ribbons-bottom-right-thin-bgcolor: #BA093D;
    --ribbons-bottom-right-thick-width: 35%;
    --ribbons-bottom-right-thick-height: 49px;
    --ribbons-bottom-right-thick-bgcolor: #9F0A3D;
    position: relative;
    height: calc((var(--ribbons-bottom-right-thick-height) + var(--ribbons-bottom-right-thin-height)) * 2);
  }
  .gfc.module-testimonial .ribbons.bottom.right .thin {
    position: relative;
    z-index: 2;
    left: calc(100% - var(--ribbons-bottom-right-thin-width));
    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-testimonial .ribbons.bottom.right .thick {
    position: relative;
    z-index: 2;
    top: calc(var(--ribbons-bottom-right-thick-height) / 2);
    left: calc(100% - var(--ribbons-bottom-right-thick-width));
    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-testimonial.css.map */
