:root {
  --ink-cool: #D6E2D8;
  --surface-page: #FFFFFF;
  --paint-soft: #1B2E20;
  --ink-secondary: #16241A;
  --speed-base: cubic-bezier(0.2,0.8,0.2,1);
  --surface-main: #EAF2EB;
  --surface-strong: #1E5B3A;
}
body{margin:0;padding:0;font-family:"Rajdhani", sans-serif;}
*{box-sizing:border-box;}
.bottom-visual {
    width: 100%;
    background: #F7FAF7;
    color: #16241A;
    border-bottom: 1px solid var(--ink-cool);
  }
.focused-footer {
    max-width: 1160px;
    margin: 0 auto;
    padding: calc(1.07rem * 1.5) 2.2rem;
    display: flex;
    align-items: center;
    gap: 1.07rem;
    min-height: 64px;
  }
.content-steps {
    font-size: calc(15.5px * 1.125);
    font-weight: 700;
    letter-spacing: 0.02em;
    color: #16241A;
    text-decoration: none;
    flex-shrink: 0;
  }
.content-steps:hover {
    color: #C0392B;
  }
.offer-shell {
    flex: 1 1 auto;
    display: flex;
    justify-content: center;
  }
.nav-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    gap: 1.07rem;
  }
.nav-list a {
    display: inline-block;
    padding: 0.4rem 0.2rem;
    font-size: 15.5px;
    color: #16241A;
    text-decoration: none;
    border-bottom: 2px solid transparent;
    transition: color 620ms var(--speed-base),
                border-color 620ms var(--speed-base);
  }
.nav-list a:hover {
    color: #C0392B;
    border-bottom-color: #C0392B;
  }
.service-intro {
    flex-shrink: 0;
  }
.featured-quote {
    display: inline-block;
    padding: 0.55rem 1.1rem;
    background: var(--surface-strong);
    color: #F4FAF5;
    border-radius: 0.7rem;
    font-size: calc(15.5px * .875);
    font-weight: 600;
    text-decoration: none;
    transition: background 620ms var(--speed-base);
  }
.featured-quote:hover{
    background: #164A2E;color:var(--ink-secondary);}
.quiet-surface {
    display: none;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    width: 40px;
    height: 40px;
    padding: 8px;
    background: var(--surface-main);
    color: var(--paint-soft);
    border: 1px solid var(--ink-cool);
    border-radius: 0.34rem;
    cursor: pointer;
  }
.quiet-surface span{
    display: block;
    height: 2px;
    width: 100%;
    background: var(--paint-soft);
    border-radius: 2px;color:var(--ink-secondary);}
@media (max-width: 767px) {
    .focused-footer {
      flex-wrap: wrap;
      gap: calc(1.07rem * 1.5);
    }

    .service-intro {
      order: 2;
      margin-inline-start: auto;
    }

    .quiet-surface {
      display: flex;
      order: 3;
    }

    .offer-shell {
      order: 4;
      flex-basis: 100%;
      display: none;
      justify-content: flex-start;
    }

    .offer-shell.is-open {
      display: block;
    }

    .nav-list {
      flex-direction: column;
      align-items: flex-start;
      gap: 0;
      padding: calc(1.07rem * 1.5) 0 0;
      border-top: 1px solid var(--ink-cool);
      margin-top: calc(1.07rem * 1.5);
    }

    .nav-list li {
      width: 100%;
    }

    .nav-list a {
      display: block;
      width: 100%;
      padding: 0.7rem 0;
      border-bottom: 1px solid var(--ink-cool);
    }

    .nav-list a:hover {
      border-bottom-color: var(--ink-cool);
    }
  }
.active-copy{font-family:"Rajdhani", sans-serif;font-size:calc(15.5px * .875);line-height:1.86;padding:0;background:#16241A;color:#F4FAF5;}
.primary-surface{max-width:1160px;margin:0 auto;padding:calc(1.5rem * 2.4) 2.2rem}
.wide-frame{display:grid;grid-template-columns:1fr;gap:calc(1.07rem * 1.5)}
.simple-benefit{display:flex;flex-direction:column;gap:1.5rem}
.top-visual{font-size:calc(15.5px * 1.125);font-weight:600;letter-spacing:0.02em}
.direct-service{margin:0;max-width:40ch;opacity:0.85}
.steady-list{display:grid;grid-template-columns:1fr;gap:1.07rem}
.simple-contact{display:flex;flex-direction:column;gap:1.5rem}
.public-content{font-size:15.5px;font-weight:600;margin:0;letter-spacing:0.01em}
.local-section{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:0.35rem}
.local-section a{color:inherit;text-decoration:none;border-bottom:1px solid transparent;transition:border-color 620ms var(--speed-base)}
.local-section a:hover,
  .local-section a:focus-visible{border-bottom-color:currentColor;outline:none;color:inherit}
.compact-region{display:flex;flex-direction:column;gap:0.4rem}
.compact-region p{margin:0}
.compact-region a{color:inherit;text-decoration:none;border-bottom:1px solid transparent;transition:border-color 620ms var(--speed-base)}
.compact-region a:hover,
  .compact-region a:focus-visible{border-bottom-color:currentColor;outline:none;color:inherit}
.plain-form{font-weight:600;margin-inline-end:0.35rem}
.plain-copy{margin-top:calc(1.07rem * 1.5);padding-top:1.5rem;border-top:1px solid rgba(255, 255, 255, 0.15);display:flex;flex-direction:column;gap:0.5rem}
.compact-form{margin:0;font-size:calc(15.5px * .875);opacity:0.85;max-width:80ch}
.open-inner{margin:0;font-size:calc(15.5px * .875);opacity:0.75}
@media (min-width: 640px) {.steady-list{grid-template-columns:repeat(2, minmax(0, 1fr))}
  }
@media (min-width: 960px) {.wide-frame{grid-template-columns:minmax(0, 1fr) minmax(0, 2fr);align-items:start}.steady-list{grid-template-columns:repeat(3, minmax(0, 1fr))}.plain-copy{flex-direction:row;justify-content:space-between;align-items:flex-end;gap:1.07rem}
  }
footer,footer *{border-radius:0!important;}
footer .site-area{flex:1 1 100%;max-width:1160px;margin:1.5rem auto 0;padding-top:calc(1.5rem * .75);border-top:1px solid color-mix(in srgb,currentColor 22%,transparent);font-size:calc(15.5px * .875);line-height:1.86;opacity:.82;overflow-wrap:anywhere;}
.cookies{position:fixed;left:clamp(14px,2vw,24px);bottom:clamp(14px,2vw,24px);z-index:1200}
.cookies .quiet-group{width:min(18rem,calc(100vw - 28px));padding:14px;border:1px solid rgba(255,255,255,.18);border-radius:22px;background:var(--surface-strong);color:#F4FAF5;box-shadow:0 12px 30px rgba(0,0,0,0.1)}
.cookies strong{display:block;font-size:calc(15.5px * 1.35)}
.cookies p{margin:6px 0 0;line-height:1.86}
.cookies .media{margin-top:12px;display:grid;gap:8px}
.cookies .media button{border:1px solid rgba(0,0,0,.12);background:rgba(255,255,255,.16);color:inherit;border-radius:12px;padding:8px 12px;cursor:pointer;font-weight:700}
.cookies .media button.cookie-accept{background:#F7FAF7;color:#16241A}
.open-footer{
        padding: calc(1.5rem * 2.4) 2.2rem;
        background: var(--surface-main);
        color: var(--paint-soft)
    }
.open-footer .bottom-grid{max-width: 1160px;
        margin: 0 auto;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        gap: 1.5rem}
.open-footer .visual-tile{flex: 1 1 22rem;
        min-width: 0}
.open-footer h1{margin: 0;
        font-size: calc(15.5px * 2.65);
        line-height: 1.08}
.open-footer .visual-tile p{margin: calc(1.07rem * 1.5) 0 0;
        font-size: calc(15.5px * 1.125);
        line-height: 1.86}
.open-footer a{
        display: inline-flex;
        margin-top: 1.5rem;
        border-radius: 0.34rem;
        background: var(--surface-strong);
        color: #F4FAF5;
        padding: calc(1.5rem * .75) 1.5rem;
        text-decoration: none
    }
.open-footer a:hover{
        background: #164A2E;color:var(--ink-secondary);}
.open-footer .featured-feature{flex: 1 1 18rem;
        margin: 0;
        border-radius: 0.98rem;
        overflow: hidden;
        box-shadow: 0 6px 10px rgba(0,0,0,0.08)}
.open-footer .featured-feature img{display: block;
        width: 100%;
        height: auto}
@media (max-width: 720px) {.open-footer .bottom-grid{
            flex-direction: column;
            align-items: stretch
        }
    }
.simple-plan{
  background:#F7FAF7;
  color:#16241A;
  padding:calc(1.5rem * 2.4) 2.2rem;
}
.simple-plan .bottom-grid{max-width:1160px;
  margin:0 auto;
  display:flex;
  flex-direction:row-reverse;
  gap:calc(1.07rem * 1.5);
  align-items:flex-start;}
.simple-plan .bottom-method{display:block;
  width:min(40%,30rem);
  min-width:16rem;
  aspect-ratio:3/4;
  object-fit:cover;
  border-radius:0.98rem;
  box-shadow:0 1px 3px rgba(0,0,0,0.06);}
.simple-plan .visual-tile{flex:1 1 30rem;
  min-width:0;}
.simple-plan h2{margin:0;
  font-size:calc(15.5px * 2);
  line-height:1.12;}
.simple-plan p{margin:calc(1.07rem * 1.5) 0 0;
  font-size:15.5px;
  line-height:1.86;}
.simple-plan p + p{margin-top:1.07rem;}
.simple-plan .secondary-surface{
  display:inline-flex;
  margin-top:calc(1.07rem * 1.5);
  background:var(--surface-strong);
  color:#F4FAF5;
  text-decoration:none;
  border-radius:0.7rem;
  padding:.75rem 1.15rem;
  font-size:calc(15.5px * .875);
}
.simple-plan .secondary-surface:hover{
  background:#164A2E;color:var(--ink-secondary);}
@media (max-width:760px){.simple-plan .bottom-grid{display:block}.simple-plan .bottom-method{width:100%;min-width:0;max-height:26rem;margin-bottom:calc(1.07rem * 1.5)}
}
.featured-items{
  padding: calc(1.5rem * 2.4) 2.2rem;
  background: #C0392B;
  color: #FFF6F4;
}
.featured-items .visual-footer{
  max-width: 1160px;
  margin: 0 auto;
  border-radius: 1.25rem;
  overflow: hidden;
  background: #F7FAF7;
  color: #16241A;
  box-shadow: 0 12px 30px rgba(0,0,0,0.1);
}
.featured-items .quiet-contact{display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: calc(1.5rem * .75);
  padding: calc(1.5rem * .75);
  border-bottom: 1px solid var(--ink-cool);}
.featured-items .quiet-contact span{font-size: calc(15.5px * .875);
  letter-spacing: .02em;}
.featured-items a{text-decoration: none;}
.featured-items .quiet-contact a{font-size: calc(15.5px * .875);
  border-bottom: 1px solid var(--ink-cool);}
.featured-items .public-copy{display: flex;
  flex-wrap: wrap;
  gap: calc(1.07rem * 1.5);
  padding: calc(1.07rem * 1.5);}
.featured-items .media-footer{flex: 1 1 320px;
  min-width: 0;}
.featured-items h2{margin: 0;
  font-size: calc(15.5px * 2);
  line-height: 1.12;}
.featured-items .media-footer p{margin: calc(1.5rem * .75) 0 0;
  font-size: 15.5px;
  line-height: 1.86;}
.featured-items .content-header{flex: 1 1 420px;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: calc(1.5rem * .75);}
.featured-items .content-header a{
  display: block;
  padding: calc(1.5rem * .75);
  border: 1px solid var(--ink-cool);
  border-radius: 0.7rem;
  background: var(--surface-page);
  color: var(--ink-secondary);
  transition: border-color 620ms var(--speed-base);
}
.featured-items .content-header a:hover{border-color: #3E8E5E;}
.featured-items .content-header span,
.featured-items .content-header small{display: block;
  font-size: calc(15.5px * .875);}
.featured-items .content-header strong{display: block;
  margin: calc(calc(1.5rem * .75) * .35) 0;
  font-size: calc(15.5px * 1.35);
  line-height: 1.2;}
@media (max-width: 780px) {.featured-items .public-copy{
    flex-direction: column;
    padding: calc(1.5rem * .75);
  }.featured-items .quiet-contact{
    flex-direction: column;
    align-items: flex-start;
  }
}
.grid-worth{--layer-base:calc(1.5rem * 1.09);--field-control:calc(1160px / 2.95);padding:calc(1.5rem * 2.4) 2.2rem;background:#F7FAF7;color:#16241A;}
.grid-worth .bottom-grid{max-width:1160px;margin:0 auto;}
.grid-worth h2,.grid-worth h3,.grid-worth p{margin:0;}
.grid-worth h2{font-size:calc(15.5px * 2);line-height:1.12;}
.grid-worth h3{font-size:calc(15.5px * 1.35);line-height:1.2;}
.grid-worth p{font-size:15.5px;line-height:1.86;}
.grid-worth .soft-entries{margin-bottom:calc(1.5rem / 2);font-size:calc(15.5px * .875);letter-spacing:0.04em;text-transform:uppercase;color:var(--paint-soft);}
.grid-worth .media-footer{margin-top:1.5rem;}
.grid-worth .plain-stack{display:flex;flex-direction:column;gap:var(--layer-base);margin-top:var(--layer-base);}
.grid-worth .cluster{min-width:0;padding-left:calc(1.5rem * .75);border-left:2px solid var(--ink-cool);}
.grid-worth .cluster p{margin-top:calc(1.5rem / 3);color:var(--paint-soft);}
@media (min-width:768px){.grid-worth .plain-stack{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:var(--layer-base) 1.5rem;}.grid-worth .cluster:last-child{grid-column:1 / -1;}
}
.main-region{--layer-base:calc(1.5rem * 0.92);--font-strong:calc(1160px / 3.77);padding:calc(1.5rem * 2.4) 2.2rem;background:var(--surface-strong);color:#F4FAF5;}
.main-region .bottom-grid{max-width:1160px;margin:0 auto;}
.main-region h2,.main-region p{margin:0;}
.main-region h2{font-size:calc(15.5px * 2);line-height:1.12;}
.main-region p{font-size:15.5px;line-height:1.86;color:color-mix(in srgb, currentColor 78%, transparent);}
.main-region img{display:block;width:100%;height:auto;border-radius:0.7rem;}
.main-region .media-footer{margin-top:var(--layer-base);}
.main-region .top-benefit{display:flex;flex-direction:column;gap:calc(1.07rem * 0.9);margin-top:var(--layer-base);}
.main-region details{padding:calc(calc(1.5rem * .75) * .95);border-radius:0.7rem;background:color-mix(in srgb, currentColor 11%, transparent);}
.main-region summary{cursor:pointer;font-weight:700;font-size:15.5px;}
.main-region details p{margin-top:calc(1.5rem / 3);}
.main-region .content-view>img{margin-top:var(--layer-base);}
@media (min-width: 900px){.main-region .content-view{display:grid;grid-template-columns:1fr var(--font-strong);column-gap:2.2rem;align-items:start;}.main-region .content-view h2,.main-region .content-view .media-footer,.main-region .content-view .top-benefit{grid-column:1;}.main-region .content-view>img{grid-column:2;grid-row:1 / span 3;margin-top:0;position:sticky;top:1.5rem;}
}
.secondary-section{
        --layer-base: calc(1.5rem * 1.05);
        padding: calc(1.5rem * 2.4) 2.2rem;
        background: #16241A;
        color: #F4FAF5;
    }
.secondary-section .bottom-grid{max-width: 1160px;
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        gap: var(--layer-base);}
.secondary-section h2,
    .secondary-section h3,
    .secondary-section p{margin: 0;}
.secondary-section h2{font-size: calc(15.5px * 2);
        line-height: 1.14;}
.secondary-section h3{font-size: calc(15.5px * 1.35);
        line-height: 1.22;}
.secondary-section p{font-size: 15.5px;
        line-height: 1.86;}
.secondary-section .quiet-header{display: flex;
        flex-direction: column;
        gap: calc(1.07rem * 1.5);}
.secondary-section .media-footer{font-size: calc(15.5px * 1.125);
        opacity: .88;}
.secondary-section .content-track{display: flex;
        flex-direction: column;
        gap: calc(1.07rem * 1.5);
        border-top: 1px solid color-mix(in srgb, #F4FAF5 22%, transparent);
        padding-top: calc(1.07rem * 1.5);}
.secondary-section .page-media{display: grid;
        grid-template-columns: minmax(0, 1fr);
        gap: calc(1.5rem * .75);
        padding-block: calc(1.5rem * .75);
        border-bottom: 1px solid color-mix(in srgb, #F4FAF5 14%, transparent);}
.secondary-section .page-media:last-child{border-bottom: 0;}
.secondary-section .page-media p{opacity: .86;}
@media (min-width: 760px) {.secondary-section .page-media{
            grid-template-columns: minmax(0, 1fr) minmax(0, 1.6fr);
            gap: 1.07rem;
            align-items: start;
        }
    }
.soft-grid{
  padding:calc(1.5rem * 2.4) 2.2rem;
  background:var(--surface-strong);
  color:#F4FAF5;
}
.soft-grid .bottom-grid{max-width:1160px;
  margin:0 auto;}
.soft-grid .quiet-header{margin:0 0 calc(1.07rem * 1.5);}
.soft-grid .quiet-header h2{margin:0;
  font-size:calc(15.5px * 2);
  line-height:1.15;}
.soft-grid .quiet-header p{margin:1.5rem 0 0;
  font-size:calc(15.5px * 1.125);
  line-height:1.86;}
.soft-grid .content-track{display:flex;
  flex-wrap:wrap;
  gap:1.07rem;}
.soft-grid .main-service{flex:1 1 18rem;
  padding:calc(1.5rem * .75) 0 0;
  border-top:1px solid rgba(244,250,245,0.28);}
.soft-grid .main-service h3{margin:0;
  font-size:calc(15.5px * 1.35);
  line-height:1.2;}
.soft-grid .main-service p{margin:calc(1.5rem * .75) 0 0;
  line-height:1.86;}
.soft-grid .site-region{margin:calc(1.07rem * 1.5) 0 0;
  padding-top:1.5rem;
  border-top:1px solid rgba(244,250,245,0.28);}
.soft-grid .site-region p{margin:0;
  font-size:15.5px;
  line-height:1.86;}
@media (max-width:640px){.soft-grid .main-service{flex:1 1 100%}
}
.focused-fields{
  background: #F7FAF7;
  color: #16241A;
  padding: calc(1.5rem * 2.4) 2.2rem;
}
.focused-fields .bottom-grid{width: min(100%, 1160px);
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: calc(1.07rem * 1.5);}
.focused-fields h2,
.focused-fields p,
.focused-fields ul{margin: 0;}
.focused-fields h2{font-size: calc(15.5px * 2);
  line-height: 1.08;
  flex: 1 1 16rem;
  min-width: 0;}
.focused-fields .active-media{flex: 2 1 26rem;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;}
.focused-fields .media-footer{line-height: 1.86;
  font-size: 15.5px;}
.focused-fields ul{list-style: none;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: calc(1.07rem * 1.5);}
.focused-fields li{display: flex;
  flex-wrap: wrap;
  gap: 1.07rem;
  align-items: baseline;
  padding-top: 1.07rem;
  border-top: 1px solid var(--ink-cool);}
.focused-fields li > *{min-width: 0;
  flex: 1 1 15rem;}
.focused-fields span{font-size: calc(15.5px * .875);
  color: var(--paint-soft);}
.focused-fields strong{font-size: calc(15.5px * 1.35);
  line-height: 1.16;}
.focused-fields li p{line-height: 1.86;}
@media (max-width: 640px) {.focused-fields{
    padding: 1.5rem 2.2rem;
  }.focused-fields h2{
    flex: 1 1 100%;
  }
}
.featured-details{padding:calc(1.5rem * 2.4) 2.2rem;background:var(--surface-main);color:var(--paint-soft)}
.featured-details .bottom-grid{max-width:1160px;margin:0 auto}
.featured-details .quiet-details{margin-bottom:calc(1.07rem * 1.5)}
.featured-details h2{margin:0;font-size:calc(15.5px * 2);line-height:1.1}
.featured-details .quiet-details p{margin:calc(1.5rem * .75) 0 0;font-size:15.5px;line-height:1.86}
.featured-details .service-wrap{display:flex;flex-wrap:wrap;align-items:flex-start;gap:calc(1.07rem * 1.5)}
.featured-details .top-benefit{flex:1 1 20rem;display:flex;flex-direction:column;align-items:flex-start;gap:calc(1.5rem * .75);border-left:2px solid var(--ink-cool);padding-left:calc(1.5rem * .75)}
.featured-details button{max-width:100%;padding:0;border:0;background:none;color:inherit;font:inherit;font-size:15.5px;text-align:left;cursor:pointer;opacity:.6;transition:opacity 620ms var(--speed-base),transform 620ms var(--speed-base)}
.featured-details button:hover,.featured-details button.is-active{opacity:1;transform:translateX(calc(calc(1.5rem * .75)*.3))}
.featured-details .quiet-section{flex:2 1 30rem;align-self:start;background:var(--surface-page);color:var(--ink-secondary);border:1px solid var(--ink-cool);border-radius:0.98rem;padding:calc(1.5rem * .75) calc(1.07rem * 1.5);box-shadow:0 1px 3px rgba(0,0,0,0.06)}
.featured-details [data-response]{display:none}
.featured-details [data-response].is-active{display:block;animation:clarifyFocusIn calc(620ms*1.6) var(--speed-base) both}
.featured-details h3{margin:0;font-size:calc(15.5px * 1.35);line-height:1.2}
.featured-details [data-response] p{margin:calc(1.5rem * .75) 0 0;font-size:15.5px;line-height:1.86}
@keyframes clarifyFocusIn{from{opacity:0;transform:translateY(calc(calc(1.07rem * 2)*.1))}to{opacity:1;transform:translateY(0)}}
@media(max-width:720px){.featured-details .service-wrap{display:block}.featured-details .top-benefit{border-left:0;padding-left:0;margin-bottom:calc(1.07rem * 1.5)}}
@media(prefers-reduced-motion:reduce){.featured-details [data-response].is-active{animation:none}}
.public-body{padding:calc(1.5rem * 2.4) 2.2rem;background:#F7FAF7;color:#16241A;}
.quiet-region{max-width:1160px;margin:0 auto;}
.public-body h1{margin:0;font-size:calc(15.5px * 2.65);line-height:1.08;}
.content-plan{
    padding:calc(1.5rem * 2.4) 2.2rem;
    background:var(--surface-main);
    color:var(--paint-soft);
}
.content-plan .bottom-grid{max-width:1160px;
    margin:0 auto;}
.content-plan .stage{margin-bottom:calc(1.07rem * 1.5);}
.content-plan .stage h2{margin:0;
    font-size:calc(15.5px * 2);
    line-height:1.2;}
.content-plan .stage p{margin:calc(1.5rem * .75) 0 0;
    font-size:15.5px;
    line-height:1.86;}
.content-plan .content-track{display:flex;
    flex-direction:column;
    border-top:1px solid var(--ink-cool);}
.content-plan .content-track .main-service{display:flex;
    flex-wrap:wrap;
    gap:1.07rem;
    padding:calc(1.5rem * .75) 0;
    border-bottom:1px solid var(--ink-cool);}
.content-plan .content-track .quiet-copy{flex:0 0 160px;
    font-size:calc(15.5px * .875);
    letter-spacing:.02em;
    text-transform:uppercase;
    opacity:.75;}
.content-plan .content-track .narrow-feature{flex:1 1 320px;
    font-size:15.5px;
    line-height:1.86;}
.content-plan .content-track .narrow-feature a{color:#1E5B3A;
    text-decoration:none;
    border-bottom:1px solid currentColor;}
.content-plan .content-track .narrow-feature a:hover{color:#C0392B;}
.content-plan .soft-entries{margin-top:calc(1.07rem * 1.5);
    display:flex;
    flex-direction:column;
    gap:calc(1.5rem * .75);}
.content-plan .soft-entries p{margin:0;
    font-size:15.5px;
    line-height:1.86;}
.content-plan .soft-entries .media-footer{font-size:calc(15.5px * 1.125);
    font-weight:600;}
.content-plan .soft-entries .secondary-surface a{color:#1E5B3A;
    text-decoration:none;
    border-bottom:1px solid currentColor;}
.content-plan .soft-entries .secondary-surface a:hover{color:#C0392B;}
@media (max-width:700px){.content-plan .content-track .quiet-copy{
        flex:0 0 100%;
    }
}
.wide-body{--layer-base:calc(1.5rem * 1.05);padding:calc(1.5rem * 2.4) 2.2rem;background:var(--surface-strong);color:#F4FAF5;}
.wide-body .bottom-grid{max-width:1160px;margin:0 auto;}
.wide-body h2,.wide-body h3,.wide-body p{margin:0;}
.wide-body h2{font-size:calc(15.5px * 2);line-height:1.14;}
.wide-body h3{font-size:calc(15.5px * 1.35);line-height:1.22;}
.wide-body p{font-size:15.5px;line-height:1.86;}
.wide-body .content-track{display:flex;flex-direction:column;gap:calc(calc(1.07rem * 1.5) / 1.4);}
.wide-body .soft-entries{font-size:calc(15.5px * .875);letter-spacing:.08em;text-transform:uppercase;opacity:.78;}
.wide-body .media-footer{max-width:100%;}
.wide-body .plain-stack{display:flex;flex-wrap:wrap;gap:var(--layer-base);margin-top:var(--layer-base);}
.wide-body .cluster{flex:1 1 calc(1160px / 3.5);min-width:0;padding:calc(calc(1.5rem * .75) * .9);border-radius:0.7rem;background:color-mix(in srgb, currentColor 12%, transparent);}
.wide-body .cluster img{display:block;width:100%;height:auto;border-radius:0.34rem;margin-bottom:calc(1.5rem / 2.2);}
.wide-body .cluster p{margin-top:calc(1.5rem / 3.4);opacity:.82;}
.wide-body .cluster a{display:inline-block;margin-top:calc(1.5rem / 3);color:inherit;text-decoration:none;border-bottom:1px solid currentColor;padding-bottom:2px;font-size:calc(15.5px * .875);}
.wide-body .narrow-footer{margin-top:var(--layer-base);font-size:calc(15.5px * .875);opacity:.8;}
@media (max-width:720px){.wide-body .cluster{flex:1 1 100%;}
}
.fresh-items{
  padding: calc(1.5rem * 2.4) 2.2rem;
  background: #16241A;
  color: #F4FAF5;
}
.fresh-items .bottom-grid{display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.35fr);
  gap: calc(1.07rem * 1.5);
  max-width: 1160px;
  margin: 0 auto;
  align-items: start;}
.fresh-items h2{margin: 0;
  font-size: calc(15.5px * 2);
  line-height: 1.12;}
.fresh-items .narrow-form p{margin: 1.5rem 0 0;
  line-height: 1.86;
  opacity: .86;}
.fresh-items .quiet-summary{min-width: 0;
  border-top: 1px solid var(--ink-cool);}
.fresh-items .narrow-feature{display: flex;
  justify-content: space-between;
  gap: 1.07rem;
  padding: 1.5rem 0;
  border-bottom: 1px solid var(--ink-cool);}
.fresh-items .narrow-feature span{flex: 0 0 30%;
  font-size: calc(15.5px * .875);
  opacity: .72;}
.fresh-items .narrow-feature p,
.fresh-items .narrow-feature a{max-width: 34rem;
  margin: 0;
  text-align: right;
  overflow-wrap: anywhere;
  line-height: 1.86;}
.fresh-items .strong-nav a{font-size: calc(15.5px * 1.125);
  text-underline-offset: .2em;}
.fresh-items .steady-note{display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 1.5rem;
  padding-top: 1.5rem;}
.fresh-items .steady-note a{color: inherit;
  text-decoration-thickness: 1px;
  text-underline-offset: .2em;}
.fresh-items .steady-note a:hover{}
@media (max-width: 820px) {.fresh-items .bottom-grid{
    grid-template-columns: 1fr;
  }.fresh-items .quiet-summary{
    margin-top: calc(1.07rem * 1.5);
  }
}
@media (max-width: 520px) {.fresh-items .narrow-feature{
    display: block;
  }.fresh-items .narrow-feature p,
  .fresh-items .narrow-feature a{
    display: block;
    margin-top: calc(1.5rem * .75);
    text-align: left;
  }.fresh-items .steady-note{
    justify-content: flex-start;
  }
}
.wide-figure{padding:calc(1.5rem * 2.4) 2.2rem;background:linear-gradient(135deg, #C0392B 0%, #A32E22 100%);color:#FFF6F4}
.wide-figure .bottom-grid{max-width:1160px;margin:0 auto}
.wide-figure .narrow-form{display:flex;flex-wrap:wrap;align-items:end;justify-content:space-between;gap:1.07rem;margin-bottom:calc(1.07rem * 1.5)}
.wide-figure h2{max-width:20ch;margin:0;font-size:calc(15.5px * 2.65);line-height:1.05}
.wide-figure .narrow-form p{flex:1 1 22rem;margin:0;font-size:calc(15.5px * 1.125);line-height:1.86}
.wide-figure form{display:flex;flex-wrap:wrap;gap:1.07rem}
.wide-figure .main-service{display:flex;flex-wrap:wrap;gap:1.07rem;flex:1 1 100%}
.wide-figure [data-random-field]{flex:1 1 16rem;order:var(--layer-public,0);transform:translateY(var(--state-main,0))}
.wide-figure label span{display:block;margin-bottom:calc(1.5rem * .75);font-size:calc(15.5px * .875)}
.wide-figure input,.wide-figure textarea{width:100%;padding:calc(1.5rem * .75);border:1px solid color-mix(in srgb,currentColor 32%,transparent);border-radius:0.34rem;background:color-mix(in srgb,currentColor 7%,transparent);color:inherit;font:inherit}
.wide-figure .strong-stack{flex:1 1 100%;order:8}
.wide-figure textarea{resize:vertical}
.wide-figure .secondary-surface{flex:1 1 100%;order:9;display:flex;flex-wrap:wrap;align-items:center;gap:1.07rem}
.wide-figure button{padding:calc(1.5rem * .75) 1.5rem;border:0;border-radius:0.34rem;background:#16241A;color:#F4FAF5;font:inherit;cursor:pointer}
.wide-figure .soft-entries{flex:1 1 20rem;margin:0;font-size:calc(15.5px * .875);line-height:1.86}
.wide-figure .narrow-footer{margin-top:calc(1.07rem * 1.5);padding-top:calc(1.07rem * 1.5);border-top:1px solid color-mix(in srgb,currentColor 26%,transparent)}
.wide-figure .narrow-footer p{margin:0 0 calc(1.5rem * .75)}
.wide-figure .plain-stack{list-style:none;margin:0;padding:0;display:flex;flex-wrap:wrap;gap:1.07rem}
.wide-figure .plain-stack li{font-size:calc(15.5px * .875)}
.wide-figure a{color:inherit;text-decoration:underline}
@media(max-width:680px){.wide-figure .narrow-form{display:block}.wide-figure .narrow-form p{margin-top:1.5rem}.wide-figure [data-random-field]{transform:none}}
.content-footer{--layer-base:calc(1.5rem * 1.05);--layer-soft:calc(1160px / 3.1);padding:calc(1.5rem * 2.4) 2.2rem;background:#C0392B;color:#FFF6F4;}
.content-footer .bottom-grid{max-width:1160px;margin:0 auto;}
.content-footer h2,.content-footer h3,.content-footer p{margin:0;}
.content-footer h2{font-size:calc(15.5px * 2);line-height:1.14;}
.content-footer h3{font-size:calc(15.5px * 1.35);line-height:1.22;}
.content-footer p{font-size:15.5px;line-height:1.86;color:color-mix(in srgb, currentColor 76%, transparent);}
.content-footer .service-form{display:flex;flex-wrap:wrap;align-items:flex-start;gap:1.07rem;}
.content-footer .service-form>h2{flex:1 1 var(--layer-soft);min-width:0;}
.content-footer .service-form>.media-footer{flex:1 1 var(--layer-soft);min-width:0;}
.content-footer .plain-stack{flex:1 1 100%;display:flex;flex-wrap:wrap;gap:var(--layer-base);margin-top:var(--layer-base);}
.content-footer .cluster{flex:1 1 calc(1160px / 3.6);min-width:0;padding:calc(calc(1.5rem * .75) * .9);border-radius:0.7rem;background:color-mix(in srgb, currentColor 10%, transparent);}
.content-footer .cluster p{margin-top:calc(1.5rem / 3.2);}
.offset--trust{
  padding: calc(1.5rem * 2.4) 2.2rem;
  background: #16241A;
  color: #F4FAF5;
}
.offset--trust .bottom-grid{max-width: min(1160px, 72rem);
  margin: 0 auto;}
.offset--trust .quiet-header{margin-bottom: calc(1.07rem * 1.5);}
.offset--trust h2{margin: 0 0 calc(1.5rem * .75);
  font-size: calc(15.5px * 2);
  line-height: 1.1;}
.offset--trust .media-footer{margin: 0;
  font-size: calc(15.5px * 1.125);
  line-height: 1.7;
  color: #C9D6CB;}
.offset--trust .content-track{display: flex;
  flex-wrap: wrap;
  gap: 1.07rem;}
.offset--trust .cluster{
  flex: 1 1 min(100%, 20rem);
  margin: 0;
  padding: calc(1.5rem * .75) calc(1.5rem * .75) calc(1.5rem * .75) calc(calc(1.5rem * .75) * 1.1);
  border-left: 2px solid #C0392B;
  background: rgba(255, 255, 255, 0.03);
  border-radius: 0.34rem;
}
.offset--trust .main-service{display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: space-between;
  gap: calc(1.07rem * 0.4);
  margin-bottom: calc(calc(1.5rem * .75) * 0.5);}
.offset--trust .steady-brand{font-weight: 700;
  font-size: 15.5px;}
.offset--trust .soft-panel{font-size: calc(15.5px * .875);
  color: #C9D6CB;}
.offset--trust .cluster p{margin: 0 0 calc(calc(1.5rem * .75) * 0.6);
  line-height: 1.75;
  color: #C9D6CB;}
.offset--trust .cluster small{display: block;
  font-size: calc(15.5px * .875);color:inherit;}
.offset--trust .soft-entries{margin: calc(1.07rem * 1.5) 0 0;
  padding-top: calc(1.5rem * .75);
  border-top: 1px solid #2A3A2E;
  font-size: calc(15.5px * .875);
  color: #C9D6CB;}
@media (max-width: 700px) {.offset--trust .content-track{
    display: block;
  }.offset--trust .cluster + .cluster{
    margin-top: 1.07rem;
  }
}
.contact-service{--layer-base:calc(1.5rem * 0.9);padding:calc(1.5rem * 2.4) 2.2rem;background:var(--surface-strong);color:#F4FAF5;}
.contact-service .bottom-grid{max-width:1160px;margin:0 auto;}
.contact-service h2,.contact-service h3,.contact-service p{margin:0;}
.contact-service h2{font-size:calc(15.5px * 2);line-height:1.14;}
.contact-service h3{font-size:calc(15.5px * 1.35);line-height:1.24;}
.contact-service p{font-size:15.5px;line-height:1.86;color:color-mix(in srgb, currentColor 76%, transparent);}
.contact-service .soft-entries{margin-bottom:calc(1.5rem / 2.4);font-size:calc(15.5px * .875);letter-spacing:0.04em;text-transform:uppercase;color:color-mix(in srgb, currentColor 62%, transparent);}
.contact-service .media-footer{margin-top:1.5rem;}
.contact-service .plain-stack{display:flex;flex-direction:column;gap:var(--layer-base);margin-top:calc(1.5rem * 1.15);}
.contact-service .cluster{min-width:0;padding-top:calc(1.5rem * .75);border-top:1px solid color-mix(in srgb, currentColor 22%, transparent);}
.contact-service .cluster:first-child{border-top:0;padding-top:0;}
.contact-service .visual-tile{display:flex;flex-direction:column;gap:calc(1.5rem / 3.4);}
@media (min-width:900px){.contact-service .cluster{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1.55fr);gap:1.07rem;align-items:start;}.contact-service .visual-tile{display:contents;}.contact-service .cluster h3{grid-column:1;}.contact-service .cluster p{grid-column:2;margin-top:0;}
}
.active-area{--layer-base:calc(1.5rem * 1.05);padding:calc(1.5rem * 2.4) 2.2rem;background:#F7FAF7;color:#16241A;}
.active-area .bottom-grid{max-width:1160px;margin:0 auto;display:flex;flex-direction:column;gap:var(--layer-base);}
.active-area h2,.active-area h3,.active-area p{margin:0;}
.active-area h2{font-size:calc(15.5px * 2);line-height:1.14;}
.active-area h3{font-size:calc(15.5px * 1.35);line-height:1.22;}
.active-area p{font-size:15.5px;line-height:1.86;}
.active-area .quiet-header{display:flex;flex-direction:column;gap:calc(1.5rem / 2.4);}
.active-area .media-footer{color:var(--paint-soft);}
.active-area .plain-stack{display:flex;flex-wrap:wrap;gap:1.07rem;}
.active-area .cluster{flex:1 1 calc(1160px / 3.5);min-width:0;display:flex;flex-direction:column;gap:calc(1.5rem / 3);padding:calc(1.5rem * .75);border-radius:0.98rem;background:var(--surface-page);color:var(--ink-secondary);border:1px solid var(--ink-cool);box-shadow:0 1px 3px rgba(0,0,0,0.06);}
.active-area .visual-tile{color:var(--ink-secondary);}
.active-area .soft-entries{font-size:calc(15.5px * .875);color:var(--paint-soft);}
.active-area .secondary-surface{align-self:flex-start;margin-top:auto;display:inline-flex;align-items:center;justify-content:center;padding:calc(calc(1.5rem * .75) * .6) 1.5rem;border-radius:0.34rem;background:var(--surface-strong);color:#F4FAF5;text-decoration:none;font-size:calc(15.5px * .875);transition:background 620ms var(--speed-base);}
.active-area .secondary-surface:hover{background:#164A2E;color:var(--ink-secondary);}
.active-area .narrow-benefit{font-size:calc(15.5px * .875);color:var(--paint-soft);}
@media (max-width:720px){.active-area .cluster{flex:1 1 100%;}
}
.page-plan{padding:calc(1.5rem * 2.4) 2.2rem;background:#16241A;color:#F4FAF5}
.page-plan .clear-intro{max-width:min(1160px,64rem);margin:0 auto}
.page-plan h2{margin:0;font-size:calc(15.5px * 2.65);line-height:1.08}
.page-plan .soft-entries{margin:1.5rem 0 calc(1.07rem * 1.5);font-size:calc(15.5px * 1.125);color:color-mix(in srgb,currentColor 74%,transparent)}
.page-plan .team-entries{padding:calc(1.5rem * .75) 0 1.07rem;border-top:1px solid color-mix(in srgb,currentColor 18%,transparent)}
.page-plan .team-entries:last-child{border-bottom:1px solid color-mix(in srgb,currentColor 18%,transparent)}
.page-plan h3{margin:0 0 calc(1.5rem * .75);font-size:calc(15.5px * 1.35);line-height:1.24}
.page-plan .team-entries p{margin:0;color:color-mix(in srgb,currentColor 74%,transparent)}
@media (max-width:640px){.page-plan h2{font-size:calc(15.5px * 2)}.page-plan .soft-entries{font-size:15.5px}
}
.text-inner{background:linear-gradient(135deg, #C0392B 0%, #A32E22 100%);color:#FFF6F4;padding:calc(1.5rem * 2.4) 2.2rem}
.text-inner .bottom-grid{max-width:1160px;margin:0 auto}
.text-inner .open-entries{display:flex;flex-direction:column;gap:calc(1.07rem * 1.5)}
.text-inner h2{margin:0;max-width:22ch;font-size:clamp(calc(15.5px * 2),5vw,calc(15.5px * 2.65));line-height:1.1;letter-spacing:0}
.text-inner .primary-content{display:flex;align-items:flex-start;gap:calc(1.07rem * 1.5)}
.text-inner p{flex:0 1 26rem;margin:0;min-width:0;font-size:calc(15.5px * 1.125);line-height:1.7}
.text-inner .area{flex:1 1 34rem;min-width:0;display:flex;flex-wrap:wrap;gap:1.5rem}
.text-inner .area a{flex:1 1 15rem;min-width:0;padding:calc(1.5rem * .75);border-radius:0.7rem;background:color-mix(in srgb,currentColor 12%,transparent);color:inherit;text-decoration:none}
.text-inner strong,.text-inner span{display:block}
.text-inner strong{font-size:15.5px}
.text-inner span{margin-top:calc(calc(1.5rem * .75)*.5);line-height:1.6;font-size:calc(15.5px * .875)}
@media(max-width:760px){.text-inner .primary-content{flex-direction:column}.text-inner p{flex-basis:auto}}
.main-summary{
  padding: calc(1.5rem * 2.4) 2.2rem;
  background: #16241A;
  color: #F4FAF5;
}
.main-summary .bottom-grid{max-width: min(1160px, 60rem);
  margin: 0 auto;}
.main-summary .media-footer{display: flex;
  flex-direction: column;
  gap: calc(1.5rem * .75);
  padding-bottom: calc(1.07rem * 1.5);
  border-bottom: 1px solid #2A3A2E;}
.main-summary h2{margin: 0;
  font-size: calc(15.5px * 2);
  line-height: 1.12;}
.main-summary .quiet-header{margin: 0;
  font-size: calc(15.5px * 1.125);
  line-height: 1.86;
  color: #C9D6CB;}
.main-summary .bottom-entries{display: flex;
  flex-direction: column;
  gap: calc(1.07rem * 1.5);
  margin-top: calc(1.07rem * 1.5);}
.main-summary .cluster{display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: calc(calc(1.5rem * .75) * .5);
  padding: calc(1.5rem * .75) 0 calc(1.5rem * .75) calc(1.5rem * .75);
  border-left: 2px solid var(--surface-strong);}
.main-summary h3{margin: 0;
  font-size: calc(15.5px * 1.35);
  line-height: 1.25;}
.main-summary .cluster p{margin: 0;
  color: #C9D6CB;
  line-height: 1.86;}
@media (min-width: 720px) {.main-summary .cluster{
    grid-template-columns: 18rem minmax(0, 1fr);
    gap: calc(1.5rem * .75);
    align-items: start;
  }.main-summary .cluster p{
    margin: 0;
  }
}
.service-lead{
  padding: calc(1.5rem * 2.4) 2.2rem;
  background: #C0392B;
  color: #FFF6F4;
}
.service-lead .bottom-grid{max-width: 1160px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 1.07rem;
  align-items: flex-start;}
.service-lead .visual-footer{
  flex: 1 1 320px;
  padding: calc(1.5rem * .75);
  border-radius: 1.25rem;
  background: #16241A;
  color: #F4FAF5;
}
.service-lead .visual-footer span{
  display: inline-block;
  font-size: calc(15.5px * .875);
  letter-spacing: 0.04em;
  color: #FFF6F4;
  background: #C0392B;
  padding: 0.2rem 0.6rem;
  border-radius: 0.34rem;
}
.service-lead h2{margin: calc(1.07rem * 1.5) 0 0;
  font-size: calc(15.5px * 2);
  line-height: 1.15;}
.service-lead .visual-footer p{margin: calc(1.07rem * 1.5) 0 0;
  font-size: calc(15.5px * 1.125);
  line-height: 1.86;}
.service-lead .bottom-unit{flex: 1 1 420px;
  display: flex;
  flex-direction: column;
  gap: calc(1.07rem * 1.5);}
.service-lead .bottom-unit div{
  padding: calc(1.5rem * .75);
  border-radius: 0.7rem;
  background: var(--surface-page);
  color: var(--ink-secondary);
  border: 1px solid var(--ink-cool);
  box-shadow: 0 1px 3px rgba(0,0,0,0.06);
}
.service-lead .bottom-unit strong{display: block;
  font-size: calc(15.5px * 1.35);
  line-height: 1.25;}
.service-lead .bottom-unit p{margin: calc(1.07rem * 1.5) 0 0;
  line-height: 1.86;}
.service-lead .bottom-unit a{text-decoration: none;
  border-bottom: 1px solid var(--ink-cool);}
.service-lead .bottom-unit a:hover{}
@media (max-width: 760px) {.service-lead .bottom-grid{
    flex-direction: column;
  }
}
.primary-benefit{
  --layer-base:calc(1.5rem * 1.18);
  --field-control:calc(1160px / 2.55);
  padding:calc(1.5rem * 2.4) 2.2rem;
  background:#F7FAF7;
  color:#16241A;
}
.primary-benefit .bottom-grid{max-width:1160px;
  margin:0 auto;}
.primary-benefit h2,
.primary-benefit p{margin:0;}
.primary-benefit h2{font-size:calc(15.5px * 2);
  line-height:1.14;}
.primary-benefit p{font-size:15.5px;
  line-height:1.86;}
.primary-benefit .soft-entries{font-size:calc(15.5px * .875);
  color:var(--paint-soft);}
.primary-benefit .media-footer{max-width:var(--field-control);}
.primary-benefit .secondary-surface{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:max-content;
  max-width:100%;
  padding:calc(calc(1.5rem * .75) * 0.9) 1.5rem;
  border-radius:0.34rem;
  background:var(--surface-strong);
  color:#F4FAF5;
  text-decoration:none;
  font-size:15.5px;
  transition:background 620ms var(--speed-base);
}
.primary-benefit .secondary-surface:hover{
  background:#164A2E;color:var(--ink-secondary);}
.primary-benefit .service-team > h2{margin-top:0;}
.primary-benefit .service-team > .soft-entries{margin-top:calc(1.07rem * 1.5);}
.primary-benefit .service-team > .media-footer{margin-top:var(--layer-base);}
.primary-benefit .service-team > .secondary-surface{margin-top:var(--layer-base);}
.local-callout{
  background: #C0392B;
  color: #FFF6F4;
  padding: calc(1.5rem * 2.4) 2.2rem;
}
.local-callout .open-entries{width: min(100%, 1160px);
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: calc(1.07rem * 1.5);}
.local-callout .media-footer{display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1.07rem;
  flex-wrap: wrap;
  min-width: 0;}
.local-callout h1{margin: 0;
  max-width: 20ch;
  font-size: clamp(calc(15.5px * 2), 5.4vw, calc(15.5px * 2.65));
  line-height: 1.06;
  letter-spacing: 0;}
.local-callout p{margin: 0;
  font-size: calc(15.5px * 1.125);
  line-height: 1.7;}
.local-callout a{flex: 0 0 auto;
  padding: 0.7rem 1.1rem;
  border: 1px solid rgba(255, 246, 244, 0.55);
  border-radius: 0.98rem;
  color: inherit;
  text-decoration: none;
  font-weight: 700;
  transition: background 620ms var(--speed-base, ease);}
.local-callout a:hover{
  background: rgba(255, 246, 244, 0.16);
}
.local-callout .content-track{display: flex;
  flex-wrap: wrap;
  gap: 1.07rem;
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid rgba(255, 246, 244, 0.32);
  padding-top: calc(1.07rem * 1.5);}
.local-callout li{flex: 1 1 220px;
  min-width: 0;}
.local-callout strong,
.local-callout span{display: block;
  min-width: 0;}
.local-callout strong{font-size: 15.5px;}
.local-callout span{margin-top: 0.4rem;
  line-height: 1.55;
  font-size: calc(15.5px * .875);
  color: rgba(255, 246, 244, 0.82);}
@media (max-width: 680px) {.local-callout{
    padding: calc(1.5rem * 2.4) 2.2rem;
  }.local-callout .media-footer{
    align-items: flex-start;
    flex-direction: column;
  }.local-callout .content-track{
    flex-direction: column;
  }
}
