:root {
  --gabout-red: #e02b20;
  --gabout-red-dark: #b91f18;
  --gabout-blue: #154a99;
  --gabout-blue-dark: #0d326b;
  --gabout-ink: #172231;
  --gabout-copy: #4e5b69;
  --gabout-muted: #6f7b88;
  --gabout-line: #dce2e9;
  --gabout-soft: #f3f6f9;
  --gabout-white: #ffffff;
  --gabout-shadow: 0 24px 70px rgba(14, 45, 82, 0.13);
}

.et_pb_section:has(.gabout-breakout),
.et_pb_row:has(.gabout-breakout),
.et_pb_column:has(.gabout-breakout),
.et_pb_module:has(.gabout-breakout),
.et_pb_text_inner:has(.gabout-breakout),
.et_pb_text_inner pre:has(.gabout-breakout),
.et_pb_text_inner code:has(.gabout-breakout) {
  border: 0 !important;
  margin: 0 !important;
  max-width: none !important;
  padding: 0 !important;
  width: 100% !important;
}

.et_pb_text_inner pre:has(.gabout-breakout),
.et_pb_text_inner code:has(.gabout-breakout) {
  background: transparent !important;
  display: block !important;
  font: inherit !important;
  line-height: inherit !important;
  overflow: visible !important;
  white-space: normal !important;
}

.gabout-breakout,
.gabout-breakout * {
  box-sizing: border-box;
}

.gabout-breakout {
  margin: 0;
  overflow: hidden;
  overflow: clip;
  width: 100%;
}

.gabout-root {
  background: var(--gabout-white);
  color: var(--gabout-ink);
  font-family: "Open Sans", Arial, sans-serif;
  line-height: 1.5;
  white-space: normal !important;
  width: 100%;
}

.gabout-root * {
  white-space: normal;
}

.gabout-root img {
  display: block;
  height: auto;
  max-width: 100%;
}

.gabout-root a {
  -webkit-tap-highlight-color: transparent;
  text-decoration: none;
}

.gabout-root a:focus-visible {
  outline: 3px solid rgba(21, 74, 153, 0.35);
  outline-offset: 4px;
}

.gabout-root h1,
.gabout-root h2,
.gabout-root h3,
.gabout-root p,
.gabout-root blockquote {
  margin-top: 0;
}

.gabout-root h1,
.gabout-root h2,
.gabout-root h3 {
  color: var(--gabout-ink);
  font-family: Roboto, Helvetica, Arial, sans-serif;
  font-weight: 800;
  letter-spacing: -0.028em;
}

.gabout-container {
  margin: 0 auto;
  max-width: 1440px;
  padding-left: clamp(20px, 4vw, 64px);
  padding-right: clamp(20px, 4vw, 64px);
  width: 100%;
}

.gabout-section {
  padding-bottom: clamp(76px, 8vw, 124px);
  padding-top: clamp(76px, 8vw, 124px);
}

.gabout-eyebrow {
  color: var(--gabout-blue);
  display: inline-block;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.15em;
  margin-bottom: 15px;
  text-transform: uppercase;
}

.gabout-hero {
  background:
    linear-gradient(115deg, rgba(255, 255, 255, 0.99) 0%, rgba(248, 250, 252, 0.98) 58%, rgba(238, 244, 250, 0.98) 100%);
  border-bottom: 1px solid var(--gabout-line);
  overflow: hidden;
  position: relative;
}

.gabout-hero::before {
  background: var(--gabout-red);
  content: "";
  height: 8px;
  left: 0;
  position: absolute;
  top: 0;
  width: min(34vw, 520px);
}

.gabout-hero::after {
  background-image:
    linear-gradient(rgba(21, 74, 153, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(21, 74, 153, 0.045) 1px, transparent 1px);
  background-size: 36px 36px;
  content: "";
  inset: 0 0 0 52%;
  mask-image: linear-gradient(90deg, transparent, #000 25%);
  pointer-events: none;
  position: absolute;
}

.gabout-hero-grid {
  align-items: center;
  display: grid;
  gap: clamp(42px, 6vw, 92px);
  grid-template-columns: minmax(0, 1.02fr) minmax(390px, 0.88fr);
  min-height: 660px;
  padding-bottom: clamp(68px, 7vw, 96px);
  padding-top: clamp(76px, 8vw, 110px);
  position: relative;
  z-index: 1;
}

.gabout-hero-copy {
  max-width: 760px;
}

.gabout-hero h1 {
  font-size: clamp(48px, 5vw, 76px);
  line-height: 1.01;
  margin-bottom: 25px;
  max-width: 760px;
}

.gabout-hero-copy > p {
  color: var(--gabout-copy);
  font-size: clamp(17px, 1.4vw, 21px);
  line-height: 1.72;
  margin-bottom: 0;
  max-width: 720px;
}

.gabout-actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 13px;
  margin-top: 34px;
}

.gabout-button {
  align-items: center;
  border: 2px solid transparent;
  border-radius: 999px;
  display: inline-flex;
  font-size: 14px;
  font-weight: 800;
  gap: 10px;
  justify-content: center;
  min-height: 52px;
  padding: 0 25px;
  transition: background 160ms ease, border-color 160ms ease, color 160ms ease, transform 160ms ease;
}

.gabout-button:hover {
  transform: translateY(-2px);
}

.gabout-button-primary {
  background: var(--gabout-red);
  color: var(--gabout-white);
}

.gabout-button-primary:hover {
  background: var(--gabout-red-dark);
  color: var(--gabout-white);
}

.gabout-button-secondary {
  background: var(--gabout-white);
  border-color: var(--gabout-line);
  color: var(--gabout-blue-dark);
}

.gabout-button-secondary:hover {
  border-color: rgba(21, 74, 153, 0.45);
  color: var(--gabout-blue-dark);
}

.gabout-hero-image {
  border: 10px solid var(--gabout-white);
  border-radius: 30px;
  box-shadow: var(--gabout-shadow);
  height: 500px;
  overflow: hidden;
  position: relative;
}

.gabout-cover-image {
  height: 100% !important;
  object-fit: cover;
  width: 100%;
}

.gabout-image-badge {
  background: rgba(13, 50, 107, 0.94);
  border-radius: 14px;
  bottom: 18px;
  color: var(--gabout-white);
  display: block;
  left: 18px;
  padding: 13px 17px;
  position: absolute;
}

.gabout-image-badge strong,
.gabout-image-badge small {
  display: block;
}

.gabout-image-badge strong {
  font-family: Roboto, Helvetica, Arial, sans-serif;
  font-size: 17px;
  line-height: 1.1;
}

.gabout-image-badge small {
  color: #c7dcfb;
  font-size: 10px;
  letter-spacing: 0.08em;
  margin-top: 4px;
  text-transform: uppercase;
}

.gabout-image-placeholder {
  align-items: center;
  background: linear-gradient(145deg, #edf3fa, #dbe7f5);
  color: rgba(21, 74, 153, 0.15);
  display: flex;
  height: 100%;
  justify-content: center;
  width: 100%;
}

.gabout-image-placeholder strong {
  font-family: Roboto, Helvetica, Arial, sans-serif;
  font-size: clamp(120px, 18vw, 250px);
  line-height: 1;
}

.gabout-proof {
  background: var(--gabout-blue-dark);
  color: var(--gabout-white);
}

.gabout-proof-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.gabout-proof-grid > div {
  border-right: 1px solid rgba(255, 255, 255, 0.14);
  padding: 28px clamp(22px, 3vw, 42px);
}

.gabout-proof-grid > div:first-child {
  padding-left: 0;
}

.gabout-proof-grid > div:last-child {
  border-right: 0;
  padding-right: 0;
}

.gabout-proof-grid strong,
.gabout-proof-grid span {
  display: block;
}

.gabout-proof-grid strong {
  color: var(--gabout-white);
  font-family: Roboto, Helvetica, Arial, sans-serif;
  font-size: clamp(21px, 2vw, 28px);
  font-weight: 800;
  line-height: 1.15;
}

.gabout-proof-grid span {
  color: rgba(255, 255, 255, 0.67);
  font-size: 12px;
  line-height: 1.5;
  margin-top: 7px;
}

.gabout-story {
  background: var(--gabout-white);
}

.gabout-story-grid {
  align-items: center;
  display: grid;
  gap: clamp(46px, 7vw, 105px);
  grid-template-columns: minmax(360px, 0.88fr) minmax(0, 1.12fr);
}

.gabout-story-image {
  border-radius: 28px;
  box-shadow: var(--gabout-shadow);
  height: 610px;
  overflow: hidden;
  position: relative;
}

.gabout-story-image::after {
  border: 2px solid rgba(255, 255, 255, 0.66);
  border-radius: 20px;
  content: "";
  inset: 16px;
  pointer-events: none;
  position: absolute;
}

.gabout-story-copy h2,
.gabout-heading h2,
.gabout-model-copy h2,
.gabout-final h2 {
  font-size: clamp(38px, 4.2vw, 62px);
  line-height: 1.07;
  margin-bottom: 24px;
}

.gabout-story-copy > p,
.gabout-heading > p,
.gabout-model-copy > p {
  color: var(--gabout-copy);
  font-size: 16px;
  line-height: 1.78;
}

.gabout-story-copy blockquote {
  border-left: 4px solid var(--gabout-red);
  color: var(--gabout-ink);
  font-family: Roboto, Helvetica, Arial, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 0;
  margin-left: 0;
  margin-top: 31px;
  padding: 2px 0 2px 22px;
}

.gabout-story-copy blockquote span {
  color: var(--gabout-blue);
}

.gabout-purpose {
  background: var(--gabout-soft);
  border-bottom: 1px solid var(--gabout-line);
  border-top: 1px solid var(--gabout-line);
}

.gabout-heading {
  align-items: end;
  display: grid;
  gap: 42px;
  grid-template-columns: minmax(0, 1.18fr) minmax(300px, 0.72fr);
  margin-bottom: clamp(38px, 5vw, 58px);
}

.gabout-heading h2 {
  margin-bottom: 0;
}

.gabout-heading > p {
  margin-bottom: 0;
}

.gabout-purpose-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.gabout-purpose-grid article {
  background: var(--gabout-white);
  border: 1px solid var(--gabout-line);
  border-radius: 22px;
  min-height: 320px;
  padding: clamp(28px, 3vw, 42px);
  position: relative;
}

.gabout-purpose-grid article::before {
  background: var(--gabout-red);
  content: "";
  height: 4px;
  left: 36px;
  position: absolute;
  top: 0;
  width: 42px;
}

.gabout-purpose-grid article > span {
  align-items: center;
  background: #eaf1fb;
  border-radius: 50%;
  color: var(--gabout-blue);
  display: inline-flex;
  font-size: 12px;
  font-weight: 800;
  height: 44px;
  justify-content: center;
  margin-bottom: 52px;
  width: 44px;
}

.gabout-purpose-grid h3 {
  font-size: 26px;
  line-height: 1.2;
  margin-bottom: 15px;
}

.gabout-purpose-grid p {
  color: var(--gabout-copy);
  font-size: 14px;
  line-height: 1.75;
  margin-bottom: 0;
}

.gabout-locations {
  background:
    linear-gradient(135deg, rgba(13, 50, 107, 0.985), rgba(21, 74, 153, 0.96)),
    var(--gabout-blue-dark);
  color: var(--gabout-white);
  overflow: hidden;
  position: relative;
}

.gabout-locations::after {
  border: 80px solid rgba(255, 255, 255, 0.04);
  border-radius: 50%;
  content: "";
  height: 520px;
  position: absolute;
  right: -190px;
  top: -270px;
  width: 520px;
}

.gabout-locations .gabout-container {
  position: relative;
  z-index: 1;
}

.gabout-heading-light .gabout-eyebrow {
  color: #9dc2fa;
}

.gabout-heading-light h2 {
  color: var(--gabout-white);
}

.gabout-heading-light > p {
  color: rgba(255, 255, 255, 0.68);
}

.gabout-location-grid {
  display: grid;
  gap: 22px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.gabout-location-grid article {
  background: var(--gabout-white);
  border-radius: 24px;
  color: var(--gabout-ink);
  overflow: hidden;
}

.gabout-location-image {
  background: #dfe8f2;
  height: 340px;
  overflow: hidden;
}

.gabout-location-copy {
  padding: clamp(28px, 3vw, 42px);
}

.gabout-location-copy > span {
  color: var(--gabout-blue);
  display: block;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.13em;
  margin-bottom: 9px;
  text-transform: uppercase;
}

.gabout-location-copy h3 {
  font-size: 29px;
  margin-bottom: 14px;
}

.gabout-location-copy p {
  color: var(--gabout-copy);
  font-size: 14px;
  line-height: 1.75;
  margin-bottom: 0;
}

.gabout-model {
  background: var(--gabout-white);
}

.gabout-model-grid {
  align-items: start;
  display: grid;
  gap: clamp(50px, 8vw, 120px);
  grid-template-columns: minmax(0, 0.92fr) minmax(400px, 0.78fr);
}

.gabout-model-copy h2 {
  margin-bottom: 27px;
}

.gabout-text-link {
  color: var(--gabout-blue);
  display: inline-flex;
  font-size: 14px;
  font-weight: 800;
  gap: 8px;
  margin-top: 14px;
}

.gabout-text-link:hover {
  color: var(--gabout-red-dark);
}

.gabout-model-list {
  border-top: 1px solid var(--gabout-line);
}

.gabout-model-list > div {
  align-items: start;
  border-bottom: 1px solid var(--gabout-line);
  display: grid;
  gap: 7px 18px;
  grid-template-columns: 38px minmax(0, 1fr);
  padding: 25px 0;
}

.gabout-model-list > div > span {
  color: var(--gabout-red);
  font-size: 11px;
  font-weight: 800;
  grid-row: 1 / 3;
  padding-top: 3px;
}

.gabout-model-list strong {
  color: var(--gabout-ink);
  font-family: Roboto, Helvetica, Arial, sans-serif;
  font-size: 19px;
  line-height: 1.25;
}

.gabout-model-list small {
  color: var(--gabout-copy);
  font-size: 12px;
  line-height: 1.55;
}

.gabout-final {
  background: var(--gabout-red);
  color: var(--gabout-white);
  overflow: hidden;
  padding-bottom: clamp(62px, 7vw, 94px);
  padding-top: clamp(62px, 7vw, 94px);
  position: relative;
}

.gabout-final::after {
  border: 74px solid rgba(255, 255, 255, 0.08);
  border-radius: 50%;
  content: "";
  height: 380px;
  position: absolute;
  right: -135px;
  top: -175px;
  width: 380px;
}

.gabout-final-grid {
  align-items: center;
  display: grid;
  gap: 40px;
  grid-template-columns: minmax(0, 1fr) auto;
  position: relative;
  z-index: 1;
}

.gabout-final .gabout-eyebrow,
.gabout-final h2,
.gabout-final p {
  color: var(--gabout-white);
}

.gabout-final h2 {
  margin-bottom: 15px;
}

.gabout-final p {
  font-size: 16px;
  margin-bottom: 0;
  max-width: 720px;
  opacity: 0.82;
}

.gabout-button-light {
  background: var(--gabout-white);
  color: var(--gabout-red-dark);
  min-width: 190px;
}

.gabout-button-light:hover {
  background: var(--gabout-blue-dark);
  color: var(--gabout-white);
}

@media (max-width: 1050px) {
  .gabout-hero-grid {
    gap: 44px;
    grid-template-columns: minmax(0, 1fr) minmax(340px, 0.78fr);
  }

  .gabout-hero-image {
    height: 460px;
  }

  .gabout-story-grid {
    gap: 50px;
  }

  .gabout-story-image {
    height: 540px;
  }
}

@media (max-width: 900px) {
  .gabout-hero-grid,
  .gabout-story-grid,
  .gabout-model-grid {
    grid-template-columns: 1fr;
  }

  .gabout-hero-grid {
    min-height: 0;
    padding-bottom: 74px;
    padding-top: 86px;
  }

  .gabout-hero-copy {
    max-width: 800px;
  }

  .gabout-hero-image {
    height: min(66vw, 560px);
  }

  .gabout-story-image {
    height: min(72vw, 620px);
    order: 2;
  }

  .gabout-story-copy {
    order: 1;
  }

  .gabout-heading {
    align-items: start;
    grid-template-columns: 1fr;
  }

  .gabout-heading > p {
    max-width: 720px;
  }

  .gabout-purpose-grid {
    grid-template-columns: 1fr;
  }

  .gabout-purpose-grid article {
    min-height: 0;
  }

  .gabout-purpose-grid article > span {
    margin-bottom: 28px;
  }

  .gabout-model-copy {
    max-width: 820px;
  }
}

@media (max-width: 700px) {
  .gabout-container {
    padding-left: 18px;
    padding-right: 18px;
  }

  .gabout-hero::after {
    display: none;
  }

  .gabout-hero h1 {
    font-size: clamp(43px, 13vw, 59px);
  }

  .gabout-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .gabout-button {
    width: 100%;
  }

  .gabout-hero-image {
    border-width: 7px;
    border-radius: 23px;
    height: 72vw;
    min-height: 300px;
  }

  .gabout-proof-grid {
    grid-template-columns: 1fr;
    padding-bottom: 12px;
    padding-top: 12px;
  }

  .gabout-proof-grid > div,
  .gabout-proof-grid > div:first-child,
  .gabout-proof-grid > div:last-child {
    border-bottom: 1px solid rgba(255, 255, 255, 0.14);
    border-right: 0;
    padding: 18px 0;
  }

  .gabout-proof-grid > div:last-child {
    border-bottom: 0;
  }

  .gabout-story-copy h2,
  .gabout-heading h2,
  .gabout-model-copy h2,
  .gabout-final h2 {
    font-size: clamp(35px, 10vw, 46px);
  }

  .gabout-story-image {
    border-radius: 22px;
    height: 92vw;
    min-height: 360px;
  }

  .gabout-story-copy blockquote {
    font-size: 18px;
  }

  .gabout-location-grid {
    grid-template-columns: 1fr;
  }

  .gabout-location-image {
    height: 64vw;
    min-height: 250px;
  }

  .gabout-final-grid {
    align-items: stretch;
    grid-template-columns: 1fr;
  }

  .gabout-final-grid .gabout-button {
    max-width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .gabout-root *,
  .gabout-root *::before,
  .gabout-root *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
