<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@-webkit-keyframes changeBar{0%{height:0}99%{height:100%}to{display:none}}@keyframes changeBar{0%{height:0}99%{height:100%}to{display:none}}@-webkit-keyframes changeBarMobile{0%{width:0}99%{width:100%}to{display:none}}@keyframes changeBarMobile{0%{width:0}99%{width:100%}to{display:none}}#features-progress{background-color:#211d1d}#features-progress.pause-animation{-webkit-animation-play-state:paused;animation-play-state:paused}.feature-slide-size{height:270px}@media(max-width:767.98px){#loading-bar,#loading-bar #features-progress{height:3px}#loading-bar #features-progress.start-animation{-webkit-animation:changeBarMobile 10s ease-in;animation:changeBarMobile 10s ease-in}}@media(min-width:768px){#loading-bar-wrapper{width:112px}#loading-bar-wrapper .feature-action-wrapper{-webkit-transform:rotate(-90deg);transform:rotate(-90deg)}#loading-bar,#loading-bar #features-progress{width:2px}#loading-bar #features-progress.start-animation{-webkit-animation:changeBar 10s ease-in;animation:changeBar 10s ease-in}.feature-slide-size{height:340px}}@media(min-width:992px){#loading-bar-wrapper{width:124px}#feature-sides .accordion-container .accordion-title{font-weight:500}#feature-sides .contents .content{max-height:100px}.feature-slide-size{height:650px}}</pre></body></html>