.codffy-carousel{position:relative;width:100vw;max-width:none;margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw);overflow:hidden;background:#f3f3f3}.codffy-track{display:flex;width:100%;transition:transform .55s ease;will-change:transform}.codffy-slide{flex:0 0 100%;min-width:100%;line-height:0}.codffy-carousel-image{display:block;width:100%;height:auto;max-width:none}.codffy-prev,.codffy-next{position:absolute;top:50%;z-index:3;transform:translateY(-50%);width:48px;height:64px;border:0;border-radius:4px;background:rgba(0,0,0,.32);color:#fff;font-size:42px;line-height:1;cursor:pointer;transition:background .2s ease}.codffy-prev:hover,.codffy-next:hover{background:rgba(0,0,0,.55)}.codffy-prev{left:18px}.codffy-next{right:18px}.codffy-dots{position:absolute;z-index:3;left:50%;bottom:16px;transform:translateX(-50%);display:flex;gap:8px}.codffy-dot{width:10px;height:10px;padding:0;border:1px solid rgba(255,255,255,.9);border-radius:50%;background:rgba(255,255,255,.45);cursor:pointer;box-shadow:0 1px 4px rgba(0,0,0,.2)}.codffy-dot.is-active{background:#fff;transform:scale(1.15)}@media(max-width:767px){.codffy-prev,.codffy-next{width:38px;height:52px;font-size:34px}.codffy-prev{left:8px}.codffy-next{right:8px}.codffy-dots{bottom:9px}}
