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