@import"https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap";@import"https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap";body,html{overscroll-behavior:none}.site_logo{cursor:pointer}.site_logo,.site_logo figure{display:inline-flex}.site_logo img{height:65px;transition:all .3s ease-in-out 0s}@media only screen and (max-width:1px){.site_logo img{height:100px}}@media only screen and (max-width:1399.98px){.site_logo img{height:80px}}@media only screen and (max-width:991.98px){.site_logo img{height:75px}}@media only screen and (max-width:767.98px){.site_logo img{height:66px}}.site_header{top:0;left:0;width:100%;position:fixed;padding:12px 0;transition:all .3s ease-in-out 0s;z-index:99;overflow-x:clip;transition:background-color .3s ease-in-out,box-shadow .3s ease-in-out}@media only screen and (max-width:1px){.site_header{padding:10px 0}}.site_header .stiky_logo{display:none}.site_header nav{display:flex;align-items:center;justify-content:space-between;gap:40px}.site_header nav .site_hamburgur{display:none}@media only screen and (max-width:991.98px){.site_header nav .site_hamburgur{display:inline-flex;z-index:2}.site_header nav .site_hamburgur svg{font-size:30px;color:#070722}}.site_header nav .site_menu{display:inline-flex;align-items:center;justify-content:flex-end;gap:20px;width:64%}@media only screen and (max-width:1199.98px){.site_header nav .site_menu{gap:30px;width:75%}}@media only screen and (max-width:991.98px){.site_header nav .site_menu{left:0;top:100%;width:100%;position:absolute;background-color:#fff;flex-direction:column;padding:15px 40px 30px;opacity:0;visibility:hidden;transform:translateY(-10%);transition:all .3s ease-in-out 0s;z-index:1;gap:15px}.site_header nav .site_menu.active{opacity:1;visibility:visible;transform:translateY(0)}}@media only screen and (max-width:767.98px){.site_header nav .site_menu{padding:20px 20px 25px}}.site_header nav .site_menu li{margin:0;display:inline-flex}.site_header nav .site_menu li:nth-child(2){margin-inline:20px auto}@media only screen and (max-width:1399.98px){.site_header nav .site_menu li:nth-child(2){margin-inline:15px auto}}@media only screen and (max-width:1199.98px){.site_header nav .site_menu li:nth-child(2){margin-inline:0}}.site_header nav .site_menu li .blink_text{position:relative}.site_header nav .site_menu li .blink_text span{position:absolute;background:#0b807f;bottom:-44px;padding:5px 10px;font-size:12px;left:55%;transform:translate(-50%);color:#fff;border-radius:50px;border:1px solid #0b807f;white-space:nowrap;animation:blinkNew 2s infinite}.site_header nav .site_menu li .blink_text span:before{content:"";position:absolute;background:url(/images/down_arrow_icon.png);background-position:50%;background-repeat:no-repeat;background-size:contain;width:25px;height:10px;transform:rotate(180deg);top:-10px;left:40%;filter:brightness(0) saturate(100%) invert(37%) sepia(46%) saturate(1136%) hue-rotate(136deg) brightness(92%) contrast(91%)}.site_header nav .site_menu li a:not(.btnn){font-size:16px;font-weight:500;color:rgba(7,7,34,.8);display:inline-flex;position:relative;cursor:pointer}@media only screen and (max-width:1399.98px){.site_header nav .site_menu li a:not(.btnn){font-size:14px}}.site_header nav .site_menu li a:not(.btnn):before{content:"";left:0;top:100%;position:absolute;width:0;height:1px;background-color:purple;animation:lineGrow 2s infinite}.site_header nav .site_menu li a:not(.btnn).new:after{content:"New";left:55%;bottom:80%;width:44px;height:26px;position:absolute;transform:translate(-50%);background-image:url(/images/new_vector.svg);background-position:50%;background-repeat:no-repeat;font-size:12px;font-weight:500;text-align:center;color:#fff;animation:blinkNew 2s infinite;animation-delay:2s}@media only screen and (max-width:1399.98px){.site_header nav .site_menu li a:not(.btnn).new:after{transform:translate(-50%) scale(.9)}}.site_header nav .site_menu li a:not(.btnn):hover{color:purple}.site_header nav .site_menu li a:not(.btnn):hover:before{width:100%}.site_header nav .site_menu li a:not(.btnn).c_white{color:#fff}.site_header nav .site_menu li a:not(.btnn).c_white:before{width:100%;background-color:#fff;animation:unset;transition:all .3s ease-in-out 0s}.site_header nav .site_menu li a.btnn{padding:0 18px}@media only screen and (max-width:991.98px){.site_header nav .site_menu li a.btnn{margin-top:45px}}.site_header nav .site_menu li .menu_icon{display:flex;flex-direction:column;gap:4px;cursor:pointer;width:24px}.site_header nav .site_menu li .menu_icon span{width:100%;display:flex;height:3px;border-radius:25px;z-index:2;background:#fff;transition:all .3s ease-in-out 0s}.site_header nav .site_menu li .menu_icon span:last-child{width:20px}.site_header nav .site_menu li .menu_icon:hover span:last-child{width:100%}.site_header nav .site_menu li:has(.menu_icon){display:none}@keyframes blinkNew{0%,to{opacity:1}50%{opacity:0}}.site_header.scrolled{background-color:#fff!important;box-shadow:0 0 90px 0 rgba(0,0,0,.102);position:fixed;top:0;background:linear-gradient(180deg,purple -156.92%,rgba(128,0,128,0) 89.09%)}.site_header.scrolled:before{content:"";left:0;top:0;width:100%;height:100%;background:url(/_next/static/media/header_before.4658eeb7.png) no-repeat 50%;background-color:purple;position:absolute;background-size:cover;pointer-events:none}.site_header.scrolled .site_logo figure img{height:60px;display:none}@media only screen and (max-width:991.98px){.site_header.scrolled .site_logo figure img{height:75px}}@media only screen and (max-width:767.98px){.site_header.scrolled .site_logo figure img{height:60px}}.site_header.scrolled .site_logo figure .stiky_logo{display:flex;z-index:1}.site_header.scrolled .site_menu li a:not(.btnn),.site_header.scrolled .site_menu li a:not(.btnn).c_white{color:#fff!important}@media only screen and (max-width:991.98px){.site_header.scrolled .site_menu li a:not(.btnn),.site_header.scrolled .site_menu li a:not(.btnn).c_white{color:#070722!important}}.site_header.scrolled .site_menu li a:not(.btnn).c_white:before{background:#fff!important}.site_header.scrolled .site_menu li:has(.menu_icon){display:inline-flex}.site_header.scrolled .site_hamburgur{color:#fff;z-index:2}.site_header.scrolled .site_hamburgur svg{color:#fff}.site_header.scrolled nav .site_menu li a:not(.btnn).c_white,.site_header.scrolled_header nav .site_menu li a:not(.btnn).c_white{color:navy}.site_header.scrolled nav .site_menu li a:not(.btnn).c_white:before,.site_header.scrolled_header nav .site_menu li a:not(.btnn).c_white:before{background-color:navy}.site_header.scrolled nav .site_menu li a:not(.btnn).c_white:hover,.site_header.scrolled_header nav .site_menu li a:not(.btnn).c_white:hover{color:purple}.site_header.scrolled nav .site_menu li a:not(.btnn).c_white:hover:before,.site_header.scrolled_header nav .site_menu li a:not(.btnn).c_white:hover:before{background-color:purple}.site_header.scrolled nav .site_menu li a.btnn,.site_header.scrolled_header nav .site_menu li a.btnn{color:#070722;background-color:#fff;border-color:#fff}.site_header.scrolled nav .site_menu li a.btnn:is(:hover),.site_header.scrolled_header nav .site_menu li a.btnn:is(:hover){color:purple;background-color:#fff;border-color:purple}.site_header.scrolled nav .site_menu li a:not(.btnn).new:after,.site_header.scrolled_header nav .site_menu li a:not(.btnn).new:after{bottom:70%}.site_header.scrolled_header.scrolled nav .site_menu li a.btnn{color:purple;background-color:#fff;border-color:#fff}.site_header.scrolled_header.scrolled nav .site_menu li a.btnn:is(:hover){color:purple;background-color:#fff;border-color:purple}.site_header.scrolled_header{background-color:purple!important}.site_header.scrolled_header nav .site_logo figure img{height:60px;display:none}@media only screen and (max-width:991.98px){.site_header.scrolled_header nav .site_logo figure img{height:75px}}@media only screen and (max-width:767.98px){.site_header.scrolled_header nav .site_logo figure img{height:60px}}.site_header.scrolled_header nav .site_logo figure .stiky_logo{display:flex;z-index:1}.site_header.scrolled_header nav .site_menu li a:not(.btnn),.site_header.scrolled_header nav .site_menu li a:not(.btnn).c_white{color:#fff!important}@media only screen and (max-width:991.98px){.site_header.scrolled_header nav .site_menu li a:not(.btnn),.site_header.scrolled_header nav .site_menu li a:not(.btnn).c_white{color:#070722!important}}.site_header.scrolled_header nav .site_menu li a:not(.btnn).c_white:before{background:#fff!important}.site_header.scrolled_header nav .site_menu li:has(.menu_icon){display:inline-flex}.site_header.scrolled_header nav .site_hamburgur{color:#fff;z-index:2}.site_header.scrolled_header nav .site_hamburgur svg{color:#fff}.site_header .profile_menu_wrapper{position:absolute;top:100%;right:0;box-shadow:0 5px 15px rgba(0,0,0,.35);z-index:99;background:#fff;width:100%;max-width:460px;min-height:100vh;max-height:0;padding:20px;overflow:auto;opacity:0;transition:all .3s ease-in-out 0s;visibility:hidden}.site_header .profile_menu_wrapper.active{opacity:1;max-height:calc(100vh - 150px);visibility:visible}.site_header .profile_menu_wrapper .profile_menu_head{display:flex;align-items:center;justify-content:space-between;margin-bottom:20px}.site_header .profile_menu_wrapper .profile_menu_head figure{max-width:60px}.site_header .profile_menu_wrapper .profile_menu_head figure img{width:100%;height:100%;object-fit:contain}.site_header .profile_menu_wrapper .profile_menu_head button{position:absolute;right:10px}.site_header1{top:0;left:0;width:100%;position:fixed;padding:10px 0;transition:all .3s ease-in-out 0s;background-color:purple;min-height:100px;display:flex;align-items:center;z-index:99}@media only screen and (max-width:767.98px){.site_header1{min-height:70px}}.site_header1.scrolled{box-shadow:0 0 90px 0 rgba(0,0,0,.102)}.site_header1 nav{display:flex;align-items:center;justify-content:space-between;gap:30px}.site_header1 nav .site_logo{display:inline-flex;cursor:pointer}.site_header1 nav .site_logo figure{display:inline-flex}.site_header1 nav .site_logo figure img{width:74px;height:70px;min-width:74px;object-fit:contain;transition:all .3s ease-in-out 0s}@media only screen and (max-width:767.98px){.site_header1 nav .site_logo figure img{width:64px;height:60px;min-width:64px;width:60px;height:56px;min-width:60px}}.site_header1 nav .badge{top:0;right:0;height:23px;min-width:23px;position:absolute;border-radius:20px;background-color:navy;border:3px solid purple;color:#fff;font-size:12px;font-weight:500;display:inline-flex;align-items:center;justify-content:center;padding:0 3px 1px;line-height:1}.site_header1 nav .site_menu{display:inline-flex;align-items:center;margin-right:auto;padding-left:20px;margin-bottom:0;gap:40px}@media only screen and (max-width:767.98px){.site_header1 nav .site_menu{position:absolute;top:80px;left:0;width:100%;background:#fff;padding:10px 30px!important;gap:14px;opacity:0;visibility:hidden;transition:all .3s ease-in-out 0s;flex-direction:column;align-items:flex-start}.site_header1 nav .site_menu li a.MuiBox-root:not(.btnn){color:#000!important;text-decoration:none!important}.site_header1 nav .site_menu.active{opacity:1;visibility:visible}}.site_header1 nav .site_menu li{margin:0;display:inline-flex;text-transform:capitalize}.site_header1 nav .site_menu li a:not(.btnn){color:#fff;font-size:16px;font-weight:500;display:inline-flex;white-space:nowrap;position:relative;cursor:pointer}.site_header1 nav .site_menu li a:not(.btnn) .badge{top:-13px;right:-15px}.site_header1 nav .site_menu li a:not(.btnn):before{content:"";left:0;top:100%;position:absolute;width:0;height:1px;background-color:purple}.site_header1 nav .site_menu li a:not(.btnn):hover{color:#fff;text-decoration:underline;text-underline-offset:2px}.site_header1 nav .site_menu li a:not(.btnn):hover:before{width:100%}@keyframes lineGrow{0%{width:0}to{width:100%}}.site_header1 nav .action_menu{display:inline-flex;align-items:center;margin-bottom:0;gap:10px}@media only screen and (max-width:767.98px){.site_header1 nav .action_menu{gap:8px}}.site_header1 nav .action_menu li{margin:0;display:inline-flex;position:relative}.site_header1 nav .action_menu li.search_menu{display:none}@media only screen and (max-width:1199.98px){.site_header1 nav .action_menu li.search_menu{display:inline-flex;width:30px;min-width:30px}.site_header1 nav .action_menu li.search_menu .MuiInputAdornment-root{width:100%;height:30px;background:navy;margin:0;justify-content:center;align-items:center;padding:4px;border-radius:30px}.site_header1 nav .action_menu li.search_menu .MuiInputAdornment-root img{filter:brightness(0) invert(1);max-width:18px}}.site_header1 nav .action_menu li:hover .footer_tooltip{opacity:1;visibility:visible}.site_header1 nav .action_menu li .footer_tooltip{bottom:unset;visibility:hidden;top:calc(100% + 20px)}.site_header1 nav .action_menu li .footer_tooltip:before{top:-20px;transform:translateX(-50%) rotate(90deg) scale(-1)}.site_header1 nav .action_menu li button.MuiIconButton-root{width:40px;min-width:40px;min-height:40px;display:inline-flex;align-items:center;justify-content:center;background-color:purple;transition:all .3s ease-in-out 0s;border-radius:50%;position:relative;padding:0}@media only screen and (max-width:767.98px){.site_header1 nav .action_menu li button.MuiIconButton-root{width:30px;min-width:30px;min-height:30px}.site_header1 nav .action_menu li button.MuiIconButton-root .MuiAvatar-root.MuiAvatar-circular{height:100%;width:100%}}.site_header1 nav .action_menu li button.MuiIconButton-root .badge{top:-3px;right:0}.site_header1 nav .action_menu li button.MuiIconButton-root img{filter:brightness(0) invert(1)}.site_header1 nav .action_menu li button.MuiButton-root{padding:5px 5px 5px 15px;background-color:#fff;border-color:#fff;margin-left:5px;gap:0}@media only screen and (max-width:767.98px){.site_header1 nav .action_menu li button.MuiButton-root{padding:0;margin-left:2px;min-height:40px;min-width:40px;width:40px}}@media only screen and (max-width:575.98px){.site_header1 nav .action_menu li button.MuiButton-root{min-height:30px;min-width:30px;width:30px}}.site_header1 nav .action_menu li button.MuiButton-root>img{filter:none}@media only screen and (max-width:767.98px){.site_header1 nav .action_menu li button.MuiButton-root>img{display:none}}.site_header1 nav .action_menu li button.MuiButton-root figure{width:38px;height:38px;min-width:38px;border-radius:50%;overflow:hidden}@media only screen and (max-width:767.98px){.site_header1 nav .action_menu li button.MuiButton-root figure{width:30px;height:30px;min-width:30px}}.site_header1 nav .action_menu li button.MuiButton-root figure img{width:100%;height:100%;object-fit:cover;filter:none}.site_header1 nav .action_menu li button.MuiButton-root span{font-size:15px;font-weight:500;color:rgba(7,7,34,.8);display:inline-block;text-overflow:ellipsis;white-space:nowrap;max-width:130px;overflow:hidden;margin-inline:6px 14px;transition:all .3s ease-in-out 0s}@media only screen and (max-width:767.98px){.site_header1 nav .action_menu li button.MuiButton-root span{display:none}}.site_header1 nav .action_menu li button.MuiButton-root:hover{background-color:navy;border-color:navy}.site_header1 nav .action_menu li button.MuiButton-root:hover>img{filter:brightness(0) invert(1)}.site_header1 nav .action_menu li button.MuiButton-root:hover span{color:#fff}.site_header1 nav .action_menu li.menu_icon_wrapper{display:none}@media only screen and (max-width:767.98px){.site_header1 nav .action_menu li.menu_icon_wrapper{display:inline-flex}}.site_header1 nav .action_menu li.menu_icon_wrapper .menu_icon{display:flex;flex-direction:column;gap:4px;cursor:pointer;width:24px}.site_header1 nav .action_menu li.menu_icon_wrapper .menu_icon span{width:100%;display:flex;height:3px;border-radius:25px;z-index:2;background:#fff;transition:all .3s ease-in-out 0s}.site_header1 nav .action_menu li.menu_icon_wrapper .menu_icon span:last-child{width:20px}.site_header1 nav .action_menu li.menu_icon_wrapper .menu_icon:hover span:last-child{width:100%}@media only screen and (max-width:575.98px){.site_header1 nav .action_menu li .MuiAvatar-root.MuiAvatar-circular{width:30px;height:30px}}.site_header1 .form{width:100%;max-width:530px;position:relative;margin-bottom:10px}@media only screen and (max-width:1199.98px){.site_header1 .form{position:fixed;top:80px;left:0;width:100%;background:#fff;padding:10px;right:0;max-width:100%;opacity:0;visibility:hidden}.site_header1 .form.active{opacity:1;visibility:visible}}@media only screen and (max-width:767.98px){.site_header1 .form{top:75px}}.site_header1 .form .form_wrapper{padding:5px;background-color:#fff;border:1px solid rgba(7,7,34,.141);display:flex;align-items:center;width:100%;border-radius:50px;box-shadow:0 0 90px 0 rgba(0,0,0,.102)}@media only screen and (max-width:767.98px){.site_header1 .form .form_wrapper{border-radius:10px;flex-wrap:wrap}}.site_header1 .form .form_wrapper>p{top:100%;left:45px;position:absolute;font-size:12px;color:#fff;line-height:1.2;padding-top:6px;font-weight:400}@media only screen and (max-width:1199.98px){.site_header1 .form .form_wrapper>p{display:none}}.site_header1 .form .MuiFormControl-root:first-child{position:relative;padding-right:1px}.site_header1 .form .MuiFormControl-root:first-child:after{content:"";top:50%;right:0;width:1px;height:33px;position:absolute;transform:translateY(-50%);background-color:#d9d9d9;display:inline-flex}@media only screen and (max-width:767.98px){.site_header1 .form .MuiFormControl-root:first-child:after{display:none}}.site_header1 .form button.MuiIconButton-root{width:38px;min-width:38px;min-height:38px;margin-left:10px;display:inline-flex;align-items:center;justify-content:center;background-color:navy;transition:all .3s ease-in-out 0s;border-radius:50%;padding:0}@media only screen and (max-width:767.98px){.site_header1 .form button.MuiIconButton-root{width:26px;min-width:26px;min-height:26px}}.site_header1 .form button.MuiIconButton-root img{width:22px}@media only screen and (max-width:767.98px){.site_header1 .form button.MuiIconButton-root img{width:14px;max-width:14px}}.site_header1 .form button.MuiIconButton-root:hover{background-color:purple}.site_header1 .form input,.site_header1 .form input.MuiInputBase-input{height:38px;border-radius:0;padding-inline:16px;background-color:transparent;border:none}.site_header1 .form .MuiFormControl-root:first-child{width:270%}@media only screen and (max-width:767.98px){.site_header1 .form .MuiFormControl-root:first-child{width:100%}.site_header1 .form .MuiFormControl-root:first-child .MuiInputBase-input{padding-right:10px!important;border:0!important}.site_header1 .form .MuiFormControl-root:nth-child(2){width:85%}}.site_header1 .form .MuiFormControl-root>.MuiInputBase-root .MuiInputAdornment-positionStart{width:30px;height:38px;opacity:.5;padding-left:3px;padding-bottom:2px}.site_header1 .form .MuiFormControl-root>.MuiInputBase-root .MuiInputAdornment-positionStart img{max-width:19px}.site_header1 .form .MuiFormControl-root>.MuiInputBase-root:has(.MuiInputAdornment-positionStart) .MuiInputBase-input{padding-left:35px;font-size:18px;padding-right:10px}@media only screen and (max-width:767.98px){.site_header1 .form .MuiFormControl-root>.MuiInputBase-root:has(.MuiInputAdornment-positionStart) .MuiInputBase-input{font-size:14px}}.site_header1:has(.form) nav .site_menu{margin-right:0;padding-left:0}.advance_box{margin:4px 0 0 4px}.advance_box,.advance_box .MuiPaper-root{padding:20px;max-width:530px;background-color:#fff;box-shadow:0 0 100px 0 rgba(0,0,0,.2);border-radius:20px;z-index:1}.advance_box .MuiPaper-root{margin:13px 0 0 4px}.advance_box .MuiPaper-root .MuiList-root{padding:0}.advance_box h2{margin-bottom:12px}.advance_box .gap_p{--gap_x:12px;--gap_y:12px}.advance_box .btn_flex{margin-top:15px;justify-content:flex-end;gap:18px}.advance_box .btn_flex a{font-size:16px;color:rgba(7,7,34,.6);cursor:pointer}.advance_box .btn_flex a:hover{color:#d92d20}.advance_box .search_data{max-height:400px;overflow:auto;padding-left:22px;list-style:none;padding-right:20px;margin-right:-20px}.advance_box .search_data li{font-size:14px;cursor:pointer}.advance_box .search_data li:not(:last-child){margin-bottom:10px}.newsletter_sc{background:url(/_next/static/media/shape8.56f3aede.svg),linear-gradient(95.08deg,navy -18.62%,#d7abf2 146.28%);background-position:100% 100%;background-repeat:no-repeat}.newsletter_sc .container{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:30px}@media only screen and (max-width:767.98px){.newsletter_sc .container{padding-block:20px}}.newsletter_sc .container .s_head{margin-bottom:0;width:42%}@media only screen and (max-width:991.98px){.newsletter_sc .container .s_head{width:100%}}.newsletter_sc .container .s_head h2{color:#fff}.newsletter_sc .container .s_head p{font-size:16px;line-height:1.6;color:#fff;opacity:.6}@media only screen and (max-width:1199.98px){.newsletter_sc .container .s_head p{font-size:15px}}@media only screen and (max-width:767.98px){.newsletter_sc .container .s_head p{font-size:14px}}.newsletter_sc .container .form{width:100%;max-width:455px}@media only screen and (max-width:991.98px){.newsletter_sc .container .form{max-width:100%}}.newsletter_sc .container .form label{font-size:16px;font-weight:500;margin-bottom:10px;line-height:1.2;color:#fff}.newsletter_sc .container .form small{color:#fff;font-size:13px}.newsletter_sc .container .form .control_group{position:relative}.newsletter_sc .container .form .control_group :is(input,input.form-control){height:60px;color:#fff;border:1px solid #fff;background-color:#725bbd;padding-inline:30px 150px}@media only screen and (max-width:1399.98px){.newsletter_sc .container .form .control_group :is(input,input.form-control){height:50px;padding-inline:20px 115px}}.newsletter_sc .container .form .control_group :is(input,input.form-control):focus{border-color:purple}.newsletter_sc .container .form .control_group :is(input,input.form-control)::placeholder{color:#fff;opacity:.7}.newsletter_sc .container .form .control_group .btnn{top:1px;right:1px;position:absolute;min-height:58px;border-radius:0 50px 50px 0;min-width:140px;font-size:18px;font-weight:500;color:#08082d}@media only screen and (max-width:1399.98px){.newsletter_sc .container .form .control_group .btnn{min-height:48px;font-size:16px;min-width:100px}}.site_footer{background-image:url(/_next/static/media/footer_bg.af65e37e.jpg);background-size:cover;background-position:bottom;background-repeat:no-repeat}.site_footer .inner{display:flex;align-items:flex-start;justify-content:space-between;padding:50px 0;gap:16px}@media only screen and (max-width:1399.98px){.site_footer .inner{padding:40px 0}}@media only screen and (max-width:1199.98px){.site_footer .inner{flex-wrap:wrap;gap:0}}@media only screen and (max-width:991.98px){.site_footer .inner{gap:0}}@media only screen and (max-width:767.98px){.site_footer .inner{gap:0;padding:35px 0 50px}.site_footer .inner .site_logo figure img{height:100px}}.site_footer .inner .col_single{max-width:310px}@media only screen and (max-width:1199.98px){.site_footer .inner .col_single{width:100%;max-width:100%}.site_footer .inner .col_single:first-child{margin-bottom:24px}}@media only screen and (max-width:991.98px){.site_footer .inner .col_single:first-child{width:100%;max-width:100%}}@media only screen and (max-width:767.98px){.site_footer .inner .col_single:first-child{margin-bottom:45px}}@media only screen and (max-width:1199.98px){.site_footer .inner .col_single:not(:first-child){border-bottom:1px solid rgba(7,7,34,.122);padding-bottom:15px;margin-bottom:15px}.site_footer .inner .col_single:not(:first-child) h2{display:flex;align-items:center;justify-content:space-between;pointer-events:all;padding:0}.site_footer .inner .col_single:not(:first-child) h2:after{content:"";width:16px;height:16px;background-image:url('data:image/svg+xml,<svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg"><g opacity="0.7"><rect x="8.06348" y="0.450195" width="1.57999" height="16.8533" fill="%23070722"/><rect x="0.573364" y="9.52051" width="1.57999" height="16.8533" transform="rotate(-90 0.573364 9.52051)" fill="%23070722"/></g></svg>');background-size:16px;background-repeat:no-repeat;background-position:50%;display:inline-flex}.site_footer .inner .col_single:not(:first-child) h2.active:after{background-image:url('data:image/svg+xml,<svg width="18" height="3" viewBox="0 0 18 3" fill="none" xmlns="http://www.w3.org/2000/svg"><rect x="0.573364" y="2.52051" width="1.57999" height="16.8533" transform="rotate(-90 0.573364 2.52051)" fill="%23070722"/></svg>')}}@media only screen and (max-width:767.98px){.site_footer .inner .col_single:last-child{margin-bottom:0}}.site_footer .inner .col_single h2{font-size:14px;font-weight:700;letter-spacing:1.5px!important;text-transform:uppercase;margin-bottom:20px;padding-top:20px;pointer-events:none}@media only screen and (max-width:1399.98px){.site_footer .inner .col_single h2{font-size:14px}}@media only screen and (max-width:1199.98px){.site_footer .inner .col_single h2{margin:0}}@media only screen and (max-width:991.98px){.site_footer .inner .col_single h2{padding-top:0}}@media only screen and (max-width:767.98px){.site_footer .inner .col_single h2{font-size:16px;font-weight:600;letter-spacing:0!important;text-transform:capitalize;margin-bottom:0;display:flex;align-items:center;justify-content:space-between;pointer-events:all}.site_footer .inner .col_single h2:after{content:"";width:16px;height:16px;background-image:url('data:image/svg+xml,<svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg"><g opacity="0.7"><rect x="8.06348" y="0.450195" width="1.57999" height="16.8533" fill="%23070722"/><rect x="0.573364" y="9.52051" width="1.57999" height="16.8533" transform="rotate(-90 0.573364 9.52051)" fill="%23070722"/></g></svg>');background-size:16px;background-repeat:no-repeat;background-position:50%;display:inline-flex}.site_footer .inner .col_single h2.active:after{background-image:url('data:image/svg+xml,<svg width="18" height="3" viewBox="0 0 18 3" fill="none" xmlns="http://www.w3.org/2000/svg"><rect x="0.573364" y="2.52051" width="1.57999" height="16.8533" transform="rotate(-90 0.573364 2.52051)" fill="%23070722"/></svg>')}}.site_footer .inner .col_single p{font-size:13px;color:rgba(7,7,34,.8)}@media only screen and (max-width:1199.98px){.site_footer .inner .col_single .footer_menu{opacity:0;visibility:hidden;height:0;max-height:0;overflow:hidden;transition:all .3s ease-in-out 0s}.site_footer .inner .col_single .footer_menu.active{opacity:1;padding-top:14px;visibility:visible;max-height:300px;height:auto}}.site_footer .inner .col_single .footer_menu li{display:flex;font-size:14px;text-transform:capitalize}.site_footer .inner .col_single .footer_menu li:not(:last-child){margin-bottom:10px}.site_footer .inner .col_single .footer_menu li a{display:flex;color:rgba(7,7,34,.8);cursor:pointer}.site_footer .inner .col_single .footer_menu li a:hover{color:purple}.site_footer .inner .col_single .contact_menu li{font-size:14px;text-transform:capitalize}.site_footer .inner .col_single .contact_menu li:not(:last-child){margin-bottom:10px}.site_footer .inner .col_single .contact_menu li a{display:flex;align-items:center;color:rgba(7,7,34,.8);cursor:pointer;gap:10px}.site_footer .inner .col_single .contact_menu li a:hover{color:purple}.site_footer .inner .col_single .contact_menu li a:hover img{filter:brightness(0) invert(10%) sepia(72%) saturate(5529%) hue-rotate(293deg) brightness(93%) contrast(116%)}.site_footer .inner .col_single:first-child h2{margin-bottom:15px;padding-top:25px}@media only screen and (max-width:1399.98px){.site_footer .inner .col_single:first-child h2:not(:last-child){margin-bottom:12px}}@media only screen and (max-width:767.98px){.site_footer .inner .col_single:first-child h2:not(:last-child){margin-bottom:10px}.site_footer .inner .col_single:first-child h2{letter-spacing:1.5px!important;text-transform:uppercase}.site_footer .inner .col_single:first-child h2:after{display:none}}.site_footer .copywrite{border-top:1px solid rgba(7,7,34,.149)}.site_footer .copywrite .container{display:flex;align-items:center;justify-content:space-between;padding-block:22px;flex-wrap:wrap;gap:30px}@media only screen and (max-width:1399.98px){.site_footer .copywrite .container{padding-block:15px;gap:20px}}@media only screen and (max-width:767.98px){.site_footer .copywrite .container{padding-block:16px;gap:12px}}.site_footer .copywrite .container p{font-size:16px;margin-bottom:0}@media only screen and (max-width:1399.98px){.site_footer .copywrite .container p{font-size:14px}}@media only screen and (max-width:767.98px){.site_footer .copywrite .container p{font-size:12px}}.site_footer .copywrite .container p u{text-underline-offset:3px}.site_footer .copywrite .container .social_links{display:flex;align-items:center;gap:12px}@media only screen and (max-width:1399.98px){.site_footer .copywrite .container .social_links{gap:10px}}.site_footer .copywrite .container .social_links li{display:inline-flex;margin-bottom:0}.site_footer .copywrite .container .social_links li a{width:31px;height:31px;border-radius:50%;background-color:rgba(128,0,128,.1);display:inline-flex;align-items:center;justify-content:center}@media only screen and (max-width:1399.98px){.site_footer .copywrite .container .social_links li a{width:30px;height:30px}}.site_footer .copywrite .container .social_links li a img{transition:all .3s ease-in-out 0s;filter:brightness(0) invert(10%) sepia(72%) saturate(5529%) hue-rotate(293deg) brightness(93%) contrast(116%)}.site_footer .copywrite .container .social_links li a:hover{background-color:purple}.site_footer .copywrite .container .social_links li a:hover img{filter:brightness(0) invert(1)}@keyframes waveText{0%,to{transform:translateY(0)}50%{transform:translateY(-3px)}}@keyframes typing{0%{width:0}to{width:100%}}@keyframes blink{50%{border-color:transparent}}.home_hero_sc{display:flex;align-items:stretch;background-color:#f3f3f3;padding-block:100px 25px;position:relative;min-height:650px;overflow:hidden;z-index:1}@media only screen and (max-width:1px){.home_hero_sc{padding-block:120px 25px}}@media only screen and (max-width:1399.98px){.home_hero_sc{padding-block:100px 25px}}@media only screen and (max-width:1199.98px){.home_hero_sc{min-height:720px}}@media only screen and (max-width:991.98px){.home_hero_sc{padding-block:135px 40px}}@media only screen and (max-width:575.98px){.home_hero_sc{background:linear-gradient(126.85deg,purple 14.55%,#5c045c 92.03%);overflow:hidden}}.home_hero_sc:before{content:"";top:50%;left:calc(50% - 40px);width:100%;height:780px;position:absolute;transform:translateY(-50%);background-image:url(/_next/static/media/hero_bg_shape1.c7a5158f.svg);background-repeat:no-repeat;background-position:left 51.5%;pointer-events:none;z-index:-1}@media only screen and (max-width:1px){.home_hero_sc:before{height:100%}}@media only screen and (max-width:1399.98px){.home_hero_sc:before{background-position:0 52.5%}}@media only screen and (max-width:1199.98px){.home_hero_sc:before{left:50%;background-position:0 52.5%}}@media only screen and (max-width:991.98px){.home_hero_sc:before{top:0;left:0;width:100%;height:745px;background:none;transform:none;background:linear-gradient(126.85deg,purple 14.55%,#5c045c 92.03%);-webkit-clip-path:polygon(0 0,100% 0,100% 95%,0 100%);clip-path:polygon(0 0,100% 0,100% 95%,0 100%)}}@media only screen and (max-width:575.98px){.home_hero_sc:before{top:auto;bottom:-1px;height:281px;background:#f3f3f3;-webkit-clip-path:polygon(0 5%,100% 0,100% 100%,0 100%);clip-path:polygon(0 5%,100% 0,100% 100%,0 100%)}}.home_hero_sc .container{display:flex;align-items:stretch}@media only screen and (max-width:991.98px){.home_hero_sc .container{display:block}}.home_hero_sc .gap_p{--gap_x:20px;justify-content:space-between;flex:1 1}.home_hero_sc .gap_p .lt{width:48%;display:flex;flex-direction:column;justify-content:center;align-items:stretch}@media only screen and (max-width:1399.98px){.home_hero_sc .gap_p .lt{width:50%}}@media only screen and (max-width:991.98px){.home_hero_sc .gap_p .lt{width:100%}}@keyframes slideTextHighlight{0%{background-position:200%}to{background-position:0}}.home_hero_sc .gap_p .lt .link{display:inline-flex;align-items:center;font-size:18px;font-weight:600;color:purple;margin-block:15px 32px;width:max-content;gap:5px}@media only screen and (max-width:991.98px){.home_hero_sc .gap_p .lt .link{order:3;margin-bottom:20px;color:#fff;justify-content:center}}@media only screen and (max-width:575.98px){.home_hero_sc .gap_p .lt .link{font-size:16px}}.home_hero_sc .gap_p .lt .link span{background:linear-gradient(270deg,#b300b3,purple,#4d004d);background-size:200% auto;background-clip:text;-webkit-background-clip:text;color:transparent;-webkit-text-fill-color:transparent;animation:slideTextHighlight 2s linear infinite;position:relative}@media only screen and (max-width:991.98px){.home_hero_sc .gap_p .lt .link span{background:linear-gradient(270deg,#fceeff,#f8e9ff,#fff);background-size:200% auto;background-clip:text;-webkit-background-clip:text;color:transparent;-webkit-text-fill-color:transparent;animation:slideTextHighlight 2s linear infinite}}.home_hero_sc .gap_p .lt .link span:before{content:"";left:0;top:95%;position:absolute;width:0;height:1px;background-color:purple;animation:lineGrow 2s infinite}.home_hero_sc .gap_p .lt .link img{width:16px;margin-left:6px;filter:brightness(0) saturate(100%) invert(7%) sepia(100%) saturate(7085%) hue-rotate(305deg) brightness(100%) contrast(102%);animation:iconMove5 .5s ease-in-out infinite alternate}@media only screen and (max-width:991.98px){.home_hero_sc .gap_p .lt .link img{filter:brightness(0) invert(1)}}.home_hero_sc .gap_p .lt .hero_image{display:none}@media only screen and (max-width:991.98px){.home_hero_sc .gap_p .lt .hero_image{display:block}}.home_hero_sc .gap_p .rt{width:50%;text-align:right;align-self:center}@media only screen and (max-width:1px){.home_hero_sc .gap_p .rt{width:52%;margin-left:auto}}@media only screen and (max-width:1399.98px){.home_hero_sc .gap_p .rt{width:50%}}@media only screen and (max-width:991.98px){.home_hero_sc .gap_p .rt{width:100%;display:none}}.home_hero_sc h1{font-size:46px;text-transform:capitalize;margin-bottom:15px;line-height:1.15}@media only screen and (max-width:1399.98px){.home_hero_sc h1{margin-bottom:15px;max-width:400px;font-size:42px}}@media only screen and (max-width:1199.98px){.home_hero_sc h1{margin-bottom:12px;font-size:36px}}@media only screen and (max-width:991.98px){.home_hero_sc h1{max-width:100%;color:#fff;font-size:30px}}@media only screen and (max-width:767.98px){.home_hero_sc h1{margin-bottom:10px;font-size:28px}}@media only screen and (max-width:575.98px){.home_hero_sc h1{font-size:24px}}.home_hero_sc h1+div p{min-height:32px;display:flex;align-items:center}@media only screen and (max-width:991.98px){.home_hero_sc h1+div p{order:2;color:hsla(0,0%,100%,.7);font-size:16px;min-height:20px}}@media only screen and (max-width:767.98px){.home_hero_sc h1+div p{min-height:48px}}.home_hero_sc .btn_flex{margin-bottom:50px}.home_hero_sc .btn_flex .MuiButton-root{min-height:56px;position:relative;z-index:1;border:0}.home_hero_sc .btn_flex .MuiButton-root:before{content:"";top:0;transform:translateX(100%);width:100%;position:absolute;bottom:0;z-index:-1;animation:slide 2s infinite;background:linear-gradient(90deg,rgba(64,235,241,0) 0,rgba(255,254,253,.56) 50%,rgba(255,254,253,.28) 99%,rgba(64,235,241,0));opacity:.4}@media only screen and (max-width:1px){.home_hero_sc .btn_flex{margin-bottom:35px}}@media only screen and (max-width:991.98px){.home_hero_sc .btn_flex{margin-bottom:30px;flex-direction:column;align-items:center;text-align:center;order:4}}@keyframes rocketShakeLift{0%{transform:translate(0) rotate(0deg)}5%{transform:translate(-1px) rotate(-10deg)}10%{transform:translate(1px) rotate(10deg)}15%{transform:translate(-1px) rotate(-10deg)}20%{transform:translate(1px) rotate(10deg)}25%{transform:translate(0) rotate(0deg)}50%{transform:translateY(-10px) rotate(-5deg)}75%{transform:translateY(-20px) rotate(0deg)}to{transform:translate(0) rotate(0deg)}}.home_hero_sc .btn_flex p{color:rgba(7,7,34,.6)}.home_hero_sc .btn_flex p .rocket{display:inline-block;animation:rocketShakeLift 2s ease-in-out infinite}@media only screen and (max-width:1199.98px){.home_hero_sc .btn_flex p{font-size:14px}}@media only screen and (max-width:991.98px){.home_hero_sc .btn_flex p{font-size:16px}.home_hero_sc .btn_flex button.MuiButton-root.MuiButton-textPrimary{background-color:navy;border-color:navy}.home_hero_sc .btn_flex button.MuiButton-root.MuiButton-textPrimary:hover{color:navy;background-color:#fff;border-color:navy}.home_hero_sc .btn_flex button.MuiButton-root.MuiButton-textPrimary:hover img{filter:brightness(0) invert(12%) sepia(74%) saturate(5543%) hue-rotate(242deg) brightness(61%) contrast(130%)}}@keyframes slide{0%{transform:translateX(-100%)}to{transform:translateX(100%)}}.home_hero_sc .app_btn_flex{display:flex;align-items:center;gap:15px}@media only screen and (max-width:991.98px){.home_hero_sc .app_btn_flex{order:6;justify-content:center}}.home_hero_sc .app_btn_flex button.MuiButton-root{height:62px;min-height:1px;border-radius:20px;padding:15px 20px}@media only screen and (max-width:1px){.home_hero_sc .app_btn_flex button.MuiButton-root{height:65px}}@media only screen and (max-width:1399.98px){.home_hero_sc .app_btn_flex button.MuiButton-root{height:56px;border-radius:10px;padding:12px 20px}}@media only screen and (max-width:575.98px){.home_hero_sc .app_btn_flex button.MuiButton-root{height:60px;border-radius:15px;width:100%}}.home_hero_sc .app_btn_flex button.MuiButton-root img{filter:none;max-height:100%}.home_hero_sc .app_btn_flex button.MuiButton-root.MuiButton-textPrimary:hover{color:#fff;background-color:navy;border-color:navy}.home_hero_sc .hero_image{display:flex;position:relative;max-width:610px;margin-left:auto;width:100%}@media only screen and (max-width:991.98px){.home_hero_sc .hero_image{order:3;margin-block:10px 30px;max-width:500px;margin-inline:auto}}@media only screen and (max-width:767.98px){.home_hero_sc .hero_image{max-width:450px}}.home_hero_sc .hero_image .overlay_image{inset:0;width:100%;position:absolute;display:inline-flex;align-items:flex-start;padding-top:11%;z-index:2}.home_hero_sc .hero_image .overlay_image img{width:37.543%;filter:drop-shadow(0 0 75px rgba(0,0,0,.1019607843))}.home_hero_sc .hero_image .main_image{width:100%;height:100%;padding:0 4% 5.2% 12%;z-index:1}.home_hero_sc .hero_image .main_image:before{content:"";right:0;bottom:0;position:absolute;width:150px;height:150px;background-image:url(/_next/static/media/dots_icon.0169c37c.svg);background-position:0 0;background-repeat:no-repeat;pointer-events:none;z-index:-1}@media only screen and (max-width:991.98px){.home_hero_sc .hero_image .main_image:before{left:5px;top:-25px;bottom:auto;width:140px;height:140px;background-size:cover}}@media only screen and (max-width:767.98px){.home_hero_sc .hero_image .main_image:before{left:-10px;top:-30px;width:130px;height:130px}}.home_hero_sc .hero_image .main_image img,.home_hero_sc .hero_image .main_image video{width:100%;height:100%;object-fit:cover;border-radius:30px}.home_hero_sc .advance_box{top:100%!important;padding:10px!important;box-shadow:unset!important}.home_hero_sc .advance_box h2{margin-bottom:8px}.home_hero_sc .advance_box .search_data{max-height:110px;margin-right:-10px;padding-right:10px}@media(min-width:1400px){.home_hero_sc .advance_box .search_data{max-height:155px}}.home_hero_sc .advance_box .search_data li:not(:last-child){margin-bottom:6px}.home_hero_sc .form{max-width:480px;margin-bottom:30px;background-color:#fff;box-shadow:0 0 90px 0 rgba(0,0,0,.102);border-radius:50px;overflow-x:clip;overflow-y:visible;display:flex;align-items:center;padding:9px;position:relative}@media only screen and (max-width:1px){.home_hero_sc .form{margin-block:20px 25px;padding:5px}}@media only screen and (max-width:1399.98px){.home_hero_sc .form{margin-block:15px 25px}}@media only screen and (max-width:1199.98px){.home_hero_sc .form{margin-block:10px 25px}}@media only screen and (max-width:991.98px){.home_hero_sc .form{order:5;margin-inline:auto;margin-block:0 35px}}@media only screen and (max-width:575.98px){.home_hero_sc .form{padding:5px 5px 5px 12px}}.home_hero_sc .form .MuiFormControl-root:first-child{position:relative;padding-right:1px}@media only screen and (max-width:575.98px){.home_hero_sc .form .MuiFormControl-root:first-child{margin-right:10px}}.home_hero_sc .form .MuiFormControl-root:first-child:after{content:"";top:50%;right:0;width:1px;height:33px;position:absolute;transform:translateY(-50%);background-color:#d9d9d9;display:inline-flex}@media only screen and (max-width:1199.98px){.home_hero_sc .form .MuiFormControl-root:first-child:after{height:28px}}@media only screen and (max-width:575.98px){.home_hero_sc .form .MuiFormControl-root:first-child:after{height:25px}}.home_hero_sc .form .MuiFormControl-root>.MuiInputBase-root:has(.MuiInputAdornment-positionStart) .MuiInputBase-input{padding-left:45px}@media only screen and (max-width:1199.98px){.home_hero_sc .form .MuiFormControl-root>.MuiInputBase-root:has(.MuiInputAdornment-positionStart) .MuiInputBase-input{padding-left:40px}}@media only screen and (max-width:575.98px){.home_hero_sc .form .MuiFormControl-root>.MuiInputBase-root:has(.MuiInputAdornment-positionStart) .MuiInputBase-input{padding-left:25px}}.home_hero_sc .form .MuiFormControl-root>.MuiInputBase-root:has(.MuiInputAdornment-positionEnd) .MuiInputBase-input{padding-right:45px}@media only screen and (max-width:1199.98px){.home_hero_sc .form .MuiFormControl-root>.MuiInputBase-root:has(.MuiInputAdornment-positionEnd) .MuiInputBase-input{padding-right:40px}}@media only screen and (max-width:575.98px){.home_hero_sc .form .MuiFormControl-root>.MuiInputBase-root:has(.MuiInputAdornment-positionEnd) .MuiInputBase-input{padding-right:25px}}.home_hero_sc .form .MuiFormControl-root>.MuiInputBase-root .MuiInputAdornment-positionEnd,.home_hero_sc .form .MuiFormControl-root>.MuiInputBase-root .MuiInputAdornment-positionStart{width:48px;height:48px}@media only screen and (max-width:1199.98px){.home_hero_sc .form .MuiFormControl-root>.MuiInputBase-root .MuiInputAdornment-positionEnd,.home_hero_sc .form .MuiFormControl-root>.MuiInputBase-root .MuiInputAdornment-positionStart{width:40px;height:40px;padding-bottom:4px}}@media only screen and (max-width:991.98px){.home_hero_sc .form .MuiFormControl-root>.MuiInputBase-root .MuiInputAdornment-positionEnd,.home_hero_sc .form .MuiFormControl-root>.MuiInputBase-root .MuiInputAdornment-positionStart{padding-bottom:2px}}@media only screen and (max-width:575.98px){.home_hero_sc .form .MuiFormControl-root>.MuiInputBase-root .MuiInputAdornment-positionEnd,.home_hero_sc .form .MuiFormControl-root>.MuiInputBase-root .MuiInputAdornment-positionStart{width:20px;height:40px;padding:1px;top:-1px}}.home_hero_sc .form .MuiFormControl-root input{padding-right:5px}.home_hero_sc .form button.MuiButton-root{min-height:48px;min-width:110px;margin-left:10px}@media only screen and (max-width:1399.98px){.home_hero_sc .form button.MuiButton-root{min-width:100px;margin-left:5px}}@media only screen and (max-width:1199.98px){.home_hero_sc .form button.MuiButton-root{min-width:90px;min-height:40px}}@media only screen and (max-width:575.98px){.home_hero_sc .form button.MuiButton-root{margin-left:0}}.home_hero_sc .form input,.home_hero_sc .form input.MuiInputBase-input{height:48px;border-radius:0;border:none}@media only screen and (max-width:1199.98px){.home_hero_sc .form input,.home_hero_sc .form input.MuiInputBase-input{height:40px}}.cards_grid.gap_m{--gap_x:20px;--gap_y:20px}@media only screen and (max-width:1199.98px){.cards_grid.gap_m{--gap_y:40px}}@media only screen and (max-width:991.98px){.cards_grid.gap_m{--gap_x:15px}}.cards_grid li{display:flex;position:relative;width:calc(25% - var(--gap_x));margin-bottom:10px;z-index:1}@media only screen and (max-width:1199.98px){.cards_grid li{width:calc(50% - var(--gap_x))}}@media only screen and (max-width:575.98px){.cards_grid li{width:calc(100% - var(--gap_x))}}.cards_grid li:before{content:"";inset:0 18px -10px;position:absolute;background-color:#000;border-radius:20px;z-index:-1}.cards_grid li:nth-child(odd):before{background-color:#0b807f}.cards_grid li:nth-child(2n):before{background-color:purple}.cards_grid li .card_inner{display:flex;position:relative;border-radius:20px;overflow:hidden}@media only screen and (max-width:1199.98px){.cards_grid li .card_inner{width:100%}}.cards_grid li .card_inner figure{height:370px;display:inline-flex;position:relative}@media only screen and (max-width:1199.98px){.cards_grid li .card_inner figure{width:100%}}@media only screen and (max-width:767.98px){.cards_grid li .card_inner figure{height:300px}}.cards_grid li .card_inner figure:before{content:"";inset:0;width:100%;height:100%;position:absolute;transition:.5s ease-in-out 0s;background:linear-gradient(180deg,rgba(6,6,28,0) 35.92%,#06061c);pointer-events:none}.cards_grid li .card_inner figure:after{content:"";left:0;bottom:0;width:100%;height:100%;position:absolute;transition:.5s ease-in-out .2s;background:linear-gradient(179.19deg,rgba(11,128,127,0) -145.91%,#0b807f 41.88%);pointer-events:none;opacity:0}.cards_grid li .card_inner figure img{width:100%;height:100%;object-fit:cover}.cards_grid li .card_inner .card_info{bottom:0;position:absolute;padding:20px 20px 25px;width:100%}@media only screen and (max-width:1399.98px){.cards_grid li .card_inner .card_info{padding:16px}}.cards_grid li .card_inner .card_info h3{color:#fff;font-size:22px;font-weight:600;margin-block:10px;margin-inline:auto;line-height:1.35;max-width:400px}@media only screen and (max-width:1399.98px){.cards_grid li .card_inner .card_info h3{line-height:1.5;font-size:20px}}.cards_grid li .card_inner .card_info p{font-size:16px;color:hsla(0,0%,100%,.8)}@media only screen and (max-width:1199.98px){.cards_grid li .card_inner .card_info p{font-size:15px}}@media only screen and (max-width:767.98px){.cards_grid li .card_inner .card_info p{font-size:14px}}.cards_grid li .card_inner .card_info p:not(:last-child){margin-bottom:10px}.cards_grid li .card_inner .card_info .text_btn{color:#fff;font-size:16px;margin-left:auto;font-weight:700}.cards_grid li .card_inner .desc{max-height:0;overflow:hidden;transition:.5s ease-in-out 0s}@media only screen and (max-width:991.98px){.cards_grid li .card_inner .desc{max-height:unset}}.cards_grid li .card_inner .desc p{opacity:0;transition:.2s ease-in-out .2s}@media only screen and (max-width:991.98px){.cards_grid li .card_inner .desc p{opacity:1}}.cards_grid li:hover .card_inner figure:before{opacity:0}.cards_grid li:hover .card_inner figure:after{opacity:1;transform:scaleY(1);transition-delay:0s}.cards_grid li:hover .card_inner .desc{max-height:500px}.cards_grid li:hover .card_inner .desc p{opacity:1;transition-delay:0s}.home_counter_sc{background:url(/_next/static/media/wave_vector.8579f220.svg),linear-gradient(97.03deg,#178483 -7.14%,#0b807f 99.71%);background-size:cover;background-repeat:no-repeat;background-position:50%}@media only screen and (max-width:991.98px){.home_counter_sc{background:purple}}.home_counter_sc .container{display:flex;align-items:center}@media only screen and (max-width:991.98px){.home_counter_sc .container{flex-wrap:wrap}}.home_counter_sc .s_head{width:45%;padding-right:40px;border-right:1px solid hsla(0,0%,100%,.302);margin-bottom:0}@media only screen and (max-width:991.98px){.home_counter_sc .s_head{display:none}}.home_counter_sc .s_head *{color:#fff}.home_counter_sc ul{width:55%;display:flex;align-items:flex-start;justify-content:space-between;padding:0 0 0 40px;flex-wrap:wrap;gap:30px}@media only screen and (max-width:1199.98px){.home_counter_sc ul{gap:24px;padding-left:20px}}@media only screen and (max-width:991.98px){.home_counter_sc ul{width:100%;gap:20px;padding:0}}@media only screen and (max-width:767.98px){.home_counter_sc ul{align-items:stretch;gap:12px}}.home_counter_sc ul li{display:flex;color:#fff;width:calc(50% - 15px);padding-left:64px;flex-direction:column;align-items:stretch;position:relative;text-align:left;margin-bottom:0;font-size:16px}@media only screen and (max-width:1px){.home_counter_sc ul li{font-size:18px}}@media only screen and (max-width:1399.98px){.home_counter_sc ul li{font-size:16px}}@media only screen and (max-width:1199.98px){.home_counter_sc ul li{font-size:15px}}@media only screen and (max-width:991.98px){.home_counter_sc ul li{padding:28px 20px 28px 80px;width:calc(50% - 10px);background:linear-gradient(180deg,rgba(181,6,181,0),#a700a7);border-radius:15px;font-size:14px;gap:10px}}@media only screen and (max-width:767.98px){.home_counter_sc ul li{width:calc(50% - 6px);padding:28px 15px 28px 80px;gap:6px}}@media only screen and (max-width:575.98px){.home_counter_sc ul li{width:100%}}.home_counter_sc ul li figure{width:48px;height:48px;display:inline-flex;align-items:center;justify-content:center;position:absolute;left:0;top:50%;transform:translateY(-50%)}@media only screen and (max-width:991.98px){.home_counter_sc ul li figure{left:16px}}.home_counter_sc ul li figure img{max-height:100%}.home_counter_sc ul li strong{color:#fff;font-size:36px;font-weight:700;letter-spacing:.5px;line-height:1.25;display:block}@media only screen and (max-width:767.98px){.home_counter_sc ul li strong{font-size:30px}}@media only screen and (max-width:575.98px){.home_counter_sc ul li strong{font-size:26px}}.home_counter_sc ul li strong strong{font-weight:400}@media only screen and (max-width:575.98px){.home_clients_sc .s_head h2{max-width:280px;margin-inline:auto}}.client_slider{padding-top:10px}.client_slider figure{padding:0 10px;display:inline-flex!important;justify-content:center}.client_slider figure img{max-height:42px}@media only screen and (max-width:1199.98px){.client_slider figure img{max-height:35px}}@media only screen and (max-width:575.98px){.client_slider figure img{max-height:25px}}.category_grid{margin-bottom:0}.category_grid.gap_m{--gap_x:25px;--gap_y:25px}@media only screen and (max-width:1199.98px){.category_grid.gap_m{--gap_x:20px;--gap_y:20px}}@media only screen and (max-width:991.98px){.category_grid.gap_m{--gap_x:15px;--gap_y:15px}}@media only screen and (max-width:575.98px){.category_grid.gap_m{--gap_x:12px;--gap_y:12px}}.category_grid li{display:flex;align-items:center;flex-direction:row;background-color:#fff;width:calc(25% - var(--gap_x));padding:15px 15px 15px 22px;transition:all .3s ease-in-out 0s;border-radius:16px;min-height:90px;margin-bottom:0;cursor:pointer}.category_grid li a{display:flex}@media only screen and (max-width:1199.98px){.category_grid li{padding:12px 12px 12px 15px;border-radius:12px;min-height:80px}}@media only screen and (max-width:991.98px){.category_grid li{width:calc(33.3333333333% - var(--gap_x));min-height:70px}}@media only screen and (max-width:767.98px){.category_grid li{width:calc(50% - var(--gap_x));min-height:60px}}@media only screen and (max-width:575.98px){.category_grid li{padding:12px}}.category_grid li:after{content:"";width:24px;height:24px;display:inline-flex;transition:all .3s ease-in-out 0s;background-image:url(/_next/static/media/arrow_right_icon.8b26192e.svg);background-repeat:no-repeat;background-position:50%;background-size:20px;margin-left:auto;opacity:.4}@media only screen and (max-width:1199.98px){.category_grid li:after{display:none}}.category_grid li figure{display:flex;align-items:center;width:calc(100% - 24px);padding-right:10px}@media only screen and (max-width:1199.98px){.category_grid li figure{padding-right:0;width:100%}}.category_grid li figure img{width:30px;height:30px;min-width:30px;max-width:30px;object-fit:scale-down;transition:all .3s ease-in-out 0s}@media only screen and (max-width:991.98px){.category_grid li figure img{width:25px;height:25px;min-width:25px;max-width:25px}}@media only screen and (max-width:767.98px){.category_grid li figure img{width:20px;height:20px;min-width:20px;max-width:20px}}.category_grid li figure figcaption{font-weight:500;line-height:1.2;display:inline-flex;flex-direction:column;align-items:stretch;padding-left:16px;gap:5px}@media only screen and (max-width:1199.98px){.category_grid li figure figcaption{gap:3px}}@media only screen and (max-width:991.98px){.category_grid li figure figcaption{padding-left:10px;width:calc(100% - 25px)}}@media only screen and (max-width:767.98px){.category_grid li figure figcaption{width:calc(100% - 20px)}}.category_grid li figure figcaption span,.category_grid li figure figcaption strong{display:block;white-space:nowrap;text-overflow:ellipsis;transition:all .3s ease-in-out 0s;overflow:hidden}.category_grid li figure figcaption strong{font-size:19px;font-weight:500;text-transform:capitalize;color:#070722}@media only screen and (max-width:1199.98px){.category_grid li figure figcaption strong{font-size:18px}}@media only screen and (max-width:991.98px){.category_grid li figure figcaption strong{font-size:16px}}@media only screen and (max-width:767.98px){.category_grid li figure figcaption strong{font-size:14px}}.category_grid li figure figcaption span{font-size:15px;letter-spacing:-.6px!important;color:navy}@media only screen and (max-width:1199.98px){.category_grid li figure figcaption span{font-size:14px}}@media only screen and (max-width:991.98px){.category_grid li figure figcaption span{font-size:12px}}.category_grid li:hover{background-color:#0b807f}.category_grid li:hover:after{opacity:1}.category_grid li:hover figure img,.category_grid li:hover:after{filter:brightness(0) invert(1)}.category_grid li:hover *{color:#fff}.home_welcome_sc{background:linear-gradient(95.89deg,#fff -7.75%,#0b807f 84.44%);position:relative;z-index:1}@media only screen and (max-width:991.98px){.home_welcome_sc{background:linear-gradient(139.75deg,#fff 17.08%,#0b807f 70.99%)}}.home_welcome_sc:before{content:"";inset:0;width:100%;height:100%;position:absolute;background-image:url(/_next/static/media/home_welcome_bg.b9980a00.png);background-position:bottom;background-repeat:no-repeat;background-size:auto;z-index:-1}@media only screen and (max-width:991.98px){.home_welcome_sc:before{background-size:cover;opacity:.6}}.home_welcome_sc .gap_p{align-items:center;justify-content:space-between}@media only screen and (max-width:991.98px){.home_welcome_sc .gap_p{--gap_y:50px}}.home_welcome_sc .gap_p .lt{width:50%;max-width:calc(500px + var(--gap_x))}@media only screen and (max-width:1399.98px){.home_welcome_sc .gap_p .lt{width:42%}}@media only screen and (max-width:1199.98px){.home_welcome_sc .gap_p .lt{width:45%}}@media only screen and (max-width:991.98px){.home_welcome_sc .gap_p .lt{width:100%;max-width:100%}}.home_welcome_sc .gap_p .lt figure{display:inline-flex;margin-bottom:10px}@media only screen and (max-width:767.98px){.home_welcome_sc .gap_p .lt figure{width:150px}}.home_welcome_sc .gap_p .lt h2{margin-bottom:20px}@media only screen and (max-width:1399.98px){.home_welcome_sc .gap_p .lt h2{margin-bottom:15px}}@media only screen and (max-width:767.98px){.home_welcome_sc .gap_p .lt h2{margin-bottom:10px}}.home_welcome_sc .gap_p .lt p{margin-bottom:25px}@media only screen and (max-width:767.98px){.home_welcome_sc .gap_p .lt p{margin-bottom:15px}}.home_welcome_sc .gap_p .lt button.MuiButton-root{min-width:160px}@media only screen and (max-width:767.98px){.home_welcome_sc .gap_p .lt button.MuiButton-root{min-width:130px}}.home_welcome_sc .gap_p .rt{width:50%;text-align:right}@media only screen and (max-width:1399.98px){.home_welcome_sc .gap_p .rt{width:55%;margin-left:auto}}@media only screen and (max-width:1199.98px){.home_welcome_sc .gap_p .rt{width:50%}}@media only screen and (max-width:991.98px){.home_welcome_sc .gap_p .rt{width:100%;text-align:center}}.home_jobs_sc .site_tabs3{margin-bottom:40px}@media only screen and (max-width:1199.98px){.home_jobs_sc .site_tabs3{margin-bottom:30px}}@media only screen and (max-width:767.98px){.home_jobs_sc .site_tabs3{margin-bottom:20px}}.jobsBox_grid.gap_m{--gap_x:25px;--gap_y:25px}@media only screen and (max-width:1199.98px){.jobsBox_grid.gap_m{--gap_x:20px;--gap_y:20px}}@media only screen and (max-width:991.98px){.jobsBox_grid.gap_m{--gap_x:15px;--gap_y:15px}}.jobsBox_grid li{padding:22px;background-color:#fff;width:calc(25% - var(--gap_x));border:1px solid #fff;transition:all .3s ease-in-out 0s;border-radius:20px;margin-bottom:0;cursor:pointer;display:flex;flex-direction:column;align-items:stretch}@media only screen and (max-width:1399.98px){.jobsBox_grid li{padding:15px;border-radius:15px}}@media only screen and (max-width:1199.98px){.jobsBox_grid li{width:calc(33.3333333333% - var(--gap_x))}}@media only screen and (max-width:991.98px){.jobsBox_grid li{width:calc(50% - var(--gap_x))}}@media only screen and (max-width:575.98px){.jobsBox_grid li{padding:18px;width:calc(100% - var(--gap_x))}}.jobsBox_grid li .jobBox_head{display:flex;align-items:center;margin-bottom:22px}@media only screen and (max-width:1399.98px){.jobsBox_grid li .jobBox_head{margin-bottom:20px}}.jobsBox_grid li .jobBox_head figure{width:57px;height:57px;min-width:57px;border-radius:50%;overflow:hidden}@media only screen and (max-width:1399.98px){.jobsBox_grid li .jobBox_head figure{width:50px;height:50px;min-width:50px}}@media only screen and (max-width:575.98px){.jobsBox_grid li .jobBox_head figure{width:40px;height:40px;min-width:40px}}.jobsBox_grid li .jobBox_head figure img{width:100%;height:100%;object-fit:cover}.jobsBox_grid li .jobBox_head p{display:flex;align-items:stretch;flex-direction:column;width:calc(100% - 57px);padding-left:12px;gap:2px}@media only screen and (max-width:1399.98px){.jobsBox_grid li .jobBox_head p{width:calc(100% - 50px);padding-left:8px;gap:0}}@media only screen and (max-width:575.98px){.jobsBox_grid li .jobBox_head p{width:calc(100% - 40px)}}.jobsBox_grid li .jobBox_head p strong{font-size:18px;color:#070722;white-space:normal;display:-webkit-box!important;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden}@media only screen and (max-width:1399.98px){.jobsBox_grid li .jobBox_head p strong{font-size:17px}}@media only screen and (max-width:991.98px){.jobsBox_grid li .jobBox_head p strong{font-size:16px}}.jobsBox_grid li .jobBox_head p span{font-size:14px;color:rgba(7,7,34,.5)}@media only screen and (max-width:575.98px){.jobsBox_grid li .jobBox_head p span{font-size:12px}}.jobsBox_grid li>h3{margin-bottom:8px;white-space:normal;display:-webkit-box!important;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden}@media only screen and (max-width:1399.98px){.jobsBox_grid li>h3{margin-bottom:5px}}.jobsBox_grid li>h3+button.MuiButton-root{margin-top:16px}.jobsBox_grid li>p{font-size:14px;color:rgba(7,7,34,.6);white-space:normal;display:-webkit-box!important;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;margin-bottom:24px}@media only screen and (max-width:1399.98px){.jobsBox_grid li>p{margin-bottom:20px}}@media only screen and (max-width:767.98px){.jobsBox_grid li>p{margin-bottom:15px}}@media only screen and (max-width:575.98px){.jobsBox_grid li>p{font-size:12px}}.jobsBox_grid li button.MuiButton-root{margin-top:auto;width:100%}.jobsBox_grid li:hover{border-color:purple}.jobsBox_grid li:hover button.MuiButton-root{color:#fff;background-color:purple;border-color:purple}.home_contribute_sc{background-image:url(/_next/static/media/home_contribute_bg.eab569a6.svg);background-size:cover;background-repeat:no-repeat;background-position:top;position:relative;overflow:hidden;z-index:1}.home_contribute_sc:before{bottom:-85px;left:42%;width:206px;height:277px;transform:translateX(-50%);background-image:url(/_next/static/media/shape_2.2ed28892.png);background-position:50%;pointer-events:none}.home_contribute_sc:after,.home_contribute_sc:before{content:"";position:absolute;background-repeat:no-repeat;background-size:contain;z-index:-1}.home_contribute_sc:after{top:13%;right:-19%;width:1000px;height:1000px;background-image:url(/_next/static/media/shape6.546b8241.svg);transform:scaleX(-1) rotate(5deg)}.home_contribute_sc .gap_p{align-items:center}@media only screen and (max-width:991.98px){.home_contribute_sc .gap_p{flex-direction:column-reverse;--gap_y:30px}}.home_contribute_sc .gap_p .lt{width:48%}@media only screen and (max-width:991.98px){.home_contribute_sc .gap_p .lt{width:100%}}.home_contribute_sc .gap_p .lt h2{margin-bottom:20px}@media only screen and (max-width:1399.98px){.home_contribute_sc .gap_p .lt h2{margin-bottom:15px}}@media only screen and (max-width:575.98px){.home_contribute_sc .gap_p .lt h2{margin-bottom:10px}}.home_contribute_sc .gap_p .lt h2 .c_primary{display:block}.home_contribute_sc .gap_p .lt p{margin-bottom:30px}@media only screen and (max-width:991.98px){.home_contribute_sc .gap_p .lt p{margin-bottom:20px}}.home_contribute_sc .gap_p .lt button.MuiButton-root{min-width:170px}@media only screen and (max-width:1399.98px){.home_contribute_sc .gap_p .lt button.MuiButton-root{min-width:150px}}@media only screen and (max-width:575.98px){.home_contribute_sc .gap_p .lt button.MuiButton-root{min-width:130px}}.home_contribute_sc .gap_p .rt{width:52%;text-align:right}@media only screen and (max-width:991.98px){.home_contribute_sc .gap_p .rt{width:100%;text-align:center}}.home_contribute_sc .gap_p .rt figure{display:flex;justify-content:center}@media only screen and (max-width:991.98px){.home_contribute_sc .gap_p .rt figure{max-width:400px;margin-inline:auto}}@media only screen and (max-width:575.98px){.home_contribute_sc .gap_p .rt figure{max-width:100%}}.home_services_sc .s_head{max-width:755px;position:relative}@media only screen and (max-width:991.98px){.home_services_sc .s_head{max-width:420px}}@media only screen and (max-width:767.98px){.home_services_sc .s_head{max-width:100%}}.home_services_sc .s_head:before{content:"";top:16px;left:115%;width:117px;height:71px;position:absolute;background-image:url(/_next/static/media/shape3.8eeb99a5.svg);background-repeat:no-repeat;background-position:50%;transform:scaleX(-1)}@media only screen and (max-width:1399.98px){.home_services_sc .s_head:before{transform:scale(.8)}}@media only screen and (max-width:767.98px){.home_services_sc .s_head:before{display:none}}.home_services_sc .s_head h2{margin-bottom:10px}.service_grid{position:relative}.service_grid:not(:last-child){margin-bottom:50px}@media only screen and (max-width:1399.98px){.service_grid:not(:last-child){margin-bottom:40px}}@media only screen and (max-width:991.98px){.service_grid:not(:last-child){margin-bottom:30px}}.service_grid.gap_m{--gap_x:25px;--gap_y:25px}@media only screen and (max-width:1199.98px){.service_grid.gap_m{--gap_x:20px;--gap_y:20px}}@media only screen and (max-width:991.98px){.service_grid.gap_m{--gap_x:15px;--gap_y:15px}}.service_grid li{padding:35px 22px;width:calc(33.3333333333% - var(--gap_x));background-color:#f3f3f3;transition:all .3s ease-in-out 0s;border-radius:25px;margin-bottom:0;cursor:pointer}@media only screen and (max-width:991.98px){.service_grid li{width:calc(50% - var(--gap_x))}}@media only screen and (max-width:767.98px){.service_grid li{width:calc(50% - var(--gap_x));padding:24px 15px;text-align:center}}@media only screen and (max-width:575.98px){.service_grid li{padding:20px 10px}}.service_grid li figure{display:flex;align-items:center;margin-bottom:20px;padding-bottom:20px;border-bottom:1px solid rgba(7,7,34,.102);gap:20px}@media only screen and (max-width:767.98px){.service_grid li figure{flex-direction:column;padding:0;border:0;margin-bottom:10px;gap:10px}}.service_grid li figure img{height:70px;max-width:80px;object-fit:scale-down;object-position:left center}@media only screen and (max-width:767.98px){.service_grid li figure img{height:50px;max-width:60px}}@media only screen and (max-width:575.98px){.service_grid li figure img{height:40px;max-width:50px}}.service_grid li figure figcaption{font-size:22px;font-weight:600;color:#070722;text-transform:capitalize;line-height:1.3}@media only screen and (max-width:1399.98px){.service_grid li figure figcaption{margin-bottom:6px}}@media only screen and (max-width:767.98px){.service_grid li figure figcaption{font-size:16px;margin:0}}.service_grid li p{color:rgba(7,7,34,.6);white-space:normal;display:-webkit-box!important;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}@media only screen and (max-width:767.98px){.service_grid li p{font-size:12px;white-space:normal;display:-webkit-box!important;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}}.service_grid li:hover{background-color:rgba(15,129,128,.122)}.home_talent_sc{position:relative;background:linear-gradient(100.76deg,#199190 -11.78%,#0b807f 101%);z-index:1}.home_talent_sc:before{content:"";inset:0;width:100%;height:100%;position:absolute;background-image:url(/_next/static/media/shape4.2f0715ff.svg),url(/_next/static/media/shape5.c61e5cd9.svg);background-repeat:no-repeat;background-position:0 -35px,100% 100%;filter:brightness(.6);pointer-events:none;z-index:-1}@media only screen and (max-width:991.98px){.home_talent_sc:before{background-position:100% -90px,100% 100%}}.home_talent_sc .container{display:flex;align-items:center;justify-content:space-between;gap:75px}@media only screen and (max-width:1199.98px){.home_talent_sc .container{gap:35px}}@media only screen and (max-width:991.98px){.home_talent_sc .container{align-items:flex-start;flex-direction:column;gap:30px}}.home_talent_sc .container .s_head{min-width:310px;max-width:310px;margin-bottom:0}@media only screen and (max-width:1199.98px){.home_talent_sc .container .s_head{min-width:280px;max-width:280px}}@media only screen and (max-width:991.98px){.home_talent_sc .container .s_head{min-width:100%;max-width:100%}}.home_talent_sc .container .s_head h2{color:#fff}@media only screen and (max-width:991.98px){.home_talent_sc .container .s_head h2 br{display:none}}.home_talent_sc .container .s_head p{font-size:16px;color:hsla(0,0%,100%,.8)}@media only screen and (max-width:1199.98px){.home_talent_sc .container .s_head p{font-size:15px}}@media only screen and (max-width:767.98px){.home_talent_sc .container .s_head p{font-size:14px}}.home_talent_sc .container .talent_grid{flex:1 1;display:flex;gap:15px}@media only screen and (max-width:767.98px){.home_talent_sc .container .talent_grid{flex-wrap:wrap;gap:0}}.home_talent_sc .container .talent_grid li{width:33.3333333333%;border-left:1px solid hsla(0,0%,100%,.059);padding-left:26px;margin-bottom:0}@media only screen and (max-width:767.98px){.home_talent_sc .container .talent_grid li{width:100%;border-left:none;padding-left:0}}@media only screen and (max-width:991.98px){.home_talent_sc .container .talent_grid li:first-child{border-left:none;padding-left:0}}@media only screen and (max-width:767.98px){.home_talent_sc .container .talent_grid li:not(:last-child){padding-bottom:20px;border-bottom:1px solid hsla(0,0%,100%,.059);margin-bottom:20px}}.home_talent_sc .container .talent_grid li figure{width:61px;height:61px;background:linear-gradient(161.72deg,#fff 8.28%,#9acbca 135.53%);border-radius:50%;display:inline-flex;align-items:center;justify-content:center;margin-bottom:20px;overflow:hidden;padding:10px}@media only screen and (max-width:1399.98px){.home_talent_sc .container .talent_grid li figure{width:55px;height:55px;padding:12px;margin-bottom:15px}}@media only screen and (max-width:767.98px){.home_talent_sc .container .talent_grid li figure{width:60px;height:60px;margin-bottom:12px}}.home_talent_sc .container .talent_grid li h3{color:#fff;margin-bottom:10px}@media only screen and (max-width:1399.98px){.home_talent_sc .container .talent_grid li h3{margin-bottom:8px}}@media only screen and (max-width:767.98px){.home_talent_sc .container .talent_grid li h3{font-size:20px;margin-bottom:5px}}.home_talent_sc .container .talent_grid li p{font-size:16px;color:hsla(0,0%,100%,.8)}@media only screen and (max-width:1399.98px){.home_talent_sc .container .talent_grid li p{font-size:14px}}.testimonial_grid.slick-slider{padding-bottom:70px}@media only screen and (max-width:1399.98px){.testimonial_grid.slick-slider{padding-bottom:45px}}@media only screen and (max-width:1199.98px){.testimonial_grid.slick-slider{padding-bottom:35px}}.testimonial_grid.slick-slider+.btn_group{margin-top:-30px}@media only screen and (max-width:991.98px){.testimonial_grid.slick-slider+.btn_group{margin-top:-15px}}@media only screen and (max-width:767.98px){.testimonial_grid.slick-slider+.btn_group{margin-top:24px}}.testimonial_grid .slick-list{margin:0 -12px}@media only screen and (max-width:1399.98px){.testimonial_grid .slick-list{margin:0 -10px}}@media only screen and (max-width:575.98px){.testimonial_grid .slick-list{margin:0 -20px 0 -10px;padding-inline:0 50px!important}}.testimonial_grid .slick-track{display:flex}.testimonial_grid .slick-slide{padding:0 12px;display:flex!important;height:auto}@media only screen and (max-width:1399.98px){.testimonial_grid .slick-slide{padding:0 10px}}.testimonial_grid .slick-slide>div{display:flex;width:100%}.testimonial_grid .testimonial_single{height:100%;background-color:#fff;border-radius:20px;height:370px;overflow:hidden;position:relative}@media only screen and (max-width:1399.98px){.testimonial_grid .testimonial_single{border-radius:15px;height:350px}}@media only screen and (max-width:767.98px){.testimonial_grid .testimonial_single{height:315px}}.testimonial_grid .testimonial_single>figure{width:100%;height:100%}.testimonial_grid .testimonial_single>figure img{width:100%;height:100%;object-fit:cover}.testimonial_grid .testimonial_single>figure+.testimonial_author{background:rgba(0,0,0,.4);-webkit-backdrop-filter:blur(44px);backdrop-filter:blur(44px);border:none}.testimonial_grid .testimonial_single>figure+.testimonial_author figure{display:flex;align-items:center;justify-content:center;background-color:#0b807f;cursor:pointer}.testimonial_grid .testimonial_single>figure+.testimonial_author figure svg{color:#fff;font-size:35px}.testimonial_grid .testimonial_single>figure+.testimonial_author p strong{color:#fff}.testimonial_grid .testimonial_single>figure+.testimonial_author p span{color:hsla(0,0%,100%,.698)}.testimonial_grid .testimonial_single .testimonial_info{padding:27px 25px}@media only screen and (max-width:1399.98px){.testimonial_grid .testimonial_single .testimonial_info{padding:18px 20px}}@media only screen and (max-width:767.98px){.testimonial_grid .testimonial_single .testimonial_info{padding:16px}}@media only screen and (max-width:575.98px){.testimonial_grid .testimonial_single .testimonial_info{padding:16px 10px}}.testimonial_grid .testimonial_single .testimonial_info p{font-size:16px;line-height:1.8;white-space:normal;display:-webkit-box!important;-webkit-line-clamp:8;-webkit-box-orient:vertical;overflow:hidden}@media only screen and (max-width:1399.98px){.testimonial_grid .testimonial_single .testimonial_info p{font-size:15px}}@media only screen and (max-width:767.98px){.testimonial_grid .testimonial_single .testimonial_info p{font-size:14px;line-height:1.4}}.testimonial_grid .testimonial_single .testimonial_author{left:16px;bottom:16px;width:calc(100% - 32px);position:absolute;border:1px solid rgba(7,7,34,.251);border-radius:15px;padding:8px;display:flex;align-items:center}@media only screen and (max-width:1399.98px){.testimonial_grid .testimonial_single .testimonial_author{left:12px;bottom:12px;width:calc(100% - 24px)}}@media only screen and (max-width:767.98px){.testimonial_grid .testimonial_single .testimonial_author{left:14px;bottom:14px;width:calc(100% - 28px);border-radius:10px;padding:6px 8px}}.testimonial_grid .testimonial_single .testimonial_author figure{width:45px;height:45px;min-width:45px;border-radius:8px;overflow:hidden}@media only screen and (max-width:767.98px){.testimonial_grid .testimonial_single .testimonial_author figure{width:40px;height:40px;min-width:40px;border-radius:6px}}.testimonial_grid .testimonial_single .testimonial_author figure img{width:100%;height:100%;object-fit:cover}.testimonial_grid .testimonial_single .testimonial_author p{display:flex;align-items:stretch;flex-direction:column;width:calc(100% - 45px);padding-left:10px;line-height:1.2;gap:3px}@media only screen and (max-width:1399.98px){.testimonial_grid .testimonial_single .testimonial_author p{width:calc(100% - 40px);padding-left:8px}}.testimonial_grid .testimonial_single .testimonial_author p strong{font-size:18px;color:#070722}@media only screen and (max-width:1399.98px){.testimonial_grid .testimonial_single .testimonial_author p strong{font-size:16px}}@media only screen and (max-width:767.98px){.testimonial_grid .testimonial_single .testimonial_author p strong{font-size:15px}}.testimonial_grid .testimonial_single .testimonial_author p span{font-size:14px}@media only screen and (max-width:767.98px){.testimonial_grid .testimonial_single .testimonial_author p span{font-size:12px}}.testimonial_grid:not(.slick-slider).gap_m{--gap_x:24px;--gap_y:24px}@media only screen and (max-width:767.98px){.testimonial_grid:not(.slick-slider).gap_m{--gap_x:16px;--gap_y:16px}}.testimonial_grid:not(.slick-slider) .testimonial_single{width:calc(25% - var(--gap_x))}@media only screen and (max-width:991.98px){.testimonial_grid:not(.slick-slider) .testimonial_single{width:calc(50% - var(--gap_x))}}@media only screen and (max-width:575.98px){.testimonial_grid:not(.slick-slider) .testimonial_single{width:calc(100% - var(--gap_x))}}.testimonial_grid .slick-dots{justify-content:flex-end;display:flex!important}@media only screen and (max-width:767.98px){.testimonial_grid .slick-dots{justify-content:center}}.testimonial_grid .btn_group{margin-top:-32px}.podcast_slider{padding-bottom:50px}@media only screen and (max-width:1399.98px){.podcast_slider{padding-bottom:45px}}@media only screen and (max-width:1199.98px){.podcast_slider{padding-bottom:35px}}.podcast_slider .slick-list{margin:0 -15px}@media only screen and (max-width:1399.98px){.podcast_slider .slick-list{margin:0 -12px}}.podcast_slider .slick-track{display:flex}.podcast_slider .slick-slide{padding:0 15px;display:flex!important;height:auto}@media only screen and (max-width:1399.98px){.podcast_slider .slick-slide{padding:0 12px}}.podcast_slider .slick-slide>div{display:flex;width:100%}.podcast_slider .podcast_single{aspect-ratio:1/.67;background-color:#fff;border-radius:20px;position:relative;overflow:hidden;z-index:1}.podcast_slider .podcast_single:before{content:"";inset:0;width:100%;height:100%;position:absolute;background-color:rgba(0,0,0,.4);z-index:-1}.podcast_slider .podcast_single>figure{width:100%;height:100%}.podcast_slider .podcast_single>figure img{width:100%;height:100%;object-fit:cover}.podcast_slider .podcast_single .MuiIconButton-root{top:50%;left:50%;position:absolute;transform:translate(-50%,-50%);width:54px;height:54px;border-radius:50%;background-color:purple;display:inline-flex;align-items:center;justify-content:center}@media only screen and (max-width:1199.98px){.podcast_slider .podcast_single .MuiIconButton-root{width:45px;height:45px}}.podcast_slider .podcast_single .MuiIconButton-root svg{color:#fff;font-size:30px}@media only screen and (max-width:1199.98px){.podcast_slider .podcast_single .MuiIconButton-root svg{font-size:25px}}.home_podcast_sc{position:relative;overflow:clip;z-index:1}.home_podcast_sc:before{content:"";top:5%;left:-10%;width:629px;height:691px;position:absolute;background-image:url(/_next/static/media/shape6.546b8241.svg);background-repeat:no-repeat;background-size:cover;pointer-events:none;z-index:-1}@media only screen and (max-width:1199.98px){.home_podcast_sc:before{width:500px;height:500px}}@media only screen and (max-width:575.98px){.home_podcast_sc:before{width:100%;height:500px;top:-20%;left:25%;transform:rotate(180deg) scale(1.6);transform-origin:50%;background-size:contain;background-position:0 100%}}.home_podcast_sc:after{content:"";top:0;right:0;width:221px;height:137px;position:absolute;background-image:url(/_next/static/media/dot_vector2.0b7d4225.svg);background-repeat:no-repeat;background-size:contain;pointer-events:none;z-index:-1}.home_podcast_sc .gap_p{align-items:center}@media only screen and (max-width:991.98px){.home_podcast_sc .gap_p{--gap_y:30px}}.home_podcast_sc .gap_p .lt{width:50%;text-align:center}@media only screen and (max-width:1199.98px){.home_podcast_sc .gap_p .lt{width:45%}}@media only screen and (max-width:991.98px){.home_podcast_sc .gap_p .lt{width:100%}.home_podcast_sc .gap_p .lt figure{max-width:400px;margin-inline:auto}}@media only screen and (max-width:575.98px){.home_podcast_sc .gap_p .lt figure{max-width:100%}}.home_podcast_sc .gap_p .rt{width:50%;position:relative}@media only screen and (max-width:1199.98px){.home_podcast_sc .gap_p .rt{margin-left:auto}}@media only screen and (max-width:991.98px){.home_podcast_sc .gap_p .rt{width:100%}}.home_podcast_sc .gap_p .rt:before{content:"";right:-60px;bottom:-30px;width:206px;height:277px;position:absolute;background-image:url(/_next/static/media/shape_2.2ed28892.png);background-repeat:no-repeat;background-position:50%;background-size:contain;pointer-events:none;z-index:-1}.home_podcast_sc .gap_p .rt .s_tag.c_primary{border-color:purple}@media only screen and (max-width:767.98px){.home_podcast_sc .gap_p .rt h2{margin-bottom:10px}}.home_podcast_sc .gap_p .rt ul{margin-block:25px 30px}@media only screen and (max-width:767.98px){.home_podcast_sc .gap_p .rt ul{margin-block:15px 20px}}.home_podcast_sc .gap_p .rt ul li:not(:last-child){margin-bottom:25px}.home_podcast_sc .gap_p .rt ul li strong{display:flex;align-items:center;font-size:20px;color:#070722;font-weight:700;margin-bottom:10px;line-height:1.2;gap:8px}.home_podcast_sc .gap_p .rt ul li strong:before{content:"";width:20px;height:20px;min-width:20px;display:inline-flex;background-image:url(/_next/static/media/check_icon3.09fa3f09.svg);background-size:cover;background-repeat:no-repeat;background-position:50%}.home_podcast_sc .gap_p .rt .btn_flex{gap:25px}@media only screen and (max-width:767.98px){.home_podcast_sc .gap_p .rt .btn_flex{gap:18px}}.home_podcast_sc .gap_p .rt .btn_flex button.MuiButton-root{min-width:180px}@media only screen and (max-width:1399.98px){.home_podcast_sc .gap_p .rt .btn_flex button.MuiButton-root{min-width:150px}}@media only screen and (max-width:767.98px){.home_podcast_sc .gap_p .rt .btn_flex button.MuiButton-root{min-width:140px}}.home_podcast_sc .gap_p .rt .btn_flex .text_btn{font-size:16px}@media only screen and (max-width:767.98px){.home_podcast_sc .gap_p .rt .btn_flex .text_btn{font-size:15px}}.home_articles_sc.v2{background:linear-gradient(179.12deg,#fff .8%,#f3f3f3 91.73%)}.articles_grid{margin-bottom:40px}@media only screen and (max-width:991.98px){.articles_grid{margin-bottom:30px}}.articles_grid.gap_m{--gap_x:40px;--gap_y:40px}@media only screen and (max-width:1399.98px){.articles_grid.gap_m{--gap_x:25px}}@media only screen and (max-width:1199.98px){.articles_grid.gap_m{--gap_x:20px}}@media only screen and (max-width:991.98px){.articles_grid.gap_m{--gap_x:15px}}@media only screen and (max-width:767.98px){.articles_grid.gap_m{--gap_y:30px}}.articles_grid .article_single{width:calc(33.3333333333% - var(--gap_x));cursor:pointer}@media only screen and (max-width:991.98px){.articles_grid .article_single{width:calc(50% - var(--gap_x))}}@media only screen and (max-width:575.98px){.articles_grid .article_single{width:calc(100% - var(--gap_x))}}.articles_grid .article_single figure{width:100%;aspect-ratio:1/.7364;border-radius:20px;overflow:hidden;position:relative;margin-bottom:16px}@media only screen and (max-width:1399.98px){.articles_grid .article_single figure{border-radius:15px;margin-bottom:15px}}.articles_grid .article_single figure img{width:100%;height:100%;object-fit:cover;transition:all .3s ease-in-out 0s}.articles_grid .article_single figure figcaption{top:18px;right:18px;position:absolute;background-color:purple;border-radius:12px;display:flex;align-items:stretch;flex-direction:column;text-align:center;text-transform:uppercase;padding:10px 10px 12px;font-size:14px;color:#fff;gap:5px}@media only screen and (max-width:1399.98px){.articles_grid .article_single figure figcaption{top:15px;right:15px;border-radius:10px;padding:8px 8px 10px;font-size:12px}}.articles_grid .article_single figure figcaption strong{font-size:21px}@media only screen and (max-width:1399.98px){.articles_grid .article_single figure figcaption strong{font-size:18px}}.articles_grid .article_single p{font-size:16px;text-transform:uppercase;color:rgba(7,7,34,.6);margin-bottom:8px}@media only screen and (max-width:1399.98px){.articles_grid .article_single p{font-size:16px}}@media only screen and (max-width:767.98px){.articles_grid .article_single p{font-size:14px}}.articles_grid .article_single h3{margin-bottom:12px;transition:all .3s ease-in-out 0s;line-height:1.4}.articles_grid .article_single .text_btn,.articles_grid .article_single a{display:inline-flex;align-items:center;gap:6px;color:#0b807f;text-decoration:none!important}.articles_grid .article_single .text_btn:hover{text-decoration:underline!important}.articles_grid .article_single:hover figure img{transform:scale(1.05)}.articles_grid .article_single:hover .text_btn,.articles_grid .article_single:hover h3{color:purple}.articles_grid .article_single:hover a{color:purple!important}.news_grid{margin-bottom:40px}@media only screen and (max-width:991.98px){.news_grid{margin-bottom:30px}}.news_grid :is(.lt,.rt){width:calc(50% - var(--gap_x))}@media only screen and (max-width:991.98px){.news_grid :is(.lt,.rt){width:calc(100% - var(--gap_x))}}.news_grid .news_single{display:flex;align-items:center;background-color:#fff;box-shadow:0 4px 60px 0 rgba(0,0,0,.059);border-radius:25px;cursor:pointer;padding:15px}.news_grid .news_single:not(:last-child){margin-bottom:20px}@media only screen and (max-width:991.98px){.news_grid .news_single:not(:last-child){margin-bottom:15px}}.news_grid .news_single a{display:flex;align-items:center;height:100%}.news_grid .news_single a>figure{width:160px;aspect-ratio:1/1.025;border-radius:20px;overflow:hidden}@media only screen and (max-width:1399.98px){.news_grid .news_single a>figure{width:150px;border-radius:15px}}@media only screen and (max-width:1199.98px){.news_grid .news_single a>figure{width:135px}}@media only screen and (max-width:991.98px){.news_grid .news_single a>figure{width:120px}}@media only screen and (max-width:767.98px){.news_grid .news_single a>figure{width:90px;border-radius:10px}}.news_grid .news_single a>figure img{width:100%;height:100%;object-fit:cover;transition:all .3s ease-in-out 0s}.news_grid .news_single a .news_info{width:calc(100% - 160px);padding-left:20px}@media only screen and (max-width:1399.98px){.news_grid .news_single a .news_info{width:calc(100% - 150px);padding-left:15px}}@media only screen and (max-width:1199.98px){.news_grid .news_single a .news_info{width:calc(100% - 135px)}}@media only screen and (max-width:991.98px){.news_grid .news_single a .news_info{width:calc(100% - 120px)}}@media only screen and (max-width:767.98px){.news_grid .news_single a .news_info{width:calc(100% - 90px);padding-left:10px}}.news_grid .news_single a .news_info h3{font-size:22px;white-space:normal;display:-webkit-box!important;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;transition:all .3s ease-in-out 0s;margin-bottom:5px;line-height:1.25;max-width:350px}@media only screen and (max-width:1399.98px){.news_grid .news_single a .news_info h3{font-size:20px;margin-bottom:5px;max-width:300px}}@media only screen and (max-width:1199.98px){.news_grid .news_single a .news_info h3{font-size:18px}}@media only screen and (max-width:767.98px){.news_grid .news_single a .news_info h3{font-size:16px;white-space:normal;display:-webkit-box!important;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden}}.news_grid .news_single a .news_info p{line-height:1.35;white-space:normal;display:-webkit-box!important;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}@media only screen and (max-width:767.98px){.news_grid .news_single a .news_info p{font-size:13px;white-space:normal;display:-webkit-box!important;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden}}.news_grid .news_single a .news_info p:not(:last-child){margin-bottom:6px}@media only screen and (max-width:1399.98px){.news_grid .news_single a .news_info p:not(:last-child){margin-bottom:5px}}.news_grid .news_single a .news_info p:first-child{font-size:18px;line-height:1.2;color:rgba(0,0,0,.7)}@media only screen and (max-width:1199.98px){.news_grid .news_single a .news_info p:first-child{font-size:14px}}@media only screen and (max-width:767.98px){.news_grid .news_single a .news_info p:first-child{font-size:12px}}.news_grid .news_single a .news_info .news_action{display:flex;align-items:center;justify-content:space-between;margin-top:6px}.news_grid .news_single a .news_info .news_action p{margin-bottom:0}.news_grid .news_single a .news_info .news_action .text_btn{color:#0b807f;line-height:1.2;text-decoration:none!important;margin-left:auto}.news_grid .news_single a .news_info .news_action .text_btn svg{font-size:18px;position:relative;top:1px}.news_grid .news_single a .news_info .news_action .text_btn:hover{text-decoration:underline!important}.news_grid .news_single a:hover>figure img{transform:scale(1.1)}.news_grid .news_single a:hover .news_info h3{color:purple}.news_grid .news_single.v2{height:100%;position:relative;padding:35px 30px;display:flex;align-items:flex-end;min-height:408px;z-index:1}@media only screen and (max-width:1399.98px){.news_grid .news_single.v2{padding:25px;min-height:387px}}@media only screen and (max-width:1199.98px){.news_grid .news_single.v2{padding:25px 20px;min-height:357px}}.news_grid .news_single.v2 a{height:auto}.news_grid .news_single.v2 a>figure{inset:0;width:100%;height:100%;position:absolute;z-index:-1}.news_grid .news_single.v2 a>figure:before{content:"";inset:0;width:100%;height:100%;position:absolute;background:linear-gradient(180deg,transparent 24.75%,#000);z-index:1}.news_grid .news_single.v2 a .news_info{width:100%;padding-left:0;position:relative;z-index:2}.news_grid .news_single.v2 a .news_info h3{color:#fff;font-size:42px;max-width:100%;margin-bottom:12px;line-height:1.1}@media only screen and (max-width:1399.98px){.news_grid .news_single.v2 a .news_info h3{font-size:35px;margin-bottom:10px}}@media only screen and (max-width:1199.98px){.news_grid .news_single.v2 a .news_info h3{font-size:30px}}@media only screen and (max-width:991.98px){.news_grid .news_single.v2 a .news_info h3{font-size:26px}}@media only screen and (max-width:767.98px){.news_grid .news_single.v2 a .news_info h3{font-size:22px;white-space:normal;display:-webkit-box!important;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}}.news_grid .news_single.v2 a .news_info p{line-height:1.5;color:hsla(0,0%,100%,.7)}@media only screen and (max-width:767.98px){.news_grid .news_single.v2 a .news_info p{white-space:normal;display:-webkit-box!important;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}}.news_grid .news_single.v2 a .news_info p:not(:last-child){margin-bottom:15px}.news_grid .news_single.v2 a .news_info .news_action p{margin-bottom:0}.home_about_sc{position:relative;overflow:clip;z-index:1}.home_about_sc:before{content:"";left:50%;top:-36%;width:1325px;height:753px;position:absolute;transform:translate(-103%);background-image:url(/_next/static/media/shape7.475f2380.svg);background-repeat:no-repeat;background-position:50%;z-index:-1}@media only screen and (max-width:1199.98px){.home_about_sc:before{transform:translate(-103%) scale(.8)}}@media only screen and (max-width:991.98px){.home_about_sc:before{display:none}}.home_about_sc .gap_p{align-items:center}@media only screen and (max-width:991.98px){.home_about_sc .gap_p{--gap_y:30px}}.home_about_sc .gap_p .lt{width:50%}@media only screen and (max-width:991.98px){.home_about_sc .gap_p .lt{width:100%}.home_about_sc .gap_p .lt figure{max-width:400px;margin-inline:auto}}@media only screen and (max-width:575.98px){.home_about_sc .gap_p .lt figure{max-width:100%}}.home_about_sc .gap_p .rt{width:50%}@media only screen and (max-width:991.98px){.home_about_sc .gap_p .rt{width:100%}}.home_about_sc .gap_p .rt .s_tag.c_primary{border-color:purple}.home_about_sc .gap_p .rt h2{margin-bottom:20px}@media only screen and (max-width:1399.98px){.home_about_sc .gap_p .rt h2{margin-bottom:15px}}@media only screen and (max-width:767.98px){.home_about_sc .gap_p .rt h2{margin-bottom:10px}}.home_about_sc .gap_p .rt button.MuiButton-root{min-width:170px;margin-top:15px}@media only screen and (max-width:1399.98px){.home_about_sc .gap_p .rt button.MuiButton-root{min-width:150px}}@media only screen and (max-width:991.98px){.home_about_sc .gap_p .rt button.MuiButton-root{margin-top:5px}}@media only screen and (max-width:767.98px){.home_about_sc .gap_p .rt button.MuiButton-root{min-width:130px}}.home_download_sc{padding-top:80px}@media only screen and (max-width:1399.98px){.home_download_sc{padding-top:70px}}@media only screen and (max-width:1199.98px){.home_download_sc{padding-top:60px}}@media only screen and (max-width:991.98px){.home_download_sc{padding-top:50px}}.home_download_sc .inner{background:linear-gradient(190.34deg,#fff -29.54%,#b4e8e7 174.79%);border-radius:40px 40px 0 0;border:1px solid rgba(180,232,231,.6);border-bottom:none;padding:0 55px}@media only screen and (max-width:1199.98px){.home_download_sc .inner{padding:0 40px;border-radius:30px 30px 0 0}}@media only screen and (max-width:767.98px){.home_download_sc .inner{padding:0 20px}}.home_download_sc .inner .gap_p{justify-content:space-between}@media only screen and (max-width:767.98px){.home_download_sc .inner .gap_p{--gap_y:0px}}.home_download_sc .inner .gap_p .lt{width:50%;max-width:545px;position:relative;display:flex;flex-direction:column;align-items:stretch;justify-content:center;padding-block:100px 60px}@media only screen and (max-width:1199.98px){.home_download_sc .inner .gap_p .lt{padding-block:85px 40px}}@media only screen and (max-width:991.98px){.home_download_sc .inner .gap_p .lt{width:100%;max-width:100%;padding-block:65px 35px}}@media only screen and (max-width:767.98px){.home_download_sc .inner .gap_p .lt{padding-block:60px 35px}}.home_download_sc .inner .gap_p .lt>figure{top:0;left:0;position:absolute;transform:translateY(-50%)}@media only screen and (max-width:1399.98px){.home_download_sc .inner .gap_p .lt>figure{width:140px}}@media only screen and (max-width:1199.98px){.home_download_sc .inner .gap_p .lt>figure{width:120px}}@media only screen and (max-width:991.98px){.home_download_sc .inner .gap_p .lt>figure{width:100px}}@media only screen and (max-width:767.98px){.home_download_sc .inner .gap_p .lt>figure{width:85px}}.home_download_sc .inner .gap_p .lt .qr_head{display:flex;align-items:center;margin-bottom:20px;gap:20px}.home_download_sc .inner .gap_p .lt .qr_head figure{width:105px;height:104px;min-width:105px}.home_download_sc .inner .gap_p .lt .qr_head figure img{width:100%;height:100%;object-fit:cover}.home_download_sc .inner .gap_p .lt h2 .after_content:after{filter:brightness(0)}.home_download_sc .inner .gap_p .lt h2 .c_primary{display:block}@media only screen and (max-width:1399.98px){.home_download_sc .inner .gap_p .lt h2{margin-bottom:10px}}.home_download_sc .inner .gap_p .lt p{font-size:16px;color:rgba(7,7,34,.8);line-height:1.6;margin-bottom:0}@media only screen and (max-width:1199.98px){.home_download_sc .inner .gap_p .lt p{font-size:15px}}@media only screen and (max-width:767.98px){.home_download_sc .inner .gap_p .lt p{font-size:14px}}.home_download_sc .inner .gap_p .rt{width:50%;text-align:right}@media only screen and (max-width:991.98px){.home_download_sc .inner .gap_p .rt{width:100%}}.home_download_sc .inner .gap_p .rt figure{display:flex;margin-top:-65px;position:relative;z-index:2}@media only screen and (max-width:1399.98px){.home_download_sc .inner .gap_p .rt figure{margin-top:-60px}}@media only screen and (max-width:1199.98px){.home_download_sc .inner .gap_p .rt figure{margin-top:-42px}}@media only screen and (max-width:991.98px){.home_download_sc .inner .gap_p .rt figure{margin-top:0;margin-inline:auto;max-width:400px}}.home_download_sc .inner .app_btn_flex{display:flex;align-items:center;margin-top:25px;gap:15px}@media only screen and (max-width:991.98px){.home_download_sc .inner .app_btn_flex{order:6;justify-content:center}}.home_download_sc .inner .app_btn_flex button.MuiButton-root{height:62px;min-height:1px;border-radius:20px;padding:15px 20px}@media only screen and (max-width:1px){.home_download_sc .inner .app_btn_flex button.MuiButton-root{height:65px}}@media only screen and (max-width:1399.98px){.home_download_sc .inner .app_btn_flex button.MuiButton-root{height:56px;border-radius:10px;padding:12px 20px}}@media only screen and (max-width:575.98px){.home_download_sc .inner .app_btn_flex button.MuiButton-root{height:60px;border-radius:15px;width:100%}}.home_download_sc .inner .app_btn_flex button.MuiButton-root img{filter:none;max-height:100%}.home_download_sc .inner .app_btn_flex button.MuiButton-root.MuiButton-textPrimary:hover{color:#fff;background-color:navy;border-color:navy}.profile_dashboard_page .dash_grid{--gap:24px;--aside_width:280px;--aside_width_final:calc(var(--aside_width) + (var(--gap) * 2));display:flex;align-items:flex-start;margin-inline:calc(var(--gap)*-1)}@media only screen and (max-width:1199.98px){.profile_dashboard_page .dash_grid{--aside_width:100%;flex-wrap:wrap;--aside_width_final:calc(100%);--gap:0px;gap:30px}}.profile_dashboard_page .dash_grid>.lt,.profile_dashboard_page .dash_grid>.rt{top:120px;position:-webkit-sticky;position:sticky;width:var(--aside_width_final);max-height:calc(100vh - 140px);overflow-y:auto;padding:0 var(--gap)}@media only screen and (max-width:1199.98px){.profile_dashboard_page .dash_grid>.lt,.profile_dashboard_page .dash_grid>.rt{position:static;max-height:unset;overflow:unset}}.profile_dashboard_page .dash_grid>.lt::-webkit-scrollbar,.profile_dashboard_page .dash_grid>.rt::-webkit-scrollbar{display:none}.profile_dashboard_page .dash_grid>.md{width:calc(100% - var(--aside_width_final)*2)}@media only screen and (max-width:1199.98px){.profile_dashboard_page .dash_grid>.md{width:100%}}.profile_dashboard_page .dash_grid .no_data_found{height:auto;min-height:200px}@media only screen and (max-width:767.98px){.profile_dashboard_page .dash_grid .no_data_found{min-height:150px}.profile_dashboard_page .dash_grid .no_data_found img{max-width:60px}}.profile_dashboard_page .white_card{padding:20px;background-color:#fff;border-radius:20px}@media only screen and (max-width:575.98px){.profile_dashboard_page .white_card{border-radius:10px;padding:14px}}.profile_dashboard_page .white_card:not(:last-child){margin-bottom:25px}@media only screen and (max-width:767.98px){.profile_dashboard_page .white_card:not(:last-child){margin-bottom:16px}}.profile_dashboard_page .white_card .text_btn{font-size:16px;font-weight:600}.profile_dashboard_page .white_card .white_card_head{display:flex;align-items:center;justify-content:space-between;margin-bottom:15px;gap:15px}@media only screen and (max-width:1199.98px){.profile_dashboard_page .white_card .white_card_head:only-child{margin:0}}.profile_dashboard_page .white_card .white_card_head.wrap{flex-direction:column;align-items:stretch;gap:0}.profile_dashboard_page .white_card .white_card_head h2{font-size:18px;font-weight:600;margin-bottom:0;display:inline-flex;align-items:center;gap:5px}@media only screen and (max-width:767.98px){.profile_dashboard_page .white_card .white_card_head h2{font-size:16px}}.profile_dashboard_page .white_card .white_card_head h2+h3{font-size:14px;color:rgba(7,7,34,.8);margin-top:5px}.profile_dashboard_page .white_card .white_card_head h3{font-size:16px;font-weight:600;margin-bottom:0;display:inline-flex;align-items:center;text-transform:capitalize;gap:5px}.profile_dashboard_page .white_card .white_card_head .text_btn{font-size:15px}.profile_dashboard_page .white_card .white_card_head .text_btn img{position:relative;top:2px}.profile_dashboard_page .white_card .white_card_head .text_btn:hover img{filter:brightness(0) invert(10%) sepia(72%) saturate(5529%) hue-rotate(293deg) brightness(93%) contrast(116%)}.profile_dashboard_page .white_card .white_card_head .MuiIconButton-root{width:30px;height:30px;border:1px solid rgba(0,0,0,.141);background-color:#fff;display:inline-flex;align-items:center;justify-content:center;transition:all .3s ease-in-out 0s;padding:0}.profile_dashboard_page .white_card .white_card_head .MuiIconButton-root svg{font-size:20px;color:purple;transition:all .3s ease-in-out 0s}.profile_dashboard_page .white_card .white_card_head .MuiIconButton-root:hover{border-color:purple;background-color:purple}.profile_dashboard_page .white_card .white_card_head .MuiIconButton-root:hover svg{color:#fff}.profile_dashboard_page .white_card .upload_cv.uploaded_cv{border:none;border-radius:15px;padding:12px}.profile_dashboard_page .white_card .upload_cv.uploaded_cv:not(:last-child){margin-bottom:8px}.profile_dashboard_page .white_card .upload_cv.uploaded_cv .cv_cnt_wrp{gap:8px;width:100%}.profile_dashboard_page .white_card .upload_cv.uploaded_cv .cv_cnt_wrp figure{width:35px;height:35px;border-radius:35px;min-width:35px;padding:8px}.profile_dashboard_page .white_card .upload_cv.uploaded_cv .cv_cnt_wrp .cv_cnt{flex:1 1;display:flex;align-items:center;justify-content:space-between;gap:15px}.profile_dashboard_page .white_card .upload_cv.uploaded_cv .cv_cnt_wrp h3{white-space:normal;display:-webkit-box!important;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden}.profile_dashboard_page .white_card .upload_cv.uploaded_cv .cv_cnt_wrp h3 u{font-size:14px;display:block}.profile_dashboard_page .white_card .upload_cv.uploaded_cv .cv_cnt_wrp .btn_flex{gap:10px}.profile_dashboard_page .white_card .upload_cv.uploaded_cv .cv_cnt_wrp .btn_flex .MuiIconButton-root{width:15px;border:none;background-color:transparent;display:inline-flex;align-items:center;justify-content:center;transition:all .3s ease-in-out 0s;padding:0}.profile_dashboard_page .white_card .upload_cv.uploaded_cv .cv_cnt_wrp .btn_flex .MuiIconButton-root img{width:100%;transition:all .3s ease-in-out 0s}.profile_dashboard_page .white_card .upload_cv.uploaded_cv .cv_cnt_wrp .btn_flex .MuiIconButton-root:hover img{filter:brightness(0) invert(12%) sepia(74%) saturate(5543%) hue-rotate(242deg) brightness(61%) contrast(130%)}.profile_dashboard_page .white_card .upload_cv.uploaded_cv .MuiIconButton-root{padding:0;position:relative}.profile_dashboard_page .white_card .upload_cv.uploaded_cv .MuiIconButton-root img{width:23px}.profile_dashboard_page .white_card .upload_cv+.text_btn{font-size:14px;margin-top:10px;text-decoration:none!important;transition:all .3s ease-in-out 0s;margin-inline:auto;line-height:1.3}.profile_dashboard_page .white_card .upload_cv+.text_btn:hover{color:purple}.profile_dashboard_page .white_card.trial_card{background:#0b807f;position:relative}.profile_dashboard_page .white_card.trial_card:before{content:"";position:absolute;left:55px;top:-50px;background:url(/_next/static/media/trial_before.eb4af0a6.png) no-repeat 50%;background-size:contain;width:460px;height:460px;pointer-events:none}.profile_dashboard_page .white_card.trial_card h3{margin-block:18px 8px;color:#fff}.profile_dashboard_page .white_card.trial_card p{font-size:14px;color:#fff}.profile_dashboard_page .white_card.trial_card .btn_white{width:100%;border-radius:15px}.profile_dashboard_page .help_card{padding:30px;display:flex;align-items:center;justify-content:space-between;background-image:url(/_next/static/media/vector_pattern.8b334c6a.svg),linear-gradient(96.03deg,#087474 3.68%,#269998 100.99%);background-position:100% 100%;background-repeat:no-repeat;border-radius:20px;margin-bottom:16px;position:relative;min-height:180px;gap:30px;overflow:hidden}@media only screen and (max-width:767.98px){.profile_dashboard_page .help_card{padding:20px;gap:20px}}.profile_dashboard_page .help_card :not(.btnn){color:#fff}.profile_dashboard_page .help_card h2{margin-bottom:6px}.profile_dashboard_page .help_card p{font-size:15px;margin-bottom:15px;opacity:.6}@media only screen and (max-width:767.98px){.profile_dashboard_page .help_card p{font-size:13px}}.profile_dashboard_page .help_card .btnn{font-weight:600}@media only screen and (max-width:767.98px){.profile_dashboard_page .help_card .btnn{min-height:40px}}.profile_dashboard_page .help_card .btnn.btn_white{color:#0b807f}.profile_dashboard_page .help_card .btnn.btn_white:hover{color:purple}.profile_dashboard_page .help_card figure{bottom:0;right:-30px;position:absolute;display:flex;width:300px;height:250px;bottom:-35px}@media only screen and (max-width:1399.98px){.profile_dashboard_page .help_card figure{width:230px;height:200px}}@media only screen and (max-width:767.98px){.profile_dashboard_page .help_card figure{display:none}}.profile_dashboard_page .help_card figure img{width:100%;height:100%;object-fit:contain;object-position:bottom right}.profile_dashboard_page .analytic_ul{display:flex;flex-wrap:wrap;gap:12px}.profile_dashboard_page .analytic_ul li{width:calc(50% - 6px);border-radius:16px;background-color:#f6f6f6;padding:20px 18px 22px;display:flex;flex-direction:column;align-items:stretch;color:rgba(7,7,34,.5);margin-bottom:0;font-size:14px;cursor:pointer;gap:5px}.profile_dashboard_page .analytic_ul li.w_100{width:100%}.profile_dashboard_page .analytic_ul li strong{font-size:30px;font-weight:600;color:#070722;line-height:1.2}.profile_dashboard_page .ad_card{height:384px;background-color:#e6e6e6;border-radius:20px;display:flex;align-items:center;justify-content:center}@media only screen and (max-width:767.98px){.profile_dashboard_page .ad_card{padding:10px;height:250px}}.profile_dashboard_page .ad_card img{width:100%;height:100%;object-fit:contain}.profile_dashboard_page .card_profile{text-align:center}.profile_dashboard_page .card_profile.animate{animation:shake 1.5s infinite}.profile_dashboard_page .card_profile:hover{animation:none}.profile_dashboard_page .card_profile>figure{width:80px;height:80px;padding:5px;border-radius:50%;position:relative;margin:0 auto 20px;z-index:1}@media only screen and (max-width:767.98px){.profile_dashboard_page .card_profile>figure{width:60px;height:60px;margin-bottom:14px}}.profile_dashboard_page .card_profile>figure img{width:100%;height:100%;border-radius:50%;object-fit:cover}.profile_dashboard_page .card_profile h2{font-size:18px;font-weight:600}@media only screen and (max-width:767.98px){.profile_dashboard_page .card_profile h2{font-size:16px}}.profile_dashboard_page .card_profile h2 span{font-size:14px;font-weight:500;color:rgba(7,7,34,.6);margin-top:6px;display:block}@media only screen and (max-width:767.98px){.profile_dashboard_page .card_profile h2 span{font-size:13px;margin-top:4px}}.profile_dashboard_page .card_profile h2 strong{display:flex;align-items:center;justify-content:center;gap:4px}.profile_dashboard_page .card_profile h2 strong img{max-width:20px}.profile_dashboard_page .card_profile p{font-size:12px;font-weight:600;color:#070722;margin-bottom:0}.profile_dashboard_page .card_profile p strong{font-size:18px}@media only screen and (max-width:767.98px){.profile_dashboard_page .card_profile p strong{font-size:16px}}.profile_dashboard_page .card_profile .MuiLinearProgress-root{height:8px;border-radius:10px;margin-bottom:12px}.profile_dashboard_page .card_profile button.MuiButton-root{width:100%;margin-top:20px}@media only screen and (max-width:767.98px){.profile_dashboard_page .card_profile button.MuiButton-root{margin-top:14px;min-height:42px}}.profile_dashboard_page .helper_box{padding:15px 10px 5px;margin:-15px -10px 0}.profile_dashboard_page .helper_box .calender_box{margin-bottom:0}.profile_dashboard_page .helper_box+.social_box{padding-top:10px}.profile_dashboard_page .calender_box{padding-bottom:15px;border-bottom:1px solid rgba(7,7,34,.071);margin-bottom:15px}.profile_dashboard_page .calender_box .head{display:flex;align-items:center;justify-content:space-between;background-color:#f6f6f6;border-radius:10px;margin-bottom:15px;padding:10px 15px;min-height:40px}.profile_dashboard_page .calender_box .head p{font-size:14px;color:#031010;margin-bottom:0}.profile_dashboard_page .calender_box .head .MuiIconButton-root{padding:0;background-color:transparent}.profile_dashboard_page .calender_box .head .MuiIconButton-root svg{color:rgba(7,7,34,.6);font-size:16px}.profile_dashboard_page .calender_box .head .MuiIconButton-root:hover svg{color:purple}.profile_dashboard_page .calender_box .body{display:flex;flex-wrap:wrap;position:relative;gap:5px}.profile_dashboard_page .calender_box .body li{padding:8px;border-radius:8px;width:calc(20% - 4px);border:1px solid rgba(7,7,34,.2);transition:all .3s ease-in-out 0s;color:rgba(7,7,34,.6);display:flex;flex-direction:column;align-items:stretch;text-align:center;margin-bottom:0;line-height:1.2;cursor:pointer;gap:5px}.profile_dashboard_page .calender_box .body li span{font-size:11px}.profile_dashboard_page .calender_box .body li strong{font-size:15px;font-weight:600;color:#070722}.profile_dashboard_page .calender_box .body li.current{border-color:purple;background-color:purple;color:#fff}.profile_dashboard_page .calender_box .body li.current strong{color:#fff}.profile_dashboard_page .calender_box .body li:hover{border-color:purple}.profile_dashboard_page .calender_box .body .MuiIconButton-root{width:23px;height:23px;border-radius:50%;background-color:#fff;box-shadow:0 2.96px 25.18px 0 rgba(0,0,0,.251)!important;display:inline-flex;align-items:center;justify-content:center;transition:all .3s ease-in-out 0s;top:50%;transform:translateY(-50%);position:absolute;padding:0}.profile_dashboard_page .calender_box .body .MuiIconButton-root.prev{left:-30px}@media only screen and (max-width:575.98px){.profile_dashboard_page .calender_box .body .MuiIconButton-root.prev{left:-20px}}.profile_dashboard_page .calender_box .body .MuiIconButton-root.next{right:-30px}@media only screen and (max-width:575.98px){.profile_dashboard_page .calender_box .body .MuiIconButton-root.next{right:-20px}}.profile_dashboard_page .calender_box .body .MuiIconButton-root svg{font-size:14px;color:rgba(7,7,34,.6);transition:all .3s ease-in-out 0s}.profile_dashboard_page .calender_box .body .MuiIconButton-root:hover{background-color:purple}.profile_dashboard_page .calender_box .body .MuiIconButton-root:hover svg{color:#fff}.profile_dashboard_page .site_tabs1 .MuiTabs-flexContainer{width:100%;justify-content:space-between}.profile_dashboard_page.profile_dashboard_employer .card_profile>figure{border:3px solid purple}.social_box li{padding:15px;background-color:#f6f6f6;border-radius:14px;display:flex;align-items:flex-start}@media only screen and (max-width:1199.98px){.social_box li{padding:10px}}.social_box li figure{width:48px;height:48px;border-radius:50%;overflow:hidden}@media only screen and (max-width:1199.98px){.social_box li figure{width:40px;height:40px}}.social_box li figure img{width:100%;height:100%;object-fit:cover}.social_box li p{width:calc(100% - 48px);padding-left:8px;display:flex;flex-direction:column;align-items:stretch;line-height:1.2;gap:5px}@media only screen and (max-width:1199.98px){.social_box li p{width:calc(100% - 40px)}}.social_box li p>strong{color:#070722;font-size:16px}.social_box li p>span{display:flex;align-items:center;color:rgba(7,7,34,.6);font-size:12px;gap:5px}.social_box li p>span img{width:15px;min-width:15px}.social_box li p button.MuiButton-root{margin-right:auto;margin-top:3px}.social_box li p .text_btn{font-size:12px;margin-top:3px}@media only screen and (max-width:1399.98px){.job_card_grid{--gap_x:18px;--gap_y:18px}}.job_card_grid .job_card{width:calc(50% - var(--gap_x));background-color:#fff}@media only screen and (max-width:991.98px){.job_card_grid .job_card{width:calc(100% - var(--gap_x))}}.job_card_grid .job_card:not(:last-child){margin-bottom:0}.job_card_grid .job_card .job_meta{padding:15px;background-color:#f7f7f7;border-radius:12px}.job_card{padding:20px;background:#f6f6f6;border-radius:14px;position:relative;cursor:pointer}@media only screen and (max-width:575.98px){.job_card{padding:30px 14px 14px}}.job_card:not(:last-child){margin-bottom:10px}.job_card .anchor_overlay{content:"";inset:0;width:100%;height:100%;position:absolute;opacity:0;z-index:1}.job_card .job_info{display:flex;align-items:center;margin-bottom:15px;padding-right:0}@media only screen and (max-width:767.98px){.job_card .job_info{margin-bottom:0}}.job_card .job_info .job_logo{width:57px;height:57px;border-radius:50%;overflow:hidden}.job_card .job_info .job_logo .MuiAvatar-root.MuiAvatar-circular{width:100%;height:100%}@media only screen and (max-width:575.98px){.job_card .job_info .job_logo .MuiAvatar-root.MuiAvatar-circular{font-size:24px}.job_card .job_info .job_logo{width:35px;height:35px}}.job_card .job_info .job_logo img{width:100%;height:100%;object-fit:cover}.job_card .job_info .job_logo+.job_details{width:calc(100% - 57px);padding-left:12px}.job_card .job_info .job_details{display:flex;flex-direction:column;width:100%}.job_card .job_info .job_details .job_id{font-size:16px;color:rgba(7,7,34,.6)}@media only screen and (max-width:767.98px){.job_card .job_info .job_details .job_id{font-size:14px}}@media only screen and (max-width:575.98px){.job_card .job_info .job_details .job_id{font-size:13px}}.job_card .job_info .job_details .job_id+h3{margin-block:12px}@media only screen and (max-width:767.98px){.job_card .job_info .job_details .job_id+h3{margin-block:8px}}@media only screen and (max-width:575.98px){.job_card .job_info .job_details .job_id+h3{margin-block:6px}}.job_card .job_info .job_details h3{font-size:18px;font-weight:600;margin-bottom:5px;transition:all .3s ease-in-out 0s}@media only screen and (max-width:767.98px){.job_card .job_info .job_details h3{font-size:16px}}@media only screen and (max-width:575.98px){.job_card .job_info .job_details h3{font-size:14px}}.job_card .job_info .job_details p{font-size:14px;color:rgba(7,7,34,.6);line-height:1.4}@media only screen and (max-width:575.98px){.job_card .job_info .job_details p{font-size:13px}}.job_card .applied_status{font-size:14px;font-weight:500;padding:2px 15px 3px;border-radius:30px;display:inline-flex;align-items:center;justify-content:center;min-height:28px;position:absolute;right:42px;top:14px;z-index:2}@media only screen and (max-width:767.98px){.job_card .applied_status{font-size:12px;padding:2px 10px 3px;min-height:1px}}@media only screen and (max-width:575.98px){.job_card .applied_status{font-size:11px;right:10px;top:8px;padding:2px 6px 3px}}.job_card .applied_status.success{border:1px solid #00944a;background-color:rgba(0,148,74,.051);color:#00944a}.job_card .applied_status.danger{border:1px solid #e00004;background-color:rgba(224,0,4,.02);color:#e00004}.job_card .applied_status.upcoming{border:1px solid rgba(128,0,128,.4);background-color:rgba(128,0,128,.02);color:purple}.job_card .applied_status.completed{border:1px solid #008053;background-color:#008053;color:#fff}.job_card .applied_status.progress{border:1px solid #778000;background-color:#7c8000;color:#fff}.job_card .MuiCheckbox-root{top:15px;right:15px;position:absolute;background:transparent;padding:0;z-index:2}.job_card .MuiCheckbox-root .xsm{pointer-events:none;background:transparent;color:navy;font-size:14px;font-weight:500;padding-inline:10px;gap:5px}@media only screen and (max-width:767.98px){.job_card .MuiCheckbox-root .xsm{font-size:13px}}.job_card .MuiCheckbox-root .xsm img{filter:none;width:19px;min-width:19px}.job_card .MuiIconButton-root{top:20px;right:20px;width:36px;height:36px;position:absolute;background:#fff;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;transition:all .3s ease-in-out 0s;padding:0;z-index:2}.job_card .MuiIconButton-root:hover{background-color:#f3f3f3}.job_card .MuiIconButton-root img{filter:brightness(0);transition:all .3s ease-in-out 0s}.job_card .MuiIconButton-root.MuiIconButton-colorPrimary{background-color:purple}.job_card .MuiIconButton-root.MuiIconButton-colorPrimary img{filter:brightness(0) invert(1)}.job_card .MuiIconButton-root.MuiIconButton-colorPrimary:hover,.job_card .MuiIconButton-root.MuiIconButton-colorSecondary{background-color:navy}.job_card .MuiIconButton-root.MuiIconButton-colorSecondary img{filter:brightness(0) invert(1)}.job_card .MuiIconButton-root.MuiIconButton-colorSecondary:hover{background-color:purple}.job_card .MuiIconButton-root.trash_icon{width:28px;height:28px;top:14px;right:14px}.job_card .MuiIconButton-root.trash_icon_icon{width:28px;height:28px;top:14px;right:45px}.job_card .MuiIconButton-root.copy_icon_icon{width:28px;height:28px;top:15px;transition:none;right:75px!important}.job_card .MuiIconButton-root.copy_icon_icon2{width:28px;height:28px;top:20px;transition:none;right:10px!important}.job_card:has(.MuiCheckbox-root) .job_info .job_details>h3{padding-right:40px}.job_card:has(.MuiIconButton-root) .job_info .job_details>h3{padding-right:50px}.job_card:has(.applied_status) .job_info .job_details>h3{padding-right:100px}.job_card:has(.applied_status) .MuiIconButton-root.trash_icon{right:12px}.job_card:has(.trash_icon) .applied_status{right:44px}.job_card:hover .job_info .job_details h3{color:purple}.job_meta{display:flex;align-items:flex-start;flex-wrap:wrap;gap:10px 30px}.job_meta span{color:rgba(7,7,34,.7);font-size:14px;font-weight:500;display:inline-flex;align-items:center;gap:6px}.job_meta span img{width:18px;height:18px;object-fit:scale-down;position:relative;top:1px}.job_meta span .count{width:30px;height:30px;min-width:30px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;border:1px solid transparent}@media only screen and (max-width:767.98px){.job_meta span .count{width:24px;height:24px;min-width:24px;font-size:13px}}.job_meta span:nth-child(odd) .count{color:#fff;border-color:purple,.3;background-color:purple}.job_meta span:nth-child(2n+2) .count{color:#fff;border-color:navy;background-color:navy}.aiJob_card_slider{margin-bottom:20px;width:calc(100% + 20px);position:relative;z-index:1}@media(max-width:600px){.aiJob_card_slider{margin-bottom:14px;width:100%}}.aiJob_card_slider:after{content:"";top:0;right:0;position:absolute;width:60px;height:100%;background:linear-gradient(270deg,#fff 30%,hsla(0,0%,100%,0));pointer-events:none;z-index:1}@media(max-width:600px){.aiJob_card_slider:after{z-index:-1}}.aiJob_card_slider .slick-list{margin:0 0 0 -6px;padding:0 45px 0 0!important}@media(max-width:600px){.aiJob_card_slider .slick-list{margin:0;padding:0!important}.aiJob_card_slider .slick-list .slick-dots{position:unset;margin-top:16px}}.aiJob_card_slider .slick-track{display:flex}.aiJob_card_slider .slick-slide{padding:0 6px}@media(max-width:600px){.aiJob_card_slider .slick-dots{position:unset;margin-top:16px}}.aiJob_card_slider .aiJob_card_item{padding:20px;position:relative;background:linear-gradient(257.71deg,rgba(211,228,255,.4) -63.49%,rgba(255,241,219,.4) 62.44%,rgba(251,172,247,.4) 168.18%);border-radius:20px;cursor:pointer}@media only screen and (max-width:767.98px){.aiJob_card_slider .aiJob_card_item{padding:10px;border-radius:10px}}@media(max-width:600px){.aiJob_card_slider .aiJob_card_item{margin-inline:auto}}.aiJob_card_slider .aiJob_card_item .time{top:15px;right:15px;position:absolute;font-size:14px;font-weight:500;color:rgba(7,7,34,.6)}.aiJob_card_slider .aiJob_card_item>figure{width:43px;height:43px;border-radius:50%;overflow:hidden;margin-bottom:12px}@media only screen and (max-width:767.98px){.aiJob_card_slider .aiJob_card_item>figure{width:30px;height:30px;margin-bottom:6px}}.aiJob_card_slider .aiJob_card_item>figure img{width:100%;height:100%;object-fit:cover}.aiJob_card_slider .aiJob_card_item h3{font-size:18px;font-weight:600;margin-bottom:8px;transition:all .3s ease-in-out 0s;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;display:block}@media only screen and (max-width:767.98px){.aiJob_card_slider .aiJob_card_item h3{font-size:15px}}.aiJob_card_slider .aiJob_card_item p{font-size:14px;color:rgba(7,7,34,.6);display:flex;flex-wrap:wrap;line-height:1.2}@media only screen and (max-width:767.98px){.aiJob_card_slider .aiJob_card_item p{font-size:13px}}.aiJob_card_slider .aiJob_card_item p:not(:last-child){margin-bottom:10px}@media only screen and (max-width:767.98px){.aiJob_card_slider .aiJob_card_item p:not(:last-child){margin-bottom:6px}}.aiJob_card_slider .aiJob_card_item p span{display:inline-flex;align-items:center}.aiJob_card_slider .aiJob_card_item p span:not(:last-child):after{content:"|";margin:0 5px}.aiJob_card_slider .aiJob_card_item p span.rating svg{font-size:14px;color:#ffa600;margin-right:3px}.aiJob_card_slider .aiJob_card_item p span img{margin-right:5px}.aiJob_card_slider .aiJob_card_item:hover h3{color:purple}.interview_card_grid .interview_card{width:calc(50% - var(--gap_x));background-color:#fff}@media only screen and (max-width:991.98px){.interview_card_grid .interview_card{width:calc(100% - var(--gap_x))}}.interview_card_grid .interview_card:not(:last-child){margin-bottom:0}.interview_card{padding:20px;background:#f6f6f6;border-radius:14px;position:relative;cursor:pointer}@media only screen and (max-width:991.98px){.interview_card{padding:16px;border-radius:10px}}@media only screen and (max-width:767.98px){.interview_card{padding:16px 10px}}.interview_card:not(:last-child){margin-bottom:10px}.interview_card .anchor_overlay{content:"";inset:0;width:100%;height:100%;position:absolute;opacity:0;z-index:1}.interview_card .interview_info{display:flex;align-items:center;margin-bottom:15px;padding-right:50px;gap:12px}@media only screen and (max-width:767.98px){.interview_card .interview_info{margin-bottom:10px;padding-right:40px;gap:8px}}.interview_card .interview_info .interview_logo{width:57px;height:57px;border-radius:50%;overflow:hidden}@media only screen and (max-width:991.98px){.interview_card .interview_info .interview_logo{width:48px;height:48px}}@media only screen and (max-width:767.98px){.interview_card .interview_info .interview_logo{width:40px;height:40px}}.interview_card .interview_info .interview_logo img{width:100%;height:100%;object-fit:contain}.interview_card .interview_info .interview_details{display:flex;flex-direction:column}.interview_card .interview_info .interview_details h3{font-size:18px;font-weight:600;margin-bottom:5px;transition:all .3s ease-in-out 0s}@media only screen and (max-width:767.98px){.interview_card .interview_info .interview_details h3{font-size:16px}}@media only screen and (max-width:575.98px){.interview_card .interview_info .interview_details h3{font-size:14px}}.interview_card .interview_info .interview_details p{font-size:14px;color:rgba(7,7,34,.6);line-height:1.2}@media only screen and (max-width:575.98px){.interview_card .interview_info .interview_details p{font-size:13px}}.interview_card .interview_meta{padding:15px;background-color:#f7f7f7;border-radius:12px}@media only screen and (max-width:575.98px){.interview_card .interview_meta{padding:8px;border-radius:8px}}.interview_card .interview_meta h4{font-size:16px}@media only screen and (max-width:575.98px){.interview_card .interview_meta h4{font-size:14px}}.interview_card .interview_meta ul{width:100%}.interview_card .interview_meta ul li{font-size:14px;display:flex;align-items:flex-start;line-height:1.5;gap:8px}@media only screen and (max-width:575.98px){.interview_card .interview_meta ul li{font-size:13px;gap:5px}}.interview_card .interview_meta ul li:not(:last-child){margin-bottom:10px}@media only screen and (max-width:575.98px){.interview_card .interview_meta ul li:not(:last-child){margin-bottom:6px}}.interview_card .interview_meta ul li img{width:18px;min-width:18px;object-fit:scale-down;position:relative;top:2px}.interview_card .interview_meta ul li a{display:flex;white-space:normal;display:-webkit-box!important;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden;text-decoration:underline!important;color:navy}.interview_card .interview_meta ul li a:hover{color:purple}.interview_card .interview_meta ul.primary{background:#0b807f;padding:12px;border-radius:8px}@media only screen and (max-width:575.98px){.interview_card .interview_meta ul.primary{padding:8px}}.interview_card .interview_meta ul.primary li,.interview_card .interview_meta ul.primary li a{color:#fff}.interview_card .interview_meta ul.primary li img{filter:brightness(0) invert(1)}.interview_card .MuiIconButton-root{top:20px;right:20px;width:36px;height:36px;position:absolute;background:purple;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;transition:all .3s ease-in-out 0s;padding:0;z-index:2}@media only screen and (max-width:767.98px){.interview_card .MuiIconButton-root{top:10px;right:10px;width:28px;height:28px}}.interview_card .MuiIconButton-root img{filter:brightness(0) invert(1)}.interview_card .MuiIconButton-root:hover{background-color:navy}.interview_card:hover .interview_info .interview_details h3{color:purple}.applicationDetail_page .page_head,.jobCategories_page .page_head,.jobFeeds_page .page_head{top:90px;width:100%;position:-webkit-sticky;position:sticky;padding-top:25px;margin-top:-25px;z-index:9}@media only screen and (max-width:767.98px){.applicationDetail_page .page_head,.jobCategories_page .page_head,.jobFeeds_page .page_head{padding-top:14px;margin-top:-14px;top:70px}.applicationDetail_page .page_head button.MuiButton-root,.jobCategories_page .page_head button.MuiButton-root,.jobFeeds_page .page_head button.MuiButton-root{min-height:30px}}.jobCategories_page .page_head .lt,.jobFeeds_page .page_head .lt{display:flex;align-items:center;gap:20px}@media only screen and (max-width:767.98px){.jobCategories_page .page_head .lt,.jobFeeds_page .page_head .lt{gap:8px;width:100%}}@media only screen and (max-width:575.98px){.jobCategories_page .page_head .lt,.jobFeeds_page .page_head .lt{flex-wrap:wrap}.jobCategories_page .page_head .lt button.MuiButton-root,.jobFeeds_page .page_head .lt button.MuiButton-root{padding-inline:12px;font-size:13px}}.jobCategories_page .page_head .lt h1,.jobFeeds_page .page_head .lt h1{white-space:nowrap}@media only screen and (max-width:575.98px){.jobCategories_page .page_head .lt h1,.jobFeeds_page .page_head .lt h1{width:100%}.jobCategories_page .page_head .lt h1:has(+.btn_group),.jobFeeds_page .page_head .lt h1:has(+.btn_group){width:auto}.jobCategories_page .page_head .lt h1+.btn_group,.jobFeeds_page .page_head .lt h1+.btn_group{margin-left:auto}}@media only screen and (max-width:1199.98px){.jobCategories_page .page_head .lt .rt .MuiButton-root,.jobFeeds_page .page_head .lt .rt .MuiButton-root{min-width:45px;padding:5px}}@media only screen and (max-width:767.98px){.jobFeeds_page .page_head{gap:8px}}.jobFeeds_page .page_head .text_btn{font-size:16px}.jobFeeds_page .page_head .text_btn img{position:relative;top:2px}.jobFeeds_page .page_head .text_btn:hover img{filter:brightness(0) invert(10%) sepia(72%) saturate(5529%) hue-rotate(293deg) brightness(93%) contrast(116%)}.jobFeeds_page .page_head.wrap{flex-wrap:wrap}.jobFeeds_page .page_head .form .MuiSelect-root :is(select,.MuiSelect-select):has(+input[value="0"]){color:#070722}@media only screen and (max-width:1199.98px){.jobFeeds_page .page_head .form{flex-wrap:wrap;gap:10px}}@media only screen and (max-width:767.98px){.jobFeeds_page .page_head .form{gap:5px}.jobFeeds_page .page_head .form :is(select,.MuiSelect-select){height:30px;line-height:28px;font-size:11px}}@media only screen and (max-width:575.98px){.jobFeeds_page .page_head .form{gap:3px}}@media only screen and (max-width:1199.98px){.jobFeeds_page .page_head .total_cnt{display:flex;justify-content:space-between;align-items:center;width:100%;margin-bottom:10px}.jobFeeds_page .page_head .total_cnt p{margin:0}}.jobFeeds_page .page_head .total_cnt .toggle_filter{display:none;background:navy}.jobFeeds_page .page_head .total_cnt .toggle_filter img{filter:brightness(0) invert(1)}@media only screen and (max-width:1199.98px){.jobFeeds_page .page_head .total_cnt .toggle_filter{display:inline-flex}}.jobFeeds_page .applicationDetail_grid{--gap_x:10px}.jobFeeds_page .applicationDetail_grid .rt{top:260px}.jobFeeds_page .applicationDetail_grid .rt .job_card_grid{max-height:calc(100vh - 261px);padding-right:20px}.jobFeeds_page .applicationDetail_grid .rt .job_card_grid .job_card{border:1px solid #fff;border-radius:20px}.jobFeeds_page .applicationDetail_grid .rt .job_card_grid .MuiTabs-root{border:none;min-height:1px;overflow:visible}.jobFeeds_page .applicationDetail_grid .rt .job_card_grid .MuiTabs-root .MuiTabs-indicator{display:none}.jobFeeds_page .applicationDetail_grid .rt .job_card_grid .MuiTabs-root .MuiTabs-scroller{overflow:visible}.jobFeeds_page .applicationDetail_grid .rt .job_card_grid .MuiTabs-root .MuiTab-root{padding:0;width:100%;max-width:100%;min-height:1px;min-width:1px;text-transform:none;text-align:left;overflow:visible}.jobFeeds_page .applicationDetail_grid .rt .job_card_grid .MuiTabs-root .MuiTab-root:not(:last-child){margin-bottom:20px}.jobFeeds_page .applicationDetail_grid .rt .job_card_grid .MuiTabs-root .MuiTab-root .MuiTouchRipple-root{border-radius:20px}.jobFeeds_page .applicationDetail_grid .rt .job_card_grid .MuiTabs-root .MuiTab-root.Mui-selected .job_card.active{border-color:purple;background:purple}.jobFeeds_page .applicationDetail_grid .rt .job_card_grid .MuiTabs-root .MuiTab-root.Mui-selected .job_card.active .job_details h3,.jobFeeds_page .applicationDetail_grid .rt .job_card_grid .MuiTabs-root .MuiTab-root.Mui-selected .job_card.active .job_details p{color:#fff}.jobFeeds_page .applicationDetail_grid .rt .job_card_grid .MuiTabs-root .MuiTab-root.Mui-selected .job_card.active .job_meta{background-color:purple}.jobFeeds_page .applicationDetail_grid .rt .job_card_grid .MuiTabs-root .MuiTab-root.Mui-selected .job_card.active .job_meta span{color:#fff}.jobFeeds_page .applicationDetail_grid .rt .job_card_grid .MuiTabs-root .MuiTab-root.Mui-selected .job_card.active .job_meta img{filter:brightness(0) invert(1)}.jobFeeds_page .applicationDetail_grid .rt .job_card_grid .MuiTabs-root .MuiTab-root.Mui-selected .job_card:before{content:"";top:35px;left:calc(100% - 2px);position:absolute;width:0;height:0;border-top:10px solid transparent;border-bottom:10px solid transparent;border-left:20px solid purple;z-index:2;opacity:0}.jobFeeds_page .applicationDetail_grid .rt .job_card_grid .MuiTabs-root .MuiTab-root.Mui-selected .job_card:after{content:"";top:35px;left:100%;position:absolute;width:0;height:0;border-top:10px solid transparent;border-bottom:10px solid transparent;border-left:20px solid purple;z-index:1;opacity:0}.jobFeeds_page .applicationDetail_grid .rt .job_card_grid .MuiTabs-root .MuiTab-root span.MuiTouchRipple-root{display:none}.jobFeeds_page .applicationDetail_grid .rt .job_card_grid .MuiTabs-root .MuiTab-root .job_card.active:after,.jobFeeds_page .applicationDetail_grid .rt .job_card_grid .MuiTabs-root .MuiTab-root .job_card.active:before{opacity:1}.jobFeeds_page.ai_page .applicationDetail_grid .rt{top:211px}.jobFeeds_page.ai_page .applicationDetail_grid .rt .job_card_grid{max-height:calc(100vh - 241px)}.jobFeeds_page .form.w_100{width:100%}.applicationDetail_grid{align-items:flex-start}.applicationDetail_grid.gap_reverse{flex-direction:row-reverse}.applicationDetail_grid .lt{width:calc(64% - var(--gap_x))}.applicationDetail_grid .rt{width:calc(36% - var(--gap_x));top:194px;position:-webkit-sticky;position:sticky}.applicationDetail_grid .rt .hd_5{padding-bottom:15px}.applicationDetail_grid .rt .loader{width:calc(100% - var(--gap_x))}.applicationDetail_grid .rt .job_card_grid{--gap_x:0px;--gap_y:0;max-height:calc(100vh - 274px);overflow:auto}.applicationDetail_grid .rt .job_card_grid::-webkit-scrollbar{display:none}.applicationDetail_grid .rt .job_card_grid .job_card{width:calc(100% - var(--gap_x))}.applicationDetail_grid .rt .job_card_grid .job_card:not(:first-child){margin-top:20px}@media only screen and (max-width:991.98px){.jobFeeds_page .applicationDetail_grid{flex-wrap:wrap-reverse}}.jobFeeds_page .applicationDetail_grid .lt{width:calc(47% - var(--gap_x))}.jobFeeds_page .applicationDetail_grid .lt ::-webkit-scrollbar{width:5px;height:5px}@media only screen and (max-width:1199.98px){.jobFeeds_page .applicationDetail_grid .lt{width:calc(65% - var(--gap_x))}}@media only screen and (max-width:991.98px){.jobFeeds_page .applicationDetail_grid .lt{width:calc(100% - var(--gap_x))}}.jobFeeds_page .applicationDetail_grid .rt{width:calc(27% - var(--gap_x))}@media only screen and (max-width:1199.98px){.jobFeeds_page .applicationDetail_grid .rt{width:calc(35% - var(--gap_x))}}@media only screen and (max-width:991.98px){.jobFeeds_page .applicationDetail_grid .rt{width:calc(100% - var(--gap_x));position:relative;inset:0;padding:0}.jobFeeds_page .applicationDetail_grid .rt .job_card_grid{max-height:unset;padding:0}.jobFeeds_page .applicationDetail_grid .rt .job_card_grid .MuiTabs-root .MuiTab-root{padding-right:20px}}.jobFeeds_page .applicationDetail_grid .rt .job_card{padding:10px}.jobFeeds_page .applicationDetail_grid .rt .job_card .job_info{padding-right:0}.jobFeeds_page .applicationDetail_grid .rt .job_card .MuiCheckbox-root{display:none}.jobFeeds_page .applicationDetail_grid .rt .job_card .job_card .job_info{margin-bottom:10px}.jobFeeds_page .applicationDetail_grid .rt .job_card .job_card .job_info .job_logo{width:54px;height:54px}.jobFeeds_page .applicationDetail_grid .filter_main{width:calc(26% - var(--gap_x));position:-webkit-sticky;position:sticky;top:120px;overflow:auto;max-height:700px}@media only screen and (max-width:1199.98px){.jobFeeds_page .applicationDetail_grid .filter_main{position:fixed;transform:translateX(100%);top:0;right:0;opacity:0;left:auto;visibility:hidden;max-height:100vh;height:100vh;max-height:unset;overflow:auto;max-width:500px;width:100%;z-index:999999;transition:all .3s ease-in-out 0s;margin:0}.jobFeeds_page .applicationDetail_grid .filter_main.active{opacity:1;visibility:visible;transform:translateX(0)}.jobFeeds_page .applicationDetail_grid .filter_main.active.whiteBox{border-radius:12px 0 0 12px;max-height:unset}}.jobFeeds_page .applicationDetail_grid .filter_main::-webkit-scrollbar{width:0}.jobFeeds_page .applicationDetail_grid .filter_main.whiteBox{background:#fff;padding:20px 15px;box-shadow:0 0 30px 0 rgba(0,0,0,.051);border-radius:20px;overflow:auto}.jobDetail_sc{padding:0 25px 25px;border-radius:20px;background-color:#fff;overflow:hidden;box-shadow:0 0 30px 0 rgba(0,0,0,.051)}@media only screen and (max-width:575.98px){.jobDetail_sc{padding:0 10px 20px}}.jobDetail_sc .jobDetail_company_cover{height:140px;display:flex;width:calc(100% + 50px);margin-left:-25px}.jobDetail_sc .jobDetail_company_cover img{width:100%;height:100%;object-fit:cover}.jobDetail_sc .jobDetail_company{position:relative;padding:10px 0 5px 115px;min-height:70px;display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:15px}@media only screen and (max-width:575.98px){.jobDetail_sc .jobDetail_company{padding-left:0}}.jobDetail_sc .jobDetail_company figure{width:98px;height:98px;border:4px solid #fff;border-radius:15px;overflow:hidden;position:absolute;left:0;top:-24px}@media only screen and (max-width:575.98px){.jobDetail_sc .jobDetail_company figure{position:static;width:70px;height:70px;margin-top:-25px}}.jobDetail_sc .jobDetail_company figure img{width:100%;height:100%;object-fit:cover}.jobDetail_sc .jobDetail_company h2{font-size:20px}@media only screen and (max-width:767.98px){.jobDetail_sc .jobDetail_company h2{font-size:15px}}.jobDetail_sc .jobDetail_company h2 span{white-space:normal;display:-webkit-box!important;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden;max-width:200px}.jobDetail_sc .jobDetail_company h2:not(:last-child){margin-bottom:6px}.jobDetail_sc .jobDetail_company p{font-size:14px;color:rgba(7,7,34,.6);display:flex;flex-wrap:wrap;line-height:1.2}.jobDetail_sc .jobDetail_company p:not(:last-child){margin-bottom:10px}.jobDetail_sc .jobDetail_company p span{display:inline-flex;align-items:center}.jobDetail_sc .jobDetail_company p span:not(:last-child):after{content:"|";margin:0 5px}.jobDetail_sc .jobDetail_company p span.rating svg{font-size:14px;color:#ffa600;margin-right:3px}.jobDetail_sc .jobDetail_company .rt_s{display:inline-flex;align-items:center;gap:10px;margin-top:10px}.jobDetail_sc .jobDetail_company .rt_s .MuiCheckbox-root.btnn{display:inline-flex;align-items:center;justify-content:center;border-radius:50px;padding:5px 10px 6px;border:1px solid purple;color:purple;gap:4px}.jobDetail_sc .jobDetail_company .rt_s .MuiCheckbox-root.btnn .MuiTouchRipple-root{display:none}.jobDetail_sc .jobDetail_company .rt_s .MuiCheckbox-root.btnn:not(.Mui-checked) img{filter:brightness(0) invert(10%) sepia(72%) saturate(5529%) hue-rotate(293deg) brightness(93%) contrast(116%)}.jobDetail_sc .jobDetail_company .rt_s p{font-size:14px;color:#070722;display:inline-flex;align-items:center;margin-bottom:0;gap:5px}.jobDetail_sc .jobDetail_company .rt_s .MuiIconButton-root{width:32px;height:32px;border-radius:8px;background:#0b807f}.jobDetail_sc .status_Wrapper{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}.jobDetail_sc .status_chip{font-size:12px;font-weight:600;color:rgba(7,7,34,.6);padding:5px 10px;display:inline-flex;align-items:center;border-radius:30px;min-height:28px;gap:5px}.jobDetail_sc .status_chip.success{background-color:rgba(43,166,130,.102)}.jobDetail_sc .status_chip.success svg{color:#fff;font-size:14px;background-color:#2ba682;border-radius:50%;padding:2px}.jobDetail_sc .status_chip.primary{border:1px solid rgba(148,0,121,.302);background:rgba(148,0,121,.078);color:purple;font-size:14px;font-weight:500}.jobDetail_sc .jobDetail_info{padding:20px;border-radius:15px;background-color:#f7f7f7;position:relative;margin-top:15px}@media only screen and (max-width:767.98px){.jobDetail_sc .jobDetail_info{padding:10px;border-radius:10px}}.jobDetail_sc .jobDetail_info:first-child{margin-top:0}.jobDetail_sc .jobDetail_info h3{margin-bottom:5px}.jobDetail_sc .jobDetail_info p{font-size:14px;color:rgba(7,7,34,.6)}.jobDetail_sc .jobDetail_info hr{height:1px;background-color:#ebebeb;margin:18px 0 14px;border:none}.jobDetail_sc .jobDetail_info ul{display:flex;flex-wrap:wrap}.jobDetail_sc .jobDetail_info ul li{font-size:14px;color:rgba(7,7,34,.6);margin-bottom:0}.jobDetail_sc .jobDetail_info ul li:not(:last-child):after{content:"|";margin:0 13px}.jobDetail_sc .jobDetail_info ul li strong{color:#070722}.jobDetail_sc .jobDetail_info .float_call{top:20px;right:20px;width:36px;height:36px;position:absolute;background:purple;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;transition:all .3s ease-in-out 0s;padding:0;z-index:2}.jobDetail_sc .jobDetail_info .float_call img{filter:brightness(0) invert(1)}.jobDetail_sc .jobDetail_info .float_call:hover{background-color:navy}.jobDetail_sc .btn_flex{margin-top:20px;gap:10px}.jobDetail_sc .btn_flex button.MuiButton-root{font-size:14px;min-height:42px;padding-inline:20px}@media only screen and (max-width:575.98px){.jobDetail_sc .btn_flex button.MuiButton-root{padding-inline:12px;font-size:13px}}.jobDetail_sc .btn_flex button.MuiButton-root.MuiButton-outlinedInfo:not(:hover){border-color:rgba(7,7,34,.102)}.jobDetail_sc .job_description{margin-top:30px}.jobDetail_sc .job_description:not(:last-child){margin-bottom:20px}.jobDetail_sc .job_description h3{font-size:20px;margin-bottom:12px}@media only screen and (max-width:767.98px){.jobDetail_sc .job_description h3{font-size:18px}}@media only screen and (max-width:575.98px){.jobDetail_sc .job_description h3{font-size:16px}}.jobDetail_sc .job_description h4{font-size:18px;margin-bottom:12px;margin-top:25px}@media only screen and (max-width:767.98px){.jobDetail_sc .job_description h4{font-size:16px;margin-top:16px}}@media only screen and (max-width:575.98px){.jobDetail_sc .job_description h4{font-size:15px}}.jobDetail_sc .job_description p{font-size:14px;color:rgba(7,7,34,.6)}.jobDetail_sc .job_description p strong{color:#070722;font-weight:600}.jobDetail_sc .job_description hr{border:none;background-color:rgba(7,7,34,.15);margin:24px 0;height:1px}.jobDetail_sc .job_description .desc_detail p:not(:last-child){margin-bottom:10px}.jobDetail_sc .job_description ul{list-style:disc;padding-left:25px}.jobDetail_sc .job_description ul li{font-size:14px;color:rgba(7,7,34,.6)}.jobDetail_sc .job_description ul li:not(:last-child){margin-bottom:10px}.jobDetail_sc .job_description ul.tags{display:flex;flex-wrap:wrap;padding-left:0;gap:10px}.jobDetail_sc .job_description ul.tags li{font-size:14px;color:rgba(7,7,34,.5);border:1px solid rgba(7,7,34,.5);border-radius:50px;padding:4px 14px 5px 12px;display:inline-flex;align-items:center;justify-content:center;margin-bottom:0;gap:3px}.jobDetail_sc .job_description ul.tags li svg{font-size:16px;color:rgba(7,7,34,.5);position:relative;top:1px}.jobDetail_sc .job_description ul.socialLinks{padding-left:0}.jobDetail_sc .job_description ul.socialLinks li{margin-bottom:0}.jobDetail_sc .job_description .employer_about{padding:20px;background-color:#f3f3f3;border-radius:15px;margin-top:25px}@media only screen and (max-width:575.98px){.jobDetail_sc .job_description .employer_about{padding:10px}}.jobDetail_sc .job_description .employer_about h4{margin-bottom:12px;margin-top:0}.jobDetail_sc .job_description .employer_about .inner_flex{display:flex}@media only screen and (max-width:575.98px){.jobDetail_sc .job_description .employer_about .inner_flex{flex-wrap:wrap}}.jobDetail_sc .job_description .employer_about .inner_flex figure{width:70px;height:70px;min-width:70px;border-radius:12px;overflow:hidden}@media only screen and (max-width:575.98px){.jobDetail_sc .job_description .employer_about .inner_flex figure{width:50px;height:50px;min-width:50px}}.jobDetail_sc .job_description .employer_about .inner_flex figure img{width:100%;height:100%;object-fit:cover}.jobDetail_sc .job_description .employer_about .inner_flex p{padding-left:12px;margin-bottom:0;display:inline-flex;flex-direction:column;align-items:stretch;color:rgba(7,7,34,.6);font-size:14px;line-height:1.3;gap:5px;align-self:center;margin-right:auto}.jobDetail_sc .job_description .employer_about .inner_flex p>strong{font-size:16px;color:#070722}.jobDetail_sc .job_description .employer_about .inner_flex p span strong{font-weight:500}.jobDetail_sc .job_description .employer_about .inner_flex .socialLinks{gap:10px;padding-left:20px}.jobDetail_sc .job_description .employer_about .inner_flex .socialLinks:not(:last-child){padding-right:24px}.jobDetail_sc .job_description .employer_about .inner_flex .socialLinks li a img{border-radius:50%}.jobDetail_sc .job_description .employer_about .inner_flex .btn_flex{border-left:1px solid #d9d9d9;padding-left:25px;margin-top:0;gap:12px}@media only screen and (max-width:575.98px){.jobDetail_sc .job_description .employer_about .inner_flex .btn_flex{justify-content:flex-end;width:100%;padding:20px 0 0;border:0}}.jobDetail_sc .job_description .employer_about .inner_flex .btn_flex .MuiIconButton-root{width:35px;height:35px;min-width:35px;border-radius:50%;background-color:navy;display:inline-flex;align-items:center;justify-content:center;transition:all .3s ease-in-out 0s}.jobDetail_sc .job_description .employer_about .inner_flex .btn_flex .MuiIconButton-root:hover{background-color:purple}.jobDetail_sc>.text_btn{font-size:16px}.jobDetail_sc .response_detail{margin-top:30px}.jobDetail_sc .response_detail>h3{padding-bottom:15px;border-bottom:1px solid hsla(0,0%,92%,.439);margin-bottom:20px}.jobDetail_sc .response_detail .question_response li p{font-size:14px}.jobDetail_status{background-color:#f7f7f7;border-radius:15px;overflow:hidden;margin-top:15px}.jobDetail_status .p_20{padding:20px}.jobDetail_status h3{font-size:18px}.jobDetail_status .interview_contact{margin-bottom:25px;background-color:hsla(0,0%,100%,.898);border-radius:15px;display:flex;flex-wrap:wrap;gap:12px 50px;padding:16px}.jobDetail_status .interview_contact:last-child{margin-bottom:0}.jobDetail_status .interview_contact li{display:inline-flex;margin-bottom:0}.jobDetail_status .interview_contact li img{top:1px;position:relative;filter:brightness(0) invert(56%) sepia(19%) saturate(1401%) hue-rotate(112deg) brightness(93%) contrast(85%)}.jobDetail_status .interview_contact li a{font-size:16px;color:#070722;display:inline-flex;align-items:center;gap:6px}.jobDetail_status .interview_contact li a:hover{color:#2ba682}.jobDetail_status p{font-size:14px}.jobDetail_status p.success{color:#fff;background-color:#2ba682;padding:10px 20px;display:flex;align-items:center;margin-bottom:0;gap:8px}.jobDetail_status p.success img{min-width:22px;width:22px}.jobDetail_status .status_tracking{display:flex;position:relative;justify-content:space-between}@media only screen and (max-width:767.98px){.jobDetail_status .status_tracking{flex-wrap:wrap}}.jobDetail_status .status_tracking:after{content:"";top:6px;left:10px;height:1px;width:calc(100% - 2px);position:absolute;border-radius:50%;background:#d9d9d9;z-index:1}@media only screen and (max-width:767.98px){.jobDetail_status .status_tracking:after{width:1px;height:calc(100% - 30px)}}.jobDetail_status .status_tracking li{position:relative;font-size:15px;color:#070722;margin-bottom:0;min-height:22px;display:flex;align-items:center;gap:5px;padding-top:20px}@media only screen and (max-width:767.98px){.jobDetail_status .status_tracking li{width:100%;text-align:left;padding-left:30px;padding-top:0}.jobDetail_status .status_tracking li:not(:last-child){margin-bottom:16px}}.jobDetail_status .status_tracking li:first-child:after{content:"";top:6px;left:0;height:1px;width:50%;position:absolute;background:#fff;z-index:2}.jobDetail_status .status_tracking li:last-child:after{content:"";top:6px;left:50%;height:1px;width:100%;position:absolute;background:#fff;z-index:2}.jobDetail_status .status_tracking li strong{font-weight:500;flex-direction:column;display:flex;align-items:center;position:relative}@media only screen and (max-width:767.98px){.jobDetail_status .status_tracking li strong{align-items:flex-start}}.jobDetail_status .status_tracking li strong:before{content:"";width:20px;height:20px;border-radius:50%;background-color:#cacaca;position:absolute;z-index:3;left:50%;transform:translateX(-50%);top:-25px}@media only screen and (max-width:767.98px){.jobDetail_status .status_tracking li strong:before{left:-30px;transform:unset;top:0}}.jobDetail_status .status_tracking li span{font-size:12px;color:rgba(7,7,34,.5);font-weight:500}.jobDetail_status .status_tracking li span.c_success{color:#2ba682}.jobDetail_status .status_tracking li.active strong:before{border-color:#2ba682;background-image:url(/_next/static/media/green_tick.a8685ef1.svg);background-position:50%;background-size:110%;background-color:#fff}.jobDetail_status .status_tracking li.rejected strong:before{border-color:red;background-image:url(/_next/static/media/red_tick.37eb3909.svg);background-position:50%;background-size:110%;background-color:#fff}.jobCategories_sc .job_card_grid .job_card{width:calc(33.3333333333% - var(--gap_x));background-color:#fff}.jobCategories_sc .category_grid{min-height:1px;position:relative;padding-right:35px;overflow:auto;max-height:700px}.jobCategories_sc .category_grid::-webkit-scrollbar{width:0}.jobCategories_sc .category_grid .MuiTabScrollButton-root{display:none}.jobCategories_sc .category_grid .MuiTabs-scroller{overflow:visible}.jobCategories_sc .category_grid .MuiTabs-scroller .MuiTabs-list{gap:18px;flex-direction:column;overflow:visible}@media only screen and (max-width:991.98px){.jobCategories_sc .category_grid .MuiTabs-scroller .MuiTabs-list{flex-direction:row;padding-bottom:5px}}.jobCategories_sc .category_grid .MuiTabs-scroller .MuiTabs-list .MuiTab-root{background:#fff;border-radius:20px;min-height:90px;overflow:visible;align-items:flex-start;text-align:left}.jobCategories_sc .category_grid .MuiTabs-scroller .MuiTabs-list .MuiTab-root:before{content:"";top:35px;left:calc(100% - 2px);position:absolute;width:0;height:0;border-top:10px solid transparent;border-bottom:10px solid transparent;border-left:20px solid #14108b;opacity:0;z-index:1}@media only screen and (max-width:991.98px){.jobCategories_sc .category_grid .MuiTabs-scroller .MuiTabs-list .MuiTab-root:before{display:none}}.jobCategories_sc .category_grid .MuiTabs-scroller .MuiTabs-list .MuiTab-root:hover:not(.Mui-selected) figcaption *{color:navy}.jobCategories_sc .category_grid .MuiTabs-scroller .MuiTabs-list .MuiTab-root:after{display:none}.jobCategories_sc .category_grid .MuiTabs-scroller .MuiTabs-list .MuiTab-root figure{display:flex;gap:18px;align-items:center}.jobCategories_sc .category_grid .MuiTabs-scroller .MuiTabs-list .MuiTab-root figure img{width:32px;min-width:32px}.jobCategories_sc .category_grid .MuiTabs-scroller .MuiTabs-list .MuiTab-root figure figcaption strong{text-transform:capitalize;display:block;font-size:18px;transition:all .3s ease-in-out 0s;font-weight:500;margin-bottom:7px}.jobCategories_sc .category_grid .MuiTabs-scroller .MuiTabs-list .MuiTab-root figure figcaption span{font-size:14px;letter-spacing:.28px!important;transition:all .3s ease-in-out 0s}.jobCategories_sc .category_grid .MuiTabs-scroller .MuiTabs-list .MuiTab-root.Mui-selected{background:linear-gradient(97.15deg,#6e58bb 3.61%,navy 118.79%)}.jobCategories_sc .category_grid .MuiTabs-scroller .MuiTabs-list .MuiTab-root.Mui-selected:before{opacity:1}.jobCategories_sc .category_grid .MuiTabs-scroller .MuiTabs-list .MuiTab-root.Mui-selected figure img{filter:brightness(0) invert(1)}.jobCategories_sc .category_grid .MuiTabs-scroller .MuiTabs-list .MuiTab-root.Mui-selected *{color:#fff}.jobCategories_sc .category_grid .MuiTabs-scroller .MuiTabScrollButton-root,.jobCategories_sc .category_grid .MuiTabs-scroller .MuiTabs-indicator{display:none}.cService_sc{position:relative;z-index:1}.cService_sc.has_vector:before{content:"";left:52%;top:-46.5%;width:1238px;height:1037px;position:absolute;background-image:url(/_next/static/media/shape10.c7d81173.svg);background-repeat:no-repeat;background-position:50%;background-size:contain;z-index:-1;display:none}.cService_sc.has_shape{background-image:url(/_next/static/media/shape11.bb1d928e.svg);background-repeat:no-repeat;background-position:top;background-size:cover}.cService_sc .gap_p{align-items:center}.cService_sc .gap_p.reverse{flex-direction:row-reverse}.cService_sc .gap_p.reverse .rt{text-align:left}.cService_sc .gap_p .lt{width:51%}@media only screen and (max-width:991.98px){.cService_sc .gap_p .lt{width:100%}}.cService_sc .gap_p .lt h2{letter-spacing:-.2px!important}@media only screen and (max-width:575.98px){.cService_sc .gap_p .lt h2{font-size:20px}}.cService_sc .gap_p .lt p{line-height:1.7}.cService_sc .gap_p .lt button.MuiButton-root{min-width:170px;margin-top:15px}.cService_sc .gap_p .lt .mission_ul{margin-top:30px}.cService_sc .gap_p .lt .mission_ul li{display:flex;align-items:center}.cService_sc .gap_p .lt .mission_ul li:not(:last-child){margin-bottom:30px}.cService_sc .gap_p .lt .mission_ul li figure{width:94px;height:94px;border-radius:50%;border:1px solid purple;display:inline-flex;align-items:center;justify-content:center;padding:10px}.cService_sc .gap_p .lt .mission_ul li p{font-size:16px;color:#555;width:calc(100% - 94px);padding-left:15px}.cService_sc .gap_p .lt .mission_ul li p strong{font-size:20px;color:#000;display:block;margin-bottom:5px;font-weight:600}.cService_sc .gap_p .rt{width:49%;text-align:right}@media only screen and (max-width:991.98px){.cService_sc .gap_p .rt{width:100%;text-align:center}}.cService_sc .gap_p .rt figure{display:inline-flex}.cService_sc .gap_p .rt figure.image_blend{background-color:#f7f7f7}.cService_sc .gap_p .rt figure.image_blend img{mix-blend-mode:multiply}.cService_sc .gap_p.gap_reverse .lt{width:48%}@media only screen and (max-width:991.98px){.cService_sc .gap_p.gap_reverse .lt{width:100%}}.cService_sc .gap_p.gap_reverse .rt{width:52%;text-align:left}@media only screen and (max-width:991.98px){.cService_sc .gap_p.gap_reverse .rt{width:100%}}.cService_sc.v2.has_vector:before{left:55%;top:-55%}.cService_sc.v2 .gap_p .lt{width:54%}@media only screen and (max-width:991.98px){.cService_sc.v2 .gap_p .lt{width:100%}}.cService_sc.v2 .gap_p .rt{width:46%}@media only screen and (max-width:991.98px){.cService_sc.v2 .gap_p .rt{width:100%;text-align:center}}.cService_sc.v3 .gap_p .lt{width:46%}@media only screen and (max-width:991.98px){.cService_sc.v3 .gap_p .lt{width:100%}}.cService_sc.v3 .gap_p .lt figure{margin-bottom:10px}.cService_sc.v3 .gap_p .rt{width:54%}@media only screen and (max-width:991.98px){.cService_sc.v3 .gap_p .rt{width:100%;text-align:center}}.cService_sc.v4.has_vector:before{left:50%;top:-85%;width:1100px;height:1100px;transform:scaleY(-1) rotate(90deg)}.cService_sc.v4 .gap_p .lt{width:46.5%}@media only screen and (max-width:991.98px){.cService_sc.v4 .gap_p .lt{width:100%}}.cService_sc.v4 .gap_p .rt{width:53.5%}@media only screen and (max-width:991.98px){.cService_sc.v4 .gap_p .rt{width:100%;text-align:center}}.cService_sc.cService_sc2:after{content:"";width:380px;height:315px;background:url(/_next/static/media/emp_bg.794db14e.png) no-repeat 50%;position:absolute;left:50%;transform:translateX(-50%);bottom:-140px}.contact_page{position:relative;z-index:1}.contact_page:before{content:"";top:0;left:0;width:100%;height:465px;position:absolute;background-image:url(/_next/static/media/shape15.96e0edee.svg),url(/_next/static/media/shape14.2e47eb4f.svg),url(/_next/static/media/shape13.f08f0ca9.svg);background-position:-80px 40px,calc(100% + 161px) calc(100% + 35px),bottom;background-size:auto,auto,cover;background-repeat:no-repeat;z-index:-1}.contact_page .page_head{border:none;margin-bottom:34px;background-color:transparent;padding-bottom:0}.contact_page .page_head h1{margin-bottom:0;color:#fff}.contact_page .page_head .rt{display:inline-flex;align-items:center;gap:15px}.contact_page .page_head .rt .MuiIconButton-root{width:56px;height:56px;display:inline-flex;align-items:center;justify-content:center;transition:all .3s ease-in-out 0s;padding:0}@media only screen and (max-width:767.98px){.contact_page .page_head .rt .MuiIconButton-root{width:45px;height:45px}}.contact_page .page_head .rt .MuiIconButton-root.whatsapp_btn{background-color:#4caf50}.contact_page .page_head .rt .MuiIconButton-root.interChat_btn{background-color:navy}.contact_page .contact_grid.gap_m{--gap_x:16px;--gap_y:16px}@media only screen and (max-width:991.98px){.contact_page .contact_grid.gap_m{flex-wrap:wrap-reverse}}.contact_page .contact_grid.gap_m :is(.lt,.rt){border-radius:30px;border:1px solid #e5eaf4;background-color:#fff;padding:30px}@media only screen and (max-width:767.98px){.contact_page .contact_grid.gap_m :is(.lt,.rt){padding:20px;border-radius:14px}}.contact_page .contact_grid.gap_m .lt{width:calc(72.5% - var(--gap_x))}@media only screen and (max-width:991.98px){.contact_page .contact_grid.gap_m .lt{width:calc(100% - var(--gap_x))}}.contact_page .contact_grid.gap_m .lt h2{margin-bottom:22px}@media only screen and (max-width:991.98px){.contact_page .contact_grid.gap_m .lt h2{margin-bottom:16px}}.contact_page .contact_grid.gap_m .rt{width:calc(27.5% - var(--gap_x))}@media only screen and (max-width:991.98px){.contact_page .contact_grid.gap_m .rt{width:calc(100% - var(--gap_x))}}.contact_page .contact_grid .form .gap_p{--gap_x:18px;--gap_y:18px}.contact_page .contact_grid .contact_ul li{display:flex;flex-direction:column;align-items:center;text-align:center;line-height:1.25}.contact_page .contact_grid .contact_ul li:not(:last-child){padding-bottom:25px;border-bottom:1px solid rgba(7,7,34,.078);margin-bottom:25px}@media only screen and (max-width:767.98px){.contact_page .contact_grid .contact_ul li:not(:last-child){margin-bottom:20px;padding-bottom:20px}}@media only screen and (max-width:575.98px){.contact_page .contact_grid .contact_ul li:not(:last-child){margin-bottom:16px;padding-bottom:16px}}.contact_page .contact_grid .contact_ul li figure{display:inline-flex}.contact_page .contact_grid .contact_ul li strong{color:#070722;line-height:1.2;margin:12px 0 6px}.contact_page .contact_grid .contact_ul li a{font-size:16px;color:purple}.contact_page .contact_grid .contact_ul li span{font-size:16px;line-height:1.4}.contact_page .faq_wrapper{background:#fff;border-radius:25px;border:1px solid #e5eaf4;padding:30px 30px 30px 0}@media only screen and (max-width:767.98px){.contact_page .faq_wrapper{padding:20px 0;border-radius:14px}}.contact_page .faq_wrapper .MuiTabs-root{background:transparent}.contact_page .faq_wrapper .MuiTabs-root .MuiTab-root{font-size:18px;font-weight:600}@media only screen and (max-width:767.98px){.contact_page .faq_wrapper .MuiTabs-root .MuiTab-root{font-size:16px}}.chat_page .page_head{border:none;padding-bottom:0;margin-bottom:15px}.chat_sc{display:flex;align-items:flex-start;background-color:#fff;height:calc(100vh - 220px);border-radius:10px;overflow:hidden}.chat_sc .lt{height:100%;width:365px;border-right:1px solid #d9dce0;padding-bottom:15px;overflow:auto}@media only screen and (max-width:991.98px){.chat_sc .lt{width:100%;border:0}}@media only screen and (max-width:991.98px){.chat_sc .lt:has(+.rt.active){display:none}}.chat_sc .rt{height:100%;width:calc(100% - 365px);padding-left:10px;display:flex;flex-direction:column;align-items:stretch;position:relative}.chat_sc .rt>.MuiButtonBase-root{background:purple!important;border:0!important;color:#fff;position:absolute;width:30px;height:30px;display:none;left:10px;min-width:30px;z-index:1000;top:10px}@media only screen and (max-width:991.98px){.chat_sc .rt>.MuiButtonBase-root{display:inline-flex}.chat_sc .rt{display:none;width:100%}.chat_sc .rt.active{display:flex}}.chat_sc .search_field{top:0;left:0;width:100%;position:-webkit-sticky;position:sticky;padding:15px 16px;background-color:#fff;z-index:2}.chat_sc .search_field input{height:45px;background-color:#f3f3f3;padding-left:50px!important}.chat_sc .search_field input:not(:focus){border-color:transparent}.chat_sc .search_field input::placeholder{color:dimgray}.chat_sc .search_field .MuiFormControl-root>.MuiInputBase-root .MuiInputAdornment-positionStart{width:55px;height:45px}.chat_sc .search_field .MuiFormControl-root>.MuiInputBase-root .MuiInputAdornment-positionStart img{height:18px;opacity:.7}.chat_sc .chat_single{display:flex;align-items:center;background-color:#fff;padding:12px 16px;position:relative;cursor:pointer;gap:12px}.chat_sc .chat_single:hover{background-color:#f3f3f3}.chat_sc .chat_single.active{background-color:#f5f5f5}.chat_sc .chat_single:not(:last-child){margin-bottom:5px}.chat_sc .chat_single figure{width:48px;height:48px;min-width:48px;border-radius:50%;overflow:hidden}.chat_sc .chat_single figure img{width:100%;height:100%;object-fit:cover}.chat_sc .chat_single p{flex:1 1;display:flex;flex-direction:column;align-items:flex-start;line-height:1.2;font-size:16px;margin-bottom:0;gap:5px}.chat_sc .chat_single p strong{color:#070722;font-weight:500}.chat_sc .chat_single p span{font-size:14px;color:rgba(7,7,34,.4)}.chat_sc .chat_single p>*{white-space:normal;display:-webkit-box!important;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden}.chat_sc .chat_single .time{top:5px;position:relative;display:inline-flex;flex-direction:column;align-self:flex-start;align-items:flex-end;line-height:1.2;gap:4px}.chat_sc .chat_single .time strong{font-size:14px;font-weight:500;color:rgba(7,7,34,.4);white-space:nowrap;white-space:normal;display:-webkit-box!important;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden;max-width:80px}.chat_sc .chat_single .time .badge{min-width:18px;height:18px;padding:2px 4px;border-radius:20px;display:inline-flex;align-items:center;justify-content:center;font-size:12px;font-weight:500;color:#fff;background-color:purple}.chat_sc .chat_head{top:0;display:flex;align-items:center;border-bottom:1px solid rgba(7,7,34,.149);background-color:#fff;padding:15px 20px;position:-webkit-sticky;position:sticky;z-index:2;gap:15px}.chat_sc .chat_head figure{width:47px;height:47px;min-width:47px;border-radius:50%;overflow:hidden}.chat_sc .chat_head figure img{width:100%;height:100%;object-fit:cover}.chat_sc .chat_head p{font-weight:800;color:purple;margin-bottom:0}.chat_sc .chat_head svg{width:35px;height:35px;border-radius:50%;background-color:navy;margin-left:auto;color:#fff;padding:5px}.chat_sc .chat_body{flex:1 1;overflow:auto;padding:30px;position:relative}@media only screen and (max-width:991.98px){.chat_sc .chat_body{padding:16px}}.chat_sc .chat_body p.date{width:100%;font-size:14px;color:#070722;text-align:center;background-color:#fff;line-height:1.2;margin-top:-10px;position:-webkit-sticky;position:sticky;padding:20px 0 10px;z-index:2;top:-30px;left:0}@media only screen and (max-width:991.98px){.chat_sc .chat_body p.date{top:-18px}}.chat_sc .chat_body p.date:not(:first-child){margin-top:40px}@media only screen and (max-width:767.98px){.chat_sc .chat_body p.date:not(:first-child){margin-top:24px}}@media only screen and (max-width:575.98px){.chat_sc .chat_body p.date:not(:first-child){margin-top:18px}}.chat_sc .chat_body p.date:not(:last-child){margin-bottom:10px}@media only screen and (max-width:767.98px){.chat_sc .chat_body p.date:not(:last-child){margin-bottom:1px}}.chat_sc .chat_body p.date span{padding:2px 8px;min-height:25px;display:inline-flex;align-items:center;justify-content:center;box-shadow:0 1px 2px 0 rgba(16,24,40,.051);border:1px solid #dcdcdc;background-color:#fafafa;border-radius:4px}.chat_sc .chat_body .single_message{max-width:465px}.chat_sc .chat_body .single_message:not(:last-child){margin-bottom:10px}.chat_sc .chat_body .single_message>p{font-size:14px;color:#070722;line-height:1.2;margin-bottom:5px}.chat_sc .chat_body .single_message .recieved_user{width:32px;height:32px;min-width:32px;border-radius:50%;overflow:hidden;position:absolute;left:0;top:0}.chat_sc .chat_body .single_message .recieved_user img{width:100%;height:100%;object-fit:cover}.chat_sc .chat_body .single_message .msg_body{width:auto;display:inline-block;padding:8px 15px;background-color:#f7f7f7;word-break:break-word;border-radius:10px;position:relative;display:flex;flex-direction:column;align-items:stretch;gap:3px}@media only screen and (max-width:991.98px){.chat_sc .chat_body .single_message .msg_body{padding:5px 10px}}.chat_sc .chat_body .single_message .msg_body p{font-size:16px;font-weight:500;line-height:1.4;color:#070722;margin-bottom:0}@media only screen and (max-width:991.98px){.chat_sc .chat_body .single_message .msg_body p{font-size:14px}}.chat_sc .chat_body .single_message .msg_body .time{font-size:12px;font-weight:500;color:#727272;display:inline-flex;align-items:center;align-self:flex-end;gap:4px}.chat_sc .chat_body .single_message.sended{margin-left:auto}.chat_sc .chat_body .single_message.sended .msg_body{background-color:navy}.chat_sc .chat_body .single_message.sended .msg_body .time,.chat_sc .chat_body .single_message.sended .msg_body p{color:#fff}.chat_sc .chat_body .single_message.recieved{padding-left:40px;position:relative}.chat_sc .chat_foot{display:flex;align-items:center;padding:20px 30px;gap:20px}@media only screen and (max-width:991.98px){.chat_sc .chat_foot{padding-inline:10px;gap:12px}}.chat_sc .chat_foot .control_group{margin-bottom:0;width:100%}.chat_sc .chat_foot .control_group input{background-color:hsla(0,0%,96%,.4);border-color:hsla(0,0%,41%,.2)}.chat_sc .chat_foot .control_group input:focus{border-color:purple}.chat_sc .chat_foot .MuiIconButton-root{padding:0;min-width:1px;min-height:50px;background-color:transparent;border-radius:0;border:none}.chat_sc .chat_foot .MuiIconButton-root.more_btn{width:50px;min-width:50px;background-color:purple;display:inline-flex;align-items:center;justify-content:center;transition:all .3s ease-in-out 0s;border-radius:50%}@media only screen and (max-width:575.98px){.chat_sc .chat_foot .MuiIconButton-root.more_btn{width:32px;min-width:32px;min-height:32px}}.chat_sc .chat_foot .MuiIconButton-root.more_btn svg{color:#fff;font-size:30px}.chat_sc .chat_foot .MuiIconButton-root.more_btn:hover{background-color:navy}.subscriptions_grid.gap_m{--gap_x:25px;--gap_y:25px}.subscriptions_grid.gap_m>.lt{width:calc(40% - var(--gap_x))}@media only screen and (max-width:991.98px){.subscriptions_grid.gap_m>.lt{width:calc(100% - var(--gap_x))}}.subscriptions_grid.gap_m>.lt .MuiRadioGroup-root{gap:15px}.subscriptions_grid.gap_m>.lt .MuiFormControlLabel-root{gap:10px;align-items:flex-start;flex-direction:row-reverse;background-color:#fff;padding:22px 20px;border-radius:15px;border:1px solid #fff;transition:all .3s ease-in-out 0s;position:relative;overflow:hidden}@media only screen and (max-width:767.98px){.subscriptions_grid.gap_m>.lt .MuiFormControlLabel-root{gap:6px;padding:10px;border-radius:10px}}.subscriptions_grid.gap_m>.lt .MuiFormControlLabel-root .MuiRadio-root{border:1px solid #d1d1d1;width:22px;height:22px;min-width:22px;top:10px}.subscriptions_grid.gap_m>.lt .MuiFormControlLabel-root .MuiRadio-root .MuiSvgIcon-root{font-size:28px}.subscriptions_grid.gap_m>.lt .MuiFormControlLabel-root .MuiRadio-root.Mui-checked{color:purple}.subscriptions_grid.gap_m>.lt .MuiFormControlLabel-root .MuiTypography-root{width:100%}.subscriptions_grid.gap_m>.lt .MuiFormControlLabel-root .MuiTypography-root p{display:flex;flex-direction:column;align-items:stretch;line-height:1.2;margin-bottom:0;gap:5px}@media only screen and (max-width:767.98px){.subscriptions_grid.gap_m>.lt .MuiFormControlLabel-root .MuiTypography-root p{gap:0}}.subscriptions_grid.gap_m>.lt .MuiFormControlLabel-root .MuiTypography-root p strong{font-size:22px;color:#070722}@media only screen and (max-width:1199.98px){.subscriptions_grid.gap_m>.lt .MuiFormControlLabel-root .MuiTypography-root p strong{font-size:18px}}@media only screen and (max-width:767.98px){.subscriptions_grid.gap_m>.lt .MuiFormControlLabel-root .MuiTypography-root p strong{font-size:16px}}.subscriptions_grid.gap_m>.lt .MuiFormControlLabel-root .MuiTypography-root p span{font-size:16px;color:rgba(7,7,34,.6)}@media only screen and (max-width:1199.98px){.subscriptions_grid.gap_m>.lt .MuiFormControlLabel-root .MuiTypography-root p span{font-size:14px}}.subscriptions_grid.gap_m>.lt .MuiFormControlLabel-root .MuiTypography-root p span.price{font-size:14px;margin-top:15px}@media only screen and (max-width:767.98px){.subscriptions_grid.gap_m>.lt .MuiFormControlLabel-root .MuiTypography-root p span.price{font-size:13px;margin-top:8px}}.subscriptions_grid.gap_m>.lt .MuiFormControlLabel-root .MuiTypography-root p span.price ins{font-size:18px;font-weight:700;color:#070722;text-decoration:none}@media only screen and (max-width:1199.98px){.subscriptions_grid.gap_m>.lt .MuiFormControlLabel-root .MuiTypography-root p span.price ins{font-size:16px}}.subscriptions_grid.gap_m>.lt .MuiFormControlLabel-root .MuiTypography-root .s_tag{right:0;bottom:0;position:absolute;margin:0;font-size:16px;font-weight:600;color:purple;background-color:#ead6ff;min-height:35px;padding:5px 20px;border-radius:10px 0 0 0;text-transform:capitalize}@media only screen and (max-width:575.98px){.subscriptions_grid.gap_m>.lt .MuiFormControlLabel-root .MuiTypography-root .s_tag{font-size:12px;padding-inline:12px}}.subscriptions_grid.gap_m>.lt .MuiFormControlLabel-root:has(.Mui-checked){border-color:purple}.subscriptions_grid.gap_m>.rt{width:calc(60% - var(--gap_x))}@media only screen and (max-width:991.98px){.subscriptions_grid.gap_m>.rt{width:calc(100% - var(--gap_x))}}.subscriptions_grid.gap_m>.rt .white_card{padding:25px;background-color:#fff;border-radius:15px}@media only screen and (max-width:991.98px){.subscriptions_grid.gap_m>.rt .white_card{padding:20px}}@media only screen and (max-width:767.98px){.subscriptions_grid.gap_m>.rt .white_card{padding:16px 10px;border-radius:10px}}.subscriptions_grid.gap_m>.rt .white_card .whiteCard_head{display:flex;justify-content:space-between}.subscriptions_grid.gap_m>.rt .white_card .whiteCard_head .price{text-align:right}.subscriptions_grid.gap_m>.rt .white_card .whiteCard_head .price span{font-size:16px;font-weight:500;color:#5d5d5d}@media only screen and (max-width:767.98px){.subscriptions_grid.gap_m>.rt .white_card .whiteCard_head .price span{font-size:14px}}.subscriptions_grid.gap_m>.rt .white_card .whiteCard_head .price ins{color:#0b807f;text-decoration:none;display:block;font-size:18px;font-weight:700}@media only screen and (max-width:1199.98px){.subscriptions_grid.gap_m>.rt .white_card .whiteCard_head .price ins{font-size:16px}}@media only screen and (max-width:767.98px){.subscriptions_grid.gap_m>.rt .white_card .whiteCard_head .price ins{font-size:14px}}.subscriptions_grid.gap_m>.rt .white_card:not(:last-child){margin-bottom:25px}.subscriptions_grid.gap_m>.rt .white_card h2{font-size:22px}@media only screen and (max-width:1199.98px){.subscriptions_grid.gap_m>.rt .white_card h2{font-size:18px}}@media only screen and (max-width:767.98px){.subscriptions_grid.gap_m>.rt .white_card h2{font-size:16px}}.subscriptions_grid.gap_m>.rt .white_card .benifits_ul li{display:flex;align-items:center;line-height:1.2;font-size:14px;gap:8px}@media only screen and (max-width:767.98px){.subscriptions_grid.gap_m>.rt .white_card .benifits_ul li{font-size:13px;gap:6px}}.subscriptions_grid.gap_m>.rt .white_card .benifits_ul li:not(:last-child){margin-bottom:10px}@media only screen and (max-width:767.98px){.subscriptions_grid.gap_m>.rt .white_card .benifits_ul li:not(:last-child){margin-bottom:6px}}.subscriptions_grid.gap_m>.rt .white_card .benifits_ul li figure{width:24px;height:24px;min-width:24px;border-radius:50%;background-color:#0b807f;background-size:15px;background-position:50%;background-repeat:no-repeat;display:inline-flex;align-items:center;justify-content:center}@media only screen and (max-width:767.98px){.subscriptions_grid.gap_m>.rt .white_card .benifits_ul li figure{width:18px;height:18px;min-width:18px}}.subscriptions_grid.gap_m>.rt .white_card .benifits_ul li figure:has(svg){background-color:#d92d20}.subscriptions_grid.gap_m>.rt .white_card .benifits_ul li figure svg{width:16px;height:16px;font-size:16px;color:#fff}@media only screen and (max-width:767.98px){.subscriptions_grid.gap_m>.rt .white_card .benifits_ul li figure svg{width:13px;height:13px;font-size:13px}}.subscriptions_grid.gap_m>.rt .white_card .btn_flex .MuiButton-root{min-width:160px;font-size:14px;text-transform:none;gap:8px}@media only screen and (max-width:575.98px){.subscriptions_grid.gap_m>.rt .white_card .btn_flex .MuiButton-root{padding-inline:15px;min-width:1px}}.subscriptions_grid.gap_m>.rt .white_card .btn_flex .MuiButton-root.MuiButton-outlinedInfo{color:rgba(7,7,34,.8);border-color:rgba(7,7,34,.149);background-color:#fff}.subscriptions_grid.gap_m>.rt .white_card .btn_flex .MuiButton-root.MuiButton-outlinedInfo:hover{color:purple;border-color:purple}.subscriptions_grid.gap_m>.rt .white_card .btn_flex .MuiButton-root.MuiButton-outlinedInfo img{filter:none}.subscriptions_grid.gap_m>.rt .white_card .or{color:rgba(7,7,34,.5);display:flex;align-items:center;white-space:nowrap;line-height:1.2;font-weight:500;margin-block:22px;font-size:15px;gap:12px}.subscriptions_grid.gap_m>.rt .white_card .or:after,.subscriptions_grid.gap_m>.rt .white_card .or:before{content:"";width:100%;height:1px;background-color:rgba(7,7,34,.051);display:inline-flex;position:relative;top:2px}.subscriptions_grid.gap_m>.rt>.btn_flex{flex-direction:column;align-items:flex-start;gap:0}.subscriptions_grid.gap_m>.rt>.btn_flex .control_group{margin-bottom:24px}.subscriptions_grid.gap_m>.rt>.btn_flex .control_group a{color:navy;text-decoration:underline}.subscriptions_grid.gap_m>.rt>.btn_flex p{font-size:16px;line-height:1.2}.subscriptions_grid.gap_m>.rt>.btn_flex p span{font-weight:700}.subscriptions_grid.gap_m>.rt>.btn_flex .MuiButton-root{min-width:200px}.preffered_sc h3{font-size:18px}@media only screen and (max-width:575.98px){.preffered_sc h3{font-size:16px}}.preffered_sc .MuiButton-root.card_btn{font-size:16px;background:rgba(128,0,128,.031);background:url("data:image/svg+xml,%3csvg width='100%' height='100%' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%' height='100%' fill='none' rx='15' ry='15' stroke='%23800080' stroke-width='2.5' stroke-dasharray='4%2c 6' stroke-dashoffset='0' stroke-linecap='round'/%3e%3c/svg%3e");border-radius:14px;color:purple;border:none;width:100%}@media only screen and (max-width:575.98px){.preffered_sc .MuiButton-root.card_btn{font-size:14px;border-radius:10px;background:url("data:image/svg+xml,%3csvg width='100%' height='100%' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%' height='100%' fill='none' rx='10' ry='10' stroke='%23800080' stroke-width='2.5' stroke-dasharray='4%2c 6' stroke-dashoffset='0' stroke-linecap='round'/%3e%3c/svg%3e")}}.preffered_sc.mt_30{margin-top:30px}.pay_card{width:100%;margin-bottom:20px!important}.pay_card label.MuiFormControlLabel-root{flex-direction:row-reverse;width:100%}.pay_card label.MuiFormControlLabel-root:not(:last-child){border-bottom:1px solid rgba(7,7,34,.051);padding-bottom:14px!important;margin-bottom:14px!important}.pay_card label.MuiFormControlLabel-root .MuiRadio-root{width:26px;height:26px;min-width:26px;border-color:rgba(0,0,0,.2)}.pay_card label.MuiFormControlLabel-root .MuiRadio-root.Mui-checked{border-color:navy;background-color:navy;background-image:url('data:image/svg+xml,<svg width="13" height="10" viewBox="0 0 13 10" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0.882633 5.39591L3.79857 8.6436L11.4222 1.20555" stroke="white" stroke-width="1.30157" stroke-linecap="round" stroke-linejoin="round"/></svg>');background-position:50%;background-repeat:no-repeat;background-size:14px}.pay_card label.MuiFormControlLabel-root .MuiRadio-root .MuiSvgIcon-root{display:none!important}.pay_card .MuiTypography-root.MuiTypography-body1{flex:1 1;margin-right:auto}.pay_card .MuiTypography-root.MuiTypography-body1 .card_bx{display:flex;align-items:center;gap:10px}.pay_card .MuiTypography-root.MuiTypography-body1 .card_bx figure{width:36px;height:36px}.pay_card .MuiTypography-root.MuiTypography-body1 .card_bx figure img{width:100%;height:100%;object-fit:scale-down}.pay_card .MuiTypography-root.MuiTypography-body1 .card_bx h4{font-size:14px;font-weight:600;margin:0}.pay_card .MuiTypography-root.MuiTypography-body1 .card_bx p{font-size:11px;color:rgba(7,7,34,.6)}.createJob_page .form{max-width:700px;margin-inline:auto;min-height:calc(100vh - 490px);display:flex;flex-direction:column}.createJob_page .form .gap_p{--gap_x:15px;--gap_y:15px}.createJob_page .form div[role=tabpanel]{flex:1 1}.createJob_page .form div[role=tabpanel]:not(:empty){display:flex;flex-direction:column;align-items:stretch}.createJob_page .form div[role=tabpanel]>.control_group{margin-bottom:30px}.createJob_page .form div[role=tabpanel]>.control_group:has(+.btn_flex){margin-bottom:35px}.createJob_page .form div[role=tabpanel]>.control_group label{font-size:18px;margin-bottom:10px}@media only screen and (max-width:1199.98px){.createJob_page .form div[role=tabpanel]>.control_group label{font-size:16px;margin-bottom:8px}}@media only screen and (max-width:767.98px){.createJob_page .form div[role=tabpanel]>.control_group label{font-size:14px;margin-bottom:5px}}@media only screen and (max-width:575.98px){.createJob_page .form div[role=tabpanel]>.control_group label{font-size:13px}}.createJob_page .form .MuiFormGroup-root{gap:12px;padding-top:5px}.createJob_page .form .MuiFormGroup-root label{gap:10px}.createJob_page .form .MuiFormGroup-root label .MuiTypography-root{font-size:15px;font-weight:500;line-height:1.2;color:rgba(7,7,34,.7);display:flex}.createJob_page .form .text_btn{font-size:16px;text-decoration:none!important}.createJob_page .form .btn_flex{border-top:1px solid rgba(7,7,34,.078);padding-top:35px}@media only screen and (max-width:767.98px){.createJob_page .form .btn_flex{padding-top:24px;gap:10px;flex-wrap:wrap}.createJob_page .form .btn_flex button.MuiButton-root{min-height:40px;font-size:13px}.createJob_page .form .btn_flex button.MuiButton-root:nth-last-child(2){order:2;width:100%}}@media only screen and (max-width:575.98px){.createJob_page .form .btn_flex{flex-wrap:wrap}.createJob_page .form .btn_flex .MuiButton-root:nth-child(3){width:100%}}.createJob_page .form .btn_flex .mr_auto{margin-right:auto}.createJob_page .form .btn_flex button.MuiButton-root.MuiButton-outlinedInfo:not(:hover){opacity:.8}.createJob_page .job_review_ul{width:100%;margin-inline:auto;margin-bottom:40px}@media only screen and (max-width:575.98px){.createJob_page .job_review_ul{margin-bottom:30px;overflow:auto}}.createJob_page .job_review_ul>li{display:flex;align-items:flex-start;color:rgba(7,7,34,.6);font-size:16px;gap:15px}@media only screen and (max-width:575.98px){.createJob_page .job_review_ul>li{font-size:14px}}.createJob_page .job_review_ul>li:not(:last-child){margin-bottom:20px}@media only screen and (max-width:575.98px){.createJob_page .job_review_ul>li:not(:last-child){margin-bottom:14px}}.createJob_page .job_review_ul>li strong{width:190px;min-width:190px;color:#070722;font-weight:500}.createJob_page .job_review_ul>li span{flex:1 1;padding-right:30px}@media only screen and (max-width:575.98px){.createJob_page .job_review_ul>li span{padding-right:18px;min-width:300px}}.createJob_page .job_review_ul>li span ol{padding-left:15px}.createJob_page .job_review_ul>li span ol li{color:rgba(7,7,34,.6);font-size:16px}.createJob_page .job_review_ul>li span ol li:not(:last-child){margin-bottom:10px}.createJob_page .job_review_ul>li .MuiIconButton-root{padding:0;margin-left:auto;min-height:24px;border:none}.jobDetail_page .white_box{max-width:840px;margin-inline:auto;background-color:#fff;border-radius:20px}.jobDetail_page .white_box.full{max-width:100%}.jobDetail_page .white_box:not(:last-child){margin-bottom:20px}.jobDetail_page .white_box .white_box_body{padding:28px}@media only screen and (max-width:767.98px){.jobDetail_page .white_box .white_box_body{padding:20px 16px}}.jobDetail_page .white_box .white_box_head{padding:16px 28px 18px;border-bottom:1px solid #ebebeb}.jobDetail_page .white_box .white_box_head+.white_box_body{padding:20px 28px}@media only screen and (max-width:767.98px){.jobDetail_page .white_box .white_box_head+.white_box_body{padding:20px 16px}}.jobDetail_page .top_detail_box{position:relative}.jobDetail_page .top_detail_box .btn_flex{top:24px;right:24px;position:absolute;gap:8px}.jobDetail_page .top_detail_box .btn_flex .float_btn{width:38px;height:38px;background-color:purple;transition:all .3s ease-in-out 0s;display:inline-flex;align-items:center;justify-content:center;border-radius:50%;padding:0}.jobDetail_page .top_detail_box .btn_flex .float_btn svg{color:#fff}.jobDetail_page .top_detail_box .btn_flex .float_btn img{filter:brightness(0) invert(1)}.jobDetail_page .top_detail_box .btn_flex .float_btn:hover{background-color:navy}.jobDetail_page .top_detail_box .job_id{color:rgba(7,7,34,.6);font-size:16px;display:block;margin-bottom:10px}.jobDetail_page .top_detail_box h1{margin-bottom:10px}.jobDetail_page .top_detail_box p{font-size:16px;color:rgba(7,7,34,.6)}.jobDetail_page .top_detail_box .stats_boxes li:nth-child(odd){background-color:rgba(128,0,128,.05);border:1px solid rgba(128,0,128,.3)}.jobDetail_page .top_detail_box .stats_boxes li:nth-child(odd) strong img{filter:brightness(0) invert(10%) sepia(72%) saturate(5529%) hue-rotate(293deg) brightness(93%) contrast(116%)}.jobDetail_page .top_detail_box .ai_talent li .ai_talent_ftr{gap:6px}.jobDetail_page .top_detail_box .ai_talent li .ai_talent_ftr button.MuiButton-root{padding-inline:15px;font-size:14px}.jobDetail_page .top_detail_box .ai_talent li .ai_talent_ftr .MuiIconButton-root{width:35px;height:35px;min-width:35px}.jobDetail_page .top_detail_box .ai_talent li .ai_talent_ftr a{font-size:14px}.jobDetail_page .question_list li{color:rgba(7,7,34,.8);font-size:16px}.jobDetail_page .question_list li:not(:last-child){margin-bottom:18px}.stats_boxes.gap_m{--gap_x:14px;--gap_y:14px}@media only screen and (max-width:767.98px){.stats_boxes.gap_m{--gap_y:24px}}.stats_boxes li{display:flex;align-items:stretch;flex-direction:column;width:calc(25% - var(--gap_x));background-color:rgba(0,0,128,.05);border:1px solid rgba(0,0,128,.3);border-radius:14px;padding:20px 22px;line-height:1.2;margin-bottom:0;gap:8px}@media only screen and (max-width:991.98px){.stats_boxes li{padding:16px 10px;border-radius:10px}}@media only screen and (max-width:767.98px){.stats_boxes li{width:calc(50% - var(--gap_x))}}.stats_boxes li strong{display:flex;align-items:center;font-size:24px;color:#070722;font-weight:700;gap:7px}.stats_boxes li strong>img{width:23px;height:23px;min-width:23px;object-fit:scale-down;filter:brightness(0) invert(12%) sepia(74%) saturate(5543%) hue-rotate(242deg) brightness(61%) contrast(130%)}.stats_boxes li>span{font-size:14px;color:rgba(7,7,34,.6)}.interviewTable_page .whiteBox{background-color:#fff;border-radius:14px;overflow:hidden}.interviewTable_page .MuiTableContainer-root .MuiTable-root thead tr th{font-size:14px;font-weight:500;padding:15px;text-transform:uppercase}.interviewTable_page .MuiTableContainer-root .MuiTable-root thead tr th:first-child{padding-left:30px}.interviewTable_page .MuiTableContainer-root .MuiTable-root thead tr th:last-child{padding-right:30px}.interviewTable_page .MuiTableContainer-root .MuiTable-root tbody tr{border-top:1px solid #f4f4f4}.interviewTable_page .MuiTableContainer-root .MuiTable-root tbody tr td{font-size:14px;font-weight:500;color:rgba(7,7,34,.6);padding:12px 15px}.interviewTable_page .MuiTableContainer-root .MuiTable-root tbody tr td:first-child{padding-left:30px}.interviewTable_page .MuiTableContainer-root .MuiTable-root tbody tr td:last-child{padding-right:30px}.interviewTable_page .MuiTableContainer-root .MuiTable-root tbody tr td strong.fs_16{font-size:16px;font-weight:600;color:#070722}.interviewTable_page .gap_m{--gap_x:0;gap:0 25px}.interviewTable_page .gap_m .lt{width:calc(100% - 305px)}@media only screen and (max-width:1399.98px){.interviewTable_page .gap_m .lt{width:100%}}.interviewTable_page .gap_m .rt{width:280px;max-height:calc(100vh - 40px);scrollbar-width:none;overflow:auto}@media only screen and (max-width:1399.98px){.interviewTable_page .gap_m .rt{width:100%;max-height:unset}}.interviewTable_page .white_card{padding:18px;background-color:#fff;border-radius:20px}.interviewTable_page .white_card:not(:last-child){margin-bottom:20px}.interviewTable_page .white_card .white_card_head{padding-bottom:15px;border-bottom:1px solid rgba(7,7,34,.071);margin-bottom:15px}.interviewTable_page .white_card .white_card_head h2{font-size:18px;font-weight:600;text-transform:capitalize}.interviewTable_page .ad_card{height:384px;background-color:#e6e6e6;border-radius:20px;display:flex;align-items:center;justify-content:center}@media only screen and (max-width:767.98px){.interviewTable_page .ad_card{height:250px}}.interviewTable_page .ad_card img{width:100%;height:100%;object-fit:contain}.reports_page .stats_boxes.gap_m{--gap_x:18px;--gap_y:18px}@media only screen and (max-width:767.98px){.reports_page .stats_boxes.gap_m{--gap_x:10px;--gap_y:24px}}.reports_page .stats_boxes li{padding:25px 30px;border-radius:22px;gap:12px}@media only screen and (max-width:991.98px){.reports_page .stats_boxes li{padding:16px 10px;border-radius:10px}}.reports_page .stats_boxes li.tab{position:relative}.reports_page .stats_boxes li.tab:before{top:calc(100% - 2px);border-left:20px solid #eaeaf1;z-index:2}.reports_page .stats_boxes li.tab:after,.reports_page .stats_boxes li.tab:before{content:"";left:50%;position:absolute;opacity:0;width:0;height:0;border-top:10px solid transparent;border-bottom:10px solid transparent;transform:translate(-50%) rotate(90deg)}.reports_page .stats_boxes li.tab:after{top:100%;border-left:20px solid rgba(0,0,128,.302);z-index:1}.reports_page .stats_boxes li.tab:nth-child(2n):before{border-left:20px solid #f1eaf1}.reports_page .stats_boxes li.tab:nth-child(2n):after{border-left:20px solid #d0a4d0}.reports_page .stats_boxes li.tab.active:after,.reports_page .stats_boxes li.tab.active:before{opacity:1}.reports_page .stats_boxes li strong{font-size:30px;gap:10px}@media only screen and (max-width:991.98px){.reports_page .stats_boxes li strong{font-size:24px}}.reports_page .stats_boxes li strong figure{width:43px;height:43px;min-width:43px;border-radius:50%;background-color:navy;display:inline-flex;justify-content:center;align-items:center;overflow:hidden}@media only screen and (max-width:991.98px){.reports_page .stats_boxes li strong figure{width:35px;height:35px;min-width:35px}}.reports_page .stats_boxes li strong figure img{filter:brightness(0) invert(1)}.reports_page .stats_boxes li>span{font-size:16px;color:rgba(7,7,34,.7)}@media only screen and (max-width:991.98px){.reports_page .stats_boxes li>span{font-size:14px}}@media only screen and (max-width:767.98px){.reports_page .stats_boxes li>span{font-size:13px}}.reports_page .stats_boxes li:nth-child(2n){background-color:rgba(128,0,128,.05);border:1px solid rgba(128,0,128,.3)}.reports_page .stats_boxes li:nth-child(2n) strong figure{background-color:purple}.reports_page .stats_boxes li.cursor_pointer{cursor:pointer}.reports_page .graph_box{border-radius:25px;background-color:#fff;margin-top:30px;padding:20px}@media only screen and (max-width:767.98px){.reports_page .graph_box{border-radius:14px;padding:16px;scroll-margin-top:80px}}@media only screen and (max-width:575.98px){.reports_page .graph_box{padding:16px 10px}}.reports_page .graph_box .head{display:flex;align-items:center;justify-content:space-between;margin-bottom:20px;gap:15px}@media only screen and (max-width:767.98px){.reports_page .graph_box .head{gap:8px;flex-wrap:wrap;margin-bottom:16px}}.reports_page .graph_box .head h2{margin-bottom:0}.reports_page .graph_box .head ul{display:inline-flex;align-items:center;gap:8px}@media only screen and (max-width:575.98px){.reports_page .graph_box .head ul{gap:4px}}.reports_page .graph_box .head ul li{color:#70707a;font-size:15px;font-weight:600;font-family:Lato;letter-spacing:.3!important;border:1px solid transparent;transition:all .3s ease-in-out 0s;border-radius:8px;min-height:32px;padding:3px 8px;line-height:1.2;margin-bottom:0;display:inline-flex;align-items:center;justify-content:center;cursor:pointer}@media only screen and (max-width:575.98px){.reports_page .graph_box .head ul li{font-size:13px;border-radius:5px}}.reports_page .graph_box .head ul li:hover{color:#031010}.reports_page .graph_box .head ul li.active{color:#031010;border-color:purple}.jobDraft_page .job_card_grid .job_card .job_meta{padding:12px 0 0;background-color:transparent;border-top:1px solid rgba(7,7,34,.102);border-radius:0}.freelance_card_grid.gap_m{--gap_x:18px;--gap_y:18px}@media only screen and (max-width:991.98px){.freelance_card_grid.gap_m{--gap_x:14px;--gap_y:14px}}.freelance_card{padding:22px 20px;width:calc(33.3333333333% - var(--gap_x));background-color:#fff;border-radius:14px;display:flex;flex-direction:column;align-items:stretch;position:relative}@media only screen and (max-width:991.98px){.freelance_card{padding:16px;border-radius:10px}}@media only screen and (max-width:767.98px){.freelance_card{width:calc(50% - var(--gap_x));padding:16px 10px}}@media only screen and (max-width:575.98px){.freelance_card{width:calc(100% - var(--gap_x))}}.freelance_card .anchor_overlay{content:"";inset:0;width:100%;height:100%;position:absolute;cursor:pointer;opacity:0;z-index:1}.freelance_card .freelance_info{display:flex;align-items:center;margin-bottom:20px}@media only screen and (max-width:991.98px){.freelance_card .freelance_info{margin-bottom:10px}}.freelance_card .freelance_info figure{width:58px;height:58px;min-width:58px;border-radius:50%;overflow:hidden}@media only screen and (max-width:991.98px){.freelance_card .freelance_info figure{width:45px;height:45px;min-width:45px}}.freelance_card .freelance_info figure img{width:100%;height:100%;object-fit:cover}.freelance_card .freelance_info figure+.job_details{width:calc(100% - 58px);padding-left:12px}@media only screen and (max-width:991.98px){.freelance_card .freelance_info figure+.job_details{width:calc(100% - 71px)}}.freelance_card .freelance_info .freelance_details{display:flex;align-items:center;justify-content:space-between;width:calc(100% - 58px);padding-left:12px;gap:12px}@media only screen and (max-width:991.98px){.freelance_card .freelance_info .freelance_details{width:calc(100% - 71px)}}.freelance_card .freelance_info .freelance_details p{font-size:14px;color:rgba(7,7,34,.6);display:flex;flex-direction:column;align-items:stretch;margin-bottom:0;line-height:1.4;gap:3px}@media only screen and (max-width:991.98px){.freelance_card .freelance_info .freelance_details p{gap:1px;font-size:13px}}.freelance_card .freelance_info .freelance_details p strong{font-size:18px;font-weight:600;transition:all .3s ease-in-out 0s;color:#070722}@media only screen and (max-width:991.98px){.freelance_card .freelance_info .freelance_details p strong{font-size:16px}}.freelance_card .freelance_info .freelance_details p span,.freelance_card .freelance_info .freelance_details p strong{white-space:normal;display:-webkit-box!important;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden}.freelance_card .freelance_info .freelance_details .s_tag{font-size:13px;font-weight:500;text-transform:capitalize;background-color:rgba(11,128,127,.2);text-align:center;padding:5px 12px;margin-bottom:0;min-height:36px;color:#0b807f;white-space:nowrap;text-overflow:ellipsis;max-width:150px;overflow:hidden;display:block;line-height:26px;min-width:100px}.freelance_card>p{font-size:14px;color:rgba(7,7,34,.6);white-space:normal;display:-webkit-box!important;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;margin-bottom:20px;line-height:1.6}.freelance_card .freelance_action{display:flex;margin-top:auto;position:relative;z-index:2;gap:25px}@media only screen and (max-width:991.98px){.freelance_card .freelance_action{gap:16px}}.freelance_card .freelance_action .MuiButtonBase-root:not(.MuiCheckbox-root){flex:1 1}.freelance_card .freelance_action .MuiButtonBase-root.MuiCheckbox-root{width:50px;height:50px;min-width:50px;border-radius:50%;background-color:#f3f3f3}@media only screen and (max-width:991.98px){.freelance_card .freelance_action .MuiButtonBase-root.MuiCheckbox-root{width:40px;height:40px;min-width:40px}}.freelance_card .freelance_action .MuiButtonBase-root.MuiCheckbox-root img{width:21px}@media only screen and (max-width:991.98px){.freelance_card .freelance_action button.MuiButton-root{padding-inline:8px;font-size:13px;min-height:32px}}.freelance_card:hover .freelance_info .freelance_details p strong{color:purple}.faq_grid.gap_m{--gap_x:35px;align-items:flex-start}.faq_grid .MuiTabs-root{top:105px;position:-webkit-sticky;position:sticky;max-height:calc(100vh - 130px);width:calc(35.5% - var(--gap_x));background-color:#fff;min-height:1px;padding:15px 0;overflow:auto}@media only screen and (max-width:1199.98px){.faq_grid .MuiTabs-root{width:calc(100% - var(--gap_x));position:static}}.faq_grid .MuiTabs-root .MuiTabs-scroller{overflow:visible}.faq_grid .MuiTabs-root .MuiTabs-indicator{display:none}.faq_grid .MuiTabs-root .MuiTabs-vertical{gap:12px}@media only screen and (max-width:767.98px){.faq_grid .MuiTabs-root .MuiTabs-vertical{gap:6px}}.faq_grid .MuiTabs-root .MuiTab-root{width:100%;font-size:16px;font-weight:500;text-transform:none;align-items:flex-start;border-left:3px solid transparent;background-color:#fff;max-width:none;padding:5px 15px;line-height:1.4;text-align:left;border-radius:0;min-height:37px;color:rgba(7,7,34,.7)}@media only screen and (max-width:767.98px){.faq_grid .MuiTabs-root .MuiTab-root{font-size:14px}}.faq_grid .MuiTabs-root .MuiTab-root.Mui-selected{color:#070722;border-left-color:navy}.faq_grid .rt{width:calc(64.5% - var(--gap_x))}@media only screen and (max-width:1199.98px){.faq_grid .rt{width:calc(100% - var(--gap_x));padding-inline:20px}}.faq_grid .rt li,.faq_grid .rt p{font-size:16px;color:rgba(7,7,34,.6)}.faq_grid .rt li:not(:last-child){margin-bottom:10px}.client_grid.gap_m{--gap_x:30px;--gap_y:70px}@media only screen and (max-width:1199.98px){.client_grid.gap_m{--gap_x:24px;--gap_y:24px}}.client_grid figure{width:calc(20% - var(--gap_x));text-align:center}@media only screen and (max-width:991.98px){.client_grid figure{width:calc(33.3333333333% - var(--gap_x))}}@media only screen and (max-width:575.98px){.client_grid figure{width:calc(50% - var(--gap_x))}}.client_grid figure img{max-height:42px}@media only screen and (max-width:1199.98px){.client_grid figure img{max-height:35px}}@media only screen and (max-width:575.98px){.client_grid figure img{max-height:25px}}.filter_form .control_group{margin-bottom:0}.filter_form .control_group:not(:last-child){margin-bottom:30px}@media only screen and (max-width:1199.98px){.filter_form .control_group:not(:last-child){margin-bottom:20px}}@media only screen and (max-width:767.98px){.filter_form .control_group:not(:last-child){margin-bottom:16px}}@media only screen and (max-width:575.98px){.filter_form .control_group:not(:last-child){margin-bottom:14px}}.filter_form .control_group>label{font-size:18px;color:#070722;margin-bottom:10px;font-weight:500}@media only screen and (max-width:767.98px){.filter_form .control_group>label{font-size:16px}}@media only screen and (max-width:575.98px){.filter_form .control_group>label{font-size:14px}}.filter_form .MuiRadioGroup-root{display:flex;flex-wrap:wrap;position:relative;flex-direction:row;gap:10px 15px}.filter_form .MuiRadioGroup-root label{min-height:35px;padding:5px 15px 7px;border-radius:50px;border:1px solid #e0e4ea;transition:all .3s ease-in-out 0s;position:relative}.filter_form .MuiRadioGroup-root label .MuiRadio-root{inset:0;width:100%;height:100%;position:absolute;opacity:0;z-index:1}.filter_form .MuiRadioGroup-root label .MuiTypography-root{font-size:16px;font-weight:400;color:#343942;transition:all .3s ease-in-out 0s;line-height:1.2}.filter_form .MuiRadioGroup-root label:hover{border-color:#070722}.filter_form .MuiRadioGroup-root label:hover .MuiTypography-root{color:#070722}.filter_form .MuiRadioGroup-root label:has(.Mui-checked){background-color:purple;border-color:purple}.filter_form .MuiRadioGroup-root label:has(.Mui-checked) .MuiTypography-root{color:#fff}@media only screen and (max-width:1549.98px){.auth_drawer .drawer_body{padding-bottom:16px!important}}.auth_drawer .drawer_body .text_center{padding-top:20px;margin-bottom:25px}.auth_drawer .drawer_body .text_center h3{margin-bottom:5px}.auth_drawer .drawer_body .text_center p{font-size:14px;max-width:315px;margin-inline:auto}.auth_drawer .form .gap_p{--gap_x:16px;--gap_y:16px}@media only screen and (max-width:575.98px){.auth_drawer .form .gap_p{--gap_x:5px;--gap_y:15px}}.auth_drawer .form .forgot_field{--gap_y:10px;display:flex;align-items:center;justify-content:space-between;gap:15px}@media only screen and (max-width:575.98px){.auth_drawer .form .forgot_field{--gap_y:15px}}.auth_drawer .form .forgot_field .MuiFormControlLabel-root{gap:6px}@media only screen and (max-width:1399.98px){.auth_drawer .form .forgot_field .MuiFormControlLabel-root .MuiCheckbox-root{position:relative;top:1px}}.auth_drawer .form .forgot_field .MuiFormControlLabel-root .MuiTypography-root{font-size:14px;color:rgba(7,7,34,.6);font-weight:500;display:inline-flex}.auth_drawer .form .forgot_field a{font-size:15px;font-weight:500;color:#0b807f;display:inline-flex;line-height:1.2;cursor:pointer}@media only screen and (max-width:1399.98px){.auth_drawer .form .forgot_field a{font-size:14px}}.auth_drawer .form .forgot_field a:hover{text-decoration:underline}.auth_drawer .form .captcha_card{max-width:100%}.auth_drawer .form .btn_flex{margin-top:22px;flex-direction:column;align-items:stretch;gap:30px}@media only screen and (max-width:1549.98px){.auth_drawer .form .btn_flex{margin-top:16px}}.auth_drawer .form .btn_flex button.MuiButton-root{width:100%}.auth_drawer .form .MuiTabs-root{min-height:1px;margin-top:30px}@media only screen and (max-width:1549.98px){.auth_drawer .form .MuiTabs-root{margin-top:16px}}.auth_drawer .form .MuiTabs-root .MuiTabs-indicator{display:none}.auth_drawer .form .MuiTabs-root .MuiTabs-list{flex-direction:column-reverse;gap:15px}@media only screen and (max-width:1549.98px){.auth_drawer .form .MuiTabs-root .MuiTabs-list{gap:6px}}.auth_drawer .form .MuiTabs-root .MuiTab-root{padding:0;width:100%;font-size:16px;font-weight:400;color:purple;display:inline-flex;text-transform:capitalize;line-height:1.2;max-width:100%;cursor:pointer;min-height:1px}@media only screen and (max-width:1399.98px){.auth_drawer .form .MuiTabs-root .MuiTab-root{font-size:15px}}.auth_drawer .form .MuiTabs-root .MuiTab-root:hover{text-decoration:underline}.auth_drawer .form .MuiTabs-root .MuiTab-root.Mui-selected{display:none}.auth_drawer .or_box p{font-size:16px}@media only screen and (max-width:1399.98px){.auth_drawer .or_box p{font-size:14px}}.auth_drawer .or_box p.or{color:#070722;display:flex;align-items:center;white-space:nowrap;line-height:1.2;font-weight:700;margin-bottom:25px;margin-top:25px;opacity:.2;gap:6px}@media only screen and (max-width:1549.98px){.auth_drawer .or_box p.or{margin-bottom:14px;margin-top:14px}}.auth_drawer .or_box p.or:after,.auth_drawer .or_box p.or:before{content:"";width:100%;height:1px;background-color:#070722;display:inline-flex;position:relative;top:2px}.auth_drawer .or_box p:not(.or){text-align:center;color:#070722;margin-top:30px}@media only screen and (max-width:1399.98px){.auth_drawer .or_box p:not(.or){margin-top:20px}}.auth_drawer .or_box p:not(.or) a{color:purple;text-decoration:underline;text-underline-offset:3px;cursor:pointer}.auth_drawer .or_box p:not(.or) a:hover{text-decoration:none}.auth_drawer .or_box p.text_light{color:rgba(7,7,34,.6)}.auth_drawer .or_box .btn_flex{gap:12px;flex-wrap:wrap}@media only screen and (max-width:1549.98px){.auth_drawer .or_box .btn_flex{gap:8px}.auth_drawer .or_box .btn_flex button{min-height:42px}}.auth_drawer .or_box button.MuiButton-root{width:calc(50% - 6px);padding-inline:20px;gap:5px}.auth_drawer .or_box button.MuiButton-root.MuiButton-outlinedInfo:not(:hover){border-color:rgba(7,7,34,.302)}.auth_drawer .or_box button.MuiButton-root img{filter:none}.auth_drawer .resend{font-size:16px;font-weight:400;color:rgba(7,7,34,.5);display:flex;align-items:center;line-height:1.2;cursor:pointer;text-align:center;justify-content:space-between;margin-top:15px}@media only screen and (max-width:1399.98px){.auth_drawer .resend{font-size:15px}}@media only screen and (max-width:1199.98px){.auth_drawer .resend{font-size:14px}}.auth_drawer .resend strong{color:#070722;font-weight:500}.auth_drawer .resend strong:hover{text-decoration:underline}.profile_drawer .profile_box{padding:15px;background-color:#f3f3f3;border-radius:20px;display:flex;align-items:center;margin-bottom:30px;position:relative}.profile_drawer .profile_box.v2>figure{width:80px;height:80px;min-width:80px;padding:5px;border:3px solid purple;border-radius:80px;overflow:hidden}.profile_drawer .profile_box.v2>figure img{border-radius:80px}.profile_drawer .profile_box>figure{width:84px;height:87px;min-width:84px;border-radius:14px;overflow:hidden}.profile_drawer .profile_box>figure img{width:100%;height:100%;object-fit:cover}.profile_drawer .profile_box .info{width:calc(100% - 84px);padding-left:12px}.profile_drawer .profile_box .info h2{font-size:18px;font-weight:600;margin-bottom:8px;padding-right:110px}.profile_drawer .profile_box .info p{font-size:14px;color:rgba(7,7,34,.6);line-height:1.2}.profile_drawer .profile_box .info p:not(:last-child){margin-bottom:8px}.profile_drawer .profile_box .info .text_btn{top:15px;right:15px;position:absolute;font-size:14px;font-weight:500;color:purple;display:inline-flex;align-items:center}.profile_drawer .profile_box .info .text_btn:hover{color:navy}.profile_drawer .profile_box .info .text_btn img{position:relative;top:1px}.profile_drawer .profile_score{margin-bottom:32px}.profile_drawer .profile_score h2{display:flex;align-items:center;justify-content:space-between;font-size:18px;font-weight:600;margin-bottom:12px;gap:15px}.profile_drawer .profile_score h2 span{color:navy;font-size:12px}.profile_drawer .profile_score h2 span strong{font-size:18px}.profile_drawer .profile_score .MuiLinearProgress-root{height:8px;border-radius:10px}.profile_menu li:not(:last-child){margin-bottom:15px}.profile_menu li .menu_heading{font-size:18px;font-weight:500;color:#000;display:flex;align-items:center;transition:all .3s ease-in-out 0s;position:relative;cursor:pointer;padding:10px 5px}.profile_menu li .menu_heading:hover{color:purple}.profile_menu li .menu_heading.has-dropdown:before{content:"";position:absolute;background-image:url(/_next/static/media/arrow_down.c14dc840.svg);width:20px;height:20px;right:10px;top:50%;transform:translateY(-50%);transition:all .3s ease-in-out 0s;background-size:cover}.profile_menu li:has(.submenu) .menu_heading{color:purple}.profile_menu li:has(.submenu) .menu_heading.has-dropdown:before{background-image:url(/_next/static/media/arrow_up.00c3fee2.svg);transition:all .3s ease-in-out 0s}.profile_menu li a{display:flex;align-items:center;font-size:16px;font-weight:500;color:#070722;text-transform:capitalize;cursor:pointer;gap:10px}.profile_menu li a img{top:1px;position:relative;filter:brightness(0);max-width:20px;margin:0}.profile_menu li a:hover{color:purple}.profile_menu li a:hover img{filter:brightness(0) invert(10%) sepia(72%) saturate(5529%) hue-rotate(293deg) brightness(93%) contrast(116%)}.filter_drawer .drawer_head .text_btn{font-size:13px;font-weight:600;color:#070722;text-transform:uppercase;letter-spacing:.5px!important}.filter_drawer .drawer_head .text_btn:hover{color:#d92d20}.bookSession_drawer .MuiPaper-root{max-width:575px}.bookSession_drawer .MuiPaper-root .drawer_head{padding-inline:30px}@media only screen and (max-width:575.98px){.bookSession_drawer .MuiPaper-root .drawer_head{padding-inline:16px}}.bookSession_drawer .MuiPaper-root .drawer_body{padding:5px 30px 40px}@media only screen and (max-width:575.98px){.bookSession_drawer .MuiPaper-root .drawer_body{padding:5px 16px 30px}}.bookSession_drawer .MuiPaper-root .drawer_close{right:575px}.bookSession_drawer .form>.control_group{margin-bottom:24px}.bookSession_drawer .form>.control_group label{font-size:18px;margin-bottom:10px}.bookSession_drawer .form>.control_group label+p{font-size:14px;color:rgba(7,7,34,.6)}.bookSession_drawer .form>.control_group .gap_p{--gap_x:12px;--gap_y:12px}.bookSession_drawer .form>.control_group .limit{text-align:right;font-size:14px;color:rgba(7,7,34,.5);margin-top:5px}.bookSession_drawer .form .btn_flex{margin-top:35px}.bookSession_drawer .form .btn_flex button.MuiButton-root{width:100%}.jobApply_drawer .MuiPaper-root{max-width:515px}.jobApply_drawer .MuiPaper-root .drawer_head{padding-inline:30px}.jobApply_drawer .MuiPaper-root .drawer_body{flex:1 1;padding:0 30px 30px;display:flex;flex-direction:column;align-items:stretch}@media only screen and (max-width:575.98px){.jobApply_drawer .MuiPaper-root .drawer_body{padding:0 16px 30px}}.jobApply_drawer .MuiPaper-root .drawer_body div[role=tabpanel]:not(:empty){width:100%;height:100%;display:flex;flex-direction:column;align-items:stretch}.jobApply_drawer .MuiPaper-root .drawer_close{right:510px}.jobApply_drawer.v2 .MuiPaper-root{max-width:460px}.jobApply_drawer.v2 .MuiPaper-root .drawer_close{right:460px}.jobApply_drawer .profile_progress{margin-inline:-30px;width:calc(100% + 60px);background-color:#fff;padding:0 30px 25px;position:-webkit-sticky;position:sticky;z-index:9;top:85px;left:0}@media only screen and (max-width:575.98px){.jobApply_drawer .profile_progress{padding:0 16px 25px;margin-inline:-16px;top:60px;width:calc(100% + 32px)}}.jobApply_drawer .profile_progress p{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:10px;line-height:1.2}.jobApply_drawer .profile_progress p>strong{color:#070722;font-weight:500}.jobApply_drawer .profile_progress p span{font-size:12px;color:rgba(7,7,34,.6)}.jobApply_drawer .profile_progress p span strong{font-size:20px;color:#070722;font-weight:500}.jobApply_drawer .profile_progress .MuiLinearProgress-root{height:6px;border-radius:10px}.jobApply_drawer .form>.control_group:not(:last-child){margin-bottom:24px}.jobApply_drawer .form>.control_group .gap_p{--gap_x:10px;--gap_y:10px}.jobApply_drawer .form>.control_group label{font-size:18px;margin-bottom:10px}.jobApply_drawer .form>.control_group label:last-child{margin-bottom:0}.jobApply_drawer .form>.control_group label.small{font-size:16px}.jobApply_drawer .form>.control_group label.x_small{font-size:14px;padding-left:20px}.jobApply_drawer .form>.control_group .label_flx{display:flex;align-items:flex-end;margin-bottom:10px;gap:5px}.jobApply_drawer .form>.control_group .label_flx h3,.jobApply_drawer .form>.control_group .label_flx label{margin-bottom:0}.jobApply_drawer .form>.control_group .label_flx span{display:inline-flex}.jobApply_drawer .form>.control_group .text_btn{font-size:16px}.jobApply_drawer .form .MuiFormControlLabel-root{align-items:center}.jobApply_drawer .form .MuiFormControlLabel-root .MuiTypography-root{font-size:16px;color:#070722;line-height:1.25}.jobApply_drawer .form .MuiRadioGroup-root{flex-direction:row;padding-top:5px;gap:14px 50px}.jobApply_drawer .form .MuiRadioGroup-root .MuiFormControlLabel-root .MuiTypography-root{font-size:14px;color:rgba(7,7,34,.5)}.jobApply_drawer .form .MuiRadioGroup-root .MuiFormControlLabel-root:has(.Mui-checked) .MuiTypography-root{color:#070722}.jobApply_drawer .form .MuiFormGroup-root{gap:10px;padding-top:5px}.jobApply_drawer .form .MuiFormGroup-root .MuiFormControlLabel-root .MuiTypography-root{color:rgba(7,7,34,.5)}.jobApply_drawer .form .MuiFormGroup-root .MuiFormControlLabel-root:has(.Mui-checked) .MuiTypography-root{color:#070722}.jobApply_drawer .form .chips_wrap li{padding:5px 10px 7px 15px;gap:5px}.jobApply_drawer .form .upload_cv{position:relative}.jobApply_drawer .form .upload_cv:has(.addIcon_btn){margin-right:55px}.jobApply_drawer .form .upload_cv.v3{padding:12px 20px}.jobApply_drawer .form .upload_cv.v3 .cv_cnt_wrp{gap:8px}.jobApply_drawer .form .upload_cv.v3 .cv_cnt_wrp .cv_cnt p{font-size:16px}.jobApply_drawer .form .upload_cv .addIcon_btn{width:50px;height:50px;min-width:50px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;border:1px solid rgba(7,7,34,.15);transition:all .3s ease-in-out 0s;position:absolute;left:calc(100% + 5px);top:0}.jobApply_drawer .form .upload_cv .addIcon_btn svg{color:purple;transition:all .3s ease-in-out 0s;font-size:28px}.jobApply_drawer .form .upload_cv .addIcon_btn:hover{background-color:purple}.jobApply_drawer .form .upload_cv .addIcon_btn:hover svg{color:#fff}.jobApply_drawer .btn_flex{padding:30px;width:calc(100% + 60px);margin:auto 0 -30px -30px;background-color:#fff;position:-webkit-sticky;position:sticky;z-index:9;bottom:0;left:0}@media only screen and (max-width:575.98px){.jobApply_drawer .btn_flex{width:calc(100% + 32px);margin:auto 0 -16px -30px}}.jobApply_drawer .btn_flex button.MuiButton-root{width:100%}.jobApply_drawer.editProfile_drawer .MuiPaper-root{max-width:460px}.jobApply_drawer.editProfile_drawer .MuiPaper-root .drawer_close{right:460px}.jobApply_drawer .upload_cv .cv_cnt_wrp{width:100%}.jobApply_drawer .upload_cv .cv_cnt_wrp figure{width:44px;height:44px;min-width:44px}.jobApply_drawer .upload_cv .cv_cnt_wrp h3{font-size:16px}.jobApply_drawer .upload_cv .cv_cnt_wrp p{font-size:12px;font-weight:500}.jobApply_drawer .MuiFormControl-root.resume_list{background:rgba(128,0,128,.051);border-radius:14px;padding:18px}.jobApply_drawer .MuiFormControl-root.resume_list .MuiFormGroup-root{width:100%;flex-direction:column;padding:0;gap:0}.jobApply_drawer .MuiFormControl-root.resume_list .MuiFormGroup-root label.MuiFormControlLabel-root{flex-direction:row-reverse}.jobApply_drawer .MuiFormControl-root.resume_list .MuiFormGroup-root label.MuiFormControlLabel-root span.MuiTypography-root.MuiTypography-body1{flex:1 1}.jobApply_drawer .MuiFormControl-root.resume_list .MuiFormGroup-root label.MuiFormControlLabel-root span.MuiTypography-root.MuiTypography-body1 strong{font-size:16px;font-weight:600;color:#070722;display:block;margin-bottom:6px}.jobApply_drawer .MuiFormControl-root.resume_list .MuiFormGroup-root label.MuiFormControlLabel-root span.MuiTypography-root.MuiTypography-body1 br{display:none}.jobApply_drawer .MuiFormControl-root.resume_list .MuiFormGroup-root label.MuiFormControlLabel-root span.MuiTypography-root.MuiTypography-body1 small{font-size:12px;font-weight:500;color:rgba(7,7,34,.6)}.jobApply_drawer .MuiFormControl-root.resume_list .MuiFormGroup-root label.MuiFormControlLabel-root:not(:last-child){margin-bottom:12px!important;padding-bottom:12px;border-bottom:1px solid #e9e3e9}.profileViewed_drawer .MuiPaper-root{max-width:460px}.profileViewed_drawer .viewed_list li{padding:15px;background-color:#f7f7f7;border-radius:15px;display:flex;align-items:center}.profileViewed_drawer .viewed_list li figure{width:63px;height:63px;border-radius:50%;overflow:hidden;display:inline-flex}.profileViewed_drawer .viewed_list li figure img{width:100%;height:100%;object-fit:cover}.profileViewed_drawer .viewed_list li p{display:flex;align-items:stretch;flex-direction:column;width:calc(100% - 63px);padding-left:10px;color:#070722;font-size:20px}.profileViewed_drawer .viewed_list li p span{font-size:14px;color:rgba(7,7,34,.6)}.notification_drawer .drawer_head{border-bottom:1px solid rgba(35,39,44,.06)}.notification_drawer .drawer_head .ml_auto{margin-left:auto!important}.notification_drawer .drawer_head .MuiFormControlLabel-root{flex-direction:row-reverse;gap:8px}.notification_drawer .drawer_head .MuiFormControlLabel-root .MuiSwitch-switchBase:not(.Mui-checked){color:#070722}.notification_drawer .drawer_head .MuiFormControlLabel-root .MuiSwitch-track{background-color:#eee}.notification_drawer .drawer_head .MuiFormControlLabel-root .MuiTypography-root{font-size:12px;color:#070722}.notification_drawer .MuiPaper-root .drawer_body{padding-top:30px}@media only screen and (max-width:991.98px){.notification_drawer .MuiPaper-root .drawer_body{padding:20px 16px}}.notification_drawer .notification_list li{display:flex;align-items:center}.notification_drawer .notification_list li:not(:last-child){margin-bottom:25px}@media only screen and (max-width:991.98px){.notification_drawer .notification_list li:not(:last-child){margin-bottom:18px}}@media only screen and (max-width:767.98px){.notification_drawer .notification_list li:not(:last-child){margin-bottom:14px}}@media only screen and (max-width:575.98px){.notification_drawer .notification_list li:not(:last-child){margin-bottom:12px}}.notification_drawer .notification_list li figure{width:41px;height:41px;border-radius:50%;background-color:rgba(0,117,107,.071);display:inline-flex;align-items:center;justify-content:center;overflow:hidden}@media only screen and (max-width:991.98px){.notification_drawer .notification_list li figure{width:35px;height:35px}}.notification_drawer .notification_list li figure img{max-height:100%}.notification_drawer .notification_list li p{display:flex;align-items:stretch;flex-direction:column;width:calc(100% - 41px);padding-left:10px;line-height:1.3;gap:5px}@media only screen and (max-width:991.98px){.notification_drawer .notification_list li p{width:calc(100% - 35px);padding-left:8px}}.notification_drawer .notification_list li p strong{font-weight:500;color:#000}.notification_drawer .notification_list li p span{font-size:14px;color:rgba(7,7,34,.6)}@media only screen and (max-width:991.98px){.notification_drawer .notification_list li p span{font-size:12px}}.aiPreference_modal .modal-dialog{max-width:800px}.aiPreference_modal .btn-close{position:static}.aiPreference_modal .btn-close svg{font-size:26px;color:#1c1b1f}.aiPreference_modal .modal_title h2{display:flex;align-items:center;gap:10px}.aiPreference_modal .form .control_group>label{font-size:20px;font-weight:700;margin-bottom:16px}.aiPreference_modal .form .control_group .MuiFormControlLabel-root{padding:15px;border:1px solid #edf1f3;box-shadow:0 1px 2px 0 hsla(220,6%,90%,.239);background-color:#fff;margin:0!important;border-radius:12px;gap:10px}.aiPreference_modal .form .control_group .MuiFormControlLabel-root:not(:last-child){margin-bottom:10px!important}.aiPreference_modal .form .control_group .MuiFormControlLabel-root .MuiCheckbox-root{border:1px solid rgba(7,7,34,.698)}.aiPreference_modal .form .control_group .MuiFormControlLabel-root .MuiCheckbox-root.Mui-checked{color:purple;border-color:purple}.aiPreference_modal .form .control_group .MuiFormControlLabel-root .MuiCheckbox-root.Mui-checked+.MuiTypography-root{color:#070722}.aiPreference_modal .form .control_group .MuiFormControlLabel-root .MuiTypography-root{font-size:16px;font-weight:500;color:#6c7278}.success_modal{overflow:hidden}.success_modal:before{content:"";inset:0;width:100%;height:200vh;position:absolute;background-image:url(/_next/static/media/success_confetti.5dd08f8a.svg);background-size:50%;background-position:50%;transform:translateY(-100%);animation:drop_to_bottom 5s ease-in-out;z-index:1}@keyframes drop_to_bottom{0%{transform:translateY(-100%)}to{transform:translateY(100%)}}.success_modal .modal-dialog{max-width:330px;position:relative;z-index:2}.success_modal .btn-close{top:8px;right:8px}.success_modal .btn-close svg{font-size:20px;color:rgba(7,7,34,.6)}.success_modal .modal-body{padding:35px 20px;border-radius:20px}.success_modal .modal-body h2{color:#02031a;font-weight:700;margin-block:14px 10px}.success_modal .modal-body p{font-size:15px;color:rgba(2,3,26,.502);margin-inline:auto;max-width:280px}.detail_modal .modal-dialog{max-width:540px}.detail_modal .modal_title{align-items:center;justify-content:flex-start;gap:15px}.detail_modal .modal_title .s_tag{font-size:12px;min-height:30px;text-transform:capitalize;padding:5px 15px;margin-bottom:0}.detail_modal .modal_title .s_tag.c_primary{color:#fff;background-color:purple}.detail_modal .modal_title .s_tag.completed{color:#fff;background-color:#008053}.detail_modal .upload_cv.uploaded_cv{padding:14px;background:linear-gradient(90deg,#f2eedc,#efe9d4);border-radius:15px;border:none}.detail_modal .upload_cv.uploaded_cv .cv_cnt_wrp figure{width:48px;height:48px;border-radius:15px;background-color:#fff;min-width:48px}.detail_modal .upload_cv.uploaded_cv .cv_cnt_wrp figure img{filter:brightness(0)}.detail_modal .upload_cv.uploaded_cv .cv_cnt_wrp .cv_cnt h3{font-size:16px}.detail_modal .upload_cv.uploaded_cv .cv_cnt_wrp .cv_cnt p{font-size:14px;color:rgba(7,7,34,.5)}.redirect_modal .modal-dialog{max-width:540px}.redirect_modal .btn-close{top:8px;right:8px}.redirect_modal .btn-close svg{font-size:20px;color:rgba(7,7,34,.6)}.redirect_modal .modal-body{padding:35px 45px;border-radius:20px}@media only screen and (max-width:991.98px){.redirect_modal .modal-body{padding:30px}}@media only screen and (max-width:767.98px){.redirect_modal .modal-body{padding:30px 20px;border-radius:14px}}.redirect_modal .modal-body h2{font-size:22px;margin-block:12px 10px}@media only screen and (max-width:767.98px){.redirect_modal .modal-body h2{font-size:18px}}@media only screen and (max-width:575.98px){.redirect_modal .modal-body h2{font-size:16px}}.redirect_modal .modal-body p{color:rgba(7,7,34,.6)}.redirect_modal .modal-body .btn_flex{margin-top:18px;justify-content:center}.interviewScheduled_modal .modal-dialog{max-width:690px}@media only screen and (max-width:575.98px){.interviewScheduled_modal .modal-dialog .btn-close{top:10px}}.interviewScheduled_modal .modal_title{margin-bottom:20px}.interviewScheduled_modal .info_ul{display:block}.interviewScheduled_modal .info_ul li{display:block;font-size:16px;color:rgba(7,7,34,.7)}.interviewScheduled_modal .info_ul li:not(:last-child){margin-bottom:10px}.interviewScheduled_modal .info_ul li strong{font-weight:700;margin-right:5px}.interviewScheduled_modal .upload_cv{margin-bottom:25px}.interviewScheduled_modal .upload_cv.uploaded_cv{border:none;border-left:6px solid #dedede;border-radius:0;background-color:transparent;padding:2px 0 5px 20px;flex-direction:column;align-items:flex-start;margin-top:25px;gap:12px}@media only screen and (max-width:575.98px){.interviewScheduled_modal .upload_cv.uploaded_cv{margin-top:16px;border-left:3px solid #dedede;padding:2px 0 5px 10px;gap:8px}}.interviewScheduled_modal .upload_cv.uploaded_cv>p{font-size:14px;color:#070722;margin-bottom:0}.interviewScheduled_modal .upload_cv.uploaded_cv .cv_cnt_wrp{width:100%}.interviewScheduled_modal .upload_cv.uploaded_cv .cv_cnt_wrp figure{width:50px;height:50px;min-width:50px}@media only screen and (max-width:575.98px){.interviewScheduled_modal .upload_cv.uploaded_cv .cv_cnt_wrp figure{width:35px;height:35px;min-width:35px;padding:3px}}.interviewScheduled_modal .upload_cv.uploaded_cv .cv_cnt_wrp .cv_cnt h3{margin-bottom:3px}@media only screen and (max-width:575.98px){.interviewScheduled_modal .upload_cv.uploaded_cv .cv_cnt_wrp .cv_cnt h3{font-size:15px}}.interviewScheduled_modal .upload_cv.uploaded_cv .cv_cnt_wrp .MuiIconButton-root{width:24px;height:24px;background-color:transparent;display:inline-flex;align-items:center;justify-content:center;margin-left:auto;padding:0}.interviewScheduled_modal .upload_cv.uploaded_cv .cv_cnt_wrp .MuiIconButton-root img{transition:all .3s ease-in-out 0s;filter:brightness(0) invert(10%) sepia(72%) saturate(5529%) hue-rotate(293deg) brightness(93%) contrast(116%)}.interviewScheduled_modal .upload_cv.uploaded_cv .cv_cnt_wrp .MuiIconButton-root:hover img{filter:brightness(0) invert(12%) sepia(74%) saturate(5543%) hue-rotate(242deg) brightness(61%) contrast(130%)}.interviewScheduled_modal .control_group>label{font-weight:700;margin-bottom:15px}.interviewScheduled_modal .control_group .MuiRadioGroup-root{flex-direction:row;gap:12px 35px}.interviewScheduled_modal .control_group .MuiRadioGroup-root label .MuiTypography-root{font-size:14px;font-weight:500;color:rgba(7,7,34,.7)}.interviewScheduled_modal .control_group .MuiRadioGroup-root label:has(.Mui-checked) .MuiTypography-root{color:#070722}.interviewScheduled_modal .modal_footer .btn_flex button.MuiButton-root{min-width:180px;padding-inline:15px}@media only screen and (max-width:575.98px){.interviewScheduled_modal .modal_footer .btn_flex button.MuiButton-root{min-width:100px}}.interviewScheduled_modal .modal_footer .btn_flex button.MuiButton-root.complete_btn{gap:6px}.interviewScheduled_modal .modal_footer .btn_flex button.MuiButton-root.complete_btn:before{content:"";width:15px;height:15px;display:inline-flex;background-image:url(/_next/static/media/check_icon.b5b7ddb9.svg);background-repeat:no-repeat;background-position:50%;transition:all .3s ease-in-out 0s;margin-right:-21px;visibility:hidden;opacity:0}.interviewScheduled_modal .modal_footer .btn_flex button.MuiButton-root.complete_btn.completed{color:#fff;background-color:purple;border-color:purple}.interviewScheduled_modal .modal_footer .btn_flex button.MuiButton-root.complete_btn.completed:before{margin-right:0;visibility:visible;opacity:1}.interviewScheduled_modal .modal_footer .btn_flex button.MuiButton-root.complete_btn.MuiButton-textSecondary.completed{color:#fff;background-color:navy;border-color:navy}.interviewScheduled_modal.v2 .modal-dialog{max-width:610px}.interviewScheduled_modal.v2 .form .gap_p{--gap_x:10px;--gap_y:15px}.interviewScheduled_modal.v2 .modal_footer .btn_flex button.MuiButton-root{padding-inline:30px}.upgrade_modal .modal-dialog{max-width:490px}.upgrade_modal .modal_title{margin-bottom:18px}.upgrade_modal .modal_title h2{line-height:1.3;text-transform:none;font-size:30px}.upgrade_modal .modal-body{background:linear-gradient(148.91deg,#fff 11.09%,#c5cce9 93.23%)}.upgrade_modal .tick_ul li{font-size:14px;display:flex;align-items:center;line-height:1.3;gap:5px}.upgrade_modal .tick_ul li:not(:last-child){margin-bottom:10px}.upgrade_modal .tick_ul li:before{content:"";width:16px;height:16px;background-image:url(/_next/static/media/check_icon2.5215f1c6.svg);background-size:100%;background-repeat:no-repeat;background-position:50%}.upgrade_modal .btn_flex{margin-top:25px}.upgrade_modal .btn_flex button.MuiButton-root{width:100%}.upgrade_modal .btn_flex button.MuiButton-root.MuiButton-outlinedInfo:not(:hover){border-color:rgba(7,7,34,.2)}.upgrade_modal.v2 .modal-dialog{max-width:455px}.upgrade_modal.v2 .modal-body{padding:40px 45px;text-align:center}.upgrade_modal.v2 .modal_title{justify-content:center;margin-bottom:10px}.delete_modal .modal-dialog{max-width:410px}.delete_modal .modal_title{margin-bottom:15px;justify-content:center}.delete_modal .modal-body{text-align:center;padding:35px 30px 30px;border-radius:20px}.delete_modal .modal-body p{font-size:14px;color:rgba(7,7,34,.6);margin-top:12px}.delete_modal .btn_flex{margin-top:30px}.delete_modal .btn_flex button.MuiButton-root{width:100%;border-radius:12px}.delete_modal .btn_flex button.MuiButton-root.MuiButton-outlinedInfo:not(:hover){border-color:rgba(7,7,34,.2)}.otpVerify_modal .modal-dialog{max-width:465px}.otpVerify_modal .modal-body{padding:35px 40px 40px}.otpVerify_modal .modal_title{text-align:center;flex-direction:column;align-items:stretch;margin-bottom:20px;gap:0}.otpVerify_modal .modal_title h2{margin-bottom:5px}.otpVerify_modal .modal_title p{font-size:14px;max-width:320px;margin-inline:auto}.otpVerify_modal .form .resend{font-size:16px;font-weight:400;color:rgba(7,7,34,.5);display:flex;align-items:center;line-height:1.2;cursor:pointer;text-align:center;justify-content:space-between;margin-top:12px}.otpVerify_modal .form .resend strong{color:#070722;font-weight:500}.otpVerify_modal .form .resend strong:hover{text-decoration:underline}.otpVerify_modal .form .btn_flex{margin-top:20px}.otpVerify_modal .form .btn_flex button.MuiButton-root{width:100%}.report_modal .modal-dialog{max-width:435px}.report_modal .modal-body{border-radius:20px;padding:25px 30px 30px}.report_modal .modal_title{margin-bottom:22px}.report_modal .MuiFormGroup-root{gap:15px}.report_modal .MuiFormGroup-root .MuiFormControlLabel-root .MuiTypography-root{display:flex;font-size:15px;font-weight:500;line-height:1.2;color:rgba(7,7,34,.7)}.report_modal .MuiFormGroup-root .MuiFormControlLabel-root:has(.Mui-checked) .MuiTypography-root{color:#070722}.feedback_modal .modal-dialog{max-width:650px}.uploadCv_modal .modal-dialog{max-width:400px}.uploadCv_modal .modal-dialog .btn-close{top:13px}.uploadCv_modal .modal-dialog .modal_title{margin-bottom:18px}.uploadCv_modal .modal-dialog .modal-body{border-radius:14px;padding:16px}.uploadCv_modal .modal-dialog .modal-body .upload_cv{padding:10px;border-radius:10px}.uploadCv_modal .modal-dialog .modal-body .upload_cv .btnn{font-size:13px;min-width:100px}.uploadCv_modal .modal-dialog .modal-body .cv_cnt_wrp figure{width:35px;height:35px;min-width:35px}.uploadCv_modal .modal-dialog .modal-body .cv_cnt h3{font-size:16px}.uploadCv_modal .modal-dialog .modal-body .cv_cnt p{font-size:13px}.uploadCv_modal .modal-dialog .modal-body .btn_flex{margin-top:18px}.uploadCv_modal.v2 .btn_flex .MuiButton-root{width:100%}.upload_doc_modal .modal-dialog{max-width:645px}.upload_doc_modal .modal-dialog .modal-body{border-radius:20px}.upload_doc_modal .modal-dialog .upload_cv.photo_video{min-height:124px}.adv_panel_sc{background:#f3f3f3;position:relative;z-index:3}.adv_panel_sc:before{content:"";width:170px;height:170px;position:absolute;left:-30px;bottom:30px;background:url(/_next/static/media/dot_vector4.fe9e9b69.svg) no-repeat 50%;background-size:contain;z-index:-1}.adv_panel_sc .gap_p{--gap_x:60px;align-items:center}@media only screen and (max-width:991.98px){.adv_panel_sc .gap_p{--gap_x:40px}}@media only screen and (max-width:767.98px){.adv_panel_sc .gap_p{--gap_x:30px}}.adv_panel_sc .gap_p .lt,.adv_panel_sc .gap_p .rt{width:50%}@media only screen and (max-width:767.98px){.adv_panel_sc .gap_p .lt,.adv_panel_sc .gap_p .rt{width:100%}}.adv_panel_sc .gap_p .lt button{margin-top:24px;min-width:170px}.adv_panel_sc .gap_p .lt p{margin:0;line-height:1.8}.adv_panel_sc .gap_p .rt figure{max-width:556px;width:100%;height:465px;border-radius:30px;z-index:1;position:relative}@media only screen and (max-width:767.98px){.adv_panel_sc .gap_p .rt figure{height:380px;height:350px}}.adv_panel_sc .gap_p .rt figure:before{content:"";width:170px;height:170px;position:absolute;right:-70px;top:-50px;background:url(/_next/static/media/dot_vector3.a089cae5.svg) no-repeat 50%;background-size:contain;z-index:-1}.adv_panel_sc .gap_p .rt figure img{width:100%;height:100%;object-fit:cover;border-radius:inherit}.feature_benifit .table_responsive table tr td:not(:first-child){background:#f7f7f7;border:1px solid rgba(0,0,0,.059);font-weight:500;text-align:center;font-size:16px}.feature_benifit .table_responsive table th.price{font-size:48px;font-weight:500}@media only screen and (max-width:991.98px){.feature_benifit .table_responsive table th.price{font-size:36px}}@media only screen and (max-width:767.98px){.feature_benifit .table_responsive table th.price{font-size:30px}}@media only screen and (max-width:575.98px){.feature_benifit .table_responsive table th.price{font-size:26px}}.feature_benifit .table_responsive table th.price sup{font-weight:500;font-size:20px}@media only screen and (max-width:767.98px){.feature_benifit .table_responsive table th.price sup{font-size:18px}}@media only screen and (max-width:575.98px){.feature_benifit .table_responsive table th.price sup{font-size:16px}}.feature_benifit .table_responsive table th.price sub{font-size:14px;color:hsla(0,0%,100%,.502)}.feature_benifit .table_responsive table th.price span{display:inline-flex;flex-direction:column;position:relative;top:-25px}.feature_benifit .table_responsive table th.price span sup{position:relative;left:-8px}.jobFeeds_page .jobDetail_company{gap:14px}@media only screen and (max-width:767.98px){.jobFeeds_page .jobDetail_company{gap:8px;justify-content:flex-start}}@media only screen and (max-width:575.98px){.jobFeeds_page .jobDetail_company{gap:6px;justify-content:flex-start}}.jobFeeds_page .jobDetail_company .lt h1{margin:0}.jobFeeds_page .jobDetail_company .lt h1 span{font-size:14px;color:rgba(7,7,34,.6);display:block;font-weight:400}.jobFeeds_page .jobDetail_company .lt .btn_group{display:flex;gap:10px}@media only screen and (max-width:575.98px){.jobFeeds_page .jobDetail_company .lt .btn_group{flex-wrap:wrap}}.jobFeeds_page .jobDetail_company .lt .btn_group .MuiButton-outlined{border:1px solid rgba(7,7,34,.6);font-size:14px;font-weight:500;color:rgba(7,7,34,.8)}.jobFeeds_page .jobDetail_company .lt .btn_group .MuiButton-outlined:hover{border-color:purple;color:#fff}.jobFeeds_page .jobDetail_company .lt_s{display:flex;align-items:center;gap:18px}@media only screen and (max-width:575.98px){.jobFeeds_page .jobDetail_company .lt_s{gap:8px}}.jobFeeds_page .jobDetail_company .lt_s h2{display:flex;align-items:center;gap:8px}.jobFeeds_page .jobDetail_company .lt_s h2 img{width:22px;height:22px;object-fit:contain}.jobFeeds_page .jobDetail_company .skill_match{width:100%;display:flex;gap:12px}.jobFeeds_page .jobDetail_company .skill_match .taglist{margin:0;display:flex;align-items:center;gap:10px}.jobFeeds_page .jobDetail_company .skill_match .taglist li{margin:0;color:rgba(7,7,34,.8);font-size:14px;font-weight:500;background:#f2f2f2;border-radius:8px;padding:6px 10px;display:flex;align-items:center;justify-content:center}.jobFeeds_page .jobDetail_company .skill_match span.MuiCircularProgress-root.MuiCircularProgress-determinate{color:#0b807f}.jobFeeds_page .jobDetail_company .skill_match .relative{position:relative;display:inline-flex}.jobFeeds_page .jobDetail_company .skill_match .relative p{font-size:10px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);color:#070722;font-weight:600}.jobFeeds_page .jobDetail_company .skill_match .score{display:flex;gap:12px;align-items:center}.jobFeeds_page .jobDetail_company .skill_match .score>p{font-size:14px;color:rgba(7,7,34,.8);font-weight:500}.jobFeeds_page .jobDetail_company.wrap{flex-wrap:wrap}.jobFeeds_page .jobDetail_company p.count{font-size:14px;color:#000}.jobFeeds_page .jobDetail_info_head h3{font-weight:600;margin-bottom:10px}.jobFeeds_page .jobDetail_info_head p{font-size:14px;font-weight:500}.jobFeeds_page .job_description .report_job{display:inline-flex;gap:6px;align-items:center;color:#d92d20;font-size:16px;margin-top:16px;cursor:pointer}.jobFeeds_page .mt_20{margin-top:20px}.socail_link_menu .MuiList-root{padding:14px;border-radius:14px}.socail_link_menu .MuiPaper-root.MuiPaper-elevation.MuiPaper-rounded{border-radius:14px;margin-top:20px;overflow:visible}.socail_link_menu .MuiPaper-root.MuiPaper-elevation.MuiPaper-rounded:before{content:"";top:-16px;left:65%;position:absolute;width:0;height:0;border-top:10px solid transparent;border-bottom:10px solid transparent;border-left:20px solid #fff;z-index:0;transform:rotate(-90deg)}.socail_link_menu h3{font-size:16px;font-weight:600;color:#070722;margin-bottom:6px}.socail_link_menu .link_menu{display:inline-flex;align-items:center;gap:5px;color:navy;cursor:pointer;font-size:12px}.socail_link_menu .link_menu img{filter:brightness(0) saturate(100%) invert(11%) sepia(77%) saturate(5666%) hue-rotate(240deg) brightness(59%) contrast(121%);max-width:14px}ul.socialLinks{display:flex;align-items:center;gap:12px;margin-bottom:12px}ul.socialLinks li{margin-bottom:0}ul.socialLinks li,ul.socialLinks li a{display:inline-flex}ul.socialLinks li img{width:33px;height:33px;min-width:33px;object-fit:cover}.MuiPaper-root.MuiPaper-elevation.MuiPaper-rounded.MuiPaper-elevation8.MuiPopover-paper:has(.year_dropdown_menu){max-height:unset!important}.year_dropdown_menu{max-height:450px}span.MuiSlider-rail{background:#e8e8e8;opacity:1}.select_currency .d_flex{display:flex;align-items:center;gap:4px;margin-bottom:20px}.select_currency .d_flex label{margin:0}.select_currency .d_flex .MuiInputBase-root.MuiOutlinedInput-root{min-width:70px;width:auto}.select_currency .d_flex .MuiInputBase-root.MuiOutlinedInput-root .MuiSelect-select{padding-right:30px!important;background-position:right 15px center;height:30px;line-height:1.9;min-height:30px;font-size:15px;background-color:rgba(11,128,127,.122)}span.MuiSlider-root.MuiSlider-colorPrimary{color:navy;height:5px}span.MuiSlider-root.MuiSlider-colorPrimary .MuiSlider-thumb[data-index*="1"] span.MuiSlider-valueLabelLabel:after{content:"Max";font-size:13px;top:-21px;display:flex;position:absolute;color:rgba(7,7,34,.7);left:0;width:100%;text-align:center;justify-content:center}span.MuiSlider-root.MuiSlider-colorPrimary .MuiSlider-thumb[data-index*="0"] span.MuiSlider-valueLabelLabel:after{content:"Min";font-size:13px;top:-21px;display:flex;position:absolute;color:rgba(7,7,34,.7);left:0;width:100%;text-align:center;justify-content:center}span.MuiSlider-root.MuiSlider-colorPrimary span.MuiSlider-valueLabelOpen.MuiSlider-valueLabel{background:navy;border-radius:10px}span.MuiSlider-root.MuiSlider-colorPrimary.primary{color:purple}span.MuiSlider-root.MuiSlider-colorPrimary.primary span.MuiSlider-valueLabelOpen.MuiSlider-valueLabel{background:purple}span.MuiSlider-root.MuiSlider-colorPrimary.pretio_slider span.MuiSlider-valueLabelOpen.MuiSlider-valueLabel{border-radius:50% 50% 50% 0}.side_grid{--gap_x:24px;--gap_y:24px;gap:0!important;align-items:flex-start}.side_grid>.lt{width:calc(74.5% - var(--gap_x))}@media only screen and (max-width:1199.98px){.side_grid>.lt{width:calc(100% - var(--gap_x))}}.side_grid>.lt:has(.no_data_found){height:calc(100vh - 300px);max-height:800px;display:flex;align-items:center;justify-content:center}@media only screen and (max-width:767.98px){.side_grid>.lt:has(.no_data_found){height:auto}}.side_grid>.rt{width:calc(25.5% - var(--gap_x));max-height:calc(100vh - 110px);position:-webkit-sticky;position:sticky;top:110px;overflow:auto;scrollbar-width:none}@media only screen and (max-width:1199.98px){.side_grid>.rt{width:calc(100% - var(--gap_x));position:relative;top:0;max-height:unset}}.side_grid>.rt .white_card{padding:18px 20px;background:#fff;border-radius:20px}@media only screen and (max-width:1199.98px){.side_grid>.rt .white_card{padding:12px;border-radius:16px}}.side_grid>.rt .white_card .whiteCard_header{margin-bottom:14px;padding-bottom:14px;border-bottom:1px solid rgba(7,7,34,.071)}.side_grid>.rt .add_banner{margin-top:22px;width:100%;height:310px;border-radius:20px;overflow:hidden}@media only screen and (max-width:1199.98px){.side_grid>.rt .add_banner{max-width:400px;margin-inline:auto}}.side_grid>.rt .add_banner img{width:100%;height:100%;object-fit:cover}.side_grid.v2{--gap_x:48px;--gap_y:48px}@media only screen and (max-width:1399.98px){.side_grid.v2{--gap_x:36px;--gap_y:36px}}@media only screen and (max-width:1199.98px){.side_grid.v2{--gap_x:30px;--gap_y:30px}}.side_grid.v2>.lt{width:calc(73% - var(--gap_x))}@media only screen and (max-width:1199.98px){.side_grid.v2>.lt{width:calc(100% - var(--gap_x))}}@media only screen and (max-width:991.98px){.side_grid.v2>.lt{width:calc(100% - var(--gap_x))}}.side_grid.v2>.rt{width:calc(27% - var(--gap_x));position:relative;align-self:stretch;position:-webkit-sticky;position:sticky;top:120px;max-height:calc(100vh - 120px);overflow:auto;scrollbar-width:none;overscroll-behavior:auto}.side_grid.v2>.rt .white_card{top:0}@media only screen and (max-width:1199.98px){.side_grid.v2>.rt{position:fixed;transform:translateX(100%);top:0;right:0;opacity:0;visibility:hidden;max-height:100vh;height:100vh;max-height:unset;overflow:auto;max-width:500px;width:100%;z-index:999999;transition:all .3s ease-in-out 0s;margin:0}.side_grid.v2>.rt.active{opacity:1;visibility:visible;transform:translateX(0)}.side_grid.v2>.rt.active.whiteBox{border-radius:12px 0 0 12px;max-height:unset}}@media only screen and (max-width:991.98px){.side_grid.v2>.rt{width:calc(100% - var(--gap_x));max-height:unset}}.side_grid .podcast_owner{background:linear-gradient(320.15deg,#fff4ff 24.07%,#810182 116.18%);padding:10px 16px 20px;border-radius:20px;margin-bottom:16px}.side_grid .podcast_owner figure{width:150px;height:105px}.side_grid .podcast_owner figure img{width:100%;height:100%;object-fit:contain;object-position:left}.side_grid .podcast_owner h3{margin-block:12px}.side_grid .podcast_owner .btn_flex .text_btn,.side_grid .podcast_owner .btn_flex .xsm{font-size:12px}.side_grid .podcast_slider h3{text-transform:capitalize}.side_grid .podcast_slider .podcast_single:not(:last-child){margin-bottom:12px}.side_grid.jobCategories_sc{--gap_x:0px}.side_grid.jobCategories_sc .lt{width:calc(26.5% - var(--gap_x))}@media only screen and (max-width:991.98px){.side_grid.jobCategories_sc .lt{width:calc(100% - var(--gap_x))}}.side_grid.jobCategories_sc .rt{width:calc(73.5% - var(--gap_x))}@media only screen and (max-width:991.98px){.side_grid.jobCategories_sc .rt{width:calc(100% - var(--gap_x))}}.side_grid .filter_main{position:-webkit-sticky;position:sticky;top:120px}@media only screen and (max-width:1199.98px){.side_grid .filter_main{position:fixed;transform:translateX(100%);top:0;right:0;opacity:0;visibility:hidden;max-height:100vh;height:100vh;max-height:unset;overflow:auto;max-width:500px;width:100%;z-index:999999;transition:all .3s ease-in-out 0s;margin:0}.side_grid .filter_main.active{opacity:1;visibility:visible;transform:translateX(0)}.side_grid .filter_main.active.whiteBox{border-radius:12px 0 0 12px;max-height:unset}}.side_grid .filter_main.whiteBox{background:#fff;padding:20px 15px;box-shadow:0 0 30px 0 rgba(0,0,0,.051);border-radius:20px;max-height:700px;overflow:auto}.side_grid .filter_main.whiteBox::-webkit-scrollbar{width:0}.footer_float{position:fixed;left:auto;right:40px;width:-moz-fit-content;width:fit-content;bottom:40px;display:flex;align-items:center;justify-content:flex-end;gap:14px;z-index:99}@media only screen and (max-width:767.98px){.footer_float{left:20px;right:20px;width:calc(100% - 40px);gap:8px}}.footer_float button.MuiButton-root{width:55px;height:55px;padding:5px;min-height:1px;min-width:1px;overflow:visible;z-index:99}@media only screen and (max-width:767.98px){.footer_float button.MuiButton-root{width:40px;height:40px}}.footer_float button.MuiButton-root.MuiButton-textSuccess:hover{background:#075150}.footer_float button.MuiButton-root.MuiButton-textSuccess:hover img{filter:unset!important}.footer_float button.MuiButton-root img{filter:unset}.footer_float button.MuiButton-root:hover .footer_tooltip{opacity:1;visibility:visible}.footer_tooltip .MuiTooltip-tooltipArrow.MuiTooltip-tooltipPlacementBottom{background:#fff!important;box-shadow:0 4px 50px 0 rgba(0,0,0,.149);color:#070722;font-size:16px;font-weight:600}.footer_tooltip .MuiTooltip-tooltip:after{display:none}.footer_tooltip span.MuiTooltip-arrow{color:#fff}.footer_tooltip{position:absolute;bottom:calc(100% + 20px);right:-25px;box-shadow:0 0 75.62px 0 rgba(0,0,0,.161);background:#fff;border-radius:16px;min-width:180px;min-height:54px;padding:5px;margin:0;display:inline-flex;justify-content:center;align-items:center;color:#070722;font-size:16px;font-weight:600;opacity:0;visibility:hidden}.footer_tooltip:before{content:"";top:50px;left:70%;position:absolute;width:0;height:0;border-top:10px solid transparent;border-bottom:10px solid transparent;border-left:20px solid #fff;z-index:2;transform:translateX(-50%) rotate(90deg)}.email_list{margin:0}.email_list li{display:flex;align-items:center;gap:11px;cursor:pointer}.email_list li:not(:last-child){margin-bottom:8px}.email_list li figure{background:var(--c_primary);width:35px;min-width:35px;height:35px;border-radius:35px;display:flex;align-items:center;justify-content:center}.email_list li figure h3{color:#fff;margin:0;line-height:1}.email_list li h3{color:#070722;font-size:15px;font-weight:500;margin-bottom:1px;text-transform:uppercase}.email_list li .cnt p{font-size:12px;font-weight:500;color:rgba(7,7,34,.6)}.signup_google_modal .btn-close{top:9px}.signup_google_modal .modal-body{padding:16px;border-radius:16px}.signup_google_modal .modal-body .modal_title{margin-inline:-16px;padding-inline:16px;padding-bottom:16px;margin-bottom:16px;border-bottom:1px solid #d9d9d9}.signup_google_modal .modal-body .modal_title h2{font-size:14px;font-weight:500;color:rgba(7,7,34,.8);display:inline-flex;text-transform:none;align-items:center;gap:9px}.signup_google_modal .modal-body .modal_title h2 img{max-width:16px}.signup_google_modal .modal-dialog{max-width:300px;margin:20px 0 0 auto;align-items:flex-start}.signup_google_modal .email_list h3{text-transform:capitalize}.ai_talent.gap_m{--gap_x:22px;--gap_y:18px}.ai_talent.gap_m li:not(:last-child){margin-bottom:0}.ai_talent.gap_m li.w_50{width:calc(50% - var(--gap_x))}.ai_talent.gap_m li.w_33{width:calc(33.3333333333% - var(--gap_x))}.ai_talent li{background:#f7f7f7;border-radius:20px;padding:18px;position:relative}@media only screen and (max-width:1399.98px){.ai_talent li{padding:12px;border-radius:16px}}.ai_talent li .person_dtl{display:flex;justify-content:space-between}@media only screen and (max-width:575.98px){.ai_talent li .person_dtl{flex-wrap:wrap}}.ai_talent li .person_dtl .lt{flex-grow:1}.ai_talent li .person_dtl .lt figure{display:flex;gap:12px}@media only screen and (max-width:575.98px){.ai_talent li .person_dtl .lt figure{gap:8px}}.ai_talent li .person_dtl .lt figure img{width:55px;height:55px;min-width:55px;border-radius:55px;object-fit:cover}@media only screen and (max-width:575.98px){.ai_talent li .person_dtl .lt figure img{width:40px;height:40px;min-width:40px;border-radius:40px}}.ai_talent li .person_dtl .lt figure .MuiAvatar-root.MuiAvatar-circular{width:55px;height:55px;min-width:55px;border-radius:55px}@media only screen and (max-width:1399.98px){.ai_talent li .person_dtl .lt figure .MuiAvatar-root.MuiAvatar-circular{width:45px;height:45px;min-width:45px;border-radius:45px;font-size:24px}}@media only screen and (max-width:575.98px){.ai_talent li .person_dtl .lt figure .MuiAvatar-root.MuiAvatar-circular{width:35px;height:35px;min-width:35px;font-size:18px;border-radius:35px}}.ai_talent li .person_dtl .lt figure figcaption{flex-grow:1}.ai_talent li .person_dtl .lt figure h4{color:#070722;display:flex;align-items:center;justify-content:space-between;gap:6px;margin-bottom:4px}@media only screen and (max-width:575.98px){.ai_talent li .person_dtl .lt figure h4{font-size:13px}}.ai_talent li .person_dtl .lt figure h4 span{white-space:normal;display:-webkit-box!important;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden}.ai_talent li .person_dtl .lt figure h4 svg{color:#e9a30d}@media only screen and (max-width:575.98px){.ai_talent li .person_dtl .lt figure h4 svg{font-size:12px}}.ai_talent li .person_dtl .lt figure h4 figure:has(+.subscrib_user){margin-left:auto}.ai_talent li .person_dtl .lt figure p{font-size:16px;white-space:normal;display:-webkit-box!important;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}@media only screen and (max-width:575.98px){.ai_talent li .person_dtl .lt figure p{font-size:14px;line-height:1.2}}.ai_talent li .person_dtl .lt>p{color:#0b807f;font-size:15px;display:flex;align-items:center;gap:6px;margin-top:16px}@media only screen and (max-width:1399.98px){.ai_talent li .person_dtl .lt>p{font-size:13px;margin-top:12px}}@media only screen and (max-width:575.98px){.ai_talent li .person_dtl .lt>p{margin-top:8px;font-size:12px}}.ai_talent li .person_dtl .rt{text-align:right}@media only screen and (max-width:575.98px){.ai_talent li .person_dtl .rt{width:100%;display:flex;align-items:center;gap:10px;margin-top:8px}}.ai_talent li .person_dtl .rt>figure{margin-block:3px}@media only screen and (max-width:575.98px){.ai_talent li .person_dtl .rt>figure{margin:0}.ai_talent li .person_dtl .rt>figure img{max-width:20px}}.ai_talent li .person_dtl .rt p{font-size:12px;color:rgba(7,7,34,.6)}@media only screen and (max-width:575.98px){.ai_talent li .person_dtl .rt p{margin-left:auto;font-size:11px}}.ai_talent li .person_dtl .rt .relative p{font-size:11px}@media only screen and (max-width:575.98px){.ai_talent li .person_dtl .rt .relative p{margin-left:0}}.ai_talent li .ai_talent_ftr{padding-top:10px;margin-top:10px;border-top:1px solid #d9d9d9;display:flex;align-items:center;gap:14px;position:relative}@media only screen and (max-width:767.98px){.ai_talent li .ai_talent_ftr{gap:8px}}@media only screen and (max-width:575.98px){.ai_talent li .ai_talent_ftr{gap:5px}}.ai_talent li .ai_talent_ftr+.lock_profile{display:none;position:absolute;bottom:20px;max-width:48px;left:50%;cursor:pointer;transform:translateX(-50%)}.ai_talent li .ai_talent_ftr+.lock_profile img{filter:brightness(0) saturate(100%) invert(9%) sepia(85%) saturate(6129%) hue-rotate(296deg) brightness(83%) contrast(106%)}.ai_talent li .ai_talent_ftr.blured{filter:blur(10px);pointer-events:none}.ai_talent li .ai_talent_ftr.blured+figure{display:flex}.ai_talent li .ai_talent_ftr button.MuiButton-root{min-height:40px}@media only screen and (max-width:575.98px){.ai_talent li .ai_talent_ftr button.MuiButton-root{padding-inline:6px;font-size:12px;min-height:32px}}.ai_talent li .ai_talent_ftr .MuiIconButton-root{width:38px;height:38px;min-width:38px;border-radius:38px;padding:3px;display:flex;align-items:center;justify-content:center;background:navy}@media only screen and (max-width:575.98px){.ai_talent li .ai_talent_ftr .MuiIconButton-root{width:28px;height:28px;min-width:28px;border-radius:28px}}.ai_talent li .ai_talent_ftr .MuiIconButton-root:hover{background:purple}.ai_talent li .ai_talent_ftr .MuiIconButton-root img{max-width:15px}.ai_talent li .ai_talent_ftr a{display:inline-flex;align-items:center;gap:6px;font-size:16px}@media only screen and (max-width:575.98px){.ai_talent li .ai_talent_ftr a{font-size:12px;gap:3px}.ai_talent li .ai_talent_ftr a img{max-width:14px}}.ai_talent li .ai_talent_ftr a.mobile_link{margin-left:auto}.ai_talent li:not(:last-child){margin-bottom:12px}.ai_talent.v2{display:flex;gap:18px;flex-wrap:wrap}.ai_talent.v2 li{width:calc(50% - 9px);margin:0;background:#fff}@media only screen and (max-width:991.98px){.ai_talent.v2 li{width:100%;border-radius:10px}}@media only screen and (max-width:575.98px){.ai_talent.v2 li{padding:8px}}.ai_talent.v2 li .person_dtl .lt{width:auto}.ai_talent.v2 li .person_dtl .rt{width:auto;min-width:130px;max-width:130px}@media only screen and (max-width:767.98px){.ai_talent.v2 li .person_dtl .rt{max-width:100%;width:100%;min-width:1px}}.ai_talent.v2 li .ai_talent_ftr{gap:6px}.ai_talent.v2 li .ai_talent_ftr button.MuiButton-root{padding-inline:15px}@media only screen and (max-width:575.98px){.ai_talent.v2 li .ai_talent_ftr button.MuiButton-root{padding-inline:10px}}.jobPosting_page .job_card_grid .job_card .applied_status{top:20px}.jobPosting_page .job_card_grid .job_card .job_meta{padding:0;background:transparent}@media only screen and (max-width:767.98px){.jobPosting_page .job_card_grid .job_card .job_meta{padding-top:10px}}.job_post_modal .modal-dialog{max-width:610px}.job_post_modal .modal-dialog .modal_title h2{font-weight:600;color:#23272c}.job_post_modal .modal-dialog .jop_modal_wrp{max-height:550px;overflow:auto;margin-right:-25px;padding-right:25px}@media only screen and (max-width:767.98px){.job_post_modal .modal-dialog .jop_modal_wrp{max-height:450px}}.job_post_modal .modal-dialog .job_card_grid{--gap_x:18px;--gap_y:18px}.job_post_modal .modal-dialog .job_card_grid .job_card{width:calc(100% - var(--gap_x));padding:20px;background:#f7f7f7;border-radius:16px}@media only screen and (max-width:767.98px){.job_post_modal .modal-dialog .job_card_grid .job_card{padding:16px 10px 10px;border-radius:10px}}.job_post_modal .modal-dialog .job_card_grid .job_card .job_meta{padding:0}.job_post_modal .modal-dialog .job_card_grid .job_card:after{content:"";width:20px;height:20px;position:absolute;bottom:20px;border-radius:20px;right:20px;border:1px solid #898989;z-index:9}.job_post_modal .modal-dialog .job_card_grid .job_card.active:after{border-color:purple;background:purple url(/_next/static/media/check_icon_new.6e12ed3c.svg);background-repeat:no-repeat;background-position:50%}.proposal_page .page_head{gap:24px}@media only screen and (max-width:991.98px){.proposal_page .page_head{gap:14px}}@media only screen and (max-width:1199.98px){.proposal_page .page_head .lt{width:100%}}.proposal_page .page_head .lt .toggle_filter{display:none;background:navy;margin-left:auto}.proposal_page .page_head .lt .toggle_filter img{filter:brightness(0) invert(1)}@media only screen and (max-width:1199.98px){.proposal_page .page_head .lt .toggle_filter{display:inline-flex}}.proposal_page .page_head .MuiTabs-scroller,.proposal_page .page_head .site_tabs5{width:-moz-fit-content;width:fit-content}@media only screen and (max-width:767.98px){.proposal_page .page_head .MuiTabs-scroller,.proposal_page .page_head .site_tabs5{flex-wrap:nowrap}.proposal_page .page_head .MuiTabs-scroller .MuiTabScrollButton-horizontal.Mui-disabled,.proposal_page .page_head .site_tabs5 .MuiTabScrollButton-horizontal.Mui-disabled{opacity:.3}}.proposal_page .page_head .rt{display:none}@media only screen and (max-width:1199.98px){.proposal_page .page_head .rt{display:flex}.proposal_page .page_head .rt button.MuiButton-root{min-width:45px;min-height:45px;padding:5px;background:purple;border-color:purple}}.proposal_page .d_flex{display:flex;align-items:center;gap:20px}@media only screen and (max-width:767.98px){.proposal_page .d_flex{flex-wrap:wrap;gap:14px}}@media only screen and (max-width:575.98px){.proposal_page .d_flex{gap:10px}}.proposal_page .d_flex .btn_group{display:flex;align-items:center;gap:12px}@media only screen and (max-width:575.98px){.proposal_page .d_flex .btn_group{gap:8px}.proposal_page .d_flex .btn_group button.MuiButton-root{font-size:13px;padding-inline:10px}}@media only screen and (max-width:575.98px)and (max-width:575.98px){.proposal_page .d_flex .btn_group button.MuiButton-root{min-height:32px;font-size:12px}}@media only screen and (max-width:575.98px){.proposal_page .d_flex .btn_group .rt button.MuiButton-root{min-width:40px;min-height:40px}}@media only screen and (max-width:575.98px)and (max-width:575.98px){.proposal_page .d_flex .btn_group .rt button.MuiButton-root{min-width:32px;min-height:32px;padding:3px}}.proposal_page .d_flex .btn_group .MuiButton-colorPrimary{background:transparent;border-color:rgba(7,7,34,.6);color:rgba(7,7,34,.8)}.proposal_page .d_flex .btn_group .MuiButton-colorPrimary:hover{background:purple;color:#fff;border-color:purple}.proposal_page .form,.proposal_page .site_tabs5{width:100%}@media only screen and (max-width:991.98px){.proposal_page .form,.proposal_page .site_tabs5{gap:6px;flex-wrap:wrap}}.proposal_page .count{margin-top:-10px;font-size:14px;color:#000}.select_currecy.control_group .MuiInputAdornment-positionStart{width:90px!important;height:75%!important;top:50%;transform:translateY(-50%)}.select_currecy.control_group .MuiInputAdornment-positionStart .MuiSelect-select{border:0;padding-inline:20px 0!important;background-color:transparent!important;border-right:1px solid #d0d0d0!important;border-radius:0!important;height:auto;line-height:1;display:flex;align-items:center}.select_currecy.control_group .MuiFormControl-root input.MuiInputBase-input.MuiOutlinedInput-input{padding-left:100px}.link_wrapper a{display:inline-flex;align-items:center;gap:8px;font-size:16px;color:navy}.link_wrapper a:hover{color:purple}.discount_page{background:#fff;border-radius:22px;padding:20px 36px 20px 24px;margin-bottom:22px}.discount_page .gap_p{--gap_x:12px;--gap_y:12px}.discount_page .gap_p .control_group p{display:flex;justify-content:space-between;align-items:center}.discount_page .gap_p .control_group p span,.discount_page .gap_p .control_group p strong{font-size:16px}.discount_page .gap_p .control_group p strong{color:#070722}.MuiTooltip-popper.primary_tool .MuiTooltip-tooltip.MuiTooltip-tooltipArrow{background:purple}.MuiTooltip-popper.primary_tool .MuiTooltip-tooltip.MuiTooltip-tooltipArrow:after{display:none}.MuiTooltip-popper.primary_tool .MuiTooltip-tooltip.MuiTooltip-tooltipArrow span:before{background:purple}.total_scr{display:flex;align-items:center;justify-content:flex-end;gap:6px}.total_scr .relative{position:relative;display:flex;align-items:center;justify-content:center}.total_scr .relative span.MuiCircularProgress-root.MuiCircularProgress-determinate{color:#0b807f}.total_scr .relative p{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-size:11px;line-height:1;color:#070722;white-space:nowrap;font-weight:700}.total_scr>p{font-size:16px!important;font-weight:500}@media only screen and (max-width:575.98px){.total_scr>p{font-size:13px!important}}.contact_number a{display:inline-flex;align-items:center;margin-top:10px;font-size:16px}.jobApplication_page .page_head .d_flex{display:flex;align-items:center;gap:28px}.jobApplication_page .page_head .rt .control_group input{background:transparent}.jobCategories_page .job_card_grid .job_card{width:calc(50% - var(--gap_x))}@media only screen and (max-width:767.98px){.jobCategories_page .job_card_grid .job_card{width:calc(100% - var(--gap_x));padding:10px}.jobCategories_page .job_card_grid .job_card .job_info{margin-bottom:10px}}.jobCategories_page .page_head .count{font-size:14px;color:#000}.pagination{gap:5px}.pagination,.pagination li{display:flex;align-items:center;justify-content:center}.pagination li{margin:0;width:33px;height:36px;cursor:pointer;transition:all .3s ease-in-out 0s}.pagination li:not(:first-child,:last-child){background:#e2e2e2;border:1px solid #e2e2e2;border-radius:6px;padding:3px;font-size:14px;font-weight:600;color:#23272c}.pagination li:not(:first-child,:last-child).active{background:transparent;color:purple;border-color:purple}.pagination li svg{font-size:12px}.pagination li:hover{color:purple}.pagination.mt_30{margin-top:30px}.filter_head{display:flex;align-items:center;justify-content:space-between;margin-bottom:26px}.filter_head h2{margin-bottom:0;color:#23272c;font-weight:600}.filter_head a{color:#23272c;font-size:13px;text-transform:uppercase}.filter_form .MuiRadioGroup-root{gap:8px}.filter_form .MuiRadioGroup-root label{padding-inline:10px}.filter_form .multi_check{gap:12px}.filter_form .multi_check .MuiTypography-body1.MuiFormControlLabel-label{flex:1 1}.filter_form .multi_check .MuiTypography-body1.MuiFormControlLabel-label .filter_checkbox{flex:1 1;display:flex;justify-content:space-between}.filter_form .multi_check .MuiTypography-body1.MuiFormControlLabel-label .filter_checkbox span,.filter_form .multi_check .MuiTypography-body1.MuiFormControlLabel-label .filter_checkbox strong{font-size:14px;font-weight:400;color:#000}@media only screen and (max-width:575.98px){.filter_form .multi_check .MuiTypography-body1.MuiFormControlLabel-label .filter_checkbox span,.filter_form .multi_check .MuiTypography-body1.MuiFormControlLabel-label .filter_checkbox strong{font-size:13px}}.filter_form .gap_m .control_group{margin-bottom:0}.filter_form .text_btn{margin-top:12px;color:purple;font-size:14px;text-decoration:none!important}.filter_form .control_group input{min-height:34px;height:34px;line-height:34px;padding-block:5px;font-size:14px}.filter_form .control_group.search_group{margin-bottom:20px}.filter_form .control_group.search_group input.MuiInputBase-input{padding-left:35px}.filter_form .control_group.search_group .MuiFormControl-root>.MuiInputBase-root .MuiInputAdornment-positionStart{min-height:34px;height:34px;line-height:34px;width:34px}.filter_form .control_group.search_group .MuiFormControl-root>.MuiInputBase-root .MuiInputAdornment-positionStart img{max-width:14px}.filter_form .control_group.text_center input{text-align:center}.filter_form .MuiButton-outlined{min-height:36px;width:100%;font-size:14px}.filter_form .link{font-size:15px;color:navy;text-decoration:underline}.d_flex_icn{display:flex;align-items:center;gap:5px}.Mui-selected:has(.d_flex_icn) img{filter:brightness(0) invert(1)}.chat_page .report_job{display:inline-flex;gap:6px;align-items:center;color:#d92d20;font-size:16px;margin-top:16px;cursor:pointer}body:has(.chat_page) .footer_float{display:none}.jobDetail_page .total_scr>p{font-size:14px!important}@media only screen and (max-width:575.98px){.jobDetail_page .total_scr>p{font-size:12px!important}}.interviewTable_page .page_head .d_flex{display:flex;gap:35px}.MuiMenu-paper .MuiFormGroup-root.v2{pointer-events:none;width:100%}.MuiMenu-paper .MuiFormGroup-root.v2 span.MuiTypography-root{flex:1 1;display:flex;align-items:center;font-size:14px}.MuiMenu-paper .MuiFormGroup-root.v2 span.MuiTypography-root>span{flex:1 1;display:flex;align-items:center;justify-content:space-between;font-size:14px}@media only screen and (max-width:991.98px){.MuiMenu-paper .MuiFormGroup-root.v2 span.MuiTypography-root>span{font-size:12px}}@media only screen and (max-width:767.98px){.MuiMenu-paper .MuiFormGroup-root.v2 span.MuiTypography-root>span{font-size:11px}}.MuiMenu-paper .MuiMenuItem-gutters.Mui-selected.filter_menu{background:transparent!important}.MuiMenu-paper .MuiFormControl-root{margin-bottom:14px}.MuiMenu-paper .MuiFormControl-root :is(input){font-size:14px;height:40px;padding-left:40px!important}.MuiMenu-paper .MuiFormControl-root>.MuiInputBase-root .MuiInputAdornment-positionStart{width:40px;height:40px}.MuiPaper-root.MuiPaper-elevation:has(.MuiMenuItem-gutters.filter_menu){min-width:250px!important}.captcha_card{width:100%;max-width:310px;background-color:rgba(7,7,34,.059);border-radius:12px;display:flex;align-items:center;justify-content:space-between;padding:8px 15px 8px 18px}.captcha_card .MuiFormGroup-root label .MuiCheckbox-root{width:24px;height:24px;min-width:24px;border:1px solid #c1c1c1}.captcha_card .MuiFormGroup-root label .MuiCheckbox-root:before{background-size:18px}.captcha_card .MuiFormGroup-root label span.MuiTypography-root{font-size:15px!important;font-weight:500!important;color:#070722!important}.advisory_grid.gap_m{--gap_x:40px}.advisory_grid .advisory_item{position:relative;width:calc(25% - var(--gap_x));border-radius:25px;overflow:hidden;z-index:1}.advisory_grid .advisory_item:before{content:"";inset:0;width:100%;height:100%;position:absolute;background:linear-gradient(180deg,transparent 60.41%,#000 92.43%);z-index:2}.advisory_grid .advisory_item figure{width:100%;height:352px;position:relative;z-index:1}.advisory_grid .advisory_item figure img{width:100%;height:100%;object-fit:cover}.advisory_grid .advisory_item .info{left:0;bottom:0;width:100%;position:absolute;padding:20px 25px;z-index:3}.advisory_grid .advisory_item .info h2{font-size:26px;color:#fff;margin-bottom:5px;font-weight:500}.advisory_grid .advisory_item .info p{font-size:16px;color:hsla(0,0%,100%,.7)}.feature_benifit .mb_30{margin-bottom:30px}.feature_benifit .mb_30 .MuiTabs-flexContainer button span{display:flex;gap:8px;align-items:center}.feature_benifit .mb_30 .MuiTabs-flexContainer button span small{border:1px solid rgba(7,7,34,.149);padding:5px;border-radius:5px}.feature_benifit .mb_30 .MuiTabs-flexContainer button:not(.Mui-selected){background-color:rgba(32,78,51,.102)}.feature_benifit .mb_30 .MuiTabs-flexContainer button.Mui-selected span{color:#fff!important}.feature_benifit .mb_30 .MuiTabs-flexContainer button.Mui-selected span small{border:1px solid #fff;color:#fff!important}@media only screen and (max-width:767.98px){.jobPosting_page .page_head .btn_flex{flex-wrap:wrap;gap:10px}.jobPosting_page .page_head .btn_flex button.MuiButton-root{min-height:40px;padding-inline:12px}.jobPosting_page .page_head .btn_flex button.MuiButton-root svg{width:20px;height:20px;padding:0}}@media only screen and (max-width:1199.98px){.jobPosting_page .job_card_grid .job_card{width:calc(100% - var(--gap_x))}}.upload_cv.v4{justify-content:center;min-height:250px!important;height:250px!important}.scrolled_menu{display:none!important}.site_header.scrolled_header .scrolled_menu{display:block!important}.verify_phone{position:relative}.verify_phone .pos_abs{position:absolute;right:15px;top:12px;font-size:14px;color:rgba(7,7,34,.6)}.mt_30{margin-top:30px}.cv_cnt_wrp1{position:relative}.cv_cnt_wrp1,.cv_cnt_wrp1 figure{width:100%;height:100%}.cv_cnt_wrp1 figure img{width:100%;height:100%;object-fit:contain}.cv_cnt_wrp1 button{position:absolute;z-index:3;top:-20px;right:-20px}.MuiFormControl-root>.MuiInputBase-root:has(.MuiInputAdornment-positionEnd):has(.text_btn1) .MuiInputBase-input{padding-right:70px!important}.control_group .custom_endorcemnet{position:absolute;top:10px;right:10px;display:inline-flex;align-items:center;gap:8px}.control_group .custom_endorcemnet:has(img[src*=question_icon]){width:50px;justify-content:center}.control_group .custom_endorcemnet:has(.text_btn+.eye_icon){width:auto;justify-content:center;white-space:nowrap}.control_group .custom_endorcemnet:has(.text_btn+.eye_icon) img{min-width:15px}.control_group .custom_endorcemnet *{position:static}.navbar_button{padding:5px 5px 5px 15px;background-color:#fff!important;border-color:#fff;margin-left:5px;gap:0}.navbar_button img{filter:none!important}.navbar_button span{font-size:15px;font-weight:500;color:rgba(7,7,34,.8);display:inline-block;text-overflow:ellipsis;white-space:nowrap;max-width:130px;overflow:hidden;margin-inline:6px 14px;transition:all .3s ease-in-out}.navbar_button figure{width:38px;height:38px;min-width:38px;border-radius:50%;overflow:hidden}.navbar_button figure img{width:100%;height:100%;object-fit:cover;filter:none!important}.no_data_found{max-width:500px;margin-inline:auto;text-align:center;width:100%;height:calc(100vh - 250px);max-height:800px;display:flex;align-items:center;flex-direction:column;justify-content:center}@media only screen and (max-width:767.98px){.no_data_found{height:auto;min-height:200px}}.no_data_found>span{display:block;font-size:18px;font-weight:600;margin-top:10px;color:#070722}@media only screen and (max-width:767.98px){.no_data_found>span{font-size:15px;margin-top:6px}}.no_data_found img{max-width:75px}.verify_phone1{position:relative}.verify_phone1 .pos_abs{position:absolute;right:15px;top:45px;font-size:14px;color:rgba(7,7,34,.6)}.error_page{background:transparent;border-bottom:1px solid #eaeaea;min-height:unset}.error_page .error_page_inner{display:flex;align-items:center;gap:40px}@media only screen and (max-width:991.98px){.error_page .error_page_inner{flex-wrap:wrap}}.error_page .error_page_inner .lt{width:calc(50% - 20px)}@media only screen and (max-width:991.98px){.error_page .error_page_inner .lt{width:100%;text-align:center}}.error_page .error_page_inner .lt h1{font-weight:400;font-size:22px;color:purple;margin:0;text-align:left;font-style:unset}@media only screen and (max-width:991.98px){.error_page .error_page_inner .lt h1{text-align:center}}.error_page .error_page_inner .lt h2{font-weight:800;font-size:44px;color:#070722;margin-block:20px;text-align:left}@media only screen and (max-width:1399.98px){.error_page .error_page_inner .lt h2{font-size:36px}}@media only screen and (max-width:1199.98px){.error_page .error_page_inner .lt h2{font-size:30px}}@media only screen and (max-width:991.98px){.error_page .error_page_inner .lt h2{text-align:center}}@media only screen and (max-width:767.98px){.error_page .error_page_inner .lt h2{font-size:26px}}@media only screen and (max-width:575.98px){.error_page .error_page_inner .lt h2{font-size:24px}}.error_page .error_page_inner .lt p{font-weight:400;font-size:16px;color:#070722;margin-bottom:28px;text-align:left;opacity:.7}@media only screen and (max-width:991.98px){.error_page .error_page_inner .lt p{text-align:center}}@media only screen and (max-width:767.98px){.error_page .error_page_inner .lt p{font-size:14px}}.error_page .error_page_inner .lt h3{font-weight:700;font-size:20px;color:#070722;text-align:left}@media only screen and (max-width:767.98px){.error_page .error_page_inner .lt h3{font-size:18px}}.error_page .error_page_inner .lt ul{padding-left:20px;margin-block:15px 30px}.error_page .error_page_inner .lt ul li{list-style-type:disc;text-align:left;font-weight:400;font-size:16px;color:#070722;margin-bottom:12px;opacity:.7}@media only screen and (max-width:767.98px){.error_page .error_page_inner .lt ul li{font-size:14px}}@media only screen and (max-width:575.98px){.error_page .error_page_inner .lt ul li{margin-bottom:8px}}.error_page .error_page_inner .lt ul li::marker{color:purple}.error_page .error_page_inner .lt .btn_flx{display:flex;justify-content:flex-start;gap:15px}.error_page .error_page_inner .lt .btn_flx .MuiButtonBase-root{font-weight:500;font-size:16px;line-height:16px;padding:18px 30px}@media only screen and (max-width:767.98px){.error_page .error_page_inner .lt .btn_flx .MuiButtonBase-root{padding:5px 20px}}@media only screen and (max-width:575.98px){.error_page .error_page_inner .lt .btn_flx .MuiButtonBase-root{font-size:13px;min-height:40px}}.error_page .error_page_inner .lt .btn_flx .MuiButtonBase-root:first-child a{color:#fff}.error_page .error_page_inner .lt .btn_flx .MuiButtonBase-root:first-child:hover a{color:purple}.error_page .error_page_inner .lt .btn_flx .MuiButtonBase-root:last-child{border:1px solid rgba(7,7,34,.2)}.error_page .error_page_inner .lt .btn_flx .MuiButtonBase-root:last-child a{color:#070722}.error_page .error_page_inner .lt .btn_flx .MuiButtonBase-root:last-child:hover a{color:#fff}.error_page .error_page_inner .rt{width:calc(50% - 20px);position:relative}@media only screen and (max-width:991.98px){.error_page .error_page_inner .rt{width:100%}}.error_page .error_page_inner .rt figure{height:100%;width:100%;margin:auto}@media only screen and (max-width:991.98px){.error_page .error_page_inner .rt figure{max-width:350px;margin-inline:auto}}@media only screen and (max-width:767.98px){.error_page .error_page_inner .rt figure{max-width:250px}}.error_page .error_page_inner .rt figure img{width:100%;height:100%;object-fit:contain}.quick_navigation h2{text-align:center;font-weight:700;font-size:20px;color:#070722;margin-bottom:25px}@media only screen and (max-width:575.98px){.quick_navigation h2{margin-bottom:16px;font-size:18px}}.quick_navigation ul{display:flex;flex-wrap:wrap;justify-content:space-between;gap:20px}@media only screen and (max-width:767.98px){.quick_navigation ul{gap:14px}}.quick_navigation ul li{width:calc(25% - 15px);background-color:#f5f5f5;border-radius:16px;display:flex;align-items:center;gap:10px;padding:16px;font-weight:500;font-size:16px;color:#070722;margin:0;justify-content:center}@media only screen and (max-width:991.98px){.quick_navigation ul li{border-radius:10px;padding:10px}}@media only screen and (max-width:767.98px){.quick_navigation ul li{width:calc(50% - 9.3333333333px)}}.quick_navigation ul li img{width:22px;height:22px;object-fit:contain}@media only screen and (max-width:767.98px){.quick_navigation ul li img{width:18px;height:18px}}.video_modal .modal-dialog{max-width:800px;width:100%}.textarea.w_100{width:100%;resize:none!important;scrollbar-width:none}.textarea.w_100::-webkit-scrollbar{display:none}.comparisonTable{display:flex;gap:1rem;padding:2rem;overflow-x:auto;width:100%;margin-top:200px}.comparisonTable .leftColumn{flex:0 0 260px;padding-top:120px;text-align:left}.comparisonTable .leftColumn h3{font-size:1.25rem;font-weight:600;margin-bottom:1rem}.comparisonTable .leftColumn ul{list-style:none;padding:0;margin:0}.comparisonTable .leftColumn ul li{padding:1rem 0;border-bottom:1px solid #eee;font-size:.95rem;color:#333}.comparisonTable .plansContainer{display:flex;flex:1 1;gap:1rem}.comparisonTable .plansContainer .planCard{flex:1 1;min-width:240px;border-radius:16px;background:#fafafa;box-shadow:0 2px 8px rgba(0,0,0,.05);overflow:hidden;display:flex;flex-direction:column;align-items:stretch;transition:transform .2s ease-in-out}.comparisonTable .plansContainer .planCard:hover{transform:translateY(-4px)}.comparisonTable .plansContainer .planCard .planHeader{background:#6a1b9a;color:#fff;text-align:center;padding:2rem 1rem;border-radius:16px 16px 0 0}.comparisonTable .plansContainer .planCard .planHeader h4{margin:0;font-size:1.2rem;font-weight:600}.comparisonTable .plansContainer .planCard .planHeader .price{margin-top:.5rem;font-size:2rem;font-weight:700}.comparisonTable .plansContainer .planCard .planHeader .price span{display:block;font-size:.9rem;font-weight:400}.comparisonTable .plansContainer .planCard .featureValues{list-style:none;margin:0;padding:0}.comparisonTable .plansContainer .planCard .featureValues li{text-align:center;padding:1rem 0;border-bottom:1px solid #eee;font-size:.95rem;color:#333}.comparisonTable .plansContainer .planCard.primary .planHeader{background:#6a1b9a}.comparisonTable .plansContainer .planCard.secondary .planHeader{background:#00796b}.comparisonTable .plansContainer .planCard.tertiary .planHeader{background:#4a148c}.name-avatar-saved{display:flex;align-items:center;justify-content:center;font-size:16px}.blurred-icon{filter:blur(4px);opacity:.3;pointer-events:none;cursor:not-allowed;-webkit-user-select:none;-moz-user-select:none;user-select:none}.MuiButtonBase-root.MuiTabScrollButton-root.MuiTabScrollButton-horizontal.Mui-disabled{opacity:.3}