.custom-accordion{box-sizing:border-box;background:#fff}.custom-accordion .accordion__item{display:block;width:100%;box-sizing:border-box}.custom-accordion .accordion__heading{position:relative;margin:0;cursor:pointer;width:100%;box-sizing:border-box;font-size:24px;line-height:30px;font-weight:700;padding:28px 0;border-bottom:1px solid #e0e4e8}@media all and (max-width:992px){.custom-accordion .accordion__heading{font-size:18px;line-height:24px}}.custom-accordion .accordion__item.close .accordion__heading:after{position:absolute;right:0;content:"\f067";font-family:'Font Awesome 5 Free';font-weight:900;border-radius:5px;width:36px;height:36px;text-align:center;padding-top:0}.custom-accordion .accordion__item.open .accordion__heading:after{position:absolute;right:0;content:"\f068";font-family:'Font Awesome 5 Free';font-weight:900;border-radius:5px;width:36px;height:36px;text-align:center;padding-top:0}.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:10;width:100%;-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;-o-transition:-o-transform .4s;-ms-transition:-ms-transform .4s;transition:transform .4s;box-sizing:border-box}.custom-accordion .open .accordion__heading{border-bottom:0}