.accordion-content{margin-top:30px}summary{border-bottom:1px solid var(--light-grey);cursor:pointer;display:block;font-family:CircularStd-Black;outline:none;padding:8px 0;position:relative;transition:.3s;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}summary:after{content:url(https://f.hubspotusercontent10.net/hubfs/4419217/landing_images/landing-carret.svg);position:absolute;right:0}details>div{overflow:auto;padding:20px 0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}details[open]>summary>span{position:relative;z-index:1}details[open]>summary:before{background-color:#f2e8d5;border-radius:3px;content:"";height:100%;left:-8px;position:absolute;top:0;width:calc(100% + 16px);z-index:0}details[open]>summary:after{transform:rotate(90deg)}@media (min-width:768px){details[open]>div{animation-duration:.3s;animation-fill-mode:forwards;animation-name:showContent;margin:0;opacity:0}}@keyframes showContent{0%{opacity:0}to{opacity:1}}