/*	Defined widths
--------------------------------------- */
/*	Slider settings
--------------------------------------- */
/*	Colors
--------------------------------------- */
/*	Breakpoints
--------------------------------------- */
/*	Other
--------------------------------------- */
section.gt-block.section-text-image .section-text-image--content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: clamp(4.48rem, calc(2.24rem + 6.72vw), 11.2rem);
}
@media screen and (max-width: 768px) {
  section.gt-block.section-text-image .section-text-image--content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
section.gt-block.section-text-image .section-text-image--content .col-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 56rem;
  -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(1.6rem, calc(0.8rem + 2.4vw), 4rem);
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
}
@media screen and (max-width: 768px) {
  section.gt-block.section-text-image .section-text-image--content .col-left {
    text-align: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
section.gt-block.section-text-image .section-text-image--content .col-left .subheader {
  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: 1.6rem;
}
@media screen and (max-width: 768px) {
  section.gt-block.section-text-image .section-text-image--content .col-left .subheader {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
section.gt-block.section-text-image .section-text-image--content .col-right picture {
  width: 100%;
  max-width: 46.2rem;
  height: 37.5rem;
}
@media screen and (max-width: 768px) {
  section.gt-block.section-text-image .section-text-image--content .col-right picture {
    height: auto;
  }
}
section.gt-block.section-text-image .section-text-image--content .col-right picture img {
  width: 100%;
  max-width: 46.2rem;
  height: 37.5rem;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 462/375;
  border-radius: 0.6519rem;
}
@media screen and (max-width: 768px) {
  section.gt-block.section-text-image .section-text-image--content .col-right picture img {
    height: auto;
  }
}