.faq-block__title{font-family:var(--font-roboto);font-size:2rem;line-height:20px;font-weight:700;color:#204e51;text-transform:uppercase;letter-spacing:1px;border-radius:15px;border:1px solid #204e51;padding:18px 22px}@media only screen and (max-width:1024px){.faq-block__title{font-size:1.75rem;padding:16px 20px;line-height:18px}}@media only screen and (min-width:320px)and (max-width:767px){.faq-block__title{font-size:1.5rem;line-height:14px;font-weight:500}}.faq-block{margin-top:100px;padding-bottom:100px;width:1018px;margin-left:auto;margin-right:auto}@media only screen and (max-width:1024px){.faq-block{margin-top:80px;padding-bottom:80px;width:calc(100% - 200px);width:calc(100% - 160px)}}@media only screen and (min-width:320px)and (max-width:767px){.faq-block{width:calc(100% - 40px);margin-top:40px;padding-bottom:40px}}.faq-block__title{display:inline-flex;font-size:1.5rem;line-height:26.4px}@media only screen and (max-width:1024px){.faq-block__title{font-size:1.25rem;line-height:22px}}@media only screen and (min-width:320px)and (max-width:767px){.faq-block__title{font-size:1.125rem;line-height:21.6px}}.faq-block__sub-title{margin-top:35px;font-family:var(--font-roboto);font-size:2.5rem;line-height:44px;color:#1e1e1e;font-weight:400}@media only screen and (min-width:320px)and (max-width:767px){.faq-block__sub-title{margin-top:20px;font-size:1.875rem;line-height:33px}}.faq-block__list-wrapper{margin-top:35px;display:flex;flex-direction:column;gap:35px}@media only screen and (max-width:1024px){.faq-block__list-wrapper{gap:30px}}@media only screen and (min-width:320px)and (max-width:767px){.faq-block__list-wrapper{margin-top:20px;gap:20px}}.faq-block__item-wrapper{width:100%;padding:35px;border-radius:15px;border:1px solid #204e51}@media only screen and (max-width:1024px){.faq-block__item-wrapper{padding:30px}}@media only screen and (min-width:320px)and (max-width:767px){.faq-block__item-wrapper{padding:20px}}.faq-block__item-header{display:flex;justify-content:space-between;align-items:center;cursor:pointer;-webkit-tap-highlight-color:rgba(0,0,0,0)}@media only screen and (min-width:320px)and (max-width:767px){.faq-block__item-header{gap:5px}}.faq-block__item-title{font-family:var(--font-roboto);font-size:1.375rem;line-height:24.2px;font-weight:500;color:#204e51}@media only screen and (max-width:1024px){.faq-block__item-title{font-size:1.25rem;line-height:22px}}@media only screen and (min-width:320px)and (max-width:767px){.faq-block__item-title{font-size:.9375rem;line-height:16.5px}}.faq-block__item-button{border:none;background:none;outline:none;cursor:pointer}.faq-block__item-button svg{transition:transform .3s linear}@media only screen and (max-width:1024px){.faq-block__item-button svg{width:22px;height:12px}}.faq-block__item-button.close svg{transform:rotate(0deg)}.faq-block__item-button.open svg{transform:rotate(-180deg)}.faq-block__item-body{display:grid;height:auto;transition:grid-template-rows .3s linear,margin .3s ease-in-out}.faq-block__item-body.close{grid-template-rows:0fr}.faq-block__item-body.open{margin-top:30px;grid-template-rows:1fr;height:auto}@media only screen and (min-width:320px)and (max-width:767px){.faq-block__item-body.open{margin-top:20px}}.faq-block__item-text{font-family:var(--font-roboto);font-size:1.25rem;line-height:28px;font-weight:400;color:#1e1e1e;overflow:hidden;transition:opacity .3s ease}@media only screen and (max-width:1024px){.faq-block__item-text{font-size:1.0625rem;line-height:23.8px}}@media only screen and (min-width:320px)and (max-width:767px){.faq-block__item-text{font-size:.8125rem;line-height:18.2px}}.faq-block__item-text.close{opacity:0}.faq-block__item-text.open{opacity:1}