@keyframes ci-spin-keyframes{0%{transform:rotate(0deg)}to{transform:rotate(359deg)}}.cd-anim-spin{animation:ci-spin-keyframes 2s linear infinite}:root .hidden{display:none!important}:root .shadow-400{box-shadow:0 -20px 40px rgba(17,36,54,.04),0 30px 50px rgba(17,36,54,.04)}:root .shadow-500{box-shadow:0 2px 4px rgba(0,0,0,.12),0 3px 6px rgba(0,0,0,.15)}:root .shadow-600{box-shadow:0 3px 6px rgba(0,0,0,.1),0 10px 20px rgba(0,0,0,.15)}:root .shadow-700{box-shadow:0 5px 10px rgba(0,0,0,.05),0 15px 25px rgba(0,0,0,.15)}:root .shadow-800{box-shadow:0 20px 40px rgba(0,0,0,.2)}:root .shadow-none{box-shadow:none}.blog-summary{background-color:#fef9f4;border-radius:10px;display:block;padding:16px;position:relative}.blog-summary ul{display:flex;flex-direction:column;gap:12px;padding-left:0}.blog-summary ul li{list-style-type:none;max-height:4em;opacity:1;overflow:hidden;position:relative;transition:max-height .3s ease,opacity .3s ease}.blog-summary ul li.active a{color:#43444c;font-weight:700}@media only screen and (min-width:992px){.blog-summary ul li{gap:8px}}.blog-summary__title{color:#43444c!important;cursor:pointer;display:block;font-family:Crimson Pro,system-ui,Helvetica Neue,Arial,"sans-serif"!important;font-size:1.25rem;font-weight:600;margin-bottom:16px;position:relative}@media only screen and (min-width:992px){.blog-summary__title{margin-bottom:8px}}.blog-summary__title:after{content:"\e914";font-family:Captain-Icons;position:absolute;right:0;top:50%;transform:translateY(-50%) rotate(180deg);transition:transform .25s}.blog-summary__content{border-left:2px solid #f6cfad;max-height:50em;overflow:hidden;padding-bottom:4px;padding-left:16px;padding-top:4px;transition:max-height .6s ease}.blog-summary__content li a{color:#737482}.blog-summary__content{font-weight:400}@media only screen and (min-width:992px){.blog-post-body .blog-summary{display:none}}.blog-post-body .blog-summary__title{cursor:default;pointer-events:none}.blog-post-body .blog-summary__title:after{display:none}.blog-post-body .blog-summary__title:has(input:checked)+.blog-summary__content{max-height:50em}.blog-post-body .blog-summary__title:has(input:checked)+.blog-summary__content ul{gap:12px}.blog-post-body .blog-summary__title:has(input:checked)+.blog-summary__content ul li:not(.active){max-height:4em;opacity:1;pointer-events:auto}@media only screen and (max-width:991px){.blog-summary{margin:24px 0 16px;padding:16px}}@media only screen and (min-width:992px){.blog-summary{margin-bottom:16px}}.blog-summary__title input{display:none}.blog-summary__title:not(:has(input:checked)):after{transform:translateY(-50%) rotate(0deg)}.blog-summary__title:not(:has(input:checked))+.blog-summary__content li{display:list-item}.blog-summary__title:has(input:checked)+.blog-summary__content{max-height:4em}.blog-summary__title:has(input:checked)+.blog-summary__content ul{gap:0}.blog-summary__title:has(input:checked)+.blog-summary__content ul li:not(.active){margin:0;max-height:0;opacity:0;padding:0;pointer-events:none}