@import url("https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,wght@0,200;0,300;0,400;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,600;1,700;1,800;1,900&display=swap");h1,h2,h3,h4,h5,h6,p,span{font-family:Nunito Sans;font-style:normal}h4{color:var(--interface-dark-down,#67697a);font-size:16px;font-style:normal;font-weight:700;line-height:18px;margin:0}.tab a{text-decoration:none}.tab a:hover{color:#0025e0}.tabs{margin:0 auto;max-width:1200px}.tab-button,.tabs{display:flex;justify-content:center}.tab-button{background-color:#fff;border-bottom:1px solid #b6b9cc;cursor:pointer;padding:16px 20px;width:250px}.tab-content{margin-top:20px}.tab{display:none}#tab1,#tab2,#tab3,#tab4{flex-direction:row;flex-wrap:wrap;gap:16px;justify-content:flex-start;margin:0 auto;max-width:1076px;width:100%}.card{align-items:center;background:var(--interface-light-pure,#fff);border:1px solid var(--interface-light-down,#ebecf5);border-radius:8px;display:flex;flex-direction:column;gap:16px;height:148px;justify-content:center;margin:5px;padding:24px;text-align:center;width:214px}.card:hover{background:var(--interface-light-down,#f5f5f7)}.tab-button.active{border-bottom:2px solid #0025e0}.tab-button.active,.tab-button.active h4{color:#0025e0!important}@media (max-width:768px){.tabs{display:flex}#tab1,#tab2,#tab3,#tab4,.tabs{flex-wrap:wrap;justify-content:center;margin:0 auto;max-width:768px}#tab1,#tab2,#tab3,#tab4{flex-direction:row;gap:16px;width:100%}}@media (max-width:480px){.tabs{display:flex;flex-wrap:wrap;justify-content:center;margin:0 auto;max-width:480px}.card{height:132px;max-width:300px;padding:16px;width:100%}}