body{font-family:Inter,sans-serif;overflow-x:hidden;background-color:#1a202c}body::-webkit-scrollbar{display:none}body{-ms-overflow-style:none;scrollbar-width:none}.hero-background{position:relative;min-height:100vh;background-color:#1a202c}.hero-background:before{content:"";position:absolute;inset:0;background-image:var(--bg-image);background-size:cover;background-position:right center;background-repeat:no-repeat;filter:blur(5px) opacity(.8);transition:background-image .5s ease-in-out;z-index:2;display:none}.hero-background>*{position:relative;z-index:10}@media (min-width: 1280px){.hero-background:before{display:block}.hero-background:after{width:50vw}}@media (max-width: 1279px){.hero-background:before{display:none!important}.hero-background:after{width:100vw}}@media (max-width: 767px){#prev-btn,#next-btn{display:none!important}#carousel-container{max-width:100%;padding:0 1rem}}.text-outline{-webkit-text-stroke:1px white;text-stroke:1px white;color:transparent}.card-shadow{box-shadow:0 10px 20px #00000080}.cta-button{background:linear-gradient(90deg,#ff007b,#ff4d94);transition:all .3s ease}.cta-button:hover{transform:translateY(-2px);box-shadow:0 5px 15px #ff007b66}#carousel-container{position:relative;width:100%;overflow:hidden;display:flex;align-items:center;justify-content:center}#carousel{display:flex;width:100%;transition:transform .5s cubic-bezier(.4,0,.2,1)}.carousel-item{flex-shrink:0;width:100%;padding:1rem;box-sizing:border-box}.carousel-dot-bar{width:40px;height:8px;background-color:#ffffff4d;border-radius:4px;transition:background-color .3s ease;cursor:pointer}.carousel-dot-bar.active{background-color:#fff}.main-grid-container:before{content:"";position:fixed;top:0;left:0;width:100vw;height:100vh;background-color:#1a202c;background-image:repeating-linear-gradient(0deg,#202530 0px,#202530 1px,transparent 1px,transparent 20px),repeating-linear-gradient(90deg,#202530 0px,#202530 1px,transparent 1px,transparent 20px);background-size:20px 20px;z-index:-1;pointer-events:none}@media (min-width: 1280px){.main-grid-container:before{position:absolute;height:100%;width:50vw;z-index:0}}.main-grid-container>*{position:relative;z-index:1}
