@import"https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap";: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;-ms-touch-action:none;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:-ms-flexbox;display:flex;-ms-flex-pack:justify;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;-ms-flex:1 1 auto;flex:1 1 auto;padding:6px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.Toastify__toast-body>div:last-child{word-break:break-word;-ms-flex:1;flex:1}.Toastify__toast-icon{-webkit-margin-end:10px;margin-inline-end:10px;width:20px;-ms-flex-negative:0;flex-shrink:0;display:-ms-flexbox;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;-ms-flex-item-align:start;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)}}.notFound .main{align-items:center;text-align:center;margin-top:15rem}.notFound p{font-size:18px;margin-top:0;color:#0a7221}.notFound h1{font-size:95px;margin:0;color:#0a7221}.notFound button{background:linear-gradient(#0a72219d,#0a7221);padding:0 12px;border:none;border-radius:20px;box-shadow:0 30px 15px #00000026;color:#fff;font:400 16px/2.5 Nunito,"Varela Round",Sans-serif;text-transform:uppercase;cursor:pointer}.notFound .bubble{background:linear-gradient(#1ad61a,#135e23);border-radius:50%;box-shadow:0 30px 15px #00000026;position:absolute}.notFound .bubble:before,.notFound .bubble:after{content:"";background:linear-gradient(#1ad61a,#135e23);border-radius:50%;box-shadow:0 30px 15px #00000026;position:absolute}.notFound .bubble:nth-child(1){top:15vh;left:15vw;height:22vmin;width:22vmin}.notFound .bubble:nth-child(1):before{width:13vmin;height:13vmin;bottom:-25vh;right:-10vmin}.notFound .bubble:nth-child(2){top:20vh;left:38vw;height:10vmin;width:10vmin}.notFound .bubble:nth-child(2):before{width:5vmin;height:5vmin;bottom:-10vh;left:-8vmin}.notFound .bubble:nth-child(3){top:12vh;right:30vw;height:13vmin;width:13vmin}.notFound .bubble:nth-child(3):before{width:3vmin;height:3vmin;bottom:-15vh;left:-18vmin;z-index:6}.notFound .bubble:nth-child(4){top:25vh;right:18vw;height:18vmin;width:18vmin}.notFound .bubble:nth-child(4):before{width:7vmin;height:7vmin;bottom:-10vmin;left:-15vmin}.notFound .bubble:nth-child(5){top:60vh;right:18vw;height:28vmin;width:28vmin}.notFound .bubble:nth-child(5):before{width:10vmin;height:10vmin;bottom:5vmin;left:-25vmin}.content{position:relative}.content .text{color:#fff3;font-size:3rem;position:absolute;transform:translate(-50%,-50%)}.content .text:nth-child(1){color:transparent;-webkit-text-stroke:2px var(--main-color)}.content .text:nth-child(2){color:var(--main-color);animation:animate 4s ease-in-out infinite}@keyframes animate{0%,to{clip-path:polygon(0% 45%,16% 44%,33% 50%,54% 60%,70% 61%,84% 59%,100% 52%,100% 100%,0% 100%)}50%{clip-path:polygon(0% 60%,15% 65%,34% 66%,51% 62%,67% 50%,84% 45%,100% 46%,100% 100%,0% 100%)}}.container{display:flex;flex-direction:row}.container .text{font-size:20px!important}@media (max-width: 1000px){.container{display:flex;flex-direction:column!important;width:30%}.container .text{font-size:15px!important}}@media (max-width: 600px){.container .text{padding-top:1.5rem}}.file-upload-form{align-items:center;justify-content:center;display:flex;flex-direction:column}.file-upload-label input{display:none}.file-upload-label svg{height:50px;fill:#525252;margin-bottom:20px}.file-upload-label{cursor:pointer;background-color:#ddd;padding:30px 70px;border-radius:40px;border:2px dashed #035533;box-shadow:0 0 100px -50px #000000b7}.file-upload-design{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:5px}.image-dimensions-info{font-size:14px;color:#555;margin-top:10px;text-align:center}.browse-button{background-color:#035533;padding:5px 15px;border-radius:10px;color:#fff;transition:all .3s}.browse-button:hover{background-color:#0e0e0e}.image-preview{max-width:100%;max-height:200px;border-radius:10px;margin-bottom:20px}.loader{width:64px;height:64px;position:relative;background:#f4f4f4;border-radius:4px;overflow:hidden}.loader:before{content:"";position:absolute;left:0;bottom:0;width:40px;height:40px;transform:rotate(45deg) translate(30%,40%);background:#a0de2e96;box-shadow:32px -34px 0 5px #035533;animation:slide 2s ease-in-out alternate}.loader:after{content:"";position:absolute;left:10px;top:10px;width:16px;height:16px;border-radius:50%;background:orange;transform:rotate(0);transform-origin:35px 145px;animation:rotate 2s ease-in-out}@keyframes slide{0%,to{bottom:-35px}25%,75%{bottom:-2px}20%,80%{bottom:2px}}@keyframes rotate{0%{transform:rotate(-15deg)}25%,75%{transform:rotate(0)}to{transform:rotate(25deg)}}:root{--main-color: #035533}*{margin:0;padding:0;box-sizing:border-box;font-family:Poppins,sans-serif}.sidebar{position:fixed;top:0;left:0;height:100%;width:260px;background:var(--main-color);z-index:100;transition:all .5s ease}.sidebar.close{width:78px}.sidebar .logo-details{height:60px;width:100%;display:flex;align-items:center;margin-bottom:3rem}.sidebar .logo-details i{font-size:30px;color:#fff;height:50px;min-width:78px;text-align:center;line-height:50px}.sidebar .logo-details .logo_img{transition:margin .5s ease;height:50px;width:auto}.sidebar .logo-details .logo_open{margin-left:-40px}.sidebar .logo-details .logo_close{margin-left:30px}.sidebar .nav-links{height:calc(100% - 120px);padding:0;overflow:visible}.sidebar .nav-links::-webkit-scrollbar{width:6px}.sidebar .nav-links::-webkit-scrollbar-thumb{background-color:#ffffff21;border-radius:4px}.sidebar .nav-links::-webkit-scrollbar-track{background:transparent}.sidebar .nav-links li{position:relative;list-style:none;transition:all .4s ease;height:40px}.sidebar .nav-links li:hover{background:var(--main-color)}.sidebar .nav-links li .arrow.rotate{transform:rotate(-180deg)}.sidebar .nav-links li .sub-menu.show{display:block}.sidebar .nav-links li .iocn-link{display:flex;align-items:center;justify-content:space-between}.sidebar.close .nav-links li .iocn-link{display:block}.sidebar .nav-links li i{height:40px;min-width:78px;text-align:center;line-height:50px;color:#fff;font-size:20px;cursor:pointer;transition:all .3s ease}.sidebar .nav-links li.showMenu i.arrow{transform:rotate(-180deg)}.sidebar.close .nav-links i.arrow{display:none}.sidebar .nav-links li a{display:flex;align-items:center;text-decoration:none}.sidebar .nav-links li a .link_name{font-size:13px;font-weight:400;color:#fff;transition:all .4s ease;padding-top:10px}.sidebar.close .nav-links li a{display:flex;flex-direction:column;align-items:center;text-decoration:none}.sidebar.close .nav-links li a .link_name{opacity:0;pointer-events:none}.sidebar .nav-links li .sub-menu{padding:6px 6px 14px 80px;margin-top:-10px;background:var(--main-color);display:none}.sidebar .nav-links li.showMenu .sub-menu{display:block}.sidebar .nav-links li .sub-menu a{color:#fff;font-size:15px;padding:5px 0;white-space:nowrap;opacity:.6;transition:all .3s ease}.sidebar .nav-links li .sub-menu a:hover{opacity:1}.sidebar.close .nav-links li .sub-menu{position:absolute;left:100%;top:-10px;margin-top:10px;padding:10px 20px;border-radius:0 6px 6px 0;opacity:0;display:block;pointer-events:none;transition:0s;height:40px}.sidebar.close .nav-links li:hover .sub-menu{top:0;opacity:1;pointer-events:auto;transition:all .4s ease}.sidebar .nav-links li .sub-menu .link_name{display:none}.sidebar.close .nav-links li .sub-menu .link_name{font-size:15px;opacity:1;display:block}.sidebar .nav-links li .sub-menu.blank{opacity:1;pointer-events:auto;padding:3px 20px 6px 16px;opacity:0;pointer-events:none}.sidebar .nav-links li:hover .sub-menu.blank{top:50%;transform:translateY(-50%)}.sidebar .profile-details{position:fixed;bottom:0;width:260px;display:flex;align-items:center;justify-content:space-around;background:var(--main-color);padding:12px 0;transition:all .5s ease}.sidebar.close .profile-details{background:none}.sidebar.close .profile-details{width:78px}.sidebar .profile-details .profile-content{display:flex;align-items:center}.sidebar .profile-details img{height:52px;width:52px;object-fit:cover;border-radius:16px;margin:0 14px 0 12px;background:var(--main-color);transition:all .5s ease}.sidebar.close .profile-details img{padding:10px}.sidebar .profile-details .profile_name,.sidebar .profile-details .job{color:#fff;font-size:18px;font-weight:500;white-space:nowrap}.sidebar.close .profile-details i,.sidebar.close .profile-details .profile_name,.sidebar.close .profile-details .name,.sidebar.close .profile-details .job{display:none}.sidebar .profile-details .job{font-size:12px}.home-section{position:relative;background:#e4e9f7;height:100vh;left:260px;width:calc(100% - 260px);transition:all .5s ease}@media (max-width: 600px){.home-section{margin-top:1.5rem}}.sidebar.close~.home-section{left:78px;width:calc(100% - 78px)}.home-section .home-content{height:60px;display:flex;align-items:center}.home-section .home-content .bx-menu,.home-section .text{font-size:20px}@media (max-width: 800px){.home-section .home-content .bx-menu,.home-section .text{font-size:18px}}@media (max-width: 600px){.home-section .home-content .bx-menu,.home-section .text{font-size:15px;margin-top:-1rem}}.home-section .home-content .bx-menu{margin:0 15px;cursor:pointer}.home-section .home-content .text{font-size:26px;font-weight:600}@media (max-width: 600px){.sidebar .logo-details .logo_img{width:0}}@media (max-width: 400px){.sidebar .logo-details i{color:#035533}.home-section img[alt=logo],.sidebar .nav-links li .sub-menu{display:none}.sidebar{width:78px}.sidebar.close{width:0}.home-section{left:78px;width:calc(100% - 78px);z-index:100}.sidebar.close~.home-section{width:100%;left:0}.sidebar.open .bx{color:#fff}.sidebar.open~.home-content .bx-menu{margin-left:0}.sidebar .logo-details .logo_img{display:none}}.no-spinner input::-webkit-outer-spin-button,.no-spinner input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.no-spinner input[type=number]{-moz-appearance:textfield}.results-summary-container{margin:0;padding:0;font-family:Hanken Grotesk,sans-serif;display:flex;flex-direction:column;width:100%;gap:10px;box-shadow:10px 10px 30px #73ff57a1;backface-visibility:hidden}.btn{width:100%;padding:10px;color:#fff;background-image:linear-gradient(to right,#aa076b,#61045f);border:none;border-radius:3px;font-size:17px;text-transform:uppercase;letter-spacing:2px;font-weight:500;cursor:pointer;margin:15px 0 30px;transition:all .3s}.btn:hover{transform:translateY(5px);background-image:linear-gradient(to left,#aa076b,#61045f)}.icon{cursor:pointer;filter:grayscale(1);transition:.3s linear}.icon:hover{filter:grayscale(0)}@keyframes background{0%{background-image:linear-gradient(to right,#aa076b,#61045f)}50%{background-image:linear-gradient(to right,#aa076b,#61045f)}to{background-image:linear-gradient(to right,#ef629f,#42275a)}}@keyframes gradient{0%{background-position:0% 50%;background-image:linear-gradient(-45deg,#ef629f,#42275a)}50%{background-position:100% 50%;background-image:linear-gradient(to bottom,#aa076b,#61045f)}to{background-position:0% 50%;background-image:linear-gradient(to top,#ef629f,#42275a)}}.confetti{display:flex;justify-content:center;align-items:center;position:absolute;width:100%;height:50%;overflow:hidden;z-index:1000;pointer-events:none}.confetti-piece{position:absolute;width:10px;height:20px;background-color:#ffb01f;top:0;opacity:0;animation:makeItRain 3s infinite ease-in-out}@keyframes makeItRain{0%{opacity:0}50%{opacity:1}to{transform:translateY(200px)}}.confetti-piece:nth-child(1){background-color:#ffb01f;left:70%;transform:rotate(-10deg);animation-delay:182ms;animation-duration:2s}.confetti-piece:nth-child(2){background-color:#0f0;left:10%;transform:rotate(-30deg);animation-delay:.4s;animation-duration:2.5s}.confetti-piece:nth-child(3){background-color:#ff0;left:75%;transform:rotate(20deg);animation-delay:.6s;animation-duration:3s}.confetti-piece:nth-child(4){background-color:#0ff;left:80%;transform:rotate(10deg);animation-delay:.8s;animation-duration:3.5s}.confetti-piece:nth-child(5){background-color:#00f;left:25%;transform:rotate(0);animation-delay:1s;animation-duration:4s}.confetti-piece:nth-child(6){background-color:#f0f;left:90%;transform:rotate(-20deg);animation-delay:1.2s;animation-duration:4.5s}.confetti-piece:nth-child(7){background-color:red;left:35%;transform:rotate(10deg);animation-delay:1.4s;animation-duration:5s}.confetti-piece:nth-child(8){background-color:#80ff00;left:80%;transform:rotate(30deg);animation-delay:1.6s;animation-duration:5.5s}.confetti-piece:nth-child(9){background-color:#00ff80;left:45%;transform:rotate(15deg);animation-delay:1.8s;animation-duration:6s}.confetti-piece:nth-child(10){background-color:#0080ff;left:50%;transform:rotate(25deg);animation-delay:2s;animation-duration:6.5s}.card{min-height:15vh;background:#f9f9f9;border-radius:5px;box-shadow:0 1px 4px #0000001a,0 2px 3px #0000001a;margin:10px;padding:0 10px}.card-wrapper{display:inline-flex;flex-wrap:nowrap;align-items:center;width:100%}.card-icon{width:20%}.icon-cart-box{width:3em;height:3em;border-radius:50%;text-align:center;padding:15px 0;margin:0 auto;display:flex;justify-content:center;align-items:center}.bx{color:#fff;font-size:20px}.card-content{width:80%}.card-title-wrapper{display:inline-flex;flex-wrap:nowrap;align-items:baseline;width:100%}.card-title{width:95%;font-size:.8em;font-weight:600;color:#333;padding:20px 0 0 10px}.product-subtitle{font-size:.8em;font-weight:600;color:#333;padding:0 0 10px 10px}.card-action{width:5%;text-align:right;padding:0 30px}.card-value{display:flex;flex-direction:row;justify-content:space-between;width:90%}.card-action svg{cursor:pointer;fill:#0003;transition:.3s ease-in-out}.card-action svg:hover{fill:#0009}.product-name{font-size:.8em;color:#757575;padding:10px 0 0 10px}.product-date{font-size:.6em;color:#757575;padding:10px 0 0 10px}.product-price{font-size:.9em;font-weight:600;color:#333;padding:10px 0 10px 10px}.results-summary-container__result{display:flex;flex-direction:column;text-align:center;align-items:center;justify-content:center;padding:20px 10px;background-image:linear-gradient(to bottom,#33ad1a,#02460e);position:relative;width:100%}.containerTitle{width:97%;display:flex;justify-content:space-between}@media (max-width: 600px){.containerTitle{display:flex;flex-direction:column;justify-content:center;align-items:center}}.content-box{display:flex;justify-content:center;flex-wrap:wrap;gap:40px}.result-box-estandar,.result-box-premium{width:250px;height:200px;border-radius:10px;display:flex;flex-direction:column;align-items:center;justify-content:center;cursor:pointer;position:relative}.result-box-estandar{background-image:linear-gradient(-45deg,#32ad1abd,#02460e)}.result-box-premium{background-image:linear-gradient(-45deg,#d7fd00d2,#f8b600c9)}.result{margin-top:12px;font-size:14px;font-weight:400;color:#f7f7f7;line-height:1.6}.heading-primary,.heading-secondary,.heading-tertiary{color:#fff;text-transform:capitalize;text-transform:uppercase;letter-spacing:1px}.heading-primary{font-size:36px;font-weight:700;background-image:linear-gradient(to right,#d7fd00,#f8b600);-webkit-background-clip:text;-webkit-text-fill-color:transparent;transform:scale(1.4)}.heading-primary-premium{font-size:36px;font-weight:700;background-image:linear-gradient(to right,#02460e,#32ad1a);-webkit-background-clip:text;-webkit-text-fill-color:transparent;transform:scale(1.4)}.heading-secondary{font-size:24px;font-weight:700;margin-top:15px;color:#fff;letter-spacing:1px}.heading-tertiary{font-size:20px;font-weight:500;margin-bottom:20px;color:#ebf1ff}.heading-tertiary2{font-size:10px;font-weight:500;color:#ebf1ff}@media (max-width: 600px){.heading-tertiary2{margin-bottom:10px}}.paragraph{font-size:17px;margin-top:25px;line-height:1.6;color:#ebf1ff}.ribbon{width:270px;position:absolute;margin-top:170px;text-align:center;font-size:20px!important;background:#d64b4b;background:-webkit-gradient(linear,left top,left bottom,from(#d64b4b),to(#ab2c2c));background:-webkit-linear-gradient(top,#d64b4b,#ab2c2c);background:-moz-linear-gradient(top,#d64b4b,#ab2c2c);background:-ms-linear-gradient(top,#d64b4b,#ab2c2c);background:-o-linear-gradient(top,#d64b4b,#ab2c2c);background-image:-ms-linear-gradient(top,#d64b4b 0%,#ab2c2c 100%);-webkit-box-shadow:rgba(0,0,0,.3) 0 1px 1px;-moz-box-shadow:rgba(0,0,0,.3) 0 1px 1px;box-shadow:#0000004d 0 1px 1px;font-family:Helvetica Neue,Helvetica,sans-serif}.ribbon span{font-size:25px!important;color:#801111;text-shadow:#d65c5c 0 1px 0;margin:0;padding:19px 10px}.ribbon:before,.ribbon:after{content:"";position:absolute;display:block;bottom:-1em;border:1.5em solid #c23a3a;z-index:-1}.ribbon:before{left:-2em;border-right-width:1.5em;border-left-color:transparent;-webkit-box-shadow:rgba(0,0,0,.4) 1px 1px 1px;-moz-box-shadow:rgba(0,0,0,.4) 1px 1px 1px;box-shadow:#0006 1px 1px 1px}.ribbon:after{right:-2em;border-left-width:1.5em;border-right-color:transparent;-webkit-box-shadow:rgba(0,0,0,.4) -1px 1px 1px;-moz-box-shadow:rgba(0,0,0,.4) -1px 1px 1px;box-shadow:#0006 -1px 1px 1px}.ribbon .ribbon-content:before,.ribbon .ribbon-content:after{border-color:#871616 transparent transparent transparent;position:absolute;display:block;border-style:solid;bottom:-1em;content:""}.ribbon .ribbon-content:before{left:0;border-width:1em 0 0 1em}.ribbon .ribbon-content:after{right:0;border-width:1em 1em 0 0}.ribbon-stitches-top{margin-top:2px;border-top:1px dashed rgba(0,0,0,.2);-moz-box-shadow:0px 0px 2px rgba(0,0,0,.5);-webkit-box-shadow:0px 0px 2px rgba(0,0,0,.5);box-shadow:0 0 2px #ffffff80}.ribbon-stitches-bottom{margin-bottom:2px;border-top:1px dashed rgba(0,0,0,.2);-moz-box-shadow:0px 0px 2px rgba(0,0,0,.3);-webkit-box-shadow:0px 0px 2px rgba(0,0,0,.3);box-shadow:0 0 2px #ffffff4d}.ContainerButtonWhts,.ContainerButtomGiveaways{display:flex;flex-direction:column;position:fixed;bottom:8vh;right:.5rem;z-index:1000}.ContainerButtonWhts>*:not(style),.ContainerButtomGiveaways>*:not(style){margin:1px;width:56px;height:56px}.ContainerButtomGiveaways{bottom:18vh}.btn{border:none;width:250px;height:auto;border-radius:1em;display:flex;justify-content:center;align-items:center;gap:12px;background:#02460e;cursor:pointer;transition:all 2ms ease-in-out}.sparkle{fill:#e7e5e5;transition:all .2s ease}.text{font-weight:600;color:#e7e5e5;font-size:medium}.btn:hover{background:linear-gradient(-45deg,#32ad1abd,#02460e);box-shadow:inset 0 1px #fff6,inset 0 -4px #0003,0 0 0 4px #fff3,0 0 180px #9917ff;transform:translateY(-2px)}.btn:hover .text{color:#fff}.btn:hover .sparkle{fill:#fff;transform:scale(1.2)}:root{--primary-color: hsl(110, 76%, 22%)}.results-summary-container__options{padding:0 0 25px 20px;overflow-y:scroll;width:100%}.heading-secondary{font-size:24px;font-weight:700;color:var(--primary-color);text-align:center;margin-bottom:20px}.heading-secondary--blue{color:var(--primary-color)}.summary-result-options{display:flex;flex-direction:column;gap:10px;padding-bottom:2rem}.result-option{width:100%;background-color:#f0fff1;display:flex;justify-content:space-between;align-items:center;padding:10px;border-radius:3px;cursor:pointer}.icon-box{display:flex;font-size:16px;align-items:center;gap:2px}.icon-box .establishment-text{font-size:18px}.icon-box .establishment-memberShip,.icon-box .establishment-date{font-size:12px}.reaction-icon-text{color:#ff5757}.memory-icon-text{color:#ffb01f}.verbal-icon-text{color:#00bd91}.visual-icon-text{color:#1125d4}.result-box{font-size:14px;color:#c8c7ff;font-weight:700}.result-box span{font-size:14px;color:#303b5a}.modalView{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:35%;height:auto;background-color:#fff;border-radius:.5rem;box-shadow:24;padding:4}@media (max-width: 1000px){.modalView{width:45%}}@media (max-width: 600px){.modalView{width:65%}}@media (max-width: 600px){.modalView{width:75%}}@media (max-width: 400px){.modalView{width:85%}}@media (max-width: 300px){.modalView{width:90%}}.containerCard{background-color:#00bf62;border-radius:10px;padding:30px;box-shadow:0 2px 5px #0003;height:auto;display:flex;flex-direction:column;text-align:center}.header{border-top-left-radius:10px;border-top-right-radius:10px;display:flex;flex-direction:column;align-items:center}.header span{font-size:2em;font-weight:600;margin:0;color:#ff914c;text-shadow:-2px -2px 0 #fff,2px -2px 0 #fff,-2px 2px 0 #fff,2px 2px 0 #fff}@media (max-width: 300px){.header span{font-size:1.5em}}.header img{width:280px;height:auto;object-fit:contain}@media (max-width: 300px){.header img{width:100%}}.description{background-color:#ff914c;padding:10px 0;border-radius:5px;margin-bottom:20px}@media (max-width: 260px){.description{margin-bottom:10px;padding:5px 0}}.description span{color:#fff;font-size:20px}@media (max-width: 410px){.description span{font-size:15px}}@media (max-width: 260px){.description span{font-size:12px}}.imagen{background-color:#a3e8c7;padding:7px;border-radius:25px}.imagen .prize{display:flex;justify-content:start;align-items:center;margin:20px 0}.imagen i{color:#ff914c;font-size:50px}@media (max-width: 260px){.imagen i{font-size:30px}}.imagen span{font-weight:700}@media (max-width: 300px){.imagen span{font-size:.8em}}.imagen img{width:230px;height:230px;object-fit:contain}@media (max-width: 700px){.imagen img{width:180px;height:180px}}@media (max-width: 600px){.imagen img{width:250px;height:250px}}@media (max-width: 430px){.imagen img{width:180px;height:180px}}@media (max-width: 300px){.imagen img{width:150px;height:150px}}.countdown{background-color:#ff914c;color:#fff;width:100px;height:100px;display:flex;flex-direction:column;justify-content:center;border-radius:100px;margin:-7rem 0 0;position:absolute}@media (max-width: 700px){.countdown{width:90px;height:90px;margin-top:-6rem;margin-left:-2rem}}@media (max-width: 300px){.countdown{width:80px;height:80px;margin-top:-5rem;margin-left:-2rem}}.countdown span{color:#fff}.countdown h2{font-size:1em;color:#fff;text-shadow:-0px -0px 0 #7a787850,0px -0px 0 #7a787850,-5px 5px 0 #7a787850,0px 0px 0 #fff}@media (max-width: 700px){.countdown h2{font-size:.9em}}@media (max-width: 300px){.countdown h2{font-size:.8em}}.steps{display:flex;justify-content:space-between}.step{background-color:#ff914c;padding:15px;border-radius:10px;flex:1;margin:0 10px;text-align:center;color:#fff}.step p{margin:5px 0;font-size:12px}.containerBody{background-color:#a3e8c7;padding:7px;border-radius:25px;height:55vh}.containerScratch{width:31em;height:31em;position:relative;transform:translate(-50%,-50%);top:50%;left:50%;border-radius:.6em}.base,#scratch{height:300px;width:300px;position:absolute;transform:translate(-50%,-50%);top:50%;left:50%;text-align:center;cursor:grabbing;border-radius:.3em}@media (max-width: 850px){.base,#scratch{height:230px;width:230px}}@media (max-width: 700px){.base,#scratch{height:200px;width:200px}}@media (max-width: 300px){.base,#scratch{height:180px;width:180px}}.base{background-color:#fff;font-family:Poppins,sans-serif;display:flex;flex-direction:column;align-items:center;justify-content:center;box-shadow:0 1.2em 2.5em #10026026}.base h3{font-weight:600;font-size:1.5em;color:#028545}.base img{width:200px;height:200px;object-fit:contain}@media (max-width: 850px){.base img{height:170px;width:170px}}@media (max-width: 700px){.base img{height:150px;width:150px}}@media (max-width: 300px){.base img{height:130px;width:130px}}.base h4{font-weight:400;color:#08c067}#scratch{-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none;-webkit-user-select:none;user-select:none}.results-summary-container{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:center;gap:16px;padding:16px;position:relative}.link-icon{display:flex;flex-direction:column;flex:1 1 calc(25% - 32px);max-width:200px;min-width:250px;text-decoration:none;color:inherit}.card{background-color:#fff;border-radius:8px;box-shadow:10px 10px 10px 10px #0000001a;overflow:hidden;flex:1 1 100%;display:flex;height:400px;flex-direction:column;justify-content:space-between;transition:transform .3s ease-in-out}.card:hover{transform:scale(1.05)}.card-img{height:150px;margin-top:15px;border:rgba(0,0,0,.1) 1px solid;display:flex;align-items:center;justify-content:center}.card-info{padding-bottom:15px}.card-info-content{display:flex;align-items:center;justify-content:space-between}.text-title{font-size:1rem;color:#035533;font-weight:700}.text-body{font-size:1rem;color:#666}@media (max-width: 768px){.link-icon{flex:1 1 calc(50% - 32px);max-width:calc(50% - 32px)}}@media (max-width: 480px){.link-icon{flex:1 1 100%;max-width:100%}}
