.spotlight-feature-cards,.spotlight-feature-cards *,.spotlight-feature-cards :after,.spotlight-feature-cards :before{box-sizing:border-box}.spotlight-feature-cards{width:100%}.spotlight-feature-cards__grid{display:grid;margin:0 auto;width:100%}.spotlight-feature-cards--columns-2 .spotlight-feature-cards__grid{grid-template-columns:repeat(2,minmax(0,1fr))}.spotlight-feature-cards--columns-3 .spotlight-feature-cards__grid{grid-template-columns:repeat(3,minmax(0,1fr))}.spotlight-feature-cards--gap-compact .spotlight-feature-cards__grid{gap:16px}.spotlight-feature-cards--gap-standard .spotlight-feature-cards__grid{gap:24px}.spotlight-feature-cards--gap-generous .spotlight-feature-cards__grid{gap:32px}.spotlight-feature-cards__card{background:var(--spotlight-card-bg,#e9edf3);border-radius:var(--spotlight-card-radius,28px);display:flex;flex-direction:column;min-width:0;overflow:hidden;position:relative;transition:transform .25s ease,box-shadow .25s ease}.spotlight-feature-cards--hover-enabled .spotlight-feature-cards__card:hover{transform:translateY(-6px)}.spotlight-feature-cards__card--width-1_column{grid-column:span 1}.spotlight-feature-cards__card--width-2_columns{grid-column:span 2}.spotlight-feature-cards--columns-2 .spotlight-feature-cards__card--width-2_columns,.spotlight-feature-cards__card--width-full_width{grid-column:1/-1}.spotlight-feature-cards--columns-3
.spotlight-feature-cards__card--width-1_column:last-child:nth-child(3n+1){grid-column:2/span 1}.spotlight-feature-cards--padding-compact .spotlight-feature-cards__content{padding:32px}.spotlight-feature-cards--padding-standard .spotlight-feature-cards__content{padding:40px}.spotlight-feature-cards--padding-generous .spotlight-feature-cards__content{padding:48px}.spotlight-feature-cards--shadow-none .spotlight-feature-cards__card{box-shadow:none}.spotlight-feature-cards--shadow-soft .spotlight-feature-cards__card{box-shadow:0 4px 12px rgba(0,0,0,.08)}.spotlight-feature-cards--shadow-medium .spotlight-feature-cards__card{box-shadow:0 10px 30px rgba(0,0,0,.12)}.spotlight-feature-cards--shadow-strong .spotlight-feature-cards__card{box-shadow:0 20px 60px rgba(0,0,0,.18)}.spotlight-feature-cards__media{overflow:hidden;width:100%}.spotlight-feature-cards__media img{display:block;height:100%;object-fit:cover;width:100%}.spotlight-feature-cards__card--image-style-inset{padding:12px}.spotlight-feature-cards__card--image-style-inset .spotlight-feature-cards__media{border-radius:20px}.spotlight-feature-cards__card--image-style-inset .spotlight-feature-cards__content{padding-bottom:28px;padding-left:28px;padding-right:28px}.spotlight-feature-cards__card--image-style-inset.spotlight-feature-cards__card--image-bottom .spotlight-feature-cards__content{padding-bottom:40px;padding-top:28px}.spotlight-feature-cards__card--image-top .spotlight-feature-cards__media{order:1}.spotlight-feature-cards__card--image-top .spotlight-feature-cards__content{order:2}.spotlight-feature-cards__card--image-bottom .spotlight-feature-cards__content{order:1}.spotlight-feature-cards__card--image-bottom .spotlight-feature-cards__media{order:2}.spotlight-feature-cards__card--image-area-small .spotlight-feature-cards__media{min-height:180px}.spotlight-feature-cards__card--image-area-medium .spotlight-feature-cards__media{min-height:240px}.spotlight-feature-cards__card--image-area-large .spotlight-feature-cards__media{min-height:320px}.spotlight-feature-cards__card--image-area-feature .spotlight-feature-cards__media{min-height:420px}.spotlight-feature-cards__card--image-left{display:grid;grid-template-columns:minmax(220px,42%) minmax(0,1fr)}.spotlight-feature-cards__card--image-left .spotlight-feature-cards__content,.spotlight-feature-cards__card--image-left .spotlight-feature-cards__media{order:0}.spotlight-feature-cards__card--image-left.spotlight-feature-cards__card--image-area-small{grid-template-columns:minmax(180px,35%) minmax(0,1fr)}.spotlight-feature-cards__card--image-left.spotlight-feature-cards__card--image-area-medium{grid-template-columns:minmax(220px,42%) minmax(0,1fr)}.spotlight-feature-cards__card--image-left.spotlight-feature-cards__card--image-area-large{grid-template-columns:minmax(240px,48%) minmax(0,1fr)}.spotlight-feature-cards__card--image-left.spotlight-feature-cards__card--image-area-feature{grid-template-columns:minmax(280px,55%) minmax(0,1fr)}.spotlight-feature-cards__card--image-left .spotlight-feature-cards__media{min-height:auto}.spotlight-feature-cards__card--image-left.spotlight-feature-cards__card--image-style-full_bleed{padding:0}.spotlight-feature-cards__card--image-left.spotlight-feature-cards__card--image-style-full_bleed .spotlight-feature-cards__media{height:100%;min-height:100%}.spotlight-feature-cards__card--image-style-inset.spotlight-feature-cards__card--image-left{gap:12px}.spotlight-feature-cards__card--image-style-inset.spotlight-feature-cards__card--image-left .spotlight-feature-cards__content{padding:20px 20px 20px 0}.spotlight-feature-cards__card--image-only{min-height:260px;padding:0}.spotlight-feature-cards__card--image-only .spotlight-feature-cards__media{height:100%;min-height:inherit}.spotlight-feature-cards__card--image-only.spotlight-feature-cards__card--image-style-inset{padding:12px}.spotlight-feature-cards__card--image-only.spotlight-feature-cards__card--image-style-inset .spotlight-feature-cards__media{border-radius:20px}.spotlight-feature-cards__content{display:flex;flex:1 1 auto;flex-direction:column;min-width:0}.spotlight-feature-cards__card--align-top .spotlight-feature-cards__content{justify-content:flex-start}.spotlight-feature-cards__card--align-middle .spotlight-feature-cards__content{justify-content:center}.spotlight-feature-cards__card--align-bottom .spotlight-feature-cards__content{justify-content:flex-end}.spotlight-feature-cards__icon-wrap{display:flex;flex:0 0 auto;margin-bottom:28px}.spotlight-feature-cards__card--icon-left .spotlight-feature-cards__icon-wrap{margin-bottom:0}.spotlight-feature-cards__icon-heading-row{align-items:center;display:flex;gap:18px;min-width:0}.spotlight-feature-cards__icon-heading-row .spotlight-feature-cards__icon-wrap{margin-bottom:0}.spotlight-feature-cards__icon-heading-row .spotlight-feature-cards__heading{min-width:0}.spotlight-feature-cards__icon{align-items:center;display:inline-flex;flex:0 0 auto;justify-content:center}.spotlight-feature-cards__icon img{display:block;height:100%;object-fit:contain;width:100%}.spotlight-feature-cards--icon-small .spotlight-feature-cards__icon{height:40px;width:40px}.spotlight-feature-cards--icon-medium .spotlight-feature-cards__icon{height:56px;width:56px}.spotlight-feature-cards--icon-large .spotlight-feature-cards__icon{height:72px;width:72px}.spotlight-feature-cards--icon-bg .spotlight-feature-cards__icon{background:var(--spotlight-icon-bg,#44b3f4);border-radius:var(--spotlight-icon-radius,16px);padding:12px}.spotlight-feature-cards--icon-bg.spotlight-feature-cards--icon-small .spotlight-feature-cards__icon{height:52px;width:52px}.spotlight-feature-cards--icon-bg.spotlight-feature-cards--icon-medium .spotlight-feature-cards__icon{height:64px;width:64px}.spotlight-feature-cards--icon-bg.spotlight-feature-cards--icon-large .spotlight-feature-cards__icon{height:80px;width:80px}@media (max-width:767px){.spotlight-feature-cards__icon-heading-row{align-items:flex-start}}.spotlight-feature-cards__heading>*{margin-top:0}.spotlight-feature-cards__heading>:last-child{margin-bottom:0}.spotlight-feature-cards__body{margin-top:18px}.spotlight-feature-cards__body>*{margin-top:0}.spotlight-feature-cards__body>:last-child{margin-bottom:0}.spotlight-feature-cards__statistic{color:var(--spotlight-stat-color,#111314);font-family:THICCCBOI,sans-serif;font-size:clamp(56px,6vw,92px);font-weight:700;letter-spacing:-.06em;line-height:.95}.spotlight-feature-cards__statistic-label{color:var(--spotlight-stat-label-color,#6f778c);font-family:THICCCBOI,sans-serif;font-size:17px;font-weight:500;line-height:1.35;margin-top:16px;max-width:26ch}.spotlight-feature-cards__cta-wrap{margin-top:28px}.spotlight-feature-cards__card--align-bottom .spotlight-feature-cards__cta-wrap{margin-top:auto;padding-top:28px}.spotlight-feature-cards__cta{align-items:center;color:var(--spotlight-cta-color,#111314);display:inline-flex;font-family:THICCCBOI,sans-serif;font-size:16px;font-weight:700;gap:.35em;line-height:1.2;text-decoration:none!important;transition:color .25s ease}.spotlight-feature-cards__cta span:first-child{border-bottom:2px solid;display:inline-block;padding-bottom:4px}.spotlight-feature-cards__cta:focus,.spotlight-feature-cards__cta:hover{color:var(--spotlight-cta-hover-color,#44b3f4);text-decoration:none!important}.spotlight-feature-cards__cta-arrow{display:inline-block;transition:transform .25s ease}.spotlight-feature-cards--arrow-slide .spotlight-feature-cards__cta:focus .spotlight-feature-cards__cta-arrow,.spotlight-feature-cards--arrow-slide .spotlight-feature-cards__cta:hover .spotlight-feature-cards__cta-arrow{transform:translateX(4px)}@media (max-width:991px){.spotlight-feature-cards--columns-2 .spotlight-feature-cards__grid,.spotlight-feature-cards--columns-3 .spotlight-feature-cards__grid{grid-template-columns:repeat(2,minmax(0,1fr))}.spotlight-feature-cards__card--width-full_width{grid-column:1/-1}.spotlight-feature-cards--padding-compact .spotlight-feature-cards__content,.spotlight-feature-cards--padding-generous .spotlight-feature-cards__content,.spotlight-feature-cards--padding-standard .spotlight-feature-cards__content{padding:32px}.spotlight-feature-cards__card--image-left{grid-template-columns:1fr}.spotlight-feature-cards__card--image-left .spotlight-feature-cards__media{min-height:260px}.spotlight-feature-cards__card--image-style-inset.spotlight-feature-cards__card--image-left .spotlight-feature-cards__content{padding:20px}}@media (max-width:767px){.spotlight-feature-cards--columns-2 .spotlight-feature-cards__grid,.spotlight-feature-cards--columns-3 .spotlight-feature-cards__grid{grid-template-columns:1fr}.spotlight-feature-cards__card,.spotlight-feature-cards__card--width-1_column,.spotlight-feature-cards__card--width-2_columns,.spotlight-feature-cards__card--width-full_width{grid-column:1/-1!important;margin-left:0!important;transform:none!important}.spotlight-feature-cards--padding-compact .spotlight-feature-cards__content,.spotlight-feature-cards--padding-generous .spotlight-feature-cards__content,.spotlight-feature-cards--padding-standard .spotlight-feature-cards__content{padding:28px}.spotlight-feature-cards__card--image-left,.spotlight-feature-cards__card--width-full_width.spotlight-feature-cards__card--image-left{grid-template-columns:1fr}.spotlight-feature-cards__card--image-left .spotlight-feature-cards__media,.spotlight-feature-cards__card--width-full_width.spotlight-feature-cards__card--image-left .spotlight-feature-cards__media{min-height:240px}.spotlight-feature-cards__card--image-left .spotlight-feature-cards__content,.spotlight-feature-cards__card--width-full_width.spotlight-feature-cards__card--image-left .spotlight-feature-cards__content{padding:28px}.spotlight-feature-cards__card--image-style-inset.spotlight-feature-cards__card--image-left .spotlight-feature-cards__content,.spotlight-feature-cards__card--image-style-inset.spotlight-feature-cards__card--width-full_width.spotlight-feature-cards__card--image-left .spotlight-feature-cards__content{padding:20px}.spotlight-feature-cards__card--image-area-feature .spotlight-feature-cards__media,.spotlight-feature-cards__card--image-area-large .spotlight-feature-cards__media,.spotlight-feature-cards__card--image-area-medium .spotlight-feature-cards__media,.spotlight-feature-cards__card--image-area-small .spotlight-feature-cards__media{min-height:240px}.spotlight-feature-cards__card--image-only{min-height:260px}.spotlight-feature-cards__icon-heading-row{align-items:flex-start}.spotlight-feature-cards__statistic{font-size:56px}.spotlight-feature-cards__cta-wrap{margin-top:24px}}