*{font-family:Inter,sans-serif;font-weight:400;font-style:normal;padding:0;margin:0;box-sizing:border-box}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:#f1f1f1}::-webkit-scrollbar-thumb{background-color:#a0aec0;border-radius:10px}::-webkit-scrollbar-thumb:hover{background-color:#718096}.animate-scroll{animation:scroll 40s linear infinite;width:200%}.animate-gradient-x{background-size:400% 400%;animation:gradient-x 15s ease infinite,color-shift 10s ease-in-out infinite}:root{--side-bar-width:300px}.bar-of-progress{z-index:50}a{text-decoration:none;color:rgba(0,0,0,.935);font-weight:inherit}a.link_hover_underline:hover{text-decoration:underline;color:rgba(0,0,0,.935)}@media screen and (max-width:1440px){:root{--side-bar-width:250px}}@media screen and (max-width:1200px){:root{--side-bar-width:220px}}@media screen and (max-width:992px){:root{--side-bar-width:200px}}.carousel-container{position:relative;overflow:hidden;border-radius:24px;padding:14px;background:#fff;box-shadow:-20px -20px 60px #cccfd5,20px 20px 60px #ffffff}.carousel-track{display:flex}.carousel-item{position:relative;display:flex;flex-shrink:0;flex-direction:column;align-items:flex-start;justify-content:space-between;border:1px solid #555;border-radius:20px;background-color:#0d0d0d;overflow:hidden;cursor:-webkit-grab;cursor:grab}.carousel-item:active{cursor:-webkit-grabbing;cursor:grabbing}.carousel-container.round,.carousel-item.round{border:1px solid #555}.carousel-item.round{background-color:#0d0d0d;position:relative;bottom:.1em;justify-content:center;align-items:center;text-align:center}.carousel-item-header.round{padding:0;margin:0}.carousel-indicators-container.round{position:absolute;z-index:2;bottom:3em;left:50%;transform:translateX(-50%)}.carousel-indicator.active{background-color:#333333}.carousel-indicator.inactive{background-color:rgba(51,51,51,.4)}.carousel-item-header{margin-bottom:16px;padding:20px}.carousel-icon-container{display:flex;height:28px;width:28px;align-items:center;justify-content:center;border-radius:50%;background-color:#fff}.carousel-icon{height:16px;width:16px;color:#060606}.carousel-item-content{padding:20px}.carousel-item-title{margin-bottom:4px;font-weight:900;font-size:1.1rem;color:#fff}.carousel-item-description{font-size:.85rem;color:#fff}.carousel-indicators-container{display:flex;width:100%;justify-content:center}.carousel-indicators{margin-top:16px;display:flex;width:150px;justify-content:space-between;padding:0 32px}.carousel-indicator{height:8px;width:8px;border-radius:50%;cursor:pointer;transition:background-color .15s}.carousel-indicator.active{background-color:#009afa}.carousel-indicator.inactive{background-color:#555}