.custom-accordion{box-sizing:border-box}.custom-accordion .accordion__item{display:block;width:100%;box-sizing:border-box}.custom-accordion .accordion__heading{margin:0;cursor:pointer;width:100%;box-sizing:border-box;font-size:24px;padding:26px 0;margin-bottom:13px;border-bottom:1px solid #fafafa;color:#fff;font-weight:600;-webkit-border-radius:500px;-moz-border-radius:500px;border-radius:0;text-decoration:none;-webkit-transition:all .5s ease;-moz-transition:all .5s ease;-o-transition:all .5s ease;transition:all .5s ease}@media all and (max-width:992px){.custom-accordion .accordion__heading{font-size:18px;padding:14px 0}}.custom-accordion .accordion__heading:after{margin-top:2px;content:"\f067";font-family:"Font Awesome 5 Free";font-weight:600;float:right;font-size:12px}.custom-accordion .accordion__item.open .accordion__heading:after{margin-top:2px;content:"\f068";font-family:"Font Awesome 5 Free";font-weight:600;float:right;font-size:12px}.custom-accordion .close .accordion__content{float:left;display:block;height:0px;transition:height 1s ease-out;-webkit-transform:scaleY(0);-o-transform:scaleY(0);-ms-transform:scaleY(0);transform:scaleY(0)}.custom-accordion .open .accordion__content{display:block;padding:0 0 16px 0;width:100%;color:#fafafa;-webkit-transform:scaleY(1);-o-transform:scaleY(1);-ms-transform:scaleY(1);transform:scaleY(1);-webkit-transform-origin:top;-o-transform-origin:top;-ms-transform-origin:top;transform-origin:top;-webkit-transition:-webkit-transform .4s ease-out;-o-transition:-o-transform .4s ease;-ms-transition:-ms-transform .4s ease;transition:transform .4s ease;box-sizing:border-box}