:root {
  --hse-navy: #071a2b;
  --hse-ink: #14243a;
  --hse-muted: #667487;
  --hse-line: #dce4e9;
  --hse-mist: #f4f7f7;
  --hse-green: #1d7a66;
}

body.hse-page {
  background: #fff;
  color: var(--hse-ink);
  font-family: Inter, "Segoe UI", Arial, sans-serif;
}

.hse-page .header-overlay.about-header-height {
  position: relative;
  height: 420px;
  min-height: 420px;
  overflow: hidden;
  background: var(--hse-navy);
}

.hse-page .header-overlay.about-header-height::before {
  inset: 0;
  width: auto;
  height: auto;
  background-position: center;
  opacity: .64;
  filter: saturate(.65) contrast(1.08);
}

.hse-page .header-overlay.about-header-height::after {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(90deg, rgb(5 20 34 / .88), rgb(5 20 34 / .44));
  content: "";
}

.hse-page .header-overlay .pt-36 {
  height: 100%;
  padding: 0 !important;
}

.hse-page .header-overlay .header-content {
  z-index: 2;
  height: 100%;
  max-width: 1180px;
  padding: 112px 32px 36px !important;
  margin: 0 auto;
  align-items: flex-start;
  text-align: left;
}

.hse-page .header-overlay h1 {
  max-width: 660px;
  margin: 0 !important;
  font-size: clamp(2.3rem, 4.2vw, 4rem) !important;
  font-weight: 750 !important;
  letter-spacing: -.045em;
  line-height: 1.03;
  text-align: left !important;
}

.hse-page .header-overlay h1::before {
  display: block;
  margin: 0 0 18px;
  color: #b9dcd0;
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .16em;
  line-height: 1;
  text-transform: uppercase;
  content: "Our commitment";
}

.hse-page .header-overlay p.text-lg {
  max-width: 460px;
  margin: 18px 0 0 !important;
  color: rgb(255 255 255 / .82);
  font-size: 1.05rem !important;
  line-height: 1.6;
  text-align: left;
}

.hse-page .intro-section {
  padding: 54px 24px;
  border-bottom: 1px solid var(--hse-line);
  background: #fff;
}

.hse-page .intro-content {
  max-width: 910px;
  margin: 0 auto;
}

.hse-page .intro-text {
  margin: 0;
  color: var(--hse-muted);
  font-size: 1.06rem;
  line-height: 1.85;
  text-align: center;
}

.hse-page #learn-more {
  padding: 82px 0 !important;
  background: var(--hse-mist) !important;
}

.hse-page #learn-more .container,
.hse-page #learn-more + section .container,
.hse-page #learn-more + section + section .container {
  width: min(calc(100% - 48px), 1180px);
  max-width: none;
  padding: 0 !important;
}

.hse-page #learn-more .grid {
  gap: clamp(42px, 7vw, 88px) !important;
  margin-bottom: 82px !important;
}

.hse-page #learn-more .grid:last-child {
  margin-bottom: 0 !important;
}

.hse-page #learn-more h2 {
  margin-bottom: 25px !important;
  color: var(--hse-ink);
  font-size: clamp(1.75rem, 2.7vw, 2.5rem) !important;
  font-weight: 740 !important;
  letter-spacing: -.035em;
  line-height: 1.1;
}

.hse-page #learn-more .inline-block {
  padding: 0 0 12px !important;
  border-radius: 0 !important;
  border-bottom: 2px solid var(--hse-green);
  background: transparent !important;
  color: var(--hse-green) !important;
  font-size: .7rem;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.hse-page #learn-more ul {
  display: grid;
  gap: 15px !important;
}

.hse-page #learn-more li {
  gap: 11px;
  color: #4f6072;
  font-size: .98rem;
  line-height: 1.65;
}

.hse-page #learn-more li > div {
  flex: 0 0 auto;
  padding: 3px !important;
  margin: 3px 0 0 !important;
  border-radius: 50% !important;
  background: #d9eee8 !important;
  color: var(--hse-green) !important;
}

.hse-page #learn-more .relative > img {
  display: block;
  width: 100%;
  min-height: 385px;
  max-height: 470px;
  border-radius: 0 !important;
  box-shadow: none !important;
  object-fit: cover;
}

.hse-page #learn-more .absolute {
  right: -18px;
  bottom: -18px;
  left: auto !important;
  min-width: 155px;
  padding: 17px 20px !important;
  border-radius: 0 !important;
  background: var(--hse-navy) !important;
  box-shadow: 0 16px 35px rgb(5 20 34 / .18) !important;
}

.hse-page #learn-more .absolute .text-3xl {
  font-size: 1.45rem !important;
}

.hse-page #learn-more .order-2 .absolute {
  right: auto;
  left: -18px !important;
}

.hse-page #learn-more .grid:nth-child(3) .absolute {
  background: var(--hse-green) !important;
}

.hse-page #learn-more + section {
  padding: 76px 0 !important;
  background: var(--hse-navy) !important;
}

.hse-page #learn-more + section .container {
  text-align: left !important;
}

.hse-page #learn-more + section h2 {
  max-width: 760px;
  margin: 0 0 16px !important;
  font-size: clamp(1.85rem, 3vw, 2.75rem) !important;
  letter-spacing: -.04em;
  line-height: 1.12;
}

.hse-page #learn-more + section > .container > p {
  max-width: 720px;
  margin: 0 0 38px !important;
  color: rgb(255 255 255 / .72);
  font-size: 1rem !important;
  line-height: 1.7;
}

.hse-page #learn-more + section .grid {
  gap: 1px !important;
  background: rgb(255 255 255 / .18);
}

.hse-page #learn-more + section .grid > div {
  min-height: 235px;
  padding: 34px !important;
  border-radius: 0 !important;
  background: rgb(255 255 255 / .06) !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
}

.hse-page #learn-more + section .icon-circle {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  margin: 0 0 24px !important;
  border-radius: 50%;
  background: #d9eee8 !important;
  color: var(--hse-green) !important;
}

.hse-page #learn-more + section h3 {
  margin-bottom: 10px !important;
  font-size: 1.18rem !important;
}

.hse-page #learn-more + section .grid p {
  color: rgb(255 255 255 / .7);
  font-size: .94rem;
  line-height: 1.7;
}

.hse-page #learn-more + section + section {
  padding: 82px 0 !important;
  background: #fff !important;
}

.hse-page #learn-more + section + section h2 {
  color: var(--hse-ink);
  font-size: clamp(1.85rem, 3vw, 2.55rem) !important;
  letter-spacing: -.04em;
}

.hse-page #learn-more + section + section .container > p {
  color: var(--hse-muted) !important;
  line-height: 1.7;
}

.hse-page #learn-more + section + section .grid {
  gap: 20px !important;
}

.hse-page #learn-more + section + section .grid > div {
  padding: 18px !important;
  border: 1px solid var(--hse-line);
  border-radius: 0 !important;
  background: #fff !important;
  box-shadow: none !important;
}

.hse-page #learn-more + section + section .grid > div:hover {
  border-color: #9dbdb5;
  box-shadow: 0 16px 35px rgb(20 36 58 / .08) !important;
}

.hse-page #learn-more + section + section .grid img {
  border-radius: 0 !important;
}

@media (max-width: 760px) {
  .hse-page .header-overlay.about-header-height {
    height: 380px;
    min-height: 380px;
  }

  .hse-page .header-overlay .header-content {
    padding: 126px 24px 30px !important;
  }

  .hse-page .header-overlay h1 {
    font-size: clamp(2.15rem, 11vw, 3rem) !important;
  }

  .hse-page .intro-section,
  .hse-page #learn-more,
  .hse-page #learn-more + section,
  .hse-page #learn-more + section + section {
    padding-block: 58px !important;
  }

  .hse-page #learn-more .container,
  .hse-page #learn-more + section .container,
  .hse-page #learn-more + section + section .container {
    width: min(calc(100% - 32px), 1180px);
  }

  .hse-page #learn-more .grid {
    gap: 36px !important;
    margin-bottom: 64px !important;
  }

  .hse-page #learn-more .relative > img {
    min-height: 300px;
  }

  .hse-page #learn-more .absolute,
  .hse-page #learn-more .order-2 .absolute {
    right: 0;
    bottom: -12px;
    left: auto !important;
  }

  .hse-page #learn-more + section .grid > div {
    min-height: auto;
    padding: 28px !important;
  }
}
