/*
Generated time: October 31, 2024 02:18
This file was created by the app developer. Feel free to contact the original developer with any questions. It was minified (compressed) by AVADA. AVADA do NOT own this script.
*/
.collection-banner__content.color-scheme{padding:var(--gutter-sm,20px)}.collection-banner__content.color-scheme h1{padding-top:calc(4 * var(--space-unit))}.collection-banner__media{order:2}.collection-banner__heading{margin-inline-end:5px}.collection-banner__count{color:rgba(var(--heading-color)/.6);font-size:1.4rem;line-height:1.4rem;white-space:nowrap}@media (min-width:600px){.collection-banner__content--with-media{padding-inline-end:calc(8 * var(--space-unit))}.collection-banner__content.color-scheme{padding:calc(10 * var(--space-unit))}.collection-banner__content.color-scheme h1{padding-top:calc(2 * var(--space-unit))}}@media (min-width:769px){.collection-banner__content{width:50%;min-width:400px}.collection-banner__content.color-scheme{padding:calc(12 * var(--space-unit))}.collection-banner__content-wide{width:66%}}@media (min-width:1024px){.collection-banner__content--with-media.panel.text-start,.collection-banner__content--with-media.text-start{padding-inline-end:112px}}
.cc-collection-banner {margin: 0 auto;}
#read-more{margin-top:20px;text-align:left}#read-more h2{font-size:2.85rem}#read-more h3{font-size:2.45rem}#read-more h4{font-size:1.95rem}.collection-banner__text{line-height:1.7;color:#4d4d4d;margin-bottom:20px;transition:all 0.4s ease}.collection-banner__text.collapsed{max-height:120px;overflow:hidden;position:relative}.collection-banner__text.collapsed::after{content:'';position:absolute;bottom:0;left:0;width:100%;height:60px;background:linear-gradient(to bottom,transparent 0%,white 100%);pointer-events:none}.read-more-toggle{display:inline-flex;align-items:center;gap:8px;cursor:pointer;font-weight:600;padding:10px 20px;border-radius:30px;transition:all 0.3s ease;background-color:rgba(0,67,140,1);color:#ffffff;border:none;font-size:1rem;margin-top:10px}.read-more-toggle:hover{background:rgba(0,67,140,0.7);transform:translateY(-2px)}.read-more-toggle.hidden{display:none}
@keyframes slideDown{from{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.collection-banner__text.expanded{animation:slideDown 1.5s ease forwards}.chevron{display:inline-block;width:12px;height:12px;position:relative}.chevron::after{content:'';position:absolute;top:50%;left:0;width:60%;height:60%;border-right:2px solid currentColor;border-bottom:2px solid currentColor;transform:translateY(-70%)rotate(45deg);transition:transform 0.3s ease}.read-more-toggle.expanded.chevron::after{transform:translateY(-30%)rotate(-135deg)}