html{box-sizing:border-box;}
*,*::before,*::after{box-sizing:inherit;}
body{margin:0;padding:0;font-family:"Exo 2", sans-serif;}
.offer-feature {
    width: 100%;
    background: #062A63;
    color: #F2F6FB;
    border-bottom: 1px solid var(--tone-base);
    padding: 1.5rem 0;
  }
:root {
  --paint-main: #0C1729;
  --motion-panel: cubic-bezier(0.16,1,0.3,1);
  --paint-panel: #0B5FD9;
  --ink-muted: #F6F9FD;
  --tone-base: #D6E1F0;
}
.steady-menu {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 2.11rem;
    display: grid;
    grid-template-columns: auto 1fr auto auto;
    align-items: center;
    gap: 2.04rem;
  }
.narrow-area {
    font-size: calc(18.8px * 1.125);
    font-weight: 700;
    letter-spacing: 0.02em;
    color: #F2F6FB;
    text-decoration: none;
    white-space: nowrap;
  }
.narrow-area:hover,
  .narrow-area:focus {
    color: #00B7C2;
  }
.clear-method {
    display: flex;
    justify-content: flex-start;
  }
.nav-list {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: calc(2.04rem * 1.5);
    margin: 0;
    padding: 0;
  }
.nav-list a {
    color: #F2F6FB;
    text-decoration: none;
    font-size: 18.8px;
    padding: 0.4rem 0.2rem;
    border-radius: 0.31rem;
    transition: color 390ms var(--motion-panel), background 390ms var(--motion-panel);
  }
.nav-list a:hover,
  .nav-list a:focus {
    color: #00B7C2;
    background: color-mix(in srgb, currentColor 10%, transparent);
  }
.secondary-benefit {
    display: flex;
    align-items: center;
  }
.public-entries {
    display: inline-block;
    background: #00B7C2;
    color: #04212B;
    padding: 0.6rem 1.1rem;
    border-radius: 0.48rem;
    font-size: calc(18.8px * .875);
    font-weight: 600;
    text-decoration: none;
    white-space: nowrap;
    box-shadow: 0 1px 8px rgba(0,0,0,0.17);
    transition: background 390ms var(--motion-panel), transform 390ms var(--motion-panel);
  }
.public-entries:hover,
  .public-entries:focus{
    background: #009AA6;
    transform: translateY(-1px);color:#0C1729;}
.clear-panel {
    display: none;
    background: transparent;
    border: 1px solid #F2F6FB;
    border-radius: 0.31rem;
    padding: 0.5rem;
    cursor: pointer;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 4px;
    width: 42px;
    height: 42px;
  }
.direct-note{
    display: block;
    width: 20px;
    height: 2px;
    background: #F2F6FB;
    border-radius: 2px;color:#0C1729;}
@media (max-width: 767px) {
    .steady-menu {
      grid-template-columns: auto auto;
      grid-template-areas:
        "logo burger"
        "nav nav"
        "cta cta";
      row-gap: calc(2.04rem * 1.5);
    }

    .narrow-area { grid-area: logo; }
    .clear-panel { grid-area: burger; display: flex; }
    .clear-method {
      grid-area: nav;
      display: none;
      width: 100%;
    }
    .clear-method.is-open {
      display: block;
    }
    .nav-list {
      flex-direction: column;
      gap: calc(2.04rem * 1.5);
      padding: calc(2.04rem * 1.5) 0;
      border-top: 1px solid var(--tone-base);
    }
    .secondary-benefit {
      grid-area: cta;
      width: 100%;
    }
    .public-entries {
      width: 100%;
      text-align: center;
    }
  }
.clear-track{font-family:"Exo 2", sans-serif;font-size:calc(18.8px * .875);line-height:1.79;padding:calc(1.5rem * 2.4) 2.11rem;background:#062A63;color:#F2F6FB;}
.service-rail{max-width:1400px;margin:0 auto;padding:0}
.offer-block{display:grid;grid-template-columns:1.4fr 1fr 1fr 1.4fr;gap:calc(2.04rem * 1.5);padding-bottom:calc(2.04rem * 1.5);border-bottom:1px solid rgba(255, 255, 255, 0.15)}
.content-stack{display:flex;flex-direction:column;gap:calc(1.5rem * .75)}
.compact-group{font-size:calc(18.8px * 1.125);font-weight:700;letter-spacing:0.02em;margin:0}
.plain-note{margin:0;opacity:0.85;max-width:32ch}
.page-intro{font-size:18.8px;font-weight:600;margin:0 0 calc(1.5rem * .75) 0;letter-spacing:0.04em;text-transform:uppercase}
.visual-steps{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:0.5rem}
.visual-steps a{color:inherit;text-decoration:none;transition:opacity 390ms var(--motion-panel)}
.visual-steps a:hover,
  .visual-steps a:focus-visible{opacity:0.7;text-decoration:underline;color:inherit}
.page-group{display:flex;flex-direction:column}
.featured-list{display:flex;flex-direction:column;gap:0.5rem}
.visual-plan{margin:0;word-break:break-word}
.visual-plan a{color:inherit;text-decoration:none}
.visual-plan a:hover,
  .visual-plan a:focus-visible{text-decoration:underline;color:inherit}
.open-fields{font-weight:600;margin-right:0.25rem}
.text-steps{margin:calc(2.04rem * 1.5) 0 0 0;padding:calc(1.5rem * .75) 0;font-size:calc(18.8px * .875);opacity:0.85;border-bottom:1px solid rgba(255, 255, 255, 0.15)}
.service-form{padding-top:calc(1.5rem * .75)}
.clear-actions{margin:0;font-size:calc(18.8px * .875);opacity:0.75}
@media (max-width: 900px) {.offer-block{grid-template-columns:1fr 1fr}
  }
@media (max-width: 560px) {.offer-block{grid-template-columns:1fr;gap:calc(1.5rem * .75)}
  }
footer,footer *{border-radius:0!important;}
.cookies {
        position: fixed;
        left: 2.11rem;
        top: 50%;
        transform: translateY(-50%);
        z-index: 1200
    }
.cookies .focused-lead {
        width: min(22rem, calc(100vw - 2.11rem * 2));
        display: flex;
        flex-direction: column;
        gap: calc(1.5rem * .75);
        padding: 1.5rem;
        border: 1px solid color-mix(in srgb, currentColor 14%, transparent);
        background: #f5f5f5;
        color: #0a0f1a;
        box-shadow: 0 14px 54px rgba(0,0,0,0.26)
    }
.cookies strong {
        font-size: calc(18.8px * 1.35);
        line-height: 1.12
    }
.cookies p {
        margin: 0 0 calc(1.5rem * .75);
        color: #2a3040;
        line-height: 1.79
    }
.cookies button {
        border: 1px solid color-mix(in srgb, currentColor 16%, transparent);
        border-radius: 0.31rem;
        background: #fff;
        color: #0a0f1a;
        font: inherit;
        padding: calc(1.5rem * .75);
        cursor: pointer;
        text-align: left
    }
.cookies button.cookie-accept {
        background: var(--paint-panel);
        color: #FFFFFF;
        border-color: var(--paint-panel)
    }
@media (max-width: 620px) {
        .cookies {
            top: auto;
            right: 2.11rem;
            bottom: 1.5rem;
            transform: none
        }

        .cookies .focused-lead {
            width: auto
        }
    }
.local-brand{
  padding:calc(1.5rem * 2.4) 2.11rem;
  background:linear-gradient(rgba(6,42,99,.86),rgba(6,42,99,.94)),url("https://images.pexels.com/photos/1181671/pexels-photo-1181671.jpeg?auto=compress&cs=tinysrgb&w=800") center/cover no-repeat,#062A63;
  color:#F2F6FB;
}
.local-brand .page-method{max-width:1400px;margin:0 auto;}
.local-brand h1,.local-brand p{margin:0;}
.local-brand .local-grid{display:flex;align-items:flex-start;gap:2.04rem;flex-wrap:wrap;}
.local-brand .bottom-wrap{flex:1 1 260px;
  font-size:calc(18.8px * .875);
  line-height:1.79;
  opacity:.78;
  padding-left:calc(1.5rem * .75);
  border-left:2px solid #00B7C2;}
.local-brand .soft-callout{flex:2 1 520px;min-width:0;}
.local-brand h1{font-size:calc(18.8px * 2.65);
  line-height:1.1;}
.local-brand .soft-callout p{margin-top:1.5rem;
  font-size:calc(18.8px * 1.125);
  line-height:1.79;
  opacity:.9;}
.local-brand .quote{
  display:inline-flex;
  margin-top:1.5rem;
  align-items:center;
  justify-content:center;
  padding:calc(1.5rem * .75) 1.5rem;
  border-radius:0.31rem;
  background:#00B7C2;
  color:#04212B;
  text-decoration:none;
  font-weight:600;
  transition:background 390ms var(--motion-panel);
}
.local-brand .quote:hover{background:#009AA6;color:#0C1729;}
@media(max-width:760px){.local-brand .local-grid{flex-direction:column;}.local-brand .bottom-wrap{border-left:none;border-top:2px solid #00B7C2;padding-left:0;padding-top:calc(1.5rem * .75);}
}
.soft-details{
    padding:calc(1.5rem * 2.4) 2.11rem;
    background:#00B7C2;
    color:#04212B;
    background-image:linear-gradient(135deg,color-mix(in srgb,currentColor 6%,transparent),transparent 48%);
}
.soft-details .page-method{max-width:1400px;
    margin:0 auto;}
.soft-details .bottom-tile{margin-bottom:calc(2.04rem * 1.5);
    padding-bottom:calc(2.04rem * 1.5);
    border-bottom:1px solid color-mix(in srgb,currentColor 22%,transparent);}
.soft-details .bottom-tile span{
    display:inline-block;
    padding:4px 12px;
    border-radius:0.31rem;
    background:color-mix(in srgb,currentColor 18%,transparent);
    font-size:calc(18.8px * .875);
    letter-spacing:.04em;
    text-transform:uppercase;
}
.soft-details .bottom-tile h2{margin:14px 0 10px;
    font-size:calc(18.8px * 2);
    line-height:1.15;}
.soft-details .bottom-tile p{margin:0;
    font-size:18.8px;
    opacity:.92;}
.soft-details .local-wrap{display:flex;
    flex-direction:column;
    gap:calc(1.5rem * .75);}
.soft-details .local-wrap article{
    display:grid;
    grid-template-columns:64px 1fr;
    gap:2.04rem;
    align-items:start;
    padding:calc(1.5rem * .75);
    border-radius:0.87rem;
    background:color-mix(in srgb,currentColor 12%,transparent);
}
.soft-details .person{display:grid;
    justify-items:center;}
.soft-details .person b{
    width:44px;
    height:44px;
    border-radius:0.48rem;
    display:grid;
    place-items:center;
    background:var(--paint-panel);
    color:#FFFFFF;
    font-size:calc(18.8px * .875);
    font-weight:700;
}
.soft-details .local-wrap h3{margin:0 0 6px;
    font-size:calc(18.8px * 1.35);}
.soft-details .local-wrap p{margin:0 0 10px;
    font-size:18.8px;
    line-height:1.79;}
.soft-details .local-wrap em{display:block;
    font-style:normal;
    font-weight:700;
    font-size:calc(18.8px * .875);
    opacity:.85;}
@media (max-width:640px){.soft-details .local-wrap article{
        grid-template-columns:1fr;
    }.soft-details .person{
        justify-items:start;
    }
}
.content-actions{--layer-public:calc(1.5rem * 1.19);--mark-public:calc(1400px / 3.10);--type-small:calc(1400px / 3.27);padding:calc(1.5rem * 2.4) 2.11rem;background:var(--ink-muted);color:var(--paint-main);}
.content-actions .page-method{max-width:1400px;margin:0 auto;}
.content-actions h1,.content-actions h2,.content-actions h3,.content-actions p{margin:0;}
.content-actions h1{font-size:calc(18.8px * 2.65);line-height:1.08;}
.content-actions h2{font-size:calc(18.8px * 2);line-height:1.12;}
.content-actions h3{font-size:calc(18.8px * 1.35);line-height:1.2;}
.content-actions p{font-size:18.8px;line-height:1.79;color:#22314A;}
.content-actions a{color:#0B5FD9;text-decoration:none;font-size:calc(18.8px * .875);border-bottom:1px solid #0B5FD9;padding-bottom:2px;transition:color 390ms var(--motion-panel),border-color 390ms var(--motion-panel);}
.content-actions a:hover{color:inherit;border-color:#00B7C2;}
.content-actions img{display:block;width:100%;height:auto;border-radius:0.48rem;}
.content-actions .focused-fields{margin-top:1.5rem;}
.content-actions .local-wrap{display:flex;flex-direction:column;gap:var(--layer-public);margin-top:var(--layer-public);}
.content-actions .secondary-entries{min-width:0;padding-left:calc(1.5rem * .75);border-left:2px solid var(--tone-base);}
.content-actions .secondary-entries p,.content-actions .secondary-entries a{margin-top:calc(1.5rem / 3);}
.content-actions .secondary-entries img{margin-bottom:calc(1.5rem / 2);max-width:calc(var(--type-small) * .7);}
.content-actions .content-lead{display:flex;flex-wrap:wrap;align-items:flex-start;gap:2.04rem;}
.content-actions .content-lead>.soft-callout{flex:1 1 calc(1400px / 3);min-width:0;}
.content-actions .content-lead>.local-wrap{flex:2 1 calc(1400px / 2);margin-top:0;}
.content-actions .content-lead>img{margin-left:auto;flex:0 1 calc(var(--type-small) * .9);}
@media (max-width: 900px){.content-actions .content-lead>img{flex:1 1 100%;margin-left:0;max-width:100%;}
}
.bottom-media{padding:calc(1.5rem * 2.4) 2.11rem;background:linear-gradient(120deg, #00B7C2 0%, #0B5FD9 100%);color:#04212B}
.bottom-media .page-method{max-width:1400px;margin:0 auto}
.bottom-media .simple-menu{display:flex;flex-wrap:wrap;gap:calc(2.04rem * 1.5);align-items:flex-start}
.bottom-media .public-note{flex:1 1 320px;min-width:0}
.bottom-media h2{margin:0;font-size:calc(18.8px * 2.65);line-height:1.05}
.bottom-media .public-note p{margin:1.5rem 0 0;font-size:calc(18.8px * 1.125);line-height:1.79}
.bottom-media .service-group{flex:1 1 420px;min-width:0;display:flex;flex-direction:column;gap:calc(1.5rem * .75)}
.bottom-media .service-group a{display:block;min-width:0;background:color-mix(in srgb,#04212B 14%,transparent);color:#04212B;border-radius:0.48rem;padding:1.5rem;text-decoration:none;transition:background 390ms var(--motion-panel)}
.bottom-media .service-group a:hover{background:color-mix(in srgb,#04212B 24%,transparent);color:#0C1729;}
.bottom-media strong{display:block;font-size:calc(18.8px * 1.35);line-height:1.18}
.bottom-media span{display:block;margin-top:calc(1.5rem * .75);font-size:calc(18.8px * .875);line-height:1.79}
@media(max-width:780px){.bottom-media .simple-menu{display:block}.bottom-media .service-group{margin-top:calc(2.04rem * 1.5)}.bottom-media h2{font-size:calc(18.8px * 2)}}
.narrow-details{--layer-public:calc(1.5rem * 1.18);--mark-public:calc(1400px / 2.60);padding:calc(1.5rem * 2.4) 2.11rem;background:var(--ink-muted);color:var(--paint-main);}
.narrow-details .page-method{max-width:1400px;margin:0 auto;}
.narrow-details h2,.narrow-details h3,.narrow-details p{margin:0;}
.narrow-details h2{font-size:calc(18.8px * 2);line-height:1.14;}
.narrow-details h3{font-size:calc(18.8px * 1.35);line-height:1.22;}
.narrow-details p{font-size:18.8px;line-height:1.79;color:#22314A;}
.narrow-details .soft-body{display:flex;flex-wrap:wrap;align-items:flex-start;gap:2.04rem;}
.narrow-details .soft-body>h2{flex:1 1 calc(1400px / 3.2);min-width:0;}
.narrow-details .soft-body>.focused-fields{flex:1 1 calc(1400px / 2.6);min-width:0;}
.narrow-details .soft-body>.local-wrap{flex:1 1 100%;}
.narrow-details .local-wrap{display:flex;flex-wrap:wrap;gap:var(--layer-public);margin-top:var(--layer-public);}
.narrow-details .secondary-entries{flex:1 1 calc(1400px / 3.6);min-width:0;padding:calc(calc(1.5rem * .75) * .95) calc(calc(1.5rem * .75) * 1.05);border-radius:0.48rem;background:#FFFFFF;color:#0C1729;border:1px solid var(--tone-base);box-shadow:0 1px 8px rgba(0,0,0,0.17);}
.narrow-details .secondary-entries h3{margin-bottom:calc(1.5rem / 3.4);}
.narrow-details .soft-callout{display:block;}
@media (max-width:640px){.narrow-details .soft-body>h2,.narrow-details .soft-body>.focused-fields{flex:1 1 100%;}.narrow-details .secondary-entries{flex:1 1 100%;}
}
.fresh-track{--layer-public:calc(1.5rem * 1.12);--mark-public:calc(1400px / 2.15);padding:calc(1.5rem * 2.4) 2.11rem;background:var(--paint-panel);color:#FFFFFF;}
.fresh-track .page-method{max-width:1400px;margin:0 auto;}
.fresh-track h1,.fresh-track h2,.fresh-track h3,.fresh-track p{margin:0;}
.fresh-track h1{font-size:calc(18.8px * 2.65);line-height:1.08;}
.fresh-track h2{font-size:calc(18.8px * 2);line-height:1.12;}
.fresh-track h3{font-size:calc(18.8px * 1.35);line-height:1.2;}
.fresh-track p{font-size:18.8px;line-height:1.79;color:color-mix(in srgb, currentColor 74%, transparent);}
.fresh-track a{color:inherit;text-decoration:none;}
.fresh-track .quote{display:inline-flex;align-items:center;justify-content:center;width:max-content;max-width:100%;padding:calc(1.5rem * .75) 1.5rem;border-radius:0.31rem;background:#FFFFFF;color:var(--paint-panel);}
.fresh-track .bottom-wrap{font-size:calc(18.8px * .875);letter-spacing:0.04em;text-transform:uppercase;color:color-mix(in srgb, currentColor 68%, transparent);}
.fresh-track .focused-fields{margin-top:calc(1.5rem / 2);}
.fresh-track .local-wrap{display:flex;flex-wrap:wrap;align-items:flex-start;gap:2.04rem;margin-top:var(--layer-public);}
.fresh-track .secondary-entries{flex:1 1 calc(1400px / 4);min-width:0;padding-top:calc(1.5rem / 2);border-top:1px solid color-mix(in srgb, currentColor 22%, transparent);}
.fresh-track .secondary-entries h3{}
.fresh-track .secondary-entries p{margin-top:calc(1.5rem / 3);}
.fresh-track .compact-region{display:flex;flex-wrap:wrap;align-items:flex-start;gap:2.04rem;}
.fresh-track .compact-region>.soft-callout{flex:1 1 auto;min-width:0;}
.fresh-track .compact-region>.quote{flex:0 0 auto;}
.fresh-track .compact-region>.local-wrap{flex:1 1 100%;}
.fresh-track .soft-callout h2{margin-top:calc(1.5rem / 2);}
@media (max-width:720px){.fresh-track .secondary-entries{flex:1 1 100%;}
}
.answer{--layer-public:calc(1.5rem * 1.32);--type-small:calc(1400px / 3.61);padding:calc(1.5rem * 2.4) 2.11rem;background:var(--ink-muted);color:var(--paint-main);}
.answer .page-method{max-width:1400px;margin:0 auto;}
.answer h2,.answer h3,.answer p{margin:0;}
.answer h2{font-size:calc(18.8px * 2);line-height:1.12;}
.answer h3{font-size:calc(18.8px * 1.35);line-height:1.2;}
.answer p{font-size:18.8px;line-height:1.79;color:#22314A;}
.answer img{display:block;width:100%;height:auto;border-radius:0.48rem;}
.answer .local-wrap{display:flex;flex-wrap:wrap;align-items:flex-start;gap:2.04rem;margin-top:var(--layer-public);}
.answer .secondary-entries{flex:1 1 calc(1400px / 4);min-width:0;padding-top:calc(1.5rem * .75);border-top:1px solid var(--tone-base);}
.answer .secondary-entries p{margin-top:calc(1.5rem / 3);}
.answer .team-proof>img{margin-top:var(--layer-public);}
.answer .team-proof>.focused-fields{margin-top:1.5rem;}
@media (max-width:720px){.answer .secondary-entries{flex:1 1 100%;}
}
.open-view{
  background: linear-gradient(120deg, #00B7C2 0%, #0B5FD9 100%);
  color: #04212B;
  padding: calc(1.5rem * 2.4) 2.11rem;
}
.open-view .page-method{width: min(100%, 1400px);
  margin: 0 auto;}
.open-view .public-feature{display: block;
  width: 100%;
  aspect-ratio: 21 / 8;
  object-fit: cover;
  border-radius: 1.2rem;
  margin-bottom: calc(2.04rem * 1.5);}
.open-view h2,
.open-view p{margin: 0;}
.open-view .local-feature{display: flex;
  flex-wrap: wrap;
  gap: 2.04rem;}
.open-view h2{font-size: calc(18.8px * 2.65);
  line-height: 1.05;
  max-width: 14ch;}
.open-view .open-header{display: flex;
  flex-wrap: wrap;
  gap: 1.5rem 2.04rem;}
.open-view .open-header p{flex: 1 1 min(100%, 17rem);
  line-height: 1.79;
  margin: 0;}
.open-view strong{display: block;
  margin-bottom: calc(calc(1.5rem * .75) * .35);}
@media (max-width: 820px) {.open-view .public-feature{ aspect-ratio: 16 / 10; }.open-view h2{ max-width: none; }
}
.open-view .local-feature > *{min-width: 0; flex: 1 1 18rem;}
.main-rail{padding:calc(1.5rem * 2.4) 2.11rem;background:#062A63;color:#F2F6FB}
.main-rail .page-method{max-width:1400px;margin:0 auto}
.main-rail h2{margin:0;font-size:calc(18.8px * 2);line-height:1.1}
.main-rail .steady-content{margin:1.5rem 0 calc(2.04rem * 1.5);opacity:.78;line-height:1.79}
.main-rail ol{margin:0;padding:0;list-style:none;counter-reset:mission;display:flex;flex-direction:column;gap:0}
.main-rail li{counter-increment:mission;display:grid;grid-template-columns:3.2rem minmax(11rem,.32fr) minmax(0,1fr) minmax(7rem,.18fr);gap:2.04rem;align-items:start;padding:1.5rem 0;border-top:1px solid rgba(242,246,251,.14)}
.main-rail li:last-child{border-bottom:1px solid rgba(242,246,251,.14)}
.main-rail li:before{content:counter(mission,decimal-leading-zero);font-size:calc(18.8px * .875);letter-spacing:.08em;color:#00B7C2;padding-top:.35em}
.main-rail h3,.main-rail li p{margin:0}
.main-rail h3{font-size:calc(18.8px * 1.35);line-height:1.25}
.main-rail li p{opacity:.82;line-height:1.79}
.main-rail li span{align-self:start;text-align:right;font-size:calc(18.8px * .875);color:#00B7C2;padding-top:.35em}
@media(max-width:820px){.main-rail li{grid-template-columns:2.4rem minmax(0,1fr);grid-template-areas:"num title" "num text" "num impact";row-gap:calc(1.5rem * .75)}.main-rail li:before{grid-area:num}.main-rail h3{grid-area:title}.main-rail li p{grid-area:text}.main-rail li span{grid-area:impact;text-align:left}
}
.compact-surface{--layer-public:calc(1.5rem * 1.32);--mark-public:calc(1400px / 2.45);--type-small:calc(1400px / 3.61);padding:calc(1.5rem * 2.4) 2.11rem;background:var(--ink-muted);color:var(--paint-main);}
.compact-surface .page-method{max-width:1400px;margin:0 auto;}
.compact-surface h2,.compact-surface h3,.compact-surface p{margin:0;}
.compact-surface h2{font-size:calc(18.8px * 2);line-height:1.12;}
.compact-surface h3{font-size:calc(18.8px * 1.35);line-height:1.2;}
.compact-surface p{font-size:18.8px;line-height:1.79;color:#22314A;}
.compact-surface a{color:#0B5FD9;text-decoration:none;font-size:calc(18.8px * .875);border-bottom:1px solid var(--tone-base);padding-bottom:2px;transition:color 390ms var(--motion-panel),border-color 390ms var(--motion-panel);}
.compact-surface a:hover{color:inherit;border-color:#00B7C2;}
.compact-surface img{display:block;width:100%;height:auto;border-radius:0.48rem;}
.compact-surface .focused-fields{margin-top:1.5rem;}
.compact-surface .local-wrap{display:flex;flex-wrap:wrap;align-items:flex-start;gap:2.04rem;margin-top:var(--layer-public);}
.compact-surface .secondary-entries{flex:1 1 calc(1400px / 4);min-width:0;padding:calc(1.5rem * .75);border-radius:0.87rem;background:#FFFFFF;color:#0C1729;border:1px solid var(--tone-base);box-shadow:0 1px 8px rgba(0,0,0,0.17);}
.compact-surface .secondary-entries p,.compact-surface .secondary-entries a{margin-top:calc(1.5rem / 3);}
.compact-surface .secondary-entries a{display:inline-block;}
.compact-surface .team-proof>img{margin-top:var(--layer-public);}
@media (max-width:760px){.compact-surface .secondary-entries{flex:1 1 100%;}
}
.active-fields{--layer-public:calc(1.5rem * 1.19);--mark-public:calc(1400px / 3.10);--type-small:calc(1400px / 3.27);padding:calc(1.5rem * 2.4) 2.11rem;background:#00B7C2;color:#04212B;}
.active-fields .page-method{max-width:1400px;margin:0 auto;}
.active-fields h1,.active-fields h2,.active-fields h3,.active-fields p{margin:0;}
.active-fields h1{font-size:calc(18.8px * 2.65);line-height:1.08;}
.active-fields h2{font-size:calc(18.8px * 2);line-height:1.12;}
.active-fields h3{font-size:calc(18.8px * 1.35);line-height:1.2;}
.active-fields p{font-size:18.8px;line-height:1.79;color:color-mix(in srgb, currentColor 74%, transparent);}
.active-fields a{color:inherit;text-decoration:none;}
.active-fields img{display:block;width:100%;height:auto;border-radius:0.48rem;}
.active-fields .quote{display:inline-flex;align-items:center;justify-content:center;width:max-content;max-width:100%;padding:calc(1.5rem * .75) 1.5rem;border-radius:0.31rem;background:#04212B;color:#00B7C2;}
.active-fields .focused-fields,.active-fields .bottom-wrap{}
.active-fields .local-wrap{display:flex;flex-direction:column;gap:var(--layer-public);margin-top:var(--layer-public);}
.active-fields .secondary-entries{min-width:0;}
.active-fields .secondary-entries p,.active-fields .secondary-entries a{margin-top:calc(1.5rem / 3);}
.active-fields .secondary-entries img{margin-bottom:calc(1.5rem / 2);max-width:calc(var(--type-small) * .7);}
.active-fields .content-lead{display:flex;flex-wrap:wrap;align-items:flex-start;gap:2.04rem;}
.active-fields .content-lead>.soft-callout{flex:1 1 calc(1400px / 3);min-width:0;}
.active-fields .content-lead>.local-wrap{flex:2 1 calc(1400px / 2);margin-top:0;}
.active-fields .content-lead>img{margin-left:auto;}
.active-fields .soft-callout .focused-fields{margin-top:1.5rem;}
.simple-unit{
        --layer-public: calc(1.5rem * 1.05);
        --mark-public: calc(1400px / 2.2);
        padding: calc(1.5rem * 2.4) 2.11rem;
        background: var(--ink-muted);
        color: var(--paint-main);
    }
.simple-unit .page-method{max-width: 1400px;
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        gap: calc(2.04rem * 1.5);}
.simple-unit .public-note{display: flex;
        flex-direction: column;
        gap: calc(calc(1.5rem * .75) / 1.4);}
.simple-unit h2{margin: 0;
        font-size: calc(18.8px * 2);
        line-height: 1.14;}
.simple-unit .focused-fields{margin: 0;
        font-size: 18.8px;
        line-height: 1.79;
        color: #22314A;}
.simple-unit .wide-copy{display: flex;
        flex-direction: column;
        gap: calc(calc(1.5rem * .75) / 1.6);}
.simple-unit details{
        padding: calc(1.5rem * .75) calc(calc(1.5rem * .75) * 1.15);
        border-radius: 0.48rem;
        background: #FFFFFF;
        color: #0C1729;
        border: 1px solid var(--tone-base);
        box-shadow: 0 1px 8px rgba(0,0,0,0.17);
        transition: box-shadow 390ms var(--motion-panel);
    }
.simple-unit details[open]{box-shadow: 0 10px 18px rgba(0,0,0,0.22);}
.simple-unit summary{cursor: pointer;
        font-weight: 700;
        font-size: 18.8px;
        line-height: 1.35;
        list-style: none;
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        gap: calc(1.5rem * .75);}
.simple-unit summary::-webkit-details-marker{display: none;}
.simple-unit summary::after{content: "+";
        flex: 0 0 auto;
        font-weight: 700;
        font-size: calc(18.8px * 1.125);
        line-height: 1;
        color: #0B5FD9;}
.simple-unit details[open] summary::after{content: "\2212";}
.simple-unit details p{margin: calc(calc(1.5rem * .75) / 1.2) 0 0;
        font-size: calc(18.8px * .875);
        line-height: 1.79;
        color: #22314A;}
@media (min-width: 860px) {.simple-unit .public-note{
            flex-direction: row;
            align-items: flex-end;
            justify-content: space-between;
            gap: 2.04rem;
        }.simple-unit h2{
            flex: 1 1 auto;
        }.simple-unit .focused-fields{
            flex: 0 1 var(--mark-public);
        }
    }
.contact-team{--layer-public:calc(1.5rem * 1.32);--type-large:calc(1400px / 3.4);padding:calc(1.5rem * 2.4) 2.11rem;background:var(--paint-panel);color:#FFFFFF;}
.contact-team .page-method{max-width:1400px;margin:0 auto;}
.contact-team h2,.contact-team h3,.contact-team p{margin:0;}
.contact-team h2{font-size:calc(18.8px * 2);line-height:1.12;}
.contact-team h3{font-size:calc(18.8px * 1.35);line-height:1.2;}
.contact-team p{font-size:18.8px;line-height:1.79;color:color-mix(in srgb, currentColor 78%, transparent);}
.contact-team .public-note{display:flex;flex-direction:column;gap:calc(2.04rem * 1.5);}
.contact-team .focused-fields{font-size:calc(18.8px * 1.125);line-height:1.6;color:color-mix(in srgb, currentColor 86%, transparent);}
.contact-team .media-details{display:flex;flex-wrap:wrap;align-items:flex-start;gap:2.04rem;margin-top:var(--layer-public);}
.contact-team .team-summary{flex:1 1 var(--type-large);min-width:0;margin:0;}
.contact-team .team-summary img{display:block;width:100%;height:auto;border-radius:0.48rem;}
.contact-team .local-wrap{flex:2 1 calc(1400px / 2.2);min-width:0;display:flex;flex-wrap:wrap;gap:2.04rem;}
.contact-team .secondary-entries{flex:1 1 calc(1400px / 4.4);min-width:0;padding-top:calc(1.5rem * .75);border-top:1px solid color-mix(in srgb, currentColor 22%, transparent);}
.contact-team .secondary-entries p{margin-top:calc(1.5rem / 3);}
.contact-team .bottom-wrap{margin-top:var(--layer-public);padding-top:calc(1.5rem * .75);border-top:1px solid color-mix(in srgb, currentColor 22%, transparent);font-size:calc(18.8px * .875);color:color-mix(in srgb, currentColor 72%, transparent);}
@media (max-width: 820px){.contact-team .secondary-entries{flex:1 1 100%;}
}
.direct-block{padding:calc(1.5rem * 2.4) 2.11rem;background:#EAF1FA;color:#22314A;}
.direct-block .page-method{max-width:1400px;margin:0 auto;}
.direct-block .bottom-tile{margin-bottom:calc(2.04rem * 1.5);}
.direct-block .bottom-tile h2{margin:0;font-size:calc(18.8px * 2);}
.direct-block .bottom-tile p{margin:calc(1.5rem * .75) 0 0;font-size:18.8px;}
.direct-block .active-group{display:grid;gap:2.04rem;grid-template-columns:repeat(var(--field-main,3),minmax(0,1fr));}
.direct-block .active-group article{border:1px solid var(--tone-base);border-radius:0.87rem;background:#FFFFFF;color:#0C1729;padding:calc(1.5rem * .75);display:flex;flex-direction:column;}
.direct-block .active-group h3{margin:0 0 calc(1.5rem * .75);font-size:calc(18.8px * 1.35);}
.direct-block .active-group p{margin:0 0 calc(1.5rem * .75);font-size:18.8px;line-height:1.79;}
.direct-block .active-group a{margin-top:auto;text-decoration:none;font-weight:600;color:#0B5FD9;}
.direct-block .active-group a:hover{color:inherit;}
.direct-block .bottom-wrap{margin-top:calc(2.04rem * 1.5);padding:calc(1.5rem * .75);border-radius:0.48rem;background:#062A63;color:#F2F6FB;}
.direct-block .bottom-wrap p{margin:0;font-size:calc(18.8px * .875);line-height:1.79;}
@media (max-width:900px){.direct-block .active-group{grid-template-columns:1fr 1fr;}}
@media (max-width:640px){.direct-block .active-group{grid-template-columns:1fr;}}
.featured-details{
  padding: calc(1.5rem * 2.4) 2.11rem;
  background: #EAF1FA;
  color: #22314A;
}
.featured-details .page-method{max-width: 1400px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.1fr);
  gap: calc(2.04rem * 1.5);
  align-items: start;}
.featured-details h2{margin: 0;
  font-size: calc(18.8px * 2);
  line-height: 1.12;}
.featured-details .strong-story p{margin: calc(1.5rem * .75) 0 0;
  font-size: calc(18.8px * 1.125);}
.featured-details .strong-story .bottom-wrap{font-size: calc(18.8px * .875);}
.featured-details .site-view{list-style: none;
  margin: calc(1.5rem * .75) 0 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: calc(calc(1.5rem * .75) * .4);
  font-size: calc(18.8px * .875);}
.featured-details .site-view a{text-decoration: none;}
.featured-details .site-view a:hover{text-decoration: underline;}
.featured-details .public-headline{
  border-radius: 1.2rem;
  background: #FFFFFF;
  color: #0C1729;
  border: 1px solid var(--tone-base);
  box-shadow: 0 1px 8px rgba(0,0,0,0.17);
  overflow: hidden;
}
.featured-details .main-inner{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(--tone-base);}
.featured-details .main-inner span{font-size: calc(18.8px * .875);}
.featured-details .main-inner a{font-size: calc(18.8px * .875);
  text-decoration: none;}
.featured-details .main-inner a:hover{text-decoration: underline;}
.featured-details .main-grid{display: flex;
  flex-direction: column;
  gap: calc(calc(1.5rem * .75) * .35);
  padding: calc(1.5rem * .75);}
.featured-details .main-grid label{font-size: calc(18.8px * .875);}
.featured-details .main-grid input,
.featured-details .main-grid select,
.featured-details .main-grid textarea{
  width: 100%;
  padding: calc(calc(1.5rem * .75) * .5) calc(calc(1.5rem * .75) * .6);
  border: 1px solid var(--tone-base);
  border-radius: 0.48rem;
  background: var(--ink-muted);
  color: var(--paint-main);
  font: inherit;
  font-size: calc(18.8px * .875);
}
.featured-details .main-grid input::placeholder,
.featured-details .main-grid textarea::placeholder{}
.featured-details .main-grid input:focus,
.featured-details .main-grid select:focus,
.featured-details .main-grid textarea:focus{outline: none;
  border-color: var(--paint-panel);
  box-shadow: 0 0 0 3px rgba(11, 95, 217, 0.35);}
.featured-details .main-grid button{
  margin-top: calc(calc(1.5rem * .75) * .35);
  padding: calc(calc(1.5rem * .75) * .55) calc(1.5rem * .75);
  border: none;
  border-radius: 0.48rem;
  background: var(--paint-panel);
  color: #FFFFFF;
  font: inherit;
  font-size: calc(18.8px * .875);
  cursor: pointer;
  transition: background 390ms var(--motion-panel);
}
.featured-details .main-grid button:hover{
  background: #0A4FB8;color:#0C1729;}
.featured-details .main-grid small{font-size: calc(18.8px * .875);}
@media (max-width: 820px) {.featured-details .page-method{
    grid-template-columns: 1fr;
  }
}
.featured-view{padding:calc(1.5rem * 2.4) 2.11rem;background:var(--ink-muted);color:var(--paint-main)}
.featured-view .page-method{max-width:1400px;margin:0 auto}
.featured-view .bottom-proof{display:flex;gap:2.04rem;align-items:flex-start}
.featured-view .group{flex:0 1 26rem;min-width:0}
.featured-view h2{margin:0;font-size:calc(18.8px * 2);line-height:1.15}
.featured-view .group p{margin:1.5rem 0 0;font-size:calc(18.8px * 1.125);line-height:1.79}
.featured-view .group .bottom-wrap{margin-top:calc(2.04rem * 1.5);font-size:calc(18.8px * .875);color:#22314A;background:#EAF1FA;border-radius:0.48rem;padding:calc(1.5rem * .75)}
.featured-view .group .bottom-wrap a{color:#0B5FD9;text-decoration:none;border-bottom:1px solid currentColor}
.featured-view .group .bottom-wrap a:hover{color:inherit;}
.featured-view form{flex:1 1 44rem;min-width:0;background:#FFFFFF;color:#0C1729;border:1px solid var(--tone-base);border-radius:0.87rem;padding:2.04rem;box-shadow:0 1px 8px rgba(0,0,0,0.17)}
.featured-view .direct-stack{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:1.5rem}
.featured-view label{display:block;min-width:0}
.featured-view label>span{display:block;margin-bottom:calc(1.5rem * .75);font-size:calc(18.8px * .875);color:#22314A}
.featured-view input[type="text"],
.featured-view input[type="email"],
.featured-view textarea{width:100%;max-width:100%;border:1px solid var(--tone-base);border-radius:0.31rem;background:#EAF1FA;color:#0C1729;font:inherit;padding:calc(1.5rem * .75);outline:none;transition:border-color 390ms var(--motion-panel),background 390ms var(--motion-panel)}
.featured-view textarea{resize:vertical;min-height:6rem;line-height:1.79}
.featured-view input::placeholder,
.featured-view textarea::placeholder{color:rgba(255,255,255,0.55)}
.featured-view input:focus,
.featured-view textarea:focus{border-color:rgba(11, 95, 217, 0.35);background:#FFFFFF;color:#0C1729;}
.featured-view .secondary-details{margin-top:1.5rem}
.featured-view .secondary-details .focused-fields{margin:0 0 calc(1.5rem * .75);font-size:calc(18.8px * .875);color:#22314A}
.featured-view .unit{display:flex;flex-wrap:wrap;gap:calc(1.5rem * .75)}
.featured-view .unit label{display:inline-flex;align-items:center;gap:calc(1.5rem * .75);border:1px solid var(--tone-base);border-radius:0.48rem;background:#EAF1FA;color:#0C1729;padding:calc(calc(1.5rem * .75)*.7) calc(1.5rem * .75);font-size:calc(18.8px * .875);cursor:pointer}
.featured-view .unit input{width:1rem;height:1rem;accent-color:var(--paint-panel);flex:0 0 auto}
.featured-view .top-group{margin-top:1.5rem}
.featured-view .quote{margin-top:1.5rem;display:flex;flex-wrap:wrap;align-items:center;gap:calc(1.5rem * .75)}
.featured-view button{border:0;border-radius:0.48rem;background:var(--paint-panel);color:#FFFFFF;font:inherit;padding:calc(1.5rem * .75) 1.5rem;cursor:pointer;white-space:nowrap;transition:background 390ms var(--motion-panel)}
.featured-view button:hover{background:#0A4FB8;color:#0C1729;}
.featured-view .active-links{margin:0;flex:1 1 16rem;min-width:0;font-size:calc(18.8px * .875);color:#22314A}
@media(max-width:780px){.featured-view .bottom-proof{display:block}.featured-view form{margin-top:calc(2.04rem * 1.5);padding:1.5rem}.featured-view .direct-stack{display:block}.featured-view .direct-stack label+label{margin-top:1.5rem}.featured-view .quote{display:block}.featured-view .quote .active-links{margin-top:calc(1.5rem * .75)}
}
.focused-tile{
  overflow: hidden;
  padding: calc(1.5rem * 2.4) 2.11rem;
  background: var(--paint-panel);
  color: #FFFFFF;
}
.focused-tile .page-method{max-width: 1400px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;}
.focused-tile .public-note{display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: space-between;
  gap: calc(2.04rem * 1.5);
  padding-bottom: calc(2.04rem * 1.5);
  border-bottom: 1px solid color-mix(in srgb, currentColor 32%, transparent);}
.focused-tile h2{margin: 0;
  font-size: calc(18.8px * 2);
  line-height: 1.08;
  flex: 1 1 22rem;}
.focused-tile .strong-story{margin: 0;
  flex: 1 1 22rem;
  font-size: 18.8px;
  line-height: 1.79;
  opacity: .92;}
.focused-tile .simple-grid{display: flex;
  flex-direction: column;}
.focused-tile .nav{display: grid;
  grid-template-columns: minmax(9rem, 14rem) 1fr;
  gap: calc(1.5rem * .75) 2.04rem;
  align-items: start;
  padding: calc(2.04rem * 1.5) 0;
  border-top: 1px solid color-mix(in srgb, currentColor 22%, transparent);
  color: inherit;
  text-decoration: none;
  animation: contactRowIn calc(390ms * 2.2) var(--motion-panel) both;}
.focused-tile .nav:first-child{border-top: none;}
.focused-tile .nav.address,
.focused-tile .nav.hours{animation-delay: calc(390ms * .3);}
.focused-tile .nav.email{animation-delay: calc(390ms * .6);}
.focused-tile .open-entries{font-size: calc(18.8px * .875);
  letter-spacing: .04em;
  text-transform: uppercase;
  opacity: .7;}
.focused-tile .nav strong{font-size: calc(18.8px * 1.35);
  overflow-wrap: anywhere;}
.focused-tile .nav p{margin: 0;
  line-height: 1.79;
  overflow-wrap: anywhere;}
.focused-tile .bottom-wrap{grid-column: 2 / -1;
  font-size: calc(18.8px * .875);
  opacity: .72;}
.focused-tile .focused-stack{display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: calc(1.5rem * .75) 2.04rem;
  padding-top: calc(2.04rem * 1.5);
  border-top: 1px solid color-mix(in srgb, currentColor 32%, transparent);}
.focused-tile .narrow-service{font-size: calc(18.8px * .875);
  letter-spacing: .04em;
  text-transform: uppercase;
  opacity: .7;}
.focused-tile .focused-stack a{color: inherit;
  text-decoration: none;
  overflow-wrap: anywhere;}
.focused-tile .focused-stack a span{margin-left: calc(1.5rem * .75);
  opacity: .72;}
.focused-tile .focused-stack a:hover,
.focused-tile .nav:hover strong{text-decoration: underline;
  text-underline-offset: 4px;}
@keyframes contactRowIn {from{ opacity: 0; transform: translateY(calc(calc(2.04rem * 1) * .14)); }to{ opacity: 1; transform: translateY(0); }
}
@media (max-width: 720px) {.focused-tile .nav{
    grid-template-columns: 1fr;
  }.focused-tile .bottom-wrap{
    grid-column: 1 / -1;
  }
}
@media (prefers-reduced-motion: reduce) {.focused-tile .nav{ animation: none; }
}
.bottom-summary{
  padding: calc(1.5rem * 2.4) 2.11rem;
  background: linear-gradient(135deg, #062A63 0%, #0B5FD9 55%, #00B7C2 100%);
  color: #F2F6FB;
}
.bottom-summary .local-copy{
  max-width: 1400px;
  margin: 0 auto;
  border-radius: 1.2rem;
  overflow: hidden;
  background: #FFFFFF;
  color: #0C1729;
  border: 1px solid var(--tone-base);
}
.bottom-summary .text-story{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: baseline;
  gap: calc(1.5rem * .75);
  padding: calc(1.5rem * .75) calc(2.04rem * 1.5);
  border-bottom: 1px solid var(--tone-base);
  background: #EAF1FA;color:#22314A;}
.bottom-summary .text-story span,
.bottom-summary .text-story strong{font-size: calc(18.8px * .875);}
.bottom-summary .text-story strong{font-weight: 600;}
.bottom-summary .team-nav{display: grid;
  grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr);
  gap: 2.04rem;
  padding: calc(2.04rem * 1.5);}
.bottom-summary h2{margin: 0;
  font-size: calc(18.8px * 2);
  line-height: 1.1;}
.bottom-summary .soft-callout p{margin: calc(1.5rem * .75) 0 0;
  font-size: calc(18.8px * 1.125);}
.bottom-summary .local-wrap{display: flex;
  flex-direction: column;
  gap: calc(1.5rem * .75);}
.bottom-summary .service-details{
  display: grid;
  grid-template-columns: minmax(6rem, .28fr) minmax(0, 1fr);
  gap: calc(1.5rem * .75);
  padding: calc(1.5rem * .75);
  border-radius: 0.48rem;
  background: #EAF1FA;
  color: var(--paint-main);
  border-left: 3px solid #00B7C2;
}
.bottom-summary .service-details span{font-size: calc(18.8px * .875);
  font-weight: 600;
  letter-spacing: .01em;}
.bottom-summary h3{margin: 0;
  font-size: calc(18.8px * 1.35);}
.bottom-summary .service-details p{margin: calc(calc(1.5rem * .75) * .5) 0 0;}
@media (max-width: 800px) {.bottom-summary .team-nav,
  .bottom-summary .service-details{
    grid-template-columns: 1fr;
    padding: calc(1.5rem * .75);
  }.bottom-summary .text-story{
    padding: calc(1.5rem * .75);
  }
}
.legal{padding:calc(1.5rem * 2.4) 2.11rem;background:var(--ink-muted);color:var(--paint-main)}
.legal .simple-footer{max-width:min(1400px,64rem);margin:0 auto}
.legal h2{margin:0;font-size:calc(18.8px * 2.65);line-height:1.08}
.legal .team-unit{margin:1.5rem 0 calc(2.04rem * 1.5);font-size:calc(18.8px * 1.125);}
.legal .open-header{display:flex;flex-direction:column;gap:0;border-top:1px solid var(--tone-base)}
.legal .bottom-wrap{padding:2.04rem 0;display:grid;grid-template-columns:minmax(0,1fr);gap:calc(1.5rem * .75)}
.legal .bottom-wrap + .bottom-wrap{border-top:1px solid var(--tone-base)}
.legal h3{margin:0;font-size:calc(18.8px * 1.35);line-height:1.25}
.legal .bottom-wrap p{margin:0}
@media (min-width:900px){.legal .bottom-wrap{grid-template-columns:minmax(0,18rem) minmax(0,1fr);gap:calc(2.04rem * 1.5);align-items:start}
}
.team-list{
  padding: calc(1.5rem * 2.4) 2.11rem;
  background: #EAF1FA;
  color: #22314A;
}
.team-list .page-method{max-width: 1400px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.1fr);
  gap: 2.04rem;
  align-items: start;}
.team-list .top-lead{
  padding: calc(1.5rem * .75);
  border-radius: 1.2rem;
  background: #062A63;
  color: #F2F6FB;
}
.team-list .top-lead span{
  display: inline-block;
  color: #04212B;
  background: #00B7C2;
  font-size: calc(18.8px * .875);
  padding: 0.25rem 0.7rem;
  border-radius: 0.31rem;
  letter-spacing: 0.02em;
}
.team-list h2{margin: calc(2.04rem * 1.5) 0 0;
  font-size: calc(18.8px * 2);
  line-height: 1.12;}
.team-list .top-lead p{margin: calc(2.04rem * 1.5) 0 0;
  font-size: calc(18.8px * 1.125);
  line-height: 1.79;}
.team-list .contact-figure{display: flex;
  flex-direction: column;
  gap: calc(2.04rem * 1.5);}
.team-list .contact-figure div{
  padding: calc(1.5rem * .75);
  border-radius: 0.48rem;
  background: #FFFFFF;
  color: #0C1729;
  border: 1px solid var(--tone-base);
  box-shadow: 0 1px 8px rgba(0,0,0,0.17);
}
.team-list .contact-figure strong{display: block;
  font-size: calc(18.8px * 1.35);
  line-height: 1.2;}
.team-list .contact-figure p{margin: calc(2.04rem * 1.5) 0 0;
  line-height: 1.79;}
.team-list .contact-figure a{text-decoration: underline;
  text-underline-offset: 2px;}
.team-list .contact-figure a:hover{}
@media (max-width: 760px) {.team-list .page-method{
    grid-template-columns: 1fr;
  }
}
.top-feature{
  background: var(--ink-muted);
  color: var(--paint-main);
  padding: calc(1.5rem * 2.4) 2.11rem;
}
.top-feature .page-method{width: min(100%, 1400px);
  margin: 0 auto;}
.top-feature .top-items{display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: calc(2.04rem * 1.5);}
.top-feature .bottom-wrap{
  margin: 0;
  font-size: calc(18.8px * .875);
  line-height: 1.79;
  color: #22314A;
  background: #EAF1FA;
  padding: 6px 12px;
  border-radius: 0.31rem;
}
.top-feature h1{margin: 0;
  font-size: calc(18.8px * 2.65);
  line-height: 1.05;
  letter-spacing: -0.01em;}
.top-feature .group{margin: 0;
  font-size: calc(18.8px * 1.125);
  line-height: 1.79;
  color: var(--paint-main);}
.top-feature .quiet-service{display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 2.04rem;
  min-width: 0;}
.top-feature a{max-width: 100%;
  overflow-wrap: anywhere;
  text-decoration: none;
  font-size: 18.8px;}
.top-feature .quiet-tile{
  padding: 13px 22px;
  border-radius: 0.48rem;
  background: var(--paint-panel);
  color: #FFFFFF;
  font-weight: 700;
  transition: background 390ms var(--motion-panel);
}
.top-feature .quiet-tile:hover{
  background: #0A4FB8;color:#0C1729;}
.top-feature .clear-tile{padding: 4px 0;
  color: #0B5FD9;
  border-bottom: 1px solid var(--tone-base);
  transition: color 390ms var(--motion-panel), border-color 390ms var(--motion-panel);}
.top-feature .clear-tile:hover{color:inherit;
  border-color: #00B7C2;}
@media (max-width: 640px) {.top-feature .quiet-service{
    flex-direction: column;
    align-items: flex-start;
    gap: 1.5rem;
  }
}
