body{margin:0;padding:0;font-family:"Merriweather", sans-serif;box-sizing:border-box;}
*{box-sizing:border-box;}
.compact-footer {
    width: 100%;
    background: #070E1A;
    color: #E6EDF5;
    border-bottom: 1px solid rgba(34, 211, 238, 0.22);
    padding: 1.5rem 1.92rem;
  }
.media-rail {
    max-width: 1500px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: 1.22rem;
    flex-wrap: wrap;
  }
:root {
  --speed-base: cubic-bezier(0.16,1,0.3,1);
}
.direct-tile {
    font-size: calc(19.8px * 1.125);
    font-weight: 700;
    letter-spacing: 0.02em;
    color: #E6EDF5;
    text-decoration: none;
    flex: 0 0 auto;
  }
.direct-tile:hover {
    color: #22D3EE;
  }
.active-view {
    flex: 1 1 auto;
  }
.nav-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    gap: 1.22rem;
    flex-wrap: wrap;
  }
.nav-list a {
    display: inline-block;
    padding: 0.4rem 0.2rem;
    font-size: 19.8px;
    color: #E6EDF5;
    text-decoration: none;
    border-bottom: 2px solid transparent;
    transition: color 510ms var(--speed-base), border-color 510ms var(--speed-base);
  }
.nav-list a:hover,
  .nav-list a:focus-visible {
    color: #22D3EE;
    border-bottom-color: #22D3EE;
    outline: none;
  }
.nav-list a[aria-current="page"] {
    color: #1E7BE0;
    border-bottom-color: #1E7BE0;
  }
.narrow-media {
    display: flex;
    align-items: center;
    gap: 1.22rem;
    flex: 0 0 auto;
  }
.plain-details,
  .local-view {
    display: inline-block;
    padding: 0.6rem 1rem;
    font-size: calc(19.8px * .875);
    font-weight: 600;
    text-decoration: none;
    border-radius: 0.59rem;
    transition: background 510ms var(--speed-base), color 510ms var(--speed-base);
    white-space: nowrap;
  }
.plain-details {
    background: transparent;
    color: #E6EDF5;
    border: 1px solid rgba(34, 211, 238, 0.22);
  }
.plain-details:hover{
    background: color-mix(in srgb, currentColor 10%, transparent);color:#E6EDF5;}
.local-view {
    background: #1E7BE0;
    color: #F2F8FF;
    border: 1px solid #1E7BE0;
  }
.local-view:hover{
    background: #3E96F0;
    border-color: #3E96F0;color:#E6EDF5;}
.contact-entries {
    display: none;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    width: 44px;
    height: 44px;
    padding: 0;
    background: #0F1D31;
    color: #E6EDF5;
    border: 1px solid rgba(34, 211, 238, 0.22);
    border-radius: 0.3rem;
    cursor: pointer;
    margin-left: auto;
  }
.media-region{
    display: block;
    width: 22px;
    height: 2px;
    margin: 0 auto;
    background: #E6EDF5;
    border-radius: 2px;
    transition: transform 510ms var(--speed-base), opacity 510ms var(--speed-base);color:#E6EDF5;}
.contact-entries[aria-expanded="true"] .media-region:nth-child(1){transform: translateY(7px) rotate(45deg);}
.contact-entries[aria-expanded="true"] .media-region:nth-child(2){opacity: 0;}
.contact-entries[aria-expanded="true"] .media-region:nth-child(3){transform: translateY(-7px) rotate(-45deg);}
@media (max-width: 1023px) {
    .narrow-media .plain-details {
      display: none;
    }
  }
@media (max-width: 767px) {
    .media-rail {
      flex-wrap: wrap;
      align-items: center;
    }

    .contact-entries {
      display: flex;
    }

    .active-view {
      display: none;
      flex: 1 1 100%;
      order: 3;
      width: 100%;
      padding-top: calc(1.22rem * 1.5);
      border-top: 1px solid rgba(34, 211, 238, 0.22);
      margin-top: calc(1.22rem * 1.5);
    }

    .active-view.is-open {
      display: block;
    }

    .nav-list {
      flex-direction: column;
      align-items: flex-start;
      gap: calc(1.22rem * 1.5);
    }

    .nav-list a {
      font-size: 19.8px;
      padding: 0.5rem 0;
      width: 100%;
    }

    .narrow-media {
      order: 2;
      margin-left: auto;
    }

    .narrow-media .local-view {
      padding: 0.55rem 0.9rem;
    }
  }
.compact-story{font-family:"Merriweather", sans-serif;font-size:19.8px;line-height:1.66;padding:0;background:#EAF2FB;color:#0A1524;}
.wide-frame{max-width:1500px;margin:0 auto;padding:calc(1.5rem * 2.4) 1.92rem calc(1.22rem * 1.5)}
.bottom-body{display:grid;grid-template-columns:1.2fr 1fr 0.8fr 1.2fr;gap:1.22rem;align-items:start}
.top-view{min-width:0}
.plain-benefit{font-size:calc(19.8px * 1.125);font-weight:700;letter-spacing:0.02em;margin:0 0 1.5rem}
.content-area{margin:0;font-size:calc(19.8px * .875);max-width:32ch}
.text-contact{font-size:19.8px;font-weight:600;margin:0 0 1.5rem;letter-spacing:0.04em;text-transform:uppercase}
.main-copy{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:calc(1.5rem * .75)}
.main-copy a{color:inherit;text-decoration:none;border-bottom:1px solid transparent;transition:border-color 510ms var(--speed-base)}
.main-copy a:hover,
  .main-copy a:focus-visible{border-bottom-color:currentColor;outline:none;color:inherit}
.secondary-wrap{gap:1.5rem}
.feature{display:block;font-size:calc(19.8px * .875);opacity:0.75;margin-bottom:0.15rem}
.visual-plan{display:block;font-size:calc(19.8px * .875);max-width:34ch}
.direct-surface{margin:calc(1.5rem * 2.4) 0 0;padding-top:1.5rem;border-top:1px solid currentColor;font-size:calc(19.8px * .875);max-width:90ch}
.cluster{margin-top:1.5rem;font-size:calc(19.8px * .875)}
.text-copy{margin:0}
@media (max-width: 960px) {.bottom-body{grid-template-columns:1fr 1fr}
  }
@media (max-width: 560px) {.bottom-body{grid-template-columns:1fr}.wide-frame{padding:calc(1.5rem * 2.4) 1.92rem calc(1.22rem * 1.5)}
  }
footer,footer *{border-radius:0!important;}
.cookies {
    position: fixed;
    left: 1.92rem;
    right: 1.92rem;
    bottom: 1.5rem;
    z-index: 1200;
}
.cookies .compact-headline {
    max-width: 860px;
    margin: 0 auto;
    background: #0F1D31;
    color: #E6EDF5;
    border-radius: 0.8rem;
    padding: 1.5rem 1.92rem;
    box-shadow: 0 22px 34px rgba(0,0,0,0.29);
}
.cookies .compact-headline strong {
    display: block;
    margin-bottom: 6px;
}
.cookies .compact-headline p {
    margin: 0;
}
.cookies .focused-rail {
    margin-top: 12px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.cookies .focused-rail a {
    text-decoration: none;
    border: 1px solid rgba(148, 163, 184, 0.5);
    border-radius: 999px;
    padding: 7px 12px;
    transition: background 510ms var(--speed-base), color 510ms var(--speed-base);
}
.cookies .focused-rail a.cookie-accept {
    background: #04121C;
    background: #22D3EE;
    border-color: transparent;
    color: #E6EDF5;
    font-weight: 700;
}
.cookies .focused-rail a:hover {
    background: rgba(148, 163, 184, 0.2);
    color: #E6EDF5;
}
.soft-headline{
  padding:calc(1.5rem * 2.4) 1.92rem;
  background:#070E1A;
  color:#E6EDF5;
}
.soft-headline .soft-team{max-width:1500px;
  margin:0 auto;
  display:flex;
  flex-wrap:wrap;
  gap:calc(1.22rem * 1.5);
  align-items:center;}
.soft-headline .text-flow{flex:1 1 520px;
  min-width:0;}
.soft-headline h1{margin:0;
  font-size:calc(19.8px * 2.65);
  line-height:1.1;}
.soft-headline .text-visual{margin:1.5rem 0 0;
  font-size:calc(19.8px * 1.125);
  line-height:1.66;}
.soft-headline .open-inner{margin:calc(1.22rem * 1.5) 0 0;
  font-size:calc(19.8px * .875);
  line-height:1.66;
  color:#C7D5E6;}
.soft-headline .media-headline{margin-top:calc(1.22rem * 1.5);
  display:flex;
  flex-wrap:wrap;
  gap:calc(1.5rem * .75);}
.soft-headline .simple-lead{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:calc(1.5rem * .75) 1.5rem;
  border-radius:0.3rem;
  background:#1E7BE0;
  color:#F2F8FF;
  text-decoration:none;
  font-size:calc(19.8px * .875);
  transition:background 510ms var(--speed-base);
}
.soft-headline .simple-lead:hover,
.soft-headline .simple-lead:focus-visible{
  background:#3E96F0;color:#E6EDF5;}
.soft-headline .simple-lead + .simple-lead{
  background:transparent;
  color:#E6EDF5;
  border:1px solid rgba(34, 211, 238, 0.22);
}
.soft-headline .simple-lead + .simple-lead:hover,
.soft-headline .simple-lead + .simple-lead:focus-visible{
  background:color-mix(in srgb, currentColor 10%, transparent);color:#E6EDF5;}
.soft-headline .secondary-benefit{flex:1 1 380px;
  min-width:0;
  margin:0;
  border-radius:0.8rem;
  overflow:hidden;
  box-shadow:0 8px 22px rgba(0,0,0,0.23);}
.soft-headline .secondary-benefit img{display:block;
  width:100%;
  height:auto;}
@media (max-width:720px){.soft-headline .soft-team{
    flex-direction:column;
    align-items:stretch;
  }.soft-headline .media-headline{
    flex-direction:column;
    align-items:stretch;
  }
}
.page-form{
  --state-static:calc(1.5rem * 1.15);
  padding:calc(1.5rem * 2.4) 1.92rem;
  background:#070E1A;
  color:#E6EDF5;
}
.page-form .soft-team{max-width:1500px;
  margin:0 auto;}
.page-form h1,
.page-form h2,
.page-form h3,
.page-form p{margin:0;}
.page-form h2{font-size:calc(19.8px * 2);
  line-height:1.14;}
.page-form h3{font-size:calc(19.8px * 1.35);
  line-height:1.22;}
.page-form p{font-size:19.8px;
  line-height:1.66;}
.page-form .team-flow{display:flex;
  flex-direction:column;
  gap:calc(1.22rem * 1.5);
  padding-bottom:calc(1.22rem * 1.5);
  border-bottom:1px solid rgba(34, 211, 238, 0.22);}
.page-form .text-flow{}
.page-form .fresh-stack{display:flex;
  flex-direction:column;
  gap:var(--state-static);
  margin-top:calc(1.22rem * 1.5);}
.page-form .wide-track{display:grid;
  grid-template-columns:minmax(0, 1fr) minmax(0, 1.4fr);
  gap:1.22rem;
  padding:calc(1.5rem * .75) 0;
  border-bottom:1px solid rgba(34, 211, 238, 0.22);}
.page-form .wide-track:last-child{border-bottom:0;}
.page-form .wide-track h3{}
.page-form .wide-track p{}
.page-form .simple-lead{margin-top:calc(1.22rem * 1.5);
  padding-top:calc(1.22rem * 1.5);
  border-top:1px solid rgba(34, 211, 238, 0.22);
  font-size:calc(19.8px * .875);}
.page-form .simple-lead a{text-decoration:none;
  border-bottom:1px solid rgba(34, 211, 238, 0.55);}
.page-form .simple-lead a:hover{}
@media (max-width:760px){.page-form .wide-track{
    grid-template-columns:1fr;
    gap:calc(1.22rem * .6);
  }
}
.text-list{padding:calc(calc(1.5rem * 2.4)*1.4) 1.92rem;background:#070E1A;color:#E6EDF5}
.text-list .steady-service{max-width:1500px;margin:0 auto;background:#0F1D31;color:#E6EDF5;border:1px solid rgba(34, 211, 238, 0.22);border-radius:1.07rem;padding:calc(1.5rem * .75);box-shadow:0 1px 8px rgba(0,0,0,0.18)}
.text-list .visual-body{display:flex;flex-direction:column;gap:calc(1.22rem * 1.5);padding-bottom:calc(1.22rem * 1.5);border-bottom:1px solid rgba(34, 211, 238, 0.22)}
.text-list .strong-inner{margin:0;font-size:calc(19.8px * .875);letter-spacing:.08em;text-transform:uppercase;color:#22D3EE;font-weight:700}
.text-list h2{margin:0;font-size:calc(19.8px * 2);line-height:1.12}
.text-list .top-callout{margin:0;font-size:19.8px;line-height:1.66;opacity:.86}
.text-list .site-lead{display:flex;flex-wrap:wrap;gap:1.22rem;margin-top:calc(1.22rem * 1.5)}
.text-list .local-media{flex:1 1 320px;min-width:0;padding:calc(1.5rem * .75);background:#0C1728;color:#C7D5E6;border:1px solid rgba(34, 211, 238, 0.22);border-radius:0.8rem}
.text-list .local-media h3{margin:0 0 .5rem;font-size:calc(19.8px * 1.35);line-height:1.2;color:#C7D5E6}
.text-list .local-media p{margin:0;font-size:calc(19.8px * .875);line-height:1.6;color:#C7D5E6;opacity:.9}
.text-list .open-fields{margin-top:calc(1.22rem * 1.5);padding-top:calc(1.22rem * 1.5);border-top:1px solid rgba(34, 211, 238, 0.22)}
.text-list .open-fields p{margin:0;font-size:calc(19.8px * .875);line-height:1.6;color:#E6EDF5;opacity:.88}
.text-list .open-fields a{color:#1E7BE0;text-decoration:none;border-bottom:1px solid #1E7BE0}
.text-list .open-fields a:hover{color:#22D3EE;border-bottom-color:#22D3EE}
@media (max-width:720px){
  .text-list{padding:calc(1.5rem * 2.4) 1.92rem}
  .text-list .local-media{flex:1 1 100%}
}
.focused-steps{
  padding:calc(1.5rem * 2.4) 1.92rem;
  background:linear-gradient(135deg, #061020 0%, #0E2A47 45%, #0B3A5C 100%);
  color:#E6EDF5;
}
.focused-steps .soft-team{max-width:1500px;
  margin:0 auto;}
.focused-steps .active-proof{display:flex;
  flex-wrap:wrap;
  gap:calc(1.22rem * 1.5);
  align-items:flex-start;}
.focused-steps .site-plan{flex:1 1 20rem;
  min-width:0;
  border-left:1px solid color-mix(in srgb,#E6EDF5 28%,transparent);
  padding-left:1.5rem;}
.focused-steps .site-plan p{margin:0;
  font-size:19.8px;
  line-height:1.66;}
.focused-steps .featured-wrap{flex:2 1 40rem;
  min-width:0;}
.focused-steps h2{margin:0;
  font-size:calc(19.8px * 2);
  line-height:1.1;}
.focused-steps .primary-region{margin-top:calc(1.22rem * 1.5);
  display:flex;
  flex-direction:column;
  gap:1.5rem;}
.focused-steps .primary-region p{margin:0;
  display:flex;
  gap:1.5rem;
  align-items:flex-start;
  padding-bottom:calc(1.5rem * .75);
  border-bottom:1px solid color-mix(in srgb,#E6EDF5 14%,transparent);}
.focused-steps .primary-region p:last-child{border-bottom:0;
  padding-bottom:0;}
.focused-steps strong{flex:0 1 13rem;
  min-width:0;
  font-size:calc(19.8px * .875);
  letter-spacing:0.01em;}
.focused-steps span{flex:1 1 26rem;
  min-width:0;
  line-height:1.66;}
@media(max-width:760px){.focused-steps .active-proof,
  .focused-steps .primary-region p{
    display:block;
  }.focused-steps .site-plan{
    border-left:0;
    padding-left:0;
  }.focused-steps .featured-wrap{
    margin-top:calc(1.22rem * 1.5);
  }.focused-steps span{
    display:block;
    margin-top:calc(1.5rem * .75);
  }.focused-steps h2{
    font-size:calc(19.8px * 1.35);
  }
}
.entries{padding:calc(calc(1.5rem * 2.4)*.72) 1.92rem;background:#070E1A;color:#E6EDF5;}
.entries .soft-team{max-width:1500px;margin:0 auto;display:flex;flex-wrap:wrap;align-items:flex-start;gap:1.22rem;}
.entries .text-visual{flex:1 1 34rem;min-width:0;padding:calc(1.22rem * 1.5) 0 0;border-top:1px solid rgba(34,211,238,0.28);}
.entries .story{flex:0 1 30rem;width:min(100%,30rem);height:auto;aspect-ratio:16/10;object-fit:cover;border-radius:0.8rem;box-shadow:var(--depth-button,0 8px 22px rgba(0,0,0,0.23));margin:calc(1.22rem * 1.5) 0 0 auto;}
.entries h1{margin:0;font-size:clamp(1.9rem,4.6vw,calc(19.8px * 2.65));line-height:1.08;font-weight:740;letter-spacing:0;}
.entries p{margin:1.5rem 0 0;font-size:clamp(1rem,1.25vw,19.8px);line-height:1.74;}
@media (max-width:760px){.entries{padding-top:calc(calc(1.5rem * 2.4)*.56);padding-bottom:calc(calc(1.5rem * 2.4)*.56);}.entries .text-visual{padding-top:1.5rem;}.entries .story{flex:1 1 100%;width:100%;margin-left:0;}
  }
.local-figure{
    padding:calc(1.5rem * 2.4) 1.92rem;
    background:#0C1728;
    color:#C7D5E6;
    background-image:linear-gradient(135deg, rgba(34,211,238,0.05), transparent 52%);
}
.local-figure .soft-team{max-width:1500px;
    margin:0 auto;
    display:grid;
    grid-template-columns:0.85fr 1.15fr;
    gap:calc(1.22rem * 1.5);
    align-items:start;}
.local-figure .strong-wrap{position:relative;}
.local-figure .strong-wrap img{width:100%;
    height:auto;
    display:block;
    border-radius:0.8rem;
    border:1px solid rgba(34, 211, 238, 0.22);
    box-shadow:0 8px 22px rgba(0,0,0,0.23);}
.local-figure .bottom-lead h2{margin:0 0 calc(1.5rem * .75);
    font-size:calc(19.8px * 2);
    line-height:1.2;}
.local-figure .bottom-lead h3{margin:0 0 calc(1.5rem * .75);
    font-size:19.8px;
    font-weight:600;
    letter-spacing:0.01em;
    opacity:0.85;}
.local-figure .bottom-lead p{margin:0 0 calc(1.5rem * .75);
    font-size:19.8px;
    line-height:1.66;}
.local-figure .bottom-lead ul{margin:calc(1.5rem * .75) 0 0;
    padding:0;
    list-style:none;
    display:grid;
    gap:calc(1.22rem * 0.7);
    border-top:1px solid rgba(34, 211, 238, 0.22);
    padding-top:calc(1.5rem * .75);}
.local-figure .bottom-lead li{position:relative;
    padding-left:1.15rem;
    font-size:calc(19.8px * .875);
    line-height:1.55;}
.local-figure .bottom-lead li::before{
    content:"";
    position:absolute;
    left:0;
    top:0.55em;
    width:0.42rem;
    height:0.42rem;
    border-radius:0.3rem;
    background:#22D3EE;color:#04121C;}
@media (max-width:820px){.local-figure .soft-team{
        grid-template-columns:1fr;
        gap:calc(1.5rem * .75);
    }
}
.visual-shell{--state-static:calc(1.5rem * 1.35);padding:calc(1.5rem * 2.4) 1.92rem;background:#070E1A;color:#E6EDF5;}
.visual-shell .soft-team{max-width:1500px;margin:0 auto;}
.visual-shell h2,.visual-shell h3,.visual-shell p{margin:0;}
.visual-shell h2{font-size:calc(19.8px * 2);line-height:1.14;}
.visual-shell h3{font-size:calc(19.8px * 1.35);line-height:1.22;}
.visual-shell p{font-size:19.8px;line-height:1.66;}
.visual-shell .text-flow{margin-top:calc(1.5rem / 2);}
.visual-shell .soft-panel{display:flex;flex-direction:column;gap:var(--state-static);margin-top:var(--state-static);border-top:1px solid rgba(34, 211, 238, 0.22);padding-top:var(--state-static);}
.visual-shell .wide-track{display:grid;grid-template-columns:minmax(0,1fr);gap:calc(1.5rem / 3);min-width:0;padding-left:calc(1.5rem * .75);border-left:2px solid #22D3EE;}
.visual-shell .wide-track p{}
.visual-shell .open-inner{margin-top:var(--state-static);padding:calc(1.5rem * .75) 1.5rem;border-radius:0.59rem;background:#0F1D31;color:#E6EDF5;border:1px solid rgba(34, 211, 238, 0.22);}
@media (min-width:900px){.visual-shell .wide-track{grid-template-columns:minmax(0,0.9fr) minmax(0,2fr);gap:1.22rem;align-items:start;}.visual-shell .wide-track h3{margin-top:0;}
}
.direct-copy{
  padding: calc(1.5rem * 2.4) 1.92rem;
  background: #0C1728;
  color: #C7D5E6;
}
.direct-copy .soft-team{max-width: min(1500px, 74rem);
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: calc(1.22rem * 1.5);}
.direct-copy .text-flow{display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: calc(1.22rem * 1.5);
  align-items: start;
  padding-bottom: calc(1.22rem * 1.5);
  border-bottom: 1px solid rgba(34, 211, 238, 0.22);}
.direct-copy h2{margin: 0;
  font-size: calc(19.8px * 2);
  line-height: 1.14;}
.direct-copy .text-flow p{margin: 0;
  font-size: 19.8px;
  line-height: 1.66;}
.direct-copy .media-fields{display: flex;
  flex-direction: column;
  gap: 0;}
.direct-copy .media-fields a{display: grid;
  grid-template-columns: minmax(6rem, .22fr) minmax(0, .5fr) minmax(0, 1fr);
  gap: 1.22rem;
  align-items: baseline;
  padding: calc(1.5rem * .75) 0;
  border-bottom: 1px solid rgba(34, 211, 238, 0.22);
  color: #C7D5E6;
  text-decoration: none;
  transition: color 510ms var(--speed-base);}
.direct-copy .media-fields a:last-child{border-bottom: 0;}
.direct-copy .media-fields a:hover{color: #22D3EE;}
.direct-copy .media-fields span{font-size: calc(19.8px * .875);
  letter-spacing: .04em;
  text-transform: uppercase;
  color: #22D3EE;}
.direct-copy .media-fields strong{font-size: 19.8px;
  font-weight: 600;
  line-height: 1.3;}
.direct-copy .media-fields em{font-style: normal;
  font-size: calc(19.8px * .875);
  line-height: 1.66;
  color: #C7D5E6;
  opacity: .85;}
@media (max-width: 860px) {.direct-copy .text-flow{
    grid-template-columns: 1fr;
  }.direct-copy .media-fields a{
    grid-template-columns: 1fr;
    gap: calc(1.22rem / 2);
  }
}
.text-group{
    padding:calc(calc(1.5rem * 2.4)*.72) 1.92rem;
    background:linear-gradient(135deg, #061020 0%, #0E2A47 45%, #0B3A5C 100%);
    color:#E6EDF5;
  }
.text-group .soft-team{max-width:1500px;
    margin:0 auto;
    display:flex;
    flex-wrap:wrap;
    align-items:flex-end;
    gap:clamp(1.4rem,3.2vw,calc(1.22rem * 1.5));}
.text-group .text-visual{flex:1 1 22rem;
    min-width:0;
    padding-top:clamp(1rem,2.4vw,calc(1.22rem * 1.5));
    border-top:1px solid rgba(34,211,238,0.28);}
.text-group .story{flex:0 1 28rem;
    display:block;
    width:100%;
    height:auto;
    aspect-ratio:16/10;
    object-fit:cover;
    border-radius:0.8rem;
    box-shadow:var(--depth-button,0 8px 22px rgba(0,0,0,0.23));}
.text-group h1{margin:0;
    font-size:clamp(1.9rem,4.6vw,calc(19.8px * 2.65));
    line-height:1.06;
    font-weight:740;
    letter-spacing:0;}
.text-group p{margin:clamp(.9rem,1.8vw,1.5rem) 0 0;
    font-size:clamp(1rem,1.25vw,19.8px);
    line-height:1.72;
    color:rgba(230,237,245,0.82);}
@media (max-width:760px){.text-group .soft-team{flex-direction:column;align-items:stretch;}.text-group .story{flex:1 1 auto;}
  }
@media (max-width:640px){.text-group{
      padding-top:calc(calc(1.5rem * 2.4)*.54);
      padding-bottom:calc(calc(1.5rem * 2.4)*.54);
    }.text-group .text-visual{padding-top:1.5rem;}
  }
.compact-header{--state-static:calc(1.5rem * 1.28);padding:calc(1.5rem * 2.4) 1.92rem;background:#070E1A;color:#E6EDF5;}
.compact-header .soft-team{max-width:1500px;margin:0 auto;}
.compact-header .primary-inner{display:flex;flex-direction:column;gap:calc(1.22rem * 1.5);}
.compact-header h2,.compact-header p{margin:0;}
.compact-header h2{font-size:calc(19.8px * 2);line-height:1.12;}
.compact-header .text-flow{font-size:calc(19.8px * 1.125);line-height:1.66;color:#C7D5E6;}
.compact-header .open-inner{font-size:calc(19.8px * .875);line-height:1.66;color:#C7D5E6;}
.compact-header .open-inner a{color:#1E7BE0;text-decoration:none;border-bottom:1px solid rgba(34, 211, 238, 0.55);}
.compact-header .open-inner a:hover{color:#22D3EE;}
.compact-header .fresh-stack{display:flex;flex-direction:column;gap:var(--state-static);}
.compact-header details{padding:calc(calc(1.5rem * .75) * .95);border-radius:0.59rem;background:#0F1D31;color:#E6EDF5;border:1px solid rgba(34, 211, 238, 0.22);}
.compact-header summary{cursor:pointer;font-weight:700;font-size:19.8px;line-height:1.3;}
.compact-header summary::marker{color:#22D3EE;}
.compact-header details p{margin-top:calc(1.5rem / 3);font-size:19.8px;line-height:1.66;color:#C7D5E6;}
@media (max-width:720px){.compact-header{--state-static:1.5rem;}.compact-header h2{font-size:calc(19.8px * 1.35);}
}
.plain-section{
  --state-static:calc(1.5rem * 1.18);
  --field-extra-10:calc(1500px / 4.6);
  padding:calc(1.5rem * 2.4) 1.92rem;
  background:#070E1A;
  color:#E6EDF5;
}
.plain-section .soft-team{max-width:1500px;
  margin:0 auto;}
.plain-section h2,
.plain-section h3,
.plain-section p{margin:0;}
.plain-section h2{font-size:calc(19.8px * 2);
  line-height:1.14;}
.plain-section h3{font-size:calc(19.8px * 1.35);
  line-height:1.22;}
.plain-section p{font-size:19.8px;
  line-height:1.66;}
.plain-section a{text-decoration:none;}
.plain-section a:hover{}
.plain-section img{display:block;
  width:100%;
  height:auto;
  border-radius:0.59rem;
  border:1px solid rgba(34, 211, 238, 0.22);}
.plain-section .team-flow{display:flex;
  flex-direction:column;
  gap:calc(1.5rem / 2.4);}
.plain-section .open-inner{font-size:calc(19.8px * .875);
  letter-spacing:0.08em;
  text-transform:uppercase;}
.plain-section .text-flow{}
.plain-section .active-proof{display:flex;
  flex-wrap:wrap;
  gap:1.22rem;
  margin-top:var(--state-static);
  padding-top:var(--state-static);
  border-top:1px solid rgba(34, 211, 238, 0.22);}
.plain-section .wide-track{flex:1 1 calc(1500px / 4);
  min-width:260px;
  display:flex;
  flex-direction:column;
  gap:calc(1.5rem / 3);}
.plain-section .wide-track img{max-width:var(--field-extra-10);
  margin-bottom:calc(1.5rem / 4);}
.plain-section .wide-track p{}
.plain-section .fresh-fields{margin-top:auto;
  align-self:flex-start;
  font-size:calc(19.8px * .875);
  padding-bottom:2px;
  border-bottom:1px solid currentColor;}
.plain-section .secondary-benefit{margin-top:var(--state-static);
  padding-top:calc(1.5rem / 2);
  border-top:1px solid rgba(34, 211, 238, 0.22);
  font-size:calc(19.8px * .875);}
@media (max-width:720px){.plain-section .wide-track{
    flex:1 1 100%;
  }.plain-section .wide-track img{
    max-width:100%;
  }
}
.service-story{
  background:#070E1A;
  color:#E6EDF5;
  padding:calc(1.5rem * 2.4) 1.92rem;
}
.service-story .soft-team{max-width:1500px;
  margin:0 auto;}
.service-story .team-flow{display:flex;
  flex-wrap:wrap;
  gap:calc(1.22rem * 1.5);
  align-items:flex-start;
  padding-bottom:calc(1.22rem * 1.5);
  border-bottom:1px solid rgba(34, 211, 238, 0.22);}
.service-story h2{flex:1 1 26rem;
  min-width:0;
  margin:0;
  font-size:calc(19.8px * 2);
  line-height:1.12;
  letter-spacing:0;}
.service-story .team-flow p{flex:1 1 22rem;
  min-width:0;
  margin:0;
  color:#C7D5E6;
  line-height:1.66;}
.service-story .direct-media{margin-top:calc(1.22rem * 1.5);
  display:flex;
  flex-wrap:wrap;
  gap:1.22rem;}
.service-story .direct-media a{
  flex:1 1 18rem;
  min-width:0;
  display:block;
  color:#E6EDF5;
  background:#0F1D31;
  border:1px solid rgba(34, 211, 238, 0.22);
  border-radius:0.8rem;
  padding:calc(1.5rem * .75);
  text-decoration:none;
  transition:border-color 510ms var(--speed-base), transform 510ms var(--speed-base);
}
.service-story .direct-media a:hover{border-color:rgba(34, 211, 238, 0.55);
  transform:translateY(-2px);}
.service-story .direct-media strong,
.service-story .direct-media span{display:block;}
.service-story .direct-media strong{font-size:19.8px;
  line-height:1.3;}
.service-story .direct-media span{margin-top:.5rem;
  color:#C7D5E6;
  font-size:calc(19.8px * .875);
  line-height:1.66;}
.service-story .open-inner{margin:calc(1.22rem * 1.5) 0 0;
  padding-left:1.5rem;
  border-left:2px solid #22D3EE;
  color:#C7D5E6;
  line-height:1.66;}
.service-story .simple-lead{margin-top:calc(1.22rem * 1.5);
  display:flex;
  flex-wrap:wrap;
  gap:1.22rem;
  align-items:center;}
.service-story .simple-lead a{color:#1E7BE0;
  text-decoration:none;
  font-size:calc(19.8px * .875);
  border-bottom:1px solid transparent;
  transition:color 510ms var(--speed-base), border-color 510ms var(--speed-base);}
.service-story .simple-lead a:hover{color:#22D3EE;
  border-bottom-color:#22D3EE;}
@media (max-width:680px){.service-story .team-flow{display:block}.service-story .team-flow p{margin-top:1.5rem}.service-story .direct-media{display:block}.service-story .direct-media a{margin-top:1.22rem}.service-story .simple-lead{flex-direction:column;align-items:flex-start}
}
.compact-track{--state-static:calc(1.5rem * 1.42);--type-base:calc(1500px / 3.66);padding:calc(1.5rem * 2.4) 1.92rem;background:#1E7BE0;color:#F2F8FF;}
.compact-track .soft-team{max-width:1500px;margin:0 auto;}
.compact-track h1,.compact-track h2,.compact-track h3,.compact-track p{margin:0;}
.compact-track h2{font-size:calc(19.8px * 2);line-height:1.12;}
.compact-track h3{font-size:calc(19.8px * 1.35);line-height:1.2;}
.compact-track p{font-size:19.8px;line-height:1.66;color:color-mix(in srgb, currentColor 78%, transparent);}
.compact-track a{color:inherit;text-decoration:underline;text-underline-offset:3px;}
.compact-track a:hover{}
.compact-track img{display:block;width:100%;height:auto;border-radius:0.59rem;}
.compact-track .open-inner{font-size:calc(19.8px * .875);text-transform:uppercase;letter-spacing:.08em;color:color-mix(in srgb, currentColor 66%, transparent);}
.compact-track .soft-panel{display:flex;flex-wrap:wrap;gap:var(--state-static);margin-top:var(--state-static);}
.compact-track .wide-track{flex:1 1 calc(1500px / 3.4);min-width:0;padding:calc(calc(1.5rem * .75) * .85);border-radius:0.59rem;background:color-mix(in srgb, currentColor 11%, transparent);}
.compact-track .wide-track p{margin-top:calc(1.5rem / 3);}
.compact-track .wide-track img{margin-bottom:calc(1.5rem / 2);max-width:100%;}
.compact-track .service-headline>.soft-panel{margin-top:var(--state-static);}
.compact-track .service-headline>h2{margin-top:var(--state-static);}
.compact-track .service-headline>.text-flow{margin-top:calc(1.5rem / 2);}
.compact-track .simple-lead{margin-top:calc(1.5rem / 2);font-size:calc(19.8px * .875);}
.soft-menu{padding:calc(calc(1.5rem * 2.4)*.72) 1.92rem calc(calc(1.5rem * 2.4)*.6);background:var(--surface-deep,linear-gradient(135deg,#061020 0%,#0E2A47 45%,#0B3A5C 100%));color:#E6EDF5;}
.soft-menu .soft-team{max-width:1500px;margin:0 auto;display:flex;flex-wrap:wrap;align-items:flex-end;gap:clamp(1.4rem,3vw,calc(1.22rem * 1.5));}
.soft-menu .text-visual{flex:1 1 34rem;min-width:0;padding-top:clamp(1rem,2.4vw,calc(1.22rem * 1.5));border-top:1px solid rgba(230,237,245,.28);}
.soft-menu h1{margin:0;font-size:clamp(1.9rem,4.6vw,calc(19.8px * 2.65));line-height:1.06;font-weight:740;letter-spacing:0;}
.soft-menu p{margin:clamp(.9rem,1.8vw,1.5rem) 0 0;font-size:clamp(1rem,1.25vw,19.8px);line-height:1.74;color:rgba(230,237,245,.82);}
.soft-menu .story{flex:0 1 26rem;width:100%;max-width:26rem;height:auto;aspect-ratio:16/10;object-fit:cover;border-radius:0.8rem;box-shadow:var(--depth-button,0 8px 22px rgba(0,0,0,.23));margin:0;}
@media (max-width:900px){.soft-menu .soft-team{flex-direction:column;align-items:stretch;}.soft-menu .story{max-width:100%;flex-basis:auto;}}
@media (max-width:640px){.soft-menu{padding-top:calc(calc(1.5rem * 2.4)*.52);padding-bottom:calc(calc(1.5rem * 2.4)*.52);}.soft-menu .text-visual{padding-top:1.5rem;}}
.main-flow{--state-static:calc(1.5rem * 0.99);--axis-main:calc(1500px / 2.50);--type-base:calc(1500px / 3.88);padding:calc(1.5rem * 2.4) 1.92rem;background:#1E7BE0;color:#F2F8FF;}
.main-flow .soft-team{max-width:1500px;margin:0 auto;}
.main-flow h1,.main-flow h2,.main-flow h3,.main-flow p{margin:0;}
.main-flow h1{font-size:calc(19.8px * 2.65);line-height:1.08;}
.main-flow h2{font-size:calc(19.8px * 2);line-height:1.12;}
.main-flow h3{font-size:calc(19.8px * 1.35);line-height:1.2;}
.main-flow p{font-size:19.8px;line-height:1.66;color:color-mix(in srgb, currentColor 74%, transparent);}
.main-flow a{color:inherit;text-decoration:none;}
.main-flow img{display:block;width:100%;height:auto;border-radius:0.59rem;}
.main-flow .media-headline{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.3rem;background:#F2F8FF;color:#1E7BE0;}
.main-flow .text-flow,.main-flow .open-inner{}
.main-flow .soft-panel{display:flex;flex-wrap:wrap;align-items:flex-start;gap:1.22rem;margin-top:var(--state-static);}
.main-flow .wide-track{flex:1 1 calc(1500px / 4);min-width:0;}
.main-flow .wide-track p,.main-flow .wide-track a{margin-top:calc(1.5rem / 3);}
.main-flow .wide-track img{margin-bottom:calc(1.5rem / 2);}
.main-flow .simple-menu>img{margin-top:var(--state-static);}
.main-flow .simple-menu>.text-flow{margin-top:1.5rem;}
.main-flow .open-inner{margin-top:1.5rem;}
.main-flow .open-inner a{text-decoration:underline;text-underline-offset:3px;}
.content-block{
  background:#070E1A;
  color:#E6EDF5;
  padding:calc(1.5rem * 2.4) 1.92rem;
}
.content-block .soft-team{max-width:1500px;
  margin:0 auto;}
.content-block .team-flow{max-width:52rem;}
.content-block h2{margin:0;
  font-size:calc(19.8px * 2);
  line-height:1.12;
  letter-spacing:0;}
.content-block .team-flow p{margin:1.5rem 0 0;
  color:#C7D5E6;
  font-size:calc(19.8px * 1.125);
  line-height:1.66;}
.content-block .primary-region{margin-top:calc(1.22rem * 1.5);
  display:flex;
  flex-direction:column;}
.content-block .wide-track{display:flex;
  gap:1.22rem;
  align-items:flex-start;
  padding:1.5rem 0;}
.content-block .wide-track + .wide-track{border-top:1px solid rgba(34, 211, 238, 0.22);}
.content-block .wide-track strong{flex:0 0 16rem;
  min-width:0;
  font-size:19.8px;
  line-height:1.3;}
.content-block .wide-track span{min-width:0;
  color:#C7D5E6;
  line-height:1.66;}
.content-block .simple-lead{margin:calc(1.22rem * 1.5) 0 0;
  font-size:calc(19.8px * .875);
  color:#C7D5E6;}
.content-block .simple-lead a{color:#1E7BE0;
  text-decoration:none;
  border-bottom:1px solid rgba(34, 211, 238, 0.22);
  transition:color 510ms var(--speed-base), border-color 510ms var(--speed-base);}
.content-block .simple-lead a:hover{color:#22D3EE;
  border-color:#22D3EE;}
@media (max-width:720px){.content-block .wide-track{display:block}.content-block .wide-track strong{display:block}.content-block .wide-track span{display:block;margin-top:.4rem}
}
.featured-form{padding:calc(1.5rem * 2.4) 1.92rem;background:linear-gradient(135deg, #061020 0%, #0E2A47 45%, #0B3A5C 100%);color:#E6EDF5}
.featured-form .soft-team{max-width:1500px;margin:0 auto}
.featured-form .active-proof{display:flex;gap:calc(1.22rem * 1.5);align-items:flex-start}
.featured-form .site-plan{flex:0 1 22rem;min-width:0;border-left:1px solid color-mix(in srgb,#E6EDF5 28%,transparent);padding-left:1.5rem}
.featured-form .site-plan p{margin:0;line-height:1.66}
.featured-form .featured-wrap{flex:1 1 44rem;min-width:0}
.featured-form h2{margin:0;max-width:19ch;font-size:calc(19.8px * 2.65);line-height:1.05}
.featured-form .primary-region{margin-top:calc(1.22rem * 1.5);display:flex;flex-direction:column;gap:1.5rem}
.featured-form .primary-region p{margin:0;display:flex;gap:1.5rem;align-items:flex-start}
.featured-form strong{flex:0 1 15rem;min-width:0;font-size:calc(19.8px * .875)}
.featured-form span{flex:1 1 28rem;min-width:0;line-height:1.66}
@media(max-width:760px){.featured-form .active-proof,.featured-form .primary-region p{display:block}.featured-form .site-plan{border-left:0;padding-left:0}.featured-form .featured-wrap{margin-top:calc(1.22rem * 1.5)}.featured-form span{display:block;margin-top:calc(1.5rem * .75)}.featured-form h2{font-size:calc(19.8px * 2)}}
.primary-entries{
    padding:calc(calc(1.5rem * 2.4)*.72) 1.92rem;
    background:linear-gradient(135deg, #061020 0%, #0E2A47 45%, #0B3A5C 100%);
    color:#E6EDF5;
  }
.primary-entries .soft-team{max-width:1500px;
    margin:0 auto;
    display:flex;
    flex-direction:column;
    gap:clamp(1.4rem,3vw,calc(1.22rem * 1.5));}
.primary-entries .text-visual{padding-top:clamp(1rem,2.4vw,calc(1.22rem * 1.5));
    border-top:1px solid rgba(34,211,238,0.28);}
.primary-entries h1{margin:0;
    font-size:clamp(1.9rem,4.6vw,calc(19.8px * 2.65));
    line-height:1.08;
    font-weight:740;
    letter-spacing:-0.005em;}
.primary-entries p{margin:clamp(.9rem,1.8vw,1.5rem) 0 0;
    font-size:clamp(1rem,1.25vw,19.8px);
    line-height:1.74;
    color:rgba(230,237,245,0.82);}
.primary-entries .story{display:block;
    width:min(100%,34rem);
    height:auto;
    aspect-ratio:16/9;
    object-fit:cover;
    border-radius:0.8rem;
    margin:0 0 0 auto;
    box-shadow:var(--depth-button,0 8px 22px rgba(0,0,0,0.23));}
@media (max-width:720px){.primary-entries{
      padding-top:calc(calc(1.5rem * 2.4)*.56);
      padding-bottom:calc(calc(1.5rem * 2.4)*.56);
    }.primary-entries .story{
      width:100%;
      margin-left:0;
    }
  }
.simple-media{--state-static:calc(1.5rem * 0.9);--space-list:calc(1.22rem * 0.85);padding:calc(1.5rem * 2.4) 1.92rem;background:#070E1A;color:#E6EDF5;}
.simple-media .soft-team{max-width:1500px;margin:0 auto;}
.simple-media h1,.simple-media h2,.simple-media h3,.simple-media p{margin:0;}
.simple-media h2{font-size:calc(19.8px * 2);line-height:1.12;}
.simple-media h3{font-size:calc(19.8px * 1.35);line-height:1.22;}
.simple-media p{font-size:19.8px;line-height:1.66;color:#C7D5E6;}
.simple-media a{color:#1E7BE0;text-decoration:none;}
.simple-media a:hover{color:#22D3EE;}
.simple-media .open-inner{font-size:calc(19.8px * .875);letter-spacing:0.06em;text-transform:uppercase;color:#C7D5E6;}
.simple-media .service-group{display:flex;flex-wrap:wrap;align-items:flex-start;gap:1.22rem;}
.simple-media .service-group>.text-visual{flex:1 1 60%;min-width:0;}
.simple-media .service-group>.media-headline{flex:0 0 auto;}
.simple-media .text-visual h2{margin-top:calc(1.5rem / 3);}
.simple-media .text-flow{margin-top:calc(1.5rem / 2);}
.simple-media .media-headline{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.3rem;background:#1E7BE0;color:#F2F8FF;font-size:calc(19.8px * .875);}
.simple-media .media-headline:hover{background:#3E96F0;color:#F2F8FF;}
.simple-media .soft-panel{flex:1 1 100%;display:flex;flex-direction:column;gap:var(--space-list);margin-top:var(--state-static);border-top:1px solid rgba(34, 211, 238, 0.22);padding-top:var(--state-static);}
.simple-media .wide-track{display:flex;gap:1.22rem;padding-bottom:var(--space-list);border-bottom:1px solid rgba(34, 211, 238, 0.22);}
.simple-media .wide-track:last-child{border-bottom:none;padding-bottom:0;}
.simple-media .wide-track .text-visual{flex:1 1 auto;min-width:0;}
.simple-media .wide-track p{margin-top:calc(1.5rem / 4);}
.simple-media .simple-lead{flex:1 1 100%;margin-top:var(--state-static);font-size:calc(19.8px * .875);color:#C7D5E6;}
@media (max-width:720px){.simple-media .service-group>.text-visual{flex:1 1 100%;}.simple-media .wide-track{flex-direction:column;gap:calc(1.22rem / 2);}
}
.primary-service{--state-static:calc(1.5rem * 1.05);--axis-main:calc(1500px / 3.2);--type-base:calc(1500px / 3.1);padding:calc(1.5rem * 2.4) 1.92rem;background:#070E1A;color:#E6EDF5;}
.primary-service .soft-team{max-width:1500px;margin:0 auto;display:flex;flex-direction:column;gap:calc(1.22rem * 1.5);}
.primary-service h2,.primary-service h3,.primary-service p{margin:0;}
.primary-service h2{font-size:calc(19.8px * 2);line-height:1.14;}
.primary-service h3{font-size:calc(19.8px * 1.35);line-height:1.22;}
.primary-service p{font-size:19.8px;line-height:1.66;}
.primary-service .team-flow{display:flex;flex-direction:column;gap:calc(1.5rem * .75);}
.primary-service .text-flow{}
.primary-service .soft-figure{margin:0;}
.primary-service .soft-figure img{display:block;width:100%;height:auto;border-radius:0.8rem;}
.primary-service .soft-panel{display:flex;flex-wrap:wrap;gap:1.22rem;}
.primary-service .wide-track{flex:1 1 calc(1500px / 3.4);min-width:0;padding:calc(1.5rem * .75);border-radius:0.59rem;background:#0F1D31;color:#E6EDF5;border:1px solid rgba(34, 211, 238, 0.22);}
.primary-service .wide-track p{margin-top:calc(1.5rem / 3);}
.primary-service .simple-lead{margin-top:calc(1.22rem * 1.5);font-size:calc(19.8px * .875);}
.primary-service .simple-lead a{text-decoration:none;border-bottom:1px solid #1E7BE0;}
.primary-service .simple-lead a:hover{border-bottom-color:#22D3EE;}
@media (max-width:720px){.primary-service .wide-track{flex:1 1 100%;}
}
.quiet-header{--state-static:calc(1.5rem * 1.35);--state-main:calc(1500px / 3.1);padding:calc(1.5rem * 2.4) 1.92rem;background:#070E1A;color:#E6EDF5;}
.quiet-header .soft-team{max-width:1500px;margin:0 auto;}
.quiet-header h1,.quiet-header h2,.quiet-header h3,.quiet-header p{margin:0;}
.quiet-header h2{font-size:calc(19.8px * 2);line-height:1.14;}
.quiet-header h3{font-size:calc(19.8px * 1.35);line-height:1.22;}
.quiet-header p{font-size:19.8px;line-height:1.66;color:#C7D5E6;}
.quiet-header a{color:inherit;text-decoration:none;}
.quiet-header .open-inner{font-size:calc(19.8px * .875);letter-spacing:0.04em;text-transform:uppercase;color:#22D3EE;}
.quiet-header .text-flow{margin-top:calc(1.22rem * 1.5);color:#E6EDF5;}
.quiet-header .media-headline{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.3rem;background:#1E7BE0;color:#F2F8FF;}
.quiet-header .media-headline:hover{background:#3E96F0;color:#E6EDF5;}
.quiet-header .soft-panel{display:flex;flex-direction:column;gap:0;margin-top:var(--state-static);border-top:1px solid rgba(34, 211, 238, 0.22);}
.quiet-header .wide-track{display:flex;flex-wrap:wrap;align-items:flex-start;gap:1.22rem;padding:calc(1.22rem * 1.5) 0;border-bottom:1px solid rgba(34, 211, 238, 0.22);}
.quiet-header .wide-track h3{flex:0 1 var(--state-main);min-width:0;}
.quiet-header .wide-track p{flex:1 1 60%;min-width:0;}
.quiet-header .service-group{display:flex;flex-wrap:wrap;align-items:flex-start;gap:1.22rem;}
.quiet-header .service-group>.text-visual{flex:1 1 auto;min-width:0;}
.quiet-header .service-group>.media-headline{flex:0 0 auto;margin-top:calc(1.22rem * 1.5);}
.quiet-header .service-group>.soft-panel{flex:1 1 100%;}
.quiet-header .text-visual h2{margin-top:calc(1.5rem / 2);}
@media (max-width:720px){.quiet-header .wide-track h3{flex:1 1 100%;}.quiet-header .wide-track p{flex:1 1 100%;}
}
.offer-entries{padding:calc(calc(1.5rem * 2.4)*.72) 1.92rem;background:linear-gradient(135deg, #061020 0%, #0E2A47 45%, #0B3A5C 100%);color:#E6EDF5;}
.offer-entries .soft-team{max-width:1500px;margin:0 auto;display:flex;flex-direction:column;gap:clamp(1.2rem,2.6vw,calc(1.22rem * 1.5));}
.offer-entries .text-visual{padding-top:clamp(1rem,2.4vw,calc(1.22rem * 1.5));border-top:1px solid color-mix(in srgb,currentColor 22%,transparent);}
.offer-entries h1{margin:0;font-size:clamp(2rem,5vw,calc(19.8px * 2.65));line-height:1.05;font-weight:720;letter-spacing:-0.01em;}
.offer-entries p{margin:clamp(.9rem,1.7vw,1.5rem) 0 0;font-size:clamp(1rem,1.28vw,19.8px);line-height:1.74;color:color-mix(in srgb,currentColor 82%,transparent);}
.offer-entries .story{display:block;width:min(100%,34rem);height:auto;aspect-ratio:16/10;object-fit:cover;border-radius:0.8rem;align-self:flex-end;}
@media (max-width:720px){.offer-entries{padding-top:calc(calc(1.5rem * 2.4)*.56);padding-bottom:calc(calc(1.5rem * 2.4)*.56);}.offer-entries .story{width:100%;align-self:stretch;}
  }
.local-entries{--state-static:calc(1.5rem * 0.99);--axis-main:calc(1500px / 3.10);padding:calc(1.5rem * 2.4) 1.92rem;background:#1E7BE0;color:#F2F8FF;}
.local-entries .soft-team{max-width:1500px;margin:0 auto;display:flex;flex-wrap:wrap;gap:calc(1.22rem * 1.5);align-items:flex-start;justify-content:space-between;}
.local-entries h1,.local-entries h2,.local-entries h3,.local-entries p{margin:0;}
.local-entries h2{font-size:calc(19.8px * 2);line-height:1.12;}
.local-entries p{font-size:19.8px;line-height:1.66;color:color-mix(in srgb, currentColor 74%, transparent);}
.local-entries a{color:inherit;text-decoration:none;}
.local-entries .soft-quote{flex:1 1 32rem;min-width:0;}
.local-entries .text-flow{margin-top:1.5rem;}
.local-entries .service-block{flex:0 1 var(--axis-main);min-width:0;display:flex;flex-direction:column;gap:calc(1.5rem * .75);}
.local-entries .media-headline{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.3rem;background:#F2F8FF;color:#1E7BE0;}
.local-entries .open-inner{font-size:calc(19.8px * .875);}
.local-entries .open-inner a{text-decoration:underline;text-underline-offset:0.18em;}
@media (max-width:720px){.local-entries .soft-team{flex-direction:column;}.local-entries .service-block{flex:1 1 auto;width:100%;}
}
.offer{
  padding: calc(1.5rem * 2.4) 1.92rem;
  background: #EAF2FB;
  color: #0A1524;
}
.offer .soft-team{max-width: min(1500px, 78rem);
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: calc(1.22rem * 1.5);}
.offer .open-inner{flex: 1 1 22rem;
  min-width: 0;}
.offer h2{margin: 0 0 calc(1.5rem * .75);
  font-size: calc(19.8px * 2);
  line-height: 1.12;}
.offer .open-inner p{margin: 0 0 calc(1.5rem * .75);
  font-size: calc(19.8px * 1.125);
  line-height: 1.6;}
.offer .open-inner a{
  display: inline-flex;
  align-items: center;
  padding: calc(calc(1.5rem * .75) * 0.75) calc(1.5rem * .75);
  border-radius: 0.59rem;
  background: #1E7BE0;
  color: #F2F8FF;
  text-decoration: none;
  font-size: 19.8px;
  transition: background 510ms var(--speed-base);
}
.offer .open-inner a:hover{
  background: #3E96F0;color:#E6EDF5;}
.offer ul{
  flex: 1 1 26rem;
  min-width: 0;
  list-style: none;
  margin: 0;
  padding: calc(1.5rem * .75);
  border-radius: 0.8rem;
  background: #0F1D31;
  color: #E6EDF5;
  border: 1px solid rgba(34, 211, 238, 0.22);
}
.offer li{padding: 0 0 calc(1.5rem * .75);
  margin: 0 0 calc(1.5rem * .75);
  border-bottom: 1px solid rgba(34, 211, 238, 0.22);}
.offer li:last-child{padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 0;}
.offer li strong{display: block;
  font-size: 19.8px;
  line-height: 1.35;}
.offer li span{display: block;
  margin-top: calc(calc(1.5rem * .75) * 0.4);
  font-size: calc(19.8px * .875);
  line-height: 1.6;color:inherit;}
@media (max-width: 760px) {.offer .soft-team{
    flex-direction: column;
  }
}
.primary-block{
    padding:calc(1.5rem * 2.4) 1.92rem;
    background:linear-gradient(135deg, #061020 0%, #0E2A47 45%, #0B3A5C 100%);
    color:#E6EDF5;
}
.primary-block .soft-team{max-width:1500px;
    margin:0 auto;
    display:flex;
    flex-direction:column;
    gap:calc(1.22rem * 1.5);}
.primary-block .contact-frame h2{margin:0;
    font-size:calc(19.8px * 2);
    line-height:1.2;}
.primary-block .contact-frame p{margin:calc(1.5rem * .75) 0 0;
    font-size:19.8px;
    opacity:.92;}
.primary-block .text-flow p{margin:0;
    font-size:19.8px;
    opacity:.9;}
.primary-block .soft-panel{display:flex;
    flex-direction:column;
    gap:1.22rem;}
.primary-block .wide-track{
    border:1px solid rgba(34, 211, 238, 0.22);
    border-radius:0.59rem;
    background:#0F1D31;
    color:#E6EDF5;
    overflow:hidden;
}
.primary-block .wide-track button{
    width:100%;
    border:0;
    background:transparent;
    color:inherit;
    text-align:left;
    font:inherit;
    font-weight:700;
    padding:calc(1.5rem * .75) calc(1.5rem * .75);
    cursor:pointer;
    display:flex;
    justify-content:space-between;
    align-items:flex-start;
    gap:1.22rem;
}
.primary-block .wide-track button::after{content:"+";
    flex:0 0 auto;
    font-weight:400;
    opacity:.7;}
.primary-block .wide-track.is-open button::after{content:"-";}
.primary-block .wide-track p{margin:0;
    max-height:0;
    overflow:hidden;
    padding:0 calc(1.5rem * .75);
    transition:max-height 510ms var(--speed-base),padding 510ms var(--speed-base);
    opacity:.95;
    font-size:calc(19.8px * .875);}
.primary-block .wide-track.is-open p{max-height:320px;
    padding:0 calc(1.5rem * .75) calc(1.5rem * .75);}
.primary-block .simple-lead{display:flex;
    flex-wrap:wrap;
    align-items:center;
    gap:1.22rem;
    border-top:1px solid rgba(34, 211, 238, 0.22);
    padding-top:calc(1.22rem * 1.5);}
.primary-block .simple-lead p{margin:0;
    flex:1 1 320px;
    font-size:calc(19.8px * .875);
    opacity:.9;}
.primary-block .simple-lead a{text-decoration:none;
    font-weight:700;
    font-size:calc(19.8px * .875);
    border-bottom:1px solid transparent;
    transition:color 510ms var(--speed-base),border-color 510ms var(--speed-base);}
.primary-block .simple-lead a:hover{border-bottom-color:#22D3EE;}
@media (max-width:640px){.primary-block .wide-track button{
        padding:calc(1.5rem * .75) calc(1.5rem * .75);
    }.primary-block .simple-lead{
        flex-direction:column;
        align-items:flex-start;
    }
}
.simple-steps{background:#070E1A;color:#E6EDF5;padding:calc(1.5rem * 2.4) 1.92rem}
.simple-steps .soft-team{max-width:1500px;margin:0 auto;display:flex;flex-direction:column;gap:calc(1.22rem * 1.5)}
.simple-steps .contact-frame{display:flex;flex-direction:column;gap:1.5rem}
.simple-steps h2{margin:0;font-size:clamp(calc(19.8px * 2),4.4vw,calc(19.8px * 2.65));line-height:1.1}
.simple-steps .contact-frame p{margin:0;font-size:calc(19.8px * 1.125);line-height:1.65;color:#C7D5E6}
.simple-steps .bottom-lead{display:flex;flex-wrap:wrap;gap:calc(1.22rem * 1.5);align-items:flex-start}
.simple-steps .text-visual{flex:1 1 22rem;min-width:0;display:flex;flex-direction:column;gap:1.5rem}
.simple-steps .text-visual p{margin:0;line-height:1.7}
.simple-steps .active-proof{flex:1 1 20rem;min-width:0;display:flex;flex-direction:column;gap:calc(1.5rem * .75);padding:calc(1.5rem * .75);border-radius:0.8rem;background:#0F1D31;color:#E6EDF5;border:1px solid rgba(34, 211, 238, 0.22)}
.simple-steps .bottom-rail{display:flex;flex-direction:column;gap:calc(calc(1.5rem * .75)*.35)}
.simple-steps .media-service{font-size:calc(19.8px * .875);letter-spacing:.04em;text-transform:uppercase;color:#22D3EE}
.simple-steps .bottom-team{line-height:1.55;color:#E6EDF5}
.simple-steps a.line{color:#1E7BE0;text-decoration:none;transition:color 510ms var(--speed-base)}
.simple-steps a.line:hover{color:#22D3EE}
.simple-steps .secondary-benefit{display:flex;flex-wrap:wrap;gap:calc(1.5rem * .75);align-items:center;justify-content:space-between;padding-top:calc(1.22rem * 1.5);border-top:1px solid rgba(34, 211, 238, 0.22)}
.simple-steps .open-inner{margin:0;flex:1 1 20rem;min-width:0;color:#C7D5E6;line-height:1.6}
.simple-steps .media-headline{display:inline-block;padding:calc(calc(1.5rem * .75)*.7) calc(1.5rem * .75);border-radius:0.59rem;background:#1E7BE0;color:#F2F8FF;text-decoration:none;font-size:19.8px;transition:background 510ms var(--speed-base)}
.simple-steps .media-headline:hover{background:#3E96F0;color:#E6EDF5;}
@media(max-width:820px){.simple-steps .bottom-lead{flex-direction:column}.simple-steps .secondary-benefit{flex-direction:column;align-items:flex-start}}
.top-list{padding:calc(calc(1.5rem * 2.4)*.72) 1.92rem;background:linear-gradient(135deg, #061020 0%, #0E2A47 45%, #0B3A5C 100%);color:#E6EDF5;}
.top-list .soft-team{max-width:1500px;margin:0 auto;display:flex;flex-wrap:wrap;align-items:flex-end;gap:clamp(1.4rem,3vw,calc(1.22rem * 1.5));}
.top-list .text-visual{flex:1 1 30rem;padding-top:clamp(1rem,2.4vw,calc(1.22rem * 1.5));border-top:1px solid rgba(230,237,245,0.28);}
.top-list h1{margin:0;font-size:clamp(1.9rem,4.6vw,calc(19.8px * 2.65));line-height:1.06;font-weight:700;letter-spacing:0;}
.top-list p{margin:clamp(.9rem,1.8vw,1.5rem) 0 0;font-size:clamp(1rem,1.25vw,19.8px);line-height:1.72;color:#E6EDF5;opacity:.86;}
.top-list .story{flex:0 1 26rem;display:block;width:100%;height:auto;aspect-ratio:4/3;object-fit:cover;border-radius:0.8rem;box-shadow:0 8px 22px rgba(0,0,0,0.23);}
@media (max-width:760px){.top-list{padding-top:calc(calc(1.5rem * 2.4)*.56);padding-bottom:calc(calc(1.5rem * 2.4)*.56);}.top-list .text-visual{padding-top:1.5rem;}.top-list .story{flex-basis:100%;aspect-ratio:16/10;}
  }
.primary-surface{--state-static:calc(1.5rem * 0.9);--type-base:calc(1500px / 4.2);padding:calc(1.5rem * 2.4) 1.92rem;background:#070E1A;color:#E6EDF5;}
.primary-surface .soft-team{max-width:1500px;margin:0 auto;}
.primary-surface h1,.primary-surface h2,.primary-surface h3,.primary-surface p{margin:0;}
.primary-surface h2{font-size:calc(19.8px * 2);line-height:1.14;}
.primary-surface h3{font-size:calc(19.8px * 1.35);line-height:1.22;}
.primary-surface p{font-size:19.8px;line-height:1.66;}
.primary-surface img{display:block;width:100%;height:auto;border-radius:0.59rem;}
.primary-surface .text-visual .text-flow{margin-top:1.5rem;color:#C7D5E6;}
.primary-surface .text-visual .open-inner{margin-top:calc(1.22rem * 1.5);padding:calc(1.5rem * .75);border-left:2px solid #22D3EE;background:#0C1728;color:#C7D5E6;border-radius:0.3rem;}
.primary-surface .soft-panel{display:flex;flex-direction:column;gap:var(--state-static);margin-top:0;}
.primary-surface .wide-track{min-width:0;padding-bottom:calc(1.22rem * 1.5);border-bottom:1px solid rgba(34, 211, 238, 0.22);}
.primary-surface .wide-track:last-child{border-bottom:none;padding-bottom:0;}
.primary-surface .wide-track p{margin-top:calc(1.5rem / 3);color:#C7D5E6;}
.primary-surface .wide-track img{margin-bottom:calc(1.5rem / 2);max-width:calc(var(--type-base) * .7);}
.primary-surface .team-service{display:flex;flex-wrap:wrap;align-items:flex-start;gap:1.22rem;}
.primary-surface .team-service>.text-visual{flex:1 1 calc(1500px / 3);min-width:0;}
.primary-surface .team-service>.soft-panel{flex:2 1 calc(1500px / 2);}
.primary-surface .team-service>img{margin-left:auto;max-width:var(--type-base);}
.primary-surface .simple-lead{max-width:1500px;margin:calc(1.22rem * 1.5) auto 0;display:flex;flex-wrap:wrap;gap:1.22rem;}
.primary-surface .simple-lead a{display:inline-flex;align-items:center;padding:calc(calc(1.5rem * .75) / 1.4) 1.5rem;border-radius:0.3rem;background:#0F1D31;color:#E6EDF5;border:1px solid rgba(34, 211, 238, 0.22);text-decoration:none;font-size:calc(19.8px * .875);transition:background 510ms var(--speed-base),color 510ms var(--speed-base);}
.primary-surface .simple-lead a:hover{background:#1E7BE0;color:#F2F8FF;}
@media (max-width:900px){.primary-surface .team-service>img{max-width:100%;margin-left:0;}.primary-surface .team-service>.text-visual,.primary-surface .team-service>.soft-panel{flex:1 1 100%;}
}
.soft-entries{--state-static:calc(1.5rem * 1.18);--state-main:calc(1500px / 3.6);padding:calc(1.5rem * 2.4) 1.92rem;background:#070E1A;color:#E6EDF5;}
.soft-entries .soft-team{max-width:1500px;margin:0 auto;display:flex;flex-direction:column;gap:var(--state-static);}
.soft-entries h2,.soft-entries h3,.soft-entries p{margin:0;}
.soft-entries h2{font-size:calc(19.8px * 2);line-height:1.14;}
.soft-entries h3{font-size:calc(19.8px * 1.35);line-height:1.22;}
.soft-entries p{font-size:19.8px;line-height:1.66;}
.soft-entries .team-flow{display:flex;flex-direction:column;gap:calc(1.22rem * 1.5);}
.soft-entries .text-flow{}
.soft-entries .soft-panel{display:flex;flex-direction:column;gap:calc(1.5rem * .75);}
.soft-entries .wide-track{display:grid;grid-template-columns:minmax(0,var(--state-main)) minmax(0,1fr);gap:1.22rem;padding:calc(1.5rem * .75) 0;border-top:1px solid rgba(34, 211, 238, 0.22);}
.soft-entries .wide-track:last-child{border-bottom:1px solid rgba(34, 211, 238, 0.22);}
.soft-entries .wide-track p{}
.soft-entries .open-inner{padding-top:calc(1.22rem * 1.5);}
.soft-entries .open-inner a{text-decoration:underline;text-underline-offset:3px;}
.soft-entries .open-inner a:hover{}
@media (max-width:760px){.soft-entries .wide-track{grid-template-columns:1fr;gap:calc(calc(1.22rem * 1.5) / 2);}
}
.wide-surface{
    padding:calc(calc(1.5rem * 2.4)*.72) 1.92rem;
    background:linear-gradient(135deg, #061020 0%, #0E2A47 45%, #0B3A5C 100%);
    color:#E6EDF5;
  }
.wide-surface .soft-team{max-width:1500px;
    margin:0 auto;
    display:flex;
    flex-direction:column;
    gap:calc(1.22rem * 1.5);}
.wide-surface .text-visual{padding-top:clamp(1.1rem,2.6vw,calc(1.22rem * 1.5));
    border-top:1px solid rgba(230,237,245,0.22);}
.wide-surface h1{margin:0;
    font-size:clamp(1.9rem,4.6vw,calc(19.8px * 2.65));
    line-height:1.06;
    font-weight:720;
    letter-spacing:-0.005em;}
.wide-surface p{margin:clamp(.9rem,1.7vw,1.5rem) 0 0;
    font-size:clamp(1rem,1.25vw,19.8px);
    line-height:1.74;
    color:rgba(230,237,245,0.82);}
.wide-surface .story{display:block;
    width:min(100%,34rem);
    height:auto;
    aspect-ratio:16/10;
    object-fit:cover;
    border-radius:0.8rem;
    margin:0 0 0 auto;
    box-shadow:0 8px 22px rgba(0,0,0,0.23);}
@media (min-width:900px){.wide-surface .soft-team{
      flex-direction:row;
      align-items:flex-end;
      justify-content:space-between;
      gap:1.92rem;
    }.wide-surface .text-visual{
      flex:1 1 58%;
      padding-bottom:0;
    }.wide-surface .story{
      flex:0 1 36%;
      width:100%;
      margin:0;
    }
  }
@media (max-width:640px){.wide-surface{
      padding-top:calc(calc(1.5rem * 2.4)*.55);
      padding-bottom:calc(calc(1.5rem * 2.4)*.55);
    }.wide-surface .story{
      width:100%;
      margin-left:0;
    }
  }
.public-fields{
        padding: calc(1.5rem * 2.4) 1.92rem;
        background: #070E1A;
        color: #E6EDF5
    }
.public-fields .soft-team{max-width: 1500px;
        margin: 0 auto}
.public-fields .local-track{display: flex;
        flex-direction: column;
        gap: calc(1.22rem * 1.5);
        align-items: flex-start}
.public-fields .team-flow{min-width: 0}
.public-fields h2{margin: 0;
        font-size: calc(19.8px * 2);
        line-height: 1.1}
.public-fields .team-flow p{margin: 1.5rem 0 0;
        font-size: calc(19.8px * 1.125);
        line-height: 1.66;
        color: #C7D5E6}
.public-fields ul{flex: 1 1 44rem;
        min-width: 0;
        list-style: none;
        margin: 0;
        padding: 0;
        display: flex;
        flex-direction: column;
        gap: calc(1.5rem * .75)}
.public-fields li{
        display: flex;
        gap: 1.22rem;
        align-items: flex-start;
        padding: 1.5rem calc(1.5rem * .75);
        background: #0F1D31;
        color: #E6EDF5;
        border: 1px solid rgba(34, 211, 238, 0.22);
        border-radius: 0.8rem
    }
.public-fields strong{flex: 0 1 17rem;
        min-width: 0;
        font-size: calc(19.8px * 1.35);
        line-height: 1.18}
.public-fields span{flex: 1 1 26rem;
        min-width: 0;
        line-height: 1.66;
        color: #C7D5E6}
@media (max-width: 760px) {.public-fields .local-track, .public-fields li{
            display: block
        }.public-fields ul{
            margin-top: calc(1.22rem * 1.5)
        }.public-fields span{
            display: block;
            margin-top: calc(1.5rem * .75)
        }
    }
.text-feature{--state-static:calc(1.5rem * 1.18);--gutter-small:calc(calc(1.5rem * .75) * 1.05);padding:calc(1.5rem * 2.4) 1.92rem;background:#070E1A;color:#E6EDF5;}
.text-feature .soft-team{max-width:1500px;margin:0 auto;display:flex;flex-direction:column;gap:var(--state-static);}
.text-feature h2,.text-feature p{margin:0;}
.text-feature h2{font-size:calc(19.8px * 2);line-height:1.14;}
.text-feature p{font-size:19.8px;line-height:1.66;}
.text-feature .team-flow{display:flex;flex-direction:column;gap:calc(1.5rem / 2.4);}
.text-feature .text-flow{}
.text-feature .fresh-stack{display:flex;flex-direction:column;gap:calc(1.22rem * .9);}
.text-feature details{padding:var(--gutter-small);border-radius:0.59rem;background:#0F1D31;color:#E6EDF5;border:1px solid rgba(34, 211, 238, 0.22);}
.text-feature summary{cursor:pointer;font-weight:700;font-size:calc(19.8px * 1.125);line-height:1.3;list-style:none;}
.text-feature summary::-webkit-details-marker{display:none;}
.text-feature summary::after{content:"+";float:right;font-weight:400;}
.text-feature details[open] summary::after{content:"–";}
.text-feature details p{margin-top:calc(1.5rem / 3);}
.text-feature a{text-decoration:none;}
.text-feature a:hover{}
.text-feature .open-inner{}
@media (max-width:720px){.text-feature summary{font-size:19.8px;}
}
.text-proof{background:#0C1728;color:#C7D5E6;padding:calc(1.5rem * 2.4) 1.92rem}
.text-proof .soft-team{max-width:1500px;margin:0 auto}
.text-proof .local-track{display:flex;align-items:flex-start;gap:calc(1.22rem * 1.5);flex-wrap:wrap}
.text-proof .team-flow{flex:1 1 22rem;min-width:0}
.text-proof h2{margin:0;font-size:clamp(calc(19.8px * 2),4.2vw,calc(19.8px * 2.65));line-height:1.08;letter-spacing:0}
.text-proof p{margin:1.5rem 0 0;font-size:calc(19.8px * 1.125);line-height:1.65}
.text-proof .primary-region{flex:1 1 32rem;min-width:0;display:flex;flex-direction:column;border-top:1px solid rgba(34, 211, 238, 0.22)}
.text-proof .bottom-rail{display:flex;gap:1.22rem;padding:1.5rem 0;border-bottom:1px solid rgba(34, 211, 238, 0.22);color:inherit;text-decoration:none;transition:color 510ms var(--speed-base)}
.text-proof a.row:hover strong{color:#22D3EE}
.text-proof strong{flex:0 1 13rem;min-width:0;font-size:19.8px;line-height:1.4}
.text-proof span{flex:1 1 20rem;min-width:0;line-height:1.6}
@media(max-width:760px){.text-proof .local-track,.text-proof .bottom-rail{flex-direction:column}.text-proof .bottom-rail{gap:calc(calc(1.5rem * .75)*.5)}}
.soft-flow{
    padding:calc(calc(1.5rem * 2.4)*.72) 1.92rem;
    background:var(--surface-deep,linear-gradient(135deg,#061020 0%,#0E2A47 45%,#0B3A5C 100%));
    color:#E6EDF5;
  }
.soft-flow .soft-team{max-width:1500px;
    margin:0 auto;
    display:flex;
    flex-wrap:wrap;
    align-items:flex-end;
    gap:calc(1.22rem * 1.5);}
.soft-flow .text-visual{flex:1 1 26rem;
    min-width:0;
    padding-top:1.5rem;
    border-top:1px solid rgba(230,237,245,.28);}
.soft-flow .story{flex:0 1 30rem;
    display:block;
    width:100%;
    height:auto;
    aspect-ratio:16/10;
    object-fit:cover;
    border-radius:0.8rem;
    box-shadow:var(--depth-button,0 8px 22px rgba(0,0,0,.23));
    margin:0;}
.soft-flow h1{margin:0;
    font-size:clamp(1.9rem,4.6vw,calc(19.8px * 2.65));
    line-height:1.06;
    font-weight:740;
    letter-spacing:0;}
.soft-flow p{margin:1.5rem 0 0;
    font-size:clamp(1rem,1.25vw,19.8px);
    line-height:1.72;
    color:rgba(230,237,245,.82);}
@media (max-width:720px){.soft-flow{
      padding-top:calc(calc(1.5rem * 2.4)*.54);
      padding-bottom:calc(calc(1.5rem * 2.4)*.54);
    }.soft-flow .soft-team{
      flex-direction:column;
      align-items:stretch;
    }.soft-flow .text-visual{
      padding-top:1.5rem;
    }.soft-flow .story{
      flex:1 1 auto;
    }
  }
.compact-surface{--state-static:calc(1.5rem * 1.28);--type-base:calc(1500px / 3.4);padding:calc(1.5rem * 2.4) 1.92rem;background:#070E1A;color:#E6EDF5;}
.compact-surface .soft-team{max-width:1500px;margin:0 auto;}
.compact-surface h2,.compact-surface h3,.compact-surface p{margin:0;}
.compact-surface h2{font-size:calc(19.8px * 2);line-height:1.14;}
.compact-surface h3{font-size:calc(19.8px * 1.35);line-height:1.22;}
.compact-surface p{font-size:19.8px;line-height:1.66;}
.compact-surface img{display:block;width:100%;height:auto;border-radius:0.59rem;}
.compact-surface .text-flow{margin-top:1.5rem;}
.compact-surface .simple-menu>img{margin-top:var(--state-static);max-width:var(--type-base);}
.compact-surface .soft-panel{display:flex;flex-direction:column;gap:calc(1.22rem * 1.5);margin-top:var(--state-static);border-top:1px solid rgba(34, 211, 238, 0.22);padding-top:calc(1.22rem * 1.5);}
.compact-surface .wide-track{display:flex;flex-wrap:wrap;align-items:flex-start;gap:1.22rem;padding-bottom:calc(1.22rem * 1.5);border-bottom:1px solid rgba(34, 211, 238, 0.22);}
.compact-surface .wide-track:last-child{border-bottom:0;padding-bottom:0;}
.compact-surface .wide-track h3{flex:1 1 calc(1500px / 3.6);min-width:0;}
.compact-surface .wide-track p{flex:2 1 calc(1500px / 2.2);min-width:0;}
@media (max-width:720px){.compact-surface .simple-menu>img{max-width:100%;}.compact-surface .wide-track h3,.compact-surface .wide-track p{flex:1 1 100%;}
}
.content-view{padding:calc(1.5rem * 2.4) 1.92rem;background:#070E1A;color:#E6EDF5}
.content-view .soft-team{max-width:min(1500px,58rem);margin:0 auto}
.content-view .team-flow{max-width:52rem}
.content-view h2{margin:0;font-size:calc(19.8px * 2);line-height:1.1}
.content-view .team-flow p{margin:calc(1.22rem * 1.5) 0 0;color:#C7D5E6;line-height:1.66}
.content-view .primary-view{margin-top:calc(1.5rem * 2.4);display:flex;flex-direction:column;gap:calc(1.5rem * .75)}
.content-view details{padding:calc(1.5rem * .75) 1.92rem;background:#0F1D31;color:#E6EDF5;border:1px solid rgba(34, 211, 238, 0.22);border-radius:0.8rem}
.content-view summary{cursor:pointer;font-size:calc(19.8px * 1.35);line-height:1.2;list-style:none}
.content-view summary::-webkit-details-marker{display:none}
.content-view summary::after{content:"+";float:right;margin-left:1.22rem;color:#22D3EE;font-weight:700}
.content-view details[open] summary::after{content:"–"}
.content-view details p{margin:calc(1.22rem * 1.5) 0 0;color:#C7D5E6;line-height:1.66}
@media(max-width:720px){.content-view .primary-view{margin-top:calc(1.22rem * 1.5)}.content-view details{padding:1.5rem 1.92rem}
}
.offset---content-second-hero-block{
    padding:calc(calc(1.5rem * 2.4)*.72) 1.92rem;
    background:linear-gradient(135deg, #061020 0%, #0E2A47 45%, #0B3A5C 100%);
    color:#E6EDF5;
  }
.offset---content-second-hero-block .soft-team{max-width:1500px;
    margin:0 auto;
    display:flex;
    flex-wrap:wrap;
    align-items:flex-end;
    gap:1.22rem;}
.offset---content-second-hero-block .text-visual{flex:1 1 26rem;
    min-width:0;
    padding-top:clamp(1rem,2.6vw,calc(1.22rem * 1.5));
    border-top:1px solid rgba(230,237,245,0.28);}
.offset---content-second-hero-block h1{margin:0;
    font-size:clamp(1.9rem,4.6vw,calc(19.8px * 2.65));
    line-height:1.06;
    font-weight:740;
    letter-spacing:0;}
.offset---content-second-hero-block p{margin:clamp(.85rem,1.7vw,1.5rem) 0 0;
    font-size:clamp(1rem,1.25vw,19.8px);
    line-height:1.72;
    color:#E6EDF5;
    opacity:.82;}
.offset---content-second-hero-block .story{flex:0 1 30rem;
    display:block;
    width:min(100%,30rem);
    height:auto;
    aspect-ratio:16/10;
    object-fit:cover;
    border-radius:0.8rem;
    box-shadow:0 8px 22px rgba(0,0,0,0.23);
    margin:0 0 0 auto;}
@media (max-width:760px){.offset---content-second-hero-block .soft-team{flex-direction:column;align-items:stretch;}.offset---content-second-hero-block .story{width:100%;margin:calc(1.22rem * 1.5) 0 0;}.offset---content-second-hero-block{padding-top:calc(calc(1.5rem * 2.4)*.55);padding-bottom:calc(calc(1.5rem * 2.4)*.55);}
  }
.active-copy{
  padding: calc(1.5rem * 2.4) 1.92rem;
  background: #22D3EE;
  color: #04121C;
}
.active-copy .steady-figure{
  max-width: 1500px;
  margin: 0 auto;
  border-radius: 1.07rem;
  overflow: hidden;
  background: #070E1A;
  color: #E6EDF5;
  box-shadow: 0 22px 34px rgba(0,0,0,0.29);
}
.active-copy .secondary-menu{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: calc(1.5rem * .75);
  padding: calc(1.5rem * .75) calc(1.22rem * 1.5);
  border-bottom: 1px solid rgba(34, 211, 238, 0.22);
  background: #0C1728;color:#C7D5E6;}
.active-copy .secondary-menu span{font-size: calc(19.8px * .875);
  letter-spacing: .04em;
  text-transform: uppercase;}
.active-copy a{text-decoration: none;}
.active-copy .secondary-menu a{font-size: calc(19.8px * .875);
  font-weight: 600;}
.active-copy .secondary-menu a:hover{}
.active-copy .bottom-lead{display: flex;
  flex-wrap: wrap;
  gap: 1.22rem;
  padding: calc(1.22rem * 1.5);}
.active-copy .text-flow{flex: 1 1 320px;
  min-width: 0;}
.active-copy h2{margin: 0;
  font-size: calc(19.8px * 2);
  line-height: 1.12;}
.active-copy .text-flow p{margin: calc(1.5rem * .75) 0 0;
  font-size: calc(19.8px * 1.125);
  line-height: 1.66;}
.active-copy .direct-track{flex: 1 1 420px;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: calc(1.5rem * .75);}
.active-copy .direct-track a{
  display: block;
  padding: calc(1.5rem * .75);
  border: 1px solid rgba(34, 211, 238, 0.22);
  border-radius: 0.59rem;
  background: #0F1D31;
  color: #E6EDF5;
  transition: border-color 510ms var(--speed-base),
              transform 510ms var(--speed-base);
}
.active-copy .direct-track a:hover{border-color: rgba(34, 211, 238, 0.55);
  transform: translateY(-2px);}
.active-copy .direct-track span{display: block;
  font-size: calc(19.8px * .875);
  text-transform: uppercase;
  letter-spacing: .04em;}
.active-copy .direct-track strong{display: block;
  margin: calc(calc(1.5rem * .75) * .35) 0;
  font-size: calc(19.8px * 1.35);
  line-height: 1.2;}
.active-copy .direct-track small{display: block;
  font-size: calc(19.8px * .875);
  line-height: 1.55;}
@media (max-width: 780px) {.active-copy .bottom-lead{
    padding: calc(1.5rem * .75);
  }.active-copy .secondary-menu{
    flex-direction: column;
    align-items: flex-start;
  }
}
.secondary-track{background:#070E1A;color:#E6EDF5;padding:calc(1.5rem * 2.4) 1.92rem}
.secondary-track .soft-team{max-width:1500px;margin:0 auto}
.secondary-track .direct-media{display:flex;flex-direction:column;gap:calc(1.22rem * 1.5)}
.secondary-track .team-flow{max-width:1500px}
.secondary-track h2{margin:0;font-size:clamp(calc(19.8px * 2),4.4vw,calc(19.8px * 2.65));line-height:1.08;letter-spacing:0}
.secondary-track .team-flow p{margin:1.5rem 0 0;color:#C7D5E6;font-size:calc(19.8px * 1.125);line-height:1.65}
.secondary-track .bottom-lead{display:flex;flex-wrap:wrap;gap:calc(1.22rem * 1.5);align-items:flex-start}
.secondary-track .active-proof{flex:1 1 22rem;min-width:0;display:flex;flex-direction:column;gap:calc(1.5rem * .75)}
.secondary-track .bottom-rail{display:flex;flex-direction:column;gap:calc(calc(1.5rem * .75)*.35);padding:calc(1.5rem * .75);border-radius:0.59rem;background:#0F1D31;color:#E6EDF5;border:1px solid rgba(34, 211, 238, 0.22)}
.secondary-track .media-service{font-size:calc(19.8px * .875);letter-spacing:.04em;text-transform:uppercase;color:#22D3EE}
.secondary-track .bottom-team{font-size:19.8px;line-height:1.55;color:#E6EDF5;text-decoration:none}
.secondary-track a.line:hover{color:#22D3EE}
.secondary-track .secondary-benefit{flex:1 1 20rem;min-width:0;display:flex;flex-direction:column;gap:1.5rem}
.secondary-track .open-inner{margin:0;padding:calc(1.5rem * .75);border-left:3px solid #22D3EE;background:#0C1728;color:#C7D5E6;font-size:19.8px;line-height:1.65;border-radius:0.3rem}
.secondary-track .text-visual{margin:0;color:#E6EDF5;font-size:19.8px;line-height:1.65}
.secondary-track .media-headline{display:flex;flex-wrap:wrap;gap:1.22rem}
.secondary-track .media-headline a{padding:calc(calc(1.5rem * .75)*.5) calc(1.5rem * .75);border-radius:0.59rem;background:#1E7BE0;color:#F2F8FF;text-decoration:none;font-size:calc(19.8px * .875)}
.secondary-track .media-headline a:hover{background:#3E96F0;color:#E6EDF5;}
@media(max-width:820px){.secondary-track .bottom-lead{flex-direction:column}}
.narrow-inner{padding:calc(1.5rem * 2.4) 1.92rem;background:linear-gradient(135deg, #061020 0%, #0E2A47 45%, #0B3A5C 100%);color:#E6EDF5;}
.narrow-inner .soft-team{max-width:1500px;margin:0 auto;display:flex;flex-direction:column;gap:calc(1.22rem * 1.5);}
.narrow-inner .contact-frame{display:flex;flex-direction:column;gap:calc(1.5rem * .75);}
.narrow-inner .contact-frame h2{margin:0;font-size:calc(19.8px * 2);line-height:1.2;}
.narrow-inner .contact-frame p{margin:0;font-size:19.8px;opacity:.92;}
.narrow-inner .active-proof{display:flex;flex-direction:column;gap:1.22rem;border-top:1px solid color-mix(in srgb, currentColor 22%, transparent);padding-top:calc(1.22rem * 1.5);}
.narrow-inner .bottom-rail{display:flex;flex-wrap:wrap;gap:1.22rem;align-items:baseline;}
.narrow-inner .bottom-rail .strong-section{flex:0 0 auto;font-size:calc(19.8px * .875);letter-spacing:.04em;text-transform:uppercase;padding:4px 10px;border-radius:0.3rem;background:#22D3EE;color:#04121C;}
.narrow-inner .bottom-rail p{margin:0;flex:1 1 320px;font-size:19.8px;line-height:1.66;}
.narrow-inner .bottom-rail a{text-decoration:underline;text-underline-offset:3px;}
.narrow-inner .bottom-rail a:hover{}
.narrow-inner .open-inner{display:flex;flex-direction:column;gap:calc(1.5rem * .75);padding:calc(1.5rem * .75);border-radius:0.8rem;background:#0F1D31;color:#E6EDF5;border:1px solid rgba(34, 211, 238, 0.22);}
.narrow-inner .open-inner p{margin:0;font-size:19.8px;line-height:1.66;}
.narrow-inner .simple-lead{display:flex;flex-wrap:wrap;gap:1.22rem;}
.narrow-inner .simple-lead a{text-decoration:underline;text-underline-offset:3px;font-size:calc(19.8px * .875);}
.narrow-inner .simple-lead a:hover{}
.narrow-inner .soft-panel{display:flex;flex-direction:column;gap:1.22rem;}
.narrow-inner .wide-track{border:1px solid rgba(34, 211, 238, 0.22);border-radius:0.59rem;background:#0F1D31;color:#E6EDF5;overflow:hidden;}
.narrow-inner .wide-track button{width:100%;border:0;background:transparent;color:inherit;text-align:left;font:inherit;font-weight:700;padding:14px 16px;cursor:pointer;}
.narrow-inner .wide-track button:focus-visible{outline:2px solid rgba(34, 211, 238, 0.55);outline-offset:-2px;}
.narrow-inner .wide-track p{margin:0;max-height:0;overflow:hidden;padding:0 16px;transition:max-height 510ms var(--speed-base),padding 510ms var(--speed-base);opacity:.95;font-size:19.8px;line-height:1.66;}
.narrow-inner .wide-track.is-open p{max-height:320px;padding:0 16px 16px;}
@media (max-width:640px){.narrow-inner .bottom-rail{flex-direction:column;gap:8px;}
    }
.site-area{
    padding:calc(calc(1.5rem * 2.4)*.72) 1.92rem;
    background:var(--surface-deep,linear-gradient(135deg,#061020 0%,#0E2A47 45%,#0B3A5C 100%));
    color:#E6EDF5;
  }
.site-area .soft-team{max-width:1500px;
    margin:0 auto;
    display:flex;
    flex-direction:column;
    gap:calc(1.22rem * 1.5);}
.site-area .text-visual{padding-top:1.5rem;
    border-top:1px solid rgba(230,237,245,0.22);}
.site-area h1{margin:0;
    font-size:clamp(2rem,4.6vw,calc(19.8px * 2.65));
    line-height:1.06;
    font-weight:740;
    letter-spacing:0;}
.site-area p{margin:1.5rem 0 0;
    font-size:clamp(1rem,1.25vw,19.8px);
    line-height:1.74;
    color:rgba(230,237,245,0.82);}
.site-area .soft-figure{margin:0;
    align-self:flex-end;
    width:min(100%,34rem);}
.site-area .story{display:block;
    width:100%;
    height:auto;
    aspect-ratio:16/10;
    object-fit:cover;
    border-radius:0.8rem;
    box-shadow:var(--depth-button,0 8px 22px rgba(0,0,0,0.23));}
@media (min-width:900px){.site-area .soft-team{
      display:grid;
      grid-template-columns:minmax(0,1.15fr) minmax(0,0.85fr);
      align-items:end;
      gap:calc(1.22rem * 1.5);
    }.site-area .text-visual{
      padding-top:calc(1.22rem * 1.5);
    }
  }
@media (max-width:640px){.site-area{
      padding-top:calc(calc(1.5rem * 2.4)*.56);
      padding-bottom:calc(calc(1.5rem * 2.4)*.56);
    }.site-area .soft-figure{
      align-self:stretch;
      width:100%;
    }
  }
.page-intro{
  background: #070E1A;
  color: #E6EDF5;
  padding: calc(1.5rem * 2.4) 1.92rem;
}
.page-intro .soft-team{width: min(100%, 1500px);
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: calc(1.22rem * 1.5);
  align-items: flex-start;}
.page-intro h2,
.page-intro h3,
.page-intro p{margin: 0;}
.page-intro .unit{margin: 0;
  flex: 1 1 20rem;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: calc(1.5rem * .75);}
.page-intro .local-intro{display: block;
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  border-radius: 0.8rem;
  box-shadow: 0 8px 22px rgba(0,0,0,0.23);}
.page-intro figcaption{font-size: calc(19.8px * .875);
  color: #C7D5E6;
  line-height: 1.66;}
.page-intro .narrow-content{flex: 1 1 26rem;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;}
.page-intro h2{font-size: calc(19.8px * 2);
  line-height: 1.08;}
.page-intro .team-flow{color: #C7D5E6;
  line-height: 1.66;}
.page-intro .plain-proof{display: flex;
  flex-wrap: wrap;
  gap: calc(1.5rem * .75);
  align-items: flex-start;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(34, 211, 238, 0.22);}
.page-intro .plain-proof .direct-form{flex: 1 1 100%;
  font-size: calc(19.8px * .875);
  color: #22D3EE;
  letter-spacing: 0.02em;}
.page-intro .page-section{display: block;
  flex: 1 1 12rem;
  min-width: 0;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 0.59rem;
  box-shadow: 0 1px 8px rgba(0,0,0,0.18);}
.page-intro .text-visual{flex: 1 1 16rem;
  min-width: 0;}
.page-intro h3{font-size: calc(19.8px * 1.35);
  line-height: 1.16;}
.page-intro .text-visual p{color: #C7D5E6;
  line-height: 1.66;
  margin-top: calc(1.5rem * .75);}
@media (max-width: 860px) {.page-intro .local-intro{ aspect-ratio: 16 / 9; }.page-intro .page-section{ aspect-ratio: 16 / 9; }
}
.focused-block{--state-static:calc(1.5rem * 1.04);--axis-main:calc(1500px / 2.28);padding:calc(1.5rem * 2.4) 1.92rem;background:#22D3EE;color:#04121C;}
.focused-block .soft-team{max-width:1500px;margin:0 auto;}
.focused-block h2,.focused-block h3,.focused-block p{margin:0;}
.focused-block h2{font-size:calc(19.8px * 2);line-height:1.12;}
.focused-block h3{font-size:calc(19.8px * 1.35);line-height:1.2;}
.focused-block p{font-size:19.8px;line-height:1.66;color:color-mix(in srgb, currentColor 76%, transparent);}
.focused-block .compact-wrap{row-gap:calc(var(--state-static) * 1.2);}
.focused-block .quiet-story{padding-inline-end:calc(calc(1.5rem * .75) / 2);}
.focused-block .text-flow{margin-top:1.5rem;max-width:calc(1500px / 2);}
.focused-block .content-story{display:flex;flex-direction:column;gap:var(--state-static);margin-top:var(--state-static);}
.focused-block .wide-track{min-width:0;padding-block-start:calc(calc(1.5rem * .75) / 1.5);border-top:1px solid color-mix(in srgb, currentColor 22%, transparent);}
.focused-block .wide-track p{margin-top:calc(1.5rem / 3);}
@media (min-width:900px){.focused-block .content-story{display:grid;grid-template-columns:1fr 1fr;column-gap:calc(1.22rem * 1.4);row-gap:var(--state-static);}
}
.soft-shell{
  background: #070E1A;
  color: #E6EDF5;
  padding: calc(1.5rem * 2.4) 1.92rem;
}
.soft-shell .soft-team{width: min(100%, 1500px);
  margin: 0 auto;}
.soft-shell h2,
.soft-shell p{margin: 0;}
.soft-shell .team-flow{display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 1.22rem;
  margin-bottom: calc(1.22rem * 1.5);
  flex-wrap: wrap;}
.soft-shell h2{font-size: calc(19.8px * 2);
  line-height: 1.08;
  max-width: 16ch;}
.soft-shell .team-flow p{flex: 1 1 26rem;
  color: #C7D5E6;
  line-height: 1.66;}
.soft-shell .local-track{display: flex;
  flex-wrap: wrap;
  gap: calc(1.5rem * .75);}
.soft-shell .bottom-team{
  flex: 1 1 20rem;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: calc(1.5rem * .75);
  padding: 1.5rem;
  border-radius: 0.8rem;
  background: #0F1D31;
  color: #E6EDF5;
  border: 1px solid rgba(34, 211, 238, 0.22);
  box-shadow: 0 1px 8px rgba(0,0,0,0.18);
}
.soft-shell .bottom-team:nth-child(3n + 1){flex-basis: 26rem;}
.soft-shell strong{font-size: calc(19.8px * 1.35);
  line-height: 1.16;}
.soft-shell .bottom-team p{color: #C7D5E6;
  line-height: 1.66;}
.soft-shell span{margin-top: auto;
  padding-top: calc(1.5rem * .75);
  color: #22D3EE;
  font-size: calc(19.8px * .875);
  letter-spacing: 0.02em;}
@media (max-width: 760px) {.soft-shell .team-flow{
    flex-direction: column;
    align-items: start;
  }.soft-shell .bottom-team:nth-child(3n + 1){
    flex-basis: 100%;
  }
}
.soft-fields{
    padding:calc(calc(1.5rem * 2.4)*.72) 1.92rem;
    background:linear-gradient(135deg, #061020 0%, #0E2A47 45%, #0B3A5C 100%);
    color:#E6EDF5;
  }
.soft-fields .soft-team{max-width:1500px;
    margin:0 auto;
    display:flex;
    flex-wrap:wrap;
    align-items:flex-end;
    gap:calc(1.22rem * 1.5);}
.soft-fields .text-visual{flex:1 1 34rem;
    padding:clamp(1.1rem,2.6vw,calc(1.22rem * 1.5)) 0 0;
    border-top:1px solid rgba(230,237,245,0.28);}
.soft-fields h1{margin:0;
    font-size:clamp(1.9rem,4.6vw,calc(19.8px * 2.65));
    line-height:1.06;
    font-weight:740;
    letter-spacing:0;}
.soft-fields p{margin:clamp(.9rem,1.8vw,1.5rem) 0 0;
    font-size:clamp(1rem,1.25vw,19.8px);
    line-height:1.72;
    color:#E6EDF5;
    opacity:.86;}
.soft-fields .story{flex:0 1 30rem;
    display:block;
    width:min(100%,30rem);
    height:auto;
    aspect-ratio:16/10;
    object-fit:cover;
    border-radius:0.8rem;
    box-shadow:var(--depth-button,0 8px 22px rgba(0,0,0,0.23));}
@media (max-width:820px){.soft-fields .soft-team{flex-direction:column;align-items:stretch;}.soft-fields .story{width:100%;flex-basis:auto;}
  }
@media (max-width:640px){.soft-fields{padding-top:calc(calc(1.5rem * 2.4)*.54);padding-bottom:calc(calc(1.5rem * 2.4)*.54);}.soft-fields .text-visual{padding-top:1.5rem;}
  }
.soft-wrap{
  --state-static:calc(1.5rem * 0.85);
  --axis-main:calc(1500px / 2.35);
  padding:calc(1.5rem * 2.4) 1.92rem;
  background:#0C1728;
  color:#C7D5E6;
}
.soft-wrap .soft-team{max-width:1500px;
  margin:0 auto;
  display:flex;
  flex-direction:column;
  gap:var(--state-static);}
.soft-wrap h2,
.soft-wrap h3,
.soft-wrap p{margin:0;}
.soft-wrap h2{font-size:calc(19.8px * 2);
  line-height:1.14;}
.soft-wrap h3{font-size:calc(19.8px * 1.35);
  line-height:1.24;}
.soft-wrap .team-flow{display:flex;
  flex-direction:column;
  gap:calc(calc(1.22rem * 1.5) * 0.7);
  max-width:var(--axis-main);}
.soft-wrap .text-flow{font-size:19.8px;
  line-height:1.66;}
.soft-wrap .fresh-stack{display:flex;
  flex-direction:column;
  gap:0;
  border-top:1px solid rgba(34, 211, 238, 0.22);}
.soft-wrap .wide-track{padding:calc(1.22rem * 1.5) 0;
  border-bottom:1px solid rgba(34, 211, 238, 0.22);
  display:flex;
  flex-direction:column;
  gap:calc(calc(1.22rem * 1.5) * 0.55);}
.soft-wrap .wide-track h3{}
.soft-wrap .wide-track p{font-size:19.8px;
  line-height:1.66;
  opacity:0.86;}
.soft-wrap .open-inner{font-size:calc(19.8px * .875);
  line-height:1.66;
  opacity:0.82;
  padding-top:calc(calc(1.22rem * 1.5) * 0.4);}
.soft-wrap .open-inner a{text-decoration:underline;
  text-underline-offset:3px;}
.soft-wrap .open-inner a:hover{}
@media (min-width:900px){.soft-wrap .wide-track{
    flex-direction:row;
    align-items:flex-start;
    gap:1.92rem;
  }.soft-wrap .wide-track h3{
    flex:0 0 38%;
  }.soft-wrap .wide-track p{
    flex:1 1 auto;
  }
}
.wide-flow{--state-static:calc(1.5rem * 1.15);padding:calc(1.5rem * 2.4) 1.92rem;background:#070E1A;color:#E6EDF5;}
.wide-flow .soft-team{max-width:1500px;margin:0 auto;}
.wide-flow h2,.wide-flow h3,.wide-flow p{margin:0;}
.wide-flow h2{font-size:calc(19.8px * 2);line-height:1.14;}
.wide-flow h3{font-size:calc(19.8px * 1.35);line-height:1.22;}
.wide-flow p{font-size:19.8px;line-height:1.66;}
.wide-flow .team-flow{display:flex;flex-direction:column;gap:calc(1.22rem * 1.5);}
.wide-flow .text-flow{color:#C7D5E6;}
.wide-flow .soft-panel{display:flex;flex-direction:column;gap:var(--state-static);margin-top:var(--state-static);}
.wide-flow .wide-track{display:flex;flex-direction:column;gap:calc(1.22rem * 1.5);padding:calc(1.5rem * .75) 1.5rem;background:#0F1D31;color:#E6EDF5;border:1px solid rgba(34, 211, 238, 0.22);border-radius:0.8rem;}
.wide-flow .contact-frame{display:flex;flex-wrap:wrap;align-items:baseline;gap:1.22rem;}
.wide-flow .strong-section{display:inline-block;padding:calc(calc(1.5rem * .75) / 3) calc(1.5rem * .75);border-radius:0.3rem;background:#22D3EE;color:#04121C;font-size:calc(19.8px * .875);line-height:1.2;}
.wide-flow .direct-form{font-size:calc(19.8px * .875);color:#C7D5E6;}
.wide-flow .media-headline{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.3rem;background:#1E7BE0;color:#F2F8FF;text-decoration:none;font-size:19.8px;transition:background 510ms var(--speed-base);}
.wide-flow .media-headline:hover{background:#3E96F0;color:#E6EDF5;}
.wide-flow .open-inner{margin-top:var(--state-static);padding-top:calc(1.22rem * 1.5);border-top:1px solid rgba(34, 211, 238, 0.22);color:#C7D5E6;font-size:19.8px;}
.wide-flow .open-inner a{color:#1E7BE0;text-decoration:none;}
.wide-flow .open-inner a:hover{color:#22D3EE;}
@media (min-width:900px){.wide-flow .soft-panel{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.22rem;}.wide-flow .wide-track{height:100%;}
}
.quiet-body{--state-static:calc(1.5rem * 1.32);--type-base:calc(1500px / 3.61);padding:calc(1.5rem * 2.4) 1.92rem;background:#1E7BE0;color:#F2F8FF;}
.quiet-body .soft-team{max-width:1500px;margin:0 auto;}
.quiet-body h2,.quiet-body h3,.quiet-body p{margin:0;}
.quiet-body h2{font-size:calc(19.8px * 2);line-height:1.12;}
.quiet-body h3{font-size:calc(19.8px * 1.35);line-height:1.2;}
.quiet-body p{font-size:19.8px;line-height:1.66;color:color-mix(in srgb, currentColor 78%, transparent);}
.quiet-body a{color:inherit;text-decoration:underline;text-underline-offset:3px;}
.quiet-body a:hover{}
.quiet-body img{display:block;width:100%;height:auto;border-radius:0.59rem;}
.quiet-body .text-flow{margin-top:1.5rem;}
.quiet-body .simple-menu>img{margin-top:var(--state-static);}
.quiet-body .soft-panel{display:flex;flex-wrap:wrap;align-items:flex-start;gap:1.22rem;margin-top:var(--state-static);}
.quiet-body .wide-track{flex:1 1 calc(1500px / 4.2);min-width:0;padding-top:calc(1.5rem * .75);border-top:1px solid rgba(34, 211, 238, 0.22);}
.quiet-body .wide-track p{margin-top:calc(1.5rem / 3);}
.quiet-body .open-inner{margin-top:var(--state-static);font-size:calc(19.8px * .875);}
.public-stack{
    color:#E6EDF5;
    background:linear-gradient(135deg, #061020 0%, #0E2A47 45%, #0B3A5C 100%);
    padding:calc(1.5rem * 2.4) 1.92rem;
}
.public-stack .c{max-width:1500px;
    margin:0 auto;
    display:grid;
    gap:1.92rem;}
@media (min-width:1024px){.public-stack .c{
        grid-template-columns:minmax(0,1fr) 320px;
        align-items:start;
    }
}
.public-stack .active-inner{display:flex;
    flex-direction:column;
    gap:calc(1.22rem * 1.5);}
.public-stack .wide-callout{display:flex;
    flex-direction:column;
    gap:calc(1.5rem * .75);}
.public-stack h1{font-size:calc(19.8px * 2.65);
    line-height:1.2;
    margin:0;}
.public-stack .text-flow{font-size:calc(19.8px * 1.125);
    margin:0;
    opacity:0.9;}
.public-stack .direct-form{display:flex;
    flex-wrap:wrap;
    gap:1.22rem;
    font-size:calc(19.8px * .875);
    opacity:0.75;}
.public-stack .steady-nav{margin:0;
    display:flex;
    flex-direction:column;
    gap:0.6rem;}
.public-stack .steady-nav img{width:100%;
    height:auto;
    display:block;
    border-radius:0.8rem;
    box-shadow:0 8px 22px rgba(0,0,0,0.23);}
.public-stack .steady-nav figcaption{font-size:calc(19.8px * .875);
    opacity:0.7;}
.public-stack .site-menu{display:flex;
    flex-direction:column;
    gap:calc(1.22rem * 1.5);
    line-height:1.66;
    font-size:19.8px;}
.public-stack .site-menu p{margin:0;}
.public-stack .site-menu h2{font-size:calc(19.8px * 1.35);
    margin:0;
    line-height:1.3;}
.public-stack .simple-lead{display:flex;
    flex-wrap:wrap;
    align-items:center;
    gap:1.22rem;
    padding-top:calc(1.5rem * .75);
    border-top:1px solid rgba(34, 211, 238, 0.22);}
.public-stack .page-menu{font-size:calc(19.8px * .875);
    opacity:0.7;}
.public-stack .simple-lead a{text-decoration:none;
    font-size:calc(19.8px * .875);}
.public-stack .simple-lead a:hover{text-decoration:underline;}
.public-stack .secondary-benefit{
    background:#0F1D31;
    color:#E6EDF5;
    border:1px solid rgba(34, 211, 238, 0.22);
    border-radius:0.8rem;
    padding:calc(1.5rem * .75);
    box-shadow:0 1px 8px rgba(0,0,0,0.18);
    display:flex;
    flex-direction:column;
    gap:calc(1.5rem * .75);
}
.public-stack .secondary-benefit h3{margin:0;
    font-size:19.8px;}
.public-stack .soft-panel{display:flex;
    flex-direction:column;
    gap:1.22rem;}
.public-stack .wide-track{display:flex;
    flex-direction:column;
    gap:0.35rem;
    text-decoration:none;
    padding-bottom:1.22rem;
    border-bottom:1px solid rgba(34, 211, 238, 0.22);}
.public-stack .wide-track:last-child{border-bottom:0;
    padding-bottom:0;}
.public-stack .contact-menu{font-size:calc(19.8px * .875);
    font-weight:700;}
.public-stack .strong-service{font-size:calc(19.8px * .875);
    opacity:0.75;}
.public-stack .wide-track:hover .contact-menu{}
.main-stack{
  background:#070E1A;
  color:#E6EDF5;
  padding:calc(1.5rem * 2.4) 1.92rem;
}
.main-stack .soft-team{max-width:1500px;
  margin:0 auto;}
.main-stack .team-flow{display:flex;
  flex-wrap:wrap;
  gap:calc(1.22rem * 1.5);
  align-items:flex-start;
  border-bottom:1px solid rgba(34, 211, 238, 0.22);
  padding-bottom:calc(1.22rem * 1.5);}
.main-stack h2{flex:1 1 26rem;
  min-width:0;
  margin:0;
  font-size:calc(19.8px * 2);
  line-height:1.12;}
.main-stack .team-flow p{flex:1 1 22rem;
  min-width:0;
  margin:0;
  color:#C7D5E6;
  line-height:1.66;}
.main-stack .direct-media{margin-top:calc(1.22rem * 1.5);
  display:flex;
  flex-wrap:wrap;
  gap:1.22rem;}
.main-stack .direct-media a{
  flex:1 1 18rem;
  min-width:0;
  display:block;
  color:#E6EDF5;
  background:#0F1D31;
  border:1px solid rgba(34, 211, 238, 0.22);
  border-radius:0.8rem;
  padding:calc(1.5rem * .75);
  text-decoration:none;
  transition:border-color 510ms var(--speed-base), transform 510ms var(--speed-base);
}
.main-stack .direct-media a:hover{border-color:#22D3EE;
  transform:translateY(-2px);}
.main-stack .direct-media strong,
.main-stack .direct-media span{display:block;}
.main-stack .direct-media strong{font-size:19.8px;
  line-height:1.3;}
.main-stack .direct-media span{margin-top:.5rem;
  color:#C7D5E6;
  font-size:calc(19.8px * .875);
  line-height:1.66;}
.main-stack .open-inner{
  margin-top:calc(1.22rem * 1.5);
  padding:calc(1.5rem * .75);
  background:#0C1728;
  color:#C7D5E6;
  border-radius:0.59rem;
}
.main-stack .open-inner p{margin:0;
  line-height:1.66;}
.main-stack .open-inner p + p{margin-top:.75rem;}
.main-stack .simple-lead{margin-top:calc(1.22rem * 1.5);
  display:flex;
  flex-wrap:wrap;
  gap:1.22rem;}
.main-stack .simple-lead a{color:#1E7BE0;
  text-decoration:none;
  border-bottom:1px solid #1E7BE0;
  padding-bottom:2px;
  font-size:calc(19.8px * .875);
  transition:color 510ms var(--speed-base), border-color 510ms var(--speed-base);}
.main-stack .simple-lead a:hover{color:#22D3EE;
  border-color:#22D3EE;}
.main-stack .media-headline{margin-top:calc(1.22rem * 1.5);
  display:flex;
  flex-wrap:wrap;
  gap:1.22rem;}
.main-stack .media-headline a{
  display:inline-flex;
  align-items:center;
  color:#F2F8FF;
  background:#1E7BE0;
  border:1px solid #1E7BE0;
  border-radius:1.07rem;
  padding:.75rem 1.15rem;
  text-decoration:none;
  font-size:calc(19.8px * .875);
  transition:background 510ms var(--speed-base), border-color 510ms var(--speed-base);
}
.main-stack .media-headline a:hover{
  background:#3E96F0;
  border-color:#3E96F0;color:#E6EDF5;}
@media (max-width:680px){.main-stack .team-flow{display:block}.main-stack .team-flow p{margin-top:1.5rem}.main-stack .direct-media{display:block}.main-stack .direct-media a{margin-top:1.22rem}.main-stack .simple-lead{display:block}.main-stack .simple-lead a{display:inline-block;margin-top:.5rem}.main-stack .media-headline{display:block}.main-stack .media-headline a{margin-top:1.22rem;width:100%;justify-content:center}
}
.service-section{padding:calc(1.5rem * 2.4) 1.92rem;background:linear-gradient(120deg, #22D3EE 0%, #1E7BE0 100%);color:#04121C}
.service-section .soft-team{max-width:1500px;margin:0 auto}
.service-section .text-plan{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(0,1fr);gap:calc(1.22rem * 1.5);align-items:start}
.service-section .team-flow{min-width:0}
.service-section h2{margin:0;font-size:calc(19.8px * 2);line-height:1.08}
.service-section .team-flow p{margin:1.5rem 0 0;font-size:19.8px;line-height:1.66}
.service-section .text-section{display:flex;flex-direction:column;gap:calc(1.5rem * .75)}
.service-section .text-section a{display:block;min-width:0;background:color-mix(in srgb,#04121C 14%,transparent);color:#04121C;border-radius:0.59rem;padding:calc(1.5rem * .75) 1.5rem;text-decoration:none}
.service-section .text-section a:hover{background:color-mix(in srgb,#04121C 22%,transparent);color:#E6EDF5;}
.service-section strong{display:block;font-size:calc(19.8px * 1.35);line-height:1.2}
.service-section span{display:block;margin-top:calc(calc(1.5rem * .75) / 2);font-size:calc(19.8px * .875);line-height:1.5}
@media(max-width:780px){.service-section .text-plan{display:block}.service-section .text-section{margin-top:calc(1.22rem * 1.5)}.service-section h2{font-size:calc(19.8px * 1.35)}}
.page-track{
  background: #070E1A;
  color: #E6EDF5;
  padding: calc(1.5rem * 2.4) 1.92rem;
}
.page-track .soft-team{width: min(100%, 1500px);
  margin: 0 auto;
  display: grid;
  gap: calc(1.22rem * 1.5);}
.page-track h2,
.page-track h3,
.page-track p{margin: 0;}
.page-track h2{font-size: calc(19.8px * 2);
  line-height: 1.12;}
.page-track h3{font-size: calc(19.8px * 1.35);
  line-height: 1.2;}
.page-track p{font-size: 19.8px;
  line-height: 1.66;}
.page-track .page-tile{display: grid;
  gap: 1.5rem;}
.page-track .text-flow{color: #C7D5E6;}
.page-track .local-track{display: grid;
  gap: calc(1.5rem * .75);}
.page-track .bottom-team{
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 2.4fr);
  gap: 1.92rem;
  padding: calc(1.5rem * .75);
  border-radius: 0.8rem;
  background: #0F1D31;
  color: #E6EDF5;
  border: 1px solid rgba(34, 211, 238, 0.22);
}
.page-track .bottom-team span{display: block;
  font-size: calc(19.8px * .875);
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #22D3EE;}
.page-track .bottom-team h3{grid-column: 2;}
.page-track .bottom-team p{grid-column: 2;}
.page-track .direct-brand{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 1.22rem;
  padding: calc(1.5rem * .75);
  border-radius: 0.8rem;
  background: #0C1728;
  color: #C7D5E6;
  border: 1px solid rgba(34, 211, 238, 0.22);
}
.page-track .direct-brand p{flex: 1 1 22rem;}
.page-track .direct-brand a{color: #22D3EE;
  text-decoration: none;
  border-bottom: 1px solid currentColor;
  padding-bottom: 2px;}
.page-track .direct-brand a:hover{color: #67E8F9;}
@media (max-width: 800px) {.page-track .bottom-team{
    grid-template-columns: 1fr;
  }.page-track .bottom-team h3,
  .page-track .bottom-team p{
    grid-column: 1;
  }.page-track .direct-brand{
    flex-direction: column;
    align-items: flex-start;
  }
}
.service-panel{
    background:linear-gradient(135deg, #061020 0%, #0E2A47 45%, #0B3A5C 100%);
    color:#E6EDF5;
    padding:calc(1.5rem * 2.4) 1.92rem;
}
.service-panel .c{max-width:1500px;
    margin:0 auto;
    display:grid;
    gap:1.92rem;}
@media (min-width: 1024px){.service-panel .c{
        grid-template-columns:minmax(0,1fr) 320px;
        align-items:start;
    }
}
.service-panel .active-inner{display:flex;
    flex-direction:column;
    gap:calc(1.22rem * 1.5);}
.service-panel .wide-callout{display:flex;
    flex-direction:column;
    gap:calc(1.22rem * 1.5);}
.service-panel h1{font-size:calc(19.8px * 2.65);
    line-height:1.2;
    margin:0;}
.service-panel .text-flow{font-size:calc(19.8px * 1.125);
    margin:0;
    opacity:0.92;}
.service-panel .direct-form{display:flex;
    flex-wrap:wrap;
    gap:1.22rem;
    font-size:calc(19.8px * .875);
    opacity:0.8;}
.service-panel .soft-figure{margin:0;
    border-radius:0.8rem;
    overflow:hidden;
    box-shadow:0 8px 22px rgba(0,0,0,0.23);}
.service-panel .soft-figure img{display:block;
    width:100%;
    height:auto;}
.service-panel .site-menu{display:flex;
    flex-direction:column;
    gap:calc(1.22rem * 1.5);
    line-height:1.66;
    font-size:19.8px;}
.service-panel .site-menu p{margin:0;}
.service-panel .site-menu h2{font-size:calc(19.8px * 1.35);
    margin:0;}
.service-panel .simple-lead{display:flex;
    flex-wrap:wrap;
    align-items:baseline;
    gap:1.22rem;
    padding-top:calc(1.22rem * 1.5);
    border-top:1px solid rgba(34, 211, 238, 0.22);
    font-size:calc(19.8px * .875);}
.service-panel .page-menu{opacity:0.75;}
.service-panel .simple-lead a{text-decoration:none;}
.service-panel .simple-lead a:hover{text-decoration:underline;}
.service-panel .bottom-unit{
    background:#0F1D31;
    color:#E6EDF5;
    border:1px solid rgba(34, 211, 238, 0.22);
    border-radius:0.8rem;
    padding:calc(1.5rem * .75);
    box-shadow:0 1px 8px rgba(0,0,0,0.18);
    display:flex;
    flex-direction:column;
    gap:calc(1.22rem * 1.5);
}
.service-panel .bottom-unit h3{margin:0;
    font-size:calc(19.8px * 1.35);}
.service-panel .secondary-nav{display:flex;
    flex-direction:column;
    gap:1.22rem;}
.service-panel .secondary-nav .wide-track{display:flex;
    flex-direction:column;
    gap:0.35rem;}
.service-panel .secondary-nav a{text-decoration:none;
    font-size:19.8px;}
.service-panel .secondary-nav a:hover{text-decoration:underline;}
.service-panel .secondary-nav p{margin:0;
    font-size:calc(19.8px * .875);
    opacity:0.85;}
.service-panel .quiet-figure a{
    display:inline-block;
    background:#1E7BE0;
    color:#F2F8FF;
    padding:0.6rem 1rem;
    border-radius:0.59rem;
    text-decoration:none;
    font-size:calc(19.8px * .875);
}
.service-panel .quiet-figure a:hover{
    background:#3E96F0;color:#E6EDF5;}
.steady-form{
  background:#070E1A;
  color:#E6EDF5;
  padding:calc(1.5rem * 2.4) 1.92rem;
}
.steady-form .soft-team{max-width:1500px;
  margin:0 auto;}
.steady-form .team-flow{display:flex;
  flex-wrap:wrap;
  gap:calc(1.22rem * 1.5);
  align-items:flex-start;
  border-bottom:1px solid rgba(34, 211, 238, 0.22);
  padding-bottom:calc(1.22rem * 1.5);}
.steady-form h2{flex:1 1 22rem;
  min-width:0;
  margin:0;
  font-size:calc(19.8px * 2);
  line-height:1.12;
  letter-spacing:0;}
.steady-form .team-flow p{flex:1 1 22rem;
  min-width:0;
  margin:0;
  color:#C7D5E6;
  line-height:1.66;}
.steady-form .direct-media{margin-top:calc(1.22rem * 1.5);
  display:flex;
  flex-wrap:wrap;
  gap:1.22rem;}
.steady-form .direct-media a{
  flex:1 1 17rem;
  min-width:0;
  display:block;
  text-decoration:none;
  color:#E6EDF5;
  background:#0F1D31;
  border:1px solid rgba(34, 211, 238, 0.22);
  border-radius:0.8rem;
  padding:calc(1.5rem * .75);
  transition:border-color 510ms var(--speed-base), transform 510ms var(--speed-base);
}
.steady-form .direct-media a:hover{border-color:#22D3EE;
  transform:translateY(-2px);}
.steady-form .direct-media strong,
.steady-form .direct-media span{display:block;}
.steady-form .direct-media strong{font-size:19.8px;
  line-height:1.3;}
.steady-form .direct-media span{margin-top:.5rem;
  color:#C7D5E6;
  font-size:calc(19.8px * .875);
  line-height:1.66;}
.steady-form .open-inner{margin:calc(1.22rem * 1.5) 0 0;
  padding-left:calc(1.5rem * .75);
  border-left:2px solid #22D3EE;
  color:#C7D5E6;
  line-height:1.66;}
.steady-form .simple-lead{margin-top:calc(1.22rem * 1.5);
  display:flex;
  flex-wrap:wrap;
  gap:1.22rem;}
.steady-form .simple-lead a{
  display:inline-flex;
  align-items:center;
  text-decoration:none;
  color:#04121C;
  background:#22D3EE;
  border-radius:1.07rem;
  padding:.7rem 1.1rem;
  font-size:calc(19.8px * .875);
  transition:background 510ms var(--speed-base);
}
.steady-form .simple-lead a:hover{
  background:#67E8F9;color:#E6EDF5;}
@media (max-width:680px){.steady-form .team-flow{display:block}.steady-form .team-flow p{margin-top:1.5rem}.steady-form .direct-media{display:block}.steady-form .direct-media a{margin-top:1.22rem}.steady-form .simple-lead{display:block}.steady-form .simple-lead a{margin-top:1.22rem}
}
.site-track{padding:calc(1.5rem * 2.4) 1.92rem;background:linear-gradient(120deg, #22D3EE 0%, #1E7BE0 100%);color:#04121C}
.site-track .soft-team{max-width:1500px;margin:0 auto}
.site-track .text-plan{display:flex;flex-wrap:wrap;gap:calc(1.22rem * 1.5);align-items:flex-start}
.site-track .team-flow{flex:1 1 34%;min-width:0}
.site-track h2{margin:0;font-size:calc(19.8px * 2.65);line-height:1.06}
.site-track .team-flow p{margin:1.5rem 0 0;font-size:calc(19.8px * 1.125);line-height:1.66}
.site-track .text-section{flex:1 1 56%;min-width:0;display:flex;flex-direction:column;gap:0}
.site-track .text-section a{display:block;min-width:0;padding:calc(1.5rem * .75) 0;text-decoration:none;color:#04121C;border-top:1px solid color-mix(in srgb,#04121C 28%,transparent)}
.site-track .text-section a:last-child{border-bottom:1px solid color-mix(in srgb,#04121C 28%,transparent)}
.site-track strong{display:block;font-size:calc(19.8px * 1.35);line-height:1.18}
.site-track span{display:block;margin-top:calc(1.5rem * .75);font-size:calc(19.8px * .875);line-height:1.66}
@media(max-width:780px){.site-track .text-plan{display:block}.site-track .text-section{margin-top:calc(1.22rem * 1.5)}.site-track h2{font-size:calc(19.8px * 2)}}
.page-contact{
  background: #070E1A;
  color: #E6EDF5;
  padding: calc(1.5rem * 2.4) 1.92rem;
}
.page-contact .soft-team{width: min(100%, 1500px);
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 1.22rem;
  align-items: flex-start;}
.page-contact h2,
.page-contact h3,
.page-contact p{margin: 0;}
.page-contact h2{font-size: calc(19.8px * 2); line-height: 1.1;}
.page-contact h3{font-size: calc(19.8px * 1.35); line-height: 1.18;}
.page-contact p{font-size: 19.8px; line-height: 1.66;}
.page-contact .page-brand{
  flex: 1 1 20rem;
  display: grid;
  gap: calc(1.22rem * 1.5);
  align-content: start;
  padding: calc(1.22rem * 1.5);
  border-radius: 1.07rem;
  background: #EAF2FB;
  color: #0A1524;
}
.page-contact .page-brand a{width: fit-content;
  color: inherit;
  text-decoration: none;
  border-bottom: 1px solid currentColor;}
.page-contact .contact-summary{flex: 2 1 34rem;
  display: flex;
  flex-direction: column;
  gap: calc(1.5rem * .75);}
.page-contact [data-block]{
  display: grid;
  gap: 0.5rem;
  padding: 1.5rem;
  border-radius: 0.8rem;
  background: #0F1D31;
  color: #E6EDF5;
  border: 1px solid rgba(34, 211, 238, 0.22);
  border-left: 3px solid #22D3EE;
}
.page-contact .direct-form{
  color: #04121C;
  background: #22D3EE;
  font-size: calc(19.8px * .875);
  width: fit-content;
  padding: 0.15rem 0.6rem;
  border-radius: 0.3rem;
}
@media (max-width: 820px) {.page-contact .soft-team{ flex-direction: column; }.page-contact .page-brand,
  .page-contact .contact-summary{ flex: 1 1 auto; width: 100%; }
}
.wide-figure {
        padding: calc(1.5rem * 2.6) 1.92rem;
        background: linear-gradient(135deg, #061020 0%, #0E2A47 45%, #0B3A5C 100%);
        color: #E6EDF5;
    }
.wide-figure .public-links{max-width: 780px;
        margin: 0 auto;
        display: grid;
        gap: calc(1.22rem * 1.5);}
.wide-figure .contact-frame{display: grid;
        gap: 0.7rem;}
.wide-figure h1{margin: 0;
        font-size: clamp(1.9rem, 3.8vw, 2.8rem);
        line-height: 1.2;}
.wide-figure .direct-form{margin: 0;
        font-size: calc(19.8px * .875);
        color: #E6EDF5;
        opacity: 0.78;}
.wide-figure .text-flow{margin: 0;
        font-size: calc(19.8px * 1.125);
        line-height: 1.55;
        opacity: 0.92;}
.wide-figure .steady-nav{margin: 0;
        display: grid;
        gap: 0.6rem;}
.wide-figure .steady-nav img{width: 100%;
        aspect-ratio: 3 / 2;
        object-fit: cover;
        border-radius: 0.59rem;
        display: block;}
.wide-figure .steady-nav figcaption{font-size: calc(19.8px * .875);
        opacity: 0.72;
        line-height: 1.5;}
.wide-figure .bottom-lead{display: grid;
        gap: 1.05rem;}
.wide-figure .bottom-lead p{margin: 0;
        line-height: 1.66;}
.wide-figure .simple-lead {
        margin-top: calc(1.22rem * 1.5);
        padding: calc(1.5rem * .75) calc(1.5rem * .75);
        background: #0F1D31;
        color: #E6EDF5;
        border: 1px solid rgba(34, 211, 238, 0.22);
        border-radius: 0.8rem;
        display: grid;
        gap: 0.85rem;
    }
.wide-figure .page-menu{margin: 0;
        font-size: calc(19.8px * .875);
        letter-spacing: 0.04em;
        text-transform: uppercase;
        opacity: 0.78;}
.wide-figure .fresh-fields{margin: 0;
        padding: 0;
        list-style: none;
        display: grid;
        gap: 0.55rem;}
.wide-figure .fresh-fields li{line-height: 1.45;}
.wide-figure .fresh-fields a{color: #1E7BE0;
        text-decoration: none;
        border-bottom: 1px solid transparent;
        transition: color 510ms var(--speed-base), border-color 510ms var(--speed-base);}
.wide-figure .fresh-fields a:hover,
    .wide-figure .fresh-fields a:focus-visible{color: #22D3EE;
        border-bottom-color: #22D3EE;}
.wide-figure .contact-body{margin: 0;
        font-size: calc(19.8px * .875);
        opacity: 0.88;
        line-height: 1.55;}
.wide-figure .contact-body a{color: #1E7BE0;
        text-decoration: none;
        border-bottom: 1px solid #1E7BE0;
        transition: color 510ms var(--speed-base), border-color 510ms var(--speed-base);}
.wide-figure .contact-body a:hover,
    .wide-figure .contact-body a:focus-visible{color: #22D3EE;
        border-bottom-color: #22D3EE;}
@media (max-width: 640px) {
        .wide-figure {
            padding: calc(1.5rem * 1.8) 1.92rem;
        }

        .wide-figure .text-flow {
            font-size: 19.8px;
        }
    }
.local-frame{
  background:#070E1A;
  color:#E6EDF5;
  padding:calc(1.5rem * 2.4) 1.92rem;
}
.local-frame .soft-team{max-width:1500px;
  margin:0 auto;}
.local-frame .team-flow{display:flex;
  flex-wrap:wrap;
  gap:calc(1.22rem * 1.5);
  align-items:flex-start;}
.local-frame h2{flex:1 1 26rem;
  min-width:0;
  margin:0;
  font-size:calc(19.8px * 2);
  line-height:1.1;
  letter-spacing:0;}
.local-frame .team-flow p{flex:1 1 22rem;
  min-width:0;
  margin:0;
  color:#C7D5E6;
  line-height:1.66;}
.local-frame .direct-media{margin-top:calc(1.22rem * 1.5);
  display:flex;
  flex-wrap:wrap;
  gap:1.22rem;}
.local-frame .direct-media a{flex:1 1 18rem;
  min-width:0;
  color:#E6EDF5;
  text-decoration:none;
  padding:calc(1.5rem * .75) calc(1.5rem * .75) 0;
  border-top:1px solid rgba(34, 211, 238, 0.22);
  transition:border-color 510ms var(--speed-base);}
.local-frame .direct-media a:hover{border-top-color:#22D3EE;}
.local-frame .direct-media strong,
.local-frame .direct-media span{display:block;}
.local-frame .direct-media strong{font-size:19.8px;
  line-height:1.3;}
.local-frame .direct-media span{margin-top:.5rem;
  color:#C7D5E6;
  font-size:calc(19.8px * .875);
  line-height:1.66;}
.local-frame .simple-lead{margin-top:calc(1.22rem * 1.5);
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  gap:1.22rem;}
.local-frame .media-headline{
  display:inline-flex;
  align-items:center;
  background:#1E7BE0;
  color:#F2F8FF;
  text-decoration:none;
  border-radius:1.07rem;
  padding:.75rem 1.15rem;
  font-size:calc(19.8px * .875);
  transition:background 510ms var(--speed-base);
}
.local-frame .media-headline:hover{
  background:#3E96F0;color:#E6EDF5;}
.local-frame .secondary-benefit{color:#1E7BE0;
  text-decoration:none;
  font-size:calc(19.8px * .875);
  border-bottom:1px solid transparent;
  transition:color 510ms var(--speed-base), border-color 510ms var(--speed-base);}
.local-frame .secondary-benefit:hover{color:#22D3EE;
  border-bottom-color:#22D3EE;}
@media (max-width:680px){.local-frame .team-flow{display:block}.local-frame .team-flow p{margin-top:1.5rem}.local-frame .direct-media{display:block}.local-frame .direct-media a{display:block;margin-top:1.22rem}.local-frame .simple-lead{flex-direction:column;align-items:flex-start}
}
.service-callout{padding:calc(1.5rem * 2.4) 1.92rem;background:#070E1A;color:#E6EDF5}
.service-callout .soft-team{max-width:1500px;margin:0 auto}
.service-callout .text-plan{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1.35fr);gap:calc(1.22rem * 1.5);align-items:start}
.service-callout .team-flow{min-width:0}
.service-callout h2{margin:0;font-size:calc(19.8px * 2);line-height:1.08}
.service-callout .team-flow p{margin:1.5rem 0 0;font-size:19.8px;line-height:1.66;}
.service-callout .text-section{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:1.22rem}
.service-callout .text-section a{min-width:0;display:block;background:#0F1D31;color:#E6EDF5;border:1px solid rgba(34, 211, 238, 0.22);border-radius:0.59rem;padding:calc(1.5rem * .75);text-decoration:none;transition:border-color 510ms var(--speed-base)}
.service-callout .text-section a:hover{border-color:#22D3EE}
.service-callout strong{display:block;font-size:calc(19.8px * 1.35);line-height:1.18}
.service-callout span{display:block;margin-top:calc(1.5rem * .75);font-size:calc(19.8px * .875);line-height:1.55;}
@media(max-width:780px){.service-callout .text-plan{display:block}.service-callout .text-section{display:block;margin-top:calc(1.22rem * 1.5)}.service-callout .text-section a+a{margin-top:1.22rem}.service-callout h2{font-size:calc(19.8px * 1.35)}}
.clear-method{
  background: #070E1A;
  color: #E6EDF5;
  padding: calc(1.5rem * 2.4) 1.92rem;
}
.clear-method .soft-team{width: min(100%, 1500px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(15rem, .36fr) minmax(0, 1fr);
  gap: calc(1.22rem * 1.5);
  align-items: start;}
.clear-method h2,
.clear-method h3,
.clear-method p{margin: 0;}
.clear-method h2{font-size: calc(19.8px * 2);
  line-height: 1.1;}
.clear-method h3{font-size: calc(19.8px * 1.35);
  line-height: 1.18;}
.clear-method p{font-size: 19.8px;
  line-height: 1.66;}
.clear-method .page-brand{
  display: grid;
  gap: 1.5rem;
  align-content: start;
  padding: calc(1.22rem * 1.5);
  border-radius: 1.07rem;
  background: #EAF2FB;
  color: #0A1524;
}
.clear-method .page-brand a{width: fit-content;
  color: inherit;
  text-decoration: none;
  border-bottom: 1px solid currentColor;
  font-size: calc(19.8px * .875);}
.clear-method .contact-summary{display: flex;
  flex-direction: column;
  gap: calc(1.5rem * .75);}
.clear-method [data-block]{
  display: grid;
  gap: calc(1.5rem * .75);
  align-content: start;
  padding: 1.5rem;
  border-radius: 0.8rem;
  background: #0F1D31;
  color: #E6EDF5;
  border: 1px solid rgba(34, 211, 238, 0.22);
  box-shadow: 0 1px 8px rgba(0,0,0,0.18);
}
.clear-method .direct-form{color: #22D3EE;
  font-size: calc(19.8px * .875);
  letter-spacing: 0.01em;}
@media (max-width: 820px) {.clear-method .soft-team{
    grid-template-columns: 1fr;
  }
}
.wide-fields{padding:calc(calc(1.5rem * 2.4)*.72) 1.92rem;background:#1E7BE0;color:#F2F8FF;}
.wide-fields .soft-team{max-width:1500px;margin:0 auto;display:flex;flex-wrap:wrap;align-items:flex-end;gap:clamp(1.4rem,3vw,calc(1.22rem * 1.5));}
.wide-fields .text-visual{flex:1 1 24rem;min-width:0;padding:clamp(1.1rem,2.6vw,calc(1.22rem * 1.5)) 0 0;border-top:1px solid color-mix(in srgb,currentColor 28%,transparent);}
.wide-fields .story{flex:0 1 26rem;display:block;width:100%;height:auto;aspect-ratio:16/10;object-fit:cover;border-radius:0.8rem;box-shadow:var(--depth-button,0 8px 22px rgba(0,0,0,0.23));}
.wide-fields h1{margin:0;font-size:clamp(1.9rem,4.6vw,calc(19.8px * 2.65));line-height:1.06;font-weight:740;letter-spacing:0;}
.wide-fields p{margin:clamp(.9rem,1.8vw,1.5rem) 0 0;font-size:clamp(1rem,1.25vw,19.8px);line-height:1.72;color:color-mix(in srgb,currentColor 82%,transparent);}
@media (max-width:760px){.wide-fields{padding-top:calc(calc(1.5rem * 2.4)*.56);padding-bottom:calc(calc(1.5rem * 2.4)*.56);}.wide-fields .text-visual{padding-top:1.5rem;}.wide-fields .story{flex-basis:100%;}
  }
.text-fields{padding:calc(1.5rem * 2.4) 1.92rem;background:linear-gradient(135deg, #061020 0%, #0E2A47 45%, #0B3A5C 100%);color:#E6EDF5}
.text-fields .soft-team{max-width:1500px;margin:0 auto;display:flex;flex-direction:column;gap:calc(1.22rem * 1.5)}
.text-fields .team-flow h2{margin:0 0 calc(1.5rem * .75);font-size:calc(19.8px * 2);line-height:1.15}
.text-fields .team-flow .text-flow{margin:0;font-size:19.8px;line-height:1.66;color:#E6EDF5}
.text-fields .simple-details{display:flex;flex-direction:column;gap:1.5rem;padding:1.5rem;border:1px solid rgba(34, 211, 238, 0.22);border-radius:1.07rem;background:#0F1D31;color:#E6EDF5}
.text-fields .bottom-rail{display:flex;flex-wrap:wrap;gap:1.22rem}
.text-fields .media-service{flex:1 1 240px;min-width:0;display:flex;flex-direction:column;gap:calc(1.5rem * .75)}
.text-fields .media-service.wide{flex:1 1 100%}
.text-fields .media-service span{font-size:calc(19.8px * .875);}
.text-fields input,
.text-fields select,
.text-fields textarea{width:100%;border:1px solid rgba(34, 211, 238, 0.22);border-radius:0.59rem;background:#0C1728;color:#E6EDF5;font:inherit;padding:calc(1.5rem * .75);outline:none;box-sizing:border-box}
.text-fields textarea{resize:vertical;min-height:8rem;line-height:1.66}
.text-fields input::placeholder,
.text-fields textarea::placeholder{}
.text-fields input:focus,
.text-fields select:focus,
.text-fields textarea:focus{box-shadow:0 0 0 1px rgba(34, 211, 238, 0.55);border-color:rgba(34, 211, 238, 0.55)}
.text-fields .media-headline{display:flex;flex-wrap:wrap;align-items:center;gap:1.22rem}
.text-fields button{border:0;border-radius:0.59rem;background:#1E7BE0;color:#F2F8FF;font:inherit;padding:calc(1.5rem * .75) 1.5rem;cursor:pointer;transition:background 510ms var(--speed-base)}
.text-fields button:hover{background:#3E96F0;color:#E6EDF5;}
.text-fields .open-inner{flex:1 1 260px;margin:0;font-size:calc(19.8px * .875);line-height:1.66;}
.text-fields .secondary-benefit{display:flex;flex-direction:column;gap:calc(1.5rem * .75);padding:1.5rem;border-left:2px solid #22D3EE;background:#0C1728;color:#C7D5E6;border-radius:0.8rem}
.text-fields .secondary-benefit p{margin:0;font-size:calc(19.8px * .875);line-height:1.66}
.text-fields .secondary-benefit a{text-decoration:none}
.text-fields .secondary-benefit a:hover{text-decoration:underline}
@media(max-width:860px){.text-fields .bottom-rail{flex-direction:column}.text-fields .media-service{flex:1 1 auto}.text-fields .media-headline{flex-direction:column;align-items:stretch}.text-fields button{width:100%}
}
.main-unit{
  background:#070E1A;
  color:#E6EDF5;
  padding:calc(1.5rem * 2.4) 1.92rem;
}
.main-unit .soft-team{max-width:1500px;
  margin:0 auto;
  display:flex;
  flex-direction:column;
  gap:calc(1.22rem * 1.5);}
.main-unit .text-flow{display:flex;
  flex-direction:column;
  gap:1.5rem;
  padding-bottom:calc(1.22rem * 1.5);
  border-bottom:1px solid rgba(34, 211, 238, 0.22);}
.main-unit h2{margin:0;
  font-size:calc(19.8px * 2);
  line-height:1.15;}
.main-unit .text-flow p{margin:0;
  font-size:calc(19.8px * 1.125);
  line-height:1.66;
  color:#C7D5E6;}
.main-unit .simple-lead{display:flex;
  flex-wrap:wrap;
  gap:1.22rem;}
.main-unit .media-service{
  flex:1 1 260px;
  min-width:0;
  padding:calc(1.5rem * .75);
  background:#0F1D31;
  color:#E6EDF5;
  border:1px solid rgba(34, 211, 238, 0.22);
  border-radius:0.59rem;
}
.main-unit .strong-section{display:block;
  font-size:calc(19.8px * .875);
  letter-spacing:.04em;
  text-transform:uppercase;
  color:#22D3EE;
  margin-bottom:calc(calc(1.5rem * .75)*.4);}
.main-unit .media-service a,
.main-unit .media-service address{display:block;
  font-style:normal;
  font-size:19.8px;
  color:#E6EDF5;
  text-decoration:none;
  word-break:break-word;
  line-height:1.4;}
.main-unit .media-service a:hover{color:#22D3EE;}
.main-unit .media-service p{margin:calc(calc(1.5rem * .75)*.6) 0 0;
  font-size:calc(19.8px * .875);
  line-height:1.6;
  color:#C7D5E6;}
.main-unit .compact-nav{padding:calc(1.5rem * .75) 0;
  border-top:1px solid rgba(34, 211, 238, 0.22);
  border-bottom:1px solid rgba(34, 211, 238, 0.22);}
.main-unit h3{margin:0 0 1.5rem;
  font-size:calc(19.8px * 1.35);
  line-height:1.2;}
.main-unit .soft-panel{list-style:none;
  margin:0;
  padding:0;
  display:flex;
  flex-direction:column;
  gap:calc(1.22rem*.5);}
.main-unit .soft-panel li{display:flex;
  flex-wrap:wrap;
  justify-content:space-between;
  gap:calc(1.22rem*.5);
  padding:calc(1.22rem*.4) 0;
  font-size:19.8px;
  line-height:1.5;}
.main-unit .soft-panel li span:first-child{color:#E6EDF5;
  font-weight:600;}
.main-unit .soft-panel li span:last-child{color:#C7D5E6;
  text-align:right;}
.main-unit .open-inner{margin:1.5rem 0 0;
  font-size:calc(19.8px * .875);
  line-height:1.6;
  color:#C7D5E6;}
.main-unit .secondary-benefit{display:flex;
  flex-direction:column;
  gap:1.5rem;}
.main-unit .secondary-benefit p{margin:0;
  font-size:19.8px;
  line-height:1.66;
  color:#C7D5E6;}
.main-unit .secondary-benefit a{color:#1E7BE0;
  text-decoration:underline;
  text-underline-offset:3px;}
.main-unit .secondary-benefit a:hover{color:#22D3EE;}
@media (max-width:820px){.main-unit .soft-panel li{
    flex-direction:column;
    align-items:flex-start;
  }.main-unit .soft-panel li span:last-child{
    text-align:left;
  }
}
.secondary-flow{padding:calc(1.5rem * 2.4) 1.92rem;background:linear-gradient(135deg, #061020 0%, #0E2A47 45%, #0B3A5C 100%);color:#E6EDF5}
.secondary-flow .soft-team{max-width:1500px;margin:0 auto;display:grid;grid-template-columns:minmax(0,.46fr) minmax(0,1fr);gap:calc(1.22rem * 1.5);align-items:stretch}
.secondary-flow .text-visual{display:flex;flex-direction:column;gap:1.22rem;padding:calc(1.5rem * .75);border-radius:1.07rem;background:#0F1D31;color:#E6EDF5;border:1px solid rgba(34, 211, 238, 0.22)}
.secondary-flow h2{margin:0;font-size:calc(19.8px * 2);line-height:1.15}
.secondary-flow .text-visual>p{margin:0;font-size:19.8px;}
.secondary-flow .focused-group{display:flex;flex-direction:column;gap:calc(1.5rem * .75);margin-top:1.5rem}
.secondary-flow .open-list{padding:calc(1.5rem * .75);border-radius:0.59rem;background:#0C1728;color:#C7D5E6;border:1px solid rgba(34, 211, 238, 0.22)}
.secondary-flow .open-list span{display:block;font-size:calc(19.8px * .875);text-transform:uppercase;letter-spacing:.04em;opacity:.85}
.secondary-flow .open-list strong{display:block;margin-top:calc(calc(1.5rem * .75) * .4);font-size:19.8px;font-weight:600}
.secondary-flow .open-list a{text-decoration:none}
.secondary-flow .open-list a:hover{text-decoration:underline}
.secondary-flow .page-brand{min-height:clamp(24rem,48vw,38rem);border-radius:1.07rem;overflow:hidden;border:1px solid rgba(34, 211, 238, 0.22);box-shadow:0 8px 22px rgba(0,0,0,0.23)}
.secondary-flow iframe{display:block;width:100%;height:100%;border:0}
@media (max-width: 860px){.secondary-flow .soft-team{grid-template-columns:1fr}.secondary-flow .page-brand{min-height:22rem}}
.page-flow{
  position: relative;
  overflow: hidden;
  padding: calc(1.5rem * 2.4) 1.92rem;
  background: linear-gradient(135deg, #061020 0%, #0E2A47 45%, #0B3A5C 100%);
  color: #E6EDF5;
}
.page-flow .soft-team{position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  max-width: 1500px;
  margin: 0 auto;}
.page-flow .main-summary{margin: 0 0 calc(1.22rem * 1.5);
  padding: 1.5rem 0;}
.page-flow h2{margin: 0;
  font-size: calc(19.8px * 2.65);
  line-height: 1.05;}
.page-flow .main-summary p{margin: 1.5rem 0 0;
  font-size: calc(19.8px * 1.125);
  line-height: 1.66;}
.page-flow .media-summary{display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 1.22rem;
  padding-top: 1.5rem;
  border-top: 1px solid color-mix(in srgb, currentColor 30%, transparent);}
.page-flow .direct-rail{display: flex;
  flex-wrap: wrap;
  gap: 1.22rem;
  flex: 1 1 22rem;}
.page-flow .direct-rail p{flex: 1 1 16rem;
  margin: 0;
  line-height: 1.66;}
.page-flow .focused-rail{display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: calc(1.5rem * .75);
  flex: 0 1 auto;}
.page-flow .focused-rail a{color: inherit;
  font-size: calc(19.8px * 1.125);
  overflow-wrap: anywhere;
  text-underline-offset: .2em;}
.page-flow .direct-grid{display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  margin-top: 1.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid color-mix(in srgb, currentColor 18%, transparent);}
.page-flow .direct-grid a{display: flex;
  flex-direction: column;
  gap: calc(1.5rem * .75);
  flex: 1 1 14rem;
  color: inherit;
  text-decoration: none;
  overflow-wrap: anywhere;}
.page-flow .direct-grid a:hover{}
.page-flow .direct-grid span{opacity: .7;
  font-size: calc(19.8px * .875);
  line-height: 1.66;}
@media (max-width: 720px) {.page-flow .media-summary{
    flex-direction: column;
  }.page-flow .focused-rail{
    align-items: flex-start;
    margin-top: 1.5rem;
  }.page-flow .direct-grid a{
    flex: 1 1 100%;
  }
}
.direct-unit{background:#070E1A;color:#E6EDF5;padding:calc(1.5rem * 2.4) 1.92rem}
.direct-unit .soft-team{max-width:1500px;margin:0 auto}
.direct-unit .soft-nav{display:flex;flex-direction:column;gap:calc(1.22rem * 1.5)}
.direct-unit .team-flow{display:flex;flex-direction:column;gap:1.5rem}
.direct-unit h2{margin:0;font-size:clamp(calc(19.8px * 2),4.4vw,calc(19.8px * 2.65));line-height:1.08;letter-spacing:0}
.direct-unit .team-flow p{margin:0;color:#C7D5E6;font-size:calc(19.8px * 1.125);line-height:1.62}
.direct-unit .primary-region{display:flex;flex-direction:column;gap:1.22rem}
.direct-unit .bottom-rail{display:grid;grid-template-columns:minmax(9rem,12rem) minmax(14rem,20rem) 1fr;gap:1.22rem;align-items:start;padding:calc(1.5rem * .75);background:#0F1D31;color:#E6EDF5;border:1px solid rgba(34, 211, 238, 0.22);border-radius:0.8rem}
.direct-unit .bottom-rail span{font-size:calc(19.8px * .875);letter-spacing:.02em;color:#C7D5E6;text-transform:uppercase}
.direct-unit strong{font-size:19.8px;line-height:1.35}
.direct-unit .bottom-rail p{margin:0;color:#E6EDF5;opacity:.86;line-height:1.6;font-size:19.8px}
@media(max-width:900px){.direct-unit .bottom-rail{grid-template-columns:1fr;gap:calc(1.22rem*.6)}}
.bottom-method{padding:calc(1.5rem * 2.4) 1.92rem;background:#070E1A;color:#E6EDF5;}
.featured-links{max-width:1500px;margin:0 auto;}
.bottom-method h1{margin:0;font-size:calc(19.8px * 2.65);line-height:1.08;}
.media-body{padding:calc(1.5rem * 2.4) 1.92rem;background:#070E1A;color:#E6EDF5}
.media-body .clear-body{max-width:min(1500px,68rem);margin:0 auto}
.media-body h2{margin:0;font-size:calc(19.8px * 2.65);line-height:1.08}
.media-body .contact-footer{margin:1.5rem 0 calc(1.22rem * 1.5);font-size:calc(19.8px * 1.125);}
.media-body .compact-figure{display:flex;flex-direction:column;gap:0;border-top:1px solid rgba(34, 211, 238, 0.22)}
.media-body .open-inner{padding:calc(1.22rem * 1.5) 0;display:grid;grid-template-columns:minmax(0,1fr);gap:1.22rem}
.media-body .open-inner + .open-inner{border-top:1px solid rgba(34, 211, 238, 0.22)}
.media-body h3{margin:0;font-size:calc(19.8px * 1.35);line-height:1.25}
.media-body .open-inner p{margin:0;}
@media (min-width:900px){.media-body .open-inner{grid-template-columns:minmax(14rem,20rem) minmax(0,1fr);gap:calc(1.5rem * .75);align-items:start}
}
.site-steps{
    padding:calc(calc(1.5rem * 2.4)*.72) 1.92rem;
    background:linear-gradient(135deg, #061020 0%, #0E2A47 45%, #0B3A5C 100%);
    color:#E6EDF5;
  }
.site-steps .soft-team{max-width:1500px;
    margin:0 auto;
    display:flex;
    flex-wrap:wrap;
    align-items:flex-start;
    gap:calc(1.22rem * 1.5);}
.site-steps .text-visual{flex:1 1 30rem;
    min-width:0;
    padding-top:1.5rem;
    border-top:1px solid rgba(34,211,238,0.28);}
.site-steps h1{margin:0;
    font-size:clamp(1.9rem,4.4vw,calc(19.8px * 2.65));
    line-height:1.06;
    font-weight:740;
    letter-spacing:0;}
.site-steps p{margin:1.5rem 0 0;
    font-size:clamp(1rem,1.25vw,19.8px);
    line-height:1.72;
    color:#E6EDF5;
    opacity:.86;}
.site-steps .story{flex:0 1 26rem;
    display:block;
    width:100%;
    height:auto;
    aspect-ratio:16/10;
    object-fit:cover;
    border-radius:0.8rem;
    box-shadow:var(--depth-button,0 8px 22px rgba(0,0,0,0.23));}
@media (max-width:820px){.site-steps .story{
      flex:1 1 100%;
      aspect-ratio:16/9;
    }
  }
@media (max-width:640px){.site-steps{
      padding-top:calc(calc(1.5rem * 2.4)*.56);
      padding-bottom:calc(calc(1.5rem * 2.4)*.56);
    }.site-steps .text-visual{
      padding-top:1.5rem;
    }
  }
.simple-wrap{
  padding: calc(1.5rem * 2.4) 1.92rem;
  background: #EAF2FB;
  color: #0A1524;
}
.simple-wrap .soft-team{max-width: min(1500px, 74rem);
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: calc(1.22rem * 1.5);}
.simple-wrap .text-flow h2{margin: 0;
  font-size: calc(19.8px * 2);
  line-height: 1.1;}
.simple-wrap .team-flow{margin: calc(1.5rem * .75) 0 0;
  font-size: calc(19.8px * 1.125);
  line-height: 1.66;}
.simple-wrap .steady-benefit{display: flex;
  flex-wrap: wrap;
  gap: calc(1.5rem * .75);}
.simple-wrap .steady-benefit .wide-track{
  flex: 1 1 18rem;
  padding: calc(1.5rem * .75);
  border: 1px solid rgba(34, 211, 238, 0.22);
  border-radius: 0.8rem;
  background: #0F1D31;
  color: #E6EDF5;
}
.simple-wrap .steady-benefit .wide-track strong{display: block;
  font-size: calc(19.8px * 1.35);
  line-height: 1.2;}
.simple-wrap .steady-benefit .wide-track p{margin: calc(1.5rem * .75) 0 0;
  font-size: 19.8px;
  line-height: 1.66;}
.simple-wrap .steady-benefit .wide-track a{color:inherit;
  text-decoration: underline;
  text-underline-offset: 3px;}
.simple-wrap .steady-benefit .wide-track a:hover{color:inherit;}
.simple-wrap .open-inner{margin: 0;
  font-size: 19.8px;
  line-height: 1.66;}
.simple-wrap .simple-lead{display: flex;
  flex-wrap: wrap;
  gap: calc(1.5rem * .75);
  padding-top: calc(1.5rem * .75);
  border-top: 1px solid rgba(34, 211, 238, 0.22);}
.simple-wrap .simple-lead a{color:inherit;
  font-size: calc(19.8px * .875);
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: color 510ms var(--speed-base), border-color 510ms var(--speed-base);}
.simple-wrap .simple-lead a:hover{color:inherit;
  border-bottom-color: #22D3EE;}
@media (max-width: 640px) {.simple-wrap .steady-benefit{
    flex-direction: column;
  }
}
.service-content{--state-static:calc(1.5rem * 0.89);--axis-main:calc(1500px / 2.13);padding:calc(1.5rem * 2.4) 1.92rem;background:#1E7BE0;color:#F2F8FF;}
.service-content .soft-team{max-width:1500px;margin:0 auto;display:flex;flex-direction:column;}
.service-content h1,.service-content h2,.service-content h3,.service-content p,.service-content ul{margin:0;}
.service-content h2{font-size:calc(19.8px * 2);line-height:1.14;}
.service-content p{font-size:19.8px;line-height:1.66;color:color-mix(in srgb, currentColor 82%, transparent);}
.service-content a{color:inherit;text-decoration:none;}
.service-content .site-group{padding-inline-start:calc(1.92rem / 2);}
.service-content .compact-wrap{row-gap:calc(var(--state-static) * 1.2);}
.service-content .open-inner{font-size:calc(19.8px * .875);letter-spacing:0.06em;text-transform:uppercase;color:color-mix(in srgb, currentColor 70%, transparent);}
.service-content .text-flow{max-width:100%;}
.service-content .simple-lead{font-size:calc(19.8px * .875);color:color-mix(in srgb, currentColor 78%, transparent);}
.service-content .simple-lead a{text-decoration:underline;text-underline-offset:3px;transition:opacity 510ms var(--speed-base);}
.service-content .simple-lead a:hover{opacity:0.78;}
.service-content .media-headline{display:inline-flex;align-self:flex-start;align-items:center;justify-content:center;padding:calc(1.5rem * .75) 1.5rem;border-radius:0.3rem;background:#F2F8FF;color:#1E7BE0;font-size:19.8px;transition:transform 510ms var(--speed-base);}
.service-content .media-headline:hover{transform:translateY(-2px);}
@media (max-width:720px){.service-content .site-group{padding-inline-start:0;}.service-content .media-headline{align-self:stretch;text-align:center;}
}
.steady-note{
  background: linear-gradient(135deg, #061020 0%, #0E2A47 45%, #0B3A5C 100%);
  color: #E6EDF5;
  padding: calc(1.5rem * 2.4) 1.92rem;
}
.steady-note .soft-team{width: min(100%, 1500px);
  margin: 0 auto;}
.steady-note .offer-fields{display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: calc(1.22rem * 1.5);}
.steady-note .text-visual{flex: 1 1 460px;
  min-width: 0;}
.steady-note h1{margin: 0;
  font-size: clamp(calc(19.8px * 2), 5.4vw, calc(19.8px * 2.65));
  line-height: 1.06;
  letter-spacing: 0;}
.steady-note p{margin: 1.5rem 0 0;
  font-size: calc(19.8px * 1.125);
  line-height: 1.66;
  color: #E6EDF5;
  opacity: 0.82;}
.steady-note .media-headline{
  display: inline-flex;
  align-items: center;
  margin-top: calc(1.22rem * 1.5);
  padding: 0.85rem 1.35rem;
  border-radius: 0.59rem;
  background: #22D3EE;
  color: #04121C;
  text-decoration: none;
  font-weight: 700;
  font-size: 19.8px;
  transition: background 510ms var(--speed-base);
}
.steady-note .media-headline:hover{
  background: #67E8F9;color:#E6EDF5;}
.steady-note .soft-panel{flex: 0 1 440px;
  min-width: 260px;
  display: flex;
  flex-direction: column;
  gap: 1.22rem;}
.steady-note .wide-track{display: flex;
  flex-direction: column;
  gap: 0.35rem;
  padding: calc(1.5rem * .75) 0;
  border-top: 1px solid rgba(34, 211, 238, 0.22);
  color: inherit;
  text-decoration: none;
  transition: opacity 510ms var(--speed-base);}
.steady-note .wide-track:last-child{border-bottom: 1px solid rgba(34, 211, 238, 0.22);}
.steady-note .wide-track:hover{opacity: 0.78;}
.steady-note .wide-track span{font-size: 19.8px;
  font-weight: 700;}
.steady-note .wide-track small{font-size: calc(19.8px * .875);
  line-height: 1.5;
  opacity: 0.72;}
@media (max-width: 760px) {.steady-note .offer-fields{
    flex-direction: column;
    align-items: stretch;
  }.steady-note .soft-panel{
    flex: 1 1 auto;
    min-width: 0;
  }
}
