.tab-container{display:flex;flex-direction:column;gap:2rem;max-width:144rem;margin:auto}.tab-header{display:flex;width:-moz-fit-content;width:fit-content;background-color:#f2f4f7;padding:.6rem;border-radius:14px}@media(max-width:767px){.tab-header{flex-direction:column;width:100%}}.tab-box{white-space:nowrap;cursor:pointer;flex:1 1;padding:1.4rem;gap:1rem;border-radius:14px;font-size:1.8rem;font-weight:400;line-height:28px;background-color:#f2f4f7;color:#98a2b3;transition:background-color .3s,color .3s}@media(max-width:767px){.tab-box{padding:1rem}}@media(max-width:515px){.tab-box{padding:1rem;text-align:center}}.tab-box.active{background-color:#fff;color:#475467}.tab-content{padding-top:4rem}@media(max-width:1050px){.tab-content{padding-top:1rem;width:90vw}}