.tabset>input[type="radio"]{position:absolute;left:-200vw}.tabset .tab-panel{display:none}.tabset>input:first-child:checked~.tab-panels>.tab-panel:first-child,.tabset>input:nth-child(3):checked~.tab-panels>.tab-panel:nth-child(2),.tabset>input:nth-child(5):checked~.tab-panels>.tab-panel:nth-child(3),.tabset>input:nth-child(7):checked~.tab-panels>.tab-panel:nth-child(4),.tabset>input:nth-child(9):checked~.tab-panels>.tab-panel:nth-child(5),.tabset>input:nth-child(11):checked~.tab-panels>.tab-panel:nth-child(6){display:block}.tabset>label{position:relative;display:inline-block;padding:12px 22px;margin:0 4px;border:1px solid #dbe3ec;cursor:pointer;font-weight:600;color:#5a6573;background:#fff;border-radius:999px;min-width:180px;transition:color .15s ease,border-color .15s ease,box-shadow .15s ease,transform .15s ease}input:focus-visible+label{outline:2px solid rgba(24,117,168,.5);outline-offset:2px}.tabset>label:hover{color:#1875a8;border-color:#b8d3e6}.tabset>input:checked+label{color:#1875a8;border-color:#1875a8;box-shadow:0 4px 14px rgba(24,117,168,.18)}.tab-panel{position:relative;padding:30px 0}.tab-panel>.coming-soon-badge{top:40px;right:12px;z-index:2}.tabset>label img{width:32px;height:32px;margin-right:15px}.tab-panels .tab-panel img{border-radius:12px;box-shadow:0 20px 50px rgba(24,117,168,.18),0 4px 12px rgba(26,35,50,.08);margin-top:24px;max-width:100%}