.features-list.theme-white{--section-bg:#fff;--section-text:var(--color-steel-blue);--tagline-color:var(--color-steel-blue)}.features-list.theme-warm-white{--section-bg:var(--color-warm-white);--section-text:var(--color-steel-blue);--tagline-color:var(--color-steel-blue)}.features-list.theme-light-grey{--section-bg:var(--color-light-grey);--section-text:var(--color-steel-blue);--tagline-color:var(--color-steel-blue)}.features-list.theme-steel-blue{--section-bg:var(--color-steel-blue);--section-text:#fef5ef;--tagline-color:var(--color-warm-white)}.features-list.theme-cobalt-blue{--section-bg:var(--color-cobalt-blue);--section-text:#fff;--tagline-color:var(--color-warm-white)}.features-list.theme-coral-red{--section-bg:var(--color-coral-red);--section-text:#fff;--tagline-color:var(--color-warm-white)}.features-list{background:var(--section-bg,var(--color-steel-blue))}.features-list__container{display:flex;flex-direction:column;gap:80px;margin:0 auto;max-width:1408px;padding:0 64px}.features-list__intro{display:flex;flex-direction:column;gap:24px;max-width:1267px}.features-list__tagline{color:var(--tagline-color,var(--color-coral-red));font-family:Caveat,cursive;font-size:20px;font-weight:400;margin:0}.features-list__copy,.features-list__heading{color:var(--section-text,#fef5ef);margin:0}.features-list__copy{font-family:Onest,sans-serif;font-size:20px;line-height:1.6}.features-list__copy p{margin:0 0 1em}.features-list__copy p:last-child{margin-bottom:0}.features-list__accordion{border:1px solid hsla(0,4%,5%,.15);border-radius:var(--radius-md);height:720px}.features-list__accordion,.features-list__tab{align-items:stretch;display:flex;flex-direction:row;overflow:hidden}.features-list__tab{flex:0 0 auto;transition:flex .35s ease}.features-list__tab--active{flex:1 1 auto}.features-list__tab:nth-child(odd) .features-list__tab-header{background:#e5eef6}.features-list__tab:nth-child(2n) .features-list__tab-header{background:#ccdeee}.features-list__tab--active .features-list__tab-header{background:#e5eef6}.features-list__tab-header{align-items:center;border:none;cursor:pointer;display:flex;flex-direction:column;flex-shrink:0;gap:16px;justify-content:space-between;padding:32px 24px;text-align:center;transition:background .2s;width:90px}.features-list__tab--active .features-list__tab-header{cursor:default}.features-list__tab-header:hover{opacity:.9}.features-list__tab-number{font-size:32px;writing-mode:horizontal-tb}.features-list__tab-label,.features-list__tab-number{color:var(--color-steel-blue);font-family:Barlow Condensed,sans-serif;font-weight:700;letter-spacing:.01em;line-height:1.2;text-transform:uppercase}.features-list__tab-label{font-size:20px;margin:0;max-height:280px;overflow:hidden;text-overflow:ellipsis;transform:rotate(180deg);white-space:nowrap;writing-mode:vertical-rl}.features-list__tab-content{background:#e5eef6;display:none;flex:1;flex-direction:column;gap:24px;min-width:0;overflow-y:auto;padding:64px 48px}.features-list__tab--active .features-list__tab-content{display:flex}.features-list__tab-text{display:flex;flex-direction:column;gap:16px}.features-list__tab-title{color:var(--color-steel-blue);font-family:Barlow Condensed,sans-serif;font-size:48px;font-weight:600;letter-spacing:.01em;line-height:1.2;margin:0;text-transform:uppercase}.features-list__tab-copy{color:var(--color-steel-blue);font-family:Onest,sans-serif;font-size:16px;line-height:1.6}.features-list__tab-copy p{margin:0 0 .75em}.features-list__tab-copy p:last-child{margin-bottom:0}.features-list__tab-image{border-radius:16px;display:block;flex-shrink:0;height:335px;object-fit:cover;width:100%}.features-list__tab-cta{align-items:center;align-self:flex-start;background:var(--color-coral-red);border-radius:var(--radius-lg);color:#fff;display:inline-flex;flex-shrink:0;font-family:Onest,sans-serif;font-size:18px;font-weight:500;padding:10px 24px;text-decoration:none;transition:opacity .2s}.features-list__tab-cta:hover{opacity:.85}@media (max-width:1199px){.features-list__container{padding:0 40px}}@media (max-width:991px){.features-list__accordion{flex-direction:column;height:auto;overflow:visible}.features-list__tab{border-bottom:1px solid hsla(0,4%,5%,.15);flex-direction:column;overflow:visible;transition:none}.features-list__tab--active{flex:0 0 auto}.features-list__tab:first-child{border-radius:var(--radius-md) var(--radius-md) 0 0}.features-list__tab:last-child{border-bottom:none;border-radius:0 0 var(--radius-md) var(--radius-md)}.features-list__tab-header{flex-direction:row;gap:16px;justify-content:flex-start;padding:20px 24px;width:100%}.features-list__tab-label{font-size:20px;max-height:none;transform:none;writing-mode:horizontal-tb}.features-list__tab-content{padding:24px}.features-list__tab-image{height:200px}}@media (max-width:767px){.features-list__container{gap:48px;padding:0 24px}.features-list__tab-title{font-size:32px}}