.faq{width:100%;display:flex;justify-content:center;padding:80px 72px;background-color:#fff;box-sizing:border-box}@media screen and (max-width:1280px){.faq{padding:60px 40px}}@media screen and (max-width:768px){.faq{padding:80px 24px}}@media screen and (max-width:480px){.faq{padding:40px 16px}}.faq__container{width:100%;max-width:1080px;margin:0 auto;display:flex;justify-content:space-between;align-items:flex-start;gap:clamp(48px,6vw,140px)}@media screen and (max-width:1024px){.faq__container{flex-direction:column;justify-content:flex-start;gap:36px}}@media screen and (max-width:480px){.faq__container{gap:24px}}.faq__heading-col{width:394px;flex-shrink:0;text-align:left}@media screen and (max-width:1024px){.faq__heading-col{width:100%}}.faq__heading{font-family:Items,Georgia,serif;font-size:64px;font-weight:300;line-height:70px;letter-spacing:0;color:#000;margin:0}@media screen and (max-width:768px){.faq__heading{font-weight:300;font-size:64px;line-height:70px;letter-spacing:0;text-align:center;width:376px;max-width:100%;height:auto;margin:0 auto;display:block;opacity:1}}.faq__items-col{width:508px;flex-shrink:0;display:flex;flex-direction:column;gap:24px}@media screen and (max-width:1024px){.faq__items-col{width:100%}}@media screen and (max-width:768px){.faq__items-col{gap:16px}}.faq__item{border-bottom:1px solid #e6e6e6;padding-bottom:24px}.faq__item:first-child{border-top:1px solid #e6e6e6;padding-top:24px}@media screen and (max-width:768px){.faq__item{padding-bottom:16px}.faq__item:first-child{padding-top:16px}}.faq__question-btn{width:100%;display:flex;justify-content:space-between;align-items:center;padding:0;background:transparent;border:none;cursor:pointer;text-align:left;transition:color .3s ease;color:#000}.faq__question-btn:hover{color:#4e9d7c}@media screen and (max-width:768px){.faq__question-btn{padding:0}}@media screen and (max-width:480px){.faq__question-btn{padding:0}}.faq__question-text{font-family:var(--font-sans,"Inter Tight",sans-serif);font-size:18px;font-weight:600;line-height:24px;letter-spacing:0;color:inherit;padding-right:24px}.faq__question-text span{font-family:inherit;font-size:inherit;font-weight:inherit;line-height:inherit;color:inherit}.faq__question-text b,.faq__question-text strong{font-weight:700;color:inherit}.faq__question-text em,.faq__question-text i{font-style:italic;color:inherit}@media screen and (max-width:768px){.faq__question-text{font-size:18px;padding-right:16px}}@media screen and (max-width:480px){.faq__question-text{font-size:18px}}.faq__icon{display:flex;align-items:center;justify-content:center;color:inherit;transition:transform .3s ease;flex-shrink:0}.faq__item--open .faq__question-btn{color:#4e9d7c}.faq__item--open .faq__icon{transform:rotate(180deg)}.faq__answer-panel{overflow:hidden;transition:max-height .3s ease}.faq__answer-content{padding-top:16px;padding-bottom:32px;font-family:var(--font-sans,"Inter Tight",sans-serif);font-size:18px;font-weight:400;line-height:24px;letter-spacing:0;color:#000}@media screen and (max-width:480px){.faq__answer-content{font-size:18px;padding-bottom:24px}}.faq__answer-content div,.faq__answer-content li,.faq__answer-content ol,.faq__answer-content p,.faq__answer-content span,.faq__answer-content ul{font-family:var(--font-sans,"Inter Tight",sans-serif);color:#000}.faq__answer-content p{margin-bottom:16px}.faq__answer-content p:last-child{margin-bottom:0}.faq__answer-content ol,.faq__answer-content ul{padding-left:24px;margin-bottom:16px}.faq__answer-content ol:last-child,.faq__answer-content ul:last-child{margin-bottom:0}.faq__answer-content ul{list-style-type:disc}.faq__answer-content ol{list-style-type:decimal}.faq__answer-content li{margin-bottom:8px}.faq__answer-content li:last-child{margin-bottom:0}.faq__answer-content a{color:#4e9d7c;text-decoration:underline;transition:color .2s ease}.faq__answer-content a:hover{text-decoration:none;color:#3d7b61}.faq__answer-content b,.faq__answer-content strong{font-weight:600;color:#000}