@import"https://fonts.googleapis.com/css2?family=Poppins:wght@200;400;500&display=swap";@import"https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@300;400;500;600;700&display=swap";@import"https://fonts.googleapis.com/css2?family=Montserrat:wght@200;300;400;500;600;700&display=swap";@import"https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700;900&display=swap";@import"https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700;800&display=swap";@import"https://fonts.googleapis.com/css2?family=DM+Sans:opsz,wght@9..40,100;9..40,200;9..40,300;9..40,400;9..40,500;9..40,600;9..40,700;9..40,800;9..40,900&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)}}._dashboardContainer_16cz3_1{width:100vw;height:100vh;display:flex;background:#f5f6f7}._dashboardContainer_16cz3_1 ._sidebar_16cz3_7{width:14.64vw;height:100%;padding:2rem 1rem 1rem;flex-shrink:0;background:var(--c4);display:flex;flex-direction:column;overflow:hidden}._dashboardContainer_16cz3_1 ._sidebar_16cz3_7 ._Logo_16cz3_17{width:100%;flex-shrink:0;margin-bottom:1rem;cursor:pointer}._dashboardContainer_16cz3_1 ._sidebar_16cz3_7 ._Logo_16cz3_17 img{width:100%;object-fit:contain}._dashboardContainer_16cz3_1 ._sidebar_16cz3_7 ._menu_16cz3_27{width:100%;flex:1;overflow:hidden;overflow-y:scroll}._dashboardContainer_16cz3_1 ._sidebar_16cz3_7 ._menu_16cz3_27 ._items_16cz3_33{width:100%;height:3.5rem;display:flex;padding:0 1rem;justify-content:flex-start;align-items:center;gap:.5rem;cursor:pointer;transition:all ease .3s;margin-bottom:.5rem;border-radius:.5rem}._dashboardContainer_16cz3_1 ._sidebar_16cz3_7 ._menu_16cz3_27 ._items_16cz3_33 svg{width:1.25rem;height:1.25rem;color:var(--c1)}._dashboardContainer_16cz3_1 ._sidebar_16cz3_7 ._menu_16cz3_27 ._items_16cz3_33 p{color:var(--c2);font-family:var(--f1);font-size:1.1rem;font-style:normal;font-weight:500;letter-spacing:.1px}._dashboardContainer_16cz3_1 ._sidebar_16cz3_7 ._menu_16cz3_27 ._items_16cz3_33:hover{background-color:var(--c1v2);scale:1.05}._dashboardContainer_16cz3_1 ._sidebar_16cz3_7 ._menu_16cz3_27 ._items_16cz3_33._activeItem_16cz3_63{background:var(--c1)}._dashboardContainer_16cz3_1 ._sidebar_16cz3_7 ._menu_16cz3_27 ._items_16cz3_33._activeItem_16cz3_63 svg{color:var(--c2)}._dashboardContainer_16cz3_1 ._sidebar_16cz3_7 ._menu_16cz3_27 ._items_16cz3_33._activeItem_16cz3_63 p{color:#fff}._dashboardContainer_16cz3_1 ._sidebar_16cz3_7 ._menu_16cz3_27 ._items_16cz3_33._activeItem_16cz3_63:hover{background:var(--c1);transform:scale(1.04)}._dashboardContainer_16cz3_1 ._content_16cz3_76{flex:1;display:flex;flex-direction:column;overflow:hidden}._dashboardContainer_16cz3_1 ._content_16cz3_76 ._navbar_16cz3_82{display:flex;width:100%;height:4.5rem;padding:1.48rem 2rem;justify-content:flex-end;align-items:center;background:var(--c4)}._dashboardContainer_16cz3_1 ._content_16cz3_76 ._navbar_16cz3_82 ._search_16cz3_91{width:15rem;height:3rem;padding:0 1rem;display:flex;align-items:center;gap:.6rem;flex-shrink:0;border-radius:.21rem;background:var(--c1v2)}._dashboardContainer_16cz3_1 ._content_16cz3_76 ._navbar_16cz3_82 ._search_16cz3_91 svg{margin-top:.2rem;width:1.5rem;height:1.5rem;cursor:pointer;color:var(--c2)}._dashboardContainer_16cz3_1 ._content_16cz3_76 ._navbar_16cz3_82 ._search_16cz3_91 input{width:100%;height:100%;border:none;background:transparent;outline:none;color:var(--c2)}._dashboardContainer_16cz3_1 ._content_16cz3_76 ._navbar_16cz3_82 ._languageNotification_16cz3_117{display:flex;justify-content:center;align-items:center;height:3.7rem;gap:.83rem}._dashboardContainer_16cz3_1 ._content_16cz3_76 ._navbar_16cz3_82 ._languageNotification_16cz3_117 ._language_16cz3_117{display:flex;padding:.37rem .26rem .37rem .63rem;justify-content:flex-end;align-items:center;width:8rem;height:2rem;border-radius:.3rem;background:transparent;outline:none;color:var(--c2);font-size:1rem}._dashboardContainer_16cz3_1 ._content_16cz3_76 ._navbar_16cz3_82 ._languageNotification_16cz3_117 ._language_16cz3_117 option{color:var(--c1);background:var(--c4);font-family:var(--f4);font-size:1rem;font-style:normal;font-weight:400;line-height:1.85vh}._dashboardContainer_16cz3_1 ._content_16cz3_76 ._navbar_16cz3_82 ._languageNotification_16cz3_117 ._notification_16cz3_146{width:2rem;cursor:pointer}._dashboardContainer_16cz3_1 ._content_16cz3_76 ._navbar_16cz3_82 ._languageNotification_16cz3_117 ._notification_16cz3_146 svg{width:100%;height:100%;color:var(--c1)}._dashboardContainer_16cz3_1 ._content_16cz3_76 ._navbar_16cz3_82 ._languageNotification_16cz3_117 ._profilePic_16cz3_155{width:2rem;flex-shrink:0;border-radius:50%;cursor:pointer}._dashboardContainer_16cz3_1 ._content_16cz3_76 ._navbar_16cz3_82 ._languageNotification_16cz3_117 ._profilePic_16cz3_155 svg{width:100%;height:100%;border-radius:50%;color:var(--c1)}._dashboardContainer_16cz3_1 ._content_16cz3_76 ._mainSection_16cz3_167{flex:1;overflow:hidden}._LoadingIndicator_qnnxx_1{width:100%;height:100vh;overflow:hidden;display:flex;align-items:center;justify-content:center;background:#000;position:relative}._Dashboard_1qdql_1{height:100%;width:100%;padding:3rem 2rem;display:flex;flex-wrap:wrap;column-gap:1rem;row-gap:2rem;overflow-y:scroll}._cardContainer_1qdql_12{width:24%;height:13rem;display:flex;flex-direction:column;justify-content:space-around;border:1px solid var(--c1v2);border-radius:.3rem;box-shadow:0 0 5px 3px #00000040;transition:transform .3s ease}._cardContainer_1qdql_12:hover{transform:scale(1.03)}._cardContainer_1qdql_12 ._upperSection_1qdql_26{flex:1.7;display:flex;align-items:center;justify-content:space-between;padding:.4rem .7rem}._cardContainer_1qdql_12 ._upperSection_1qdql_26 ._details_1qdql_33{display:flex;flex-direction:column;gap:.2rem}._cardContainer_1qdql_12 ._upperSection_1qdql_26 img{height:6rem;aspect-ratio:1/1}._cardContainer_1qdql_12 ._line_1qdql_42{height:.4rem;width:100%;display:flex;align-items:center;justify-content:center;margin:.3rem 0}._cardContainer_1qdql_12 ._line_1qdql_42 hr{height:100%;width:90%;object-fit:cover;object-position:center}._cardContainer_1qdql_12 ._lowerSection_1qdql_56{flex:1;justify-content:center;display:flex;align-items:center;gap:1vw;padding:.3rem .5rem}._cardContainer_1qdql_12 ._lowerSection_1qdql_56 button{background-color:var(--c1);padding:.3rem .5rem;cursor:pointer;border:none;color:var(--c2);transition:all ease .3s;white-space:nowrap;border-radius:.2vw}._cardContainer_1qdql_12 ._lowerSection_1qdql_56 button:hover{scale:1.1;background-color:var(--c4);color:var(--c2)}._AdmissionForms_13daz_1{height:calc(100vh - 4.5rem);width:100%;display:flex;flex-direction:column;align-items:center;position:relative;overflow:hidden}._AdmissionForms_13daz_1 h1{padding:2vh 0;align-self:start;margin-left:2.3vw;color:#191b1c;font-family:var(--f1);font-size:1.25vw;font-style:normal;font-weight:600;line-height:2.13vh}._AdmissionForms_13daz_1 h4{padding-bottom:1vh;align-self:start;margin-left:2.3vw;color:#999;font-family:var(--f1);font-size:.63vw;font-style:normal;font-weight:400;line-height:1.85vh}._AdmissionForms_13daz_1 ._ContentWrapper_13daz_32{width:100%;flex:1;border-radius:.42vw .42vw 0px 0px;overflow:hidden;display:flex;flex-direction:column}._AdmissionForms_13daz_1 ._ContentWrapper_13daz_32 ._heading_13daz_40{width:100%;display:flex;padding:1.11vh 1.25vw;align-items:center;justify-content:space-between}._AdmissionForms_13daz_1 ._ContentWrapper_13daz_32 ._heading_13daz_40 ._ButtonWrapper_13daz_47{display:flex;gap:2rem;align-items:center}._AdmissionForms_13daz_1 ._ContentWrapper_13daz_32 ._heading_13daz_40 ._ButtonWrapper_13daz_47 button{cursor:pointer;padding:.7vh 1.2vw;background-color:var(--c1);color:var(--c2);border:none;border-radius:.2vw;transition:all ease .3s;font-family:var(--f1)}._AdmissionForms_13daz_1 ._ContentWrapper_13daz_32 ._heading_13daz_40 ._ButtonWrapper_13daz_47 button:hover,._AdmissionForms_13daz_1 ._ContentWrapper_13daz_32 ._heading_13daz_40 ._ButtonWrapper_13daz_47 button._active_13daz_67{background-color:var(--c1v2);color:var(--b3);transform:scale(1.1)}._AdmissionForms_13daz_1 ._ContentWrapper_13daz_32 ._heading_13daz_40 ._ButtonWrapper_13daz_47 button._refresh_13daz_72{background-color:var(--c4);color:var(--c2)}._AdmissionForms_13daz_1 ._ContentWrapper_13daz_32 ._heading_13daz_40 ._ButtonWrapper_13daz_47 button._refresh_13daz_72:hover{background-color:var(--c4v2);color:var(--c2);transform:scale(1.1)}._AdmissionForms_13daz_1 ._ContentWrapper_13daz_32 ._heading_13daz_40 ._ButtonWrapper_13daz_47 ._SelectField_13daz_81{width:max-content;display:flex;align-items:center;gap:.5rem;position:relative}._AdmissionForms_13daz_1 ._ContentWrapper_13daz_32 ._heading_13daz_40 ._ButtonWrapper_13daz_47 ._SelectField_13daz_81 ._selectTime_13daz_88{display:flex;padding:.7vh 1.2vw;width:10rem;gap:1rem;align-items:center;justify-content:space-between;border-radius:.33688rem;background-color:var(--c1v2)}._AdmissionForms_13daz_1 ._ContentWrapper_13daz_32 ._heading_13daz_40 ._ButtonWrapper_13daz_47 ._SelectField_13daz_81 ._selectTime_13daz_88 h4{color:var(--b3);font-size:1.1rem;font-style:normal;font-weight:500;line-height:100%;border:none;transition:all ease .3s;font-family:var(--f1);margin:0;padding:0;align-self:center}._AdmissionForms_13daz_1 ._ContentWrapper_13daz_32 ._heading_13daz_40 ._ButtonWrapper_13daz_47 ._SelectField_13daz_81 ._selectTime_13daz_88 img{width:1.5rem;height:1.5rem;cursor:pointer}._AdmissionForms_13daz_1 ._ContentWrapper_13daz_32 ._heading_13daz_40 ._ButtonWrapper_13daz_47 ._SelectField_13daz_81 ._menu_13daz_118{width:7.25rem;box-shadow:0 4px 4px #00000040;display:flex;flex-direction:column;z-index:2;position:absolute;right:1rem;top:2.7rem;border-radius:.2vw;overflow:hidden}._AdmissionForms_13daz_1 ._ContentWrapper_13daz_32 ._heading_13daz_40 ._ButtonWrapper_13daz_47 ._SelectField_13daz_81 ._menu_13daz_118 p{flex:1;padding:.7rem 1rem;color:var(--c2);font-family:var(--f1);font-size:.875rem;font-style:normal;font-weight:300;line-height:140%;display:flex;align-items:center;justify-content:center;background-color:var(--c1);cursor:pointer}._AdmissionForms_13daz_1 ._ContentWrapper_13daz_32 ._heading_13daz_40 ._ButtonWrapper_13daz_47 ._SelectField_13daz_81 ._menu_13daz_118 p:hover{background-color:var(--c1v2);color:var(--b3)}._AdmissionForms_13daz_1 ._ContentWrapper_13daz_32 ._heading_13daz_40 ._AddDeveloper_13daz_150{cursor:pointer;padding:.7rem 1.4rem;background-color:var(--c1);color:var(--c2);border:none;border-radius:.2vw;transition:all ease .3s;font-family:var(--f1)}._AdmissionForms_13daz_1 ._ContentWrapper_13daz_32 ._heading_13daz_40 ._AddDeveloper_13daz_150:hover{background-color:var(--c1v2);color:var(--c1v2);transform:scale(1.1);color:var(--c3)}._AdmissionForms_13daz_1 ._ContentWrapper_13daz_32 ._subHeading_13daz_166{width:100%;height:3.3rem;flex-shrink:0;opacity:.9;background:var(--c1);display:flex;align-items:center;padding:0 1rem}._AdmissionForms_13daz_1 ._ContentWrapper_13daz_32 ._subHeading_13daz_166>div{display:flex;align-items:center;justify-content:center;color:var(--c3);font-family:var(--f2);font-size:1.1rem;font-style:normal;font-weight:500;line-height:100%;text-transform:uppercase}._AdmissionForms_13daz_1 ._ContentWrapper_13daz_32 ._subHeading_13daz_166 ._userId_13daz_188{flex:.4}._AdmissionForms_13daz_1 ._ContentWrapper_13daz_32 ._subHeading_13daz_166 ._Name_13daz_191{flex:1}._AdmissionForms_13daz_1 ._ContentWrapper_13daz_32 ._subHeading_13daz_166 ._Email_13daz_194{flex:1.5}._AdmissionForms_13daz_1 ._ContentWrapper_13daz_32 ._subHeading_13daz_166 ._Phone_13daz_197,._AdmissionForms_13daz_1 ._ContentWrapper_13daz_32 ._subHeading_13daz_166 ._Skills_13daz_200{flex:1}._AdmissionForms_13daz_1 ._ContentWrapper_13daz_32 ._subHeading_13daz_166 ._Description_13daz_203{flex:2}._AdmissionForms_13daz_1 ._ContentWrapper_13daz_32 ._subHeading_13daz_166 ._Date_13daz_206{flex:1}._AdmissionForms_13daz_1 ._ContentWrapper_13daz_32 ._supportCards_13daz_209{flex:1;padding:1rem;overflow-y:scroll}._AdmissionForms_13daz_1 ._ContentWrapper_13daz_32 ._pagination_13daz_214{display:flex;width:100%;height:8.1481vh;padding:24px;justify-content:space-between;align-items:center;border-radius:0px 0px .42vw .42vw;background:#fff}._AdmissionForms_13daz_1 ._ContentWrapper_13daz_32 ._pagination_13daz_214 ._pageButtons_13daz_224{display:flex}._AdmissionForms_13daz_1 ._ContentWrapper_13daz_32 ._pagination_13daz_214 ._pageButtons_13daz_224 ._leftArrow_13daz_227,._AdmissionForms_13daz_1 ._ContentWrapper_13daz_32 ._pagination_13daz_214 ._pageButtons_13daz_224 ._rightArrow_13daz_228{width:2.08vw;aspect-ratio:1/1;display:flex;align-items:center;justify-content:center;border:none;background:transparent;cursor:pointer}._AdmissionForms_13daz_1 ._ContentWrapper_13daz_32 ._pagination_13daz_214 ._pageButtons_13daz_224 ._leftArrow_13daz_227 img,._AdmissionForms_13daz_1 ._ContentWrapper_13daz_32 ._pagination_13daz_214 ._pageButtons_13daz_224 ._rightArrow_13daz_228 img{height:100%;width:100%}._AdmissionForms_13daz_1 ._ContentWrapper_13daz_32 ._pagination_13daz_214 ._pageButtons_13daz_224 ._pages_13daz_243{display:flex;padding:0 1vw;gap:.5vw}._AdmissionForms_13daz_1 ._ContentWrapper_13daz_32 ._pagination_13daz_214 ._pageButtons_13daz_224 ._pages_13daz_243 ._buttons_13daz_248{width:2.08vw;aspect-ratio:1/1;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#626c70;text-align:center;font-family:Public Sans;font-size:.73vw;font-style:normal;font-weight:600;line-height:1.85vh}._AdmissionForms_13daz_1 ._ContentWrapper_13daz_32 ._pagination_13daz_214 ._pageButtons_13daz_224 ._pages_13daz_243 ._active_13daz_67{background-color:var(--c1);color:var(--c2)}._ApplicationCard_13daz_268{width:100%;min-height:6rem;display:flex;align-items:center;justify-content:space-around;cursor:pointer;margin-bottom:1rem;border-radius:1rem;box-shadow:0 0 5px 3px var(--c1v2)}._ApplicationCard_13daz_268>div{width:100%;height:100%;overflow:hidden;padding:.5rem 0;display:flex;align-items:center;justify-content:center;gap:.5rem;color:var(--c4);font-family:var(--f3);font-size:1rem;font-style:normal;font-weight:400}._ApplicationCard_13daz_268 ._userId_13daz_188{flex:.4}._ApplicationCard_13daz_268 ._Name_13daz_191{flex:1}._ApplicationCard_13daz_268 ._Email_13daz_194{flex:1.5}._ApplicationCard_13daz_268 ._Phone_13daz_197,._ApplicationCard_13daz_268 ._Skills_13daz_200{flex:1}._ApplicationCard_13daz_268 ._Description_13daz_203{flex:2}._ApplicationCard_13daz_268 ._Date_13daz_206{flex:1}._AdmissionForms_1i6hn_1{height:calc(100vh - 4.5rem);width:100%;display:flex;flex-direction:column;align-items:center;position:relative;overflow:hidden}._AdmissionForms_1i6hn_1 h1{padding:2vh 0;align-self:start;margin-left:2.3vw;color:#191b1c;font-family:var(--f1);font-size:1.25vw;font-style:normal;font-weight:600;line-height:2.13vh}._AdmissionForms_1i6hn_1 h4{padding-bottom:1vh;align-self:start;margin-left:2.3vw;color:#999;font-family:var(--f1);font-size:.63vw;font-style:normal;font-weight:400;line-height:1.85vh}._AdmissionForms_1i6hn_1 ._paymentHistory_1i6hn_32{width:100%;flex:1;border-radius:.42vw .42vw 0px 0px;overflow:hidden;display:flex;flex-direction:column}._AdmissionForms_1i6hn_1 ._paymentHistory_1i6hn_32 ._heading_1i6hn_40{width:100%;display:flex;padding:1.11vh 1.25vw;align-items:center;justify-content:space-between}._AdmissionForms_1i6hn_1 ._paymentHistory_1i6hn_32 ._heading_1i6hn_40 ._ButtonWrapper_1i6hn_47{display:flex;gap:2rem;align-items:center}._AdmissionForms_1i6hn_1 ._paymentHistory_1i6hn_32 ._heading_1i6hn_40 ._ButtonWrapper_1i6hn_47 button{cursor:pointer;padding:.7vh 1.2vw;background-color:var(--c1);color:#fff;border:none;border-radius:.2vw;transition:all ease .3s;font-family:var(--f1)}._AdmissionForms_1i6hn_1 ._paymentHistory_1i6hn_32 ._heading_1i6hn_40 ._ButtonWrapper_1i6hn_47 button:hover,._AdmissionForms_1i6hn_1 ._paymentHistory_1i6hn_32 ._heading_1i6hn_40 ._ButtonWrapper_1i6hn_47 button._active_1i6hn_67{background-color:var(--c1v2);color:#606666;transform:scale(1.1)}._AdmissionForms_1i6hn_1 ._paymentHistory_1i6hn_32 ._heading_1i6hn_40 ._ButtonWrapper_1i6hn_47 button._refresh_1i6hn_72{background-color:var(--c4);color:#fff}._AdmissionForms_1i6hn_1 ._paymentHistory_1i6hn_32 ._heading_1i6hn_40 ._ButtonWrapper_1i6hn_47 button._refresh_1i6hn_72:hover{background-color:var(--c4v2);color:#fff;transform:scale(1.1)}._AdmissionForms_1i6hn_1 ._paymentHistory_1i6hn_32 ._heading_1i6hn_40 ._AddDeveloper_1i6hn_81{cursor:pointer;padding:.7rem 1.4rem;background-color:var(--c1);color:#fff;border:none;border-radius:.2vw;transition:all ease .3s;font-family:var(--f1)}._AdmissionForms_1i6hn_1 ._paymentHistory_1i6hn_32 ._heading_1i6hn_40 ._AddDeveloper_1i6hn_81:hover{background-color:var(--c1v2);color:var(--c1v2);transform:scale(1.1);color:var(--c3)}._AdmissionForms_1i6hn_1 ._paymentHistory_1i6hn_32 ._subHeading_1i6hn_97{width:100%;height:3.3rem;flex-shrink:0;opacity:.9;background:var(--c1);display:flex;align-items:center;padding:0 1rem}._AdmissionForms_1i6hn_1 ._paymentHistory_1i6hn_32 ._subHeading_1i6hn_97 ._userId_1i6hn_107{flex:.4}._AdmissionForms_1i6hn_1 ._paymentHistory_1i6hn_32 ._subHeading_1i6hn_97 ._Name_1i6hn_110,._AdmissionForms_1i6hn_1 ._paymentHistory_1i6hn_32 ._subHeading_1i6hn_97 ._Profession_1i6hn_113,._AdmissionForms_1i6hn_1 ._paymentHistory_1i6hn_32 ._subHeading_1i6hn_97 ._Description_1i6hn_116,._AdmissionForms_1i6hn_1 ._paymentHistory_1i6hn_32 ._subHeading_1i6hn_97 ._Skills_1i6hn_119,._AdmissionForms_1i6hn_1 ._paymentHistory_1i6hn_32 ._subHeading_1i6hn_97 ._Exp_1i6hn_122,._AdmissionForms_1i6hn_1 ._paymentHistory_1i6hn_32 ._subHeading_1i6hn_97 ._Location_1i6hn_125{flex:1}._AdmissionForms_1i6hn_1 ._paymentHistory_1i6hn_32 ._subHeading_1i6hn_97 ._userId_1i6hn_107,._AdmissionForms_1i6hn_1 ._paymentHistory_1i6hn_32 ._subHeading_1i6hn_97 ._Name_1i6hn_110,._AdmissionForms_1i6hn_1 ._paymentHistory_1i6hn_32 ._subHeading_1i6hn_97 ._Profession_1i6hn_113,._AdmissionForms_1i6hn_1 ._paymentHistory_1i6hn_32 ._subHeading_1i6hn_97 ._Description_1i6hn_116,._AdmissionForms_1i6hn_1 ._paymentHistory_1i6hn_32 ._subHeading_1i6hn_97 ._Skills_1i6hn_119,._AdmissionForms_1i6hn_1 ._paymentHistory_1i6hn_32 ._subHeading_1i6hn_97 ._Exp_1i6hn_122,._AdmissionForms_1i6hn_1 ._paymentHistory_1i6hn_32 ._subHeading_1i6hn_97 ._Location_1i6hn_125{display:flex;align-items:center;justify-content:center;color:var(--c2);font-family:var(--f2);font-size:1.1rem;font-style:normal;font-weight:500;text-transform:uppercase}._AdmissionForms_1i6hn_1 ._paymentHistory_1i6hn_32 ._supportCards_1i6hn_145{flex:1;padding:1rem;overflow-y:scroll}._AdmissionForms_1i6hn_1 ._paymentHistory_1i6hn_32 ._pagination_1i6hn_150{display:flex;width:100%;height:8.1481vh;padding:24px;justify-content:space-between;align-items:center;border-radius:0px 0px .42vw .42vw;background:#fff}._AdmissionForms_1i6hn_1 ._paymentHistory_1i6hn_32 ._pagination_1i6hn_150 ._pageButtons_1i6hn_160{display:flex}._AdmissionForms_1i6hn_1 ._paymentHistory_1i6hn_32 ._pagination_1i6hn_150 ._pageButtons_1i6hn_160 ._leftArrow_1i6hn_163,._AdmissionForms_1i6hn_1 ._paymentHistory_1i6hn_32 ._pagination_1i6hn_150 ._pageButtons_1i6hn_160 ._rightArrow_1i6hn_164{width:2.08vw;aspect-ratio:1/1;display:flex;align-items:center;justify-content:center;border:none;background:transparent;cursor:pointer}._AdmissionForms_1i6hn_1 ._paymentHistory_1i6hn_32 ._pagination_1i6hn_150 ._pageButtons_1i6hn_160 ._leftArrow_1i6hn_163 img,._AdmissionForms_1i6hn_1 ._paymentHistory_1i6hn_32 ._pagination_1i6hn_150 ._pageButtons_1i6hn_160 ._rightArrow_1i6hn_164 img{height:100%;width:100%}._AdmissionForms_1i6hn_1 ._paymentHistory_1i6hn_32 ._pagination_1i6hn_150 ._pageButtons_1i6hn_160 ._pages_1i6hn_179{display:flex;padding:0 1vw;gap:.5vw}._AdmissionForms_1i6hn_1 ._paymentHistory_1i6hn_32 ._pagination_1i6hn_150 ._pageButtons_1i6hn_160 ._pages_1i6hn_179 ._buttons_1i6hn_184{width:2.08vw;aspect-ratio:1/1;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#626c70;text-align:center;font-family:Public Sans;font-size:.73vw;font-style:normal;font-weight:600;line-height:1.85vh}._AdmissionForms_1i6hn_1 ._paymentHistory_1i6hn_32 ._pagination_1i6hn_150 ._pageButtons_1i6hn_160 ._pages_1i6hn_179 ._active_1i6hn_67{background-color:var(--c1);color:#fff}._AdmissionForms_1i6hn_1 ._spopup_1i6hn_203{position:absolute;width:100%;height:100%;top:0;right:0;background-color:transparent}._ApplicationCard_1i6hn_212{width:100%;min-height:6rem;display:flex;align-items:center;justify-content:space-around;cursor:pointer;margin-bottom:1rem;border-radius:1rem;box-shadow:0 0 5px 3px var(--c1v2)}._ApplicationCard_1i6hn_212>div{width:100%;height:100%;overflow:hidden;padding:.5rem 0;display:flex;align-items:center;justify-content:center;gap:.5rem}._ApplicationCard_1i6hn_212 ._userId_1i6hn_107{flex:.4}._ApplicationCard_1i6hn_212 ._Name_1i6hn_110{flex:1;justify-content:flex-start}._ApplicationCard_1i6hn_212 ._Name_1i6hn_110 img{width:3rem;height:3rem;border-radius:50%}._ApplicationCard_1i6hn_212 ._Profession_1i6hn_113,._ApplicationCard_1i6hn_212 ._Description_1i6hn_116,._ApplicationCard_1i6hn_212 ._Skills_1i6hn_119,._ApplicationCard_1i6hn_212 ._Exp_1i6hn_122,._ApplicationCard_1i6hn_212 ._Location_1i6hn_125{flex:1}._ApplicationCard_1i6hn_212 p{color:var(--c5);font-family:var(--f3);font-size:1rem;font-style:normal;font-weight:400;line-height:1.85vh;white-space:nowrap}._AddDeveloperPopup_1i6hn_272{position:absolute;width:100%;height:100%;top:0;left:0;background:#0000004d;display:flex;align-items:center;justify-content:center;z-index:5}._AddDeveloperPopup_1i6hn_272 ._WrapperContainer_1i6hn_284{width:50%;max-height:90%;background:var(--c4);padding:2rem 3rem;border-radius:1rem;overflow-y:scroll;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}._AddDeveloperPopup_1i6hn_272 ._WrapperContainer_1i6hn_284 h2{color:var(--c2);font-size:2rem;margin-bottom:2rem}._AddDeveloperPopup_1i6hn_272 ._WrapperContainer_1i6hn_284 ._ImageWrapper_1i6hn_298{width:100%;display:flex;align-items:center;justify-content:center;flex-direction:column;margin-bottom:1.5rem;position:relative}._AddDeveloperPopup_1i6hn_272 ._WrapperContainer_1i6hn_284 ._ImageWrapper_1i6hn_298 input{display:none}._AddDeveloperPopup_1i6hn_272 ._WrapperContainer_1i6hn_284 ._ImageWrapper_1i6hn_298 img{width:5rem;height:5rem;border-radius:50%}._AddDeveloperPopup_1i6hn_272 ._WrapperContainer_1i6hn_284 ._ImageWrapper_1i6hn_298 button{position:absolute;bottom:0;left:52%;width:1.5rem;height:1.5rem;border-radius:50%;cursor:pointer;background:var(--c1);border:none;display:flex;align-items:center;justify-content:center;transition:all .3s ease-in-out}._AddDeveloperPopup_1i6hn_272 ._WrapperContainer_1i6hn_284 ._ImageWrapper_1i6hn_298 button:hover{scale:1.2}._AddDeveloperPopup_1i6hn_272 ._WrapperContainer_1i6hn_284 ._ImageWrapper_1i6hn_298 button svg{width:60%;height:60%;color:var(--c2)}._AddDeveloperPopup_1i6hn_272 ._WrapperContainer_1i6hn_284 ._Row_1i6hn_338{display:flex;align-items:center;gap:1rem}._AddDeveloperPopup_1i6hn_272 ._WrapperContainer_1i6hn_284 ._InputWrapper_1i6hn_343{width:100%;display:flex;flex-direction:column;gap:.2rem;margin-bottom:1.5rem}._AddDeveloperPopup_1i6hn_272 ._WrapperContainer_1i6hn_284 ._InputWrapper_1i6hn_343>div{background:transparent!important;border:none;padding:0;outline:none}._AddDeveloperPopup_1i6hn_272 ._WrapperContainer_1i6hn_284 ._InputWrapper_1i6hn_343>div:focus-within{outline:1px solid transparent}._AddDeveloperPopup_1i6hn_272 ._WrapperContainer_1i6hn_284 ._InputWrapper_1i6hn_343 label{color:var(--c2);font-size:1rem}._AddDeveloperPopup_1i6hn_272 ._WrapperContainer_1i6hn_284 ._InputWrapper_1i6hn_343 input{width:100%;background:transparent;border:none;border-bottom:2px solid var(--c2);font-size:1.2rem;outline:none;color:var(--c2);transition:all .3s ease-in-out}._AddDeveloperPopup_1i6hn_272 ._WrapperContainer_1i6hn_284 ._InputWrapper_1i6hn_343 input:focus{border-bottom:2px solid var(--c1)}._AddDeveloperPopup_1i6hn_272 ._WrapperContainer_1i6hn_284 ._InputWrapper_1i6hn_343 em{color:var(--c1)}._AddDeveloperPopup_1i6hn_272 ._WrapperContainer_1i6hn_284 ._InputWrapper_1i6hn_343 textarea{height:8rem;resize:none;background:transparent;border:none;border-bottom:2px solid var(--c2);font-size:1.2rem;outline:none;color:var(--c2);transition:all .3s ease-in-out}._AddDeveloperPopup_1i6hn_272 ._WrapperContainer_1i6hn_284 ._InputWrapper_1i6hn_343 textarea:focus{border-bottom:2px solid var(--c1)}._AddDeveloperPopup_1i6hn_272 ._WrapperContainer_1i6hn_284 ._Submit_1i6hn_393{width:100%;height:3.5rem;background:var(--c1);transition:all .3s ease-in-out;color:var(--c2);border:none;cursor:pointer;font-size:1.5rem;border-radius:.5rem}._AddDeveloperPopup_1i6hn_272 ._WrapperContainer_1i6hn_284 ._Submit_1i6hn_393:hover{color:var(--c2);scale:1.03}.LoginContainer{height:100vh;width:100vw;display:flex}.LoginContainer .leftSection{flex:1;background-color:var(--c1);display:flex;align-items:center;justify-content:center;background-image:url(https://firebasestorage.googleapis.com/v0/b/hansrajventures-b8dea.appspot.com/o/Used_Images%2FBannerFreeconsultLoginBg%2FloginBackground.png?alt=media&token=700acb2f-1ff7-4075-ab0c-f77b62d1afbd);background-size:cover;background-position:center;mix-blend-mode:screen;background-blend-mode:luminosity}.LoginContainer .leftSection .iconContainer{width:31.67vw;height:62.78vh;border-radius:3.37vw;border:1.406px solid rgba(255,255,255,.52);background:#ffffff36;-webkit-backdrop-filter:blur(9.5578336716px);backdrop-filter:blur(9.5578336716px);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2rem}.LoginContainer .leftSection .iconContainer .logo{width:100%;height:24.47vh;border-radius:1.28vw}.LoginContainer .leftSection .iconContainer .logo img{height:100%;width:100%;object-fit:contain;border-radius:1.28vw}.LoginContainer .leftSection .iconContainer h3{width:28.02vw;color:var(--c2);text-align:center;font-family:Public Sans;font-size:2.74vw;font-style:normal;font-weight:500;line-height:100%}.LoginContainer .rightSection{flex:1;background:#fff;display:flex;align-items:center;justify-content:center}.LoginContainer .rightSection .formCon{display:inline-flex;height:53.98vh;padding:2.81vw 2.81vw 3.49vw;flex-direction:column;justify-content:center;align-items:center;gap:2.59vh;flex-shrink:0;border-radius:1.56vw;background:#fff}.LoginContainer .rightSection .formCon .inputs{display:flex;height:20.37vh;flex-direction:column;align-items:flex-start;gap:1.99vh;flex-shrink:0}.LoginContainer .rightSection .formCon .inputs .inp1{display:flex;flex-direction:column;align-items:flex-start;gap:.75vh}.LoginContainer .rightSection .formCon .inputs .inp1 label{color:#191b1c;font-family:Public Sans;font-size:.98vw;font-style:normal;font-weight:400;line-height:2.5vh}.LoginContainer .rightSection .formCon .inputs .inp1 input{display:flex;width:29.73vw;padding:.7vw;align-items:center;border-radius:.28vw;border:.07vw solid #e5e7e8;background:#fff;outline:none}.LoginContainer .rightSection .formCon .inputs .inp1 ::placeholder{color:#959fa3;font-family:Public Sans;font-size:.98vw;font-style:normal;font-weight:400;line-height:2.5vh}.LoginContainer .rightSection .formCon .inputs .inp2{display:flex;flex-direction:column;align-items:flex-start;gap:.75vh}.LoginContainer .rightSection .formCon .inputs .inp2 .inputCon{display:flex;align-items:center;justify-content:space-between;width:29.73vw;border:.07vw solid #e5e7e8;border-radius:.28vw}.LoginContainer .rightSection .formCon .inputs .inp2 .inputCon input{display:flex;width:26.73vw;border:none;background:#fff;padding:.7vw;outline:none}.LoginContainer .rightSection .formCon .inputs .inp2 .inputCon ::placeholder{color:#959fa3;font-family:Public Sans;font-size:.98vw;font-style:normal;font-weight:400;line-height:2.5vh}.LoginContainer .rightSection .formCon .inputs .inp2 .inputCon .eye{width:32.341px;height:32.341px;padding-right:.4rem;cursor:pointer}.LoginContainer .rightSection .formCon .inputs .inp2 .inputCon .eye img{height:100%;width:100%}.LoginContainer .rightSection .formCon .inputs .inp2 .passwordCon{width:100%;display:flex;align-items:center;justify-content:space-between}.LoginContainer .rightSection .formCon .inputs .inp2 .passwordCon label{color:#191b1c;font-family:Public Sans;font-size:.98vw;font-style:normal;font-weight:400;line-height:2.5vh}.LoginContainer .rightSection .formCon .inputs .inp2 .passwordCon .forgot{color:var(--c1);font-family:Public Sans;font-size:.98vw;font-style:normal;font-weight:400;line-height:2.68vh;cursor:pointer}.LoginContainer .rightSection .formCon h2{width:23.09vw;color:#191b1c;text-align:center;font-family:Inter;font-size:2.08vw;font-style:normal;font-weight:600;line-height:6.18vh}.LoginContainer .rightSection .formCon button{display:flex;width:100%;height:6.2vh;padding:0px 1.68vw;justify-content:center;align-items:center;border-radius:11.22vw;background:var(--lg1);border:none;cursor:pointer;color:var(--c2);font-size:1.8rem;transition:all .3s ease-in-out;z-index:1;overflow:hidden;position:relative}.LoginContainer .rightSection .formCon button:after{content:"";position:absolute;top:0;left:0;z-index:-1;width:100%;height:100%;background:var(--lg1v2);opacity:0;transition:all .3s ease-in-out}.LoginContainer .rightSection .formCon button:hover{scale:1.05}.LoginContainer .rightSection .formCon button:hover:after{opacity:1}.LoginContainer .rightSection .formCon button:disabled{cursor:default;background:#959fa3}.LoginContainer .rightSection .formCon button:disabled:hover{scale:1}.LoginContainer .rightSection .formCon button:disabled:hover:after{opacity:0}._Page404_eklnf_1{width:100%;height:100dvh;overflow:hidden;flex-direction:column;background:#000;position:relative;scrollbar-width:none;display:flex;align-items:center;justify-content:center;text-align:center}._Page404_eklnf_1::-webkit-scrollbar{display:none}._Page404_eklnf_1 ._container_eklnf_18{text-align:center}._Page404_eklnf_1 h1{font-size:10rem;color:#333;margin-bottom:2rem}._Page404_eklnf_1 p{font-size:2rem;color:#666;margin-bottom:3rem}._Page404_eklnf_1 a{color:#d59f3b;text-decoration:none;font-weight:700}._Page404_eklnf_1 a:hover{text-decoration:underline}._AdmissionForms_1at1j_1{height:calc(100vh - 4.5rem);width:100%;display:flex;flex-direction:column;align-items:center;position:relative;overflow:hidden}._AdmissionForms_1at1j_1 h1{padding:2vh 0;align-self:start;margin-left:2.3vw;color:#191b1c;font-family:var(--f1);font-size:1.25vw;font-style:normal;font-weight:600;line-height:2.13vh}._AdmissionForms_1at1j_1 h4{padding-bottom:1vh;align-self:start;margin-left:2.3vw;color:#999;font-family:var(--f1);font-size:.63vw;font-style:normal;font-weight:400;line-height:1.85vh}._AdmissionForms_1at1j_1 ._ContentWrapper_1at1j_34{width:100%;flex:1;border-radius:.42vw .42vw 0px 0px;overflow:hidden;display:flex;flex-direction:column}._AdmissionForms_1at1j_1 ._ContentWrapper_1at1j_34 ._heading_1at1j_42{width:100%;display:flex;padding:1.11vh 1.25vw;align-items:center;justify-content:space-between}._AdmissionForms_1at1j_1 ._ContentWrapper_1at1j_34 ._heading_1at1j_42 ._ButtonWrapper_1at1j_49{display:flex;gap:2rem;align-items:center}._AdmissionForms_1at1j_1 ._ContentWrapper_1at1j_34 ._heading_1at1j_42 ._ButtonWrapper_1at1j_49 button{cursor:pointer;padding:.7vh 1.2vw;background-color:var(--c1);color:#fff;border:none;border-radius:.2vw;transition:all ease .3s;font-family:var(--f1)}._AdmissionForms_1at1j_1 ._ContentWrapper_1at1j_34 ._heading_1at1j_42 ._ButtonWrapper_1at1j_49 button:hover,._AdmissionForms_1at1j_1 ._ContentWrapper_1at1j_34 ._heading_1at1j_42 ._ButtonWrapper_1at1j_49 button._active_1at1j_69{background-color:var(--c1v2);color:#606666;transform:scale(1.1)}._AdmissionForms_1at1j_1 ._ContentWrapper_1at1j_34 ._heading_1at1j_42 ._ButtonWrapper_1at1j_49 button._refresh_1at1j_74{background-color:var(--c4);color:#fff}._AdmissionForms_1at1j_1 ._ContentWrapper_1at1j_34 ._heading_1at1j_42 ._ButtonWrapper_1at1j_49 button._refresh_1at1j_74:hover{background-color:var(--c4v2);color:#fff;transform:scale(1.1)}._AdmissionForms_1at1j_1 ._ContentWrapper_1at1j_34 ._heading_1at1j_42 ._AddDeveloper_1at1j_83{cursor:pointer;padding:.7rem 1.4rem;background-color:var(--c1);color:#fff;border:none;border-radius:.2vw;transition:all ease .3s;font-family:var(--f1)}._AdmissionForms_1at1j_1 ._ContentWrapper_1at1j_34 ._heading_1at1j_42 ._AddDeveloper_1at1j_83:hover{background-color:var(--c1v2);color:var(--c1v2);transform:scale(1.1);color:var(--c3)}._AdmissionForms_1at1j_1 ._ContentWrapper_1at1j_34 ._subHeading_1at1j_99{width:100%;height:3.3rem;flex-shrink:0;opacity:.9;background:var(--c1);display:flex;align-items:center;padding:0 1rem}._AdmissionForms_1at1j_1 ._ContentWrapper_1at1j_34 ._subHeading_1at1j_99>div{display:flex;align-items:center;justify-content:center;color:var(--c3);font-family:var(--f2);font-size:1.1rem;font-style:normal;font-weight:500;line-height:100%;text-transform:uppercase}._AdmissionForms_1at1j_1 ._ContentWrapper_1at1j_34 ._subHeading_1at1j_99 ._userId_1at1j_121{flex:.4}._AdmissionForms_1at1j_1 ._ContentWrapper_1at1j_34 ._subHeading_1at1j_99 ._Name_1at1j_124{flex:1}._AdmissionForms_1at1j_1 ._ContentWrapper_1at1j_34 ._subHeading_1at1j_99 ._Email_1at1j_127{flex:1.5}._AdmissionForms_1at1j_1 ._ContentWrapper_1at1j_34 ._subHeading_1at1j_99 ._Phone_1at1j_130,._AdmissionForms_1at1j_1 ._ContentWrapper_1at1j_34 ._subHeading_1at1j_99 ._Skills_1at1j_133{flex:1}._AdmissionForms_1at1j_1 ._ContentWrapper_1at1j_34 ._subHeading_1at1j_99 ._Description_1at1j_136{flex:2}._AdmissionForms_1at1j_1 ._ContentWrapper_1at1j_34 ._subHeading_1at1j_99 ._Date_1at1j_139{flex:1}._AdmissionForms_1at1j_1 ._ContentWrapper_1at1j_34 ._supportCards_1at1j_142{flex:1;padding:1rem;overflow-y:scroll}._AdmissionForms_1at1j_1 ._ContentWrapper_1at1j_34 ._pagination_1at1j_147{display:flex;width:100%;height:8.1481vh;padding:24px;justify-content:space-between;align-items:center;border-radius:0px 0px .42vw .42vw;background:#fff}._AdmissionForms_1at1j_1 ._ContentWrapper_1at1j_34 ._pagination_1at1j_147 ._pageButtons_1at1j_157{display:flex}._AdmissionForms_1at1j_1 ._ContentWrapper_1at1j_34 ._pagination_1at1j_147 ._pageButtons_1at1j_157 ._leftArrow_1at1j_160,._AdmissionForms_1at1j_1 ._ContentWrapper_1at1j_34 ._pagination_1at1j_147 ._pageButtons_1at1j_157 ._rightArrow_1at1j_161{width:2.08vw;aspect-ratio:1/1;display:flex;align-items:center;justify-content:center;border:none;background:transparent;cursor:pointer}._AdmissionForms_1at1j_1 ._ContentWrapper_1at1j_34 ._pagination_1at1j_147 ._pageButtons_1at1j_157 ._leftArrow_1at1j_160 img,._AdmissionForms_1at1j_1 ._ContentWrapper_1at1j_34 ._pagination_1at1j_147 ._pageButtons_1at1j_157 ._rightArrow_1at1j_161 img{height:100%;width:100%}._AdmissionForms_1at1j_1 ._ContentWrapper_1at1j_34 ._pagination_1at1j_147 ._pageButtons_1at1j_157 ._pages_1at1j_176{display:flex;padding:0 1vw;gap:.5vw}._AdmissionForms_1at1j_1 ._ContentWrapper_1at1j_34 ._pagination_1at1j_147 ._pageButtons_1at1j_157 ._pages_1at1j_176 ._buttons_1at1j_181{width:2.08vw;aspect-ratio:1/1;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#626c70;text-align:center;font-family:Public Sans;font-size:.73vw;font-style:normal;font-weight:600;line-height:1.85vh}._AdmissionForms_1at1j_1 ._ContentWrapper_1at1j_34 ._pagination_1at1j_147 ._pageButtons_1at1j_157 ._pages_1at1j_176 ._active_1at1j_69{background-color:var(--c1);color:#fff}._ApplicationCard_1at1j_202{width:100%;min-height:6rem;display:flex;align-items:center;justify-content:space-around;cursor:pointer;margin-bottom:1rem;border-radius:1rem;box-shadow:0 0 5px 3px var(--c1v2)}._ApplicationCard_1at1j_202>div{width:100%;height:100%;overflow:hidden;padding:.5rem 0;display:flex;align-items:center;justify-content:center;gap:.5rem;color:var(--c4);font-family:var(--f3);font-size:1rem;font-style:normal;font-weight:400}._ApplicationCard_1at1j_202 ._userId_1at1j_121{flex:.4}._ApplicationCard_1at1j_202 ._Name_1at1j_124{flex:1}._ApplicationCard_1at1j_202 ._Email_1at1j_127{flex:1.5}._ApplicationCard_1at1j_202 ._Phone_1at1j_130,._ApplicationCard_1at1j_202 ._Skills_1at1j_133{flex:1}._ApplicationCard_1at1j_202 ._Description_1at1j_136{flex:2}._ApplicationCard_1at1j_202 ._Date_1at1j_139{flex:1}._AdmissionForms_1f6sa_1{height:calc(100vh - 4.5rem);width:100%;display:flex;flex-direction:column;align-items:center;position:relative;overflow:hidden}._AdmissionForms_1f6sa_1 h1{padding:2vh 0;align-self:start;margin-left:2.3vw;color:#191b1c;font-family:var(--f1);font-size:1.25vw;font-style:normal;font-weight:600;line-height:2.13vh}._AdmissionForms_1f6sa_1 h4{padding-bottom:1vh;align-self:start;margin-left:2.3vw;color:#999;font-family:var(--f1);font-size:.63vw;font-style:normal;font-weight:400;line-height:1.85vh}._AdmissionForms_1f6sa_1 ._ContentWrapper_1f6sa_32{width:100%;flex:1;border-radius:.42vw .42vw 0px 0px;overflow:hidden;display:flex;flex-direction:column}._AdmissionForms_1f6sa_1 ._ContentWrapper_1f6sa_32 ._heading_1f6sa_40{width:100%;display:flex;padding:1.11vh 1.25vw;align-items:center;justify-content:space-between}._AdmissionForms_1f6sa_1 ._ContentWrapper_1f6sa_32 ._heading_1f6sa_40 ._ButtonWrapper_1f6sa_47{display:flex;gap:2rem;align-items:center}._AdmissionForms_1f6sa_1 ._ContentWrapper_1f6sa_32 ._heading_1f6sa_40 ._ButtonWrapper_1f6sa_47 button{cursor:pointer;padding:.7vh 1.2vw;background-color:var(--c1);color:#fff;border:none;border-radius:.2vw;transition:all ease .3s;font-family:var(--f1)}._AdmissionForms_1f6sa_1 ._ContentWrapper_1f6sa_32 ._heading_1f6sa_40 ._ButtonWrapper_1f6sa_47 button:hover,._AdmissionForms_1f6sa_1 ._ContentWrapper_1f6sa_32 ._heading_1f6sa_40 ._ButtonWrapper_1f6sa_47 button._active_1f6sa_67{background-color:var(--c1v2);color:#606666;transform:scale(1.1)}._AdmissionForms_1f6sa_1 ._ContentWrapper_1f6sa_32 ._heading_1f6sa_40 ._ButtonWrapper_1f6sa_47 button._refresh_1f6sa_72{background-color:var(--c4);color:#fff}._AdmissionForms_1f6sa_1 ._ContentWrapper_1f6sa_32 ._heading_1f6sa_40 ._ButtonWrapper_1f6sa_47 button._refresh_1f6sa_72:hover{background-color:var(--c4v2);color:#fff;transform:scale(1.1)}._AdmissionForms_1f6sa_1 ._ContentWrapper_1f6sa_32 ._heading_1f6sa_40 ._AddDeveloper_1f6sa_81{cursor:pointer;padding:.7rem 1.4rem;background-color:var(--c1);color:#fff;border:none;border-radius:.2vw;transition:all ease .3s;font-family:var(--f1)}._AdmissionForms_1f6sa_1 ._ContentWrapper_1f6sa_32 ._heading_1f6sa_40 ._AddDeveloper_1f6sa_81:hover{background-color:var(--c1v2);color:var(--c1v2);transform:scale(1.1);color:var(--c3)}._AdmissionForms_1f6sa_1 ._ContentWrapper_1f6sa_32 ._subHeading_1f6sa_97{width:100%;height:3.3rem;flex-shrink:0;opacity:.9;background:var(--c1);display:flex;align-items:center;padding:0 1rem}._AdmissionForms_1f6sa_1 ._ContentWrapper_1f6sa_32 ._subHeading_1f6sa_97 ._userId_1f6sa_107{flex:.4}._AdmissionForms_1f6sa_1 ._ContentWrapper_1f6sa_32 ._subHeading_1f6sa_97 ._Name_1f6sa_110{flex:1}._AdmissionForms_1f6sa_1 ._ContentWrapper_1f6sa_32 ._subHeading_1f6sa_97 ._Profession_1f6sa_113{flex:1.5}._AdmissionForms_1f6sa_1 ._ContentWrapper_1f6sa_32 ._subHeading_1f6sa_97 ._Description_1f6sa_116{flex:3}._AdmissionForms_1f6sa_1 ._ContentWrapper_1f6sa_32 ._subHeading_1f6sa_97 ._Date_1f6sa_119{flex:1}._AdmissionForms_1f6sa_1 ._ContentWrapper_1f6sa_32 ._subHeading_1f6sa_97 ._userId_1f6sa_107,._AdmissionForms_1f6sa_1 ._ContentWrapper_1f6sa_32 ._subHeading_1f6sa_97 ._Name_1f6sa_110,._AdmissionForms_1f6sa_1 ._ContentWrapper_1f6sa_32 ._subHeading_1f6sa_97 ._Profession_1f6sa_113,._AdmissionForms_1f6sa_1 ._ContentWrapper_1f6sa_32 ._subHeading_1f6sa_97 ._Description_1f6sa_116,._AdmissionForms_1f6sa_1 ._ContentWrapper_1f6sa_32 ._subHeading_1f6sa_97 ._Date_1f6sa_119{display:flex;align-items:center;justify-content:center;color:var(--c2);font-family:var(--f2);font-size:1.1rem;font-style:normal;font-weight:500;text-transform:uppercase}._AdmissionForms_1f6sa_1 ._ContentWrapper_1f6sa_32 ._supportCards_1f6sa_137{flex:1;padding:1rem;overflow-y:scroll}._AdmissionForms_1f6sa_1 ._ContentWrapper_1f6sa_32 ._pagination_1f6sa_142{display:flex;width:100%;height:8.1481vh;padding:24px;justify-content:space-between;align-items:center;border-radius:0px 0px .42vw .42vw;background:#fff}._AdmissionForms_1f6sa_1 ._ContentWrapper_1f6sa_32 ._pagination_1f6sa_142 ._pageButtons_1f6sa_152{display:flex}._AdmissionForms_1f6sa_1 ._ContentWrapper_1f6sa_32 ._pagination_1f6sa_142 ._pageButtons_1f6sa_152 ._leftArrow_1f6sa_155,._AdmissionForms_1f6sa_1 ._ContentWrapper_1f6sa_32 ._pagination_1f6sa_142 ._pageButtons_1f6sa_152 ._rightArrow_1f6sa_156{width:2.08vw;aspect-ratio:1/1;display:flex;align-items:center;justify-content:center;border:none;background:transparent;cursor:pointer}._AdmissionForms_1f6sa_1 ._ContentWrapper_1f6sa_32 ._pagination_1f6sa_142 ._pageButtons_1f6sa_152 ._leftArrow_1f6sa_155 img,._AdmissionForms_1f6sa_1 ._ContentWrapper_1f6sa_32 ._pagination_1f6sa_142 ._pageButtons_1f6sa_152 ._rightArrow_1f6sa_156 img{height:100%;width:100%}._AdmissionForms_1f6sa_1 ._ContentWrapper_1f6sa_32 ._pagination_1f6sa_142 ._pageButtons_1f6sa_152 ._pages_1f6sa_171{display:flex;padding:0 1vw;gap:.5vw}._AdmissionForms_1f6sa_1 ._ContentWrapper_1f6sa_32 ._pagination_1f6sa_142 ._pageButtons_1f6sa_152 ._pages_1f6sa_171 ._buttons_1f6sa_176{width:2.08vw;aspect-ratio:1/1;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#626c70;text-align:center;font-family:Public Sans;font-size:.73vw;font-style:normal;font-weight:600;line-height:1.85vh}._AdmissionForms_1f6sa_1 ._ContentWrapper_1f6sa_32 ._pagination_1f6sa_142 ._pageButtons_1f6sa_152 ._pages_1f6sa_171 ._active_1f6sa_67{background-color:var(--c1);color:#fff}._ApplicationCard_1f6sa_196{width:100%;min-height:6rem;display:flex;align-items:center;justify-content:space-around;cursor:pointer;margin-bottom:1rem;border-radius:1rem;box-shadow:0 0 5px 3px var(--c1v2)}._ApplicationCard_1f6sa_196>div{width:100%;height:100%;overflow:hidden;padding:.5rem 0;display:flex;align-items:center;justify-content:center;gap:.5rem}._ApplicationCard_1f6sa_196 ._userName_1f6sa_219{flex:.4}._ApplicationCard_1f6sa_196 ._Name_1f6sa_110{flex:1;justify-content:flex-start}._ApplicationCard_1f6sa_196 ._Name_1f6sa_110 img{width:3rem;height:3rem;border-radius:50%}._ApplicationCard_1f6sa_196 ._Profession_1f6sa_113{flex:1.5}._ApplicationCard_1f6sa_196 ._Description_1f6sa_116{flex:3;text-align:justify;font-size:1rem}._ApplicationCard_1f6sa_196 ._Date_1f6sa_119{flex:1}._ApplicationCard_1f6sa_196 p{color:var(--c4);font-family:var(--f3);font-size:1rem;font-style:normal;font-weight:400;line-height:1.85vh;white-space:nowrap}._AddDeveloperPopup_1f6sa_252{position:absolute;width:100%;height:100%;top:0;left:0;background:#0000004d;display:flex;align-items:center;justify-content:center;z-index:5}._AddDeveloperPopup_1f6sa_252 ._WrapperContainer_1f6sa_264{width:50%;max-height:90%;background:var(--c4);padding:2rem 3rem;border-radius:1rem;overflow-y:scroll}._AddDeveloperPopup_1f6sa_252 ._WrapperContainer_1f6sa_264 h2{color:var(--c2);font-size:2rem;margin-bottom:2rem}._AddDeveloperPopup_1f6sa_252 ._WrapperContainer_1f6sa_264 ._ImageWrapper_1f6sa_277{width:100%;display:flex;align-items:center;justify-content:center;flex-direction:column;margin-bottom:1.5rem;position:relative}._AddDeveloperPopup_1f6sa_252 ._WrapperContainer_1f6sa_264 ._ImageWrapper_1f6sa_277 input{display:none}._AddDeveloperPopup_1f6sa_252 ._WrapperContainer_1f6sa_264 ._ImageWrapper_1f6sa_277 img{width:6rem;height:6rem;border-radius:50%}._AddDeveloperPopup_1f6sa_252 ._WrapperContainer_1f6sa_264 ._ImageWrapper_1f6sa_277 button{position:absolute;bottom:0;left:52%;width:2rem;height:2rem;border-radius:50%;cursor:pointer;background:var(--c1);border:none;display:flex;align-items:center;justify-content:center;transition:all .3s ease-in-out}._AddDeveloperPopup_1f6sa_252 ._WrapperContainer_1f6sa_264 ._ImageWrapper_1f6sa_277 button:hover{scale:1.2}._AddDeveloperPopup_1f6sa_252 ._WrapperContainer_1f6sa_264 ._ImageWrapper_1f6sa_277 button svg{width:60%;height:60%;color:var(--c2)}._AddDeveloperPopup_1f6sa_252 ._WrapperContainer_1f6sa_264 ._InputWrapper_1f6sa_317{width:100%;display:flex;flex-direction:column;gap:.2rem;margin-bottom:1.5rem}._AddDeveloperPopup_1f6sa_252 ._WrapperContainer_1f6sa_264 ._InputWrapper_1f6sa_317 label{color:var(--c2);font-size:1rem}._AddDeveloperPopup_1f6sa_252 ._WrapperContainer_1f6sa_264 ._InputWrapper_1f6sa_317 input{background:transparent;border:none;border-bottom:2px solid var(--c2);font-size:1.2rem;outline:none;color:var(--c2);transition:all .3s ease-in-out}._AddDeveloperPopup_1f6sa_252 ._WrapperContainer_1f6sa_264 ._InputWrapper_1f6sa_317 input:focus{border-bottom:2px solid var(--c1)}._AddDeveloperPopup_1f6sa_252 ._WrapperContainer_1f6sa_264 ._InputWrapper_1f6sa_317 textarea{height:10rem;resize:none;background:transparent;border:none;border-bottom:2px solid var(--c2);font-size:1.2rem;outline:none;color:var(--c2);transition:all .3s ease-in-out}._AddDeveloperPopup_1f6sa_252 ._WrapperContainer_1f6sa_264 ._InputWrapper_1f6sa_317 textarea:focus{border-bottom:2px solid var(--c1)}._AddDeveloperPopup_1f6sa_252 ._WrapperContainer_1f6sa_264 ._Submit_1f6sa_354{width:100%;height:3.5rem;background:var(--c1);transition:all .3s ease-in-out;color:var(--c2);border:none;cursor:pointer;font-size:1.5rem;border-radius:.5rem}._AddDeveloperPopup_1f6sa_252 ._WrapperContainer_1f6sa_264 ._Submit_1f6sa_354:hover{color:var(--c2);scale:1.03}._Home_s8wya_1{width:100%;padding:2rem;display:flex;flex-direction:column;gap:2rem;height:100%;overflow-y:scroll}._Home_s8wya_1 h2{color:#fff;font-family:Mulish;font-size:2.6125rem;font-style:normal;font-weight:600;line-height:1.80988rem}._Home_s8wya_1 h1{color:#333563;font-family:Mulish;font-size:3.6125rem;font-style:normal;font-weight:600;line-height:1.80988rem;text-transform:upp}._Home_s8wya_1 ._Top_s8wya_27{display:flex;align-items:center;justify-content:center;gap:3rem}._Home_s8wya_1 ._Top_s8wya_27 ._Switch_s8wya_33{color:#333563;font-family:Mulish;font-size:1.6125rem;font-style:normal;font-weight:600;line-height:1.80988rem;cursor:pointer}._Home_s8wya_1 ._ServiceSection_s8wya_42,._Home_s8wya_1 ._CompanySection_s8wya_43,._Home_s8wya_1 ._TestimonialsSection_s8wya_44{display:flex;flex-direction:column;align-items:center;gap:3rem;position:relative;width:90rem;padding:2rem;background-color:#333563ed;box-shadow:10px 10px 5px #121111;border-radius:1.2rem}._Home_s8wya_1 ._ServiceSection_s8wya_42 button,._Home_s8wya_1 ._CompanySection_s8wya_43 button,._Home_s8wya_1 ._TestimonialsSection_s8wya_44 button{background-color:#1e252434;padding:.3rem 1.2rem;color:#999;font-family:Mulish;font-size:1.125rem;font-style:normal;font-weight:600;line-height:1.80988rem;border-radius:.5rem;border:none;cursor:pointer;transition:all ease .3s}._Home_s8wya_1 ._ServiceSection_s8wya_42 button:hover,._Home_s8wya_1 ._CompanySection_s8wya_43 button:hover,._Home_s8wya_1 ._TestimonialsSection_s8wya_44 button:hover{opacity:1.15;transform:scale(1.15)}._Home_s8wya_1 ._ServiceSection_s8wya_42 ._EditButton_s8wya_78,._Home_s8wya_1 ._CompanySection_s8wya_43 ._EditButton_s8wya_78,._Home_s8wya_1 ._TestimonialsSection_s8wya_44 ._EditButton_s8wya_78{position:absolute;right:4rem;top:2rem;display:flex;align-items:center;gap:2rem}._Home_s8wya_1 ._ServiceSection_s8wya_42 ._Content_s8wya_88,._Home_s8wya_1 ._CompanySection_s8wya_43 ._Content_s8wya_88,._Home_s8wya_1 ._TestimonialsSection_s8wya_44 ._Content_s8wya_88{display:flex;flex-direction:column;gap:2rem}._Home_s8wya_1 ._ServiceSection_s8wya_42 ._Content_s8wya_88 label,._Home_s8wya_1 ._CompanySection_s8wya_43 ._Content_s8wya_88 label,._Home_s8wya_1 ._TestimonialsSection_s8wya_44 ._Content_s8wya_88 label{color:#999;text-align:center;font-family:"PT Serif";font-size:1.4625rem;font-style:normal;font-weight:500;line-height:2.5645rem;text-transform:capitalize}._Home_s8wya_1 ._ServiceSection_s8wya_42 ._Content_s8wya_88 ._InputWrapper_s8wya_107 input,._Home_s8wya_1 ._ServiceSection_s8wya_42 ._Content_s8wya_88 ._TextareaWrapper_s8wya_108 input,._Home_s8wya_1 ._CompanySection_s8wya_43 ._Content_s8wya_88 ._InputWrapper_s8wya_107 input,._Home_s8wya_1 ._CompanySection_s8wya_43 ._Content_s8wya_88 ._TextareaWrapper_s8wya_108 input,._Home_s8wya_1 ._TestimonialsSection_s8wya_44 ._Content_s8wya_88 ._InputWrapper_s8wya_107 input,._Home_s8wya_1 ._TestimonialsSection_s8wya_44 ._Content_s8wya_88 ._TextareaWrapper_s8wya_108 input{width:40rem;color:#fff;font-family:Mulish;font-size:1.125rem;font-style:normal;font-weight:600;line-height:1.80988rem;outline:none;border:none;border-bottom:.2rem solid #666;background-color:transparent;padding:.4rem}._Home_s8wya_1 ._ServiceSection_s8wya_42 ._Content_s8wya_88 ._InputWrapper_s8wya_107 textarea,._Home_s8wya_1 ._ServiceSection_s8wya_42 ._Content_s8wya_88 ._TextareaWrapper_s8wya_108 textarea,._Home_s8wya_1 ._CompanySection_s8wya_43 ._Content_s8wya_88 ._InputWrapper_s8wya_107 textarea,._Home_s8wya_1 ._CompanySection_s8wya_43 ._Content_s8wya_88 ._TextareaWrapper_s8wya_108 textarea,._Home_s8wya_1 ._TestimonialsSection_s8wya_44 ._Content_s8wya_88 ._InputWrapper_s8wya_107 textarea,._Home_s8wya_1 ._TestimonialsSection_s8wya_44 ._Content_s8wya_88 ._TextareaWrapper_s8wya_108 textarea{resize:none;width:40rem;height:10rem;color:#fff;font-family:Mulish;font-size:1.125rem;font-style:normal;font-weight:600;line-height:1.80988rem;outline:none;border:none;border:.2rem solid #666;padding:.4rem;background-color:transparent}._Home_s8wya_1 ._ServiceSection_s8wya_42 ._Content_s8wya_88 ._Services_s8wya_147,._Home_s8wya_1 ._ServiceSection_s8wya_42 ._Content_s8wya_88 ._Companies_s8wya_148,._Home_s8wya_1 ._ServiceSection_s8wya_42 ._Content_s8wya_88 ._Testimonials_s8wya_44,._Home_s8wya_1 ._CompanySection_s8wya_43 ._Content_s8wya_88 ._Services_s8wya_147,._Home_s8wya_1 ._CompanySection_s8wya_43 ._Content_s8wya_88 ._Companies_s8wya_148,._Home_s8wya_1 ._CompanySection_s8wya_43 ._Content_s8wya_88 ._Testimonials_s8wya_44,._Home_s8wya_1 ._TestimonialsSection_s8wya_44 ._Content_s8wya_88 ._Services_s8wya_147,._Home_s8wya_1 ._TestimonialsSection_s8wya_44 ._Content_s8wya_88 ._Companies_s8wya_148,._Home_s8wya_1 ._TestimonialsSection_s8wya_44 ._Content_s8wya_88 ._Testimonials_s8wya_44{display:flex;flex-wrap:wrap;gap:2rem}._Home_s8wya_1 ._ServiceSection_s8wya_42 ._Content_s8wya_88 ._Services_s8wya_147 ._ServiceEntry_s8wya_160,._Home_s8wya_1 ._ServiceSection_s8wya_42 ._Content_s8wya_88 ._Services_s8wya_147 ._CompanyEntry_s8wya_161,._Home_s8wya_1 ._ServiceSection_s8wya_42 ._Content_s8wya_88 ._Services_s8wya_147 ._TestimonialEntry_s8wya_162,._Home_s8wya_1 ._ServiceSection_s8wya_42 ._Content_s8wya_88 ._Companies_s8wya_148 ._ServiceEntry_s8wya_160,._Home_s8wya_1 ._ServiceSection_s8wya_42 ._Content_s8wya_88 ._Companies_s8wya_148 ._CompanyEntry_s8wya_161,._Home_s8wya_1 ._ServiceSection_s8wya_42 ._Content_s8wya_88 ._Companies_s8wya_148 ._TestimonialEntry_s8wya_162,._Home_s8wya_1 ._ServiceSection_s8wya_42 ._Content_s8wya_88 ._Testimonials_s8wya_44 ._ServiceEntry_s8wya_160,._Home_s8wya_1 ._ServiceSection_s8wya_42 ._Content_s8wya_88 ._Testimonials_s8wya_44 ._CompanyEntry_s8wya_161,._Home_s8wya_1 ._ServiceSection_s8wya_42 ._Content_s8wya_88 ._Testimonials_s8wya_44 ._TestimonialEntry_s8wya_162,._Home_s8wya_1 ._CompanySection_s8wya_43 ._Content_s8wya_88 ._Services_s8wya_147 ._ServiceEntry_s8wya_160,._Home_s8wya_1 ._CompanySection_s8wya_43 ._Content_s8wya_88 ._Services_s8wya_147 ._CompanyEntry_s8wya_161,._Home_s8wya_1 ._CompanySection_s8wya_43 ._Content_s8wya_88 ._Services_s8wya_147 ._TestimonialEntry_s8wya_162,._Home_s8wya_1 ._CompanySection_s8wya_43 ._Content_s8wya_88 ._Companies_s8wya_148 ._ServiceEntry_s8wya_160,._Home_s8wya_1 ._CompanySection_s8wya_43 ._Content_s8wya_88 ._Companies_s8wya_148 ._CompanyEntry_s8wya_161,._Home_s8wya_1 ._CompanySection_s8wya_43 ._Content_s8wya_88 ._Companies_s8wya_148 ._TestimonialEntry_s8wya_162,._Home_s8wya_1 ._CompanySection_s8wya_43 ._Content_s8wya_88 ._Testimonials_s8wya_44 ._ServiceEntry_s8wya_160,._Home_s8wya_1 ._CompanySection_s8wya_43 ._Content_s8wya_88 ._Testimonials_s8wya_44 ._CompanyEntry_s8wya_161,._Home_s8wya_1 ._CompanySection_s8wya_43 ._Content_s8wya_88 ._Testimonials_s8wya_44 ._TestimonialEntry_s8wya_162,._Home_s8wya_1 ._TestimonialsSection_s8wya_44 ._Content_s8wya_88 ._Services_s8wya_147 ._ServiceEntry_s8wya_160,._Home_s8wya_1 ._TestimonialsSection_s8wya_44 ._Content_s8wya_88 ._Services_s8wya_147 ._CompanyEntry_s8wya_161,._Home_s8wya_1 ._TestimonialsSection_s8wya_44 ._Content_s8wya_88 ._Services_s8wya_147 ._TestimonialEntry_s8wya_162,._Home_s8wya_1 ._TestimonialsSection_s8wya_44 ._Content_s8wya_88 ._Companies_s8wya_148 ._ServiceEntry_s8wya_160,._Home_s8wya_1 ._TestimonialsSection_s8wya_44 ._Content_s8wya_88 ._Companies_s8wya_148 ._CompanyEntry_s8wya_161,._Home_s8wya_1 ._TestimonialsSection_s8wya_44 ._Content_s8wya_88 ._Companies_s8wya_148 ._TestimonialEntry_s8wya_162,._Home_s8wya_1 ._TestimonialsSection_s8wya_44 ._Content_s8wya_88 ._Testimonials_s8wya_44 ._ServiceEntry_s8wya_160,._Home_s8wya_1 ._TestimonialsSection_s8wya_44 ._Content_s8wya_88 ._Testimonials_s8wya_44 ._CompanyEntry_s8wya_161,._Home_s8wya_1 ._TestimonialsSection_s8wya_44 ._Content_s8wya_88 ._Testimonials_s8wya_44 ._TestimonialEntry_s8wya_162{width:42rem;padding:4rem 2rem 2rem;background-color:#333563;box-shadow:10px 10px 5px #121111;border-radius:1.2rem;display:flex;flex-direction:column;gap:2rem;position:relative}._Home_s8wya_1 ._ServiceSection_s8wya_42 ._Content_s8wya_88 ._Services_s8wya_147 ._ServiceEntry_s8wya_160 ._DeleteButton_s8wya_199,._Home_s8wya_1 ._ServiceSection_s8wya_42 ._Content_s8wya_88 ._Services_s8wya_147 ._CompanyEntry_s8wya_161 ._DeleteButton_s8wya_199,._Home_s8wya_1 ._ServiceSection_s8wya_42 ._Content_s8wya_88 ._Services_s8wya_147 ._TestimonialEntry_s8wya_162 ._DeleteButton_s8wya_199,._Home_s8wya_1 ._ServiceSection_s8wya_42 ._Content_s8wya_88 ._Companies_s8wya_148 ._ServiceEntry_s8wya_160 ._DeleteButton_s8wya_199,._Home_s8wya_1 ._ServiceSection_s8wya_42 ._Content_s8wya_88 ._Companies_s8wya_148 ._CompanyEntry_s8wya_161 ._DeleteButton_s8wya_199,._Home_s8wya_1 ._ServiceSection_s8wya_42 ._Content_s8wya_88 ._Companies_s8wya_148 ._TestimonialEntry_s8wya_162 ._DeleteButton_s8wya_199,._Home_s8wya_1 ._ServiceSection_s8wya_42 ._Content_s8wya_88 ._Testimonials_s8wya_44 ._ServiceEntry_s8wya_160 ._DeleteButton_s8wya_199,._Home_s8wya_1 ._ServiceSection_s8wya_42 ._Content_s8wya_88 ._Testimonials_s8wya_44 ._CompanyEntry_s8wya_161 ._DeleteButton_s8wya_199,._Home_s8wya_1 ._ServiceSection_s8wya_42 ._Content_s8wya_88 ._Testimonials_s8wya_44 ._TestimonialEntry_s8wya_162 ._DeleteButton_s8wya_199,._Home_s8wya_1 ._CompanySection_s8wya_43 ._Content_s8wya_88 ._Services_s8wya_147 ._ServiceEntry_s8wya_160 ._DeleteButton_s8wya_199,._Home_s8wya_1 ._CompanySection_s8wya_43 ._Content_s8wya_88 ._Services_s8wya_147 ._CompanyEntry_s8wya_161 ._DeleteButton_s8wya_199,._Home_s8wya_1 ._CompanySection_s8wya_43 ._Content_s8wya_88 ._Services_s8wya_147 ._TestimonialEntry_s8wya_162 ._DeleteButton_s8wya_199,._Home_s8wya_1 ._CompanySection_s8wya_43 ._Content_s8wya_88 ._Companies_s8wya_148 ._ServiceEntry_s8wya_160 ._DeleteButton_s8wya_199,._Home_s8wya_1 ._CompanySection_s8wya_43 ._Content_s8wya_88 ._Companies_s8wya_148 ._CompanyEntry_s8wya_161 ._DeleteButton_s8wya_199,._Home_s8wya_1 ._CompanySection_s8wya_43 ._Content_s8wya_88 ._Companies_s8wya_148 ._TestimonialEntry_s8wya_162 ._DeleteButton_s8wya_199,._Home_s8wya_1 ._CompanySection_s8wya_43 ._Content_s8wya_88 ._Testimonials_s8wya_44 ._ServiceEntry_s8wya_160 ._DeleteButton_s8wya_199,._Home_s8wya_1 ._CompanySection_s8wya_43 ._Content_s8wya_88 ._Testimonials_s8wya_44 ._CompanyEntry_s8wya_161 ._DeleteButton_s8wya_199,._Home_s8wya_1 ._CompanySection_s8wya_43 ._Content_s8wya_88 ._Testimonials_s8wya_44 ._TestimonialEntry_s8wya_162 ._DeleteButton_s8wya_199,._Home_s8wya_1 ._TestimonialsSection_s8wya_44 ._Content_s8wya_88 ._Services_s8wya_147 ._ServiceEntry_s8wya_160 ._DeleteButton_s8wya_199,._Home_s8wya_1 ._TestimonialsSection_s8wya_44 ._Content_s8wya_88 ._Services_s8wya_147 ._CompanyEntry_s8wya_161 ._DeleteButton_s8wya_199,._Home_s8wya_1 ._TestimonialsSection_s8wya_44 ._Content_s8wya_88 ._Services_s8wya_147 ._TestimonialEntry_s8wya_162 ._DeleteButton_s8wya_199,._Home_s8wya_1 ._TestimonialsSection_s8wya_44 ._Content_s8wya_88 ._Companies_s8wya_148 ._ServiceEntry_s8wya_160 ._DeleteButton_s8wya_199,._Home_s8wya_1 ._TestimonialsSection_s8wya_44 ._Content_s8wya_88 ._Companies_s8wya_148 ._CompanyEntry_s8wya_161 ._DeleteButton_s8wya_199,._Home_s8wya_1 ._TestimonialsSection_s8wya_44 ._Content_s8wya_88 ._Companies_s8wya_148 ._TestimonialEntry_s8wya_162 ._DeleteButton_s8wya_199,._Home_s8wya_1 ._TestimonialsSection_s8wya_44 ._Content_s8wya_88 ._Testimonials_s8wya_44 ._ServiceEntry_s8wya_160 ._DeleteButton_s8wya_199,._Home_s8wya_1 ._TestimonialsSection_s8wya_44 ._Content_s8wya_88 ._Testimonials_s8wya_44 ._CompanyEntry_s8wya_161 ._DeleteButton_s8wya_199,._Home_s8wya_1 ._TestimonialsSection_s8wya_44 ._Content_s8wya_88 ._Testimonials_s8wya_44 ._TestimonialEntry_s8wya_162 ._DeleteButton_s8wya_199{position:absolute;top:1rem;right:2rem;cursor:pointer}._Home_s8wya_1 ._ServiceSection_s8wya_42 ._Content_s8wya_88 ._Services_s8wya_147 ._ServiceEntry_s8wya_160 ._DeleteButton_s8wya_199 svg,._Home_s8wya_1 ._ServiceSection_s8wya_42 ._Content_s8wya_88 ._Services_s8wya_147 ._CompanyEntry_s8wya_161 ._DeleteButton_s8wya_199 svg,._Home_s8wya_1 ._ServiceSection_s8wya_42 ._Content_s8wya_88 ._Services_s8wya_147 ._TestimonialEntry_s8wya_162 ._DeleteButton_s8wya_199 svg,._Home_s8wya_1 ._ServiceSection_s8wya_42 ._Content_s8wya_88 ._Companies_s8wya_148 ._ServiceEntry_s8wya_160 ._DeleteButton_s8wya_199 svg,._Home_s8wya_1 ._ServiceSection_s8wya_42 ._Content_s8wya_88 ._Companies_s8wya_148 ._CompanyEntry_s8wya_161 ._DeleteButton_s8wya_199 svg,._Home_s8wya_1 ._ServiceSection_s8wya_42 ._Content_s8wya_88 ._Companies_s8wya_148 ._TestimonialEntry_s8wya_162 ._DeleteButton_s8wya_199 svg,._Home_s8wya_1 ._ServiceSection_s8wya_42 ._Content_s8wya_88 ._Testimonials_s8wya_44 ._ServiceEntry_s8wya_160 ._DeleteButton_s8wya_199 svg,._Home_s8wya_1 ._ServiceSection_s8wya_42 ._Content_s8wya_88 ._Testimonials_s8wya_44 ._CompanyEntry_s8wya_161 ._DeleteButton_s8wya_199 svg,._Home_s8wya_1 ._ServiceSection_s8wya_42 ._Content_s8wya_88 ._Testimonials_s8wya_44 ._TestimonialEntry_s8wya_162 ._DeleteButton_s8wya_199 svg,._Home_s8wya_1 ._CompanySection_s8wya_43 ._Content_s8wya_88 ._Services_s8wya_147 ._ServiceEntry_s8wya_160 ._DeleteButton_s8wya_199 svg,._Home_s8wya_1 ._CompanySection_s8wya_43 ._Content_s8wya_88 ._Services_s8wya_147 ._CompanyEntry_s8wya_161 ._DeleteButton_s8wya_199 svg,._Home_s8wya_1 ._CompanySection_s8wya_43 ._Content_s8wya_88 ._Services_s8wya_147 ._TestimonialEntry_s8wya_162 ._DeleteButton_s8wya_199 svg,._Home_s8wya_1 ._CompanySection_s8wya_43 ._Content_s8wya_88 ._Companies_s8wya_148 ._ServiceEntry_s8wya_160 ._DeleteButton_s8wya_199 svg,._Home_s8wya_1 ._CompanySection_s8wya_43 ._Content_s8wya_88 ._Companies_s8wya_148 ._CompanyEntry_s8wya_161 ._DeleteButton_s8wya_199 svg,._Home_s8wya_1 ._CompanySection_s8wya_43 ._Content_s8wya_88 ._Companies_s8wya_148 ._TestimonialEntry_s8wya_162 ._DeleteButton_s8wya_199 svg,._Home_s8wya_1 ._CompanySection_s8wya_43 ._Content_s8wya_88 ._Testimonials_s8wya_44 ._ServiceEntry_s8wya_160 ._DeleteButton_s8wya_199 svg,._Home_s8wya_1 ._CompanySection_s8wya_43 ._Content_s8wya_88 ._Testimonials_s8wya_44 ._CompanyEntry_s8wya_161 ._DeleteButton_s8wya_199 svg,._Home_s8wya_1 ._CompanySection_s8wya_43 ._Content_s8wya_88 ._Testimonials_s8wya_44 ._TestimonialEntry_s8wya_162 ._DeleteButton_s8wya_199 svg,._Home_s8wya_1 ._TestimonialsSection_s8wya_44 ._Content_s8wya_88 ._Services_s8wya_147 ._ServiceEntry_s8wya_160 ._DeleteButton_s8wya_199 svg,._Home_s8wya_1 ._TestimonialsSection_s8wya_44 ._Content_s8wya_88 ._Services_s8wya_147 ._CompanyEntry_s8wya_161 ._DeleteButton_s8wya_199 svg,._Home_s8wya_1 ._TestimonialsSection_s8wya_44 ._Content_s8wya_88 ._Services_s8wya_147 ._TestimonialEntry_s8wya_162 ._DeleteButton_s8wya_199 svg,._Home_s8wya_1 ._TestimonialsSection_s8wya_44 ._Content_s8wya_88 ._Companies_s8wya_148 ._ServiceEntry_s8wya_160 ._DeleteButton_s8wya_199 svg,._Home_s8wya_1 ._TestimonialsSection_s8wya_44 ._Content_s8wya_88 ._Companies_s8wya_148 ._CompanyEntry_s8wya_161 ._DeleteButton_s8wya_199 svg,._Home_s8wya_1 ._TestimonialsSection_s8wya_44 ._Content_s8wya_88 ._Companies_s8wya_148 ._TestimonialEntry_s8wya_162 ._DeleteButton_s8wya_199 svg,._Home_s8wya_1 ._TestimonialsSection_s8wya_44 ._Content_s8wya_88 ._Testimonials_s8wya_44 ._ServiceEntry_s8wya_160 ._DeleteButton_s8wya_199 svg,._Home_s8wya_1 ._TestimonialsSection_s8wya_44 ._Content_s8wya_88 ._Testimonials_s8wya_44 ._CompanyEntry_s8wya_161 ._DeleteButton_s8wya_199 svg,._Home_s8wya_1 ._TestimonialsSection_s8wya_44 ._Content_s8wya_88 ._Testimonials_s8wya_44 ._TestimonialEntry_s8wya_162 ._DeleteButton_s8wya_199 svg{height:2.3rem;width:1.7rem}._Home_s8wya_1 ._ServiceSection_s8wya_42 ._Content_s8wya_88 ._Services_s8wya_147 ._ServiceEntry_s8wya_160 ._DeleteButton_s8wya_199:hover svg path,._Home_s8wya_1 ._ServiceSection_s8wya_42 ._Content_s8wya_88 ._Services_s8wya_147 ._CompanyEntry_s8wya_161 ._DeleteButton_s8wya_199:hover svg path,._Home_s8wya_1 ._ServiceSection_s8wya_42 ._Content_s8wya_88 ._Services_s8wya_147 ._TestimonialEntry_s8wya_162 ._DeleteButton_s8wya_199:hover svg path,._Home_s8wya_1 ._ServiceSection_s8wya_42 ._Content_s8wya_88 ._Companies_s8wya_148 ._ServiceEntry_s8wya_160 ._DeleteButton_s8wya_199:hover svg path,._Home_s8wya_1 ._ServiceSection_s8wya_42 ._Content_s8wya_88 ._Companies_s8wya_148 ._CompanyEntry_s8wya_161 ._DeleteButton_s8wya_199:hover svg path,._Home_s8wya_1 ._ServiceSection_s8wya_42 ._Content_s8wya_88 ._Companies_s8wya_148 ._TestimonialEntry_s8wya_162 ._DeleteButton_s8wya_199:hover svg path,._Home_s8wya_1 ._ServiceSection_s8wya_42 ._Content_s8wya_88 ._Testimonials_s8wya_44 ._ServiceEntry_s8wya_160 ._DeleteButton_s8wya_199:hover svg path,._Home_s8wya_1 ._ServiceSection_s8wya_42 ._Content_s8wya_88 ._Testimonials_s8wya_44 ._CompanyEntry_s8wya_161 ._DeleteButton_s8wya_199:hover svg path,._Home_s8wya_1 ._ServiceSection_s8wya_42 ._Content_s8wya_88 ._Testimonials_s8wya_44 ._TestimonialEntry_s8wya_162 ._DeleteButton_s8wya_199:hover svg path,._Home_s8wya_1 ._CompanySection_s8wya_43 ._Content_s8wya_88 ._Services_s8wya_147 ._ServiceEntry_s8wya_160 ._DeleteButton_s8wya_199:hover svg path,._Home_s8wya_1 ._CompanySection_s8wya_43 ._Content_s8wya_88 ._Services_s8wya_147 ._CompanyEntry_s8wya_161 ._DeleteButton_s8wya_199:hover svg path,._Home_s8wya_1 ._CompanySection_s8wya_43 ._Content_s8wya_88 ._Services_s8wya_147 ._TestimonialEntry_s8wya_162 ._DeleteButton_s8wya_199:hover svg path,._Home_s8wya_1 ._CompanySection_s8wya_43 ._Content_s8wya_88 ._Companies_s8wya_148 ._ServiceEntry_s8wya_160 ._DeleteButton_s8wya_199:hover svg path,._Home_s8wya_1 ._CompanySection_s8wya_43 ._Content_s8wya_88 ._Companies_s8wya_148 ._CompanyEntry_s8wya_161 ._DeleteButton_s8wya_199:hover svg path,._Home_s8wya_1 ._CompanySection_s8wya_43 ._Content_s8wya_88 ._Companies_s8wya_148 ._TestimonialEntry_s8wya_162 ._DeleteButton_s8wya_199:hover svg path,._Home_s8wya_1 ._CompanySection_s8wya_43 ._Content_s8wya_88 ._Testimonials_s8wya_44 ._ServiceEntry_s8wya_160 ._DeleteButton_s8wya_199:hover svg path,._Home_s8wya_1 ._CompanySection_s8wya_43 ._Content_s8wya_88 ._Testimonials_s8wya_44 ._CompanyEntry_s8wya_161 ._DeleteButton_s8wya_199:hover svg path,._Home_s8wya_1 ._CompanySection_s8wya_43 ._Content_s8wya_88 ._Testimonials_s8wya_44 ._TestimonialEntry_s8wya_162 ._DeleteButton_s8wya_199:hover svg path,._Home_s8wya_1 ._TestimonialsSection_s8wya_44 ._Content_s8wya_88 ._Services_s8wya_147 ._ServiceEntry_s8wya_160 ._DeleteButton_s8wya_199:hover svg path,._Home_s8wya_1 ._TestimonialsSection_s8wya_44 ._Content_s8wya_88 ._Services_s8wya_147 ._CompanyEntry_s8wya_161 ._DeleteButton_s8wya_199:hover svg path,._Home_s8wya_1 ._TestimonialsSection_s8wya_44 ._Content_s8wya_88 ._Services_s8wya_147 ._TestimonialEntry_s8wya_162 ._DeleteButton_s8wya_199:hover svg path,._Home_s8wya_1 ._TestimonialsSection_s8wya_44 ._Content_s8wya_88 ._Companies_s8wya_148 ._ServiceEntry_s8wya_160 ._DeleteButton_s8wya_199:hover svg path,._Home_s8wya_1 ._TestimonialsSection_s8wya_44 ._Content_s8wya_88 ._Companies_s8wya_148 ._CompanyEntry_s8wya_161 ._DeleteButton_s8wya_199:hover svg path,._Home_s8wya_1 ._TestimonialsSection_s8wya_44 ._Content_s8wya_88 ._Companies_s8wya_148 ._TestimonialEntry_s8wya_162 ._DeleteButton_s8wya_199:hover svg path,._Home_s8wya_1 ._TestimonialsSection_s8wya_44 ._Content_s8wya_88 ._Testimonials_s8wya_44 ._ServiceEntry_s8wya_160 ._DeleteButton_s8wya_199:hover svg path,._Home_s8wya_1 ._TestimonialsSection_s8wya_44 ._Content_s8wya_88 ._Testimonials_s8wya_44 ._CompanyEntry_s8wya_161 ._DeleteButton_s8wya_199:hover svg path,._Home_s8wya_1 ._TestimonialsSection_s8wya_44 ._Content_s8wya_88 ._Testimonials_s8wya_44 ._TestimonialEntry_s8wya_162 ._DeleteButton_s8wya_199:hover svg path{fill:#ed1f24}._Home_s8wya_1 ._ServiceSection_s8wya_42 ._Content_s8wya_88 ._Services_s8wya_147 ._ServiceEntry_s8wya_160 ._InputWrapper_s8wya_107 input,._Home_s8wya_1 ._ServiceSection_s8wya_42 ._Content_s8wya_88 ._Services_s8wya_147 ._CompanyEntry_s8wya_161 ._InputWrapper_s8wya_107 input,._Home_s8wya_1 ._ServiceSection_s8wya_42 ._Content_s8wya_88 ._Services_s8wya_147 ._TestimonialEntry_s8wya_162 ._InputWrapper_s8wya_107 input,._Home_s8wya_1 ._ServiceSection_s8wya_42 ._Content_s8wya_88 ._Companies_s8wya_148 ._ServiceEntry_s8wya_160 ._InputWrapper_s8wya_107 input,._Home_s8wya_1 ._ServiceSection_s8wya_42 ._Content_s8wya_88 ._Companies_s8wya_148 ._CompanyEntry_s8wya_161 ._InputWrapper_s8wya_107 input,._Home_s8wya_1 ._ServiceSection_s8wya_42 ._Content_s8wya_88 ._Companies_s8wya_148 ._TestimonialEntry_s8wya_162 ._InputWrapper_s8wya_107 input,._Home_s8wya_1 ._ServiceSection_s8wya_42 ._Content_s8wya_88 ._Testimonials_s8wya_44 ._ServiceEntry_s8wya_160 ._InputWrapper_s8wya_107 input,._Home_s8wya_1 ._ServiceSection_s8wya_42 ._Content_s8wya_88 ._Testimonials_s8wya_44 ._CompanyEntry_s8wya_161 ._InputWrapper_s8wya_107 input,._Home_s8wya_1 ._ServiceSection_s8wya_42 ._Content_s8wya_88 ._Testimonials_s8wya_44 ._TestimonialEntry_s8wya_162 ._InputWrapper_s8wya_107 input,._Home_s8wya_1 ._CompanySection_s8wya_43 ._Content_s8wya_88 ._Services_s8wya_147 ._ServiceEntry_s8wya_160 ._InputWrapper_s8wya_107 input,._Home_s8wya_1 ._CompanySection_s8wya_43 ._Content_s8wya_88 ._Services_s8wya_147 ._CompanyEntry_s8wya_161 ._InputWrapper_s8wya_107 input,._Home_s8wya_1 ._CompanySection_s8wya_43 ._Content_s8wya_88 ._Services_s8wya_147 ._TestimonialEntry_s8wya_162 ._InputWrapper_s8wya_107 input,._Home_s8wya_1 ._CompanySection_s8wya_43 ._Content_s8wya_88 ._Companies_s8wya_148 ._ServiceEntry_s8wya_160 ._InputWrapper_s8wya_107 input,._Home_s8wya_1 ._CompanySection_s8wya_43 ._Content_s8wya_88 ._Companies_s8wya_148 ._CompanyEntry_s8wya_161 ._InputWrapper_s8wya_107 input,._Home_s8wya_1 ._CompanySection_s8wya_43 ._Content_s8wya_88 ._Companies_s8wya_148 ._TestimonialEntry_s8wya_162 ._InputWrapper_s8wya_107 input,._Home_s8wya_1 ._CompanySection_s8wya_43 ._Content_s8wya_88 ._Testimonials_s8wya_44 ._ServiceEntry_s8wya_160 ._InputWrapper_s8wya_107 input,._Home_s8wya_1 ._CompanySection_s8wya_43 ._Content_s8wya_88 ._Testimonials_s8wya_44 ._CompanyEntry_s8wya_161 ._InputWrapper_s8wya_107 input,._Home_s8wya_1 ._CompanySection_s8wya_43 ._Content_s8wya_88 ._Testimonials_s8wya_44 ._TestimonialEntry_s8wya_162 ._InputWrapper_s8wya_107 input,._Home_s8wya_1 ._TestimonialsSection_s8wya_44 ._Content_s8wya_88 ._Services_s8wya_147 ._ServiceEntry_s8wya_160 ._InputWrapper_s8wya_107 input,._Home_s8wya_1 ._TestimonialsSection_s8wya_44 ._Content_s8wya_88 ._Services_s8wya_147 ._CompanyEntry_s8wya_161 ._InputWrapper_s8wya_107 input,._Home_s8wya_1 ._TestimonialsSection_s8wya_44 ._Content_s8wya_88 ._Services_s8wya_147 ._TestimonialEntry_s8wya_162 ._InputWrapper_s8wya_107 input,._Home_s8wya_1 ._TestimonialsSection_s8wya_44 ._Content_s8wya_88 ._Companies_s8wya_148 ._ServiceEntry_s8wya_160 ._InputWrapper_s8wya_107 input,._Home_s8wya_1 ._TestimonialsSection_s8wya_44 ._Content_s8wya_88 ._Companies_s8wya_148 ._CompanyEntry_s8wya_161 ._InputWrapper_s8wya_107 input,._Home_s8wya_1 ._TestimonialsSection_s8wya_44 ._Content_s8wya_88 ._Companies_s8wya_148 ._TestimonialEntry_s8wya_162 ._InputWrapper_s8wya_107 input,._Home_s8wya_1 ._TestimonialsSection_s8wya_44 ._Content_s8wya_88 ._Testimonials_s8wya_44 ._ServiceEntry_s8wya_160 ._InputWrapper_s8wya_107 input,._Home_s8wya_1 ._TestimonialsSection_s8wya_44 ._Content_s8wya_88 ._Testimonials_s8wya_44 ._CompanyEntry_s8wya_161 ._InputWrapper_s8wya_107 input,._Home_s8wya_1 ._TestimonialsSection_s8wya_44 ._Content_s8wya_88 ._Testimonials_s8wya_44 ._TestimonialEntry_s8wya_162 ._InputWrapper_s8wya_107 input{width:30rem;color:#fff;font-family:Mulish;font-size:1.125rem;font-style:normal;font-weight:600;line-height:1.80988rem;outline:none;border:none;border-bottom:.2rem solid #666;background-color:transparent;padding:.4rem}._Home_s8wya_1 ._ServiceSection_s8wya_42 ._Content_s8wya_88 ._Services_s8wya_147 ._ServiceEntry_s8wya_160 ._TextareaWrapper_s8wya_108 textarea,._Home_s8wya_1 ._ServiceSection_s8wya_42 ._Content_s8wya_88 ._Services_s8wya_147 ._CompanyEntry_s8wya_161 ._TextareaWrapper_s8wya_108 textarea,._Home_s8wya_1 ._ServiceSection_s8wya_42 ._Content_s8wya_88 ._Services_s8wya_147 ._TestimonialEntry_s8wya_162 ._TextareaWrapper_s8wya_108 textarea,._Home_s8wya_1 ._ServiceSection_s8wya_42 ._Content_s8wya_88 ._Companies_s8wya_148 ._ServiceEntry_s8wya_160 ._TextareaWrapper_s8wya_108 textarea,._Home_s8wya_1 ._ServiceSection_s8wya_42 ._Content_s8wya_88 ._Companies_s8wya_148 ._CompanyEntry_s8wya_161 ._TextareaWrapper_s8wya_108 textarea,._Home_s8wya_1 ._ServiceSection_s8wya_42 ._Content_s8wya_88 ._Companies_s8wya_148 ._TestimonialEntry_s8wya_162 ._TextareaWrapper_s8wya_108 textarea,._Home_s8wya_1 ._ServiceSection_s8wya_42 ._Content_s8wya_88 ._Testimonials_s8wya_44 ._ServiceEntry_s8wya_160 ._TextareaWrapper_s8wya_108 textarea,._Home_s8wya_1 ._ServiceSection_s8wya_42 ._Content_s8wya_88 ._Testimonials_s8wya_44 ._CompanyEntry_s8wya_161 ._TextareaWrapper_s8wya_108 textarea,._Home_s8wya_1 ._ServiceSection_s8wya_42 ._Content_s8wya_88 ._Testimonials_s8wya_44 ._TestimonialEntry_s8wya_162 ._TextareaWrapper_s8wya_108 textarea,._Home_s8wya_1 ._CompanySection_s8wya_43 ._Content_s8wya_88 ._Services_s8wya_147 ._ServiceEntry_s8wya_160 ._TextareaWrapper_s8wya_108 textarea,._Home_s8wya_1 ._CompanySection_s8wya_43 ._Content_s8wya_88 ._Services_s8wya_147 ._CompanyEntry_s8wya_161 ._TextareaWrapper_s8wya_108 textarea,._Home_s8wya_1 ._CompanySection_s8wya_43 ._Content_s8wya_88 ._Services_s8wya_147 ._TestimonialEntry_s8wya_162 ._TextareaWrapper_s8wya_108 textarea,._Home_s8wya_1 ._CompanySection_s8wya_43 ._Content_s8wya_88 ._Companies_s8wya_148 ._ServiceEntry_s8wya_160 ._TextareaWrapper_s8wya_108 textarea,._Home_s8wya_1 ._CompanySection_s8wya_43 ._Content_s8wya_88 ._Companies_s8wya_148 ._CompanyEntry_s8wya_161 ._TextareaWrapper_s8wya_108 textarea,._Home_s8wya_1 ._CompanySection_s8wya_43 ._Content_s8wya_88 ._Companies_s8wya_148 ._TestimonialEntry_s8wya_162 ._TextareaWrapper_s8wya_108 textarea,._Home_s8wya_1 ._CompanySection_s8wya_43 ._Content_s8wya_88 ._Testimonials_s8wya_44 ._ServiceEntry_s8wya_160 ._TextareaWrapper_s8wya_108 textarea,._Home_s8wya_1 ._CompanySection_s8wya_43 ._Content_s8wya_88 ._Testimonials_s8wya_44 ._CompanyEntry_s8wya_161 ._TextareaWrapper_s8wya_108 textarea,._Home_s8wya_1 ._CompanySection_s8wya_43 ._Content_s8wya_88 ._Testimonials_s8wya_44 ._TestimonialEntry_s8wya_162 ._TextareaWrapper_s8wya_108 textarea,._Home_s8wya_1 ._TestimonialsSection_s8wya_44 ._Content_s8wya_88 ._Services_s8wya_147 ._ServiceEntry_s8wya_160 ._TextareaWrapper_s8wya_108 textarea,._Home_s8wya_1 ._TestimonialsSection_s8wya_44 ._Content_s8wya_88 ._Services_s8wya_147 ._CompanyEntry_s8wya_161 ._TextareaWrapper_s8wya_108 textarea,._Home_s8wya_1 ._TestimonialsSection_s8wya_44 ._Content_s8wya_88 ._Services_s8wya_147 ._TestimonialEntry_s8wya_162 ._TextareaWrapper_s8wya_108 textarea,._Home_s8wya_1 ._TestimonialsSection_s8wya_44 ._Content_s8wya_88 ._Companies_s8wya_148 ._ServiceEntry_s8wya_160 ._TextareaWrapper_s8wya_108 textarea,._Home_s8wya_1 ._TestimonialsSection_s8wya_44 ._Content_s8wya_88 ._Companies_s8wya_148 ._CompanyEntry_s8wya_161 ._TextareaWrapper_s8wya_108 textarea,._Home_s8wya_1 ._TestimonialsSection_s8wya_44 ._Content_s8wya_88 ._Companies_s8wya_148 ._TestimonialEntry_s8wya_162 ._TextareaWrapper_s8wya_108 textarea,._Home_s8wya_1 ._TestimonialsSection_s8wya_44 ._Content_s8wya_88 ._Testimonials_s8wya_44 ._ServiceEntry_s8wya_160 ._TextareaWrapper_s8wya_108 textarea,._Home_s8wya_1 ._TestimonialsSection_s8wya_44 ._Content_s8wya_88 ._Testimonials_s8wya_44 ._CompanyEntry_s8wya_161 ._TextareaWrapper_s8wya_108 textarea,._Home_s8wya_1 ._TestimonialsSection_s8wya_44 ._Content_s8wya_88 ._Testimonials_s8wya_44 ._TestimonialEntry_s8wya_162 ._TextareaWrapper_s8wya_108 textarea{resize:none;width:30rem;height:10rem;color:#fff;font-family:Mulish;font-size:1.125rem;font-style:normal;font-weight:600;line-height:1.80988rem;outline:none;border:none;border:.2rem solid #666;padding:.4rem;background-color:transparent}._Home_s8wya_1 ._ServiceSection_s8wya_42 ._Content_s8wya_88 ._Services_s8wya_147 ._ServiceEntry_s8wya_160 ._InputWrapper_s8wya_107,._Home_s8wya_1 ._ServiceSection_s8wya_42 ._Content_s8wya_88 ._Services_s8wya_147 ._ServiceEntry_s8wya_160 ._TextareaWrapper_s8wya_108,._Home_s8wya_1 ._ServiceSection_s8wya_42 ._Content_s8wya_88 ._Services_s8wya_147 ._ServiceEntry_s8wya_160 ._ImageWrapper_s8wya_373,._Home_s8wya_1 ._ServiceSection_s8wya_42 ._Content_s8wya_88 ._Services_s8wya_147 ._CompanyEntry_s8wya_161 ._InputWrapper_s8wya_107,._Home_s8wya_1 ._ServiceSection_s8wya_42 ._Content_s8wya_88 ._Services_s8wya_147 ._CompanyEntry_s8wya_161 ._TextareaWrapper_s8wya_108,._Home_s8wya_1 ._ServiceSection_s8wya_42 ._Content_s8wya_88 ._Services_s8wya_147 ._CompanyEntry_s8wya_161 ._ImageWrapper_s8wya_373,._Home_s8wya_1 ._ServiceSection_s8wya_42 ._Content_s8wya_88 ._Services_s8wya_147 ._TestimonialEntry_s8wya_162 ._InputWrapper_s8wya_107,._Home_s8wya_1 ._ServiceSection_s8wya_42 ._Content_s8wya_88 ._Services_s8wya_147 ._TestimonialEntry_s8wya_162 ._TextareaWrapper_s8wya_108,._Home_s8wya_1 ._ServiceSection_s8wya_42 ._Content_s8wya_88 ._Services_s8wya_147 ._TestimonialEntry_s8wya_162 ._ImageWrapper_s8wya_373,._Home_s8wya_1 ._ServiceSection_s8wya_42 ._Content_s8wya_88 ._Companies_s8wya_148 ._ServiceEntry_s8wya_160 ._InputWrapper_s8wya_107,._Home_s8wya_1 ._ServiceSection_s8wya_42 ._Content_s8wya_88 ._Companies_s8wya_148 ._ServiceEntry_s8wya_160 ._TextareaWrapper_s8wya_108,._Home_s8wya_1 ._ServiceSection_s8wya_42 ._Content_s8wya_88 ._Companies_s8wya_148 ._ServiceEntry_s8wya_160 ._ImageWrapper_s8wya_373,._Home_s8wya_1 ._ServiceSection_s8wya_42 ._Content_s8wya_88 ._Companies_s8wya_148 ._CompanyEntry_s8wya_161 ._InputWrapper_s8wya_107,._Home_s8wya_1 ._ServiceSection_s8wya_42 ._Content_s8wya_88 ._Companies_s8wya_148 ._CompanyEntry_s8wya_161 ._TextareaWrapper_s8wya_108,._Home_s8wya_1 ._ServiceSection_s8wya_42 ._Content_s8wya_88 ._Companies_s8wya_148 ._CompanyEntry_s8wya_161 ._ImageWrapper_s8wya_373,._Home_s8wya_1 ._ServiceSection_s8wya_42 ._Content_s8wya_88 ._Companies_s8wya_148 ._TestimonialEntry_s8wya_162 ._InputWrapper_s8wya_107,._Home_s8wya_1 ._ServiceSection_s8wya_42 ._Content_s8wya_88 ._Companies_s8wya_148 ._TestimonialEntry_s8wya_162 ._TextareaWrapper_s8wya_108,._Home_s8wya_1 ._ServiceSection_s8wya_42 ._Content_s8wya_88 ._Companies_s8wya_148 ._TestimonialEntry_s8wya_162 ._ImageWrapper_s8wya_373,._Home_s8wya_1 ._ServiceSection_s8wya_42 ._Content_s8wya_88 ._Testimonials_s8wya_44 ._ServiceEntry_s8wya_160 ._InputWrapper_s8wya_107,._Home_s8wya_1 ._ServiceSection_s8wya_42 ._Content_s8wya_88 ._Testimonials_s8wya_44 ._ServiceEntry_s8wya_160 ._TextareaWrapper_s8wya_108,._Home_s8wya_1 ._ServiceSection_s8wya_42 ._Content_s8wya_88 ._Testimonials_s8wya_44 ._ServiceEntry_s8wya_160 ._ImageWrapper_s8wya_373,._Home_s8wya_1 ._ServiceSection_s8wya_42 ._Content_s8wya_88 ._Testimonials_s8wya_44 ._CompanyEntry_s8wya_161 ._InputWrapper_s8wya_107,._Home_s8wya_1 ._ServiceSection_s8wya_42 ._Content_s8wya_88 ._Testimonials_s8wya_44 ._CompanyEntry_s8wya_161 ._TextareaWrapper_s8wya_108,._Home_s8wya_1 ._ServiceSection_s8wya_42 ._Content_s8wya_88 ._Testimonials_s8wya_44 ._CompanyEntry_s8wya_161 ._ImageWrapper_s8wya_373,._Home_s8wya_1 ._ServiceSection_s8wya_42 ._Content_s8wya_88 ._Testimonials_s8wya_44 ._TestimonialEntry_s8wya_162 ._InputWrapper_s8wya_107,._Home_s8wya_1 ._ServiceSection_s8wya_42 ._Content_s8wya_88 ._Testimonials_s8wya_44 ._TestimonialEntry_s8wya_162 ._TextareaWrapper_s8wya_108,._Home_s8wya_1 ._ServiceSection_s8wya_42 ._Content_s8wya_88 ._Testimonials_s8wya_44 ._TestimonialEntry_s8wya_162 ._ImageWrapper_s8wya_373,._Home_s8wya_1 ._CompanySection_s8wya_43 ._Content_s8wya_88 ._Services_s8wya_147 ._ServiceEntry_s8wya_160 ._InputWrapper_s8wya_107,._Home_s8wya_1 ._CompanySection_s8wya_43 ._Content_s8wya_88 ._Services_s8wya_147 ._ServiceEntry_s8wya_160 ._TextareaWrapper_s8wya_108,._Home_s8wya_1 ._CompanySection_s8wya_43 ._Content_s8wya_88 ._Services_s8wya_147 ._ServiceEntry_s8wya_160 ._ImageWrapper_s8wya_373,._Home_s8wya_1 ._CompanySection_s8wya_43 ._Content_s8wya_88 ._Services_s8wya_147 ._CompanyEntry_s8wya_161 ._InputWrapper_s8wya_107,._Home_s8wya_1 ._CompanySection_s8wya_43 ._Content_s8wya_88 ._Services_s8wya_147 ._CompanyEntry_s8wya_161 ._TextareaWrapper_s8wya_108,._Home_s8wya_1 ._CompanySection_s8wya_43 ._Content_s8wya_88 ._Services_s8wya_147 ._CompanyEntry_s8wya_161 ._ImageWrapper_s8wya_373,._Home_s8wya_1 ._CompanySection_s8wya_43 ._Content_s8wya_88 ._Services_s8wya_147 ._TestimonialEntry_s8wya_162 ._InputWrapper_s8wya_107,._Home_s8wya_1 ._CompanySection_s8wya_43 ._Content_s8wya_88 ._Services_s8wya_147 ._TestimonialEntry_s8wya_162 ._TextareaWrapper_s8wya_108,._Home_s8wya_1 ._CompanySection_s8wya_43 ._Content_s8wya_88 ._Services_s8wya_147 ._TestimonialEntry_s8wya_162 ._ImageWrapper_s8wya_373,._Home_s8wya_1 ._CompanySection_s8wya_43 ._Content_s8wya_88 ._Companies_s8wya_148 ._ServiceEntry_s8wya_160 ._InputWrapper_s8wya_107,._Home_s8wya_1 ._CompanySection_s8wya_43 ._Content_s8wya_88 ._Companies_s8wya_148 ._ServiceEntry_s8wya_160 ._TextareaWrapper_s8wya_108,._Home_s8wya_1 ._CompanySection_s8wya_43 ._Content_s8wya_88 ._Companies_s8wya_148 ._ServiceEntry_s8wya_160 ._ImageWrapper_s8wya_373,._Home_s8wya_1 ._CompanySection_s8wya_43 ._Content_s8wya_88 ._Companies_s8wya_148 ._CompanyEntry_s8wya_161 ._InputWrapper_s8wya_107,._Home_s8wya_1 ._CompanySection_s8wya_43 ._Content_s8wya_88 ._Companies_s8wya_148 ._CompanyEntry_s8wya_161 ._TextareaWrapper_s8wya_108,._Home_s8wya_1 ._CompanySection_s8wya_43 ._Content_s8wya_88 ._Companies_s8wya_148 ._CompanyEntry_s8wya_161 ._ImageWrapper_s8wya_373,._Home_s8wya_1 ._CompanySection_s8wya_43 ._Content_s8wya_88 ._Companies_s8wya_148 ._TestimonialEntry_s8wya_162 ._InputWrapper_s8wya_107,._Home_s8wya_1 ._CompanySection_s8wya_43 ._Content_s8wya_88 ._Companies_s8wya_148 ._TestimonialEntry_s8wya_162 ._TextareaWrapper_s8wya_108,._Home_s8wya_1 ._CompanySection_s8wya_43 ._Content_s8wya_88 ._Companies_s8wya_148 ._TestimonialEntry_s8wya_162 ._ImageWrapper_s8wya_373,._Home_s8wya_1 ._CompanySection_s8wya_43 ._Content_s8wya_88 ._Testimonials_s8wya_44 ._ServiceEntry_s8wya_160 ._InputWrapper_s8wya_107,._Home_s8wya_1 ._CompanySection_s8wya_43 ._Content_s8wya_88 ._Testimonials_s8wya_44 ._ServiceEntry_s8wya_160 ._TextareaWrapper_s8wya_108,._Home_s8wya_1 ._CompanySection_s8wya_43 ._Content_s8wya_88 ._Testimonials_s8wya_44 ._ServiceEntry_s8wya_160 ._ImageWrapper_s8wya_373,._Home_s8wya_1 ._CompanySection_s8wya_43 ._Content_s8wya_88 ._Testimonials_s8wya_44 ._CompanyEntry_s8wya_161 ._InputWrapper_s8wya_107,._Home_s8wya_1 ._CompanySection_s8wya_43 ._Content_s8wya_88 ._Testimonials_s8wya_44 ._CompanyEntry_s8wya_161 ._TextareaWrapper_s8wya_108,._Home_s8wya_1 ._CompanySection_s8wya_43 ._Content_s8wya_88 ._Testimonials_s8wya_44 ._CompanyEntry_s8wya_161 ._ImageWrapper_s8wya_373,._Home_s8wya_1 ._CompanySection_s8wya_43 ._Content_s8wya_88 ._Testimonials_s8wya_44 ._TestimonialEntry_s8wya_162 ._InputWrapper_s8wya_107,._Home_s8wya_1 ._CompanySection_s8wya_43 ._Content_s8wya_88 ._Testimonials_s8wya_44 ._TestimonialEntry_s8wya_162 ._TextareaWrapper_s8wya_108,._Home_s8wya_1 ._CompanySection_s8wya_43 ._Content_s8wya_88 ._Testimonials_s8wya_44 ._TestimonialEntry_s8wya_162 ._ImageWrapper_s8wya_373,._Home_s8wya_1 ._TestimonialsSection_s8wya_44 ._Content_s8wya_88 ._Services_s8wya_147 ._ServiceEntry_s8wya_160 ._InputWrapper_s8wya_107,._Home_s8wya_1 ._TestimonialsSection_s8wya_44 ._Content_s8wya_88 ._Services_s8wya_147 ._ServiceEntry_s8wya_160 ._TextareaWrapper_s8wya_108,._Home_s8wya_1 ._TestimonialsSection_s8wya_44 ._Content_s8wya_88 ._Services_s8wya_147 ._ServiceEntry_s8wya_160 ._ImageWrapper_s8wya_373,._Home_s8wya_1 ._TestimonialsSection_s8wya_44 ._Content_s8wya_88 ._Services_s8wya_147 ._CompanyEntry_s8wya_161 ._InputWrapper_s8wya_107,._Home_s8wya_1 ._TestimonialsSection_s8wya_44 ._Content_s8wya_88 ._Services_s8wya_147 ._CompanyEntry_s8wya_161 ._TextareaWrapper_s8wya_108,._Home_s8wya_1 ._TestimonialsSection_s8wya_44 ._Content_s8wya_88 ._Services_s8wya_147 ._CompanyEntry_s8wya_161 ._ImageWrapper_s8wya_373,._Home_s8wya_1 ._TestimonialsSection_s8wya_44 ._Content_s8wya_88 ._Services_s8wya_147 ._TestimonialEntry_s8wya_162 ._InputWrapper_s8wya_107,._Home_s8wya_1 ._TestimonialsSection_s8wya_44 ._Content_s8wya_88 ._Services_s8wya_147 ._TestimonialEntry_s8wya_162 ._TextareaWrapper_s8wya_108,._Home_s8wya_1 ._TestimonialsSection_s8wya_44 ._Content_s8wya_88 ._Services_s8wya_147 ._TestimonialEntry_s8wya_162 ._ImageWrapper_s8wya_373,._Home_s8wya_1 ._TestimonialsSection_s8wya_44 ._Content_s8wya_88 ._Companies_s8wya_148 ._ServiceEntry_s8wya_160 ._InputWrapper_s8wya_107,._Home_s8wya_1 ._TestimonialsSection_s8wya_44 ._Content_s8wya_88 ._Companies_s8wya_148 ._ServiceEntry_s8wya_160 ._TextareaWrapper_s8wya_108,._Home_s8wya_1 ._TestimonialsSection_s8wya_44 ._Content_s8wya_88 ._Companies_s8wya_148 ._ServiceEntry_s8wya_160 ._ImageWrapper_s8wya_373,._Home_s8wya_1 ._TestimonialsSection_s8wya_44 ._Content_s8wya_88 ._Companies_s8wya_148 ._CompanyEntry_s8wya_161 ._InputWrapper_s8wya_107,._Home_s8wya_1 ._TestimonialsSection_s8wya_44 ._Content_s8wya_88 ._Companies_s8wya_148 ._CompanyEntry_s8wya_161 ._TextareaWrapper_s8wya_108,._Home_s8wya_1 ._TestimonialsSection_s8wya_44 ._Content_s8wya_88 ._Companies_s8wya_148 ._CompanyEntry_s8wya_161 ._ImageWrapper_s8wya_373,._Home_s8wya_1 ._TestimonialsSection_s8wya_44 ._Content_s8wya_88 ._Companies_s8wya_148 ._TestimonialEntry_s8wya_162 ._InputWrapper_s8wya_107,._Home_s8wya_1 ._TestimonialsSection_s8wya_44 ._Content_s8wya_88 ._Companies_s8wya_148 ._TestimonialEntry_s8wya_162 ._TextareaWrapper_s8wya_108,._Home_s8wya_1 ._TestimonialsSection_s8wya_44 ._Content_s8wya_88 ._Companies_s8wya_148 ._TestimonialEntry_s8wya_162 ._ImageWrapper_s8wya_373,._Home_s8wya_1 ._TestimonialsSection_s8wya_44 ._Content_s8wya_88 ._Testimonials_s8wya_44 ._ServiceEntry_s8wya_160 ._InputWrapper_s8wya_107,._Home_s8wya_1 ._TestimonialsSection_s8wya_44 ._Content_s8wya_88 ._Testimonials_s8wya_44 ._ServiceEntry_s8wya_160 ._TextareaWrapper_s8wya_108,._Home_s8wya_1 ._TestimonialsSection_s8wya_44 ._Content_s8wya_88 ._Testimonials_s8wya_44 ._ServiceEntry_s8wya_160 ._ImageWrapper_s8wya_373,._Home_s8wya_1 ._TestimonialsSection_s8wya_44 ._Content_s8wya_88 ._Testimonials_s8wya_44 ._CompanyEntry_s8wya_161 ._InputWrapper_s8wya_107,._Home_s8wya_1 ._TestimonialsSection_s8wya_44 ._Content_s8wya_88 ._Testimonials_s8wya_44 ._CompanyEntry_s8wya_161 ._TextareaWrapper_s8wya_108,._Home_s8wya_1 ._TestimonialsSection_s8wya_44 ._Content_s8wya_88 ._Testimonials_s8wya_44 ._CompanyEntry_s8wya_161 ._ImageWrapper_s8wya_373,._Home_s8wya_1 ._TestimonialsSection_s8wya_44 ._Content_s8wya_88 ._Testimonials_s8wya_44 ._TestimonialEntry_s8wya_162 ._InputWrapper_s8wya_107,._Home_s8wya_1 ._TestimonialsSection_s8wya_44 ._Content_s8wya_88 ._Testimonials_s8wya_44 ._TestimonialEntry_s8wya_162 ._TextareaWrapper_s8wya_108,._Home_s8wya_1 ._TestimonialsSection_s8wya_44 ._Content_s8wya_88 ._Testimonials_s8wya_44 ._TestimonialEntry_s8wya_162 ._ImageWrapper_s8wya_373{display:flex;align-items:center;justify-content:space-between;gap:1rem}._Home_s8wya_1 ._ServiceSection_s8wya_42 ._ImageWrapper_s8wya_373,._Home_s8wya_1 ._CompanySection_s8wya_43 ._ImageWrapper_s8wya_373,._Home_s8wya_1 ._TestimonialsSection_s8wya_44 ._ImageWrapper_s8wya_373{position:relative}._Home_s8wya_1 ._ServiceSection_s8wya_42 ._ImageWrapper_s8wya_373 img,._Home_s8wya_1 ._CompanySection_s8wya_43 ._ImageWrapper_s8wya_373 img,._Home_s8wya_1 ._TestimonialsSection_s8wya_44 ._ImageWrapper_s8wya_373 img{height:15rem;width:18rem;border-radius:1rem}._Home_s8wya_1 ._ServiceSection_s8wya_42 ._ImageWrapper_s8wya_373 ._UploadButton_s8wya_469,._Home_s8wya_1 ._CompanySection_s8wya_43 ._ImageWrapper_s8wya_373 ._UploadButton_s8wya_469,._Home_s8wya_1 ._TestimonialsSection_s8wya_44 ._ImageWrapper_s8wya_373 ._UploadButton_s8wya_469{z-index:10;position:absolute;top:0;right:0;background-color:#000;transform:none}._Home_s8wya_1 ._ServiceSection_s8wya_42 ._ImageWrapper_s8wya_373 ._ImagePreview_s8wya_479,._Home_s8wya_1 ._CompanySection_s8wya_43 ._ImageWrapper_s8wya_373 ._ImagePreview_s8wya_479,._Home_s8wya_1 ._TestimonialsSection_s8wya_44 ._ImageWrapper_s8wya_373 ._ImagePreview_s8wya_479{height:15rem;width:18rem;border-radius:1rem;overflow:hidden;position:relative}._Home_s8wya_1 ._ServiceSection_s8wya_42 ._ImageWrapper_s8wya_373 ._ImagePreview_s8wya_479 ._ChangeIcon_s8wya_488,._Home_s8wya_1 ._CompanySection_s8wya_43 ._ImageWrapper_s8wya_373 ._ImagePreview_s8wya_479 ._ChangeIcon_s8wya_488,._Home_s8wya_1 ._TestimonialsSection_s8wya_44 ._ImageWrapper_s8wya_373 ._ImagePreview_s8wya_479 ._ChangeIcon_s8wya_488{height:100%;width:100%;position:absolute;top:0;left:0;display:flex;align-items:center;justify-content:center;background:#726b6b66}._Home_s8wya_1 ._ServiceSection_s8wya_42 ._ImageWrapper_s8wya_373 ._ImagePreview_s8wya_479 ._ChangeIcon_s8wya_488 svg,._Home_s8wya_1 ._CompanySection_s8wya_43 ._ImageWrapper_s8wya_373 ._ImagePreview_s8wya_479 ._ChangeIcon_s8wya_488 svg,._Home_s8wya_1 ._TestimonialsSection_s8wya_44 ._ImageWrapper_s8wya_373 ._ImagePreview_s8wya_479 ._ChangeIcon_s8wya_488 svg{cursor:pointer;height:2rem;width:2rem}._Home_s8wya_1 ._FeaturesSection_s8wya_508{display:flex;flex-direction:column;align-items:center;gap:3rem;position:relative;width:90rem;padding:2rem;background-color:#333563ed;box-shadow:10px 10px 5px #121111;border-radius:1.2rem}._Home_s8wya_1 ._FeaturesSection_s8wya_508 ._Top_s8wya_27{display:flex;align-items:center;gap:2rem}._Home_s8wya_1 ._FeaturesSection_s8wya_508 ._Top_s8wya_27 svg{height:2rem;width:2rem}._Home_s8wya_1 ._FeaturesSection_s8wya_508 button{background-color:#1e252434;padding:.3rem 1.2rem;color:#999;font-family:Mulish;font-size:1.125rem;font-style:normal;font-weight:600;line-height:1.80988rem;border-radius:.5rem;border:none;cursor:pointer;transition:all ease .3s}._Home_s8wya_1 ._FeaturesSection_s8wya_508 button:hover{opacity:1.15;transform:scale(1.15)}._Home_s8wya_1 ._FeaturesSection_s8wya_508 ._EditButton_s8wya_78{position:fixed;right:4rem;top:8rem}._Home_s8wya_1 ._FeaturesSection_s8wya_508 ._Content_s8wya_88{display:flex;flex-wrap:wrap;justify-content:space-between;gap:2rem}._Home_s8wya_1 ._FeaturesSection_s8wya_508 ._Content_s8wya_88 ._InputWrapper_s8wya_107{width:48%}._Home_s8wya_1 ._FeaturesSection_s8wya_508 ._Content_s8wya_88 ._InputWrapper_s8wya_107 input{width:100%;color:#fff;font-family:Mulish;font-size:1.125rem;font-style:normal;font-weight:600;line-height:1.80988rem;outline:none;border:none;border-bottom:.2rem solid #666;background-color:transparent;padding:.4rem}._Home_s8wya_1 ._FeaturesSection_s8wya_508 ._Content_s8wya_88 ._TextareaWrapper_s8wya_108{width:48%}._Home_s8wya_1 ._FeaturesSection_s8wya_508 ._Content_s8wya_88 ._TextareaWrapper_s8wya_108 textarea{resize:none;width:100%;height:10rem;color:#fff;font-family:Mulish;font-size:1.125rem;font-style:normal;font-weight:600;line-height:1.80988rem;outline:none;border:none;border:.2rem solid #666;padding:.4rem;background-color:transparent}._Home_s8wya_1 ._FeaturesSection_s8wya_508 ._Content_s8wya_88 ._ImageWrapper_s8wya_373 img{height:18rem;width:18rem;border-radius:1rem}._Home_s8wya_1 ._FeaturesSection_s8wya_508 ._Content_s8wya_88 ._ImageWrapper_s8wya_373 ._ImagePreview_s8wya_479{height:15rem;width:18rem;border-radius:1rem;overflow:hidden;position:relative}._Home_s8wya_1 ._FeaturesSection_s8wya_508 ._Content_s8wya_88 ._ImageWrapper_s8wya_373 ._ImagePreview_s8wya_479 ._ChangeIcon_s8wya_488{height:100%;width:100%;position:absolute;top:0;left:0;display:flex;align-items:center;justify-content:center;background:#726b6b66}._Home_s8wya_1 ._FeaturesSection_s8wya_508 ._Content_s8wya_88 ._ImageWrapper_s8wya_373 ._ImagePreview_s8wya_479 ._ChangeIcon_s8wya_488 svg{cursor:pointer;height:2rem;width:2rem}._Home_s8wya_1 ._FeaturesSection_s8wya_508 ._Content_s8wya_88 ._InputWrapper_s8wya_107,._Home_s8wya_1 ._FeaturesSection_s8wya_508 ._Content_s8wya_88 ._TextareaWrapper_s8wya_108,._Home_s8wya_1 ._FeaturesSection_s8wya_508 ._Content_s8wya_88 ._ImageWrapper_s8wya_373{display:flex;align-items:center;justify-content:space-between;gap:2rem}._Home_s8wya_1 ._FeaturesSection_s8wya_508 ._Content_s8wya_88 ._InputWrapper_s8wya_107 label,._Home_s8wya_1 ._FeaturesSection_s8wya_508 ._Content_s8wya_88 ._TextareaWrapper_s8wya_108 label,._Home_s8wya_1 ._FeaturesSection_s8wya_508 ._Content_s8wya_88 ._ImageWrapper_s8wya_373 label{color:#999;text-align:center;font-family:"PT Serif";font-size:1.625rem;font-style:normal;font-weight:400;line-height:2.5645rem;text-transform:capitalize;white-space:nowrap}._AdmissionForms_wi0qj_1{height:calc(100vh - 4.5rem);width:100%;display:flex;flex-direction:column;align-items:center;position:relative;overflow:hidden}._AdmissionForms_wi0qj_1 h1{padding:2vh 0;align-self:start;margin-left:2.3vw;color:#191b1c;font-family:var(--f1);font-size:1.25vw;font-style:normal;font-weight:600;line-height:2.13vh}._AdmissionForms_wi0qj_1 h4{padding-bottom:1vh;align-self:start;margin-left:2.3vw;color:#999;font-family:var(--f1);font-size:.63vw;font-style:normal;font-weight:400;line-height:1.85vh}._AdmissionForms_wi0qj_1 ._ContentWrapper_wi0qj_32{width:100%;flex:1;border-radius:.42vw .42vw 0px 0px;overflow:hidden;display:flex;flex-direction:column}._AdmissionForms_wi0qj_1 ._ContentWrapper_wi0qj_32 ._heading_wi0qj_40{width:100%;display:flex;padding:1.11vh 1.25vw;align-items:center;justify-content:flex-end}._AdmissionForms_wi0qj_1 ._ContentWrapper_wi0qj_32 ._heading_wi0qj_40 ._ButtonWrapper_wi0qj_47{display:flex;gap:2rem;align-items:center}._AdmissionForms_wi0qj_1 ._ContentWrapper_wi0qj_32 ._heading_wi0qj_40 ._ButtonWrapper_wi0qj_47 button{cursor:pointer;padding:.7vh 1.2vw;background-color:var(--c1);color:#fff;border:none;border-radius:.2vw;transition:all ease .3s;font-family:var(--f1)}._AdmissionForms_wi0qj_1 ._ContentWrapper_wi0qj_32 ._heading_wi0qj_40 ._ButtonWrapper_wi0qj_47 button:hover,._AdmissionForms_wi0qj_1 ._ContentWrapper_wi0qj_32 ._heading_wi0qj_40 ._ButtonWrapper_wi0qj_47 button._active_wi0qj_67{background-color:var(--c1v2);color:#606666;transform:scale(1.1)}._AdmissionForms_wi0qj_1 ._ContentWrapper_wi0qj_32 ._heading_wi0qj_40 ._ButtonWrapper_wi0qj_47 button._refresh_wi0qj_72{display:flex;align-items:center;justify-content:center;background-color:var(--c4);color:#fff}._AdmissionForms_wi0qj_1 ._ContentWrapper_wi0qj_32 ._heading_wi0qj_40 ._ButtonWrapper_wi0qj_47 button._refresh_wi0qj_72:hover{background-color:var(--c4v2);color:#fff;transform:scale(1.1)}._AdmissionForms_wi0qj_1 ._ContentWrapper_wi0qj_32 ._heading_wi0qj_40 ._AddDeveloper_wi0qj_84{cursor:pointer;padding:.7rem 1.4rem;background-color:var(--c1);color:#fff;border:none;border-radius:.2vw;transition:all ease .3s;font-family:var(--f1)}._AdmissionForms_wi0qj_1 ._ContentWrapper_wi0qj_32 ._heading_wi0qj_40 ._AddDeveloper_wi0qj_84:hover{background-color:var(--c1v2);color:var(--c1v2);transform:scale(1.1);color:var(--c3)}._AdmissionForms_wi0qj_1 ._ContentWrapper_wi0qj_32 ._subHeading_wi0qj_100{width:100%;height:3.3rem;flex-shrink:0;opacity:.9;background:var(--c1);display:flex;align-items:center;padding:0 1rem}._AdmissionForms_wi0qj_1 ._ContentWrapper_wi0qj_32 ._subHeading_wi0qj_100>div{display:flex;align-items:center;justify-content:center;color:var(--c3);font-family:var(--f2);font-size:1.1rem;font-style:normal;font-weight:500;line-height:100%;text-transform:uppercase}._AdmissionForms_wi0qj_1 ._ContentWrapper_wi0qj_32 ._subHeading_wi0qj_100 ._userId_wi0qj_122{flex:.4}._AdmissionForms_wi0qj_1 ._ContentWrapper_wi0qj_32 ._subHeading_wi0qj_100 ._Name_wi0qj_125{flex:1}._AdmissionForms_wi0qj_1 ._ContentWrapper_wi0qj_32 ._subHeading_wi0qj_100 ._Email_wi0qj_128{flex:1.5}._AdmissionForms_wi0qj_1 ._ContentWrapper_wi0qj_32 ._subHeading_wi0qj_100 ._Phone_wi0qj_131,._AdmissionForms_wi0qj_1 ._ContentWrapper_wi0qj_32 ._subHeading_wi0qj_100 ._Skills_wi0qj_134{flex:1}._AdmissionForms_wi0qj_1 ._ContentWrapper_wi0qj_32 ._subHeading_wi0qj_100 ._Description_wi0qj_137{flex:2}._AdmissionForms_wi0qj_1 ._ContentWrapper_wi0qj_32 ._subHeading_wi0qj_100 ._Date_wi0qj_140{flex:1}._AdmissionForms_wi0qj_1 ._ContentWrapper_wi0qj_32 ._supportCards_wi0qj_143{flex:1;padding:1rem;overflow-y:scroll}._AdmissionForms_wi0qj_1 ._ContentWrapper_wi0qj_32 ._pagination_wi0qj_148{display:flex;width:100%;height:8.1481vh;padding:24px;justify-content:space-between;align-items:center;border-radius:0px 0px .42vw .42vw;background:#fff}._AdmissionForms_wi0qj_1 ._ContentWrapper_wi0qj_32 ._pagination_wi0qj_148 ._pageButtons_wi0qj_158{display:flex}._AdmissionForms_wi0qj_1 ._ContentWrapper_wi0qj_32 ._pagination_wi0qj_148 ._pageButtons_wi0qj_158 ._leftArrow_wi0qj_161,._AdmissionForms_wi0qj_1 ._ContentWrapper_wi0qj_32 ._pagination_wi0qj_148 ._pageButtons_wi0qj_158 ._rightArrow_wi0qj_162{width:2.08vw;aspect-ratio:1/1;display:flex;align-items:center;justify-content:center;border:none;background:transparent;cursor:pointer}._AdmissionForms_wi0qj_1 ._ContentWrapper_wi0qj_32 ._pagination_wi0qj_148 ._pageButtons_wi0qj_158 ._leftArrow_wi0qj_161 img,._AdmissionForms_wi0qj_1 ._ContentWrapper_wi0qj_32 ._pagination_wi0qj_148 ._pageButtons_wi0qj_158 ._rightArrow_wi0qj_162 img{height:100%;width:100%}._AdmissionForms_wi0qj_1 ._ContentWrapper_wi0qj_32 ._pagination_wi0qj_148 ._pageButtons_wi0qj_158 ._pages_wi0qj_177{display:flex;padding:0 1vw;gap:.5vw}._AdmissionForms_wi0qj_1 ._ContentWrapper_wi0qj_32 ._pagination_wi0qj_148 ._pageButtons_wi0qj_158 ._pages_wi0qj_177 ._buttons_wi0qj_182{width:2.08vw;aspect-ratio:1/1;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#626c70;text-align:center;font-family:Public Sans;font-size:.73vw;font-style:normal;font-weight:600;line-height:1.85vh}._AdmissionForms_wi0qj_1 ._ContentWrapper_wi0qj_32 ._pagination_wi0qj_148 ._pageButtons_wi0qj_158 ._pages_wi0qj_177 ._active_wi0qj_67{background-color:var(--c1);color:#fff}._ApplicationCard_wi0qj_202{width:100%;min-height:6rem;display:flex;align-items:center;justify-content:space-around;cursor:pointer;margin-bottom:1rem;border-radius:1rem;box-shadow:0 0 5px 3px var(--c1v2)}._ApplicationCard_wi0qj_202>div{width:100%;height:100%;overflow:hidden;padding:.5rem 0;display:flex;align-items:center;justify-content:center;gap:.5rem;color:var(--c4);font-family:var(--f3);font-size:1rem;font-style:normal;font-weight:400}._ApplicationCard_wi0qj_202 ._userId_wi0qj_122{flex:.4}._ApplicationCard_wi0qj_202 ._Name_wi0qj_125{flex:1}._ApplicationCard_wi0qj_202 ._Email_wi0qj_128{flex:1.5}._ApplicationCard_wi0qj_202 ._Phone_wi0qj_131,._ApplicationCard_wi0qj_202 ._Skills_wi0qj_134{flex:1}._ApplicationCard_wi0qj_202 ._Description_wi0qj_137{flex:2}._ApplicationCard_wi0qj_202 ._Date_wi0qj_140{flex:1}*{padding:0;margin:0;box-sizing:border-box;font-family:Poppins,sans-serif;scroll-behavior:smooth}*::selection{background:#6dc000;color:#fff}@supports (-moz-appearance: none){*{scrollbar-width:thin;scrollbar-color:var(--c1) transparent}}*::-webkit-scrollbar{width:.3rem}*::-webkit-scrollbar-thumb{border-radius:1rem;background:var(--c1)}.Toastify{position:absolute;z-index:99999;font-size:16px}input::-webkit-outer-spin-button,input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}input[type=date]::-webkit-calendar-picker-indicator{filter:invert(1);cursor:pointer}input[type=time]::-webkit-calendar-picker-indicator{filter:invert(1);cursor:pointer}input[type=number]{-moz-appearance:textfield}:root{--f1: "DM Sans", sans-serif;--f2: "Josefin Sans", sans-serif;--f3: "Poppins", sans-serif;--f4: "Montserrat", sans-serif;--f5: "Open Sans", sans-serif;--f6: "Roboto", sans-serif;--c1: #6dc000;--c1v2: #6dc00042;--c2: #fff;--c3: #000;--c4: #333563;--c4v2: rgba(32, 34, 53, .87);--c5: #191b1c;--b1: rgba(37, 46, 54, .5);--b2: rgba(255, 255, 255, .06);--b3:rgb(96, 102, 102);--lg1: linear-gradient(112deg, var(--c1) 4.93%, #fff 256.79%);--lg1v2: linear-gradient(226deg, var(--c1) 4.93%, #fff 256.79%);--Base_Font_Size: 100%;font-size:var(--Base_Font_Size)}@media screen and (max-width: 1728px){:root{--Base_Font_Size: 90%}}@media screen and (max-width: 1600px){:root{--Base_Font_Size: 85%}}@media screen and (max-width: 1500px){:root{--Base_Font_Size: 80%}}@media screen and (max-width: 1400px){:root{--Base_Font_Size: 75%}}@media screen and (max-width: 1350px){:root{--Base_Font_Size: 70%}}@media screen and (max-width: 1250px){:root{--Base_Font_Size: 65%}}@media screen and (max-width: 1150px){:root{--Base_Font_Size: 60%}}@media screen and (max-width: 1000px){:root{--Base_Font_Size: 55%}}@media screen and (max-width: 410px){:root{--Base_Font_Size: 50%}}@media screen and (max-width: 335px){:root{--Base_Font_Size: 45%}}@media screen and (max-width: 300px){:root{--Base_Font_Size: 30%}}
