.carousel-container{position:relative;overflow:hidden;border:1px solid #555;border-radius:24px;padding:16px;--outer-r: 24px;--p-distance: 12px}.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:calc(var(--outer-r) - var(--p-distance));background-color:#0d0716;overflow:hidden;cursor:grab;min-height:360px}.carousel-item:active{cursor:grabbing}.carousel-container.round{border:1px solid #555}.carousel-item.round{background-color:#0d0716;position:relative;bottom:.1em;border:1px solid #555;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:translate(-50%)}.carousel-indicator.active{background-color:#333}.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:#060010}.carousel-item-content{padding:20px}.carousel-item-title{margin-bottom:4px;font-weight:900;font-size:18px;color:#fff}.carousel-item-description{font-size:14px;color:#fff}.carousel-indicators-container{display:flex;width:100%;justify-content:center}.carousel-indicators{margin-top:4px;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:#fff}.carousel-indicator.inactive{background-color:#555}@media (max-width: 768px){.carousel-container{width:100%;max-width:100%;overflow:hidden;padding:1rem 1rem 3rem;box-sizing:border-box;position:relative}.carousel-track{display:flex;gap:1rem;width:auto;flex-direction:row;align-items:stretch}.carousel-item{flex-shrink:0;margin:0;width:100%;box-sizing:border-box;min-height:320px;cursor:default}.carousel-item:active{cursor:default}.carousel-item>*{width:100%}.carousel-item-header,.carousel-item-content{padding:16px}.carousel-item-title{font-size:16px}.carousel-item-description{font-size:13px}.carousel-indicators-container{position:absolute;bottom:.5rem;left:0;right:0;width:100%;z-index:10;pointer-events:none}.carousel-indicators{pointer-events:auto}}@media (max-width: 480px){.carousel-container{padding:.75rem .75rem 2.5rem}.carousel-track{gap:.75rem}.carousel-item{min-height:300px}.carousel-item-header{padding:14px;margin-bottom:12px}.carousel-item-content{padding:14px}.carousel-icon-container{height:24px;width:24px}.carousel-icon{height:14px;width:14px}.carousel-item-title{font-size:15px;margin-bottom:3px}.carousel-item-description{font-size:12px}.carousel-indicators{width:120px;padding:0 24px}.carousel-indicator{height:7px;width:7px}.carousel-indicators-container{bottom:.25rem}}
