:root {
  --speed-hover: ease-in-out;
  --tone-cool: #FFFFFF;
  --surface-soft: #0E1B2C;
  --surface-deep: #D5DEE9;
}
body{margin:0;padding:0;font-family:"Sora", sans-serif;}
*{box-sizing:border-box;}
.media-rail {
    width: 100%;
    background: #0B3C8C;
    color: #FFFFFF;
    border-bottom: 1px solid var(--surface-deep);
    padding: calc(1.9rem * 1.5) 0;
  }
.secondary-fields {
    max-width: 1260px;
    margin: 0 auto;
    padding: 0 2.46rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.9rem;
  }
.simple-nav {
    font-size: calc(17.6px * 1.125);
    font-weight: 700;
    letter-spacing: 0.02em;
    color: #FFFFFF;
    text-decoration: none;
    white-space: nowrap;
  }
.simple-nav:hover {
    color: #C81E2B;
  }
.nav-desktop {
    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.9rem;
  }
.nav-list a {
    display: inline-block;
    padding: 0.4rem 0.2rem;
    font-size: 17.6px;
    color: #FFFFFF;
    text-decoration: none;
    border-bottom: 2px solid transparent;
    transition: color 270ms var(--speed-hover),
                border-color 270ms var(--speed-hover);
  }
.nav-list a:hover,
  .nav-list a:focus-visible {
    color: #C81E2B;
    border-bottom-color: #C81E2B;
    outline: none;
  }
.strong-service {
    display: flex;
    align-items: center;
    gap: 1.9rem;
  }
.media-wrap {
    font-size: calc(17.6px * .875);
    color: #FFFFFF;
    text-decoration: none;
    opacity: 0.85;
    transition: opacity 270ms var(--speed-hover),
                color 270ms var(--speed-hover);
  }
.media-wrap:hover {
    opacity: 1;
    color: #C81E2B;
  }
.public-headline {
    display: inline-block;
    padding: 0.55rem 1.1rem;
    background: #0B3C8C;
    color: #FFFFFF;
    font-size: calc(17.6px * .875);
    font-weight: 600;
    text-decoration: none;
    border-radius: 0.44rem;
    box-shadow: 0 2px 8px rgba(0,0,0,0.14);
    transition: background 270ms var(--speed-hover),
                transform 270ms var(--speed-hover);
  }
.public-headline:hover{
    background: #082E6E;
    transform: translateY(-1px);color:var(--surface-soft);}
.compact-visual {
    display: none;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    width: 40px;
    height: 40px;
    padding: 0;
    background: transparent;
    border: 1px solid #FFFFFF;
    border-radius: 0.29rem;
    cursor: pointer;
  }
.items{
    display: block;
    width: 20px;
    height: 2px;
    margin: 0 auto;
    background: #FFFFFF;
    transition: transform 270ms var(--speed-hover),
                opacity 270ms var(--speed-hover);color:var(--surface-soft);}
.compact-visual[aria-expanded="true"] .items:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }
.compact-visual[aria-expanded="true"] .items:nth-child(2) {
    opacity: 0;
  }
.compact-visual[aria-expanded="true"] .items:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }
.nav-mobile{
    display: none;
    width: 100%;
    background: #0B3C8C;
    border-top: 1px solid var(--surface-deep);
    padding: calc(1.9rem * 1.5) 2.46rem;color:#FFFFFF;}
.nav-mobile[hidden]{display: none;}
.nav-list-mobile {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: calc(1.9rem * 1.5);
  }
.nav-list-mobile a {
    display: block;
    font-size: 17.6px;
    color: #FFFFFF;
    text-decoration: none;
    padding: 0.35rem 0;
  }
.nav-list-mobile a:hover,
  .nav-list-mobile a:focus-visible {
    color: #C81E2B;
    outline: none;
  }
.top-tile {
    margin-top: calc(1.9rem * 1.5);
  }
.service-surface {
    display: block;
    text-align: center;
  }
@media (max-width: 900px) {
    .nav-desktop {
      display: none;
    }

    .media-wrap {
      display: none;
    }

    .compact-visual {
      display: flex;
    }

    .nav-mobile:not([hidden]) {
      display: block;
    }
  }
@media (max-width: 480px) {
    .secondary-fields {
      gap: calc(1.9rem * 1.5);
    }

    .simple-nav {
      font-size: 17.6px;
    }

    .public-headline:not(.service-surface) {
      display: none;
    }
  }
.top-feature{font-family:"Sora", sans-serif;font-size:calc(17.6px * .875);line-height:1.8;width:100%;padding:0;background:#0B3C8C;color:#FFFFFF;}
.plain-summary{max-width:1260px;margin:0 auto;padding:calc(1.5rem * 2.4) 2.46rem;box-sizing:border-box}
.content-summary{display:grid;grid-template-columns:1.4fr 1fr 1fr 1fr 1.4fr;gap:1.9rem;align-items:start}
.content-shell{min-width:0}
.media-visual{font-size:calc(17.6px * 1.125);font-weight:600;margin:0 0 calc(1.9rem * 1.5) 0;letter-spacing:0.01em}
.site-nav{margin:0;max-width:28ch;opacity:0.85}
.plain-panel{font-size:17.6px;font-weight:600;margin:0 0 calc(1.9rem * 1.5) 0;text-transform:none;letter-spacing:0.01em}
.simple-content{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:calc(calc(1.9rem * 1.5) / 2)}
.simple-content a{color:inherit;text-decoration:none;transition:opacity 270ms var(--speed-hover)}
.simple-content a:hover,
  .simple-content a:focus-visible{opacity:0.75;text-decoration:underline;outline:none;color:inherit}
.entries li{display:flex;flex-direction:column;gap:2px}
.soft-proof{font-weight:600;font-size:calc(17.6px * .875);opacity:0.85}
.secondary-media{margin-top:calc(1.5rem * 2.4);padding-top:calc(1.9rem * 1.5);border-top:1px solid rgba(255, 255, 255, 0.18);display:flex;flex-direction:column;gap:calc(1.9rem * 1.5)}
.offer-intro{margin:0;font-size:calc(17.6px * .875);opacity:0.85;max-width:90ch}
.offer-intro a{color:inherit;text-decoration:underline}
.media-tile{margin:0;font-size:calc(17.6px * .875);opacity:0.75}
@media (max-width: 1024px) {.content-summary{grid-template-columns:1fr 1fr 1fr}.media-visual{grid-column:1 / -1}
  }
@media (max-width: 640px) {.content-summary{grid-template-columns:1fr 1fr}.plain-summary{padding:calc(1.9rem * 1.5) 2.46rem}.soft-nav{grid-column:1 / -1}
  }
@media (max-width: 420px) {.content-summary{grid-template-columns:1fr}
  }
footer,footer *{border-radius:0!important;}
.cookies{position:fixed;left:2.46rem;bottom:1.5rem;width:min(360px,calc(100vw - (2.46rem * 2)));z-index:1200;}
.cookies .narrow-tile{border:1px solid var(--surface-deep);border-radius:0.84rem;background:var(--tone-cool);color:var(--surface-soft);padding:1.5rem 2.46rem;box-shadow:0 2px 8px rgba(0,0,0,0.14);}
.cookies .narrow-tile h3{margin:0 0 6px;}
.cookies .narrow-tile p{margin:0;}
.cookies .steady-summary{margin-top:12px;display:flex;gap:8px;}
.cookies .steady-summary button{flex:1;border:1px solid var(--surface-deep);border-radius:0.29rem;background:var(--tone-cool);color:var(--surface-soft);padding:8px 10px;cursor:pointer;}
.cookies .steady-summary button.cookie-accept{background:#0B3C8C;border-color:#0B3C8C;color:#FFFFFF;}
.featured-steps{padding:calc(1.5rem * 3) 2.46rem;background:#F5F8FB;color:#0E1B2C;}
.featured-steps .frame{max-width:1260px;margin:0 auto;}
.featured-steps .contact-method{display:flex;gap:1.9rem;align-items:center;justify-content:space-between;flex-wrap:wrap;}
.featured-steps .offer-actions{flex:1 1 32rem;min-width:0;display:flex;flex-direction:column;gap:calc(1.9rem * 1.5);}
.featured-steps h1{margin:0;font-size:clamp(2rem,4.3vw,3.5rem);line-height:1.1;}
.featured-steps .contact-story{margin:0;font-size:calc(17.6px * 1.125);line-height:1.8;}
.featured-steps .steady-summary{display:flex;flex-wrap:wrap;gap:.7rem;}
.featured-steps .steady-summary a{padding:.64rem .95rem;border-radius:0.44rem;text-decoration:none;background:#0B3C8C;color:#FFFFFF;font-weight:700;transition:background 270ms var(--speed-hover);}
.featured-steps .steady-summary a:hover{background:#082E6E;color:#FFFFFF;}
.featured-steps .steady-summary a:nth-child(even){background:#C81E2B;color:#FFFFFF;}
.featured-steps .steady-summary a:nth-child(even):hover{background:#A5151F;color:#FFFFFF;}
.featured-steps .open-team{margin:0;font-size:calc(17.6px * .875);color:#22334A;}
.featured-steps .open-team a{color:#0B3C8C;text-decoration:underline;}
.featured-steps .open-team a:hover{color:#C81E2B;}
.featured-steps .content-body{flex:0 1 min(31rem,36vw);min-width:0;}
.featured-steps img{width:min(31rem,100%);height:auto;object-fit:contain;display:block;border-radius:1.09rem;box-shadow:0 8px 22px rgba(0,0,0,0.18);}
@media (max-width:720px){.featured-steps .content-body{flex:1 1 100%;}.featured-steps img{width:100%;}
    }
.direct-shell{--mark-content:calc(1.5rem * 1.02);padding:calc(1.5rem * 2.4) 2.46rem;background:#C81E2B;color:#FFFFFF;}
.direct-shell .compact-headline{max-width:1260px;margin:0 auto;}
.direct-shell h2{font-size:calc(17.6px * 2);line-height:1.14;margin:0;}
.direct-shell p{margin:0;font-size:17.6px;line-height:1.8;}
.direct-shell .clear-shell{margin-top:calc(1.9rem * 1.5);color:color-mix(in srgb, currentColor 82%, transparent);}
.direct-shell .content-team{margin-top:calc(1.5rem * .75);font-size:calc(17.6px * .875);color:color-mix(in srgb, currentColor 74%, transparent);}
.direct-shell .content-team a{color:inherit;text-decoration:underline;text-underline-offset:3px;}
.direct-shell .open-team{display:flex;flex-wrap:wrap;align-items:center;gap:1.9rem;margin-top:var(--mark-content);}
.direct-shell a{color:inherit;text-decoration:none;}
.direct-shell .plain-service{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.29rem;background:#FFFFFF;color:#C81E2B;font-weight:600;transition:background 270ms var(--speed-hover),color 270ms var(--speed-hover);}
.direct-shell .plain-service:hover{background:#F5F8FB;color:#C81E2B;}
.direct-shell .top-track{font-size:calc(17.6px * .875);text-decoration:underline;text-underline-offset:3px;color:color-mix(in srgb, currentColor 88%, transparent);}
.direct-shell .top-track:hover{}
@media (max-width:640px){.direct-shell .open-team{flex-direction:column;align-items:flex-start;}.direct-shell .plain-service{width:100%;}
}
.visual-shell{--mark-content:calc(1.5rem * 1.05);padding:calc(1.5rem * 2.4) 2.46rem;background:#F5F8FB;color:#0E1B2C;}
.visual-shell .compact-headline{max-width:1260px;margin:0 auto;}
.visual-shell h2,.visual-shell h3,.visual-shell p{margin:0;}
.visual-shell h2{font-size:calc(17.6px * 2);line-height:1.14;}
.visual-shell h3{font-size:calc(17.6px * 1.35);line-height:1.25;}
.visual-shell p{font-size:17.6px;line-height:1.8;}
.visual-shell .offer{display:flex;flex-direction:column;gap:calc(1.9rem * 1.5);}
.visual-shell .clear-shell{color:#22334A;}
.visual-shell .steady-items{display:flex;flex-direction:column;gap:var(--mark-content);margin-top:calc(1.9rem * 1.5);}
.visual-shell .active-note{display:flex;flex-direction:column;gap:calc(calc(1.9rem * 1.5) * .6);padding:calc(1.5rem * .75) 0;border-top:1px solid var(--surface-deep);}
.visual-shell .active-note:last-child{border-bottom:1px solid var(--surface-deep);}
.visual-shell .active-note p{color:#22334A;}
.visual-shell .open-team{margin-top:calc(1.9rem * 1.5);font-size:calc(17.6px * .875);color:#22334A;}
.visual-shell .open-team a{color:#0B3C8C;text-decoration:none;border-bottom:1px solid #0B3C8C;}
.visual-shell .open-team a:hover{color:#C81E2B;border-bottom-color:#C81E2B;}
@media (min-width:900px){.visual-shell .offer{flex-direction:row;align-items:flex-end;justify-content:space-between;gap:1.5rem;}.visual-shell .offer h2{flex:0 0 auto;}.visual-shell .offer .clear-shell{flex:1 1 auto;text-align:right;}.visual-shell .active-note{flex-direction:row;align-items:flex-start;gap:1.5rem;}.visual-shell .active-note h3{flex:0 0 42%;}.visual-shell .active-note p{flex:1 1 auto;}
}
.bottom-wrap{
        padding:calc(calc(1.5rem * 2.4) * .82) 2.46rem calc(calc(1.5rem * 2.4) * .7);
        background:#0B3C8C;
        color:#FFFFFF;
    }
.answer{
        max-width:1260px;
        margin:0 auto;
    }
.bottom-form{
        display:flex;
        flex-direction:column;
        gap:clamp(.9rem,2vw,1.4rem);
        padding-top:clamp(1.1rem,3vw,2.1rem);
        border-top:1px solid color-mix(in srgb,currentColor 26%,transparent);
    }
.bottom-wrap h1{margin:0;
        font-size:clamp(2.1rem,6.4vw,4.6rem);
        line-height:1.02;
        font-weight:740;
        letter-spacing:-0.01em;}
.bottom-wrap p{margin:0;
        font-size:clamp(1rem,1.9vw,1.24rem);
        line-height:1.68;
        color:color-mix(in srgb,currentColor 80%,transparent);}
@media (max-width:700px){.bottom-wrap{
            padding-top:calc(calc(1.5rem * 2.4) * .64);
            padding-bottom:calc(calc(1.5rem * 2.4) * .58);
        }
    }
.active-benefit{
        background: linear-gradient(135deg, #0B3C8C 0%, #14509E 55%, #1E63B8 100%);
        color: #FFFFFF;
        padding: calc(1.5rem * 2.4) 2.46rem;
    }
.active-benefit .compact-headline{width: min(100%, 1260px);
        margin: 0 auto;
        display: grid;
        gap: 1.9rem;}
.active-benefit h2,
    .active-benefit h3,
    .active-benefit p{margin: 0;}
.active-benefit h2{font-size: calc(17.6px * 2);
        line-height: 1.1;}
.active-benefit h3{font-size: calc(17.6px * 1.35);
        line-height: 1.2;}
.active-benefit p{font-size: 17.6px;
        line-height: 1.8;}
.active-benefit .bottom-feature{
        display: grid;
        gap: calc(1.9rem * .6);
        padding: calc(1.9rem * 1.5);
        border-radius: 0.84rem;
        background: linear-gradient(135deg, #C81E2B 0%, #E23A44 100%);
        color: #FFFFFF;
    }
.active-benefit .team-links{display: flex;
        flex-wrap: wrap;
        gap: calc(1.5rem * .75);}
.active-benefit .service-visual{
        flex: 1 1 22rem;
        display: grid;
        gap: calc(calc(1.5rem * .75) * .7);
        align-content: start;
        padding: 1.5rem;
        border-radius: 0.44rem;
        background: var(--tone-cool);
        color: var(--surface-soft);
        border: 1px solid var(--surface-deep);
        animation: activitiesPocketIn calc(270ms * 2.2) var(--speed-hover) both;
        animation-delay: var(--delay-base, 0ms);
    }
.active-benefit .featured-quote{display: flex;
        align-items: baseline;
        justify-content: space-between;
        gap: calc(1.5rem * .75);
        font-size: calc(17.6px * .875);}
.active-benefit .strong-content{
        padding: 2px 10px;
        border-radius: 0.29rem;
        background: #C81E2B;
        color: #FFFFFF;
        letter-spacing: .02em;
    }
.active-benefit .quiet-contact{font-variant-numeric: tabular-nums;}
.active-benefit .plain-service{
        width: fit-content;
        padding: calc(calc(1.5rem * .75) * .75) 1.5rem;
        border-radius: 0.44rem;
        background: #0B3C8C;
        color: #FFFFFF;
        text-decoration: none;
        transition: background 270ms var(--speed-hover);
    }
.active-benefit .plain-service:hover{
        background: #082E6E;color:var(--surface-soft);}
@keyframes activitiesPocketIn {from{
            opacity: .2;
            transform: translateY(8px);
        }to{
            opacity: 1;
            transform: translateY(0);
        }
    }
@media (max-width: 900px) {.active-benefit .service-visual{
            flex: 1 1 100%;
        }
    }
.public-details{
  background: #F5F8FB;
  color: #0E1B2C;
  padding: calc(1.5rem * 2.4) 2.46rem;
}
.public-details .compact-headline{width: min(100%, 1260px);
  margin: 0 auto;
  display: grid;
  gap: calc(1.9rem * 1.5);}
.public-details h2,
.public-details h3,
.public-details p{margin: 0;}
.public-details h2{font-size: calc(17.6px * 2); line-height: 1.1;}
.public-details h3{font-size: calc(17.6px * 1.35); line-height: 1.2;}
.public-details p{font-size: 17.6px; line-height: 1.8;}
.public-details .page-flow{display: grid;
  gap: calc(1.5rem * .75);
  padding-bottom: calc(1.9rem * 1.5);
  border-bottom: 1px solid var(--surface-deep);}
.public-details .clear-shell{font-size: calc(17.6px * 1.125);
  color: #22334A;}
.public-details .strong-wrap{display: grid;
  gap: 0;}
.public-details .featured-quote{display: grid;
  grid-template-columns: minmax(6rem, 0.16fr) minmax(12rem, 0.34fr) minmax(0, 1fr);
  gap: 1.9rem;
  align-items: start;
  padding: calc(1.5rem * .75) 0;
  border-bottom: 1px solid var(--surface-deep);}
.public-details .featured-quote:first-child{border-top: 1px solid var(--surface-deep);}
.public-details .strong-content{font-size: calc(17.6px * .875);
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #22334A;
  padding-top: 0.35rem;}
.public-details .primary-summary{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 1.9rem;
  padding: calc(1.5rem * .75) calc(1.9rem * 1.5);
  border-radius: 0.84rem;
  background: var(--tone-cool);
  color: var(--surface-soft);
  border: 1px solid var(--surface-deep);
  box-shadow: 0 2px 8px rgba(0,0,0,0.14);
}
.public-details .primary-summary p{flex: 1 1 22rem;}
.public-details .primary-summary a{
  color: #FFFFFF;
  background: #0B3C8C;
  text-decoration: none;
  padding: 0.7rem 1.2rem;
  border-radius: 0.44rem;
  font-size: calc(17.6px * .875);
  transition: background 270ms var(--speed-hover);
}
.public-details .primary-summary a:hover{
  background: #082E6E;color:var(--surface-soft);}
@media (max-width: 800px) {.public-details .featured-quote{
    grid-template-columns: 1fr;
    gap: calc(1.5rem * .75);
  }.public-details .primary-summary{
    flex-direction: column;
    align-items: flex-start;
  }
}
.brand{
        padding:calc(calc(1.5rem * 2.4) * .82) 2.46rem;
        background:#0B3C8C;
        color:#FFFFFF;
    }
.answer{
        max-width:1260px;
        margin:0 auto;
        display:flex;
        flex-direction:column;
        gap:calc(1.9rem * 1.5);
    }
.bottom-form{
        display:flex;
        flex-direction:column;
        gap:clamp(.9rem,2vw,1.4rem);
        padding-top:clamp(1.1rem,3vw,2.1rem);
        border-top:1px solid color-mix(in srgb,currentColor 26%,transparent);
    }
.brand h1{margin:0;
        max-width:22ch;
        font-size:clamp(2rem,5.4vw,3.9rem);
        line-height:1.04;
        font-weight:740;
        letter-spacing:-0.01em;}
.brand p{margin:0;
        max-width:56rem;
        font-size:clamp(1rem,1.6vw,1.2rem);
        line-height:1.7;
        color:color-mix(in srgb,currentColor 80%,transparent);}
@media (max-width:700px){.brand{
            padding-top:calc(calc(1.5rem * 2.4) * .66);
            padding-bottom:calc(calc(1.5rem * 2.4) * .66);
        }.brand h1{
            max-width:100%;
            line-height:1.08;
        }
    }
.plain-proof{--mark-content:calc(1.5rem * 1.18);--label-quiet:calc(1260px / 3.6);padding:calc(1.5rem * 2.4) 2.46rem;background:#0B3C8C;color:#FFFFFF;}
.plain-proof .compact-headline{max-width:1260px;margin:0 auto;display:flex;flex-direction:column;gap:var(--mark-content);}
.plain-proof h2,.plain-proof h3,.plain-proof p{margin:0;}
.plain-proof h2{font-size:calc(17.6px * 2);line-height:1.14;}
.plain-proof h3{font-size:calc(17.6px * 1.35);line-height:1.22;}
.plain-proof p{font-size:17.6px;line-height:1.8;}
.plain-proof .offer{display:flex;flex-wrap:wrap;gap:1.9rem;align-items:flex-start;}
.plain-proof .offer h2{flex:1 1 calc(1260px / 3);min-width:0;}
.plain-proof .clear-shell{flex:1 1 calc(1260px / 3);min-width:0;opacity:.88;}
.plain-proof .offer-story{display:flex;flex-wrap:wrap;gap:var(--mark-content);}
.plain-proof .active-note{flex:1 1 var(--label-quiet);min-width:0;padding-block-start:calc(1.5rem * .75);border-top:1px solid rgba(255,255,255,.22);}
.plain-proof .active-note p{margin-top:calc(1.5rem / 3.2);opacity:.86;}
.plain-proof .content-team{opacity:.9;border-top:1px solid rgba(255,255,255,.22);padding-block-start:calc(1.5rem * .75);}
.plain-proof a{color:inherit;text-decoration:underline;text-underline-offset:3px;}
.plain-proof a:hover{color:inherit;}
@media (max-width:720px){.plain-proof .offer h2,.plain-proof .clear-shell{flex:1 1 100%;}.plain-proof .active-note{flex:1 1 100%;}
}
.site-note{
  background: linear-gradient(135deg, #0B3C8C 0%, #14509E 55%, #1E63B8 100%);
  color: #FFFFFF;
  padding: calc(1.5rem * 2.4) 2.46rem;
}
.site-note .compact-headline{width: min(100%, 1260px);
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: calc(1.9rem * 1.5);}
.site-note .offer{display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: calc(1.5rem * .75) 1.9rem;}
.site-note h2{margin: 0;
  font-size: calc(17.6px * 2);
  line-height: 1.05;
  flex: 0 1 20ch;}
.site-note .clear-shell{margin: 0;
  flex: 1 1 22rem;
  min-width: 0;
  font-size: calc(17.6px * 1.125);
  line-height: 1.8;}
.site-note .content-steps{display: block;
  width: 100%;
  aspect-ratio: 21 / 8;
  object-fit: cover;
  border-radius: 1.09rem;
  box-shadow: 0 8px 22px rgba(0,0,0,0.18);}
.site-note .open-footer{display: flex;
  flex-wrap: wrap;
  gap: 1.5rem 1.9rem;}
.site-note .strip{flex: 0 1 20rem;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: calc(1.5rem * .75);}
.site-note .main-steps{flex: 1 1 22rem;
  min-width: 0;
  display: flex;
  flex-wrap: wrap;
  gap: calc(1.5rem * .75) 1.9rem;}
.site-note .main-steps p{flex: 1 1 min(100%, 16rem);
  margin: 0;
  line-height: 1.8;}
.site-note .featured-quote{margin: 0;
  line-height: 1.8;}
.site-note strong{display: block;
  margin-bottom: calc(calc(1.5rem * .75) * .3);
  font-size: 17.6px;}
@media (max-width: 820px) {.site-note .content-steps{ aspect-ratio: 16 / 10; }.site-note h2{ flex: 1 1 100%; }
}
.media-method{--mark-content:calc(1.5rem * 1.05);--state-soft:calc(1260px / 3.4);padding:calc(1.5rem * 2.4) 2.46rem;background:#F5F8FB;color:#0E1B2C;}
.media-method .compact-headline{max-width:1260px;margin:0 auto;}
.media-method h1,.media-method h2,.media-method h3,.media-method p{margin:0;}
.media-method h2{font-size:calc(17.6px * 2);line-height:1.14;}
.media-method p{font-size:17.6px;line-height:1.8;}
.media-method a{color:inherit;text-decoration:none;}
.media-method .content-team{font-size:calc(17.6px * .875);letter-spacing:0.04em;text-transform:uppercase;color:#22334A;}
.media-method .clear-shell{margin-top:calc(1.5rem / 2);color:#22334A;}
.media-method .offer-actions h2{margin-top:calc(1.5rem / 2.6);}
.media-method .plain-service{display:inline-flex;align-items:center;justify-content:center;width:max-content;max-width:100%;padding:calc(calc(1.5rem * .75) * 0.85) 1.5rem;border-radius:0.29rem;background:#0B3C8C;color:#FFFFFF;transition:background 270ms var(--speed-hover);}
.media-method .plain-service:hover{background:#082E6E;color:var(--surface-soft);}
.media-method .offer-story{display:flex;flex-wrap:wrap;gap:1.9rem;margin-top:var(--mark-content);}
.media-method .active-note{flex:1 1 var(--state-soft);min-width:0;padding:calc(1.5rem * .75);border:1px solid var(--surface-deep);border-radius:0.44rem;background:var(--tone-cool);color:var(--surface-soft);}
.media-method .active-note p{color:var(--surface-soft);}
.media-method .secondary-header{display:flex;flex-wrap:wrap;align-items:flex-start;gap:1.9rem;}
.media-method .secondary-header>.offer-actions{flex:1 1 auto;min-width:0;}
.media-method .secondary-header>.plain-service{flex:0 0 auto;margin-top:calc(1.5rem / 2);}
.media-method .secondary-header>.offer-story{flex:1 1 100%;}
@media (max-width:720px){.media-method .secondary-header>.plain-service{width:100%;}.media-method .active-note{flex:1 1 100%;}
}
.quiet-stack{
        padding:calc(calc(1.5rem * 2.4) * .82) 2.46rem;
        background:#0B3C8C;
        color:#FFFFFF;
    }
.answer{
        max-width:1260px;
        margin:0 auto;
        display:flex;
        flex-direction:column;
        gap:calc(1.9rem * 1.5);
    }
.bottom-form{
        padding-top:clamp(1.1rem,3vw,2.1rem);
        border-top:1px solid color-mix(in srgb,currentColor 26%,transparent);
    }
.quiet-stack h1{margin:0;
        max-width:20ch;
        font-size:clamp(2.1rem,6vw,4.4rem);
        line-height:1.02;
        font-weight:740;
        letter-spacing:-0.01em;}
.quiet-stack p{margin:clamp(1rem,2vw,1.5rem) 0 0;
        font-size:clamp(1rem,1.6vw,1.22rem);
        line-height:1.7;
        color:color-mix(in srgb,currentColor 80%,transparent);}
@media (max-width:700px){.quiet-stack{
            padding-top:calc(calc(1.5rem * 2.4) * .64);
            padding-bottom:calc(calc(1.5rem * 2.4) * .64);
        }.quiet-stack h1{max-width:100%;}
    }
.direct-rail{padding:calc(1.5rem * 2.4) 2.46rem;background:linear-gradient(135deg, #0B3C8C 0%, #14509E 55%, #1E63B8 100%);color:#FFFFFF;overflow:hidden}
.direct-rail .contact-header{max-width:1260px;margin:0 auto;display:grid;grid-template-columns:minmax(0,.85fr) minmax(0,1.15fr);gap:calc(1.9rem * 1.5);align-items:start}
.direct-rail .public-fields{position:sticky;top:1.5rem}
.direct-rail .public-fields span{display:block;margin-bottom:calc(1.5rem * .75);font-size:calc(17.6px * .875);letter-spacing:.02em;text-transform:uppercase;opacity:.82}
.direct-rail h2{margin:0 0 calc(1.5rem * .75);font-size:calc(17.6px * 2.65);line-height:1.02}
.direct-rail .clear-shell{margin:0 0 calc(1.5rem * .75);font-size:17.6px;line-height:1.8}
.direct-rail .open-team{display:flex;flex-wrap:wrap;gap:1.9rem}
.direct-rail .open-team a{color:#FFFFFF;font-size:calc(17.6px * .875);text-decoration:underline;text-underline-offset:3px;transition:opacity 270ms var(--speed-hover)}
.direct-rail .open-team a:hover{opacity:.72}
.direct-rail .featured-shell{display:flex;flex-direction:column;gap:calc(1.5rem * .75)}
.direct-rail .main-area{padding:1.9rem;border-radius:0.84rem;background:var(--tone-cool);color:var(--surface-soft);border:1px solid var(--surface-deep);border-left:3px solid #C81E2B;transition:transform 270ms var(--speed-hover),border-color 270ms var(--speed-hover)}
.direct-rail .main-area:hover{transform:translateX(4px);border-color:#2E6BD6}
.direct-rail .main-area span{display:inline-block;margin-bottom:calc(calc(1.5rem * .75) / 2);font-size:calc(17.6px * .875);font-weight:600;}
.direct-rail h3{margin:0 0 calc(calc(1.5rem * .75) / 2);font-size:calc(17.6px * 1.35);line-height:1.15}
.direct-rail .main-area p{margin:0;font-size:17.6px;line-height:1.8}
@media (max-width: 820px){.direct-rail .contact-header{grid-template-columns:1fr}.direct-rail .public-fields{position:relative;top:auto}.direct-rail .main-area:hover{transform:none}
}
.featured-proof{
  --mark-content:calc(1.5rem * 1.05);
  --state-content:calc(1260px / 3.6);
  padding:calc(1.5rem * 2.4) 2.46rem;
  background:#F5F8FB;
  color:#0E1B2C;
}
.featured-proof .compact-headline{max-width:1260px;
  margin:0 auto;
  display:flex;
  flex-wrap:wrap;
  gap:1.9rem;
  align-items:flex-start;}
.featured-proof h2,
.featured-proof h3,
.featured-proof p{margin:0;}
.featured-proof h2{font-size:calc(17.6px * 2);
  line-height:1.14;}
.featured-proof h3{font-size:calc(17.6px * 1.35);
  line-height:1.24;}
.featured-proof p{font-size:17.6px;
  line-height:1.8;}
.featured-proof a{color:#0B3C8C;
  text-decoration:underline;
  text-underline-offset:3px;}
.featured-proof a:hover{color:#C81E2B;}
.featured-proof .offer{flex:1 1 calc(1260px / 3.2);
  min-width:0;}
.featured-proof .offer .clear-shell{margin-top:1.5rem;
  color:#22334A;}
.featured-proof .offer .content-team{margin-top:calc(1.5rem * .8);
  font-size:calc(17.6px * .875);
  color:#22334A;}
.featured-proof .offer-story{flex:2 1 calc(1260px / 2.1);
  min-width:0;
  display:flex;
  flex-direction:column;
  gap:var(--mark-content);
  border-left:1px solid var(--surface-deep);
  padding-left:1.9rem;}
.featured-proof .active-note{min-width:0;}
.featured-proof .active-note p{margin-top:calc(1.5rem / 3.2);
  color:#22334A;}
.featured-proof .strip{flex:1 1 var(--state-content);
  min-width:0;
  display:flex;
  flex-direction:column;
  gap:calc(1.5rem / 2.4);}
.featured-proof .strip img{display:block;
  width:100%;
  height:auto;
  border-radius:0.44rem;
  box-shadow:0 2px 8px rgba(0,0,0,0.14);}
.featured-proof .strip .page-flow{font-size:calc(17.6px * .875);
  color:#22334A;}
.featured-proof .strip .contact-items{font-size:calc(17.6px * .875);
  padding-top:calc(1.5rem / 2.4);
  border-top:1px solid var(--surface-deep);}
@media (max-width:900px){.featured-proof .offer-story{
    border-left:0;
    padding-left:0;
    border-top:1px solid var(--surface-deep);
    padding-top:var(--mark-content);
  }
}
.public-items{
        padding:calc(calc(1.5rem * 2.4) * .82) 2.46rem;
        background:#0B3C8C;
        color:#FFFFFF;
    }
.answer{
        max-width:1260px;
        margin:0 auto;
        display:flex;
        flex-direction:column;
        gap:calc(1.9rem * 1.5);
    }
.bottom-form{
        padding-top:clamp(1.1rem,2.6vw,1.9rem);
        border-top:1px solid color-mix(in srgb,currentColor 26%,transparent);
    }
.public-items h1{margin:0;
        max-width:22ch;
        font-size:clamp(2rem,5.4vw,3.9rem);
        line-height:1.04;
        font-weight:740;
        letter-spacing:-0.01em;}
.public-items p{margin:clamp(.9rem,1.8vw,1.35rem) 0 0;
        max-width:46rem;
        font-size:clamp(1rem,1.6vw,1.2rem);
        line-height:1.7;
        color:color-mix(in srgb,currentColor 80%,transparent);}
@media (max-width:700px){.public-items{
            padding-top:calc(calc(1.5rem * 2.4) * .6);
            padding-bottom:calc(calc(1.5rem * 2.4) * .6);
        }.public-items h1{
            max-width:100%;
            font-size:clamp(1.75rem,7.5vw,2.4rem);
        }
    }
.mark{--mark-content:calc(1.5rem * 1.28);--layer-local:calc(1260px / 2.4);--type-large:calc(1260px / 3.5);padding:calc(1.5rem * 2.4) 2.46rem;background:#F5F8FB;color:#0E1B2C;}
.mark .compact-headline{max-width:1260px;margin:0 auto;}
.mark h2,.mark h3,.mark p{margin:0;}
.mark h2{font-size:calc(17.6px * 2);line-height:1.14;}
.mark h3{font-size:calc(17.6px * 1.35);line-height:1.22;}
.mark p{font-size:17.6px;line-height:1.8;}
.mark .clear-shell{color:#22334A;}
.mark .content-team{margin-top:var(--mark-content);font-size:calc(17.6px * .875);color:#22334A;}
.mark .content-team a{color:#0B3C8C;text-decoration:underline;text-underline-offset:3px;}
.mark .content-team a:hover{color:#C81E2B;}
.mark img{display:block;width:100%;height:auto;border-radius:0.44rem;}
.mark .text-footer>img{margin-top:var(--mark-content);}
.mark .text-footer>.clear-shell{margin-top:1.5rem;}
.mark .offer-story{display:flex;flex-wrap:wrap;align-items:flex-start;gap:1.9rem;margin-top:var(--mark-content);}
.mark .active-note{flex:1 1 calc(1260px / 4);min-width:0;padding-top:calc(1.5rem * .75);border-top:2px solid var(--surface-deep);}
.mark .active-note p{margin-top:calc(1.5rem / 3);color:#22334A;}
@media (max-width:720px){.mark .active-note{flex:1 1 100%;}
}
.wide-tile{--mark-content:calc(1.5rem * 0.95);--layer-local:calc(1260px / 2.75);padding:calc(1.5rem * 2.4) 2.46rem;background:#0B3C8C;color:#FFFFFF;}
.wide-tile .compact-headline{max-width:1260px;margin:0 auto;}
.wide-tile h1,.wide-tile h2,.wide-tile h3,.wide-tile p{margin:0;}
.wide-tile h2{font-size:calc(17.6px * 2);line-height:1.12;}
.wide-tile p{font-size:17.6px;line-height:1.8;color:color-mix(in srgb, currentColor 78%, transparent);}
.wide-tile a{color:inherit;text-decoration:none;}
.wide-tile .plain-service{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.29rem;background:#FFFFFF;color:#0B3C8C;font-weight:600;}
.wide-tile .content-team a{text-decoration:underline;text-underline-offset:3px;}
.wide-tile .top-grid>h2,.wide-tile .top-grid>p,.wide-tile .top-grid>.plain-service{margin-top:1.5rem;}
.wide-tile .top-grid .clear-shell{margin-top:0;}
.visual-summary{
        padding:calc(calc(1.5rem * 2.4) * .82) 2.46rem;
        background:#0B3C8C;
        color:#FFFFFF;
    }
.answer{
        max-width:1260px;
        margin:0 auto;
        display:flex;
        flex-direction:column;
        gap:calc(1.9rem * 1.5);
    }
.bottom-form{
        padding-top:clamp(1.1rem,3vw,2.1rem);
        border-top:1px solid color-mix(in srgb,currentColor 26%,transparent);
    }
.visual-summary h1{margin:0;
        max-width:22ch;
        font-size:clamp(2rem,5.4vw,3.9rem);
        line-height:1.04;
        font-weight:720;
        letter-spacing:-0.01em;}
.visual-summary p{margin:clamp(.9rem,1.8vw,1.35rem) 0 0;
        max-width:56ch;
        font-size:clamp(1rem,1.6vw,1.22rem);
        line-height:1.7;
        color:color-mix(in srgb,currentColor 80%,transparent);}
@media (max-width:700px){.visual-summary{
            padding-top:calc(calc(1.5rem * 2.4) * .64);
            padding-bottom:calc(calc(1.5rem * 2.4) * .64);
        }.visual-summary h1{
            max-width:100%;
        }.visual-summary p{
            max-width:100%;
        }
    }
.open-quote{padding:calc(1.5rem * 2.4) 2.46rem;background:#F5F8FB;color:#0E1B2C;}
.open-quote .compact-headline{max-width:1260px;margin:0 auto;}
.open-quote h2,.open-quote h3,.open-quote p,.open-quote ol,.open-quote li{margin:0;}
.open-quote h2{font-size:calc(17.6px * 2);line-height:1.14;}
.open-quote h3{font-size:calc(17.6px * 1.35);line-height:1.22;}
.open-quote p{font-size:17.6px;line-height:1.8;}
.open-quote .offer{display:flex;flex-direction:column;gap:calc(1.5rem / 2.4);}
.open-quote .clear-shell{}
.open-quote .strip{list-style:none;padding:0;margin-top:calc(1.5rem * 1.1);display:flex;flex-direction:column;gap:0;border-top:1px solid var(--surface-deep);}
.open-quote .active-note{display:grid;grid-template-columns:minmax(150px,220px) 1fr;gap:1.9rem;padding:calc(1.9rem * 1.5) 0;border-bottom:1px solid var(--surface-deep);align-items:start;}
.open-quote .quiet-contact{display:flex;flex-direction:column;gap:calc(1.5rem / 4);}
.open-quote .main-method{font-size:calc(17.6px * .875);font-weight:600;letter-spacing:.02em;text-transform:uppercase;}
.open-quote .strong-content{display:inline-block;width:max-content;padding:2px 10px;border-radius:0.29rem;background:#C81E2B;color:#FFFFFF;font-size:calc(17.6px * .875);}
.open-quote .page-nav{display:flex;flex-direction:column;gap:calc(1.5rem / 3);}
.open-quote .page-nav p{}
.open-quote .content-team{margin-top:calc(1.5rem * 1.1);padding-top:calc(1.9rem * 1.5);border-top:1px solid var(--surface-deep);font-size:calc(17.6px * .875);}
@media (max-width:720px){.open-quote .active-note{grid-template-columns:1fr;gap:calc(1.5rem / 2.6);}
}
.team-story{padding:calc(1.5rem * 2.4) 2.46rem;background:#F5F8FB;color:#0E1B2C;}
.team-story .compact-headline{max-width:1260px;margin:0 auto;display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1.35fr);gap:1.9rem;align-items:start;}
.team-story h2,.team-story h3,.team-story p{margin:0;}
.team-story h2{font-size:calc(17.6px * 2);line-height:1.14;}
.team-story h3{font-size:calc(17.6px * 1.35);line-height:1.24;}
.team-story p{font-size:17.6px;line-height:1.8;}
.team-story .offer{grid-column:1 / -1;display:flex;flex-direction:column;gap:calc(1.9rem * 1.5);}
.team-story .clear-shell{color:#22334A;}
.team-story .strip{display:flex;flex-direction:column;gap:calc(1.5rem * .75);}
.team-story .active-note{padding:calc(1.5rem * .75) 0;border-top:1px solid var(--surface-deep);}
.team-story .active-note:first-child{border-top:0;padding-top:0;}
.team-story .active-note p{margin-top:calc(calc(1.9rem * 1.5) / 2);color:#22334A;}
.team-story .top-track{display:flex;flex-direction:column;gap:calc(1.9rem * 1.5);}
.team-story img{display:block;width:100%;height:auto;border-radius:0.84rem;box-shadow:0 2px 8px rgba(0,0,0,0.14);}
.team-story .content-team{padding:calc(1.5rem * .75);background:var(--tone-cool);color:var(--surface-soft);border:1px solid var(--surface-deep);border-radius:0.44rem;}
.team-story .open-team{display:flex;flex-wrap:wrap;gap:calc(1.9rem * 1.5);margin-top:calc(1.9rem * 1.5);}
.team-story .open-team a{color:#0B3C8C;text-decoration:none;font-size:calc(17.6px * .875);border-bottom:1px solid var(--surface-deep);padding-bottom:2px;transition:color 270ms var(--speed-hover),border-color 270ms var(--speed-hover);}
.team-story .open-team a:hover{color:#C81E2B;border-color:#C81E2B;}
@media (max-width:900px){.team-story .compact-headline{grid-template-columns:1fr;}
}
.public-entries{padding:calc(calc(1.5rem * 2.4) * .82) 2.46rem;background:#0B3C8C;color:#FFFFFF;}
.answer{max-width:1260px;margin:0 auto;display:flex;flex-direction:column;gap:calc(1.9rem * 1.5);}
.bottom-form{padding-top:clamp(1.1rem,3vw,2.1rem);border-top:1px solid color-mix(in srgb,currentColor 26%,transparent);}
.public-entries h1{margin:0;max-width:20ch;font-size:clamp(2rem,5.4vw,3.9rem);line-height:1.04;font-weight:740;letter-spacing:-0.01em;}
.public-entries p{margin:clamp(1rem,2vw,1.4rem) 0 0;font-size:clamp(1rem,1.6vw,1.2rem);line-height:1.7;color:color-mix(in srgb,currentColor 80%,transparent);}
@media (max-width:700px){.public-entries{padding-top:calc(calc(1.5rem * 2.4) * .66);padding-bottom:calc(calc(1.5rem * 2.4) * .66);}.public-entries h1{max-width:100%;}
    }
.plain-block{
  padding: calc(1.5rem * 2.4) 2.46rem;
  background: #C81E2B;
  color: #FFFFFF;
}
.plain-block .contact-brand{
  max-width: 1260px;
  margin: 0 auto;
  border-radius: 1.09rem;
  overflow: hidden;
  background: #F5F8FB;
  color: #0E1B2C;
  box-shadow: 0 16px 34px rgba(0,0,0,0.22);
}
.plain-block .active-visual{
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: calc(1.5rem * .75);
  padding: calc(1.5rem * .75) calc(1.9rem * 1.5);
  border-bottom: 1px solid var(--surface-deep);
  background: #E7EEF6;
  color: #22334A;
}
.plain-block .active-visual span{font-size: calc(17.6px * .875);
  letter-spacing: .02em;
  text-transform: uppercase;}
.plain-block a{text-decoration: none;}
.plain-block .active-visual a{font-size: calc(17.6px * .875);
  font-weight: 600;}
.plain-block .active-visual a:hover{}
.plain-block .page-nav{display: flex;
  flex-wrap: wrap;
  gap: 1.9rem;
  padding: calc(1.9rem * 1.5);}
.plain-block .clear-shell{flex: 1 1 320px;
  min-width: 0;}
.plain-block h2{margin: 0;
  font-size: calc(17.6px * 2);
  line-height: 1.12;}
.plain-block .clear-shell p{margin: calc(1.5rem * .75) 0 0;
  font-size: calc(17.6px * 1.125);}
.plain-block .clear-shell .content-team{font-size: calc(17.6px * .875);
  border-left: 3px solid #C81E2B;
  padding-left: calc(1.5rem * .75);}
.plain-block .media-callout{flex: 1 1 380px;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 0;
  border-top: 1px solid var(--surface-deep);}
.plain-block .media-callout a{display: block;
  padding: calc(1.5rem * .75) 0;
  border-bottom: 1px solid var(--surface-deep);}
.plain-block .media-callout a:hover strong{}
.plain-block .media-callout span,
.plain-block .media-callout small{display: block;
  font-size: calc(17.6px * .875);}
.plain-block .media-callout strong{display: block;
  margin: calc(calc(1.5rem * .75) * .3) 0;
  font-size: calc(17.6px * 1.35);
  transition: color 270ms var(--speed-hover);}
@media (max-width: 780px) {.plain-block .page-nav{
    padding: calc(1.5rem * .75);
  }.plain-block .active-visual{
    padding: calc(1.5rem * .75);
  }
}
.site-brand{
  background:#F5F8FB;
  color:#0E1B2C;
  padding:calc(1.5rem * 2.4) 2.46rem;
}
.site-brand .compact-headline{max-width:1260px;
  margin:0 auto;}
.site-brand .offer{display:flex;
  gap:calc(1.9rem * 1.5);
  align-items:flex-start;
  flex-wrap:wrap;}
.site-brand h2{flex:1 1 22rem;
  min-width:0;
  margin:0;
  font-size:calc(17.6px * 2);
  line-height:1.12;
  letter-spacing:0;}
.site-brand .offer p{flex:1 1 22rem;
  min-width:0;
  margin:0;
  color:#22334A;
  line-height:1.8;}
.site-brand .secondary-actions{margin-top:calc(1.9rem * 1.5);
  display:flex;
  flex-wrap:wrap;
  gap:1.9rem;}
.site-brand .secondary-actions a{
  flex:1 1 15rem;
  min-width:0;
  color:#0E1B2C;
  text-decoration:none;
  padding:calc(1.5rem * .75);
  background:var(--tone-cool);
  border:1px solid var(--surface-deep);
  border-radius:0.84rem;
  transition:border-color 270ms var(--speed-hover);
}
.site-brand .secondary-actions a:hover{border-color:#2E6BD6;}
.site-brand .secondary-actions strong,
.site-brand .secondary-actions span{display:block;}
.site-brand .secondary-actions strong{font-size:17.6px;}
.site-brand .secondary-actions span{margin-top:.4rem;
  color:#22334A;
  line-height:1.8;
  font-size:calc(17.6px * .875);}
.site-brand .content-team{margin-top:calc(1.9rem * 1.5);
  padding-top:1.5rem;
  border-top:1px solid var(--surface-deep);}
.site-brand .content-team p{margin:0;
  color:#22334A;
  line-height:1.8;}
.site-brand .content-team a{color:#0B3C8C;
  text-decoration:underline;}
.site-brand .content-team a:hover{color:#C81E2B;}
@media (max-width:680px){.site-brand .offer{display:block}.site-brand .offer p{margin-top:1.5rem}.site-brand .secondary-actions{display:block}.site-brand .secondary-actions a{display:block;margin-top:1.9rem}
}
.plain-method{background:#0B3C8C;color:#FFFFFF;padding:calc(1.5rem * 2.4) 2.46rem}
.plain-method .compact-headline{max-width:1260px;margin:0 auto}
.plain-method .offer{max-width:52rem}
.plain-method h2{margin:0;font-size:clamp(calc(17.6px * 2),4.4vw,calc(17.6px * 2.65));line-height:1.1;letter-spacing:0}
.plain-method .offer p{margin:1.5rem 0 0;font-size:calc(17.6px * 1.125);line-height:1.7}
.plain-method .direct-details{display:flex;flex-wrap:wrap;gap:calc(1.9rem * 1.5);margin-top:calc(1.9rem * 1.5);align-items:flex-start}
.plain-method .strip{flex:1 1 26rem;min-width:0;display:flex;flex-direction:column;gap:1.5rem}
.plain-method .offer-form{padding-bottom:1.5rem;border-bottom:1px solid color-mix(in srgb,currentColor 22%,transparent)}
.plain-method .offer-form:last-child{border-bottom:0;padding-bottom:0}
.plain-method .offer-form strong{display:block;font-size:17.6px;letter-spacing:.01em}
.plain-method .offer-form span{display:block;margin-top:calc(calc(1.5rem * .75)*.4);line-height:1.6}
.plain-method .offer-form a{color:inherit;text-decoration:underline;text-underline-offset:3px}
.plain-method .offer-form a:hover{color:#FFFFFF;background:#C81E2B;text-decoration:none;padding:0 4px;border-radius:0.29rem}
.plain-method .top-track{flex:1 1 20rem;min-width:0;display:flex;flex-direction:column;gap:1.5rem}
.plain-method .content-body{display:block;width:100%;height:auto;aspect-ratio:4/3;object-fit:cover;border-radius:0.84rem}
.plain-method .content-team{margin:0;line-height:1.65;font-size:calc(17.6px * .875)}
.plain-method .plain-service{display:inline-flex;align-self:flex-start;padding:calc(1.5rem * .75) 1.9rem;border-radius:0.44rem;background:#C81E2B;color:#FFFFFF;text-decoration:none;font-weight:700}
.plain-method .plain-service:hover{background:#A5151F;color:var(--surface-soft);}
.plain-method .steady-feature{display:flex;flex-wrap:wrap;gap:1.9rem;margin-top:calc(1.9rem * 1.5);padding-top:calc(1.9rem * 1.5);border-top:1px solid color-mix(in srgb,currentColor 22%,transparent)}
.plain-method .open-team{flex:1 1 14rem;min-width:0;color:inherit;text-decoration:none;display:flex;flex-direction:column;gap:calc(calc(1.5rem * .75)*.4)}
.plain-method .open-team strong{font-size:17.6px}
.plain-method .open-team span{font-size:calc(17.6px * .875);line-height:1.55;opacity:.9}
.plain-method .open-team:hover strong{text-decoration:underline;text-underline-offset:3px}
@media(max-width:780px){.plain-method .direct-details{flex-direction:column}.plain-method .content-body{aspect-ratio:16/9}.plain-method .steady-feature{flex-direction:column}}
.plain-header{
        padding:calc(calc(1.5rem * 2.4) * .82) 2.46rem;
        background:#0B3C8C;
        color:#FFFFFF;
    }
.answer{
        max-width:1260px;
        margin:0 auto;
        display:flex;
        flex-direction:column;
        gap:calc(1.9rem * 1.5);
    }
.bottom-form{
        padding-top:clamp(1.1rem,3vw,2.1rem);
        border-top:1px solid color-mix(in srgb,currentColor 26%,transparent);
        display:flex;
        flex-direction:column;
        gap:1.9rem;
    }
.plain-header h1{margin:0;
        max-width:22ch;
        font-size:clamp(2.1rem,6vw,4.6rem);
        line-height:1.02;
        font-weight:740;
        letter-spacing:-0.01em;}
.plain-header p{margin:0;
        max-width:52rem;
        font-size:clamp(1rem,1.8vw,1.22rem);
        line-height:1.7;
        color:color-mix(in srgb,currentColor 80%,transparent);}
@media (max-width:700px){.plain-header{
            padding-top:calc(calc(1.5rem * 2.4) * .64);
            padding-bottom:calc(calc(1.5rem * 2.4) * .64);
        }.plain-header h1{max-width:100%;}.bottom-form{gap:calc(1.9rem * .8);}
    }
.narrow-entries{
  --mark-content:calc(1.5rem * 1.12);
  --state-strong:calc(1260px / 3.35);
  padding:calc(1.5rem * 2.4) 2.46rem;
  background:#F5F8FB;
  color:#0E1B2C;
}
.narrow-entries .compact-headline{max-width:1260px;
  margin:0 auto;
  display:flex;
  flex-direction:column;
  gap:var(--mark-content);}
.narrow-entries h2,
.narrow-entries h3,
.narrow-entries p{margin:0;}
.narrow-entries h2{font-size:calc(17.6px * 2);line-height:1.14;}
.narrow-entries h3{font-size:calc(17.6px * 1.35);line-height:1.22;}
.narrow-entries p{font-size:17.6px;line-height:1.8;}
.narrow-entries .offer{display:flex;
  flex-wrap:wrap;
  gap:1.9rem;
  align-items:flex-start;}
.narrow-entries .offer>h2{flex:1 1 var(--state-strong);min-width:0;}
.narrow-entries .offer>.clear-shell{flex:1 1 var(--state-strong);min-width:0;color:#22334A;}
.narrow-entries .offer-story{display:flex;
  flex-wrap:wrap;
  gap:1.9rem;}
.narrow-entries .active-note{
  flex:1 1 var(--state-strong);
  min-width:0;
  display:flex;
  flex-direction:column;
  gap:calc(1.5rem / 3.2);
  padding:calc(calc(1.5rem * .75) * 0.9);
  border:1px solid var(--surface-deep);
  border-radius:0.84rem;
  background:var(--tone-cool);
  color:var(--surface-soft);
}
.narrow-entries .active-note img{display:block;
  width:100%;
  height:auto;
  border-radius:0.44rem;}
.narrow-entries .active-note p{color:#22334A;}
.narrow-entries .open-team{margin-top:auto;
  align-self:flex-start;
  font-size:calc(17.6px * .875);
  font-weight:600;
  color:#0B3C8C;
  text-decoration:none;
  border-bottom:1px solid #2E6BD6;
  padding-bottom:2px;
  transition:color 270ms var(--speed-hover);}
.narrow-entries .open-team:hover{color:#C81E2B;}
.narrow-entries .top-track{display:flex;
  flex-wrap:wrap;
  gap:1.9rem;
  align-items:baseline;
  padding-top:calc(1.5rem / 2);
  border-top:1px solid var(--surface-deep);}
.narrow-entries .top-track .content-team{flex:1 1 var(--state-strong);
  min-width:0;
  color:#22334A;}
.narrow-entries .contact-items{flex:1 1 var(--state-strong);
  min-width:0;
  display:flex;
  flex-wrap:wrap;
  gap:calc(1.9rem / 1.6);}
.narrow-entries .contact-items a{font-size:calc(17.6px * .875);
  color:#0B3C8C;
  text-decoration:none;
  border-bottom:1px solid var(--surface-deep);
  transition:color 270ms var(--speed-hover),border-color 270ms var(--speed-hover);}
.narrow-entries .contact-items a:hover{color:#C81E2B;
  border-color:#C81E2B;}
@media (max-width:760px){.narrow-entries .offer>h2,
  .narrow-entries .offer>.clear-shell,
  .narrow-entries .active-note,
  .narrow-entries .top-track .content-team,
  .narrow-entries .contact-items{flex:1 1 100%;}
}
.badge-details{padding:calc(1.5rem * 2.4) 2.46rem;background:#E7EEF6;color:#22334A}
.badge-details .compact-headline{max-width:1260px;margin:0 auto}
.badge-details .top-nav{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1.3fr);gap:calc(1.9rem * 1.5);align-items:start}
.badge-details .offer{min-width:0}
.badge-details h2{margin:0;font-size:calc(17.6px * 2);line-height:1.1}
.badge-details .offer p{margin:1.5rem 0 0;font-size:17.6px;line-height:1.8}
.badge-details .offer p:first-of-type{margin-top:calc(1.9rem * 1.5)}
.badge-details .main-plan{display:flex;flex-direction:column;gap:calc(1.5rem * .75)}
.badge-details .main-plan a{display:block;min-width:0;background:var(--tone-cool);color:var(--surface-soft);border:1px solid var(--surface-deep);border-left:3px solid #C81E2B;border-radius:0.44rem;padding:calc(1.5rem * .75) 1.5rem;text-decoration:none;transition:border-color 270ms var(--speed-hover),box-shadow 270ms var(--speed-hover)}
.badge-details .main-plan a:hover{border-left-color:#0B3C8C;box-shadow:0 2px 8px rgba(0,0,0,0.14)}
.badge-details strong{display:block;font-size:calc(17.6px * 1.35);line-height:1.2}
.badge-details span{display:block;margin-top:0.5rem;font-size:calc(17.6px * .875);line-height:1.8}
@media(max-width:820px){.badge-details .top-nav{display:block}.badge-details .main-plan{margin-top:calc(1.9rem * 1.5)}.badge-details h2{font-size:calc(17.6px * 1.35)}}
.featured-header{padding:calc(1.5rem * 2.4) 2.46rem;background:#F5F8FB;color:#0E1B2C;}
.featured-header .compact-headline{max-width:1260px;margin:0 auto;}
.featured-header h2,.featured-header h3,.featured-header p{margin:0;}
.featured-header h2{font-size:calc(17.6px * 2);line-height:1.14;}
.featured-header h3{font-size:calc(17.6px * 1.35);line-height:1.22;}
.featured-header p{font-size:17.6px;line-height:1.8;}
.featured-header .offer{max-width:calc(1260px * 0.72);}
.featured-header .offer .clear-shell{margin-top:calc(1.9rem * 1.5);color:#22334A;}
.featured-header .active-fields{display:flex;flex-wrap:wrap;gap:1.9rem;align-items:flex-start;margin-top:calc(1.5rem * 2.4);}
.featured-header .strong-tile{flex:1 1 calc(1260px / 3.1);margin:0;min-width:0;}
.featured-header .strong-tile img{display:block;width:100%;height:auto;border-radius:0.84rem;box-shadow:0 2px 8px rgba(0,0,0,0.14);}
.featured-header .offer-actions{flex:1 1 calc(1260px / 2.4);min-width:0;}
.featured-header .offer-actions p + p{margin-top:calc(1.9rem * 1.5);}
.featured-header .offer-story{list-style:none;display:flex;flex-wrap:wrap;gap:1.9rem;margin:calc(1.5rem * 2.4) 0 0;padding:0;}
.featured-header .active-note{flex:1 1 calc(1260px / 4.2);min-width:0;padding-top:calc(1.5rem * .75);border-top:2px solid var(--surface-deep);}
.featured-header .active-note p{margin-top:calc(calc(1.9rem * 1.5) / 1.6);color:#22334A;font-size:calc(17.6px * .875);}
.featured-header .open-team{margin-top:calc(1.5rem * 2.4);padding-top:calc(1.9rem * 1.5);border-top:1px solid var(--surface-deep);}
.featured-header .open-team p{font-size:calc(17.6px * .875);color:#22334A;}
.featured-header .open-team a{color:#0B3C8C;text-decoration:underline;text-underline-offset:3px;}
.featured-header .open-team a:hover{color:#C81E2B;}
@media (max-width:820px){.featured-header .offer{max-width:none;}.featured-header .active-note{flex:1 1 100%;}
}
.plain-items{
        padding:calc(calc(1.5rem * 2.4) * .78) 2.46rem;
        background:#0B3C8C;
        color:#FFFFFF;
    }
.answer{
        max-width:1260px;
        margin:0 auto;
    }
.bottom-form{
        display:flex;
        flex-direction:column;
        gap:calc(1.9rem * 1.5);
        padding-top:clamp(1.1rem,3vw,2.2rem);
        border-top:1px solid color-mix(in srgb,currentColor 26%,transparent);
    }
.plain-items h1{margin:0;
        max-width:16ch;
        font-size:clamp(2.1rem,6.4vw,4.6rem);
        line-height:1.02;
        font-weight:740;
        letter-spacing:-0.01em;}
.plain-items p{margin:0;
        max-width:46rem;
        font-size:clamp(1rem,1.9vw,1.24rem);
        line-height:1.68;
        color:color-mix(in srgb,currentColor 76%,transparent);}
@media (max-width:700px){.plain-items{
            padding-top:calc(calc(1.5rem * 2.4) * .6);
            padding-bottom:calc(calc(1.5rem * 2.4) * .6);
        }.plain-items h1{
            max-width:100%;
        }
    }
.offer-unit{
  padding: calc(1.5rem * 2.4) 2.46rem;
  background: #0B3C8C;
  color: #FFFFFF;
}
.offer-unit .compact-headline{max-width: min(1260px, 72rem);
  margin: 0 auto;}
.offer-unit .direct-benefit{display: flex;
  flex-wrap: wrap;
  gap: calc(1.9rem * 1.5);
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: calc(1.9rem * 1.5);}
.offer-unit h2{margin: 0;
  font-size: calc(17.6px * 2);
  line-height: 1.1;
  flex: 1 1 22rem;}
.offer-unit .contact-form{margin: 0;
  flex: 1 1 24rem;
  font-size: 17.6px;
  color: #C6D0DD;}
.offer-unit .strip{display: flex;
  flex-wrap: wrap;
  gap: 1.9rem;}
.offer-unit .active-note{
  flex: 1 1 min(100%, 26rem);
  margin: 0;
  padding: calc(1.5rem * .75);
  background: var(--tone-cool);
  color: var(--surface-soft);
  border: 1px solid var(--surface-deep);
  border-radius: 0.84rem;
  box-shadow: 0 2px 8px rgba(0,0,0,0.14);
}
.offer-unit .page-items{display: flex;
  align-items: center;
  gap: calc(1.5rem * .75);
  margin-bottom: calc(calc(1.5rem * .75) * .75);}
.offer-unit .page-items img{width: 3.25rem;
  height: 3.25rem;
  object-fit: cover;
  border-radius: 0.44rem;
  flex: 0 0 auto;}
.offer-unit .bottom-items{display: block;
  font-weight: 700;
  font-size: 17.6px;}
.offer-unit .page-items small{display: block;
  font-size: calc(17.6px * .875);color:inherit;}
.offer-unit .active-note p{margin: 0;
  font-size: 17.6px;}
.offer-unit .simple-feature{margin-top: calc(1.9rem * 1.5);
  padding-top: calc(1.5rem * .75);
  border-top: 1px solid #22334A;}
.offer-unit .simple-feature .offer-details{display: block;
  font-size: calc(17.6px * .875);
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #C6D0DD;
  margin-bottom: calc(calc(1.5rem * .75) * .6);}
.offer-unit .simple-feature ul{list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 1.9rem;}
.offer-unit .simple-feature li{font-size: 17.6px;
  font-weight: 600;
  padding-left: calc(1.5rem * .75);
  border-left: 2px solid #C81E2B;}
.offer-unit .content-team{margin: calc(1.9rem * 1.5) 0 0;
  font-size: calc(17.6px * .875);
  color: #C6D0DD;}
.offer-unit .content-team a{text-decoration: underline;}
.offer-unit .content-team a:hover{color:inherit;}
@media (max-width: 700px) {.offer-unit .direct-benefit{
    align-items: flex-start;
  }.offer-unit .simple-feature li{
    flex: 1 1 100%;
  }
}
.text-wrap{
  --mark-content:calc(1.5rem * 0.85);
  padding:calc(1.5rem * 2.4) 2.46rem;
  background:#F5F8FB;
  color:#0E1B2C;
}
.text-wrap .compact-headline{max-width:1260px;
  margin:0 auto;
  display:flex;
  flex-direction:column;
  gap:calc(1.9rem * 1.5);}
.text-wrap h2,
.text-wrap h3,
.text-wrap p,
.text-wrap summary{margin:0;}
.text-wrap h2{font-size:calc(17.6px * 2);
  line-height:1.14;}
.text-wrap .plain-form{display:flex;
  flex-direction:column;
  gap:calc(1.5rem * .75);}
.text-wrap .clear-shell{font-size:calc(17.6px * 1.125);
  line-height:1.8;}
.text-wrap .steady-items{display:flex;
  flex-direction:column;
  gap:0;
  border-top:1px solid var(--surface-deep);}
.text-wrap .active-note{padding:calc(1.5rem * .75) 0;
  border-bottom:1px solid var(--surface-deep);}
.text-wrap summary{cursor:pointer;
  font-size:17.6px;
  font-weight:600;
  line-height:1.35;
  list-style:none;
  display:flex;
  align-items:flex-start;
  gap:calc(1.5rem * .75);}
.text-wrap summary::-webkit-details-marker{display:none;}
.text-wrap summary::before{content:"+";
  flex:0 0 auto;
  font-weight:700;
  line-height:1.35;}
.text-wrap details[open] summary::before{content:"–";}
.text-wrap .active-note p{margin-top:calc(calc(1.5rem * .75) * 0.7);
  font-size:calc(17.6px * .875);
  line-height:1.8;}
.text-wrap .open-team{font-size:calc(17.6px * .875);
  line-height:1.8;
  padding-top:calc(1.5rem * .75);
  border-top:1px solid var(--surface-deep);}
.text-wrap .open-team a{text-decoration:underline;
  text-underline-offset:3px;}
.text-wrap .open-team a:hover{}
@media (min-width:760px){.text-wrap .plain-form{
    flex-direction:row;
    align-items:flex-end;
    justify-content:space-between;
    gap:1.5rem;
  }.text-wrap .plain-form h2{
    flex:1 1 55%;
  }.text-wrap .clear-shell{
    flex:1 1 45%;
  }
}
.media-header{
        padding:calc(calc(1.5rem * 2.4) * .82) 2.46rem calc(calc(1.5rem * 2.4) * .7);
        background:#0B3C8C;
        color:#FFFFFF;
    }
.answer{
        max-width:1260px;
        margin:0 auto;
        display:flex;
        flex-direction:column;
        gap:calc(1.9rem * 1.5);
    }
.bottom-form{
        padding-top:clamp(1.1rem,2.6vw,1.9rem);
        border-top:1px solid color-mix(in srgb,currentColor 26%,transparent);
    }
.media-header h1{margin:0;
        max-width:20ch;
        font-size:clamp(2.1rem,5.6vw,4.3rem);
        line-height:1.02;
        font-weight:740;
        letter-spacing:-0.01em;}
.media-header p{margin:clamp(1.05rem,2.1vw,1.5rem) 0 0;
        max-width:46rem;
        font-size:clamp(1rem,1.6vw,1.2rem);
        line-height:1.72;
        color:color-mix(in srgb,currentColor 80%,transparent);}
@media (max-width:700px){.media-header{
            padding-top:calc(calc(1.5rem * 2.4) * .66);
            padding-bottom:calc(calc(1.5rem * 2.4) * .58);
        }.media-header h1{
            max-width:100%;
            font-size:clamp(1.85rem,7.4vw,2.6rem);
        }
    }
.local-stack{--mark-content:calc(1.5rem * 1.15);--state-strong:calc(1260px / 2.55);padding:calc(1.5rem * 2.4) 2.46rem;background:#F5F8FB;color:#0E1B2C;}
.local-stack .compact-headline{max-width:1260px;margin:0 auto;}
.local-stack h2,.local-stack h3,.local-stack p{margin:0;}
.local-stack h2{font-size:calc(17.6px * 2);line-height:1.12;}
.local-stack h3{font-size:calc(17.6px * 1.35);line-height:1.22;}
.local-stack p{font-size:17.6px;line-height:1.8;}
.local-stack .text-group{display:flex;flex-wrap:wrap;align-items:flex-start;gap:1.9rem;}
.local-stack .text-group>h2{flex:1 1 var(--state-strong);min-width:0;}
.local-stack .text-group>.clear-shell{flex:1 1 var(--state-strong);min-width:0;color:#22334A;}
.local-stack .text-group>.offer-story{flex:1 1 100%;}
.local-stack .offer-story{display:flex;flex-wrap:wrap;gap:var(--mark-content);margin-top:calc(calc(1.9rem * 1.5) * 1.1);}
.local-stack .active-note{flex:1 1 calc(1260px / 3.6);min-width:0;padding:calc(calc(1.5rem * .75) * .9);border-radius:0.44rem;background:var(--tone-cool);color:var(--surface-soft);border:1px solid var(--surface-deep);box-shadow:0 2px 8px rgba(0,0,0,0.14);}
.local-stack .active-note p{margin-top:calc(1.5rem / 3.2);color:#22334A;}
@media (max-width:900px){.local-stack .text-group>h2,.local-stack .text-group>.clear-shell{flex:1 1 100%;}.local-stack .active-note{flex:1 1 100%;}
}
.method{
  background: linear-gradient(135deg, #C81E2B 0%, #E23A44 100%);
  color: #FFFFFF;
  padding: calc(1.5rem * 2.4) 2.46rem;
}
.method .compact-headline{width: min(100%, 1260px);
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: calc(1.9rem * 1.5);}
.method .offer{display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  gap: calc(1.5rem * .75) 1.9rem;}
.method h2{margin: 0;
  font-size: calc(17.6px * 2);
  line-height: 1.05;
  flex: 1 1 22rem;}
.method .clear-shell{margin: 0;
  flex: 1 1 26rem;
  font-size: 17.6px;
  line-height: 1.8;}
.method .content-steps{display: block;
  width: 100%;
  aspect-ratio: 21 / 8;
  object-fit: cover;
  border-radius: 0.84rem;
  box-shadow: 0 8px 22px rgba(0,0,0,0.18);}
.method .open-footer{display: flex;
  flex-wrap: wrap;
  gap: 1.5rem 1.9rem;
  align-items: flex-start;}
.method .top-track{flex: 1 1 16rem;
  min-width: 0;
  border-left: 3px solid #FFFFFF;
  padding-left: calc(1.5rem * .75);}
.method .content-team{margin: 0;
  font-size: calc(17.6px * .875);
  line-height: 1.8;
  opacity: 0.92;}
.method .main-steps{flex: 2 1 34rem;
  min-width: 0;
  display: flex;
  flex-wrap: wrap;
  gap: calc(1.5rem * .75) 1.9rem;}
.method .main-steps p{flex: 1 1 min(100%, 18rem);
  margin: 0;
  line-height: 1.8;}
.method strong{display: block;
  margin-bottom: calc(calc(1.5rem * .75) * 0.3);
  font-size: 17.6px;}
@media (max-width: 820px) {.method .content-steps{ aspect-ratio: 16 / 10; }.method .offer{ align-items: flex-start; }
}
.primary-team{
        padding:calc(calc(1.5rem * 2.4) * .82) 2.46rem calc(calc(1.5rem * 2.4) * .7);
        background:#0B3C8C;
        color:#FFFFFF;
    }
.answer{
        max-width:1260px;
        margin:0 auto;
        display:flex;
        flex-direction:column;
        gap:calc(1.9rem * 1.5);
    }
.bottom-form{
        padding-top:clamp(1rem,3vw,2rem);
        border-top:1px solid color-mix(in srgb,currentColor 26%,transparent);
    }
.primary-team h1{margin:0;
        font-size:clamp(2rem,5.4vw,4.2rem);
        line-height:1.02;
        font-weight:740;
        letter-spacing:-0.01em;}
.primary-team p{margin:clamp(1rem,2vw,1.5rem) 0 0;
        font-size:clamp(1rem,1.6vw,1.22rem);
        line-height:1.68;
        color:color-mix(in srgb,currentColor 80%,transparent);}
@media (max-width:700px){.primary-team{
            padding-top:calc(calc(1.5rem * 2.4) * .66);
            padding-bottom:calc(calc(1.5rem * 2.4) * .6);
        }
    }
.visual-track{
  background:#E7EEF6;
  color:#22334A;
  padding:calc(1.5rem * 2.4) 2.46rem;
}
.visual-track .compact-headline{max-width:1260px;
  margin:0 auto;
  display:flex;
  gap:calc(1.9rem * 1.5);
  align-items:flex-start;}
.visual-track .visual-unit{flex:1 1 34rem;
  min-width:0;}
.visual-track .clear-shell{margin:0 0 1.5rem;
  line-height:1.8;
  font-size:17.6px;}
.visual-track h2{margin:0 0 calc(1.9rem * 1.5);
  font-size:calc(17.6px * 2);
  line-height:1.12;
  letter-spacing:0;}
.visual-track .offer-story{display:flex;
  flex-direction:column;
  gap:1.9rem;}
.visual-track .active-note{border-left:3px solid #C81E2B;
  padding-left:calc(1.5rem * .75);}
.visual-track .active-note h3{margin:0 0 .35rem;
  font-size:calc(17.6px * 1.35);
  line-height:1.25;}
.visual-track .active-note p{margin:0;
  line-height:1.8;
  font-size:calc(17.6px * .875);}
.visual-track .open-team{margin:calc(1.9rem * 1.5) 0 0;
  font-size:calc(17.6px * .875);}
.visual-track .open-team a{text-decoration:underline;
  text-underline-offset:3px;}
.visual-track .open-team a:hover{}
.visual-track .content-body{display:block;
  flex:0 0 auto;
  width:min(38%,30rem);
  min-width:16rem;
  aspect-ratio:4/5;
  object-fit:cover;
  border-radius:0.84rem;
  box-shadow:0 2px 8px rgba(0,0,0,0.14);}
@media (max-width:820px){.visual-track .compact-headline{
    flex-direction:column-reverse;
  }.visual-track .content-body{
    width:100%;
    min-width:0;
    max-height:26rem;
    aspect-ratio:16/10;
  }
}
.content-view{
  padding: calc(1.5rem * 2.4) 2.46rem;
  background: #0B3C8C;
  color: #FFFFFF;
}
.content-view .compact-headline{max-width: min(1260px, 72rem);
  margin: 0 auto;}
.content-view .clear-shell h2{margin: 0;
  font-size: calc(17.6px * 2);
  line-height: 1.12;}
.content-view .contact-form{margin: calc(1.5rem * .75) 0 calc(1.9rem * 1.5);
  font-size: calc(17.6px * 1.125);
  color: #C6D0DD;}
.content-view .strip{display: flex;
  flex-wrap: wrap;
  gap: 1.9rem;}
.content-view .active-note{
  flex: 1 1 min(100%, 22rem);
  margin: 0;
  padding: calc(1.5rem * .75);
  background: var(--tone-cool);
  color: var(--surface-soft);
  border: 1px solid var(--surface-deep);
  border-radius: 0.84rem;
  box-shadow: 0 2px 8px rgba(0,0,0,0.14);
}
.content-view .active-note .offer-form{display: flex;
  flex-direction: column;
  gap: 0.15rem;
  margin-bottom: calc(calc(1.5rem * .75) * .6);}
.content-view .page-items{font-weight: 700;
  font-size: 17.6px;}
.content-view .feature{font-size: calc(17.6px * .875);color:inherit;}
.content-view .active-note p{margin: 0 0 calc(calc(1.5rem * .75) * .6);
  font-size: 17.6px;}
.content-view .public-method{
  display: inline-block;
  font-size: calc(17.6px * .875);
  color: #FFFFFF;
  background: #C81E2B;
  padding: 0.2rem 0.6rem;
  border-radius: 0.29rem;
}
.content-view .simple-feature{margin-top: calc(1.9rem * 1.5);
  padding-top: calc(1.5rem * .75);
  border-top: 1px solid #22334A;}
.content-view .content-team{margin: 0 0 calc(calc(1.5rem * .75) * .5);
  font-size: calc(17.6px * .875);
  color: #C6D0DD;}
.content-view .media-unit{list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 1.9rem;}
.content-view .media-unit li{font-size: 17.6px;
  font-weight: 600;
  padding: 0.4rem 0.9rem;
  border: 1px solid #22334A;
  border-radius: 0.44rem;}
.content-view .plain-service{margin-top: calc(1.9rem * 1.5);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1.9rem;}
.content-view .plain-service p{margin: 0;
  flex: 1 1 20rem;
  color: #C6D0DD;}
.content-view .plain-service a{
  display: inline-block;
  padding: 0.7rem 1.3rem;
  background: #C81E2B;
  color: #FFFFFF;
  border-radius: 0.44rem;
  font-weight: 600;
  text-decoration: none;
  transition: background 270ms var(--speed-hover);
}
.content-view .plain-service a:hover{
  background: #A5151F;color:var(--surface-soft);}
@media (max-width: 700px) {.content-view .strip{
    display: block;
  }.content-view .active-note + .active-note{
    margin-top: 1.9rem;
  }
}
.stack{--mark-content:calc(1.5rem * 1.1);--layer-local:calc(1260px / 2.75);padding:calc(1.5rem * 2.4) 2.46rem;background:#F5F8FB;color:#0E1B2C;}
.stack .compact-headline{max-width:1260px;margin:0 auto;}
.stack h2,.stack p{margin:0;}
.stack h2{font-size:calc(17.6px * 2);line-height:1.14;}
.stack p{font-size:17.6px;line-height:1.8;}
.stack .direct-benefit{display:flex;flex-direction:column;gap:calc(1.9rem * 1.5);max-width:calc(1260px * .72);}
.stack .clear-shell{}
.stack .steady-items{margin-top:var(--mark-content);display:flex;flex-direction:column;gap:calc(1.9rem * .55);}
.stack details{padding:calc(calc(1.5rem * .75) * .95) calc(1.5rem * .75);border-radius:0.44rem;background:var(--tone-cool);color:var(--surface-soft);border:1px solid var(--surface-deep);}
.stack summary{cursor:pointer;font-weight:600;font-size:calc(17.6px * 1.125);line-height:1.35;list-style:none;}
.stack summary::-webkit-details-marker{display:none;}
.stack summary::after{content:"+";float:right;font-weight:400;}
.stack details[open] summary::after{content:"–";}
.stack details p{margin-top:calc(1.5rem / 2.4);}
.stack .open-team{margin-top:var(--mark-content);font-size:calc(17.6px * .875);}
.stack .open-team a{text-decoration:underline;text-underline-offset:3px;}
.stack .open-team a:hover{}
@media (max-width:720px){.stack .direct-benefit{max-width:none;}.stack summary{font-size:17.6px;}
}
.soft-actions{
        padding:calc(calc(1.5rem * 2.4) * .82) 2.46rem;
        background:#0B3C8C;
        color:#FFFFFF;
    }
.answer{
        max-width:1260px;
        margin:0 auto;
    }
.bottom-form{
        display:flex;
        flex-direction:column;
        gap:calc(1.9rem * 1.5);
        padding-top:clamp(1rem,3vw,2rem);
        border-top:1px solid color-mix(in srgb,currentColor 26%,transparent);
    }
.soft-actions h1{margin:0;
        max-width:20ch;
        font-size:clamp(2.1rem,6.2vw,4.6rem);
        line-height:1.02;
        font-weight:740;
        letter-spacing:-0.01em;}
.soft-actions p{margin:0;
        max-width:46rem;
        font-size:clamp(1rem,1.9vw,1.22rem);
        line-height:1.7;
        color:color-mix(in srgb,currentColor 80%,transparent);}
@media (max-width:700px){.soft-actions{
            padding-top:calc(calc(1.5rem * 2.4) * .6);
            padding-bottom:calc(calc(1.5rem * 2.4) * .6);
        }.soft-actions h1{
            max-width:100%;
        }
    }
.featured-method{padding:calc(1.5rem * 2.4) 2.46rem;background:#F5F8FB;color:#0E1B2C;}
.featured-method .compact-headline{max-width:1260px;margin:0 auto;display:flex;flex-direction:column;gap:calc(1.9rem * 1.5);}
.featured-method h2,.featured-method h3,.featured-method p{margin:0;}
.featured-method h2{font-size:calc(17.6px * 2);line-height:1.14;}
.featured-method h3{font-size:calc(17.6px * 1.35);line-height:1.22;}
.featured-method p{font-size:17.6px;line-height:1.8;}
.featured-method .offer{display:flex;flex-direction:column;gap:calc(1.5rem * .75);}
.featured-method .clear-shell{font-size:calc(17.6px * 1.125);}
.featured-method .strip{display:flex;flex-wrap:wrap;gap:1.9rem;}
.featured-method .active-note{flex:1 1 260px;min-width:0;padding-top:calc(1.5rem * .75);border-top:2px solid var(--surface-deep);display:flex;flex-direction:column;gap:calc(calc(1.5rem * .75) / 2);}
.featured-method .direct-callout{font-size:calc(17.6px * .875);letter-spacing:0.08em;font-weight:600;}
.featured-method .top-track{display:flex;flex-wrap:wrap;gap:1.9rem;align-items:flex-start;padding-top:calc(1.9rem * 1.5);border-top:1px solid var(--surface-deep);}
.featured-method .top-track img{flex:1 1 320px;min-width:0;width:100%;height:auto;display:block;border-radius:0.44rem;object-fit:cover;}
.featured-method .content-team{flex:1 1 320px;min-width:0;display:flex;flex-direction:column;gap:calc(1.5rem * .75);}
.featured-method .content-team p{}
.featured-method .open-team{font-size:calc(17.6px * .875);}
.featured-method a{text-decoration:underline;text-underline-offset:3px;}
.featured-method a:hover{}
@media (max-width:720px){.featured-method .strip{flex-direction:column;}.featured-method .active-note{flex:1 1 auto;}
}
.active-track{
  background:#E7EEF6;
  color:#22334A;
  padding:calc(1.5rem * 2.4) 2.46rem;
}
.active-track .compact-headline{max-width:1260px;
  margin:0 auto;}
.active-track .offer{display:flex;
  flex-wrap:wrap;
  gap:calc(1.9rem * 1.5);
  align-items:flex-end;
  border-bottom:1px solid var(--surface-deep);
  padding-bottom:calc(1.9rem * 1.5);}
.active-track h2{flex:1 1 22rem;
  min-width:0;
  margin:0;
  font-size:calc(17.6px * 2);
  line-height:1.1;}
.active-track .offer p{flex:1 1 20rem;
  min-width:0;
  margin:0;
  line-height:1.8;}
.active-track .secondary-actions{margin-top:calc(1.9rem * 1.5);
  display:flex;
  flex-wrap:wrap;
  gap:1.9rem;}
.active-track .secondary-actions a{
  flex:1 1 15rem;
  min-width:0;
  color:inherit;
  text-decoration:none;
  background:var(--tone-cool);
  color:var(--surface-soft);
  border:1px solid var(--surface-deep);
  border-radius:0.84rem;
  padding:calc(1.5rem * .75);
  transition:box-shadow 270ms var(--speed-hover), border-color 270ms var(--speed-hover);
}
.active-track .secondary-actions a:hover{border-color:#0B3C8C;
  box-shadow:0 2px 8px rgba(0,0,0,0.14);}
.active-track .secondary-actions strong,
.active-track .secondary-actions span{display:block;}
.active-track .secondary-actions strong{font-size:17.6px;}
.active-track .secondary-actions span{margin-top:.4rem;
  color:#22334A;
  font-size:calc(17.6px * .875);
  line-height:1.8;}
.active-track .content-team{margin:calc(1.9rem * 1.5) 0 0;
  font-size:calc(17.6px * .875);
  line-height:1.8;}
.active-track .plain-service{
  display:inline-flex;
  align-items:center;
  margin-top:calc(1.9rem * 1.5);
  background:#0B3C8C;
  color:#FFFFFF;
  text-decoration:none;
  border-radius:1.09rem;
  padding:.8rem 1.4rem;
  font-size:calc(17.6px * .875);
  transition:background 270ms var(--speed-hover);
}
.active-track .plain-service:hover{
  background:#082E6E;color:var(--surface-soft);}
@media (max-width:680px){.active-track .offer{display:block}.active-track .offer p{margin-top:1.5rem}.active-track .secondary-actions{display:block}.active-track .secondary-actions a{display:block;margin-top:1.9rem}
}
.start{
        color:#0E1B2C;
        background:#F5F8FB;
        padding:calc(1.5rem * 2.4) 2.46rem;
    }
.start .c{max-width:1260px;
        margin:0 auto;
        display:grid;
        gap:2.46rem;}
@media (min-width: 1024px){.start .c{grid-template-columns:minmax(0,1fr) 300px;}
    }
.start .main-grid{margin-bottom:1.5rem;
        border-bottom:1px solid var(--surface-deep);
        padding-bottom:calc(1.9rem * 1.5);}
.start h1{font-size:calc(17.6px * 2.65);
        line-height:1.2;
        margin:0 0 0.75rem;}
.start .public-method{display:flex;
        flex-wrap:wrap;
        gap:1rem;
        font-size:calc(17.6px * .875);}
.start .visual-unit{line-height:1.8;}
.start .visual-unit p{margin:0 0 1.1rem;}
.start .visual-unit h2{font-size:calc(17.6px * 1.35);
        margin:calc(1.9rem * 1.5) 0 0.6rem;}
.start .visual-unit a{text-decoration:underline;}
.start .visual-unit a:hover{}
.start .service-media{
        background:var(--tone-cool);
        color:var(--surface-soft);
        padding:calc(1.5rem * .75);
        border-radius:0.84rem;
        border:1px solid var(--surface-deep);
        box-shadow:0 2px 8px rgba(0,0,0,0.14);
        align-self:start;
    }
.start .service-media h3{margin:0 0 1rem;
        font-size:calc(17.6px * 1.125);}
.start .local-intro{display:flex;
        flex-direction:column;
        gap:0.75rem;}
.start .service-media a{text-decoration:none;}
.start .service-media a:hover{text-decoration:underline;}
.primary-rail{
    padding:calc(1.5rem * 2.4) 2.46rem;
    background:#E7EEF6;
    color:#22334A;
}
.primary-rail .offer-proof{max-width:1260px;
    margin:0 auto;
    display:flex;
    flex-wrap:wrap;
    gap:calc(1.9rem * 1.5);
    align-items:flex-start;}
.primary-rail .strip{flex:0 0 220px;
    display:flex;
    flex-direction:column;
    gap:calc(1.5rem * .75);}
.primary-rail .open-tile{width:100%;
    height:auto;
    display:block;
    border-radius:0.84rem;
    box-shadow:0 2px 8px rgba(0,0,0,0.14);
    object-fit:cover;}
.primary-rail .public-method{display:flex;
    flex-direction:column;
    gap:4px;}
.primary-rail .bottom-items{margin:0;
    font-size:calc(17.6px * 1.35);
    line-height:1.3;}
.primary-rail .feature{margin:0;
    font-size:calc(17.6px * .875);
    opacity:0.85;}
.primary-rail .offer-actions{flex:1 1 320px;
    display:flex;
    flex-direction:column;
    gap:calc(1.5rem * .75);}
.primary-rail .main-headline{margin:0;
    font-size:17.6px;
    line-height:1.8;}
.primary-rail .soft-benefit{list-style:none;
    margin:0;
    padding:0;
    display:flex;
    flex-wrap:wrap;
    gap:1.9rem;
    font-size:calc(17.6px * .875);}
.primary-rail .soft-benefit a{color:#0B3C8C;
    text-decoration:none;
    border-bottom:1px solid var(--surface-deep);
    padding-bottom:2px;
    transition:color 270ms var(--speed-hover), border-color 270ms var(--speed-hover);}
.primary-rail .soft-benefit a:hover{color:#C81E2B;
    border-color:#C81E2B;}
.primary-rail .content-team{margin:0;
    font-size:calc(17.6px * .875);
    opacity:0.75;}
@media (max-width:640px){.primary-rail .strip{flex:1 1 100%;}.primary-rail .soft-benefit{flex-direction:column;gap:0.6rem;}
}
.bottom-list{
    color:#0E1B2C;
    background:#F5F8FB;
    padding:calc(1.5rem * 2.4) 2.46rem;
}
.bottom-list .c{max-width:1260px;
    margin:0 auto;
    display:grid;
    gap:2.46rem;}
@media (min-width:1024px){.bottom-list .c{
        grid-template-columns:minmax(0,1fr) 300px;
        align-items:start;
    }
}
.bottom-list .focused-details{min-width:0;}
.bottom-list .main-grid{margin-bottom:calc(1.9rem * 1.5);}
.bottom-list h1{font-size:calc(17.6px * 2.65);
    line-height:1.2;
    margin:0 0 0.75rem;}
.bottom-list .public-method{display:flex;
    flex-wrap:wrap;
    gap:0.4rem 1.2rem;
    font-size:calc(17.6px * .875);}
.bottom-list .text-links{margin:0 0 calc(1.9rem * 1.5);
    border-radius:0.84rem;
    overflow:hidden;
    box-shadow:0 2px 8px rgba(0,0,0,0.14);}
.bottom-list .text-links img{display:block;
    width:100%;
    height:auto;}
.bottom-list .visual-unit{line-height:1.8;}
.bottom-list .visual-unit p{margin:0 0 1.1rem;}
.bottom-list .visual-unit h2{font-size:calc(17.6px * 1.35);
    margin:1.8rem 0 0.8rem;}
.bottom-list .open-team{display:flex;
    flex-wrap:wrap;
    gap:0.6rem 1.4rem;
    margin-top:calc(1.9rem * 1.5);
    padding-top:calc(1.5rem * .75);
    border-top:1px solid var(--surface-deep);
    font-size:calc(17.6px * .875);}
.bottom-list .open-team a{text-decoration:none;
    border-bottom:1px solid transparent;
    transition:color 270ms var(--speed-hover), border-color 270ms var(--speed-hover);}
.bottom-list .open-team a:hover{border-bottom-color:#C81E2B;}
.bottom-list .top-track{
    background:var(--tone-cool);
    color:var(--surface-soft);
    border:1px solid var(--surface-deep);
    border-radius:0.84rem;
    padding:calc(1.5rem * .75);
    box-shadow:0 2px 8px rgba(0,0,0,0.14);
}
.bottom-list .top-track h3{margin:0 0 1rem;
    font-size:17.6px;}
.bottom-list .strip{display:flex;
    flex-direction:column;
    gap:0.75rem;
    font-size:calc(17.6px * .875);}
.bottom-list .strip a{text-decoration:none;
    line-height:1.5;}
.bottom-list .strip a:hover{text-decoration:underline;}
.steady-body{
    padding:calc(1.5rem * 2.4) 2.46rem;
    background:#F5F8FB;
    color:#0E1B2C;
}
.steady-body .offer-proof{max-width:1260px;
    margin:0 auto;
    display:flex;
    flex-wrap:wrap;
    gap:calc(1.9rem * 1.5);
    align-items:flex-start;}
.steady-body .page-items{flex:0 0 260px;
    display:flex;
    gap:1.9rem;
    align-items:center;}
.steady-body .open-tile{width:72px;
    height:72px;
    object-fit:cover;
    border-radius:0.44rem;
    border:1px solid var(--surface-deep);
    flex:0 0 auto;}
.steady-body .id{min-width:0;}
.steady-body .bottom-items{margin:0 0 2px;
    font-size:17.6px;
    line-height:1.3;}
.steady-body .feature{margin:0;
    font-size:calc(17.6px * .875);
    color:#22334A;}
.steady-body .main-headline{flex:1 1 340px;
    margin:0;
    font-size:calc(17.6px * .875);
    line-height:1.8;}
.steady-body .soft-benefit{list-style:none;
    margin:0;
    padding:0;
    flex:1 1 100%;
    display:flex;
    flex-wrap:wrap;
    gap:1.9rem;
    border-top:1px solid var(--surface-deep);
    padding-top:calc(1.5rem * .75);}
.steady-body .soft-benefit a{color:#0B3C8C;
    text-decoration:none;
    font-size:calc(17.6px * .875);
    border-bottom:1px solid transparent;
    transition:color 270ms var(--speed-hover), border-color 270ms var(--speed-hover);}
.steady-body .soft-benefit a:hover{color:#C81E2B;
    border-bottom-color:#C81E2B;}
@media (max-width:640px){.steady-body .page-items{
        flex:1 1 100%;
    }
}
.compact-flow{
  padding:calc(1.5rem * 2.4) 2.46rem;
  background:linear-gradient(135deg, #0B3C8C 0%, #14509E 55%, #1E63B8 100%);
  color:#FFFFFF;
}
.compact-flow .team-inner{max-width:1260px;
  margin:0 auto;
  display:flex;
  flex-direction:column;
  gap:calc(1.9rem * 1.5);}
.compact-flow .quiet-benefit{margin:0;
  display:flex;
  flex-direction:column;
  gap:.6rem;}
.compact-flow .quiet-benefit img{width:100%;
  height:clamp(320px,50vw,560px);
  object-fit:cover;
  border-radius:1.09rem;
  display:block;}
.compact-flow .quiet-benefit figcaption{font-size:calc(17.6px * .875);
  line-height:1.5;}
.compact-flow .direct-headline{display:flex;
  flex-wrap:wrap;
  align-items:baseline;
  justify-content:space-between;
  gap:1.9rem;
  border-bottom:1px solid rgba(255,255,255,.24);
  padding-bottom:calc(1.9rem * 1.5);}
.compact-flow h1{margin:0;
  font-size:clamp(2rem,4.6vw,3.8rem);
  line-height:1.05;
  flex:1 1 22rem;}
.compact-flow .quiet-contact{margin:0;
  font-size:calc(17.6px * .875);
  letter-spacing:.02em;}
.compact-flow .open-block{display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:calc(1.9rem * 1.5) 1.9rem;}
.compact-flow .open-block p{margin:0;
  line-height:1.8;
  padding-top:.9rem;
  border-top:1px solid rgba(255,255,255,.18);}
.compact-flow .open-block p:first-child{grid-column:1 / -1;
  color:#FFFFFF;
  font-size:calc(17.6px * 1.125);
  border-top:none;
  padding-top:0;}
.compact-flow .open-team{display:flex;
  flex-wrap:wrap;
  align-items:center;
  gap:1.9rem;
  border-top:1px solid rgba(255,255,255,.24);
  padding-top:calc(1.9rem * 1.5);}
.compact-flow .strong-footer{margin:0;
  font-size:calc(17.6px * .875);
  flex:1 1 18rem;}
.compact-flow .open-team a{color:#FFFFFF;
  text-decoration:none;
  font-size:calc(17.6px * .875);
  border-bottom:1px solid rgba(255,255,255,.5);
  padding-bottom:2px;
  transition:border-color 270ms var(--speed-hover), color 270ms var(--speed-hover);}
.compact-flow .open-team a:hover{border-color:#C81E2B;}
@media (max-width:800px){.compact-flow .open-block{
    grid-template-columns:1fr;
  }.compact-flow .open-block p:first-child{
    font-size:17.6px;
  }.compact-flow .direct-headline{
    flex-direction:column;
    align-items:flex-start;
  }
}
.active-body{
    padding:calc(1.5rem * 2.4) 2.46rem;
    background:#E7EEF6;
    color:#22334A;
}
.active-body .offer-proof{max-width:1260px;
    margin:0 auto;
    display:flex;
    flex-wrap:wrap;
    gap:1.9rem;
    align-items:flex-start;}
.active-body .strip{flex:0 0 220px;
    display:flex;
    flex-direction:column;
    gap:calc(1.5rem * .75);}
.active-body .open-tile{display:block;
    width:100%;
    height:220px;
    object-fit:cover;
    border-radius:0.84rem;
    border:1px solid var(--surface-deep);}
.active-body .page-items{display:flex;
    flex-direction:column;
    gap:0.25rem;}
.active-body .bottom-items{margin:0;
    font-size:calc(17.6px * 1.35);
    line-height:1.3;}
.active-body .feature{margin:0;
    font-size:calc(17.6px * .875);
    color:#22334A;
    opacity:0.85;}
.active-body .offer-actions{flex:1 1 320px;
    display:flex;
    flex-direction:column;
    gap:calc(1.9rem * 1.5);}
.active-body .main-headline{margin:0;
    font-size:17.6px;
    line-height:1.8;}
.active-body .content-team{
    margin:0;
    font-size:calc(17.6px * .875);
    padding:calc(1.5rem * .75);
    background:var(--tone-cool);
    color:var(--surface-soft);
    border:1px solid var(--surface-deep);
    border-radius:0.44rem;
}
.active-body .content-team a{color:#0B3C8C;
    text-decoration:none;
    border-bottom:1px solid #0B3C8C;}
.active-body .content-team a:hover{color:#C81E2B;
    border-bottom-color:#C81E2B;}
.active-body .featured-quote{margin:0;
    font-size:calc(17.6px * .875);
    color:#22334A;
    opacity:0.8;}
@media (max-width:720px){.active-body .offer-proof{
        flex-direction:column;
    }.active-body .strip{
        flex:1 1 auto;
        width:100%;
    }.active-body .open-tile{
        height:200px;
    }
}
.badge-flow-second-hero-block{
        padding:calc(calc(1.5rem * 2.4) * .82) 2.46rem;
        background:#0B3C8C;
        color:#FFFFFF;
    }
.answer{
        max-width:1260px;
        margin:0 auto;
    }
.bottom-form{
        padding-top:clamp(1.1rem,3vw,2.1rem);
        border-top:1px solid color-mix(in srgb,currentColor 26%,transparent);
    }
.badge-flow-second-hero-block h1{margin:0;
        max-width:20ch;
        font-size:clamp(2rem,5.6vw,4.2rem);
        line-height:1.02;
        font-weight:740;
        letter-spacing:-0.01em;}
.badge-flow-second-hero-block p{margin:clamp(1rem,2vw,1.4rem) 0 0;
        max-width:46rem;
        font-size:clamp(1rem,1.6vw,1.22rem);
        line-height:1.68;
        color:color-mix(in srgb,currentColor 80%,transparent);}
@media (max-width:700px){.badge-flow-second-hero-block{
            padding-top:calc(calc(1.5rem * 2.4) * .64);
            padding-bottom:calc(calc(1.5rem * 2.4) * .64);
        }.badge-flow-second-hero-block h1{max-width:100%;}.badge-flow-second-hero-block p{max-width:100%;}
    }
.contact-region{background:#F5F8FB;color:#0E1B2C;padding:calc(1.5rem * 2.4) 2.46rem}
.contact-region .compact-headline{max-width:1260px;margin:0 auto}
.contact-region .strong-wrap{display:flex;align-items:flex-start;gap:calc(1.9rem * 1.5)}
.contact-region .offer{flex:0 1 30rem;min-width:0}
.contact-region h2{margin:0;font-size:clamp(calc(17.6px * 2),5vw,calc(17.6px * 2.65));line-height:1.08;letter-spacing:0}
.contact-region p{margin:1.5rem 0 0;font-size:calc(17.6px * 1.125);line-height:1.65}
.contact-region .content-team{margin-top:calc(1.5rem * .75);font-size:calc(17.6px * .875);color:#22334A;background:#E7EEF6;padding:calc(1.5rem * .75);border-radius:0.44rem;line-height:1.6}
.contact-region .narrow-links{flex:1 1 36rem;min-width:0;display:flex;flex-direction:column;border-top:1px solid var(--surface-deep)}
.contact-region .offer-form{display:flex;gap:1.9rem;padding:1.5rem 0;border-bottom:1px solid var(--surface-deep)}
.contact-region strong{flex:0 1 15rem;min-width:0;font-size:17.6px}
.contact-region span{flex:1 1 20rem;min-width:0;color:#22334A;line-height:1.6}
.contact-region a{color:#0B3C8C;text-decoration:none;border-bottom:1px solid #0B3C8C}
.contact-region a:hover{color:#C81E2B;border-bottom-color:#C81E2B}
@media(max-width:760px){.contact-region .strong-wrap,.contact-region .offer-form{flex-direction:column}.contact-region .offer-form{gap:calc(calc(1.5rem * .75)*.5)}}
.wide-list{padding:calc(1.5rem * 2.4) 2.46rem;background:linear-gradient(135deg, #0B3C8C 0%, #14509E 55%, #1E63B8 100%);color:#FFFFFF}
.wide-list .compact-headline{max-width:1260px;margin:0 auto}
.wide-list .offer-proof{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(0,1fr);gap:1.5rem;align-items:start}
.wide-list .clear-shell h2{margin:0 0 calc(1.9rem * 1.5);font-size:calc(17.6px * 2);line-height:1.15}
.wide-list .clear-shell .offer-actions{margin:0;font-size:17.6px;line-height:1.8;opacity:.92}
.wide-list .focused-view{margin:0;padding:1.5rem;border:1px solid rgba(255,255,255,0.22);border-radius:1.09rem;background:rgba(255,255,255,0.06)}
.wide-list .team-content{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:calc(1.5rem * .75) 1.9rem}
.wide-list .narrow-block{display:block;min-width:0}
.wide-list .narrow-block.wide{grid-column:1 / -1}
.wide-list .narrow-block span{display:block;margin-bottom:6px;font-size:calc(17.6px * .875);letter-spacing:.02em;opacity:.85}
.wide-list .narrow-block input,
.wide-list .narrow-block textarea{width:100%;box-sizing:border-box;border:1px solid rgba(255,255,255,0.28);border-radius:0.44rem;background:var(--tone-cool);color:var(--surface-soft);font:inherit;font-size:calc(17.6px * .875);padding:calc(1.5rem * .75);outline:none;transition:border-color 270ms var(--speed-hover),box-shadow 270ms var(--speed-hover)}
.wide-list .narrow-block textarea{resize:vertical;min-height:120px;line-height:1.8}
.wide-list .narrow-block input::placeholder,
.wide-list .narrow-block textarea::placeholder{}
.wide-list .narrow-block input:focus,
.wide-list .narrow-block textarea:focus{border-color:#2E6BD6;box-shadow:0 0 0 2px color-mix(in srgb,#2E6BD6 40%,transparent)}
.wide-list .plain-service{display:flex;flex-wrap:wrap;align-items:center;gap:calc(1.5rem * .75) 1.9rem;margin-top:calc(1.9rem * 1.5)}
.wide-list button{flex:0 0 auto;border:0;border-radius:0.44rem;background:#C81E2B;color:#FFFFFF;font:inherit;font-weight:600;padding:calc(1.5rem * .75) 1.5rem;cursor:pointer;transition:background 270ms var(--speed-hover)}
.wide-list button:hover{background:#A5151F;color:var(--surface-soft);}
.wide-list .content-team{flex:1 1 220px;margin:0;font-size:calc(17.6px * .875);line-height:1.8;opacity:.88}
.wide-list .top-track{display:flex;flex-direction:column;gap:calc(1.5rem * .75);padding:1.5rem;border-radius:1.09rem;background:var(--tone-cool);color:var(--surface-soft);border:1px solid var(--surface-deep)}
.wide-list .top-track .offer-form{display:flex;flex-direction:column;gap:2px;padding-bottom:calc(1.5rem * .75);border-bottom:1px solid var(--surface-deep)}
.wide-list .top-track .offer-form:last-child{padding-bottom:0;border-bottom:0}
.wide-list .top-track .offer-details{font-size:calc(17.6px * .875);letter-spacing:.04em;text-transform:uppercase;}
.wide-list .top-track p{margin:0;font-size:calc(17.6px * .875);line-height:1.8}
.wide-list .top-track a{text-decoration:none}
.wide-list .top-track a:hover{text-decoration:underline}
@media(max-width:960px){.wide-list .offer-proof{grid-template-columns:minmax(0,1fr)}
}
@media(max-width:640px){.wide-list .team-content{grid-template-columns:minmax(0,1fr)}.wide-list .plain-service{flex-direction:column;align-items:stretch}.wide-list button{width:100%}
}
.content-footer{padding:calc(1.5rem * 2.4) 2.46rem;background:#0B3C8C;color:#FFFFFF}
.content-footer .top-nav{max-width:1260px;margin:0 auto;display:grid;grid-template-columns:minmax(0,.5fr) minmax(0,.5fr);gap:calc(1.9rem * 1.5)}
.content-footer .clear-shell{align-self:start}
.content-footer h2{margin:0;font-size:calc(17.6px * 2);line-height:1.15}
.content-footer .clear-shell p{margin:1.5rem 0 0;font-size:17.6px;line-height:1.8}
.content-footer .open-team{margin-top:calc(1.9rem * 1.5);display:flex;flex-direction:column;gap:calc(1.5rem * .75)}
.content-footer .featured-quote{display:flex;flex-direction:column;gap:.25rem;padding-bottom:calc(1.5rem * .75);border-bottom:1px solid rgba(255,255,255,.18)}
.content-footer .featured-quote:last-child{border-bottom:0;padding-bottom:0}
.content-footer .featured-quote span{font-size:calc(17.6px * .875);opacity:.75}
.content-footer .featured-quote strong{font-size:17.6px;font-weight:600}
.content-footer .featured-quote a{color:inherit;text-decoration:underline;text-underline-offset:3px}
.content-footer .featured-quote a:hover{color:#FFFFFF;background:#C81E2B;text-decoration:none;padding:0 .2rem;border-radius:0.29rem}
.content-footer .top-track{display:flex;flex-direction:column;gap:calc(1.5rem * .75)}
.content-footer .active-note{padding:calc(1.5rem * .75);border-radius:0.84rem;background:var(--tone-cool);color:var(--surface-soft);border:1px solid var(--surface-deep)}
.content-footer .active-note span{display:block;font-size:calc(17.6px * .875);color:inherit;}
.content-footer .active-note strong{display:block;margin-top:.5rem;font-weight:500;line-height:1.8}
.content-footer .contact-details{grid-column:1/-1;height:clamp(22rem,42vw,34rem);border-radius:1.09rem;overflow:hidden;border:1px solid var(--surface-deep)}
.content-footer iframe{display:block;width:100%;height:100%;border:0}
@media (max-width: 780px){.content-footer .top-nav{grid-template-columns:1fr}.content-footer .contact-details{height:22rem}}
.open-contact{padding:calc(1.5rem * 2.4) 2.46rem;background:#0B3C8C;color:#FFFFFF}
.open-contact .visual-contact{max-width:min(1260px,64rem);margin:0 auto}
.open-contact h2{margin:0;font-size:calc(17.6px * 2.65);line-height:1.08}
.open-contact .team-section{margin:1.5rem 0 calc(1.9rem * 1.5);font-size:calc(17.6px * 1.125);line-height:1.8}
.open-contact .main-steps{display:flex;flex-direction:column;border-top:1px solid color-mix(in srgb,currentColor 34%,transparent)}
.open-contact .content-team{padding:1.9rem 0}
.open-contact .content-team + .content-team{border-top:1px solid color-mix(in srgb,currentColor 22%,transparent)}
.open-contact h3{margin:0 0 calc(1.5rem * .75);font-size:calc(17.6px * 1.35);line-height:1.25}
.open-contact .content-team p{margin:0;font-size:17.6px;line-height:1.8}
@media (min-width:48rem){.open-contact .content-team{display:grid;grid-template-columns:minmax(0,14rem) minmax(0,1fr);gap:calc(1.5rem * .75);align-items:start}.open-contact h3{margin:0}
}
.bottom-body{
  padding: calc(1.5rem * 2.4) 2.46rem;
  background: #0B3C8C;
  color: #FFFFFF;
}
.bottom-body .compact-headline{max-width: min(1260px, 60rem);
  margin: 0 auto;}
.bottom-body .direct-benefit{padding-bottom: calc(1.9rem * 1.5);
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);}
.bottom-body h2{margin: 0;
  font-size: calc(17.6px * 2);
  line-height: 1.1;}
.bottom-body .clear-shell{margin: calc(1.5rem * .75) 0 0;
  font-size: calc(17.6px * 1.125);
  color: #C6D0DD;}
.bottom-body .direct-proof{display: flex;
  flex-direction: column;
  gap: calc(1.9rem * 1.5);
  margin-top: calc(1.9rem * 1.5);}
.bottom-body .active-note{padding-left: calc(1.5rem * .75);
  border-left: 2px solid #C81E2B;}
.bottom-body h3{margin: 0;
  font-size: calc(17.6px * 1.35);
  line-height: 1.25;}
.bottom-body .active-note p{margin: calc(calc(1.5rem * .75) * 0.6) 0 0;
  color: #C6D0DD;
  line-height: 1.8;}
.bottom-body .active-note a{text-decoration: underline;
  text-underline-offset: 3px;}
.bottom-body .active-note a:hover{color:inherit;}
@media (max-width: 720px) {.bottom-body .active-note{
    padding-left: calc(1.5rem * .75);
  }
}
.public-block{
        padding:calc(calc(1.5rem * 2.4) * .78) 2.46rem;
        background:#0B3C8C;
        color:#FFFFFF;
    }
.answer{
        max-width:1260px;
        margin:0 auto;
    }
.bottom-form{
        display:flex;
        flex-direction:column;
        gap:calc(1.9rem * 1.5);
        padding-top:clamp(1rem,3vw,2rem);
        border-top:1px solid color-mix(in srgb,currentColor 28%,transparent);
    }
.public-block h1{margin:0;
        max-width:22ch;
        font-size:clamp(1.9rem,5.2vw,3.6rem);
        line-height:1.06;
        font-weight:720;
        letter-spacing:-0.01em;}
.public-block p{margin:0;
        max-width:46rem;
        font-size:clamp(1rem,1.6vw,1.18rem);
        line-height:1.7;
        color:color-mix(in srgb,currentColor 80%,transparent);}
@media (max-width:700px){.public-block{
            padding-top:calc(calc(1.5rem * 2.4) * .62);
            padding-bottom:calc(calc(1.5rem * 2.4) * .62);
        }.public-block h1{
            max-width:100%;
        }
    }
.badge---finish{
  padding: calc(1.5rem * 2.4) 2.46rem;
  background: #0B3C8C;
  color: #FFFFFF;
}
.badge---finish .compact-headline{max-width: min(1260px, 74rem);
  margin: 0 auto;}
.badge---finish .clear-shell h2{margin: 0;
  font-size: calc(17.6px * 2);
  line-height: 1.1;}
.badge---finish .offer{margin: calc(1.5rem * .75) 0 0;
  font-size: calc(17.6px * 1.125);
  color: #C6D0DD;}
.badge---finish .open-team{display: flex;
  flex-wrap: wrap;
  gap: calc(1.5rem * .75);
  margin-top: calc(1.9rem * 1.5);}
.badge---finish .direct-callout{
  flex: 1 1 15rem;
  padding: calc(1.5rem * .75);
  border: 1px solid #22334A;
  border-radius: 0.84rem;
  background: #0B3C8C;
  color: #FFFFFF;
}
.badge---finish .direct-callout .strong-content{
  display: inline-block;
  margin-bottom: 0.5rem;
  padding: 0.15rem 0.6rem;
  border-radius: 0.29rem;
  background: #C81E2B;
  color: #FFFFFF;
  font-size: calc(17.6px * .875);
}
.badge---finish .direct-callout strong{display: block;
  font-size: calc(17.6px * 1.35);}
.badge---finish .direct-callout p{margin: calc(1.5rem * .75) 0 0;
  color: #C6D0DD;}
.badge---finish .top-track{display: flex;
  flex-wrap: wrap;
  gap: calc(1.5rem * .75);
  margin-top: calc(1.9rem * 1.5);}
.badge---finish .direct-footer,
.badge---finish .content-team{flex: 1 1 18rem;
  padding: calc(1.5rem * .75);
  border-radius: 0.84rem;}
.badge---finish .direct-footer{
  border: 1px solid #22334A;
  background: #0B3C8C;
  color: #FFFFFF;
}
.badge---finish .content-team{
  background: #E7EEF6;
  color: #22334A;
}
.badge---finish .direct-footer strong,
.badge---finish .content-team strong{display: block;
  font-size: calc(17.6px * 1.35);}
.badge---finish .direct-footer p,
.badge---finish .content-team p{margin: calc(1.5rem * .75) 0 0;}
.badge---finish .direct-footer p{color: #C6D0DD;}
.badge---finish .team-content{margin: calc(1.5rem * .75) 0 0;
  padding: 0;
  list-style: none;}
.badge---finish .team-content li{padding: 0.35rem 0;
  border-top: 1px solid #22334A;}
.badge---finish .team-content span{display: block;
  font-size: calc(17.6px * .875);
  color: #C6D0DD;}
.badge---finish .team-content a{text-decoration: underline;}
.badge---finish .team-content a:hover{}
.badge---finish .contact-items{margin: calc(1.9rem * 1.5) 0 0;
  font-size: calc(17.6px * .875);
  color: #C6D0DD;}
.badge---finish .contact-items a{text-decoration: underline;}
.badge---finish .contact-items a:hover{}
@media (max-width: 640px) {.badge---finish .direct-callout,
  .badge---finish .direct-footer,
  .badge---finish .content-team{
    flex: 1 1 100%;
  }
}
.unit{--mark-content:calc(1.5rem * 1.18);padding:calc(1.5rem * 2.4) 2.46rem;background:#0B3C8C;color:#FFFFFF;}
.unit .compact-headline{max-width:1260px;margin:0 auto;}
.unit h2,.unit p{margin:0;}
.unit h2{font-size:calc(17.6px * 2);line-height:1.14;}
.unit p{font-size:17.6px;line-height:1.8;}
.unit a{color:inherit;text-decoration:none;}
.unit .top-grid>*+*{margin-top:calc(1.9rem * 1.5);}
.unit .content-team{font-size:calc(17.6px * .875);letter-spacing:0.06em;text-transform:uppercase;opacity:0.78;}
.unit .clear-shell{font-size:calc(17.6px * 1.125);}
.unit .offer-actions{opacity:0.82;}
.unit .plain-service{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.29rem;background:#C81E2B;color:#FFFFFF;font-weight:600;transition:background 270ms var(--speed-hover);}
.unit .plain-service:hover{background:#A5151F;color:var(--surface-soft);}
.unit .open-team{display:flex;flex-wrap:wrap;gap:1.9rem;font-size:calc(17.6px * .875);opacity:0.86;}
.unit .open-team a{border-bottom:1px solid currentColor;padding-bottom:2px;}
.unit .open-team a:hover{opacity:0.7;}
.simple-unit{padding:calc(1.5rem * 2.4) 2.46rem;background:#E7EEF6;color:#22334A}
.simple-unit .compact-headline{max-width:1260px;margin:0 auto;display:flex;flex-direction:column;gap:calc(1.9rem * 1.5)}
.simple-unit .clear-shell{display:flex;flex-direction:column;gap:calc(1.5rem * .75)}
.simple-unit h1{margin:0;font-size:calc(17.6px * 2.65);line-height:1.05}
.simple-unit .offer-actions{margin:0;line-height:1.8}
.simple-unit .open-team{padding-top:1.5rem;border-top:1px solid var(--surface-deep)}
.simple-unit .content-team{margin:0 0 calc(1.5rem * .75);font-size:calc(17.6px * .875);letter-spacing:.04em;text-transform:uppercase}
.simple-unit .top-view{display:flex;flex-wrap:wrap;gap:1.9rem}
.simple-unit .plain-service{display:inline-block;padding:.7rem 1.15rem;background:#0B3C8C;color:#FFFFFF;border-radius:0.44rem;text-decoration:none;font-size:17.6px;transition:background 270ms var(--speed-hover)}
.simple-unit .plain-service:hover{background:#082E6E;color:var(--surface-soft);}
.simple-unit .top-track{padding-top:1.5rem;border-top:1px solid var(--surface-deep);display:flex;flex-direction:column;gap:calc(1.5rem * .75)}
.simple-unit .featured-quote{margin:0;line-height:1.8}
.simple-unit .contact-items{margin:0;font-size:calc(17.6px * .875)}
.simple-unit .contact-items a{color:#0B3C8C;text-underline-offset:.22em}
.simple-unit .contact-items a:hover{color:#C81E2B}
@media(max-width:620px){.simple-unit .top-view{flex-direction:column;align-items:flex-start}
}
