:export{primary:#be1e2d;primaryLight:rgba(190,30,45,.251);primaryHover:#98111e;primaryBackground:rgba(190,30,45,.051);primaryBackgroundHover:rgba(190,30,45,.102);primaryCheckboxHover:rgba(190,30,45,.149);secondary:#f7941d;tertiary:#fff200;success:#11b364;warning:#f79009;error:#f04438;information:#1363ff;neutral:#6c757d;black:#000;zBlack:#202020;white:#fff;offWhite:#f8f9fa}.auth-container{display:flex;max-height:100dvh;height:100dvh;overflow:hidden}.auth-container .form-container{height:100%;overflow:auto;width:37%;padding:10rem}.auth-container .form-container .logo{width:20rem;height:5rem}.auth-container .form-container .logo img{width:100%;height:100%}.auth-container .form-container .title{margin-top:7.5rem;margin-bottom:3.5rem}.auth-container .form-container .number-text{color:#202020;opacity:75%;font-weight:600;font-size:1.8rem;padding-top:.1rem}.auth-container .form-container .description{color:#202020;opacity:50%;margin-top:1.5rem}.auth-container .form-container .description .text-highlight{font-family:Poppins-Medium,sans-serif;text-decoration:underline}.auth-container .form-container .button{margin-top:3.5rem;width:100%}.auth-container .form-container .register-form{display:flex;flex-direction:column;gap:2.5rem}.auth-container .form-container .otp-timer-text{opacity:50%}.auth-container .form-container .otp-not-received-text,.auth-container .form-container .otp-timer-text{color:#202020;transition:.3s ease-in-out;margin-top:2.5rem}.auth-container .form-container .otp-not-received-text .resend-text{color:#be1e2d;text-decoration:underline;font-family:Poppins-Medium,sans-serif;cursor:pointer}.auth-container .carosuel-container{width:63%;position:relative}.auth-container .carosuel-container .image-container{height:100dvh}.auth-container .carosuel-container .image-container .image{object-fit:cover;height:100dvh;width:100%}.auth-container .carosuel-container .image-container .content-container{background:transparent linear-gradient(180deg,hsla(0,0%,100%,0),rgba(83,83,83,0) 49%,rgba(0,0,0,.851) 72%,#000) 0 0 no-repeat padding-box;position:absolute;top:0;height:100%;width:100%;display:flex;align-items:flex-end;justify-content:space-between;color:#fff;padding:10rem}.auth-container .carosuel-container .image-container .content-container .content{width:54%;display:flex;flex-direction:column;gap:1.5rem;margin-bottom:4rem}.auth-container .carosuel-container .image-container .content-container .content .heading1,.auth-container .carosuel-container .image-container .content-container .content .heading5,.auth-container .carosuel-container .image-container .content-container .content .heading6{color:#fff}.auth-container .carosuel-container .carousel-buttons{position:absolute;bottom:10rem;right:10rem}.auth-container .carosuel-container .swiper-pagination{padding-bottom:10rem}.back-button{height:5.7rem;width:5.7rem;min-width:5.7rem;background-color:rgba(190,30,45,.051);border-radius:100%;display:flex;justify-content:center;align-items:center;transition:.3s ease-in-out;cursor:pointer}.back-button:hover{background-color:rgba(190,30,45,.102)}@media(max-width:1200px){.auth-container .form-container{width:40%;padding:8rem}.auth-container .carosuel-container{width:60%}.auth-container .carosuel-container .image-container .content-container .content{width:65%}}@media(max-width:1000px){.auth-container .carosuel-container .image-container .content-container .content{width:70%}.auth-container .form-container{padding:6rem}}@media(max-width:800px){.auth-container .form-container{width:100%;padding:6rem 4rem}.auth-container .carosuel-container{display:none}}