/* rebrush.css */
:root{
--bg:#ffffff;
--card:#f2f8f9;
--white:#0b0d0f;
--grey:#4f5d68;
--dim:#6b7883;
--line:rgba(11,13,15,.09);
--line-strong:rgba(11,13,15,.18);
--tq-text:#00707c;
}
body{background:#fff;color:var(--white)}
.bar__cta,.btn-tq{color:#0b0d0f}
.bar{background:rgba(255,255,255,.8);border-bottom-color:var(--line)}
.bar.scrolled{background:rgba(255,255,255,.94)}
.bar__nav{border-color:var(--line-strong)}
.bar__nav a+a{border-left-color:var(--line-strong)}
.bar img,.drawer img,footer img{filter:brightness(0)}
.drawer{background:rgba(255,255,255,.98)}
.burger span{background:#0b0d0f}
.tq,h1 .tq,h2 .tq,h1 em,h2 em,.hl,.accent{color:var(--tq-text)}
.hm-situation__fig img{filter:grayscale(1) brightness(1)}
.hm-situation__fig{border-radius:20px;overflow:hidden}
.ch-photo .shade{background:linear-gradient(180deg,rgba(255,255,255,0) 40%,rgba(255,255,255,.85) 100%)}
.ch-photo .sub{color:#0b0d0f}
.post-card:hover{box-shadow:0 24px 48px -24px rgba(11,13,15,.2)}
.tag:hover{box-shadow:0 10px 26px rgba(11,13,15,.12)}
.hm-step__options a:hover,.hm-step__options a:focus-visible{border-color:rgba(0,183,199,.5);background:#fff;box-shadow:0 16px 36px -22px rgba(11,13,15,.3)}
.logo-card{border-color:var(--line)}
.agent::after{background:linear-gradient(180deg,transparent 55%,rgba(255,255,255,.9) 100%)}
.agent .ag-name,.agent .ag-role{text-shadow:none}
.hm-sticky{background:rgba(255,255,255,.94);box-shadow:0 24px 60px -20px rgba(11,13,15,.3)}
footer{background:#f5f7f8}
.hm-hero__fig{margin-right:0;width:100%;border-radius:28px;box-shadow:0 40px 80px -40px rgba(0,60,70,.45)}
.hm-hero__fig img{-webkit-mask-image:none;mask-image:none}
@media(max-width:900px){.hm-hero__fig{margin-right:0;border-radius:22px}}
h1 .tq,h2 .tq{display:block}
h1,h2,h1 .tq,h2 .tq{text-wrap:balance}
.agent .ag-role,.cc-contact,.cc-label,.cc-role,.ch-num,.col h4,.foot__bottom,.foot__claim,.foot__col .foot__h4,.foot__col h4,.gov-row span,.hm-networks,.hm-result__bar,.hm-step__kicker,.hm-sticky__text span,.hm-trust li,.mcol .m,.morelink,.post-card .m,.pstep .m,.scroll-hint,.tag{font-family:'Archivo',system-ui,sans-serif;text-transform:none;letter-spacing:0;font-weight:600;font-size:14.5px;line-height:1.4}
.col li::before,.hm-result__hebel li::before{font-family:'Archivo',system-ui,sans-serif;letter-spacing:0}
.tag,.cc-label,.hm-step__kicker,.morelink,.ch-num,.pstep .m,.post-card .m,.agent .ag-role{color:var(--tq-text)}
.cc-contact a,.hm-person .cc-contact a{font-family:'Archivo',system-ui,sans-serif;letter-spacing:0}
.hm-person .cc-role{font-weight:500}
.foot__bottom,.foot__claim{font-weight:500;font-size:14px}
.hm-page .ch-num,.ch-num{font-size:15px;letter-spacing:0;margin-bottom:24px}
.ch-num::before{background:var(--tq-text)}
/* nav-c.css */
.bar{height:76px;padding:0 max(24px,calc((100vw - 1240px)/2));background:rgba(255,255,255,.78);border-bottom:1px solid rgba(11,13,15,.06);display:grid;grid-template-columns:1fr auto 1fr}
.bar.scrolled{height:64px;background:rgba(255,255,255,.92)}
.bar__logo{justify-self:start}
.bar__logo img{height:22px}
.bar.scrolled .bar__logo img{height:20px}
.bar__nav{gap:2px;padding:4px;border:0;border-radius:14px;background:#eef2f4;box-shadow:inset 0 1px 2px rgba(11,13,15,.06)}
.bar__nav a,.bar__nav a+a{border:0;padding:9px 18px;border-radius:10px;font-size:15px;font-weight:500;color:#3b4750;transition:background .25s,color .25s,box-shadow .25s}
.bar__nav a:hover,.bar__nav a[aria-current="page"]{background:#fff;color:#0b0d0f;box-shadow:0 1px 2px rgba(11,13,15,.08),0 4px 12px -4px rgba(11,13,15,.14)}
.bar__nav a[aria-current="page"]{color:#00707c}
.bar__right{justify-self:end}
.bar__cta{display:inline-flex;align-items:center;min-height:46px;padding:0 22px;border-radius:12px;font-size:15px}
.bar__cta:hover{filter:none;transform:none;box-shadow:0 10px 24px -12px rgba(0,183,199,.7)}
/* nav-mobil.css */
.burger{position:relative;z-index:60;width:44px;height:44px;padding:0;gap:6px;align-items:center;justify-content:center;border-radius:12px;background:#eef2f4}
.burger span{width:18px;height:2px;border-radius:2px;background:#0b0d0f;transition:transform .35s cubic-bezier(.2,.8,.2,1),opacity .2s}
.burger span:nth-child(3){display:none}
body:has(.drawer.open) .burger span:nth-child(1){transform:translateY(4px) rotate(45deg)}
body:has(.drawer.open) .burger span:nth-child(2){transform:translateY(-4px) rotate(-45deg)}
.drawer{justify-content:flex-start;gap:0;padding:112px 28px 40px;background:#fff;transform:translateY(-100%);opacity:0;transition:transform .5s cubic-bezier(.2,.8,.2,1),opacity .3s}
.drawer.open{transform:none;opacity:1}
.drawer a{display:flex;align-items:center;justify-content:space-between;padding:18px 0;font-size:28px;font-weight:600;letter-spacing:-.02em;color:#0b0d0f;border-bottom:1px solid rgba(11,13,15,.08)}
.drawer a:not(.bar__cta)::after{content:"\2192";font-size:20px;color:#00b7c7;transition:transform .3s}
.drawer a:not(.bar__cta):hover::after{transform:translateX(4px)}
.drawer .bar__cta{display:flex;justify-content:center;margin-top:32px;min-height:56px;padding:0;border:0;border-radius:999px;font-size:17px;color:#0b0d0f}
@media(prefers-reduced-motion:no-preference){
.drawer.open a{animation:navIn .5s cubic-bezier(.2,.8,.2,1) both}
.drawer.open a:nth-child(2){animation-delay:.04s}.drawer.open a:nth-child(3){animation-delay:.08s}
.drawer.open a:nth-child(4){animation-delay:.12s}.drawer.open a:nth-child(5){animation-delay:.16s}.drawer.open a:nth-child(6){animation-delay:.2s}
}
@keyframes navIn{from{opacity:0;transform:translateY(-10px)}}
.drawer{overflow-y:auto;-webkit-overflow-scrolling:touch;overscroll-behavior:contain}
.drawer .bar__cta{flex:none}
@media(max-height:500px){
.drawer{padding:76px 28px 16px}
.drawer a{padding:10px 0;font-size:22px}
.drawer .bar__cta{margin-top:14px;min-height:48px}
}
@media(max-width:1100px){
.bar{padding-inline:max(16px,4vw)}
}
.bar__logo img{width:auto;flex:none}
@media(max-width:1140px){
.bar{display:flex;justify-content:space-between}
.bar__right .bar__cta{display:none}
}
.drawer .bar__cta{background:#00b7c7;color:#0b0d0f}
.drawer .bar__cta::after{display:none}
/* rebrush-pages.css */
.ct-steps li,.job-card__badge,.job-card__eyebrow,.job-card__meta li,.job-detail code,.job-detail__back,.job-detail__badge,.job-detail__eyebrow,.job-detail__gate__label,.job-detail__meta li,.legal-page .morelink,.legal-page .subtitle,.legal-page code,.legal-page h2 .section-num,.ls-detail__back,.ls-detail__badge,.ls-detail__eyebrow,.ls-detail__meta li,.ls-index .m,.ls-index__head,.ls-next__label,.ls-steps .t,.model-table thead th,.model-table-caption__meta,.model-table-caption__title,.mt-mono,.mt-price-line,.mt-price-note,.mt-tag,.mt-vendor,.nf-code,.nf-grid-label,.pa-inline .ct-info-badge,.pa-inline .ct-optional,.pa-inline .pa-btn-back,.pa-inline .pa-count,.pa-inline .pa-diag-block-title,.pa-inline .pa-diag-row dt,.pa-inline .pa-field label,.pa-inline .pa-progress-label,.pa-inline .pa-step-error,.rail a,.rail a .label,.stage-card__link,.stage-card__num,.svc-card__eyebrow,.wissen-pager{font-family:'Archivo',system-ui,sans-serif;text-transform:none;letter-spacing:0;font-weight:600;font-size:14.5px;line-height:1.4}
.col li::before,.hm-result__hebel li::before{font-family:'Archivo',system-ui,sans-serif;letter-spacing:0}
:root{--dim:#5d6a74}
.btn-line:hover,.cc-contact a,.col--no h4,.col--no li::before,.ct-steps li span,.drawer a[aria-current="page"],.foot__bottom a:hover,.foot__col a:hover,
.hm-hero__alt a,.hm-next__copy .caption a,.hm-next__tel a,.hm-page .ch-hero .caption a,.hm-quote::before,.hm-result__bar span:first-child,.hm-result__hebel li::before,
.job-card__eyebrow,.job-card__gate strong,.job-card__points strong,.job-detail__back,.job-detail__eyebrow,.job-detail__gate strong,.job-detail__gate__label,.job-detail__lead strong,.job-detail__section ul li strong,
.ls-detail__back,.ls-detail__eyebrow,.ls-detail__lead strong,.ls-detail__section ul li strong,.ls-faq summary::after,.ls-index .m,.ls-next__arrow,.ls-next__label,.ls-steps .t,
.nf-code,.nf-grid a::after,.nf-grid a:hover,.nf-page h1 .tq,
.pa-inline .ct-info-badge,.pa-inline .ct-privacy a,.pa-inline .ct-req,.pa-inline .pa-diag-block-title,.pa-inline .pa-diag-pattern-name,.pa-inline .pa-diag-soft a,.pa-inline .pa-diag-sub em,.pa-inline .pa-field label,.pa-inline .pa-progress-label,
.rail a.active,.rail a.active .num,.rail a:hover .num,.stage-card__link,.stage-card__num,.svc-card__eyebrow,.tag--tq,.tag--tq::before{color:var(--tq-text)}
a[style*="color:var(--tq)"]{color:var(--tq-text)!important}
.job-card__badge,.job-detail__badge,.ls-detail__badge,.pa-inline .pa-btn-next,.pa-inline .pa-btn-submit,.pa-inline .pa-calendar-btn,
.pa-inline .pa-option-mature.pa-option-selected .pa-option-num,.pa-inline .pa-option-selected::after{color:#0b0d0f}
.pa-inline .ct-error,.pa-inline .pa-step-error{color:#b42318}
.pa-inline .pa-count-near{color:#9a5b00}
.col--yes h4{color:#0b0d0f}
.col--yes li::before,.gov-row span::before{color:var(--tq-text)}
.svc-card:hover,.ls-index a:hover{background:#e8f4f6}
.rail{background:rgba(255,255,255,.72)}
.rail a .label{box-shadow:0 18px 40px -14px rgba(11,13,15,.25)}
.ch-hero::before{background:radial-gradient(circle,rgba(0,183,199,.09),transparent 65%)}
.pa-inline .pa-option:hover{box-shadow:0 10px 24px -16px rgba(11,13,15,.3)}
html .legal-page a{color:var(--tq-text)}
html .legal-page .subtitle,html .legal-page .morelink,html .legal-page h2 .section-num,html .legal-page code,html .nf-code,html .nf-grid-label{font-family:'Archivo',system-ui,sans-serif;text-transform:none;letter-spacing:0;font-size:14.5px;color:var(--tq-text)}
html .nf-grid-label{color:var(--dim)}
html .nf-page h1 .tq,html .nf-grid a:hover,html .nf-grid a::after{color:var(--tq-text)}
html:root{--ag-turquoise:#00707c;--ag-turquoise-dim:rgba(0,183,199,.12);--ag-text-high:#0b0d0f;--ag-text-mid:#4f5d68;--ag-text-low:#5d6a74;
--ag-border:rgba(11,13,15,.09);--ag-border-accent:rgba(0,183,199,.45);--ag-surface-0:#fff;--ag-surface-1:#f2f8f9;--ag-surface-2:#e8f3f5;--ag-surface-hover:#e8f4f6;--ag-surface-alt:#f2f8f9}
html .wissen-crumbs,html .wissen-card .meta,html .post-meta span{font-size:14px}
html body .wissen-pillar-badge{color:#00707c;border-color:rgba(0,183,199,.5);background:rgba(0,183,199,.08);font-size:14px;text-transform:none;letter-spacing:0}
html body .wissen-pager,html body .wissen-pager .wissen-pager__link,html body .wissen-pager .wissen-pager__count{font-family:'Archivo',system-ui,sans-serif;text-transform:none;letter-spacing:0;font-size:15px}
html body .wissen-pager .wissen-pager__link{color:var(--tq-text)}
html body .wissen-pager .wissen-pager__link--disabled{color:var(--dim)}
html .model-table-wrap{background:linear-gradient(135deg,rgba(0,183,199,.45),rgba(0,183,199,.12) 40%,rgba(11,13,15,.08))}
html .model-table-inner{background:#fff}
html .model-table-caption{background:#f2f8f9;border-bottom-color:rgba(0,183,199,.2)}
html .model-table-caption__title,html .model-table-caption__meta,html .model-table thead th,html .mt-vendor,html .mt-tag,html .mt-mono,html .mt-price-line,html .mt-price-label,html .mt-price-note{font-family:'Archivo',system-ui,sans-serif;text-transform:none;letter-spacing:0}
html .model-table-caption__title{font-size:15px;color:#00707c}
html .model-table-caption__meta,html .mt-price-label{font-size:14px;color:var(--dim)}
html .model-table thead th{font-size:14px;background:#f2f8f9;color:#0b0d0f}
html .model-table tbody tr:not(:last-child) td{border-bottom-color:rgba(11,13,15,.08)}
html .model-table td:not(:last-child){border-right-color:rgba(11,13,15,.05)}
html .model-table,html .mt-pos,html .mt-mono,html .mt-price-line{font-size:14.5px}
html .mt-vendor,html .mt-tag,html .mt-price-note,html .mt-price-note strong{font-size:14px;color:#00707c}
html .mt-vendor--openai{color:#0b0d0f;border-color:rgba(126,217,87,.8);background:rgba(126,217,87,.14)}
html body .cb-btn{min-height:44px}
html body .cb-btn-primary{color:#0b0d0f}
html body .cb-btn-primary:hover{background:#00b7c7;box-shadow:0 10px 24px -12px rgba(0,183,199,.7)}
html body .cb-btn-link,html body .cb-btn-outline:hover{color:#00707c}
html body .cb-links a,html body .cb-cat-desc,html body .cb-btn-link{font-size:14px}
html body .cb-always{color:#00707c;font-size:14px;text-transform:none;letter-spacing:0}
html body .cb-reopen{background:#fff;border-color:rgba(11,13,15,.12);color:#00707c;box-shadow:0 8px 24px -10px rgba(11,13,15,.3)}
html body .cb-reopen:hover{background:#fff}
.hm-step__options .d,.hm-result__foot,.pa-inline .ct-privacy,.pa-inline .ct-privacy span,.pa-inline .ct-privacy a{font-size:14px}
@media(max-width:900px){.cc-contact a{font-size:14px;letter-spacing:0}}
@media(max-width:640px){.contact-card .cc-contact:not(.hm-person .cc-contact){font-size:0;line-height:0}.contact-card .cc-contact a{display:block;font-size:14px;line-height:1.55;margin:6px 0}}
html body .author-role.author-role,html body .role-line.role-line,html body .ai-note.ai-note{font-size:14px}
html body .mt-bar.mt-bar{background:linear-gradient(90deg,#00b7c7,rgba(0,183,199,.25))}
.hm-sticky__close{min-width:44px;min-height:44px;display:inline-flex;align-items:center;justify-content:center;border-radius:10px}
.chapter.ch-photo,.hm-page .chapter.ch-photo{padding-top:104px;padding-bottom:96px}
@media(max-width:900px){.chapter.ch-photo,.hm-page .chapter.ch-photo{padding-top:72px;padding-bottom:64px}}
.ch-photo .photo-wrap{flex-direction:column;align-items:stretch;min-height:0;overflow:visible}
.ch-photo .shade{display:none}
.ch-photo .container{order:-1;padding-top:0;padding-bottom:clamp(36px,4vw,56px)}
.ch-photo img.bgimg{position:relative;inset:auto;display:block;width:calc(100% - 112px);max-width:1128px;height:auto;aspect-ratio:16/8;margin:0 auto;
opacity:1;filter:none;animation:none;border-radius:28px;box-shadow:0 40px 80px -40px rgba(0,60,70,.45)}
.ch-photo .sub{color:var(--grey)}
@media(max-width:900px){.ch-photo img.bgimg{width:calc(100% - 48px);aspect-ratio:4/3;border-radius:20px}}
.contact-card{border-radius:20px}
.contact-card .cc-photo{border-radius:20px;box-shadow:0 30px 60px -30px rgba(0,60,70,.45)}
.job-card__badge,.job-detail__badge{background:#00b7c7;color:#0b0d0f;font-size:14px}
@media(max-width:900px){.job-card__badge{font-size:14px}}
@media(max-width:360px){
.bar{padding-inline:14px}
.drawer{padding-left:20px;padding-right:20px}
.drawer a{font-size:24px}
}
html body .cb-reopen{width:44px;height:44px}
html body .wissen-container .posts-grid.posts-grid{grid-template-columns:repeat(auto-fill,minmax(min(320px,100%),1fr))}
@media(max-width:480px){h1,h2{hyphens:auto;-webkit-hyphens:auto;overflow-wrap:break-word}}
html .wissen-prose img{border:0;border-radius:20px;box-shadow:0 30px 60px -34px rgba(0,60,70,.45)}
@media(max-width:900px){
html body .cb-reopen{left:0;bottom:0;padding:0 0 6px 6px;box-sizing:border-box;opacity:.6;background:none;border:0;box-shadow:none}
html body .cb-reopen svg{width:36px;height:36px;padding:7px;border-radius:50%;background:#fff;border:1px solid rgba(11,13,15,.12);box-shadow:0 4px 14px -6px rgba(11,13,15,.35)}
html body .cb-reopen:hover,html body .cb-reopen:focus-visible{opacity:1}
html body footer{padding-bottom:104px}
@supports(animation-timeline:scroll()){
html body .cb-reopen{animation:cbReopenIn linear both;animation-timeline:scroll(root);animation-range:0 240px}
}
}
@keyframes cbReopenIn{from{opacity:0;visibility:hidden}to{opacity:.6;visibility:visible}}
@media(min-width:901px){html body footer{padding-bottom:88px}}
@media(max-width:900px){
p a,li:not(.foot__col li) a,dd a,td a,label a,.caption a,.ct-privacy a,.cc-contact a,.hm-hero__alt a,.hm-next__tel a,.wissen-prose a,.legal-page a,.job-detail__section a,.ls-detail__section a{padding-block:8px}
.morelink,.job-detail__back,.ls-detail__back,.wissen-pager__link,.legal-page .morelink,.nf-grid a,.back-link,
html body .wissen-crumbs a,html body .post-meta a,html body .author-links a,html body .author-hero .links a{padding-block:12px;margin-block:-12px}
html body .foot__col a{display:flex;align-items:center;min-height:44px;margin-bottom:0}
.foot__bottom a{display:inline-block;padding-block:13px}
.bar__logo{min-height:44px;align-self:center}
.hm-step__options a{min-height:44px}
.contact-card .cc-contact a{padding-block:12px;margin:0}
}
.caption a,.hm-hero__alt a,.hm-next__copy .caption a,.hm-page .ch-hero .caption a,.hm-next__tel a,.sub a,.ct-privacy a,.pa-inline .ct-privacy a{text-decoration:underline;text-decoration-color:rgba(0,183,199,.6);text-decoration-thickness:1.5px;text-underline-offset:4px}