.hubdb-faqs{margin-left:auto;margin-right:auto;max-width:1200px;padding-bottom:40px;padding-top:80px}.hubdb-faqs__header{margin:0 1rem 1.5rem}.hubdb-faqs__eyebrow{font-family:IBM Plex Mono,monospace;font-size:14px;font-weight:500;letter-spacing:.12em;margin:0 0 .5rem;text-transform:uppercase}.hubdb-faqs__eyebrow-num{font-weight:700;margin-right:.5rem}.hubdb-faqs__heading{margin:0}.faq-filters{display:flex;flex-wrap:wrap;gap:.5rem;margin:0 1rem 1.5rem}.faq-filter__pill{background:transparent;border:2px solid var(--dark);border-radius:0;color:var(--dark);cursor:pointer;font-family:inherit;font-size:16px;font-weight:500;line-height:1;padding:.6rem 1.2rem;transition:.3s}.faq-filter__pill:hover{opacity:.7}.faq-filter__pill.is-active{background:var(--dark);color:var(--light)}.faq{margin:1rem}.faq[hidden]{display:none}.faq__question{border:2px solid #707070;cursor:pointer;font-size:26px;padding:1rem 4rem 1rem 2rem;position:relative;-webkit-transition:.4s;-o-transition:.4s;transition:.4s}.faq__question:after{height:4px;right:26px;top:calc(50% - 2px);width:30px}.faq__question:after,.faq__question:before{background-color:currentColor;border-radius:3px;content:"";position:absolute;-webkit-transition:.4s;-o-transition:.4s;transition:.4s}.faq__question:before{height:30px;right:39px;top:calc(50% - 15px);width:4px}.faq__question.open:after{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.faq__question.open:before{-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.faq__answer-content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;max-height:0;opacity:0;overflow:hidden;transition:max-height .4s ease,opacity .3s ease}.faq__question.open+.faq__answer-content{max-height:3000px;opacity:1}.faq__answer{padding:1rem 2rem;width:50%}.faq__answer p{font-size:22px}.faq__answer>:last-child{margin-bottom:0}.faq__supporting-content{padding:2rem;width:50%}.faq__image{align-items:center;display:flex;justify-content:center;overflow:hidden;width:100%}.faq__image img{height:auto;min-height:100%;min-width:100%;object-fit:cover;width:auto}.faq__supporting-content iframe,.faq__supporting-content video{aspect-ratio:16/9;border:0;display:block;width:100%}.faq__tags{display:flex;flex-wrap:wrap;gap:.4rem;margin-top:1.5rem}.faq__tag{border:1px solid;font-family:IBM Plex Mono,monospace;font-size:12px;font-weight:500;letter-spacing:.08em;line-height:1;padding:.35rem .6rem;text-transform:uppercase}.faq__canonical-link{margin-top:1.5rem}.faq-empty{border:2px dashed #707070;font-style:italic;margin:1rem;padding:2rem 1.5rem;text-align:center}@media (max-width:767px){.faq__question{font-size:20px;padding:1rem 3rem 1rem 1rem}.faq__answer-content{-ms-flex-wrap:wrap-reverse;flex-wrap:wrap-reverse}.faq__answer,.faq__supporting-content{-webkit-box-flex:unset;-ms-flex:unset;flex:unset;padding:.5rem;width:100%}}@media (prefers-reduced-motion:reduce){.faq__answer-content,.faq__question,.faq__question:after,.faq__question:before{transition:none}}