.c-cards-bisel-wrap{box-sizing:border-box;width:100%}.c-cards-bisel-wrap--align-center{text-align:center}.c-cards-bisel-wrap--align-left{text-align:left}.c-cards-bisel-wrap--align-right{text-align:right}.c-cards-bisel-wrap h2.c-cards-bisel__title,.c-cards-bisel-wrap h3.c-cards-bisel__title,.c-cards-bisel-wrap h4.c-cards-bisel__title{margin-top:0}.c-cards-bisel-wrap--has-title h2.c-cards-bisel__title,.c-cards-bisel-wrap--has-title h3.c-cards-bisel__title,.c-cards-bisel-wrap--has-title h4.c-cards-bisel__title{margin-bottom:24px}.c-cards-bisel__title:empty{display:none}.c-cards-bisel-wrap h2.c-cards-bisel__title--h2{font-size:40px;line-height:48px}.c-cards-bisel-wrap h3.c-cards-bisel__title--h3{font-size:36px;line-height:44px}.c-cards-bisel-wrap h4.c-cards-bisel__title--h4{font-size:28px;line-height:36px}@media screen and (max-width:991px){.c-cards-bisel-wrap h2.c-cards-bisel__title--h2{font-size:clamp(28px,8vw,36px);line-height:1.2}.c-cards-bisel-wrap h3.c-cards-bisel__title--h3{font-size:clamp(22px,6.5vw,30px);line-height:1.25}.c-cards-bisel-wrap h4.c-cards-bisel__title--h4{font-size:clamp(18px,5.5vw,24px);line-height:1.3}}.c-cards-bisel{box-sizing:border-box;width:100%}.c-cards-bisel__list{align-items:center;display:flex;flex-direction:row;flex-wrap:wrap;gap:var(--cb-gap,16px);justify-content:var(--cb-justify,center);list-style:none;margin:0;padding:0;width:100%}.c-cards-bisel__item{margin:0;padding:0}.c-cards-bisel__card.text-badge.big{align-items:center;border-radius:var(--cb-radius,16px);box-sizing:border-box;color:inherit;display:flex;flex-shrink:0;font-size:0;height:var(--cb-size,64px);justify-content:center;line-height:0;margin:0;min-height:var(--cb-size,64px);min-width:var(--cb-size,64px);overflow:hidden;padding:var(--cb-padding,8px);text-decoration:none;white-space:normal;width:var(--cb-size,64px)}.c-cards-bisel__card.text-badge.big:focus{outline:none}.c-cards-bisel__card.text-badge.big:focus-visible{outline:3px solid #002a6d;outline-offset:3px}@media (forced-colors:active){.c-cards-bisel__card.text-badge.big:focus-visible{outline:3px solid ButtonText}}.c-cards-bisel__img{display:block;height:auto;max-height:100%;max-width:100%;object-fit:contain;width:auto}.c-cards-bisel--small{--cb-size:64px;--cb-padding:8px;--cb-radius:16px;--cb-gap:16px}.c-cards-bisel--medium{--cb-size:88px;--cb-padding:11px;--cb-radius:20px;--cb-gap:18px}.c-cards-bisel--large{--cb-size:112px;--cb-padding:14px;--cb-radius:24px;--cb-gap:20px}.c-cards-bisel--xlarge{--cb-size:144px;--cb-padding:18px;--cb-radius:32px;--cb-gap:24px}.c-cards-bisel--align-center{--cb-justify:center}.c-cards-bisel--align-left{--cb-justify:flex-start}.c-cards-bisel--align-right{--cb-justify:flex-end}