.mhws--faq{container-name:mhws--faq;container-type:inline-size}.mhws--faq .mhws--section-inner{container-name:mhws--faq-inner;container-type:inline-size}.mhws--faq .mhws--section-content{container-name:mhws--faq-content;container-type:inline-size;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:4rem;text-align:center}.mhws--faq .faq{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:4rem;width:100%;text-align:start;max-width:70rem;margin-inline:auto}.mhws--faq .faq h3{text-align:start;margin-bottom:2rem;color:var(--title-color)}.mhws--faq .faq-items{display:grid;gap:.5rem}@media(max-width: 37.5625rem){.mhws--faq .faq-items.grid-2{grid-template-columns:repeat(1, minmax(0, 1fr))}}@media(max-width: 52.5625rem){.mhws--faq .faq-items.grid-3{grid-template-columns:repeat(2, minmax(0, 1fr))}}@media(max-width: 37.5625rem){.mhws--faq .faq-items.grid-3{grid-template-columns:repeat(1, minmax(0, 1fr))}}.mhws--faq .faq-item h4{line-height:1.5}.mhws--faq .faq-item>div{font-size:1rem;line-height:1.5}.mhws--faq .faq-item details{margin-bottom:0;color:var(--text-color);background:var(--faq--background-color);border-radius:.5rem;border:none;font-size:1rem;font-weight:400;line-height:1.3em;-webkit-transition:.3s;transition:.3s}.mhws--faq .faq-item summary{position:relative;display:block;margin-bottom:0;padding:1.5rem 4rem 1.5rem 2rem;font-size:1rem;font-weight:700;cursor:pointer;-webkit-transition:.3s all ease-out;transition:.3s all ease-out;color:var(--title-color)}.mhws--faq .faq-item summary::-webkit-details-marker{display:none}.mhws--faq .faq-item summary:after{position:absolute;content:"";top:calc(1.5rem - 2px);right:2rem;width:1.5rem;height:1.5rem;background-color:var(--title-color);-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24' stroke='currentColor' stroke-width='2' fill='none' stroke-linecap='round' stroke-linejoin='round' %3E%3Cline x1='12' y1='5' x2='12' y2='19'%3E%3C/line%3E%3Cline x1='5' y1='12' x2='19' y2='12'%3E%3C/line%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24' stroke='currentColor' stroke-width='2' fill='none' stroke-linecap='round' stroke-linejoin='round' %3E%3Cline x1='12' y1='5' x2='12' y2='19'%3E%3C/line%3E%3Cline x1='5' y1='12' x2='19' y2='12'%3E%3C/line%3E%3C/svg%3E");opacity:.5}.mhws--faq .faq-item details>div{position:relative;margin-top:-1rem;padding:0 3rem 1.5rem 2rem;z-index:1;font-size:1rem;line-height:1.5}.mhws--faq .faq-item details[open]{height:100%}.mhws--faq .faq-item details[open] summary:after{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24' stroke='currentColor' stroke-width='2' fill='none' stroke-linecap='round' stroke-linejoin='round' %3E%3Cline x1='5' y1='12' x2='19' y2='12'%3E%3C/line%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24' stroke='currentColor' stroke-width='2' fill='none' stroke-linecap='round' stroke-linejoin='round' %3E%3Cline x1='5' y1='12' x2='19' y2='12'%3E%3C/line%3E%3C/svg%3E")}.mhws--faq .faq.layout-left h3{text-align:start}.mhws--faq .faq.layout-center h3{text-align:center}.mhws--faq .faq.layout-row{max-width:100%}.mhws--faq .faq.layout-row .faq-section{display:grid;grid-template-columns:100%;gap:1rem;-webkit-box-align:start;-ms-flex-align:start;align-items:start}@media(min-width: 65.0625rem){.mhws--faq .faq.layout-row .faq-section{grid-template-columns:repeat(12, 1fr);gap:3rem}}.mhws--faq .faq.layout-row h3{font-size:1.25rem;line-height:1.5rem;margin-bottom:0;margin-top:1.25rem}@media(min-width: 65.0625rem){.mhws--faq .faq.layout-row h3{grid-column:1/3 span}}@media(min-width: 65.0625rem){.mhws--faq .faq.layout-row .faq-items{grid-column:4/9 span}}.mhws--faq.layout--cards .faq-item{padding:1.5rem 2rem;color:var(--text-color);background:var(--faq--background-color);border-radius:.5rem}.mhws--faq.layout--cards .faq-item h4{margin-bottom:.5rem;font-size:1rem;color:var(--title-color)}.mhws--faq.layout--row h3{margin-bottom:1rem}.mhws--faq.layout--row .faq-item{display:grid;grid-template-columns:100%;gap:.5rem;padding:1.5rem 0;background:none;border-radius:0}@media(min-width: 37.5625rem){.mhws--faq.layout--row .faq-item{grid-template-columns:repeat(12, 1fr);gap:3rem}}.mhws--faq.layout--row .faq-item h4{margin-bottom:0;font-size:1rem;line-height:1.5;color:var(--title-color)}@media(min-width: 37.5625rem){.mhws--faq.layout--row .faq-item h4{grid-column:1/span 4}}.mhws--faq.layout--row .faq-item>div{color:var(--text-color)}@media(min-width: 37.5625rem){.mhws--faq.layout--row .faq-item>div{grid-column:5/span 9}}.mhws--faq.layout--row .faq-item>div a{color:var(--link--text-color);text-decoration:underline}.mhws--faq.layout--row .faq-item>div a:hover,.mhws--faq.layout--row .faq-item>div a:active,.mhws--faq.layout--row .faq-item>div a:focus,.mhws--faq.layout--row .faq-item>div a:focus-within{text-decoration:none}.mhws--faq.layout--row .faq-item+.faq-item{margin-top:0;border-top:1px solid var(--divider--border-color)}/*# sourceMappingURL=block.css.map */
