.hero_wrap .details-group{display:flex;flex-direction:column}.hero_wrap .details{overflow:hidden;transition:height .3s ease-in-out}.hero_wrap .details__summary{cursor:pointer;list-style:none;padding:24px 62px 24px 0;position:relative;transition:color .3s ease-in-out}.hero_wrap .details__content{padding:0 24px 24px 0;position:relative}.hero_wrap .details__summary::-webkit-details-marker{display:none}.hero_wrap .details-icon{border-radius:100%;height:2rem;pointer-events:none;position:absolute;right:5%;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);-webkit-transition:all .2s ease-in;-o-transition:all .2s ease-in;transition:all .2s ease-in;width:2rem}.hero_wrap .details-icon:after,.hero_wrap .details-icon:before{background-color:var(--primary);content:"";left:50%;position:absolute;top:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.hero_wrap .details-icon:before{height:.125rem;width:1rem}.hero_wrap .details-icon:after{height:1rem;transition:all .2s ease-in;width:.125rem}.hero_wrap [open] .details-icon:after{-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%) rotate(90deg)}.hero_wrap .details{border-bottom:1px solid #e5e7ea}.hero_wrap .details-icon{background-color:rgba(12,99,255,0)}@media (prefers-reduced-motion:reduce){.hero_wrap .details,.hero_wrap .details-icon,.hero_wrap .details__summary{transition:none}}