@import "https://cdn.jsdelivr.net/npm/@fontsource/ibm-plex-serif@latest/400.css";
@import "https://cdn.jsdelivr.net/npm/@fontsource/ibm-plex-serif@latest/700.css";

html {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  scroll-behavior: auto
}

body {
  margin: 0;
  -webkit-text-size-adjust: 100%
}

:focus {
  outline: 2px dashed #59A7A2;
  outline-offset: 3px
}

.site-header {
  position: relative;
  background: linear-gradient(135deg, #E8EDEB 0%, #fff 55%, #B0CCD0 100%);
  border-bottom: 1px solid #B0CCD0;
  font-family: 'IBM Plex Serif', Georgia, serif
}

.site-header-top {
  max-width: 1320px;
  margin: 0 auto;
  padding: 20px 40px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px
}

.brand-mount {
  display: flex;
  align-items: center;
  gap: 12px;
  order: 2;
  flex-shrink: 0
}

.brand-image-shell {
  width: 44px;
  height: 44px;
  border-radius: 11px 1px 11px 1px;
  background: #fff;
  box-shadow: 0 3px 3px -1px #59a7a20d 0 6px 28px -1px #59a7a217;
  border: 1.5px solid #B0CCD0;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden
}

.brand-image-shell img {
  width: 36px;
  height: 36px;
  object-fit: contain;
  display: block
}

.brand-name {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.15;
  color: #2a4a48;
  letter-spacing: 0
}

.primary-navigation {
  order: 1;
  flex: 1
}

.primary-navigation ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  align-items: center
}

.primary-navigation ul li {
  flex-shrink: 0
}

.primary-navigation ul li a {
  display: block;
  font-family: 'IBM Plex Serif', Georgia, serif;
  font-size: 15px;
  line-height: 1.4;
  color: #2a4a48;
  text-decoration: none;
  padding: 8px 12px;
  border-radius: 1px;
  border: 1px solid transparent;
  transition: color .18s ease-out, border-color .15s ease-out, background .18s ease-out;
  position: relative;
  overflow: hidden
}

.primary-navigation ul li a:hover {
  color: #59A7A2;
  border-color: #B0CCD0;
  background: #b0ccd02e
}

.primary-navigation ul li a.active {
  color: #59A7A2;
  border-color: #59A7A2;
  background: #59a7a212
}

.region-indicator {
  max-width: 1320px;
  margin: 0 auto;
  padding: 8px 40px 20px;
  display: flex;
  align-items: center;
  gap: 8px
}

.region-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #59a7a214;
  border: 1px solid #B0CCD0;
  border-left: 3px solid #59A7A2;
  border-radius: 1px 11px 11px 1px;
  padding: 4px 12px 4px 8px
}

.region-badge-icon {
  width: 14px;
  height: 14px;
  flex-shrink: 0
}

.region-badge-text {
  font-family: 'IBM Plex Serif', Georgia, serif;
  font-size: 15px;
  line-height: 1.4;
  color: #3d6663
}

.site-footer {
  background: linear-gradient(160deg, #2a4a48 0%, #1e3836 100%);
  font-family: 'IBM Plex Serif', Georgia, serif;
  border-top: 3px solid #59A7A2
}

.footer-body {
  max-width: 1320px;
  margin: 0 auto;
  padding: 80px 40px 40px;
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 80px;
  align-items: start
}

.footer-about {
  display: flex;
  flex-direction: column;
  gap: 20px
}

.footer-brand-row {
  display: flex;
  align-items: center;
  gap: 12px
}

.footer-logo-shell {
  width: 40px;
  height: 40px;
  border-radius: 1px 11px 1px 11px;
  background: #ffffff1f;
  border: 1px solid #b0ccd066;
  box-shadow: 0 3px 3px -1px #b0ccd00d 0 6px 28px -1px #b0ccd017;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden
}

.footer-logo-shell img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  display: block
}

.footer-brand-name {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.15;
  color: #E8EDEB
}

.footer-description {
  font-size: 15px;
  line-height: 1.6;
  color: #B0CCD0;
  max-width: 480px
}

.footer-contact-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 8px
}

.footer-contact-list li {
  display: flex;
  align-items: center;
  gap: 8px
}

.footer-contact-list li a {
  font-size: 15px;
  line-height: 1.4;
  color: #B0CCD0;
  text-decoration: none;
  transition: color .15s ease-out
}

.footer-contact-list li a:hover {
  color: #59A7A2
}

.footer-contact-icon {
  color: #59A7A2;
  font-size: 15px;
  flex-shrink: 0
}

.footer-links-column {
  display: flex;
  flex-direction: column;
  gap: 20px
}

.footer-links-label {
  font-size: 15px;
  font-weight: 700;
  line-height: 1.15;
  color: #E8EDEB;
  letter-spacing: .06em;
  text-transform: uppercase;
  border-bottom: 1px solid #b0ccd040;
  padding-bottom: 8px
}

.footer-links-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 8px
}

.footer-links-list li a {
  font-size: 15px;
  line-height: 1.4;
  color: #B0CCD0;
  text-decoration: none;
  transition: color .18s ease-out
}

.footer-links-list li a:hover {
  color: #59A7A2
}

.footer-bottom {
  max-width: 1320px;
  margin: 0 auto;
  padding: 20px 40px 40px;
  border-top: 1px solid #b0ccd026;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap
}

.footer-copyright {
  font-size: 15px;
  line-height: 1.4;
  color: #b0ccd099
}

.footer-address {
  font-size: 15px;
  line-height: 1.4;
  color: #b0ccd080;
  font-style: normal
}

@media (max-width: 1024px) {
  .site-header-top {
    padding: 20px 20px 0;
    gap: 20px
  }

  .region-indicator {
    padding: 8px 20px 20px
  }

  .footer-body {
    padding: 40px 20px 20px;
    gap: 40px;
    grid-template-columns: 1fr 1fr
  }

  .footer-bottom {
    padding: 20px 20px 40px
  }
}

@media (max-width: 640px) {
  .site-header-top {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    padding: 20px 12px 0
  }

  .brand-mount {
    order: 1;
    align-self: flex-end
  }

  .primary-navigation {
    order: 2;
    width: 100%
  }

  .primary-navigation ul {
    gap: 4px
  }

  .region-indicator {
    padding: 8px 12px 20px
  }

  .footer-body {
    grid-template-columns: 1fr;
    gap: 40px;
    padding: 40px 12px 20px
  }

  .footer-bottom {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    padding: 20px 12px 40px
  }
}

.legal-main {
  max-width: 1320px;
  margin: 0 auto;
  padding: 80px 40px
}

.legal-main h1 {
  font-size: 42px;
  line-height: 1.15;
  color: #2c3e3d;
  margin-bottom: 40px;
  padding-bottom: 20px;
  border-bottom: 2px solid #B0CCD0
}

.legal-main h2 {
  font-size: 30px;
  line-height: 1.15;
  color: #2c3e3d;
  margin-top: 80px;
  margin-bottom: 20px;
  padding-left: 12px;
  border-left: 3px solid #59A7A2;
  border-bottom: 1px solid #E8EDEB;
  padding-bottom: 8px
}

.legal-main h3 {
  font-size: 22px;
  line-height: 1.4;
  color: #2c3e3d;
  margin-top: 40px;
  margin-bottom: 12px
}

.legal-main h4 {
  font-size: 15px;
  line-height: 1.4;
  color: #2c3e3d;
  text-transform: uppercase;
  letter-spacing: .08em;
  margin-top: 40px;
  margin-bottom: 12px
}

.legal-main h5 {
  font-size: 15px;
  line-height: 1.4;
  color: #3d5453;
  margin-top: 20px;
  margin-bottom: 8px
}

.legal-main h6 {
  font-size: 15px;
  line-height: 1.4;
  color: #3d5453;
  margin-top: 20px;
  margin-bottom: 8px
}

.legal-main p {
  font-size: 15px;
  line-height: 1.6;
  color: #2c3e3d;
  margin-bottom: 20px
}

.legal-main ul {
  margin-bottom: 20px;
  padding-left: 20px;
  list-style: none
}

.legal-main ol {
  margin-bottom: 20px;
  padding-left: 20px;
  list-style: none;
  counter-reset: policy-counter
}

.legal-main ul li {
  font-size: 15px;
  line-height: 1.6;
  color: #2c3e3d;
  margin-bottom: 8px;
  padding-left: 20px;
  position: relative
}

.legal-main ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 6px;
  height: 6px;
  border-radius: 1px;
  background-color: #59A7A2;
  transform: rotate(45deg)
}

.legal-main ol li {
  font-size: 15px;
  line-height: 1.6;
  color: #2c3e3d;
  margin-bottom: 8px;
  padding-left: 20px;
  position: relative;
  counter-increment: policy-counter
}

.legal-main ol li::before {
  content: counter(policy-counter) ".";
  position: absolute;
  left: 0;
  top: 0;
  font-size: 15px;
  line-height: 1.6;
  color: #59A7A2;
  font-weight: 600
}

.legal-main ul ul,
.legal-main ol ol,
.legal-main ul ol,
.legal-main ol ul {
  margin-top: 8px;
  margin-bottom: 4px
}

.legal-main strong,
.legal-main b {
  font-weight: 700;
  color: #2c3e3d
}

.legal-main a {
  color: #59A7A2;
  text-decoration: underline;
  text-decoration-color: #B0CCD0;
  text-underline-offset: 3px;
  transition: color .15s ease-out, text-decoration-color .15s ease-out
}

.legal-main a:hover {
  color: #3d8a85;
  text-decoration-color: #59A7A2
}

.legal-main a:visited {
  color: #4a8f8a
}

.legal-main hr {
  border: none;
  border-top: 1px solid #B0CCD0;
  margin-top: 40px;
  margin-bottom: 40px;
  opacity: .6
}

.legal-main div {
  margin-bottom: 20px
}

@media (max-width: 1024px) {
  .legal-main {
    padding: 80px 40px
  }

  .legal-main h1 {
    font-size: 42px
  }

  .legal-main h2 {
    font-size: 30px
  }
}

@media (max-width: 640px) {
  .legal-main {
    padding: 40px 20px
  }

  .legal-main h1 {
    font-size: 30px;
    margin-bottom: 20px
  }

  .legal-main h2 {
    font-size: 22px;
    margin-top: 40px
  }

  .legal-main h3 {
    font-size: 22px;
    margin-top: 20px
  }

  .legal-main h2,
  .legal-main h3 {
    margin-top: 40px
  }
}

.philanthropy {
  max-width: 100%;
  overflow-x: hidden
}

.philanthropy .editorial-column {
  max-width: 1320px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px
}

.philanthropy .title-strip {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  min-height: 0;
  padding-top: 40px;
  padding-bottom: 40px;
  gap: 40px
}

.philanthropy .title-text-area {
  flex: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 12px
}

.philanthropy .title-image-area {
  flex: 1;
  display: flex;
  align-items: flex-end
}

.philanthropy .title-image-area img {
  width: 100%;
  height: 260px;
  object-fit: cover;
  object-position: center top;
  filter: grayscale(100%);
  border-radius: 11px
}

.philanthropy .main-heading {
  font-size: 72px;
  line-height: 1.15;
  font-weight: 300;
  letter-spacing: .01em;
  color: #2a3530;
  margin: 0
}

.philanthropy .main-heading .accent-mark {
  color: #59A7A2
}

.philanthropy .lead-phrase {
  font-size: 22px;
  line-height: 1.4;
  color: #3d4f49;
  margin: 0;
  font-weight: 400
}

.philanthropy .chevron-divider {
  display: flex;
  flex-direction: row;
  justify-content: center;
  padding-top: 8px;
  padding-bottom: 8px
}

.philanthropy .chevron-divider svg {
  display: block
}

.philanthropy .about-strip {
  background: #E8EDEB;
  padding-top: 80px;
  padding-bottom: 80px
}

.philanthropy .about-grid {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 80px;
  align-items: start
}

.philanthropy .about-label {
  font-size: 15px;
  line-height: 1.6;
  color: #59A7A2;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .12em;
  margin: 0 0 20px
}

.philanthropy .about-number-block {
  display: flex;
  flex-direction: column;
  gap: 20px
}

.philanthropy .stat-item {
  border-top: 1px solid #B0CCD0;
  padding-top: 20px
}

.philanthropy .stat-value {
  font-size: 42px;
  line-height: 1.15;
  font-weight: 300;
  color: #2a3530;
  display: block
}

.philanthropy .stat-desc {
  font-size: 15px;
  line-height: 1.6;
  color: #4a5e57;
  margin: 4px 0 0
}

.philanthropy .about-text-col {
  display: flex;
  flex-direction: column;
  gap: 20px
}

.philanthropy .about-heading {
  font-size: 30px;
  line-height: 1.4;
  font-weight: 300;
  color: #2a3530;
  margin: 0
}

.philanthropy .about-body {
  font-size: 15px;
  line-height: 1.6;
  color: #3d4f49;
  margin: 0
}

.philanthropy .about-bracket-block {
  position: relative;
  padding: 20px;
  background: #fff;
  border-radius: 11px;
  box-shadow: 0 6px 28px -1px #59a7a217
}

.philanthropy .bracket-corner {
  position: absolute;
  width: 20px;
  height: 20px
}

.philanthropy .bracket-corner.tl {
  top: 8px;
  left: 8px;
  border-top: 2px solid #59A7A2;
  border-left: 2px solid #59A7A2;
  border-radius: 1px 0 0 0
}

.philanthropy .bracket-corner.br {
  bottom: 8px;
  right: 8px;
  border-bottom: 2px solid #59A7A2;
  border-right: 2px solid #59A7A2;
  border-radius: 0 0 1px 0
}

.philanthropy .bracket-quote {
  font-size: 15px;
  line-height: 1.6;
  color: #3d4f49;
  margin: 0;
  font-style: italic
}

.philanthropy .chevron-divider-dark {
  display: flex;
  flex-direction: row;
  justify-content: center;
  padding-top: 8px;
  padding-bottom: 8px;
  background: #E8EDEB
}

.philanthropy .process-strip {
  padding-top: 80px;
  padding-bottom: 80px;
  background: #fff
}

.philanthropy .process-heading-row {
  display: flex;
  flex-direction: row;
  align-items: baseline;
  gap: 40px;
  margin-bottom: 40px
}

.philanthropy .process-heading {
  font-size: 42px;
  line-height: 1.15;
  font-weight: 300;
  color: #2a3530;
  margin: 0;
  flex: 1
}

.philanthropy .process-sub {
  font-size: 15px;
  line-height: 1.6;
  color: #4a5e57;
  max-width: 360px;
  margin: 0
}

.philanthropy .process-steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px
}

.philanthropy .step-card {
  border-radius: 11px;
  padding: 20px;
  background: #E8EDEB;
  display: flex;
  flex-direction: column;
  gap: 12px;
  box-shadow: 0 3px 3px -1px #59a7a20d;
  transition: box-shadow .18s ease-out, transform .15s ease-out
}

.philanthropy .step-card:hover {
  box-shadow: 0 12px 48px -1px #59a7a21c;
  transform: translateY(-2px)
}

.philanthropy .step-number {
  font-size: 42px;
  line-height: 1.15;
  font-weight: 300;
  color: #B0CCD0
}

.philanthropy .step-title {
  font-size: 22px;
  line-height: 1.4;
  font-weight: 400;
  color: #2a3530;
  margin: 0
}

.philanthropy .step-body {
  font-size: 15px;
  line-height: 1.6;
  color: #4a5e57;
  margin: 0
}

.philanthropy .step-icon-outline {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center
}

.philanthropy .step-icon-outline svg {
  stroke-dasharray: 120;
  stroke-dashoffset: 120;
  animation: trace-icon 1.4s .3s ease forwards
}

@keyframes trace-icon {
  to {
    stroke-dashoffset: 0
  }
}

.philanthropy .chevron-divider-mid {
  display: flex;
  flex-direction: row;
  justify-content: center;
  padding-top: 8px;
  padding-bottom: 8px;
  background: #fff
}

.philanthropy .group-strip {
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
  background: #2a3530;
  overflow: hidden
}

.philanthropy .group-strip-bg {
  position: absolute;
  inset: 0;
  background: linear-gradient(160deg, #59a7a22e 0%, #59a7a20a 60%);
  pointer-events: none
}

.philanthropy .group-rows {
  display: flex;
  flex-direction: column;
  gap: 40px
}

.philanthropy .group-row {
  display: grid;
  gap: 40px;
  align-items: center
}

.philanthropy .group-row.layout-a {
  grid-template-columns: 1fr 1.4fr
}

.philanthropy .group-row.layout-b {
  grid-template-columns: 1.4fr 1fr
}

.philanthropy .group-accent-number {
  font-size: 72px;
  line-height: 1.15;
  font-weight: 300;
  color: #59a7a238;
  margin: 0;
  user-select: none
}

.philanthropy .group-row-heading {
  font-size: 30px;
  line-height: 1.4;
  font-weight: 300;
  color: #E8EDEB;
  margin: 0 0 12px
}

.philanthropy .group-row-body {
  font-size: 15px;
  line-height: 1.6;
  color: #B0CCD0;
  margin: 0
}

.philanthropy .group-visual {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center
}

.philanthropy .group-pill {
  background: #59a7a21f;
  border: 1px solid #59a7a24d;
  border-radius: 20px;
  padding: 20px 40px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  box-shadow: inset 0 1px 12px #59a7a214
}

.philanthropy .group-pill-label {
  font-size: 15px;
  color: #59A7A2;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .1em
}

.philanthropy .group-pill-value {
  font-size: 42px;
  line-height: 1.15;
  font-weight: 300;
  color: #E8EDEB
}

.philanthropy .dash-list {
  list-style: none;
  padding: 0;
  margin: 12px 0 0;
  display: flex;
  flex-direction: column;
  gap: 8px
}

.philanthropy .dash-list li {
  font-size: 15px;
  line-height: 1.6;
  color: #B0CCD0;
  padding-left: 20px;
  position: relative
}

.philanthropy .dash-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 11px;
  width: 10px;
  height: 1px;
  background: #59A7A2
}

.philanthropy .contact-strip {
  padding-top: 80px;
  padding-bottom: 80px;
  background: #E8EDEB
}

.philanthropy .contact-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 80px;
  align-items: start
}

.philanthropy .contact-heading {
  font-size: 42px;
  line-height: 1.15;
  font-weight: 300;
  color: #2a3530;
  margin: 0 0 20px
}

.philanthropy .contact-body {
  font-size: 15px;
  line-height: 1.6;
  color: #3d4f49;
  margin: 0 0 20px
}

.philanthropy .contact-detail-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 12px
}

.philanthropy .contact-detail-list li {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 12px
}

.philanthropy .contact-icon {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  margin-top: 2px
}

.philanthropy .contact-text {
  font-size: 15px;
  line-height: 1.6;
  color: #2a3530
}

.philanthropy .contact-text a {
  color: #59A7A2;
  text-decoration: none;
  transition: color .15s ease
}

.philanthropy .contact-text a:hover {
  color: #2a3530
}

.philanthropy .cta-block {
  background: #fff;
  border-radius: 20px;
  padding: 40px;
  box-shadow: 0 6px 28px -1px #59a7a217;
  display: flex;
  flex-direction: column;
  gap: 20px;
  position: relative
}

.philanthropy .cta-block .bracket-corner.tl {
  top: 12px;
  left: 12px
}

.philanthropy .cta-block .bracket-corner.br {
  bottom: 12px;
  right: 12px
}

.philanthropy .cta-heading {
  font-size: 22px;
  line-height: 1.4;
  font-weight: 400;
  color: #2a3530;
  margin: 0
}

.philanthropy .cta-desc {
  font-size: 15px;
  line-height: 1.6;
  color: #4a5e57;
  margin: 0
}

.philanthropy .btn-primary {
  display: inline-block;
  padding: 12px 40px;
  border: 1.5px solid #59A7A2;
  border-radius: 11px;
  background: transparent;
  color: #59A7A2;
  font-size: 15px;
  line-height: 1.4;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  transition: color .18s ease, background .18s ease
}

.philanthropy .btn-primary:hover {
  background: #59A7A2;
  color: #fff
}

.philanthropy .btn-primary:focus {
  outline: 2px solid #59A7A2;
  outline-offset: 3px
}

.philanthropy .btn-primary:active {
  background: #3d8a85;
  border-color: #3d8a85;
  color: #fff
}

.philanthropy .reveal-clip {
  animation: clip-reveal .7s .1s ease both
}

@keyframes clip-reveal {
  from {
    clip-path: inset(0 50% 0 50%)
  }

  to {
    clip-path: inset(0 0% 0 0%)
  }
}

.philanthropy .color-shift {
  animation: color-appear .9s .2s ease both
}

@keyframes color-appear {
  from {
    color: #B0CCD0
  }

  to {
    color: #2a3530
  }
}

@media (max-width: 1024px) {
  .philanthropy .editorial-column {
    padding-left: 20px;
    padding-right: 20px
  }

  .philanthropy .title-strip {
    flex-direction: column;
    gap: 20px;
    padding-top: 20px;
    padding-bottom: 20px
  }

  .philanthropy .main-heading {
    font-size: 42px
  }

  .philanthropy .title-image-area img {
    height: 180px
  }

  .philanthropy .about-grid {
    grid-template-columns: 1fr;
    gap: 40px
  }

  .philanthropy .process-steps {
    grid-template-columns: repeat(2, 1fr)
  }

  .philanthropy .process-heading-row {
    flex-direction: column;
    gap: 12px
  }

  .philanthropy .group-row.layout-a,
  .philanthropy .group-row.layout-b {
    grid-template-columns: 1fr;
    gap: 20px
  }

  .philanthropy .contact-grid {
    grid-template-columns: 1fr;
    gap: 40px
  }
}

@media (max-width: 640px) {
  .philanthropy .main-heading {
    font-size: 30px
  }

  .philanthropy .process-steps {
    grid-template-columns: 1fr
  }

  .philanthropy .about-strip,
  .philanthropy .process-strip,
  .philanthropy .group-strip,
  .philanthropy .contact-strip {
    padding-top: 40px;
    padding-bottom: 40px
  }

  .philanthropy .about-grid {
    gap: 20px
  }

  .philanthropy .group-pill {
    padding: 20px
  }

  .philanthropy .cta-block {
    padding: 20px
  }
}

.contact-us-page {
  background: #fff;
  overflow-x: clip
}

.contact-us-page .frame-outer {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 20px
}

.contact-us-page .reach-band {
  background: #59A7A2;
  width: 100%;
  padding: 8px 0
}

.contact-us-page .reach-band-inner {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 40px
}

.contact-us-page .reach-band-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px
}

.contact-us-page .reach-band-item span {
  font-size: 15px;
  line-height: 1.4;
  color: #fff
}

.contact-us-page .reach-band-item a {
  font-size: 15px;
  line-height: 1.4;
  color: #fff;
  text-decoration: none !important;
  border-bottom: 1px solid #fff6;
  transition: border-color .15s ease-out
}

.contact-us-page .reach-band-item a:hover {
  border-color: #fff
}

.contact-us-page .band-dot {
  width: 8px;
  height: 8px;
  border-radius: 20px;
  background: #E8EDEB;
  flex-shrink: 0
}

.contact-us-page .contact-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 560px
}

.contact-us-page .split-visual {
  position: relative;
  overflow: hidden;
  border-radius: 0
}

.contact-us-page .split-visual-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 30%;
  display: block
}

.contact-us-page .split-visual-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(160deg, #59a7a28c 0%, #59a7a22e 60%, #b0ccd014 100%)
}

.contact-us-page .split-visual-text {
  position: absolute;
  bottom: 40px;
  left: 40px;
  right: 40px
}

.contact-us-page .split-visual-text .visual-label {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  margin-bottom: 12px
}

.contact-us-page .split-visual-text .visual-label .band-dot {
  background: #E8EDEB
}

.contact-us-page .split-visual-text .visual-label span {
  font-size: 15px;
  line-height: 1.4;
  color: #E8EDEB;
  letter-spacing: .08em;
  text-transform: uppercase
}

.contact-us-page .split-visual-text h1 {
  font-size: 42px;
  line-height: 1.15;
  color: #fff;
  font-weight: 300;
  margin: 0 0 20px;
  letter-spacing: .04em
}

.contact-us-page .split-visual-text .visual-quote {
  font-size: 15px;
  line-height: 1.6;
  color: #e8edebe6;
  margin: 0;
  max-width: 360px
}

.contact-us-page .split-visual-frame {
  position: absolute;
  inset: 20px;
  border: 1px solid #e8edeb4d;
  border-radius: 1px;
  pointer-events: none
}

.contact-us-page .split-visual-frame-inner {
  position: absolute;
  inset: 28px;
  border: 1px solid #e8edeb1f;
  border-radius: 1px;
  pointer-events: none
}

.contact-us-page .split-form-area {
  background: #E8EDEB;
  padding: 80px 40px;
  display: flex;
  flex-direction: column;
  justify-content: center
}

.contact-us-page .form-eyebrow {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  margin-bottom: 20px
}

.contact-us-page .form-eyebrow .band-dot {
  background: #59A7A2
}

.contact-us-page .form-eyebrow span {
  font-size: 15px;
  line-height: 1.4;
  color: #59A7A2;
  letter-spacing: .07em;
  text-transform: uppercase
}

.contact-us-page .split-form-area h2 {
  font-size: 30px;
  line-height: 1.15;
  color: #2a3d3b;
  font-weight: 300;
  margin: 0 0 8px
}

.contact-us-page .split-form-area .form-sub {
  font-size: 15px;
  line-height: 1.6;
  color: #4a5e5c;
  margin: 0 0 40px
}

.contact-us-page .form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-bottom: 20px
}

.contact-us-page .form-field {
  display: flex;
  flex-direction: column;
  gap: 8px
}

.contact-us-page .form-field.full {
  grid-column: 1 / -1
}

.contact-us-page .form-field label {
  font-size: 15px;
  line-height: 1.4;
  color: #2a3d3b;
  font-weight: 500
}

.contact-us-page .form-field input[type="text"],
.contact-us-page .form-field input[type="email"] {
  background: #fff;
  border: 1px solid #59a7a240;
  border-radius: 11px;
  padding: 12px 20px;
  font-size: 15px;
  line-height: 1.4;
  color: #2a3d3b;
  outline: none;
  transition: border-color .15s ease-out, box-shadow .18s ease;
  box-shadow: 0 3px 3px -1px #59a7a20d
}

.contact-us-page .form-field input[type="text"]::placeholder,
.contact-us-page .form-field input[type="email"]::placeholder {
  color: #8aadaa;
  text-overflow: ellipsis
}

.contact-us-page .form-field input[type="text"]:focus,
.contact-us-page .form-field input[type="email"]:focus {
  border-color: #59A7A2;
  box-shadow: 0 6px 28px -1px #59a7a217 inset 0 1px 4px #59a7a214
}

.contact-us-page .radio-group-label {
  font-size: 15px;
  line-height: 1.4;
  color: #2a3d3b;
  font-weight: 500;
  margin-bottom: 12px;
  display: block
}

.contact-us-page .radio-options {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 20px
}

.contact-us-page .radio-option {
  position: relative
}

.contact-us-page .radio-option input[type="radio"] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
  pointer-events: none
}

.contact-us-page .radio-option label {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  padding: 8px 20px;
  border: 1px solid #59a7a24d;
  border-radius: 34px;
  font-size: 15px;
  line-height: 1.4;
  color: #4a5e5c;
  cursor: pointer;
  background: #fff;
  transition: background .12s ease-out, border-color .12s ease-out, color .12s ease-out;
  user-select: none
}

.contact-us-page .radio-option input[type="radio"]:checked+label {
  background: #59A7A2;
  border-color: #59A7A2;
  color: #fff
}

.contact-us-page .radio-option label:hover {
  border-color: #59A7A2;
  color: #2a3d3b
}

.contact-us-page .radio-option input[type="radio"]:checked+label:hover {
  color: #fff
}

.contact-us-page .radio-option input[type="radio"]:focus+label {
  outline: 2px solid #59A7A2;
  outline-offset: 2px
}

.contact-us-page .privacy-row {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 20px
}

.contact-us-page .privacy-row input[type="checkbox"] {
  margin-top: 3px;
  accent-color: #59A7A2;
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  cursor: pointer
}

.contact-us-page .privacy-row .privacy-text {
  font-size: 15px;
  line-height: 1.6;
  color: #4a5e5c
}

.contact-us-page .privacy-row .privacy-text a {
  color: #59A7A2;
  text-decoration: none !important;
  border-bottom: 1px solid #59a7a266;
  transition: border-color .12s ease-out
}

.contact-us-page .privacy-row .privacy-text a:hover {
  border-color: #59A7A2
}

.contact-us-page .submit-btn {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  padding: 12px 40px;
  background: transparent;
  border: 1px solid #59A7A2;
  border-radius: 11px;
  font-size: 15px;
  line-height: 1.4;
  color: #59A7A2;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  transition: color .15s ease-out, background .15s ease-out
}

.contact-us-page .submit-btn:hover {
  background: #59A7A2;
  color: #fff
}

.contact-us-page .submit-btn:focus {
  outline: 2px solid #59A7A2;
  outline-offset: 3px
}

.contact-us-page .submit-btn:active {
  background: #4a9490;
  border-color: #4a9490;
  color: #fff
}

.contact-us-page .submit-btn .btn-icon {
  width: 16px;
  height: 16px;
  flex-shrink: 0
}

.contact-us-page .details-strip {
  background: #fff;
  padding: 80px 0;
  position: relative
}

.contact-us-page .details-strip-bg {
  position: absolute;
  inset: 0;
  background: linear-gradient(170deg, #b0ccd01f 0%, #b0ccd00a 100%);
  pointer-events: none
}

.contact-us-page .details-strip-inner {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 20px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 40px;
  align-items: start
}

.contact-us-page .detail-card {
  padding: 40px;
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 6px 28px -1px #59a7a217;
  transition: box-shadow .18s ease-out, background .18s ease-out;
  position: relative;
  overflow: hidden
}

.contact-us-page .detail-card:hover {
  box-shadow: 0 12px 48px -1px #59a7a21c;
  background: linear-gradient(150deg, #e8edeb99 0%, #b0ccd01a 100%)
}

.contact-us-page .detail-card .card-icon-wrap {
  width: 48px;
  height: 48px;
  border-radius: 11px;
  background: #59a7a21a;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  transition: background .15s ease-out
}

.contact-us-page .detail-card:hover .card-icon-wrap {
  background: #59a7a22e
}

.contact-us-page .detail-card .card-icon-wrap svg {
  width: 22px;
  height: 22px;
  stroke: #59A7A2;
  fill: none;
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: transform .2s ease-out
}

.contact-us-page .detail-card:hover .card-icon-wrap svg {
  transform: rotate(360deg)
}

.contact-us-page .detail-card h4 {
  font-size: 15px;
  line-height: 1.4;
  color: #59A7A2;
  font-weight: 600;
  letter-spacing: .07em;
  text-transform: uppercase;
  margin: 0 0 8px
}

.contact-us-page .detail-card .card-value {
  font-size: 22px;
  line-height: 1.4;
  color: #2a3d3b;
  font-weight: 300;
  margin: 0 0 8px
}

.contact-us-page .detail-card .card-value a {
  color: #2a3d3b;
  text-decoration: none !important;
  transition: color .12s ease-out
}

.contact-us-page .detail-card .card-value a:hover {
  color: #59A7A2
}

.contact-us-page .detail-card .card-note {
  font-size: 15px;
  line-height: 1.6;
  color: #6a8a88;
  margin: 0
}

.contact-us-page .detail-card .curl-deco {
  position: absolute;
  bottom: -8px;
  right: -8px;
  width: 60px;
  height: 60px;
  opacity: .06;
  pointer-events: none
}

@media (max-width: 1024px) {
  .contact-us-page .contact-split {
    grid-template-columns: 1fr
  }

  .contact-us-page .split-visual {
    min-height: 320px
  }

  .contact-us-page .split-form-area {
    padding: 40px 20px
  }

  .contact-us-page .details-strip-inner {
    grid-template-columns: 1fr 1fr;
    gap: 20px
  }

  .contact-us-page .split-visual-text h1 {
    font-size: 30px
  }
}

@media (max-width: 640px) {
  .contact-us-page .form-row {
    grid-template-columns: 1fr
  }

  .contact-us-page .details-strip-inner {
    grid-template-columns: 1fr
  }

  .contact-us-page .reach-band-inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    padding: 12px 20px
  }

  .contact-us-page .split-visual-text {
    left: 20px;
    right: 20px;
    bottom: 20px
  }

  .contact-us-page .split-visual-text h1 {
    font-size: 22px
  }

  .contact-us-page .details-strip {
    padding: 40px 0
  }
}

.success-stories {
  background: #fff;
  overflow-x: clip
}

.success-stories .stories-bento {
  max-width: 1320px;
  margin: 0 auto;
  padding: 80px 40px
}

.success-stories .bento-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto;
  gap: 20px
}

.success-stories .bento-cell {
  border-radius: 20px;
  overflow: hidden;
  position: relative
}

.success-stories .bento-image-cell {
  grid-row: 1 / 3;
  min-height: 560px;
  background: #111
}

.success-stories .bento-image-cell img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 30%;
  display: block;
  filter: grayscale(1) contrast(1.15);
  opacity: .88
}

.success-stories .bento-text-cell {
  background: #E8EDEB;
  padding: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center
}

.success-stories .bento-stat-cell {
  background: #59A7A2;
  padding: 40px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end
}

.success-stories .page-eyebrow {
  font-size: 15px;
  line-height: 1.4;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: #59A7A2;
  margin: 0 0 20px;
  font-weight: 600
}

.success-stories .page-heading {
  font-size: 42px;
  line-height: 1.15;
  font-weight: 300;
  color: #1e2a28;
  margin: 0 0 20px
}

.success-stories .page-heading .colored-word {
  background: linear-gradient(135deg, #59A7A2 0%, #B0CCD0 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-weight: 500
}

.success-stories .page-lead {
  font-size: 15px;
  line-height: 1.6;
  color: #3a4a48;
  margin: 0
}

.success-stories .stat-number {
  font-size: 72px;
  line-height: 1.15;
  font-weight: 200;
  color: #fff;
  display: block
}

.success-stories .stat-label {
  font-size: 15px;
  line-height: 1.4;
  color: #ffffffd1;
  margin: 8px 0 0
}

.success-stories .curved-connector {
  display: block;
  margin: 20px 0;
  width: 80px;
  height: 24px;
  overflow: visible
}

.success-stories .bento-image-cell .image-badge {
  position: absolute;
  bottom: 20px;
  left: 20px;
  background: #59a7a2eb;
  color: #fff;
  font-size: 15px;
  line-height: 1.4;
  padding: 12px 20px;
  border-radius: 11px;
  backdrop-filter: blur(4px)
}

.success-stories .abstract-lines {
  position: absolute;
  top: 0;
  right: 0;
  width: 180px;
  height: 180px;
  pointer-events: none;
  opacity: .18
}

.success-stories .words-reveal {
  overflow: hidden
}

.success-stories .words-reveal .word {
  display: inline-block;
  opacity: 0;
  transform: translateY(22px);
  animation: wordUp .18s ease-out forwards
}

.success-stories .words-reveal .word:nth-child(1) {
  animation-delay: .05s
}

.success-stories .words-reveal .word:nth-child(2) {
  animation-delay: .12s
}

.success-stories .words-reveal .word:nth-child(3) {
  animation-delay: .19s
}

.success-stories .words-reveal .word:nth-child(4) {
  animation-delay: .26s
}

.success-stories .words-reveal .word:nth-child(5) {
  animation-delay: .33s
}

.success-stories .words-reveal .word:nth-child(6) {
  animation-delay: .4s
}

.success-stories .words-reveal .word:nth-child(7) {
  animation-delay: .47s
}

@keyframes wordUp {
  to {
    opacity: 1;
    transform: translateY(0)
  }
}

.success-stories .reviews-band {
  position: relative;
  background: #1e2a28;
  overflow: hidden
}

.success-stories .band-edge-accent {
  position: absolute;
  top: 0;
  left: 0;
  width: 5px;
  height: 100%;
  background: linear-gradient(180deg, #59A7A2 0%, #B0CCD0 60%, #59A7A2 100%)
}

.success-stories .reviews-inner {
  max-width: 1320px;
  margin: 0 auto;
  padding: 80px 40px 80px 60px;
  display: grid;
  grid-template-columns: 1fr 340px;
  gap: 80px;
  align-items: start
}

.success-stories .reviews-left {
  display: flex;
  flex-direction: column;
  gap: 40px
}

.success-stories .reviews-heading {
  font-size: 30px;
  line-height: 1.15;
  font-weight: 300;
  color: #E8EDEB;
  margin: 0
}

.success-stories .wavy-divider {
  width: 100%;
  height: 20px;
  margin: 0;
  display: block
}

.success-stories .review-cards {
  display: flex;
  flex-direction: column;
  gap: 20px
}

.success-stories .review-card {
  background: #b0ccd012;
  border-radius: 11px;
  padding: 40px;
  display: grid;
  grid-template-columns: 64px 1fr;
  gap: 20px;
  align-items: start;
  transition: background .16s ease-out, box-shadow .16s ease-out;
  position: relative
}

.success-stories .review-card::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 40px;
  right: 40px;
  height: 2px;
  background: #59A7A2;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .18s ease-out;
  border-radius: 1px
}

.success-stories .review-card:hover::after {
  transform: scaleX(1)
}

.success-stories .review-card:hover {
  background: #b0ccd021;
  box-shadow: 0 6px 28px -1px #59a7a217
}

.success-stories .portrait-wrap {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
  box-shadow: 0 3px 3px -1px #59a7a20d
}

.success-stories .portrait-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block
}

.success-stories .portrait-placeholder {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: #59a7a238;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0
}

.success-stories .portrait-placeholder svg {
  width: 32px;
  height: 32px;
  opacity: .7
}

.success-stories .review-body {
  display: flex;
  flex-direction: column;
  gap: 12px
}

.success-stories .reviewer-name {
  font-size: 15px;
  line-height: 1.4;
  font-weight: 600;
  color: #E8EDEB;
  margin: 0
}

.success-stories .reviewer-context {
  font-size: 15px;
  line-height: 1.4;
  color: #B0CCD0;
  margin: 0
}

.success-stories .review-text {
  font-size: 15px;
  line-height: 1.6;
  color: #e8edebc7;
  margin: 0
}

.success-stories .reviews-right {
  display: flex;
  flex-direction: column;
  gap: 20px;
  position: sticky;
  top: 40px
}

.success-stories .stats-panel {
  background: #59a7a21f;
  border-radius: 20px;
  padding: 40px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  box-shadow: 0 12px 48px -1px #59a7a21c
}

.success-stories .stat-item {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding-bottom: 20px;
  border-bottom: 1px solid #b0ccd02e
}

.success-stories .stat-item:last-child {
  border-bottom: none;
  padding-bottom: 0
}

.success-stories .stat-value {
  font-size: 42px;
  line-height: 1.15;
  font-weight: 200;
  color: #59A7A2
}

.success-stories .stat-desc {
  font-size: 15px;
  line-height: 1.4;
  color: #B0CCD0
}

.success-stories .panel-note {
  font-size: 15px;
  line-height: 1.6;
  color: #b0ccd0a6;
  margin: 0
}

@media (max-width: 1024px) {
  .success-stories .bento-grid {
    grid-template-columns: 1fr
  }

  .success-stories .bento-image-cell {
    grid-row: auto;
    min-height: 320px
  }

  .success-stories .reviews-inner {
    grid-template-columns: 1fr;
    gap: 40px
  }

  .success-stories .reviews-right {
    position: static
  }

  .success-stories .stats-panel {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px
  }

  .success-stories .stat-item {
    padding-bottom: 0;
    border-bottom: none
  }
}

@media (max-width: 640px) {
  .success-stories .stories-bento {
    padding: 40px 20px
  }

  .success-stories .page-heading {
    font-size: 30px
  }

  .success-stories .stat-number {
    font-size: 42px
  }

  .success-stories .reviews-inner {
    padding: 40px 20px 40px 32px
  }

  .success-stories .review-card {
    grid-template-columns: 1fr;
    padding: 20px
  }

  .success-stories .stats-panel {
    grid-template-columns: 1fr
  }

  .success-stories .reviews-heading {
    font-size: 22px
  }
}

.prime {
  background: #f4f7f6;
  overflow-x: clip;
  position: relative
}

.prime .page-bound {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 40px
}

@media (max-width: 1024px) {
  .prime .page-bound {
    padding: 0 20px
  }
}

@media (max-width: 640px) {
  .prime .page-bound {
    padding: 0 12px
  }
}

.prime .title-block {
  padding: 80px 0;
  background: #E8EDEB;
  position: relative
}

.prime .title-block .page-bound {
  display: grid;
  grid-template-columns: 340px 1fr;
  gap: 40px;
  align-items: start
}

.prime .title-faded-num {
  position: absolute;
  right: 60px;
  top: 20px;
  font-size: 220px;
  font-weight: 900;
  color: #59A7A2;
  opacity: .06;
  line-height: 1.15;
  pointer-events: none;
  user-select: none;
  letter-spacing: -8px
}

.prime .title-image-card {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 6px 28px -1px #59a7a217
}

.prime .title-image-card img {
  width: 100%;
  height: 460px;
  object-fit: cover;
  object-position: center top;
  display: block;
  transition: border-color .18s ease-out;
  border: 2px solid transparent
}

.prime .title-image-card::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 45%;
  background: linear-gradient(to bottom, #283c3a8c 0%, #283c3a00 100%);
  pointer-events: none
}

.prime .title-image-card:hover img {
  border-color: #59A7A2
}

.prime .title-text {
  padding-top: 20px
}

.prime .title-text .label-small {
  font-size: 15px;
  color: #59A7A2;
  letter-spacing: .12em;
  text-transform: uppercase;
  margin-bottom: 20px;
  display: block
}

.prime .title-text h1 {
  font-size: 42px;
  font-weight: 700;
  line-height: 1.15;
  color: #1e3432;
  margin: 0 0 20px
}

.prime .title-text h1 .num-accent {
  color: #59A7A2
}

.prime .title-text .subtitle {
  font-size: 22px;
  line-height: 1.4;
  color: #3a5552;
  margin-bottom: 40px;
  font-weight: 400
}

.prime .title-text .description {
  font-size: 15px;
  line-height: 1.6;
  color: #4a6360;
  max-width: 520px
}

.prime .title-divider {
  width: 48px;
  height: 2px;
  background: #59A7A2;
  margin: 20px 0
}

@media (max-width: 1024px) {
  .prime .title-block .page-bound {
    grid-template-columns: 280px 1fr;
    gap: 20px
  }

  .prime .title-text h1 {
    font-size: 30px
  }

  .prime .title-faded-num {
    font-size: 140px;
    right: 20px
  }
}

@media (max-width: 640px) {
  .prime .title-block .page-bound {
    grid-template-columns: 1fr
  }

  .prime .title-image-card img {
    height: 260px
  }

  .prime .title-text h1 {
    font-size: 30px
  }

  .prime .title-faded-num {
    display: none
  }
}

.prime .zigzag-divider {
  display: block;
  width: 100%;
  height: 28px;
  overflow: hidden
}

.prime .audience-block {
  padding: 80px 0 60px;
  background: #fff;
  position: relative
}

.prime .audience-block .page-bound {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: start
}

.prime .audience-label {
  font-size: 15px;
  color: #59A7A2;
  text-transform: uppercase;
  letter-spacing: .1em;
  margin-bottom: 20px;
  display: block
}

.prime .audience-block h2 {
  font-size: 30px;
  font-weight: 600;
  line-height: 1.15;
  color: #1e3432;
  margin: 0 0 20px
}

.prime .audience-block .body-text {
  font-size: 15px;
  line-height: 1.6;
  color: #4a6360;
  margin-bottom: 20px
}

.prime .situation-list {
  list-style: none;
  padding: 0;
  margin: 20px 0 0
}

.prime .situation-list li {
  font-size: 15px;
  line-height: 1.6;
  color: #3a5552;
  padding: 12px 0;
  border-bottom: 1px solid #E8EDEB;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 12px;
  transition: color .15s ease-out
}

.prime .situation-list li:hover {
  color: #1e3432
}

.prime .situation-list li:last-child {
  border-bottom: none
}

.prime .dash-mark {
  color: #59A7A2;
  font-weight: 700;
  flex-shrink: 0;
  margin-top: 2px
}

.prime .audience-image-col {
  position: relative;
  padding-top: 40px
}

.prime .audience-image-wrap {
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 12px 48px -1px #59a7a21c;
  position: relative
}

.prime .audience-image-wrap img {
  width: 100%;
  height: 380px;
  object-fit: cover;
  object-position: center;
  display: block;
  border: 2px solid transparent;
  border-radius: 20px;
  transition: border-color .2s ease
}

.prime .audience-image-wrap:hover img {
  border-color: #59A7A2
}

.prime .stat-pill {
  position: absolute;
  bottom: -20px;
  left: 20px;
  background: #59A7A2;
  color: #fff;
  border-radius: 11px;
  padding: 12px 20px;
  font-size: 15px;
  box-shadow: 0 6px 28px -1px #59a7a217
}

.prime .stat-pill strong {
  font-size: 22px;
  display: block;
  line-height: 1.15
}

@media (max-width: 1024px) {
  .prime .audience-block .page-bound {
    grid-template-columns: 1fr;
    gap: 40px
  }

  .prime .audience-image-col {
    padding-top: 0
  }
}

.prime .stories-block {
  padding: 80px 0;
  background: #E8EDEB;
  position: relative
}

.prime .stories-header {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 40px;
  gap: 20px
}

.prime .stories-header h2 {
  font-size: 30px;
  font-weight: 600;
  line-height: 1.15;
  color: #1e3432;
  margin: 0;
  max-width: 480px
}

.prime .stories-link {
  font-size: 15px;
  color: #59A7A2;
  text-decoration: none;
  border-bottom: 1px solid #59A7A2;
  padding-bottom: 4px;
  white-space: nowrap;
  transition: opacity .15s ease-out
}

.prime .stories-link:hover {
  opacity: .7
}

.prime .stories-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px
}

.prime .story-card {
  background: #fff;
  border-radius: 20px;
  padding: 20px;
  box-shadow: 0 3px 3px -1px #59a7a20d;
  transition: box-shadow .18s ease-out, transform .18s ease-out;
  position: relative
}

.prime .story-card:hover {
  box-shadow: 0 12px 48px -1px #59a7a21c;
  transform: translateY(-4px)
}

.prime .story-card .person-row {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px
}

.prime .person-avatar {
  width: 48px;
  height: 48px;
  border-radius: 34px;
  overflow: hidden;
  flex-shrink: 0;
  background: #B0CCD0
}

.prime .person-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center
}

.prime .person-initials {
  width: 48px;
  height: 48px;
  border-radius: 34px;
  background: #B0CCD0;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  font-weight: 600;
  color: #1e3432;
  flex-shrink: 0
}

.prime .person-meta .name {
  font-size: 15px;
  font-weight: 600;
  color: #1e3432;
  display: block
}

.prime .person-meta .situation-tag {
  font-size: 15px;
  color: #59A7A2;
  display: block
}

.prime .story-card .outcome-text {
  font-size: 15px;
  line-height: 1.6;
  color: #4a6360
}

.prime .outcome-marker {
  display: inline-block;
  background: #E8EDEB;
  color: #1e3432;
  font-size: 15px;
  font-weight: 600;
  border-radius: 11px;
  padding: 4px 12px;
  margin-top: 12px
}

@media (max-width: 1024px) {
  .prime .stories-grid {
    grid-template-columns: 1fr 1fr
  }
}

@media (max-width: 640px) {
  .prime .stories-grid {
    grid-template-columns: 1fr
  }

  .prime .stories-header {
    flex-direction: column;
    align-items: flex-start
  }
}

.prime .recognition-block {
  padding: 60px 0;
  background: #1e3432;
  position: relative
}

.prime .recognition-block::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at 20% 80%, #59a7a21f 0%, transparent 60%), radial-gradient(ellipse at 80% 20%, #b0ccd014 0%, transparent 55%);
  pointer-events: none
}

.prime .recognition-block .page-bound {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 80px;
  align-items: center;
  position: relative
}

.prime .recognition-block h2 {
  font-size: 30px;
  font-weight: 300;
  line-height: 1.15;
  color: #E8EDEB;
  margin: 0 0 20px;
  letter-spacing: .04em
}

.prime .recognition-block .sub-note {
  font-size: 15px;
  line-height: 1.6;
  color: #B0CCD0
}

.prime .assoc-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px
}

.prime .assoc-item {
  border: 1px solid #b0ccd033;
  border-radius: 11px;
  padding: 20px;
  transition: border-color .15s ease-out, background .15s ease-out
}

.prime .assoc-item:hover {
  border-color: #59A7A2;
  background: #59a7a212
}

.prime .assoc-item .assoc-name {
  font-size: 15px;
  font-weight: 600;
  color: #E8EDEB;
  display: block;
  margin-bottom: 8px
}

.prime .assoc-item .assoc-desc {
  font-size: 15px;
  line-height: 1.6;
  color: #B0CCD0
}

.prime .assoc-icon {
  width: 32px;
  height: 32px;
  margin-bottom: 12px
}

@media (max-width: 1024px) {
  .prime .recognition-block .page-bound {
    grid-template-columns: 1fr;
    gap: 40px
  }
}

@media (max-width: 640px) {
  .prime .assoc-grid {
    grid-template-columns: 1fr 1fr
  }
}

.prime .context-block {
  padding: 80px 0;
  background: #fff;
  position: relative
}

.prime .context-block .page-bound {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px
}

.prime .context-image-col {
  position: relative
}

.prime .context-image-primary {
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 6px 28px -1px #59a7a217
}

.prime .context-image-primary img {
  width: 100%;
  height: 400px;
  object-fit: cover;
  object-position: center;
  display: block;
  border: 2px solid transparent;
  border-radius: 20px;
  transition: border-color .2s ease
}

.prime .context-image-primary:hover img {
  border-color: #59A7A2
}

.prime .context-circuit {
  position: absolute;
  top: -20px;
  right: -20px;
  width: 120px;
  height: 120px;
  opacity: .08;
  pointer-events: none
}

.prime .context-text-col {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 20px
}

.prime .context-text-col h2 {
  font-size: 30px;
  font-weight: 600;
  line-height: 1.15;
  color: #1e3432;
  margin: 0
}

.prime .context-text-col .body-text {
  font-size: 15px;
  line-height: 1.6;
  color: #4a6360
}

.prime .context-details {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 8px
}

.prime .detail-row {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 12px;
  font-size: 15px;
  line-height: 1.6;
  color: #3a5552
}

.prime .detail-num {
  font-size: 22px;
  font-weight: 700;
  color: #59A7A2;
  line-height: 1.15;
  flex-shrink: 0;
  min-width: 48px
}

.prime .detail-desc {
  color: #4a6360
}

.prime .philanthropy-note {
  margin-top: 20px;
  padding: 20px;
  background: #E8EDEB;
  border-radius: 11px;
  font-size: 15px;
  line-height: 1.6;
  color: #3a5552
}

.prime .philanthropy-note a {
  color: #59A7A2;
  text-decoration: none;
  border-bottom: 1px solid #59A7A2;
  transition: opacity .15s ease-out
}

.prime .philanthropy-note a:hover {
  opacity: .7
}

@media (max-width: 1024px) {
  .prime .context-block .page-bound {
    grid-template-columns: 1fr;
    gap: 40px
  }

  .prime .context-circuit {
    display: none
  }
}

.prime .readiness-block {
  padding: 80px 0;
  background: #E8EDEB;
  position: relative
}

.prime .readiness-block .page-bound {
  max-width: 1320px
}

.prime .readiness-header {
  text-align: center;
  margin-bottom: 40px
}

.prime .readiness-header h2 {
  font-size: 30px;
  font-weight: 600;
  line-height: 1.15;
  color: #1e3432;
  margin: 0 0 12px
}

.prime .readiness-header .sub {
  font-size: 15px;
  line-height: 1.6;
  color: #4a6360;
  max-width: 560px;
  margin: 0 auto
}

.prime .readiness-cols {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px
}

.prime .readiness-item {
  background: #fff;
  border-radius: 20px;
  padding: 20px;
  display: flex;
  flex-direction: row;
  gap: 20px;
  align-items: flex-start;
  box-shadow: 0 3px 3px -1px #59a7a20d;
  transition: box-shadow .18s ease-out, transform .18s ease-out
}

.prime .readiness-item:hover {
  box-shadow: 0 12px 48px -1px #59a7a21c;
  transform: translateY(-3px)
}

.prime .readiness-num {
  font-size: 42px;
  font-weight: 900;
  color: #B0CCD0;
  line-height: 1.15;
  flex-shrink: 0
}

.prime .readiness-text .rtitle {
  font-size: 15px;
  font-weight: 600;
  color: #1e3432;
  display: block;
  margin-bottom: 8px
}

.prime .readiness-text .rdesc {
  font-size: 15px;
  line-height: 1.6;
  color: #4a6360
}

.prime .donut-row {
  margin-top: 40px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 40px;
  flex-wrap: wrap
}

.prime .donut-wrap {
  position: relative;
  width: 160px;
  height: 160px;
  flex-shrink: 0
}

.prime .donut-wrap svg {
  width: 160px;
  height: 160px;
  transform: rotate(-90deg)
}

.prime .donut-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center
}

.prime .donut-center .donut-num {
  font-size: 22px;
  font-weight: 700;
  color: #1e3432;
  display: block;
  line-height: 1.15
}

.prime .donut-center .donut-label {
  font-size: 15px;
  color: #59A7A2
}

.prime .donut-legend {
  display: flex;
  flex-direction: column;
  gap: 12px
}

.prime .legend-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 12px;
  font-size: 15px;
  color: #4a6360
}

.prime .legend-dot {
  width: 12px;
  height: 12px;
  border-radius: 20px;
  flex-shrink: 0
}

@media (max-width: 640px) {
  .prime .readiness-cols {
    grid-template-columns: 1fr
  }

  .prime .donut-row {
    flex-direction: column
  }
}

.prime .objection-block {
  padding: 80px 0;
  background: #fff;
  position: relative
}

.prime .objection-block .page-bound {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 80px;
  align-items: start
}

.prime .objection-text h2 {
  font-size: 30px;
  font-weight: 600;
  line-height: 1.15;
  color: #1e3432;
  margin: 0 0 20px
}

.prime .objection-text .body-text {
  font-size: 15px;
  line-height: 1.6;
  color: #4a6360;
  margin-bottom: 20px
}

.prime .objection-divider {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 12px;
  margin: 20px 0
}

.prime .objection-divider .line {
  flex: 1;
  height: 1px;
  background: #B0CCD0
}

.prime .objection-divider .center-mark {
  width: 8px;
  height: 8px;
  border-radius: 20px;
  background: #59A7A2;
  flex-shrink: 0
}

.prime .objection-aside {
  padding-top: 40px
}

.prime .objection-aside .aside-card {
  background: #E8EDEB;
  border-radius: 20px;
  padding: 20px;
  box-shadow: 0 3px 3px -1px #59a7a20d
}

.prime .aside-card .aside-label {
  font-size: 15px;
  color: #59A7A2;
  text-transform: uppercase;
  letter-spacing: .1em;
  display: block;
  margin-bottom: 12px
}

.prime .aside-card .aside-quote {
  font-size: 22px;
  font-weight: 300;
  line-height: 1.4;
  color: #1e3432;
  margin: 0 0 20px
}

.prime .aside-card .aside-name {
  font-size: 15px;
  color: #4a6360
}

.prime .contact-nudge {
  margin-top: 20px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 12px
}

.prime .btn-outline {
  display: inline-block;
  font-size: 15px;
  color: #59A7A2;
  border: 1px solid #59A7A2;
  border-radius: 11px;
  padding: 12px 20px;
  text-decoration: none;
  background: transparent;
  cursor: pointer;
  transition: background .15s ease-out, color .15s ease-out;
  position: relative;
  overflow: hidden
}

.prime .btn-outline:hover {
  background: #59A7A2;
  color: #fff
}

@media (max-width: 1024px) {
  .prime .objection-block .page-bound {
    grid-template-columns: 1fr;
    gap: 40px
  }

  .prime .objection-aside {
    padding-top: 0
  }
}

.prime .spiral-decor {
  position: absolute;
  pointer-events: none;
  opacity: .07
}

.prime .vignette-bg {
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at 50% 50%, transparent 55%, #1e34322e 100%);
  pointer-events: none
}

.about-us-page {
  background: #fff;
  overflow-x: clip
}

.about-us-page .ring-visual {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 88px;
  height: 88px
}

.about-us-page .ring-visual svg {
  position: absolute;
  top: 0;
  left: 0
}

.about-us-page .ring-number {
  font-size: 22px;
  font-weight: 300;
  color: #2d4a48;
  line-height: 1.15;
  position: relative;
  z-index: 1
}

.about-us-page .identity-band {
  padding: 40px 20px;
  max-width: 1320px;
  margin: 0 auto
}

.about-us-page .identity-strip {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 40px;
  background: #E8EDEB;
  border-radius: 20px;
  padding: 40px;
  position: relative;
  overflow: hidden
}

.about-us-page .identity-strip::before {
  content: '';
  position: absolute;
  top: -30px;
  right: -30px;
  width: 160px;
  height: 160px;
  border-radius: 50%;
  background: #59a7a214;
  pointer-events: none;
  animation: bg-pulse 6s ease-in-out infinite
}

@keyframes bg-pulse {

  0%,
  100% {
    opacity: 1
  }

  50% {
    opacity: .4
  }
}

.about-us-page .identity-image-left {
  flex: 0 0 220px;
  position: relative
}

.about-us-page .identity-image-right {
  flex: 0 0 180px;
  position: relative
}

.about-us-page .identity-image-left img,
.about-us-page .identity-image-right img {
  width: 100%;
  height: 260px;
  object-fit: cover;
  object-position: center top;
  border-radius: 11px;
  display: block;
  box-shadow: 0 6px 28px -1px #59a7a217;
  transition: border-color .18s ease-out;
  border: 2px solid transparent
}

.about-us-page .identity-image-left img:hover,
.about-us-page .identity-image-right img:hover {
  border-color: #59A7A2
}

.about-us-page .image-vignette {
  position: absolute;
  inset: 0;
  border-radius: 11px;
  background: radial-gradient(ellipse at center, transparent 55%, #e8edeb73 100%);
  pointer-events: none
}

.about-us-page .identity-dots {
  position: absolute;
  bottom: -12px;
  right: -12px;
  pointer-events: none
}

.about-us-page .identity-dots span {
  display: block;
  border-radius: 50%;
  background: #59A7A2
}

.about-us-page .identity-text {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 20px
}

.about-us-page .identity-label {
  font-size: 15px;
  font-weight: 600;
  color: #59A7A2;
  text-transform: uppercase;
  letter-spacing: .12em;
  line-height: 1.15
}

.about-us-page .identity-heading {
  font-size: 42px;
  font-weight: 300;
  color: #2d4a48;
  line-height: 1.15;
  margin: 0
}

.about-us-page .identity-body {
  font-size: 15px;
  color: #3a5250;
  line-height: 1.6;
  margin: 0;
  max-width: 480px
}

.about-us-page .identity-dialogue {
  font-size: 22px;
  font-weight: 300;
  color: #59A7A2;
  line-height: 1.4;
  margin: 0;
  font-style: italic
}

.about-us-page .depth-band {
  padding: 80px 20px;
  max-width: 1320px;
  margin: 0 auto
}

.about-us-page .depth-grid {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 80px;
  align-items: start
}

.about-us-page .depth-sidebar {
  display: flex;
  flex-direction: column;
  gap: 40px
}

.about-us-page .sidebar-metric {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px
}

.about-us-page .sidebar-metric-label {
  font-size: 15px;
  color: #5a7472;
  line-height: 1.4
}

.about-us-page .sidebar-icon {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 11px;
  background: #59a7a21a;
  margin-bottom: 4px
}

.about-us-page .sidebar-icon svg {
  width: 18px;
  height: 18px
}

.about-us-page .depth-articles {
  display: flex;
  flex-direction: column;
  gap: 40px
}

.about-us-page .depth-item {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding-bottom: 40px;
  border-bottom: 1px solid #b0ccd066
}

.about-us-page .depth-item:last-child {
  border-bottom: none;
  padding-bottom: 0
}

.about-us-page .depth-item-heading {
  font-size: 22px;
  font-weight: 400;
  color: #2d4a48;
  line-height: 1.4;
  margin: 0
}

.about-us-page .depth-item-body {
  font-size: 15px;
  color: #3a5250;
  line-height: 1.6;
  margin: 0
}

.about-us-page .depth-image-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-top: 12px
}

.about-us-page .depth-img-wrap {
  position: relative;
  border-radius: 11px;
  overflow: hidden
}

.about-us-page .depth-img-wrap img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  object-position: center;
  display: block;
  border-radius: 11px;
  border: 2px solid transparent;
  transition: border-color .15s ease-out, box-shadow .2s ease
}

.about-us-page .depth-img-wrap img:hover {
  border-color: #59A7A2;
  box-shadow: 0 6px 28px -1px #59a7a217
}

.about-us-page .team-card {
  display: flex;
  flex-direction: row;
  gap: 20px;
  align-items: center;
  background: #E8EDEB;
  border-radius: 20px;
  padding: 20px;
  box-shadow: 0 3px 3px -1px #59a7a20d
}

.about-us-page .team-portrait {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  object-fit: cover;
  object-position: center;
  flex-shrink: 0;
  border: 2px solid transparent;
  transition: border-color .18s ease-out
}

.about-us-page .team-portrait:hover {
  border-color: #59A7A2
}

.about-us-page .team-info {
  display: flex;
  flex-direction: column;
  gap: 4px
}

.about-us-page .team-name {
  font-size: 15px;
  font-weight: 600;
  color: #2d4a48;
  line-height: 1.15
}

.about-us-page .team-role {
  font-size: 15px;
  color: #5a7472;
  line-height: 1.4
}

.about-us-page .team-note {
  font-size: 15px;
  color: #3a5250;
  line-height: 1.6;
  margin: 0
}

.about-us-page .dash-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 8px
}

.about-us-page .dash-list li {
  font-size: 15px;
  color: #3a5250;
  line-height: 1.6;
  padding-left: 20px;
  position: relative
}

.about-us-page .dash-list li::before {
  content: '—';
  position: absolute;
  left: 0;
  color: #59A7A2
}

@media (max-width: 1024px) {
  .about-us-page .identity-strip {
    gap: 20px;
    padding: 20px
  }

  .about-us-page .identity-image-left {
    flex: 0 0 160px
  }

  .about-us-page .identity-image-right {
    flex: 0 0 130px
  }

  .about-us-page .identity-heading {
    font-size: 30px
  }

  .about-us-page .depth-grid {
    grid-template-columns: 200px 1fr;
    gap: 40px
  }
}

@media (max-width: 640px) {
  .about-us-page .identity-strip {
    flex-direction: column;
    padding: 20px;
    gap: 20px
  }

  .about-us-page .identity-image-left,
  .about-us-page .identity-image-right {
    flex: none;
    width: 100%
  }

  .about-us-page .identity-image-right {
    display: none
  }

  .about-us-page .identity-image-left img {
    height: 200px;
    object-position: center 20%
  }

  .about-us-page .identity-heading {
    font-size: 30px
  }

  .about-us-page .depth-grid {
    grid-template-columns: 1fr;
    gap: 40px
  }

  .about-us-page .depth-sidebar {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 20px
  }

  .about-us-page .sidebar-metric {
    flex: 1 1 120px
  }

  .about-us-page .depth-image-row {
    grid-template-columns: 1fr
  }

  .about-us-page .depth-band {
    padding: 40px 20px
  }
}

.success-page {
  min-height: 60vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 80px 20px;
  background-color: #E8EDEB
}

.success-page .result-card {
  background: #fff;
  border-radius: 20px;
  padding: 80px 40px;
  max-width: 560px;
  width: 100%;
  text-align: center;
  box-shadow: 0 12px 48px -1px #59a7a21c
}

.success-page .icon-wrap {
  width: 72px;
  height: 72px;
  border-radius: 34px;
  background: #E8EDEB;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin: 0 auto 40px
}

.success-page .icon-wrap svg {
  width: 32px;
  height: 32px
}

.success-page .result-heading {
  font-size: 30px;
  line-height: 1.15;
  color: #2a3a39;
  margin: 0 0 20px;
  font-weight: 300;
  letter-spacing: .01em
}

.success-page .result-text {
  font-size: 15px;
  line-height: 1.6;
  color: #3d5250;
  margin: 0 0 40px
}

.success-page .result-link {
  display: inline-block;
  font-size: 15px;
  line-height: 1.4;
  color: #59A7A2;
  text-decoration: none;
  border: 1px solid #59A7A2;
  border-radius: 11px;
  padding: 12px 40px;
  transition: background .18s ease-out, color .18s ease-out
}

.success-page .result-link:hover {
  background: #59A7A2;
  color: #fff
}

.success-page .result-link:focus {
  outline: 2px solid #59A7A2;
  outline-offset: 3px
}

@media (max-width: 640px) {
  .success-page {
    padding: 40px 12px
  }

  .success-page .result-card {
    padding: 40px 20px
  }
}