.faqs-root{display:flex;flex-direction:column;gap:16px}@media only screen and (max-width:767px){.faqs-root{padding:12px}}.faqs-root .faqs-footer{flex:1;display:flex;align-items:center;justify-content:center;margin-top:24px}.faqs-root .faqs-footer span{font-family:VodafoneRegular;font-size:18px;font-weight:400;line-height:26px;color:#0d0d0d;text-decoration:underline;text-underline-offset:5px}@media only screen and (max-width:767px){.faqs-root .faqs-footer span{font-size:16px;line-height:20px}}.faqs-root .faqs-footer span:hover{cursor:pointer}.faqs-root .faq-container{width:100%;display:flex;flex-direction:column;border:1px solid #bebebe;border-radius:16px;padding:20px;transition:all .2s linear}@media only screen and (max-width:767px){.faqs-root .faq-container{padding:16px}}.faqs-root .faq-container.active{background-color:#BEBEBE1A;border:1px solid #BEBEBE1A}.faqs-root .faq-container .faq-header{display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:16px}.faqs-root .faq-container .faq-header span{font-family:VodafoneRegular;font-size:18px;font-weight:400;line-height:26px;margin:0;color:#0d0d0d}@media only screen and (max-width:767px){.faqs-root .faq-container .faq-header span{font-size:16px;line-height:20px}}.faqs-root .faq-container .faq-header .svg-box{position:relative;width:20px;height:20px;display:flex;justify-content:center;align-items:center;transition:all .2s linear}.faqs-root .faq-container .faq-header .svg-box svg:nth-child(1){color:#e60000;position:absolute;opacity:1;transform:rotateX(0);transition:all .2s linear}.faqs-root .faq-container .faq-header .svg-box svg:nth-child(2){color:#e60000;position:absolute;opacity:0;transform:rotateX(-90deg);transition:all .2s linear}.faqs-root .faq-container .faq-header.active span{font-weight:700}.faqs-root .faq-container .faq-header.active .svg-box svg:nth-child(1){opacity:0;transform:rotateX(-90deg)}.faqs-root .faq-container .faq-header.active .svg-box svg:nth-child(2){opacity:1;transform:rotateX(0)}.faqs-root .faq-container .faq-panel{height:0;max-height:max-content;overflow:hidden;transition:height .4s ease-out}.faqs-root .faq-container .faq-panel p{font-family:VodafoneRegular;font-size:14px;font-weight:400;line-height:18px;text-align:left;margin:8px 0 0}