.carousel-container{justify-content:center;align-items:center;width:100%;display:flex;position:relative;overflow:visible}.carousel-item{justify-content:center;align-items:center;transition:border-color .3s cubic-bezier(.4,0,.2,1),box-shadow .3s cubic-bezier(.4,0,.2,1);display:flex;overflow:visible}.carousel-item img{object-fit:cover;width:100%;height:100%;display:block}.carousel-circular-button{-webkit-backdrop-filter:blur(24px)saturate(200%);cursor:pointer;z-index:10000;color:#ffffffe6;opacity:1;pointer-events:auto;transition:all var(--button-transition-duration,.2s)cubic-bezier(.4,0,.2,1);background-color:#ffffff1a;border:.5px solid #fff3;border-radius:50%;justify-content:center;align-items:center;padding:0;display:flex;position:fixed;box-shadow:0 4px 24px #0003,inset 0 1px #ffffff26}.carousel-circular-button:hover{color:#fff;background-color:#ffffff2e;border:.5px solid #ffffff4d;transform:scale(1.05);box-shadow:0 8px 32px #0000004d,inset 0 1px #fff3}.carousel-circular-close-button{width:48px;height:48px;font-size:26px;font-weight:100;line-height:1;top:32px;right:32px}.carousel-circular-close-button:hover{transform:scale(1.08)}.carousel-circular-nav-button{width:56px;height:56px;top:50%;transform:translateY(-50%)}.carousel-circular-nav-button:hover{transform:translateY(-50%)scale(1.08)}.carousel-circular-nav-button--prev{left:40px}.carousel-circular-nav-button--next{right:40px}
