#accordion{position:relative;margin:0 0 20px 0;padding:0;list-style:none;float:left;width:100%}#accordion .acc_section{position:relative;z-index:10;overflow:hidden;margin:0 0 10px 0;width:100%;float:left}#accordion .acc_section .acc_head{font-weight:500;font-size:1.8rem;line-height:2.4rem;color:var(--white);position:relative;padding:10px 50px 10px 10px;display:block;cursor:pointer;background:var(--primary)}@media only screen and (min-width: 1367px){#accordion .acc_section .acc_head{padding:20px 0 20px 20px}}#accordion .acc_section .acc_head span{text-transform:lowercase;margin-left:20px}#accordion .acc_section .acc_head:after{content:'\2b';font-family:'Font Awesome 6 Free';font-weight:900;width:16px;height:24px;position:absolute;-webkit-transform:translateY(-50%);transform:translateY(-50%);top:50%;right:20px}@media only screen and (min-width: 1367px){#accordion .acc_section .acc_head:after{width:20px;height:20px;right:40px}}#accordion .acc_section .acc_content{padding:20px;overflow:hidden}@media only screen and (min-width: 1367px){#accordion .acc_section .acc_content{padding:20px}}#accordion .acc_section .acc_content p:last-of-type{margin:0;color:var(--black)}#accordion .acc_section.acc_active>.acc_content{display:block}#accordion .acc_section.acc_active>.acc_head:after{content:'\f068'}
