@charset "utf-8";

.about-page {
  --about-ink: #17242b;
  --about-muted: #718087;
  --about-green: #2dcc70;
  --about-green-dark: #1b9e58;
  --about-soft: #f5f9f7;
  background: #ffffff;
  color: var(--about-ink);
}
.about-page .default-header {
  border-top: 0;
  box-shadow: 0 5px 22px rgba(21, 31, 38, 0.09);
  position: relative;
  z-index: 20;
}
.about-page #navigation_bar {
  background: #152127;
  box-shadow: 0 7px 22px rgba(11, 18, 22, 0.18);
}
.about-page-main {
  overflow: hidden;
}
.about-hero {
  background: #132226 url("../../images/aboutus-page-header-img.jpg") center center / cover no-repeat;
  min-height: 585px;
  overflow: hidden;
  padding: 0;
  position: relative;
}
.about-hero::before {
  background: linear-gradient(90deg, rgba(8, 20, 23, 0.95) 0%, rgba(8, 20, 23, 0.82) 47%, rgba(8, 20, 23, 0.42) 100%);
  content: "";
  inset: 0;
  position: absolute;
}
.about-hero::after {
  display: none;
}
.about-hero .container {
  position: relative;
  z-index: 1;
}
.about-hero-grid {
  align-items: center;
  display: grid;
  gap: 70px;
  grid-template-columns: minmax(0, 1fr) minmax(350px, 0.85fr);
  min-height: 495px;
  padding: 64px 0 48px;
}
.about-hero-copy {
  max-width: 600px;
}
.about-eyebrow,
.about-section-eyebrow {
  color: var(--about-green-dark);
  display: block;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.17em;
  line-height: 16px;
  margin-bottom: 12px;
  text-transform: uppercase;
}
.about-hero .about-eyebrow {
  color: #9bf0bc;
}
.about-eyebrow .fa {
  font-size: 10px;
  margin: 0 6px 0 0;
}
.about-hero h1 {
  color: #ffffff;
  font-size: clamp(46px, 5vw, 70px);
  letter-spacing: -0.055em;
  line-height: 0.99;
  margin: 0 0 22px;
}
.about-hero h1 span {
  color: #9bf0bc;
  display: block;
  font-weight: 300;
}
.about-hero-copy > p {
  color: rgba(255, 255, 255, 0.76);
  font-size: 17px;
  line-height: 28px;
  margin: 0 0 29px;
  max-width: 550px;
}
.about-hero-actions,
.about-cta-actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.about-primary-button {
  align-items: center;
  background: var(--about-green);
  border: 1px solid var(--about-green);
  border-radius: 10px;
  box-shadow: 0 12px 27px rgba(45, 204, 112, 0.2);
  color: #102119;
  display: inline-flex;
  font-size: 13px;
  font-weight: 900;
  gap: 9px;
  line-height: 22px;
  padding: 13px 18px;
  transition: background 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}
.about-primary-button:hover,
.about-primary-button:focus {
  background: #80e7a6;
  border-color: #80e7a6;
  box-shadow: 0 15px 31px rgba(45, 204, 112, 0.3);
  color: #102119;
  outline: none;
  transform: translateY(-1px);
}
.about-primary-button .fa {
  font-size: 11px;
  margin: 0;
}
.about-hero-link {
  align-items: center;
  color: rgba(255, 255, 255, 0.84);
  display: inline-flex;
  font-size: 13px;
  font-weight: 900;
  gap: 9px;
  line-height: 22px;
}
.about-hero-link:hover,
.about-hero-link:focus {
  color: #9bf0bc;
}
.about-hero-link .fa {
  color: var(--about-green);
  font-size: 15px;
  margin: 0;
}
.about-hero-visual {
  justify-self: end;
  max-width: 430px;
  padding: 0 0 32px 25px;
  position: relative;
  width: 100%;
}
.about-hero-image {
  background: #dce8e1;
  border: 7px solid rgba(255, 255, 255, 0.14);
  border-radius: 27px;
  box-shadow: 0 24px 50px rgba(3, 14, 17, 0.32);
  height: 385px;
  overflow: hidden;
  position: relative;
}
.about-hero-image::after {
  background: linear-gradient(180deg, transparent 45%, rgba(5, 22, 17, 0.46) 100%);
  content: "";
  inset: 0;
  position: absolute;
}
.about-hero-image img {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.about-hero-floating-card {
  align-items: center;
  background: #ffffff;
  border-radius: 15px;
  bottom: 0;
  box-shadow: 0 16px 33px rgba(1, 13, 16, 0.24);
  display: flex;
  gap: 11px;
  left: 0;
  min-width: 230px;
  padding: 15px 16px;
  position: absolute;
  z-index: 1;
}
.about-floating-icon {
  align-items: center;
  background: #eaf9ef;
  border-radius: 11px;
  color: var(--about-green-dark);
  display: inline-flex;
  flex: 0 0 37px;
  font-size: 15px;
  height: 37px;
  justify-content: center;
  width: 37px;
}
.about-floating-icon .fa {
  margin: 0;
}
.about-hero-floating-card strong,
.about-hero-floating-card small {
  display: block;
}
.about-hero-floating-card strong {
  color: var(--about-ink);
  font-size: 12px;
  font-weight: 900;
  line-height: 17px;
}
.about-hero-floating-card small {
  color: #89969a;
  font-size: 10px;
  line-height: 16px;
}
.about-trust-strip {
  background: rgba(255, 255, 255, 0.92);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  border-top: 3px solid var(--about-green);
  box-shadow: 0 9px 30px rgba(26, 43, 35, 0.07);
  position: relative;
  z-index: 4;
}
.about-trust-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.about-trust-item {
  align-items: center;
  border-right: 1px solid #e9efec;
  display: flex;
  gap: 13px;
  min-height: 96px;
  padding: 16px 23px;
}
.about-trust-item:first-child {
  padding-left: 0;
}
.about-trust-item:last-child {
  border-right: 0;
  padding-right: 0;
}
.about-trust-icon {
  align-items: center;
  background: #eaf9ef;
  border-radius: 13px;
  color: var(--about-green-dark);
  display: inline-flex;
  flex: 0 0 41px;
  font-size: 16px;
  height: 41px;
  justify-content: center;
  width: 41px;
}
.about-trust-icon .fa {
  margin: 0;
}
.about-trust-item strong,
.about-trust-item small {
  display: block;
}
.about-trust-item strong {
  color: var(--about-ink);
  font-size: 13px;
  font-weight: 900;
  line-height: 18px;
}
.about-trust-item small {
  color: #8a969b;
  font-size: 10px;
  line-height: 17px;
  margin-top: 2px;
}
.about-story-section {
  background: #ffffff;
  padding: 116px 0 124px;
}
.about-story-grid {
  align-items: center;
  display: grid;
  gap: 88px;
  grid-template-columns: minmax(0, 0.94fr) minmax(0, 1.06fr);
}
.about-story-gallery {
  min-height: 490px;
  padding: 0 22px 32px 0;
  position: relative;
}
.about-story-photo {
  background: #e4ece7;
  border-radius: 22px;
  overflow: hidden;
  position: absolute;
}
.about-story-photo img {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.about-story-photo-main {
  bottom: 39px;
  height: 406px;
  left: 0;
  right: 86px;
  top: 0;
}
.about-story-photo-small {
  border: 8px solid #ffffff;
  bottom: 0;
  box-shadow: 0 13px 30px rgba(27, 51, 38, 0.16);
  height: 218px;
  right: 0;
  width: 48%;
  z-index: 1;
}
.about-story-badge {
  align-items: center;
  background: #17272b;
  border-radius: 14px;
  bottom: 30px;
  box-shadow: 0 13px 26px rgba(16, 33, 27, 0.2);
  color: #ffffff;
  display: flex;
  gap: 11px;
  left: 20px;
  padding: 14px 15px;
  position: absolute;
  z-index: 2;
}
.about-story-badge .fa {
  color: #8ee8b1;
  font-size: 18px;
  margin: 0;
}
.about-story-badge strong,
.about-story-badge span {
  display: block;
}
.about-story-badge strong {
  font-size: 17px;
  line-height: 20px;
}
.about-story-badge span {
  color: rgba(255, 255, 255, 0.62);
  font-size: 9px;
  line-height: 14px;
  max-width: 115px;
}
.about-story-copy {
  max-width: 585px;
}
.about-section-eyebrow {
  color: var(--about-green-dark);
  margin-bottom: 10px;
}
.about-story-copy h2,
.about-centered-heading h2,
.about-experience-copy h2,
.about-cta-panel h2 {
  color: var(--about-ink);
  font-size: 43px;
  letter-spacing: -0.045em;
  line-height: 1.07;
  margin: 0 0 16px;
}
.about-story-copy h2 span,
.about-centered-heading h2 span,
.about-experience-copy h2 span,
.about-cta-panel h2 span {
  color: var(--about-green-dark);
  font-weight: 300;
}
.about-story-lead {
  color: var(--about-muted);
  font-size: 16px;
  line-height: 27px;
  margin: 0 0 18px;
  max-width: 550px;
}
.about-detail-copy {
  border-left: 3px solid #b8e6c7;
  color: #829096;
  font-size: 13px;
  line-height: 23px;
  margin-bottom: 23px;
  padding-left: 17px;
}
.about-detail-copy p {
  color: inherit;
  font-size: inherit;
  line-height: inherit;
  margin: 0 0 12px;
}
.about-detail-copy p:last-child {
  margin-bottom: 0;
}
.about-detail-copy h1,
.about-detail-copy h2,
.about-detail-copy h3,
.about-detail-copy h4,
.about-detail-copy h5,
.about-detail-copy h6 {
  color: var(--about-ink);
  font-size: 16px;
  line-height: 23px;
  margin: 0 0 8px;
}
.about-text-link {
  align-items: center;
  color: var(--about-green-dark);
  display: inline-flex;
  font-size: 13px;
  font-weight: 900;
  gap: 8px;
  line-height: 20px;
}
.about-text-link:hover,
.about-text-link:focus {
  color: #126f3d;
}
.about-text-link .fa {
  font-size: 11px;
  margin: 0;
  transition: transform 0.2s ease;
}
.about-text-link:hover .fa,
.about-text-link:focus .fa {
  transform: translateX(3px);
}
.about-values-section {
  background: var(--about-soft);
  border-bottom: 1px solid #e5eee9;
  border-top: 1px solid #e5eee9;
  padding: 105px 0 115px;
}
.about-centered-heading {
  margin: 0 auto 43px;
  max-width: 670px;
  text-align: center;
}
.about-centered-heading .about-section-eyebrow {
  margin-bottom: 9px;
}
.about-centered-heading p {
  color: var(--about-muted);
  font-size: 15px;
  line-height: 25px;
  margin: 0 auto;
  max-width: 600px;
}
.about-values-grid {
  display: grid;
  gap: 22px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.about-value-card {
  background: #ffffff;
  border: 1px solid #e3ede7;
  border-radius: 17px;
  min-height: 255px;
  padding: 27px 25px 24px;
  position: relative;
  transition: box-shadow 0.25s ease, transform 0.25s ease;
}
.about-value-card:hover {
  box-shadow: 0 16px 31px rgba(25, 54, 38, 0.1);
  transform: translateY(-4px);
}
.about-value-icon {
  align-items: center;
  background: #eaf9ef;
  border-radius: 13px;
  color: var(--about-green-dark);
  display: inline-flex;
  font-size: 18px;
  height: 48px;
  justify-content: center;
  margin-bottom: 22px;
  width: 48px;
}
.about-value-icon .fa {
  margin: 0;
}
.about-value-card h3 {
  color: var(--about-ink);
  font-size: 18px;
  line-height: 24px;
  margin: 0 0 8px;
}
.about-value-card p {
  color: var(--about-muted);
  font-size: 13px;
  line-height: 22px;
  margin: 0;
  max-width: 270px;
}
.about-value-number {
  color: #c6dfcf;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.1em;
  line-height: 20px;
  position: absolute;
  right: 23px;
  top: 26px;
}
.about-experience-section {
  background: #ffffff;
  padding: 113px 0;
}
.about-experience-panel {
  align-items: stretch;
  background: #17272b;
  border-radius: 23px;
  box-shadow: 0 18px 39px rgba(20, 43, 31, 0.14);
  display: grid;
  grid-template-columns: minmax(0, 0.94fr) minmax(0, 1.06fr);
  overflow: hidden;
}
.about-experience-copy {
  padding: 55px 48px;
}
.about-experience-copy .about-section-eyebrow {
  color: #8ee8b1;
}
.about-experience-copy h2 {
  color: #ffffff;
  font-size: 38px;
}
.about-experience-copy h2 span {
  color: #9bf0bc;
}
.about-experience-copy p {
  color: rgba(255, 255, 255, 0.68);
  font-size: 14px;
  line-height: 24px;
  margin: 0 0 25px;
  max-width: 420px;
}
.about-experience-image {
  background: #dce8e1;
  min-height: 350px;
  overflow: hidden;
  position: relative;
}
.about-experience-image::after {
  background: linear-gradient(180deg, transparent 42%, rgba(7, 26, 18, 0.55) 100%);
  content: "";
  inset: 0;
  position: absolute;
}
.about-experience-image img {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.about-experience-overlay {
  align-items: center;
  bottom: 22px;
  color: #ffffff;
  display: flex;
  font-size: 11px;
  font-weight: 900;
  gap: 7px;
  left: 25px;
  position: absolute;
  z-index: 1;
}
.about-experience-overlay .fa {
  color: #8ee8b1;
  margin: 0;
}
.about-cta-section {
  background: var(--about-soft);
  padding: 0 0 108px;
}
.about-cta-panel {
  align-items: center;
  background: linear-gradient(120deg, #eaf9ef 0%, #f5fbf7 100%);
  border: 1px solid #d8eee0;
  border-radius: 21px;
  display: flex;
  gap: 30px;
  justify-content: space-between;
  padding: 42px 48px;
}
.about-cta-panel h2 {
  font-size: 34px;
  margin-bottom: 9px;
}
.about-cta-panel p {
  color: var(--about-muted);
  font-size: 14px;
  line-height: 23px;
  margin: 0;
  max-width: 540px;
}
.about-cta-actions {
  flex: 0 0 auto;
  gap: 14px;
}
.about-secondary-button {
  color: var(--about-green-dark);
  font-size: 13px;
  font-weight: 900;
  line-height: 22px;
  padding: 13px 3px;
}
.about-secondary-button:hover,
.about-secondary-button:focus {
  color: #126f3d;
}

@media (max-width: 1199px) {
  .about-hero-grid {
    gap: 42px;
    grid-template-columns: minmax(0, 1fr) minmax(330px, 0.78fr);
  }
  .about-story-grid {
    gap: 55px;
  }
  .about-story-copy h2,
  .about-centered-heading h2,
  .about-experience-copy h2,
  .about-cta-panel h2 {
    font-size: 37px;
  }
}

@media (max-width: 991px) {
  .about-hero {
    min-height: 0;
  }
  .about-hero-grid {
    gap: 35px;
    grid-template-columns: minmax(0, 1fr) minmax(285px, 0.7fr);
    padding-bottom: 45px;
    padding-top: 55px;
  }
  .about-hero h1 {
    font-size: 52px;
  }
  .about-hero-copy > p {
    font-size: 15px;
    line-height: 25px;
  }
  .about-hero-visual {
    padding-left: 12px;
  }
  .about-hero-image {
    height: 335px;
  }
  .about-story-section,
  .about-values-section,
  .about-experience-section {
    padding-bottom: 85px;
    padding-top: 85px;
  }
  .about-story-grid {
    gap: 42px;
  }
  .about-story-gallery {
    min-height: 410px;
  }
  .about-story-photo-main {
    height: 340px;
  }
  .about-story-photo-small {
    height: 180px;
  }
  .about-story-badge {
    bottom: 19px;
  }
  .about-experience-copy {
    padding: 42px 33px;
  }
  .about-cta-panel {
    align-items: flex-start;
    display: block;
    padding: 37px 35px;
  }
  .about-cta-actions {
    margin-top: 22px;
  }
}

@media (max-width: 767px) {
  .about-hero-grid {
    display: block;
    padding-bottom: 35px;
  }
  .about-hero-copy {
    max-width: 610px;
  }
  .about-hero h1 {
    font-size: clamp(44px, 12vw, 60px);
  }
  .about-hero-copy > p {
    font-size: 15px;
    line-height: 24px;
  }
  .about-hero-visual {
    margin: 42px auto 0;
    max-width: 520px;
  }
  .about-hero-image {
    height: 340px;
  }
  .about-trust-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .about-trust-item,
  .about-trust-item:first-child,
  .about-trust-item:last-child {
    border-bottom: 1px solid #e9efec;
    border-right: 1px solid #e9efec;
    min-height: 84px;
    padding: 14px 12px;
  }
  .about-trust-item:nth-child(2n) {
    border-right: 0;
  }
  .about-trust-item:nth-last-child(-n+2) {
    border-bottom: 0;
  }
  .about-story-section,
  .about-values-section,
  .about-experience-section {
    padding-bottom: 70px;
    padding-top: 70px;
  }
  .about-story-grid {
    display: block;
  }
  .about-story-gallery {
    margin-bottom: 59px;
    max-width: 560px;
  }
  .about-story-copy h2,
  .about-centered-heading h2,
  .about-experience-copy h2,
  .about-cta-panel h2 {
    font-size: 33px;
  }
  .about-values-grid {
    grid-template-columns: 1fr;
  }
  .about-value-card {
    min-height: 0;
  }
  .about-experience-panel {
    display: block;
  }
  .about-experience-copy {
    padding: 37px 28px;
  }
  .about-experience-image {
    min-height: 290px;
  }
  .about-cta-section {
    padding-bottom: 70px;
  }
}

@media (max-width: 480px) {
  .about-hero .container {
    padding-left: 20px;
    padding-right: 20px;
  }
  .about-hero-actions,
  .about-cta-actions {
    align-items: flex-start;
    flex-direction: column;
    gap: 13px;
  }
  .about-hero-visual {
    padding-left: 0;
  }
  .about-hero-image {
    border-width: 4px;
    border-radius: 20px;
    height: 280px;
  }
  .about-hero-floating-card {
    min-width: 211px;
  }
  .about-trust-grid {
    grid-template-columns: 1fr;
  }
  .about-trust-item,
  .about-trust-item:first-child,
  .about-trust-item:last-child,
  .about-trust-item:nth-child(2n) {
    border-bottom: 1px solid #e9efec;
    border-right: 0;
    min-height: 72px;
    padding: 13px 0;
  }
  .about-trust-item:last-child {
    border-bottom: 0;
  }
  .about-story-gallery {
    min-height: 330px;
    padding-bottom: 21px;
  }
  .about-story-photo-main {
    bottom: 27px;
    height: 270px;
    right: 48px;
  }
  .about-story-photo-small {
    border-width: 5px;
    height: 137px;
    width: 48%;
  }
  .about-story-badge {
    bottom: 8px;
    left: 8px;
    padding: 10px 11px;
  }
  .about-story-badge span {
    max-width: 95px;
  }
  .about-story-copy h2,
  .about-centered-heading h2,
  .about-experience-copy h2,
  .about-cta-panel h2 {
    font-size: 29px;
  }
  .about-cta-panel {
    padding: 29px 23px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .about-primary-button,
  .about-value-card,
  .about-text-link .fa {
    transition: none;
  }
}
