.faq-container{font-family:Arial,sans-serif}
h1{font-size:28px;margin-bottom:30px;margin-bottom:0}
.faq-item{border-top:1px solid #ddd;border-bottom:1px solid #ddd}
.faq-question{background:#fff;padding:.625rem 20px;cursor:pointer;display:flex;justify-content:space-between;align-items:center;font-size:.875rem;font-weight:500}
.faq-question:hover{background-color:#e8e8e8}
.faq-question:focus{outline:0;box-sizing:border-box;border:1px solid var(#0f62fe)}
.faq-answer{padding:0 16px;max-height:0;overflow:hidden;font-size:15px;color:#333;opacity:0;transition:max-height .4s ease,opacity .4s ease,padding .4s ease}
.faq-item.active .faq-answer{max-height:fit-content;opacity:1;padding-bottom:40px}
.breadcrumb{font-size:14px;margin-bottom:20px}
.breadcrumb a{color:#000;text-decoration:underline;margin-right:5px}
a{color:black;text-decoration:underline}
a:visited{color:#767676;text-decoration:underline}
a:hover{color:#d90eac;text-decoration:underline}
.arrow svg{transition:transform .3s ease;transform:rotate(90deg)}
.faq-item.active .arrow svg{transform:rotate(-90deg)}
.title_style{justify-content:flex-start;font-size:28px;width:100%;color:#161616;line-height:28px;margin-bottom:4rem}
li{list-style-type:circle}
.highlight-pink{color:#c00c99}
@media screen and (max-width:1080px){h1,.title_style{font-size:24px;line-height:1.2}
.faq-question{font-size:.9rem;flex-direction:row;align-items:center}
.arrow svg{width:14px;height:14px}
.faq-answer{font-size:14px}
}
@media screen and (max-width:480px){h1,.title_style{font-size:20px}
.faq-question{font-size:.8rem;padding:.5rem 12px}
.faq-answer{padding:0 12px;font-size:13px}
}
.title-style{font-size:20px;width:100%;color:#161616;line-height:28px;margin-bottom:2rem}
.faq-answer ol li{list-style-type:decimal}
.faq-answer ul li{list-style-type:circle}
.faq-answer ul,ol{margin-left:2rem}