/*	Defined widths
--------------------------------------- */
/*	Slider settings
--------------------------------------- */
/*	Colors
--------------------------------------- */
/*	Breakpoints
--------------------------------------- */
/*	Other
--------------------------------------- */
section.gt-block.hero-about-us .hero-about-us--content {
  width: 100%;
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
section.gt-block.hero-about-us .hero-about-us--content-header {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6.5rem;
}
@media screen and (max-width: 768px) {
  section.gt-block.hero-about-us .hero-about-us--content-header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
section.gt-block.hero-about-us .hero-about-us--content-header .left-col {
  width: 100%;
  max-width: 48.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: clamp(2rem, calc(1rem + 3vw), 5rem);
}
@media screen and (max-width: 768px) {
  section.gt-block.hero-about-us .hero-about-us--content-header .left-col {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
  }
}
section.gt-block.hero-about-us .hero-about-us--content-header .left-col .title--heading svg {
  margin-top: -2rem;
}
section.gt-block.hero-about-us .hero-about-us--content-header .left-col .buttons {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem;
}
@media screen and (max-width: 450px) {
  section.gt-block.hero-about-us .hero-about-us--content-header .left-col .buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
section.gt-block.hero-about-us .hero-about-us--content-header .hero-image {
  width: 100%;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  height: auto;
}
section.gt-block.hero-about-us .hero-about-us--content-header .hero-image img {
  width: 100%;
  max-width: 71.6rem;
  height: auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  aspect-ratio: 716/377;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 2rem;
}