: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:hsla(0,0%,100%,.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-background:#fff;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--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(90deg,#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__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0,0,var(--toastify-z-index) px);position:fixed;padding:4px;width:var(--toastify-toast-width);box-sizing:border-box;color:#fff}.Toastify__toast-container--top-left{top:1em;left:1em}.Toastify__toast-container--top-center{top:1em;left:50%;transform:translateX(-50%)}.Toastify__toast-container--top-right{top:1em;right:1em}.Toastify__toast-container--bottom-left{bottom:1em;left:1em}.Toastify__toast-container--bottom-center{bottom:1em;left:50%;transform:translateX(-50%)}.Toastify__toast-container--bottom-right{bottom:1em;right:1em}@media only screen and (max-width:480px){.Toastify__toast-container{width:100vw;padding:0;left:0;margin:0}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:0;transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:0;transform:translateX(0)}.Toastify__toast-container--rtl{right:0;left:auto}}.Toastify__toast{position:relative;min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:8px;border-radius:4px;box-shadow:0 1px 10px 0 rgba(0,0,0,.1),0 2px 15px 0 rgba(0,0,0,.05);display:flex;justify-content:space-between;max-height:var(--toastify-toast-max-height);overflow:hidden;font-family:var(--toastify-font-family);cursor:pointer;direction:ltr}.Toastify__toast--rtl{direction:rtl}.Toastify__toast-body{margin:auto 0;flex:1 1 auto;padding:6px;display:flex;align-items:center}.Toastify__toast-body>div:last-child{flex:1 1}.Toastify__toast-icon{margin-inline-end:10px;width:20px;flex-shrink:0;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.7s}.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--colored.Toastify__toast--default,.Toastify__toast-theme--light{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--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{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;align-self:flex-start}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:focus,.Toastify__close-button:hover{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:5px;z-index:var(--toastify-z-index);opacity:.7;transform-origin:left}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:auto;transform-origin:right}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border-radius:100%;border:2px solid;border-right:2px solid 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,0,0)}to{opacity:0;transform:translate3d(2000px,0,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,0,0)}to{opacity:0;transform:translate3d(-2000px,0,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,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,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,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--bottom-left,.Toastify__bounce-enter--top-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-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--bottom-left,.Toastify__bounce-exit--top-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-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: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:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform: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:translateZ(0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(110%,0,0)}}@keyframes Toastify__slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-110%,0,0)}}@keyframes Toastify__slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--bottom-left,.Toastify__slide-enter--top-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-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--bottom-left,.Toastify__slide-exit--top-left{animation-name:Toastify__slideOutLeft}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{animation-name:Toastify__slideOutRight}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown}@keyframes Toastify__spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}#web_bannerSection__wBxpX{padding-top:50px;display:flex;position:relative;align-items:center;justify-content:center;flex-direction:column;background:url(https://images.leverageedu.com/assets/img/careers/images/wave.svg)!important;background-position:bottom!important;background-size:cover!important}.web_head__xi5Qs{display:flex;margin-top:3rem!important;margin-bottom:.5rem!important;font-family:Source Sans Pro,sans-serif!important;flex-direction:row;font-display:swap;align-items:center}.web_icon__3LQiG{height:70px;width:70px}.web_icons__9rKMM{width:32px}.web_text__ylsjX{color:#505050;margin-bottom:0;font-size:25px;font-weight:600;padding-left:30px}.web_consult-btn__2nhG3{height:50px;padding:0 30px;font-size:20px;width:-moz-fit-content;width:fit-content;font-weight:500;display:inline-flex;align-items:center;background:#0487f3;border-radius:40px!important;color:#fff;cursor:pointer;border-radius:5px;margin:0 auto;text-decoration:none}.web_heading___U1Xn{font-size:2em;letter-spacing:0;color:#242424;opacity:1;font-weight:700;margin-bottom:30px}.web_mat-error__RhHnW{margin-top:2px}.web_file-text__HG95s,.web_mat-error__RhHnW{font-size:12px;position:absolute}.web_disabled__sXFaY{opacity:.5;cursor:not-allowed}.web_rating__o_9tG{justify-content:center;display:flex;margin-bottom:15px}#web_careerPagesection__pWWom #web_bannerSection__wBxpX{padding-top:82px;display:flex;position:relative;align-items:center;justify-content:center;flex-direction:column;background:url(https://images.leverageedu.com/assets/img/careers/images/wave.svg)!important;background-position:bottom!important;background-size:cover!important}#web_careerPagesection__pWWom #web_bannerSection__wBxpX .web_heading___U1Xn{font-style:normal;font-weight:700;font-size:40px;line-height:54px;text-transform:capitalize;color:#000;margin-bottom:25px}#web_careerPagesection__pWWom #web_bannerSection__wBxpX .web_sub-title__tRQLD{font-style:normal;font-weight:400;font-size:20px;line-height:32px;color:#666}#web_careerPagesection__pWWom #web_bannerSection__wBxpX .web_ctaBtn__J8Gx0{color:#fff;position:relative;border:0;padding:10px 20px;font-size:16px;background:#0287f3 0 0 no-repeat padding-box;box-shadow:0 3px 6px rgba(0,0,0,.161);border-radius:4px;opacity:1;margin-top:35px}#web_careerPagesection__pWWom #web_joinTeamSection__2HTMO{padding:40px 0 50px}#web_careerPagesection__pWWom #web_joinTeamSection__2HTMO .web_headings__HRe7k{text-align:center!important}.web_headings__HRe7k{font-size:2em;text-align:center!important}.web_headings__HRe7k,.web_headingss__6kEpd{letter-spacing:0;color:#242424;opacity:1;font-weight:700;margin-bottom:30px}.web_headingss__6kEpd{font-size:40px}.web_sub-titles__x69bY{font-style:normal;font-weight:400;font-size:20px;line-height:32px;color:#666}#web_reviewSection__Xknih,#web_reviewSection__Xknih .web_swiper-wrapper__h9suq{padding-bottom:50px}#web_reviewSection__Xknih .web_swiper-slide__ohxjr{margin-bottom:50px;height:auto}#web_reviewSection__Xknih .web_swiper-slide__ohxjr.web_swiper-slide-active___01_d .web_reviewSliding__B9kNr{border:2px solid #0487f3;box-shadow:0 3px 10px rgba(0,0,0,.259)}#web_reviewSection__Xknih .web_swiper-slide__ohxjr .web_reviewSliding__B9kNr{background:#fff 0 0 no-repeat padding-box;border:2px solid #d9d9d9;border-radius:6px;opacity:1;height:100%;padding:20px 20px 50px;margin-right:15px;min-height:460px;max-height:450px;position:relative;text-align:center}#web_reviewSection__Xknih .web_swiper-slide__ohxjr .web_reviewSliding__B9kNr .web_quote__EuNou{color:blue}#web_reviewSection__Xknih .web_swiper-slide__ohxjr .web_reviewSliding__B9kNr .web_quote__EuNou img{height:25px;margin:20px}#web_reviewSection__Xknih .web_swiper-slide__ohxjr .web_reviewSliding__B9kNr h4.web_title__sir3l{font-size:20px;color:#000;font-weight:600}#web_reviewSection__Xknih .web_swiper-slide__ohxjr .web_reviewSliding__B9kNr .web_description__MM__N{font-size:14px;line-height:30px;width:auto;font-weight:500;text-align:left;color:#000;margin:30px auto}#web_reviewSection__Xknih .web_swiper-slide__ohxjr .web_reviewSliding__B9kNr .web_source__rnSQM{font-style:normal;font-weight:600;font-size:11px;line-height:13px;text-align:center;color:#838383}#web_reviewSection__Xknih .web_swiper-slide__ohxjr .web_reviewSliding__B9kNr .web_source__rnSQM img{height:14px}#web_reviewSection__Xknih .web_swiper-slide__ohxjr .web_reviewSliding__B9kNr .web_by__MwPES{color:#0487f3;position:absolute;right:20px;bottom:20px;font-weight:700}.web_read___GAPE{margin:0;font-size:20px}#web_virtueSection__VmxGg{position:relative}#web_virtueSection__VmxGg:before{content:"";position:absolute;height:49%;left:0;right:0;bottom:0;background:#f4f4f4}#web_virtueSection__VmxGg .web_playBg__UNbs1{background:#fff 0 0 no-repeat padding-box;box-shadow:0 0 10px rgba(0,0,0,.161);border:10px solid #fff;border-radius:12px;opacity:1;width:100%;height:350px;overflow:hidden;position:relative}#web_virtueSection__VmxGg .web_playBg__UNbs1 img{border-radius:0;width:100%}#web_virtueSection__VmxGg .web_playBg__UNbs1 video{width:100%;height:100%}#web_virtueSection__VmxGg .web_consulation-box__R7Xzb .web_consult-btn__2nhG3,#web_virtueSection__VmxGg .web_consulation-box__R7Xzb .web_consult-btn__2nhG3 p{font-size:20px}#web_virtueSection__VmxGg .web_link__3ViWs,#web_virtueSection__VmxGg .web_readMore__1ZWzh{font-style:inherit;font-weight:600;display:flex;padding:0 30px;flex-direction:row;justify-content:center;align-items:center;height:50px;font-size:20px;background:#007bff;color:#fff;border-radius:50px;text-decoration:none}#web_joinContent___Bp2F .web_head__xi5Qs .web_icon__3LQiG{height:70px!important;width:70px!important}#web_joinContent___Bp2F .web_head__xi5Qs .web_text__ylsjX{color:#505050;margin-bottom:0;font-size:25px;font-weight:600;padding-left:30px}#web_joinContent___Bp2F .web_white__b2It8{margin-top:20px!important}#web_joinContent___Bp2F .web_white__b2It8 .web_name__0rUnY{font-size:22px!important}#web_lifeSection__J1y_R{padding:50px 0;position:relative;overflow:hidden}#web_lifeSection__J1y_R:before{content:"";position:absolute;height:40%;left:0;right:0;bottom:0}#web_lifeSection__J1y_R .web_sub-title__tRQLD{color:#505050;font-size:23px;line-height:40px;font-weight:500}#web_lifeSection__J1y_R .web_topblock__wDmyU{padding-right:0!important;padding-left:0!important}#web_lifeSection__J1y_R .web_lifeAtLeverageContainer__XDut_{padding:0}#web_lifeSection__J1y_R .web_lifeAtLeverageContainer__XDut_ .web_lifeAtLeverageRow__boI9C{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:15px;margin-top:25px}#web_lifeSection__J1y_R .web_lifeAtLeverageContainer__XDut_ .web_lifeAtLeverageRow__boI9C .web_playBg1__cl2c_,#web_lifeSection__J1y_R .web_lifeAtLeverageContainer__XDut_ .web_lifeAtLeverageRow__boI9C .web_playBg2__FjLRB{flex:1 1 49%}#web_lifeSection__J1y_R .web_lifeAtLeverageContainer__XDut_ .web_lifeAtLeverageRow__boI9C .web_playBg3__7pbmu,#web_lifeSection__J1y_R .web_lifeAtLeverageContainer__XDut_ .web_lifeAtLeverageRow__boI9C .web_playBg4__gBRz3,#web_lifeSection__J1y_R .web_lifeAtLeverageContainer__XDut_ .web_lifeAtLeverageRow__boI9C .web_playBg5__BB6ZJ{flex:0 1 32.5%}#web_lifeSection__J1y_R .web_lifeAtLeverageMobileContainer__SWgw2{padding:0}#web_lifeSection__J1y_R .web_lifeAtLeverageMobileContainer__SWgw2 .web_lifeAtLeverageRowMobile__pd5tT{display:flex;justify-content:flex-start;align-items:center;flex-wrap:wrap;gap:7.5px}#web_lifeSection__J1y_R .web_lifeAtLeverageMobileContainer__SWgw2 .web_lifeAtLeverageRowMobile__pd5tT .web_playBg1__cl2c_{height:112px;overflow:hidden;flex:0 1 63%}#web_lifeSection__J1y_R .web_lifeAtLeverageMobileContainer__SWgw2 .web_lifeAtLeverageRowMobile__pd5tT .web_playBg2__FjLRB{flex:1 1 100%}#web_lifeSection__J1y_R .web_lifeAtLeverageMobileContainer__SWgw2 .web_lifeAtLeverageRowMobile__pd5tT .web_playBg3__7pbmu{height:112px;overflow:hidden;flex:0 1 35%}#web_lifeSection__J1y_R .web_lifeAtLeverageMobileContainer__SWgw2 .web_lifeAtLeverageRowMobile__pd5tT .web_playBg3__7pbmu img{transform:scale(1.5)}#web_lifeSection__J1y_R .web_lifeAtLeverageMobileContainer__SWgw2 .web_lifeAtLeverageRowMobile__pd5tT .web_playBg4__gBRz3{height:112px;overflow:hidden;flex:0 1 35%}#web_lifeSection__J1y_R .web_lifeAtLeverageMobileContainer__SWgw2 .web_lifeAtLeverageRowMobile__pd5tT .web_playBg4__gBRz3 img{transform:scale(1.5)}#web_lifeSection__J1y_R .web_lifeAtLeverageMobileContainer__SWgw2 .web_lifeAtLeverageRowMobile__pd5tT .web_playBg5__BB6ZJ{height:112px;overflow:hidden;flex:0 1 63%}#web_lifeSection__J1y_R .web_playBg__UNbs1{background:#fff 0 0 no-repeat padding-box;box-shadow:0 0 10px rgba(0,0,0,.161);border:10px solid #fff;border-radius:12px;opacity:1;width:100%;height:350px;padding:0;overflow:hidden;position:relative;margin-bottom:25px;display:flex;align-items:center;justify-content:center;height:420px}#web_lifeSection__J1y_R .web_playBg__UNbs1 img{border-radius:0}#web_lifeSection__J1y_R .web_playBg__UNbs1.web_one___lcz4{height:250px;width:400px;float:right}#web_lifeSection__J1y_R .web_playBg__UNbs1.web_two__olq7c{height:420px}#web_lifeSection__J1y_R .web_playBg__UNbs1.web_four__l2jnJ,#web_lifeSection__J1y_R .web_playBg__UNbs1.web_three__rx3n2{height:240px}#web_whySection__uXTs4{padding:50px 0;position:relative;background:url(https://leverageedu.com/bg.50e6b30bdf65332b82d2.png);background-size:53%;background-repeat:no-repeat;background-position:50% 65%}#web_whySection__uXTs4 .web_heading___U1Xn{margin-bottom:100px;align-items:center;text-align:center}#web_whySection__uXTs4 .web_text-heading__6Rra3{font-weight:600;font-size:30px;margin-bottom:60px}#web_whySection__uXTs4 .web_box__soB5N{align-items:center;text-align:center}#web_whySection__uXTs4 .web_box__soB5N img{height:65px}#web_whySection__uXTs4 .web_box__soB5N h4{font-size:18px;font-weight:700;margin:15px 0}#web_whySection__uXTs4 .web_box__soB5N p{font-size:14px;line-height:30px;margin-bottom:80px}#web_joinTeamSection__2HTMO{padding:40px 0 50px}#web_joinContent___Bp2F{background:#f4f4f4;padding:20px 0 50px}#web_joinContent___Bp2F .web_details__ChOK9{text-align:center}#web_joinContent___Bp2F .web_details__ChOK9 .web_icon__3LQiG{width:32px}#web_joinContent___Bp2F .web_head__xi5Qs{display:flex;flex-direction:row;align-items:center}#web_joinContent___Bp2F .web_head__xi5Qs .web_icon__3LQiG{height:70px;width:70px}#web_joinContent___Bp2F .web_head__xi5Qs .web_texts__J6k5g{color:#505050;margin-bottom:0;font-size:25px;font-weight:600;padding-left:30px}#web_joinContent___Bp2F .web_white__b2It8{background:#fff;padding:30px 25px;margin-top:20px;flex:0 0 100%;max-width:100%;margin-bottom:1rem!important;position:relative;width:100%}#web_joinContent___Bp2F .web_white__b2It8 .web_name__0rUnY{color:#0487f3;font-size:22px;font-weight:700;margin-bottom:0}#web_joinContent___Bp2F .web_white__b2It8 .web_cBtn__I2kFY{background:#0487f3 0 0 no-repeat padding-box;border-radius:6px;font-weight:500;opacity:1;color:#fff;border:0}.web_form-control__uD9lm,.web_form-controls__NA4B5{display:block;width:100%;height:calc(1.5em + .75rem + 2px);padding:.375rem .75rem;font-size:1rem;font-weight:400;line-height:1.5;color:#495057;background-color:#fff;background-clip:padding-box;border:1px solid #ced4da;border-radius:.25rem;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out}.web_form-control__uD9lm:focus{border:1px solid #0487f3}.web_inactive__jgmOQ{display:none!important}.web_active__Exb8c{display:block;color:red;font-size:11px;margin:0}.web_nameinactive__RmI_k{display:none!important}.web_nameactive__kJLIJ{display:block;color:red;font-size:11px;margin:0 0 0 11em}.web_innerHtml__sRBjn a{color:#0487f3}@media(min-width:768px)and (max-width:1100px){.web_topmargin__XTnwz{margin-top:-2.5em}}@media only screen and (max-width:360px){#web_lifeSection__J1y_R .web_lifeAtLeverageMobileContainer__SWgw2{padding:0}#web_lifeSection__J1y_R .web_lifeAtLeverageMobileContainer__SWgw2 .web_lifeAtLeverageRowMobile__pd5tT{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:7.5px}#web_lifeSection__J1y_R .web_lifeAtLeverageMobileContainer__SWgw2 .web_lifeAtLeverageRowMobile__pd5tT .web_playBg1__cl2c_{height:112px;overflow:hidden;flex:0 1 62%}#web_lifeSection__J1y_R .web_lifeAtLeverageMobileContainer__SWgw2 .web_lifeAtLeverageRowMobile__pd5tT .web_playBg2__FjLRB{flex:1 1 100%}#web_lifeSection__J1y_R .web_lifeAtLeverageMobileContainer__SWgw2 .web_lifeAtLeverageRowMobile__pd5tT .web_playBg3__7pbmu img,#web_lifeSection__J1y_R .web_lifeAtLeverageMobileContainer__SWgw2 .web_lifeAtLeverageRowMobile__pd5tT .web_playBg4__gBRz3 img{transform:scale(1.8)!important}#web_lifeSection__J1y_R .web_lifeAtLeverageMobileContainer__SWgw2 .web_lifeAtLeverageRowMobile__pd5tT .web_playBg5__BB6ZJ{height:112px;overflow:hidden;flex:0 1 62%}}@media only screen and (max-width:393px){#web_lifeSection__J1y_R .web_lifeAtLeverageMobileContainer__SWgw2 .web_lifeAtLeverageRowMobile__pd5tT .web_playBg3__7pbmu img,#web_lifeSection__J1y_R .web_lifeAtLeverageMobileContainer__SWgw2 .web_lifeAtLeverageRowMobile__pd5tT .web_playBg4__gBRz3 img{transform:scale(1.7)}}@media only screen and (min-width:769px)and (max-width:1229px){#web_lifeSection__J1y_R .web_lifeAtLeverageRow__boI9C{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:7.5px}#web_lifeSection__J1y_R .web_lifeAtLeverageRow__boI9C .web_playBg1__cl2c_{flex:0 1 100%}#web_lifeSection__J1y_R .web_lifeAtLeverageRow__boI9C .web_playBg2__FjLRB{flex:0 1 62%;height:220px;overflow:hidden;display:flex;justify-content:center;align-items:flex-start}#web_lifeSection__J1y_R .web_lifeAtLeverageRow__boI9C .web_playBg3__7pbmu{flex:0 1 35%;overflow:hidden;height:220px;display:flex;justify-content:center;align-items:flex-start}#web_lifeSection__J1y_R .web_lifeAtLeverageRow__boI9C .web_playBg3__7pbmu img{transform:scale(1.7)!important}#web_lifeSection__J1y_R .web_lifeAtLeverageRow__boI9C .web_playBg4__gBRz3{flex:0 1 35%;overflow:hidden;height:220px;display:flex;justify-content:center;align-items:flex-start}#web_lifeSection__J1y_R .web_lifeAtLeverageRow__boI9C .web_playBg4__gBRz3 img{transform:scale(1.7)!important}#web_lifeSection__J1y_R .web_lifeAtLeverageRow__boI9C .web_playBg5__BB6ZJ{flex:0 1 62%;height:220px;overflow:hidden;display:flex;justify-content:center;align-items:flex-start}}@media(max-width:768px){.web_fontsize___PHtH{font-size:12px}.web_playBgFour__up44A{margin-bottom:2px;background:#fff 0 0 no-repeat padding-box;box-shadow:0 0 0 rgba(0,0,0,.161);border:0 solid #fff;border-top:0 solid #fff!important;opacity:1;padding:0;overflow:hidden;position:relative;background-image:url(https://images.leverageedu.com/careers/photo5mobile.png)!important;background-size:cover!important;background-repeat:no-repeat!important;display:flex!important;height:96px!important;align-items:center;justify-content:center}.web_playBgFour__up44A img{border-radius:0;height:113px}.web_playBgTwo__mcSpU{background:#fff 0 0 no-repeat padding-box;box-shadow:0 0 0 rgba(0,0,0,.161);border-left:4px solid #fff!important;border-radius:0!important;opacity:1;padding:0;overflow:hidden;background-image:url(https://images.leverageedu.com/careers/photo3.png)!important;background-size:cover!important;background-repeat:no-repeat!important;display:flex!important;height:96px!important;position:relative;display:flex}.web_playBgTwo__mcSpU img{border-radius:0}.web_playBgThree__1hFvH{background:#fff 0 0 no-repeat padding-box;box-shadow:0 0 5px rgba(0,0,0,.161);border-left:3px solid #fff!important;border-top:2.5px solid #fff!important;border-bottom:0 solid #fff!important;border-radius:0!important;background-image:url(https://images.leverageedu.com/careers/photo1.png)!important;background-size:cover!important;background-repeat:no-repeat!important;display:flex!important;height:96px!important;opacity:1;padding:0;overflow:hidden;position:relative;display:flex;align-items:center;justify-content:center}.web_playBgThree__1hFvH img{border-radius:0}.web_headingss__6kEpd{font-size:700;font-size:24px;line-height:32px;color:#242424;opacity:1;margin-bottom:15px}.web_headingss__6kEpd,.web_sub-titles__x69bY{font-style:normal;text-transform:capitalize;text-align:center;color:#000}.web_sub-titles__x69bY{font-weight:400;font-size:16px;line-height:24px}.web_form-controls__NA4B5{text-align:center!important;font-size:10px;width:114%}#web_joinContent___Bp2F{background:#f4f4f4;padding:20px 0 50px}#web_joinContent___Bp2F .web_head__xi5Qs .web_texts__J6k5g{font-size:18px!important}#web_joinContent___Bp2F .web_head__xi5Qs .web_icon__3LQiG{height:45px!important;width:45px!important}#web_joinContent___Bp2F .web_white__b2It8{margin-top:0!important}#web_joinContent___Bp2F .web_white__b2It8 .web_name__0rUnY{font-size:18px!important}#web_joinContent___Bp2F .web_cBtn__I2kFY{font-size:14px;padding:15px 40px;width:100%!important;margin-top:0!important}.web_sub-title__tRQLD{text-align:center}.web_reviewSliding__B9kNr{background:#fff 0 0 no-repeat padding-box;border:2px solid #d9d9d9;border-radius:6px;opacity:1;height:100%;padding:20px 20px 50px;margin-right:15px;min-height:300px;max-height:300px;position:relative;text-align:center}.web_nameactive__kJLIJ{margin-left:1.5em}.web_head__xi5Qs{margin-top:.5rem!important}.web_icons__9rKMM{width:23px}#web_whySection__uXTs4{padding:20px 0;background:unset!important}#web_whySection__uXTs4 .web_heading___U1Xn{margin-bottom:25px}#web_whySection__uXTs4 .web_text-heading__6Rra3{font-size:22px;margin-bottom:40px}#web_whySection__uXTs4 .web_box__soB5N img{height:55px}#web_whySection__uXTs4 .web_box__soB5N p{line-height:22px;margin-bottom:40px}#web_lifeSection__J1y_R{padding:20px 0}#web_lifeSection__J1y_R:before{height:50%}#web_lifeSection__J1y_R .web_sub-title__tRQLD{font-size:14px;line-height:22px}#web_lifeSection__J1y_R .web_playBgFive__9n_fW{background:#fff 0 0 no-repeat padding-box;border-top:2.5px solid #fff!important;border-bottom:0 solid #fff!important;display:flex;background-image:url(https://images.leverageedu.com/careers/photo5.png)!important;background-size:cover!important;background-repeat:no-repeat!important;display:flex!important;height:96px!important}#web_lifeSection__J1y_R .web_playBgFive__9n_fW,#web_lifeSection__J1y_R .web_playBgOne__QW9wl{box-shadow:0 0 0 rgba(0,0,0,.161);border:0 solid #fff;border-radius:0;opacity:1;padding:0;overflow:hidden;position:relative}#web_lifeSection__J1y_R .web_playBgOne__QW9wl{background:#fff 0 0 no-repeat padding-box;height:168.8px!important;display:flex;align-items:center;justify-content:center;float:right}#web_lifeSection__J1y_R .web_playBgOne__QW9wl img{border-radius:0}#web_lifeSection__J1y_R .web_playBgOne__QW9wl.web_two__olq7c{height:420px}#web_lifeSection__J1y_R .web_playBgOne__QW9wl.web_four__l2jnJ,#web_lifeSection__J1y_R .web_playBgOne__QW9wl.web_three__rx3n2{height:240px}#web_lifeSection__J1y_R .web_playBg__UNbs1{margin-bottom:10px;height:auto;width:100%}#web_lifeSection__J1y_R .web_playBg__UNbs1.web_four__l2jnJ,#web_lifeSection__J1y_R .web_playBg__UNbs1.web_one___lcz4,#web_lifeSection__J1y_R .web_playBg__UNbs1.web_three__rx3n2,#web_lifeSection__J1y_R .web_playBg__UNbs1.web_two__olq7c{height:auto;width:100%}#web_joinTeamSection__2HTMO{padding:20px 0}#web_joinTeamSection__2HTMO .web_col-4__ZW8Dc{padding:5px}#web_joinTeamSection__2HTMO .web_form-control__uD9lm{font-size:10px}.web_form-control__uD9lm{font-size:.5rem}.web_read___GAPE{margin:0;font-size:12px}.web_heading___U1Xn{font-size:22px;text-align:center}#web_reviewSection__Xknih .web_swiper-wrapper__h9suq{padding-bottom:50px}#web_reviewSection__Xknih .web_reviewSliding__B9kNr{min-height:300px}#web_reviewSection__Xknih .web_reviewSliding__B9kNr,#web_reviewSection__Xknih .web_swiper-slide__ohxjr .web_reviewSliding__B9kNr{background:#fff 0 0 no-repeat padding-box;border:2px solid #d9d9d9;border-radius:6px;opacity:1;height:100%;padding:20px 20px 50px;margin-right:15px;max-height:300px;position:relative;text-align:center}#web_reviewSection__Xknih .web_swiper-slide__ohxjr .web_reviewSliding__B9kNr{min-height:350px}#web_reviewSection__Xknih .web_swiper-slide__ohxjr .web_reviewSliding__B9kNr h4.web_title__sir3l{font-size:16px}#web_reviewSection__Xknih .web_swiper-slide__ohxjr .web_reviewSliding__B9kNr .web_description__MM__N{font-size:12px;line-height:20px}#web_careerPagesection__pWWom #web_bannerSection__wBxpX{padding-left:15px;padding-right:15px;padding-top:70px}#web_careerPagesection__pWWom #web_bannerSection__wBxpX .web_heading___U1Xn{font-style:normal;font-weight:700;font-size:24px;line-height:32px;text-align:center;text-transform:capitalize;color:#000;margin-bottom:15px}#web_careerPagesection__pWWom #web_bannerSection__wBxpX .web_sub-title__tRQLD{font-style:normal;font-weight:400;font-size:16px;line-height:24px;text-align:center;text-transform:capitalize;color:#000}}#web_jobModal__fMXu9 .web_modal-dialog__Zqoul{max-width:100%!important}#web_jobModal__fMXu9 .web_modal-dialog__Zqoul .web_modal-content__ZJInW{padding:2rem 1rem!important;max-height:80vh;overflow:auto}#web_jobModal__fMXu9 .web_modal-dialog__Zqoul .web_modal-content__ZJInW h4{font-size:16px!important;margin-bottom:20px!important}#web_jobModal__fMXu9 .web_modal-dialog__Zqoul .web_modal-content__ZJInW ol li,#web_jobModal__fMXu9 .web_modal-dialog__Zqoul .web_modal-content__ZJInW p,#web_jobModal__fMXu9 .web_modal-dialog__Zqoul .web_modal-content__ZJInW ul li{font-size:12px!important;font-weight:500!important;line-height:20px!important}#web_jobModal__fMXu9 .web_modal-dialog__Zqoul .web_close__3Gna0 img{height:15px!important}.web_modal-content__ZJInW .web_contentData__5c9uD{padding:2rem 1rem 20px!important}.web_modal-content__ZJInW .web_contentData__5c9uD .web_subtitle__hZfoE{margin-bottom:25px}.web_modal-content__ZJInW .web_contentData__5c9uD .web_about__LnXYy{display:flex;align-items:center;justify-content:space-evenly;font-size:12px}.web_modal-content__ZJInW .web_contentData__5c9uD .web_about__LnXYy .web_details__ChOK9{font-weight:700;margin-right:15px;font-family:Source Sans Pro,sans-serif!important;font-display:swap}.web_modal-content__ZJInW .web_contentData__5c9uD .web_about__LnXYy .web_details__ChOK9 img{width:20px;margin-right:10px}.web_modal-content__ZJInW form{background:#fafafa;padding:3rem 1rem!important}.web_modal-content__ZJInW form .web_align-items-center__X3CUO{margin-bottom:10px!important}.web_modal-content__ZJInW form .web_align-items-center__X3CUO .web_title__sir3l{display:block!important;font-size:13px!important;margin-bottom:5px!important}.web_modal-content__ZJInW form input:focus{outline-color:487f3!important}.web_modal-content__ZJInW form label{background:#ebecf0;z-index:1;padding:7px;height:40px;width:270px;border-radius:4px;border:1px solid #0487f3;overflow:hidden;margin:0}.web_modal-content__ZJInW form .web_file___hrRa{width:100%!important}.web_modal-content__ZJInW form .web_file___hrRa label{background:#ebecf0;z-index:1;padding:7px;height:40px;width:270px;border-radius:4px;border:1px solid #0487f3;overflow:hidden;margin:0}.web_modal-content__ZJInW form .web_file___hrRa span{color:#9a9696;margin-left:20px}.web_modal-content__ZJInW form .web_file___hrRa input{z-index:-1;position:absolute;visibility:hidden}.web_modal-content__ZJInW form .web_file___hrRa input:focus{outline-color:487f3!important}.web_modal-content__ZJInW form .web_file___hrRa .web_text__ylsjX{font-size:13px!important}.web_modal-content__ZJInW form .web_apply-btn__NB8a2{width:90%!important}#web_jobFormModal__KLZkd .web_modal-dialog__Zqoul{max-width:100%!important}#web_jobFormModal__KLZkd .web_modal-dialog__Zqoul .web_close__3Gna0 img{height:15px!important}#web_jobFormModal__KLZkd .web_modal-dialog__Zqoul .web_modal-content__ZJInW .web_contentData__5c9uD{padding:3rem 1rem 20px!important}#web_jobFormModal__KLZkd .web_modal-dialog__Zqoul .web_modal-content__ZJInW .web_contentData__5c9uD .web_subtitle__hZfoE{margin-bottom:25px}#web_jobFormModal__KLZkd .web_modal-dialog__Zqoul .web_modal-content__ZJInW .web_contentData__5c9uD .web_about__LnXYy{flex-direction:column!important;font-size:13px!important}#web_jobFormModal__KLZkd .web_modal-dialog__Zqoul .web_modal-content__ZJInW .web_contentData__5c9uD .web_about__LnXYy .web_details__ChOK9{margin-bottom:5px!important}#web_jobFormModal__KLZkd .web_modal-dialog__Zqoul .web_modal-content__ZJInW .web_contentData__5c9uD .web_about__LnXYy .web_details__ChOK9 img{width:20px!important;margin-right:10px!important}#web_jobFormModal__KLZkd .web_modal-dialog__Zqoul .web_modal-content__ZJInW form{padding:3rem 1rem!important}#web_jobFormModal__KLZkd .web_modal-dialog__Zqoul .web_modal-content__ZJInW form .web_align-items-center__X3CUO{margin-bottom:10px!important}#web_jobFormModal__KLZkd .web_modal-dialog__Zqoul .web_modal-content__ZJInW form .web_align-items-center__X3CUO .web_title__sir3l{display:block!important;font-size:13px!important;margin-bottom:5px!important}#web_jobFormModal__KLZkd .web_modal-dialog__Zqoul .web_modal-content__ZJInW form .web_align-items-center__X3CUO input input:focus{border:2px solid #0487f3}#web_jobFormModal__KLZkd .web_modal-dialog__Zqoul .web_modal-content__ZJInW form .web_file___hrRa{width:100%!important}#web_jobFormModal__KLZkd .web_modal-dialog__Zqoul .web_modal-content__ZJInW form .web_file___hrRa .web_text__ylsjX{font-size:13px!important}#web_jobFormModal__KLZkd .web_modal-dialog__Zqoul .web_modal-content__ZJInW form .web_apply-btn__NB8a2{width:90%!important}#web_virtueSection__VmxGg{padding:50px 0}#web_virtueSection__VmxGg .web_floating__Z0V9q{margin-bottom:30px;width:100%}#web_virtueSection__VmxGg .web_playBg__UNbs1{margin-top:3em;height:auto}#web_virtueSection__VmxGg .web_consulation-box__R7Xzb{justify-content:center;display:flex;text-decoration:none}#web_virtueSection__VmxGg .web_consulation-box__R7Xzb .web_consult-btn__2nhG3{height:50px;padding:0 30px;font-size:12px;width:-moz-fit-content;width:fit-content;font-weight:500;display:inline-flex;align-items:center;background:#0487f3;border-radius:40px!important;color:#fff;cursor:pointer;border-radius:5px;margin:0 auto;text-decoration:none}#web_virtueSection__VmxGg .web_consulation-box__R7Xzb .web_consult-btn__2nhG3 :hover{text-decoration:none}#web_virtueSection__VmxGg .web_consulation-box__R7Xzb .web_consult-btn__2nhG3 p{margin:0;font-size:12px}#web_virtueSection__VmxGg .web_link__3ViWs{padding:10px 15px;font-size:12px}.web_modal-content__ZJInW{padding:0;max-height:80vh;overflow:auto}.web_modal-content__ZJInW .web_close__3Gna0{position:absolute;right:20px;top:20px}.web_modal-content__ZJInW .web_contentData__5c9uD h4{font-weight:700;font-size:22px;margin-bottom:25px}.web_modal-content__ZJInW .web_contentData__5c9uD p{font-size:14px;font-weight:500;line-height:30px}.web_modal-content__ZJInW .web_contentData__5c9uD .web_salary__VF_yw{font-size:16px!important}.web_modal-content__ZJInW .web_contentData__5c9uD ol li,.web_modal-content__ZJInW .web_contentData__5c9uD ul li{font-size:14px;font-weight:500;line-height:30px}.web_modal-content__ZJInW .web_heading___U1Xn{text-align:center;color:#0487f3;font-size:22px;letter-spacing:0;margin-bottom:0;line-height:20px}.web_modal-content__ZJInW .web_subtitle__hZfoE{text-align:center;color:#505050;font-size:14px;margin-bottom:50px}.web_modal-content__ZJInW h4{color:#505050}.web_apply-btns__UTXdH,.web_modal-content__ZJInW .web_apply-btn__NB8a2{background:#0487f3;color:#fff;padding:14px 40px;border:0;border-radius:4px;font-size:14px}.web_apply-btns__UTXdH{width:45%}#web_jobModal__fMXu9 .web_modal-dialog__Zqoul{max-width:70%}#web_jobModal__fMXu9 .web_modal-dialog__Zqoul .web_modal-content__ZJInW{padding:3rem}#web_jobModal__fMXu9 .web_modal-dialog__Zqoul .web_modal-content__ZJInW .web_close__3Gna0{position:absolute;right:20px;top:20px}#web_jobModal__fMXu9 .web_modal-dialog__Zqoul .web_modal-content__ZJInW .web_contentData__5c9uD h4{font-weight:700;font-size:22px;margin-bottom:25px}#web_jobModal__fMXu9 .web_modal-dialog__Zqoul .web_modal-content__ZJInW .web_contentData__5c9uD p{font-size:14px;font-weight:500;line-height:30px}#web_jobModal__fMXu9 .web_modal-dialog__Zqoul .web_modal-content__ZJInW .web_contentData__5c9uD .web_salary__VF_yw{font-size:16px!important}#web_jobModal__fMXu9 .web_modal-dialog__Zqoul .web_modal-content__ZJInW .web_contentData__5c9uD ol li,#web_jobModal__fMXu9 .web_modal-dialog__Zqoul .web_modal-content__ZJInW .web_contentData__5c9uD ul li{font-size:14px;font-weight:500;line-height:30px}#web_jobModal__fMXu9 .web_modal-dialog__Zqoul .web_modal-content__ZJInW .web_heading___U1Xn{text-align:center;color:#0487f3;font-size:22px;letter-spacing:0;margin-bottom:0;line-height:20px}#web_jobModal__fMXu9 .web_modal-dialog__Zqoul .web_modal-content__ZJInW .web_subtitle__hZfoE{text-align:center;color:#505050;font-size:14px;margin-bottom:50px}#web_jobModal__fMXu9 .web_modal-dialog__Zqoul .web_modal-content__ZJInW h4{color:#505050}#web_jobModal__fMXu9 .web_modal-dialog__Zqoul .web_modal-content__ZJInW .web_apply-btn__NB8a2{background:#0487f3;color:#fff;padding:14px 40px;border:0;border-radius:4px;font-size:14px}#web_joinContent___Bp2F{padding:0}#web_joinContent___Bp2F .web_head__xi5Qs .web_icon__3LQiG{height:45px;width:45px}#web_joinContent___Bp2F .web_head__xi5Qs .web_text__ylsjX{font-size:18px;padding-left:15px}#web_joinContent___Bp2F .web_details__ChOK9 .web_col-sm-3__NjC4j{display:flex;align-items:center;margin:5px 0}#web_joinContent___Bp2F .web_details__ChOK9 .web_icon__3LQiG{width:23px}#web_joinContent___Bp2F .web_white__b2It8{margin-top:0}#web_joinContent___Bp2F .web_white__b2It8 .web_name__0rUnY{margin-bottom:10px;font-size:18px}#web_joinContent___Bp2F .web_white__b2It8 .web_cBtn__I2kFY{font-size:14px;padding:15px 40px;width:85%;margin-top:-.5em}#web_jobFormModal__KLZkd .web_modal-dialog__Zqoul{max-width:70%}#web_jobFormModal__KLZkd .web_modal-dialog__Zqoul .web_modal-content__ZJInW .web_close__3Gna0{position:absolute;right:20px;top:20px}#web_jobFormModal__KLZkd .web_modal-dialog__Zqoul .web_modal-content__ZJInW .web_contentData__5c9uD{padding:3rem}#web_jobFormModal__KLZkd .web_modal-dialog__Zqoul .web_modal-content__ZJInW .web_contentData__5c9uD .web_heading___U1Xn{text-align:center;color:#0487f3;font-size:25px;letter-spacing:0;margin-bottom:10px;line-height:20px}#web_jobFormModal__KLZkd .web_modal-dialog__Zqoul .web_modal-content__ZJInW .web_contentData__5c9uD .web_subtitle__hZfoE{text-align:center;color:#505050;font-size:16px!important;margin-bottom:50px}#web_jobFormModal__KLZkd .web_modal-dialog__Zqoul .web_modal-content__ZJInW .web_contentData__5c9uD .web_about__LnXYy{display:flex;align-items:center;justify-content:space-evenly}#web_jobFormModal__KLZkd .web_modal-dialog__Zqoul .web_modal-content__ZJInW .web_contentData__5c9uD .web_about__LnXYy .web_details__ChOK9{font-weight:700}#web_jobFormModal__KLZkd .web_modal-dialog__Zqoul .web_modal-content__ZJInW .web_contentData__5c9uD .web_about__LnXYy .web_details__ChOK9 img{width:32px;margin-right:10px}#web_jobFormModal__KLZkd .web_modal-dialog__Zqoul .web_modal-content__ZJInW form{padding:3rem 10rem;background:#fafafa}#web_jobFormModal__KLZkd .web_modal-dialog__Zqoul .web_modal-content__ZJInW form .web_heading___U1Xn{font-size:24px}#web_jobFormModal__KLZkd .web_modal-dialog__Zqoul .web_modal-content__ZJInW form .web_align-items-center__X3CUO{margin-bottom:30px}#web_jobFormModal__KLZkd .web_modal-dialog__Zqoul .web_modal-content__ZJInW form span.web_title__sir3l{line-height:20px;display:block}#web_jobFormModal__KLZkd .web_modal-dialog__Zqoul .web_modal-content__ZJInW form span.web_title__sir3l .web_optional__M5sHl{font-size:13px;font-weight:600}#web_jobFormModal__KLZkd .web_modal-dialog__Zqoul .web_modal-content__ZJInW form .web_file___hrRa{background:#ebecf0;z-index:1;padding:7px;height:40px;width:270px;border-radius:4px;border:1px solid #0487f3;overflow:hidden;margin:0}#web_jobFormModal__KLZkd .web_modal-dialog__Zqoul .web_modal-content__ZJInW form .web_file___hrRa .web_text__ylsjX{color:#9a9696;margin-left:20px}#web_jobFormModal__KLZkd .web_modal-dialog__Zqoul .web_modal-content__ZJInW form .web_file___hrRa img{height:100%}#web_jobFormModal__KLZkd .web_modal-dialog__Zqoul .web_modal-content__ZJInW form .web_file___hrRa input{z-index:-1;position:absolute;visibility:hidden}#web_jobFormModal__KLZkd .web_modal-dialog__Zqoul .web_modal-content__ZJInW form .web_apply-btn__NB8a2{background:#0487f3;color:#fff;padding:14px 40px;border:0;border-radius:4px;font-size:14px}.web_logo-bottom__mgJee{height:30px;width:auto;bottom:20px;right:20px;float:right;position:absolute}