:root {
  --motion-hover: cubic-bezier(0.16,1,0.3,1);
}
body{margin:0;padding:0;font-family:"Nunito", sans-serif;box-sizing:border-box;}
*{box-sizing:border-box;}
.focused-items {
    width: 100%;
    background: #FFFFFF;
    color: #0B1A33;
    border-bottom: 1px solid #DDE4EE;
    box-shadow: 0 1px 6px rgba(0,0,0,0.11);
  }
.plain-area {
    max-width: 1300px;
    margin: 0 auto;
    padding: 1.5rem 2.54rem;
    display: flex;
    align-items: center;
    gap: 1.96rem;
  }
.fresh-proof {
    font-size: calc(17px * 1.125);
    font-weight: 700;
    letter-spacing: 0.02em;
    text-decoration: none;
    color: #0B1A33;
    white-space: nowrap;
    flex-shrink: 0;
  }
.fresh-proof:hover {
    color: #E8641A;
  }
.soft-panel {
    flex: 1 1 auto;
    display: flex;
    justify-content: flex-start;
  }
.nav-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    gap: 1.96rem;
    flex-wrap: wrap;
  }
.nav-link {
    display: inline-block;
    padding: 0.5rem 0.25rem;
    font-size: 17px;
    color: #0B1A33;
    text-decoration: none;
    border-bottom: 2px solid transparent;
    transition: color 430ms var(--motion-hover), border-color 430ms var(--motion-hover);
  }
.nav-link:hover,
  .nav-link:focus-visible {
    color: #E8641A;
    border-bottom-color: #E8641A;
    outline: none;
  }
.bottom-steps {
    flex-shrink: 0;
    margin-left: auto;
  }
.simple-panel {
    display: inline-block;
    padding: 0.7rem 1.2rem;
    background: #0B1A33;
    color: #FFFFFF;
    border-radius: 0.52rem;
    font-size: 17px;
    font-weight: 600;
    text-decoration: none;
    box-shadow: 0 1px 6px rgba(0,0,0,0.11);
    transition: background 430ms var(--motion-hover), transform 430ms var(--motion-hover);
  }
.simple-panel:hover,
  .simple-panel:focus-visible{
    background: #152A4D;
    transform: translateY(-1px);
    outline: none;color:#0B1A33;}
.content-fields {
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;
    width: 44px;
    height: 44px;
    padding: 0;
    background: #F4F6FA;
    color: #233655;
    border: 1px solid #DDE4EE;
    border-radius: 0.27rem;
    cursor: pointer;
    flex-shrink: 0;
  }
.narrow-actions {
    display: block;
    width: 22px;
    height: 2px;
    background: currentColor;
    border-radius: 2px;
  }
.content-fields:focus-visible{outline: 2px solid #E8641A;
    outline-offset: 2px;}
@media (max-width: 767px) {
    .plain-area {
      flex-wrap: wrap;
      align-items: center;
      gap: calc(1.96rem * 1.5);
    }

    .fresh-proof {
      flex: 1 1 auto;
    }

    .content-fields {
      display: flex;
      order: 2;
    }

    .bottom-steps {
      order: 3;
      margin-left: 0;
      width: 100%;
    }

    .simple-panel {
      display: block;
      text-align: center;
      width: 100%;
    }

    .soft-panel {
      order: 4;
      flex-basis: 100%;
      display: none;
    }

    .soft-panel.is-open {
      display: block;
    }

    .nav-list {
      flex-direction: column;
      align-items: stretch;
      gap: 0;
      padding: calc(1.96rem * 1.5) 0 0;
      border-top: 1px solid #DDE4EE;
      margin-top: calc(1.96rem * 1.5);
    }

    .nav-link {
      display: block;
      padding: 0.75rem 0.25rem;
      border-bottom: 1px solid #DDE4EE;
    }
  }
.direct-actions{font-family:"Nunito", sans-serif;font-size:17px;line-height:1.82;padding:calc(1.5rem * 2.4) 2.54rem;background:#0B1A33;color:#FFFFFF;}
.strong-footer{max-width:1300px;margin:0 auto;display:flex;flex-direction:column;gap:calc(1.96rem * 1.5)}
.text-footer{display:flex;flex-direction:column;gap:1.5rem;padding-bottom:calc(1.96rem * 1.5);border-bottom:1px solid rgba(255, 255, 255, 0.15)}
.narrow-region{font-size:calc(17px * 1.35);line-height:1.25;margin:0;font-weight:600;letter-spacing:0.01em}
.contact-media{display:flex;flex-direction:column;gap:0.35rem;font-style:normal;margin:0}
.content-view{font-size:17px}
.service-copy{color:inherit;text-decoration:none;font-size:17px;transition:opacity 430ms var(--motion-hover)}
.service-copy:hover,
  .service-copy:focus-visible{opacity:0.75;text-decoration:underline;outline:none}
.steady-story{display:flex;flex-direction:column;gap:0.35rem}
.fresh-shell{font-size:calc(17px * 1.125);font-weight:700;margin:0;letter-spacing:0.02em}
.site-headline{margin:0;font-size:calc(17px * .875);max-width:42rem;opacity:0.85}
.service-quote{display:grid;grid-template-columns:repeat(4, minmax(0, 1fr));gap:1.96rem}
.site-nav{display:flex;flex-direction:column;gap:1.5rem}
.focused-summary{font-size:calc(17px * .875);font-weight:600;text-transform:uppercase;letter-spacing:0.08em;margin:0;opacity:0.75}
.media-items{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:0.4rem}
.direct-shell{margin:0;font-size:calc(17px * .875);line-height:1.55;opacity:0.85;max-width:60rem;padding-top:calc(1.96rem * 1.5);border-top:1px solid rgba(255, 255, 255, 0.15)}
.visual-items{display:flex;flex-wrap:wrap;gap:1.5rem;justify-content:space-between;align-items:center}
.page-menu{margin:0;font-size:calc(17px * .875);opacity:0.75}
@media (max-width: 900px) {.service-quote{grid-template-columns:repeat(2, minmax(0, 1fr))}
  }
@media (max-width: 520px) {.service-quote{grid-template-columns:1fr}.direct-actions{padding:calc(1.96rem * 1.5) 2.54rem;background:#0B1A33;color:#FFFFFF;}
  }
footer,footer *{border-radius:0!important;}
.cookies {
    position: fixed;
    left: 2.54rem;
    right: 2.54rem;
    bottom: 1.5rem;
    z-index: 1200;
}
.cookies .text-brand {
    margin-left: auto;
    max-width: 440px;
    border-radius: 1.06rem;
    padding: 1.5rem 2.54rem;
    background: #0B1A33;
    color: #FFFFFF;
    box-shadow: 0 20px 52px rgba(0,0,0,0.17);
    border: 1px solid rgba(148, 163, 184, .35);
}
.cookies .steady-summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}
.cookies .steady-summary strong {
    font-size: 16px;
}
.cookies .steady-summary button {
    border: 0;
    text-decoration: underline;
    text-underline-offset: 2px;
    font-size: 13px;
    cursor: pointer;
}
.cookies p {
    margin: 10px 0 0;
}
.cookies .quiet-entries {
    margin-top: 14px;
    display: flex;
    gap: 8px;
}
.cookies .quiet-entries button {
    flex: 1;
    border-radius: 0.27rem;
    border: 1px solid rgba(148, 163, 184, .45);
    padding: 9px 12px;
    color: #FFFFFF;
    background: rgba(51, 65, 85, .65);
    cursor: pointer;
}
.cookies .quiet-entries button.cookie-accept {
    color: #FFFFFF;
    border-color: transparent;
    color: #0B1A33;
    font-weight: 700;
}
@media (max-width: 760px) {
    .cookies .text-brand {
        max-width: none;
    }
}
.top-body{
        padding:calc(1.5rem * 3) 2.54rem;
        background:#FFFFFF;
        color:#0B1A33;
    }
.top-body .open-links{max-width:1300px;
        margin:0 auto;
        display:flex;
        gap:calc(1.96rem * 1.4);
        align-items:center;
        flex-wrap:wrap;}
.top-body .content-body{flex:1 1 30rem;
        min-width:0;}
.top-body h1{margin:.2rem 0 .8rem;
        font-size:clamp(2rem,4.6vw,3.6rem);
        line-height:1.08;}
.top-body .simple-list{margin:0 0 .9rem;
        font-size:calc(17px * 1.125);}
.top-body .content-body p{margin:0;
        opacity:.94;}
.top-body .quiet-entries{display:flex;
        flex-wrap:wrap;
        gap:.7rem;
        margin-top:calc(1.5rem * 1.1);}
.top-body .quiet-entries a{
        display:inline-flex;
        justify-content:center;
        padding:.75rem 1.15rem;
        border-radius:0.52rem;
        text-decoration:none;
        font-weight:700;
        background:#E8641A;
        color:#FFFFFF;
        transition:background 430ms var(--motion-hover);
    }
.top-body .quiet-entries a:hover{
        background:#C9520F;color:#0B1A33;}
.top-body .quiet-entries a + a{
        background:#FFFFFF;
        color:#0B1A33;
        border:1px solid #DDE4EE;
    }
.top-body .quiet-entries a + a:hover{
        background:#F4F6FA;color:#233655;}
.top-body .secondary-steps{margin-top:calc(1.5rem * .9);
        font-size:calc(17px * .875);}
.top-body .secondary-steps a{text-decoration:underline;
        text-underline-offset:3px;}
.top-body .secondary-steps a:hover{}
.top-body .plain-feature{flex:1 1 22rem;
        max-width:34rem;
        width:100%;
        height:auto;
        border-radius:1.06rem;
        box-shadow:0 10px 14px rgba(0,0,0,0.14);}
@media (max-width: 960px){.top-body .plain-feature{max-width:none;}
    }
.featured-brand{--field-control:calc(1.5rem * 1.15);padding:calc(1.5rem * 2.4) 2.54rem;background:#F4F6FA;color:#233655;}
.featured-brand .bottom-area{max-width:1300px;margin:0 auto;}
.featured-brand h2,.featured-brand p{margin:0;}
.featured-brand h2{font-size:calc(17px * 2);line-height:1.14;}
.featured-brand p{font-size:17px;line-height:1.82;}
.featured-brand .service-block{font-size:calc(17px * 1.125);line-height:1.5;}
.featured-brand .content-area{margin-top:calc(1.96rem * 1.5);}
.featured-brand .visual-callout{display:flex;flex-wrap:wrap;align-items:center;gap:1.96rem;margin-top:var(--field-control);}
.featured-brand .quiet-story{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.27rem;background:#E8641A;color:#FFFFFF;font-weight:700;text-decoration:none;transition:background 430ms var(--motion-hover);}
.featured-brand .quiet-story:hover{background:#C9520F;color:#0B1A33;}
.featured-brand .welcome{flex:1 1 22rem;font-size:calc(17px * .875);}
.featured-brand .secondary-steps{color:#0B1A33;text-decoration:underline;text-underline-offset:2px;}
.featured-brand .secondary-steps:hover{color:inherit;}
@media (max-width:640px){.featured-brand .visual-callout{flex-direction:column;align-items:flex-start;}.featured-brand .quiet-story{width:100%;}
}
.compact-block{padding:calc(1.5rem * 2.4) 2.54rem;background:#F4F6FA;color:#233655}
.compact-block .bottom-area{max-width:1300px;margin:0 auto}
.compact-block .media-figure{display:flex;flex-wrap:wrap;gap:calc(1.96rem * 1.5);align-items:flex-start}
.compact-block .visual-actions{flex:1 1 320px;min-width:0}
.compact-block h2{margin:0;font-size:calc(17px * 2);line-height:1.1}
.compact-block .visual-actions p{margin:1.5rem 0 0;font-size:17px;line-height:1.82}
.compact-block .primary-region{flex:1 1 480px;min-width:0;display:flex;flex-direction:column;gap:calc(1.5rem * .75)}
.compact-block .primary-region a{display:block;background:#FFFFFF;color:#0B1A33;border:1px solid #DDE4EE;border-radius:0.52rem;padding:calc(1.5rem * .75) 1.5rem;text-decoration:none;transition:border-color 430ms var(--motion-hover)}
.compact-block .primary-region a:hover{border-color:#E8641A}
.compact-block strong{display:block;font-size:17px;line-height:1.2}
.compact-block span{display:block;margin-top:0.27rem;font-size:calc(17px * .875);line-height:1.55}
@media(max-width:780px){.compact-block .media-figure{display:block}.compact-block .primary-region{margin-top:calc(1.96rem * 1.5)}}
.fresh-group{
        --field-control: calc(1.5rem * 1.26);
        --mark-content: calc(1300px / 2.50);
        --copy-main: calc(1300px / 3.59);
        padding: calc(1.5rem * 2.4) 2.54rem;
        background: #0B1A33;
        color: #FFFFFF;
    }
.fresh-group .bottom-area{max-width: 1300px;
        margin: 0 auto;}
.fresh-group h1, .fresh-group h2, .fresh-group h3, .fresh-group p{margin: 0;}
.fresh-group h2{font-size: calc(17px * 2);
        line-height: 1.12;}
.fresh-group h3{font-size: calc(17px * 1.35);
        line-height: 1.22;}
.fresh-group p{font-size: 17px;
        line-height: 1.82;}
.fresh-group a{color: inherit;
        text-decoration: none;}
.fresh-group .local-menu{padding-block: calc(var(--field-control) / 2);}
.fresh-group .quiet-fields{row-gap: calc(var(--field-control) * 1.2);}
.fresh-group .row-title{display: flex;
        flex-wrap: wrap;
        align-items: flex-start;
        gap: 1.96rem;}
.fresh-group .row-title h2{flex: 1 1 calc(1300px / 3);
        min-width: 0;}
.fresh-group .row-title > p{flex: 1 1 calc(1300px / 3);
        min-width: 0;
        opacity: .88;}
.fresh-group .soft-benefit{flex: 1 1 100%;
        display: flex;
        flex-wrap: wrap;
        gap: var(--field-control);
        margin-top: var(--field-control);}
.fresh-group .soft-unit{flex: 1 1 var(--copy-main);
        min-width: 0;
        padding-top: calc(1.5rem * .75);
        border-top: 1px solid rgba(255, 255, 255, 0.22);}
.fresh-group .soft-unit p{margin-top: calc(1.5rem / 3);
        opacity: .9;}
.fresh-group .soft-unit a{display: inline-flex;
        margin-top: calc(1.5rem / 2);
        padding-bottom: 2px;
        border-bottom: 1px solid #E8641A;
        color: #E8641A;}
.fresh-group .soft-unit a:hover{color:inherit;
        border-bottom-color: #C9520F;}
.steady-headline{padding:calc(calc(1.5rem * 2.4) * .73) 2.54rem;background:#0B1A33;color:#FFFFFF;}
.wide-team{max-width:1300px;margin:0 auto;display:flex;justify-content:flex-end;}
.narrow-entries{width:min(100%,52rem);}
.steady-headline h1{margin:0;font-size:clamp(2.1rem,6vw,4.75rem);line-height:1.02;font-weight:750;}
.steady-headline p{margin:clamp(1rem,2vw,1.35rem) 0 0;font-size:clamp(1rem,1.65vw,1.2rem);line-height:1.67;color:color-mix(in srgb,currentColor 80%,transparent);}
.steady-headline p + p{margin-top:clamp(.85rem,1.6vw,1.1rem);}
@media (max-width:720px){.wide-team{display:block}.steady-headline{padding-top:calc(calc(1.5rem * 2.4) * .58);padding-bottom:calc(calc(1.5rem * 2.4) * .58);}}
.contact-details{
  --field-control:calc(1.5rem * 1.15);
  padding:calc(1.5rem * 2.4) 2.54rem;
  background:#F4F6FA;
  color:#233655;
}
.contact-details .bottom-area{max-width:1300px;
  margin:0 auto;
  display:flex;
  flex-direction:column;
  gap:calc(1.96rem * 1.5);}
.contact-details h2,
.contact-details h3,
.contact-details p{margin:0;}
.contact-details h2{font-size:calc(17px * 2);
  line-height:1.14;}
.contact-details h3{font-size:calc(17px * 1.35);
  line-height:1.24;}
.contact-details p{font-size:17px;
  line-height:1.82;}
.contact-details .visual-actions{display:flex;
  flex-direction:column;
  gap:1.5rem;}
.contact-details .service-block{font-size:calc(17px * 1.125);}
.contact-details .compact-brand{display:flex;
  flex-direction:column;
  gap:0;
  border-top:1px solid #DDE4EE;}
.contact-details .soft-unit{padding:calc(1.5rem * .75) 0;
  border-bottom:1px solid #DDE4EE;
  display:flex;
  flex-direction:column;
  gap:calc(1.5rem / 2.4);}
.contact-details .soft-unit h3{order:-1;}
.contact-details .welcome{
  font-size:calc(17px * .875);
  padding:calc(1.5rem * .75);
  border-radius:0.52rem;
  background:#FFFFFF;
  color:#0B1A33;
  border:1px solid #DDE4EE;
}
.contact-details a{text-decoration:underline;
  text-underline-offset:3px;}
.contact-details a:hover{}
@media (min-width:900px){.contact-details .bottom-area{
    display:grid;
    grid-template-columns:minmax(0, 1fr) minmax(0, 1.55fr);
    grid-template-areas:
      "intro questions"
      "note questions";
    align-items:start;
    column-gap:1.96rem;
  }.contact-details .visual-actions{grid-area:intro;}.contact-details .compact-brand{grid-area:questions;border-top:none;}.contact-details .welcome{grid-area:note;}.contact-details .soft-unit:first-child{padding-top:0;}
}
.public-figure{
    padding:clamp(48px,6vw,80px) clamp(16px,4vw,36px);
    background:#F4F6FA;
    color:#233655;
}
.public-figure .main-note{max-width:1300px;
    margin:0 auto;
    display:flex;
    flex-direction:column;
    gap:calc(1.96rem * 1.5);}
.public-figure .service-block{display:flex;
    flex-direction:column;
    gap:calc(1.5rem * .75);}
.public-figure .service-block h2{margin:0;
    font-size:calc(17px * 2);
    line-height:1.2;}
.public-figure .service-block p{margin:0;
    font-size:17px;
    line-height:1.82;}
.public-figure .fresh-footer{display:flex;
    flex-wrap:wrap;
    gap:1.96rem;}
.public-figure .soft-unit{
    flex:1 1 260px;
    background:#FFFFFF;
    color:#0B1A33;
    border:1px solid #DDE4EE;
    border-radius:0.92rem;
    padding:1.5rem 2.54rem;
    box-shadow:0 1px 6px rgba(0,0,0,0.11);
    display:flex;
    flex-direction:column;
    gap:calc(1.5rem * .75);
}
.public-figure .soft-unit h3{margin:0;
    font-size:calc(17px * 1.35);
    line-height:1.3;}
.public-figure .soft-unit p{margin:0;
    font-size:calc(17px * .875);
    line-height:1.82;}
.public-figure .soft-unit a{color:#0B1A33;
    text-decoration:underline;
    text-underline-offset:2px;
    transition:color 430ms var(--motion-hover);}
.public-figure .soft-unit a:hover{color:inherit;}
.public-figure .welcome{
    margin:0;
    padding:calc(1.5rem * .75) 2.54rem;
    background:#E8641A;
    color:#FFFFFF;
    border-radius:0.52rem;
    font-size:calc(17px * .875);
    line-height:1.82;
}
@media (max-width:700px){.public-figure .fresh-footer{
        flex-direction:column;
    }.public-figure .soft-unit{
        flex:1 1 auto;
    }
}
.offer-entries{--field-control:calc(1.5rem * 1.04);--mark-content:calc(1300px / 2.28);--copy-main:calc(1300px / 3.35);padding:calc(1.5rem * 2.4) 2.54rem;background:#F4F6FA;color:#233655;}
.offer-entries .bottom-area{max-width:1300px;margin:0 auto;}
.offer-entries h2,.offer-entries h3,.offer-entries p{margin:0;}
.offer-entries h2{font-size:calc(17px * 2);line-height:1.12;}
.offer-entries h3{font-size:calc(17px * 1.35);line-height:1.2;}
.offer-entries p{font-size:17px;line-height:1.82;}
.offer-entries .service-block{margin-top:1.5rem;max-width:calc(1300px / 2);}
.offer-entries .bottom-brand{display:flex;flex-direction:column;gap:var(--field-control);margin-top:var(--field-control);}
.offer-entries .soft-unit{min-width:0;padding-inline-start:calc(1.5rem * .75);border-inline-start:2px solid #DDE4EE;}
.offer-entries .soft-unit p{margin-top:calc(1.5rem / 3);}
@media (min-width:900px){.offer-entries .bottom-brand{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));column-gap:calc(1.96rem * 1.12);}.offer-entries .soft-unit:first-child{grid-column:1 / -1;}
}
.top-unit{
    padding:calc(1.5rem * 2.4) 2.54rem;
    background:#F4F6FA;
    color:#233655;
    background-image:linear-gradient(135deg,color-mix(in srgb,currentColor 5%,transparent),transparent 55%);
}
.top-unit .bottom-area{max-width:1300px;
    margin:0 auto;
    display:grid;
    grid-template-columns:0.85fr 1.15fr;
    gap:1.96rem;
    align-items:start;}
.top-unit .soft-rail img{width:100%;
    height:auto;
    display:block;
    border-radius:0.92rem;
    border:1px solid #DDE4EE;
    box-shadow:0 1px 6px rgba(0,0,0,0.11);}
.top-unit .text-media h2{margin:0 0 0.4rem;
    font-size:calc(17px * 2);
    line-height:1.2;}
.top-unit .text-media h3{margin:0 0 1rem;
    font-size:17px;
    font-weight:600;
    opacity:0.85;}
.top-unit .text-media p{margin:0 0 0.85rem;
    font-size:17px;
    line-height:1.82;}
.top-unit .text-media ul{margin:1.1rem 0 0;
    padding:0;
    list-style:none;
    display:flex;
    flex-wrap:wrap;
    gap:0.5rem 0.75rem;}
.top-unit .text-media li{
    padding:0.45rem 0.85rem;
    background:#FFFFFF;
    color:#0B1A33;
    border:1px solid #DDE4EE;
    border-radius:0.52rem;
    font-size:calc(17px * .875);
    line-height:1.4;
}
@media (max-width:820px){.top-unit .bottom-area{
        grid-template-columns:1fr;
    }.top-unit .text-media ul{
        flex-direction:column;
        align-items:flex-start;
    }
}
.plain-items{padding:calc(calc(1.5rem * 2.4) * .78) 2.54rem calc(calc(1.5rem * 2.4) * .68);background:#0B1A33;color:#FFFFFF;}
.wide-team{max-width:1300px;margin:0 auto;display:flex;justify-content:flex-start;}
.narrow-entries{width:min(100%,54rem);}
.plain-items h1{margin:0;font-size:clamp(2rem,5.4vw,4.15rem);line-height:1.06;font-weight:750;letter-spacing:-0.01em;}
.plain-items p{margin:clamp(1rem,2vw,1.4rem) 0 0;font-size:clamp(1rem,1.6vw,1.18rem);line-height:1.72;color:color-mix(in srgb,currentColor 82%,transparent);}
@media (max-width:720px){.wide-team{display:block}.plain-items{padding-top:calc(calc(1.5rem * 2.4) * .6);padding-bottom:calc(calc(1.5rem * 2.4) * .55);}}
.grid---stay-in-touch{
  padding: calc(1.5rem * 2.4) 2.54rem;
  background: #0B1A33;
  color: #FFFFFF;
}
.grid---stay-in-touch .bottom-area{max-width: min(1300px, 74rem);
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: calc(1.96rem * 1.5);}
.grid---stay-in-touch .welcome{flex: 1 1 22rem;
  min-width: 0;}
.grid---stay-in-touch .fresh-footer{
  flex: 1 1 20rem;
  min-width: 0;
  padding: calc(1.5rem * .75);
  border-radius: 0.92rem;
  background: #FFFFFF;
  color: #0B1A33;
  box-shadow: 0 10px 14px rgba(0,0,0,0.14);
}
.grid---stay-in-touch h2{margin: 0;
  font-size: calc(17px * 2);
  line-height: 1.12;}
.grid---stay-in-touch .welcome p{margin: calc(1.5rem * .75) 0;
  font-size: 17px;
  line-height: 1.82;}
.grid---stay-in-touch .welcome a{
  display: inline-flex;
  align-items: center;
  padding: calc(calc(1.5rem * .75) * 0.75) calc(1.5rem * .75);
  border-radius: 0.52rem;
  background: #E8641A;
  color: #FFFFFF;
  text-decoration: none;
  font-weight: 600;
  transition: background 430ms var(--motion-hover);
}
.grid---stay-in-touch .welcome a:hover{
  background: #C9520F;color:#0B1A33;}
.grid---stay-in-touch .fresh-footer .service-block{margin: 0 0 calc(1.5rem * .75);
  font-size: calc(17px * .875);
  letter-spacing: 0.04em;
  text-transform: uppercase;color:inherit;}
.grid---stay-in-touch ul{list-style: none;
  margin: 0;
  padding: 0;}
.grid---stay-in-touch li{padding: 0 0 calc(1.5rem * .75);
  margin: 0 0 calc(1.5rem * .75);
  border-bottom: 1px solid #DDE4EE;}
.grid---stay-in-touch li:last-child{padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 0;}
.grid---stay-in-touch li strong{display: block;
  font-size: 17px;}
.grid---stay-in-touch li span{display: block;
  margin-top: calc(calc(1.5rem * .75) * 0.3);
  font-size: calc(17px * .875);color:inherit;}
@media (max-width: 760px) {.grid---stay-in-touch .bottom-area{
    flex-direction: column;
  }
}
.strong-feature{--field-control:calc(1.5rem * 1.18);--layer-content:calc(1300px / 3.2);padding:calc(1.5rem * 2.4) 2.54rem;background:#F4F6FA;color:#233655;}
.strong-feature .bottom-area{max-width:1300px;margin:0 auto;}
.strong-feature h2,.strong-feature h3,.strong-feature p{margin:0;}
.strong-feature h2{font-size:calc(17px * 2);line-height:1.14;}
.strong-feature h3{font-size:calc(17px * 1.35);line-height:1.22;}
.strong-feature p{font-size:17px;line-height:1.82;}
.strong-feature a{color:inherit;text-decoration:none;}
.strong-feature .fresh-footer{display:flex;flex-wrap:wrap;gap:1.96rem;align-items:flex-start;}
.strong-feature .fresh-footer>h2{flex:1 1 var(--layer-content);min-width:0;}
.strong-feature .fresh-footer>.service-block{flex:1 1 var(--layer-content);min-width:0;color:color-mix(in srgb, currentColor 78%, transparent);}
.strong-feature .soft-benefit{display:flex;flex-wrap:wrap;gap:var(--field-control);margin-top:var(--field-control);}
.strong-feature .soft-unit{flex:1 1 var(--layer-content);min-width:0;padding:calc(calc(1.5rem * .75) * 1.05);border-radius:0.92rem;background:#FFFFFF;color:#0B1A33;border:1px solid #DDE4EE;box-shadow:0 1px 6px rgba(0,0,0,0.11);}
.strong-feature .soft-unit p{margin-top:calc(1.5rem / 2.4);}
.strong-feature .soft-unit .welcome{margin-top:calc(1.5rem / 3);font-size:calc(17px * .875);color:color-mix(in srgb, currentColor 70%, transparent);}
.strong-feature .quiet-story{display:inline-flex;align-items:center;justify-content:center;width:max-content;max-width:100%;margin-top:calc(1.5rem / 1.6);padding:calc(calc(1.5rem * .75) * .8) 1.5rem;border-radius:0.27rem;background:#E8641A;color:#FFFFFF;font-size:calc(17px * .875);transition:background 430ms var(--motion-hover);}
.strong-feature .quiet-story:hover{background:#C9520F;color:#0B1A33;}
.strong-feature .secondary-steps{margin-top:var(--field-control);font-size:calc(17px * .875);color:color-mix(in srgb, currentColor 74%, transparent);}
.strong-feature .secondary-steps a{border-bottom:1px solid color-mix(in srgb, currentColor 40%, transparent);}
.strong-feature .secondary-steps a:hover{}
@media (max-width:720px){.strong-feature .fresh-footer>h2,.strong-feature .fresh-footer>.service-block,.strong-feature .soft-unit{flex:1 1 100%;}
}
.top-note{--field-control:calc(1.5rem * 1.28);--copy-lead:calc(1300px / 3.4);padding:calc(1.5rem * 2.4) 2.54rem;background:#FFFFFF;color:#0B1A33;}
.top-note .bottom-area{max-width:1300px;margin:0 auto;}
.top-note h2,.top-note h3,.top-note p{margin:0;}
.top-note h2{font-size:calc(17px * 2);line-height:1.12;}
.top-note h3{font-size:calc(17px * 1.35);line-height:1.22;}
.top-note p{font-size:17px;line-height:1.82;}
.top-note img{display:block;width:100%;height:auto;border-radius:0.52rem;margin-top:var(--field-control);}
.top-note .service-block{margin-top:1.5rem;}
.top-note .soft-benefit{display:flex;flex-wrap:wrap;align-items:flex-start;gap:1.96rem;margin-top:var(--field-control);}
.top-note .soft-unit{flex:1 1 calc(1300px / 4);min-width:0;padding-top:calc(1.5rem * .75);border-top:2px solid #E8641A;}
.top-note .soft-unit p{margin-top:calc(1.5rem / 3);color:#233655;}
.top-note .welcome{margin-top:var(--field-control);font-size:calc(17px * .875);color:#233655;}
.top-note .welcome a{color:#0B1A33;text-decoration:underline;text-underline-offset:3px;}
.top-note .welcome a:hover{color:inherit;}
@media (max-width:720px){.top-note .soft-unit{flex:1 1 100%;}
}
.primary-block{--field-control:calc(1.5rem * 1.29);--mark-content:calc(1300px / 3.25);padding:calc(1.5rem * 2.4) 2.54rem;background:#0B1A33;color:#FFFFFF;}
.primary-block .bottom-area{max-width:1300px;margin:0 auto;}
.primary-block h1,.primary-block h2,.primary-block h3,.primary-block p{margin:0;}
.primary-block h2{font-size:calc(17px * 2);line-height:1.12;}
.primary-block h3{font-size:calc(17px * 1.35);line-height:1.2;}
.primary-block p{font-size:17px;line-height:1.82;color:color-mix(in srgb, currentColor 76%, transparent);}
.primary-block a{color:inherit;text-decoration:underline;text-underline-offset:3px;}
.primary-block a:hover{}
.primary-block .visual-actions{display:flex;flex-direction:column;gap:calc(1.5rem / 2);}
.primary-block .service-block{font-size:calc(17px * 1.125);color:color-mix(in srgb, currentColor 84%, transparent);}
.primary-block .soft-benefit{display:flex;flex-direction:column;gap:var(--field-control);margin-top:var(--field-control);border-top:1px solid color-mix(in srgb, currentColor 18%, transparent);padding-top:var(--field-control);}
.primary-block .soft-unit{min-width:0;display:flex;flex-direction:column;gap:calc(1.5rem / 3);}
.primary-block .soft-unit h3{}
.primary-block .quiet-story{margin-top:var(--field-control);padding-top:var(--field-control);border-top:1px solid color-mix(in srgb, currentColor 18%, transparent);}
.primary-block .welcome{font-size:calc(17px * .875);color:color-mix(in srgb, currentColor 78%, transparent);}
@media (min-width:900px){.primary-block .soft-benefit{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:var(--field-control) 1.96rem;}.primary-block .soft-unit{padding-right:calc(1.5rem * .75);}
}
.local-rail{
        padding:calc(calc(1.5rem * 2.4) * .78) 2.54rem calc(calc(1.5rem * 2.4) * .86);
        background:#0B1A33;
        color:#FFFFFF;
    }
.wide-team{
        max-width:1300px;
        margin:0 auto;
        display:flex;
        justify-content:flex-end;
    }
.narrow-entries{
        width:min(100%,54rem);
        display:flex;
        flex-direction:column;
        gap:calc(1.96rem * 1.5);
    }
.local-rail h1{margin:0;
        font-size:clamp(2rem,5.4vw,4.4rem);
        line-height:1.05;
        font-weight:750;
        letter-spacing:-0.01em;}
.local-rail p{margin:0;
        font-size:clamp(1rem,1.55vw,1.18rem);
        line-height:1.72;
        color:color-mix(in srgb,currentColor 82%,transparent);}
@media (max-width:720px){.wide-team{display:block}.local-rail{
            padding-top:calc(calc(1.5rem * 2.4) * .6);
            padding-bottom:calc(calc(1.5rem * 2.4) * .66);
        }.narrow-entries{gap:calc(1.5rem * .75)}
    }
.quiet-stack{--field-control:calc(1.5rem * 1.19);--mark-content:calc(1300px / 2.50);padding:calc(1.5rem * 2.4) 2.54rem;background:#FFFFFF;color:#0B1A33;}
.quiet-stack .bottom-area{max-width:1300px;margin:0 auto;}
.quiet-stack h2,.quiet-stack h3,.quiet-stack p{margin:0;}
.quiet-stack h2{font-size:calc(17px * 2);line-height:1.12;}
.quiet-stack h3{font-size:calc(17px * 1.35);line-height:1.2;}
.quiet-stack p{font-size:17px;line-height:1.82;}
.quiet-stack a{color:#0B1A33;text-decoration:none;border-bottom:1px solid #DDE4EE;transition:color 430ms var(--motion-hover),border-color 430ms var(--motion-hover);}
.quiet-stack a:hover{color:inherit;border-color:#E8641A;}
.quiet-stack .service-block{margin-top:calc(1.5rem / 2);}
.quiet-stack .soft-benefit{display:flex;flex-wrap:wrap;gap:var(--field-control);margin-top:var(--field-control);}
.quiet-stack .soft-unit{flex:1 1 calc(1300px / 3.4);min-width:0;padding:calc(calc(1.5rem * .75) * .9);border-radius:0.52rem;background:#F4F6FA;color:#233655;}
.quiet-stack .soft-unit p{margin-top:calc(1.5rem / 3);}
.quiet-stack .soft-unit a{display:inline-block;margin-top:calc(1.5rem / 2.5);font-size:calc(17px * .875);}
.quiet-stack .strong-steps{display:flex;flex-wrap:wrap;align-items:flex-start;gap:1.96rem;}
.quiet-stack .strong-steps>h2{flex:1 1 calc(1300px / 3);min-width:0;}
.quiet-stack .strong-steps>.service-block{flex:1 1 calc(1300px / 3);min-width:0;}
.quiet-stack .strong-steps>.soft-benefit{flex:1 1 100%;}
@media (max-width:760px){.quiet-stack .soft-unit{flex:1 1 100%;}
}
.steady-list{padding:calc(1.5rem * 2.4) 2.54rem;background:#0B1A33;color:#FFFFFF;overflow:hidden}
.steady-list .bottom-area{max-width:1300px;margin:0 auto}
.steady-list .visual-actions{max-width:46rem;margin:0 0 calc(1.96rem * 1.5)}
.steady-list h2{margin:0;font-size:calc(17px * 2);line-height:1.12}
.steady-list .visual-actions p{margin:1.5rem 0 0;font-size:calc(17px * 1.125);line-height:1.82}
.steady-list .fresh-footer{display:flex;flex-wrap:wrap;gap:1.96rem}
.steady-list .soft-unit{flex:1 1 20rem;min-width:16rem;padding:calc(1.5rem * .75) 0;border-top:1px solid rgba(255,255,255,0.18)}
.steady-list .soft-unit:nth-child(3n+2){border-top-color:#E8641A}
.steady-list .top-headline{display:block;font-size:calc(17px * 1.35);line-height:1.15;font-weight:700}
.steady-list .soft-unit p{margin:calc(1.5rem * .75) 0 0;line-height:1.82}
.steady-list .secondary-steps{margin-top:calc(1.96rem * 1.5);padding-top:1.5rem;border-top:1px solid rgba(255,255,255,0.18)}
.steady-list .secondary-steps p{margin:0;font-size:17px;line-height:1.82}
.steady-list .secondary-steps a{text-decoration:underline;text-underline-offset:3px}
.steady-list .secondary-steps a:hover{}
@media (max-width:640px){.steady-list .soft-unit{flex:1 1 100%}
}
.team-body{padding:calc(1.5rem * 2.4) 2.54rem;background:#FFFFFF;color:#0B1A33;}
.team-body .bottom-area{max-width:1300px;margin:0 auto;}
.team-body .top-entries{margin-bottom:calc(1.96rem * 1.5);}
.team-body .top-entries h2{margin:0;font-size:calc(17px * 2);line-height:1.2;}
.team-body .top-entries p{margin:.7rem 0 0;font-size:17px;color:#233655;}
.team-body .fresh-footer{display:flex;flex-direction:column;gap:calc(1.5rem * .75);}
.team-body .soft-unit{display:flex;flex-wrap:wrap;gap:1.96rem;align-items:center;padding:calc(1.5rem * .75);border:1px solid #DDE4EE;border-radius:0.92rem;background:#F4F6FA;color:#233655;}
.team-body .soft-unit:nth-child(even){flex-direction:row-reverse;}
.team-body .content-area{flex:1 1 22rem;min-width:0;}
.team-body .focused-details{display:inline-block;padding:.2rem .6rem;border-radius:0.27rem;background:#E8641A;color:#FFFFFF;font-size:calc(17px * .875);font-weight:700;letter-spacing:.02em;text-transform:uppercase;}
.team-body .content-area h3{margin:.6rem 0 .4rem;font-size:calc(17px * 1.35);}
.team-body .content-area p{margin:0;font-size:17px;line-height:1.82;}
.team-body .soft-unit img{flex:1 1 18rem;width:100%;height:14rem;object-fit:cover;border-radius:0.52rem;display:block;}
.team-body .welcome{margin:calc(1.96rem * 1.5) 0 0;padding-top:calc(1.96rem * 1.5);border-top:1px solid #DDE4EE;font-size:17px;color:#233655;}
.team-body .welcome a{color:#0B1A33;font-weight:700;text-decoration:underline;}
.team-body .welcome a:hover{color:inherit;}
@media (max-width:720px){.team-body .soft-unit,
        .team-body .soft-unit:nth-child(even){flex-direction:column;align-items:stretch;}.team-body .soft-unit img{height:11rem;}
    }
.contact-links{padding:calc(calc(1.5rem * 2.4) * .78) 2.54rem calc(calc(1.5rem * 2.4) * .66);background:#0B1A33;color:#FFFFFF;}
.wide-team{max-width:1300px;margin:0 auto;display:flex;justify-content:flex-start;}
.narrow-entries{width:min(100%,54rem);}
.contact-links h1{margin:0;font-size:clamp(2rem,5.4vw,4.35rem);line-height:1.06;font-weight:750;letter-spacing:-0.01em;}
.contact-links p{margin:clamp(1.05rem,2.1vw,1.5rem) 0 0;font-size:clamp(1rem,1.6vw,1.18rem);line-height:1.72;color:color-mix(in srgb,currentColor 82%,transparent);}
@media (max-width:720px){.wide-team{display:block}.contact-links{padding-top:calc(calc(1.5rem * 2.4) * .6);padding-bottom:calc(calc(1.5rem * 2.4) * .52);}}
.page-note{--field-control:calc(1.5rem * 1.15);--mark-content:calc(1300px / 2.20);padding:calc(1.5rem * 2.4) 2.54rem;background:#FFFFFF;color:#0B1A33;}
.page-note .bottom-area{max-width:1300px;margin:0 auto;}
.page-note h1,.page-note h2,.page-note h3,.page-note p{margin:0;}
.page-note h1{font-size:calc(17px * 2.65);line-height:1.08;}
.page-note h2{font-size:calc(17px * 2);line-height:1.12;}
.page-note h3{font-size:calc(17px * 1.35);line-height:1.22;}
.page-note p{font-size:17px;line-height:1.82;}
.page-note a{color:#0B1A33;text-decoration:none;}
.page-note a:hover{color:inherit;}
.page-note .service-block{margin-top:1.5rem;}
.page-note .welcome{margin-top:calc(1.96rem * 1.5);padding:calc(1.5rem * .75) 1.5rem;border-left:3px solid #E8641A;background:#F4F6FA;color:#233655;border-radius:0.27rem;font-size:calc(17px * .875);}
.page-note .soft-benefit{display:flex;flex-direction:column;gap:var(--field-control);}
.page-note .soft-unit{min-width:0;padding-left:1.5rem;border-left:2px solid #DDE4EE;}
.page-note .soft-unit h3{color:#0B1A33;}
.page-note .soft-unit p{margin-top:calc(1.5rem / 3);color:#233655;}
.page-note .compact-proof{display:flex;align-items:flex-start;gap:1.96rem;}
.page-note .compact-proof>.content-area{flex:1 1 calc(1300px / 3);min-width:0;}
.page-note .compact-proof>.soft-benefit{flex:2 1 calc(1300px / 2);}
@media(max-width:760px){.page-note .compact-proof{flex-direction:column;}.page-note .soft-unit{padding-left:calc(1.5rem * .75);}}
.steady-benefit{padding:calc(1.5rem * 2.4) 2.54rem;background:#F4F6FA;color:#233655}
.steady-benefit .bottom-area{max-width:1300px;margin:0 auto}
.steady-benefit .compact-proof{display:flex;gap:calc(1.96rem * 1.5);align-items:flex-start}
.steady-benefit .service-block{flex:0 1 30rem;min-width:0;position:sticky;top:1.5rem}
.steady-benefit h2{margin:0;font-size:calc(17px * 2);line-height:1.1}
.steady-benefit .service-block p{margin:1.5rem 0 0;font-size:17px;line-height:1.82}
.steady-benefit .soft-benefit{flex:1 1 46rem;min-width:0;display:flex;flex-direction:column;gap:calc(1.5rem * .75)}
.steady-benefit .soft-unit{background:#FFFFFF;color:#0B1A33;border:1px solid #DDE4EE;border-left:3px solid #E8641A;border-radius:0.52rem;padding:1.5rem calc(1.5rem * .75);box-shadow:0 1px 6px rgba(0,0,0,0.11)}
.steady-benefit strong{display:block;font-size:calc(17px * 1.35);line-height:1.2}
.steady-benefit .soft-unit p{margin:calc(1.5rem * .75) 0 0;line-height:1.82;font-size:17px}
@media(max-width:780px){.steady-benefit .compact-proof{display:block}.steady-benefit .service-block{position:static}.steady-benefit .soft-benefit{margin-top:calc(1.96rem * 1.5)}.steady-benefit h2{font-size:calc(17px * 1.35)}}
.quiet-lead{--field-control:calc(1.5rem * 0.92);--field-strong:1px solid #DDE4EE;padding:calc(1.5rem * 2.4) 2.54rem;background:#FFFFFF;color:#0B1A33;}
.quiet-lead .bottom-area{max-width:1300px;margin:0 auto;}
.quiet-lead h2,.quiet-lead h3,.quiet-lead p{margin:0;}
.quiet-lead h2{font-size:calc(17px * 2);line-height:1.12;}
.quiet-lead h3{font-size:calc(17px * 1.35);line-height:1.2;}
.quiet-lead p{font-size:17px;line-height:1.82;}
.quiet-lead .welcome{margin-bottom:calc(1.5rem / 2);font-size:calc(17px * .875);letter-spacing:.04em;text-transform:uppercase;color:#233655;}
.quiet-lead .service-block{margin-top:1.5rem;}
.quiet-lead .soft-benefit{display:flex;flex-direction:column;margin-top:var(--field-control);border-top:var(--field-strong);}
.quiet-lead .soft-unit{min-width:0;padding:calc(1.5rem * .75) 0;border-bottom:var(--field-strong);}
.quiet-lead .soft-unit h3{margin-bottom:calc(1.5rem / 3);}
.quiet-lead .secondary-steps{margin-top:var(--field-control);font-size:calc(17px * .875);color:#233655;}
.quiet-lead .secondary-steps a{color:#0B1A33;text-decoration:underline;text-underline-offset:3px;}
.quiet-lead .secondary-steps a:hover{color:inherit;}
@media (min-width:768px){.quiet-lead .soft-unit{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1.6fr);gap:1.96rem;align-items:start;}.quiet-lead .soft-unit h3{margin-bottom:0;}
}
.wide-intro{
        padding:calc(calc(1.5rem * 2.4) * .78) 2.54rem;
        background:#0B1A33;
        color:#FFFFFF;
    }
.wide-team{
        max-width:1300px;
        margin:0 auto;
        display:flex;
        justify-content:flex-end;
        align-items:flex-start;
    }
.narrow-entries{
        width:min(100%,54rem);
        display:flex;
        flex-direction:column;
        gap:clamp(.9rem,1.8vw,1.3rem);
    }
.wide-intro h1{margin:0;
        font-size:clamp(2rem,5.4vw,4.4rem);
        line-height:1.05;
        font-weight:750;
        letter-spacing:-0.01em;}
.wide-intro p{margin:0;
        max-width:44rem;
        font-size:clamp(1rem,1.55vw,1.18rem);
        line-height:1.72;
        color:color-mix(in srgb,currentColor 82%,transparent);}
@media (max-width:720px){.wide-team{display:block}.wide-intro{
            padding-top:calc(calc(1.5rem * 2.4) * .6);
            padding-bottom:calc(calc(1.5rem * 2.4) * .6);
        }
    }
.service-items{background:#0B1A33;color:#FFFFFF;padding:calc(1.5rem * 2.4) 2.54rem}
.service-items .bottom-area{max-width:1300px;margin:0 auto}
.service-items .compact-proof{display:flex;flex-wrap:wrap;align-items:flex-start;gap:calc(1.96rem * 1.5)}
.service-items .content-area{flex:1 1 22rem;min-width:0}
.service-items h2{margin:0;font-size:clamp(calc(17px * 2),4.4vw,calc(17px * 2.65));line-height:1.12;letter-spacing:0}
.service-items p{margin:1.5rem 0 0;font-size:calc(17px * 1.125);line-height:1.68}
.service-items .content-area a{display:inline-flex;margin-top:1.5rem;padding:calc(1.5rem * .75) 1.96rem;border-radius:0.52rem;background:#E8641A;color:#FFFFFF;text-decoration:none;font-weight:700;transition:background 430ms var(--motion-hover)}
.service-items .content-area a:hover{background:#C9520F;color:#0B1A33;}
.service-items .fresh-note{display:block;flex:0 1 17rem;min-width:12rem;width:100%;height:auto;aspect-ratio:4/5;object-fit:cover;border-radius:0.92rem}
.service-items .soft-benefit{flex:1 1 26rem;min-width:0;display:flex;flex-direction:column;gap:1.5rem}
.service-items .soft-unit{color:inherit;text-decoration:none;padding-bottom:1.5rem;border-bottom:1px solid color-mix(in srgb,currentColor 22%,transparent)}
.service-items .soft-unit:last-child{border-bottom:0;padding-bottom:0}
.service-items strong,.service-items span{display:block}
.service-items strong{font-size:17px}
.service-items span{margin-top:calc(calc(1.5rem * .75)*.5);line-height:1.6;font-size:calc(17px * .875)}
@media(max-width:820px){.service-items .compact-proof{flex-direction:column}.service-items .fresh-note{flex-basis:auto;min-width:0;aspect-ratio:16/9}.service-items .soft-benefit{width:100%}}
.bottom-links{
  background:#FFFFFF;
  color:#0B1A33;
  padding:calc(1.5rem * 2.4) 2.54rem;
}
.bottom-links .bottom-area{max-width:1300px;
  margin:0 auto;}
.bottom-links .main-note{display:flex;
  flex-direction:column;
  gap:calc(1.96rem * 1.5);}
.bottom-links .service-block h2{margin:0;
  font-size:calc(17px * 2);
  line-height:1.12;
  letter-spacing:0;}
.bottom-links .service-block p{margin:1.5rem 0 0;
  font-size:calc(17px * 1.125);
  line-height:1.82;}
.bottom-links .secondary-steps{display:flex;
  flex-wrap:wrap;
  gap:.7rem;
  align-items:center;}
.bottom-links .secondary-steps a{color:#0B1A33;
  text-decoration:none;
  border:1px solid #DDE4EE;
  border-radius:1.06rem;
  padding:.75rem 1rem;
  font-size:17px;
  transition:background 430ms var(--motion-hover), color 430ms var(--motion-hover);}
.bottom-links .secondary-steps a:hover{
  background:#F4F6FA;
  color:#233655;
}
.bottom-links .secondary-steps .text-grid{
  background:#0B1A33;
  border-color:#0B1A33;
  color:#FFFFFF;
}
.bottom-links .secondary-steps .text-grid:hover{
  background:#152A4D;
  border-color:#152A4D;
  color:#FFFFFF;
}
.bottom-links .welcome{border-top:1px solid #DDE4EE;
  padding-top:calc(1.5rem * .75);
  display:flex;
  flex-direction:column;
  gap:1.5rem;}
.bottom-links .welcome p{margin:0;
  font-size:17px;
  line-height:1.82;}
.bottom-links .welcome .compact-plan a{color:#0B1A33;
  text-decoration:underline;}
.bottom-links .welcome .compact-plan a:hover{color:inherit;}
@media (max-width:520px){.bottom-links .secondary-steps a{width:100%;box-sizing:border-box;text-align:center}
}
.clear-surface{
  padding: calc(1.5rem * 2.4) 2.54rem;
  background: #0B1A33;
  color: #FFFFFF;
}
.clear-surface .bottom-area{max-width: 1300px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: calc(1.96rem * 1.5);
  align-items: flex-start;}
.clear-surface .quiet-story{
  flex: 1 1 320px;
  padding: calc(1.5rem * .75);
  border-radius: 1.06rem;
  background: #FFFFFF;
  color: #0B1A33;
}
.clear-surface .quiet-story h2{margin: 0 0 calc(1.5rem * .75);
  font-size: calc(17px * 2);
  line-height: 1.12;}
.clear-surface .quiet-story p{margin: 0 0 calc(1.5rem * .75);
  font-size: 17px;
  line-height: 1.82;}
.clear-surface .quiet-story a{
  display: inline-flex;
  padding: calc(calc(1.5rem * .75) * .75) calc(1.5rem * .75);
  border-radius: 0.52rem;
  background: #E8641A;
  color: #FFFFFF;
  text-decoration: none;
  font-size: calc(17px * .875);
  transition: background 430ms var(--motion-hover);
}
.clear-surface .quiet-story a:hover{
  background: #C9520F;color:#0B1A33;}
.clear-surface .steady-region{flex: 1 1 380px;
  display: flex;
  flex-direction: column;
  gap: calc(1.5rem * .75);}
.clear-surface .steady-region > p{margin: 0;
  font-size: calc(17px * 1.125);
  line-height: 1.5;}
.clear-surface .focused-benefit{
  padding: calc(1.5rem * .75);
  border-radius: 0.52rem;
  background: #0B1A33;
  color: #FFFFFF;
  display: flex;
  flex-wrap: wrap;
  gap: calc(1.5rem * .75);
  align-items: baseline;
}
.clear-surface .focused-benefit strong{flex: 0 0 40%;
  font-size: 17px;}
.clear-surface .focused-benefit span{flex: 1 1 55%;
  font-size: calc(17px * .875);
  line-height: 1.6;
  opacity: .85;}
@media (max-width: 760px) {.clear-surface .bottom-area{
    flex-direction: column;
  }.clear-surface .focused-benefit strong,
  .clear-surface .focused-benefit span{
    flex: 1 1 100%;
  }
}
.featured-details{
        padding:calc(calc(1.5rem * 2.4) * .78) 2.54rem;
        background:#0B1A33;
        color:#FFFFFF;
    }
.wide-team{
        max-width:1300px;
        margin:0 auto;
        display:flex;
        justify-content:flex-start;
    }
.narrow-entries{
        width:min(100%,56rem);
    }
.featured-details h1{margin:0;
        font-size:clamp(2rem,5.4vw,4.2rem);
        line-height:1.05;
        font-weight:750;
        letter-spacing:-0.01em;}
.featured-details p{margin:clamp(1.05rem,2vw,1.5rem) 0 0;
        font-size:clamp(1rem,1.6vw,1.18rem);
        line-height:1.72;
        color:color-mix(in srgb,currentColor 82%,transparent);}
@media (max-width:720px){.wide-team{display:block}.featured-details{
            padding-top:calc(calc(1.5rem * 2.4) * .6);
            padding-bottom:calc(calc(1.5rem * 2.4) * .6);
        }
    }
.strong-inner{--field-control:calc(1.5rem * 1.05);padding:calc(1.5rem * 2.4) 2.54rem;background:#0B1A33;color:#FFFFFF;}
.strong-inner .bottom-area{max-width:1300px;margin:0 auto;}
.strong-inner h1,.strong-inner h2,.strong-inner h3,.strong-inner p{margin:0;}
.strong-inner h2{font-size:calc(17px * 2);line-height:1.14;}
.strong-inner p{font-size:17px;line-height:1.82;}
.strong-inner .service-block{opacity:0.88;}
.strong-inner .welcome{margin-top:calc(1.96rem * 1.5);opacity:0.78;}
.strong-inner a{color:inherit;text-decoration:none;}
.strong-inner .visual-tile>h2{margin-top:1.5rem;}
.strong-inner .secondary-steps{display:flex;flex-wrap:wrap;align-items:center;gap:1.96rem;margin-top:var(--field-control);}
.strong-inner .quiet-story{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.27rem;background:#E8641A;color:#FFFFFF;font-weight:600;transition:background 430ms var(--motion-hover);}
.strong-inner .quiet-story:hover{background:#C9520F;color:#0B1A33;}
.strong-inner .compact-plan{font-size:calc(17px * .875);border-bottom:1px solid currentColor;padding-bottom:2px;opacity:0.85;transition:opacity 430ms var(--motion-hover);}
.strong-inner .compact-plan:hover{opacity:1;}
@media (max-width:640px){.strong-inner .secondary-steps{flex-direction:column;align-items:flex-start;}.strong-inner .quiet-story{width:100%;}
}
.media-region{
        padding:calc(calc(1.5rem * 2.4) * .78) 2.54rem;
        background:#0B1A33;
        color:#FFFFFF;
    }
.wide-team{
        max-width:1300px;
        margin:0 auto;
        display:flex;
        justify-content:flex-end;
        align-items:flex-start;
    }
.narrow-entries{
        width:min(100%,54rem);
        padding-left:calc(1.96rem * 1.5);
        border-left:2px solid #E8641A;
    }
.media-region h1{margin:0;
        font-size:clamp(1.95rem,5.2vw,4.1rem);
        line-height:1.06;
        font-weight:750;
        letter-spacing:-0.01em;}
.media-region p{margin:clamp(1rem,2vw,1.4rem) 0 0;
        font-size:clamp(1rem,1.55vw,1.16rem);
        line-height:1.72;
        color:color-mix(in srgb,currentColor 82%,transparent);}
@media (max-width:720px){.media-region{
            padding-top:calc(calc(1.5rem * 2.4) * .6);
            padding-bottom:calc(calc(1.5rem * 2.4) * .6);
        }.wide-team{display:block;}.narrow-entries{
            padding-left:calc(1.5rem * .75);
            border-left-width:2px;
        }
    }
.visual-stack{--field-control:calc(1.5rem * 1.25);--mark-content:calc(1300px / 3.1);padding:calc(1.5rem * 2.4) 2.54rem;background:#FFFFFF;color:#0B1A33;}
.visual-stack .bottom-area{max-width:1300px;margin:0 auto;}
.visual-stack h2,.visual-stack h3,.visual-stack p{margin:0;}
.visual-stack h2{font-size:calc(17px * 2);line-height:1.14;}
.visual-stack h3{font-size:calc(17px * 1.35);line-height:1.22;}
.visual-stack p{font-size:17px;line-height:1.82;color:#233655;}
.visual-stack a{color:#0B1A33;text-decoration:none;border-bottom:1px solid #DDE4EE;transition:color 430ms var(--motion-hover),border-color 430ms var(--motion-hover);}
.visual-stack a:hover{color:inherit;border-color:#E8641A;}
.visual-stack .strong-steps{display:flex;flex-wrap:wrap;align-items:flex-start;gap:1.96rem;}
.visual-stack .strong-steps>h2{flex:1 1 calc(1300px / 3);min-width:0;}
.visual-stack .strong-steps>.service-block{flex:1 1 calc(1300px / 2.1);min-width:0;}
.visual-stack .soft-benefit{display:flex;flex-wrap:wrap;gap:var(--field-control);margin-top:var(--field-control);flex:1 1 100%;}
.visual-stack .soft-unit{flex:1 1 calc(1300px / 4.6);min-width:0;padding:calc(calc(1.5rem * .75) * .9);border-radius:0.52rem;background:#F4F6FA;color:#233655;border:1px solid #DDE4EE;}
.visual-stack .soft-unit h3{margin-bottom:calc(1.5rem / 3);}
.visual-stack .soft-unit p{color:#233655;}
.visual-stack .soft-unit a{display:inline-block;margin-top:calc(1.5rem / 2.4);font-size:calc(17px * .875);}
.visual-stack .welcome{flex:1 1 100%;margin-top:var(--field-control);padding-top:calc(1.5rem / 1.6);border-top:1px solid #DDE4EE;color:#233655;}
@media (max-width:760px){.visual-stack .strong-steps>h2,.visual-stack .strong-steps>.service-block{flex:1 1 100%;}.visual-stack .soft-unit{flex:1 1 100%;}
}
.contact-header{position:relative;overflow:hidden;padding:calc(1.5rem * 2.4) 2.54rem;background:linear-gradient(135deg, #E8641A 0%, #F08A3C 100%);color:#FFFFFF}
.contact-header:after{content:"";position:absolute;inset:0;background:repeating-linear-gradient(96deg,transparent 0 17%,color-mix(in srgb,currentColor 6%,transparent) 17% 17.1%);animation:clarifyChapterBg calc(430ms*44) linear infinite alternate}
.contact-header .bottom-area{position:relative;z-index:1;max-width:1300px;margin:0 auto}
.contact-header h2{max-width:16ch;margin:0 0 calc(1.96rem * 1.5);font-size:calc(17px * 2.65);line-height:1.02}
.contact-header .public-intro{display:flex;gap:calc(1.96rem * 1.5);overflow:auto;scroll-snap-type:x mandatory;padding-bottom:1.5rem}
.contact-header .public-intro>div{flex:0 0 min(36rem,84vw);scroll-snap-align:start}
.contact-header h3{margin:0;font-size:calc(17px * 2);line-height:1.1}
.contact-header .public-intro p{margin:1.5rem 0 0;line-height:1.82}
.contact-header .text-copy{max-width:42rem;margin:calc(1.96rem * 1.5) 0 0;font-size:calc(17px * 1.125);line-height:1.82}
@keyframes clarifyChapterBg{from{transform:translateX(-2%)}to{transform:translateX(2%)}}
@media(prefers-reduced-motion:reduce){.contact-header:after{animation:none}}
.focused-area{
        padding:calc(calc(1.5rem * 2.4) * .78) 2.54rem;
        background:#0B1A33;
        color:#FFFFFF;
    }
.wide-team{
        max-width:1300px;
        margin:0 auto;
        display:flex;
        flex-direction:column;
        align-items:flex-start;
    }
.narrow-entries{
        width:100%;
    }
.focused-area h1{margin:0;
        font-size:clamp(2rem,5.4vw,4.35rem);
        line-height:1.06;
        font-weight:750;
        letter-spacing:-0.01em;}
.focused-area p{margin:clamp(1rem,2vw,1.4rem) 0 0;
        font-size:clamp(1rem,1.6vw,1.18rem);
        line-height:1.7;
        color:color-mix(in srgb,currentColor 82%,transparent);}
@media (max-width:720px){.focused-area{
            padding-top:calc(calc(1.5rem * 2.4) * .6);
            padding-bottom:calc(calc(1.5rem * 2.4) * .6);
        }.focused-area h1{
            font-size:clamp(1.75rem,7vw,2.6rem);
        }
    }
.secondary-figure{--field-control:calc(1.5rem * 1.42);--copy-lead:calc(1300px / 3.66);padding:calc(1.5rem * 2.4) 2.54rem;background:#0B1A33;color:#FFFFFF;}
.secondary-figure .bottom-area{max-width:1300px;margin:0 auto;}
.secondary-figure h2,.secondary-figure h3,.secondary-figure p{margin:0;}
.secondary-figure h2{font-size:calc(17px * 2);line-height:1.12;}
.secondary-figure h3{font-size:calc(17px * 1.35);line-height:1.2;}
.secondary-figure p{font-size:17px;line-height:1.82;color:color-mix(in srgb, currentColor 76%, transparent);}
.secondary-figure a{color:inherit;text-decoration:underline;text-underline-offset:3px;}
.secondary-figure a:hover{}
.secondary-figure img{display:block;width:100%;height:auto;border-radius:0.52rem;}
.secondary-figure .welcome{font-size:calc(17px * .875);color:color-mix(in srgb, currentColor 68%, transparent);}
.secondary-figure .soft-benefit{display:flex;flex-wrap:wrap;gap:var(--field-control);margin-top:var(--field-control);}
.secondary-figure .soft-unit{flex:1 1 calc(1300px / 3.4);min-width:0;padding:calc(calc(1.5rem * .75) * .85);border-radius:0.52rem;background:color-mix(in srgb, currentColor 11%, transparent);}
.secondary-figure .soft-unit p{margin-top:calc(1.5rem / 3);}
.secondary-figure .soft-unit img{margin-bottom:calc(1.5rem / 2);max-width:100%;}
.secondary-figure .bottom-copy>.soft-benefit{margin-top:var(--field-control);}
.secondary-figure .bottom-copy>h2{margin-top:var(--field-control);}
.secondary-figure .secondary-steps{margin-top:calc(1.5rem / 1.6);font-size:calc(17px * .875);}
.public-feature{--field-control:calc(1.5rem * 1.4);--layer-content:calc(1300px / 4.4);padding:calc(1.5rem * 2.4) 2.54rem;background:#FFFFFF;color:#0B1A33;}
.public-feature .bottom-area{max-width:1300px;margin:0 auto;}
.public-feature h2,.public-feature h3,.public-feature p{margin:0;}
.public-feature h2{font-size:calc(17px * 2);line-height:1.14;}
.public-feature h3{font-size:calc(17px * 1.35);line-height:1.22;}
.public-feature p{font-size:17px;line-height:1.82;}
.public-feature a{color:#0B1A33;text-decoration:none;}
.public-feature a:hover{color:inherit;}
.public-feature .welcome{font-size:calc(17px * .875);letter-spacing:0.04em;text-transform:uppercase;color:#233655;}
.public-feature .service-block{margin-top:calc(1.96rem * 1.5);color:#233655;}
.public-feature .quiet-story{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.52rem;background:#E8641A;color:#FFFFFF;font-size:17px;}
.public-feature .quiet-story:hover{background:#C9520F;color:#FFFFFF;}
.public-feature .soft-benefit{display:flex;flex-wrap:wrap;align-items:flex-start;gap:1.96rem;margin-top:var(--field-control);}
.public-feature .soft-unit{flex:1 1 var(--layer-content);min-width:0;padding-top:calc(1.96rem * 1.5);border-top:2px solid #DDE4EE;}
.public-feature .soft-unit p{margin-top:calc(1.5rem / 2.4);color:#233655;}
.public-feature .soft-unit a{display:inline-block;margin-top:calc(1.5rem / 2);font-size:calc(17px * .875);border-bottom:1px solid #E8641A;padding-bottom:2px;}
.public-feature .secondary-steps{flex:1 1 100%;margin-top:var(--field-control);padding-top:calc(1.96rem * 1.5);border-top:1px solid #DDE4EE;font-size:calc(17px * .875);color:#233655;}
.public-feature .secondary-steps a{color:#0B1A33;border-bottom:1px solid #E8641A;}
.public-feature .narrow-feature{display:flex;flex-wrap:wrap;align-items:flex-start;gap:1.96rem;}
.public-feature .narrow-feature>.content-area{flex:1 1 auto;min-width:0;}
.public-feature .narrow-feature>.quiet-story{flex:0 0 auto;}
.public-feature .narrow-feature>.soft-benefit{flex:1 1 100%;}
.public-feature .narrow-feature>.secondary-steps{flex:1 1 100%;}
.public-feature .content-area h2{margin-top:calc(1.5rem / 2);}
@media (max-width:720px){.public-feature .soft-unit{flex:1 1 100%;}.public-feature .quiet-story{width:100%;}
}
.quiet-flow{
        padding:calc(calc(1.5rem * 2.4) * .78) 2.54rem;
        background:#0B1A33;
        color:#FFFFFF;
        position:relative;
        overflow:hidden;
    }
.wide-team{
        max-width:1300px;
        margin:0 auto;
        display:flex;
        justify-content:flex-end;
        align-items:flex-end;
    }
.narrow-entries{
        width:min(100%,54rem);
        display:flex;
        flex-direction:column;
        gap:clamp(0.9rem,1.8vw,1.4rem);
    }
.quiet-flow h1{margin:0;
        font-size:clamp(2rem,5.4vw,4.35rem);
        line-height:1.05;
        font-weight:750;
        letter-spacing:-0.01em;}
.quiet-flow p{margin:0;
        font-size:clamp(1rem,1.55vw,1.18rem);
        line-height:1.72;
        color:color-mix(in srgb,currentColor 82%,transparent);}
@media (max-width:720px){.wide-team{display:block}.quiet-flow{
            padding-top:calc(calc(1.5rem * 2.4) * .6);
            padding-bottom:calc(calc(1.5rem * 2.4) * .6);
        }
    }
.content-footer{--field-control:calc(1.5rem * 1.1);--layer-content:calc(1300px / 3.1);padding:calc(1.5rem * 2.4) 2.54rem;background:#F4F6FA;color:#233655;}
.content-footer .bottom-area{max-width:1300px;margin:0 auto;}
.content-footer h2,.content-footer h3,.content-footer p{margin:0;}
.content-footer h2{font-size:calc(17px * 2);line-height:1.14;}
.content-footer h3{font-size:calc(17px * 1.35);line-height:1.22;}
.content-footer p{font-size:17px;line-height:1.82;}
.content-footer .compact-header{display:flex;align-items:flex-start;gap:1.96rem;}
.content-footer .compact-header>.soft-benefit{flex:1 1 calc(1300px / 2);display:flex;flex-wrap:wrap;gap:1.96rem;margin-top:0;}
.content-footer .compact-header>.content-area{flex:1 1 var(--layer-content);min-width:0;}
.content-footer .soft-unit{flex:1 1 calc(1300px / 4.6);min-width:0;padding-top:calc(1.5rem * .75);border-top:1px solid #DDE4EE;}
.content-footer .soft-unit p{margin-top:calc(1.5rem / 3);}
.content-footer .content-area .service-block{margin-top:1.5rem;}
@media(max-width:760px){.content-footer .compact-header{flex-direction:column;}}
.simple-method{
  background:#F4F6FA;
  color:#233655;
  padding:calc(1.5rem * 2.4) 2.54rem;
}
.simple-method .bottom-area{max-width:1300px;
  margin:0 auto;}
.simple-method .media-figure{display:grid;
  grid-template-columns:1.5fr 1fr 1fr;
  gap:1.96rem;}
.simple-method .text-grid{
  grid-row:span 3;
  min-width:0;
  padding:calc(1.5rem * .75);
  border-radius:1.06rem;
  background:#FFFFFF;
  border:1px solid #DDE4EE;color:#0B1A33;}
.simple-method h2{margin:0;
  font-size:calc(17px * 2);
  line-height:1.1;}
.simple-method .text-grid p{margin:1.5rem 0 0;
  font-size:calc(17px * 1.125);
  line-height:1.82;}
.simple-method .content-details{
  min-width:0;
  padding:1.5rem;
  border-radius:0.92rem;
  background:color-mix(in srgb,#233655 6%,transparent);
  border-left:3px solid #E8641A;color:#0B1A33;}
.simple-method .content-details strong,
.simple-method .content-details span{display:block;}
.simple-method .content-details strong{font-size:17px;}
.simple-method .content-details span{margin-top:.5rem;
  font-size:calc(17px * .875);
  line-height:1.82;}
.simple-method .welcome{margin:calc(1.96rem * 1.5) 0 0;
  padding-top:1.5rem;
  border-top:1px solid #DDE4EE;
  font-size:calc(17px * .875);
  line-height:1.82;}
@media (max-width:900px){.simple-method .media-figure{
    grid-template-columns:1fr 1fr;
  }.simple-method .text-grid{
    grid-column:span 2;
    grid-row:auto;
  }
}
@media (max-width:600px){.simple-method .media-figure{
    display:block;
  }.simple-method .content-details{
    margin-top:1.96rem;
  }
}
.offer-service{
  background: #FFFFFF;
  color: #0B1A33;
  padding: calc(1.5rem * 2.4) 2.54rem;
}
.offer-service .bottom-area{width: min(100%, 1300px);
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: calc(1.96rem * 1.5);}
.offer-service .visual-actions{display: flex;
  flex-direction: column;
  gap: calc(1.5rem * .75);
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #DDE4EE;}
.offer-service h2,
.offer-service h3,
.offer-service p{margin: 0;}
.offer-service h2{font-size: calc(17px * 2);
  line-height: 1.1;}
.offer-service .service-block{font-size: 17px;
  line-height: 1.82;
  color: #233655;}
.offer-service .bottom-menu{display: flex;
  flex-direction: column;
  gap: 1.5rem;}
.offer-service .team-inner{display: flex;
  flex-wrap: wrap;
  gap: 1.96rem;
  align-items: flex-start;
  padding-top: 1.5rem;
  border-top: 1px solid #DDE4EE;}
.offer-service .team-inner:first-child{border-top: 0;
  padding-top: 0;}
.offer-service .featured-menu{flex: 0 0 100%;
  font-size: calc(17px * .875);
  letter-spacing: 0.02em;
  text-transform: uppercase;color:inherit;}
.offer-service .direct-team{display: block;
  flex: 1 1 18rem;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 0.52rem;
  box-shadow: 0 1px 6px rgba(0,0,0,0.11);}
.offer-service .content-area{flex: 1 1 22rem;
  display: flex;
  flex-direction: column;
  gap: calc(1.5rem * .75);}
.offer-service h3{font-size: calc(17px * 1.35);
  line-height: 1.18;}
.offer-service .content-area p{line-height: 1.82;
  color: #233655;}
@media (max-width: 860px) {.offer-service .direct-team{ aspect-ratio: 16 / 9; }.offer-service .team-inner{ gap: calc(1.5rem * .75); }
}
.primary-contact{
        padding:calc(calc(1.5rem * 2.4) * .78) 2.54rem;
        background:#0B1A33;
        color:#FFFFFF;
        border-bottom:1px solid rgba(255,255,255,0.08);
    }
.wide-team{
        max-width:1300px;
        margin:0 auto;
        display:flex;
        justify-content:flex-start;
        align-items:flex-end;
    }
.narrow-entries{
        width:min(100%,58rem);
        display:flex;
        flex-direction:column;
        gap:calc(1.96rem * 1.5);
    }
.primary-contact h1{margin:0;
        font-size:clamp(2rem,5.4vw,4.2rem);
        line-height:1.06;
        font-weight:750;
        letter-spacing:-0.01em;}
.primary-contact p{margin:0;
        font-size:clamp(1rem,1.55vw,1.16rem);
        line-height:1.7;
        color:color-mix(in srgb,currentColor 82%,transparent);}
@media (max-width:720px){.wide-team{display:block}.primary-contact{
            padding-top:calc(calc(1.5rem * 2.4) * .6);
            padding-bottom:calc(calc(1.5rem * 2.4) * .6);
        }.narrow-entries{gap:calc(1.5rem * .75)}
    }
.bottom-note{--field-control:calc(1.5rem * 0.95);--mark-content:calc(1300px / 2.45);padding:calc(1.5rem * 2.4) 2.54rem;background:#FFFFFF;color:#0B1A33;}
.bottom-note .bottom-area{max-width:1300px;margin:0 auto;}
.bottom-note h1,.bottom-note h2,.bottom-note h3,.bottom-note p{margin:0;}
.bottom-note h1{font-size:calc(17px * 2.65);line-height:1.08;}
.bottom-note h2{font-size:calc(17px * 2);line-height:1.12;}
.bottom-note h3{font-size:calc(17px * 1.35);line-height:1.2;}
.bottom-note p{font-size:17px;line-height:1.82;}
.bottom-note a{color:#0B1A33;text-decoration:none;border-bottom:1px solid #DDE4EE;}
.bottom-note a:hover{color:inherit;border-bottom-color:#E8641A;}
.bottom-note .soft-benefit{display:flex;flex-wrap:wrap;gap:var(--field-control);margin-top:var(--field-control);}
.bottom-note .soft-unit{flex:1 1 calc(1300px / 3.4);min-width:0;padding:calc(calc(1.5rem * .75) * .85);border-radius:0.52rem;background:#F4F6FA;color:#233655;}
.bottom-note .soft-unit h3{color:#233655;}
.bottom-note .soft-unit p{margin-top:calc(1.5rem / 3);color:#233655;}
.bottom-note .strong-steps{display:flex;flex-wrap:wrap;align-items:flex-start;gap:1.96rem;}
.bottom-note .strong-steps>h2{flex:1 1 calc(1300px / 3);min-width:0;}
.bottom-note .strong-steps>.service-block{flex:1 1 calc(1300px / 3);min-width:0;}
.bottom-note .strong-steps>.soft-benefit{flex:1 1 100%;}
.bottom-note .soft-footer{flex:1 1 100%;margin-top:var(--field-control);font-size:calc(17px * .875);}
.wide-track{--field-control:calc(1.5rem * 1.05);--mark-content:calc(1300px / 3.2);--copy-lead:calc(1300px / 3.05);padding:calc(1.5rem * 2.4) 2.54rem;background:#E8641A;color:#FFFFFF;}
.wide-track .bottom-area{max-width:1300px;margin:0 auto;}
.wide-track h1,.wide-track h2,.wide-track h3,.wide-track p{margin:0;}
.wide-track h2{font-size:calc(17px * 2);line-height:1.14;}
.wide-track h3{font-size:calc(17px * 1.35);line-height:1.22;}
.wide-track p{font-size:17px;line-height:1.82;}
.wide-track a{color:inherit;text-decoration:none;}
.wide-track img{display:block;width:100%;height:auto;border-radius:0.52rem;}
.wide-track .visual-actions{display:flex;flex-direction:column;gap:calc(1.96rem * 1.5);}
.wide-track .service-block{font-size:calc(17px * 1.125);}
.wide-track .welcome{font-size:calc(17px * .875);opacity:0.86;}
.wide-track .bottom-area>img{margin-top:var(--field-control);}
.wide-track .soft-benefit{display:flex;flex-wrap:wrap;align-items:flex-start;gap:1.96rem;margin-top:var(--field-control);}
.wide-track .soft-unit{flex:1 1 calc(1300px / 4);min-width:0;padding:calc(1.5rem * .75);border-radius:0.92rem;background:#FFFFFF;color:#0B1A33;border:1px solid #DDE4EE;}
.wide-track .soft-unit p{margin-top:calc(1.5rem / 3);}
.wide-track .secondary-steps{display:flex;flex-wrap:wrap;gap:1.96rem;margin-top:var(--field-control);}
.wide-track .secondary-steps a{display:inline-flex;align-items:center;padding:calc(calc(1.5rem * .75) / 1.4) 1.5rem;border-radius:0.27rem;background:#FFFFFF;color:#E8641A;font-size:calc(17px * .875);}
.wide-track .secondary-steps a:hover{background:#0B1A33;color:#FFFFFF;}
@media (max-width:720px){.wide-track .soft-unit{flex:1 1 100%;}
}
.strong-lead{padding:calc(calc(1.5rem * 2.4) * .78) 2.54rem calc(calc(1.5rem * 2.4) * .7);background:#0B1A33;color:#FFFFFF;}
.wide-team{max-width:1300px;margin:0 auto;display:flex;justify-content:flex-end;}
.narrow-entries{width:min(100%,54rem);}
.strong-lead h1{margin:0;font-size:clamp(1.95rem,5.4vw,4.35rem);line-height:1.06;font-weight:750;letter-spacing:-0.01em;}
.strong-lead p{margin:clamp(1.05rem,2.1vw,1.5rem) 0 0;font-size:clamp(1rem,1.6vw,1.16rem);line-height:1.78;color:color-mix(in srgb,currentColor 82%,transparent);}
@media (max-width:720px){.wide-team{display:block;}.strong-lead{padding-top:calc(calc(1.5rem * 2.4) * .6);padding-bottom:calc(calc(1.5rem * 2.4) * .55);}.strong-lead h1{font-size:clamp(1.7rem,7vw,2.4rem);}
    }
.bottom-story{--field-control:calc(1.5rem * 1.12);--mark-content:calc(1300px / 3.00);padding:calc(1.5rem * 2.4) 2.54rem;background:#F4F6FA;color:#233655;}
.bottom-story .bottom-area{max-width:1300px;margin:0 auto;}
.bottom-story h2,.bottom-story h3,.bottom-story p{margin:0;}
.bottom-story h2{font-size:calc(17px * 2);line-height:1.12;}
.bottom-story h3{font-size:calc(17px * 1.35);line-height:1.2;}
.bottom-story p{font-size:17px;line-height:1.82;}
.bottom-story .service-block{font-size:calc(17px * 1.125);}
.bottom-story .soft-benefit{display:flex;flex-wrap:wrap;gap:var(--field-control);margin-top:var(--field-control);}
.bottom-story .soft-unit{flex:1 1 calc(1300px / 3.4);min-width:0;padding:calc(calc(1.5rem * .75) * .9);border-radius:0.52rem;background:#FFFFFF;color:#0B1A33;border:1px solid #DDE4EE;}
.bottom-story .soft-unit h3{margin-top:calc(1.5rem / 2.4);}
.bottom-story .strong-steps{display:flex;flex-wrap:wrap;align-items:flex-start;gap:1.96rem;}
.bottom-story .strong-steps>h2{flex:1 1 calc(1300px / 3);min-width:0;}
.bottom-story .strong-steps>.service-block{flex:1 1 calc(1300px / 3);min-width:0;}
.bottom-story .strong-steps>.soft-benefit{flex:1 1 100%;}
.open-nav{--field-control:calc(1.5rem * 1.32);--copy-lead:calc(1300px / 3.6);padding:calc(1.5rem * 2.4) 2.54rem;background:#0B1A33;color:#FFFFFF;}
.open-nav .bottom-area{max-width:1300px;margin:0 auto;}
.open-nav h1,.open-nav h2,.open-nav h3,.open-nav p{margin:0;}
.open-nav h2{font-size:calc(17px * 2);line-height:1.14;}
.open-nav h3{font-size:calc(17px * 1.35);line-height:1.22;}
.open-nav p{font-size:17px;line-height:1.82;color:color-mix(in srgb, currentColor 76%, transparent);}
.open-nav img{display:block;width:100%;height:auto;border-radius:0.52rem;}
.open-nav .direct-brand{display:flex;align-items:flex-start;gap:1.96rem;}
.open-nav .direct-brand>img{flex:0 0 var(--copy-lead);max-width:var(--copy-lead);}
.open-nav .direct-brand>.content-area{flex:1 1 auto;min-width:0;}
.open-nav .content-area .service-block{margin-top:1.5rem;}
.open-nav .soft-benefit{display:flex;flex-direction:column;gap:var(--field-control);margin-top:var(--field-control);}
.open-nav .soft-unit{position:relative;padding-left:calc(calc(1.5rem * .75) * 1.15);border-left:2px solid #E8641A;}
.open-nav .soft-unit p{margin-top:calc(1.5rem / 3.2);}
@media(max-width:760px){.open-nav .direct-brand{flex-direction:column;}.open-nav .direct-brand>img{flex:0 0 auto;max-width:100%;}
}
.strong-body{padding:calc(1.5rem * 2.4) 2.54rem;background:#FFFFFF;color:#0B1A33}
.strong-body .bottom-area{width:min(100%,calc(1300px*.62));margin:0 auto}
.strong-body .featured-menu{display:flex;flex-wrap:wrap;gap:calc(1.5rem * .75);margin-bottom:1.5rem;color:#233655;font-size:calc(17px * .875)}
.strong-body .featured-menu>*{min-width:0;flex:1 1 18rem}
.strong-body h1{margin:0;font-size:calc(17px * 2.65);line-height:1.08}
.strong-body .service-block{margin:1.5rem 0 calc(1.96rem * 1.5);color:#233655;font-size:calc(17px * 1.125);line-height:1.82}
.strong-body .visual-form{margin:0 0 calc(1.96rem * 1.5);border-radius:0.92rem;overflow:hidden;box-shadow:0 1px 6px rgba(0,0,0,0.11)}
.strong-body .visual-form img{display:block;width:100%;height:auto}
.strong-body .contact-frame{border-top:1px solid #DDE4EE;padding-top:1.5rem}
.strong-body .contact-frame p{margin:0 0 1.5rem;line-height:1.82}
.strong-body .contact-frame p:last-child{margin-bottom:0}
.strong-body .contact-frame a{color:#0B1A33;text-decoration:underline;text-underline-offset:2px}
.strong-body .contact-frame a:hover{color:inherit;}
.strong-body .secondary-steps{display:flex;flex-wrap:wrap;align-items:baseline;gap:calc(1.5rem * .75);margin-top:calc(1.96rem * 1.5);padding-top:1.5rem;border-top:1px solid #DDE4EE;font-size:calc(17px * .875)}
.strong-body .plain-visual{color:#233655;text-transform:uppercase;letter-spacing:.04em}
.strong-body .secondary-steps a{color:#0B1A33;text-decoration:none;font-weight:600}
.strong-body .secondary-steps a:hover{color:inherit;}
@media (max-width:640px){.strong-body .featured-menu{flex-direction:column;gap:calc(1.5rem * .75)}
}
.top-frame{
  background: linear-gradient(135deg, #0B1A33 0%, #1B3A66 55%, #2A5A96 100%);
  color: #FFFFFF;
  padding: calc(1.5rem * 2.4) 2.54rem;
}
.top-frame .bottom-area{width: min(100%, 1300px);
  margin: 0 auto;
  display: grid;
  gap: 1.96rem;}
.top-frame h2,
.top-frame h3,
.top-frame p{margin: 0;}
.top-frame h2{font-size: calc(17px * 2); line-height: 1.1;}
.top-frame h3{font-size: calc(17px * 1.35); line-height: 1.2;}
.top-frame p{font-size: 17px; line-height: 1.82;}
.top-frame .service-block{
  display: grid;
  gap: 1.5rem;
  align-content: start;
  padding: calc(1.96rem * 1.5);
  border-radius: 1.06rem;
  background: linear-gradient(135deg, #E8641A 0%, #F08A3C 100%);
  color: #FFFFFF;
}
.top-frame .team-shell{display: flex;
  flex-wrap: wrap;
  gap: calc(1.5rem * .75);}
.top-frame [data-block]{
  flex: 1 1 calc(50% - calc(1.5rem * .75));
  min-width: 260px;
  padding: 1.5rem;
  border-radius: 0.52rem;
  background: #FFFFFF;
  color: #0B1A33;
  border: 1px solid #DDE4EE;
  display: grid;
  gap: calc(1.5rem * .75);
  align-content: start;
  animation: galleryFrameIn calc(430ms * 2.2) var(--motion-hover) both;
  animation-delay: var(--ease-soft, 0ms);
}
.top-frame [data-block] span{font-size: calc(17px * .875);
  letter-spacing: 0.02em;
  text-transform: uppercase;}
.top-frame .quiet-story{
  width: fit-content;
  padding: calc(calc(1.5rem * .75) * .75) 1.5rem;
  border-radius: 0.52rem;
  background: #0B1A33;
  color: #FFFFFF;
  text-decoration: none;
  font-size: 17px;
}
.top-frame .quiet-story:hover{
  background: #152A4D;color:#0B1A33;}
@keyframes galleryFrameIn {from{ opacity: .2; transform: translateY(calc(calc(1.96rem * 1) * .16)); }to{ opacity: 1; transform: translateY(0); }
}
@media (max-width: 900px) {.top-frame [data-block]{
    flex: 1 1 100%;
  }
}
.narrow-inner{padding:calc(1.5rem * 2.4) 2.54rem;background:#FFFFFF;color:#0B1A33}
.narrow-inner .bottom-area{max-width:1300px;margin:0 auto}
.narrow-inner .welcome{display:flex;gap:calc(1.96rem * 1.5);align-items:flex-start}
.narrow-inner .soft-group{flex:1 1 30rem;min-width:0;background:#F4F6FA;color:#233655;border-radius:0.92rem;padding:1.96rem}
.narrow-inner h2{margin:0;font-size:calc(17px * 2);line-height:1.12}
.narrow-inner .soft-group p{margin:1.5rem 0 0;font-size:calc(17px * 1.125);line-height:1.82}
.narrow-inner .clear-list{flex:1 1 34rem;min-width:0;display:flex;flex-direction:column;gap:1.5rem}
.narrow-inner .soft-unit{border-top:1px solid #DDE4EE;padding-top:1.5rem}
.narrow-inner .soft-unit:first-child{border-top:0;padding-top:0}
.narrow-inner .soft-unit strong{display:block;font-size:calc(17px * 1.35);line-height:1.2}
.narrow-inner .soft-unit p{margin:calc(1.5rem * .75) 0 0;line-height:1.82}
@media(max-width:780px){.narrow-inner .welcome{display:block}.narrow-inner .soft-group{padding:1.5rem}.narrow-inner .clear-list{margin-top:calc(1.96rem * 1.5)}}
.stage{
        padding:calc(1.5rem * 2.4) 2.54rem;
        background:#0B1A33;
        color:#FFFFFF;
    }
.stage .bottom-area{max-width:1300px;
        margin:0 auto;}
.stage .compact-feature{
        display:flex;
        flex-wrap:wrap;
        justify-content:space-between;
        align-items:flex-start;
        gap:1.96rem;
        border-radius:1.06rem;
        border:1px solid color-mix(in srgb, currentColor 24%, transparent);
        background:color-mix(in srgb, currentColor 10%, transparent);
        padding:calc(1.5rem * .75);
    }
.stage .content-area{flex:1 1 420px;
        min-width:0;}
.stage .content-area h2{margin:0;
        font-size:calc(17px * 2);
        line-height:1.25;}
.stage .content-area p{margin:calc(1.96rem * 1.5) 0 0;
        font-size:17px;
        line-height:1.82;
        opacity:.94;}
.stage .secondary-steps{display:flex;
        flex-direction:column;
        gap:12px;
        flex:0 0 auto;
        align-self:center;}
.stage .secondary-steps a{
        display:inline-block;
        text-decoration:none;
        white-space:nowrap;
        padding:11px 20px;
        border-radius:0.92rem;
        font-weight:700;
        font-size:calc(17px * .875);
        background:#E8641A;
        color:#FFFFFF;
        transition:background 430ms var(--motion-hover);
    }
.stage .secondary-steps a:last-child{
        background:transparent;
        color:#FFFFFF;
        border:1px solid color-mix(in srgb, currentColor 40%, transparent);
    }
.stage .secondary-steps a:hover{
        background:#C9520F;
        color:#FFFFFF;
    }
.stage .secondary-steps a:last-child:hover{
        background:color-mix(in srgb, currentColor 14%, transparent);
        color:#FFFFFF;
    }
@media (max-width:760px){.stage .compact-feature{
            flex-direction:column;
            align-items:stretch;
        }.stage .secondary-steps{
            align-self:stretch;
        }.stage .secondary-steps a{
            text-align:center;
        }
    }
.focused-form{padding:calc(1.5rem * 2.4) 2.54rem;background:#FFFFFF;color:#0B1A33}
.focused-form .bottom-area{width:min(100%,calc(1300px*.62));margin:0 auto}
.focused-form .featured-menu{display:flex;flex-wrap:wrap;gap:calc(1.5rem * .75);margin-bottom:1.5rem;color:#233655;font-size:calc(17px * .875)}
.focused-form .featured-menu>*{min-width:0;flex:1 1 18rem}
.focused-form h1{margin:0;font-size:calc(17px * 2.65);line-height:1.08}
.focused-form .service-block{margin:1.5rem 0 calc(1.96rem * 1.5);color:#233655;font-size:calc(17px * 1.125);line-height:1.82}
.focused-form .contact-frame{border-top:1px solid #DDE4EE;padding-top:1.5rem}
.focused-form .contact-frame p{margin:0 0 1.5rem;line-height:1.82}
.focused-form .contact-frame p:last-child{margin-bottom:0}
.focused-form .secondary-steps{display:flex;flex-wrap:wrap;gap:calc(1.5rem * .75);margin-top:calc(1.96rem * 1.5);padding-top:1.5rem;border-top:1px solid #DDE4EE}
.focused-form .secondary-steps a{color:#0B1A33;font-size:calc(17px * .875);text-decoration:none;border-bottom:1px solid #E8641A;padding-bottom:2px;transition:color 430ms var(--motion-hover)}
.focused-form .secondary-steps a:hover{color:inherit;}
.focused-links{
  background: #F4F6FA;
  color: #233655;
  padding: calc(1.5rem * 2.4) 2.54rem;
}
.focused-links .bottom-area{width: min(100%, 1300px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.96rem;}
.focused-links h2,
.focused-links h3,
.focused-links p{margin: 0;}
.focused-links .soft-details{
  grid-column: span 2;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  justify-content: center;
  padding: 1.5rem;
  border-radius: 1.06rem;
  background: #0B1A33;
  color: #FFFFFF;
}
.focused-links h2{font-size: calc(17px * 2);
  line-height: 1.1;}
.focused-links .soft-details p{line-height: 1.82;}
.focused-links .bottom-quote{display: block;
  grid-column: span 2;
  grid-row: span 2;
  width: 100%;
  height: 100%;
  min-height: 28rem;
  object-fit: cover;
  border-radius: 1.06rem;}
.focused-links .content-details{
  display: flex;
  flex-direction: column;
  gap: calc(1.5rem * .75);
  padding: calc(1.5rem * .75);
  border-radius: 0.92rem;
  background: #FFFFFF;
  color: #0B1A33;
  border: 1px solid #DDE4EE;
}
.focused-links .public-section{display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 0.52rem;}
.focused-links h3{font-size: calc(17px * 1.125);
  line-height: 1.25;}
.focused-links .content-details p{font-size: calc(17px * .875);
  line-height: 1.82;}
@media (max-width: 980px) {.focused-links .bottom-area{ grid-template-columns: 1fr 1fr; }.focused-links .soft-details,
  .focused-links .bottom-quote{ grid-column: span 2; grid-row: auto; }.focused-links .bottom-quote{ min-height: 22rem; }
}
@media (max-width: 560px) {.focused-links .bottom-area{ grid-template-columns: 1fr; }.focused-links .soft-details,
  .focused-links .bottom-quote{ grid-column: auto; }.focused-links .bottom-quote{ min-height: 16rem; }
}
.primary-track{
        padding: calc(1.5rem * 2.4) 2.54rem;
        background: #FFFFFF;
        color: #0B1A33
    }
.primary-track .bottom-area{max-width: 1300px;
        margin: 0 auto}
.primary-track .plain-menu{display: flex;
        flex-direction: column;
        gap: calc(1.96rem * 1.5)}
.primary-track .visual-actions{min-width: 0;
        border-left: 3px solid #E8641A;
        padding-left: calc(1.5rem * .75)}
.primary-track h2{margin: 0;
        font-size: calc(17px * 2);
        line-height: 1.14}
.primary-track .visual-actions p{margin: 1.5rem 0 0;
        font-size: calc(17px * 1.125);
        line-height: 1.82}
.primary-track ul{list-style: none;
        margin: 0;
        padding: 0;
        display: flex;
        flex-direction: column;
        gap: 0}
.primary-track li{display: flex;
        flex-wrap: wrap;
        gap: 1.96rem;
        align-items: baseline;
        padding: 1.5rem 0}
.primary-track li + li{border-top: 1px solid #DDE4EE}
.primary-track strong{flex: 0 1 20rem;
        min-width: 0;
        font-size: calc(17px * 1.35);
        line-height: 1.2}
.primary-track span{flex: 1 1 28rem;
        min-width: 0;
        line-height: 1.82}
@media (max-width: 760px) {.primary-track li{
            display: block
        }.primary-track span{
            display: block;
            margin-top: calc(1.5rem * .75)
        }
    }
.offer-actions{
    padding:calc(1.5rem * 2.4) 2.54rem;
    background:#F4F6FA;
    color:#233655;
}
.offer-actions .bottom-area{max-width:1300px;
    margin:0 auto;
    display:flex;
    flex-direction:column;
    gap:calc(1.96rem * 1.5);}
.offer-actions .fresh-footer{display:flex;
    flex-wrap:wrap;
    gap:1.96rem;
    align-items:flex-start;}
.offer-actions .service-block{flex:1 1 420px;
    min-width:0;}
.offer-actions .service-block h2{margin:0 0 calc(1.96rem * 1.5);
    font-size:calc(17px * 2);
    line-height:1.2;}
.offer-actions .content-area{margin:0 0 calc(1.96rem * 1.5);
    font-size:17px;
    line-height:1.82;}
.offer-actions .content-area:last-child{margin-bottom:0;}
.offer-actions .soft-footer{
    flex:1 1 300px;
    min-width:0;
    background:#FFFFFF;
    color:#0B1A33;
    border:1px solid #DDE4EE;
    border-radius:0.92rem;
    padding:calc(1.5rem * .75);
    display:flex;
    flex-direction:column;
    gap:14px;
}
.offer-actions .soft-footer .quiet-tile{display:flex;
    flex-direction:column;
    gap:4px;
    padding-bottom:12px;
    border-bottom:1px solid #DDE4EE;}
.offer-actions .soft-footer .quiet-tile:last-of-type{border-bottom:0;
    padding-bottom:0;}
.offer-actions .team-form{font-size:calc(17px * .875);
    letter-spacing:.02em;
    text-transform:uppercase;
    opacity:.72;}
.offer-actions .soft-footer a{text-decoration:none;
    font-weight:700;
    word-break:break-word;}
.offer-actions .soft-footer a:hover{}
.offer-actions .welcome{margin:0;
    font-size:calc(17px * .875);
    line-height:1.6;
    opacity:.85;}
.offer-actions .quiet-story{display:flex;
    flex-wrap:wrap;
    gap:1.96rem;
    align-items:center;
    justify-content:space-between;
    padding-top:calc(1.96rem * 1.5);
    border-top:1px solid #DDE4EE;}
.offer-actions .top-headline{margin:0;
    flex:1 1 320px;
    min-width:0;
    font-size:17px;}
.offer-actions .secondary-steps{display:flex;
    flex-wrap:wrap;
    gap:12px;}
.offer-actions .secondary-steps a{
    display:inline-block;
    padding:10px 18px;
    border-radius:0.52rem;
    background:#0B1A33;
    color:#FFFFFF;
    text-decoration:none;
    font-weight:700;
    font-size:calc(17px * .875);
    transition:background 430ms var(--motion-hover);
}
.offer-actions .secondary-steps a:last-child{
    background:#E8641A;
    color:#FFFFFF;
}
.offer-actions .secondary-steps a:hover{
    background:#152A4D;color:#0B1A33;}
.offer-actions .secondary-steps a:last-child:hover{
    background:#C9520F;color:#0B1A33;}
@media (max-width:760px){.offer-actions .fresh-footer{
        flex-direction:column;
    }.offer-actions .quiet-story{
        flex-direction:column;
        align-items:flex-start;
    }
}
.simple-block{padding:calc(1.5rem * 2.4) 2.54rem;background:#FFFFFF;color:#0B1A33}
.simple-block .bottom-area{width:min(100%,calc(1300px*.62));margin:0 auto}
.simple-block .featured-menu{display:flex;flex-wrap:wrap;gap:calc(1.5rem * .75);margin-bottom:1.5rem;color:#233655;font-size:calc(17px * .875)}
.simple-block .featured-menu>*{min-width:0;flex:1 1 18rem}
.simple-block h1{margin:0;font-size:calc(17px * 2.65);line-height:1.08}
.simple-block .service-block{margin:1.5rem 0 calc(1.96rem * 1.5);color:#233655;font-size:calc(17px * 1.125);line-height:1.82}
.simple-block .visual-form{margin:0 0 calc(1.96rem * 1.5);border-radius:0.92rem;overflow:hidden;box-shadow:0 1px 6px rgba(0,0,0,0.11)}
.simple-block .visual-form img{display:block;width:100%;height:auto}
.simple-block .contact-frame{border-top:1px solid #DDE4EE;padding-top:1.5rem}
.simple-block .contact-frame p{margin:0 0 1.5rem;line-height:1.82}
.simple-block .contact-frame p:last-child{margin-bottom:0}
.simple-block .secondary-steps{display:flex;flex-wrap:wrap;gap:calc(1.5rem * .75);margin-top:calc(1.96rem * 1.5);padding-top:1.5rem;border-top:1px solid #DDE4EE}
.simple-block .secondary-steps a{color:#0B1A33;font-size:calc(17px * .875);text-decoration:none;border-bottom:1px solid #DDE4EE;padding-bottom:2px;transition:color 430ms var(--motion-hover),border-color 430ms var(--motion-hover)}
.simple-block .secondary-steps a:hover{color:inherit;border-color:#E8641A}
@media (max-width:640px){.simple-block .bottom-area{width:100%}.simple-block h1{font-size:calc(17px * 2)}
}
.focused-fields{
  background: linear-gradient(135deg, #0B1A33 0%, #1B3A66 55%, #2A5A96 100%);
  color: #FFFFFF;
  padding: calc(1.5rem * 2.4) 2.54rem;
}
.focused-fields .bottom-area{width: min(100%, 1300px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 4rem minmax(0, .62fr) minmax(0, 1fr);
  gap: 1.96rem;}
.focused-fields h2,
.focused-fields h3,
.focused-fields p{margin: 0;}
.focused-fields h2{font-size: calc(17px * 2); line-height: 1.08;}
.focused-fields h3{font-size: calc(17px * 1.35); line-height: 1.16;}
.focused-fields p{font-size: 17px; line-height: 1.82;}
.focused-fields .fresh-footer{display: flex;
  flex-direction: column;
  gap: 1.5rem;
  border-left: 1px solid #DDE4EE;
  padding-left: calc(1.5rem * .75);}
.focused-fields .fresh-footer a{text-decoration: none;
  border-bottom: 1px solid currentColor;
  width: fit-content;}
.focused-fields .featured-group{display: grid;
  gap: 1.5rem;
  align-content: center;}
.focused-fields .narrow-unit{display: grid;
  gap: calc(1.5rem * .75);}
.focused-fields [data-block]{
  display: grid;
  grid-template-columns: minmax(5rem, .18fr) minmax(9rem, .34fr) minmax(0, 1fr);
  gap: 1.5rem;
  padding: 1.5rem;
  border-radius: 0.52rem;
  background: #FFFFFF;
  color: #0B1A33;
  border: 1px solid #DDE4EE;
  animation: galleryRailIn calc(430ms * 2.2) var(--motion-hover) both;
  animation-delay: var(--ease-soft, 0ms);
}
.focused-fields [data-block] span{}
@keyframes galleryRailIn {from{ opacity: .2; transform: translateX(calc(calc(1.96rem * 1) * .16)); }to{ opacity: 1; transform: translateX(0); }
}
@media (max-width: 900px) {.focused-fields .bottom-area,
  .focused-fields [data-block]{ grid-template-columns: 1fr; }.focused-fields .fresh-footer{ flex-direction: row; flex-wrap: wrap; border-left: 0; padding-left: 0; }
}
.main-header{
        padding: calc(1.5rem * 2.4) 2.54rem;
        background: #F4F6FA;
        color: #233655
    }
.main-header .bottom-area{max-width: 1300px;
        margin: 0 auto}
.main-header .direct-group{display: grid;
        grid-template-columns: minmax(0, 1fr) minmax(0, 1.4fr);
        gap: calc(1.96rem * 1.5);
        align-items: start}
.main-header h2{margin: 0;
        font-size: calc(17px * 2);
        line-height: 1.12;
        font-weight: 700}
.main-header .contact-frame{min-width: 0}
.main-header .contact-frame p{margin: 0 0 1.5rem;
        font-size: 17px;
        line-height: 1.82}
.main-header .contact-frame p:last-of-type{margin-bottom: 0}
.main-header .person{display: flex;
        flex-wrap: wrap;
        gap: calc(1.5rem * .75);
        margin-top: 1.5rem}
.main-header .person span{
        border-radius: 0.27rem;
        background: #FFFFFF;
        color: #0B1A33;
        border: 1px solid #DDE4EE;
        padding: calc(calc(1.5rem * .75) * .6) calc(1.5rem * .75);
        font-size: calc(17px * .875);
        line-height: 1.4
    }
@media (max-width: 860px) {.main-header .direct-group{
            grid-template-columns: 1fr
        }
    }
.contact-menu{
  background:#0B1A33;
  color:#FFFFFF;
  padding:calc(1.5rem * 2.4) 2.54rem;
}
.contact-menu .bottom-area{max-width:1300px;
  margin:0 auto;
  display:flex;
  gap:calc(1.96rem * 1.5);
  align-items:flex-start;
  justify-content:space-between;}
.contact-menu .service-block{flex:1 1 30rem;
  min-width:0;}
.contact-menu h2{margin:0;
  font-size:calc(17px * 2);
  line-height:1.1;
  letter-spacing:0;}
.contact-menu .service-block p{margin:1.5rem 0 0;
  font-size:calc(17px * 1.125);
  line-height:1.82;}
.contact-menu .service-block .welcome{font-size:calc(17px * .875);}
.contact-menu .simple-team{flex:0 1 36rem;
  display:flex;
  flex-direction:column;
  gap:.6rem;
  min-width:0;}
.contact-menu .simple-team a{display:block;
  text-decoration:none;
  padding:1.5rem 0;
  border-bottom:1px solid color-mix(in srgb,#FFFFFF 22%,transparent);
  transition:border-color 430ms var(--motion-hover);}
.contact-menu .simple-team a:last-child{border-bottom:0;}
.contact-menu .simple-team a:hover,
.contact-menu .simple-team a:focus-visible{border-color:#E8641A;}
.contact-menu .simple-team strong,
.contact-menu .simple-team span{display:block;}
.contact-menu .simple-team strong{font-size:17px;}
.contact-menu .simple-team span{margin-top:.4rem;
  font-size:calc(17px * .875);
  line-height:1.82;}
@media (max-width:820px){.contact-menu .bottom-area{display:block}.contact-menu .simple-team{margin-top:calc(1.96rem * 1.5)}
}
.main-contact{
        padding:calc(calc(1.5rem * 2.4) * .78) 2.54rem;
        background:#0B1A33;
        color:#FFFFFF;
    }
.wide-team{
        max-width:1300px;
        margin:0 auto;
        display:flex;
        justify-content:flex-start;
        align-items:flex-end;
    }
.narrow-entries{
        width:min(100%,54rem);
        padding-left:clamp(0rem,2vw,1.4rem);
        border-left:3px solid #E8641A;
    }
.main-contact h1{margin:0;
        font-size:clamp(2rem,5.4vw,4.35rem);
        line-height:1.05;
        font-weight:740;
        letter-spacing:-0.01em;}
.main-contact p{margin:clamp(1rem,2vw,1.4rem) 0 0;
        font-size:clamp(1rem,1.6vw,1.18rem);
        line-height:1.7;
        opacity:.86;}
@media (max-width:720px){.wide-team{display:block}.narrow-entries{padding-left:1rem;border-left-width:2px}.main-contact{
            padding-top:calc(calc(1.5rem * 2.4) * .6);
            padding-bottom:calc(calc(1.5rem * 2.4) * .6);
        }
    }
.soft-plan{background:#FFFFFF;color:#0B1A33;padding:calc(1.5rem * 2.4) 2.54rem}
.soft-plan .bottom-area{max-width:1300px;margin:0 auto}
.soft-plan .plain-menu{display:flex;align-items:flex-start;gap:calc(1.96rem * 1.5)}
.soft-plan .visual-actions{flex:0 1 30rem;min-width:0}
.soft-plan h2{margin:0;font-size:clamp(calc(17px * 2),4vw,calc(17px * 2.65));line-height:1.1;letter-spacing:0}
.soft-plan p{margin:1.5rem 0 0;color:#233655;font-size:calc(17px * 1.125);line-height:1.7}
.soft-plan .top-callout{flex:1 1 36rem;min-width:0;display:flex;flex-direction:column;border-top:1px solid #DDE4EE}
.soft-plan .quiet-tile{display:flex;gap:1.96rem;padding:1.5rem 0;border-bottom:1px solid #DDE4EE;color:inherit;text-decoration:none;transition:background 430ms var(--motion-hover)}
.soft-plan a.row:hover{background:#F4F6FA;color:#233655;}
.soft-plan strong{flex:0 1 15rem;min-width:0;font-size:17px}
.soft-plan span{flex:1 1 20rem;min-width:0;color:#233655;line-height:1.6}
@media(max-width:760px){.soft-plan .plain-menu{flex-direction:column}.soft-plan .quiet-tile{flex-direction:column;gap:calc(calc(1.5rem * .75)*.5)}
}
.clear-proof{padding:calc(1.5rem * 2.4) 2.54rem;background:linear-gradient(135deg, #0B1A33 0%, #1B3A66 55%, #2A5A96 100%);color:#FFFFFF}
.clear-proof .bottom-area{max-width:1300px;margin:0 auto;display:grid;grid-template-columns:minmax(0,1fr) minmax(0,.55fr);gap:calc(1.96rem * 1.5);align-items:stretch}
.clear-proof .content-area{display:flex;flex-direction:column;gap:1.96rem;padding:1.96rem;border-radius:1.06rem;background:#FFFFFF;color:#0B1A33;border:1px solid #DDE4EE}
.clear-proof h2{margin:0;font-size:calc(17px * 2);line-height:1.15}
.clear-proof .content-area>p{margin:0;font-size:17px}
.clear-proof .bottom-grid{display:flex;flex-direction:column;gap:0;border-top:1px solid #DDE4EE}
.clear-proof .text-block{display:flex;flex-direction:column;gap:calc(calc(1.5rem * .75) * .3);padding:calc(1.5rem * .75) 0;border-bottom:1px solid #DDE4EE}
.clear-proof .text-block span{font-size:calc(17px * .875);text-transform:uppercase;letter-spacing:.04em}
.clear-proof .text-block strong{font-size:calc(17px * 1.125);font-weight:700;line-height:1.4}
.clear-proof .text-block strong a{text-decoration:none;border-bottom:1px solid #DDE4EE}
.clear-proof .text-block strong a:hover{border-bottom-color:#E8641A}
.clear-proof .welcome{margin:0;font-size:calc(17px * .875);}
.clear-proof .focused-block{min-height:clamp(22rem,44vw,34rem);border-radius:1.06rem;overflow:hidden;border:1px solid #DDE4EE;box-shadow:0 10px 14px rgba(0,0,0,0.14);background:#F4F6FA;color:#233655;}
.clear-proof iframe{display:block;width:100%;height:100%;border:0}
@media (max-width: 900px){.clear-proof .bottom-area{grid-template-columns:1fr}.clear-proof .focused-block{min-height:22rem}
}
.mark{
  background: #FFFFFF;
  color: #0B1A33;
  padding: calc(1.5rem * 2.4) 2.54rem;
}
.mark .bottom-area{max-width: 1300px;
  margin: 0 auto;}
.mark .fresh-plan{display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: calc(1.96rem * 1.5);}
.mark .welcome{flex: 0 1 20rem;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: calc(1.5rem * .75);}
.mark .welcome p{margin: 0;
  color: #233655;
  line-height: 1.82;
  font-size: 17px;}
.mark .wide-wrap{flex: 0 1 46rem;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;}
.mark h2{margin: 0;
  font-size: calc(17px * 2);
  line-height: 1.15;}
.mark .quiet-tile{display: flex;
  flex-wrap: wrap;
  gap: 1.96rem;}
.mark .quiet-tile > label{flex: 1 1 14rem;}
.mark label{display: flex;
  flex-direction: column;
  gap: calc(calc(1.5rem * .75) * 0.4);
  min-width: 0;
  color: #233655;
  font-size: calc(17px * .875);}
.mark input{
  width: 100%;
  min-width: 0;
  border: 1px solid #DDE4EE;
  border-radius: 0.27rem;
  background: #F4F6FA;
  color: #0B1A33;
  padding: calc(1.5rem * .75);
  font: inherit;
  font-size: 17px;
}
.mark input::placeholder{color: rgba(255,255,255,0.55);}
.mark input:focus{outline: none;
  border-color: #E8641A;
  box-shadow: 0 0 0 3px rgba(232, 100, 26, 0.45);}
.mark button{
  align-self: flex-start;
  border: 0;
  border-radius: 0.52rem;
  background: #E8641A;
  color: #FFFFFF;
  padding: calc(1.5rem * .75) 1.96rem;
  font: inherit;
  font-weight: 700;
  cursor: pointer;
  transition: background 430ms var(--motion-hover);
}
.mark button:hover{
  background: #C9520F;color:#0B1A33;}
@media (max-width: 720px) {.mark .fresh-plan{
    flex-direction: column;
  }.mark .welcome,
  .mark .wide-wrap{
    flex-basis: auto;
    width: 100%;
  }.mark button{
    align-self: stretch;
  }
}
.clear-brand{background:#F4F6FA;color:#233655;padding:calc(1.5rem * 2.4) 2.54rem}
.clear-brand .bottom-area{max-width:1300px;margin:0 auto}
.clear-brand .plain-menu{display:flex;align-items:flex-start;gap:calc(1.96rem * 1.5)}
.clear-brand .visual-actions{flex:0 1 30rem;min-width:0}
.clear-brand h2{margin:0;font-size:clamp(calc(17px * 2),5vw,calc(17px * 2.65));line-height:1.08;letter-spacing:0}
.clear-brand p{margin:1.5rem 0 0;font-size:calc(17px * 1.125);line-height:1.68}
.clear-brand .top-callout{flex:1 1 36rem;min-width:0;display:flex;flex-direction:column;border-top:1px solid #DDE4EE}
.clear-brand .quiet-tile{display:flex;gap:1.96rem;padding:1.5rem 0;border-bottom:1px solid #DDE4EE;color:inherit;text-decoration:none}
.clear-brand a.row:hover strong{color:inherit;}
.clear-brand strong{flex:0 1 14rem;min-width:0;font-size:17px;line-height:1.4}
.clear-brand span{flex:1 1 20rem;min-width:0;line-height:1.6}
@media(max-width:760px){.clear-brand .plain-menu,.clear-brand .quiet-tile{flex-direction:column}.clear-brand .quiet-tile{gap:calc(calc(1.5rem * .75)*.5)}}
.direct-details{padding:calc(1.5rem * 2.4) 2.54rem;background:#F4F6FA;color:#233655}
.direct-details .active-benefit{max-width:min(1300px,64rem);margin:0 auto}
.direct-details h2{margin:0;font-size:calc(17px * 2);line-height:1.1}
.direct-details .fresh-section{margin:1.5rem 0 calc(1.96rem * 1.5);font-size:calc(17px * 1.125);line-height:1.82}
.direct-details .quiet-panel{display:flex;flex-direction:column;gap:calc(1.5rem * .75)}
.direct-details .welcome{padding:calc(1.5rem * .75) calc(1.5rem * .75) calc(1.5rem * .75) 0;border-left:2px solid #E8641A;padding-left:1.96rem}
.direct-details h3{margin:0 0 calc(1.5rem * .75);font-size:calc(17px * 1.35);line-height:1.25}
.direct-details .welcome p{margin:0;line-height:1.82}
@media (max-width:640px){.direct-details .welcome{padding-left:calc(1.5rem * .75)}.direct-details h2{font-size:calc(17px * 1.35)}
}
.service-media{padding:calc(1.5rem * 2.4) 2.54rem;background:#FFFFFF;color:#0B1A33;}
.offer-unit{max-width:1300px;margin:0 auto;}
.service-media h1{margin:0;font-size:calc(17px * 2.65);line-height:1.08;}
.contact-brand{padding:calc(1.5rem * 2.4) 2.54rem;background:#0B1A33;color:#FFFFFF}
.contact-brand .content-area{max-width:min(1300px,60rem);margin:0 auto;display:flex;flex-direction:column}
.contact-brand h2{margin:0;font-size:calc(17px * 2.65);line-height:1.08}
.contact-brand .visual-actions{margin:1.5rem 0 calc(1.96rem * 1.5);font-size:calc(17px * 1.125);color:color-mix(in srgb,currentColor 74%,transparent)}
.contact-brand .wide-footer{margin:0 0 1.96rem;padding-bottom:calc(1.5rem * .75);border-bottom:1px solid color-mix(in srgb,currentColor 18%,transparent)}
.contact-brand .wide-footer:last-child{margin-bottom:0;padding-bottom:0;border-bottom:0}
.contact-brand h3{margin:0 0 calc(1.5rem * .75);font-size:calc(17px * 1.35);line-height:1.22}
.contact-brand .wide-footer p{margin:0;color:color-mix(in srgb,currentColor 74%,transparent)}
@media (max-width:640px){.contact-brand .visual-actions{font-size:17px}
}
.page-content{
        padding:calc(calc(1.5rem * 2.4) * .78) 2.54rem;
        background:#0B1A33;
        color:#FFFFFF;
    }
.wide-team{
        max-width:1300px;
        margin:0 auto;
        display:flex;
        justify-content:flex-start;
    }
.narrow-entries{
        width:min(100%,54rem);
    }
.page-content h1{margin:0;
        font-size:clamp(2rem,5.4vw,4.2rem);
        line-height:1.06;
        font-weight:750;
        letter-spacing:-0.01em;}
.page-content p{margin:clamp(1rem,2vw,1.4rem) 0 0;
        font-size:clamp(1rem,1.6vw,1.18rem);
        line-height:1.72;
        color:color-mix(in srgb,currentColor 82%,transparent);}
@media (max-width:720px){.wide-team{display:block}.page-content{
            padding-top:calc(calc(1.5rem * 2.4) * .6);
            padding-bottom:calc(calc(1.5rem * 2.4) * .6);
        }
    }
.focused-tile{--field-control:calc(1.5rem * 0.92);--mark-content:calc(1300px / 3.00);padding:calc(1.5rem * 2.4) 2.54rem;background:#F4F6FA;color:#233655;}
.focused-tile .bottom-area{max-width:1300px;margin:0 auto;}
.focused-tile h1,.focused-tile h2,.focused-tile h3,.focused-tile p{margin:0;}
.focused-tile h2{font-size:calc(17px * 2);line-height:1.12;}
.focused-tile p{font-size:17px;line-height:1.82;}
.focused-tile a{color:inherit;text-decoration:none;}
.focused-tile .quiet-story{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.27rem;background:#E8641A;color:#FFFFFF;font-weight:600;transition:background 430ms var(--motion-hover);}
.focused-tile .quiet-story:hover{background:#C9520F;color:#0B1A33;}
.focused-tile .visual-tile>h2,.focused-tile .visual-tile>p,.focused-tile .visual-tile>.quiet-story{margin-top:1.5rem;}
.focused-tile .welcome{color:color-mix(in srgb, #233655 78%, transparent);}
.focused-tile .secondary-steps{margin-top:var(--field-control);font-size:calc(17px * .875);color:color-mix(in srgb, #233655 72%, transparent);}
.focused-tile .secondary-steps a{color:#0B1A33;text-decoration:underline;text-underline-offset:3px;transition:color 430ms var(--motion-hover);}
.focused-tile .secondary-steps a:hover{color:inherit;}
.page-tile{background:#E8641A;color:#FFFFFF;padding:calc(1.5rem * 2.4) 2.54rem}
.page-tile .bottom-area{max-width:1300px;margin:0 auto;display:flex;flex-direction:column;gap:calc(1.96rem * 1.5)}
.page-tile .top-entries{display:flex;flex-direction:column;gap:calc(1.5rem * .75)}
.page-tile h2{margin:0;font-size:clamp(calc(17px * 2),4.4vw,calc(17px * 2.65));line-height:1.1;letter-spacing:0}
.page-tile .service-block{margin:0;font-size:calc(17px * 1.125);line-height:1.7}
.page-tile .direct-menu{display:flex;flex-wrap:wrap;gap:1.96rem;align-items:flex-start}
.page-tile .steady-region{flex:1 1 34rem;min-width:0;display:flex;flex-direction:column;gap:calc(1.5rem * .75)}
.page-tile .focused-benefit{display:flex;gap:calc(1.5rem * .75);align-items:flex-start;padding:calc(1.5rem * .75) 0;border-top:1px solid color-mix(in srgb,currentColor 28%,transparent)}
.page-tile .focused-benefit:last-child{border-bottom:1px solid color-mix(in srgb,currentColor 28%,transparent)}
.page-tile .clear-menu{flex:0 0 auto;font-size:calc(17px * .875);font-weight:700;letter-spacing:0.08em;padding-top:0.35rem}
.page-tile .focused-benefit h3{margin:0 0 0.35rem;font-size:17px}
.page-tile .focused-benefit p{margin:0;font-size:17px;line-height:1.7}
.page-tile .soft-footer{flex:1 1 20rem;min-width:0;background:#FFFFFF;color:#0B1A33;border:1px solid #DDE4EE;border-radius:0.92rem;padding:calc(1.5rem * .75);display:flex;flex-direction:column;gap:calc(1.5rem * .75)}
.page-tile .soft-footer h3{margin:0;font-size:17px}
.page-tile .soft-footer p{margin:0;font-size:calc(17px * .875);line-height:1.7}
.page-tile .quiet-items{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:0.6rem}
.page-tile .quiet-items li{display:flex;flex-direction:column;gap:0.15rem;font-size:calc(17px * .875)}
.page-tile .media-list{text-transform:uppercase;letter-spacing:0.06em;font-size:calc(17px * .875);opacity:0.7}
.page-tile .quiet-items a{text-decoration:none;border-bottom:1px solid color-mix(in srgb,#0B1A33 40%,transparent);width:fit-content}
.page-tile .quiet-items a:hover{border-bottom-color:#E8641A}
.page-tile .secondary-steps{display:flex;flex-wrap:wrap;gap:calc(1.5rem * .75);align-items:center;justify-content:space-between;padding-top:calc(1.5rem * .75);border-top:1px solid color-mix(in srgb,currentColor 28%,transparent)}
.page-tile .welcome{margin:0;flex:1 1 26rem;min-width:0;font-size:calc(17px * .875);line-height:1.7}
.page-tile .compact-items{display:flex;flex-wrap:wrap;gap:calc(1.5rem * .75)}
.page-tile .compact-items a{padding:0.55rem 0.95rem;border-radius:0.27rem;background:color-mix(in srgb,currentColor 12%,transparent);color:inherit;text-decoration:none;font-size:calc(17px * .875)}
.page-tile .compact-items a:hover{background:color-mix(in srgb,currentColor 20%,transparent)}
@media(max-width:760px){.page-tile .direct-menu{flex-direction:column}.page-tile .steady-region,.page-tile .soft-footer{flex-basis:auto;width:100%}.page-tile .secondary-steps{flex-direction:column;align-items:flex-start}}
.primary-group{
  background: #FFFFFF;
  color: #0B1A33;
  padding: calc(1.5rem * 2.4) 2.54rem;
}
.primary-group .bottom-area{width: min(100%, 1300px);
  margin: 0 auto;}
.primary-group .content-rail{display: flex;
  flex-direction: column;
  align-items: flex-start;}
.primary-group .welcome{
  margin: 0 0 1.5rem;
  font-size: calc(17px * .875);
  line-height: 1.6;
  color: #233655;
  background: #F4F6FA;
  padding: 6px 12px;
  border-radius: 0.27rem;
}
.primary-group h1{margin: 0;
  font-size: clamp(calc(17px * 2), 6vw, calc(17px * 2.65));
  line-height: 1.08;
  letter-spacing: -0.01em;}
.primary-group .steady-callout{margin: 1.5rem 0 0;
  font-size: calc(17px * 1.125);
  line-height: 1.82;}
.primary-group .quiet-entries{margin-top: calc(1.96rem * 1.5);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1.96rem;}
.primary-group a{max-width: 100%;
  overflow-wrap: anywhere;
  text-decoration: none;
  transition: color 430ms var(--motion-hover), background 430ms var(--motion-hover);}
.primary-group .bottom-quote{
  padding: 13px 22px;
  border-radius: 0.52rem;
  background: #0B1A33;
  color: #FFFFFF;
  font-weight: 700;
}
.primary-group .bottom-quote:hover{
  background: #152A4D;color:#0B1A33;}
.primary-group .content-inner{padding: 13px 0;
  color: #0B1A33;
  border-bottom: 1px solid #DDE4EE;
  font-weight: 600;}
.primary-group .content-inner:hover{color:inherit;
  border-bottom-color: #E8641A;}
.primary-group .secondary-steps{margin-top: calc(1.5rem * .75);
  padding-top: calc(1.5rem * .75);
  border-top: 1px solid #DDE4EE;
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 8px 20px;
  font-size: calc(17px * .875);}
.primary-group .plain-visual{color: #233655;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-size: calc(17px * .875);}
.primary-group .secondary-steps a{color: #0B1A33;
  border-bottom: 1px solid transparent;}
.primary-group .secondary-steps a:hover{color:inherit;
  border-bottom-color: #E8641A;}
@media (max-width: 640px) {.primary-group .quiet-entries{
    flex-direction: column;
    align-items: flex-start;
  }.primary-group .secondary-steps{
    flex-direction: column;
    align-items: flex-start;
  }
}
