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

html {
  font-size: 100%
}

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

:focus {
  outline: 3px solid;
  outline-color: #B6212C;
  outline-offset: 3px
}

.site-header {
  position: relative;
  background: #F2F8E8;
  border-bottom: 2px solid #004140;
  box-shadow: -1px 5px 25px 1px #00414014;
  z-index: 100
}

.site-header-band {
  background: #004140;
  padding: 4px 40px;
  display: flex;
  align-items: center;
  justify-content: space-between
}

.region-tag {
  font-family: 'PT Serif', Georgia, serif;
  font-size: 13px;
  color: #F2F8E8;
  letter-spacing: .04em;
  line-height: 1.45;
  display: flex;
  align-items: center;
  gap: 8px
}

.region-tag svg {
  flex-shrink: 0
}

.band-contact {
  font-family: 'PT Serif', Georgia, serif;
  font-size: 13px;
  color: #F2F8E8;
  letter-spacing: .04em;
  line-height: 1.45;
  text-decoration: none;
  transition: color .6s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.band-contact:hover {
  color: #B6212C
}

.header-body {
  max-width: 1366px;
  margin: 0 auto;
  padding: 20px 40px;
  display: flex;
  align-items: center;
  gap: 40px
}

.brand-unit {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-shrink: 0;
  text-decoration: none
}

.brand-logo-frame {
  width: 88px;
  height: 88px;
  border: 1px solid #004140;
  border-radius: 8px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: -1px 2px 3px 1px #0041400f;
  flex-shrink: 0;
  overflow: hidden
}

.brand-logo-frame img {
  width: 72px;
  height: 72px;
  object-fit: contain;
  display: block
}

.brand-text {
  display: flex;
  flex-direction: column;
  gap: 4px
}

.brand-name {
  font-family: 'PT Serif', Georgia, serif;
  font-size: 25px;
  font-weight: 700;
  color: #004140;
  line-height: 1.2;
  letter-spacing: -.01em
}

.brand-tagline {
  font-family: 'PT Serif', Georgia, serif;
  font-size: 13px;
  color: #B6212C;
  line-height: 1.45;
  letter-spacing: .03em
}

.primary-nav {
  flex: 1;
  display: flex;
  justify-content: flex-end
}

.primary-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  justify-content: flex-end
}

.primary-nav ul li {
  display: flex
}

.primary-nav ul li a {
  font-family: 'PT Serif', Georgia, serif;
  font-size: 16px;
  color: #004140;
  text-decoration: none;
  padding: 8px 16px;
  border-radius: 8px;
  line-height: 1.45;
  letter-spacing: .01em;
  min-height: 44px;
  display: flex;
  align-items: center;
  transition: background-color .55s cubic-bezier(0.25, 0.46, 0.45, 0.94), color .55s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  position: relative
}

.primary-nav ul li a::after {
  content: '';
  position: absolute;
  bottom: 4px;
  left: 16px;
  right: 16px;
  height: 1px;
  background: #B6212C;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .65s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.primary-nav ul li a:hover {
  background: #0041400f;
  color: #B6212C
}

.primary-nav ul li a:hover::after {
  transform: scaleX(1)
}

.primary-nav ul li a[aria-current="page"] {
  color: #B6212C;
  font-weight: 700
}

@media (max-width: 1280px) {
  .header-body {
    padding: 20px 40px;
    gap: 20px
  }
}

@media (max-width: 768px) {
  .site-header-band {
    padding: 4px 16px;
    flex-direction: column;
    gap: 4px;
    align-items: flex-start
  }

  .header-body {
    padding: 16px;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px
  }

  .primary-nav {
    width: 100%
  }

  .primary-nav ul {
    justify-content: flex-start
  }
}

@media (max-width: 480px) {
  .brand-logo-frame {
    width: 72px;
    height: 72px
  }

  .brand-logo-frame img {
    width: 56px;
    height: 56px
  }

  .brand-name {
    font-size: 16px
  }

  .primary-nav ul li a {
    font-size: 13px;
    padding: 8px
  }

  .primary-nav ul li a::after {
    left: 8px;
    right: 8px
  }
}

.site-footer {
  background: #004140;
  border-top: 3px solid #B6212C;
  position: relative
}

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

.footer-brand {
  display: flex;
  flex-direction: column;
  gap: 16px
}

.footer-logo-frame {
  width: 88px;
  height: 88px;
  border: 1px solid #f2f8e84d;
  border-radius: 8px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: -1px 2px 3px 1px #b6212c0f;
  overflow: hidden
}

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

.footer-brand-name {
  font-family: 'PT Serif', Georgia, serif;
  font-size: 25px;
  font-weight: 700;
  color: #F2F8E8;
  line-height: 1.2;
  letter-spacing: -.01em
}

.footer-brand-desc {
  font-family: 'PT Serif', Georgia, serif;
  font-size: 13px;
  color: #f2f8e8b3;
  line-height: 1.65;
  letter-spacing: .02em
}

.footer-column-label {
  font-family: 'PT Serif', Georgia, serif;
  font-size: 13px;
  font-weight: 700;
  color: #B6212C;
  letter-spacing: .08em;
  line-height: 1.2;
  text-transform: uppercase;
  margin: 0 0 20px;
  padding-bottom: 8px;
  border-bottom: 1px solid #f2f8e826
}

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

.footer-links li a {
  font-family: 'PT Serif', Georgia, serif;
  font-size: 16px;
  color: #f2f8e8d9;
  text-decoration: none;
  line-height: 1.45;
  letter-spacing: .01em;
  min-height: 44px;
  display: flex;
  align-items: center;
  gap: 8px;
  transition: color .7s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.footer-links li a:hover {
  color: #F2F8E8
}

.footer-contact-item {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-bottom: 16px
}

.footer-contact-label {
  font-family: 'PT Serif', Georgia, serif;
  font-size: 13px;
  color: #f2f8e880;
  letter-spacing: .04em;
  line-height: 1.2
}

.footer-contact-value {
  font-family: 'PT Serif', Georgia, serif;
  font-size: 16px;
  color: #f2f8e8d9;
  text-decoration: none;
  line-height: 1.45;
  transition: color .6s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.footer-contact-value:hover {
  color: #F2F8E8
}

.footer-address {
  font-family: 'PT Serif', Georgia, serif;
  font-size: 13px;
  color: #f2f8e899;
  line-height: 1.65;
  letter-spacing: .02em;
  font-style: normal
}

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

.footer-legal-links {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 4px
}

.footer-legal-links li a {
  font-family: 'PT Serif', Georgia, serif;
  font-size: 13px;
  color: #f2f8e88c;
  text-decoration: none;
  letter-spacing: .02em;
  line-height: 1.45;
  padding: 4px 8px;
  border-radius: 0;
  transition: color .65s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  min-height: 44px;
  display: flex;
  align-items: center
}

.footer-legal-links li a:hover {
  color: #F2F8E8
}

.footer-cookie-pref {
  font-family: 'PT Serif', Georgia, serif;
  font-size: 13px;
  color: #f2f8e88c;
  background: none;
  border: none;
  cursor: pointer;
  letter-spacing: .02em;
  line-height: 1.45;
  padding: 4px 8px;
  min-height: 44px;
  transition: color .65s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.footer-cookie-pref:hover {
  color: #F2F8E8
}

.footer-copyright {
  font-family: 'PT Serif', Georgia, serif;
  font-size: 13px;
  color: #f2f8e866;
  letter-spacing: .02em;
  line-height: 1.45
}

@media (max-width: 1280px) {
  .footer-upper {
    gap: 40px;
    padding: 80px 40px 40px
  }
}

@media (max-width: 768px) {
  .footer-upper {
    grid-template-columns: 1fr 1fr;
    padding: 40px 16px;
    gap: 40px
  }

  .footer-brand {
    grid-column: 1 / -1
  }

  .footer-lower {
    padding: 20px 16px;
    flex-direction: column;
    align-items: flex-start
  }
}

@media (max-width: 480px) {
  .footer-upper {
    grid-template-columns: 1fr
  }
}

.consent-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 1000;
  background: #fff;
  border-top: 2px solid #004140;
  box-shadow: -1px 10px 52px 1px #0041401f;
  display: none;
  transform: translateX(-100%);
  transition: transform .5s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.consent-bar.visible {
  transform: translateX(0)
}

.consent-bar-body {
  max-width: 1366px;
  margin: 0 auto;
  padding: 20px 40px;
  display: flex;
  align-items: flex-start;
  gap: 40px;
  flex-wrap: wrap
}

.consent-text-area {
  flex: 1;
  min-width: 280px
}

.consent-icon {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 8px
}

.consent-intro {
  font-family: 'PT Serif', Georgia, serif;
  font-size: 13px;
  color: #004140;
  line-height: 1.65;
  letter-spacing: .01em;
  margin: 0 0 8px
}

.consent-uses {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 4px
}

.consent-uses li {
  font-family: 'PT Serif', Georgia, serif;
  font-size: 13px;
  color: #004140bf;
  line-height: 1.45;
  display: flex;
  align-items: center;
  gap: 8px
}

.consent-uses li::before {
  content: '';
  width: 4px;
  height: 4px;
  border-radius: 0;
  background: #B6212C;
  flex-shrink: 0
}

.consent-toggle-panel {
  font-family: 'PT Serif', Georgia, serif;
  font-size: 13px;
  color: #B6212C;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  margin-top: 8px;
  letter-spacing: .01em;
  line-height: 1.45;
  text-decoration: underline;
  min-height: 44px;
  display: flex;
  align-items: center
}

.consent-detail-panel {
  width: 100%;
  padding-top: 16px;
  border-top: 1px solid #0041401f;
  margin-top: 8px
}

.consent-toggle-row {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 8px 0
}

.consent-toggle-row label {
  font-family: 'PT Serif', Georgia, serif;
  font-size: 13px;
  color: #004140;
  line-height: 1.45;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 8px;
  min-height: 44px
}

.consent-toggle-row input[type="checkbox"] {
  width: 16px;
  height: 16px;
  cursor: pointer;
  accent-color: #004140
}

.consent-actions {
  display: flex;
  flex-direction: column;
  gap: 8px;
  flex-shrink: 0;
  align-items: stretch;
  justify-content: center
}

.consent-btn {
  font-family: 'PT Serif', Georgia, serif;
  font-size: 16px;
  letter-spacing: .01em;
  line-height: 1.2;
  padding: 8px 20px;
  border-radius: 8px;
  cursor: pointer;
  min-height: 44px;
  min-width: 140px;
  border: 2px solid #004140;
  transition: background-color .55s cubic-bezier(0.25, 0.46, 0.45, 0.94), color .55s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  position: relative;
  overflow: hidden
}

.consent-btn.accept {
  background: #004140;
  color: #F2F8E8
}

.consent-btn.accept:hover {
  background: #B6212C;
  border-color: #B6212C
}

.consent-btn.decline {
  background: transparent;
  color: #004140
}

.consent-btn.decline:hover {
  background: #00414014
}

@media (max-width: 768px) {
  .consent-bar-body {
    padding: 16px;
    gap: 16px
  }

  .consent-actions {
    width: 100%;
    flex-direction: row
  }

  .consent-btn {
    flex: 1
  }
}

@media (max-width: 480px) {
  .consent-actions {
    flex-direction: column
  }
}

.terms-content-qcrk {
  max-width: 1366px;
  margin: 0 auto;
  padding: 80px 40px
}

.terms-content-qcrk h1 {
  font-size: 62px;
  line-height: 1.2;
  letter-spacing: -.03em;
  color: #004140;
  margin-bottom: 40px;
  margin-top: 0
}

.terms-content-qcrk h2 {
  font-size: 34px;
  line-height: 1.2;
  letter-spacing: -.02em;
  color: #004140;
  margin-top: 80px;
  margin-bottom: 20px
}

.terms-content-qcrk h3 {
  font-size: 25px;
  line-height: 1.45;
  letter-spacing: -.01em;
  color: #1b3b3a;
  margin-top: 40px;
  margin-bottom: 16px
}

.terms-content-qcrk h4 {
  font-size: 16px;
  line-height: 1.45;
  letter-spacing: .02em;
  color: #1b3b3a;
  font-weight: 700;
  margin-top: 40px;
  margin-bottom: 16px
}

.terms-content-qcrk h5 {
  font-size: 16px;
  line-height: 1.45;
  letter-spacing: .02em;
  color: #004140;
  font-weight: 600;
  margin-top: 20px;
  margin-bottom: 8px
}

.terms-content-qcrk h6 {
  font-size: 13px;
  line-height: 1.65;
  letter-spacing: .06em;
  color: #004140;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 8px
}

.terms-content-qcrk p {
  font-size: 16px;
  line-height: 1.65;
  letter-spacing: .01em;
  color: #2c2c2c;
  margin-top: 0;
  margin-bottom: 20px
}

.terms-content-qcrk ul,
.terms-content-qcrk ol {
  margin-top: 0;
  margin-bottom: 20px;
  padding-left: 40px
}

.terms-content-qcrk ul {
  list-style: none;
  padding-left: 20px
}

.terms-content-qcrk ul li {
  position: relative;
  padding-left: 20px;
  font-size: 16px;
  line-height: 1.65;
  letter-spacing: .01em;
  color: #2c2c2c;
  margin-bottom: 8px
}

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

.terms-content-qcrk ol {
  list-style: none;
  counter-reset: policy-counter;
  padding-left: 20px
}

.terms-content-qcrk ol li {
  position: relative;
  padding-left: 28px;
  font-size: 16px;
  line-height: 1.65;
  letter-spacing: .01em;
  color: #2c2c2c;
  margin-bottom: 8px;
  counter-increment: policy-counter
}

.terms-content-qcrk ol li::before {
  content: counter(policy-counter) ".";
  position: absolute;
  left: 0;
  top: 0;
  font-size: 13px;
  font-weight: 700;
  color: #B6212C;
  line-height: 1.65;
  letter-spacing: .02em
}

.terms-content-qcrk ul ul,
.terms-content-qcrk ol ol,
.terms-content-qcrk ul ol,
.terms-content-qcrk ol ul {
  margin-top: 8px;
  margin-bottom: 8px
}

.terms-content-qcrk table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 40px;
  font-size: 13px;
  line-height: 1.65;
  letter-spacing: .01em;
  box-shadow: -1px 2px 3px 1px #0041400f -1px 5px 25px 1px #00414014;
  border-radius: 8px;
  overflow: hidden
}

.terms-content-qcrk thead {
  background-color: #004140
}

.terms-content-qcrk thead th {
  color: #F2F8E8;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
  padding: 16px 20px;
  text-align: left
}

.terms-content-qcrk tbody tr {
  border-bottom: 1px solid #0041401a;
  transition: background-color .6s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.terms-content-qcrk tbody tr:last-child {
  border-bottom: none
}

.terms-content-qcrk tbody tr:nth-child(even) {
  background-color: #F2F8E8
}

.terms-content-qcrk tbody tr:hover {
  background-color: #f2f8e8cc
}

.terms-content-qcrk td {
  padding: 16px 20px;
  color: #2c2c2c;
  font-size: 13px;
  line-height: 1.65;
  vertical-align: top
}

.terms-content-qcrk th {
  padding: 16px 20px;
  vertical-align: middle
}

.terms-content-qcrk hr {
  border: none;
  border-top: 1px solid #00414026;
  margin-top: 40px;
  margin-bottom: 40px
}

.terms-content-qcrk div {
  font-size: 16px;
  line-height: 1.65;
  color: #2c2c2c
}

.terms-content-qcrk a {
  color: #B6212C;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
  transition: color .5s ease, text-decoration-color .5s ease
}

.terms-content-qcrk a:hover {
  color: #004140;
  text-decoration-color: #004140
}

.terms-content-qcrk strong,
.terms-content-qcrk b {
  font-weight: 700;
  color: #004140
}

.terms-content-qcrk em,
.terms-content-qcrk i {
  font-style: italic;
  color: inherit
}

.terms-content-qcrk blockquote {
  margin: 40px 0;
  padding: 20px 40px;
  background-color: #F2F8E8;
  border-radius: 8px;
  font-size: 16px;
  line-height: 1.65;
  color: #004140;
  box-shadow: -1px 2px 3px 1px #0041400f
}

.terms-content-qcrk code {
  font-size: 13px;
  background-color: #F2F8E8;
  padding: 4px 8px;
  border-radius: 8px;
  color: #B6212C;
  letter-spacing: .02em
}

.terms-content-qcrk pre {
  background-color: #F2F8E8;
  padding: 20px;
  border-radius: 8px;
  overflow-x: auto;
  margin-bottom: 20px;
  box-shadow: -1px 2px 3px 1px #0041400f
}

.terms-content-qcrk pre code {
  background: none;
  padding: 0;
  border-radius: 0
}

@media (max-width: 1280px) {
  .terms-content-qcrk {
    padding: 80px 40px
  }

  .terms-content-qcrk h1 {
    font-size: 62px
  }
}

@media (max-width: 768px) {
  .terms-content-qcrk {
    padding: 40px 20px
  }

  .terms-content-qcrk h1 {
    font-size: 34px
  }

  .terms-content-qcrk h2 {
    font-size: 25px;
    margin-top: 40px
  }

  .terms-content-qcrk h3 {
    font-size: 16px;
    margin-top: 20px
  }

  .terms-content-qcrk table {
    display: block;
    overflow-x: auto;
    border-radius: 8px
  }

  .terms-content-qcrk thead th,
  .terms-content-qcrk td {
    padding: 16px;
    white-space: nowrap
  }
}

@media (max-width: 480px) {
  .terms-content-qcrk {
    padding: 40px 16px
  }

  .terms-content-qcrk h1 {
    font-size: 25px
  }

  .terms-content-qcrk h2 {
    font-size: 16px
  }

  .terms-content-qcrk blockquote {
    padding: 16px 20px;
    margin: 20px 0
  }

  .terms-content-qcrk ul,
  .terms-content-qcrk ol {
    padding-left: 16px
  }
}

.root {
  max-width: 1366px;
  margin: 0 auto;
  overflow-x: clip
}

.root .title-block {
  display: grid;
  grid-template-columns: 1fr 2fr 1fr;
  gap: 40px;
  padding: 80px 80px 40px;
  align-items: start;
  position: relative
}

.root .title-block::after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 80px;
  bottom: 40px;
  width: 2px;
  background: linear-gradient(180deg, transparent, #B6212C 40%, #004140 80%, transparent);
  pointer-events: none
}

.root .title-img-left,
.root .title-img-right {
  width: 100%;
  aspect-ratio: 3/4;
  overflow: hidden;
  border-radius: 16px;
  position: relative
}

.root .title-img-left img,
.root .title-img-right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: saturate(0.35) brightness(0.9);
  transition: filter .6s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform .7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  display: block
}

.root .title-img-left:hover img,
.root .title-img-right:hover img {
  filter: saturate(1) brightness(1);
  transform: scale(1.03)
}

.root .title-img-left::after,
.root .title-img-right::after {
  content: "";
  position: absolute;
  inset: 0;
  border: 0 solid #B6212C;
  border-radius: 16px;
  transition: border-width .55s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  pointer-events: none
}

.root .title-img-left:hover::after,
.root .title-img-right:hover::after {
  border-width: 3px
}

.root .title-pattern {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  overflow: hidden;
  border-radius: 16px
}

.root .title-pattern svg {
  width: 100%;
  height: 100%;
  opacity: .08
}

.root .title-text {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 40px 20px 20px
}

.root .title-label {
  font-size: 13px;
  letter-spacing: .12em;
  color: #B6212C;
  text-transform: uppercase;
  font-weight: 600
}

.root .title-heading {
  font-size: 62px;
  line-height: 1.2;
  letter-spacing: -.02em;
  color: #1b1b1b;
  font-weight: 700;
  margin: 0
}

.root .title-heading em {
  font-style: normal;
  color: #B6212C
}

.root .title-sub {
  font-size: 16px;
  line-height: 1.65;
  color: #3a3a3a;
  max-width: 480px;
  margin: 0
}

.root .title-cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  color: #004140;
  font-weight: 600;
  text-decoration: none;
  padding: 8px 0;
  border-bottom: 1.5px solid #004140;
  width: fit-content;
  transition: color .55s ease, border-color .55s ease, gap .6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  position: relative;
  overflow: hidden
}

.root .title-cta:hover {
  color: #B6212C;
  border-color: #B6212C;
  gap: 16px
}

.root .title-cta svg {
  transition: transform .6s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.root .title-cta:hover svg {
  transform: translateX(4px)
}

.root .scallop-divider {
  width: 100%;
  line-height: 0;
  overflow: hidden
}

.root .scallop-divider svg {
  display: block;
  width: 100%
}

.root .commitment-block {
  background: #004140;
  padding: 80px;
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 80px;
  align-items: start;
  position: relative;
  overflow: hidden
}

.root .commitment-block::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 20 L10 10 L20 20 L30 10 L40 20' stroke='%23F2F8E8' stroke-width='1' fill='none' opacity='0.07'/%3E%3C/svg%3E");
  background-size: 40px 40px;
  pointer-events: none
}

.root .commitment-label-col {
  display: flex;
  flex-direction: column;
  gap: 20px;
  position: relative
}

.root .commitment-eyebrow {
  font-size: 13px;
  letter-spacing: .1em;
  color: #F2F8E8;
  opacity: .6;
  text-transform: uppercase
}

.root .commitment-heading {
  font-size: 34px;
  line-height: 1.2;
  letter-spacing: -.01em;
  color: #F2F8E8;
  font-weight: 700;
  margin: 0
}

.root .commitment-heading::before {
  content: "";
  display: block;
  width: 28px;
  height: 4px;
  background: #B6212C;
  border-radius: 0;
  margin-bottom: 16px
}

.root .commitment-right {
  display: flex;
  flex-direction: column;
  gap: 40px;
  position: relative
}

.root .commitment-intro {
  font-size: 16px;
  line-height: 1.65;
  color: #d8e8e8;
  margin: 0
}

.root .commitment-intro::first-letter {
  font-size: 34px;
  line-height: 1;
  color: #B6212C;
  float: left;
  margin-right: 8px;
  margin-top: 4px;
  font-weight: 700
}

.root .commitment-items {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px
}

.root .commitment-item {
  background: #f2f8e80f;
  border-radius: 8px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  transition: background .65s ease
}

.root .commitment-item:hover {
  background: #f2f8e81f
}

.root .commitment-item-title {
  font-size: 13px;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #B6212C;
  font-weight: 600
}

.root .commitment-item-text {
  font-size: 16px;
  line-height: 1.45;
  color: #d8e8e8;
  margin: 0
}

.root .scallop-divider-light svg path {
  fill: #F2F8E8
}

.root .example-block {
  background: #F2F8E8;
  padding: 80px;
  display: flex;
  flex-direction: column;
  gap: 40px
}

.root .example-top {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: start
}

.root .example-text-col {
  display: flex;
  flex-direction: column;
  gap: 20px
}

.root .example-eyebrow {
  font-size: 13px;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: #004140;
  font-weight: 600
}

.root .example-heading {
  font-size: 34px;
  line-height: 1.2;
  letter-spacing: -.01em;
  color: #1b1b1b;
  font-weight: 700;
  margin: 0
}

.root .example-heading::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 14px solid #B6212C;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  margin-bottom: 16px
}

.root .example-body {
  font-size: 16px;
  line-height: 1.65;
  color: #2c2c2c;
  margin: 0
}

.root .example-body::first-letter {
  font-size: 34px;
  line-height: 1;
  color: #B6212C;
  float: left;
  margin-right: 8px;
  margin-top: 4px;
  font-weight: 700
}

.root .example-body-second {
  font-size: 16px;
  line-height: 1.65;
  color: #2c2c2c;
  margin: 0
}

.root .example-img-col {
  position: relative
}

.root .example-img-wrap {
  width: 100%;
  aspect-ratio: 4/3;
  overflow: hidden;
  border-radius: 16px;
  position: relative
}

.root .example-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: saturate(0.8);
  transition: filter .7s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform .65s ease;
  display: block
}

.root .example-img-wrap:hover img {
  filter: saturate(0.2);
  transform: scale(1.04)
}

.root .example-img-wrap::after {
  content: "";
  position: absolute;
  inset: 0;
  border: 0 solid #B6212C;
  border-radius: 16px;
  transition: border-width .6s ease;
  pointer-events: none
}

.root .example-img-wrap:hover::after {
  border-width: 3px
}

.root .process-flow {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  gap: 0
}

.root .process-step {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 20px;
  background: #fff;
  border-radius: 8px;
  position: relative
}

.root .process-step::after {
  content: "";
  position: absolute;
  right: -20px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 2px;
  background: #B6212C;
  z-index: 1
}

.root .process-step:last-child::after {
  display: none
}

.root .process-arrow {
  position: absolute;
  right: -8px;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 8px solid #B6212C;
  z-index: 2
}

.root .process-step:last-child .process-arrow {
  display: none
}

.root .process-num {
  font-size: 34px;
  line-height: 1.2;
  color: #B6212C;
  font-weight: 700;
  letter-spacing: -.02em
}

.root .process-step-title {
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: .08em;
  color: #004140;
  font-weight: 600
}

.root .process-step-desc {
  font-size: 13px;
  line-height: 1.45;
  color: #3a3a3a;
  margin: 0
}

.root .adapt-block {
  background: #fff;
  padding: 80px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: start;
  position: relative
}

.root .adapt-block::after {
  content: "";
  position: absolute;
  right: 0;
  top: 80px;
  bottom: 80px;
  width: 2px;
  background: linear-gradient(180deg, transparent, #B6212C 30%, #004140 70%, transparent);
  pointer-events: none
}

.root .adapt-img-col {
  display: flex;
  flex-direction: column;
  gap: 20px
}

.root .adapt-img-wrap {
  width: 100%;
  aspect-ratio: 16/10;
  overflow: hidden;
  border-radius: 16px;
  position: relative
}

.root .adapt-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: saturate(0.75);
  transition: filter .75s ease, transform .65s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  display: block
}

.root .adapt-img-wrap:hover img {
  filter: saturate(0.15);
  transform: scale(1.03)
}

.root .adapt-img-wrap::after {
  content: "";
  position: absolute;
  inset: 0;
  border: 0 solid #004140;
  border-radius: 16px;
  transition: border-width .55s ease;
  pointer-events: none
}

.root .adapt-img-wrap:hover::after {
  border-width: 3px
}

.root .adapt-strips {
  display: flex;
  flex-direction: column;
  gap: 4px;
  overflow: hidden;
  border-radius: 8px
}

.root .adapt-strip {
  background: #F2F8E8;
  padding: 16px 20px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 16px;
  cursor: default;
  position: relative;
  overflow: hidden;
  transition: background .6s ease
}

.root .adapt-strip::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 0;
  background: linear-gradient(90deg, #004140, #B6212C);
  transition: width .7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  pointer-events: none
}

.root .adapt-strip:hover::before {
  width: 4px
}

.root .adapt-strip:hover {
  background: #e8f0e0
}

.root .adapt-strip-label {
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: .08em;
  color: #004140;
  font-weight: 600;
  min-width: 120px
}

.root .adapt-strip-text {
  font-size: 16px;
  line-height: 1.45;
  color: #2c2c2c;
  margin: 0
}

.root .adapt-text-col {
  display: flex;
  flex-direction: column;
  gap: 20px
}

.root .adapt-eyebrow {
  font-size: 13px;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: #B6212C;
  font-weight: 600
}

.root .adapt-heading {
  font-size: 34px;
  line-height: 1.2;
  letter-spacing: -.01em;
  color: #1b1b1b;
  font-weight: 700;
  margin: 0
}

.root .adapt-heading::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background: #B6212C;
  border-radius: 0;
  margin-bottom: 16px;
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%)
}

.root .adapt-body {
  font-size: 16px;
  line-height: 1.65;
  color: #2c2c2c;
  margin: 0
}

.root .adapt-body::first-letter {
  font-size: 34px;
  line-height: 1;
  color: #B6212C;
  float: left;
  margin-right: 8px;
  margin-top: 4px;
  font-weight: 700
}

.root .adapt-body-second {
  font-size: 16px;
  line-height: 1.65;
  color: #2c2c2c;
  margin: 0
}

.root .who-block {
  background: #1a0a0b;
  padding: 80px;
  display: flex;
  flex-direction: column;
  gap: 40px;
  position: relative;
  overflow: hidden
}

.root .who-block::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 30 L20 20 L30 30 L40 20 L50 30' stroke='%23B6212C' stroke-width='0.8' fill='none' opacity='0.12'/%3E%3C/svg%3E");
  background-size: 60px 60px;
  pointer-events: none
}

.root .who-top {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: start;
  position: relative
}

.root .who-heading-col {
  display: flex;
  flex-direction: column;
  gap: 20px
}

.root .who-eyebrow {
  font-size: 13px;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: #B6212C;
  font-weight: 600
}

.root .who-heading {
  font-size: 34px;
  line-height: 1.2;
  letter-spacing: -.01em;
  color: #F2F8E8;
  font-weight: 700;
  margin: 0
}

.root .who-heading::before {
  content: "";
  display: block;
  width: 28px;
  height: 28px;
  border: 3px solid #B6212C;
  border-radius: 0;
  margin-bottom: 16px
}

.root .who-intro {
  font-size: 16px;
  line-height: 1.65;
  color: #c8d8d8;
  margin: 0
}

.root .who-intro::first-letter {
  font-size: 34px;
  line-height: 1;
  color: #B6212C;
  float: left;
  margin-right: 8px;
  margin-top: 4px;
  font-weight: 700
}

.root .who-intro-second {
  font-size: 16px;
  line-height: 1.65;
  color: #c8d8d8;
  margin: 0
}

.root .who-profiles {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  position: relative
}

.root .who-profile {
  display: flex;
  flex-direction: column;
  gap: 16px;
  background: #f2f8e80d;
  border-radius: 16px;
  padding: 20px;
  transition: background .65s ease
}

.root .who-profile:hover {
  background: #f2f8e81a
}

.root .who-portrait {
  width: 100%;
  aspect-ratio: 4/5;
  overflow: hidden;
  border-radius: 8px;
  position: relative
}

.root .who-portrait img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
  filter: saturate(0.5) brightness(0.85);
  transition: filter .7s ease;
  display: block
}

.root .who-portrait:hover img {
  filter: saturate(0.1) brightness(0.7)
}

.root .who-portrait::after {
  content: "";
  position: absolute;
  inset: 0;
  border: 0 solid #B6212C;
  border-radius: 8px;
  transition: border-width .6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  pointer-events: none
}

.root .who-portrait:hover::after {
  border-width: 2px
}

.root .who-profile-name {
  font-size: 16px;
  font-weight: 700;
  color: #F2F8E8;
  margin: 0
}

.root .who-profile-role {
  font-size: 13px;
  letter-spacing: .07em;
  text-transform: uppercase;
  color: #B6212C;
  font-weight: 600
}

.root .who-profile-quote {
  font-size: 16px;
  line-height: 1.65;
  color: #c8d8d8;
  margin: 0;
  font-style: italic
}

.root .situations-block {
  background: #fff;
  padding: 80px;
  display: flex;
  flex-direction: column;
  gap: 40px
}

.root .situations-head {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: end
}

.root .situations-eyebrow {
  font-size: 13px;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: #004140;
  font-weight: 600
}

.root .situations-heading {
  font-size: 34px;
  line-height: 1.2;
  letter-spacing: -.01em;
  color: #1b1b1b;
  font-weight: 700;
  margin: 0
}

.root .situations-heading::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-bottom: 16px solid #B6212C;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  margin-bottom: 16px
}

.root .situations-note {
  font-size: 16px;
  line-height: 1.65;
  color: #3a3a3a;
  margin: 0;
  align-self: end
}

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

.root .situation-card {
  border-radius: 16px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  box-shadow: -1px 5px 25px 1px #00414014;
  transition: box-shadow .65s ease, transform .6s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.root .situation-card:hover {
  box-shadow: -1px 10px 52px 1px #0041401f;
  transform: translateY(-4px)
}

.root .situation-img-wrap {
  width: 100%;
  aspect-ratio: 16/9;
  overflow: hidden;
  position: relative
}

.root .situation-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: saturate(0.7);
  transition: filter .7s ease, transform .65s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  display: block
}

.root .situation-card:hover .situation-img-wrap img {
  filter: saturate(0.1);
  transform: scale(1.05)
}

.root .situation-img-wrap::after {
  content: "";
  position: absolute;
  inset: 0;
  border: 0 solid #B6212C;
  transition: border-width .55s ease;
  pointer-events: none
}

.root .situation-card:hover .situation-img-wrap::after {
  border-width: 3px
}

.root .situation-body {
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  background: #fff;
  flex: 1
}

.root .situation-tag {
  font-size: 13px;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #B6212C;
  font-weight: 600
}

.root .situation-title {
  font-size: 16px;
  font-weight: 700;
  color: #1b1b1b;
  margin: 0;
  line-height: 1.45
}

.root .situation-desc {
  font-size: 13px;
  line-height: 1.65;
  color: #3a3a3a;
  margin: 0
}

.root .situations-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  color: #004140;
  font-weight: 600;
  text-decoration: none;
  border-bottom: 1.5px solid #004140;
  width: fit-content;
  padding: 8px 0;
  transition: color .55s ease, border-color .55s ease, gap .65s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.root .situations-link:hover {
  color: #B6212C;
  border-color: #B6212C;
  gap: 16px
}

.root .situations-link svg {
  transition: transform .6s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.root .situations-link:hover svg {
  transform: translateX(4px)
}

@keyframes lineDraw {
  from {
    stroke-dashoffset: 300
  }

  to {
    stroke-dashoffset: 0
  }
}

.root .process-flow .process-step::after {
  animation: lineDraw .8s ease forwards
}

@media (max-width: 1280px) {
  .root .title-block {
    padding: 80px 40px 40px;
    gap: 20px
  }

  .root .commitment-block,
  .root .example-block,
  .root .adapt-block,
  .root .who-block,
  .root .situations-block {
    padding: 80px 40px
  }

  .root .commitment-block {
    grid-template-columns: 220px 1fr;
    gap: 40px
  }
}

@media (max-width: 768px) {
  .root .title-block {
    grid-template-columns: 1fr;
    padding: 40px 20px 20px;
    gap: 20px
  }

  .root .title-img-left {
    display: none
  }

  .root .title-heading {
    font-size: 34px
  }

  .root .commitment-block {
    grid-template-columns: 1fr;
    padding: 40px 20px;
    gap: 40px
  }

  .root .commitment-items {
    grid-template-columns: 1fr
  }

  .root .example-block {
    padding: 40px 20px
  }

  .root .example-top {
    grid-template-columns: 1fr;
    gap: 40px
  }

  .root .process-flow {
    flex-direction: column;
    gap: 20px
  }

  .root .process-step::after {
    display: none
  }

  .root .process-arrow {
    display: none
  }

  .root .adapt-block {
    grid-template-columns: 1fr;
    padding: 40px 20px;
    gap: 40px
  }

  .root .adapt-block::after {
    display: none
  }

  .root .who-block {
    padding: 40px 20px
  }

  .root .who-top {
    grid-template-columns: 1fr;
    gap: 40px
  }

  .root .who-profiles {
    grid-template-columns: 1fr
  }

  .root .situations-block {
    padding: 40px 20px
  }

  .root .situations-head {
    grid-template-columns: 1fr;
    gap: 20px
  }

  .root .situations-grid {
    grid-template-columns: 1fr
  }
}

@media (max-width: 480px) {
  .root .title-heading {
    font-size: 25px
  }

  .root .commitment-heading {
    font-size: 25px
  }

  .root .example-heading {
    font-size: 25px
  }

  .root .adapt-heading {
    font-size: 25px
  }

  .root .who-heading {
    font-size: 25px
  }

  .root .situations-heading {
    font-size: 25px
  }

  .root .commitment-block,
  .root .example-block,
  .root .adapt-block,
  .root .who-block,
  .root .situations-block {
    padding: 40px 16px
  }

  .root .title-block {
    padding: 40px 16px 20px
  }
}

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

.contact-us .form-editorial {
  padding: 80px 40px;
  max-width: 1366px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: start
}

.contact-us .form-left {
  position: relative
}

.contact-us .form-left-quote {
  font-size: 62px;
  line-height: 1.2;
  color: #B6212C;
  opacity: .08;
  position: absolute;
  top: -20px;
  left: -16px;
  pointer-events: none;
  user-select: none;
  font-style: normal;
  letter-spacing: -2px
}

.contact-us .form-label-tag {
  display: inline-block;
  font-size: 13px;
  letter-spacing: .08em;
  color: #B6212C;
  text-transform: uppercase;
  margin-bottom: 16px;
  padding: 4px 8px;
  background-color: #F2F8E8;
  border-radius: 8px
}

.contact-us .form-heading {
  font-size: 34px;
  line-height: 1.2;
  color: #1b2b2a;
  letter-spacing: -.02em;
  margin: 0 0 20px
}

.contact-us .form-heading-drop::first-letter {
  font-size: 62px;
  line-height: 1;
  color: #B6212C;
  float: left;
  margin-right: 8px;
  margin-top: 4px
}

.contact-us .form-subtext {
  font-size: 16px;
  line-height: 1.65;
  color: #3a4a49;
  margin: 0 0 40px;
  max-width: 420px
}

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

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

.contact-us .detail-icon {
  width: 40px;
  height: 40px;
  border-radius: 8px;
  background-color: #F2F8E8;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0
}

.contact-us .detail-icon svg {
  width: 18px;
  height: 18px
}

.contact-us .detail-text {
  display: flex;
  flex-direction: column;
  gap: 4px
}

.contact-us .detail-label {
  font-size: 13px;
  letter-spacing: .06em;
  color: #7a8f8e;
  text-transform: uppercase
}

.contact-us .detail-value {
  font-size: 16px;
  line-height: 1.45;
  color: #1b2b2a;
  text-decoration: none;
  transition: color .55s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.contact-us .detail-value:hover {
  color: #B6212C
}

.contact-us .spider-chart-wrap {
  margin-top: 40px;
  padding: 20px;
  background-color: #F2F8E8;
  border-radius: 16px;
  box-shadow: -1px 2px 3px 1px #0041400f
}

.contact-us .spider-label {
  font-size: 13px;
  color: #3a4a49;
  letter-spacing: .04em;
  margin-bottom: 16px;
  text-transform: uppercase
}

.contact-us .spider-chart-wrap svg {
  width: 100%;
  height: auto;
  display: block
}

.contact-us .form-right {
  background-color: #fff;
  border-radius: 16px;
  padding: 40px;
  box-shadow: -1px 5px 25px 1px #b6212c14 -1px 10px 52px 1px #b6212c1f
}

.contact-us .form-right form {
  display: flex;
  flex-direction: column;
  gap: 20px
}

.contact-us .field-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px
}

.contact-us .field-group {
  display: flex;
  flex-direction: column;
  gap: 8px;
  position: relative
}

.contact-us .field-group label {
  font-size: 13px;
  letter-spacing: .05em;
  color: #3a4a49;
  text-transform: uppercase;
  transition: color .55s ease
}

.contact-us .field-group:focus-within label {
  color: #B6212C
}

.contact-us .field-group input[type="text"],
.contact-us .field-group input[type="email"],
.contact-us .field-group input[type="tel"],
.contact-us .field-group textarea {
  border: 1px solid #c8d6d5;
  border-radius: 8px;
  padding: 16px;
  font-size: 16px;
  color: #1b2b2a;
  background-color: #fff;
  outline: none;
  transition: border-color .6s cubic-bezier(0.25, 0.46, 0.45, 0.94), box-shadow .6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  width: 100%;
  box-sizing: border-box
}

.contact-us .field-group input[type="text"]::placeholder,
.contact-us .field-group input[type="email"]::placeholder,
.contact-us .field-group input[type="tel"]::placeholder,
.contact-us .field-group textarea::placeholder {
  color: transparent
}

.contact-us .field-group input[type="text"]:focus,
.contact-us .field-group input[type="email"]:focus,
.contact-us .field-group input[type="tel"]:focus,
.contact-us .field-group textarea:focus {
  border-color: #004140;
  box-shadow: -1px 2px 3px 1px #0041400f
}

.contact-us .field-group textarea {
  resize: vertical;
  min-height: 100px
}

.contact-us .rating-group {
  display: flex;
  flex-direction: column;
  gap: 8px
}

.contact-us .rating-label {
  font-size: 13px;
  letter-spacing: .05em;
  color: #3a4a49;
  text-transform: uppercase
}

.contact-us .rating-options {
  display: flex;
  flex-direction: row;
  gap: 8px
}

.contact-us .rating-options input[type="radio"] {
  display: none
}

.contact-us .rating-options label {
  width: 40px;
  height: 40px;
  border-radius: 8px;
  border: 1px solid #c8d6d5;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: #3a4a49;
  cursor: pointer;
  transition: background-color .5s ease, border-color .5s ease, color .5s ease;
  text-transform: none;
  letter-spacing: 0
}

.contact-us .rating-options input[type="radio"]:checked+label {
  background-color: #B6212C;
  border-color: #B6212C;
  color: #fff
}

.contact-us .rating-options label:hover {
  border-color: #004140;
  color: #004140
}

.contact-us .privacy-row {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 8px
}

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

.contact-us .privacy-text {
  font-size: 13px;
  line-height: 1.65;
  color: #3a4a49
}

.contact-us .privacy-text a {
  color: #B6212C;
  text-decoration: underline;
  text-underline-offset: 3px;
  transition: color .55s ease
}

.contact-us .privacy-text a:hover {
  color: #004140
}

.contact-us .submit-btn {
  position: relative;
  overflow: hidden;
  background-color: #004140;
  color: #F2F8E8;
  border: none;
  border-radius: 8px;
  padding: 16px 40px;
  font-size: 16px;
  letter-spacing: .04em;
  cursor: pointer;
  align-self: flex-start;
  transition: background-color .65s cubic-bezier(0.25, 0.46, 0.45, 0.94), box-shadow .65s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.contact-us .submit-btn:hover {
  background-color: #B6212C;
  box-shadow: -1px 5px 25px 1px #b6212c14
}

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

.contact-us .submit-btn:active {
  background-color: #8a1820
}

.contact-us .ripple-circle {
  position: absolute;
  border-radius: 50%;
  background-color: #f2f8e840;
  width: 0;
  height: 0;
  transform: translate(-50%, -50%);
  pointer-events: none
}

.contact-us .info-strip {
  background-color: #004140;
  padding: 80px 40px;
  position: relative;
  overflow: hidden
}

.contact-us .info-strip-bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
  overflow: hidden
}

.contact-us .geo-circle-one {
  position: absolute;
  width: 400px;
  height: 400px;
  border-radius: 50%;
  border: 1px solid #f2f8e80f;
  top: -100px;
  right: -80px
}

.contact-us .geo-circle-two {
  position: absolute;
  width: 240px;
  height: 240px;
  border-radius: 50%;
  border: 1px solid #f2f8e80a;
  bottom: -60px;
  left: 200px
}

.contact-us .info-strip-inner {
  max-width: 1366px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 40px;
  align-items: start;
  position: relative
}

.contact-us .strip-heading-col {
  display: flex;
  flex-direction: column;
  gap: 16px
}

.contact-us .strip-diamond {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  margin-bottom: 4px
}

.contact-us .strip-diamond-shape {
  width: 8px;
  height: 8px;
  background-color: #B6212C;
  transform: rotate(45deg);
  flex-shrink: 0
}

.contact-us .strip-diamond-line {
  height: 1px;
  width: 40px;
  background-color: #f2f8e833
}

.contact-us .strip-main-heading {
  font-size: 25px;
  line-height: 1.2;
  color: #F2F8E8;
  letter-spacing: -.01em;
  margin: 0
}

.contact-us .strip-desc {
  font-size: 16px;
  line-height: 1.65;
  color: #f2f8e8b3;
  margin: 0
}

.contact-us .role-column {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 20px;
  border-radius: 16px;
  border: 1px solid #f2f8e81a;
  background-color: #f2f8e80a;
  transition: background-color .7s cubic-bezier(0.25, 0.46, 0.45, 0.94), border-color .7s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.contact-us .role-column:hover {
  background-color: #f2f8e814;
  border-color: #f2f8e833
}

.contact-us .role-tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  letter-spacing: .07em;
  text-transform: uppercase;
  color: #B6212C;
  background-color: #b6212c1f;
  padding: 4px 8px;
  border-radius: 8px;
  width: fit-content
}

.contact-us .role-title {
  font-size: 16px;
  line-height: 1.45;
  color: #F2F8E8;
  margin: 0;
  font-weight: 600
}

.contact-us .role-desc {
  font-size: 13px;
  line-height: 1.65;
  color: #f2f8e8a6;
  margin: 0
}

.contact-us .role-link {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  color: #F2F8E8;
  text-decoration: none;
  letter-spacing: .04em;
  transition: gap .55s ease, color .55s ease
}

.contact-us .role-link:hover {
  gap: 16px;
  color: #B6212C
}

.contact-us .role-link svg {
  width: 14px;
  height: 14px;
  transition: transform .55s ease
}

.contact-us .role-link:hover svg {
  transform: translateX(4px)
}

.contact-us .divider-diamond {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 0;
  padding: 0;
  margin: 0
}

.contact-us .divider-line-seg {
  height: 1px;
  flex: 1;
  background-color: #c8d6d5
}

.contact-us .divider-gem {
  width: 8px;
  height: 8px;
  background-color: #B6212C;
  transform: rotate(45deg);
  margin: 0 8px;
  flex-shrink: 0
}

@keyframes color-wash {
  0% {
    background-color: #fff
  }

  50% {
    background-color: #F2F8E8
  }

  100% {
    background-color: #fff
  }
}

.contact-us .form-editorial {
  animation: color-wash 12s ease infinite
}

@media (max-width: 1280px) {
  .contact-us .form-editorial {
    gap: 40px;
    padding: 80px 40px
  }

  .contact-us .info-strip-inner {
    gap: 20px
  }
}

@media (max-width: 768px) {
  .contact-us .form-editorial {
    grid-template-columns: 1fr;
    padding: 40px 20px;
    gap: 40px
  }

  .contact-us .field-row {
    grid-template-columns: 1fr
  }

  .contact-us .info-strip {
    padding: 40px 20px
  }

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

  .contact-us .form-heading-drop::first-letter {
    font-size: 34px
  }
}

@media (max-width: 480px) {
  .contact-us .form-right {
    padding: 20px
  }

  .contact-us .rating-options {
    flex-wrap: wrap
  }

  .contact-us .form-heading {
    font-size: 25px
  }

  .contact-us .submit-btn {
    width: 100%;
    text-align: center
  }
}

@keyframes ripple-expand {
  from {
    width: 0;
    height: 0;
    opacity: .4
  }

  to {
    width: 300px;
    height: 300px;
    opacity: 0
  }
}

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

.services .panel {
  background: silver;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  border-right: 2px solid gray;
  border-bottom: 2px solid gray;
  box-shadow: -1px 5px 25px 1px #00414014
}

.services .title-band {
  position: relative;
  padding: 80px 40px;
  background: linear-gradient(112deg, #004140 0%, #B6212C 100%);
  background-size: 300% 300%;
  animation: gradshift 8s ease infinite;
  overflow: hidden
}

@keyframes gradshift {
  0% {
    background-position: 0 50%
  }

  50% {
    background-position: 100% 50%
  }

  100% {
    background-position: 0 50%
  }
}

.services .title-band::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, transparent 0%, #F2F8E8 30%, #F2F8E8 70%, transparent 100%)
}

.services .title-band-inner {
  max-width: 1366px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 80px
}

.services .title-text {
  flex: 0 0 55%
}

.services .title-eyebrow {
  font-size: 13px;
  letter-spacing: .12em;
  color: #f2f8e8b3;
  text-transform: uppercase;
  margin-bottom: 16px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px
}

.services .eyebrow-line {
  width: 28px;
  height: 1px;
  background: #f2f8e880;
  flex-shrink: 0
}

.services .title-h1 {
  font-size: 62px;
  line-height: 1.2;
  letter-spacing: -.03em;
  color: #F2F8E8;
  margin: 0 0 20px
}

.services .title-sub {
  font-size: 25px;
  line-height: 1.45;
  color: #f2f8e8d9;
  margin: 0 0 20px;
  letter-spacing: -.01em
}

.services .title-desc {
  font-size: 16px;
  line-height: 1.65;
  color: #f2f8e8b3;
  margin: 0
}

.services .title-visual {
  flex: 1;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-end
}

.services .title-img-frame {
  width: 100%;
  max-width: 360px;
  aspect-ratio: 4/3;
  overflow: hidden;
  border-radius: 8px;
  position: relative
}

.services .title-img-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  filter: saturate(0.85);
  transition: filter .6s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.services .title-img-frame img:hover {
  filter: saturate(0.3)
}

.services .title-img-frame::after {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at 30% 30%, transparent 40%, #0041408c 100%);
  pointer-events: none
}

.services .geom-motif {
  position: absolute;
  top: 40px;
  right: -20px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  pointer-events: none
}

.services .geom-motif span {
  display: block;
  width: 6px;
  height: 6px;
  background: #f2f8e840;
  border-radius: 0;
  transform: rotate(45deg)
}

.services .geom-motif span:nth-child(2) {
  opacity: .5
}

.services .geom-motif span:nth-child(3) {
  opacity: .3
}

.services .geom-motif span:nth-child(4) {
  opacity: .15
}

.services .wave-divider {
  width: 100%;
  line-height: 0;
  overflow: hidden
}

.services .wave-divider svg {
  display: block;
  width: 100%
}

.services .offerings-area {
  padding: 80px 40px;
  background: #F2F8E8;
  position: relative
}

.services .offerings-inner {
  max-width: 1366px;
  margin: 0 auto
}

.services .area-label {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  margin-bottom: 40px
}

.services .label-dot {
  width: 8px;
  height: 8px;
  border-radius: 0;
  background: #B6212C;
  transform: rotate(45deg);
  flex-shrink: 0
}

.services .area-heading {
  font-size: 34px;
  line-height: 1.2;
  letter-spacing: -.02em;
  color: #004140;
  margin: 0
}

.services .three-col {
  display: grid;
  grid-template-columns: 1fr 1.3fr 1fr;
  gap: 20px;
  align-items: start
}

.services .service-card {
  background: #fff;
  border-radius: 8px;
  padding: 40px 20px;
  box-shadow: -1px 2px 3px 1px #0041400f;
  transition: box-shadow .6s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform .5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transform: scale(0.97);
  animation: reveal-card .7s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards
}

.services .service-card:hover {
  box-shadow: -1px 10px 52px 1px #0041401f;
  transform: scale(1)
}

.services .service-card.featured {
  padding: 40px 20px;
  background: #004140;
  transform: scale(1) !important;
  box-shadow: -1px 10px 52px 1px #0041401f
}

@keyframes reveal-card {
  from {
    opacity: 0;
    transform: scale(0.9)
  }

  to {
    opacity: 1;
    transform: scale(0.97)
  }
}

.services .service-card.featured {
  animation: reveal-center .8s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards
}

@keyframes reveal-center {
  from {
    opacity: 0;
    transform: scale(0.9)
  }

  to {
    opacity: 1;
    transform: scale(1)
  }
}

.services .card-icon {
  width: 40px;
  height: 40px;
  margin-bottom: 20px
}

.services .card-icon svg {
  width: 40px;
  height: 40px
}

.services .card-name {
  font-size: 16px;
  line-height: 1.2;
  letter-spacing: .04em;
  text-transform: uppercase;
  color: #B6212C;
  margin: 0 0 8px
}

.services .service-card.featured .card-name {
  color: #f2f8e899
}

.services .card-title {
  font-size: 25px;
  line-height: 1.2;
  letter-spacing: -.01em;
  color: #004140;
  margin: 0 0 16px
}

.services .service-card.featured .card-title {
  color: #F2F8E8
}

.services .card-body {
  font-size: 16px;
  line-height: 1.65;
  color: #3a3a3a;
  margin: 0 0 20px
}

.services .service-card.featured .card-body {
  color: #f2f8e8cc
}

.services .card-list {
  list-style: none;
  padding: 0;
  margin: 0 0 20px;
  display: flex;
  flex-direction: column;
  gap: 8px
}

.services .card-list li {
  font-size: 13px;
  line-height: 1.65;
  color: #3a3a3a;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 8px
}

.services .service-card.featured .card-list li {
  color: #f2f8e8bf
}

.services .list-mark {
  width: 5px;
  height: 5px;
  background: #B6212C;
  border-radius: 0;
  transform: rotate(45deg);
  flex-shrink: 0;
  margin-top: 6px
}

.services .service-card.featured .list-mark {
  background: #F2F8E8
}

.services .card-link {
  font-size: 13px;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: #B6212C;
  text-decoration: none;
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  transition: gap .5s cubic-bezier(0.25, 0.46, 0.45, 0.94), color .5s ease
}

.services .card-link:hover {
  gap: 16px;
  color: #004140
}

.services .service-card.featured .card-link {
  color: #F2F8E8
}

.services .service-card.featured .card-link:hover {
  color: #f2f8e8b3
}

.services .link-arrow {
  display: block;
  width: 16px;
  height: 10px;
  flex-shrink: 0
}

.services .wave-divider-2 {
  width: 100%;
  line-height: 0;
  overflow: hidden;
  background: #F2F8E8
}

.services .wave-divider-2 svg {
  display: block;
  width: 100%
}

.services .process-area {
  padding: 80px 40px;
  background: #fff;
  position: relative
}

.services .process-inner {
  max-width: 1366px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 40fr 60fr;
  gap: 80px;
  align-items: start
}

.services .process-left {
  position: relative
}

.services .process-portrait-wrap {
  width: 100%;
  aspect-ratio: 5/7;
  overflow: hidden;
  border-radius: 0;
  position: relative;
  box-shadow: -1px 10px 52px 1px #b6212c1f
}

.services .process-portrait-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
  display: block;
  filter: saturate(0.9);
  transition: filter .7s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.services .process-portrait-wrap img:hover {
  filter: saturate(0.1)
}

.services .portrait-accent {
  position: absolute;
  bottom: -16px;
  right: -16px;
  width: 80px;
  height: 80px;
  background: #B6212C;
  border-radius: 0;
  pointer-events: none;
  z-index: 0
}

.services .portrait-accent-inner {
  position: absolute;
  bottom: -8px;
  right: -8px;
  width: 80px;
  height: 80px;
  border: 2px solid #b6212c4d;
  border-radius: 0;
  pointer-events: none
}

.services .process-right {
  padding-top: 20px
}

.services .process-label {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  margin-bottom: 20px
}

.services .process-heading {
  font-size: 34px;
  line-height: 1.2;
  letter-spacing: -.02em;
  color: #004140;
  margin: 0 0 20px
}

.services .process-drop {
  font-size: 16px;
  line-height: 1.65;
  color: #2a2a2a;
  margin: 0 0 40px
}

.services .process-drop::first-letter {
  font-size: 62px;
  line-height: 1;
  color: #B6212C;
  float: left;
  margin-right: 8px;
  margin-top: 4px
}

.services .steps-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin: 0;
  padding: 0;
  list-style: none
}

.services .step-item {
  display: grid;
  grid-template-columns: 40px 1fr;
  gap: 16px;
  align-items: start;
  padding: 20px;
  border-radius: 8px;
  background: #F2F8E8;
  transition: background .6s ease, box-shadow .6s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.services .step-item:hover {
  background: #fff;
  box-shadow: -1px 5px 25px 1px #00414014
}

.services .step-num {
  width: 40px;
  height: 40px;
  background: #004140;
  border-radius: 8px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  letter-spacing: .04em;
  color: #F2F8E8;
  flex-shrink: 0
}

.services .step-content {
  display: flex;
  flex-direction: column;
  gap: 4px
}

.services .step-title {
  font-size: 16px;
  line-height: 1.45;
  color: #004140;
  margin: 0
}

.services .step-desc {
  font-size: 13px;
  line-height: 1.65;
  color: #3a3a3a;
  margin: 0
}

.services .faq-area {
  padding: 80px 40px;
  background: #004140;
  position: relative;
  overflow: hidden
}

.services .faq-area::before {
  content: '';
  position: absolute;
  top: -40px;
  right: -40px;
  width: 200px;
  height: 200px;
  border: 1px solid #f2f8e814;
  border-radius: 0;
  transform: rotate(20deg);
  pointer-events: none
}

.services .faq-area::after {
  content: '';
  position: absolute;
  bottom: 40px;
  left: 40px;
  width: 120px;
  height: 120px;
  border: 1px solid #f2f8e80f;
  border-radius: 0;
  transform: rotate(10deg);
  pointer-events: none
}

.services .faq-inner {
  max-width: 1366px;
  margin: 0 auto;
  position: relative
}

.services .faq-label {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  margin-bottom: 40px
}

.services .faq-label .label-dot {
  background: #F2F8E8
}

.services .faq-label .area-heading {
  color: #F2F8E8
}

.services .faq-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px
}

.services .faq-item {
  background: #f2f8e80f;
  border-radius: 8px;
  padding: 20px;
  border-top: 1px solid #f2f8e81f;
  transition: background .55s ease
}

.services .faq-item:hover {
  background: #f2f8e81a
}

.services .faq-q {
  font-size: 16px;
  line-height: 1.45;
  color: #F2F8E8;
  margin: 0 0 8px;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 8px
}

.services .faq-q-mark {
  width: 20px;
  height: 20px;
  background: #B6212C;
  border-radius: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  color: #fff;
  flex-shrink: 0;
  margin-top: 2px
}

.services .faq-a {
  font-size: 13px;
  line-height: 1.65;
  color: #f2f8e8b3;
  margin: 0;
  padding-left: 28px
}

.services .cta-strip {
  margin-top: 40px;
  padding: 40px;
  background: #b6212c26;
  border-radius: 8px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 40px
}

.services .cta-strip-text {
  font-size: 25px;
  line-height: 1.45;
  color: #F2F8E8;
  margin: 0
}

.services .cta-btn {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  padding: 16px 40px;
  background: #B6212C;
  color: #F2F8E8;
  font-size: 16px;
  letter-spacing: .04em;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  text-decoration: none;
  flex-shrink: 0;
  position: relative;
  overflow: hidden;
  transition: background .55s ease, box-shadow .55s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.services .cta-btn:hover {
  background: #8f1822;
  box-shadow: -1px 5px 25px 1px #b6212c4d
}

.services .cta-btn:focus {
  outline: 2px solid #F2F8E8;
  outline-offset: 4px
}

.services .ripple-effect {
  position: absolute;
  border-radius: 50%;
  background: #f2f8e840;
  transform: scale(0);
  animation: ripple-anim .7s ease-out forwards;
  pointer-events: none
}

@keyframes ripple-anim {
  to {
    transform: scale(4);
    opacity: 0
  }
}

@media (max-width: 1280px) {
  .services .title-h1 {
    font-size: 34px
  }

  .services .three-col {
    grid-template-columns: 1fr 1.2fr 1fr
  }

  .services .process-inner {
    gap: 40px
  }

  .services .faq-grid {
    grid-template-columns: 1fr
  }
}

@media (max-width: 768px) {
  .services .title-band {
    padding: 40px 20px
  }

  .services .title-band-inner {
    flex-direction: column;
    gap: 40px
  }

  .services .title-text {
    flex: unset
  }

  .services .title-h1 {
    font-size: 34px
  }

  .services .title-sub {
    font-size: 16px
  }

  .services .offerings-area {
    padding: 40px 20px
  }

  .services .three-col {
    grid-template-columns: 1fr
  }

  .services .process-area {
    padding: 40px 20px
  }

  .services .process-inner {
    grid-template-columns: 1fr;
    gap: 40px
  }

  .services .faq-area {
    padding: 40px 20px
  }

  .services .faq-grid {
    grid-template-columns: 1fr
  }

  .services .cta-strip {
    flex-direction: column;
    align-items: flex-start
  }

  .services .cta-strip-text {
    font-size: 16px
  }
}

@media (max-width: 480px) {
  .services .title-band {
    padding: 40px 16px
  }

  .services .offerings-area {
    padding: 40px 16px
  }

  .services .process-area {
    padding: 40px 16px
  }

  .services .faq-area {
    padding: 40px 16px
  }

  .services .title-h1 {
    font-size: 25px
  }

  .services .three-col {
    gap: 16px
  }

  .services .cta-strip {
    padding: 20px
  }
}

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

.about-us .page-bound {
  max-width: 1366px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 80px;
  padding-right: 80px
}

.about-us .split-panel {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  min-height: 600px;
  background: #fff;
  position: relative
}

.about-us .split-panel::after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, #0041402e, transparent);
  filter: blur(1.5px)
}

.about-us .split-text {
  flex: 0 0 50%;
  padding: 80px 40px 80px 80px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  border-right: 2px solid #B6212C
}

.about-us .split-image {
  flex: 0 0 50%;
  position: relative;
  overflow: hidden
}

.about-us .split-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  filter: saturate(0.7) brightness(0.95);
  transition: filter .6s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.about-us .split-image img:hover {
  filter: saturate(0.3) brightness(0.9)
}

.about-us .split-image::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(160deg, #00414038 0%, #b6212c14 100%);
  z-index: 1;
  pointer-events: none
}

.about-us .eyebrow {
  font-size: 13px;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: #B6212C;
  font-weight: 600;
  margin-bottom: 16px;
  display: block
}

.about-us .panel-heading {
  font-size: 62px;
  line-height: 1.2;
  letter-spacing: -.03em;
  color: #1b2a2a;
  margin-bottom: 20px;
  font-weight: 700
}

.about-us .panel-heading .drop-accent {
  font-size: 62px;
  color: #B6212C;
  float: left;
  line-height: .85;
  margin-right: 4px;
  margin-top: 8px
}

.about-us .about-points {
  list-style: none;
  padding: 0;
  margin: 20px 0 0;
  display: flex;
  flex-direction: column;
  gap: 16px
}

.about-us .about-points li {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 16px;
  font-size: 16px;
  line-height: 1.65;
  color: #2c3e3e
}

.about-us .point-marker {
  flex-shrink: 0;
  width: 8px;
  height: 8px;
  border-radius: 0;
  background: #004140;
  margin-top: 8px;
  transform: rotate(45deg)
}

.about-us .zigzag-divider {
  width: 100%;
  height: 24px;
  display: block;
  overflow: hidden
}

.about-us .zigzag-divider svg {
  display: block;
  width: 100%;
  height: 24px
}

.about-us .depth-band {
  background: #F2F8E8;
  padding: 80px 0;
  position: relative
}

.about-us .depth-band::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 56px;
  background: linear-gradient(180deg, #0041400f 0%, transparent 100%);
  pointer-events: none
}

.about-us .depth-inner {
  max-width: 1366px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 80px;
  padding-right: 80px
}

.about-us .two-col-asymmetric {
  display: grid;
  grid-template-columns: 1fr 420px;
  gap: 80px;
  align-items: start
}

.about-us .col-primary {
  display: flex;
  flex-direction: column;
  gap: 40px
}

.about-us .section-label {
  font-size: 13px;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: #004140;
  font-weight: 600;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px
}

.about-us .label-shape {
  width: 16px;
  height: 4px;
  background: #B6212C;
  border-radius: 0;
  flex-shrink: 0
}

.about-us .depth-heading {
  font-size: 34px;
  line-height: 1.2;
  letter-spacing: -.02em;
  color: #1b2a2a;
  font-weight: 700;
  margin: 0
}

.about-us .body-text {
  font-size: 16px;
  line-height: 1.65;
  color: #2c3e3e;
  margin: 0
}

.about-us .body-text.drop {
  position: relative
}

.about-us .body-text.drop::first-letter {
  font-size: 34px;
  line-height: 1;
  float: left;
  margin-right: 8px;
  margin-top: 4px;
  color: #B6212C;
  font-weight: 700
}

.about-us .metrics-stack {
  display: flex;
  flex-direction: column;
  gap: 20px
}

.about-us .metric-row {
  display: flex;
  flex-direction: column;
  gap: 8px
}

.about-us .metric-label {
  font-size: 13px;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #004140;
  font-weight: 600
}

.about-us .bar-track {
  width: 100%;
  height: 12px;
  background: #0041401a;
  border-radius: 0;
  position: relative;
  overflow: hidden
}

.about-us .bar-fill {
  height: 100%;
  border-radius: 0;
  background: linear-gradient(90deg, #004140 0%, #B6212C 100%);
  position: relative;
  animation: bar-grow 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
  transform-origin: left
}

.about-us .bar-fill.w88 {
  width: 88%
}

.about-us .bar-fill.w74 {
  width: 74%
}

.about-us .bar-fill.w91 {
  width: 91%
}

.about-us .bar-fill.w65 {
  width: 65%
}

@keyframes bar-grow {
  from {
    clip-path: inset(0 100% 0 0)
  }

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

.about-us .metric-value {
  font-size: 13px;
  color: #B6212C;
  font-weight: 600;
  text-align: right
}

.about-us .col-secondary {
  display: flex;
  flex-direction: column;
  gap: 40px
}

.about-us .portrait-card {
  background: #fff;
  border-radius: 16px;
  box-shadow: -1px 5px 25px 1px #b6212c14;
  padding: 40px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  transition: box-shadow .55s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.about-us .portrait-card:hover {
  box-shadow: -1px 10px 52px 1px #b6212c1f
}

.about-us .portrait-wrap {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
  box-shadow: -1px 2px 3px 1px #0041400f
}

.about-us .portrait-wrap img {
  width: 120px;
  height: 120px;
  object-fit: cover;
  object-position: top;
  display: block;
  transition: filter .7s ease
}

.about-us .portrait-wrap img:hover {
  filter: saturate(0.2)
}

.about-us .person-name {
  font-size: 16px;
  font-weight: 700;
  color: #1b2a2a;
  text-align: center;
  margin: 0
}

.about-us .person-role {
  font-size: 13px;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: #004140;
  text-align: center
}

.about-us .person-quote {
  font-size: 16px;
  line-height: 1.65;
  color: #2c3e3e;
  text-align: center;
  font-style: italic;
  margin: 0
}

.about-us .image-mosaic {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 180px 180px;
  gap: 16px;
  border-radius: 8px;
  overflow: hidden
}

.about-us .mosaic-img {
  overflow: hidden;
  border-radius: 8px
}

.about-us .mosaic-img.span-col {
  grid-column: 1 / -1
}

.about-us .mosaic-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  transition: filter .65s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform .65s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.about-us .mosaic-img img:hover {
  filter: saturate(0.15);
  transform: scale(1.03)
}

.about-us .values-row {
  display: flex;
  flex-direction: row;
  gap: 20px;
  margin-top: 8px
}

.about-us .value-chip {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 20px 16px;
  background: #fff;
  border-radius: 8px;
  flex: 1;
  box-shadow: -1px 2px 3px 1px #0041400f;
  transition: box-shadow .6s ease, transform .6s ease
}

.about-us .value-chip:hover {
  box-shadow: -1px 5px 25px 1px #00414014;
  transform: translateY(-4px)
}

.about-us .chip-icon {
  width: 28px;
  height: 28px;
  flex-shrink: 0
}

.about-us .chip-title {
  font-size: 13px;
  font-weight: 700;
  color: #1b2a2a;
  letter-spacing: .04em;
  text-transform: uppercase
}

.about-us .chip-desc {
  font-size: 13px;
  line-height: 1.45;
  color: #2c3e3e;
  margin: 0
}

.about-us .bg-image-section {
  position: relative;
  padding: 80px 0;
  overflow: hidden
}

.about-us .bg-image-section .bg-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: saturate(0.4) brightness(0.55);
  z-index: 0
}

.about-us .bg-image-section .bg-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, #f2f8e8d1 0%, #004140b8 100%);
  z-index: 1;
  pointer-events: none
}

.about-us .bg-image-section .bg-content {
  position: relative;
  z-index: 2;
  max-width: 1366px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 80px;
  padding-right: 80px
}

.about-us .animated-bg-block {
  background-size: 200% 200%;
  animation: bg-breathe 10s ease-in-out infinite
}

@keyframes bg-breathe {
  0% {
    background-size: 200% 200%
  }

  50% {
    background-size: 220% 220%
  }

  100% {
    background-size: 200% 200%
  }
}

.about-us .content-link {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  color: #004140;
  font-weight: 600;
  text-decoration: none;
  transition: color .5s ease, gap .5s ease
}

.about-us .content-link:hover {
  color: #B6212C;
  gap: 16px
}

.about-us .link-arrow {
  display: inline-block;
  width: 18px;
  height: 18px;
  flex-shrink: 0
}

.about-us .focus-border {
  border-radius: 8px;
  transition: outline-color .55s ease
}

.about-us .focus-border:focus-within {
  outline: 3px solid #B6212C;
  outline-offset: 4px
}

@media (max-width: 1280px) {

  .about-us .page-bound,
  .about-us .depth-inner,
  .about-us .bg-image-section .bg-content {
    padding-left: 40px;
    padding-right: 40px
  }

  .about-us .split-text {
    padding: 80px 40px
  }

  .about-us .panel-heading {
    font-size: 34px
  }

  .about-us .panel-heading .drop-accent {
    font-size: 34px
  }

  .about-us .two-col-asymmetric {
    grid-template-columns: 1fr 340px;
    gap: 40px
  }
}

@media (max-width: 768px) {

  .about-us .page-bound,
  .about-us .depth-inner,
  .about-us .bg-image-section .bg-content {
    padding-left: 20px;
    padding-right: 20px
  }

  .about-us .split-panel {
    flex-direction: column
  }

  .about-us .split-text {
    flex: none;
    padding: 40px 20px;
    border-right: none;
    border-bottom: 2px solid #B6212C
  }

  .about-us .split-image {
    flex: none;
    height: 320px
  }

  .about-us .panel-heading {
    font-size: 34px
  }

  .about-us .panel-heading .drop-accent {
    font-size: 34px
  }

  .about-us .two-col-asymmetric {
    grid-template-columns: 1fr;
    gap: 40px
  }

  .about-us .values-row {
    flex-direction: column
  }

  .about-us .image-mosaic {
    grid-template-columns: 1fr;
    grid-template-rows: auto
  }

  .about-us .mosaic-img.span-col {
    grid-column: auto
  }

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

@media (max-width: 480px) {
  .about-us .panel-heading {
    font-size: 25px
  }

  .about-us .panel-heading .drop-accent {
    font-size: 25px
  }

  .about-us .depth-heading {
    font-size: 25px
  }

  .about-us .split-text {
    padding: 40px 16px
  }

  .about-us .depth-inner,
  .about-us .bg-image-section .bg-content {
    padding-left: 16px;
    padding-right: 16px
  }
}

.careers {
  max-width: 1366px;
  margin: 0 auto;
  overflow-x: clip
}

.careers .opening {
  display: grid;
  grid-template-columns: 380px 1fr;
  gap: 80px;
  padding: 80px;
  align-items: start
}

.careers .opening-image-card {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: -1px 5px 25px 1px #00414014
}

.careers .opening-image-card img {
  width: 100%;
  height: 480px;
  object-fit: cover;
  object-position: center;
  display: block;
  transition: filter .6s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform .7s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.careers .opening-image-card:hover img {
  filter: saturate(0);
  transform: scale(1.04)
}

.careers .opening-image-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at 30% 80%, #b6212c2e 0%, transparent 65%);
  pointer-events: none;
  border-radius: 16px
}

.careers .opening-vignette {
  position: absolute;
  inset: 0;
  background: linear-gradient(to center, transparent 40%, #00141473 100%);
  background: radial-gradient(ellipse at 50% 50%, transparent 45%, #00141480 100%);
  pointer-events: none;
  border-radius: 16px
}

.careers .opening-accent {
  position: absolute;
  bottom: 20px;
  left: 20px;
  width: 64px;
  height: 64px;
  border-radius: 0;
  opacity: .18;
  background: #B6212C;
  pointer-events: none
}

.careers .opening-accent::before {
  content: "";
  position: absolute;
  top: 12px;
  left: 12px;
  width: 64px;
  height: 64px;
  background: #004140;
  opacity: .6
}

.careers .opening-text {
  padding-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 20px
}

.careers .opening-label {
  display: flex;
  align-items: center;
  gap: 8px
}

.careers .opening-label-dot {
  width: 8px;
  height: 8px;
  border-radius: 0;
  background: #B6212C;
  flex-shrink: 0
}

.careers .opening-label-text {
  font-size: 13px;
  letter-spacing: .12em;
  color: #B6212C;
  text-transform: uppercase
}

.careers .opening-number {
  font-size: 62px;
  line-height: 1.2;
  letter-spacing: -.03em;
  color: #004140;
  font-weight: 700
}

.careers .opening-number span {
  color: #B6212C
}

.careers .opening-headline {
  font-size: 34px;
  line-height: 1.2;
  letter-spacing: -.02em;
  color: #1a2e2e;
  font-weight: 600;
  margin-top: -16px
}

.careers .opening-body {
  display: flex;
  flex-direction: column;
  gap: 16px;
  max-width: 520px
}

.careers .opening-body p {
  font-size: 16px;
  line-height: 1.65;
  color: #2d3d3d;
  margin: 0
}

.careers .opening-body p:first-child::first-letter {
  font-size: 34px;
  line-height: 1.2;
  float: left;
  margin-right: 8px;
  margin-top: 4px;
  color: #B6212C;
  font-weight: 700
}

.careers .opening-cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  color: #004140;
  text-decoration: none;
  border-bottom: 1px solid #0041404d;
  padding-bottom: 4px;
  transition: color .55s ease, border-color .55s ease;
  margin-top: 4px;
  position: relative;
  overflow: hidden
}

.careers .opening-cta:hover {
  color: #B6212C;
  border-color: #B6212C
}

.careers .opening-cta svg {
  transition: transform .55s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.careers .opening-cta:hover svg {
  transform: translateX(6px)
}

.careers .divider-a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding: 4px 0
}

.careers .divider-a::before,
.careers .divider-a::after {
  content: "";
  flex: 1;
  height: 1px;
  background: linear-gradient(90deg, transparent, #00414026)
}

.careers .divider-a::after {
  background: linear-gradient(270deg, transparent, #00414026)
}

.careers .divider-triangles {
  display: flex;
  align-items: center;
  gap: 8px
}

.careers .tri {
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent
}

.careers .tri-left {
  border-right: 8px solid #b6212c66
}

.careers .tri-right {
  border-left: 8px solid #00414066
}

.careers .positions {
  padding: 80px;
  background: #F2F8E8;
  position: relative
}

.careers .positions-diagonal {
  position: absolute;
  top: 0;
  right: 0;
  width: 200px;
  height: 200px;
  overflow: hidden;
  pointer-events: none
}

.careers .positions-diagonal svg {
  position: absolute;
  top: 0;
  right: 0
}

.careers .positions-top {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 40px
}

.careers .positions-anchor {
  display: flex;
  align-items: center;
  gap: 8px
}

.careers .positions-anchor-shape {
  width: 16px;
  height: 16px;
  background: #004140;
  border-radius: 0;
  transform: rotate(45deg);
  flex-shrink: 0
}

.careers .positions-title {
  font-size: 34px;
  line-height: 1.2;
  letter-spacing: -.02em;
  color: #004140;
  font-weight: 700
}

.careers .positions-sub {
  font-size: 16px;
  line-height: 1.65;
  color: #2d3d3d;
  max-width: 560px;
  margin: 0
}

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

.careers .job-card {
  background: #fff;
  border-radius: 16px;
  padding: 40px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  box-shadow: -1px 2px 3px 1px #0041400f;
  transition: box-shadow .6s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform .55s ease
}

.careers .job-card:hover {
  box-shadow: -1px 10px 52px 1px #0041401f;
  transform: translateY(-4px)
}

.careers .job-icon-wrap {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #004140;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  outline: 2px solid transparent;
  outline-offset: 3px;
  border: 2px solid #00414033;
  transition: outline-color .55s ease
}

.careers .job-card:hover .job-icon-wrap {
  outline-color: #b6212c80
}

.careers .job-icon-wrap svg {
  display: block
}

.careers .job-type {
  font-size: 13px;
  letter-spacing: .1em;
  color: #B6212C;
  text-transform: uppercase
}

.careers .job-title {
  font-size: 25px;
  line-height: 1.2;
  letter-spacing: -.01em;
  color: #004140;
  font-weight: 600;
  margin: 0
}

.careers .job-desc {
  font-size: 16px;
  line-height: 1.65;
  color: #2d3d3d;
  margin: 0;
  flex: 1
}

.careers .job-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px
}

.careers .job-tag {
  font-size: 13px;
  padding: 4px 8px;
  border-radius: 8px;
  background: #F2F8E8;
  color: #004140;
  letter-spacing: .04em
}

.careers .job-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  color: #004140;
  text-decoration: none;
  font-weight: 500;
  transition: color .6s ease;
  margin-top: 4px
}

.careers .job-link:hover {
  color: #B6212C
}

.careers .job-link svg {
  transition: transform .6s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.careers .job-link:hover svg {
  transform: translateX(5px)
}

.careers .divider-b {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding: 4px 0
}

.careers .divider-b::before,
.careers .divider-b::after {
  content: "";
  flex: 1;
  height: 2px;
  background: #F2F8E8
}

.careers .divider-b-inner {
  display: flex;
  align-items: center;
  gap: 8px
}

.careers .divider-b-tri-l {
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-right: 7px solid #b6212c59
}

.careers .divider-b-tri-r {
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 7px solid #00414059
}

.careers .culture {
  padding: 80px;
  display: grid;
  grid-template-columns: 1fr 420px;
  gap: 80px;
  align-items: start;
  background: linear-gradient(0deg, #fff 0%, #e8f0e8 100%)
}

.careers .culture-left {
  display: flex;
  flex-direction: column;
  gap: 40px
}

.careers .culture-heading-wrap {
  display: flex;
  flex-direction: column;
  gap: 16px
}

.careers .culture-anchor {
  display: flex;
  align-items: center;
  gap: 8px
}

.careers .culture-anchor-circle {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #B6212C;
  flex-shrink: 0
}

.careers .culture-anchor-label {
  font-size: 13px;
  letter-spacing: .1em;
  color: #B6212C;
  text-transform: uppercase
}

.careers .culture-title {
  font-size: 34px;
  line-height: 1.2;
  letter-spacing: -.02em;
  color: #004140;
  font-weight: 700
}

.careers .culture-text {
  display: flex;
  flex-direction: column;
  gap: 16px
}

.careers .culture-text p {
  font-size: 16px;
  line-height: 1.65;
  color: #2d3d3d;
  margin: 0
}

.careers .culture-text p:first-child::first-letter {
  font-size: 34px;
  line-height: 1.2;
  float: left;
  margin-right: 8px;
  margin-top: 4px;
  color: #B6212C;
  font-weight: 700
}

.careers .culture-values {
  display: flex;
  flex-direction: column;
  gap: 16px
}

.careers .culture-value-item {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: 20px;
  border-radius: 8px;
  background: #f2f8e899;
  transition: background .55s ease
}

.careers .culture-value-item:hover {
  background: #f2f8e8ff
}

.careers .culture-value-icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #004140;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  outline: 2px solid #b6212c4d;
  outline-offset: 3px
}

.careers .culture-value-text {
  display: flex;
  flex-direction: column;
  gap: 4px
}

.careers .culture-value-name {
  font-size: 16px;
  font-weight: 600;
  color: #004140;
  line-height: 1.2
}

.careers .culture-value-desc {
  font-size: 13px;
  line-height: 1.65;
  color: #2d3d3d;
  margin: 0
}

.careers .culture-right {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding-top: 20px
}

.careers .culture-schedule-title {
  font-size: 25px;
  line-height: 1.2;
  letter-spacing: -.01em;
  color: #004140;
  font-weight: 600;
  margin: 0
}

.careers .schedule-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4px;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: -1px 5px 25px 1px #00414014
}

.careers .schedule-cell {
  padding: 16px;
  background: #fff;
  display: flex;
  flex-direction: column;
  gap: 4px;
  transition: background .6s ease
}

.careers .schedule-cell:hover {
  background: #F2F8E8
}

.careers .schedule-cell.full {
  grid-column: 1 / -1
}

.careers .schedule-cell.dark {
  background: #004140
}

.careers .schedule-cell.dark:hover {
  background: #005554
}

.careers .schedule-day {
  font-size: 13px;
  letter-spacing: .08em;
  color: #B6212C;
  text-transform: uppercase
}

.careers .schedule-cell.dark .schedule-day {
  color: #f2f8e8b3
}

.careers .schedule-event {
  font-size: 16px;
  font-weight: 600;
  color: #004140;
  line-height: 1.2
}

.careers .schedule-cell.dark .schedule-event {
  color: #F2F8E8
}

.careers .schedule-time {
  font-size: 13px;
  color: #5a7070;
  letter-spacing: .04em
}

.careers .schedule-cell.dark .schedule-time {
  color: #f2f8e88c
}

.careers .culture-portraits {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 20px;
  background: #fff;
  border-radius: 16px;
  box-shadow: -1px 2px 3px 1px #0041400f
}

.careers .portrait-pair {
  display: flex;
  flex-direction: row;
  gap: 8px
}

.careers .portrait-img {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  object-fit: cover;
  object-position: top;
  display: block;
  border: 2px solid #F2F8E8;
  transition: filter .65s ease
}

.careers .portrait-img:hover {
  filter: saturate(0)
}

.careers .portrait-caption {
  display: flex;
  flex-direction: column;
  gap: 4px
}

.careers .portrait-caption-name {
  font-size: 16px;
  font-weight: 600;
  color: #004140;
  line-height: 1.2
}

.careers .portrait-caption-role {
  font-size: 13px;
  color: #5a7070;
  line-height: 1.45
}

.careers .divider-c {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  padding: 4px 0
}

.careers .divider-c::before,
.careers .divider-c::after {
  content: "";
  flex: 1;
  height: 1px;
  background: linear-gradient(90deg, transparent, #b6212c33)
}

.careers .divider-c::after {
  background: linear-gradient(270deg, transparent, #b6212c33)
}

.careers .divider-c-inner {
  display: flex;
  align-items: center;
  gap: 8px
}

.careers .divider-c-tri-l {
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-right: 7px solid #b6212c66
}

.careers .divider-c-tri-r {
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 7px solid #00414066
}

.careers .process {
  padding: 80px;
  background: #004140;
  position: relative;
  overflow: hidden
}

.careers .process-squares {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  overflow: hidden
}

.careers .process-squares svg {
  position: absolute;
  top: -40px;
  left: -40px;
  opacity: .06
}

.careers .process-top {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 40px;
  position: relative
}

.careers .process-anchor {
  display: flex;
  align-items: center;
  gap: 8px
}

.careers .process-anchor-shape {
  width: 14px;
  height: 14px;
  background: #B6212C;
  border-radius: 0;
  transform: rotate(45deg);
  flex-shrink: 0
}

.careers .process-anchor-label {
  font-size: 13px;
  letter-spacing: .1em;
  color: #f2f8e899;
  text-transform: uppercase
}

.careers .process-title {
  font-size: 34px;
  line-height: 1.2;
  letter-spacing: -.02em;
  color: #F2F8E8;
  font-weight: 700;
  max-width: 600px
}

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

.careers .process-step {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 40px 20px;
  border-radius: 16px;
  background: #f2f8e80d;
  transition: background .7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  animation: step-appear .7s ease both
}

.careers .process-step:nth-child(1) {
  animation-delay: .1s
}

.careers .process-step:nth-child(2) {
  animation-delay: .25s
}

.careers .process-step:nth-child(3) {
  animation-delay: .4s
}

.careers .process-step:nth-child(4) {
  animation-delay: .55s
}

@keyframes step-appear {
  from {
    opacity: 0;
    transform: translateY(24px)
  }

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

.careers .process-step:hover {
  background: #f2f8e81a
}

.careers .process-num {
  font-size: 62px;
  line-height: 1.2;
  letter-spacing: -.04em;
  color: #b6212c59;
  font-weight: 700;
  line-height: 1
}

.careers .process-step-title {
  font-size: 25px;
  line-height: 1.2;
  letter-spacing: -.01em;
  color: #F2F8E8;
  font-weight: 600;
  margin: 0
}

.careers .process-step-text {
  font-size: 16px;
  line-height: 1.65;
  color: #f2f8e8b3;
  margin: 0
}

.careers .process-step-icon {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #b6212c40;
  display: flex;
  align-items: center;
  justify-content: center;
  outline: 2px solid #b6212c66;
  outline-offset: 3px;
  margin-top: 8px
}

.careers .letter-hover-group {
  display: inline-flex;
  flex-wrap: wrap
}

.careers .letter-hover-group .lh {
  display: inline-block;
  transition: color .08s ease;
  color: #F2F8E8
}

.careers .letter-hover-group:hover .lh:nth-child(1) {
  color: #B6212C;
  transition-delay: 0s
}

.careers .letter-hover-group:hover .lh:nth-child(2) {
  color: #B6212C;
  transition-delay: .04s
}

.careers .letter-hover-group:hover .lh:nth-child(3) {
  color: #B6212C;
  transition-delay: .08s
}

.careers .letter-hover-group:hover .lh:nth-child(4) {
  color: #B6212C;
  transition-delay: .12s
}

.careers .letter-hover-group:hover .lh:nth-child(5) {
  color: #B6212C;
  transition-delay: .16s
}

.careers .letter-hover-group:hover .lh:nth-child(6) {
  color: #B6212C;
  transition-delay: .2s
}

.careers .letter-hover-group:hover .lh:nth-child(7) {
  color: #B6212C;
  transition-delay: .24s
}

.careers .letter-hover-group:hover .lh:nth-child(8) {
  color: #B6212C;
  transition-delay: .28s
}

.careers .letter-hover-group:hover .lh:nth-child(9) {
  color: #B6212C;
  transition-delay: .32s
}

.careers .letter-hover-group:hover .lh:nth-child(10) {
  color: #B6212C;
  transition-delay: .36s
}

.careers .letter-hover-group:hover .lh:nth-child(11) {
  color: #B6212C;
  transition-delay: .4s
}

.careers .letter-hover-group:hover .lh:nth-child(12) {
  color: #B6212C;
  transition-delay: .44s
}

@media (max-width: 1280px) {
  .careers .opening {
    grid-template-columns: 300px 1fr;
    gap: 40px;
    padding: 80px 40px
  }

  .careers .positions {
    padding: 80px 40px
  }

  .careers .positions-grid {
    grid-template-columns: repeat(2, 1fr)
  }

  .careers .culture {
    padding: 80px 40px;
    gap: 40px
  }

  .careers .process {
    padding: 80px 40px
  }

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

@media (max-width: 768px) {
  .careers .opening {
    grid-template-columns: 1fr;
    padding: 40px 20px;
    gap: 20px
  }

  .careers .opening-image-card img {
    height: 280px
  }

  .careers .opening-number {
    font-size: 34px
  }

  .careers .opening-headline {
    font-size: 25px
  }

  .careers .positions {
    padding: 40px 20px
  }

  .careers .positions-grid {
    grid-template-columns: 1fr
  }

  .careers .positions-title {
    font-size: 25px
  }

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

  .careers .culture-title {
    font-size: 25px
  }

  .careers .process {
    padding: 40px 20px
  }

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

  .careers .process-title {
    font-size: 25px
  }

  .careers .process-num {
    font-size: 34px
  }
}

@media (max-width: 480px) {
  .careers .opening {
    padding: 40px 16px
  }

  .careers .positions {
    padding: 40px 16px
  }

  .careers .culture {
    padding: 40px 16px
  }

  .careers .process {
    padding: 40px 16px
  }

  .careers .schedule-grid {
    grid-template-columns: 1fr
  }

  .careers .schedule-cell.full {
    grid-column: 1
  }
}

.careers .ripple-btn {
  position: relative;
  overflow: hidden;
  cursor: pointer
}

.careers .ripple-btn::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  background: #f2f8e840;
  width: 0;
  height: 0;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: width .6s ease, height .6s ease, opacity .6s ease;
  opacity: 0;
  pointer-events: none
}

.careers .ripple-btn:active::after {
  width: 200px;
  height: 200px;
  opacity: 1
}

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

.success-page .success-card {
  max-width: 560px;
  width: 100%;
  background-color: #F2F8E8;
  border-radius: 16px;
  padding: 80px 40px;
  text-align: center;
  box-shadow: -1px 5px 25px 1px #00414014
}

.success-page .success-icon {
  width: 64px;
  height: 64px;
  margin: 0 auto 40px;
  display: flex;
  align-items: center;
  justify-content: center
}

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

.success-page .success-heading {
  font-size: 34px;
  line-height: 1.2;
  letter-spacing: -.02em;
  color: #004140;
  margin: 0 0 16px
}

.success-page .success-text {
  font-size: 16px;
  line-height: 1.65;
  color: #2d3d3d;
  margin: 0 0 40px
}

.success-page .success-divider {
  width: 40px;
  height: 2px;
  background-color: #B6212C;
  margin: 0 auto 40px;
  border-radius: 0
}

.success-page .success-meta {
  font-size: 13px;
  line-height: 1.65;
  letter-spacing: .03em;
  color: #4a5c5c;
  margin: 0 0 40px
}

.success-page .success-link {
  display: inline-block;
  font-size: 16px;
  line-height: 1.45;
  color: #B6212C;
  text-decoration: none;
  border-bottom: 1px solid #b6212c4d;
  padding-bottom: 4px;
  transition: border-color .6s cubic-bezier(0.25, 0.46, 0.45, 0.94), color .5s ease;
  position: relative
}

.success-page .success-link::after {
  content: '';
  display: inline-block;
  width: 14px;
  height: 10px;
  margin-left: 8px;
  background-color: #B6212C;
  clip-path: polygon(0 40%, 60% 40%, 60% 20%, 100% 50%, 60% 80%, 60% 60%, 0 60%);
  transition: transform .55s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  vertical-align: middle
}

.success-page .success-link:hover {
  color: #8f1520;
  border-color: #b6212ccc
}

.success-page .success-link:hover::after {
  transform: translateX(5px)
}

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

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

  .success-page .success-heading {
    font-size: 25px
  }
}