.help-page{max-width:1100px;min-height:calc(100vh - 60px);display:flex;flex-direction:column;background-color:rgba(0,0,0,.302);margin:1.5rem auto;border-radius:1rem}@media screen and (min-width:768px){.help-page{max-width:768px}}@media screen and (min-width:1100px){.help-page{max-width:1100px}}.help-hero{padding:48px 24px 40px;text-align:center;position:relative}.help-hero__title{display:inline-flex;align-items:center;gap:12px;font-size:32px;font-weight:500;color:#fff}.help-hero__title svg{width:36px;height:36px;color:#f1942e;flex-shrink:0}.help-search{max-width:500px;margin:28px auto 0;display:flex;align-items:center;gap:10px;height:48px;background:#1a1a1a;border:1px solid hsla(0,0%,100%,.2);border-radius:24px;padding:0 16px;transition:border-color .2s}.help-search:focus-within{border-color:#f1942e}.help-search svg{width:20px;height:20px;color:#fff;flex-shrink:0}.help-search input{flex:1;background:none;border:none;outline:none;color:#f2f2f2;font-size:15px;font-family:inherit}.help-search input::placeholder{color:#828282}.help-tabs{border-bottom:1px solid hsla(0,0%,100%,.1);display:flex;background:#111;position:sticky;top:60px;z-index:10}.help-tab{flex:1;display:flex;align-items:center;justify-content:center;height:52px;font-size:15px;color:#828282;cursor:pointer;background:none;font-family:inherit;border:none;border-bottom:2px solid transparent;margin-bottom:-1px;transition:color .2s,border-color .2s}.help-tab.is-active{color:#f1942e;border-bottom-color:#f1942e}.help-tab:hover:not(.is-active){color:#ccc}.help-content{flex:1;max-width:1080px;width:100%;margin:0 auto;padding:32px 24px}@media(max-width:767px){.help-content{padding:24px 16px}}.faq-group{margin-bottom:8px}.faq-group__label{font-size:16px;font-weight:500;color:#f2f2f2;padding:12px 0;margin-bottom:0}.faq-item{border-bottom:1px solid hsla(0,0%,100%,.08)}.faq-item__trigger{width:100%;display:flex;align-items:center;justify-content:space-between;padding:18px 0;background:none;border:none;font-family:inherit;font-size:15px;color:#bbb;cursor:pointer;text-align:left;gap:16px;transition:color .2s}.faq-item__trigger:hover{color:#f1942e}.faq-item__trigger svg{width:20px;height:20px;color:#828282;flex-shrink:0;transition:transform .25s ease}.faq-item__trigger.is-open{color:#828282}.faq-item__trigger.is-open svg{transform:rotate(180deg);color:#f2f2f2}.faq-item__body{overflow:hidden;max-height:0;transition:max-height .3s ease,padding .2s;padding:0 24px}.faq-item__body.is-open{max-height:2000px;color:#f2f2f2;background-color:hsla(0,0%,100%,.102);border-radius:8px;padding:16px 24px}.faq-item__body p{font-size:14px;line-height:1.8;padding:0 0 0 2px;margin:0}.faq-item__body strong{color:#f2f2f2;font-weight:600}.faq-item__list{margin:8px 0 0;padding-left:22px;list-style:disc}.faq-item__list li{font-size:14px;line-height:1.8}.help-footer{padding:48px 24px 56px;text-align:center}.help-footer__title{font-size:20px;font-weight:400;color:#f2f2f2;margin-bottom:36px}.help-footer__cards{display:flex;justify-content:center;gap:64px;flex-wrap:wrap}@media(max-width:600px){.help-footer__cards{gap:32px}}.help-footer__card{display:flex;flex-direction:column;align-items:center;gap:12px;cursor:pointer;text-decoration:none;transition:opacity .2s}.help-footer__card:hover{opacity:.8}.help-footer__icon{width:56px;height:56px;color:#f1942e}.help-footer__icon svg{width:100%;height:100%}.help-footer__card-title{font-size:18px;font-weight:500;color:#f1942e}.help-footer__card-desc{font-size:14px;color:#999}