:root {
  --ink-cool: #26221A;
  --line-strong: #F6F1E4;
  --ease-fast: cubic-bezier(0.4,0,0.2,1);
}
body{margin:0;padding:0;font-family:"Baloo 2", sans-serif;box-sizing:border-box;}
*{box-sizing:border-box;}
.clear-steps {
    width: 100%;
    background: #F6F1E4;
    color: #26221A;
    border-bottom: 1px solid #DCD2B9;
    padding: calc(0.75rem * 1.5) 0;
  }
.focused-menu {
    max-width: 1060px;
    margin: 0 auto;
    padding: 0 2.09rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
  }
.page-benefit {
    font-size: calc(15.3px * 1.125);
    font-weight: 700;
    letter-spacing: 0.02em;
    color: #26221A;
    text-decoration: none;
    line-height: 1.1;
  }
.page-benefit:hover {
    color: #1F5A66;
  }
.bottom-plan {
    display: block;
  }
.nav-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    gap: calc(0.75rem * 1.25);
  }
.nav-link {
    display: inline-block;
    padding: 0.35rem 0.15rem;
    font-size: 15.3px;
    color: #3A362C;
    text-decoration: none;
    border-bottom: 2px solid transparent;
    transition: color 350ms var(--ease-fast),
                border-color 350ms var(--ease-fast);
  }
.nav-link:hover {
    color: #26221A;
    border-bottom-color: #DCD2B9;
  }
.nav-link.is-active {
    color: #26221A;
    border-bottom-color: #5C6B2E;
  }
.open-wrap {
    display: none;
    width: 2.5rem;
    height: 2.5rem;
    padding: 0.5rem;
    background: #FBF8EF;
    color: #26221A;
    border: 1px solid #DCD2B9;
    border-radius: 0.39rem;
    cursor: pointer;
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
  }
.simple-copy{
    display: block;
    height: 2px;
    width: 100%;
    background: #26221A;
    border-radius: 2px;color:#26221A;}
@media (max-width: 767px) {
    .focused-menu {
      flex-wrap: wrap;
      align-items: center;
    }

    .open-wrap {
      display: flex;
    }

    .bottom-plan {
      display: none;
      width: 100%;
      order: 3;
      margin-top: calc(0.75rem * 1.5);
      padding-top: calc(0.75rem * 1.5);
      border-top: 1px solid #DCD2B9;
    }

    .bottom-plan.is-open {
      display: block;
    }

    .nav-list {
      flex-direction: column;
      align-items: flex-start;
      gap: 0.25rem;
    }

    .nav-link {
      display: block;
      width: 100%;
      padding: 0.65rem 0;
      border-bottom: 1px solid #DCD2B9;
    }

    .nav-link.is-active {
      border-bottom-color: #5C6B2E;
    }
  }
.strong-form{font-family:"Baloo 2", sans-serif;font-size:15.3px;line-height:1.87;padding:calc(1.5rem * 2.4) 2.09rem;margin-top:calc(1.5rem * 2.4);background:var(--ink-cool);color:var(--line-strong);}
.site-service{max-width:1060px;margin:0 auto;display:flex;flex-direction:column;gap:calc(0.75rem * 1.5)}
.contact-flow{display:grid;grid-template-columns:1fr;gap:calc(0.75rem * 1.5)}
.narrow-menu{display:flex;flex-direction:column;gap:calc(1.5rem * .75);max-width:32rem}
.visual-quote{display:inline-block;font-size:calc(15.3px * 1.35);font-weight:600;letter-spacing:0.02em;color:inherit;text-decoration:none}
.visual-quote:hover,
  .visual-quote:focus-visible{color:inherit;text-decoration:underline;text-underline-offset:0.25em}
.contact-actions{margin:0;font-size:calc(15.3px * .875);opacity:0.85}
.legal{display:grid;grid-template-columns:1fr;gap:calc(0.75rem * 1.5)}
.text-entries{display:flex;flex-direction:column;gap:calc(1.5rem * .75)}
.cluster{margin:0;font-size:15.3px;font-weight:600;letter-spacing:0.04em;text-transform:uppercase;color:inherit}
.clear-contact{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:0.5rem}
.clear-contact a{color:inherit;text-decoration:none;font-size:calc(15.3px * .875);line-height:1.87;transition:opacity 350ms var(--ease-fast)}
.clear-contact a:hover,
  .clear-contact a:focus-visible{color:inherit;text-decoration:underline;text-underline-offset:0.2em;opacity:0.85}
.quiet-unit li{display:flex;flex-direction:column;gap:0.15rem}
.open-details{font-size:calc(15.3px * .875);text-transform:uppercase;letter-spacing:0.06em;opacity:0.7}
.narrow-benefit{font-size:calc(15.3px * .875);color:inherit;text-decoration:none;word-break:break-word}
a.footer-value:hover,
  a.footer-value:focus-visible{color:inherit;text-decoration:underline;text-underline-offset:0.2em}
.featured-story{display:flex;flex-direction:column;gap:calc(1.5rem * .75);padding-top:calc(0.75rem * 1.5);border-top:1px solid rgba(255, 255, 255, 0.18)}
.local-content{margin:0;font-size:calc(15.3px * .875);line-height:1.87;opacity:0.85;max-width:60rem}
.content-panel{margin:0;font-size:calc(15.3px * .875);opacity:0.75}
@media (min-width: 640px) {.legal{grid-template-columns:repeat(2, minmax(0, 1fr))}
  }
@media (min-width: 960px) {.contact-flow{grid-template-columns:minmax(0, 1fr) minmax(0, 2.4fr);gap:2.09rem;align-items:start}.legal{grid-template-columns:repeat(4, minmax(0, 1fr));gap:calc(0.75rem * 1.5)}.featured-story{flex-direction:row;justify-content:space-between;align-items:flex-end;gap:calc(0.75rem * 1.5)}.content-panel{white-space:nowrap}
  }
.cookies{position:fixed;left:clamp(14px,2vw,24px);bottom:clamp(14px,2vw,24px);z-index:1200}
.cookies .answer{width:min(18rem,calc(100vw - 28px));padding:14px;border:1px solid rgba(255,255,255,.18);border-radius:22px;background:#5C6B2E;color:#F6F1E4;box-shadow:0 10px 26px rgba(0,0,0,0.06)}
.cookies strong{display:block;font-size:calc(15.3px * 1.35)}
.cookies p{margin:6px 0 0;line-height:1.87}
.cookies .open-area{margin-top:12px;display:grid;gap:8px}
.cookies .open-area button{border:1px solid rgba(0,0,0,.12);background:rgba(255,255,255,.16);color:inherit;border-radius:12px;padding:8px 12px;cursor:pointer;font-weight:700}
.cookies .open-area button.cookie-accept{background:#F6F1E4;color:#26221A}
.simple-plan{
  --state-main:calc(1.5rem * 1.18);
  --state-static:calc(1060px / 2.6);
  padding:calc(1.5rem * 2.4) 2.09rem;
  background:linear-gradient(135deg, #F6F1E4 0%, #EDE6D3 55%, #DCE3D2 100%);
  color:#26221A;
}
.simple-plan .offer-menu{max-width:1060px;margin:0 auto;}
.simple-plan h1,
.simple-plan p{margin:0;}
.simple-plan h1{font-size:calc(15.3px * 2.65);
  line-height:1.06;
  letter-spacing:-0.01em;}
.simple-plan p{font-size:15.3px;
  line-height:1.87;}
.simple-plan a{color:inherit;text-decoration:none;}
.simple-plan .plain-feature{display:flex;
  align-items:flex-end;
  gap:calc(0.75rem * 2.4);}
.simple-plan .plain-feature > h1{flex:1 1 auto;
  min-width:0;}
.simple-plan .scene{flex:0 1 var(--state-static);
  min-width:0;
  display:flex;
  flex-direction:column;
  gap:var(--state-main);}
.simple-plan .quiet-region{color:color-mix(in srgb, currentColor 82%, transparent);}
.simple-plan .top-media{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:max-content;
  max-width:100%;
  padding:calc(calc(1.5rem * .75) * 0.9) 1.5rem;
  border-radius:0.39rem;
  background:#5C6B2E;
  color:#F6F1E4;
  font-size:calc(15.3px * .875);
  transition:background 350ms var(--ease-fast);
}
.simple-plan .top-media:hover{background:#4A5724;color:#26221A;}
.simple-plan .service-wrap{font-size:calc(15.3px * .875);
  color:color-mix(in srgb, currentColor 68%, transparent);
  padding-top:calc(1.5rem * .75);
  border-top:1px solid color-mix(in srgb, currentColor 22%, transparent);}
.simple-plan .service-wrap a{color:inherit;
  border-bottom:1px solid color-mix(in srgb, currentColor 45%, transparent);
  padding-bottom:1px;}
.simple-plan .service-wrap a:hover{border-bottom-color:currentColor;}
@media(max-width:760px){.simple-plan .plain-feature{
    align-items:flex-start;
    flex-direction:column;
    gap:calc(0.75rem * 1.5);
  }.simple-plan .scene{flex:1 1 auto;}
}
.primary-benefit{
        --state-main: calc(1.5rem * 1.15);
        --state-static: calc(1060px / 2.4);
        --font-large: calc(1060px / 3.4);
        padding: calc(1.5rem * 2.4) 2.09rem;
        background: var(--ink-cool);
        color: var(--line-strong);
    }
.primary-benefit .offer-menu{max-width: 1060px;
        margin: 0 auto;}
.primary-benefit h2,
    .primary-benefit h3,
    .primary-benefit p{margin: 0;}
.primary-benefit h2{font-size: calc(15.3px * 2);
        line-height: 1.12;}
.primary-benefit h3{font-size: calc(15.3px * 1.35);
        line-height: 1.2;}
.primary-benefit p{font-size: 15.3px;
        line-height: 1.87;}
.primary-benefit .row-title{display: flex;
        flex-wrap: wrap;
        align-items: flex-start;
        gap: 0.75rem;
        padding-block: calc(var(--state-main) / 2);}
.primary-benefit .row-title h2{flex: 1 1 calc(1060px / 3);
        min-width: 0;}
.primary-benefit .row-title > p{flex: 1 1 calc(1060px / 3);
        min-width: 0;
        max-width: var(--state-static);
        opacity: .88;}
.primary-benefit .simple-frame{flex: 1 1 100%;
        display: flex;
        flex-wrap: wrap;
        gap: var(--state-main);
        margin-top: calc(var(--state-main) * .6);}
.primary-benefit .steady-frame{flex: 1 1 var(--font-large);
        min-width: 0;
        padding-top: calc(1.5rem * .75);
        border-top: 1px solid color-mix(in srgb, var(--line-strong) 22%, transparent);}
.primary-benefit .steady-frame p{margin-top: calc(1.5rem / 3);
        opacity: .85;}
.primary-benefit .steady-frame a{display: inline-flex;
        margin-top: calc(1.5rem / 2);
        color: inherit;
        text-decoration: none;
        border-bottom: 1px solid color-mix(in srgb, var(--line-strong) 45%, transparent);
        padding-bottom: 2px;
        transition: border-color 350ms var(--ease-fast), opacity 350ms var(--ease-fast);}
.primary-benefit .steady-frame a:hover{border-color: var(--line-strong);
        opacity: 1;}
@media (max-width: 720px) {.primary-benefit .row-title h2,
        .primary-benefit .row-title > p{
            flex: 1 1 100%;
        }
    }
.clear-body{--state-main:calc(1.5rem * 1.4);--state-static:calc(1060px / 1.9);padding:calc(1.5rem * 2.4) 2.09rem;background:#F6F1E4;color:#26221A;}
.clear-body .offer-menu{max-width:1060px;margin:0 auto;}
.clear-body h2,.clear-body h3,.clear-body p{margin:0;}
.clear-body h2{font-size:calc(15.3px * 2);line-height:1.14;}
.clear-body h3{font-size:calc(15.3px * 1.35);line-height:1.22;}
.clear-body p{font-size:15.3px;line-height:1.87;}
.clear-body .clear-area{max-width:var(--state-static);}
.clear-body .secondary-fields{margin-bottom:calc(1.5rem / 2);font-size:calc(15.3px * .875);letter-spacing:.04em;text-transform:uppercase;}
.clear-body .quiet-region{margin-top:1.5rem;}
.clear-body .simple-frame{display:flex;flex-direction:column;gap:var(--state-main);margin-top:var(--state-main);border-top:1px solid #DCD2B9;}
.clear-body .steady-frame{display:flex;flex-wrap:wrap;gap:0.75rem;padding-top:calc(0.75rem * 1.5);border-bottom:1px solid #DCD2B9;padding-bottom:calc(0.75rem * 1.5);}
.clear-body .steady-frame:last-child{border-bottom:none;}
.clear-body .scene{flex:1 1 22rem;min-width:0;display:flex;flex-direction:column;gap:calc(1.5rem / 3);}
.clear-body .plain-links{font-size:calc(15.3px * .875);color:#3A362C;background:#EDE6D3;padding:calc(calc(1.5rem * .75) / 2) calc(1.5rem * .75);border-radius:0.39rem;align-self:flex-start;}
.clear-body .top-media{display:inline-flex;align-items:center;justify-content:center;width:max-content;max-width:100%;margin-top:calc(1.5rem / 3);padding:calc(1.5rem * .75) 1.5rem;border-radius:0.39rem;background:#1F5A66;color:#F2F7F6;text-decoration:none;font-size:calc(15.3px * .875);transition:background 350ms var(--ease-fast);}
.clear-body .top-media:hover{background:#17454F;color:#26221A;}
@media (max-width:640px){.clear-body .steady-frame{padding-top:calc(1.5rem * .75);padding-bottom:calc(1.5rem * .75);}
}
.simple-team{--state-main:calc(1.5rem * 1.15);--state-static:calc(1060px / 2.2);padding:calc(1.5rem * 2.4) 2.09rem;background:#F6F1E4;color:#26221A;}
.simple-team .offer-menu{max-width:1060px;margin:0 auto;}
.simple-team h2,.simple-team h3,.simple-team p{margin:0;}
.simple-team h2{font-size:calc(15.3px * 2);line-height:1.14;}
.simple-team h3{font-size:calc(15.3px * 1.35);line-height:1.22;}
.simple-team p{font-size:15.3px;line-height:1.87;}
.simple-team a{color:#5C6B2E;text-decoration:none;border-bottom:1px solid #DCD2B9;transition:color 350ms var(--ease-fast),border-color 350ms var(--ease-fast);}
.simple-team a:hover{color:#1F5A66;border-color:#1F5A66;}
.simple-team .clear-area{max-width:var(--state-static);}
.simple-team .secondary-fields{margin-bottom:calc(1.5rem / 2.5);font-size:calc(15.3px * .875);letter-spacing:.04em;text-transform:uppercase;color:#3A362C;}
.simple-team .quiet-region{margin-top:1.5rem;color:#3A362C;}
.simple-team .simple-frame{display:flex;flex-wrap:wrap;gap:var(--state-main) 2.09rem;margin-top:calc(var(--state-main) * 1.4);}
.simple-team .steady-frame{flex:1 1 calc(50% - 2.09rem);min-width:min(100%,18rem);padding-top:calc(1.5rem * .75);border-top:1px solid #DCD2B9;}
.simple-team .steady-frame p{margin-top:calc(1.5rem / 3);color:#3A362C;}
.simple-team .service-wrap{margin-top:calc(var(--state-main) * 1.3);padding-top:calc(1.5rem * .75);border-top:1px solid #DCD2B9;font-size:calc(15.3px * .875);color:#3A362C;}
@media (max-width:720px){.simple-team .steady-frame{flex:1 1 100%;}
}
.content-headline{
    padding:calc(1.5rem * 2.4) 2.09rem;
    background:linear-gradient(135deg, #F6F1E4 0%, #EDE6D3 55%, #DCE3D2 100%);
    color:#26221A;
}
.content-headline .offer-menu{max-width:1060px;
    margin:0 auto;}
.content-headline .text-wrap{max-width:62ch;
    margin-bottom:calc(0.75rem * 1.5);}
.content-headline .text-wrap span{
    display:inline-block;
    padding:4px 12px;
    border-radius:0.39rem;
    background:#1F5A66;
    color:#F2F7F6;
    font-size:calc(15.3px * .875);
    letter-spacing:0.02em;
}
.content-headline .text-wrap h2{margin:calc(calc(0.75rem * 1.5) * 0.5) 0 calc(0.75rem * 1.5);
    font-size:calc(15.3px * 2);
    line-height:1.15;}
.content-headline .text-wrap p{margin:0;
    font-size:15.3px;
    line-height:1.87;}
.content-headline .simple-frame{display:flex;
    flex-direction:column;
    gap:calc(1.5rem * .75);}
.content-headline .simple-frame article{
    display:grid;
    grid-template-columns:64px 1fr;
    gap:0.75rem;
    padding:calc(1.5rem * .75);
    border-radius:1rem;
    background:#FBF8EF;
    color:#26221A;
    border:1px solid #DCD2B9;
    box-shadow:0 1px 5px rgba(0,0,0,0.04);
}
.content-headline .simple-frame b{
    display:grid;
    place-items:center;
    width:48px;
    height:48px;
    border-radius:0.7rem;
    background:#5C6B2E;
    color:#F6F1E4;
    font-size:15.3px;
    align-self:start;
}
.content-headline .simple-frame h3{margin:0;
    font-size:calc(15.3px * 1.35);}
.content-headline .simple-frame em{display:block;
    margin-top:6px;
    font-style:normal;
    font-size:calc(15.3px * .875);}
.content-headline .simple-frame p{margin:calc(0.75rem * 0.6) 0 0;
    font-size:15.3px;
    line-height:1.87;}
@media (max-width:640px){.content-headline .simple-frame article{
        grid-template-columns:1fr;
    }
}
.local-details{--state-main:calc(1.5rem * 1.1);--layer-soft:calc(1060px / 3.6);padding:calc(1.5rem * 2.4) 2.09rem;background:#F6F1E4;color:#26221A;}
.local-details .offer-menu{max-width:1060px;margin:0 auto;}
.local-details h2,.local-details h3,.local-details p{margin:0;}
.local-details h2{font-size:calc(15.3px * 2);line-height:1.14;margin-top:calc(1.5rem / 3);}
.local-details h3{font-size:calc(15.3px * 1.35);line-height:1.22;}
.local-details p{font-size:15.3px;line-height:1.87;color:#3A362C;}
.local-details .secondary-fields{margin:0;font-size:calc(15.3px * .875);letter-spacing:0.04em;text-transform:uppercase;color:#3A362C;}
.local-details a{color:inherit;text-decoration:none;}
.local-details .top-media{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.39rem;background:#5C6B2E;color:#F6F1E4;transition:background 350ms var(--ease-fast);}
.local-details .top-media:hover{background:#4A5724;color:#26221A;}
.local-details .offer-wrap{display:flex;flex-wrap:wrap;align-items:flex-end;gap:0.75rem;}
.local-details .offer-wrap>.scene{flex:1 1 auto;min-width:0;max-width:calc(1060px / 1.6);}
.local-details .offer-wrap>.top-media{flex:0 0 auto;margin-left:auto;}
.local-details .offer-wrap>.simple-frame{flex:1 1 100%;}
.local-details .simple-frame{display:flex;flex-wrap:wrap;gap:0.75rem;margin-top:var(--state-main);border-top:1px solid #DCD2B9;padding-top:var(--state-main);}
.local-details .steady-frame{flex:1 1 var(--layer-soft);min-width:0;padding-right:0.75rem;}
.local-details .steady-frame .scene p{margin-top:calc(1.5rem / 3.5);}
@media (max-width:720px){.local-details .offer-wrap>.top-media{margin-left:0;}.local-details .steady-frame{flex:1 1 100%;}
}
.secondary-inner{--state-main:calc(1.5rem * 1.11);--state-static:calc(1060px / 2.35);--font-large:calc(1060px / 3.43);padding:calc(1.5rem * 2.4) 2.09rem;background:#5C6B2E;color:#F6F1E4;}
.secondary-inner .offer-menu{max-width:1060px;margin:0 auto;}
.secondary-inner h2,.secondary-inner h3,.secondary-inner p{margin:0;}
.secondary-inner h2{font-size:calc(15.3px * 2);line-height:1.12;}
.secondary-inner h3{font-size:calc(15.3px * 1.35);line-height:1.2;}
.secondary-inner p{font-size:15.3px;line-height:1.87;color:color-mix(in srgb, currentColor 78%, transparent);}
.secondary-inner .open-visual{padding-block:calc(var(--state-main) / 2);}
.secondary-inner .clear-content{row-gap:calc(var(--state-main) * 1.2);}
.secondary-inner .main-view{padding-inline-end:calc(calc(1.5rem * .75) / 2);}
.secondary-inner .media-team{display:flex;align-items:flex-start;gap:calc(0.75rem * 1.4);}
.secondary-inner .scene{flex:1 1 calc(1060px / 3);min-width:0;}
.secondary-inner .scene p{margin-top:1.5rem;}
.secondary-inner .simple-frame{flex:2 1 calc(1060px / 2);display:flex;flex-direction:column;gap:var(--state-main);}
.secondary-inner .steady-frame{min-width:0;padding-inline-start:calc(1.5rem * .75);border-inline-start:1px solid color-mix(in srgb, currentColor 22%, transparent);}
.secondary-inner .steady-frame p{margin-top:calc(1.5rem / 3);}
@media(max-width:760px){.secondary-inner .media-team{flex-direction:column;}.secondary-inner .simple-frame{margin-top:1.5rem;}.secondary-inner .steady-frame{padding-inline-start:calc(calc(1.5rem * .75) / 1.4);}}
.soft-entries{--state-main:calc(1.5rem * 0.92);--state-static:calc(1060px / 2.40);padding:calc(1.5rem * 2.4) 2.09rem;background:#F6F1E4;color:#26221A;}
.soft-entries .offer-menu{max-width:1060px;margin:0 auto;}
.soft-entries h2,.soft-entries h3,.soft-entries p{margin:0;}
.soft-entries h2{font-size:calc(15.3px * 2);line-height:1.12;}
.soft-entries h3{font-size:calc(15.3px * 1.35);line-height:1.2;}
.soft-entries p{font-size:15.3px;line-height:1.87;color:color-mix(in srgb, currentColor 78%, transparent);}
.soft-entries a{text-decoration:none;border-bottom:1px solid color-mix(in srgb, #5C6B2E 45%, transparent);}
.soft-entries a:hover{border-bottom-color:#1F5A66;}
.soft-entries .clear-area{max-width:var(--state-static);}
.soft-entries .quiet-region{margin-top:calc(1.5rem / 2);}
.soft-entries .simple-frame{display:flex;flex-direction:column;gap:var(--state-main);margin-top:var(--state-main);border-top:1px solid #DCD2B9;}
.soft-entries .steady-frame{padding-top:var(--state-main);border-bottom:1px solid #DCD2B9;padding-bottom:var(--state-main);}
.soft-entries .steady-frame:last-child{border-bottom:none;}
.soft-entries .steady-frame p{margin-top:calc(1.5rem / 3);max-width:calc(var(--state-static) * 1.35);}
.soft-entries .service-wrap{margin-top:var(--state-main);font-size:calc(15.3px * .875);}
.text-items{--state-main:calc(1.5rem * 1.15);--state-static:calc(1060px / 1.55);padding:calc(1.5rem * 2.4) 2.09rem;background:#F6F1E4;color:#26221A;}
.text-items .offer-menu{max-width:1060px;margin:0 auto;}
.text-items h2,.text-items h3,.text-items p{margin:0;}
.text-items h2{font-size:calc(15.3px * 2);line-height:1.14;}
.text-items h3{font-size:calc(15.3px * 1.35);line-height:1.24;}
.text-items p{font-size:15.3px;line-height:1.87;}
.text-items .clear-area{max-width:var(--state-static);}
.text-items .quiet-region{margin-top:1.5rem;color:#3A362C;}
.text-items .main-unit{margin-top:var(--state-main);display:flex;flex-direction:column;gap:calc(0.75rem * 1.5);}
.text-items .steady-frame{padding:calc(1.5rem * .75) 0;border-top:1px solid #DCD2B9;}
.text-items .steady-frame:last-child{border-bottom:1px solid #DCD2B9;}
.text-items .steady-frame p{margin-top:calc(1.5rem / 2.4);max-width:var(--state-static);color:#3A362C;}
.text-items .service-wrap{margin-top:var(--state-main);padding-top:calc(0.75rem * 1.5);border-top:1px solid #DCD2B9;}
.text-items .service-wrap p{font-size:calc(15.3px * .875);color:#3A362C;}
.text-items .service-wrap a{color:#5C6B2E;text-decoration:underline;text-underline-offset:3px;}
.text-items .service-wrap a:hover{color:#1F5A66;}
@media (max-width:640px){.text-items{--state-static:100%;}.text-items .main-unit{gap:1.5rem;}
}
.simple-actions{padding:calc(1.5rem * 2.4) 2.09rem;background:#1F5A66;color:#F2F7F6}
.simple-actions .offer-menu{max-width:1060px;margin:0 auto}
.simple-actions .direct-footer{display:flex;flex-direction:column;gap:calc(0.75rem * 1.5)}
.simple-actions .quiet-region{display:flex;flex-direction:column;gap:calc(1.5rem * .75);max-width:62ch}
.simple-actions h2{margin:0;font-size:calc(15.3px * 2);line-height:1.1}
.simple-actions .scene{margin:0;font-size:15.3px;line-height:1.87}
.simple-actions .simple-frame{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;border-top:1px solid color-mix(in srgb,#F2F7F6 30%,transparent)}
.simple-actions .steady-frame{display:flex;flex-wrap:wrap;gap:calc(1.5rem * .75) 1.5rem;padding:1.5rem 0;border-bottom:1px solid color-mix(in srgb,#F2F7F6 22%,transparent)}
.simple-actions .plain-feature{flex:0 0 14rem;font-size:calc(15.3px * .875);letter-spacing:0.02em;text-transform:uppercase;opacity:0.85}
.simple-actions .steady-frame p{flex:1 1 22rem;margin:0;min-width:0;font-size:15.3px;line-height:1.87}
.simple-actions .top-media{align-self:flex-start;border-radius:0.39rem;background:#5C6B2E;color:#F6F1E4;padding:calc(1.5rem * .75) 1.5rem;text-decoration:none;font-size:15.3px;transition:background 350ms var(--ease-fast)}
.simple-actions .top-media:hover{background:#4A5724;color:#26221A;}
@media(max-width:680px){.simple-actions h2{font-size:calc(15.3px * 1.35)}.simple-actions .plain-feature{flex:1 1 100%}.simple-actions .steady-frame p{flex:1 1 100%}
}
.active-summary{
        background: #F6F1E4;
        color: #26221A;
        padding: calc(1.5rem * 2.4) 2.09rem;
    }
.active-summary .offer-menu{max-width: 1060px;
        margin: 0 auto;
        display: grid;
        grid-template-columns: minmax(0, 1fr) minmax(0, 1.35fr);
        gap: calc(0.75rem * 1.5);
        align-items: start;}
.active-summary .compact-headline{min-width: 0;
        position: sticky;
        top: calc(0.75rem * 1.5);}
.active-summary h2{margin: 0;
        font-size: calc(15.3px * 2);
        line-height: 1.15;}
.active-summary .quiet-region{margin: calc(0.75rem * 1.5) 0 0;
        font-size: 15.3px;
        line-height: 1.87;
        color: #3A362C;}
.active-summary .compact-headline .service-wrap{
        display: inline-flex;
        align-items: center;
        margin-top: calc(0.75rem * 1.5);
        padding: .7rem 1.1rem;
        background: #5C6B2E;
        color: #F6F1E4;
        border-radius: 1.36rem;
        text-decoration: none;
        font-size: calc(15.3px * .875);
        transition: background 350ms var(--ease-fast);
    }
.active-summary .compact-headline .service-wrap:hover{
        background: #4A5724;color:#26221A;}
.active-summary .direct-media{min-width: 0;
        display: flex;
        flex-direction: column;
        gap: calc(1.5rem * .75);}
.active-summary .scene{margin: 0;
        font-size: 15.3px;
        line-height: 1.87;
        color: #3A362C;}
.active-summary .steady-frame{
        padding: 1.5rem 2.09rem;
        background: #FBF8EF;
        color: #26221A;
        border: 1px solid #DCD2B9;
        border-radius: 1rem;
        box-shadow: 0 1px 5px rgba(0,0,0,0.04);
    }
.active-summary .steady-frame strong{display: block;
        font-size: 15.3px;
        line-height: 1.35;}
.active-summary .steady-frame span{display: block;
        margin-top: .45rem;
        font-size: calc(15.3px * .875);
        line-height: 1.87;
        color: #3A362C;}
.active-summary .secondary-fields{margin: 0;
        font-size: calc(15.3px * .875);
        line-height: 1.87;
        color: #3A362C;}
.active-summary .secondary-fields .service-grid{color: #5C6B2E;
        text-decoration: underline;
        text-underline-offset: 3px;}
.active-summary .secondary-fields .service-grid:hover{color: #1F5A66;}
@media (max-width: 860px) {.active-summary .offer-menu{
            grid-template-columns: 1fr;
        }.active-summary .compact-headline{
            position: static;
        }
    }
.wide-team{
  padding: calc(1.5rem * 2.4) 2.09rem;
  background: #1F5A66;
  color: #F2F7F6;
}
.wide-team .answer{max-width: 1060px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.7fr);
  gap: calc(0.75rem * 1.5);
  align-items: start;}
.wide-team .service-grid{
  padding: calc(1.5rem * .75);
  border-radius: 1rem;
  background: var(--ink-cool);
  color: var(--line-strong);
  position: sticky;
  top: calc(1.5rem * .75);
}
.wide-team h2{margin: 0;
  font-size: calc(15.3px * 2);
  line-height: 1.1;}
.wide-team .quiet-region{margin: calc(1.5rem * .75) 0 0;
  font-size: 15.3px;
  line-height: 1.87;}
.wide-team .simple-frame{list-style: none;
  margin: calc(1.5rem * .75) 0 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;}
.wide-team .simple-frame li{display: flex;
  flex-direction: column;
  gap: 2px;
  padding-top: 0.75rem;
  border-top: 1px solid rgba(246, 241, 228, 0.18);}
.wide-team .simple-frame li:first-child{border-top: 0;
  padding-top: 0;}
.wide-team .simple-frame span{font-size: calc(15.3px * .875);
  opacity: 0.75;}
.wide-team .simple-frame strong{font-size: 15.3px;
  font-weight: 600;}
.wide-team .local-region{display: flex;
  flex-direction: column;
  gap: calc(1.5rem * .75);}
.wide-team .team-unit{
  display: grid;
  grid-template-columns: minmax(5rem, 0.22fr) minmax(0, 1fr);
  gap: calc(1.5rem * .75);
  padding: calc(1.5rem * .75);
  border-radius: 0.7rem;
  background: #FBF8EF;
  color: #26221A;
  border: 1px solid #DCD2B9;
}
.wide-team .page-grid{font-size: calc(15.3px * .875);
  word-break: break-word;
  letter-spacing: 0.02em;}
.wide-team h3{margin: 0;
  font-size: calc(15.3px * 1.35);
  line-height: 1.2;}
.wide-team .team-unit p{margin: calc(calc(1.5rem * .75) * 0.5) 0;
  line-height: 1.87;}
.wide-team small{font-size: calc(15.3px * .875);}
@media (max-width: 780px) {.wide-team .answer,
  .wide-team .team-unit{
    grid-template-columns: 1fr;
  }.wide-team .service-grid{
    position: static;
  }
}
.fresh-service{--state-main:calc(1.5rem * 1.15);--state-static:calc(1060px / 2.2);padding:calc(1.5rem * 2.4) 2.09rem;background:#EDE6D3;color:#3A362C;}
.fresh-service .offer-menu{max-width:1060px;margin:0 auto;}
.fresh-service h1,.fresh-service h2,.fresh-service h3,.fresh-service p{margin:0;}
.fresh-service h2{font-size:calc(15.3px * 2);line-height:1.14;max-width:var(--state-static);}
.fresh-service p{font-size:15.3px;line-height:1.87;}
.fresh-service .quiet-region{max-width:var(--state-static);}
.fresh-service .secondary-fields{max-width:var(--state-static);color:#3A362C;opacity:.82;}
.fresh-service a{color:#5C6B2E;text-decoration:none;}
.fresh-service a:hover{color:#1F5A66;}
.fresh-service .top-media{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.39rem;background:#5C6B2E;color:#F6F1E4;font-size:15.3px;transition:background 350ms var(--ease-fast);}
.fresh-service .top-media:hover{background:#4A5724;color:#F6F1E4;}
.fresh-service .bottom-nav>*+*{margin-top:var(--state-main);}
.fresh-service .service-wrap{font-size:calc(15.3px * .875);}
.fresh-service .service-wrap a{text-decoration:underline;text-underline-offset:3px;}
@media (max-width:640px){.fresh-service h2{max-width:none;}.fresh-service .quiet-region,.fresh-service .secondary-fields{max-width:none;}
}
.content-steps{--state-main:calc(1.5rem * 1.6);--state-static:calc(1060px / 2.6);padding:calc(1.5rem * 2.4) 2.09rem;background:#F6F1E4;color:#26221A;}
.content-steps .offer-menu{max-width:1060px;margin:0 auto;}
.content-steps h2,.content-steps h3,.content-steps p{margin:0;}
.content-steps h2{font-size:calc(15.3px * 2);line-height:1.14;}
.content-steps h3{font-size:calc(15.3px * 1.35);line-height:1.22;}
.content-steps p{font-size:15.3px;line-height:1.87;}
.content-steps a{color:inherit;text-decoration:none;}
.content-steps .secondary-fields{margin:0;font-size:calc(15.3px * .875);letter-spacing:0.04em;text-transform:uppercase;color:#3A362C;}
.content-steps .quiet-region{max-width:var(--state-static);margin-top:calc(1.5rem / 2);color:#3A362C;}
.content-steps .top-media{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.39rem;background:#5C6B2E;color:#F6F1E4;transition:background 350ms var(--ease-fast);}
.content-steps .top-media:hover{background:#4A5724;color:#26221A;}
.content-steps .simple-frame{display:flex;flex-direction:column;gap:0;margin-top:var(--state-main);border-top:1px solid #DCD2B9;}
.content-steps .steady-frame{display:flex;flex-wrap:wrap;gap:0.75rem;padding:calc(0.75rem * 1.5) 0;border-bottom:1px solid #DCD2B9;}
.content-steps .steady-frame .steady-rail{flex:0 0 calc(1060px / 6.5);min-width:0;font-size:calc(15.3px * .875);color:#1F5A66;font-weight:600;}
.content-steps .steady-frame h3{flex:0 0 calc(1060px / 4.2);min-width:0;}
.content-steps .steady-frame p:not(.steady-rail){flex:1 1 calc(1060px / 3);min-width:0;color:#3A362C;}
.content-steps .offer-wrap{display:flex;flex-wrap:wrap;align-items:flex-start;gap:0.75rem;}
.content-steps .offer-wrap>.scene{flex:1 1 auto;min-width:0;}
.content-steps .offer-wrap>.top-media{flex:0 0 auto;}
.content-steps .offer-wrap>.simple-frame{flex:1 1 100%;}
@media (max-width:720px){.content-steps .steady-frame .steady-rail,.content-steps .steady-frame h3,.content-steps .steady-frame p:not(.steady-rail){flex:1 1 100%;}
}
.bottom-entries{--state-main:calc(1.5rem * 1.20);--state-static:calc(1060px / 2.44);--font-large:calc(1060px / 3.53);padding:calc(1.5rem * 2.4) 2.09rem;background:#1F5A66;color:#F2F7F6;}
.bottom-entries .offer-menu{max-width:1060px;margin:0 auto;}
.bottom-entries h2,.bottom-entries h3,.bottom-entries p{margin:0;}
.bottom-entries h2{font-size:calc(15.3px * 2);line-height:1.12;}
.bottom-entries h3{font-size:calc(15.3px * 1.35);line-height:1.2;}
.bottom-entries p{font-size:15.3px;line-height:1.87;color:color-mix(in srgb, currentColor 74%, transparent);}
.bottom-entries a{color:inherit;text-decoration:none;border-bottom:1px solid color-mix(in srgb, currentColor 40%, transparent);}
.bottom-entries a:hover{border-bottom-color:currentColor;}
.bottom-entries .open-visual{padding-block:calc(var(--state-main) / 2);}
.bottom-entries .clear-content{row-gap:calc(var(--state-main) * 1.2);}
.bottom-entries .main-view{padding-inline-end:calc(calc(1.5rem * .75) / 2);}
.bottom-entries .row-title{display:flex;flex-wrap:wrap;align-items:flex-start;gap:0.75rem;}
.bottom-entries .row-title h2{flex:1 1 calc(1060px / 3);min-width:0;}
.bottom-entries .row-title>p{flex:1 1 calc(1060px / 3);min-width:0;}
.bottom-entries .strong-shell{flex:1 1 100%;display:flex;flex-wrap:wrap;gap:var(--state-main);margin-top:var(--state-main);}
.bottom-entries .steady-frame{flex:1 1 var(--font-large);min-width:0;}
.bottom-entries .steady-frame p{margin-top:calc(1.5rem / 3);}
.bottom-entries .service-wrap{flex:1 1 100%;margin-top:calc(var(--state-main) * .8);font-size:calc(15.3px * .875);}
.focused-nav{
    padding:calc(1.5rem * 2.4) 2.09rem;
    background:#EDE6D3;
    color:#3A362C;
}
.focused-nav .offer-menu{max-width:1060px;
    margin:0 auto;
    display:flex;
    flex-direction:column;
    gap:calc(0.75rem * 1.5);}
.focused-nav .quiet-region{max-width:62ch;}
.focused-nav .quiet-region h2{margin:0 0 0.6rem;
    font-size:calc(15.3px * 2);
    line-height:1.2;}
.focused-nav .quiet-region p{margin:0;
    font-size:15.3px;}
.focused-nav .simple-frame{display:flex;
    flex-wrap:wrap;
    gap:calc(1.5rem * .75);}
.focused-nav .steady-frame{
    flex:1 1 260px;
    border:1px solid #DCD2B9;
    border-radius:1rem;
    background:#FBF8EF;
    color:#26221A;
    padding:1.5rem 2.09rem;
    box-shadow:0 1px 5px rgba(0,0,0,0.04);
}
.focused-nav .steady-frame h3{margin:0 0 0.5rem;
    font-size:calc(15.3px * 1.35);}
.focused-nav .steady-frame p{margin:0;
    font-size:calc(15.3px * .875);
    line-height:1.87;}
.focused-nav .steady-frame a{color:#5C6B2E;
    text-decoration:underline;
    text-underline-offset:2px;}
.focused-nav .steady-frame a:hover{color:#1F5A66;}
.focused-nav .secondary-fields{
    margin:0;
    padding:calc(1.5rem * .75) 2.09rem;
    border-left:3px solid #1F5A66;
    background:#F6F1E4;
    color:#26221A;
    font-size:calc(15.3px * .875);
    border-radius:0.39rem;
}
.focused-nav .service-wrap{display:flex;
    flex-wrap:wrap;
    gap:0.75rem;
    padding-top:calc(1.5rem * .75);
    border-top:1px solid #DCD2B9;}
.focused-nav .service-wrap a{display:inline-block;
    padding:0.45rem 0.9rem;
    border:1px solid #1F5A66;
    border-radius:0.7rem;
    color:#1F5A66;
    font-size:calc(15.3px * .875);
    text-decoration:none;
    transition:background 350ms var(--ease-fast), color 350ms var(--ease-fast);}
.focused-nav .service-wrap a:hover{
    background:#1F5A66;
    color:#F2F7F6;
}
@media (max-width:700px){.focused-nav .simple-frame{
        flex-direction:column;
    }
}
.visual-grid{--state-main:calc(1.5rem * 0.87);--font-large:calc(1060px / 3.16);padding:calc(1.5rem * 2.4) 2.09rem;background:#5C6B2E;color:#F6F1E4;}
.visual-grid .offer-menu{max-width:1060px;margin:0 auto;}
.visual-grid h2,.visual-grid h3,.visual-grid p{margin:0;}
.visual-grid h2{font-size:calc(15.3px * 2);line-height:1.12;}
.visual-grid h3{font-size:calc(15.3px * 1.35);line-height:1.2;}
.visual-grid p{font-size:15.3px;line-height:1.87;color:color-mix(in srgb, currentColor 78%, transparent);}
.visual-grid a{color:inherit;text-decoration:none;border-bottom:1px solid color-mix(in srgb, currentColor 40%, transparent);}
.visual-grid a:hover{border-bottom-color:currentColor;}
.visual-grid .clear-content{row-gap:calc(var(--state-main) * 1.2);}
.visual-grid .main-view{padding-inline-end:calc(calc(1.5rem * .75) / 2);}
.visual-grid .row-title{display:flex;flex-wrap:wrap;align-items:flex-start;gap:0.75rem;}
.visual-grid .row-title h2{flex:1 1 calc(1060px / 3);min-width:0;}
.visual-grid .row-title>p{flex:1 1 calc(1060px / 3);min-width:0;}
.visual-grid .simple-frame{flex:1 1 100%;display:flex;flex-wrap:wrap;gap:var(--state-main);margin-top:var(--state-main);}
.visual-grid .steady-frame{flex:1 1 var(--font-large);min-width:0;padding-top:calc(1.5rem / 3);border-top:1px solid color-mix(in srgb, currentColor 22%, transparent);}
.visual-grid .steady-frame p{margin-top:calc(1.5rem / 3);}
.visual-grid .service-wrap{flex:1 1 100%;margin-top:calc(var(--state-main) * .6);font-size:calc(15.3px * .875);}
.content-footer{
  padding: calc(1.5rem * 2.4) 2.09rem;
  background: var(--ink-cool);
  color: var(--line-strong);
}
.content-footer .offer-menu{max-width: min(1060px, 74rem);
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: calc(0.75rem * 1.5);}
.content-footer .quiet-region{max-width: 46rem;}
.content-footer h2{margin: 0;
  font-size: calc(15.3px * 2);
  line-height: 1.1;}
.content-footer .quiet-region p{margin: calc(1.5rem * .75) 0 0;
  font-size: calc(15.3px * 1.125);
  line-height: 1.87;
  color: #D9CFB8;}
.content-footer .secondary-items{display: flex;
  flex-direction: column;
  border-top: 1px solid #3A362C;}
.content-footer .secondary-items a{display: grid;
  grid-template-columns: 3.2rem minmax(0, 1fr) minmax(0, 1.4fr);
  gap: calc(1.5rem * .75);
  align-items: baseline;
  padding: calc(1.5rem * .75) 0;
  border-bottom: 1px solid #3A362C;
  text-decoration: none;
  transition: background-color 350ms var(--ease-fast);}
.content-footer .secondary-items a:hover{
  background: rgba(246, 241, 228, 0.04);
}
.content-footer .secondary-items span{font-size: calc(15.3px * .875);color:inherit;
  letter-spacing: 0.04em;}
.content-footer .secondary-items strong{font-size: 15.3px;
  font-weight: 600;
  line-height: 1.35;}
.content-footer .secondary-items em{font-style: normal;
  font-size: calc(15.3px * .875);
  line-height: 1.87;
  color: #D9CFB8;}
@media (max-width: 760px) {.content-footer .secondary-items a{
    grid-template-columns: 2.4rem minmax(0, 1fr);
    row-gap: 0.35rem;
  }.content-footer .secondary-items em{
    grid-column: 2 / -1;
  }
}
.narrow-proof{background:#5C6B2E;color:#F6F1E4;padding:calc(1.5rem * 2.4) 2.09rem}
.narrow-proof .offer-menu{max-width:1060px;margin:0 auto}
.narrow-proof .quiet-area{display:flex;align-items:flex-start;gap:calc(0.75rem * 1.5)}
.narrow-proof .compact-proof{flex:0 1 28rem;min-width:0}
.narrow-proof h2{margin:0;font-size:clamp(calc(15.3px * 2),5vw,calc(15.3px * 2.65));line-height:1.1;letter-spacing:0}
.narrow-proof p{margin:1.5rem 0 0;font-size:calc(15.3px * 1.125);line-height:1.65}
.narrow-proof .secondary-fields{margin-top:calc(1.5rem * .75);font-size:calc(15.3px * .875);opacity:.85}
.narrow-proof .simple-frame{flex:1 1 32rem;min-width:0;margin:0;padding:0;list-style:none;display:flex;flex-wrap:wrap;gap:0.75rem}
.narrow-proof .steady-frame{flex:1 1 16rem;min-width:0;display:flex;flex-direction:column;gap:calc(0.75rem*.35)}
.narrow-proof .steady-frame strong{font-size:15.3px;line-height:1.4}
.narrow-proof .steady-frame a{color:inherit;text-decoration:underline;text-underline-offset:3px;line-height:1.5;word-break:break-word}
.narrow-proof .steady-frame a:hover{text-decoration-color:#F2F7F6}
.narrow-proof .steady-frame span{font-size:calc(15.3px * .875);line-height:1.6}
.narrow-proof .plain-feature{opacity:.82}
@media(max-width:760px){.narrow-proof .quiet-area{flex-direction:column}.narrow-proof .compact-proof{flex-basis:auto}}
.text-plan{
        padding:calc(1.5rem * 2.4) 2.09rem;
        background:#EDE6D3;
        color:#3A362C;
    }
.text-plan .offer-menu{max-width:1060px;
        margin:0 auto;}
.text-plan .text-wrap{max-width:64ch;
        margin-bottom:calc(0.75rem * 1.5);}
.text-plan .text-wrap h2{margin:0;
        font-size:calc(15.3px * 2);
        line-height:1.2;}
.text-plan .text-wrap p{margin:0.75rem 0 0;
        font-size:15.3px;}
.text-plan .quiet-area{display:flex;
        flex-direction:column;
        gap:calc(1.5rem * .75);}
.text-plan .open-stack{display:flex;
        gap:calc(0.75rem * 1.5);
        align-items:flex-start;
        padding:calc(1.5rem * .75) 0;
        border-top:1px solid #DCD2B9;}
.text-plan .open-stack:last-child{border-bottom:1px solid #DCD2B9;}
.text-plan .text-service{flex:0 0 110px;
        font-size:calc(15.3px * .875);
        letter-spacing:0.04em;
        text-transform:uppercase;
        padding-top:0.35rem;}
.text-plan .scene{flex:1 1 auto;
        min-width:0;}
.text-plan .scene h3{margin:0 0 0.4rem;
        font-size:calc(15.3px * 1.35);}
.text-plan .scene p{margin:0 0 0.5rem;}
.text-plan .scene p.note{margin:0;
        font-size:calc(15.3px * .875);
        opacity:0.85;}
.text-plan a{color:#5C6B2E;
        text-decoration:underline;
        text-underline-offset:3px;}
.text-plan a:hover{color:#1F5A66;}
.text-plan .service-grid{
        margin-top:calc(0.75rem * 1.5);
        padding:calc(1.5rem * .75);
        border-radius:0.7rem;
        background:#FBF8EF;
        color:#26221A;
        border:1px solid #DCD2B9;
        font-size:calc(15.3px * .875);
    }
.text-plan .service-grid p{margin:0;}
@media (max-width:720px){.text-plan .open-stack{
            flex-direction:column;
            gap:0.4rem;
        }.text-plan .text-service{
            flex:0 0 auto;
            padding-top:0;
        }
    }
.clear-region{padding:calc(1.5rem * 2) 2.09rem;background:#F6F1E4;color:#26221A;}
.clear-region .answer{max-width:1060px;margin:0 auto;display:grid;gap:calc(0.75rem * 1.5);}
.clear-region h2,.clear-region h3,.clear-region p{margin:0;}
.clear-region .quiet-region{display:grid;gap:.55rem;max-width:44rem;}
.clear-region .quiet-region h2{font-size:calc(15.3px * 2);line-height:1.25;}
.clear-region .quiet-region p{font-size:15.3px;}
.clear-region .simple-frame{list-style:none;margin:0;padding:0;display:grid;gap:0.75rem;}
.clear-region .steady-frame{display:grid;gap:.4rem;padding:1rem 1.1rem;background:#FBF8EF;color:#26221A;border:1px solid #DCD2B9;border-left:3px solid #5C6B2E;border-radius:0.7rem;}
.clear-region .steady-frame h3{font-size:calc(15.3px * 1.125);line-height:1.3;}
.clear-region .steady-frame p{font-size:calc(15.3px * .875);line-height:1.87;}
.clear-region .service-wrap{margin-top:.4rem;font-size:calc(15.3px * .875);}
.clear-region .service-wrap a{text-decoration:underline;text-underline-offset:3px;}
.clear-region .service-wrap a:hover{}
@media (min-width:760px){.clear-region .simple-frame{grid-template-columns:1fr 1fr;}
    }
.top-region{--state-main:calc(1.5rem * 0.9);--state-static:calc(1060px / 2.3);padding:calc(1.5rem * 2.4) 2.09rem;background:#F6F1E4;color:#26221A;}
.top-region .offer-menu{max-width:1060px;margin:0 auto;}
.top-region h2,.top-region h3,.top-region p{margin:0;}
.top-region h2{font-size:calc(15.3px * 2);line-height:1.14;}
.top-region h3{font-size:calc(15.3px * 1.35);line-height:1.22;}
.top-region p{font-size:15.3px;line-height:1.87;}
.top-region .clear-area{display:flex;flex-wrap:wrap;gap:0.75rem;align-items:flex-end;padding-bottom:calc(1.5rem / 2);border-bottom:1px solid #DCD2B9;}
.top-region .clear-area>h2{flex:1 1 calc(1060px / 2.6);min-width:0;}
.top-region .clear-area>.quiet-region{flex:1 1 calc(1060px / 2.6);min-width:0;max-width:var(--state-static);color:#3A362C;}
.top-region .simple-frame{display:flex;flex-wrap:wrap;gap:var(--state-main);margin-top:var(--state-main);}
.top-region .steady-frame{flex:1 1 calc(1060px / 3.6);min-width:0;padding:calc(calc(1.5rem * .75) * .9) 0;border-top:1px solid #DCD2B9;}
.top-region .steady-frame h3{margin-bottom:calc(1.5rem / 3);}
.top-region .steady-frame p{color:#3A362C;}
.top-region .service-wrap{margin-top:var(--state-main);padding-top:calc(1.5rem / 2);border-top:1px solid #DCD2B9;}
.top-region .service-wrap p{font-size:calc(15.3px * .875);color:#3A362C;}
.top-region .service-wrap a{color:#5C6B2E;text-decoration:underline;text-underline-offset:3px;transition:color 350ms var(--ease-fast);}
.top-region .service-wrap a:hover{color:#1F5A66;}
@media (max-width:640px){.top-region .clear-area>h2,.top-region .clear-area>.quiet-region,.top-region .steady-frame{flex:1 1 100%;}
}
.text-details{padding:calc(1.5rem * 2.4) 2.09rem;background:#F6F1E4;color:#26221A;}
.text-details .offer-menu{max-width:1060px;margin:0 auto;display:flex;flex-direction:column;gap:calc(0.75rem * 1.5);}
.text-details h2,.text-details h3,.text-details p,.text-details ol,.text-details li{margin:0;}
.text-details h2{font-size:calc(15.3px * 2);line-height:1.14;}
.text-details h3{font-size:calc(15.3px * 1.35);line-height:1.24;}
.text-details p{font-size:15.3px;line-height:1.87;}
.text-details .quiet-area{max-width:calc(1060px * 0.72);}
.text-details .quiet-area .quiet-region{margin-top:1.5rem;color:#3A362C;}
.text-details .plain-feature{list-style:none;padding:0;display:flex;flex-direction:column;gap:calc(1.5rem * .75);border-left:1px solid #DCD2B9;padding-left:2.09rem;}
.text-details .open-stack{display:flex;gap:0.75rem;align-items:flex-start;padding:calc(1.5rem * .75) 0;border-bottom:1px solid #DCD2B9;}
.text-details .open-stack:last-child{border-bottom:0;}
.text-details .narrow-group{flex:0 0 auto;min-width:4.2rem;font-size:calc(15.3px * .875);letter-spacing:0.04em;text-transform:uppercase;color:#5C6B2E;padding-top:0.35rem;}
.text-details .content-callout{flex:1 1 auto;min-width:0;}
.text-details .content-callout p{margin-top:calc(1.5rem / 3);color:#3A362C;}
.text-details .secondary-fields{font-size:calc(15.3px * .875);color:#3A362C;border-top:1px solid #DCD2B9;padding-top:calc(1.5rem * .75);}
@media(max-width:760px){.text-details .plain-feature{padding-left:calc(1.5rem * .75);}.text-details .open-stack{flex-direction:column;gap:calc(0.75rem / 2);}.text-details .narrow-group{padding-top:0;}
}
.plain-rail{--state-main:calc(1.5rem * 1.12);--state-static:calc(1060px / 2.15);padding:calc(1.5rem * 2.4) 2.09rem;background:#5C6B2E;color:#F6F1E4;}
.plain-rail .offer-menu{max-width:1060px;margin:0 auto;}
.plain-rail h1,.plain-rail h2,.plain-rail h3,.plain-rail p{margin:0;}
.plain-rail h1{font-size:calc(15.3px * 2.65);line-height:1.08;}
.plain-rail h2{font-size:calc(15.3px * 2);line-height:1.12;}
.plain-rail h3{font-size:calc(15.3px * 1.35);line-height:1.2;}
.plain-rail p{font-size:15.3px;line-height:1.87;color:color-mix(in srgb, currentColor 74%, transparent);}
.plain-rail a{color:inherit;text-decoration:none;}
.plain-rail .top-media{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.39rem;background:#F6F1E4;color:#5C6B2E;}
.plain-rail .secondary-fields{font-size:calc(15.3px * .875);letter-spacing:0.06em;text-transform:uppercase;color:color-mix(in srgb, currentColor 66%, transparent);}
.plain-rail .simple-frame{display:flex;flex-wrap:wrap;align-items:flex-start;gap:0.75rem;margin-top:var(--state-main);}
.plain-rail .steady-frame{flex:1 1 calc(1060px / 4);min-width:0;border-top:1px solid color-mix(in srgb, currentColor 22%, transparent);padding-top:calc(1.5rem * .75);}
.plain-rail .steady-frame p{margin-top:calc(1.5rem / 3);}
.plain-rail .offer-wrap{display:flex;flex-wrap:wrap;align-items:flex-start;gap:0.75rem;}
.plain-rail .offer-wrap>.scene{flex:1 1 auto;min-width:0;}
.plain-rail .offer-wrap>.top-media{flex:0 0 auto;}
.plain-rail .offer-wrap>.simple-frame{flex:1 1 100%;}
.plain-rail .scene h2{margin-top:calc(1.5rem / 2);max-width:var(--state-static);}
.focused-method{
  background: #F6F1E4;
  color: #26221A;
  padding: calc(1.5rem * 2.4) 2.09rem;
}
.focused-method .offer-menu{width: min(100%, 1060px);
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: calc(0.75rem * 1.5);
  align-items: flex-start;}
.focused-method .active-team{flex: 1 1 320px;
  display: grid;
  gap: 1.5rem;
  max-width: 58ch;}
.focused-method .local-frame{flex: 1 1 300px;
  display: grid;
  gap: calc(1.5rem * .75);}
.focused-method h2,
.focused-method h3,
.focused-method p{margin: 0;}
.focused-method h2{font-size: calc(15.3px * 2);
  line-height: 1.08;}
.focused-method h3{font-size: calc(15.3px * 1.35);
  line-height: 1.2;}
.focused-method p{font-size: 15.3px;
  line-height: 1.87;}
.focused-method .secondary-fields{display: grid;
  gap: 0.4rem;
  padding: calc(1.5rem * .75) 0 calc(1.5rem * .75) 1.5rem;
  border-left: 1px solid #DCD2B9;}
.focused-method .secondary-fields .strong-story{font-size: calc(15.3px * .875);
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #3A362C;}
@media (max-width: 860px) {.focused-method .offer-menu{
    flex-direction: column;
  }.focused-method h2{
    font-size: calc(15.3px * 1.35);
  }
}
.service{--state-main:calc(1.5rem * 1.19);--font-large:calc(1060px / 3.52);padding:calc(1.5rem * 2.4) 2.09rem;background:var(--ink-cool);color:var(--line-strong);}
.service .offer-menu{max-width:1060px;margin:0 auto;}
.service h2,.service h3,.service p{margin:0;}
.service h2{font-size:calc(15.3px * 2);line-height:1.12;}
.service h3{font-size:calc(15.3px * 1.35);line-height:1.2;}
.service p{font-size:15.3px;line-height:1.87;color:inherit;}
.service a{color:inherit;text-decoration:none;border-bottom:1px solid currentColor;}
.service a:hover{color:inherit;}
.service .open-menu{padding-inline-start:calc(2.09rem / 2);}
.service .clear-content{row-gap:calc(var(--state-main) * 1.2);}
.service .content-brand{display:flex;flex-direction:column;}
.service .quiet-region{margin-top:1.5rem;max-width:calc(1060px / 2);}
.service .strong-shell{display:flex;flex-wrap:wrap;gap:var(--state-main);margin-top:var(--state-main);}
.service .steady-frame{flex:1 1 var(--font-large);min-width:0;padding:calc(var(--state-main) * .75);border-radius:0.7rem;background:#EDE6D3;color:#3A362C;}
.service .steady-frame h3{color:inherit;}
.service .steady-frame p{margin-top:calc(1.5rem / 3);}
.service .service-wrap{margin-top:calc(var(--state-main) * .9);max-width:calc(1060px / 1.6);font-size:calc(15.3px * .875);}
.featured-view{--state-main:calc(1.5rem * 0.95);--state-static:calc(1060px / 2.19);padding:calc(1.5rem * 2.4) 2.09rem;background:#5C6B2E;color:#F6F1E4;}
.featured-view .offer-menu{max-width:1060px;margin:0 auto;}
.featured-view h2,.featured-view h3,.featured-view p{margin:0;}
.featured-view h2{font-size:calc(15.3px * 2);line-height:1.12;}
.featured-view h3{font-size:calc(15.3px * 1.35);line-height:1.2;}
.featured-view p{font-size:15.3px;line-height:1.87;color:color-mix(in srgb, currentColor 78%, transparent);}
.featured-view .media-team{display:flex;align-items:flex-start;gap:0.75rem;}
.featured-view .scene{flex:1 1 calc(1060px / 3);min-width:0;}
.featured-view .scene p{margin-top:1.5rem;}
.featured-view .strong-shell{flex:2 1 calc(1060px / 2);display:flex;flex-direction:column;gap:var(--state-main);min-width:0;}
.featured-view .steady-frame{min-width:0;padding-inline-start:calc(1.5rem * .75);border-inline-start:1px solid color-mix(in srgb, currentColor 22%, transparent);}
.featured-view .steady-frame p{margin-top:calc(1.5rem / 3);}
.featured-view .open-menu{padding-inline-start:calc(2.09rem / 2);}
.featured-view .clear-content{row-gap:calc(var(--state-main) * 1.2);}
@media(max-width:760px){.featured-view .media-team{flex-direction:column;}.featured-view .strong-shell{margin-top:1.5rem;}}
.site-headline{--state-main:calc(1.5rem * 1.04);--state-static:calc(1060px / 2.20);padding:calc(1.5rem * 2.4) 2.09rem;background:#F6F1E4;color:#26221A;}
.site-headline .offer-menu{max-width:1060px;margin:0 auto;}
.site-headline h2,.site-headline h3,.site-headline p{margin:0;}
.site-headline h2{font-size:calc(15.3px * 2);line-height:1.14;}
.site-headline h3{font-size:calc(15.3px * 1.35);line-height:1.22;}
.site-headline p{font-size:15.3px;line-height:1.87;color:#3A362C;}
.site-headline a{color:#5C6B2E;text-decoration:none;border-bottom:1px solid transparent;transition:color 350ms var(--ease-fast),border-color 350ms var(--ease-fast);}
.site-headline a:hover{color:#1F5A66;border-bottom-color:#1F5A66;}
.site-headline .quiet-region{margin-top:calc(0.75rem * 1.5);max-width:var(--state-static);}
.site-headline .main-links{display:flex;flex-direction:column;gap:var(--state-main);margin-top:var(--state-main);}
.site-headline .steady-frame{min-width:0;padding-block-start:calc(1.5rem * .75);border-top:1px solid #DCD2B9;}
.site-headline .steady-frame p{margin-top:calc(1.5rem / 3);max-width:calc(1060px / 1.35);}
.site-headline .steady-frame a{display:inline-flex;margin-top:calc(1.5rem / 2);font-size:calc(15.3px * .875);}
@media (min-width:760px){.site-headline .main-links{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));column-gap:calc(0.75rem * 2);row-gap:calc(var(--state-main) * 1.1);}
}
.contact-footer{
  --state-main:calc(1.5rem * 1.2);
  --state-static:calc(1060px / 2.4);
  padding:calc(1.5rem * 2.4) 2.09rem;
  background:#EDE6D3;
  color:#3A362C;
}
.contact-footer .offer-menu{max-width:1060px;
  margin:0 auto;}
.contact-footer h2,
.contact-footer h3,
.contact-footer p{margin:0;}
.contact-footer h2{font-size:calc(15.3px * 2);
  line-height:1.14;}
.contact-footer h3{font-size:calc(15.3px * 1.35);
  line-height:1.22;
  margin-top:calc(1.5rem / 4);}
.contact-footer p{font-size:15.3px;
  line-height:1.87;}
.contact-footer .clear-area{max-width:var(--state-static);}
.contact-footer .quiet-region{margin-top:calc(1.5rem / 2);
  font-size:calc(15.3px * 1.125);}
.contact-footer .simple-frame{list-style:none;
  margin:var(--state-main) 0 0;
  padding:0;
  display:flex;
  flex-direction:column;
  gap:0;
  border-top:1px solid #DCD2B9;}
.contact-footer .steady-frame{padding:calc(calc(0.75rem * 1.5) * .9) 0;
  border-bottom:1px solid #DCD2B9;}
.contact-footer .site-intro{font-size:calc(15.3px * .875);
  letter-spacing:.04em;
  text-transform:uppercase;
  opacity:.72;}
.contact-footer .quiet-frame{margin-top:var(--state-main);
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  gap:0.75rem;}
.contact-footer .quiet-frame p{flex:1 1 calc(1060px / 2.6);
  min-width:0;}
.contact-footer .top-media{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:max-content;
  max-width:100%;
  padding:calc(calc(1.5rem * .75) * .8) 1.5rem;
  border-radius:0.39rem;
  background:#5C6B2E;
  color:#F6F1E4;
  text-decoration:none;
  font-size:15.3px;
}
.contact-footer .top-media:hover{
  background:#4A5724;color:#26221A;}
@media (min-width:720px){.contact-footer .steady-frame{
    display:grid;
    grid-template-columns:calc(1060px / 4) 1fr;
    column-gap:2.09rem;
    align-items:start;
  }.contact-footer .steady-frame .site-intro{
    grid-column:1;
    grid-row:1 / span 2;
    padding-top:calc(calc(0.75rem * 1.5) / 4);
  }.contact-footer .steady-frame h3{
    grid-column:2;
    margin-top:0;
  }.contact-footer .steady-frame p:last-child{
    grid-column:2;
    margin-top:calc(1.5rem / 3);
  }
}
.main-intro{
        --state-main: calc(1.5rem * 1.08);
        --state-static: calc(1060px / 2.4);
        --font-large: calc(1060px / 3.2);
        padding: calc(1.5rem * 2.4) 2.09rem;
        background: var(--ink-cool);
        color: var(--line-strong);
    }
.main-intro .offer-menu{max-width: 1060px;
        margin: 0 auto;}
.main-intro h2,
    .main-intro h3,
    .main-intro p{margin: 0;}
.main-intro h2{font-size: calc(15.3px * 2);
        line-height: 1.14;}
.main-intro h3{font-size: calc(15.3px * 1.35);
        line-height: 1.22;}
.main-intro p{font-size: 15.3px;
        line-height: 1.87;}
.main-intro .quiet-region{margin-top: 1.5rem;
        max-width: var(--state-static);color:inherit;}
.main-intro .simple-frame{display: flex;
        flex-wrap: wrap;
        gap: var(--state-main);
        margin-top: var(--state-main);}
.main-intro .steady-frame{
        flex: 1 1 var(--font-large);
        min-width: 0;
        padding: calc(var(--state-main) * .72);
        border-radius: 0.7rem;
        background: #EDE6D3;
        color: #3A362C;
    }
.main-intro .steady-frame p{margin-top: calc(1.5rem / 3);}
.main-intro .service-wrap{margin-top: var(--state-main);
        max-width: var(--state-static);color:inherit;}
.main-intro .service-wrap a{color:inherit;
        text-decoration: underline;
        text-underline-offset: 3px;}
.main-intro .service-wrap a:hover{color:inherit;}
.area{--state-main:calc(1.5rem * 1.1);--state-static:calc(1060px / 2.7);padding:calc(1.5rem * 2.4) 2.09rem;background:#5C6B2E;color:#F6F1E4;}
.area .offer-menu{max-width:1060px;margin:0 auto;}
.area h2,.area h3,.area p{margin:0;}
.area h2{font-size:calc(15.3px * 2);line-height:1.14;max-width:var(--state-static);}
.area h3{font-size:calc(15.3px * 1.35);line-height:1.22;}
.area p{font-size:15.3px;line-height:1.87;}
.area .secondary-fields{font-size:calc(15.3px * .875);letter-spacing:.02em;opacity:.78;margin-bottom:calc(1.5rem / 2);}
.area .quiet-region{margin-top:var(--state-main);max-width:var(--state-static);opacity:.88;}
.area .simple-frame{display:flex;flex-wrap:wrap;gap:var(--state-main);margin-top:calc(var(--state-main) * 1.15);}
.area .steady-frame{flex:1 1 calc(1060px / 3.6);min-width:0;padding-top:calc(calc(1.5rem * .75) * .9);border-top:1px solid color-mix(in srgb, currentColor 32%, transparent);}
.area .steady-frame p{margin-top:calc(1.5rem / 3);opacity:.82;}
@media (max-width:720px){.area .steady-frame{flex:1 1 100%;}
}
.wide-panel{
  background:#F6F1E4;
  color:#26221A;
  padding:calc(1.5rem * 2.4) 2.09rem;
}
.wide-panel .offer-menu{max-width:1060px;
  margin:0 auto;}
.wide-panel .media-brand{max-width:46rem;}
.wide-panel .main-view{margin:0 0 1.5rem;
  max-width:34rem;
  color:#3A362C;
  font-size:15.3px;
  line-height:1.87;}
.wide-panel h2{margin:0;
  font-size:calc(15.3px * 2);
  line-height:1.1;
  letter-spacing:0;}
.wide-panel .bottom-grid{margin-top:calc(0.75rem * 1.5);
  max-width:54rem;
  display:flex;
  flex-direction:column;
  gap:0;}
.wide-panel .steady-frame{display:grid;
  grid-template-columns:13rem 1fr;
  gap:0.75rem;
  align-items:baseline;
  padding:calc(1.5rem * .75) 0;}
.wide-panel .steady-frame + .steady-frame{border-top:1px solid #DCD2B9;}
.wide-panel .steady-frame strong{font-size:15.3px;
  font-weight:600;}
.wide-panel .steady-frame span{color:#3A362C;
  line-height:1.87;}
@media (max-width:680px){.wide-panel .steady-frame{
    grid-template-columns:1fr;
    gap:.35rem;
  }
}
.featured-nav{
  --state-main:calc(1.5rem * 1.15);
  --state-static:calc(1060px / 2.2);
  padding:calc(1.5rem * 2.4) 2.09rem;
  background:#F6F1E4;
  color:#26221A;
}
.featured-nav .offer-menu{max-width:1060px;margin:0 auto;}
.featured-nav h2,.featured-nav h3,.featured-nav p{margin:0;}
.featured-nav h2{font-size:calc(15.3px * 2);line-height:1.14;}
.featured-nav h3{font-size:calc(15.3px * 1.35);line-height:1.24;}
.featured-nav p{font-size:15.3px;line-height:1.87;color:color-mix(in srgb, currentColor 76%, transparent);}
.featured-nav a{text-decoration:none;border-bottom:1px solid color-mix(in srgb, #5C6B2E 40%, transparent);}
.featured-nav a:hover{border-bottom-color:#1F5A66;}
.featured-nav .text-wrap{max-width:var(--state-static);}
.featured-nav .quiet-region{margin-top:1.5rem;}
.featured-nav .quiet-area{list-style:none;
  margin:var(--state-main) 0 0;
  padding:0;
  display:flex;
  flex-direction:column;
  gap:calc(0.75rem * 1.5);
  border-left:2px solid #DCD2B9;}
.featured-nav .steady-frame{position:relative;
  display:flex;
  flex-wrap:wrap;
  gap:0.75rem;
  padding-left:1.5rem;
  min-width:0;}
.featured-nav .steady-frame::before{
  content:"";
  position:absolute;
  left:-6px;
  top:0.55rem;
  width:10px;
  height:10px;
  border-radius:50%;
  background:#1F5A66;color:#F2F7F6;}
.featured-nav .contact-feature{flex:0 0 auto;
  display:flex;
  flex-direction:column;
  gap:0.25rem;
  min-width:9.5rem;}
.featured-nav .steady-rail{font-size:calc(15.3px * .875);
  letter-spacing:0.02em;}
.featured-nav .text-service{
  align-self:flex-start;
  padding:0.15rem 0.6rem;
  border-radius:0.39rem;
  background:#1F5A66;
  color:#F2F7F6;
  font-size:calc(15.3px * .875);
  line-height:1.5;
}
.featured-nav .scene{flex:1 1 22rem;
  min-width:0;}
.featured-nav .scene p{margin-top:calc(1.5rem / 3);}
.featured-nav .secondary-fields{margin-top:var(--state-main);
  padding-top:calc(0.75rem * 1.5);
  border-top:1px solid #DCD2B9;
  font-size:calc(15.3px * .875);
  max-width:var(--state-static);}
@media (max-width:640px){.featured-nav .contact-feature{min-width:0;}.featured-nav .steady-frame{padding-left:calc(0.75rem * 1.5);}
}
.offer-note{padding:calc(1.5rem * 2.4) 2.09rem;background:#F6F1E4;color:#26221A}
.offer-note .offer-menu{max-width:min(1060px,56rem);margin:0 auto}
.offer-note .clear-area{max-width:44rem}
.offer-note h2{margin:0;font-size:calc(15.3px * 2);line-height:1.1}
.offer-note .clear-area p{margin:1.5rem 0 0;color:#3A362C;line-height:1.87}
.offer-note .offer-form{margin-top:calc(0.75rem * 1.5);border-top:1px solid #DCD2B9}
.offer-note details{padding:1.5rem 0;border-bottom:1px solid #DCD2B9}
.offer-note summary{cursor:pointer;font-size:calc(15.3px * 1.35);line-height:1.22;list-style:none;display:flex;gap:0.75rem;align-items:baseline}
.offer-note summary::-webkit-details-marker{display:none}
.offer-note summary::before{content:"—";color:#5C6B2E;flex:0 0 auto}
.offer-note details[open] summary::before{content:"·"}
.offer-note details p{max-width:48rem;margin:1.5rem 0 0 calc(1rem + 0.75rem);color:#3A362C;line-height:1.87}
@media(max-width:720px){.offer-note details p{margin-left:0}
}
.page-list{--state-main:calc(1.5rem * 1.25);--state-static:calc(1060px / 2.90);padding:calc(1.5rem * 2.4) 2.09rem;background:#5C6B2E;color:#F6F1E4;}
.page-list .offer-menu{max-width:1060px;margin:0 auto;}
.page-list h1,.page-list h2,.page-list h3,.page-list p{margin:0;}
.page-list h2{font-size:calc(15.3px * 2);line-height:1.12;}
.page-list p{font-size:15.3px;line-height:1.87;}
.page-list .secondary-fields{max-width:var(--state-static);opacity:.82;}
.page-list .simple-frame{display:flex;flex-wrap:wrap;gap:var(--state-main);margin-top:var(--state-main);}
.page-list .steady-frame{flex:1 1 calc(1060px / 3.4);min-width:0;padding:calc(calc(1.5rem * .75) * .85);border-radius:0.7rem;background:color-mix(in srgb, currentColor 11%, transparent);}
.page-list .steady-frame p{opacity:.86;}
.page-list .public-details>h2{margin-top:var(--state-main);}
.page-list .service-wrap{display:flex;flex-wrap:wrap;gap:1.5rem;margin-top:calc(1.5rem / 1.4);font-size:calc(15.3px * .875);}
.page-list .service-wrap a{color:inherit;text-decoration:none;border-bottom:1px solid color-mix(in srgb, currentColor 40%, transparent);padding-bottom:2px;}
.page-list .service-wrap a:hover{border-bottom-color:currentColor;}
.soft-proof{
    color:#26221A;
    background:#F6F1E4;
    padding:calc(1.5rem * 2.4) 2.09rem;
}
.soft-proof .c{max-width:1060px;
    margin:0 auto;
    display:grid;
    gap:2.09rem;}
@media (min-width:1024px){.soft-proof .c{grid-template-columns:minmax(0,1fr) 300px;}
}
.soft-proof .active-team{min-width:0;}
.soft-proof .page-entries{margin-bottom:1.5rem;}
.soft-proof h1{font-size:calc(15.3px * 2.65);
    line-height:1.2;
    margin:0 0 0.6rem;}
.soft-proof .primary-stack{font-size:calc(15.3px * 1.125);
    margin:0 0 1rem;}
.soft-proof .plain-links{display:flex;
    flex-wrap:wrap;
    gap:0.5rem 1.2rem;
    font-size:calc(15.3px * .875);}
.soft-proof .plain-links .text-service{
    background:#1F5A66;
    color:#F2F7F6;
    padding:0.15rem 0.6rem;
    border-radius:0.39rem;
}
.soft-proof .main-panel{line-height:1.87;}
.soft-proof .main-panel p{margin:0 0 1.1rem;}
.soft-proof .main-panel h2{font-size:calc(15.3px * 1.35);
    margin:1.8rem 0 0.8rem;}
.soft-proof .main-panel .simple-frame{margin:0 0 1.2rem;
    padding-left:1.2rem;
    display:flex;
    flex-direction:column;
    gap:0.5rem;}
.soft-proof .main-panel .simple-frame li{line-height:1.7;}
.soft-proof .foot{margin-top:calc(0.75rem * 1.5);
    padding-top:calc(0.75rem * 1.5);
    border-top:1px solid #DCD2B9;}
.soft-proof .foot .secondary-fields{font-size:calc(15.3px * .875);
    margin:0 0 0.8rem;}
.soft-proof .service-wrap{display:flex;
    flex-wrap:wrap;
    gap:0.6rem 1.4rem;}
.soft-proof .service-wrap a{text-decoration:none;
    font-size:calc(15.3px * .875);
    border-bottom:1px solid transparent;
    transition:color 350ms var(--ease-fast), border-color 350ms var(--ease-fast);}
.soft-proof .service-wrap a:hover{border-bottom-color:#1F5A66;}
.soft-proof .wide-surface{
    background:#FBF8EF;
    color:#26221A;
    border:1px solid #DCD2B9;
    padding:calc(1.5rem * .75);
    border-radius:1rem;
    box-shadow:0 1px 5px rgba(0,0,0,0.04);
    align-self:start;
}
.soft-proof .wide-surface h3{margin:0 0 1rem;
    font-size:15.3px;}
.soft-proof .media-details{display:flex;
    flex-direction:column;
    gap:1rem;}
.soft-proof .media-details .steady-frame{display:flex;
    flex-direction:column;
    gap:0.2rem;}
.soft-proof .media-details a{text-decoration:none;
    font-size:calc(15.3px * .875);
    line-height:1.5;}
.soft-proof .media-details a:hover{text-decoration:underline;}
.soft-proof .media-details .primary-stack{font-size:calc(15.3px * .875);
    line-height:1.5;}
.soft-proof .local-stack{margin-top:calc(0.75rem * 1.5);
    padding-top:calc(0.75rem * 1.5);
    border-top:1px solid #DCD2B9;}
.soft-proof .local-stack p{margin:0;
    font-size:calc(15.3px * .875);
    line-height:1.6;}
.text-shell{
        color:#26221A;
        background:#F6F1E4;
        padding:calc(1.5rem * 2.4) 2.09rem;
    }
.text-shell .c{max-width:1060px;
        margin:0 auto;
        display:grid;
        gap:2.09rem;}
@media (min-width:1024px){.text-shell .c{
            grid-template-columns:minmax(0,1fr) 280px;
            align-items:start;
        }
    }
.text-shell .page-entries{margin-bottom:1.5rem;
        padding-bottom:calc(0.75rem * 1.5);
        border-bottom:1px solid #DCD2B9;}
.text-shell h1{font-size:calc(15.3px * 2.65);
        line-height:1.15;
        margin:0 0 0.6rem;}
.text-shell .quiet-region{font-size:calc(15.3px * 1.125);
        margin:0 0 1rem;}
.text-shell .plain-links{display:flex;
        flex-wrap:wrap;
        gap:0.75rem;
        font-size:calc(15.3px * .875);}
.text-shell .main-panel{line-height:1.87;
        font-size:15.3px;}
.text-shell .main-panel p{margin:0 0 calc(0.75rem * 1.5);}
.text-shell .main-panel h2{font-size:calc(15.3px * 1.35);
        margin:1.5rem 0 0.75rem;}
.text-shell .service-wrap{display:flex;
        flex-wrap:wrap;
        gap:0.75rem 2.09rem;
        margin-top:1.5rem;
        padding-top:calc(0.75rem * 1.5);
        border-top:1px solid #DCD2B9;
        font-size:calc(15.3px * .875);}
.text-shell .service-wrap a{text-decoration:none;
        border-bottom:1px solid transparent;
        transition:border-color 350ms var(--ease-fast), color 350ms var(--ease-fast);}
.text-shell .service-wrap a:hover{border-bottom-color:#1F5A66;}
.text-shell .service-grid{
        background:#FBF8EF;
        color:#26221A;
        border:1px solid #DCD2B9;
        border-radius:1rem;
        padding:calc(1.5rem * .75);
        box-shadow:0 1px 5px rgba(0,0,0,0.04);
    }
.text-shell .service-grid h3{font-size:15.3px;
        margin:0 0 calc(0.75rem * 1.5);}
.text-shell .simple-frame{display:flex;
        flex-direction:column;
        gap:0.75rem;}
.text-shell .steady-frame{display:block;
        text-decoration:none;
        color:inherit;
        padding-bottom:0.75rem;
        border-bottom:1px solid #DCD2B9;}
.text-shell .steady-frame:last-child{border-bottom:none;
        padding-bottom:0;}
.text-shell .steady-frame .t{display:block;
        font-size:15.3px;
        margin-bottom:0.2rem;}
.text-shell .steady-frame .s{display:block;
        font-size:calc(15.3px * .875);}
.text-shell .steady-frame:hover .t{}
.text-shell .secondary-fields{margin:calc(0.75rem * 1.5) 0 0;
        font-size:calc(15.3px * .875);
        line-height:1.6;}
.wide-tile{
    background:#F6F1E4;
    color:#26221A;
    padding:calc(1.5rem * 2.4) 2.09rem;
}
.wide-tile .c{max-width:1060px;
    margin:0 auto;
    display:grid;
    gap:2.09rem;}
@media (min-width:1024px){.wide-tile .c{grid-template-columns:minmax(0,1fr) 280px;}
}
.wide-tile .page-entries{padding-bottom:calc(0.75rem * 1.5);
    border-bottom:1px solid #DCD2B9;
    margin-bottom:calc(0.75rem * 1.5);}
.wide-tile h1{font-size:calc(15.3px * 2.65);
    line-height:1.2;
    margin:0 0 0.6rem;}
.wide-tile .primary-stack{font-size:calc(15.3px * 1.125);
    margin:0 0 1rem;}
.wide-tile .plain-links{display:flex;
    flex-wrap:wrap;
    gap:1.2rem;
    font-size:calc(15.3px * .875);}
.wide-tile .main-panel{line-height:1.87;
    font-size:15.3px;}
.wide-tile .main-panel p{margin:0 0 1.1rem;}
.wide-tile .main-panel h2{font-size:calc(15.3px * 1.35);
    margin:1.8rem 0 0.6rem;
    line-height:1.3;}
.wide-tile .secondary-items{list-style:none;
    padding:0;
    margin:0 0 1.4rem;
    display:flex;
    flex-direction:column;
    gap:0.5rem;}
.wide-tile .secondary-items li{padding-left:1.1rem;
    position:relative;
    font-size:15.3px;}
.wide-tile .secondary-items li::before{
    content:"";
    position:absolute;
    left:0;
    top:0.7em;
    width:6px;
    height:6px;
    border-radius:50%;
    background:#1F5A66;color:#F2F7F6;}
.wide-tile .main-panel a{text-decoration:underline;
    text-underline-offset:3px;}
.wide-tile .main-panel a:hover{}
.wide-tile .foot{margin-top:calc(0.75rem * 1.5);
    display:flex;
    flex-wrap:wrap;
    gap:0.5rem;}
.wide-tile .text-service{
    font-size:calc(15.3px * .875);
    padding:0.3rem 0.7rem;
    border-radius:0.39rem;
    background:#EDE6D3;
    color:#3A362C;
}
.wide-tile .service-grid{
    background:#FBF8EF;
    color:#26221A;
    border:1px solid #DCD2B9;
    border-radius:1rem;
    padding:calc(1.5rem * .75);
    box-shadow:0 1px 5px rgba(0,0,0,0.04);
    align-self:start;
}
.wide-tile .service-grid h3{font-size:calc(15.3px * 1.125);
    margin:0 0 0.9rem;}
.wide-tile .service-wrap{list-style:none;
    padding:0;
    margin:0 0 1rem;
    display:flex;
    flex-direction:column;
    gap:0.6rem;}
.wide-tile .service-wrap a{text-decoration:none;
    font-size:15.3px;
    line-height:1.5;}
.wide-tile .service-wrap a:hover{text-decoration:underline;}
.wide-tile .secondary-fields{margin:0;
    font-size:calc(15.3px * .875);
    line-height:1.6;}
.main-tile{
  background: #F6F1E4;
  color: #26221A;
  padding: calc(1.5rem * 2.4) 2.09rem;
}
.main-tile .offer-menu{max-width: min(1060px, 58rem);
  margin: 0 auto;}
.main-tile .active-team{display: flex;
  flex-direction: column;
  gap: calc(0.75rem * 1.5);}
.main-tile .clear-area{display: flex;
  flex-direction: column;
  gap: calc(1.5rem * .75);
  max-width: 44rem;}
.main-tile h2{margin: 0;
  font-size: clamp(calc(15.3px * 2), 4.4vw, calc(15.3px * 2.65));
  line-height: 1.1;}
.main-tile .clear-area p{margin: 0;
  font-size: calc(15.3px * 1.125);
  line-height: 1.65;
  color: #3A362C;}
.main-tile .public-quote{
  display: flex;
  flex-direction: column;
  gap: calc(0.75rem * 1.5);
  background: #FBF8EF;
  color: #26221A;
  border: 1px solid #DCD2B9;
  border-radius: 1rem;
  padding: 1.5rem 2.09rem;
}
.main-tile fieldset.row{border: 0;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;}
.main-tile fieldset.row legend{width: 100%;
  padding: 0 0 calc(1.5rem * .75) 0;
  font-size: calc(15.3px * .875);
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #3A362C;}
.main-tile .featured-plan{display: flex;
  flex-direction: column;
  gap: calc(calc(1.5rem * .75) * 0.4);
  flex: 1 1 14rem;
  min-width: 0;}
.main-tile .featured-plan.wide{flex-basis: 100%;}
.main-tile .featured-plan span{font-size: calc(15.3px * .875);
  color: #26221A;}
.main-tile input,
.main-tile select,
.main-tile textarea{
  width: 100%;
  border: 1px solid #DCD2B9;
  border-radius: 0.39rem;
  background: #F6F1E4;
  color: #26221A;
  padding: calc(calc(1.5rem * .75) * 0.7) calc(1.5rem * .75);
  font: inherit;
  line-height: 1.5;
}
.main-tile textarea{resize: vertical;
  min-height: 5.5rem;}
.main-tile input::placeholder,
.main-tile textarea::placeholder{color: rgba(255,255,255,0.55);}
.main-tile input:focus,
.main-tile select:focus,
.main-tile textarea:focus{outline: 2px solid #1F5A66;
  outline-offset: 1px;}
.main-tile .feature{display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  padding-top: calc(1.5rem * .75);
  border-top: 1px solid #DCD2B9;}
.main-tile .feature .secondary-fields{margin: 0;
  flex: 1 1 22rem;
  max-width: 34rem;
  font-size: calc(15.3px * .875);
  line-height: 1.65;
  color: #3A362C;}
.main-tile button{
  border: 0;
  border-radius: 0.7rem;
  background: #5C6B2E;
  color: #F6F1E4;
  padding: calc(calc(1.5rem * .75) * 0.8) 2.09rem;
  font: inherit;
  font-weight: 700;
  cursor: pointer;
  transition: background 350ms var(--ease-fast);
}
.main-tile button:hover{
  background: #4A5724;color:#26221A;}
.main-tile .service-grid{
  display: flex;
  flex-direction: column;
  gap: calc(calc(1.5rem * .75) * 0.6);
  padding: calc(1.5rem * .75) 2.09rem;
  border-left: 3px solid #1F5A66;
  background: #EDE6D3;
  color: #3A362C;
  border-radius: 0 0.7rem 0.7rem 0;
}
.main-tile .service-grid p{margin: 0;
  font-size: calc(15.3px * .875);
  line-height: 1.7;}
.main-tile .service-grid a{color: #5C6B2E;
  text-decoration: underline;}
.main-tile .service-grid a:hover{color: #1F5A66;}
@media (max-width: 640px) {.main-tile .public-quote{
    padding: calc(0.75rem * 1.5) calc(1.5rem * .75);
  }.main-tile .feature{
    align-items: flex-start;
    flex-direction: column;
  }.main-tile button{
    width: 100%;
  }
}
.service-content{padding:calc(1.5rem * 2.4) 2.09rem;background:linear-gradient(135deg, #F6F1E4 0%, #EDE6D3 55%, #DCE3D2 100%);color:#26221A}
.service-content .offer-menu{max-width:1060px;margin:0 auto;display:grid;grid-template-columns:minmax(0,.46fr) minmax(0,1fr);gap:calc(0.75rem * 1.5);align-items:start}
.service-content .scene{display:flex;flex-direction:column;gap:1.5rem;padding:calc(1.5rem * .75);border-radius:1.36rem;background:#1F5A66;color:#F2F7F6}
.service-content h2{margin:0;font-size:calc(15.3px * 2);line-height:1.15}
.service-content .scene>p{margin:0;font-size:15.3px;line-height:1.87}
.service-content .main-details{display:flex;flex-direction:column;gap:0.75rem}
.service-content .local-rail{padding:calc(1.5rem * .75);border-radius:0.7rem;background:#FBF8EF;color:#26221A;border:1px solid #DCD2B9}
.service-content .local-rail span{display:block;font-size:calc(15.3px * .875);}
.service-content .local-rail strong{display:block;margin-top:calc(calc(1.5rem * .75) * .35);font-size:15.3px;font-weight:600;line-height:1.5}
.service-content .local-rail a{text-decoration:none;border-bottom:1px solid #DCD2B9}
.service-content .local-rail a:hover{}
.service-content .steady-region{min-height:clamp(22rem,44vw,34rem);border-radius:1.36rem;overflow:hidden;border:1px solid #DCD2B9;box-shadow:0 4px 14px rgba(0,0,0,0.05);background:#EDE6D3;color:#3A362C;}
.service-content iframe{display:block;width:100%;height:100%;border:0}
@media (max-width: 860px){.service-content .offer-menu{grid-template-columns:1fr}.service-content .steady-region{min-height:22rem}
}
.direct-tile{padding:calc(1.5rem * 2.4) 2.09rem;background:#F6F1E4;color:#26221A}
.direct-tile .offer-menu{max-width:1060px;margin:0 auto}
.direct-tile .clear-area{margin-bottom:calc(0.75rem * 1.5)}
.direct-tile h2{margin:0 0 calc(1.5rem * .75);font-size:calc(15.3px * 2);line-height:1.1}
.direct-tile .quiet-region{margin:0;max-width:62ch;font-size:15.3px;line-height:1.87;color:#3A362C}
.direct-tile .bottom-grid{display:flex;flex-direction:column;gap:1.5rem}
.direct-tile .plain-feature{display:grid;grid-template-columns:11rem 1fr;gap:2.09rem;padding:1.5rem 0;border-top:1px solid #DCD2B9}
.direct-tile .plain-feature:last-of-type{border-bottom:1px solid #DCD2B9}
.direct-tile .text-service{font-size:calc(15.3px * .875);letter-spacing:0.04em;text-transform:uppercase;color:#3A362C}
.direct-tile .public-headline{margin:0;font-size:calc(15.3px * 1.125);line-height:1.3}
.direct-tile a{color:#5C6B2E;text-decoration:none;overflow-wrap:anywhere}
.direct-tile a:hover{color:#1F5A66}
.direct-tile a strong{font-size:calc(15.3px * 1.125);line-height:1.3}
.direct-tile .secondary-fields{margin:calc(1.5rem * .75) 0 0;font-size:calc(15.3px * .875);line-height:1.87;color:#3A362C}
.direct-tile .quiet-frame{margin:calc(0.75rem * 1.5) 0 0;max-width:66ch;font-size:15.3px;line-height:1.87}
@media(max-width:640px){.direct-tile .plain-feature{grid-template-columns:1fr;gap:calc(1.5rem * .75)}
}
.soft-footer{padding:calc(1.5rem * 2.4) 2.09rem;background:var(--ink-cool);color:var(--line-strong)}
.soft-footer .active-team{max-width:min(1060px,54rem);margin:0 auto}
.soft-footer h2{margin:0;font-size:calc(15.3px * 2.65);line-height:1.08}
.soft-footer .quiet-region{margin:1.5rem 0 calc(0.75rem * 1.5);font-size:calc(15.3px * 1.125);line-height:1.6;color:color-mix(in srgb,currentColor 74%,transparent)}
.soft-footer .direct-content{margin:0 0 calc(0.75rem * 1.5);padding-left:calc(1.5rem * .75);border-left:2px solid color-mix(in srgb,currentColor 22%,transparent)}
.soft-footer .direct-content:last-child{margin-bottom:0}
.soft-footer h3{margin:0 0 calc(1.5rem * .75);font-size:calc(15.3px * 1.35);line-height:1.24}
.soft-footer .direct-content p{margin:0;color:color-mix(in srgb,currentColor 74%,transparent)}
.soft-footer .direct-content a{color:inherit;text-decoration:underline;text-underline-offset:3px}
.soft-footer .direct-content a:hover{color:color-mix(in srgb,currentColor 80%,transparent)}
@media (max-width:640px){.soft-footer .direct-content{padding-left:0.75rem}
}
.row-conditions{
  padding: calc(1.5rem * 2.4) 2.09rem;
  background: var(--ink-cool);
  color: var(--line-strong);
}
.row-conditions .offer-menu{max-width: min(1060px, 74rem);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr);
  gap: calc(0.75rem * 1.5);
  align-items: start;}
.row-conditions .site-section{position: sticky;
  top: calc(0.75rem * 1.5);}
.row-conditions h2{margin: 0;
  font-size: calc(15.3px * 2);
  line-height: 1.12;}
.row-conditions .site-section p{margin: calc(1.5rem * .75) 0 0;
  color: #D9CFB8;
  font-size: 15.3px;
  line-height: 1.87;}
.row-conditions .soft-region{margin-top: calc(1.5rem * .75);
  padding-top: calc(1.5rem * .75);
  border-top: 1px solid #3A362C;
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem 0.75rem;
  font-size: calc(15.3px * .875);
  color: #D9CFB8;}
.row-conditions .soft-region span{text-transform: uppercase;
  letter-spacing: 0.06em;}
.row-conditions .soft-region a{text-decoration: underline;
  text-underline-offset: 3px;}
.row-conditions .soft-region a:hover{}
.row-conditions .public-surface{display: flex;
  flex-direction: column;
  border-top: 1px solid #3A362C;}
.row-conditions .steady-frame{border-bottom: 1px solid #3A362C;}
.row-conditions button{
  width: 100%;
  border: 0;
  padding: calc(1.5rem * .75) 0;
  background: transparent;
  color: inherit;
  font: inherit;
  font-size: calc(15.3px * 1.35);
  line-height: 1.3;
  text-align: left;
  cursor: pointer;
  display: flex;
  align-items: baseline;
  gap: 0.75rem;
}
.row-conditions button::before{content: "+";
  font-size: 15.3px;
  color: #D9CFB8;
  flex: 0 0 auto;
  width: 1ch;}
.row-conditions .steady-frame.is-open button::before{content: "\2013";}
.row-conditions .steady-frame p{margin: 0;
  padding: 0 0 calc(1.5rem * .75) 1.75rem;
  color: #D9CFB8;
  font-size: calc(15.3px * .875);
  line-height: 1.87;}
.row-conditions .steady-frame:not(.is-open) p{display: none;}
@media (max-width: 760px) {.row-conditions .offer-menu{
    grid-template-columns: 1fr;
  }.row-conditions .site-section{
    position: static;
  }
}
.secondary-summary{--state-main:calc(1.5rem * 0.87);padding:calc(1.5rem * 2.4) 2.09rem;background:#5C6B2E;color:#F6F1E4;}
.secondary-summary .offer-menu{max-width:1060px;margin:0 auto;}
.secondary-summary h2,.secondary-summary p{margin:0;}
.secondary-summary h2{font-size:calc(15.3px * 2);line-height:1.12;}
.secondary-summary p{font-size:15.3px;line-height:1.87;}
.secondary-summary a{color:inherit;text-decoration:none;}
.secondary-summary .fields{text-align:center;}
.secondary-summary .fields > p:first-of-type{margin:1.5rem auto 0;max-width:calc(1060px / 2);}
.secondary-summary .top-media{display:inline-flex;align-items:center;justify-content:center;margin-top:1.5rem;padding:calc(1.5rem * .75) 1.5rem;border-radius:0.39rem;background:#F6F1E4;color:#5C6B2E;}
.secondary-summary .service-wrap{margin-top:calc(var(--state-main) * 0.9);font-size:calc(15.3px * .875);}
.secondary-summary .service-wrap a{text-decoration:underline;text-underline-offset:0.2em;}
.secondary-summary .service-wrap a:hover{}
.main-area{
  padding: calc(1.5rem * 2.4) 2.09rem;
  background: var(--ink-cool);
  color: var(--line-strong);
}
.main-area .offer-menu{max-width: min(1060px, 78rem);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(18rem, .55fr);
  gap: calc(0.75rem * 1.5);
  align-items: start;}
.main-area h2{margin: 0;
  font-size: calc(15.3px * 2);
  line-height: 1.1;}
.main-area .scene p{margin: calc(1.5rem * .75) 0 0;
  max-width: 40rem;
  color: #D9CFB8;
  font-size: calc(15.3px * 1.125);}
.main-area .quiet-area{
  padding: calc(1.5rem * .75);
  border-radius: 1rem;
  background: #F6F1E4;
  color: #26221A;
}
.main-area .quiet-area strong{display: block;
  font-size: calc(15.3px * 1.35);
  margin-bottom: 0.75rem;}
.main-area .service-wrap{margin: 0;
  padding-left: 1.1rem;
  display: grid;
  gap: 0.55rem;
  font-size: calc(15.3px * .875);}
.main-area .service-wrap li{line-height: 1.6;}
.main-area .secondary-fields{margin: calc(1.5rem * .75) 0 0;
  padding-top: calc(1.5rem * .75);
  border-top: 1px solid #DCD2B9;color:inherit;
  font-size: calc(15.3px * .875);}
.main-area .secondary-fields a{color:inherit;
  text-decoration: underline;
  text-underline-offset: 2px;}
.main-area .secondary-fields a:hover{color:inherit;}
.main-area .service-grid{max-width: min(1060px, 78rem);
  margin: calc(0.75rem * 1.5) auto 0;
  padding-top: calc(1.5rem * .75);
  border-top: 1px solid rgba(246, 241, 228, 0.18);}
.main-area .plain-feature{margin: 0 0 0.75rem;
  color: #D9CFB8;
  font-size: calc(15.3px * .875);
  max-width: 46rem;}
.main-area .narrow-links{list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem calc(0.75rem * 1.5);}
.main-area .narrow-links a{text-decoration: none;
  border-bottom: 1px solid rgba(246, 241, 228, 0.35);
  padding-bottom: 2px;
  font-size: calc(15.3px * .875);
  transition: border-color 350ms var(--ease-fast), color 350ms var(--ease-fast);}
.main-area .narrow-links a:hover{color: #D9CFB8;
  border-color: #D9CFB8;}
@media (max-width: 760px) {.main-area .offer-menu{
    grid-template-columns: 1fr;
  }
}
.steady-steps{display:flex;flex-wrap:wrap;background:#5C6B2E;color:#F6F1E4}
.steady-steps .team-unit,.steady-steps .plain-figure{flex:1 1 320px;min-width:0;padding:calc(1.5rem * 2.4) 2.09rem}
.steady-steps .team-unit{display:flex;align-items:center;justify-content:flex-end}
.steady-steps h1{max-width:9ch;margin:0;font-size:calc(15.3px * 2.65);line-height:1.02;text-align:right}
.steady-steps .plain-figure{display:flex;flex-direction:column;justify-content:center;gap:calc(0.75rem * 1.5);background:#1F5A66;color:#F2F7F6}
.steady-steps p{max-width:36rem;margin:0;font-size:calc(15.3px * 1.125);line-height:1.87}
.steady-steps .secondary-fields{font-size:15.3px;opacity:.92}
.steady-steps .service-wrap{display:flex;flex-wrap:wrap;gap:0.75rem;margin-top:calc(1.5rem * .75)}
.steady-steps .service-wrap a{display:inline-block;padding:.55rem 1rem;border:1px solid currentColor;border-radius:0.7rem;color:inherit;font-size:15.3px;text-decoration:none;transition:background 350ms var(--ease-fast),color 350ms var(--ease-fast)}
.steady-steps .service-wrap a:hover{background:#F2F7F6;color:#1F5A66}
.steady-steps .service-grid{margin-top:calc(0.75rem * 1.5);font-size:calc(15.3px * .875);opacity:.9}
.steady-steps .service-grid a{color:inherit;text-underline-offset:.22em}
@media(min-width:761px){.steady-steps .team-unit{order:2}}
@media(max-width:760px){.steady-steps{display:block}.steady-steps .team-unit{justify-content:flex-start}.steady-steps h1{text-align:left;max-width:none}}
