.tab-buttons{display:none;gap:10px;margin-bottom:10px}.tab-content.active{display:block}.tabbed-cards__card-wrapper{display:none;height:100%}.tabbed-cards__card-wrapper.active{display:grid;gap:24px;grid-template-columns:repeat(auto-fill,minmax(300px,1fr))}.tabbed-cards__card{background-color:var(--white);background-position:50%;background-size:cover;border-bottom-right-radius:50px;height:350px;isolation:isolate;overflow:hidden;padding:36px;position:relative}.tabbed-cards__card:before{content:"";height:100%;left:0;position:absolute;top:0;width:100%;z-index:-1}.tabbed-cards__ctas{display:flex;flex-wrap:wrap;gap:48px;justify-content:space-between;margin-bottom:64px}.tabbed-cards__content{max-width:770px}.tabbed-cards select{color:var(--white)}@media only screen and (min-width:768px){.tabbed-cards select{display:none}.tab-buttons{display:flex}}