.tabs-wrapper{padding:1rem 1.5rem;border-radius:2rem;background:var(--content-bg);margin:0 auto;display:flex;gap:.5rem}.tabs-wrapper.type-2{flex-direction:column;background:var(--cu-white);padding:2rem 1.5rem;box-shadow:0 0 10px 0 var(--cu-card-box-shadow-color);margin:unset}.tabs-wrapper.type-2 .tab{padding:.625rem 1rem;justify-content:left;border-radius:1rem}.tabs-wrapper.type-3{width:100%;padding:1rem 0;gap:0}.tabs-wrapper.type-3,.tabs-wrapper.type-3 .tab{background:rgba(0,0,0,0)!important;border:none!important;align-items:center;display:flex}.tabs-wrapper.type-3 .tab{border-radius:0!important;font-weight:500;color:#8c9aa5;white-space:nowrap;flex-shrink:0;padding:0;cursor:pointer}.tabs-wrapper.type-3 .tab:hover{color:#1563a1}.tabs-wrapper.type-3 .tab:hover .step-number{border-color:#1563a1;color:#1563a1}.tabs-wrapper.type-3 .tab.active{color:#1563a1;background:rgba(0,0,0,0)!important;border:none!important}.tabs-wrapper.type-3 .tab.active .step-number{border-color:#1563a1;color:#1563a1}.tabs-wrapper.type-3 .step-connector{flex:1;height:1px;background:#d0d7de;margin:0 8px}.tabs-wrapper.type-3 .step-number{position:relative;z-index:1;flex-shrink:0;width:28px;height:28px;border-radius:50%;border:1px solid #d0d7de;display:flex;align-items:center;justify-content:center;font-size:.875rem;font-weight:600;margin-right:.5rem;background:#fff;transition:all .2s ease}@media screen and (max-width:768px){.tabs-wrapper{flex-wrap:wrap}}.tabs-wrapper .tab{display:flex;align-items:center;justify-content:center;font-size:1rem;font-weight:600;gap:.625rem;padding:.625rem 1rem;border-radius:1.25rem;color:var(--footer-bg-color)}@media screen and (max-width:390px){.tabs-wrapper .tab{width:100%;justify-content:start}}.tabs-wrapper .tab{cursor:pointer}.tabs-wrapper .tab.active,.tabs-wrapper .tab:hover{background:linear-gradient(93deg,#3f8cca -5.08%,#1563a1 106.36%);color:var(--cu-white)}.tabs-wrapper .tab .tab-icon{padding:.625rem;border-radius:.75rem;background:var(--cu-white)}