.cst_expandable .expandable{margin-bottom:100px;position:relative;--gradient-color:#fff}.cst_expandable .expandable:after{background:linear-gradient(to bottom,transparent,var(--gradient-color) 80%);content:"";display:block;height:calc(1.5rem + 1px);inset-block-end:0;pointer-events:none;position:absolute;width:100%}.cst_expandable .expandable.expanded .trigger .label{display:none}.cst_expandable .expandable.expanded:after{content:""}.cst_expandable .expandable .trigger{align-items:baseline;cursor:pointer;display:flex;flex-direction:column;font-size:30px;font-weight:700;gap:15px}@media (min-width:992px){.cst_expandable .expandable .trigger{flex-direction:row}}.cst_expandable .expandable .trigger .title_1{color:#ffd400}.cst_expandable .expandable .trigger .label{color:#ffd400;font-size:18px}.cst_expandable .expandable .content-wrapper{overflow:hidden;transition:height .4s ease-out}.cst_expandable .expandable .content table{border-color:hsla(0,0%,100%,.3);color:#fff}.cst_expandable .expandable .content table thead th{border-top:none}.cst_expandable .expandable .content table td,.cst_expandable .expandable .content table th{padding-left:0}