body{color:#222;font-family:sans-serif;line-height:1.5;margin:1rem auto}header{border-bottom:1px solid #222;margin-bottom:1rem}footer{border-top:1px solid #222;margin-top:1rem}a{color:#00e;text-decoration:none}main{display:flex;align-items:center;justify-content:center}code{font-size:87.5%;color:#e83e8c}.stream-container{margin:0 auto;padding-left:0;padding-right:0;width:900px;box-shadow:0 2px 12px rgba(0,0,0,7%)}.faq-logo-container{display:flex;justify-content:center;margin-bottom:2rem}.faq-logo-img{width:900px;height:300px;display:block;margin-left:auto;margin-right:auto}.title{text-align:center;font-size:2.8rem;margin-bottom:1rem;color:#1a2a3a}.faq-categories{max-width:800px;margin:0 auto}.faq-category-title{font-size:2rem;margin-top:2.5rem;margin-bottom:1.5rem;color:#1a2a3a}.faq-item{border-bottom:1px solid #e0e0e0}.faq-question{background:0 0;border:none;width:100%;text-align:left;font-size:1.1rem;font-weight:600;padding:1rem;cursor:pointer;transition:background .2s;display:flex;justify-content:space-between}.faq-question:focus{outline:none}.faq-answer{max-height:0;overflow:hidden;transition:max-height .4s cubic-bezier(.4,0,.2,1),padding .4s;background:#fff;padding:0 1rem}.faq-item.open .faq-answer{display:block;max-height:1000px;padding:1rem}.faq-answer p{padding:0;margin:0}.faq-item.open .faq-question{background:#f4f4f4}.faq-question[aria-expanded=true] .faq-chevron{transform:rotate(180deg);transition:transform .2s}.faq-chevron{width:1rem;height:1rem;transition:transform .3s;transition:transform .2s}.faq-search-container{position:relative;max-width:600px;margin-bottom:2rem;margin-left:auto;margin-right:auto;display:flex;align-items:center;justify-content:center}.faq-search-icon{position:absolute;left:.75em;top:50%;transform:translateY(-50%);pointer-events:none;color:#888;z-index:2}.faq-search-icon img{width:20px;height:20px;opacity:.7}.faq-search{width:100%;max-width:600px;padding:.75rem 1.25rem .75rem 2.5em;font-size:1.1rem;border:1px solid #000;border-radius:2rem;background:#f7fafd;color:#363d45;box-shadow:0 2px 8px rgba(42,122,226,7%);outline:none;transition:border .2s,box-shadow .2s;position:relative;margin:0}.faq-search:focus{border-color:#000;box-shadow:0 2px 12px rgba(42,122,226,.15)}.faq-search::placeholder{color:#8ca2b3;opacity:1}.faq-no-results{display:none;text-align:center;margin:2rem 0;color:#888;font-size:1.2em}.faq-no-results.show{display:block}.div-footer{height:4rem}.back-to-main-btn{display:inline-block;margin-left:1rem;padding:.5rem 1.25rem;font-size:2rem;color:#1a2a3a;text-decoration:none;transition:background .2s,border .2s}.back-to-main-btn:hover{border-color:#b0b0b0;text-decoration:none}table{width:100%;border-collapse:collapse;background:#fff;font-size:1.05rem}th,td{border:1px solid #e0e0e0;padding:.75rem;text-align:left}th{background:#f7fafd;font-weight:600;color:#1a2a3a}tr:nth-child(even){background:#f4f4f4}.to-top-arrow{position:fixed;right:15vw;bottom:4vw;z-index:100;background:#fff;border:1px solid #e0e0e0;border-radius:50%;width:3rem;height:3rem;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 8px rgba(42,122,226,7%);font-size:2rem;color:#222;cursor:pointer;transition:background .2s,border .2s;opacity:0;pointer-events:none;transition:opacity .3s}.to-top-arrow.show{opacity:1;pointer-events:auto}.to-top-arrow:hover{background:#f7fafd;border-color:#b0b0b0;text-decoration:none}