.fw-rich-text{flex-direction:column;align-items:flex-start;gap:10px;max-width:720px;display:flex}.fw-rich-text.enlarge-bottom-margin{margin-bottom:50px}.fw-rich-text-header{font-size:16px;font-weight:700}.fw-rich-text-paragraph:not(:first-child){margin-top:var(--spacing-s)}.fw-rich-text-content{margin-top:var(--spacing-m);flex-direction:column;align-items:flex-start;display:flex}@media (max-width:768px){.fw-rich-text.enlarge-bottom-margin{margin-bottom:0}}
.fw-about-container{max-width:var(--max-width-small)}
.fw-image-with-text-wrapper{gap:var(--spacing-l);display:flex}.fw-image-with-text-wrapper.reverse{flex-direction:row-reverse}.fw-image-with-text-text-wrapper{gap:var(--spacing-s);flex-direction:column;width:auto;display:flex}.fw-image-with-text-text-wrapper h1{font-size:22px;font-weight:600;line-height:1.4}.fw-image-with-text-text-wrapper h2{font-size:20px;font-weight:500;line-height:1.4}.fw-image-with-text-text-wrapper p{font-size:16px;font-weight:400;line-height:1.4}.fw-image-with-text-image-wrapper-round{border-radius:1000px;flex-shrink:0;justify-content:center;align-items:center;width:180px;height:180px;display:flex;position:relative;overflow:hidden}.fw-image-with-text-image-wrapper-squared{border-radius:var(--border-radius);flex-shrink:0;justify-content:center;align-items:center;width:300px;height:auto;display:flex;position:relative;overflow:hidden}.fw-image-with-text-image-round{object-fit:cover;width:100%;height:100%}.fw-image-with-text-image-squared{object-fit:cover;object-position:top;width:100%;height:auto}@media (max-width:768px){.fw-image-with-text-wrapper{flex-direction:column-reverse;justify-content:center;align-items:center}.fw-image-with-text-wrapper.reverse{flex-direction:column}.fw-image-with-text-text-wrapper{text-align:center;align-items:center}.fw-image-with-text-image-wrapper{width:150px;height:150px}.fw-image-with-text-text-wrapper h1{font-size:24px}.fw-image-with-text-text-wrapper h2,.fw-image-with-text-text-wrapper p{font-size:16px}.fw-image-with-text-image-wrapper-squared{aspect-ratio:9/14;max-height:380px}}
.fw-faq-section-container{width:100%;max-width:var(--max-width-small);flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:0;display:flex}.fw-faq-title{text-align:start}.fw-faq-subtitle{margin-bottom:var(--spacing-s);margin-top:var(--spacing-xxs);font-size:14px}.fw-faq-section-content-wrapper{flex-direction:column;width:100%;display:flex}.fw-faq-container{cursor:pointer;border-bottom:1px solid #cdcdcd;flex-direction:column;gap:10px;margin:10px 0;padding:16px 0;display:flex}.fw-faq-question-wrapper{justify-content:space-between;align-items:center;display:flex;position:relative}.fw-faq-question{font-size:16px;font-weight:700}.fw-faq-container ul li{margin:var(--spacing-xs)0}.fw-faq-arrow{width:25px;height:25px;transition:all .4s;position:absolute;top:0;right:0}.fw-faq-arrow-open{transform:rotate(-180deg)}@media (max-width:480px){.fw-faq-question-wrapper{font-size:16px}}
.fw-accordion-container{cursor:pointer;justify-content:center;align-items:center;width:30px;height:30px;display:flex}.fw-accordion-indicator{cursor:pointer;justify-content:center;align-items:center;width:15px;height:15px;display:flex;position:relative}.fw-accordion-indicator div{background-color:var(--foreground);width:100%;height:1px;transition:transform .3s,opacity .3s;display:flex;position:absolute}.fw-accordion-indicator .line1{transform:rotate(0)}.fw-accordion-indicator .line2{transform:rotate(90deg)}.fw-accordion-indicator.open .line2{opacity:0;transform:rotate(0)}
.fw-hero-container{max-width:var(--max-width-small);justify-content:center;align-items:center;gap:var(--spacing-l);padding-top:50px}@media (max-width:480px){.fw-hero-container{padding-top:25px}}
