.bdc-section{display:grid;column-gap:var(--bdc-gap-col,0px);row-gap:var(--bdc-gap-row,0px);width:100%;max-width:1500px}
section#bdc-section-bdc-section--vertical,section#bdc-section-bdc-section--horizontal{display:flex;width:100%;justify-content:center;padding:50px 50px 100px 50px;background-color:#ffffff}
.bdc-section--vertical{grid-template-columns:1fr}
.bdc-section--horizontal{grid-template-columns:repeat(2,1fr)}
.bdc-section--horizontal .bdc-block:first-child,.bdc-section--horizontal .bdc-block--full-width{grid-column:1 / -1}
.bdc-section--horizontal .bdc-block:not(:first-child):not(.bdc-block--full-width){min-height:600px}
img.bpb-card__img.native_content.lazyShow{max-height:none;object-fit:none;max-width:700px}
.bdc-section--horizontal .bdc-block:first-child{grid-column:1 / -1}
.bdc-block{position:relative;display:flex;overflow:hidden;background-color:transparent;background-size:cover;background-position:center;justify-content:center}
.bdc-block--auto{min-height:0}
.bdc-block--small{min-height:280px}
.bdc-block--medium{min-height:420px}
.bdc-block--large{min-height:580px}
.bdc-block__overlay{position:absolute;inset:0;background:rgba(0,0,0,var(--bdc-overlay,0.35));z-index:0}
.bdc-block__inner{position:relative;z-index:1;display:flex;flex-direction:column;gap:14px;padding:40px 48px;width:100%}
.bdc-block--pos-top-left .bdc-block__inner{justify-content:flex-start;align-items:flex-start}
.bdc-block--pos-center .bdc-block__inner{justify-content:center;align-items:center;text-align:center}
.bdc-block--pos-bottom-left .bdc-block__inner{justify-content:flex-end;align-items:flex-start}
.bdc-block--pos-bottom-center .bdc-block__inner{justify-content:flex-end;align-items:center;text-align:center}
.bdc-block--white .bdc-block__title,.bdc-block--white .bdc-block__desc,.bdc-block--white .bdc-block__label{color:#fff}
.bdc-block--dark .bdc-block__title,.bdc-block--dark .bdc-block__desc,.bdc-block--dark .bdc-block__label{color:#111}
.bdc-block__label{font-size:11px;font-weight:700;letter-spacing:0.1em;text-transform:uppercase;opacity:0.75;margin:0}
.bdc-block__title{font-size:clamp(22px,3.5vw,48px);font-weight:800;line-height:1.15;margin:0}
.bdc-block__desc{font-size:clamp(13px,1.5vw,16px);line-height:1.6;margin:0;max-width:520px;opacity:0.9}
.bdc-block__cta{display:inline-block;font-size:12px;font-weight:700;letter-spacing:0.06em;text-transform:uppercase;text-decoration:none;padding:10px 24px;border-radius:30px;transition:opacity 0.2s;margin-top:4px}
.bdc-block__cta:hover{opacity:0.85}
.bdc-block__cta--filled{background:#e02020;color:#fff}
.bdc-block__cta--outline-white{border:2px solid #fff;color:#fff}
.bdc-block__cta--outline-dark{border:2px solid #111;color:#111}
.bdc-block__media{position:absolute;inset:0;display:flex;align-items:center;justify-content:flex-end;pointer-events:none;padding-right:40px;z-index:0}
.bdc-block__media img{max-height:90%;width:auto;object-fit:contain}
img.bpb-card__img{width:100%;height:100%;max-height:1500px}
@media (max-width:900px){.bdc-block__inner{padding:32px 28px}
}
@media (max-width:768px){.bdc-section--horizontal{grid-template-columns:1fr}
.bdc-section--horizontal .bdc-block:first-child{grid-column:unset}
.bdc-block--large{min-height:340px}
.bdc-block--medium{min-height:260px}
.bdc-block--small{min-height:200px}
.bdc-block__inner{padding:28px 20px}
.bdc-block__desc{max-width:100%}
}