@import"https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap";.desktop-navbar{display:block}.mobile-navbar{display:none}@media (max-width: 868px){.desktop-navbar{display:none}.mobile-navbar{display:block}}.navbar{overflow:hidden;margin:20px;font-family:Poppins;padding:2rem 4.5rem}.navbar-content{display:flex;justify-content:space-between;align-items:center}.navbar-content .navbar-logo{display:flex;align-items:center;height:50px}.navbar-content .navbar-logo img{width:250px}.navbar-links{display:flex;gap:30px}.navbar-link{color:#333;text-decoration:none;font-size:17px;font-weight:600}.navbar-link:hover{color:#56afb2}.navbar-link.active{color:#56afb2;text-decoration:underline;text-underline-offset:10px}.navbar-button{background-color:#56afb2;padding:10px 24px;border:none;border-radius:6px;color:#fff;font-weight:520;box-shadow:0 6px 6px #56afb240;text-decoration:none;cursor:pointer}.navbar-profile-buttons{display:flex;align-items:center;gap:10px}.profile-container{position:relative;display:flex;align-items:center;gap:10px}.profile-container img{width:30px;height:30px;border-radius:50%}.profile-icon{cursor:pointer;color:#000}.profile-menu{position:absolute;right:0;background-color:#fff;box-shadow:0 0 10px #0000001a;border-radius:4px;overflow:hidden;z-index:1000}.profile-menu-item{display:block;padding:10px 20px;color:#000;text-decoration:none;cursor:pointer}.profile-menu-item:hover{background-color:#f0f0f0}:root{--toastify-color-light: #fff;--toastify-color-dark: #121212;--toastify-color-info: #3498db;--toastify-color-success: #07bc0c;--toastify-color-warning: #f1c40f;--toastify-color-error: #e74c3c;--toastify-color-transparent: rgba(255, 255, 255, .7);--toastify-icon-color-info: var(--toastify-color-info);--toastify-icon-color-success: var(--toastify-color-success);--toastify-icon-color-warning: var(--toastify-color-warning);--toastify-icon-color-error: var(--toastify-color-error);--toastify-toast-width: 320px;--toastify-toast-offset: 16px;--toastify-toast-top: max(var(--toastify-toast-offset), env(safe-area-inset-top));--toastify-toast-right: max(var(--toastify-toast-offset), env(safe-area-inset-right));--toastify-toast-left: max(var(--toastify-toast-offset), env(safe-area-inset-left));--toastify-toast-bottom: max(var(--toastify-toast-offset), env(safe-area-inset-bottom));--toastify-toast-background: #fff;--toastify-toast-min-height: 64px;--toastify-toast-max-height: 800px;--toastify-toast-bd-radius: 6px;--toastify-font-family: sans-serif;--toastify-z-index: 9999;--toastify-text-color-light: #757575;--toastify-text-color-dark: #fff;--toastify-text-color-info: #fff;--toastify-text-color-success: #fff;--toastify-text-color-warning: #fff;--toastify-text-color-error: #fff;--toastify-spinner-color: #616161;--toastify-spinner-color-empty-area: #e0e0e0;--toastify-color-progress-light: linear-gradient( to right, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55 );--toastify-color-progress-dark: #bb86fc;--toastify-color-progress-info: var(--toastify-color-info);--toastify-color-progress-success: var(--toastify-color-success);--toastify-color-progress-warning: var(--toastify-color-warning);--toastify-color-progress-error: var(--toastify-color-error);--toastify-color-progress-bgo: .2}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0,0,var(--toastify-z-index));position:fixed;padding:4px;width:var(--toastify-toast-width);box-sizing:border-box;color:#fff}.Toastify__toast-container--top-left{top:var(--toastify-toast-top);left:var(--toastify-toast-left)}.Toastify__toast-container--top-center{top:var(--toastify-toast-top);left:50%;transform:translate(-50%)}.Toastify__toast-container--top-right{top:var(--toastify-toast-top);right:var(--toastify-toast-right)}.Toastify__toast-container--bottom-left{bottom:var(--toastify-toast-bottom);left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{bottom:var(--toastify-toast-bottom);left:50%;transform:translate(-50%)}.Toastify__toast-container--bottom-right{bottom:var(--toastify-toast-bottom);right:var(--toastify-toast-right)}@media only screen and (max-width : 480px){.Toastify__toast-container{width:100vw;padding:0;left:env(safe-area-inset-left);margin:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translate(0)}.Toastify__toast-container--rtl{right:env(safe-area-inset-right);left:initial}}.Toastify__toast{--y: 0;position:relative;touch-action:none;min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:8px;border-radius:var(--toastify-toast-bd-radius);box-shadow:0 4px 12px #0000001a;display:flex;justify-content:space-between;max-height:var(--toastify-toast-max-height);font-family:var(--toastify-font-family);cursor:default;direction:ltr;z-index:0;overflow:hidden}.Toastify__toast--stacked{position:absolute;width:100%;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s}.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body,.Toastify__toast--stacked[data-collapsed] .Toastify__close-button{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{content:"";position:absolute;left:0;right:0;height:calc(var(--g) * 1px);bottom:100%}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{content:"";position:absolute;left:0;right:0;bottom:0;height:100%;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{margin:auto 0;flex:1 1 auto;padding:6px;display:flex;align-items:center}.Toastify__toast-body>div:last-child{word-break:break-word;flex:1}.Toastify__toast-icon{margin-inline-end:10px;width:20px;flex-shrink:0;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.5s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}@media only screen and (max-width : 480px){.Toastify__toast{margin-bottom:0;border-radius:0}}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--light,.Toastify__toast-theme--colored.Toastify__toast--default{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;align-self:flex-start;z-index:1}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:hover,.Toastify__close-button:focus{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:100%;z-index:var(--toastify-z-index);opacity:.7;transform-origin:left;border-bottom-left-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:initial;transform-origin:right;border-bottom-left-radius:initial;border-bottom-right-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp{position:absolute;bottom:0;left:0;width:100%;height:5px;border-bottom-left-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{opacity:var(--toastify-color-progress-bgo);width:100%;height:100%}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,var(--y),0)}to{opacity:0;transform:translate3d(2000px,var(--y),0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,var(--y),0)}to{opacity:0;transform:translate3d(-2000px,var(--y),0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--top-left,.Toastify__bounce-enter--bottom-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--top-right,.Toastify__bounce-enter--bottom-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--top-left,.Toastify__bounce-exit--bottom-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--top-right,.Toastify__bounce-exit--bottom-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:translate3d(0,var(--y),0) scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0,var(--y),0) perspective(400px)}30%{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg);opacity:1}to{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(110%,var(--y),0)}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(-110%,var(--y),0)}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--top-left,.Toastify__slide-enter--bottom-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--top-right,.Toastify__slide-enter--bottom-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--top-left,.Toastify__slide-exit--bottom-left{animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown;animation-timing-function:ease-in;animation-duration:.3s}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.login-container{display:flex;flex-direction:column;align-items:center;justify-content:center;height:calc(100vh - 6.25rem)}.login-form{width:50%;padding:2rem;border-radius:.375rem;background-color:#fff;box-shadow:0 0 .625rem #0000001a}.login-form h2{font-size:2rem;color:#333;font-weight:700}.login-form p{margin-bottom:.9375rem;font-size:1rem;color:#888}.login-form .form-group{margin-bottom:.9375rem}.login-form label{display:block;margin-bottom:.3125rem;font-weight:500;font-size:1rem;color:#333}.login-form input{width:100%;padding:.625rem;border:.0625rem solid #ccc;border-radius:.25rem;box-sizing:border-box;font-size:1rem}.login-form button{display:block;width:100%;padding:.625rem 0;margin-top:1.25rem;border:none;background-color:#000;color:#fff;border-radius:.4375rem}.login-form .auth-link{margin-top:.9375rem;text-align:center;display:block}.login-form .auth-link a{display:block;color:#000;text-decoration:none;font-weight:400}.social-login img{width:1.0625rem}.card{width:50%;padding:1.8rem}.title{text-align:center;margin:0;font-size:2.375rem;color:#333;font-weight:400}.titlesubheading{font-size:.75rem;text-align:center;color:#4c4c4c}.subtitle{text-align:center;font-size:.75rem;color:#4c4c4c}.subtitle a{font-size:.75rem;text-decoration:underline;color:#000}.subtitle a img{width:.5625rem;gap:.625rem}.social-login{display:flex;justify-content:center;gap:.3125rem}.google-btn{background:#f7faff;border:solid .0625rem #E5EFFF;border-radius:.375rem;font-size:.875rem;display:flex;padding:.625rem;flex:auto;align-items:center;gap:.625rem;justify-content:center;color:#000}.or{border-bottom:.125rem solid #E5EFFF;margin-bottom:1.25rem}.login-inputs{padding:1.25rem;margin:.5rem 0 .9375rem;border:.0625rem solid #E5EFFF;border-radius:.375rem;box-sizing:border-box}.password-input-container .login-inputs{width:100%}.toggle-password-visibility{position:absolute;top:49%;right:.625rem;transform:translateY(-50%);cursor:pointer;color:#999;transition:color .3s}.password-input-container input[type=text]{padding:1.25rem;margin:.5rem 0 .9375rem;border:.0625rem solid #E5EFFF;border-radius:.375rem;box-sizing:border-box;font-size:.9375rem}.loginfrom .cta-btn{background-color:#5cd7d1;color:#fff;padding:.3125rem .625rem;margin:.625rem 0 1.25rem;width:100%;border-radius:.375rem;border:none;font-size:1.25rem;font-weight:500;text-align:center;height:3rem}.forget-pass{text-align:center;display:block;color:#333;font-size:.8125rem;font-weight:700;margin-top:1.25rem}.remember-me{display:flex;align-items:center;margin-bottom:.3125rem;font-size:.875rem;color:#4c4c4c}.remember-me input{margin-right:.4375rem}.loginformphoto{display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%;background-color:#f8f8f8}@media screen and (max-width: 43.75rem){.loginformphotopht img{width:12.5rem;margin:1.25rem}.loginfrom{display:flex;margin-top:1.5rem;max-width:37.5rem}}@media screen and (max-width: 31.25rem){.loginformphoto{display:none}.card{width:100%}}._main_zouwf_1{display:flex;justify-content:center;align-items:center;height:100%;width:100%;flex-direction:column;background:#f5f5f5;flex:1}._container_zouwf_12{position:relative;width:100%;height:100%;margin:auto auto -80px}._text_zouwf_20{position:relative;font-size:14px;color:#333;max-width:80%;margin-bottom:60px}._item_zouwf_29{position:absolute;display:flex;justify-content:center;align-items:center;border-radius:8px;transition:all .3s ease}._icon_zouwf_39{display:flex;justify-content:center;align-items:center;width:100%;height:100%}._icon_zouwf_39 img{max-width:50%;max-height:50%;-o-object-fit:contain;object-fit:contain}._item1_zouwf_54{top:30%;left:28%;width:20%;height:15%;background:linear-gradient(to bottom,#a7d7d5,#56afb2);animation:_item1Animation_zouwf_1 6s infinite ease}@keyframes _item1Animation_zouwf_1{0%{top:30%;left:28%;width:20%;height:15%}10%{top:30%;left:28%;width:20%;height:10%}20%{top:30%;left:28%;width:20%;height:10%}30%{top:30%;left:28%;width:20%;height:10%}40%{top:30%;left:28%;width:44%;height:10%}50%{top:30%;left:28%;width:44%;height:15%}60%{top:30%;left:28%;width:20%;height:15%}70%{top:30%;left:28%;width:20%;height:15%}80%{top:30%;left:28%;width:20%;height:15%}90%{top:30%;left:28%;width:20%;height:15%}}._item2_zouwf_135{top:46%;left:28%;width:20%;height:25%;background:linear-gradient(45deg,#c372d9,#9060da);animation:_item2Animation_zouwf_1 6s infinite ease}@keyframes _item2Animation_zouwf_1{0%{top:46%;left:28%;width:20%;height:25%}10%{top:41%;left:28%;width:20%;height:30%}20%{top:41%;left:28%;width:20%;height:14%}30%{top:41%;left:28%;width:20%;height:14%}40%{top:41%;left:28%;width:20%;height:14%}50%{top:46%;left:28%;width:20%;height:12%}60%{top:46%;left:28%;width:20%;height:12%}70%{top:46%;left:28%;width:20%;height:9%}80%{top:46%;left:28%;width:20%;height:9%}90%{top:46%;left:28%;width:20%;height:9%}}._item3_zouwf_217{top:30%;left:49%;width:23%;height:25%;background:linear-gradient(45deg,#d264a5,#f9706a);animation:_item3Animation_zouwf_1 6s infinite ease}@keyframes _item3Animation_zouwf_1{0%{top:30%;left:49%;width:23%;height:25%}10%{top:30%;left:49%;width:23%;height:25%}20%{top:30%;left:49%;width:23%;height:25%}30%{top:30%;left:49%;width:23%;height:41%}40%{top:41%;left:49%;width:23%;height:30%}50%{top:46%;left:49%;width:23%;height:25%}60%{top:30%;left:49%;width:23%;height:41%}70%{top:30%;left:49%;width:23%;height:25%}80%{top:30%;left:49%;width:23%;height:25%}90%{top:30%;left:49%;width:23%;height:25%}}._item4_zouwf_299{top:56%;left:49%;width:23%;height:15%;background:linear-gradient(135deg,#8aa5f7,#6d80eb);animation:_item4Animation_zouwf_1 6s infinite ease}@keyframes _item4Animation_zouwf_1{0%{top:56%;left:49%;width:23%;height:15%}10%{top:56%;left:49%;width:23%;height:15%}20%{top:56%;left:28%;width:43%;height:15%}30%{top:56%;left:28%;width:20%;height:15%}40%{top:56%;left:28%;width:20%;height:15%}50%{top:59%;left:28%;width:20%;height:12%}60%{top:59%;left:28%;width:20%;height:12%}70%{top:56%;left:28%;width:20%;height:15%}80%{top:56%;left:28%;width:43%;height:15%}90%{top:56%;left:49%;width:23%;height:15%}}.social-login img{width:17px}a{text-decoration:none}.card{width:50%;padding:4rem;box-sizing:border-box}h1.title{text-align:center;margin:0;font-size:38px;font-weight:600;color:#333}.titlesubheading{font-size:12px;text-align:center;color:#4c4c4c}.subtitle{text-align:center;font-size:12px;color:#4c4c4c}.subtitle a{font-size:12px;text-decoration:underline;color:#000}.subtitle a img{width:9px;gap:10px}.btn-text{margin:0}.social-login{display:flex;justify-content:center;gap:5px}.google-btn{background:#f7faff;border:solid 1px #E5EFFF;border-radius:6px;font-size:14px;display:flex;padding:10px;flex:auto;align-items:center;gap:10px;justify-content:center;color:#000;cursor:pointer}.or{border-bottom:2px solid #E5EFFF;margin-bottom:20px}.email-login{display:flex;flex-direction:column}.email-login label{color:#aaa6a6}.text-login{display:flex;flex-direction:column}.text-login label{color:#aaa6a6}.signup-input{padding:20px!important;width:100%;margin:8px 0 15px;border:1px solid #E5EFFF!important;border-radius:6px;box-sizing:border-box;font-size:15px!important}.password-input-container{position:relative}.password-input-container .signup-input{width:100%}.toggle-password-visibility{position:absolute;top:49%;right:10px;transform:translateY(-50%);cursor:pointer;color:#999;transition:color .3s}.password-input-container .signup-input{padding:20px;margin:8px 0 15px;border:1px solid #E5EFFF;border-radius:6px;box-sizing:border-box;font-size:12px}.toggle-password-visibility:hover{color:#666}.cta-btn{background-color:#5cd7d1;color:#fff;padding:10px;margin:10px 0 20px;width:100%;border-radius:6px;border:none;font-size:12px;text-align:center;cursor:pointer}.forget-pass{text-align:center;display:block;color:#333;font-size:13px;font-weight:700;margin-top:20px;cursor:pointer}.remember-me{display:flex;align-items:center;margin-bottom:5px;font-size:14px;color:#4c4c4c;cursor:pointer}.loginfrom{display:flex;flex-direction:row;width:100vw;justify-content:space-around}.loginformphoto{display:flex;flex-direction:column;justify-content:center;width:50%;background-color:#f8f8f8}.loginformphotopht{display:flex;flex-direction:column;justify-content:center;align-items:center}.loginformphotopht img{width:300px;margin:20px}.loginformphotoquote{margin:30px 20px;padding:40px}.loginformphotoquote p{font-size:12px;color:#4c4c4c}.loginformphotoquote .sys{display:flex;flex-direction:row;gap:10px}.loginformphotoquote .sys .sys1{font-weight:700}@media screen and (max-width: 700px){.loginformphotopht img{width:200px;margin:20px}.loginfrom{display:flex;flex-direction:row;max-width:600px;margin:40px auto}}@media screen and (max-width: 500px){.loginformphoto{display:none}.card{width:100%;padding:2rem}}.referral-section{display:flex;gap:10px;flex-direction:column}.content{display:flex;flex-direction:column;align-items:left;width:80%;margin:0 auto;justify-content:center}.content h1{font-size:4rem;margin-bottom:1rem;color:#333;font-weight:700}.content .user-row{margin-bottom:10px;padding:10px;border:1px solid #ccc;border-radius:5px;display:grid;grid-template-columns:1fr 1fr 1fr 1fr}.content .user-row p{margin:5px 0}.content .user-row .actions{display:flex;gap:1rem;align-items:center}.content .user-row .take-quiz-btn,.content .user-row .analytics-quiz-btn{display:inline-block;padding:5px 10px;background-color:#007bff;color:#fff;border:none;border-radius:5px;cursor:pointer}.contestdatabox{display:flex;flex-direction:column;border:.5px solid #B3B3B3;border-radius:2rem;width:24.14rem;box-shadow:4px 4px 4px 4px #c2dad933;height:515px;position:relative}.contestdatabox .contestdataimage{margin:auto;position:relative}.contestdatabox .contestdataimage .live{position:absolute;background-color:#dc0909;color:#f1f1f1;font-size:14px;font-weight:400;border-radius:6px;cursor:pointer;padding:8px 14px;border:none;width:auto;top:20px;right:20px;z-index:1}.contestdatabox .contestdatacontent{display:flex;flex-direction:column;justify-content:center;align-items:center;position:relative}.contestdatabox .contestdatacontent div{position:absolute;right:20px;top:6px;font-size:20px;color:#666;cursor:pointer}.contestdatabox .contestdatacontent p{margin:auto;padding:10px 20px 0;font-size:14px;font-weight:500;color:#666;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;text-overflow:ellipsis}.contestdatabox .contestdatacontent h3{font-size:22px;font-weight:600;margin:auto;padding:0 10px;color:#1d1d1f}@media screen and (max-width: 480px){.contestdatabox .contestdatacontent h3{font-size:20px}}.contestdatabox .contestdatatime{display:flex;flex-direction:row;justify-content:space-between;align-items:center}.contestdatabox .contestdatatime p{font-size:12px;font-weight:600;margin:auto;padding:0 20px;color:#1d1d1f}.contestdatabox .contestdatatime h3{font-size:12px;font-weight:500;margin:auto;padding:0 20px;color:#6e6e73}.contestdatabox .contestdatatime .contesttotalregistered{display:flex;align-items:center}.contestdatabox .contestdatatime .contesttotalregistered div{display:flex;flex-direction:row;justify-content:center;align-items:center;margin:20px;gap:.5rem;color:#6e6e73;position:relative}.contestdatabox .contestdatatime .contesttotalregistered div .contestavatar{width:25px;height:25px;border-radius:50%;border:#666666 solid 1px;position:absolute}.contestdatabox .contestdatatime .contesttotalregistered div img:nth-child(1){left:-39px;z-index:2}.contestdatabox .contestdatatime .contesttotalregistered div img:nth-child(2){left:-26px;z-index:3}.contestdatabox .contestdatatime .contesttotalregistered div img:nth-child(3){left:-13px;z-index:4}.contestdatabox .contestdatatime .contesttotalregistered span{font-size:14px;font-weight:500;margin-right:20px;color:#222224}.contestdatabox .contestdatabutton{display:flex;justify-content:center;align-items:center}.contestdatabox .contestdatabutton button{background-color:#56afb2;color:#f1f1f1;font-size:19px;font-weight:500;border-radius:6px;cursor:pointer;padding:8px 32px;border:none;margin:20px;width:90%}.contestdatabox .contestdatabutton button:hover{background:linear-gradient(to right,#11222e,#086a6a 54%,#086a6a)}@media screen and (max-width: 1280px){.contestdatabox{width:378px}}@media screen and (max-width: 1183px){.contestdatabox{width:377px;gap:0px}}@media screen and (max-width: 1140px){.contestdatabox{gap:0px}.contestdatadetails{gap:0px;margin:0;flex-wrap:wrap}}@media screen and (max-width: 1067px){.contestdatabox{gap:0px}.contestdatadetails{gap:0px;margin:0;flex-wrap:wrap}}@media screen and (max-width: 400px){.contestdatabox{width:92%;margin:0 auto}.contestdatabox .contestdataimage{width:90%;margin:5% auto}.contestdatabox .contestdataimage img{width:100%}}.homecontent{width:100%;margin:0 auto}@media screen and (max-width: 700px){.homecontent{width:95%}}.homephase1{display:flex;justify-content:space-between;max-width:95%;margin:2% auto}@media screen and (max-width: 400px){.homephase1{padding:.5rem}}.homephase1left{width:50%;padding:0rem 3rem 10px}@media screen and (max-width: 7170px){.homephase1left{width:100%}}.homephase1left p{font-size:50px;font-weight:600;color:#333}.homephase1left h2{font-size:18px;font-weight:500}.homephase2left{text-align:center;position:relative}.homephase2left .photobackground{position:absolute;width:450px;height:464px;bottom:0;left:15%;background:#66d6d1cc;filter:blur(150px);z-index:-1;padding:0 3rem}.homephase2left img{z-index:1000}.homephase1left1{display:flex;justify-content:space-around;position:relative}.homephase1left1 p{width:100%;font-weight:600;size:3rem;margin-bottom:1rem}.homephase1left1 span img{position:absolute;left:100%}.homebutton button{background-color:#56afb2;padding:10px 24px;border-radius:6px;color:#fff;font-weight:600;border:none;cursor:pointer;font-size:17px;margin-top:1rem}.homephase1left2{position:absolute;left:40%}.homephase3contentheading p{font-size:40px;text-align:center;padding:30px 0;font-weight:600;color:#333}.home-phase3{margin:30px 0;align-items:center;display:flex;justify-content:center}.home-phase3 .slider{overflow:hidden}.home-phase3 .slider:before,.home-phase3 .slider:after{content:"";width:200px;z-index:2}.home-phase3 .slider:after{right:0;top:0;transform:rotate(180deg)}.home-phase3 .slider:before{left:0;top:0}.home-phase3 .slider .slide-track{animation:scroll 20s linear infinite;display:flex;width:2500px}.home-phase3 .slider .slide{height:100px;width:250px}@keyframes scroll{0%{transform:translate(0)}to{transform:translate(-2500px)}}.homephase4{padding:2rem 4rem 4rem}@media screen and (max-width: 700px){.homephase4{padding:0}}.homephase4heading p{font-size:40px;text-align:center;margin-top:1rem;margin-bottom:30px;font-weight:600;color:#333}@media screen and (max-width: 700px){.homephase4heading p{margin-top:3rem;font-size:4rem}}.homephase4content{max-width:90%;margin:0 auto;display:flex;flex-direction:row;border-radius:6px;justify-content:space-between;gap:20px}.homephase4content .homephase4contentimg{border-radius:6px}.homephase4content .homephase4contentquestions{border-radius:6px;width:100%;max-width:600px;display:flex;flex-direction:column;justify-content:space-evenly}.homephase4content .homephase4contentquestions .question{display:flex;flex-direction:column;margin:5px 0;padding:.6rem 1rem;border:1px solid #676767;border-radius:10px}.homephase4content .homephase4contentquestions .question.open .question-answer{max-height:300px}.homephase4content .homephase4contentquestions .question .question-answer{flex:1;justify-content:space-between;align-items:center;transition:max-height .5s ease-in-out;overflow:hidden;max-height:0}.homephase4content .homephase4contentquestions .question .question-header{font-weight:500;font-size:18px;display:flex;gap:10px;justify-content:space-between;align-items:center}.homephase4content .homephase4contentquestions .question-text{display:flex;align-items:center;gap:10px;text-wrap:nowrap}.homephase4content .homephase4contentquestions .question-text p{font-size:16px}.homephase4content .homephase4contentquestions .question .question-answer{font-size:14px;display:flex;gap:25px;flex-direction:row;overflow:hidden}@media screen and (max-width: 640px){.homephase4content .homephase4contentquestions .question .question-header p{font-size:16px}.homephase4content .homephase4contentquestions .question .question-answer p{font-size:12px}.homephase4content .homephase4contentquestions .question-text{text-wrap:pretty}}.homephase5{display:flex;flex-direction:column;max-width:1200px;margin:0 auto}.homephase5 .homephase5heading p{font-size:40px;font-weight:600;text-align:center;margin-top:100px;padding:0;margin-bottom:0;color:#333}@media screen and (max-width: 320px){.homephase5 .homephase5heading p{font-size:4rem}}.homephase5 .homephase5heading2{display:flex;flex-direction:row;align-items:flex-start;justify-content:flex-end}.homephase5 .homephase5heading2 button{font-size:20px;color:#08aaa2;cursor:pointer;text-decoration:underline;border:none;background-color:#fff;margin-bottom:20px}.contestdatadetails{display:flex;flex-direction:row;justify-content:center;max-width:1200px;gap:20px}.homephase6,.homephase6content{display:flex;flex-direction:column}.homephase6content1 p{font-size:40px;font-weight:600;text-align:center;margin-top:90px;padding:0;margin-bottom:0;color:#333}.homephase6content2 p{font-size:24px;font-weight:400;text-align:center;margin:20px 70px;color:#676767}.homephase6content3{background-image:url(/assets/background-LnCbXYZH.png);background-size:cover;background-position:center;background-repeat:no-repeat}.homephase6content3 .homephasecont3image{display:flex;justify-content:center;align-items:center;margin-top:50px;padding:20px}.homephase6content3 .homephasecont3image img{width:50%;height:50%;margin:10px auto;border-radius:10px}@media screen and (max-width: 500px){.homephase6content3 .homephasecont3image img{width:100%;height:100%;margin:0}}.homephase7{display:flex;flex-direction:column;margin:4rem 0}.homephase7content{max-width:1200px;margin:0 auto}.homephase7heading p{font-size:40px;font-weight:600;text-align:center;color:#333}.homephase7comments{width:100%;overflow:hidden;position:relative}.comment-slider{display:flex;width:3000px;transition:all .2s}.comment-slider .comment{width:400px;margin:0 10px}.comment-slider.first-row{animation:scrollCommentsLeft 30s linear infinite}.comment-slider.first-row:hover{animation-play-state:paused}.comment-slider.second-row{animation:scrollCommentsRight 30s linear infinite}.comment-slider.second-row:hover{animation-play-state:paused}@keyframes scrollCommentsLeft{0%{transform:translate(0)}to{transform:translate(-3000px)}}@keyframes scrollCommentsRight{0%{transform:translate(-3000px)}to{transform:translate(0)}}.homephase8faq{display:flex;flex-direction:column}.homephase8faqheading p{font-size:40px;font-weight:530;text-align:center;color:#333}.homephase8faqcontent{display:flex;flex-direction:column}.homephase8faqcontent .faqs{margin-top:0}.faqs{margin:0 100px;gap:20px}.faqs .faq{display:flex;align-items:center;margin:18px 0;padding:10px 15px;box-shadow:0 2px 20px #00000040;border-radius:10px}@media screen and (max-width: 1700px){.homephase1left1 img{left:900px;position:absolute}}@media screen and (max-width: 1630px){.homephase1left1 img{left:887px;position:absolute}}@media screen and (max-width: 1400px){.homephase1left1 img{left:700px;position:absolute}}@media screen and (max-width: 1458px){.homephase1left1 img{left:812px;position:absolute}}@media screen and (max-width: 1381px){.homephase1left1 img{left:740px;position:absolute}}@media screen and (max-width: 1276px){.homephase1left1 img{left:680px;position:absolute}}@media screen and (max-width: 1183px){.homephase5 .homephase5heading2{padding-right:2rem}}@media screen and (max-width: 1006px){.homephase2left .photobackground{width:350px;height:364px;top:10%;right:10%}.homephase1left2,.homephase1left1 img,.homephase4contentimg{display:none}.homephase4content{justify-content:center}.homephase1{flex-direction:column-reverse;align-items:center}.homephase4content .homephase4contentquestions{border-radius:6px;width:100%;display:flex;flex-direction:column;justify-content:space-between;gap:18px}}@media screen and (max-width: 850px){.homephase4content .homephase4contentquestions{border-radius:6px;width:100%;display:flex;flex-direction:column;justify-content:space-between;gap:20px}}@media screen and (max-width: 500px){.homephase2left img{width:80%}}@media screen and (max-width: 550px){.faqs{margin:0 30px}}@media screen and (max-width: 1240px){.homephase1{max-width:1150px}}@media screen and (max-width: 1100px){.homephase1{max-width:1050px}}@media screen and (max-width: 1050px){.homephase1{max-width:990px}.homephase1left1 img{left:480px;position:absolute}.homephase1left2{left:400px}}@media screen and (max-width: 1000px){.homephase1{max-width:900px;margin:0 auto}}@media screen and (max-width: 900px){.homephase1{max-width:800px;margin:0 auto}}@media screen and (max-width: 824px){.homephase1{max-width:750px;margin:0 auto}}@media screen and (max-width: 800px){.homephase1{max-width:700px;margin:0 auto}}@media screen and (max-width: 740px){.homephase1{max-width:630px;margin:0 auto}}@media screen and (max-width: 685px){.homephase1{max-width:530px;margin:0 auto}}@media screen and (max-width: 600px){.homephase1left1 p{font-size:30px}.homephase3contentheading p,.homephase4heading p,.homephase5 .homephase5heading p,.homephase6content1 p,.homephase7heading p,.homephase8faqheading p{font-size:23px}.homephase1left h2{font-size:15px}.homephase6content2 p{font-size:12px}}@media screen and (max-width: 569px){.faqs{margin:0 64px}}@media screen and (max-width: 560px){.homephase1{max-width:450px;margin:0 auto}}@media screen and (max-width: 470px){.homephase1{max-width:380px;margin:0 auto}.faqs{margin:0 30px}}.comment{display:flex;flex-direction:row;margin:20px 0}.commentbox{display:flex;flex-direction:column;width:17rem;height:10.5rem;border-radius:.62rem;box-shadow:0 0 10px #0000001a;padding:.62rem;background-color:#fff;margin:10px}.commentbox .commentboxheadings{display:flex;flex-direction:row;align-items:center;justify-content:space-between;margin:0}.commentbox .commentboxheadings .commentboxphoto{display:flex;flex-direction:row;align-items:center;gap:10px}.commentbox .commentboxheadings .commentboxphoto img{border-radius:50%;-o-object-fit:cover;object-fit:cover;width:40px;height:40px}.commentbox .commentcontent p{font-size:12px;font-weight:600;color:#333}.faq{display:flex;align-items:center;margin:10px 0;padding:18px;box-shadow:0 2px 20px #00000040}.faq .faqquestionanswer{flex:1;justify-content:space-between;align-items:center}.faq .faqquestionanswer .faqquestion{font-weight:500;font-size:20px;display:flex;gap:10px;flex-direction:row;justify-content:space-between}.faq .faqquestionanswer .faqquestion p{margin:12px;display:flex;align-items:center;justify-content:center}.faq .faqquestionanswer .faqquestion button{background:none;border:none;cursor:pointer}.faq .faqquestionanswer .faqanswer{font-size:16px;max-height:0;overflow:hidden;display:flex;gap:25px;flex-direction:row;transition:max-height .5s ease-in-out}.faq .faqopenclose button{margin-left:10px;border:none;color:#fff;cursor:pointer!important;background-color:none}.faq.open .faqanswer{max-height:400px}.faq.open,.faq.open button{background-color:#e5fffe}@media screen and (max-width: 640px){.faq .faqquestionanswer .faqquestion p{font-size:16px}.faq .faqquestionanswer .faqanswer p{font-size:13px}}._maincontainer_18jda_7{width:100%;height:100%;margin:85px auto 90px}._container1_18jda_14{display:flex;flex-direction:column;justify-content:center;align-items:center;margin:0 auto;text-align:center}@media (width >=1024px){._container1_18jda_14{width:1024px;height:150px}}._containerTxt1_18jda_32{font-family:Poppins,sans-serif;font-size:50px;font-weight:600}@media (width < 768px){._containerTxt1_18jda_32{font-size:35px}}@media (width <=425px){._containerTxt1_18jda_32{font-size:30px}}._containerTxt1_18jda_32:nth-child(1){color:#6e6e73}._containerTxt1_18jda_32:nth-child(0){color:#000}._cyanTxt_18jda_58{color:#08aaa2}._container2_18jda_62{max-width:790px;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:center;align-items:center;margin:25px auto}._tagContainer_18jda_72{min-width:109px;display:flex;flex-direction:row;justify-content:center;align-items:center;gap:4px;margin:15px 20px;padding:5px 20px 5px 10px;border:1px solid #B3B3B3;border-radius:50px}._tagContainer_18jda_72:hover{cursor:pointer;background-color:var(--hover-bg-color)}._tagContainer_18jda_72 div:nth-child(1){width:27px;height:27px;border-radius:50%;display:flex;flex-direction:row;justify-content:center;align-items:center}._tagTxt_18jda_101{font-size:22px;font-weight:500;font-family:Inter,sans-serif}._container_kihzq_7{max-width:100%;display:flex;flex-direction:row;flex-wrap:wrap-reverse;justify-content:center;gap:90px;align-items:center;margin:60px auto 30px}@media (width <=954px){._container_kihzq_7{gap:30px}}@media (width <=1250px){._container_kihzq_7{gap:20px}}._leftContainer_kihzq_33{display:flex;flex-direction:column;gap:10px}._leftContainer_kihzq_33 div:nth-child(1){display:flex;flex-wrap:wrap;width:400px;font-family:Poppins,sans-serif;font-weight:600;font-size:40px;color:#333}._leftContainer_kihzq_33 div:nth-child(2){font-family:Poppins,sans-serif;max-width:500px;font-weight:300;font-size:25px;color:#4c4c4c;margin-top:10px}._leftContainer_kihzq_33 div:nth-child(3){width:244px;padding:10px 37px;flex-direction:row;justify-content:start;align-items:center;font-family:Poppins,sans-serif;font-weight:500;font-size:18px;color:#4c4c4c;margin-top:20px;border:1px solid #4C4C4C;border-radius:50px}._rightContainer_kihzq_73{position:relative}._rightContainer_kihzq_73 img{height:100%;width:100%}@media (width <=450px){._rightContainer_kihzq_73 img{width:400px}}@media (width <=320px){._rightContainer_kihzq_73 img,._leftContainer_kihzq_33{width:300px}}@media (width <=1250px){._rightContainer_kihzq_73 img{width:470px}._leftContainer_kihzq_33{width:500px}._leftContainer_kihzq_33 div:nth-child(1){font-size:35px}._leftContainer_kihzq_33 div:nth-child(2){font-size:20px}}@media (width <=1150px){._rightContainer_kihzq_73 img,._leftContainer_kihzq_33{width:400px}._leftContainer_kihzq_33 div:nth-child(1){font-size:29px}._leftContainer_kihzq_33 div:nth-child(2){font-size:17px}}@media (width <=1024px){._rightContainer_kihzq_73 img{width:350px}._leftContainer_kihzq_33{width:310px}._leftContainer_kihzq_33 div:nth-child(1){font-size:27px}._leftContainer_kihzq_33 div:nth-child(2){font-size:14px}}._cyanshadow_kihzq_154{position:absolute;z-index:-1;width:20px;height:20px;top:100px;left:100px;background:#66d6d03b;box-shadow:-16px 16px 300px 112px #66d6d046}._cyanshadow2_kihzq_167{position:absolute;z-index:-1;width:20px;height:20px;right:220px;bottom:220px;box-shadow:200px 200px 300px 200px #66d6d032}*{margin:0;padding:0;box-sizing:border-box}._container_1dtzz_7{max-width:100%;display:flex;flex-direction:row-reverse;flex-wrap:wrap-reverse;justify-content:center;align-items:center;margin:60px auto 30px;position:relative}._cyanshadow3_1dtzz_20{position:absolute;top:200px;right:200px;z-index:-2;width:2px;height:2px;background:transparent;box-shadow:139px -172px 300px 200px #66d6d138}._leftContainer_1dtzz_34{display:flex;flex-direction:column;gap:1px}._leftContainer_1dtzz_34 div:nth-child(1){display:flex;flex-wrap:wrap;width:600px;font-family:Poppins,sans-serif;font-weight:600;font-size:40px;color:#000;line-height:52px}._leftContainer_1dtzz_34 div:nth-child(2){font-family:Poppins,sans-serif;max-width:580px;font-weight:300;font-size:25px;color:#4c4c4c}._leftContainer_1dtzz_34 div:nth-child(3){width:244px;padding:10px 37px;flex-direction:row;justify-content:start;align-items:center;font-family:Poppins,sans-serif;font-weight:500;font-size:18px;color:#4c4c4c;margin-top:10px;border:1px solid #4C4C4C;border-radius:50px}@media (width <=1370px){._leftContainer_1dtzz_34 div:nth-child(1){font-size:30px;line-height:40px;width:460px}._leftContainer_1dtzz_34 div:nth-child(2){font-size:20px;width:500px}._leftContainer_1dtzz_34 div:nth-child(3){font-size:16px}}@media (width <=1290px){._leftContainer_1dtzz_34 div:nth-child(2){width:460px}}@media (width <=1141px){._leftContainer_1dtzz_34 div:nth-child(2){margin-top:10px;font-size:18px;width:460px}}@media (width <=1080px){._leftContainer_1dtzz_34 div:nth-child(1){font-size:25px;line-height:35px;width:350px}._leftContainer_1dtzz_34 div:nth-child(2){font-size:16px;width:350px}}@media (width <=900px){._leftContainer_1dtzz_34 div:nth-child(1){font-size:24px;line-height:30px;width:300px}._leftContainer_1dtzz_34 div:nth-child(2){font-size:14px;width:300px}}._rightContainer_1dtzz_140{position:relative}._rightContainer_1dtzz_140 img{height:100%;width:100%}._lefttt_1dtzz_149{width:550px;height:400px;margin-right:90px}@media (width <=1370px){._lefttt_1dtzz_149{margin-right:50px}}@media (width <=1200px){._lefttt_1dtzz_149{margin-right:0}}@media (width <=1140px){._lefttt_1dtzz_149{width:500px}}@media (width <=1080px){._lefttt_1dtzz_149{width:390px}}._imagessection_1dtzz_181{position:relative;top:-10px;left:90px}._imagessection_1dtzz_181 img:nth-child(1){position:absolute;top:-370px;left:40px;z-index:-1;width:286px;height:140px}._imagessection_1dtzz_181 img:nth-child(2){position:absolute;bottom:30px;width:370px;height:234px}@media (width <=1300px){._imagessection_1dtzz_181{left:35px}._imagessection_1dtzz_181 img:nth-child(1){top:-360px;left:35px;width:276px;height:140px}._imagessection_1dtzz_181 img:nth-child(2){bottom:30px;width:350px;height:224px}}@media (width <=1140px){._lefttt_1dtzz_149{width:490px}._imagessection_1dtzz_181{left:90px}._imagessection_1dtzz_181 img:nth-child(1){top:-320px;left:33px;width:256px;height:130px}._imagessection_1dtzz_181 img:nth-child(2){bottom:30px;width:330px;height:195px}}@media (width <=1080px){._lefttt_1dtzz_149{width:420px}._imagessection_1dtzz_181{left:20px}._imagessection_1dtzz_181 img:nth-child(1){top:-335px;left:30px;width:246px;height:120px}._imagessection_1dtzz_181 img:nth-child(2){bottom:60px;width:310px;height:185px}}@media (width <=900px){._lefttt_1dtzz_149{width:350px}._imagessection_1dtzz_181{left:0}._imagessection_1dtzz_181 img:nth-child(1){top:-325px;left:34px;width:256px;height:130px}._imagessection_1dtzz_181 img:nth-child(2){bottom:30px;width:330px;height:195px}}._cyanshadow_1dtzz_20{position:absolute;z-index:-10;width:20px;height:20px;top:140px;left:100px;background:#e1ff003b;box-shadow:-43px 18px 300px 153px #fdf53733}._cyanshadow2_1dtzz_308{position:absolute;z-index:-1;width:20px;height:20px;right:220px;bottom:220px;box-shadow:200px 200px 300px 200px #66d6d030}.footer{background-color:#11222e;width:100%;padding:1rem 0;margin-top:6rem;display:flex;flex-direction:column}.content1{display:flex;flex-direction:column;padding-top:1rem;width:30%}.content1 .content1logo{display:flex;align-items:center;height:50px;margin-bottom:1rem}.content1 .content1logo img{width:250px}@media screen and (max-width: 52.5rem){.content1{padding-top:.8rem}.content1 .content1logo{display:flex;align-items:center;height:44px;margin-bottom:.9rem}.content1 .content1logo img{width:200px}}.content1 .content1content p{font-size:.9rem;color:#cfd3d5}.contnet1links{display:flex;flex-direction:row;gap:.625rem}.footercontent{display:flex;flex-direction:row;padding:2.5rem;justify-content:space-around;margin-top:5rem;margin-bottom:5rem;gap:3.125rem}.footercontent .Links{display:flex;flex-direction:row;justify-content:space-evenly;gap:2rem;width:50%}.content2{padding:0 5rem;border-right:1px solid;border-left:1px solid;-o-border-image:linear-gradient(to bottom,rgba(102,214,209,0),rgb(102,214,209) 47%,rgba(102,214,209,0)) 1;border-image:linear-gradient(to bottom,#66d6d100,#66d6d1 47%,#66d6d100) 1}.content3 .content2points,.content2 .content2points{display:flex;flex-direction:column}.content3 .content2points a,.content2 .content2points a{text-decoration:none;color:#f5f5f5;font-size:1rem;text-wrap:nowrap;margin-top:.8rem;cursor:pointer}.content2,.content3{display:flex;flex-direction:column}.content2 .content2heading p,.content3 .content2heading p{font-size:1.375rem;font-weight:700;color:#fff}@media screen and (max-width: 520px){.content2 .content2heading p,.content3 .content2heading p{font-size:1.125rem;font-weight:700;color:#fff}}.content2 .content3heading p,.content3 .content3heading p{font-size:1.375rem;font-weight:700;color:#fff}.content2 p,.content3 p{font-size:1.125rem;color:#cfd3d5;margin:.3125rem}.copyright{display:flex;flex-direction:row;justify-content:center;align-items:center;color:#fff;border-top:1px solid white;font-size:.875rem;margin-top:2.5rem;width:70%;margin:0 auto;text-align:center;-o-border-image:linear-gradient(to right,rgba(102,214,209,0),rgb(102,214,209) 47%,rgba(102,214,209,0)) 1;border-image:linear-gradient(to right,#66d6d100,#66d6d1 47%,#66d6d100) 1}@media screen and (max-width: 52rem){.footercontent{display:flex;flex-direction:column;justify-content:flex-start;margin-top:1rem}.footercontent .content1 .content1content p{font-size:.92rem}.footercontent .Links{display:flex;flex-direction:row;gap:2rem;width:100%}.footercontent .content1{width:100%}.footercontent .content2{padding:0;border:none}}@media screen and (max-width: 35.625rem){.content1 .content1content p{font-size:10px}.copyright{width:90%;margin:0 auto;text-align:center}}._container_y96ft_1{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:20px;margin:20px;max-width:100%}._maincontainer_y96ft_11{display:flex;flex-direction:row;justify-content:center;align-items:center;margin:0 20px;max-width:1200px;gap:20px;height:283px}@media screen and (max-width: 1205px){._maincontainer_y96ft_11{flex-direction:column;width:100%;gap:10px;height:100%}}@media screen and (max-width: 670px){._maincontainer_y96ft_11{flex-direction:column;width:100%;gap:10px;height:100%}}@media screen and (max-width: 470px){._maincontainer_y96ft_11{flex-direction:column;width:100%;gap:10px;height:100%;margin:0}}._challenges_y96ft_44{display:flex;height:100%;justify-content:space-between;max-width:778px;border-radius:16px;background-image:url(/assets/ChallengeContectBackground-BCaIdmqd.jpeg)}@media screen and (max-width: 1205px){._challenges_y96ft_44{width:100%;max-width:100%;height:283px;flex-direction:row}}@media screen and (max-width: 670px){._challenges_y96ft_44{width:100%;height:283px}}@media screen and (max-width: 470px){._challenges_y96ft_44{width:100%;max-height:283px;height:100%}}._challengesLeft_y96ft_71{display:flex;flex-direction:column;justify-content:space-around;align-content:flex-start;padding:20px;width:70%;gap:10px}@media screen and (max-width: 1205px){._challengesLeft_y96ft_71{width:70%}}@media screen and (max-width: 670px){._challengesLeft_y96ft_71{width:70%}}@media screen and (max-width: 470px){._challengesLeft_y96ft_71{width:60%;padding:20px 0 20px 10px;justify-content:space-around;gap:10px}}._text_y96ft_96{display:flex;flex-direction:column;justify-content:space-between;align-items:start;gap:10px}@media screen and (max-width: 470px){._text_y96ft_96{gap:10px}}._challengesHeading_y96ft_113{font-size:36px;font-weight:600;color:#050505;margin:0}@media screen and (max-width: 1205px){._challengesHeading_y96ft_113{font-size:40px}}@media screen and (max-width: 670px){._challengesHeading_y96ft_113{font-size:24px}}@media screen and (max-width: 470px){._challengesHeading_y96ft_113{font-size:18px}}._challengesText_y96ft_132{font-size:16px;font-weight:400;color:#4c4c4c;font-family:poppins;margin:0}@media screen and (max-width: 1205px){._challengesText_y96ft_132{font-size:16px}}@media screen and (max-width: 670px){._challengesText_y96ft_132{font-size:16px}}@media screen and (max-width: 470px){._challengesText_y96ft_132{font-size:12px}}._contesttotalregistered_y96ft_152{display:flex;align-items:center}._contestavatarsindiviual_y96ft_158{display:flex;flex-direction:row;justify-content:center;align-items:center;margin:20px;gap:.5rem;color:#6e6e73;position:relative}._contestavatarsindiviual_y96ft_158 img:nth-child(1){left:-39px;z-index:2}._contestavatarsindiviual_y96ft_158 img:nth-child(2){left:-26px;z-index:3}._contestavatarsindiviual_y96ft_158 img:nth-child(3){left:-13px;z-index:4}._contestavatar_y96ft_158{width:30px;height:25px;border-radius:50%;border:#666666 solid 1px;position:absolute}._roadmapbtn_y96ft_196{width:180px;height:44px;display:flex;border:1px solid #ffffff;justify-content:center;align-items:center;font-size:18px;color:#24b2b4;background-color:#fff;font-weight:600;border-radius:5px;cursor:pointer}@media screen and (max-width: 1205px){._roadmapbtn_y96ft_196{width:200px;height:40px;font-size:16px}}@media screen and (max-width: 670px){._roadmapbtn_y96ft_196{width:180px;height:40px;font-size:16px}}@media screen and (max-width: 470px){._roadmapbtn_y96ft_196{width:120px;height:30px;font-size:12px}}._star_y96ft_230{display:flex;flex-direction:row;justify-content:center;align-items:center;padding:20px}@media screen and (max-width: 1205px){._star_y96ft_230{width:30%}}@media screen and (max-width: 670px){._star_y96ft_230{width:30%}}@media screen and (max-width: 470px){._star_y96ft_230{width:40%;padding:10px}}._imgcontainer_y96ft_251{display:flex;flex-direction:column;justify-content:center;align-items:center;margin:0 10px;max-width:100%}._imgcontainer_y96ft_251 img{width:100%;height:100%}._bannerRight_y96ft_265{display:flex;flex-direction:column;justify-content:space-between;align-items:center;height:100%;width:408px;gap:15px}@media screen and (max-width: 1205px){._bannerRight_y96ft_265{width:100%;flex-direction:row}}@media screen and (max-width: 670px){._bannerRight_y96ft_265{width:100%;flex-direction:column}}@media screen and (max-width: 470px){._bannerRight_y96ft_265{width:100%;flex-direction:column}}._upcomingContest_y96ft_290{background-color:#0f3742;height:160px;width:100%;display:flex;flex-direction:column;justify-content:center;align-items:start;border-radius:16px;cursor:pointer}@media screen and (max-width: 1205px){._upcomingContest_y96ft_290{height:140px}}@media screen and (max-width: 670px){._upcomingContest_y96ft_290{height:120px}}@media screen and (max-width: 470px){._upcomingContest_y96ft_290{height:120px}}._upcomingContestHeading_y96ft_316{color:#fff;font-size:28px;font-weight:600;color:#c0e7ea;margin:10px}@media screen and (max-width: 1205px){._upcomingContestHeading_y96ft_316{font-size:30px}}@media screen and (max-width: 670px){._upcomingContestHeading_y96ft_316{font-size:30px}}@media screen and (max-width: 470px){._upcomingContestHeading_y96ft_316{font-size:24px;margin:10px}}._participates_y96ft_338{display:flex;margin:10px;flex-direction:row;width:calc(100% - 20px);justify-content:space-between;align-items:center}@media screen and (max-width: 470px){._participates_y96ft_338{margin:10px;width:calc(100% - 20px)}}._dateTime_y96ft_356{display:flex;flex-direction:column;justify-items:center;align-items:start}._date_y96ft_356{font-size:16px;font-weight:500;color:#daf2f1}@media screen and (max-width: 1205px){._date_y96ft_356{font-size:14px}}@media screen and (max-width: 670px){._date_y96ft_356{font-size:14px}}@media screen and (max-width: 470px){._date_y96ft_356{font-size:12px}}._timing_y96ft_381{font-size:12px;font-weight:500;color:#cededd}._joined_y96ft_387{display:flex;flex-direction:row;justify-content:center;align-items:center;gap:4px}@media screen and (max-width: 470px){._joined_y96ft_387{gap:5px}}._joined_y96ft_387 img{height:30px}._joined_y96ft_387 span{color:#fff;font-size:14px;font-weight:500}._blogs_y96ft_414{background-image:url(/assets/BlogBackground-c0bwM9_O.jpeg);background-color:#daf2f1;background-blend-mode:overlay;height:111px;width:100%;display:flex;justify-content:space-between;align-items:center;gap:20px;border-radius:16px}@media screen and (max-width: 1205px){._blogs_y96ft_414{height:140px;width:70%}}@media screen and (max-width: 670px){._blogs_y96ft_414{height:111px;width:100%;justify-content:space-between}}@media screen and (max-width: 470px){._blogs_y96ft_414{height:111px;width:100%;justify-content:space-between}}._typingLaptop_y96ft_447{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}._imageLaptop_y96ft_453{width:100px;height:100px;display:flex;justify-content:center;align-items:center}._blogTextContainer_y96ft_463{display:flex;flex-direction:column;justify-content:space-between;align-items:start;gap:5px;margin:10px 0 10px 10px}._blogTextContainer_y96ft_463 p{margin:0;font-size:20px}@media screen and (max-width: 470px){._blogTextContainer_y96ft_463 p{font-size:15px}}._blogbtn_y96ft_483{color:#20808a;font-size:24px;font-weight:600}@media screen and (max-width: 1205px){._blogbtn_y96ft_483{font-size:24px}}@media screen and (max-width: 670px){._blogbtn_y96ft_483{font-size:24px}}@media screen and (max-width: 470px){._blogbtn_y96ft_483{font-size:20px}}._navlink_y96ft_501{color:#20808a}._noContestTest_y96ft_505{color:#fff;font-size:18px;font-weight:600;padding-left:1rem}.Loader{position:fixed;top:0;left:0;width:100%;height:100%;background:#e5fffe;z-index:1000;display:flex;justify-content:center;align-items:center}@keyframes blink{0%{transform:scale(.4);opacity:.1}40%{transform:scale(1);opacity:1}90%{transform:scale(1);opacity:1}to{transform:scale(1);opacity:.1}}.hex div{position:absolute}.hex div:first-child{animation:blink ease-in 1.5s infinite}.hex div:nth-child(2){animation:blink ease-in 1.5s infinite .1s}.hex div:nth-child(3){animation:blink ease-in 1.5s infinite .2s}.hex div:nth-child(4){animation:blink ease-in 1.5s infinite .3s}.hex div:nth-child(5){animation:blink ease-in 1.5s infinite .4s}.hex div:nth-child(6){animation:blink ease-in 1.5s infinite .5s}._container_17bbv_1{display:flex;justify-content:center;margin:20px 0}._mainContainer_17bbv_7{max-width:1200px;width:100%;margin:20px}._header_17bbv_13{width:100%;display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}@media (max-width: 480px){._header_17bbv_13{flex-direction:column;gap:5px}}._heading_17bbv_27{font-size:32px;margin:0;font-weight:500}@media (max-width: 480px){._heading_17bbv_27{font-size:24px;font-weight:500}}._line_17bbv_42{height:2px;flex-grow:1;background-color:#5ebbbd;margin-left:20px}._btnContainer_17bbv_49{margin-left:20px}._btn_17bbv_49{background-color:#5ebbbd;color:#fff;border:1px solid rgba(61,159,163,.75);width:180px;height:44px;border-radius:6px;font-size:18px;font-weight:600;display:flex;align-items:center;justify-content:center;gap:8px}@media (max-width: 480px){._btn_17bbv_49{width:160px;height:40px;font-size:16px}}._btn_17bbv_49:hover{background-color:#4ba1a2;cursor:pointer}._cardContainer_17bbv_80{display:flex;justify-content:center;gap:10px;flex-wrap:wrap}._container_50bw1_1{display:flex;justify-content:center;margin:20px 0}._mainContainer_50bw1_7{max-width:1200px;width:100%;margin:20px}._cardContainer_50bw1_14{display:flex;justify-content:center;gap:10px;flex-wrap:wrap}._pagination_50bw1_22{display:flex;justify-content:center;align-items:center;margin-top:20px;gap:10px}._navButton_50bw1_30{background-color:transparent;border:none;cursor:pointer;color:#4db6ac;display:flex;align-items:center;justify-content:center}._navButton_50bw1_30:disabled{color:silver;cursor:not-allowed}._pageNumber_50bw1_45{font-size:14px;font-weight:600;width:44px;height:44px;display:flex;align-items:center;justify-content:center;color:#000;border:1px solid #c0ded9;border-radius:5px;cursor:pointer}._activePage_50bw1_59{background-color:#4db6ac;color:#fff;border:none}._pageNumber_50bw1_45:hover{background-color:#e0f2f1}._activePage_50bw1_59:hover{background-color:#4db6ac}._dropdownContainer_50bw1_75{position:relative;display:inline-block;margin:25px 15px}._dropdownButton_50bw1_81{background-color:#fff;border:1px solid #B3B3B3;border-radius:10px;padding:0 30px;font-size:20px;cursor:pointer;display:flex;align-items:center;justify-content:space-between;color:#333;font-weight:500}._arrowDown_50bw1_95{margin-left:8px;font-size:24px;margin-top:8px}._dropdownMenu_50bw1_101{position:absolute;top:100%;margin-top:15px;left:-10px;background-color:#fff;border:1px solid #B3B3B3;width:210px;box-shadow:0 4px 8px #0000001a;z-index:10;max-height:350px;overflow-y:auto}._dropdownItem_50bw1_115{display:flex;align-items:center;padding:8px;cursor:pointer;font-size:16px;color:#333}._dropdownItem_50bw1_115 input[type=checkbox]{margin-right:8px}._dropdownItem_50bw1_115:hover{background-color:#f5f5f5}._dropdownItem_50bw1_115 input[type=checkbox]:checked+label{background-color:#007bff;color:#fff}.pricing{max-width:88%;margin:0 auto}.pricingdetail{display:flex;flex-direction:column;justify-content:center;align-items:center;margin-top:50px;text-align:center}.pricingdetail .pricingdetailmainheading p{font-size:38px;font-weight:700;margin:0}.pricingdetail .pricingdeatailheading p{font-size:16px;color:#4c4c4c;font-weight:500;text-align:center;max-width:88%;margin:10px auto}.app-container{display:flex;justify-content:center;align-items:center}.switch-container{display:flex;justify-content:center;align-items:center;height:100%}.switch-checkbox{height:0;width:0;visibility:hidden}.switch-label{display:flex;align-items:center;justify-content:space-between;cursor:pointer;width:70px;height:30px;background:gray;border-radius:100px;position:relative;transition:background-color .2s}.switch-label .switch-button{content:"";position:absolute;top:2px;left:2px;width:25px;height:25px;border-radius:45px;transition:.2s;background:#fff;box-shadow:0 0 2px #0a0a0a4a}.switch-checkbox:checked+.switch-label .switch-button{left:calc(100% - 2px);transform:translate(-100%)}.switch-label:active .switch-button{width:60px}.pricingbuttonbutton{display:flex;justify-content:center;flex-direction:row;align-items:center;gap:20px}.pricingbuttonbutton p.active{color:#4c4c4c;font-weight:700;font-size:16px}.pricingbuttonbutton p.notactive{color:gray;font-size:16px}.pricingpagebuttons{display:flex;flex-direction:column;justify-content:center;text-align:center}.pricingpagebuttons .pricingbuttonheading p{font-size:14px;color:#65d1ff}.pricingboxfull{display:flex;flex-direction:row;justify-content:space-around}.pricingbox{display:flex;flex-direction:row;justify-content:space-around;flex-wrap:wrap}.pricingboxbasic{display:flex;flex-direction:column;border:1px solid #C2DDDE;justify-content:space-between;border-radius:10px;height:531px;margin:20px}.pricingcontent{display:flex;flex-direction:row;justify-content:space-between;margin:40px 20px;font-size:24px;font-weight:700;border-bottom:1px solid #C2DDDE}.pricingboxpoints{color:#4c4c4c;margin:20px}.pricingboxpoints li{font-size:16px;font-weight:500;margin:10px 0}.pricingboxbutton{display:flex;flex-direction:row;justify-content:center;align-items:center;margin-bottom:30px}.pricingboxbutton button{border:1px solid #08AAA2;border-radius:8px;padding:15px 100px;font-size:16px;background-color:#f7ffff;color:#08aaa2;cursor:pointer}.pricingline{border-top:1px solid #08AAA2;width:80%;margin:0 auto}.faqs{margin-top:60px}.faqs .faqs-heading{font-size:40px;color:#333;text-align:center;font-weight:600;margin-bottom:40px}@media screen and (max-width: 700px){.pricingdetail .pricingdetailmainheading p{font-size:28px}.faqs .faqs-heading{font-size:30px}}._container_1vivp_1{display:flex;justify-content:center;flex-direction:column;width:100%}._mainContainer_1vivp_10{display:flex;justify-content:left;align-items:stretch;margin:20px 130px;gap:60px}@media (max-width: 480px){._mainContainer_1vivp_10{flex-direction:column;margin:20px;gap:30px}}._leftside_1vivp_26{display:flex;width:35%;flex-grow:1;flex-direction:column;justify-content:space-between;background-color:#fff;gap:20px}@media (max-width: 480px){._leftside_1vivp_26{width:100%}}._topContainer_1vivp_42{display:flex;width:100%;justify-content:center;flex-direction:column}._topContainer_1vivp_42 ._icon_1vivp_48{width:80px;height:50px}._topContainer_1vivp_42 ._icon_1vivp_48 img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}._topContainer_1vivp_42 ._title_1vivp_59{font-size:34px;font-weight:500;margin:0}._topContainer_1vivp_42 ._subtitle_1vivp_65{font-size:15px;font-weight:400;margin:0;color:#4c4c4c}._middleContainer_1vivp_74{display:flex;width:100%;flex-direction:column;justify-content:center;border:1px solid #87BEBC;background-color:#f5fafa;border-radius:12px}._middleContainer_1vivp_74 ._heading_1vivp_83{margin:20px 20px 0;font-size:16px;font-weight:500}._middleContainer_1vivp_74 ._commitments_1vivp_89{display:flex;margin:0 20px 20px;flex-direction:column}._middleContainer_1vivp_74 ._commitments_1vivp_89 ._commitmentText_1vivp_94{display:flex;align-items:center;gap:10px;margin:10px 0;background-color:#fff;border-radius:100px;padding-left:10px;font-size:14px;font-weight:400;color:#4c4c4c}@media (max-width: 480px){._middleContainer_1vivp_74 ._commitments_1vivp_89 ._commitmentText_1vivp_94{font-size:12px}}._middleContainer_1vivp_74 ._commitments_1vivp_89 ._commitmentText_1vivp_94 img{width:20px;height:20px}@media (max-width: 480px){._middleContainer_1vivp_74 ._commitments_1vivp_89 ._commitmentText_1vivp_94 img{width:15px;height:15px}}._bottomContainer_1vivp_124{display:flex;width:100%;justify-content:space-between;align-items:center;border:1px solid #87BEBC;background-color:#f5fafa;border-radius:12px;padding:20px 0}._bottomContainer_1vivp_124 ._info_1vivp_134{margin-left:20px;gap:8px;display:flex;flex-direction:column}._bottomContainer_1vivp_124 ._info_1vivp_134 p{margin:0}._bottomContainer_1vivp_124 ._info_1vivp_134 ._text_1vivp_143{font-size:16px;font-weight:400;color:#4c4c4c}._bottomContainer_1vivp_124 ._info_1vivp_134 ._email_1vivp_149{font-size:18px;color:#333;font-weight:600}._bottomContainer_1vivp_124 ._rightIcon_1vivp_156{position:relative;margin-right:20px;display:flex;height:50px;width:50px;cursor:pointer}._bottomContainer_1vivp_124 ._rightIcon_1vivp_156 img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}._bottomContainer_1vivp_124 ._rightIcon_1vivp_156:before{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:50px;height:50px;border-radius:50%;border:2px solid rgba(135,190,188,.6);animation:_pulse_1vivp_1 2s infinite}@keyframes _pulse_1vivp_1{0%{transform:translate(-50%,-50%) scale(1);opacity:1}50%{transform:translate(-50%,-50%) scale(1.3);opacity:.5}to{transform:translate(-50%,-50%) scale(1.6);opacity:0}}._rightside_1vivp_202{display:flex;width:70%;height:100%;flex-direction:column;align-items:center;flex-grow:1}@media (max-width: 480px){._rightside_1vivp_202{width:100%}}._formContainer_1vivp_215{display:flex;justify-content:center;align-items:center;width:100%;border:1px solid #87BEBC;background-color:#f5fafa;overflow:hidden;border-radius:12px}._form_1vivp_215{width:100%;max-width:800px;margin:30px}@media (max-width: 480px){._form_1vivp_215{margin:20px}}._formPart_1vivp_236{display:flex;justify-content:space-between;gap:30px;width:100%;flex-wrap:wrap}@media (max-width: 480px){._formPart_1vivp_236{flex-direction:column;justify-self:start;gap:5px}}._inputContainer_1vivp_250{display:flex;flex-direction:column;flex:1;margin-bottom:20px}._inputContainer_1vivp_250 label{font-size:14px;font-weight:500;color:#333;margin-bottom:8px}._inputContainer_1vivp_250 input,._inputContainer_1vivp_250 textarea{width:100%;padding:15px 10px;border:1px solid #87BEBC;border-radius:8px;transition:border-color .3s ease;box-sizing:border-box;font-size:14px}._inputContainer_1vivp_250 input:focus,._inputContainer_1vivp_250 textarea:focus{border-color:#0cf;outline:none}@media (max-width: 480px){._inputContainer_1vivp_250 input,._inputContainer_1vivp_250 textarea{padding:10px}}._inputContainer_1vivp_250 textarea{height:100px;resize:none}._buttonContainer_1vivp_291{display:flex;justify-content:center;margin-top:12px}._button_1vivp_291{display:flex;align-items:center;justify-content:center;gap:10px;padding:10px 20px;background-color:#4ca9a7;color:#fff;border:none;border-radius:8px;cursor:pointer;transition:background-color .3s ease}._button_1vivp_291 img{width:34px;height:auto}._button_1vivp_291:hover{background-color:#3b8c87}@media (max-width: 480px){._button_1vivp_291{padding:10px}}._commentContainer_1vivp_327{position:relative;width:100%;overflow:hidden;display:flex;flex-direction:column;align-items:center;padding:20px 0}._commentSlider_1vivp_337{display:flex;width:4000px;transition:transform .5s ease;cursor:pointer}._commentSlider_1vivp_337._firstRow_1vivp_345{animation:_scrollCommentsLeft_1vivp_1 90s linear infinite}._commentSlider_1vivp_337._firstRow_1vivp_345:hover{animation-play-state:paused}._commentSlider_1vivp_337._secondRow_1vivp_352{animation:_scrollCommentsRight_1vivp_1 90s linear infinite}._commentSlider_1vivp_337._secondRow_1vivp_352:hover{animation-play-state:paused}@keyframes _scrollCommentsLeft_1vivp_1{0%{transform:translate(0)}to{transform:translate(-4000px)}}@keyframes _scrollCommentsRight_1vivp_1{0%{transform:translate(-3000px)}to{transform:translate(0)}}._commentContainer_1vivp_327:before,._commentContainer_1vivp_327:after{content:"";position:absolute;top:0;width:5%;height:100%;background:#fffffff2;filter:blur(5px);z-index:1}._commentContainer_1vivp_327:before{left:0}._commentContainer_1vivp_327:after{right:0;transform:scaleX(-1)}.contestdetailspage{margin-top:50px}.mini-nav{display:flex;justify-content:center;margin-top:50px}.mini-nav .mini-nav-items{display:flex}.mini-nav .mini-nav-items .mini-nav-item{cursor:pointer;padding:10px 20px;font-size:18px;color:#333;position:relative;font-weight:600}.mini-nav .mini-nav-items .mini-nav-item.active{color:#08aaa2}.mini-nav .mini-nav-items .mini-nav-item.active:after{content:"";position:absolute;left:0;bottom:-2px;height:2px;width:100%;background-color:#08aaa2}.contestdetailscontent{display:flex;flex-direction:column;border:1px solid #333333;border-radius:20px;padding:2rem;justify-content:space-around;text-align:justify;max-width:85%;margin:2rem auto}.contestdetailscontent span{font-size:20px;font-weight:600;color:#333}.contestdetailscontent div{font-size:18px;margin-left:1rem}.contestdetailscontent div ul li{font-size:18px;font-weight:600;color:#333}.contestdetailscontent div p,.contestdetailscontent div ol li{font-size:15px;color:#333}.rewards{display:flex;flex-direction:row;justify-content:space-around;align-items:center;flex-wrap:wrap;gap:20px;max-width:85%;margin:40px auto}.rewards .rewardPhoto{width:300px}.container-wrap{max-width:80%;margin:0 auto}.ladder-nav{display:flex;flex-wrap:wrap;align-items:center;padding:10px 4px;justify-content:space-between;gap:1rem;margin:10px 0}.ladder-nav .filters{width:40%;display:flex;align-items:center;border:1px solid #B3B3B3!important;border-radius:.6rem;padding-left:1rem}.ladder-nav .filters .live-search-box{width:60%;display:flex;justify-content:center;align-items:center;border-radius:10px;margin:0;padding:12px;outline:none;border:none}.ladder-title{flex:2}.custom-select{position:relative;display:inline-block}.custom-select select{display:inline-block;-webkit-appearance:none;-moz-appearance:none;appearance:none;padding:10px 50px;border:1px solid #ccc;border-radius:10px;outline:none;cursor:pointer;font-size:16px;background:#fff;position:relative}.custom-select .dropdown-icon{position:absolute;top:50%;right:10px;pointer-events:none;transform:translateY(-50%);font-size:20px;color:#888}.leaderboard-results{text-align:center;border-collapse:separate;border-spacing:0;width:100%;border:1px solid #08AAA2;border-radius:17px!important;box-shadow:0 2px 40px #b5b5b5;overflow:hidden}.leaderboard-results tbody tr th{padding:12px;font-size:14px;font-weight:700;border-right:1px solid #6E6E73;border-bottom:1px solid #6E6E73}.leaderboard-results tbody tr th:last-child{border-right:none}.leaderboard-results tbody tr{background-color:#e9ffff}.leaderboard-results tbody td{padding:7px;font-size:16px;color:#000;border-right:1px solid #6E6E73}.leaderboard-results tbody td:last-child{border-right:none}.leaderboard-results tbody tr:nth-child(4n+2){background:#fff}.leaderboard-results tbody tr:nth-child(4n+3){background:#f4f4f4}.leaderboard-results tbody tr:nth-child(4n+4){background:#fff}.leaderboard-results tbody tr:nth-child(4n+5){background:#f4f4f4}.pagination{display:flex;justify-content:center;align-items:center;margin-top:40px}@media screen and (max-width: 700px){.ladder-nav .filters{width:100%;margin-top:1rem}.ladder-nav .filters .live-search-box{width:100%}.ladder-nav{max-width:80%;margin:1rem auto;justify-content:center}}.commoncd-container{display:flex;flex-direction:row;justify-content:space-between;border-radius:20px;background-color:#e5fffe;max-width:85%;margin:0 auto}.commoncd-left{display:flex;flex-direction:column;margin:10px 30px;justify-content:space-around}.commoncd-left .commoncd-left-heading p{font-size:20px;font-weight:600;color:#333}.commoncd-left .commoncd-left-details{display:flex;flex-direction:column;gap:7px}.commoncd-left .commoncd-left-details span{display:flex;flex-direction:row;gap:5px;font-size:14px;color:#1d1d1f;font-weight:500}.commoncd-left .commoncd-left-details span span{color:#6e6e73;font-weight:500}.commoncd-left .commoncd-left-details span img{width:1.2rem;height:1.2rem}.commoncd-left .commoncd-left-details .contestdetailscontent{display:flex;flex-direction:column;border:1px solid #333333;border-radius:20px;padding:2rem;justify-content:space-around;text-align:justify;max-width:85%;margin:2rem auto}.commoncd-left .commoncd-left-details .contestdetailscontent span{font-size:20px;font-weight:600;color:#333}.commoncd-left .commoncd-left-details .contestdetailscontent div{font-size:18px;margin-left:1rem}.commoncd-left .commoncd-left-details .contestdetailscontent div ul li{font-size:18px;font-weight:600;color:#333}.commoncd-left .commoncd-left-details .contestdetailscontent div p,.commoncd-left .commoncd-left-details .contestdetailscontent div ol li{font-size:15px;color:#333}.commoncd-left .commoncd-left-details .contesttotalregistered{display:flex;align-items:center;margin-left:1.3rem}.commoncd-left .commoncd-left-details .contesttotalregistered div{display:flex;flex-direction:row;justify-content:center;align-items:center;margin:20px;gap:.5rem;color:#6e6e73;position:relative}.commoncd-left .commoncd-left-details .contesttotalregistered div .contestavatar{width:25px;height:25px;border-radius:50%;border:#666666 solid 1px;position:absolute}.commoncd-left .commoncd-left-details .contesttotalregistered div img:nth-child(1){left:-39px;z-index:2}.commoncd-left .commoncd-left-details .contesttotalregistered div img:nth-child(2){left:-26px;z-index:3}.commoncd-left .commoncd-left-details .contesttotalregistered div img:nth-child(3){left:-13px;z-index:4}.commoncd-left .commoncd-left-details .contesttotalregistered span{font-size:14px;font-weight:500;margin-right:20px;color:#222224}.commoncd-left-button button{background-color:#56afb2;color:#fff;border:none;border-radius:6px;padding:10px 32px;font-size:14px;font-weight:500;width:260px;cursor:pointer}.commoncd-right{display:flex;flex-direction:column;margin:0 30px 20px}.commoncd-right .commoncd-right-time{border:1px solid;background-color:#fff;border-radius:8px;padding:10px 40px;font-size:13px;color:#333;font-weight:600;text-align:center;border:none;margin:20px}.commoncd-right .commoncd-right-image img{width:371px;height:230px;border-radius:20px;-o-object-fit:cover;object-fit:cover}@media screen and (max-width: 720px){.commoncd-right .commoncd-right-image img{width:263px;height:184px}.commoncd-left{margin:10px 30px}.commoncd-right .commoncd-right-time{border:1px solid;background-color:#fff;border-radius:8px;padding:7px 31px;font-size:10px;color:#333;font-weight:600;text-align:center;border:none;margin:20px}}@media screen and (max-width: 580px){.commoncd-left .commoncd-left-heading p{font-size:1.3rem;font-weight:600;color:#333}.commoncd-left{margin:10px 30px}.commoncd-right .commoncd-right-time{border:1px solid;background-color:#fff;border-radius:8px;padding:12px 13px;font-size:13px;color:#333;font-weight:600;text-align:center;border:none;margin:25px 0}.commoncd-left .commoncd-left-details span{display:flex;flex-direction:row;gap:5px;font-size:15px;color:#333}.commoncd-left .commoncd-left-details span img{width:1.1rem;height:1.1rem}}@media screen and (max-width: 800px){.commoncd-container{display:flex;flex-direction:column-reverse}.commoncd-right-image{display:flex;flex-direction:row;justify-content:center}.mini-nav .mini-nav-items .mini-nav-item{cursor:pointer;padding:10px 20px;font-size:13px;color:#333;position:relative;font-weight:600}.commoncd-left-button button{padding:10px 20px;font-size:.9rem;margin:10px 0;width:70%}}.modal{position:absolute;top:50%;left:50%;right:auto;bottom:auto;margin-right:-50%;transform:translate(-50%,-50%);background:#fff;padding:20px;max-width:400px;width:90%;border-radius:10px;box-shadow:0 5px 15px #0000004d;text-align:center}.overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#000000bf;z-index:1000}.modal img{max-width:100%;margin-bottom:20px}.modal button{padding:10px 20px;background-color:#007bff;color:#fff;border:none;border-radius:5px;cursor:pointer}.modal button:disabled{background-color:gray;cursor:notAllowed}.CircularProgressbar{width:100%;vertical-align:middle}.CircularProgressbar .CircularProgressbar-path{stroke:#3e98c7;stroke-linecap:round;transition:stroke-dashoffset .5s ease 0s}.CircularProgressbar .CircularProgressbar-trail{stroke:#d6d6d6;stroke-linecap:round}.CircularProgressbar .CircularProgressbar-text{fill:#3e98c7;font-size:20px;dominant-baseline:middle;text-anchor:middle}.CircularProgressbar .CircularProgressbar-background{fill:#d6d6d6}.CircularProgressbar.CircularProgressbar-inverted .CircularProgressbar-background{fill:#3e98c7}.CircularProgressbar.CircularProgressbar-inverted .CircularProgressbar-text{fill:#fff}.CircularProgressbar.CircularProgressbar-inverted .CircularProgressbar-path{stroke:#fff}.CircularProgressbar.CircularProgressbar-inverted .CircularProgressbar-trail{stroke:transparent}.side-nav .side-navbar{overflow:hidden;width:100%;font-family:Poppins;background-color:#fff;position:relative;z-index:1000}.side-nav .side-navbar .side-navbar-content{display:flex;justify-content:space-between;align-items:center;padding:10px 20px}.side-nav .side-navbar .side-navbar-content .side-navbar-logo img{max-height:50px}.side-nav .side-navbar .side-navbar-content .side-navbar-links{display:flex;flex-direction:column;gap:15px;position:fixed;top:0;left:-100%;width:100%;height:100vh;background-color:#fff;align-items:center;justify-content:center;transition:left .3s ease}.side-nav .side-navbar .side-navbar-content .side-navbar-links.show{left:0}.side-nav .side-navbar .side-navbar-content .side-navbar-links .side-navbar-link{color:#000;text-decoration:none;font-size:17px;font-weight:520}.side-nav .side-navbar .side-navbar-content .side-navbar-links .side-navbar-link.active{color:#56afb2;text-decoration:underline;text-underline-offset:10px}.side-nav .side-navbar .side-navbar-content .side-menu-icon{display:flex;cursor:pointer;z-index:1010}@media screen and (min-width: 869px){.side-navbar{display:none}}body.menu-open{overflow:hidden}._container_1g86n_1{display:flex;justify-content:center;align-items:center;width:100vw;height:calc(100vh - 160px)}._formContainer_1g86n_9{flex:1;display:flex;justify-content:center;align-items:center;flex-direction:column;box-sizing:border-box}._header_1g86n_18{display:flex;justify-content:center;align-items:center;flex-direction:column;margin-bottom:20px;gap:10px;width:80%;text-align:center}._header_1g86n_18 h2{font-size:38px;font-weight:500;color:#333}._header_1g86n_18 p{font-size:16px;font-weight:400;margin:0;color:#4c4c4c}@media (max-width: 768px){._header_1g86n_18{width:90%}}._form_1g86n_9{width:100%;padding:20px;display:flex;justify-content:center;align-items:center;flex-direction:column}._form_1g86n_9 form{width:100%;display:flex;justify-content:center;align-items:center;flex-direction:column;gap:20px}._form_1g86n_9 form input{width:80%;padding:15px;border:1px solid #ccc;border-radius:5px;outline:none}@media (max-width: 768px){._form_1g86n_9 form input{width:90%}}._form_1g86n_9 form button{width:80%;padding:15px;border:none;border-radius:5px;background:linear-gradient(135deg,#08aaa2,#5cd7d1);color:#fff;font-size:16px;cursor:pointer;transition:all .3s ease}@media (max-width: 768px){._form_1g86n_9 form button{width:90%}}._redirect_1g86n_91{display:flex;justify-content:center;align-items:center;gap:10px;margin-top:40px}._redirect_1g86n_91 a{font-size:16px;font-weight:400;color:#4c4c4c;text-decoration:none;transition:all .3s ease;cursor:pointer}._successMessage_1g86n_108,._errMessage_1g86n_109{margin-top:1rem;font-size:.9rem;width:80%}._successMessage_1g86n_108{color:#28a745}._errMessage_1g86n_109{color:#dc3545}._authSide_1g86n_125{flex:1;height:100%}@media (max-width: 768px){._authSide_1g86n_125{display:none}}pre,code{background:none;padding:0;border:none;margin:0;white-space:pre-wrap;font-family:Roboto,sans-serif!important;font-weight:500!important;font-size:16px!important}.container{background:#fff;padding:0px 2rem;border-radius:1rem;display:flex}.container .quiz-title{grid-area:quiz-title;font-weight:800;font-size:1.5rem;text-align:center;margin-bottom:1rem}.container .progress-bar-container{width:100%;display:flex;flex-direction:row-reverse;align-items:center;justify-content:space-between;gap:1rem}.container .progress-bar-container .progress-text{width:15%;font-size:16px;font-weight:500}.container .progress-bar-container .progress-text span{color:#6e6e73;font-size:14px;font-weight:400}.container .progress-bar-container .progress-background{width:85%;background-color:#e5fffe;height:8px;border-radius:5px}.container .progress-bar-container .progress-background .progress-bar{height:100%;background-color:#08aaa2;border-radius:5px;transition:width .5s ease-in-out;width:100%}.container .question-section{grid-area:question-section;padding:2rem 1rem 1rem;width:70%;border-left:1px solid black}.container .question-section .question{padding:.5rem}.container .question-section .question .question-num{font-weight:500;font-size:16px}.container .question-section .answer-item{padding:.6rem 1rem;border-radius:8px;margin-bottom:.5rem;cursor:pointer;border:1px solid #B3B3B3;display:flex;align-items:center}.container .question-section .answer-item span{margin-left:1rem;color:#000;font-size:16px;font-weight:500}.container .question-section .answer-item.selected{background:#e5fffe}.container input[type=radio]{border:1px solid grey;padding:5px;background-color:#fff;border-radius:50%;-webkit-appearance:none;-moz-appearance:none;appearance:none;width:1.5em;height:1.5em;position:relative;display:inline-block}.container input[type=radio]:before{content:"";width:70%;height:70%;border-radius:50%;transform:scale(0);transition:.12s transform ease-in-out;background-color:#08aaa2;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%) scale(0)}.container input[type=radio]:checked:before{transform:translate(-50%,-50%) scale(1);border-color:#08aaa2}.container input[type=radio]:checked{border-color:#08aaa2}.container input[type=text]{width:100%;padding:10px;border:1px solid #B3B3B3;border-radius:8px;margin-top:10px}.container .action{margin-top:3rem;margin-bottom:1rem;display:flex;justify-content:center;align-items:center;gap:2rem}.container .action .btn{border:0;border-radius:.5rem;border:1px solid #08AAA2;font-weight:700;cursor:pointer;background-color:#fff;color:#08aaa2;font-size:20px;width:-moz-fit-content;width:fit-content;display:flex;align-items:center;justify-content:center;gap:2px}.container .action .btn:hover,.container .action .btn:active{background:#56afb2;color:#fff;font-weight:700}.container .questions-nav-section{grid-area:questions-nav-section;padding:2rem 0rem 1rem 1rem;width:30%;height:80vh}.container .questions-nav-section .question-nums-list{display:grid;grid-template-columns:repeat(5,1fr);grid-auto-rows:minmax(0,1fr);gap:1rem;list-style:none;padding:0;margin:0}.container .questions-nav-section .question-nums-list a{text-decoration:none;color:inherit;display:inline-block;width:40px;height:40px;display:flex;align-items:center;justify-content:center;font-weight:700;color:#000;border:1px solid #08aaa2;border-radius:8px 8px 0}.container .questions-nav-section .question-nums-list a:hover{filter:brightness(.9)}.container .questions-nav-section .question-nums-list a.done{background:#e5fffe}.container .questions-nav-section .question-nums-list a.active{background:#26615f;box-shadow:0 4px 4px #00000040;color:#fff}.container .question-context{margin-bottom:2rem;display:flex;justify-content:space-between}.container .question-context a{font-weight:700;font-size:.9rem;text-decoration:none;color:inherit}.container .question-context a:hover{color:#aabdff}.container .d-flex{display:flex;justify-content:center;width:100%}@media screen and (max-width: 900px){.container{flex-direction:column;padding:1rem}.container .question-section{width:90%;border-left:none;margin:0 auto}.container .questions-nav-section{width:100%;border-right:none;padding:1rem 0;height:3vh}.container .progress-bar-container{flex-direction:column;gap:1rem;text-align:center}.container .action{gap:1rem}}.navbarcontestquestion{display:flex;flex-direction:row;justify-content:space-between;align-items:center;padding:10px 20px 0;border-bottom:1px solid black}.navbarcontestquestion .navbar-brand{display:flex;align-items:center}.navbarcontestquestion .navbar-brand .ig{max-width:100%}.navbarcontestquestion .time-remaining{display:flex;flex-direction:row;justify-content:center;align-items:center;gap:20px}.navbarcontestquestion .time-remaining p{background-color:#e5fffe;padding:8px 24px;font-weight:520;border-radius:6px}@media screen and (max-width: 520px){.navbarcontestquestion{padding:10px 20px}.navbarcontestquestion .navbar-brand .ig{width:150px}.navbarcontestquestion .time-remaining{gap:.5rem}.navbarcontestquestion .time-remaining p{margin:0;padding:10px 20px;font-size:14px}.navbarcontestquestion .time-remaining .navbar-button{font-size:14px;padding:10px 20px}}@media screen and (max-width: 825px){.container .progress-bar-container{max-width:100%;margin:0}}@media screen and (max-width: 420px){.container .action .btn{font-size:14px;padding:10px 35px}.container .question-section .answer-item span{font-size:.8rem}.container .question-section .question .question-num{font-size:1.1rem}}@media screen and (max-width: 500px){.container input[type=radio]{width:1.5em;height:1.3em}}.mainLeader{display:flex;width:100%}.contentLeader{width:100%;padding:.5rem 2rem;box-sizing:border-box;border-left:1px solid rgb(233,231,231)}h1{font-weight:700}@media screen and (max-width: 720px){.bottom-navbar{display:flex;position:fixed;bottom:-1px;left:0;right:0;background-color:#04b39f;border-top:1px solid #ececee;justify-content:space-around;padding:10px 0}.bottom-navbar a{text-decoration:none;color:#fff;font-size:12px;display:flex;flex-direction:column;align-items:center;gap:5px}.bottom-navbar svg{height:24px;width:24px}.mainLeader{padding-bottom:4rem}}@media (max-width: 480px){.contentLeader{width:100%;padding:.5rem}}.topbar{display:flex;flex-direction:row;justify-content:space-between;width:100%;padding:.5rem 3rem .5rem 1rem;margin-top:0;margin-bottom:0;border-bottom:1px solid #e5e7eb}@media screen and (max-width: 480px){.topbar{align-items:center;padding:1rem}}.topbar-left{display:flex;align-items:center;justify-content:space-between;width:50%}.topbar .topbar-left{display:flex;align-items:center;justify-content:space-between;gap:2rem}.topbar .topbar-left .topbar-search{gap:10px;display:flex;align-items:center;border:1px solid #D6D6D6}.topbar .topbar-left .topbar-search button{background:#56afb2;color:#fff;border:none;border-radius:4px;padding:.8rem 1.1rem;cursor:pointer}@media screen and (max-width: 480px){.topbar .topbar-left a img{width:150px;height:auto}}.topbar-search{display:flex;align-items:center;justify-content:center;width:80%;box-sizing:border-box;border-radius:5px;padding-left:10px}.topbar-search .search-input{border-radius:8px;background:transparent;width:100%;padding:5px 10px;height:2rem;outline:none;border:none}@media screen and (max-width: 480px){.topbar-search{display:none}}.topbar-user{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:.75rem}@media screen and (max-width: 480px){.topbar-user{gap:.5rem;justify-content:flex-end;margin:0}}.topbar-user .user-icons{display:flex;gap:1.25rem;align-items:center;justify-content:center;margin-left:1.25rem}.topbar-user .user-icons .icon-wrapper{position:relative;padding:.5rem;border:1px solid #6b7280;border-radius:.375rem;height:1rem;width:1rem}.topbar-user .user-icons .icon-wrapper .icon-badge{height:.75rem;width:.75rem;background:#dc2626;border-radius:50%;position:absolute;top:-.25rem;right:-.25rem}.topbar-user .user-avatar{height:2.5rem;width:2.5rem;border-radius:50%;background:#fff}.topbar-user .user-avatar img{border-radius:50%;width:100%;height:100%;-o-object-fit:contain;object-fit:contain;border:1px solid gray}.topbar-user-info{display:flex;flex-direction:column}.topbar-user .language-select{width:1.5rem;outline:none;border:none}@media screen and (max-width: 800px){.topbar-user-info{display:none}.topbar-search{display:none!important}}.sidebar{width:24rem;height:90vh;background-color:#fff;display:flex;flex-direction:column;justify-content:space-between;color:#888}@media screen and (max-width: 720px){.sidebar{display:none}}.sidebar .menu{margin-bottom:2rem}.sidebar .menu .menu-title{padding-left:20px}.sidebar .menu-title{font-size:1.125rem;font-weight:600;color:#4b5563}.sidebar .menu-list{margin-top:1rem;padding:0}.sidebar .menu-item{display:flex;align-items:center;padding:.8rem .5rem;color:#4b5563;padding-left:0;cursor:pointer;background-color:transparent}.sidebar .menu-item:hover{background-color:#f3f4f6}.sidebar .menu-item.active{background-color:#e0f7fa;border-right:4px solid #00bcd4}.sidebar .menu-item .menu-link{display:flex;align-items:center;color:inherit;text-decoration:none;padding:5px 60px 5px 20px;width:100%}.sidebar .menu-item .menu-icon{width:1.5rem;height:1.5rem;margin-right:.5rem}.sidebar .account-title{font-size:1.125rem;font-weight:600;color:#4b5563;padding-left:20px}.sidebar .account-list{margin-top:1rem;padding:0}.sidebar .account-item{display:flex;align-items:center;padding:.8rem .5rem;color:#4b5563;padding-left:0;cursor:pointer;background-color:transparent}.sidebar .account-item:hover{background-color:#f3f4f6}.sidebar .account-item.active{background-color:#e0f7fa;border-right:4px solid #00bcd4}.sidebar .account-item .account-link{display:flex;align-items:center;color:inherit;text-decoration:none;padding:5px 60px 5px 20px;width:100%}.sidebar .account-item .account-icon{width:1.5rem;height:1.5rem;margin-right:.5rem}.leaderboard{margin-top:20px}.leaderboard .search-bar{margin-bottom:20px;display:flex;justify-content:space-between;align-items:center;width:100%}.leaderboard .filters{display:flex;justify-content:flex-end;width:35%}.leaderboard .filters button,.leaderboard .filters select{padding:10px 5px;font-size:16px;border:1px solid #ccc;border-radius:5px;background:#fff;cursor:pointer}.leaderboard .top-three{display:flex;justify-content:space-between;margin-bottom:20px;gap:10px}.leaderboard .top-three .top-card-upper{display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid rgb(206,203,203)}.leaderboard .top-three .image-username{display:flex;align-items:center;justify-content:center;gap:10px;box-sizing:border-box;padding:10px 0}.leaderboard .top-three .image-username img{border-radius:50%;height:45px;width:45px}.leaderboard .top-three .image-username h3{font-size:16px;margin:0}.leaderboard .top-three .top-card{border:2px solid rgb(127,127,127);border-radius:10px;padding:1rem;text-align:center;width:30%;position:relative}.leaderboard .top-three .top-card img{border-radius:50%}.leaderboard .top-three .top-card .details{display:flex;justify-content:space-between;align-items:center}.leaderboard .top-three .top-card .details p{padding:0 20px;margin:5px 0;display:flex;flex-direction:column;align-items:center;justify-content:center;color:gray;font-size:12px}.leaderboard .top-three .top-card .details p:nth-child(2){border-left:1px solid rgb(209,207,207);border-right:1px solid rgb(209,207,207);padding:0 1.5rem}.leaderboard .scrollable-table-container{width:100%;max-height:600px;overflow:auto}.leaderboard table{width:100%;border-collapse:collapse;margin-bottom:20px}.leaderboard table th,.leaderboard table td{padding:10px;border:1px solid #ccc;text-align:center}.leaderboard table th img,.leaderboard table td img{height:24px;width:24px}.leaderboard table th{background-color:#f5f5f5}@media screen and (max-width: 720px){.leaderboard table{overflow:visible}}.leaderboard .top-three-mobile{display:none}@media screen and (max-width: 720px){.search-bar{display:flex;flex-direction:column;gap:1rem}.leaderboard .filters{width:95%}.leaderboard .top-three{display:none}.leaderboard .top-three-mobile{display:flex;flex-direction:column;align-items:center}.leaderboard .top-three-mobile .top-card{width:-webkit-fill-available;border:2px solid rgb(133,133,133);border-radius:10px;text-align:center;position:relative;margin-bottom:10px;padding:1rem}.leaderboard .top-three-mobile .top-card .top-card-upper{display:flex;align-items:center;justify-content:space-between}.leaderboard .top-three-mobile .top-card .top-card-upper .image-username{display:flex;align-items:center;gap:10px}.leaderboard .top-three-mobile .top-card .details{border-top:1px solid rgb(208,204,204)}.leaderboard .top-three-mobile .top-card img{height:45px;width:45px;border-radius:50%}.leaderboard .top-three-mobile .top-card .details{display:flex;justify-content:space-between;align-items:center}.leaderboard .top-three-mobile .top-card .details p{padding:0 20px;margin:5px 0;display:flex;flex-direction:column;align-items:center;justify-content:center;color:gray;font-size:12px}.leaderboard .top-three-mobile .top-card .details p:nth-child(2){border-left:1px solid rgb(209,207,207);border-right:1px solid rgb(209,207,207);padding:0 1.5rem}.leaderboard .top-three-mobile .top-three-mobile-2nd-3rd{display:flex;gap:10px;align-items:center;justify-content:center;width:100%}.leaderboard .top-three-mobile .top-card-upper-2{display:flex;align-items:center;justify-content:space-between;gap:10px}.leaderboard .top-three-mobile .image-username-2{display:flex;align-items:center}.leaderboard .top-three-mobile .image-username-2 img{border-radius:50%;height:45px;width:45px}.leaderboard .top-three-mobile .top-card-2{width:50%;border:1px solid rgb(117,117,117);border-radius:10px;padding:5px;margin-bottom:1rem}.leaderboard .top-three-mobile .name-rating{display:flex;flex-direction:column;align-items:center;justify-content:center;margin:0 5px}.leaderboard .top-three-mobile .name-rating p,.leaderboard .top-three-mobile .name-rating h3{font-size:12px;margin:0}.leaderboard .top-three-mobile .name-rating .name-country{display:flex;gap:10px}}.search{display:flex;align-items:center;gap:10px;border:1px solid #D6D6D6;width:100%;box-sizing:border-box;padding:0px 1rem;border-radius:4px}.search img{width:24px;height:24px}.search input{border:none;padding:.8rem 1.1rem;width:100%;outline:none;font-size:16px}.pagination{display:flex;justify-content:center;align-items:center;gap:8px;margin:20px 0;flex-wrap:wrap}.pagination button{padding:8px 12px;border:1px solid #ddd;background-color:#f9f9f9;color:#333;cursor:pointer;font-size:16px;border-radius:4px;transition:background-color .3s ease}.pagination button:hover{background-color:#eee}.pagination button:disabled{background-color:#f0f0f0;color:#aaa;cursor:not-allowed}.pagination button.active{background-color:#007bff;color:#fff;border-color:#007bff}@media (max-width: 600px){.pagination{gap:4px}.pagination button{padding:6px 10px;font-size:14px}.pagination button.active{background-color:#0056b3}}.content{border-left:1px solid rgb(233,231,231);height:100%}.content h1{font-size:2rem;font-weight:500;margin-bottom:1rem}@media screen and (max-width: 650px){.content h1{font-size:1.2rem}}em{font-size:small}.profile-form{max-width:100%;padding:2rem;background-color:#fff;border-radius:8px}.profile-form .profile-photo{display:flex;gap:40px;align-items:center;border:1px solid #d5d5d5;border-radius:4px;padding:20px 24px}@media screen and (max-width: 650px){.profile-form .profile-photo{flex-direction:column;gap:20px}}.profile-form .profile-photo .image-container{position:relative}.profile-form .profile-photo .image-container .image-preview{display:block;width:100px;height:100px;border-radius:50%;overflow:hidden}.profile-form .profile-photo .image-container .image-preview img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;border-radius:50%}.profile-form .profile-photo .image-container .file-input{display:none}.profile-form .bioProfile{height:-webkit-fill-available}.profile-form .myprofile-btn{border:1px solid transparent;background-color:#56afb2;color:#fff;padding:.6rem 1.4rem;font-size:1.2rem;border-radius:8px;cursor:pointer;width:-moz-fit-content;width:fit-content}.profile-form .myprofile-btn:hover{background-color:#4d9aa0}.profile-form input{outline:none}.profile-form form{display:flex;flex-direction:column;gap:1rem;width:100%;margin:2rem 0px 5rem}.profile-form form .myprofile-row{display:flex;gap:2rem;width:100%;margin-bottom:1rem}.profile-form form .myprofile-row-2{display:flex;flex-direction:column;gap:2rem;width:100%}.input-wrapper{margin-bottom:1rem;display:flex;flex-direction:column;width:100%;border-radius:10px}.input-wrapper .profileinputslabel{color:#606060;font-size:14px;padding-bottom:.5rem}.input-wrapper .profileinputs{width:100%;padding:1rem .8rem;border:1px solid #d5d5d5;border-radius:4px;box-sizing:border-box;height:-webkit-fill-available;background-color:#fbffff}.input-wrapper .profileinputs ::-moz-placeholder{color:#a6a6a6;font-size:12px;text-align:center}.input-wrapper .profileinputs ::placeholder{color:#a6a6a6;font-size:12px;text-align:center}.input-wrapper textarea{height:180px;resize:vertical}@media screen and (max-width: 650px){.profile-form form .myprofile-row{flex-direction:column}.profile-form{padding:0}}.react-tagsinput{background-color:#fff;border:1px solid #ccc;overflow:hidden;padding-left:5px;padding-top:5px}.react-tagsinput-tag{background-color:#03bab7;border-radius:2px;border:0px solid #ccc;color:#fff;display:inline-block;font-family:sans-serif;font-size:13px;font-weight:400;margin-bottom:5px;margin-right:5px;padding:5px}*{font-family:sans-serif}.react-tagsinput-remove{cursor:pointer;font-weight:700}.react-tagsinput-input{background:transparent;border:0;color:#292929;font-family:sans-serif;font-size:13px;font-weight:400;margin-bottom:6px;margin-top:1px;outline:none;padding:5px;width:80px}._avatarContainer_jrquc_1{padding:5px;height:100%;display:flex;align-items:center;flex-wrap:wrap;gap:10px;width:60%}@media (max-width: 768px){._avatarContainer_jrquc_1{width:100%;justify-content:center;padding:0}}._avatar_jrquc_1{width:50px;height:50px;border-radius:50%;overflow:hidden;background-color:#d9d9d9;transition:transform .2s ease-in-out;box-sizing:border-box;transform-origin:center;will-change:transform,border}._avatar_jrquc_1:hover{cursor:pointer;border:2px solid #A7D7D5;transform:scale(1.05);box-shadow:0 4px 8px #0000001a}._avatar_jrquc_1 img{width:100%;height:auto;-o-object-fit:cover;object-fit:cover}._add_jrquc_42{width:50px;height:50px;border-radius:50%;font-size:40px;font-weight:200;display:flex;align-items:center;justify-content:center;background-color:#fff;cursor:pointer;border:1px solid black}._add_jrquc_42:hover{background-color:#a7d7d5;cursor:pointer;transform:scale(1.05)}._selected_jrquc_63{border:3px solid #4CAF50;box-shadow:0 0 10px #4caf50b3;transform:scale(1.05);transition:transform .2s ease-in-out,box-shadow .2s ease-in-out}._selected_jrquc_63 img{opacity:.9;filter:brightness(1.1)}.mainDashboard{display:flex;width:100%}@media screen and (max-width: 720px){.mainDashboard{height:auto}}.contentDashboard{border-left:1px solid rgb(233,231,231)}.top-heading{display:flex;align-items:center;justify-content:space-between}.top-heading p{cursor:pointer}@media screen and (max-width: 720px){.top-heading{margin:10px 0}.top-heading h1{font-size:1.5rem;font-weight:500}}.edit-profile p{padding:10px;border:1px solid gray;border-radius:4px;font-size:12px}@media screen and (max-width: 720px){.edit-profile p{padding:8px}}.upper{width:100%;display:flex;flex-direction:column;align-items:center;justify-content:center}.upper-inner{margin:0 auto}@media screen and (max-width: 720px){.upper-inner{width:100%;margin:0}}.upper-inner .img-box{height:9rem;width:9rem;border-radius:50%;border:3px solid #ffb800;padding:4px;display:flex;flex-direction:column;align-items:center;justify-content:center}.upper-inner .img-box img{height:100%;width:100%;-o-object-fit:cover;object-fit:cover;border-radius:50%}@media screen and (max-width: 720px){.upper-inner .img-box{height:100px;width:100px;border:1px solid #ffb800}.upper-inner .img-box img{height:100%;width:100%;-o-object-fit:cover;object-fit:cover;border-radius:50%}}.upper-inner .image-username{display:flex;flex-direction:column;align-items:center;justify-content:center}@media screen and (max-width: 720px){.upper-inner .image-username{flex-direction:row;justify-content:start;gap:10px}}.upper-inner .image-username .usernameContainer{display:flex;flex-direction:column;gap:5px}@media screen and (max-width: 720px){.upper-inner .image-username .usernameContainer{gap:5px}}.upper-inner .image-username .name-username{display:flex;flex-direction:column;align-items:center;justify-content:center}@media screen and (max-width: 720px){.upper-inner .image-username .name-username{flex-direction:column;align-items:start;justify-content:center}}.upper-inner .image-username .name-username .name{display:flex;align-items:center;justify-content:center;font-weight:600;font-size:24px;margin:0}@media screen and (max-width: 720px){.upper-inner .image-username .name-username .name{font-size:20px}}.upper-inner .image-username .name-username .name .badge{height:32px;width:32px;margin-left:5px}@media screen and (max-width: 720px){.upper-inner .image-username .name-username .name .badge{height:24px;width:24px}}.upper-inner .image-username .username{margin:0;text-align:center}@media screen and (max-width: 720px){.upper-inner .image-username .username{font-size:14px}}.bio{text-align:center;margin:0}@media screen and (max-width: 720px){.bio{font-size:14px;text-align:left;margin:0}}.platforms{display:flex;align-items:center;justify-content:center;gap:20px;width:100%}.platforms a{height:24px;width:24px;padding:3px;border:1px solid gray;border-radius:10px;display:flex;align-items:center;justify-content:center}.platforms a img{height:100%;width:100%;-o-object-fit:cover;object-fit:cover}@media screen and (max-width: 720px){.platforms{gap:10px;justify-content:start}}.bio-skills-2{display:none}.detail-box{display:flex;flex-direction:row;gap:1rem;align-items:center;justify-content:center}@media screen and (max-width: 720px){.detail-box{gap:10px}}.detail-box .profile-title{padding:10px 20px;border:1px solid gray;background:linear-gradient(90deg,#d2af59,#76411b);border-radius:999px;font-size:12px;color:#fff}@media screen and (max-width: 720px){.detail-box .profile-title{padding:4px 8px;font-size:10px}}.detail-box .previous-session{display:flex;align-items:center;justify-content:center;gap:.5rem;padding:10px;border:1px solid gray;border-radius:999px;font-size:12px;cursor:pointer}@media screen and (max-width: 720px){.detail-box .previous-session{padding:4px 8px;font-size:10px}}.skills{display:flex;padding:0 5px;gap:5px;justify-content:center;flex-wrap:wrap}.skill{padding:5px 2rem;width:-moz-fit-content;width:fit-content;border:1px solid gray;border-radius:999px;text-align:center;font-size:12px;text-wrap:nowrap}.heading{padding:0 6px}@media screen and (max-width: 720px){.heading{font-size:24px;font-weight:500;margin:10px 0}}.badges{display:flex;flex-direction:row;gap:1rem;align-items:center;justify-content:space-evenly;overflow-x:auto}.badges img{height:9.8rem;width:9.8rem;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;-o-object-fit:contain;object-fit:contain}.badges p{text-align:center}@media screen and (max-width: 720px){.badges{gap:10px;justify-content:space-around;overflow-x:auto}.badges img{height:50px;width:50px}.badges p{font-size:12px}}.refferal{display:flex;flex-direction:column;margin-top:1rem;padding:0 6px;margin-bottom:100px;gap:10px}.refferal p{font-size:16px;font-weight:500}.refferal .copy-referral{display:flex;width:50%;height:3rem;flex-direction:row;border:1px solid gray;border-radius:1rem}@media screen and (max-width: 720px){.refferal .copy-referral{width:100%}}.refferal .copy-referral input{width:80%;height:100%;margin-top:0;margin-bottom:0;border:none;outline:none;border-radius:1rem 0 0 1rem;padding:0 10px}.refferal .copy-referral button{width:20%;height:100%;background-color:#04b39f;color:#fff;border:none;border-radius:0 1rem 1rem 0;cursor:pointer}.refferal .name-username{text-align:center}.refferal .share-now{display:flex;flex-direction:column;gap:10px;width:100%;justify-content:start}.refferal .share-now p{margin:0;width:100%;font-weight:500;font-size:16px}h3{font-size:1.5rem;font-weight:500;margin:1rem 0}.bottom-navbar{display:none}@media screen and (max-width: 720px){.bottom-navbar{display:flex}}._modalOverlay_cffzv_1{position:fixed;top:0;left:0;width:100%;height:100%;background:#00000080;display:flex;justify-content:center;align-items:center;z-index:1000}h2{color:#303132;font-weight:500}._modalContent_cffzv_19{background:#fff;padding:20px 50px;border-radius:8px;text-align:center;position:relative}._closeButton_cffzv_27{position:absolute;top:10px;right:10px;background:none;border:none;color:#303132;cursor:pointer}._shareLinks_cffzv_37{display:flex;justify-content:center;gap:20px;margin:20px 0}._shareLinks_cffzv_37 a{color:#25d366}._shareLinks_cffzv_37 a:nth-child(2){color:#0077b5}._shareLinks_cffzv_37 a:nth-child(3){color:#131314}.main{display:flex;min-height:100vh;width:100%}.content{width:100%;padding:.5rem 2rem}.comingsoon{background-image:url(/assets/Comingsoonbackground-KqakFMja.png);background-size:cover;background-repeat:no-repeat;height:100vh;display:flex;justify-content:center;align-items:center;text-align:center}.comingsoon .content{color:#000;justify-content:center;align-items:center;display:flex}.comingsoon .content h1{font-size:2.5em;margin-bottom:.5em}.comingsoon .content p{font-size:1em;margin-bottom:1em}.comingsoon .content .coming-notify-button{background-color:#08aaa2;color:#fff;width:-moz-fit-content;width:fit-content;border:none;padding:.5em 1em;font-size:1em;cursor:pointer;margin-bottom:1em;border-radius:5px;transition:background-color .3s}.comingsoon .content .social-icons{display:flex;justify-content:center;align-items:center;flex-wrap:wrap}.comingsoon .content .social-icons .social-icon{color:#fff;background-color:#08aaa2;border-radius:50%;width:1.5em;height:1.5em;display:flex;justify-content:center;align-items:center;margin:2em .5em;font-size:1.5em;transition:background-color .3s;cursor:pointer;border-right:1px solid #08AAA2}@media (max-width: 768px){.comingsoon .content h1{font-size:2em}.comingsoon .content p{font-size:1em}.comingsoon .content .social-icons .social-icon{width:2em;height:2em;font-size:1.2em}}@media (max-width: 480px){.comingsoon .content h1{font-size:1.5em}.comingsoon .content p{font-size:.9em}.comingsoon .content .notify-button{padding:.4em .8em;font-size:.9em}.comingsoon .content .social-icons .social-icon{width:1.8em;height:1.8em;font-size:1em}.content{width:100%;padding:.5rem 2rem}}._mainContainer_v9dnv_1{display:flex;flex-direction:column}._container_v9dnv_6{display:flex;flex-direction:row}._contestSection_v9dnv_11{display:flex;flex-direction:column;width:100%;border-left:1px solid rgb(233,231,231)}._contestType_v9dnv_18{position:relative;display:flex;flex-direction:row;justify-content:space-evenly;margin:25px auto;width:100%;font-size:25px;font-weight:medium}._contestType_v9dnv_18 div{cursor:pointer;text-align:center}._line_v9dnv_35{margin-top:5px;background-color:#24b2b4;border-radius:20px;height:3px;width:100%;box-shadow:-3px 2px 19px 1px #24b2b4}._tab_v9dnv_44{display:flex;flex-direction:column;align-items:center;text-align:center;color:#333;position:relative}._active_v9dnv_53{color:#000}._yourContests_v9dnv_57{display:flex;flex-direction:column;align-items:center}._conteststatus_v9dnv_64{display:flex;flex-direction:row;justify-content:start;align-items:center;max-width:996px;width:100%;height:48px;padding-left:20px;border:1px solid #D1D1D1;background-color:#e0e0e0;border-radius:5px;font-size:18px;font-weight:medium;text-align:start;margin-top:15px}._conteststatus_v9dnv_64 div{width:40%}._contestlist_v9dnv_89{display:flex;flex-direction:row;justify-content:start;align-items:center;max-width:996px;width:100%;height:48px;padding-left:20px;border:1px solid #D1D1D1;background-color:#fff;border-radius:5px;font-size:18px;font-weight:medium;text-align:start;margin-top:15px;position:relative;cursor:pointer}._borderBlue_v9dnv_110{border:1px solid #24b2b4;display:flex;flex-direction:row;justify-content:start;align-items:center;max-width:996px;width:100%;height:48px;padding-left:20px;background-color:#fff;border-radius:5px;font-size:18px;font-weight:medium;text-align:start;margin-top:15px;position:relative;cursor:pointer}._borderBlue_v9dnv_110 div{width:40%}._contestlist_v9dnv_89 div{width:40%;font-size:18px}._rightArrow_v9dnv_140{position:absolute;right:20px;color:#6e6e73}._attempted_v9dnv_146{color:#08aaa2}._nonAttempted_v9dnv_151{color:#6e6e73}._contestName_v9dnv_155{color:#000}*{font-family:Poppins,sans-serif}html,body{padding:0;margin:0;overflow-x:hidden!important;scroll-behavior:smooth}
