/*! purgecss start ignore *//*! purgecss end ignore */.ss-hero{background-color:var(--background-color)}.ss-hero a,.ss-hero p{color:var(--text-color)}.ss-hero-text ul li:after{content:",";color:var(--text-color)}.ss-hero-text ul li:last-child:after{content:""}.ss-hero-text ul li a{position:relative}.ss-hero-text ul li a:after{content:"";position:absolute;left:0;bottom:0;width:0;height:1px;background-color:#fff;transition-timing-function:ease-in;transition-duration:.25s;transition-property:width}@media (min-width:992px){.ss-hero-text ul li a:hover:after{width:100%}}.ss-category{background-color:#e9f3fb}.ss-category .tab-container{overflow-y:scroll;-ms-overflow-style:none;scrollbar-width:none}.ss-category .tab-container::-webkit-scrollbar{display:none}.ss-category .tab-container li{white-space:nowrap;position:relative}.ss-category .tab-container li:after{content:"";position:absolute;left:0;bottom:0;width:0;height:2px;background-color:var(--text-color);transition-timing-function:ease-in;transition-duration:.25s;transition-property:width}.ss-category .tab-container li.active:after{width:100%}@media (min-width:992px){.ss-category .tab-container li:hover:after{width:100%}}.ss-trending-right{background-color:rgba(184,161,254,.2)}.ss-trending-right__title{color:#8363e2}.ss-trending-banner{background-color:#16254a}.ss-trending-banner__bg-image{width:100%;height:220px;-o-object-fit:cover;object-fit:cover}@media (min-width:992px){.ss-trending-banner__bg-image{height:auto}}@media (min-width:992px){.ss-trending-banner--category{position:sticky;top:200px}}.ss-trending-right-list{counter-reset:item}.ss-trending-right-list__item{counter-increment:item;position:relative;color:#10324c;border-bottom:1px solid #8363e2}.ss-trending-right-list__item:before{content:counter(item) " .";position:absolute;top:0;left:0;font-family:Massilia,sans-serif;font-weight:700;font-size:34px;line-height:1;color:#3b556b}@media (min-width:640px){.ss-trending-right-list__item:before{font-size:40px}}@media (min-width:992px){.ss-trending-right-list__item:before{font-size:50px}}.ss-trending-right-list__item:last-child{border-bottom:none}.container .tab-content{animation:fading .25s;display:none}@keyframes fading{from{opacity:0}to{opacity:1}}