@import url("https://fonts.googleapis.com/css2?family=Exo:ital,wght@0,100..900;1,100..900&display=swap");.faq-tab-header h2{font-size:60px;font-weight:400;line-height:64.4px;text-align:center;text-transform:uppercase}.faq-tab{display:none}.faq-tab.active{display:flex}.faq-nav.nav-tabs{display:flex;flex-direction:row;flex-wrap:wrap;gap:10px;justify-content:center;list-style:none;width:100%}.faq-pill{background-color:transparent;border-color:#fff;border-width:2px;color:#fff;font-size:12px;font-weight:700}.faq-pill.active,.faq-pill:hover{background-color:#00e789;border-color:#00e789}.faq-answer{color:#ccc}.faq-pill:focus{outline:none}.faq-body-container{display:grid;gap:3rem;grid-template-columns:repeat(2,1fr);justify-content:center}.faq-tab-header-container{align-items:center;display:flex;flex-direction:column;margin-bottom:3rem}.faq-tab-sub-header h2{color:#8dfbb6;font-size:1rem;text-transform:uppercase}.faq-tab-header h3{font-size:2rem}.faq-section-padding{margin-bottom:5rem}.faq-question{font-size:20px;font-weight:700;margin-bottom:1rem}@media screen and (max-width:580px){.faq-tab-header h3{text-align:center}.faq-tab-header h2{font-size:45px}}