#faq-help-center .top-header-container{padding:65px 20px;max-width:1200px;margin:0 auto}#faq-help-center .heading-spacer{margin-top:60px;margin-bottom:20px}#faq-help-center .header-text{font-size:36px}#faq-help-center .paragraph-text{font-size:18px}#faq-help-center .subheader-container{max-width:850px;margin:0 auto}#faq-help-center .showcase-container{text-decoration:none;margin-top:40px;display:flex;justify-content:center;grid:row;gap:20px}#faq-help-center .showcase-container .showcase-item{padding:1.25rem;border-radius:10px;color:#43b649;background:#fafafa;transition:.1s all ease-in-out;cursor:pointer;box-shadow:0 4px 8px #ebeaea;width:18.75rem;height:5.875rem;text-decoration:none;display:flex;align-items:center}#faq-help-center .showcase-container .showcase-item:active{outline:2px solid #43B649}@media(hover:hover){#faq-help-center .showcase-container .showcase-item:hover{outline:2px solid #43B649}}#faq-help-center .component-divider{border-bottom:1px solid #B0BEC5}#faq-help-center .explore-container{max-width:1200px;margin:0 auto}#faq-help-center .explore-container .categories-container{display:flex;flex-direction:row;justify-content:center;gap:1.875rem}#faq-help-center .explore-container .categories-container .categories-item{text-decoration:none;display:flex;flex-direction:column;justify-content:flex-start;padding:1.25rem;border-radius:10px;border:2px solid #F8F8F8;background:#fff;width:31.5%;transition:.1s all ease-in-out;cursor:pointer;box-shadow:0 4px 8px #546e7a1a}#faq-help-center .explore-container .categories-container .categories-item:active{outline:2px solid #43B649}@media(hover:hover){#faq-help-center .explore-container .categories-container .categories-item:hover{outline:2px solid #43B649}#faq-help-center .explore-container .categories-container .categories-item:hover .arrow{stroke:#43b649}}#faq-help-center .explore-container .categories-container .categories-item .header{display:flex;flex-direction:row;gap:20px;align-items:center}#faq-help-center .explore-container .categories-container .categories-item .header p{overflow:hidden;text-overflow:ellipsis}#faq-help-center .explore-container .categories-container .categories-item .body{display:flex;flex-direction:row;gap:20px;align-items:flex-end;justify-content:space-between;flex:1 1 auto}#faq-help-center .explore-container .categories-container .categories-item .body p{place-self:flex-start}#faq-help-center .explore-container .categories-container .categories-item .body .arrow{transition:.3s stroke}@media only screen and (max-width:768px){#faq-help-center .top-header-container{padding:55px 0 60px;margin:0 20px}#faq-help-center .heading-spacer{margin-top:50px;margin-bottom:20px}#faq-help-center .header-text{font-size:24px}#faq-help-center .paragraph-text{font-size:16px}#faq-help-center .subheader-container{max-width:unset}#faq-help-center .showcase-container{margin-top:40px;display:flex;justify-content:center;flex-direction:column;gap:20px}#faq-help-center .showcase-container .showcase-item{width:100%;height:4.18rem}#faq-help-center .explore-container .categories-container{flex-direction:column}#faq-help-center .explore-container .categories-container .categories-item{width:100%;box-shadow:0 4px 8px #546e7a1a}}#faq-explore-topics .shadow{box-shadow:0 20px 40px #2a36390d;padding-bottom:3.75rem;margin-left:-1rem;margin-right:-1rem}#faq-explore-topics .header-inner-container{display:flex;flex-direction:row;align-items:baseline;justify-content:space-between;margin:0 auto}#faq-explore-topics .back-container{display:flex;flex-direction:row;gap:5px;align-items:center;text-decoration:none}.exploration-container{display:grid;grid-template-columns:1fr auto;gap:40px;max-width:1200px;margin:0 auto}.exploration-container .faq-usp-container{padding:30px;background:#fafafa;min-width:300px;max-width:300px;height:fit-content;box-shadow:1px 1px 4px 2px #ebeaea;border-radius:10px;position:sticky;top:100px}.exploration-container .faq-usp-container h4{display:none}.exploration-container .faq-usp-container button{width:100%;margin:10px 0 0}.exploration-container .faq-usp-container .usp-container .usp-points{grid-template-columns:auto 1fr}.exploration-container .topics-section .topic-section:not(:first-child){margin-top:3.75rem}.exploration-container .topics-section .topic-section .topic-anchor{position:relative;top:-85px}.exploration-container .topics-section .topic-section .question-anchor{position:relative;top:-65px}.exploration-container .topics-section .topic-section .header{display:flex;flex-direction:row;gap:1.25rem;align-items:center;border-bottom:1px solid #EBEAEA;padding-bottom:1.25rem}.exploration-container .topics-section .topic-section .faq-item{border-bottom:1px solid #EBEAEA}.exploration-container .topics-section .topic-section .faq-item:last-child{border-bottom:none}.exploration-container .topics-section .topic-section .faq-item .faq-header{padding-top:1.25rem;padding-bottom:1.25rem;display:flex;flex-direction:row;gap:1.25rem;justify-content:space-between;align-items:center;cursor:pointer}.exploration-container .topics-section .topic-section .faq-item .faq-header .toggle{height:16px;width:16px;cursor:pointer;transition:.3s all ease-in-out;content:url(/assets/img/arrow-down-green.svg)}.exploration-container .topics-section .topic-section .faq-item .faq-header .toggle.expanded{transform:rotate(180deg)}.exploration-container .topics-section .topic-section .faq-item .question{transition:.2s all ease-in-out;color:#000}.exploration-container .topics-section .topic-section .faq-item .question.expanded{color:#43b649!important}.exploration-container .topics-section .topic-section .faq-item .answer{width:calc(100% - 24px);display:none}.exploration-container .topics-section .topic-section .faq-item .answer.expanded{display:block}.scroll-top{background:#fff;border-radius:50px;padding:15px;width:3.75rem;height:3.75rem;position:fixed;box-shadow:0 1px 6px #0000000f,0 2px 32px #00000029;bottom:6rem;right:1rem;z-index:100;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:.2s all ease-in-out}.scroll-top.hide{opacity:0;visibility:hidden}@media only screen and (max-width:768px){#faq-explore-topics .back-container{display:flex;flex-direction:row;gap:5px;align-items:center;text-decoration:none}#faq-explore-topics .back-container .back-cta{display:none}.exploration-container{display:flex;flex-direction:column;gap:50px}.exploration-container .faq-usp-container{min-width:unset;max-width:unset;margin-top:0;position:relative;top:0}.exploration-container .topics-section .topic-section .topic-anchor{position:relative;top:-76px}.exploration-container .topics-section .topic-section .question-anchor{position:relative;top:-56px}.scroll-top{bottom:9.5rem}}.faq-contact-container{background-repeat:no-repeat;background-size:cover;background-position:top;padding:3.75rem 0rem 1.75rem;box-shadow:0 -20px 40px #2a36390d}.faq-contact-container p{margin-bottom:0}.faq-contact-container p,.faq-contact-container a{font-size:1.5rem!important;font-weight:700;text-align:center}@media only screen and (max-width:768px){.faq-contact-container{background-repeat:no-repeat;background-size:cover;background-position:0px 20%;padding:3.75rem 0rem 1.75rem}}
