@CHARSET "ISO-8859-1";
 .claps-text-inner {
position: relative;
} .claps-toggle-text .claps-text-inner {
max-height: 300px;
transition: max-height 0.5s ease-out;
overflow: hidden;
} .claps-toggle-text .claps-text-toggle-collapsed:after {
content: "";
display: inline-block;
position: absolute;
pointer-events: none;
height: 80px;
width: 100%;
left: 0;
right: 0;
bottom: 0;
background-image: linear-gradient(0deg, #fff 20%, transparent); } .claps-toggle-text .claps-text-expand-button {
padding: 0.5em;
text-align: left; } .claps-toggle-text .claps-text-expand-button span {
cursor: pointer;
} .claps-toggle-text1 .claps-text-expand-button .claps-text-toggle-icon {
font-family: ETMODULES, "sans-serif"; } .claps-toggle-text .claps-text-toggle-expanded {
max-height: none;
transition: max-height 0.5s ease-in;
} .claps-toggle-text .claps-text-toggle-expanded .claps-text-inner:after {
background: none;
}