.custom-carousel{position:relative;width:100%;height:600px;overflow:hidden}.custom-carousel-track{display:flex;height:100%;transition:transform .6s ease-in-out}.custom-carousel-slide{min-width:100%;height:100%;position:relative}.custom-carousel-image{width:100%;height:100%;object-fit:cover}.custom-carousel-content{display:block;position:absolute;top:64px;left:50%;transform:translate(-50%);width:100%;max-width:1200px;z-index:5;pointer-events:auto;padding:0;box-sizing:border-box}.custom-carousel-content-center{text-align:center}.custom-carousel-text-left{text-align:left}.custom-carousel-text-center{text-align:center}.custom-carousel-text-right{text-align:right}.custom-carousel-content-white,.custom-carousel-content-white .custom-carousel-heading,.custom-carousel-content-white .custom-carousel-subheading,.custom-carousel-content-white .custom-carousel-description{color:#fff}.custom-carousel-content-black,.custom-carousel-content-black .custom-carousel-heading,.custom-carousel-content-black .custom-carousel-subheading,.custom-carousel-content-black .custom-carousel-description{color:#1d1d1f}.custom-carousel-subheading{font-size:24px;font-weight:400;margin:0}.custom-carousel-heading{font-size:56px;line-height:1;font-weight:600;margin:0}.custom-carousel-description{font-size:18px;line-height:1.5;font-weight:400;margin:0}.custom-carousel-content-inner{width:100%;display:flex;flex-direction:column}.custom-carousel-button-wrapper{display:flex;gap:20px;flex-wrap:wrap}.custom-carousel-text-left .custom-carousel-button-wrapper{justify-content:flex-start}.custom-carousel-text-center .custom-carousel-button-wrapper{justify-content:center}.custom-carousel-text-right .custom-carousel-button-wrapper{justify-content:flex-end}.custom-carousel-content-center .custom-carousel-content-inner{margin:0 auto}.custom-carousel-content-left .custom-carousel-content-inner{margin-right:auto}.custom-carousel-content-right .custom-carousel-content-inner{margin-left:auto}.custom-carousel-button{display:inline-block;padding:12px 40px;font-size:16px;font-weight:500;background-color:#2c5af6;color:#fff;text-decoration:none;border-radius:8px;transition:all .3s ease}.custom-carousel-button:hover{background-color:#1b4be0;transform:translateY(-2px);box-shadow:0 4px 12px #2c5af64d}.custom-carousel-button-secondary{background-color:#d2dcff;color:#2c5bf6;border:none}.custom-carousel-content-white .custom-carousel-button-secondary{background-color:#d2dcff!important;color:#2c5bf6!important;border:none!important}.custom-carousel-button-secondary:hover,.custom-carousel-content-white .custom-carousel-button-secondary:hover{background-color:#f5f8ff;color:#1b4be0;border:none;box-shadow:0 4px 12px #2c5af62e}.custom-carousel-content-white .custom-carousel-button{background-color:#2c5af6;color:#fff}.custom-carousel-slide-homeclaw{background:#eaf4ff}.custom-carousel-homeclaw-bg{object-position:center center}.custom-carousel-homeclaw-content{position:absolute;top:40px;left:50%;transform:translate(-50%);width:min(1200px,calc(100% - 96px));z-index:5;color:#050505}.custom-carousel-homeclaw-logo{display:block;width:228px;height:auto;margin-bottom:26px}.custom-carousel-homeclaw-title{max-width:650px;margin:0 0 8px;color:#050505;font-size:40px;line-height:1.17;font-weight:700;letter-spacing:0}.custom-carousel-homeclaw-gradient-text{background:linear-gradient(90deg,#1368ff,#00c7ff);-webkit-background-clip:text;background-clip:text;color:transparent;-webkit-text-fill-color:transparent}.custom-carousel-homeclaw-subtitle{margin:0 0 18px;color:#050505;font-size:17px;line-height:1.4;font-weight:400}.custom-carousel-homeclaw-points{display:block;width:258px;height:128px;margin:0 0 18px}.custom-carousel-homeclaw-button{min-width:142px;text-align:center}@media(max-width:768px){.custom-carousel-content{top:64px;transform:translate(-50%);left:50%;width:100%;text-align:center;padding:0 20px}.custom-carousel-content-left,.custom-carousel-content-right,.custom-carousel-content-center{left:50%;right:auto;text-align:center;transform:translate(-50%)}.custom-carousel-subheading{font-size:14px!important;display:block!important}.custom-carousel-heading{font-size:28px!important;display:block!important}.custom-carousel-description{font-size:14px!important;display:block!important}.custom-carousel-button-wrapper{justify-content:center!important}.custom-carousel-button{display:inline-block}.custom-carousel-content-inner{gap:8px!important}.custom-carousel-homeclaw-bg{object-position:58% center}.custom-carousel-homeclaw-content{top:18px;left:16px;transform:none;width:calc(100% - 32px);max-width:310px;padding:14px 14px 16px;text-align:left;background:#ffffffb8;border-radius:8px;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}.custom-carousel-homeclaw-logo{width:116px;margin-bottom:8px}.custom-carousel-homeclaw-title{max-width:280px;font-size:23px;line-height:1.16;margin-bottom:8px}.custom-carousel-homeclaw-subtitle{max-width:270px;font-size:12px;line-height:1.35;margin-bottom:10px}.custom-carousel-homeclaw-points{width:258px;height:128px;max-width:100%;margin-bottom:12px}.custom-carousel-homeclaw-button{min-width:126px;padding:10px 28px}}.custom-carousel-indicators{position:absolute;bottom:30px;left:50%;transform:translate(-50%);display:flex;gap:12px;z-index:1}.custom-carousel-indicator{width:60px;height:4px;background-color:#fff6;border:none;border-radius:2px;cursor:pointer;padding:0;overflow:hidden;transition:background-color .3s ease}.custom-carousel-indicator:hover{background-color:#fff9}.custom-carousel-indicator-progress{height:100%;width:0%;background-color:#fff;border-radius:2px;transition:width .1s linear}.custom-carousel-indicator.active .custom-carousel-indicator-progress{width:100%}.custom-carousel-indicator.completed{background-color:#fff9}.custom-carousel-indicator.completed .custom-carousel-indicator-progress{width:100%}.custom-carousel-arrow{position:absolute;top:50%;transform:translateY(-50%);width:50px;height:50px;background-color:#fff3;border:none;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;z-index:1;transition:all .3s ease;opacity:0}.custom-carousel:hover .custom-carousel-arrow{opacity:1}.custom-carousel-arrow:hover{background-color:#fff6}.custom-carousel-arrow-prev{left:24px}.custom-carousel-arrow-next{right:24px}.custom-carousel-arrow-icon{width:24px;height:24px;fill:none;stroke:#fff;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}@media(max-width:768px){.custom-carousel{height:auto;aspect-ratio:768 / 1080}.custom-carousel-indicator{width:40px}.custom-carousel-arrow{width:40px;height:40px}.custom-carousel-arrow-prev{left:12px}.custom-carousel-arrow-next{right:12px}}@media(max-width:480px){.custom-carousel{height:auto;aspect-ratio:768 / 1080}.custom-carousel-indicator{width:30px}.custom-carousel-indicators{bottom:20px;gap:8px}}
/*# sourceMappingURL=/cdn/shop/t/36/assets/custom-carousel.css.map */
