.cnd-hero{position:relative;width:100%;min-height:clamp(360px,52vh,520px);overflow:hidden;color:#fff;--cnd-hero-mask-color:var(--color-cnd-smoked-blue,#f8fcff);}.cnd-hero--has-mask{margin-bottom:-1px;}.cnd-hero__media{position:absolute;inset:0;background-color:var(--color-cnd-slate);background-repeat:no-repeat;background-position:center;background-size:cover;}.cnd-hero__overlay{position:absolute;inset:0;background:linear-gradient(180deg,rgba(8,20,40,0.35) 0%,rgba(8,20,40,0.55) 45%,rgba(8,20,40,0.72) 100%);pointer-events:none;}.cnd-hero__inner{position:relative;z-index:2;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:14px;min-height:inherit;padding:clamp(110px,14vh,165px) var(--spacing-2) clamp(88px,11vh,130px);text-align:center;}.cnd-hero--has-mask .cnd-hero__inner{padding-bottom:clamp(155px,18vh,195px);transform:translateY(-36px);}body.header-default .cnd-hero__inner{padding-top:clamp(130px,16vh,185px);}body.header-default .cnd-hero--has-mask .cnd-hero__inner{padding-top:clamp(125px,15vh,175px);}body.header-over-hero .cnd-hero__inner,body.header-over_hero .cnd-hero__inner{padding-top:clamp(135px,17vh,190px);}body.header-over-hero .cnd-hero--has-mask .cnd-hero__inner,body.header-over_hero .cnd-hero--has-mask .cnd-hero__inner{padding-top:clamp(130px,16vh,180px);}.cnd-hero__title{margin:0;max-width:18ch;font-family:var(--font-cnd-title);font-size:clamp(2.4rem,6vw,3.75rem);font-weight:800;line-height:1;letter-spacing:-0.02em;color:#fff;}.cnd-hero--has-breadcrumb .cnd-hero__title{margin-bottom:2px;}.cnd-hero .cnd-breadcrumbs{margin:0;}.cnd-hero .cnd-breadcrumbs__list{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:0;margin:0;padding:0;list-style:none;font-family:var(--font-cnd-body);font-size:clamp(0.9rem,1.6vw,1.05rem);font-weight:500;line-height:1.3;color:rgba(255,255,255,0.92);}.cnd-hero .cnd-breadcrumbs__item{display:inline-flex;align-items:center;}.cnd-hero .cnd-breadcrumbs__separator{display:inline-block;flex-shrink:0;margin:0 0.55rem;font-size:1.15em;font-weight:400;line-height:1;color:rgba(255,255,255,0.65);user-select:none;}.cnd-hero .cnd-breadcrumbs__link{color:inherit;text-decoration:none;transition:opacity 0.2s ease;}.cnd-hero .cnd-breadcrumbs__link:hover{opacity:0.8;color:inherit;text-decoration:none;}.cnd-hero .cnd-breadcrumbs__current{color:inherit;}.cnd-hero__mask{position:absolute;left:0;right:0;bottom:-1px;z-index:3;width:100%;line-height:0;pointer-events:none;color:var(--cnd-hero-mask-color);}.cnd-hero.background-white,.cnd-hero.background-smoked-blue{--cnd-hero-mask-color:var(--color-cnd-smoked-blue,#f8fcff);}.cnd-hero.background-gray{--cnd-hero-mask-color:#f0f2f5;}.cnd-hero__mask-svg,.cnd-hero__mask-img{display:block;width:100%;height:clamp(56px,10vw,100px);}@media (max-width:767px){.cnd-hero{min-height:clamp(320px,58vh,440px);}.cnd-hero__inner{padding-left:var(--spacing-1);padding-right:var(--spacing-1);gap:10px;}.cnd-hero--has-mask .cnd-hero__inner{transform:translateY(-24px);padding-bottom:clamp(130px,16vh,165px);}.cnd-hero__title{font-size:clamp(2rem,10vw,2.75rem);}}