tabs-ce{background:var(--color-grey-tertiary);color:var(--color-light-grey);display:block;padding-block:var(--space-3xl-4xl)}tabs-ce[data-bg=white]{background:#fff}tab-panel-ce{transition:opacity .3s ease-in}tab-panel-ce img{aspect-ratio:1;object-fit:cover;object-position:top;width:430px}tab-panel-ce[data-display=hide],tab-panel-ce[data-display=hide] *{border:0;clip:rect(0 0 0 0);height:1px;margin:0;opacity:0;overflow:hidden;padding:0;position:absolute;white-space:nowrap;width:1px}tab-panel-ce p.tab-panel-name{font-size:var(--size-step-4);font-weight:700}tab-panel-ce p.tab-panel-title{color:var(--color-blue);font-size:var(--size-step-2);font-weight:600;line-height:1.25}tabs-ce content-width-ce{display:flex;flex-direction:row;flex-wrap:wrap;gap:var(--space-s-m)}tab-controls-ce{display:flex;flex-basis:33.33333%;flex-direction:column;flex-grow:1;flex-wrap:wrap;gap:var(--space-2xs);justify-content:flex-start}tab-controls-ce button.tab-control{--flow-gap:0.25rem;align-items:center;background:#fff;border:none;cursor:pointer;display:flex;justify-content:space-between;margin-inline-end:var(--space-s-m);padding-block:var(--space-2xs-xs);padding-inline-end:0;padding-inline-start:var(--space-s-m);text-align:left;transition:margin .3s ease-in}tab-controls-ce button.tab-control svg{flex-basis:var(--space-s-m);flex-shrink:0;opacity:0;transition:opacity .3s ease-in}tab-controls-ce button .title{padding-inline-end:var(--space-s-m)}tab-controls-ce button.tab-control:active svg,tab-controls-ce button.tab-control[data-state=active] svg{max-width:30px;opacity:1}tab-controls-ce button.tab-control:focus-visible,tab-controls-ce button.tab-control:hover{background:var(--color-dark-blue);color:#fff}tab-controls-ce button.tab-control:active,tab-controls-ce button.tab-control[data-state=active]{background:var(--color-dark-blue);color:#fff;margin-inline:0}.text-wrapper .name{color:var(--color-light-grey);font-size:var(--size-step-2);font-weight:600;line-height:1.5}.text-wrapper .title{color:var(--color-blue);font-size:var(--size-base);font-weight:400;line-height:1.25}tab-controls-ce button.tab-control:active .name,tab-controls-ce button.tab-control:active .title,tab-controls-ce button.tab-control:focus-visible .name,tab-controls-ce button.tab-control:focus-visible .title,tab-controls-ce button.tab-control:hover .name,tab-controls-ce button.tab-control:hover .title,tab-controls-ce button.tab-control[data-state=active] .name,tab-controls-ce button.tab-control[data-state=active] .title{color:#fff}tab-panels-ce{align-items:center;background:#fff;box-shadow:0 40px 50px 0 rgba(0,0,0,.2);display:flex;flex-basis:calc(66.66667% - var(--space-xl));flex-grow:1}tab-panels-ce .content-wrapper{padding-block:var(--space-l-xl);padding-inline:var(--space-m-2xl)}@media (max-width:1023px){tabs-ce content-width-ce{flex-direction:column;gap:var(--space-l-xl)}tab-controls-ce button.tab-control{transition:none}}