.wf-feature-showcase{--wf-feature-showcase-interval:5s;--wf-feature-showcase-border:var(--light-theme-border-03);--wf-feature-showcase-divider:var(--light-theme-divider-01);--wf-feature-showcase-hover:var(--light-theme-hover-01);--wf-feature-showcase-frame-border:var(--light-theme-container-01)}.wf-feature-showcase[data-cl-theme=dark]{--wf-feature-showcase-border:var(--dark-theme-border-highlight-01);--wf-feature-showcase-divider:var(--dark-theme-border-02);--wf-feature-showcase-hover:var(--dark-theme-hover-01);--wf-feature-showcase-frame-border:var(--dark-theme-container-01)}.wf-feature-showcase{border-bottom:1px solid var(--wf-feature-showcase-divider)}.wf-feature-showcase-detail-panel{display:none}.wf-feature-showcase-detail-panel.-active{display:block}.wf-feature-showcase-detail-image,.wf-feature-showcase-detail-video{aspect-ratio:4/3;border-radius:.5rem;overflow:hidden;width:100%}@media(min-width:600px){.wf-feature-showcase-detail-image,.wf-feature-showcase-detail-video{aspect-ratio:2.5/1}}.wf-feature-showcase-detail-image iframe,.wf-feature-showcase-detail-image img,.wf-feature-showcase-detail-image picture,.wf-feature-showcase-detail-video iframe,.wf-feature-showcase-detail-video img,.wf-feature-showcase-detail-video picture{display:block;height:100%;width:100%}.wf-feature-showcase-detail-image img{object-fit:cover}.wf-feature-showcase-detail-video iframe{border:none}.wf-feature-showcase-detail-video .detail-video{height:100%}.wf-feature-showcase-detail-video .detail-video--desktop,.wf-feature-showcase-detail-video .detail-video--tablet{display:none}@media(min-width:600px){.wf-feature-showcase-detail-video .detail-video--mobile{display:none}.wf-feature-showcase-detail-video .detail-video--tablet{display:block}}@media(min-width:1080px){.wf-feature-showcase-detail-video .detail-video--tablet{display:none}.wf-feature-showcase-detail-video .detail-video--desktop{display:block}}.wf-feature-showcase-accordion-detail.-frame-glass,.wf-feature-showcase-accordion-detail.-frame-solid,.wf-feature-showcase-detail-panel.-frame-glass,.wf-feature-showcase-detail-panel.-frame-solid{border:2px solid var(--wf-feature-showcase-frame-border);border-radius:24px;padding:.75rem}@media(min-width:600px){.wf-feature-showcase-accordion-detail.-frame-glass,.wf-feature-showcase-accordion-detail.-frame-solid,.wf-feature-showcase-detail-panel.-frame-glass,.wf-feature-showcase-detail-panel.-frame-solid{padding:1.5rem}}.wf-feature-showcase-accordion-detail.-frame-glass .wf-feature-showcase-detail-image img,.wf-feature-showcase-accordion-detail.-frame-glass .wf-feature-showcase-detail-video iframe,.wf-feature-showcase-accordion-detail.-frame-solid .wf-feature-showcase-detail-image img,.wf-feature-showcase-accordion-detail.-frame-solid .wf-feature-showcase-detail-video iframe,.wf-feature-showcase-detail-panel.-frame-glass .wf-feature-showcase-detail-image img,.wf-feature-showcase-detail-panel.-frame-glass .wf-feature-showcase-detail-video iframe,.wf-feature-showcase-detail-panel.-frame-solid .wf-feature-showcase-detail-image img,.wf-feature-showcase-detail-panel.-frame-solid .wf-feature-showcase-detail-video iframe{border-radius:12px}.wf-feature-showcase-accordion-detail.-frame-glass,.wf-feature-showcase-detail-panel.-frame-glass{backdrop-filter:blur(50px);background:linear-gradient(111deg,hsla(0,0%,100%,.4) -8.95%,hsla(0,0%,100%,.01) 114%);position:relative}.wf-feature-showcase-accordion-detail.-frame-glass:after,.wf-feature-showcase-detail-panel.-frame-glass:after{border:2px solid var(--wf-feature-showcase-frame-border);border-radius:24px;content:"";inset:0;mix-blend-mode:overlay;pointer-events:none;position:absolute}.wf-feature-showcase-accordion-detail.-frame-solid{background:var(--cl-color-container-01)}.wf-feature-showcase-bottom{display:flex;flex-direction:column;gap:.5rem;padding-top:2.5rem}@media(min-width:600px){.wf-feature-showcase-bottom{gap:0;padding-top:0}}@media(min-width:1080px){.wf-feature-showcase-bottom{border-top:1px solid var(--wf-feature-showcase-border);flex-direction:row;padding-top:1rem}}.wf-feature-showcase-shared{display:flex;flex-direction:column;justify-content:center;min-width:300px;padding:1rem 0}@media(min-width:1080px){.wf-feature-showcase-shared{flex:.25;padding-right:1.5rem}}.wf-feature-showcase-shared-heading{font-size:var(--cl-font-size-h3);line-height:var(--cl-line-height-h3);margin:0 0 .5rem}.wf-feature-showcase-shared-description{font-size:var(--cl-font-size-p-small);line-height:var(--cl-line-height-p-small);margin:0;padding-right:1rem}.wf-feature-showcase-features{display:grid;grid-template-columns:1fr}@media(min-width:600px){.wf-feature-showcase-features{border-top:1px solid var(--wf-feature-showcase-border);grid-template-columns:repeat(auto-fit,minmax(0,1fr));grid-template-rows:auto auto 1fr;padding-top:1rem}}@media(min-width:1080px){.wf-feature-showcase-features{border-top:none;flex:.75;padding-top:0}}.wf-feature-showcase-progress-fill{background:transparent;border-radius:4px;height:2px;left:0;position:absolute;top:-1px;width:0}@media(min-width:600px){.wf-feature-showcase-progress-fill{top:calc(-1rem - 2px)}}.wf-feature-showcase-feature.-active .wf-feature-showcase-progress-fill{background:var(--light-theme-loading-primary-fill-active);width:100%}.wf-feature-showcase-progress-fill.-animating{animation:wf-feature-showcase-progress var(--wf-feature-showcase-interval,5s) linear forwards}.wf-feature-showcase-progress-fill.-animating.-paused{animation-play-state:paused}[data-show-progress-dot=true] .wf-feature-showcase-progress-fill:after{background:var(--cl-color-border-brand-01);border-radius:50%;content:"";height:8px;opacity:0;position:absolute;right:-4px;top:-3px;width:8px}[data-show-progress-dot=true] .wf-feature-showcase-progress-fill.-animating:after{opacity:1}@keyframes wf-feature-showcase-progress{0%{width:0}to{width:100%}}.wf-feature-showcase-feature{cursor:pointer;position:relative}@media(min-width:600px){.wf-feature-showcase-feature{display:grid;grid-row:span 3;grid-template-rows:subgrid}}@media(min-width:1080px){.wf-feature-showcase-feature{border-left:none}}.wf-feature-showcase-feature:focus-visible{outline:2px solid #0b8484;outline-offset:2px}.wf-feature-showcase-feature.-active:before{background:var(--light-theme-hover-03);content:"";height:2px;left:0;position:absolute;top:0;width:100%}@media(min-width:600px){.wf-feature-showcase-feature.-active:before{top:calc(-1rem - 2px)}}.wf-feature-showcase-feature.cl-card:not(:last-child){margin-right:1rem}.wf-feature-showcase-feature-content{border-top:1px solid var(--wf-feature-showcase-divider);display:flex;flex-direction:column;height:100%;justify-content:flex-start}@media(min-width:600px){.wf-feature-showcase-feature-content{align-content:start;border-left:1px solid var(--wf-feature-showcase-divider);border-top:none;display:grid;grid-row:1/span 3;grid-template-rows:subgrid;height:auto;padding:1rem 1.5rem 0}.wf-feature-showcase-feature-content:hover{background:var(--wf-feature-showcase-hover)}}.cl-card .wf-feature-showcase-feature-content{border-left:none;overflow:hidden}.cl-card .wf-feature-showcase-feature-content:hover{background:none}.wf-feature-showcase-feature-icon{display:none}@media(min-width:600px){.wf-feature-showcase-feature-icon{display:initial;grid-row:1;width:1.5rem}}.wf-feature-showcase-feature-title{font-weight:var(--cl-font-weight-h5);margin:1rem 0}@media(min-width:600px){.wf-feature-showcase-feature-title{grid-row:2;margin:0 0 1rem}}.wf-feature-showcase-feature-title{font-size:var(--cl-font-size-h5);line-height:var(--cl-line-height-h5)}.cl-card .wf-feature-showcase-feature-title{margin-top:0}.wf-feature-showcase-feature-title .cl-icon{max-height:1em;max-width:1em;min-height:1em;min-width:1em;position:relative;top:.1em;transition:transform .5s ease}.-active .wf-feature-showcase-feature-title .cl-icon{transform:rotate(90deg)}@media(min-width:600px){.wf-feature-showcase-feature-title .cl-icon{display:none}}.wf-feature-showcase-feature-description{font-size:var(--cl-font-size-p-small);line-height:var(--cl-line-height-p-small);margin:0 0 1rem}.wf-feature-showcase-features.-content-center .wf-feature-showcase-feature-description,.wf-feature-showcase-features.-content-center .wf-feature-showcase-feature-title,.wf-feature-showcase-features.-title-center .wf-feature-showcase-feature-title{text-align:center}.wf-feature-showcase-feature:not(.-active) .wf-feature-showcase-feature-description{display:none}@media(min-width:600px){.wf-feature-showcase-feature:not(.-active) .wf-feature-showcase-feature-description{display:block}}.wf-feature-showcase-detail-area{display:none}@media(min-width:600px){.wf-feature-showcase-detail-area{display:block;margin-bottom:3rem}}@media(min-width:1080px){.wf-feature-showcase-detail-area{margin-bottom:2rem}}.wf-feature-showcase-copy{height:0;margin-top:auto;overflow:hidden;transition:height 1s ease,visibility 1s,overflow 1s;visibility:hidden;interpolate-size:allow-keywords}.wf-feature-showcase-copy[aria-expanded=true]{height:auto;visibility:visible}@media(min-width:600px){.wf-feature-showcase-copy{grid-row:3;height:auto;margin-top:0;overflow:visible;transition:none;visibility:visible}}.wf-feature-showcase-accordion-detail{margin-bottom:1.5rem}@media(min-width:600px){.wf-feature-showcase-accordion-detail{display:none}}