.edc-ticker-module *,.edc-ticker-module :after,.edc-ticker-module :before{box-sizing:border-box;margin:0;padding:0}.edc-ticker-module{margin:0 auto;max-width:100%}.edc-ticker--flat .edc-ticker-container{background-color:#fff;border:1px solid rgba(0,0,0,.06);padding:18px}.edc-ticker--dark.edc-ticker--flat .edc-ticker-container{background-color:#24272a;border:1px solid hsla(0,0%,100%,.08)}.edc-ticker--blur .edc-ticker-container{backdrop-filter:blur(33px);-webkit-backdrop-filter:blur(33px);background:hsla(0,0%,100%,.33);border:1px solid rgba(0,0,0,.06);padding:18px}.edc-ticker--dark.edc-ticker--blur .edc-ticker-container{background:rgba(36,39,42,.33);border:1px solid hsla(0,0%,100%,.08)}.edc-ticker-container{border-radius:6px;overflow:hidden;position:relative}.edc-ticker-wrapper{display:flex;width:max-content}.edc-ticker-wrapper--scroll{animation:edc-ticker-scroll 20s linear infinite}.edc-ticker-wrapper--scroll:hover{animation-play-state:paused}@keyframes edc-ticker-scroll{0%{transform:translateX(0)}to{transform:translateX(-50%)}}.edc-ticker-wrapper--slide{transition:transform .5s ease-in-out}.edc-ticker-item{align-items:center;display:flex;flex-direction:column;flex-shrink:0;justify-content:center;padding:10px}.edc-ticker-module[data-cards=per2] .edc-ticker-item{max-width:700px;width:50vw}.edc-ticker-module[data-cards=per3] .edc-ticker-item{max-width:466.66667px;width:33.33333vw}.edc-ticker-module[data-cards=per4] .edc-ticker-item{max-width:350px;width:25vw}.edc-ticker-module[data-cards=per5] .edc-ticker-item{max-width:280px;width:20vw}.edc-ticker-module[data-cards=per6] .edc-ticker-item{max-width:233.33333px;width:16.66667vw}.edc-ticker-image{border-radius:6px;display:block;height:auto;margin:0 auto;max-width:100%;object-fit:contain;transition:filter .3s ease,opacity .3s ease}.edc-ticker-image--greyscale{filter:grayscale(100%);-webkit-filter:grayscale(100%)}.edc-ticker-item:hover .edc-ticker-image--greyscale{filter:grayscale(0);-webkit-filter:grayscale(0)}.edc-ticker-item:hover .edc-ticker-image{opacity:1!important}.edc-ticker-caption{color:#666;font-size:14px;line-height:1.4;margin-top:8px;text-align:center;width:100%}.edc-ticker--dark .edc-ticker-caption{color:hsla(0,0%,100%,.7)}@media (max-width:1200px){.edc-ticker-module[data-cards=per5] .edc-ticker-item,.edc-ticker-module[data-cards=per6] .edc-ticker-item{width:25vw}}@media (max-width:768px){.edc-ticker-module[data-cards=per4] .edc-ticker-item,.edc-ticker-module[data-cards=per5] .edc-ticker-item,.edc-ticker-module[data-cards=per6] .edc-ticker-item{width:33.33333vw}}@media (max-width:480px){.edc-ticker-item{max-width:none!important;width:50vw!important}}@media (prefers-reduced-motion:reduce){.edc-ticker-wrapper--scroll{animation-duration:60s}.edc-ticker-wrapper--slide{transition-duration:.1s}}