.heroTabsWrapper{border-radius:20px;display:flex;max-width:600px;padding:20px;width:100%}.heroTabsWrapper .heroTabsTriggers{width:33.33%}.heroTabsWrapper .heroTabsContent{width:66.666%}.heroTabsWrapper .heroTabsTriggers .trigger{align-items:center;border-bottom:2px solid transparent;cursor:pointer;display:flex;font-size:1.25rem;margin-right:-2px;padding:10px 16px}.heroTabsWrapper .heroTabsTriggers .trigger.active{background:#fff;border-bottom:2px solid #888;border-radius:50px 0 0 50px;cursor:default;position:relative;z-index:2}.heroTabsWrapper .heroTabsTriggers .trigger img{height:20px;margin-right:6px;width:20px}.heroTabsWrapper .heroTabsContent .content{padding:12px}.heroTabsWrapper .heroTabsContent .content:not(.active){display:none}.heroTabsWrapper .heroTabsContent .content.active{background:#fff;border-bottom:2px solid #888;border-left:2px solid #888;height:100%;position:relative;z-index:1}@media only screen and (max-width:1024px){.heroTabsWrapper{flex-wrap:wrap;margin-bottom:80px}.heroTabsWrapper .heroTabsContent,.heroTabsWrapper .heroTabsTriggers{width:100%}.heroTabsWrapper .heroTabsTriggers .trigger.active{border-radius:50px}.heroTabsWrapper .heroTabsContent{margin-bottom:20px;margin-top:20px}}