.carousel-full-section{justify-content:center;width:100%}.carousel-full-section,.carousel-wrapper{align-items:center;background:var(--user-bg-color);display:flex;overflow:hidden;position:relative}.carousel-wrapper{--box-w:180px;--box-h:260px;--box-active-w:550px;--box-active-h:400px;--gap:30px;--font-normal:30px;--font-active:50px;--wrapper-h:700px;--bg-h:90%;--wrapper-w:calc(var(--box-w)*4 + var(--gap)*4 + var(--box-active-w));--bg-left:calc(var(--box-w)/2);--bg-w:calc(var(--box-w)*3 + var(--gap)*4 + var(--box-active-w));height:100vh;margin:0;max-height:var(--wrapper-h);max-width:100%;width:var(--wrapper-w)}@media (max-width:1440px){.carousel-wrapper{--box-w:140px;--box-h:200px;--box-active-w:420px;--box-active-h:300px;--gap:20px;--wrapper-h:600px;--bg-h:90%}}@media (max-width:1100px){.carousel-wrapper{--box-w:100px;--box-h:160px;--box-active-w:320px;--box-active-h:240px;--gap:15px;--font-normal:24px;--font-active:40px;--wrapper-h:500px;--bg-h:85%}.top-text{font-size:13px;left:10%;margin-bottom:20px}.bottom-text{font-size:20px;left:15%;margin-top:25px}}@media (max-width:768px){.carousel-wrapper{--box-w:60px;--box-h:120px;--box-active-w:220px;--box-active-h:180px;--gap:10px;--font-normal:18px;--font-active:30px;--wrapper-h:400px;--bg-h:80%}.carousel-nav-btn{height:40px;margin-left:0;margin-right:0;position:absolute;width:40px}.carousel-nav-btn .material-symbols-outlined{font-size:28px}.prev-btn{left:10px}.next-btn{right:10px}.top-text{font-size:12px;left:10%;margin-bottom:10px}.bottom-text{font-size:16px;left:15%;margin-top:15px}}@media (max-width:500px){.carousel-wrapper{--box-w:30px;--box-h:80px;--box-active-w:160px;--box-active-h:120px;--gap:5px;--font-normal:14px;--font-active:20px;--wrapper-h:300px;--bg-h:75%}.prev-btn{left:0}.next-btn{right:0}.carousel-nav-btn .material-symbols-outlined{font-size:24px}.top-text{font-size:11px;left:5%;margin-bottom:5px}.bottom-text{font-size:14px;left:5%;margin-top:10px}}.carousel-wrapper:before{background-color:var(--current-inner-bg);content:"";height:var(--bg-h);left:var(--bg-left);position:absolute;top:50%;transform:translateY(-50%);transition:background-color .8s ease-in-out;width:var(--bg-w);z-index:1}.boxes-container{align-items:flex-end;display:flex;flex-wrap:nowrap;gap:var(--gap);height:var(--box-active-h);padding:20px 0;position:relative;width:max-content;z-index:2}.box{flex-shrink:0;height:var(--box-h);position:relative;transition:all .8s ease-in-out;width:var(--box-w)}.boxes-container .box:nth-child(3){height:var(--box-active-h);width:var(--box-active-w)}.box-content{align-items:center;background-color:#2a2a2a;color:#fff;display:flex;justify-content:center;overflow:hidden;position:relative}.box-content,.box-image{height:100%;transition:all .8s ease-in-out;width:100%}.box-image{left:0;object-fit:cover;object-position:center;position:absolute;top:0;z-index:1}.box-number{font-size:var(--font-normal);font-weight:700;position:relative;transition:font-size .8s ease-in-out;z-index:3}.boxes-container .box:nth-child(3) .box-number{font-size:var(--font-active)}.static-title-wrapper{height:100%;pointer-events:none;top:0;z-index:5}.box-text,.static-title-wrapper{left:50%;position:absolute;transform:translateX(-50%);width:100%}.box-text{align-items:center;display:flex;font-weight:700;justify-content:center;opacity:1;transition:opacity .4s ease-in-out;white-space:nowrap}.box-text.fade-out{opacity:0!important}.top-text{color:color-mix(in srgb,var(--current-inner-bg) 60%,#000 40%);font-size:15px;height:calc((100% - var(--box-active-h))/2);top:0;transition:color .8s ease-in-out,opacity .4s ease-in-out}.bottom-text{bottom:80px;font-size:25px;height:auto;max-width:80%;text-align:center;top:calc(50% + var(--box-active-h)/2);white-space:normal}@media (max-width:768px){.bottom-text{bottom:70px;font-size:18px}}.box-content:after{background-color:rgba(223,121,0,.3);bottom:0;content:"";height:100%;left:0;pointer-events:none;position:absolute;transform:translateY(100%);transition:transform .4s ease-in-out;width:100%;z-index:2}.box:hover .box-content:after{transform:translateY(0)}.carousel-nav-btn{align-items:center;background:transparent;border:none;color:#df7900;cursor:pointer;display:flex;flex-shrink:0;height:auto;justify-content:center;margin-top:60px;padding:0;position:relative;transition:all .3s ease-in-out;width:auto;z-index:10;-webkit-tap-highlight-color:transparent}.carousel-nav-btn .material-symbols-outlined{font-size:32px;font-weight:400}.carousel-nav-btn:hover{background:transparent;border:none;scale:1.15}.prev-btn{margin-right:30px}.next-btn{margin-left:30px}.carousel-nav-btn:active,.carousel-nav-btn:focus{border:none;box-shadow:none;outline:none}@media (max-width:768px){.carousel-nav-btn{height:40px;margin-left:0;margin-right:0;position:absolute;width:40px}.carousel-nav-btn .material-symbols-outlined{font-size:28px}.prev-btn{left:5px}.next-btn{right:5px}}@media (max-width:480px){.prev-btn{left:0}.next-btn{right:0}.carousel-nav-btn .material-symbols-outlined{font-size:24px}}@media (max-width:420px){.carousel-nav-btn{display:none!important}}.carousel-full-section{padding-bottom:50px!important}.carousel-action-wrapper{bottom:25px;display:flex;justify-content:center;left:0;position:absolute;width:100%;z-index:20}.carousel-action-btn{align-items:center;background-color:#ebe8e7;border:1px solid #e5e0d8;border-radius:8px;color:#675c53;display:inline-flex;font-size:16px;font-weight:600;justify-content:center;padding:2px 7px;text-decoration:none;transition:all .3s ease-in-out;white-space:nowrap}.carousel-action-btn:hover{background-color:#e8e4dc;box-shadow:0 5px 15px rgba(0,0,0,.08);color:#df7900;text-decoration:none;transform:translateY(-3px)}