/*	Defined widths
--------------------------------------- */
/*	Slider settings
--------------------------------------- */
/*	Colors
--------------------------------------- */
/*	Breakpoints
--------------------------------------- */
/*	Other
--------------------------------------- */
section.gt-block.section-reference .section-reference--content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: clamp(2rem, calc(1rem + 3vw), 5rem);
  -ms-flex-item-align: stretch;
      align-self: stretch;
}
section.gt-block.section-reference .section-reference--content .reference--content-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: clamp(3.2rem, calc(1.6rem + 4.8vw), 8rem);
  -ms-flex-item-align: stretch;
      align-self: stretch;
}
section.gt-block.section-reference .section-reference--content .reference--content-cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: clamp(1.5rem, 1.5vw, 3.1rem);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
section.gt-block.section-reference .section-reference--content .reference--content-cards .card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(33.3333333333% - 0.6666666667 * clamp(1.5rem, 1.5vw, 3.1rem));
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  overflow: hidden;
  border-radius: 3rem;
  border: 1.5px solid var(--primary-color, #ffee94);
}
@media screen and (max-width: 980px) {
  section.gt-block.section-reference .section-reference--content .reference--content-cards .card {
    width: calc(50% - 0.5 * clamp(1.5rem, 1.5vw, 3.1rem));
  }
}
@media screen and (max-width: 600px) {
  section.gt-block.section-reference .section-reference--content .reference--content-cards .card {
    width: calc(100% - 0 * clamp(1.5rem, 1.5vw, 3.1rem));
  }
}
section.gt-block.section-reference .section-reference--content .reference--content-cards .card picture {
  position: relative;
  width: 100%;
}
section.gt-block.section-reference .section-reference--content .reference--content-cards .card picture::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(59.33%, rgba(3, 4, 11, 0)), color-stop(99.91%, #03040b));
  background: linear-gradient(180deg, rgba(3, 4, 11, 0) 59.33%, #03040b 99.91%);
  z-index: 1;
}
section.gt-block.section-reference .section-reference--content .reference--content-cards .card picture img {
  position: relative;
  z-index: 0;
  width: 100%;
  height: auto;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  aspect-ratio: 390/277.24;
  -o-object-fit: cover;
     object-fit: cover;
}
section.gt-block.section-reference .section-reference--content .reference--content-cards .card--content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0rem 3rem 3rem 3rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 2rem;
  -ms-flex-item-align: stretch;
      align-self: stretch;
}
@media screen and (max-width: 1030px) {
  section.gt-block.section-reference .section-reference--content .reference--content-cards .card--content {
    padding: 0 2rem 2rem 2rem;
  }
}
section.gt-block.section-reference .section-reference--content .reference--content-cards .card--content-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-item-align: stretch;
      align-self: stretch;
}
section.gt-block.section-reference .section-reference--content .reference--content-cards .card--content-heading .author {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0.5rem;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
}
section.gt-block.section-reference .section-reference--content .reference--content-cards .card--content-heading .author h5 {
  max-width: 24rem;
}
section.gt-block.section-reference .section-reference--content .reference--content-cards .card--content-heading .author--details .firm {
  border-bottom: 1px solid var(--White, #fff);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
section.gt-block.section-reference .section-reference--content .reference--content-cards .card--content-heading .author--details .firm:hover {
  border-color: transparent;
}
section.gt-block.section-reference .section-reference--content .reference--content-cards .card--content-heading .author--logo {
  position: absolute;
  right: -1rem;
  top: -3rem;
  z-index: 5;
}
section.gt-block.section-reference .section-reference--content .reference--content-cards .card--content-heading .author--logo.single {
  top: 0;
}
section.gt-block.section-reference .section-reference--content .reference--content-cards .card--content-heading .author--logo img,
section.gt-block.section-reference .section-reference--content .reference--content-cards .card--content-heading .author--logo svg {
  width: 100%;
  max-width: clamp(10.8rem, 13.6vw, 13.6rem);
}