@charset "UTF-8";:root{--toastify-color-light: #fff;--toastify-color-dark: #121212;--toastify-color-info: #3498db;--toastify-color-success: #07bc0c;--toastify-color-warning: #f1c40f;--toastify-color-error: #e74c3c;--toastify-color-transparent: rgba(255, 255, 255, .7);--toastify-icon-color-info: var(--toastify-color-info);--toastify-icon-color-success: var(--toastify-color-success);--toastify-icon-color-warning: var(--toastify-color-warning);--toastify-icon-color-error: var(--toastify-color-error);--toastify-toast-width: 320px;--toastify-toast-offset: 16px;--toastify-toast-top: max(var(--toastify-toast-offset), env(safe-area-inset-top));--toastify-toast-right: max(var(--toastify-toast-offset), env(safe-area-inset-right));--toastify-toast-left: max(var(--toastify-toast-offset), env(safe-area-inset-left));--toastify-toast-bottom: max(var(--toastify-toast-offset), env(safe-area-inset-bottom));--toastify-toast-background: #fff;--toastify-toast-min-height: 64px;--toastify-toast-max-height: 800px;--toastify-toast-bd-radius: 6px;--toastify-font-family: sans-serif;--toastify-z-index: 9999;--toastify-text-color-light: #757575;--toastify-text-color-dark: #fff;--toastify-text-color-info: #fff;--toastify-text-color-success: #fff;--toastify-text-color-warning: #fff;--toastify-text-color-error: #fff;--toastify-spinner-color: #616161;--toastify-spinner-color-empty-area: #e0e0e0;--toastify-color-progress-light: linear-gradient( to right, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55 );--toastify-color-progress-dark: #bb86fc;--toastify-color-progress-info: var(--toastify-color-info);--toastify-color-progress-success: var(--toastify-color-success);--toastify-color-progress-warning: var(--toastify-color-warning);--toastify-color-progress-error: var(--toastify-color-error);--toastify-color-progress-bgo: .2}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0,0,var(--toastify-z-index));position:fixed;padding:4px;width:var(--toastify-toast-width);box-sizing:border-box;color:#fff}.Toastify__toast-container--top-left{top:var(--toastify-toast-top);left:var(--toastify-toast-left)}.Toastify__toast-container--top-center{top:var(--toastify-toast-top);left:50%;transform:translate(-50%)}.Toastify__toast-container--top-right{top:var(--toastify-toast-top);right:var(--toastify-toast-right)}.Toastify__toast-container--bottom-left{bottom:var(--toastify-toast-bottom);left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{bottom:var(--toastify-toast-bottom);left:50%;transform:translate(-50%)}.Toastify__toast-container--bottom-right{bottom:var(--toastify-toast-bottom);right:var(--toastify-toast-right)}@media only screen and (max-width : 480px){.Toastify__toast-container{width:100vw;padding:0;left:env(safe-area-inset-left);margin:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translate(0)}.Toastify__toast-container--rtl{right:env(safe-area-inset-right);left:initial}}.Toastify__toast{--y: 0;position:relative;-ms-touch-action:none;touch-action:none;min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:8px;border-radius:var(--toastify-toast-bd-radius);box-shadow:0 4px 12px #0000001a;display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;max-height:var(--toastify-toast-max-height);font-family:var(--toastify-font-family);cursor:default;direction:ltr;z-index:0;overflow:hidden}.Toastify__toast--stacked{position:absolute;width:100%;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s}.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body,.Toastify__toast--stacked[data-collapsed] .Toastify__close-button{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{content:"";position:absolute;left:0;right:0;height:calc(var(--g) * 1px);bottom:100%}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{content:"";position:absolute;left:0;right:0;bottom:0;height:100%;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{margin:auto 0;-ms-flex:1 1 auto;flex:1 1 auto;padding:6px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.Toastify__toast-body>div:last-child{word-break:break-word;-ms-flex:1;flex:1}.Toastify__toast-icon{-webkit-margin-end:10px;margin-inline-end:10px;width:20px;-ms-flex-negative:0;flex-shrink:0;display:-ms-flexbox;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.5s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}@media only screen and (max-width : 480px){.Toastify__toast{margin-bottom:0;border-radius:0}}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--light,.Toastify__toast-theme--colored.Toastify__toast--default{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;-ms-flex-item-align:start;align-self:flex-start;z-index:1}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:hover,.Toastify__close-button:focus{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:100%;z-index:var(--toastify-z-index);opacity:.7;transform-origin:left;border-bottom-left-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:initial;transform-origin:right;border-bottom-left-radius:initial;border-bottom-right-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp{position:absolute;bottom:0;left:0;width:100%;height:5px;border-bottom-left-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{opacity:var(--toastify-color-progress-bgo);width:100%;height:100%}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,var(--y),0)}to{opacity:0;transform:translate3d(2000px,var(--y),0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,var(--y),0)}to{opacity:0;transform:translate3d(-2000px,var(--y),0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--top-left,.Toastify__bounce-enter--bottom-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--top-right,.Toastify__bounce-enter--bottom-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--top-left,.Toastify__bounce-exit--bottom-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--top-right,.Toastify__bounce-exit--bottom-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:translate3d(0,var(--y),0) scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0,var(--y),0) perspective(400px)}30%{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg);opacity:1}to{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(110%,var(--y),0)}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(-110%,var(--y),0)}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--top-left,.Toastify__slide-enter--bottom-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--top-right,.Toastify__slide-enter--bottom-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--top-left,.Toastify__slide-exit--bottom-left{animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown;animation-timing-function:ease-in;animation-duration:.3s}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}._Wrapper_1xlp0_1{width:100%;height:100dvh;position:relative;z-index:1;overflow:hidden}._Wrapper_1xlp0_1 ._GlassBg_1xlp0_8{width:100%;height:2rem;background-color:#fff3;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);position:absolute;top:5.5rem;z-index:10;transition:all ease-in-out .3s}._Wrapper_1xlp0_1 ._GlassBg_1xlp0_8._Show_1xlp0_18{transform:translateY(2rem)}._Wrapper_1xlp0_1 ._InnerWrapper_1xlp0_21{width:100%;height:calc(100dvh - 7.5rem);overflow-y:scroll}@media (max-width: 631px){._Wrapper_1xlp0_1 ._InnerWrapper_1xlp0_21{height:calc(100dvh - 17.5rem);margin-bottom:10rem}._Wrapper_1xlp0_1 ._InnerWrapper_1xlp0_21._FullHeight_1xlp0_31{height:calc(100dvh - 7.5rem)}}._Button_xl8hd_1{display:flex;align-items:center;justify-content:center;gap:0rem;border-radius:.625rem;flex-shrink:0;background:var(--c1);cursor:pointer;color:var(--c2);font-size:1.125rem;font-style:normal;font-weight:500;line-height:1.25rem;transition:all .3s ease-in-out;border:none;box-shadow:0 4px 20px 0 var(--c1)}._Button_xl8hd_1:hover{box-shadow:0 4px 20px 0 var(--c1v2);background:var(--c1v2);width:110%}._Button_xl8hd_1:disabled{box-shadow:0 0 0 0 var(--c1v2);background:var(--c3);cursor:not-allowed}@media (max-width: 631px){._Button_xl8hd_1._HideMobile_xl8hd_30{display:none}}._Button_xl8hd_1 span{width:0rem;height:0rem;overflow:hidden;opacity:0;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:all .3s ease-in-out;position:relative}._Button_xl8hd_1 span svg{color:var(--c2)}._Button_xl8hd_1 span ._svg_xl8hd_52{position:absolute;top:0;left:0}._Button_xl8hd_1 span ._svg_xl8hd_52 circle{stroke-width:1px;fill:none;stroke:var(--c2);stroke-dasharray:80;stroke-dashoffset:80}@keyframes _cir_xl8hd_1{to{stroke-dashoffset:0}}._Button_xl8hd_1._Hover_xl8hd_69{gap:1rem}._Button_xl8hd_1._Hover_xl8hd_69 span{width:2rem;height:2rem;opacity:1;padding-bottom:.1rem}._Button_xl8hd_1._Hover_xl8hd_69 circle{animation:_cir_xl8hd_1 .6s linear forwards}._Button2_xl8hd_82{display:flex;align-items:center;justify-content:center;gap:0rem;border-radius:.625rem;flex-shrink:0;background:transparent;cursor:pointer;font-size:1.125rem;font-style:normal;font-weight:500;line-height:1.25rem;transition:all .3s ease-in-out;border:2px solid var(--c1);color:#f77224}._Button2_xl8hd_82:hover{border:2px solid var(--c1v2)}._Button2_xl8hd_82:disabled{background:var(--c3);cursor:not-allowed}._Button2_xl8hd_82 span{width:0rem;height:0rem;overflow:hidden;opacity:0;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:all .3s ease-in-out;position:relative}._Button2_xl8hd_82 span ._svg_xl8hd_52{position:absolute;top:0;left:0}._Button2_xl8hd_82 span ._svg_xl8hd_52 circle{stroke-width:1px;fill:none;stroke-dasharray:80;stroke-dashoffset:80}._Button2_xl8hd_82._Hover_xl8hd_69{gap:1rem}._Button2_xl8hd_82._Hover_xl8hd_69 span{width:2rem;height:2rem;opacity:1;padding-bottom:.1rem}._Button2_xl8hd_82._Hover_xl8hd_69 circle{animation:_cir_xl8hd_1 .6s linear forwards}._ApplyPopupWrapper_vrj7s_1{position:fixed;top:0;left:0;width:100%;height:100vh;background:var(--b5);display:flex;align-items:center;justify-content:center;z-index:50}._ApplyPopupWrapper_vrj7s_1 ._ApplyPopup_vrj7s_1{width:48.0625rem;overflow-y:scroll;flex-shrink:0;border-radius:1.875rem;background:var(--c2);box-shadow:0 4px 30px #00000014;padding:2.6rem 5.31rem 4rem;position:relative}@media (max-width: 631px){._ApplyPopupWrapper_vrj7s_1 ._ApplyPopup_vrj7s_1{width:90%;padding:3rem}}._ApplyPopupWrapper_vrj7s_1 ._ApplyPopup_vrj7s_1 h2{color:var(--c3);font-family:var(--f2);font-size:3rem;font-style:normal;font-weight:600;line-height:3.99rem;letter-spacing:-.07838rem;margin-bottom:3rem}._ApplyPopupWrapper_vrj7s_1 ._ApplyPopup_vrj7s_1 h2 span{color:var(--c1)}._ApplyPopupWrapper_vrj7s_1 ._ApplyPopup_vrj7s_1 ._Close_vrj7s_42{position:absolute;top:1rem;right:1rem;width:2.5rem;height:2.5rem;border-radius:50%;border:none;background:var(--c1);transition:all .3s ease-in-out;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 0 2px 2px #0000001a}._ApplyPopupWrapper_vrj7s_1 ._ApplyPopup_vrj7s_1 ._Close_vrj7s_42 svg{width:50%;height:50%}._ApplyPopupWrapper_vrj7s_1 ._ApplyPopup_vrj7s_1 ._Close_vrj7s_42:hover{scale:1.1;background:var(--c1v2)}._ApplyPopupWrapper_vrj7s_1 ._ApplyPopup_vrj7s_1 ._FromWrapper_vrj7s_66{width:100%;display:flex;flex-direction:column;align-items:center;gap:1.25rem;margin-bottom:3rem}._ApplyPopupWrapper_vrj7s_1 ._ApplyPopup_vrj7s_1 ._FromWrapper_vrj7s_66 ._InputWrapper_vrj7s_74{width:100%;display:flex;align-items:center;gap:.5rem}._ApplyPopupWrapper_vrj7s_1 ._ApplyPopup_vrj7s_1 ._FromWrapper_vrj7s_66 ._InputWrapper_vrj7s_74 input{width:100%;height:3.625rem;border-radius:.9375rem;border:1.5px solid rgba(217,217,217,.63);background:transparent;outline:none;color:#000;font-family:Inter;font-size:1rem;font-style:normal;font-weight:500;line-height:normal;padding:0 1.9rem}@media (max-width: 631px){._ApplyPopupWrapper_vrj7s_1 ._ApplyPopup_vrj7s_1 ._FromWrapper_vrj7s_66 ._InputWrapper_vrj7s_74 input{font-size:1.3125rem}}._ApplyPopupWrapper_vrj7s_1 ._ApplyPopup_vrj7s_1 ._FromWrapper_vrj7s_66 ._InputWrapper_vrj7s_74 input::placeholder{color:#000000bf}._ApplyPopupWrapper_vrj7s_1 ._ApplyPopup_vrj7s_1 ._BottomSection_vrj7s_103{display:flex;align-items:center;gap:.75rem}._ApplyPopupWrapper_vrj7s_1 ._ApplyPopup_vrj7s_1 ._BottomSection_vrj7s_103 ._reCaptcha_vrj7s_108{flex:1;height:6rem;overflow:hidden;flex-shrink:0}._Footer_jtkfr_1{width:100%;background-image:url(/assets/FooterBG-DYVQfLRK.webp);background-repeat:no-repeat;background-size:cover}._Footer_jtkfr_1 ._TopSection_jtkfr_7{width:100%;height:43rem;display:flex;flex-direction:column}@media (max-width: 631px){._Footer_jtkfr_1 ._TopSection_jtkfr_7{height:auto}}._Footer_jtkfr_1 ._TopSection_jtkfr_7 ._Top_jtkfr_7{width:100%;padding:5.75rem 19.75rem 0rem 18rem;display:flex;align-items:flex-start;justify-content:space-between}@media (max-width: 631px){._Footer_jtkfr_1 ._TopSection_jtkfr_7 ._Top_jtkfr_7{padding:3rem;flex-direction:column;gap:1.5rem;padding-bottom:0}}._Footer_jtkfr_1 ._TopSection_jtkfr_7 ._Top_jtkfr_7 ._Text_jtkfr_33{width:42.22813rem;color:var(--c2);font-size:3rem;font-style:normal;font-weight:700;line-height:3.51rem;letter-spacing:-.125rem}._Footer_jtkfr_1 ._TopSection_jtkfr_7 ._Top_jtkfr_7 ._Text_jtkfr_33 span{color:var(--c1)}._Footer_jtkfr_1 ._TopSection_jtkfr_7 ._Bottom_jtkfr_45{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:flex-end;overflow:hidden;padding-top:11rem}@media (max-width: 631px){._Footer_jtkfr_1 ._TopSection_jtkfr_7 ._Bottom_jtkfr_45{padding-top:9rem}}._Footer_jtkfr_1 ._TopSection_jtkfr_7 ._Bottom_jtkfr_45 ._CardWrapperOuter_jtkfr_59{width:79.25rem;height:25.375rem;flex-shrink:0;margin-bottom:-6.68rem;position:relative}@media (max-width: 631px){._Footer_jtkfr_1 ._TopSection_jtkfr_7 ._Bottom_jtkfr_45 ._CardWrapperOuter_jtkfr_59{width:86%;height:auto}}._Footer_jtkfr_1 ._TopSection_jtkfr_7 ._Bottom_jtkfr_45 ._CardWrapperOuter_jtkfr_59 ._img1_jtkfr_72{position:absolute;top:45%;left:0;transform:translate(-50%);width:3.66625rem;height:3.68831rem;border-radius:50%;box-shadow:0 0 5px 2px #00000040;z-index:2}._Footer_jtkfr_1 ._TopSection_jtkfr_7 ._Bottom_jtkfr_45 ._CardWrapperOuter_jtkfr_59 ._img2_jtkfr_83{position:absolute;top:-4.5rem;left:10%;width:3.375rem;height:3.42775rem;border-radius:50%;z-index:2;box-shadow:0 0 5px 2px #00000040}._Footer_jtkfr_1 ._TopSection_jtkfr_7 ._Bottom_jtkfr_45 ._CardWrapperOuter_jtkfr_59 ._img3_jtkfr_93{position:absolute;top:-6.25rem;left:50%;width:6.25rem;height:6.34775rem;border-radius:50%;z-index:2;box-shadow:0 0 5px 2px #00000040}._Footer_jtkfr_1 ._TopSection_jtkfr_7 ._Bottom_jtkfr_45 ._CardWrapperOuter_jtkfr_59 ._img4_jtkfr_103{position:absolute;top:0;right:0;transform:translate(50%);width:6.25rem;height:6.34775rem;border-radius:50%;z-index:2;box-shadow:0 0 5px 2px #00000040}@media (max-width: 631px){._Footer_jtkfr_1 ._TopSection_jtkfr_7 ._Bottom_jtkfr_45 ._CardWrapperOuter_jtkfr_59 ._img4_jtkfr_103{transform:translate(1rem,-2rem)}}._Footer_jtkfr_1 ._TopSection_jtkfr_7 ._Bottom_jtkfr_45 ._CardWrapperOuter_jtkfr_59 ._CardWrapper_jtkfr_59{width:100%;height:100%;border-radius:1.81469rem;box-shadow:0 4px 34px #00000040;padding:2px;z-index:1;position:relative;overflow:hidden}._Footer_jtkfr_1 ._TopSection_jtkfr_7 ._Bottom_jtkfr_45 ._CardWrapperOuter_jtkfr_59 ._CardWrapper_jtkfr_59:after{content:"";position:absolute;top:0;left:0;width:50%;height:100%;background:var(--lgL);z-index:-1}._Footer_jtkfr_1 ._TopSection_jtkfr_7 ._Bottom_jtkfr_45 ._CardWrapperOuter_jtkfr_59 ._CardWrapper_jtkfr_59:before{content:"";position:absolute;bottom:0;right:0;width:50%;height:100%;background:var(--lgR);z-index:-1}._Footer_jtkfr_1 ._TopSection_jtkfr_7 ._Bottom_jtkfr_45 ._CardWrapperOuter_jtkfr_59 ._CardWrapper_jtkfr_59 ._CardWrapperInner_jtkfr_149{width:100%;height:100%;position:relative;background:var(--b4);-webkit-backdrop-filter:blur(150px);backdrop-filter:blur(150px);border-radius:1.81469rem;z-index:2;padding:4rem 2.8rem 0rem 2.19rem}._Footer_jtkfr_1 ._TopSection_jtkfr_7 ._Bottom_jtkfr_45 ._CardWrapperOuter_jtkfr_59 ._CardWrapper_jtkfr_59 ._CardWrapperInner_jtkfr_149 ._CardTop_jtkfr_159{width:100%;height:7.25rem;margin-bottom:2.14rem;display:flex;align-items:center;gap:2rem}@media (max-width: 631px){._Footer_jtkfr_1 ._TopSection_jtkfr_7 ._Bottom_jtkfr_45 ._CardWrapperOuter_jtkfr_59 ._CardWrapper_jtkfr_59 ._CardWrapperInner_jtkfr_149 ._CardTop_jtkfr_159{height:auto;flex-direction:column}}._Footer_jtkfr_1 ._TopSection_jtkfr_7 ._Bottom_jtkfr_45 ._CardWrapperOuter_jtkfr_59 ._CardWrapper_jtkfr_59 ._CardWrapperInner_jtkfr_149 ._CardTop_jtkfr_159 ._SkillsMobile_jtkfr_173{width:100%;flex:1;min-height:2rem;display:none;align-items:center;column-gap:1.6875rem;row-gap:0rem;padding-left:3rem;color:var(--c2);font-size:1.375rem;font-style:normal;font-weight:500;line-height:3.45519rem;flex-wrap:wrap}._Footer_jtkfr_1 ._TopSection_jtkfr_7 ._Bottom_jtkfr_45 ._CardWrapperOuter_jtkfr_59 ._CardWrapper_jtkfr_59 ._CardWrapperInner_jtkfr_149 ._CardTop_jtkfr_159 ._SkillsMobile_jtkfr_173 p{padding:.58rem 1.5rem;border-radius:6.25rem;background:var(--b2);color:#ffffffb3;font-size:1rem;font-style:normal;font-weight:400;line-height:1.50144rem;letter-spacing:.00925rem}@media (max-width: 631px){._Footer_jtkfr_1 ._TopSection_jtkfr_7 ._Bottom_jtkfr_45 ._CardWrapperOuter_jtkfr_59 ._CardWrapper_jtkfr_59 ._CardWrapperInner_jtkfr_149 ._CardTop_jtkfr_159 ._SkillsMobile_jtkfr_173 p{font-size:1.3125rem}._Footer_jtkfr_1 ._TopSection_jtkfr_7 ._Bottom_jtkfr_45 ._CardWrapperOuter_jtkfr_59 ._CardWrapper_jtkfr_59 ._CardWrapperInner_jtkfr_149 ._CardTop_jtkfr_159 ._SkillsMobile_jtkfr_173{display:inline-flex}}._Footer_jtkfr_1 ._TopSection_jtkfr_7 ._Bottom_jtkfr_45 ._CardWrapperOuter_jtkfr_59 ._CardWrapper_jtkfr_59 ._CardWrapperInner_jtkfr_149 ._CardTop_jtkfr_159 ._CardTopLeft_jtkfr_210{height:100%;display:flex;align-items:center;gap:1.47rem;flex:1;flex-shrink:0}._Footer_jtkfr_1 ._TopSection_jtkfr_7 ._Bottom_jtkfr_45 ._CardWrapperOuter_jtkfr_59 ._CardWrapper_jtkfr_59 ._CardWrapperInner_jtkfr_149 ._CardTop_jtkfr_159 ._CardTopLeft_jtkfr_210 img{width:7.25rem;height:100%;border-radius:50%;flex-shrink:0}@media (max-width: 631px){._Footer_jtkfr_1 ._TopSection_jtkfr_7 ._Bottom_jtkfr_45 ._CardWrapperOuter_jtkfr_59 ._CardWrapper_jtkfr_59 ._CardWrapperInner_jtkfr_149 ._CardTop_jtkfr_159 ._CardTopLeft_jtkfr_210 img{aspect-ratio:1/1}}._Footer_jtkfr_1 ._TopSection_jtkfr_7 ._Bottom_jtkfr_45 ._CardWrapperOuter_jtkfr_59 ._CardWrapper_jtkfr_59 ._CardWrapperInner_jtkfr_149 ._CardTop_jtkfr_159 ._CardTopLeft_jtkfr_210 ._TopContentSection_jtkfr_229{flex:1;display:flex;flex-direction:column;gap:.32rem}._Footer_jtkfr_1 ._TopSection_jtkfr_7 ._Bottom_jtkfr_45 ._CardWrapperOuter_jtkfr_59 ._CardWrapper_jtkfr_59 ._CardWrapperInner_jtkfr_149 ._CardTop_jtkfr_159 ._CardTopLeft_jtkfr_210 ._TopContentSection_jtkfr_229 ._NameSection_jtkfr_235{display:flex;align-items:center;gap:2rem}._Footer_jtkfr_1 ._TopSection_jtkfr_7 ._Bottom_jtkfr_45 ._CardWrapperOuter_jtkfr_59 ._CardWrapper_jtkfr_59 ._CardWrapperInner_jtkfr_149 ._CardTop_jtkfr_159 ._CardTopLeft_jtkfr_210 ._TopContentSection_jtkfr_229 ._NameSection_jtkfr_235 h2{color:var(--c2);font-size:1.89131rem;font-style:normal;font-weight:500;line-height:4.00119rem}._Footer_jtkfr_1 ._TopSection_jtkfr_7 ._Bottom_jtkfr_45 ._CardWrapperOuter_jtkfr_59 ._CardWrapper_jtkfr_59 ._CardWrapperInner_jtkfr_149 ._CardTop_jtkfr_159 ._CardTopLeft_jtkfr_210 ._TopContentSection_jtkfr_229 ._NameSection_jtkfr_235 p{color:var(--c2);font-size:1rem;font-style:normal;font-weight:400;line-height:150%;display:flex;align-items:center;gap:.375rem}@media (max-width: 631px){._Footer_jtkfr_1 ._TopSection_jtkfr_7 ._Bottom_jtkfr_45 ._CardWrapperOuter_jtkfr_59 ._CardWrapper_jtkfr_59 ._CardWrapperInner_jtkfr_149 ._CardTop_jtkfr_159 ._CardTopLeft_jtkfr_210 ._TopContentSection_jtkfr_229 ._NameSection_jtkfr_235 p{font-size:1.3125rem}}._Footer_jtkfr_1 ._TopSection_jtkfr_7 ._Bottom_jtkfr_45 ._CardWrapperOuter_jtkfr_59 ._CardWrapper_jtkfr_59 ._CardWrapperInner_jtkfr_149 ._CardTop_jtkfr_159 ._CardTopLeft_jtkfr_210 ._TopContentSection_jtkfr_229 ._NameSection_jtkfr_235 p svg{width:1.34375rem;height:1.34375rem;color:var(--c2)}._Footer_jtkfr_1 ._TopSection_jtkfr_7 ._Bottom_jtkfr_45 ._CardWrapperOuter_jtkfr_59 ._CardWrapper_jtkfr_59 ._CardWrapperInner_jtkfr_149 ._CardTop_jtkfr_159 ._CardTopLeft_jtkfr_210 ._TopContentSection_jtkfr_229 ._DetailsSection_jtkfr_267{width:100%;display:flex;align-items:center;gap:1rem}._Footer_jtkfr_1 ._TopSection_jtkfr_7 ._Bottom_jtkfr_45 ._CardWrapperOuter_jtkfr_59 ._CardWrapper_jtkfr_59 ._CardWrapperInner_jtkfr_149 ._CardTop_jtkfr_159 ._CardTopLeft_jtkfr_210 ._TopContentSection_jtkfr_229 ._DetailsSection_jtkfr_267 p{height:2.52175rem;padding:0 1.4rem;border-radius:10.50725rem;background:var(--b2);display:flex;align-items:center;justify-content:center;gap:1.05075rem;color:var(--c2);font-size:1.26088rem;font-style:normal;font-weight:400;line-height:4.00119rem}@media (max-width: 631px){._Footer_jtkfr_1 ._TopSection_jtkfr_7 ._Bottom_jtkfr_45 ._CardWrapperOuter_jtkfr_59 ._CardWrapper_jtkfr_59 ._CardWrapperInner_jtkfr_149 ._CardTop_jtkfr_159 ._CardTopLeft_jtkfr_210 ._TopContentSection_jtkfr_229 ._DetailsSection_jtkfr_267 p{font-size:1.3125rem;height:auto;padding:1rem;line-height:120%;text-align:center}}._Footer_jtkfr_1 ._TopSection_jtkfr_7 ._Bottom_jtkfr_45 ._CardWrapperOuter_jtkfr_59 ._CardWrapper_jtkfr_59 ._CardWrapperInner_jtkfr_149 ._CardTop_jtkfr_159 ._CardTopLeft_jtkfr_210 ._TopContentSection_jtkfr_229 ._DetailsSection_jtkfr_267 p svg{width:1.4475rem;height:1.4475rem;flex-shrink:0;color:var(--c2)}._Footer_jtkfr_1 ._TopSection_jtkfr_7 ._Bottom_jtkfr_45 ._CardWrapperOuter_jtkfr_59 ._CardWrapper_jtkfr_59 ._CardWrapperInner_jtkfr_149 ._CardTop_jtkfr_159 ._CardTopRight_jtkfr_307{width:31.6875rem;color:var(--c2);font-size:1.125rem;font-style:normal;font-weight:300;line-height:1.81469rem}._Footer_jtkfr_1 ._TopSection_jtkfr_7 ._Bottom_jtkfr_45 ._CardWrapperOuter_jtkfr_59 ._CardWrapper_jtkfr_59 ._CardWrapperInner_jtkfr_149 ._CardBottom_jtkfr_315{width:100%;flex:1;min-height:2rem;display:inline-flex;align-items:center;column-gap:1.6875rem;row-gap:0rem;padding-left:9rem;color:var(--c2);font-size:1.375rem;font-style:normal;font-weight:500;line-height:3.45519rem;flex-wrap:wrap}@media (max-width: 631px){._Footer_jtkfr_1 ._TopSection_jtkfr_7 ._Bottom_jtkfr_45 ._CardWrapperOuter_jtkfr_59 ._CardWrapper_jtkfr_59 ._CardWrapperInner_jtkfr_149 ._CardBottom_jtkfr_315{visibility:hidden}}._Footer_jtkfr_1 ._TopSection_jtkfr_7 ._Bottom_jtkfr_45 ._CardWrapperOuter_jtkfr_59 ._CardWrapper_jtkfr_59 ._CardWrapperInner_jtkfr_149 ._CardBottom_jtkfr_315 p{padding:.58rem 1.5rem;border-radius:6.25rem;background:var(--b2);color:#ffffffb3;font-size:1rem;font-style:normal;font-weight:400;line-height:1.50144rem;letter-spacing:.00925rem}._Footer_jtkfr_1 ._BottomSection_jtkfr_347{width:100%;background:var(--b2);-webkit-backdrop-filter:blur(40px);backdrop-filter:blur(40px);padding-top:5.19rem}@media (max-width: 631px){._Footer_jtkfr_1 ._BottomSection_jtkfr_347{padding:0}}._Footer_jtkfr_1 ._BottomSection_jtkfr_347 ._Row1_jtkfr_358{width:100%;padding:0 11.8rem 1.56rem 9.19rem;display:flex;align-items:center;justify-content:space-between;position:relative}@media (max-width: 631px){._Footer_jtkfr_1 ._BottomSection_jtkfr_347 ._Row1_jtkfr_358{padding:3rem;flex-direction:column;align-items:flex-start}}._Footer_jtkfr_1 ._BottomSection_jtkfr_347 ._Row1_jtkfr_358:after{content:"";width:100%;height:1px;position:absolute;bottom:0;left:0;background:var(--lg1)}._Footer_jtkfr_1 ._BottomSection_jtkfr_347 ._Row1_jtkfr_358 ._Left_jtkfr_383{display:flex;align-items:center;gap:2.81rem}._Footer_jtkfr_1 ._BottomSection_jtkfr_347 ._Row1_jtkfr_358 ._Left_jtkfr_383 img{width:14.375rem}._Footer_jtkfr_1 ._BottomSection_jtkfr_347 ._Row1_jtkfr_358 ._Left_jtkfr_383 p{width:15.64563rem;color:var(--c2);font-family:var(--f2);font-size:.958rem;font-style:normal;font-weight:400;line-height:1.755rem;letter-spacing:.0225rem;opacity:.85}._Footer_jtkfr_1 ._BottomSection_jtkfr_347 ._Row1_jtkfr_358 ._Right_jtkfr_402{display:inline-flex;align-items:center;gap:2.5rem}._Footer_jtkfr_1 ._BottomSection_jtkfr_347 ._Row1_jtkfr_358 ._Right_jtkfr_402 a{color:var(--c2);font-size:1.25rem;font-style:normal;font-weight:400;line-height:1.755rem;text-decoration:none;transition:all .3s ease-in-out}@media (max-width: 631px){._Footer_jtkfr_1 ._BottomSection_jtkfr_347 ._Row1_jtkfr_358 ._Right_jtkfr_402 a{font-size:1.3125rem}}._Footer_jtkfr_1 ._BottomSection_jtkfr_347 ._Row1_jtkfr_358 ._Right_jtkfr_402 a:hover{color:var(--c1)}@media (max-width: 631px){._Footer_jtkfr_1 ._BottomSection_jtkfr_347 ._Row1_jtkfr_358 ._Right_jtkfr_402{display:none}}._Footer_jtkfr_1 ._BottomSection_jtkfr_347 ._Row2_jtkfr_429{width:100%;padding:3.5rem 11.56rem 7.19rem 10.69rem;display:inline-flex;justify-content:space-between;gap:2rem;position:relative}@media (max-width: 631px){._Footer_jtkfr_1 ._BottomSection_jtkfr_347 ._Row2_jtkfr_429{padding:9rem 3rem 3rem;display:grid;grid-template-columns:repeat(2,1fr);row-gap:3rem}}._Footer_jtkfr_1 ._BottomSection_jtkfr_347 ._Row2_jtkfr_429 ._FooterNav_jtkfr_446{position:absolute;top:3rem;left:3rem;display:none;align-items:center;gap:2.5rem}._Footer_jtkfr_1 ._BottomSection_jtkfr_347 ._Row2_jtkfr_429 ._FooterNav_jtkfr_446 a{color:var(--c2);font-size:1.25rem;font-style:normal;font-weight:400;line-height:1.755rem;text-decoration:none;transition:all .3s ease-in-out}._Footer_jtkfr_1 ._BottomSection_jtkfr_347 ._Row2_jtkfr_429 ._FooterNav_jtkfr_446 a:hover{color:var(--c1)}@media (max-width: 631px){._Footer_jtkfr_1 ._BottomSection_jtkfr_347 ._Row2_jtkfr_429 ._FooterNav_jtkfr_446{display:inline-flex;font-size:1.425rem}}._Footer_jtkfr_1 ._BottomSection_jtkfr_347 ._Row2_jtkfr_429:after{content:"";width:100%;height:1px;position:absolute;bottom:0;left:0;background:var(--b2)}._Footer_jtkfr_1 ._BottomSection_jtkfr_347 ._Row2_jtkfr_429 ._col_jtkfr_481{display:flex;flex-direction:column;gap:1.25rem}@media (max-width: 631px){._Footer_jtkfr_1 ._BottomSection_jtkfr_347 ._Row2_jtkfr_429 ._col_jtkfr_481{position:relative}}._Footer_jtkfr_1 ._BottomSection_jtkfr_347 ._Row2_jtkfr_429 ._col_jtkfr_481 a{color:var(--c2);font-size:1.125rem;font-style:normal;font-weight:400;line-height:1.49625rem;letter-spacing:.03375rem;text-decoration:none;transition:all .2s ease-in-out}@media (max-width: 631px){._Footer_jtkfr_1 ._BottomSection_jtkfr_347 ._Row2_jtkfr_429 ._col_jtkfr_481 a{font-size:1.2125rem}}._Footer_jtkfr_1 ._BottomSection_jtkfr_347 ._Row2_jtkfr_429 ._col_jtkfr_481 a:hover{color:var(--c1)}@media (max-width: 631px){._Footer_jtkfr_1 ._BottomSection_jtkfr_347 ._Row2_jtkfr_429 ._col_jtkfr_481:nth-child(6):after{display:none}._Footer_jtkfr_1 ._BottomSection_jtkfr_347 ._Row2_jtkfr_429 ._col_jtkfr_481:after{content:"";position:absolute;bottom:-1.7rem;height:.4rem;border-radius:.4rem;width:80%;background-color:var(--c1);box-shadow:0 7.977px 14.885px #00000014;-webkit-backdrop-filter:blur(75px);backdrop-filter:blur(75px)}}._Footer_jtkfr_1 ._BottomSection_jtkfr_347 ._Row2_jtkfr_429 ._SocialIconsMob_jtkfr_525{display:none}@media (max-width: 631px){._Footer_jtkfr_1 ._BottomSection_jtkfr_347 ._Row2_jtkfr_429 ._SocialIconsMob_jtkfr_525{width:90%;display:flex;align-items:center;justify-content:space-around;gap:1rem;flex-wrap:wrap}}._Footer_jtkfr_1 ._BottomSection_jtkfr_347 ._Row2_jtkfr_429 ._SocialIconsMob_jtkfr_525 ._Icon_jtkfr_538{width:4.5rem;height:4.5rem;border-radius:50%;background:var(--b3);display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease-in-out}._Footer_jtkfr_1 ._BottomSection_jtkfr_347 ._Row2_jtkfr_429 ._SocialIconsMob_jtkfr_525 ._Icon_jtkfr_538:hover{background:var(--b2)}._Footer_jtkfr_1 ._BottomSection_jtkfr_347 ._Row2_jtkfr_429 ._SocialIconsMob_jtkfr_525 ._Icon_jtkfr_538 svg{width:2.25rem;height:2.25rem;color:var(--c2)}._Footer_jtkfr_1 ._BottomSection_jtkfr_347 ._Row3_jtkfr_557{width:100%;padding:4.6rem 11rem;display:inline-flex;justify-content:space-between;gap:5rem;position:relative}@media (max-width: 631px){._Footer_jtkfr_1 ._BottomSection_jtkfr_347 ._Row3_jtkfr_557{padding:3rem;flex-wrap:wrap;justify-content:center;gap:1.5rem}}._Footer_jtkfr_1 ._BottomSection_jtkfr_347 ._Row3_jtkfr_557:after{content:"";width:100%;height:1px;position:absolute;bottom:0;left:0;background:var(--lg1)}._Footer_jtkfr_1 ._BottomSection_jtkfr_347 ._Row3_jtkfr_557 ._col_jtkfr_481{display:flex;align-items:center;gap:1.1rem}@media (max-width: 631px){._Footer_jtkfr_1 ._BottomSection_jtkfr_347 ._Row3_jtkfr_557 ._col_jtkfr_481:nth-child(1){width:100%;justify-content:center}}._Footer_jtkfr_1 ._BottomSection_jtkfr_347 ._Row3_jtkfr_557 ._col_jtkfr_481 ._icon_jtkfr_593{width:4.2rem;height:4.2rem;flex-shrink:0;display:flex;align-items:center;justify-content:center;background:var(--lg1);border-radius:50%}._Footer_jtkfr_1 ._BottomSection_jtkfr_347 ._Row3_jtkfr_557 ._col_jtkfr_481 ._icon_jtkfr_593 svg{width:2.4rem;height:2.4rem;color:var(--c2)}._Footer_jtkfr_1 ._BottomSection_jtkfr_347 ._Row3_jtkfr_557 ._col_jtkfr_481 ._text_jtkfr_608{display:flex;flex-direction:column;gap:.35rem}._Footer_jtkfr_1 ._BottomSection_jtkfr_347 ._Row3_jtkfr_557 ._col_jtkfr_481 ._text_jtkfr_608 h6{color:var(--c2);font-size:.97469rem;font-style:normal;font-weight:300;line-height:1.71094rem}@media (max-width: 631px){._Footer_jtkfr_1 ._BottomSection_jtkfr_347 ._Row3_jtkfr_557 ._col_jtkfr_481 ._text_jtkfr_608 h6{font-size:1.097469rem}}._Footer_jtkfr_1 ._BottomSection_jtkfr_347 ._Row3_jtkfr_557 ._col_jtkfr_481 ._text_jtkfr_608 h5{color:var(--c2);font-size:1.42581rem;font-style:normal;font-weight:500;line-height:1.71094rem}@media (max-width: 631px){._Footer_jtkfr_1 ._BottomSection_jtkfr_347 ._Row3_jtkfr_557 ._col_jtkfr_481 ._text_jtkfr_608 h5{font-size:1.2rem}}._Footer_jtkfr_1 ._BottomSection_jtkfr_347 ._Row4_jtkfr_637{width:100%;padding:1.25rem 10.5rem 1.56rem 11rem;display:flex;align-items:center;justify-content:space-between}@media (max-width: 631px){._Footer_jtkfr_1 ._BottomSection_jtkfr_347 ._Row4_jtkfr_637{padding:3rem 3rem 5rem;flex-direction:column;align-items:flex-start}}._Footer_jtkfr_1 ._BottomSection_jtkfr_347 ._Row4_jtkfr_637 ._Right_jtkfr_402{display:inline-flex;align-items:flex-start;gap:1.75rem}@media (max-width: 631px){._Footer_jtkfr_1 ._BottomSection_jtkfr_347 ._Row4_jtkfr_637 ._Right_jtkfr_402{width:100%;flex-wrap:wrap;justify-content:center}}._Footer_jtkfr_1 ._BottomSection_jtkfr_347 ._Row4_jtkfr_637 ._Right_jtkfr_402 a{color:var(--c2);font-size:1rem;font-style:normal;font-weight:400;line-height:1.25rem;text-decoration:none;transition:all .2s ease-in-out}@media (max-width: 631px){._Footer_jtkfr_1 ._BottomSection_jtkfr_347 ._Row4_jtkfr_637 ._Right_jtkfr_402 a{font-size:1.3125rem}}._Footer_jtkfr_1 ._BottomSection_jtkfr_347 ._Row4_jtkfr_637 ._Right_jtkfr_402 a:hover{color:var(--c1)}._Footer_jtkfr_1 ._BottomSection_jtkfr_347 ._Row4_jtkfr_637 ._Right_jtkfr_402 ._CopyRight_jtkfr_681{order:5;align-self:center;color:var(--c2);font-size:1rem;font-style:normal;font-weight:400;line-height:1.25rem}@media (max-width: 631px){._Footer_jtkfr_1 ._BottomSection_jtkfr_347 ._Row4_jtkfr_637 ._Right_jtkfr_402 ._CopyRight_jtkfr_681{margin-top:2rem;width:100%;text-align:center}}._Footer_jtkfr_1 ._BottomSection_jtkfr_347 ._Row4_jtkfr_637 ._Left_jtkfr_383{display:flex;align-items:center;gap:1.1875rem}@media (max-width: 631px){._Footer_jtkfr_1 ._BottomSection_jtkfr_347 ._Row4_jtkfr_637 ._Left_jtkfr_383{display:none}}._Footer_jtkfr_1 ._BottomSection_jtkfr_347 ._Row4_jtkfr_637 ._Left_jtkfr_383 ._Icon_jtkfr_538{width:2.5rem;height:2.5rem;border-radius:50%;background:var(--b3);display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease-in-out}._Footer_jtkfr_1 ._BottomSection_jtkfr_347 ._Row4_jtkfr_637 ._Left_jtkfr_383 ._Icon_jtkfr_538:hover{background:var(--b2)}._Footer_jtkfr_1 ._BottomSection_jtkfr_347 ._Row4_jtkfr_637 ._Left_jtkfr_383 ._Icon_jtkfr_538 svg{width:1.25rem;height:1.25rem;color:var(--c2)}._Container_og8wg_1{background:var(--c5);border-radius:12px;padding:1.2rem 1.5rem;width:100%;margin:auto;font-family:Inter,sans-serif;height:fit-content;margin-top:-.7rem;overflow-y:auto}@media (max-width: 1440px){._Container_og8wg_1{padding:3rem 2rem}}@media (min-width: 1600px){._Container_og8wg_1{padding:4rem 2.5rem}}._TopButtons_og8wg_23{display:flex;justify-content:space-between;gap:1rem;margin-bottom:0rem}._TopButtons_og8wg_23 ._HireBox_og8wg_29{flex:1;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:1rem;height:7rem;border-radius:12px;font-weight:600;font-size:1rem;cursor:pointer;transition:all .3s ease;color:#fff;text-align:center}._TopButtons_og8wg_23 ._HireBox_og8wg_29 svg{width:2.8rem;height:2.8rem;border-radius:50%;padding:.5rem;margin-bottom:.5rem;transform:rotate(180deg);transition:transform .4s ease}._TopButtons_og8wg_23 ._HireBox_og8wg_29 svg path{fill:#fff!important}._TopButtons_og8wg_23 ._HireBox_og8wg_29:hover{transform:translateY(-3px)}._TopButtons_og8wg_23 ._HireBox_og8wg_29._ai_og8wg_60{background:linear-gradient(112.12deg,#e31d6c1a 4.93%,#ffffff1a 256.79%);color:#ff3a85e2}._TopButtons_og8wg_23 ._HireBox_og8wg_29._ai_og8wg_60 svg{background:#ff3a85}._TopButtons_og8wg_23 ._HireBox_og8wg_29._ai_og8wg_60:hover{color:#ff3a85}._TopButtons_og8wg_23 ._HireBox_og8wg_29._intern_og8wg_70{background:linear-gradient(105.66deg,#f3721b1a 4.46%,#ffffff1a 232.7%);color:#f58a46}._TopButtons_og8wg_23 ._HireBox_og8wg_29._intern_og8wg_70 svg{background:#f58a46}._TopButtons_og8wg_23 ._HireBox_og8wg_29._intern_og8wg_70:hover{color:#f58a46}._TopButtons_og8wg_23 ._HireBox_og8wg_29._remote_og8wg_80{background:#1cc1691a;color:#12bd5f}._TopButtons_og8wg_23 ._HireBox_og8wg_29._remote_og8wg_80 svg{background:#12bd5f}._TopButtons_og8wg_23 ._HireBox_og8wg_29._remote_og8wg_80:hover{color:#12bd5f}._bottomButtons_og8wg_91{display:flex;justify-content:space-between;gap:1rem;margin-bottom:2rem;margin-top:-1rem}._bottomButtons_og8wg_91 ._HireBox2_og8wg_98{flex:1;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:1rem;height:7rem;border-radius:12px;font-weight:600;font-size:1rem;cursor:pointer;transition:all .3s ease;color:#fff;text-align:center}._bottomButtons_og8wg_91 ._HireBox2_og8wg_98 svg,._bottomButtons_og8wg_91 ._HireBox2_og8wg_98 ._image_og8wg_117 img{width:2.8rem;height:2.8rem;border-radius:50%;padding:.5rem;margin-bottom:.5rem;object-fit:contain;transition:transform .4s ease,background .3s ease;background:currentColor}._bottomButtons_og8wg_91 ._HireBox2_og8wg_98 svg path{fill:#fff!important}._bottomButtons_og8wg_91 ._HireBox2_og8wg_98 ._image_og8wg_117{display:flex;justify-content:center;align-items:center;width:3rem;height:3rem;border-radius:50%}._bottomButtons_og8wg_91 ._HireBox2_og8wg_98:hover{transform:translateY(-3px)}._bottomButtons_og8wg_91 ._HireBox2_og8wg_98._n8n_og8wg_141{background:linear-gradient(112.12deg,#e31d6c1a 4.93%,#ffffff1a 256.79%);color:#ff3a85e2}._bottomButtons_og8wg_91 ._HireBox2_og8wg_98._n8n_og8wg_141 svg,._bottomButtons_og8wg_91 ._HireBox2_og8wg_98._n8n_og8wg_141 ._image_og8wg_117 img{background:#ff3a85}._bottomButtons_og8wg_91 ._HireBox2_og8wg_98._n8n_og8wg_141:hover{color:#ff3a85}._bottomButtons_og8wg_91 ._HireBox2_og8wg_98._nocode_og8wg_152{background:linear-gradient(105.66deg,#f3721b1a 4.46%,#ffffff1a 232.7%);color:#f58a46}._bottomButtons_og8wg_91 ._HireBox2_og8wg_98._nocode_og8wg_152 svg,._bottomButtons_og8wg_91 ._HireBox2_og8wg_98._nocode_og8wg_152 ._image_og8wg_117 img{background:#f58a46}._bottomButtons_og8wg_91 ._HireBox2_og8wg_98._nocode_og8wg_152 p{font-size:1rem}._bottomButtons_og8wg_91 ._HireBox2_og8wg_98._nocode_og8wg_152:hover{color:#f58a46}._bottomButtons_og8wg_91 ._HireBox2_og8wg_98._gohigh_og8wg_166{background:#1cc1691a;color:#12bd5f}._bottomButtons_og8wg_91 ._HireBox2_og8wg_98._gohigh_og8wg_166 svg,._bottomButtons_og8wg_91 ._HireBox2_og8wg_98._gohigh_og8wg_166 ._image_og8wg_117 img{margin-top:1rem;background:#12bd5f}._bottomButtons_og8wg_91 ._HireBox2_og8wg_98._gohigh_og8wg_166:hover{color:#12bd5f}._bottomButtons_og8wg_91 ._HireBox2_og8wg_98 p{margin-top:.2rem}._Content_og8wg_182{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem;font-size:.9rem;padding:1rem 0}@media (max-width: 768px){._Content_og8wg_182{grid-template-columns:1fr}}._Section_og8wg_195{gap:1.5rem}._Section_og8wg_195 h4{font-size:1.2rem;font-weight:500;margin-bottom:1.2rem;margin-top:1rem;color:#fff;letter-spacing:.5px}._Item_og8wg_208{display:flex;align-items:flex-start;gap:.6rem;margin-bottom:1rem;font-size:1rem}._Item_og8wg_208 svg{width:3rem;height:3rem;padding:.5rem;border-radius:10px;transition:transform .4s ease}._Item_og8wg_208 svg path{fill:#fff!important}._Item_og8wg_208 p{font-weight:400;margin:0;font-size:1.2rem;color:#fff}._Item_og8wg_208 span{font-size:1rem;color:#bdbdbd}._Section_og8wg_195:nth-of-type(1) ._Item_og8wg_208:nth-of-type(1) svg{background:linear-gradient(112.12deg,#6548ee 4.93%,#fff 256.79%)}._Section_og8wg_195:nth-of-type(1) ._Item_og8wg_208:nth-of-type(2) svg{background:linear-gradient(112.12deg,#f66957 4.93%,#fff 256.79%)}._Section_og8wg_195:nth-of-type(1) ._Item_og8wg_208:nth-of-type(3) svg{background:linear-gradient(112.12deg,#6ac248 4.93%,#fff 256.79%)}._Section_og8wg_195:nth-of-type(1) ._Item_og8wg_208:nth-of-type(4) svg{background:linear-gradient(105.66deg,#f3721b 4.46%,#fff 232.7%)}._Section_og8wg_195:nth-of-type(1) ._Item_og8wg_208:nth-of-type(5) svg{background:linear-gradient(112.12deg,#2fbbe9 4.93%,#fff 256.79%)}._Section_og8wg_195:nth-of-type(2) ._Item_og8wg_208:nth-of-type(1) svg{background:linear-gradient(112.12deg,#1cc169 4.93%,#fff 256.79%)}._Section_og8wg_195:nth-of-type(2) ._Item_og8wg_208:nth-of-type(2) svg{background:linear-gradient(355.81deg,#ffc444 26.24%,#f36f56 132.07%)}._Section_og8wg_195:nth-of-type(2) ._Item_og8wg_208:nth-of-type(3) svg{background:linear-gradient(112.12deg,#6548ee 4.93%,#fff 256.79%)}._Section_og8wg_195:nth-of-type(2) ._Item_og8wg_208:nth-of-type(4) svg{background:linear-gradient(112.12deg,#f66957 4.93%,#fff 256.79%)}._Section_og8wg_195:nth-of-type(2) ._Item_og8wg_208:nth-of-type(5) svg{background:linear-gradient(112.12deg,#ffc734 4.93%,#fff 256.79%)}._BottomButtons_og8wg_276{display:flex;justify-content:space-between;margin-top:1rem;gap:.8rem}._ViewAllService_og8wg_283{display:flex;align-items:center;justify-content:center;width:100%;padding:.8rem 1.2rem;border:2px solid orange;border-radius:8px;background:linear-gradient(90deg,#ffa5001a,#ff8c001a);color:orange;font-weight:600;cursor:pointer;gap:.5rem;transition:all .3s ease;margin-top:-.5rem}._ViewAllService_og8wg_283 p{color:#ea9e2b}._ViewAllService_og8wg_283:hover{background:linear-gradient(90deg,#ffa50033,#ff8c0033);transform:translateY(-2px)}._ViewAllService_og8wg_283 svg{font-size:1.2rem;transform:rotate(180deg);transition:transform .4s ease}._ViewAllService_og8wg_283 svg path{fill:orange!important}._Header_1o63c_1{width:100%;height:7.5rem;display:flex;align-items:center;padding:0 5rem 0 3.38rem;justify-content:space-between;border-bottom:1px solid var(--b3);-webkit-backdrop-filter:blur(25px);backdrop-filter:blur(25px);background:var(--c5);position:relative;z-index:1001}@media (max-width: 631px){._Header_1o63c_1{padding:0 2rem 0 .38rem}}._Header_1o63c_1 ._LeftWrapper_1o63c_19{display:flex;align-items:center;gap:3.56rem}._Header_1o63c_1 ._LeftWrapper_1o63c_19 img{width:13.375rem;flex-shrink:0;cursor:pointer;transition:all .3s ease-in;margin:0 2rem}@media (max-width: 631px){._Header_1o63c_1 ._LeftWrapper_1o63c_19 img._HideImg_1o63c_32{width:14.375rem}}._Header_1o63c_1 ._LeftWrapper_1o63c_19 img:hover{scale:1.05}._Header_1o63c_1 ._LeftWrapper_1o63c_19 nav{display:inline-flex;align-items:flex-start;gap:2rem;position:relative}@media (max-width: 631px){._Header_1o63c_1 ._LeftWrapper_1o63c_19 nav{display:none}}._Header_1o63c_1 ._LeftWrapper_1o63c_19 nav:after{width:1px;height:2.50019rem;content:"";position:absolute;top:50%;left:-2rem;transform:translateY(-50%);background:var(--b3)}._Header_1o63c_1 ._LeftWrapper_1o63c_19 nav a{color:var(--c2);font-size:1.125rem;font-style:normal;font-weight:400;line-height:1.41994rem;transition:all .3s ease-in-out;text-decoration:none;padding:.5rem}._Header_1o63c_1 ._LeftWrapper_1o63c_19 nav a:hover{transform:translateY(-.2rem);color:var(--c1)}._Header_1o63c_1 ._LeftWrapper_1o63c_19 nav a:hover svg path{fill:var(--c1)}._Header_1o63c_1 ._LeftWrapper_1o63c_19 nav a._active_1o63c_80{color:var(--c1)}._Header_1o63c_1 ._LeftWrapper_1o63c_19 nav ._ForCompanies_1o63c_83{color:var(--c2);font-size:1.125rem;font-style:normal;font-weight:400;line-height:1.41994rem;transition:all .3s ease-in-out;text-decoration:none;padding:.5rem;display:flex;align-items:center;gap:.5rem;position:relative;cursor:pointer;z-index:1}._Header_1o63c_1 ._LeftWrapper_1o63c_19 nav ._ForCompanies_1o63c_83 ._Options_1o63c_99{width:150px;min-height:0;max-height:0;position:absolute;top:calc(100% + .5rem);left:50%;transform:translate(-50%);-webkit-backdrop-filter:blur(25px);backdrop-filter:blur(25px);background:var(--c5);overflow:hidden;opacity:0;visibility:hidden;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;align-items:flex-start;flex-direction:column;gap:1rem;padding:0 1rem;z-index:10;border-radius:.5rem;box-shadow:0 4px 20px #0000001a}._Header_1o63c_1 ._LeftWrapper_1o63c_19 nav ._ForCompanies_1o63c_83 ._Options_1o63c_99 svg{width:1.5rem;height:1.5rem;flex-shrink:0;transition:all .3s ease-in-out;transform:rotate(0)}._Header_1o63c_1 ._LeftWrapper_1o63c_19 nav ._ForCompanies_1o63c_83 ._Options_1o63c_99 svg path{transition:all .3s ease-in-out}._Header_1o63c_1 ._LeftWrapper_1o63c_19 nav ._ForCompanies_1o63c_83 ._Options_1o63c_99 button{display:flex;align-items:center;gap:.75rem;width:100%;text-align:left;color:var(--c2);font-size:1.125rem;font-style:normal;font-weight:400;line-height:1.41994rem;transition:all .3s ease-in-out;text-decoration:none;padding:.75rem 0;border:none;background:transparent;cursor:pointer;border-radius:.25rem}._Header_1o63c_1 ._LeftWrapper_1o63c_19 nav ._ForCompanies_1o63c_83 ._Options_1o63c_99 button:hover{color:var(--c1);background:#ffffff1a}._Header_1o63c_1 ._LeftWrapper_1o63c_19 nav ._ForCompanies_1o63c_83 ._Options_1o63c_99 button:hover svg path{fill:var(--c1)}._Header_1o63c_1 ._LeftWrapper_1o63c_19 nav ._ForCompanies_1o63c_83:hover{transform:translateY(-.2rem);color:var(--c1)}._Header_1o63c_1 ._LeftWrapper_1o63c_19 nav ._ForCompanies_1o63c_83:hover svg{transform:rotate(0)}._Header_1o63c_1 ._LeftWrapper_1o63c_19 nav ._ForCompanies_1o63c_83:hover svg path{fill:var(--c1)}._Header_1o63c_1 ._LeftWrapper_1o63c_19 nav ._ForCompanies_1o63c_83:hover ._Options_1o63c_99{max-height:300px;opacity:1;visibility:visible;padding:1rem}._Header_1o63c_1 ._LeftWrapper_1o63c_19 nav ._ForCompanies_1o63c_83 svg{transition:all .3s cubic-bezier(.4,0,.2,1)}._Header_1o63c_1 ._LeftWrapper_1o63c_19 nav ._ForCompanies_1o63c_83 svg path{transition:all .3s ease-in-out}._Header_1o63c_1 ._LeftWrapper_1o63c_19 nav ._ForServices_1o63c_182{color:var(--c2);font-size:1.125rem;font-style:normal;font-weight:400;line-height:1.41994rem;transition:all .3s ease-in-out;text-decoration:none;padding:.5rem;display:flex;align-items:center;gap:.5rem;position:relative;cursor:pointer;z-index:1}._Header_1o63c_1 ._LeftWrapper_1o63c_19 nav ._ForServices_1o63c_182 ._ServiceOptions_1o63c_198{min-width:700px;min-height:fit-content;max-height:fit-content;position:absolute;margin-top:1.1rem;top:calc(100% + .5rem);left:0;background-color:#fff0;overflow:hidden;opacity:0;visibility:hidden;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;align-items:flex-start;flex-direction:column;gap:1rem;padding:0 1rem;z-index:10;border-radius:.5rem}._Header_1o63c_1 ._LeftWrapper_1o63c_19 nav ._ForServices_1o63c_182 ._ServiceOptions_1o63c_198 button{color:var(--c2);font-size:1.125rem;font-weight:400;line-height:1.42rem;transition:all .3s ease-in-out;padding:.75rem 0;border:none;background:transparent;cursor:pointer;width:100%;text-align:left;border-radius:.25rem}._Header_1o63c_1 ._LeftWrapper_1o63c_19 nav ._ForServices_1o63c_182 ._ServiceOptions_1o63c_198 button:hover{color:var(--c1);background:#ffffff1a}._Header_1o63c_1 ._LeftWrapper_1o63c_19 nav ._ForServices_1o63c_182 ._ServiceOptions_1o63c_198 button:hover svg path{fill:var(--c1)}._Header_1o63c_1 ._LeftWrapper_1o63c_19 nav ._ForServices_1o63c_182:hover{transform:translateY(-.2rem);color:var(--c1)}._Header_1o63c_1 ._LeftWrapper_1o63c_19 nav ._ForServices_1o63c_182:hover svg{transform:rotate(0)}._Header_1o63c_1 ._LeftWrapper_1o63c_19 nav ._ForServices_1o63c_182:hover svg path{fill:var(--c1)}._Header_1o63c_1 ._LeftWrapper_1o63c_19 nav ._ForServices_1o63c_182:hover ._ServiceOptions_1o63c_198{max-height:400px;opacity:1;visibility:visible;padding:1rem}._Header_1o63c_1 ._LeftWrapper_1o63c_19 nav ._ForServices_1o63c_182 svg{transition:all .3s cubic-bezier(.4,0,.2,1)}._Header_1o63c_1 ._LeftWrapper_1o63c_19 nav ._ForServices_1o63c_182 svg path{transition:all .3s ease-in-out}._Header_1o63c_1 ._LeftWrapper_1o63c_19 nav ._navigation-container_1o63c_264{display:flex;align-items:center;gap:2rem}._Header_1o63c_1 ._LeftWrapper_1o63c_19 nav ._ForCompanies_1o63c_83:hover ._Options_1o63c_99,._Header_1o63c_1 ._LeftWrapper_1o63c_19 nav ._ForServices_1o63c_182:hover ._ServiceOptions_1o63c_198{transition-delay:.1s}._Header_1o63c_1 ._LeftWrapper_1o63c_19 nav ._ForCompanies_1o63c_83 ._Options_1o63c_99,._Header_1o63c_1 ._LeftWrapper_1o63c_19 nav ._ForServices_1o63c_182 ._ServiceOptions_1o63c_198{transition-delay:0s}._Header_1o63c_1 ._LeftWrapper_1o63c_19 nav ._BlinkingBracket_1o63c_277:before,._Header_1o63c_1 ._LeftWrapper_1o63c_19 nav ._BlinkingBracket_1o63c_277:after{content:"[";position:absolute;animation:_blink_1o63c_1 2s infinite;color:inherit}._Header_1o63c_1 ._LeftWrapper_1o63c_19 nav ._BlinkingBracket_1o63c_277:after{content:"]";right:-.52em}._Header_1o63c_1 ._LeftWrapper_1o63c_19 nav ._BlinkingBracket_1o63c_277:before{left:-.52em}@keyframes _blink_1o63c_1{0%,to{opacity:1}50%{opacity:0}}._Header_1o63c_1 ._LeftWrapper_1o63c_19 nav ._developer_1o63c_299{color:var(--c2);font-size:1.125rem;font-style:normal;font-weight:400;line-height:1.41994rem;text-decoration:none;padding:.5rem;display:flex;align-items:center;gap:1rem;position:relative;cursor:pointer;transition:all .3s ease-in-out}._Header_1o63c_1 ._LeftWrapper_1o63c_19 nav ._developer_1o63c_299 svg{width:1.8rem;height:1.5rem;transition:all .3s ease-in-out}._Header_1o63c_1 ._LeftWrapper_1o63c_19 nav ._developer_1o63c_299 svg path{transition:all .3s ease-in-out}._Header_1o63c_1 ._LeftWrapper_1o63c_19 nav ._developer_1o63c_299 ._HoverBox_1o63c_322{height:0rem;opacity:0;position:absolute;top:0;left:50%;transform:translate(-50%);-webkit-backdrop-filter:blur(25px);backdrop-filter:blur(25px);background:var(--c5);overflow:hidden;transition:all .3s ease-in-out;display:flex;flex-direction:column;align-items:center;justify-content:center}._Header_1o63c_1 ._LeftWrapper_1o63c_19 nav ._developer_1o63c_299 ._HoverBox_1o63c_322 button{color:var(--c2);font-size:1.2rem;font-style:normal;font-weight:400;line-height:1.41994rem;text-decoration:none;transition:all .3s ease-in-out;border:none;background:transparent;cursor:pointer;padding:1rem}._Header_1o63c_1 ._LeftWrapper_1o63c_19 nav ._developer_1o63c_299 ._HoverBox_1o63c_322 button svg{width:1.2rem;margin-right:.6rem;height:1.2rem;transform:rotate(180deg)}._Header_1o63c_1 ._LeftWrapper_1o63c_19 nav ._developer_1o63c_299 ._HoverBox_1o63c_322 button:hover{transform:translateY(-.2rem);color:var(--c1)}._Header_1o63c_1 ._LeftWrapper_1o63c_19 nav ._developer_1o63c_299 ._HoverBox_1o63c_322 button:hover svg path{fill:var(--c1)}._Header_1o63c_1 ._LeftWrapper_1o63c_19 nav ._developer_1o63c_299:hover{transform:translateY(-.2rem);color:var(--c1)}._Header_1o63c_1 ._LeftWrapper_1o63c_19 nav ._developer_1o63c_299:hover svg{rotate:-180deg}._Header_1o63c_1 ._LeftWrapper_1o63c_19 nav ._developer_1o63c_299:hover svg path{fill:var(--c1)}._Header_1o63c_1 ._LeftWrapper_1o63c_19 nav ._developer_1o63c_299:hover ._HoverBox_1o63c_322{width:120%;height:auto;top:100%;opacity:1;padding-top:1rem}._Header_1o63c_1 ._LeftWrapper_1o63c_19 nav ._developer_1o63c_299._active_1o63c_80 svg{rotate:-180deg}._Header_1o63c_1 ._LeftWrapper_1o63c_19 ._MobileNav_1o63c_384{position:fixed;z-index:8;top:0;right:0;display:none;z-index:999999;height:58.1875rem;height:100dvh;padding:8.0625rem 4.125rem 5.0625rem 3.125rem;flex-direction:column;align-items:center;flex-shrink:0;border-bottom:.488px solid rgba(255,255,255,.15);-webkit-backdrop-filter:blur(12.1875px);backdrop-filter:blur(12.1875px);border-radius:3rem 0 0 3rem;background:url(/assets/Home2-DHLrt-Hp.webp);background-size:cover;width:0;opacity:0;transform:translate(20rem);transition:all ease-in-out .3s;transform-origin:right}@media (max-width: 631px){._Header_1o63c_1 ._LeftWrapper_1o63c_19 ._MobileNav_1o63c_384{display:inline-flex}}._Header_1o63c_1 ._LeftWrapper_1o63c_19 ._MobileNav_1o63c_384 ._MeetingButtonMob_1o63c_413{margin-top:auto}._Header_1o63c_1 ._LeftWrapper_1o63c_19 ._MobileNav_1o63c_384 i{position:absolute;top:1.5rem;left:1.5rem;transition:all ease .3s}._Header_1o63c_1 ._LeftWrapper_1o63c_19 ._MobileNav_1o63c_384 i svg{transform:rotate(180deg)}._Header_1o63c_1 ._LeftWrapper_1o63c_19 ._MobileNav_1o63c_384 i:hover{opacity:.9;transform:scale(.9)}._Header_1o63c_1 ._LeftWrapper_1o63c_19 ._MobileNav_1o63c_384._Open_1o63c_429{opacity:1;width:auto;transform:translate(0)}._Header_1o63c_1 ._LeftWrapper_1o63c_19 ._MobileNav_1o63c_384 img{width:17.375rem;height:auto;flex-shrink:0;cursor:pointer;transition:all .3s ease-in-out;margin-bottom:2rem}._Header_1o63c_1 ._LeftWrapper_1o63c_19 ._MobileNav_1o63c_384 img:hover{scale:1.05}._Header_1o63c_1 ._LeftWrapper_1o63c_19 ._MobileNav_1o63c_384:after{width:1px;height:2.50019rem;content:"";position:absolute;top:50%;left:-2rem;transform:translateY(-50%);background:var(--b3)}._Header_1o63c_1 ._LeftWrapper_1o63c_19 ._MobileNav_1o63c_384 a{color:var(--c11);font-size:1.525rem;font-style:normal;font-weight:400;line-height:1.41994rem;transition:all .3s ease-in-out;letter-spacing:.2rem;text-decoration:none;padding:.5rem;display:flex;padding:1.225rem 1.375rem;align-items:center;gap:.75rem;align-self:stretch;border-radius:.625rem;margin-bottom:1rem}._Header_1o63c_1 ._LeftWrapper_1o63c_19 ._MobileNav_1o63c_384 a svg{height:1.52rem;width:1.52rem}._Header_1o63c_1 ._LeftWrapper_1o63c_19 ._MobileNav_1o63c_384 a:hover{scale:1.05;transform:translateY(-.2rem);color:var(--c1)}._Header_1o63c_1 ._LeftWrapper_1o63c_19 ._MobileNav_1o63c_384 a:hover svg path{stroke:var(--c1)}._Header_1o63c_1 ._LeftWrapper_1o63c_19 ._MobileNav_1o63c_384 a._active_1o63c_80{color:var(--c2);border-radius:.625rem;background:var(--Frame-1618873097, linear-gradient(112deg, #f3721b 4.93%, #ff7236 256.79%))}._Header_1o63c_1 ._LeftWrapper_1o63c_19 ._MobileNav_1o63c_384 a._active_1o63c_80 svg path{stroke:var(--c2)}._Header_1o63c_1 ._LeftWrapper_1o63c_19 ._MobileNav_1o63c_384 a._HidedAnchor_1o63c_494{height:0;margin:0;padding:0;opacity:0;transition:all ease .3s;transform-origin:top center}._Header_1o63c_1 ._LeftWrapper_1o63c_19 ._MobileNav_1o63c_384 a._HidedAnchor_1o63c_494._Show_1o63c_502{position:static;height:auto;opacity:1;margin-bottom:1rem;padding:1.225rem 1.375rem}._Header_1o63c_1 ._LeftWrapper_1o63c_19 ._MobileNav_1o63c_384 ._developerH_1o63c_509{color:var(--c11);font-size:1.5125rem;font-style:normal;font-weight:400;line-height:1.41994rem;transition:all .3s ease-in-out;text-decoration:none;padding:1.225rem 1.375rem;display:flex;align-items:flex-start;gap:.75rem;position:relative;cursor:pointer;letter-spacing:.2rem;margin-bottom:1rem}._Header_1o63c_1 ._LeftWrapper_1o63c_19 ._MobileNav_1o63c_384 ._developerH_1o63c_509:hover{scale:1.05;transform:translateY(-.2rem);color:var(--c1)}._Header_1o63c_1 ._LeftWrapper_1o63c_19 ._MobileNav_1o63c_384 ._developerH_1o63c_509:hover svg path{fill:var(--c1)}._Header_1o63c_1 ._LeftWrapper_1o63c_19 ._MobileNav_1o63c_384 ._developerH_1o63c_509 svg{height:1.52rem;width:1.52rem;transition:all .3s ease-in-out}._Header_1o63c_1 ._LeftWrapper_1o63c_19 ._MobileNav_1o63c_384 ._developerH_1o63c_509 svg path{transition:all .3s ease-in-out}._Header_1o63c_1 ._LeftWrapper_1o63c_19 ._MobileNav_1o63c_384 ._developerH_1o63c_509._active_1o63c_80 svg{rotate:0deg}._Header_1o63c_1 ._ButtonWrapper_1o63c_546{display:flex;align-items:center;gap:1.44rem}@media (max-width: 631px){._Header_1o63c_1 ._ButtonWrapper_1o63c_546 ._BtnReqMeeting_1o63c_552{display:none}}._Header_1o63c_1 ._ButtonWrapper_1o63c_546 ._language_1o63c_556{display:flex;padding:.37rem .76rem .37rem .63rem;justify-content:flex-end;align-items:center;width:auto;height:2.3rem;border-radius:.3rem;background:transparent;outline:none;color:var(--c2);font-size:1rem}@media (max-width: 931px){._Header_1o63c_1 ._ButtonWrapper_1o63c_546 ._language_1o63c_556{display:none}}._Header_1o63c_1 ._ButtonWrapper_1o63c_546 ._language_1o63c_556 option{color:var(--c1);background:var(--c4);font-family:var(--f4);font-size:1rem;font-style:normal;font-weight:400;line-height:1.85vh;text-align:center;border-radius:.2rem}._MobileNavFooter_1o63c_586{position:absolute;bottom:0;height:10rem;z-index:10;width:100%;left:0;background-color:transparent;display:flex;align-items:flex-end;justify-content:space-around;padding-bottom:3rem}@media (min-width: 632px){._MobileNavFooter_1o63c_586{display:none}}._MobileNavFooter_1o63c_586 a{text-decoration:none}._MobileNavFooter_1o63c_586 a,._MobileNavFooter_1o63c_586 p{color:var(--c11);font-family:var(--f1);font-size:1.4125rem;font-style:normal;font-weight:500;line-height:1.25rem;letter-spacing:-.0175rem;display:flex;flex-direction:column;align-items:center;gap:.5rem;cursor:pointer;position:relative}._MobileNavFooter_1o63c_586 a._active_1o63c_80,._MobileNavFooter_1o63c_586 p._active_1o63c_80{color:var(--c1)}._MobileNavFooter_1o63c_586 a._active_1o63c_80:before,._MobileNavFooter_1o63c_586 p._active_1o63c_80:before{content:"";position:absolute;bottom:-2rem;width:100%;height:.7rem;background-color:var(--c1);border-radius:0 0 1rem 1rem}._MobileNavFooter_1o63c_586 a._active_1o63c_80 svg path,._MobileNavFooter_1o63c_586 p._active_1o63c_80 svg path{stroke:var(--c1)}._MobileNavFooter_1o63c_586 a img,._MobileNavFooter_1o63c_586 p img{height:8rem;width:8rem;border-radius:50%}._MobileNavFooter_1o63c_586 a svg,._MobileNavFooter_1o63c_586 p svg{height:3rem;width:3rem}._MobileNavFooter_1o63c_586 ._LanguageOptions_1o63c_652{position:relative}._MobileNavFooter_1o63c_586 ._LanguageOptions_1o63c_652._Active_1o63c_655 ._Lang_1o63c_652{transform:scale(1)}._MobileNavFooter_1o63c_586 ._LanguageOptions_1o63c_652._Active_1o63c_655 ._Lang_1o63c_652:nth-child(2){top:-5rem;right:1rem;background:var(--lg6)}._MobileNavFooter_1o63c_586 ._LanguageOptions_1o63c_652._Active_1o63c_655 ._Lang_1o63c_652:nth-child(3){top:-7rem;right:-3rem;background:var(--lg5);transition-duration:.4s}._MobileNavFooter_1o63c_586 ._LanguageOptions_1o63c_652._Active_1o63c_655 ._Lang_1o63c_652:nth-child(4){top:-4rem;right:-6rem;background:var(--lg4);transition-duration:.5s}._MobileNavFooter_1o63c_586 ._LanguageOptions_1o63c_652 ._Lang_1o63c_652{position:absolute;top:0;right:0;transform:scale(0);padding:1rem;height:4rem;width:4rem;border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--c2);font-family:var(--f1);font-size:1.4125rem;font-style:normal;font-weight:500;line-height:1.25rem;letter-spacing:-.0175rem;transition:all ease-in-out .3s;transform-origin:center}._HoverBox_1o63c_322{display:none;flex-direction:column;background:#fff;border-radius:8px;padding:1rem}._HoverBox_1o63c_322._active_1o63c_80{display:flex}._ScrollToTop_u0pqa_1{position:fixed;background-color:var(--c1);z-index:100;color:var(--c2);padding:.6rem;border-radius:.4rem;cursor:pointer;box-shadow:0 10px 10px -2px #f07604b7;bottom:10rem;right:1rem;display:none}@media (max-width: 631px){._ScrollToTop_u0pqa_1{bottom:15rem}}._ScrollToTop_u0pqa_1 svg{height:2rem;width:2rem}._ScrollToTop_u0pqa_1._Show_u0pqa_23{display:flex;align-items:center;justify-content:center}._LoadingIndicator_zzokg_1{width:100%;height:100vh;overflow:hidden;display:flex;align-items:center;justify-content:center;background:var(--c2);position:relative}.alice-carousel .animated{animation-fill-mode:both}.alice-carousel .animated-out{z-index:1}.alice-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}to{opacity:0;visibility:hidden}}.alice-carousel{position:relative;width:100%;margin:auto;direction:ltr}.alice-carousel__wrapper{position:relative;overflow-x:hidden;overflow-y:hidden;box-sizing:border-box;width:100%;height:auto}.alice-carousel__stage{position:relative;box-sizing:border-box;width:100%;height:100%;margin:0;padding:0;white-space:nowrap;transform-style:flat;-webkit-transform-style:flat;backface-visibility:hidden;-webkit-backface-visibility:hidden}.alice-carousel__stage-item{position:relative;display:inline-block;padding:0;margin:0;box-sizing:border-box;width:100%;height:100%;vertical-align:top;white-space:normal;line-height:0}.alice-carousel__stage-item *{line-height:initial}.alice-carousel__stage-item.__hidden{opacity:0;overflow:hidden}.alice-carousel__prev-btn,.alice-carousel__next-btn{display:inline-block;box-sizing:border-box;width:50%;padding:10px 5px}.alice-carousel__prev-btn [data-area]:after,.alice-carousel__next-btn [data-area]:after{position:relative;content:attr(data-area);text-transform:capitalize}.alice-carousel__prev-btn{text-align:right}.alice-carousel__next-btn{text-align:left}.alice-carousel__prev-btn-item,.alice-carousel__next-btn-item{display:inline-block;cursor:pointer;padding:5px;margin:0;color:#465798}.alice-carousel__prev-btn-item:hover,.alice-carousel__next-btn-item:hover{color:#8b0000}.alice-carousel__prev-btn-item.__inactive,.alice-carousel__next-btn-item.__inactive{opacity:.4;pointer-events:none}.alice-carousel__play-btn{position:absolute;top:30px;left:20px;display:inline-block}.alice-carousel__play-btn:hover{cursor:pointer}.alice-carousel__play-btn-wrapper{position:relative;width:32px;height:32px;padding:10px;border-radius:50%;background-color:#fff}.alice-carousel__play-btn-item{position:absolute;width:32px;height:32px;cursor:pointer;border:0;outline:none;background:transparent}.alice-carousel__play-btn-item:before,.alice-carousel__play-btn-item:after{position:absolute;pointer-events:none;display:block;width:0;height:0;content:"";transition:all .4s linear;border-width:8px 0 8px 15px;border-style:solid;border-color:transparent;border-left-color:#465798}.alice-carousel__play-btn-item:before{left:5px;height:14px}.alice-carousel__play-btn-item:after{top:7px;left:18px}.alice-carousel__play-btn-item.__pause:before,.alice-carousel__play-btn-item.__pause:after{height:30px;border-width:0 0 0 10px}.alice-carousel__play-btn-item.__pause:after{top:0;left:18px}.alice-carousel__dots{margin:30px 3px 5px;padding:0;list-style:none;text-align:center}.alice-carousel__dots>li{display:inline-block}.alice-carousel__dots-item:not(.__custom){width:8px;height:8px;cursor:pointer;border-radius:50%;background-color:#e0e4fb}.alice-carousel__dots-item:not(.__custom):not(:last-child){margin-right:20px}.alice-carousel__dots-item:not(.__custom):hover,.alice-carousel__dots-item:not(.__custom).__active{background-color:#6e7ebc}.alice-carousel__slide-info{position:absolute;top:20px;right:20px;display:inline-block;padding:5px 10px;color:#465798;border-radius:5px;background-color:#e0e4fb99}.alice-carousel__slide-info-item{vertical-align:middle;line-height:0}._DevCards_12b48_1{width:80%;display:flex;flex-direction:column;gap:2rem;position:relative}._DevCards_12b48_1 ._DesktopGrid_12b48_8{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;justify-items:center}@media (max-width: 768px){._DevCards_12b48_1 ._DesktopGrid_12b48_8{display:none}}._DevCards_12b48_1 ._MobileCarousel_12b48_19{display:none}@media (max-width: 768px){._DevCards_12b48_1 ._MobileCarousel_12b48_19{display:block}}._DevCards_12b48_1 ._MobileCarousel_12b48_19 ._ServiceCard_12b48_27{margin:0 auto;width:90%}._DevCards_12b48_1 ._ServiceCard_12b48_27{width:32.5rem;height:fit-content;border-radius:1.875rem;background:#fff;box-shadow:0 4px 40px #0000001a;padding:2rem;display:flex;flex-direction:column;gap:1rem;justify-content:space-between}._DevCards_12b48_1 ._ServiceCard_12b48_27:hover{transform:translateY(-5px)}._DevCards_12b48_1 ._ServiceCard_12b48_27 ._Line1_12b48_46{display:flex;align-items:center;gap:1rem;margin-bottom:1rem}._DevCards_12b48_1 ._ServiceCard_12b48_27 ._Line1_12b48_46 ._Left_12b48_52{flex:1;display:flex;flex-direction:column;align-items:flex-start;gap:.5rem}._DevCards_12b48_1 ._ServiceCard_12b48_27 ._Line1_12b48_46 ._Left_12b48_52 h2{color:var(--Test, #3d3d3d);font-family:Inter;font-size:1.5rem;font-style:normal;font-weight:600;line-height:2.74106rem;letter-spacing:-.04569rem}@media (max-width: 631px){._DevCards_12b48_1 ._ServiceCard_12b48_27 ._Line1_12b48_46 ._Left_12b48_52 h2{font-size:1.4rem;font-weight:800}}._DevCards_12b48_1 ._ServiceCard_12b48_27 ._Line1_12b48_46 ._Left_12b48_52 p{color:#060606;font-family:Inter;font-size:.875rem;font-style:normal;font-weight:400;line-height:1.60356rem;text-align:start}@media (max-width: 768px){._DevCards_12b48_1 ._ServiceCard_12b48_27 ._Line1_12b48_46 ._Left_12b48_52 p{font-size:1rem}}._DevCards_12b48_1 ._ServiceCard_12b48_27 ._Line1_12b48_46 img{width:9.25rem;height:8.32619rem}@media (max-width: 768px){._DevCards_12b48_1 ._ServiceCard_12b48_27 ._Line1_12b48_46 img{width:8rem;height:8rem}}._DevCards_12b48_1 ._ServiceCard_12b48_27 ._Line3_12b48_100{display:flex;align-items:center;justify-content:space-between;border-radius:.6875rem;background:linear-gradient(106deg,#f3721b 4.46%,#fff 232.7%);padding:1.2rem 1.52rem}._DevCards_12b48_1 ._ServiceCard_12b48_27 ._Line3_12b48_100 ._Col1_12b48_108,._DevCards_12b48_1 ._ServiceCard_12b48_27 ._Line3_12b48_100 ._Col2_12b48_109{display:flex;flex-direction:column;gap:1rem}._DevCards_12b48_1 ._ServiceCard_12b48_27 ._Line3_12b48_100 ._Col1_12b48_108 p,._DevCards_12b48_1 ._ServiceCard_12b48_27 ._Line3_12b48_100 ._Col2_12b48_109 p{display:flex;align-items:center;gap:.4rem;color:#fff;text-align:center;font-family:var(--f1);font-size:.925rem;font-style:normal;font-weight:500;line-height:111.4%;text-transform:capitalize}@media (max-width: 631px){._DevCards_12b48_1 ._ServiceCard_12b48_27 ._Line3_12b48_100 ._Col1_12b48_108 p,._DevCards_12b48_1 ._ServiceCard_12b48_27 ._Line3_12b48_100 ._Col2_12b48_109 p{font-size:1.1925rem}}._DevCards_12b48_1 ._ServiceCard_12b48_27 ._Line3_12b48_100 ._Col1_12b48_108 p svg,._DevCards_12b48_1 ._ServiceCard_12b48_27 ._Line3_12b48_100 ._Col2_12b48_109 p svg{width:1.375rem;height:1.375rem}@media (max-width: 631px){._DevCards_12b48_1 ._ServiceCard_12b48_27 ._Line3_12b48_100 ._Col1_12b48_108 p svg,._DevCards_12b48_1 ._ServiceCard_12b48_27 ._Line3_12b48_100 ._Col2_12b48_109 p svg{width:1.5375rem;height:1.5375rem}}._DevCards_12b48_1 ._ServiceCard_12b48_27 ._Line3_12b48_100 ._Line_12b48_46{width:1.2px;height:3.575rem;background-color:#fff}._DevCards_12b48_1 ._ServiceCard_12b48_27 ._Buttons_12b48_152{display:flex;align-items:center;justify-content:center;gap:1rem;margin-top:2rem}@media (max-width: 768px){._DevCards_12b48_1 ._ServiceCard_12b48_27 ._Buttons_12b48_152{gap:.8rem;margin-top:1.5rem}}._alice-carousel__stage-item_12b48_167{padding:1rem 0}._alice-carousel__dots_12b48_171{margin-top:1rem}._alice-carousel__dots-item_12b48_175{opacity:.4;transition:.3s ease}._alice-carousel__dots-item_12b48_175.___active_12b48_180{opacity:1;transform:scale(1.2)}._DevCards_12b48_1 ._ServiceCard_12b48_27:nth-child(1) ._Line3_12b48_100{background:linear-gradient(106deg,#f3721b 4.46%,#fff 232.7%)}._DevCards_12b48_1 ._ServiceCard_12b48_27:nth-child(2) ._Line3_12b48_100{background:linear-gradient(106deg,#6ac248 4.46%,#fff 232.7%)}._DevCards_12b48_1 ._ServiceCard_12b48_27:nth-child(3) ._Line3_12b48_100{background:linear-gradient(106deg,#6548ee 4.46%,#fff 232.7%)}._DevCards_12b48_1 ._ServiceCard_12b48_27:nth-child(4) ._Line3_12b48_100{background:linear-gradient(106deg,#2fbbe9 4.46%,#fff 232.7%)}._DevCards_12b48_1 ._ServiceCard_12b48_27:nth-child(5) ._Line3_12b48_100{background:linear-gradient(106deg,#ffc734 4.46%,#fff 232.7%)}._DevCards_12b48_1 ._ServiceCard_12b48_27:nth-child(6) ._Line3_12b48_100{background:linear-gradient(106deg,#f66957 4.46%,#fff 232.7%)}._DevCards_12b48_1 ._ServiceCard_12b48_27:nth-child(7) ._Line3_12b48_100{background:linear-gradient(106deg,#9c27b0 4.46%,#fff 232.7%)}._BottomNav_12b48_214{display:flex;justify-content:center;align-items:center;margin-top:5rem;gap:.5rem}._BottomNav_12b48_214 ._LeftArrow_12b48_221,._BottomNav_12b48_214 ._RightArrow_12b48_222{background:#d9d9d9;color:#515151;border:none;border-radius:50%;width:3rem;height:3rem;font-size:1.5rem;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:.3s}._BottomNav_12b48_214 ._LeftArrow_12b48_221:hover,._BottomNav_12b48_214 ._RightArrow_12b48_222:hover{background:#ff9e03}._BottomNav_12b48_214 ._LeftArrow_12b48_221{transform:rotate(180deg)}._BottomNav_12b48_214 ._Dot_12b48_243{background:#ddd0;border:none;border-radius:50%;width:3rem;color:#18171733;height:3rem;font-size:1.4rem;cursor:pointer;transition:.3s}._BottomNav_12b48_214 ._Dot_12b48_243._ActiveDot_12b48_254{background:#fc8c14;color:#fff}._Testimonial_zbsdw_1{width:100%;display:flex;flex-direction:column;align-items:center}._Testimonial_zbsdw_1 h2{color:var(--c3);font-family:var(--f2);font-size:3.5rem;font-style:normal;font-weight:700;line-height:4.99rem;letter-spacing:-.07838rem;width:63.25rem;text-align:center;margin-bottom:5.88rem}@media (max-width: 631px){._Testimonial_zbsdw_1 h2{width:90%;text-align:start;font-size:2.5rem;line-height:120%}}._Testimonial_zbsdw_1 h2 span{color:var(--c1)}._Testimonial_zbsdw_1 ._ContentSectionWrapper_zbsdw_30{width:100%;display:flex;align-items:center;justify-content:center;gap:2.19rem}._Testimonial_zbsdw_1 ._ContentSectionWrapper_zbsdw_30 ._BoxWrapper_zbsdw_37{width:32.5rem;height:27.3125rem;flex-shrink:0;border-radius:1.25rem;box-shadow:0 4px 20px #00000014;-webkit-backdrop-filter:blur(25px);backdrop-filter:blur(25px);position:relative;overflow:hidden;z-index:1;padding:1px;cursor:pointer;transition:all .3s ease-in-out}@media (max-width: 631px){._Testimonial_zbsdw_1 ._ContentSectionWrapper_zbsdw_30 ._BoxWrapper_zbsdw_37:not(:nth-child(1)){display:none}._Testimonial_zbsdw_1 ._ContentSectionWrapper_zbsdw_30 ._BoxWrapper_zbsdw_37{width:90%}}._Testimonial_zbsdw_1 ._ContentSectionWrapper_zbsdw_30 ._BoxWrapper_zbsdw_37:after{position:absolute;content:"";width:100%;height:100%;top:0;left:0;background:var(--lg2L);z-index:-1}._Testimonial_zbsdw_1 ._ContentSectionWrapper_zbsdw_30 ._BoxWrapper_zbsdw_37:before{position:absolute;content:"";width:100%;height:100%;bottom:0;right:0;background:var(--lg2R);z-index:-1}._Testimonial_zbsdw_1 ._ContentSectionWrapper_zbsdw_30 ._BoxWrapper_zbsdw_37 ._BoxInner_zbsdw_81{width:100%;height:100%;background:var(--c2);-webkit-backdrop-filter:blur(25px);backdrop-filter:blur(25px);position:relative;z-index:2;border-radius:1.25rem;padding:1.63rem 2rem 3rem 3rem;transition:all .3s ease-in-out}._Testimonial_zbsdw_1 ._ContentSectionWrapper_zbsdw_30 ._BoxWrapper_zbsdw_37 ._BoxInner_zbsdw_81 *{transition:all .3s ease-in-out}._Testimonial_zbsdw_1 ._ContentSectionWrapper_zbsdw_30 ._BoxWrapper_zbsdw_37 ._BoxInner_zbsdw_81 h3{color:var(--c3);font-size:1.125rem;font-size:1.3125rem;font-style:normal;font-weight:600;line-height:1.90144rem;margin-bottom:3rem}._Testimonial_zbsdw_1 ._ContentSectionWrapper_zbsdw_30 ._BoxWrapper_zbsdw_37 ._BoxInner_zbsdw_81 ._ImageContainer_zbsdw_104{width:100%;height:3.125rem;display:flex;align-items:center;gap:1.62rem;background:var(--c1);border-radius:6.25rem;box-shadow:0 4px 20px #ff8b5980;padding-left:2.19rem;margin-bottom:3.88rem}._Testimonial_zbsdw_1 ._ContentSectionWrapper_zbsdw_30 ._BoxWrapper_zbsdw_37 ._BoxInner_zbsdw_81 ._ImageContainer_zbsdw_104 ._ImageWrapper_zbsdw_116{width:7.125rem;height:7.125rem;flex-shrink:0;border-radius:50%;border:5px solid var(--c1);box-shadow:0 4.56px 9.12px #0000000a;overflow:hidden}._Testimonial_zbsdw_1 ._ContentSectionWrapper_zbsdw_30 ._BoxWrapper_zbsdw_37 ._BoxInner_zbsdw_81 ._ImageContainer_zbsdw_104 ._ImageWrapper_zbsdw_116 img{width:100%;height:100%}._Testimonial_zbsdw_1 ._ContentSectionWrapper_zbsdw_30 ._BoxWrapper_zbsdw_37 ._BoxInner_zbsdw_81 ._ImageContainer_zbsdw_104 h4{color:var(--c2);font-family:var(--f2);font-size:1.5rem;font-style:normal;font-weight:700;line-height:1.71438rem}._Testimonial_zbsdw_1 ._ContentSectionWrapper_zbsdw_30 ._BoxWrapper_zbsdw_37 ._BoxInner_zbsdw_81 p{color:var(--c3);font-size:1.25rem;font-style:normal;font-weight:400;line-height:1.6875rem;letter-spacing:.05rem}._Testimonial_zbsdw_1 ._ContentSectionWrapper_zbsdw_30 ._BoxWrapper_zbsdw_37:hover{scale:1.05}._Testimonial_zbsdw_1 ._ContentSectionWrapper_zbsdw_30 ._BoxWrapper_zbsdw_37:hover ._BoxInner_zbsdw_81{background:var(--c1)}._Testimonial_zbsdw_1 ._ContentSectionWrapper_zbsdw_30 ._BoxWrapper_zbsdw_37:hover ._BoxInner_zbsdw_81 h3{color:var(--c2)}._Testimonial_zbsdw_1 ._ContentSectionWrapper_zbsdw_30 ._BoxWrapper_zbsdw_37:hover ._BoxInner_zbsdw_81 ._ImageContainer_zbsdw_104{background:var(--c2);box-shadow:0 4px 20px #ff8b5980}._Testimonial_zbsdw_1 ._ContentSectionWrapper_zbsdw_30 ._BoxWrapper_zbsdw_37:hover ._BoxInner_zbsdw_81 ._ImageContainer_zbsdw_104 ._ImageWrapper_zbsdw_116{border:5px solid var(--c2);box-shadow:0 4.56px 9.12px #0000000a}._Testimonial_zbsdw_1 ._ContentSectionWrapper_zbsdw_30 ._BoxWrapper_zbsdw_37:hover ._BoxInner_zbsdw_81 ._ImageContainer_zbsdw_104 h4{color:var(--c1)}._Testimonial_zbsdw_1 ._ContentSectionWrapper_zbsdw_30 ._BoxWrapper_zbsdw_37:hover ._BoxInner_zbsdw_81 p{color:var(--c2)}._contact_zbsdw_169{margin-top:4rem}._ServiceAnimationBody_1mco7_1{position:relative;width:100%;height:max-content;height:48.125rem;margin:8rem 0}._ServiceAnimationBody_1mco7_1 ._MainAnimation_1mco7_8{margin:auto;width:48.42875rem;height:100%;flex-shrink:0;background-image:url(/assets/MainCircleBg-CY-E3rC2.png);background-size:cover;position:relative;z-index:1}._ServiceAnimationBody_1mco7_1 ._MainAnimation_1mco7_8 ._Assets_1mco7_18{position:absolute;height:16rem;width:20rem;transition:transform .6s cubic-bezier(.22,1,.36,1);overflow:hidden}._ServiceAnimationBody_1mco7_1 ._MainAnimation_1mco7_8 ._Assets_1mco7_18 img{height:100%;width:100%;object-fit:contain}._ServiceAnimationBody_1mco7_1 ._MainAnimation_1mco7_8 ._Assets_1mco7_18 ._Shadow_1mco7_30{position:absolute;pointer-events:none;transform:none!important}._ServiceAnimationBody_1mco7_1 ._MainAnimation_1mco7_8 ._Assets_1mco7_18 ._AssetShadow1_1mco7_35{width:22.93738rem;height:25.74975rem;transform:rotate(-28deg);flex-shrink:0;top:-5rem;right:-7rem}._ServiceAnimationBody_1mco7_1 ._MainAnimation_1mco7_8 ._Assets_1mco7_18 ._AssetShadow2_1mco7_43{width:22.93738rem;height:22.74975rem;transform:rotate(2deg);flex-shrink:0;top:-2rem;right:0rem}._ServiceAnimationBody_1mco7_1 ._MainAnimation_1mco7_8 ._Assets_1mco7_18 ._AssetShadow3_1mco7_51{width:24.93738rem;height:24.74975rem;transform:rotate(-8deg);flex-shrink:0;top:5rem;right:2rem}._ServiceAnimationBody_1mco7_1 ._MainAnimation_1mco7_8 ._Assets_1mco7_18 ._AssetShadow4_1mco7_59{width:31.93738rem;height:21.74975rem;transform:rotate(17deg);flex-shrink:0;top:-4rem;right:0rem}._ServiceAnimationBody_1mco7_1 ._MainAnimation_1mco7_8 ._Assets_1mco7_18 ._AssetShadow5_1mco7_67{width:28.93738rem;height:26.74975rem;transform:rotate(-6deg);flex-shrink:0;top:-3rem;right:-5rem}._ServiceAnimationBody_1mco7_1 ._MainAnimation_1mco7_8 ._Assets_1mco7_18 ._AssetShadow6_1mco7_75{width:14.93738rem;height:19.74975rem;transform:rotate(-23deg);flex-shrink:0;top:-3rem;right:1rem}._ServiceAnimationBody_1mco7_1 ._MainAnimation_1mco7_8 ._Asset1_1mco7_83{bottom:-4rem;width:23rem;height:19rem;left:-1rem;z-index:2;transition:transform .6s cubic-bezier(.22,1,.36,1)}._ServiceAnimationBody_1mco7_1 ._MainAnimation_1mco7_8 ._Asset1_1mco7_83._active_1mco7_91{bottom:-5.4rem;left:-2.5rem;transform:scale(1) translate(-2%,2%)}._ServiceAnimationBody_1mco7_1 ._MainAnimation_1mco7_8 ._Asset2_1mco7_96{bottom:26%;height:22rem;width:30rem;left:-25%;z-index:3}._ServiceAnimationBody_1mco7_1 ._MainAnimation_1mco7_8 ._Asset2_1mco7_96._active_1mco7_91{bottom:26%;left:-27%;transform:scale(1) translate(-5%)}._ServiceAnimationBody_1mco7_1 ._MainAnimation_1mco7_8 ._Asset3_1mco7_108{top:-18%;height:29rem;width:23rem;left:1rem}._ServiceAnimationBody_1mco7_1 ._MainAnimation_1mco7_8 ._Asset3_1mco7_108._active_1mco7_91{top:-22%;left:1.2rem;transform:scale(1) translate(-2%,-2%)}._ServiceAnimationBody_1mco7_1 ._MainAnimation_1mco7_8 ._Asset4_1mco7_119{top:-3rem;right:-1%;width:27rem;height:21rem}._ServiceAnimationBody_1mco7_1 ._MainAnimation_1mco7_8 ._Asset4_1mco7_119._active_1mco7_91{right:-4%;top:-3.2rem;transform:scale(1) translate(2%,-2%)}._ServiceAnimationBody_1mco7_1 ._MainAnimation_1mco7_8 ._Asset5_1mco7_130{top:27%;right:-12%;height:21rem;width:20rem}._ServiceAnimationBody_1mco7_1 ._MainAnimation_1mco7_8 ._Asset5_1mco7_130._active_1mco7_91{right:-14%;transform:scale(1) translate(10%)}._ServiceAnimationBody_1mco7_1 ._MainAnimation_1mco7_8 ._Asset6_1mco7_140{bottom:-4rem;right:3rem;height:20rem;width:20rem}._ServiceAnimationBody_1mco7_1 ._MainAnimation_1mco7_8 ._Asset6_1mco7_140._active_1mco7_91{right:2.53rem;bottom:-4.4rem;transform:scale(1) translate(5%,10%)}._ServiceAnimationBody_1mco7_1 ._MainAnimation_1mco7_8 ._MidCircle_1mco7_151{position:absolute;z-index:10;top:50%;left:50%;transform:translate(-50%,-50%);width:33.625rem;height:33.625rem;flex-shrink:0;display:flex;align-items:center;justify-content:center;flex-direction:column}._ServiceAnimationBody_1mco7_1 ._MainAnimation_1mco7_8 ._MidCircle_1mco7_151 img{position:absolute;width:100%;height:100%;z-index:-1}._ServiceAnimationBody_1mco7_1 ._MainAnimation_1mco7_8 ._MidCircle_1mco7_151 h3{width:18.2rem;color:#383838;text-align:center;font-family:Inter;font-size:1.73031rem;font-style:normal;font-weight:700;line-height:2.07638rem}._ServiceAnimationBody_1mco7_1 ._MainAnimation_1mco7_8 ._MidCircle_1mco7_151 span{text-align:center;font-family:Inter;font-size:3.68019rem;font-style:normal;font-weight:700;height:1px;line-height:4.41625rem;color:var(--c1)}._ServiceAnimation_1mco7_1{position:absolute;z-index:-1;top:50%;left:0;transform:translateY(-50%);width:100%;display:flex;flex-direction:column;gap:4rem;overflow:hidden;opacity:.2}._row_1mco7_207{overflow:hidden;white-space:nowrap;position:relative}._row_1mco7_207 ._track_1mco7_212{display:inline-flex;animation:_scroll_1mco7_1 80s linear infinite;transform:translateZ(0)}._row_1mco7_207 ._track_1mco7_212 img{height:60px;margin:0 30px;transition:transform .3s ease}._row_1mco7_207 ._track_1mco7_212 img:hover{transform:scale(1.2)}._leftToRight_1mco7_227 ._track_1mco7_212{animation-name:_leftToRight_1mco7_227}._rightToLeft_1mco7_231 ._track_1mco7_212{animation-name:_rightToLeft_1mco7_231}@keyframes _leftToRight_1mco7_227{0%{transform:translate(-50%)}to{transform:translate(0)}}@keyframes _rightToLeft_1mco7_231{0%{transform:translate(0)}to{transform:translate(-50%)}}@media (max-width: 480px){._ServiceAnimationBody_1mco7_1{margin:10rem 0;height:40rem;width:100%}._ServiceAnimationBody_1mco7_1 ._MainAnimation_1mco7_8{max-width:35rem;height:35rem}._ServiceAnimationBody_1mco7_1 ._MainAnimation_1mco7_8 ._Asset1_1mco7_83{width:16rem;height:15rem;transition:none!important;transform:none!important}._ServiceAnimationBody_1mco7_1 ._MainAnimation_1mco7_8 ._Asset2_1mco7_96{width:16rem;height:15rem;transition:none!important;transform:none!important;right:-10rem;display:none}._ServiceAnimationBody_1mco7_1 ._MainAnimation_1mco7_8 ._Asset3_1mco7_108,._ServiceAnimationBody_1mco7_1 ._MainAnimation_1mco7_8 ._Asset4_1mco7_119{width:16rem;height:15rem;transition:none!important;transform:none!important}._ServiceAnimationBody_1mco7_1 ._MainAnimation_1mco7_8 ._Asset5_1mco7_130{width:10rem;height:15rem;right:-2rem;transition:none!important;transform:none!important}._ServiceAnimationBody_1mco7_1 ._MainAnimation_1mco7_8 ._Asset6_1mco7_140{width:12rem;height:15rem}._ServiceAnimationBody_1mco7_1 ._MainAnimation_1mco7_8 ._MidCircle_1mco7_151{width:23rem;height:23rem}._ServiceAnimationBody_1mco7_1 ._MainAnimation_1mco7_8 ._MidCircle_1mco7_151 h3{width:10rem;font-size:.85rem;line-height:1rem}._ServiceAnimationBody_1mco7_1 ._MainAnimation_1mco7_8 ._MidCircle_1mco7_151 span{font-size:1.5rem;line-height:1.8rem}._ServiceAnimation_1mco7_1{gap:2rem}._ServiceAnimation_1mco7_1 ._row_1mco7_207 ._track_1mco7_212 img{height:30px;margin:0 10px}}._Service_tjnsz_1{width:100%;overflow:hidden}._Service_tjnsz_1 ._Row1_tjnsz_5{width:100%;height:auto;display:flex;flex-direction:column;align-items:center;margin-bottom:4rem}._Service_tjnsz_1 ._Row1_tjnsz_5 h2{color:var(--c3);text-align:center;font-family:var(--f2);font-size:3.5rem;font-style:normal;font-weight:700;line-height:3.99rem;letter-spacing:-.07rem}@media (max-width: 631px){._Service_tjnsz_1 ._Row1_tjnsz_5 h2{font-size:3.5rem}}._Service_tjnsz_1 ._Row1_tjnsz_5 h2 span{color:var(--c1)}._Service_tjnsz_1 ._Row1_tjnsz_5 p{color:#3d3d3d8f;text-align:center;font-family:Inter;font-size:1.125rem;font-style:normal;font-weight:400;line-height:normal}@media (max-width: 631px){._Service_tjnsz_1 ._Row1_tjnsz_5 p{font-size:1.5rem}}._Service_tjnsz_1 ._Row1_tjnsz_5 ._Buttons_tjnsz_45{display:flex;align-items:center;gap:2rem;margin-top:2rem}._Service_tjnsz_1 ._Row2_tjnsz_51{display:flex;align-items:center;justify-content:center;gap:5rem;margin:2rem}@media (max-width: 631px){._Service_tjnsz_1 ._Row2_tjnsz_51{flex-direction:column;gap:2rem}}._Service_tjnsz_1 ._Row2_tjnsz_51 ._Card_tjnsz_64{width:49.875rem;min-height:25.875rem;border-radius:1.71319rem;background:var(--c2);box-shadow:0 4px 50px #00000014;padding:3rem;display:flex;flex-direction:column;gap:1.5rem;background-image:url(/assets/eclipse-DYJuirg0.png);background-repeat:no-repeat;background-size:contain;background-size:150px 120px;background-position:top right}._Service_tjnsz_1 ._Row2_tjnsz_51 ._Card_tjnsz_64 img{width:15rem;height:10rem;margin-left:30rem}@media (max-width: 631px){._Service_tjnsz_1 ._Row2_tjnsz_51 ._Card_tjnsz_64{width:100%}}._Service_tjnsz_1 ._Row2_tjnsz_51 ._Card_tjnsz_64 h3{color:var(--c3);font-family:var(--f1);font-size:2rem;font-style:normal;font-weight:500;line-height:2.74106rem;letter-spacing:-.04569rem}._Service_tjnsz_1 ._Row2_tjnsz_51 ._Card_tjnsz_64 p{color:var(--work, #060606);font-family:var(--f1);font-size:1rem;font-style:normal;font-weight:400;line-height:1.60356rem}._Service_tjnsz_1 ._Row2_tjnsz_51 ._Card_tjnsz_64 ._Row_tjnsz_5{display:flex;align-items:center;gap:1rem}._Service_tjnsz_1 ._Row2_tjnsz_51 ._Card_tjnsz_64 ._Row_tjnsz_5 ._Item_tjnsz_113{display:flex;width:auto;height:2.3125rem;padding:.57925rem;flex-direction:column;justify-content:center;align-items:center;gap:.57925rem;border-radius:.57925rem;color:var(--c1);background:linear-gradient(112deg,#ff621f1a 4.93%,#ffffff1a 256.79%)}._Service_tjnsz_1 ._Row2_tjnsz_51 ._Card_tjnsz_64 ._Row_tjnsz_5 ._Item_tjnsz_113 i{font-family:Inter;font-size:.875rem;font-style:normal;font-weight:500;line-height:1.50144rem;letter-spacing:.00925rem;background:var(--Frame-1618873096, linear-gradient(112deg, #f3721b 4.93%, #ffc097 256.79%));background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}._Service_tjnsz_1 ._Row2_tjnsz_51 ._Card_tjnsz_64 button{display:flex;width:max-content;height:3.25rem;padding:.625rem 1.5rem;justify-content:center;align-items:center;gap:.625rem;flex-shrink:0;border-radius:.625rem;background:transparent;border:1px solid #f67223;color:#f77224;font-family:var(--f1);font-size:1.125rem;font-style:normal;font-weight:500;line-height:1.62rem;letter-spacing:.01rem;cursor:pointer;transition:all .3s ease;text-decoration:none}._Service_tjnsz_1 ._Row2_tjnsz_51 ._Card_tjnsz_64 button svg{width:1.46875rem;height:1.46875rem;flex-shrink:0;transition:transform .3s ease}._Service_tjnsz_1 ._Row2_tjnsz_51 ._Card_tjnsz_64 button span{transition:transform .3s ease}._Service_tjnsz_1 ._Row2_tjnsz_51 ._Card_tjnsz_64 button:hover{transform:scale(1.05)}._Service_tjnsz_1 ._Row2_tjnsz_51 ._Card_tjnsz_64 button:hover svg{transform:scale(1.3)}._Service_tjnsz_1 ._Row2_tjnsz_51 ._Card_tjnsz_64 button:hover span{transform:scale(1.1)}._Service_tjnsz_1 ._Row2_tjnsz_51 ._Card_tjnsz_64 a{text-decoration:none}._Service_tjnsz_1 h2{color:var(--c3);text-align:center;font-family:var(--f2);font-size:3.5rem;font-style:normal;font-weight:700;line-height:3.99rem;letter-spacing:-.07rem}@media (max-width: 631px){._Service_tjnsz_1 h2{font-size:2.5rem}}._Service_tjnsz_1 h2 span{color:var(--c1)}._Service_tjnsz_1 ._DevelopmentSolutions_tjnsz_200,._Service_tjnsz_1 ._MarketingSolutions_tjnsz_201{display:flex;flex-direction:column;align-items:center;gap:2rem;margin:6rem auto}@media (max-width: 631px){._Service_tjnsz_1 ._DevelopmentSolutions_tjnsz_200,._Service_tjnsz_1 ._MarketingSolutions_tjnsz_201{padding:0 2rem;gap:1rem}}._Service_tjnsz_1 ._DevelopmentSolutions_tjnsz_200 p,._Service_tjnsz_1 ._MarketingSolutions_tjnsz_201 p{color:var(--Test, #3d3d3d);text-align:center;font-family:Inter;font-size:1.125rem;font-style:normal;font-weight:400;line-height:1.755rem}._Service_tjnsz_1 ._DevCards_tjnsz_225{margin-top:2rem;width:100%;display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:2rem;position:relative;z-index:1}@media (max-width: 631px){._Service_tjnsz_1 ._DevCards_tjnsz_225{flex-direction:column}}._Service_tjnsz_1 ._DevCards_tjnsz_225 ._Blur1_tjnsz_242,._Service_tjnsz_1 ._DevCards_tjnsz_225 ._Blur2_tjnsz_243{width:37.75rem;height:26.875rem;flex-shrink:0;position:absolute;z-index:-1}._Service_tjnsz_1 ._DevCards_tjnsz_225 ._Blur1_tjnsz_242 svg,._Service_tjnsz_1 ._DevCards_tjnsz_225 ._Blur2_tjnsz_243 svg{height:100%;width:100%}._Service_tjnsz_1 ._DevCards_tjnsz_225 ._Blur1_tjnsz_242{left:-6rem;bottom:-14rem}._Service_tjnsz_1 ._DevCards_tjnsz_225 ._Blur2_tjnsz_243{right:-6rem;top:-14rem}._Service_tjnsz_1 ._DevCards_tjnsz_225 ._ServiceCard_tjnsz_263{width:32.5rem;height:fit-content;border-radius:1.875rem;background:#fff;box-shadow:0 4px 40px #0000001a;padding:2rem;display:flex;flex-direction:column;gap:1rem;justify-content:space-between}@media (max-width: 631px){._Service_tjnsz_1 ._DevCards_tjnsz_225 ._ServiceCard_tjnsz_263{width:80%}}._Service_tjnsz_1 ._DevCards_tjnsz_225 ._ServiceCard_tjnsz_263 p{color:#060606;font-family:Inter;font-size:.875rem;font-style:normal;font-weight:400;line-height:1.60356rem;text-align:start}._Service_tjnsz_1 ._DevCards_tjnsz_225 ._ServiceCard_tjnsz_263 ._Line1_tjnsz_292{display:flex;align-items:center;gap:1rem;margin-bottom:1rem}._Service_tjnsz_1 ._DevCards_tjnsz_225 ._ServiceCard_tjnsz_263 ._Line1_tjnsz_292 ._Left_tjnsz_298{flex:1;display:flex;flex-direction:column;align-items:flex-start;gap:.5rem}._Service_tjnsz_1 ._DevCards_tjnsz_225 ._ServiceCard_tjnsz_263 ._Line1_tjnsz_292 ._Left_tjnsz_298 h2{color:var(--Test, #3d3d3d);font-family:Inter;font-size:1.5rem;font-style:normal;font-weight:600;line-height:2.74106rem;letter-spacing:-.04569rem}@media (max-width: 631px){._Service_tjnsz_1 ._DevCards_tjnsz_225 ._ServiceCard_tjnsz_263 ._Line1_tjnsz_292 ._Left_tjnsz_298 h2{font-size:1.6975rem}}._Service_tjnsz_1 ._DevCards_tjnsz_225 ._ServiceCard_tjnsz_263 ._Line1_tjnsz_292 ._Left_tjnsz_298 p{color:#060606;font-family:Inter;font-size:.875rem;font-style:normal;font-weight:400;line-height:1.60356rem}@media (max-width: 631px){._Service_tjnsz_1 ._DevCards_tjnsz_225 ._ServiceCard_tjnsz_263 ._Line1_tjnsz_292 ._Left_tjnsz_298 p{font-size:.975rem}}._Service_tjnsz_1 ._DevCards_tjnsz_225 ._ServiceCard_tjnsz_263 ._Line1_tjnsz_292 img{width:9.25rem;height:8.32619rem}._Service_tjnsz_1 ._DevCards_tjnsz_225 ._ServiceCard_tjnsz_263 ._Line2_tjnsz_338{width:100%;display:flex;align-items:center;justify-content:space-between}._Service_tjnsz_1 ._DevCards_tjnsz_225 ._ServiceCard_tjnsz_263 ._Line2_tjnsz_338 p{display:flex;align-items:center;gap:.3rem}@media (max-width: 631px){._Service_tjnsz_1 ._DevCards_tjnsz_225 ._ServiceCard_tjnsz_263 ._Line2_tjnsz_338 p{font-size:1.0975rem}}._Service_tjnsz_1 ._DevCards_tjnsz_225 ._ServiceCard_tjnsz_263 ._Line2_tjnsz_338 span{color:var(--My-Jobs, #2c2c2c);text-align:center;font-family:Poppins;font-size:2.5rem;font-style:normal;font-weight:600;line-height:normal}._Service_tjnsz_1 ._DevCards_tjnsz_225 ._ServiceCard_tjnsz_263 ._Line3_tjnsz_363{display:flex;align-items:center;justify-content:space-between;border-radius:.6875rem;background:linear-gradient(106deg,#f3721b 4.46%,#fff 232.7%);padding:1.2rem 1.52rem;margin-bottom:1rem}._Service_tjnsz_1 ._DevCards_tjnsz_225 ._ServiceCard_tjnsz_263 ._Line3_tjnsz_363 ._Line_tjnsz_292{width:1.2px;height:3.575rem;background-color:#fff}._Service_tjnsz_1 ._DevCards_tjnsz_225 ._ServiceCard_tjnsz_263 ._Line3_tjnsz_363 ._Col1_tjnsz_377,._Service_tjnsz_1 ._DevCards_tjnsz_225 ._ServiceCard_tjnsz_263 ._Line3_tjnsz_363 ._Col2_tjnsz_378{display:flex;flex-direction:column;gap:1rem}._Service_tjnsz_1 ._DevCards_tjnsz_225 ._ServiceCard_tjnsz_263 ._Line3_tjnsz_363 ._Col1_tjnsz_377 p,._Service_tjnsz_1 ._DevCards_tjnsz_225 ._ServiceCard_tjnsz_263 ._Line3_tjnsz_363 ._Col2_tjnsz_378 p{display:flex;align-items:center;gap:.4rem;color:#fff;text-align:center;font-family:var(--f1);font-size:.925rem;font-style:normal;font-weight:500;line-height:111.4%;text-transform:capitalize}@media (max-width: 631px){._Service_tjnsz_1 ._DevCards_tjnsz_225 ._ServiceCard_tjnsz_263 ._Line3_tjnsz_363 ._Col1_tjnsz_377 p,._Service_tjnsz_1 ._DevCards_tjnsz_225 ._ServiceCard_tjnsz_263 ._Line3_tjnsz_363 ._Col2_tjnsz_378 p{font-size:1.1925rem}}._Service_tjnsz_1 ._DevCards_tjnsz_225 ._ServiceCard_tjnsz_263 ._Line3_tjnsz_363 ._Col1_tjnsz_377 p svg,._Service_tjnsz_1 ._DevCards_tjnsz_225 ._ServiceCard_tjnsz_263 ._Line3_tjnsz_363 ._Col2_tjnsz_378 p svg{width:1.375rem;height:1.375rem}@media (max-width: 631px){._Service_tjnsz_1 ._DevCards_tjnsz_225 ._ServiceCard_tjnsz_263 ._Line3_tjnsz_363 ._Col1_tjnsz_377 p svg,._Service_tjnsz_1 ._DevCards_tjnsz_225 ._ServiceCard_tjnsz_263 ._Line3_tjnsz_363 ._Col2_tjnsz_378 p svg{width:1.5375rem;height:1.5375rem}}._Service_tjnsz_1 ._DevCards_tjnsz_225 ._ServiceCard_tjnsz_263:nth-child(7) ._Line3_tjnsz_363{background:var(--image, linear-gradient(112deg, #ffc734 4.93%, #fff 256.79%))}._Service_tjnsz_1 ._DevCards_tjnsz_225 ._ServiceCard_tjnsz_263:nth-child(1) ._Line3_tjnsz_363{background:var(--Frame-1618873352, linear-gradient(112deg, #6548ee 4.93%, #fff 256.79%))}._Service_tjnsz_1 ._DevCards_tjnsz_225 ._ServiceCard_tjnsz_263:nth-child(4) ._Line3_tjnsz_363{background:var(--image, linear-gradient(112deg, #6ac248 4.93%, #fff 256.79%))}._Service_tjnsz_1 ._DevCards_tjnsz_225 ._ServiceCard_tjnsz_263:nth-child(5) ._Line3_tjnsz_363{background:var(--Frame-1618873352, linear-gradient(112deg, #6548ee 4.93%, #fff 256.79%))}._Service_tjnsz_1 ._DevCards_tjnsz_225 ._ServiceCard_tjnsz_263:nth-child(6) ._Line3_tjnsz_363{background:var(--Frame-1618873352, linear-gradient(112deg, #2fbbe9 4.93%, #fff 256.79%))}._Service_tjnsz_1 ._DevCards_tjnsz_225 ._ServiceCard_tjnsz_263:nth-child(8) ._Line3_tjnsz_363{background:var(--Frame-1618873352, linear-gradient(112deg, #f66957 4.93%, #fff 256.79%))}._Service_tjnsz_1 ._DevCards_tjnsz_225 ._ServiceCard_tjnsz_263 ._Buttons_tjnsz_45{display:flex;align-items:center;gap:1rem}@media (max-width: 631px){._Service_tjnsz_1 ._DevCards_tjnsz_225 ._ServiceCard_tjnsz_263 ._Buttons_tjnsz_45{width:100%}._Service_tjnsz_1 ._DevCards_tjnsz_225 ._ServiceCard_tjnsz_263 ._Buttons_tjnsz_45 button{flex:1}}._Service_tjnsz_1 ._DevCards_tjnsz_225 ._ServiceCard_tjnsz_263 ._btn_tjnsz_447{display:flex;gap:1rem}._Service_tjnsz_1 ._DevCards_tjnsz_225 ._ServiceCard_tjnsz_263 ._btn_tjnsz_447 button{position:relative;padding:1rem 2rem;border-radius:.5rem;font-weight:600;cursor:pointer;overflow:hidden;display:flex;align-items:center;gap:.5rem;border:none;transition:all .3s ease-in-out}._Service_tjnsz_1 ._DevCards_tjnsz_225 ._ServiceCard_tjnsz_263 ._btn_tjnsz_447 button ._iconWrapper_tjnsz_464{display:flex;align-items:center;gap:.5rem;opacity:0;transform:translate(-5px);transition:all .3s ease-in-out;position:relative}._Service_tjnsz_1 ._DevCards_tjnsz_225 ._ServiceCard_tjnsz_263 ._btn_tjnsz_447 button ._iconWrapper_tjnsz_464 ._circle_tjnsz_473{position:absolute;width:.5rem;height:.5rem;border-radius:50%;background:currentColor;animation:_pulse_tjnsz_1 1s infinite;top:-.1rem;right:-.1rem;opacity:0}._Service_tjnsz_1 ._DevCards_tjnsz_225 ._ServiceCard_tjnsz_263 ._btn_tjnsz_447 button:hover ._iconWrapper_tjnsz_464{opacity:1;transform:translate(0)}._Service_tjnsz_1 ._DevCards_tjnsz_225 ._ServiceCard_tjnsz_263 ._btn_tjnsz_447 button:hover ._iconWrapper_tjnsz_464 ._circle_tjnsz_473{opacity:1}._Service_tjnsz_1 ._DevCards_tjnsz_225 ._ServiceCard_tjnsz_263 ._btn_tjnsz_447 ._solidbtn_tjnsz_491{background:#f3721b;color:#fff}._Service_tjnsz_1 ._DevCards_tjnsz_225 ._ServiceCard_tjnsz_263 ._btn_tjnsz_447 ._hollowbtn_tjnsz_495{background:transparent;border:2px solid #f3721b;color:#f3721b}@keyframes _pulse_tjnsz_1{0%{transform:scale(.8);opacity:.5}50%{transform:scale(1.2);opacity:1}to{transform:scale(.8);opacity:.5}}._Service_tjnsz_1 ._DevCards_tjnsz_225 ._ServiceCard_tjnsz_263:nth-child(3) ._btn_tjnsz_447 ._solidbtn_tjnsz_491{background:linear-gradient(112deg,#f3721b 4.93%,#fff 256.79%)}._Service_tjnsz_1 ._DevCards_tjnsz_225 ._ServiceCard_tjnsz_263:nth-child(3) ._btn_tjnsz_447 ._hollowbtn_tjnsz_495{border:1px solid #f3721b;color:#f3721b}._Service_tjnsz_1 ._DevCards_tjnsz_225 ._ServiceCard_tjnsz_263:nth-child(2) ._btn_tjnsz_447 ._solidbtn_tjnsz_491{background:#6ac248}._Service_tjnsz_1 ._DevCards_tjnsz_225 ._ServiceCard_tjnsz_263:nth-child(2) ._btn_tjnsz_447 ._hollowbtn_tjnsz_495{border:1px solid #6ac248;color:#6ac248}._Service_tjnsz_1 ._DevCards_tjnsz_225 ._ServiceCard_tjnsz_263:nth-child(5) ._btn_tjnsz_447 ._solidbtn_tjnsz_491{background:#6548ee}._Service_tjnsz_1 ._DevCards_tjnsz_225 ._ServiceCard_tjnsz_263:nth-child(5) ._btn_tjnsz_447 ._hollowbtn_tjnsz_495{border:1px solid #6548ee;color:#6548ee}._Service_tjnsz_1 ._DevCards_tjnsz_225 ._ServiceCard_tjnsz_263:nth-child(6) ._btn_tjnsz_447 ._solidbtn_tjnsz_491{background:#2fbbe9}._Service_tjnsz_1 ._DevCards_tjnsz_225 ._ServiceCard_tjnsz_263:nth-child(6) ._btn_tjnsz_447 ._hollowbtn_tjnsz_495{border:1px solid #2fbbe9;color:#2fbbe9}._Service_tjnsz_1 ._DevCards_tjnsz_225 ._ServiceCard_tjnsz_263:nth-child(7) ._btn_tjnsz_447 ._solidbtn_tjnsz_491{background:#ffc734}._Service_tjnsz_1 ._DevCards_tjnsz_225 ._ServiceCard_tjnsz_263:nth-child(7) ._btn_tjnsz_447 ._hollowbtn_tjnsz_495{border:1px solid #ffc734;color:#ffc734}._Service_tjnsz_1 ._DevCards_tjnsz_225 ._ServiceCard_tjnsz_263:nth-child(8) ._btn_tjnsz_447 ._solidbtn_tjnsz_491{background:#f66957}._Service_tjnsz_1 ._DevCards_tjnsz_225 ._ServiceCard_tjnsz_263:nth-child(8) ._btn_tjnsz_447 ._hollowbtn_tjnsz_495{border:1px solid #f66957;color:#f66957}._Service_tjnsz_1 ._DevCards_tjnsz_225 ._ServiceCard_tjnsz_263:nth-child(4) ._btn_tjnsz_447 ._solidbtn_tjnsz_491{background:linear-gradient(112deg,#6ac248 4.93%,#fff 256.79%)}._Service_tjnsz_1 ._DevCards_tjnsz_225 ._ServiceCard_tjnsz_263:nth-child(4) ._btn_tjnsz_447 ._hollowbtn_tjnsz_495{border:1px solid #6ac248;color:#6ac248}@media (max-width: 631px){._Service_tjnsz_1 ._DevCards_tjnsz_225 ._ServiceCard_tjnsz_263 ._btn_tjnsz_447{width:100%}._Service_tjnsz_1 ._DevCards_tjnsz_225 ._ServiceCard_tjnsz_263 ._btn_tjnsz_447 button{flex:1}}._Service_tjnsz_1 ._MarketingSolutions_tjnsz_201 ._DevCards_tjnsz_225 ._ServiceCard_tjnsz_263:nth-child(1) ._Line3_tjnsz_363{background:var(--Ellipse-307, linear-gradient(112deg, #f66957 4.93%, #fff 256.79%))}._Service_tjnsz_1 ._Row3_tjnsz_574{height:76.3125rem;width:100%;position:relative;z-index:1;display:flex;justify-content:center}@media (max-width: 631px){._Service_tjnsz_1 ._Row3_tjnsz_574{height:auto;padding:3rem;flex-direction:column;gap:3rem}}._Service_tjnsz_1 ._Row3_tjnsz_574 ._Image_tjnsz_590{height:100%;width:100%;position:absolute;z-index:-1}@media (max-width: 631px){._Service_tjnsz_1 ._Row3_tjnsz_574 ._Image_tjnsz_590{position:relative}}._Service_tjnsz_1 ._Row3_tjnsz_574 ._Image_tjnsz_590 img{height:100%;width:100%;object-fit:contain}._Service_tjnsz_1 ._Row3_tjnsz_574 h2{margin-top:12rem;width:59.1875rem;color:var(--c3);text-align:center;font-family:var(--f2);font-size:3.5rem;font-style:normal;font-weight:700;line-height:3.99rem;letter-spacing:-.07rem}@media (max-width: 631px){._Service_tjnsz_1 ._Row3_tjnsz_574 h2{width:80%;font-size:2.5rem;text-align:start;line-height:120%;margin-top:3rem}}._Service_tjnsz_1 ._Row3_tjnsz_574 h2 span{color:var(--c1)}._Service_tjnsz_1 ._TrustedBy_tjnsz_630{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;margin:4rem 0;background:url(/assets/SILBG-DudNR10-.webp);background-size:cover;background-position:center;width:100%;height:42.6875rem;flex-shrink:0}@media (max-width: 631px){._Service_tjnsz_1 ._TrustedBy_tjnsz_630{height:auto;padding:3rem 2rem}}._Service_tjnsz_1 ._TrustedBy_tjnsz_630 h2{color:#fff}._Service_tjnsz_1 ._TrustedBy_tjnsz_630 p{color:#fff;text-align:center;font-family:Inter;font-size:1.125rem;font-style:normal;font-weight:400;line-height:1.755rem}._Service_tjnsz_1 ._TrustedBy_tjnsz_630 ._TrustedByCards_tjnsz_662{width:100%;display:flex;align-items:center;justify-content:center;gap:3rem;margin-top:3.5rem}@media (max-width: 631px){._Service_tjnsz_1 ._TrustedBy_tjnsz_630 ._TrustedByCards_tjnsz_662{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem;row-gap:4rem}}._Service_tjnsz_1 ._TrustedBy_tjnsz_630 ._CardOuter_tjnsz_678{width:22.125rem;height:16.125rem;border:1px solid #f37927;background:linear-gradient(180deg,#ffffff1a,#9990);box-shadow:0 4px 80px #f672234d;-webkit-backdrop-filter:blur(25px);backdrop-filter:blur(25px);border-radius:1.71319rem}@media (max-width: 631px){._Service_tjnsz_1 ._TrustedBy_tjnsz_630 ._CardOuter_tjnsz_678{width:100%}}._Service_tjnsz_1 ._TrustedBy_tjnsz_630 ._Card_tjnsz_64{width:22.125rem;height:16.125rem;flex-shrink:0;border-radius:1.71319rem;position:relative;display:flex;flex-direction:column;padding:2rem;align-items:center;justify-content:flex-end}@media (max-width: 631px){._Service_tjnsz_1 ._TrustedBy_tjnsz_630 ._Card_tjnsz_64{width:100%}}._Service_tjnsz_1 ._TrustedBy_tjnsz_630 ._Card_tjnsz_64 i{position:absolute;left:50%;top:0;transform:translate(-50%,-50%);display:inline-flex;height:5.24119rem;padding:1.1875rem 1.17869rem 1.30369rem 1.3125rem;justify-content:center;align-items:center;flex-shrink:0;border-radius:7.10619rem;background:var(--Background, linear-gradient(106deg, #f3721b 4.46%, #fff 232.7%));box-shadow:0 4px 50px #0000000f}._Service_tjnsz_1 ._TrustedBy_tjnsz_630 ._Card_tjnsz_64 i svg{width:2.75rem;height:2.75rem;aspect-ratio:1/1}._Service_tjnsz_1 ._TrustedBy_tjnsz_630 ._Card_tjnsz_64 h3{font-family:Inter;font-size:3.27719rem;font-style:normal;font-weight:600;line-height:120%;letter-spacing:-.13306rem;background:var(--Background, linear-gradient(106deg, #f3721b 4.46%, #fff 232.7%));background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}._Service_tjnsz_1 ._TrustedBy_tjnsz_630 ._Card_tjnsz_64 h4{color:#fff;font-family:Inter;font-size:1.125rem;font-style:normal;font-weight:600;line-height:2.74106rem;letter-spacing:-.04569rem}._Service_tjnsz_1 ._TrustedBy_tjnsz_630 ._Card_tjnsz_64 p{color:#fff;text-align:center;font-family:Inter;font-size:1rem;font-style:normal;font-weight:400;line-height:1.60356rem;width:80%}._Service_tjnsz_1 ._TrustedBy_tjnsz_630 ._BtnWrapper_tjnsz_760{display:flex;align-items:center;gap:1rem;margin-top:1rem}@media (max-width: 631px){._Service_tjnsz_1 ._TrustedBy_tjnsz_630 ._BtnWrapper_tjnsz_760{width:100%;justify-content:center}._Service_tjnsz_1 ._TrustedBy_tjnsz_630 ._BtnWrapper_tjnsz_760 button{width:47%!important}}._Service_tjnsz_1 ._TrustedBy_tjnsz_630 ._CardOuter_tjnsz_678:nth-child(2){border:1px solid #7c64f1;background:linear-gradient(180deg,#ffffff1a,#9990);box-shadow:0 4px 80px #7156ef4d;-webkit-backdrop-filter:blur(25px);backdrop-filter:blur(25px)}._Service_tjnsz_1 ._TrustedBy_tjnsz_630 ._CardOuter_tjnsz_678:nth-child(2) i{border-radius:7.10619rem;background:var(--Frame-1618873352, linear-gradient(112deg, #6548ee 4.93%, #fff 256.79%));box-shadow:0 4px 50px #0000000f}._Service_tjnsz_1 ._TrustedBy_tjnsz_630 ._CardOuter_tjnsz_678:nth-child(2) h3{background:var(--Frame-1618873352, linear-gradient(112deg, #6548ee 4.93%, #fff 256.79%));background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}._Service_tjnsz_1 ._TrustedBy_tjnsz_630 ._CardOuter_tjnsz_678:nth-child(3){border-radius:1.71319rem;border:1px solid #6bceef;background:linear-gradient(180deg,#ffffff1a,#9990);box-shadow:0 4px 80px #45c2eb4d;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px)}._Service_tjnsz_1 ._TrustedBy_tjnsz_630 ._CardOuter_tjnsz_678:nth-child(3) i{border-radius:7.10619rem;background:var(--Background, linear-gradient(112deg, #2fbbe9 4.93%, #fff 256.79%));box-shadow:0 4px 50px #0000000f}._Service_tjnsz_1 ._TrustedBy_tjnsz_630 ._CardOuter_tjnsz_678:nth-child(3) h3{background:var(--Background, linear-gradient(112deg, #2fbbe9 4.93%, #fff 256.79%));background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}._Service_tjnsz_1 ._TrustedBy_tjnsz_630 ._CardOuter_tjnsz_678:nth-child(4){border-radius:1.71319rem;border:1px solid #7bc95d;background:linear-gradient(180deg,#ffffff1a,#9990);box-shadow:0 4px 80px #79c85b4d;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px)}._Service_tjnsz_1 ._TrustedBy_tjnsz_630 ._CardOuter_tjnsz_678:nth-child(4) i{border-radius:7.10619rem;background:var(--Background, linear-gradient(112deg, #6ac248 4.93%, #fff 256.79%));box-shadow:0 4px 50px #0000000f}._Service_tjnsz_1 ._TrustedBy_tjnsz_630 ._CardOuter_tjnsz_678:nth-child(4) h3{background:var(--Background, linear-gradient(112deg, #6ac248 4.93%, #fff 256.79%));background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}._Service_tjnsz_1 ._CtaButton_tjnsz_828{display:flex;align-items:center;justify-content:center;padding-bottom:6rem}._Service_tjnsz_1 ._StrategicTalent_tjnsz_834{width:100%;display:flex;flex-direction:column;align-items:center;gap:4rem;margin-bottom:28rem;height:31.6875rem;flex-shrink:0;background:url(/assets/HeaderBG-BSOcJrrq.webp);background-size:cover;background-position:center;padding:4rem 15rem}@media (max-width: 631px){._Service_tjnsz_1 ._StrategicTalent_tjnsz_834{padding:2rem;min-height:31.6875rem;height:auto;background-size:100% 31rem;background-repeat:no-repeat;background-position:top;margin-bottom:2rem}}._Service_tjnsz_1 ._StrategicTalent_tjnsz_834 ._Top_tjnsz_859{width:100%;display:flex;align-items:center;justify-content:space-between}@media (max-width: 631px){._Service_tjnsz_1 ._StrategicTalent_tjnsz_834 ._Top_tjnsz_859{width:100%;flex-direction:column;gap:1.5rem}}._Service_tjnsz_1 ._StrategicTalent_tjnsz_834 ._Top_tjnsz_859 h2{width:30.125rem;font-size:3.5rem;text-align:start;color:var(--c2)}@media (max-width: 631px){._Service_tjnsz_1 ._StrategicTalent_tjnsz_834 ._Top_tjnsz_859 h2{width:90%;text-align:center}}._Service_tjnsz_1 ._StrategicTalent_tjnsz_834 ._Top_tjnsz_859 p{width:37.7rem;color:#fff;font-family:Inter;font-size:1.125rem;font-style:normal;font-weight:400;line-height:1.755rem}@media (max-width: 631px){._Service_tjnsz_1 ._StrategicTalent_tjnsz_834 ._Top_tjnsz_859 p{width:90%;text-align:center}}._Service_tjnsz_1 ._StrategicTalent_tjnsz_834 ._STACards_tjnsz_899{display:flex;align-items:center;gap:4rem}@media (max-width: 631px){._Service_tjnsz_1 ._StrategicTalent_tjnsz_834 ._STACards_tjnsz_899{flex-direction:column;gap:5rem}}._Service_tjnsz_1 ._StrategicTalent_tjnsz_834 ._STACards_tjnsz_899 ._Card_tjnsz_64{width:28.375rem;height:42.125rem;flex-shrink:0;border-radius:1.71319rem;background:#fff;box-shadow:0 4px 80px #00000014;position:relative;padding:4rem 3rem 3rem;display:flex;flex-direction:column;gap:1rem;justify-content:space-between;transition:all ease-in-out .3s}._Service_tjnsz_1 ._StrategicTalent_tjnsz_834 ._STACards_tjnsz_899 ._Card_tjnsz_64:hover{transform:translateY(-.5rem)}@media (max-width: 631px){._Service_tjnsz_1 ._StrategicTalent_tjnsz_834 ._STACards_tjnsz_899 ._Card_tjnsz_64{width:95%}}._Service_tjnsz_1 ._StrategicTalent_tjnsz_834 ._STACards_tjnsz_899 ._Card_tjnsz_64 i{display:flex;width:5.24119rem;height:5.24119rem;padding:.9375rem .95994rem .92869rem .90625rem;justify-content:center;align-items:center;flex-shrink:0;border-radius:7.10619rem;background:var(--image, linear-gradient(106deg, #f3721b 4.46%, #fff 232.7%));box-shadow:0 4px 20px #0000000d;position:absolute;top:0;left:50%;transform:translate(-50%,-50%)}._Service_tjnsz_1 ._StrategicTalent_tjnsz_834 ._STACards_tjnsz_899 ._Card_tjnsz_64:nth-child(1) i{background:linear-gradient(106deg,#f3721b 4.46%,#fff 232.7%)}._Service_tjnsz_1 ._StrategicTalent_tjnsz_834 ._STACards_tjnsz_899 ._Card_tjnsz_64:nth-child(4) i{background:linear-gradient(112deg,#6548ee 4.46%,#fff 232.7%)}._Service_tjnsz_1 ._StrategicTalent_tjnsz_834 ._STACards_tjnsz_899 ._Card_tjnsz_64:nth-child(2) i{background:linear-gradient(112deg,#2fbbe9 4.46%,#fff 232.7%)}._Service_tjnsz_1 ._StrategicTalent_tjnsz_834 ._STACards_tjnsz_899 ._Card_tjnsz_64:nth-child(2) p svg path{fill:#2fbbe9}._Service_tjnsz_1 ._StrategicTalent_tjnsz_834 ._STACards_tjnsz_899 ._Card_tjnsz_64:nth-child(3) i{background:linear-gradient(105deg,#6ac248 4.46%,#fff 232.7%)}._Service_tjnsz_1 ._StrategicTalent_tjnsz_834 ._STACards_tjnsz_899 ._Card_tjnsz_64:nth-child(3) p svg path{fill:#6ac248}._Service_tjnsz_1 ._StrategicTalent_tjnsz_834 ._STACards_tjnsz_899 ._Card_tjnsz_64:nth-child(5) i{background:linear-gradient(112deg,#f66957 4.46%,#fff 232.7%)}._Service_tjnsz_1 ._StrategicTalent_tjnsz_834 ._STACards_tjnsz_899 ._Card_tjnsz_64 h3{color:var(--Test, #3d3d3d);text-align:center;font-family:Inter;font-size:2rem;font-style:normal;font-weight:600;line-height:2.74106rem;letter-spacing:-.04569rem}@media (max-width: 631px){._Service_tjnsz_1 ._StrategicTalent_tjnsz_834 ._STACards_tjnsz_899 ._Card_tjnsz_64 h3{font-size:2.2825rem}}._Service_tjnsz_1 ._StrategicTalent_tjnsz_834 ._STACards_tjnsz_899 ._Card_tjnsz_64 p{color:#060606;text-align:center;font-family:Inter;font-size:1rem;font-style:normal;font-weight:400;line-height:1.60356rem}@media (max-width: 631px){._Service_tjnsz_1 ._StrategicTalent_tjnsz_834 ._STACards_tjnsz_899 ._Card_tjnsz_64 p{font-size:1.1825rem}}._Service_tjnsz_1 ._StrategicTalent_tjnsz_834 ._STACards_tjnsz_899 ._Card_tjnsz_64 ._Row_tjnsz_5{display:flex;gap:1rem;height:max-content}._Service_tjnsz_1 ._StrategicTalent_tjnsz_834 ._STACards_tjnsz_899 ._Card_tjnsz_64 ._Row_tjnsz_5 ._Col_tjnsz_377{flex:1;display:flex;flex-direction:column;gap:.7rem}._Service_tjnsz_1 ._StrategicTalent_tjnsz_834 ._STACards_tjnsz_899 ._Card_tjnsz_64 ._Row_tjnsz_5 ._Col_tjnsz_377 p{color:#000;text-align:start;font-family:Poppins;font-size:.825rem;font-style:normal;font-weight:400;line-height:111.4%;text-transform:capitalize;display:flex;align-items:center;gap:.4rem}@media (max-width: 631px){._Service_tjnsz_1 ._StrategicTalent_tjnsz_834 ._STACards_tjnsz_899 ._Card_tjnsz_64 ._Row_tjnsz_5 ._Col_tjnsz_377 p{font-size:1.0825rem}}._Service_tjnsz_1 ._StrategicTalent_tjnsz_834 ._STACards_tjnsz_899 ._Card_tjnsz_64 ._Row_tjnsz_5 ._Col_tjnsz_377 p svg{width:1.375rem;height:1.375rem}@media (max-width: 631px){._Service_tjnsz_1 ._StrategicTalent_tjnsz_834 ._STACards_tjnsz_899 ._Card_tjnsz_64 ._Row_tjnsz_5 ._Col_tjnsz_377 p svg{width:1.5375rem;height:1.5375rem}}._Service_tjnsz_1 ._StrategicTalent_tjnsz_834 ._STACards_tjnsz_899 ._Card_tjnsz_64 ._Row_tjnsz_5 ._Line_tjnsz_292{width:0;height:100%;width:1.1px;background:#0003}._Service_tjnsz_1 ._StrategicTalent_tjnsz_834 ._STACards_tjnsz_899 ._Card_tjnsz_64 ._DashedLine_tjnsz_1045{width:22.8125rem;height:1px;border:1px dashed rgba(0,0,0,.2)}@media (max-width: 631px){._Service_tjnsz_1 ._StrategicTalent_tjnsz_834 ._STACards_tjnsz_899 ._Card_tjnsz_64 ._DashedLine_tjnsz_1045{width:100%}}._Service_tjnsz_1 ._StrategicTalent_tjnsz_834 ._STACards_tjnsz_899 ._Card_tjnsz_64 ._Bottom_tjnsz_1055{display:flex;align-items:center;justify-content:space-between}._Service_tjnsz_1 ._StrategicTalent_tjnsz_834 ._STACards_tjnsz_899 ._Card_tjnsz_64 ._Bottom_tjnsz_1055 ._Col_tjnsz_377{display:flex;flex-direction:column;gap:.4rem}._Service_tjnsz_1 ._StrategicTalent_tjnsz_834 ._STACards_tjnsz_899 ._Card_tjnsz_64 ._Bottom_tjnsz_1055 ._Col_tjnsz_377 h4{color:#64748b;font-family:Segoe UI Symbol;font-size:1rem;font-style:normal;font-weight:400;line-height:1.25rem}@media (max-width: 631px){._Service_tjnsz_1 ._StrategicTalent_tjnsz_834 ._STACards_tjnsz_899 ._Card_tjnsz_64 ._Bottom_tjnsz_1055 ._Col_tjnsz_377 h4{font-size:1.2825rem}}._Service_tjnsz_1 ._StrategicTalent_tjnsz_834 ._STACards_tjnsz_899 ._Card_tjnsz_64 ._Bottom_tjnsz_1055 ._Col_tjnsz_377 p{background:var(--Frame-1618873097, linear-gradient(112deg, #2e2b29 4.93%, #ff7236 256.79%));background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;font-family:Segoe UI Symbol;font-size:.99rem;font-style:normal;font-weight:400;line-height:1.25rem}@media (max-width: 631px){._Service_tjnsz_1 ._StrategicTalent_tjnsz_834 ._STACards_tjnsz_899 ._Card_tjnsz_64 ._Bottom_tjnsz_1055 ._Col_tjnsz_377 p{font-size:1.0825rem}}._Service_tjnsz_1 ._StrategicTalent_tjnsz_834 ._STACards_tjnsz_899 ._Card_tjnsz_64 ._BtnWrapper_tjnsz_760{display:flex;flex-direction:column;gap:1rem}@media (max-width: 631px){._Service_tjnsz_1 ._StrategicTalent_tjnsz_834 ._STACards_tjnsz_899 ._Card_tjnsz_64 ._BtnWrapper_tjnsz_760{width:100%;align-items:center;margin-top:1rem}._Service_tjnsz_1 ._StrategicTalent_tjnsz_834 ._STACards_tjnsz_899 ._Card_tjnsz_64 ._BtnWrapper_tjnsz_760 button{width:90%!important}}._Service_tjnsz_1 ._ChooseUs_tjnsz_1109{width:100%;display:flex;flex-direction:column;align-items:center;gap:1rem;margin-bottom:4rem}._Service_tjnsz_1 ._ChooseUs_tjnsz_1109 h2{margin-top:3rem}@media (max-width: 631px){._Service_tjnsz_1 ._ChooseUs_tjnsz_1109{padding:2rem 3rem;align-items:flex-start}._Service_tjnsz_1 ._ChooseUs_tjnsz_1109 h2{font-size:3rem}._Service_tjnsz_1 ._ChooseUs_tjnsz_1109 p{font-size:1.5rem}}._Service_tjnsz_1 ._ChooseUs_tjnsz_1109 ._ChooseUsCards_tjnsz_1132{width:max-content;display:grid;grid-template-columns:repeat(3,1fr);gap:5rem;margin-top:5rem}@media (max-width: 631px){._Service_tjnsz_1 ._ChooseUs_tjnsz_1109 ._ChooseUsCards_tjnsz_1132{width:100%;grid-template-columns:repeat(1,1fr)}}._Service_tjnsz_1 ._ChooseUs_tjnsz_1109 ._ChooseUsCards_tjnsz_1132 ._Card_tjnsz_64{width:22.125rem;height:17.0625rem;flex-shrink:0;border-radius:1.71319rem;background:#fff;box-shadow:0 4px 40px #0000000a,0 4px 80px #efefef80;padding:4rem 2rem 2rem;display:flex;flex-direction:column;gap:.5rem;align-items:center;position:relative}@media (max-width: 631px){._Service_tjnsz_1 ._ChooseUs_tjnsz_1109 ._ChooseUsCards_tjnsz_1132 ._Card_tjnsz_64{width:100%;height:auto;padding:3rem;align-items:flex-start}}._Service_tjnsz_1 ._ChooseUs_tjnsz_1109 ._ChooseUsCards_tjnsz_1132 ._Card_tjnsz_64 i{display:inline-flex;height:5.24119rem;padding:1.1875rem 1.17869rem 1.30369rem 1.3125rem;justify-content:center;align-items:center;flex-shrink:0;position:absolute;top:0%;left:50%;transform:translate(-50%,-50%);border-radius:7.10619rem;background:var(--image, linear-gradient(106deg, #f3721b 4.46%, #fff 232.7%));box-shadow:0 4px 50px #0000000f}@media (max-width: 631px){._Service_tjnsz_1 ._ChooseUs_tjnsz_1109 ._ChooseUsCards_tjnsz_1132 ._Card_tjnsz_64 i{left:5rem}}._Service_tjnsz_1 ._ChooseUs_tjnsz_1109 ._ChooseUsCards_tjnsz_1132 ._Card_tjnsz_64 i svg{width:2.75rem;height:2.75rem;aspect-ratio:1/1}._Service_tjnsz_1 ._ChooseUs_tjnsz_1109 ._ChooseUsCards_tjnsz_1132 ._Card_tjnsz_64 h3{color:var(--Test, #3d3d3d);font-family:Inter;font-size:1.5rem;font-style:normal;font-weight:600;line-height:2.74106rem;letter-spacing:-.04569rem}@media (max-width: 631px){._Service_tjnsz_1 ._ChooseUs_tjnsz_1109 ._ChooseUsCards_tjnsz_1132 ._Card_tjnsz_64 h3{font-size:1.6825rem}}._Service_tjnsz_1 ._ChooseUs_tjnsz_1109 ._ChooseUsCards_tjnsz_1132 ._Card_tjnsz_64 p{color:#060606;text-align:center;font-family:Inter;font-size:1rem;font-style:normal;font-weight:400;line-height:1.60356rem}@media (max-width: 631px){._Service_tjnsz_1 ._ChooseUs_tjnsz_1109 ._ChooseUsCards_tjnsz_1132 ._Card_tjnsz_64 p{font-size:1.16825rem;text-align:start}}._Service_tjnsz_1 ._ChooseUs_tjnsz_1109 ._ChooseUsCards_tjnsz_1132 ._Card_tjnsz_64:nth-child(2) i{background:var(--image, linear-gradient(112deg, #2fbbe9 4.93%, #fff 256.79%));box-shadow:0 4px 50px #0000000f}._Service_tjnsz_1 ._ChooseUs_tjnsz_1109 ._ChooseUsCards_tjnsz_1132 ._Card_tjnsz_64:nth-child(3) i{background:var(--image, linear-gradient(112deg, #ffc734 4.93%, #fff 256.79%));box-shadow:0 4px 50px #0000000f}._Service_tjnsz_1 ._ChooseUs_tjnsz_1109 ._ChooseUsCards_tjnsz_1132 ._Card_tjnsz_64:nth-child(4) i{background:var(--image, linear-gradient(112deg, #6ac248 4.93%, #fff 256.79%));box-shadow:0 4px 50px #0000000f}._Service_tjnsz_1 ._ChooseUs_tjnsz_1109 ._ChooseUsCards_tjnsz_1132 ._Card_tjnsz_64:nth-child(5) i{background:var(--Ellipse-307, linear-gradient(112deg, #f66957 4.93%, #fff 256.79%));box-shadow:0 4px 50px #0000000f}._Service_tjnsz_1 ._ChooseUs_tjnsz_1109 ._ChooseUsCards_tjnsz_1132 ._Card_tjnsz_64:nth-child(6) i{background:var(--image, linear-gradient(106deg, #f3721b 4.46%, #fff 232.7%));box-shadow:0 4px 50px #0000000f}._Service_tjnsz_1 ._Row4_tjnsz_1242{width:100%;margin-bottom:4rem}._Service_tjnsz_1 ._Row5_tjnsz_1246{display:flex;align-items:center;justify-content:center;gap:15rem;padding:3rem;position:relative;margin-bottom:6rem}._Service_tjnsz_1 ._Row5_tjnsz_1246 ._Asset1_tjnsz_1255{width:29.5625rem;height:34.918rem;position:absolute;left:-4rem;top:-10rem}@media (max-width: 631px){._Service_tjnsz_1 ._Row5_tjnsz_1246 ._Asset1_tjnsz_1255{display:none}}._Service_tjnsz_1 ._Row5_tjnsz_1246 ._Asset1_tjnsz_1255 svg{height:100%;width:100%}._Service_tjnsz_1 ._Row5_tjnsz_1246 ._Asset2_tjnsz_1271{width:29.5625rem;height:34.918rem;position:absolute;right:-6rem;bottom:-15rem;z-index:-1}@media (max-width: 631px){._Service_tjnsz_1 ._Row5_tjnsz_1246 ._Asset2_tjnsz_1271{display:none}}._Service_tjnsz_1 ._Row5_tjnsz_1246 ._Asset2_tjnsz_1271 svg{height:100%;width:100%}._Service_tjnsz_1 ._Row5_tjnsz_1246 ._Left_tjnsz_298{width:36.625rem;height:32.01869rem}@media (max-width: 631px){._Service_tjnsz_1 ._Row5_tjnsz_1246 ._Left_tjnsz_298{display:none}}._Service_tjnsz_1 ._Row5_tjnsz_1246 ._Left_tjnsz_298 img{width:100%;height:100%;object-fit:contain}._Service_tjnsz_1 ._Row5_tjnsz_1246 ._Right_tjnsz_1302{width:38.875rem;display:flex;flex-direction:column;align-items:flex-end;gap:1rem}@media (max-width: 631px){._Service_tjnsz_1 ._Row5_tjnsz_1246 ._Right_tjnsz_1302{align-items:flex-start}}._Service_tjnsz_1 ._Row5_tjnsz_1246 ._Right_tjnsz_1302 h3{margin-bottom:.6rem;color:var(--c8);font-family:var(--f1);font-size:3.5rem;font-style:normal;font-weight:700;line-height:4.125rem;letter-spacing:-.03294rem;text-transform:capitalize}@media (max-width: 631px){._Service_tjnsz_1 ._Row5_tjnsz_1246 ._Right_tjnsz_1302 h3{width:80%;font-size:2.5rem;line-height:120%}}._Service_tjnsz_1 ._Row5_tjnsz_1246 ._Right_tjnsz_1302 h3 span{color:var(--c1)}._Service_tjnsz_1 ._Row5_tjnsz_1246 ._Right_tjnsz_1302 input,._Service_tjnsz_1 ._Row5_tjnsz_1246 ._Right_tjnsz_1302 textarea{display:flex;height:3.91244rem;padding:2.29644rem 1.19075rem;align-items:center;gap:.85056rem;align-self:stretch;border-radius:.85056rem;border:1.361px solid var(--c7);background:var(--Primary-0, #fff);box-shadow:0 1.361px 2.722px #e4e5e73d;outline:none;overflow:hidden;color:var(--c6);text-overflow:ellipsis;white-space:nowrap;font-family:Poppins;font-size:1.125rem;font-style:normal;font-weight:500;line-height:140%;letter-spacing:-.01125rem}@media (max-width: 631px){._Service_tjnsz_1 ._Row5_tjnsz_1246 ._Right_tjnsz_1302 input,._Service_tjnsz_1 ._Row5_tjnsz_1246 ._Right_tjnsz_1302 textarea{font-size:1.3125rem}}._Service_tjnsz_1 ._Row5_tjnsz_1246 ._Right_tjnsz_1302 textarea{height:9.01844rem;padding:1.22981rem 1.19075rem 2.29644rem;resize:none;margin-bottom:.6rem}._Service_tjnsz_1 ._Row6_tjnsz_1371{margin-bottom:8rem;width:100%;height:57.5rem;background-color:var(--c2);position:relative;z-index:1;display:flex;align-items:center;justify-content:center}@media (max-width: 631px){._Service_tjnsz_1 ._Row6_tjnsz_1371{padding:3rem;height:auto}}._Service_tjnsz_1 ._Row6_tjnsz_1371 h2{color:var(--c3);text-align:center;font-family:var(--f2);font-size:3.5rem;font-style:normal;font-weight:700;line-height:3.99rem;letter-spacing:-.07rem}@media (max-width: 631px){._Service_tjnsz_1 ._Row6_tjnsz_1371 h2._HideInMobile_tjnsz_1398{display:none}}._Service_tjnsz_1 ._Row6_tjnsz_1371 h2 span{color:var(--c1)}._Service_tjnsz_1 ._Row6_tjnsz_1371 p{color:var(--c3);font-size:1rem;font-style:normal;font-weight:500;line-height:1.62rem;text-align:start}._Service_tjnsz_1 ._Row6_tjnsz_1371 p._Para_tjnsz_1413{text-align:center}@media (max-width: 631px){._Service_tjnsz_1 ._Row6_tjnsz_1371 p._Para_tjnsz_1413{text-align:start;align-self:flex-start;margin-bottom:2rem}}._Service_tjnsz_1 ._Row6_tjnsz_1371 ._MobileH2_tjnsz_1423{display:none;color:var(--c3);text-align:center;font-family:var(--f2);font-size:2.5rem;font-style:normal;font-weight:700;line-height:3.99rem;letter-spacing:-.07rem}@media (max-width: 631px){._Service_tjnsz_1 ._Row6_tjnsz_1371 ._MobileH2_tjnsz_1423{display:block;text-align:start;align-self:flex-start}}._Service_tjnsz_1 ._Row6_tjnsz_1371 ._MobileH2_tjnsz_1423 span{color:var(--c1)}._Service_tjnsz_1 ._Row6_tjnsz_1371 ._Bg1_tjnsz_1449{width:48.625rem;height:49.19763rem;position:absolute;z-index:-1;top:50%;left:0;transform:translateY(-50%)}._Service_tjnsz_1 ._Row6_tjnsz_1371 ._Bg1_tjnsz_1449 svg{width:100%;height:100%}@media (max-width: 631px){._Service_tjnsz_1 ._Row6_tjnsz_1371 ._Bg1_tjnsz_1449{top:0;transform:translateY(0)}}._Service_tjnsz_1 ._Row6_tjnsz_1371 ._Content_tjnsz_1468{width:100%;height:49.5625rem;display:flex;flex-direction:column;align-items:center;justify-content:space-between;position:relative}@media (max-width: 631px){._Service_tjnsz_1 ._Row6_tjnsz_1371 ._Content_tjnsz_1468{width:100%;height:auto;gap:1rem}}._Service_tjnsz_1 ._Row6_tjnsz_1371 ._Content_tjnsz_1468 ._Logo_tjnsz_1484{position:absolute;width:33.63081rem;height:8.26138rem;top:11rem;left:6rem}@media (max-width: 631px){._Service_tjnsz_1 ._Row6_tjnsz_1371 ._Content_tjnsz_1468 ._Logo_tjnsz_1484{top:-3rem;left:15rem}}._Service_tjnsz_1 ._Row6_tjnsz_1371 ._Content_tjnsz_1468 ._Logo_tjnsz_1484 svg{height:100%;width:100%;object-fit:contain}._Service_tjnsz_1 ._Row6_tjnsz_1371 ._Content_tjnsz_1468 ._Columns_tjnsz_1502{display:flex;align-items:center;justify-content:flex-end;gap:2.5rem;margin-bottom:2rem}@media (max-width: 631px){._Service_tjnsz_1 ._Row6_tjnsz_1371 ._Content_tjnsz_1468 ._Columns_tjnsz_1502{flex-direction:column;align-items:flex-start;gap:.5rem}}._Service_tjnsz_1 ._Row6_tjnsz_1371 ._Content_tjnsz_1468 ._Columns_tjnsz_1502 ._Col_tjnsz_377{width:14rem;height:auto;flex-shrink:0;display:grid;grid-template-columns:1fr;place-items:center;gap:2rem;margin-bottom:2rem;padding:0 .61rem}@media (max-width: 631px){._Service_tjnsz_1 ._Row6_tjnsz_1371 ._Content_tjnsz_1468 ._Columns_tjnsz_1502 ._Col_tjnsz_377{width:100%;display:flex;align-items:center;gap:0rem}}._Service_tjnsz_1 ._Row6_tjnsz_1371 ._Content_tjnsz_1468 ._Columns_tjnsz_1502 ._Col_tjnsz_377 ._Letter_tjnsz_1535{display:flex;width:11.5rem;height:11.5rem;justify-content:center;align-items:center;flex-shrink:0;border-radius:50%;transform:translate(-2rem)}._Service_tjnsz_1 ._Row6_tjnsz_1371 ._Content_tjnsz_1468 ._Columns_tjnsz_1502 ._Col_tjnsz_377 ._Letter_tjnsz_1535 img{width:100%;height:100%}._Service_tjnsz_1 ._Row6_tjnsz_1371 ._Content_tjnsz_1468 ._Columns_tjnsz_1502 ._Col_tjnsz_377 ._Box_tjnsz_1549{width:100%;height:11rem;padding:1rem .5rem;position:relative}@media (max-width: 631px){._Service_tjnsz_1 ._Row6_tjnsz_1371 ._Content_tjnsz_1468 ._Columns_tjnsz_1502 ._Col_tjnsz_377 ._Box_tjnsz_1549{padding-top:2rem}._Service_tjnsz_1 ._Row6_tjnsz_1371 ._Content_tjnsz_1468 ._Columns_tjnsz_1502 ._Col_tjnsz_377 ._Box_tjnsz_1549:nth-child(1){display:none}}._Service_tjnsz_1 ._Row6_tjnsz_1371 ._Content_tjnsz_1468 ._Columns_tjnsz_1502 ._Col_tjnsz_377 ._Box_tjnsz_1549 ._Bg_tjnsz_1449{width:11.5rem;height:2.9375rem;position:absolute;top:0;right:1rem;border-radius:0rem .5rem 0rem 0rem;border-top:1px solid var(--c3);border-right:1px solid var(--c3)}@media (max-width: 631px){._Service_tjnsz_1 ._Row6_tjnsz_1371 ._Content_tjnsz_1468 ._Columns_tjnsz_1502 ._Col_tjnsz_377 ._Box_tjnsz_1549 ._Bg_tjnsz_1449{width:100%}}._Service_tjnsz_1 ._Row6_tjnsz_1371 ._Content_tjnsz_1468 ._Columns_tjnsz_1502 ._Col_tjnsz_377 ._Box_tjnsz_1549 h5{width:10.65rem;width:100%;color:var(--c3);font-family:var(--f2);font-size:1.1875rem;font-style:normal;font-weight:600;line-height:1.5625rem;margin-bottom:.3rem}@media (max-width: 631px){._Service_tjnsz_1 ._Row6_tjnsz_1371 ._Content_tjnsz_1468 ._Columns_tjnsz_1502 ._Col_tjnsz_377 ._Box_tjnsz_1549 h5{font-size:1.3125rem;width:100%}}._Service_tjnsz_1 ._Row6_tjnsz_1371 ._Content_tjnsz_1468 ._Columns_tjnsz_1502 ._Col_tjnsz_377 ._Box_tjnsz_1549 p{width:10.65rem;color:var(--c3);font-family:var(--f1);font-size:1rem;font-style:normal;font-weight:400;line-height:1.5625rem}@media (max-width: 631px){._Service_tjnsz_1 ._Row6_tjnsz_1371 ._Content_tjnsz_1468 ._Columns_tjnsz_1502 ._Col_tjnsz_377 ._Box_tjnsz_1549 p{font-size:1.3125rem;width:100%}}._Service_tjnsz_1 ._Row6_tjnsz_1371 ._Content_tjnsz_1468 ._Columns_tjnsz_1502 ._ColMob_tjnsz_1610{display:none}@media (max-width: 631px){._Service_tjnsz_1 ._Row6_tjnsz_1371 ._Content_tjnsz_1468 ._Columns_tjnsz_1502 ._ColMob_tjnsz_1610{width:100%;display:flex}}._Service_tjnsz_1 ._Row6_tjnsz_1371 ._Content_tjnsz_1468 ._Columns_tjnsz_1502 ._ColMob_tjnsz_1610 ._Letter_tjnsz_1535{display:flex;width:11.5rem;height:11.5rem;justify-content:center;align-items:center;flex-shrink:0;border-radius:50%;transform:translate(-2rem)}._Service_tjnsz_1 ._Row6_tjnsz_1371 ._Content_tjnsz_1468 ._Columns_tjnsz_1502 ._ColMob_tjnsz_1610 ._Letter_tjnsz_1535 img{width:100%;height:100%}._Service_tjnsz_1 ._Row6_tjnsz_1371 ._Content_tjnsz_1468 ._Columns_tjnsz_1502 ._ColMob_tjnsz_1610 ._Box_tjnsz_1549{flex:1;height:11rem;padding:1rem .5rem;position:relative}@media (max-width: 631px){._Service_tjnsz_1 ._Row6_tjnsz_1371 ._Content_tjnsz_1468 ._Columns_tjnsz_1502 ._ColMob_tjnsz_1610 ._Box_tjnsz_1549{padding-top:2rem;height:auto}}._Service_tjnsz_1 ._Row6_tjnsz_1371 ._Content_tjnsz_1468 ._Columns_tjnsz_1502 ._ColMob_tjnsz_1610 ._Box_tjnsz_1549 ._Bg_tjnsz_1449{width:11.5rem;height:2.9375rem;position:absolute;top:0;right:1rem;border-radius:0rem .5rem 0rem 0rem;border-top:1px solid var(--c3);border-right:1px solid var(--c3)}@media (max-width: 631px){._Service_tjnsz_1 ._Row6_tjnsz_1371 ._Content_tjnsz_1468 ._Columns_tjnsz_1502 ._ColMob_tjnsz_1610 ._Box_tjnsz_1549 ._Bg_tjnsz_1449{width:100%}}._Service_tjnsz_1 ._Row6_tjnsz_1371 ._Content_tjnsz_1468 ._Columns_tjnsz_1502 ._ColMob_tjnsz_1610 ._Box_tjnsz_1549 h5{width:10.65rem;width:100%;color:var(--c3);font-family:var(--f2);font-size:1.1875rem;font-style:normal;font-weight:600;line-height:1.5625rem;margin-bottom:.3rem}._Service_tjnsz_1 ._Row6_tjnsz_1371 ._Content_tjnsz_1468 ._Columns_tjnsz_1502 ._ColMob_tjnsz_1610 ._Box_tjnsz_1549 p{width:10.65rem;color:var(--c3);font-family:var(--f1);font-size:1rem;font-style:normal;font-weight:400;line-height:1.5625rem}@media (max-width: 631px){._Service_tjnsz_1 ._Row6_tjnsz_1371 ._Content_tjnsz_1468 ._Columns_tjnsz_1502 ._ColMob_tjnsz_1610 ._Box_tjnsz_1549 p{font-size:1.3125rem;width:100%}}._Service_tjnsz_1 ._Row6_tjnsz_1371 ._Content_tjnsz_1468 ._InnovateRow_tjnsz_1686{margin-left:auto;display:flex;align-items:center;gap:4rem;padding-right:8rem}._Service_tjnsz_1 ._Row6_tjnsz_1371 ._Content_tjnsz_1468 ._InnovateRow_tjnsz_1686 p{color:var(--c3);font-size:1.425rem;font-style:normal;font-weight:500;line-height:1.60356rem}@media (max-width: 631px){._Service_tjnsz_1 ._Row6_tjnsz_1371 ._Content_tjnsz_1468 ._InnovateRow_tjnsz_1686{padding-right:0}._Service_tjnsz_1 ._Row6_tjnsz_1371 ._Content_tjnsz_1468 ._InnovateRow_tjnsz_1686 h2{width:100%}._Service_tjnsz_1 ._Row6_tjnsz_1371 ._Content_tjnsz_1468 ._InnovateRow_tjnsz_1686 button{margin-left:auto}}._Row4_tjnsz_1242 ._BottomWrapper_tjnsz_1712{width:80%;margin:auto;display:grid;grid-template-columns:repeat(3,1fr);column-gap:1.56rem;justify-items:center}@media (max-width: 631px){._Row4_tjnsz_1242 ._BottomWrapper_tjnsz_1712{grid-template-columns:repeat(2,1fr);column-gap:1rem;row-gap:1rem;width:90%}}._Row4_tjnsz_1242 ._BottomWrapper_tjnsz_1712 ._BoxWrapper_tjnsz_1728{width:100%;margin-top:20px;height:17.2rem;flex-shrink:0;border-radius:1.81469rem;box-shadow:0 4px 80px #fdab8980;-webkit-backdrop-filter:blur(25px);backdrop-filter:blur(25px);position:relative;overflow:hidden;z-index:1;padding:2px;width:26rem}@media (max-width: 631px){._Row4_tjnsz_1242 ._BottomWrapper_tjnsz_1712 ._BoxWrapper_tjnsz_1728{height:auto}}._Row4_tjnsz_1242 ._BottomWrapper_tjnsz_1712 ._BoxWrapper_tjnsz_1728:after{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%) rotate(-75deg);content:"";width:25%;height:270%;background:var(--lg3);transition:all .3s ease-in-out;z-index:-1}@keyframes _rotate_tjnsz_1{0%{transform:translate(-50%,-50%) rotate(-75deg)}to{transform:translate(-50%,-50%) rotate(360deg)}}._Row4_tjnsz_1242 ._BottomWrapper_tjnsz_1712 ._BoxWrapper_tjnsz_1728:hover:after{animation:_rotate_tjnsz_1 8s linear infinite}._Row4_tjnsz_1242 ._BottomWrapper_tjnsz_1712 ._BoxWrapper_tjnsz_1728 ._BoxInner_tjnsz_1770{width:100%;height:100%;background:var(--c2);-webkit-backdrop-filter:blur(25px);backdrop-filter:blur(25px);z-index:2;border-radius:1.81469rem;padding:1rem 2rem}._Row4_tjnsz_1242 ._BottomWrapper_tjnsz_1712 ._BoxWrapper_tjnsz_1728 ._BoxInner_tjnsz_1770 img{width:6.8125rem;height:6.8125rem;transform:translateY(.4rem)}@media (max-width: 631px){._Row4_tjnsz_1242 ._BottomWrapper_tjnsz_1712 ._BoxWrapper_tjnsz_1728 ._BoxInner_tjnsz_1770 img{width:5rem;height:5rem}}._Row4_tjnsz_1242 ._BottomWrapper_tjnsz_1712 ._BoxWrapper_tjnsz_1728 ._BoxInner_tjnsz_1770 h3{color:var(--c3);font-size:1.6rem;font-weight:600;line-height:1.739rem;letter-spacing:-.04569rem;margin-bottom:.5rem}@media (max-width: 631px){._Row4_tjnsz_1242 ._BottomWrapper_tjnsz_1712 ._BoxWrapper_tjnsz_1728 ._BoxInner_tjnsz_1770 h3{font-size:1.2rem}}._Row4_tjnsz_1242 ._BottomWrapper_tjnsz_1712 ._BoxWrapper_tjnsz_1728 ._BoxInner_tjnsz_1770 p{color:var(--c4);font-size:1.1rem;font-weight:400;text-align:center;line-height:1.6;max-width:30rem;margin:0 auto}@media (max-width: 631px){._Row4_tjnsz_1242 ._BottomWrapper_tjnsz_1712 ._BoxWrapper_tjnsz_1728 ._BoxInner_tjnsz_1770 p{font-size:.95rem}}._Row4_tjnsz_1242 ._BottomWrapper_tjnsz_1712 ._BoxWrapper_tjnsz_1728 ._BoxInner_tjnsz_1770 ._CardInner_tjnsz_1817{overflow:visible;display:flex;flex-direction:column;align-items:center}._Row4_tjnsz_1242 ._BottomWrapper_tjnsz_1712 ._BoxWrapper_tjnsz_1728 ._BoxInner_tjnsz_1770 ._CardInner_tjnsz_1817 span,._Row4_tjnsz_1242 ._BottomWrapper_tjnsz_1712 ._BoxWrapper_tjnsz_1728 ._BoxInner_tjnsz_1770 ._CardInner_tjnsz_1817 i{display:flex;align-items:center;justify-content:center;width:48px;height:48px;margin-bottom:12px}@media (max-width: 631px){._Row4_tjnsz_1242 ._BottomWrapper_tjnsz_1712 ._BoxWrapper_tjnsz_1728 ._BoxInner_tjnsz_1770 ._CardInner_tjnsz_1817 span,._Row4_tjnsz_1242 ._BottomWrapper_tjnsz_1712 ._BoxWrapper_tjnsz_1728 ._BoxInner_tjnsz_1770 ._CardInner_tjnsz_1817 i{width:40px;height:40px}}._Row4_tjnsz_1242 ._BottomWrapper_tjnsz_1712 ._BoxWrapper_tjnsz_1728 ._BoxInner_tjnsz_1770 ._CardInner_tjnsz_1817 svg{width:100%;height:100%;display:block}._TopButtons_tjnsz_1845{display:flex;justify-content:center;gap:8rem;width:95%;margin:3rem auto 0;padding:0 5rem;position:relative}@media (max-width: 480px){._TopButtons_tjnsz_1845{flex-direction:column;width:fit-content}}._TopButtons_tjnsz_1845 ._Blur1_tjnsz_242,._TopButtons_tjnsz_1845 ._Blur2_tjnsz_243{width:40rem;height:40rem;flex-shrink:0;position:absolute;z-index:-1}._TopButtons_tjnsz_1845 ._Blur1_tjnsz_242 svg,._TopButtons_tjnsz_1845 ._Blur2_tjnsz_243 svg{height:100%;width:100%}._TopButtons_tjnsz_1845 ._Blur1_tjnsz_242{left:-1rem;bottom:-1rem}._TopButtons_tjnsz_1845 ._Blur2_tjnsz_243{right:-6rem;top:-15rem}._TopButtons_tjnsz_1845 ._HireBox_tjnsz_1881{width:22rem;text-align:center;padding:2rem 1rem;border-radius:12px;cursor:pointer;transition:all .3s ease;text-decoration:none;box-shadow:0 4.46px 50px #ff781e36;background:#fff;display:flex;flex-direction:column;align-items:center;justify-content:center}@media (max-width: 480px){._TopButtons_tjnsz_1845 ._HireBox_tjnsz_1881{width:30rem;height:30rem}}._TopButtons_tjnsz_1845 ._HireBox_tjnsz_1881 ._HireContent_tjnsz_1902{display:flex;flex-direction:column;align-items:center;gap:1rem}._TopButtons_tjnsz_1845 ._HireBox_tjnsz_1881 img{width:12rem;height:auto;display:block;margin-bottom:2rem}@media (max-width: 480px){._TopButtons_tjnsz_1845 ._HireBox_tjnsz_1881 img{width:20rem}}._TopButtons_tjnsz_1845 ._HireBox_tjnsz_1881 ._HireButton_tjnsz_1919{padding:.8rem 2rem;font-size:1.2rem;font-weight:600;color:#ff6b00;border:2px solid #ff6b00;border-radius:8px;background:transparent;cursor:pointer;transition:all .3s ease}._TopButtons_tjnsz_1845 ._HireBox_tjnsz_1881 ._HireButton_tjnsz_1919:hover{background:#ff6b00;color:#fff}._TopButtons_tjnsz_1845 ._HireBox_tjnsz_1881:hover{transform:translateY(-4px)}._HomeWrapper_e89la_1 ._StaffRecruitment_e89la_2147 ._TableData_e89la_2320 ._Table_e89la_2320 table td{width:50%;padding:1rem;vertical-align:top;border-right:1px solid #000;border-bottom:1px solid #000}@media (max-width: 631px){._HomeWrapper_e89la_1 ._Row6_e89la_1285 ._ContentSectionWrapper_e89la_1082 ._OuterWrapper_e89la_1347 ._BoxInner_e89la_974 p{font-size:1.3125rem}}._HomeWrapper_e89la_1{width:100%;max-width:100vw;overflow:hidden;background:var(--b8)}._HomeWrapper_e89la_1 ._Row1_e89la_7{width:100%;height:62rem;position:relative;z-index:1;padding:5.31rem 4.1rem 0rem 10rem;display:flex;justify-content:space-between;gap:7rem;margin-bottom:9.56rem;overflow:hidden}._HomeWrapper_e89la_1 ._Row1_e89la_7 ._bg_e89la_19{position:absolute;top:-.5rem;left:0;z-index:-1;width:100%;height:100%}._HomeWrapper_e89la_1 ._Row1_e89la_7 ._bg_e89la_19 img{width:100%;height:100%}._HomeWrapper_e89la_1 ._Row1_e89la_7 ._LeftWrapper_e89la_31{width:30rem}._HomeWrapper_e89la_1 ._Row1_e89la_7 ._LeftWrapper_e89la_31 ._row1_e89la_34{width:12.125rem;height:3.0625rem;border-radius:6.25rem;margin-bottom:1.5rem;position:relative;overflow:hidden;z-index:1;padding:3px}._HomeWrapper_e89la_1 ._Row1_e89la_7 ._LeftWrapper_e89la_31 ._row1_e89la_34:after{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%) rotate(-40deg);content:"";width:10%;height:390%;background:var(--lg3);transition:all .3s ease-in-out;z-index:-1;animation:_rotate_e89la_1 6s linear infinite}@keyframes _rotate_e89la_1{0%{transform:translate(-50%,-50%) rotate(-40deg);transform:translate(-50%,-50%) rotate(-75deg);transform:translate(-50%,-50%) rotate(-55deg)}to{transform:translate(-50%,-50%) rotate(360deg)}}._HomeWrapper_e89la_1 ._Row1_e89la_7 ._LeftWrapper_e89la_31 ._row1_e89la_34 ._row1Inner_e89la_65{width:100%;height:100%;background:var(--c5);display:flex;justify-content:center;align-items:center;gap:.75rem;border-radius:6.25rem}._HomeWrapper_e89la_1 ._Row1_e89la_7 ._LeftWrapper_e89la_31 ._row1_e89la_34 ._row1Inner_e89la_65 svg{width:1.5rem;height:1.5rem;flex-shrink:0}._HomeWrapper_e89la_1 ._Row1_e89la_7 ._LeftWrapper_e89la_31 ._row1_e89la_34 ._row1Inner_e89la_65 p{color:var(--c2);font-size:1rem;font-style:normal;font-weight:500;line-height:1.62rem}._HomeWrapper_e89la_1 ._Row1_e89la_7 ._LeftWrapper_e89la_31 ._row2_e89la_87{margin-bottom:1.5rem}._HomeWrapper_e89la_1 ._Row1_e89la_7 ._LeftWrapper_e89la_31 ._row2_e89la_87 h1{color:var(--c2);font-family:var(--f2);font-size:3.5rem;font-style:normal;font-weight:700;line-height:4.31144rem;letter-spacing:-.07838rem}._HomeWrapper_e89la_1 ._Row1_e89la_7 ._LeftWrapper_e89la_31 ._row2_e89la_87 span{color:var(--c1);font-family:var(--f2);font-size:3.5rem;font-style:normal;font-weight:700;line-height:4.31144rem;letter-spacing:-.07838rem}._HomeWrapper_e89la_1 ._Row1_e89la_7 ._LeftWrapper_e89la_31 ._row3_e89la_108{display:flex;align-items:center;gap:1.12rem;margin-bottom:1.06rem}._HomeWrapper_e89la_1 ._Row1_e89la_7 ._LeftWrapper_e89la_31 ._row3_e89la_108 button{width:12.125rem;height:3.0625rem;background:#ffffff08;color:var(--c2);font-size:1rem;font-style:normal;font-weight:500;line-height:1.62rem;border-radius:6.25rem;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);border:none}._HomeWrapper_e89la_1 ._Row1_e89la_7 ._LeftWrapper_e89la_31 ._row4_e89la_127{width:80%;margin-bottom:3.66rem}._HomeWrapper_e89la_1 ._Row1_e89la_7 ._LeftWrapper_e89la_31 ._row4_e89la_127 p{color:var(--c2);font-size:1.125rem;font-style:normal;font-weight:300;line-height:1.81469rem}._HomeWrapper_e89la_1 ._Row1_e89la_7 ._LeftWrapper_e89la_31 ._row5_e89la_138{margin-bottom:5.75rem}._HomeWrapper_e89la_1 ._Row1_e89la_7 ._LeftWrapper_e89la_31 ._row6_e89la_141{margin-bottom:5.46rem;display:flex;align-items:center;gap:2.62rem}._HomeWrapper_e89la_1 ._Row1_e89la_7 ._LeftWrapper_e89la_31 ._row6_e89la_141 div{display:flex;align-items:center;gap:.31rem}._HomeWrapper_e89la_1 ._Row1_e89la_7 ._LeftWrapper_e89la_31 ._row6_e89la_141 div span{width:2.9375rem;height:2.9375rem;flex-shrink:0;border-radius:50%;display:flex;align-items:center;justify-content:center;background:#ffffff05}._HomeWrapper_e89la_1 ._Row1_e89la_7 ._LeftWrapper_e89la_31 ._row6_e89la_141 div span svg{width:1.5rem;height:1.5rem}._HomeWrapper_e89la_1 ._Row1_e89la_7 ._LeftWrapper_e89la_31 ._row6_e89la_141 div p{color:var(--c2);font-size:1.125rem;font-style:normal;font-weight:600;line-height:1.755rem}._HomeWrapper_e89la_1 ._Row1_e89la_7 ._LeftWrapper_e89la_31 ._row7_e89la_173{width:100%;height:7.875rem;clip-path:polygon(0 0,100% 0,82% 100%,0 100%);border-radius:1rem;display:flex;align-items:center;justify-content:center;gap:2rem;background:var(--b2)}._HomeWrapper_e89la_1 ._Row1_e89la_7 ._LeftWrapper_e89la_31 ._row7_e89la_173 svg{width:3rem;height:3rem;flex-shrink:0}._HomeWrapper_e89la_1 ._Row1_e89la_7 ._LeftWrapper_e89la_31 ._row7_e89la_173 p{width:20.5625rem;color:var(--c2);font-size:1.125rem;font-style:normal;font-weight:600;line-height:1.755rem}._HomeWrapper_e89la_1 ._Row1_e89la_7 ._RightWrapper_e89la_197{flex:1;display:flex;flex-direction:column}._HomeWrapper_e89la_1 ._Row1_e89la_7 ._RightWrapper_e89la_197 ._RightWrapperTop_e89la_202{min-height:50%;display:flex;column-gap:1.3rem;row-gap:1rem;align-items:flex-end;justify-content:center;flex-wrap:wrap}._HomeWrapper_e89la_1 ._Row1_e89la_7 ._RightWrapper_e89la_197 ._RightWrapperTop_e89la_202 ._CardWrapper_e89la_211{background:#27303980;-webkit-backdrop-filter:blur(69.1242141724px);backdrop-filter:blur(69.1242141724px);flex-shrink:0;overflow:hidden}._HomeWrapper_e89la_1 ._Row1_e89la_7 ._RightWrapper_e89la_197 ._RightWrapperTop_e89la_202 ._CardWrapper_e89la_211 ._CardRow1_e89la_217{display:flex;align-items:center}._HomeWrapper_e89la_1 ._Row1_e89la_7 ._RightWrapper_e89la_197 ._RightWrapperTop_e89la_202 ._CardWrapper_e89la_211 ._CardRow1_e89la_217 img{border-radius:50%}._HomeWrapper_e89la_1 ._Row1_e89la_7 ._RightWrapper_e89la_197 ._RightWrapperTop_e89la_202 ._CardWrapper_e89la_211 ._CardRow1_e89la_217 ._ContentSection_e89la_224{display:flex;flex-direction:column;gap:.2rem}._HomeWrapper_e89la_1 ._Row1_e89la_7 ._RightWrapper_e89la_197 ._RightWrapperTop_e89la_202 ._CardWrapper_e89la_211 ._CardRow1_e89la_217 ._ContentSection_e89la_224 ._TopContentSection_e89la_229{display:flex;align-items:center}._HomeWrapper_e89la_1 ._Row1_e89la_7 ._RightWrapper_e89la_197 ._RightWrapperTop_e89la_202 ._CardWrapper_e89la_211 ._CardRow1_e89la_217 ._ContentSection_e89la_224 ._TopContentSection_e89la_229 h3{color:var(--c2);font-style:normal;font-weight:500;line-height:2.50438rem}._HomeWrapper_e89la_1 ._Row1_e89la_7 ._RightWrapper_e89la_197 ._RightWrapperTop_e89la_202 ._CardWrapper_e89la_211 ._CardRow1_e89la_217 ._ContentSection_e89la_224 ._TopContentSection_e89la_229 p{display:flex;align-items:center;gap:.2rem;color:var(--c2);font-style:normal;font-weight:400;line-height:150%}._HomeWrapper_e89la_1 ._Row1_e89la_7 ._RightWrapper_e89la_197 ._RightWrapperTop_e89la_202 ._CardWrapper_e89la_211 ._CardRow1_e89la_217 ._ContentSection_e89la_224 ._TopContentSection_e89la_229 p svg{color:var(--c2)}._HomeWrapper_e89la_1 ._Row1_e89la_7 ._RightWrapper_e89la_197 ._RightWrapperTop_e89la_202 ._CardWrapper_e89la_211 ._CardRow1_e89la_217 ._ContentSection_e89la_224 ._BottomContentSection_e89la_251{display:flex;align-items:center}._HomeWrapper_e89la_1 ._Row1_e89la_7 ._RightWrapper_e89la_197 ._RightWrapperTop_e89la_202 ._CardWrapper_e89la_211 ._CardRow1_e89la_217 ._ContentSection_e89la_224 ._BottomContentSection_e89la_251 h6{border-radius:7.06694rem;background:#ffffff0d;color:var(--c2);font-style:normal;font-weight:400;line-height:2.69106rem;display:flex;align-items:center}._HomeWrapper_e89la_1 ._Row1_e89la_7 ._RightWrapper_e89la_197 ._RightWrapperTop_e89la_202 ._CardWrapper_e89la_211 ._CardRow1_e89la_217 ._ContentSection_e89la_224 ._BottomContentSection_e89la_251 h6 svg{color:var(--c2)}._HomeWrapper_e89la_1 ._Row1_e89la_7 ._RightWrapper_e89la_197 ._RightWrapperTop_e89la_202 ._CardWrapper_e89la_211 ._CardRow2_e89la_268{color:var(--c2);font-style:normal;font-weight:300;line-height:1.31531rem;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:4;overflow:hidden;text-overflow:ellipsis;white-space:normal}._HomeWrapper_e89la_1 ._Row1_e89la_7 ._RightWrapper_e89la_197 ._RightWrapperTop_e89la_202 ._CardWrapper_e89la_211 ._CardRow3_e89la_280{width:100%;display:flex;flex-wrap:wrap;align-items:center}._HomeWrapper_e89la_1 ._Row1_e89la_7 ._RightWrapper_e89la_197 ._RightWrapperTop_e89la_202 ._CardWrapper_e89la_211 ._CardRow3_e89la_280 h4{color:#fff;font-family:var(--f1);font-style:normal;font-weight:500;line-height:2.50438rem}._HomeWrapper_e89la_1 ._Row1_e89la_7 ._RightWrapper_e89la_197 ._RightWrapperTop_e89la_202 ._CardWrapper_e89la_211 ._CardRow3_e89la_280 h5{color:#222930;font-style:normal;font-weight:400;line-height:.97881rem;letter-spacing:.00606rem;display:flex;justify-content:center;align-items:center;background:var(--c2)}._HomeWrapper_e89la_1 ._Row1_e89la_7 ._RightWrapper_e89la_197 ._RightWrapperTop_e89la_202 ._CardWrapper_e89la_211._CardWrapper1_e89la_304{width:27.95056rem;height:18.66388rem;border-radius:1.31531rem;box-shadow:0 2.899px 24.644px #00000040;padding:2.4rem 1.1rem 1rem 1.5rem}._HomeWrapper_e89la_1 ._Row1_e89la_7 ._RightWrapper_e89la_197 ._RightWrapperTop_e89la_202 ._CardWrapper_e89la_211._CardWrapper1_e89la_304 ._CardRow1_e89la_217{margin-bottom:1.2rem;gap:.92rem}._HomeWrapper_e89la_1 ._Row1_e89la_7 ._RightWrapper_e89la_197 ._RightWrapperTop_e89la_202 ._CardWrapper_e89la_211._CardWrapper1_e89la_304 ._CardRow1_e89la_217 img{width:4.53788rem;height:4.53788rem}._HomeWrapper_e89la_1 ._Row1_e89la_7 ._RightWrapper_e89la_197 ._RightWrapperTop_e89la_202 ._CardWrapper_e89la_211._CardWrapper1_e89la_304 ._CardRow1_e89la_217 ._TopContentSection_e89la_229{gap:.85rem}._HomeWrapper_e89la_1 ._Row1_e89la_7 ._RightWrapper_e89la_197 ._RightWrapperTop_e89la_202 ._CardWrapper_e89la_211._CardWrapper1_e89la_304 ._CardRow1_e89la_217 ._TopContentSection_e89la_229 h3{font-size:1.18381rem}._HomeWrapper_e89la_1 ._Row1_e89la_7 ._RightWrapper_e89la_197 ._RightWrapperTop_e89la_202 ._CardWrapper_e89la_211._CardWrapper1_e89la_304 ._CardRow1_e89la_217 ._TopContentSection_e89la_229 p{font-size:.72481rem}._HomeWrapper_e89la_1 ._Row1_e89la_7 ._RightWrapper_e89la_197 ._RightWrapperTop_e89la_202 ._CardWrapper_e89la_211._CardWrapper1_e89la_304 ._CardRow1_e89la_217 ._TopContentSection_e89la_229 p svg{width:.97394rem;height:.97394rem}._HomeWrapper_e89la_1 ._Row1_e89la_7 ._RightWrapper_e89la_197 ._RightWrapperTop_e89la_202 ._CardWrapper_e89la_211._CardWrapper1_e89la_304 ._CardRow1_e89la_217 ._BottomContentSection_e89la_251{gap:.45rem}._HomeWrapper_e89la_1 ._Row1_e89la_7 ._RightWrapper_e89la_197 ._RightWrapperTop_e89la_202 ._CardWrapper_e89la_211._CardWrapper1_e89la_304 ._CardRow1_e89la_217 ._BottomContentSection_e89la_251 h6{height:1.6rem;padding:0 1rem;border-radius:7.06694rem;font-size:.63419rem;gap:.6rem}._HomeWrapper_e89la_1 ._Row1_e89la_7 ._RightWrapper_e89la_197 ._RightWrapperTop_e89la_202 ._CardWrapper_e89la_211._CardWrapper1_e89la_304 ._CardRow1_e89la_217 ._BottomContentSection_e89la_251 h6 svg{width:.906rem;height:.906rem;flex-shrink:0}._HomeWrapper_e89la_1 ._Row1_e89la_7 ._RightWrapper_e89la_197 ._RightWrapperTop_e89la_202 ._CardWrapper_e89la_211._CardWrapper1_e89la_304 ._CardRow2_e89la_268{margin-bottom:.77rem;font-size:.81544rem}._HomeWrapper_e89la_1 ._Row1_e89la_7 ._RightWrapper_e89la_197 ._RightWrapperTop_e89la_202 ._CardWrapper_e89la_211._CardWrapper1_e89la_304 ._CardRow3_e89la_280{gap:.69rem}._HomeWrapper_e89la_1 ._Row1_e89la_7 ._RightWrapper_e89la_197 ._RightWrapperTop_e89la_202 ._CardWrapper_e89la_211._CardWrapper1_e89la_304 ._CardRow3_e89la_280 h4{font-size:.99663rem;margin-right:.95rem}._HomeWrapper_e89la_1 ._Row1_e89la_7 ._RightWrapper_e89la_197 ._RightWrapperTop_e89la_202 ._CardWrapper_e89la_211._CardWrapper1_e89la_304 ._CardRow3_e89la_280 h5{height:1.99656rem;padding:0 .8rem;border-radius:4.07456rem;font-size:.6125rem}._HomeWrapper_e89la_1 ._Row1_e89la_7 ._RightWrapper_e89la_197 ._RightWrapperTop_e89la_202 ._CardWrapper_e89la_211._CardWrapper2_e89la_364{width:20.43063rem;height:13.6425rem;border-radius:.96144rem;box-shadow:0 2.119px 18.013px #00000040;padding:1rem .8rem 1rem 1.1rem}._HomeWrapper_e89la_1 ._Row1_e89la_7 ._RightWrapper_e89la_197 ._RightWrapperTop_e89la_202 ._CardWrapper_e89la_211._CardWrapper2_e89la_364 ._CardRow1_e89la_217{margin-bottom:.5rem;gap:.67rem}._HomeWrapper_e89la_1 ._Row1_e89la_7 ._RightWrapper_e89la_197 ._RightWrapperTop_e89la_202 ._CardWrapper_e89la_211._CardWrapper2_e89la_364 ._CardRow1_e89la_217 img{width:3.317rem;height:3.317rem}._HomeWrapper_e89la_1 ._Row1_e89la_7 ._RightWrapper_e89la_197 ._RightWrapperTop_e89la_202 ._CardWrapper_e89la_211._CardWrapper2_e89la_364 ._CardRow1_e89la_217 ._TopContentSection_e89la_229{gap:.9rem}._HomeWrapper_e89la_1 ._Row1_e89la_7 ._RightWrapper_e89la_197 ._RightWrapperTop_e89la_202 ._CardWrapper_e89la_211._CardWrapper2_e89la_364 ._CardRow1_e89la_217 ._TopContentSection_e89la_229 h3{font-size:.86531rem}._HomeWrapper_e89la_1 ._Row1_e89la_7 ._RightWrapper_e89la_197 ._RightWrapperTop_e89la_202 ._CardWrapper_e89la_211._CardWrapper2_e89la_364 ._CardRow1_e89la_217 ._TopContentSection_e89la_229 p{font-size:.52981rem}._HomeWrapper_e89la_1 ._Row1_e89la_7 ._RightWrapper_e89la_197 ._RightWrapperTop_e89la_202 ._CardWrapper_e89la_211._CardWrapper2_e89la_364 ._CardRow1_e89la_217 ._TopContentSection_e89la_229 p svg{width:.71194rem;height:.71194rem}._HomeWrapper_e89la_1 ._Row1_e89la_7 ._RightWrapper_e89la_197 ._RightWrapperTop_e89la_202 ._CardWrapper_e89la_211._CardWrapper2_e89la_364 ._CardRow1_e89la_217 ._BottomContentSection_e89la_251{gap:.33rem}._HomeWrapper_e89la_1 ._Row1_e89la_7 ._RightWrapper_e89la_197 ._RightWrapperTop_e89la_202 ._CardWrapper_e89la_211._CardWrapper2_e89la_364 ._CardRow1_e89la_217 ._BottomContentSection_e89la_251 h6{height:1.2rem;padding:0 1rem;border-radius:4.80719rem;font-size:.46356rem;gap:.48rem}._HomeWrapper_e89la_1 ._Row1_e89la_7 ._RightWrapper_e89la_197 ._RightWrapperTop_e89la_202 ._CardWrapper_e89la_211._CardWrapper2_e89la_364 ._CardRow1_e89la_217 ._BottomContentSection_e89la_251 h6 svg{width:.66225rem;height:.66225rem;flex-shrink:0}._HomeWrapper_e89la_1 ._Row1_e89la_7 ._RightWrapper_e89la_197 ._RightWrapperTop_e89la_202 ._CardWrapper_e89la_211._CardWrapper2_e89la_364 ._CardRow2_e89la_268{margin-bottom:.2rem;font-size:.596rem}._HomeWrapper_e89la_1 ._Row1_e89la_7 ._RightWrapper_e89la_197 ._RightWrapperTop_e89la_202 ._CardWrapper_e89la_211._CardWrapper2_e89la_364 ._CardRow3_e89la_280{gap:.5rem}._HomeWrapper_e89la_1 ._Row1_e89la_7 ._RightWrapper_e89la_197 ._RightWrapperTop_e89la_202 ._CardWrapper_e89la_211._CardWrapper2_e89la_364 ._CardRow3_e89la_280 h4{font-size:.7285rem;margin-right:.38rem}._HomeWrapper_e89la_1 ._Row1_e89la_7 ._RightWrapper_e89la_197 ._RightWrapperTop_e89la_202 ._CardWrapper_e89la_211._CardWrapper2_e89la_364 ._CardRow3_e89la_280 h5{height:1.43256rem;padding:0 .6rem;font-size:.46775rem;border-radius:2.92356rem}._HomeWrapper_e89la_1 ._Row1_e89la_7 ._RightWrapper_e89la_197 ._RightWrapperTop_e89la_202 ._CardWrapper_e89la_211._CardWrapper3_e89la_424{width:41.3125rem;height:18.1875rem;border-radius:1.41338rem;box-shadow:0 3.115px 26.481px #00000040;padding:2.6rem 1rem 1rem 1.7rem}._HomeWrapper_e89la_1 ._Row1_e89la_7 ._RightWrapper_e89la_197 ._RightWrapperTop_e89la_202 ._CardWrapper_e89la_211._CardWrapper3_e89la_424 ._CardRow1_e89la_217{margin-bottom:1.2rem;gap:.99rem}._HomeWrapper_e89la_1 ._Row1_e89la_7 ._RightWrapper_e89la_197 ._RightWrapperTop_e89la_202 ._CardWrapper_e89la_211._CardWrapper3_e89la_424 ._CardRow1_e89la_217 img{width:4.87619rem;height:4.87619rem}._HomeWrapper_e89la_1 ._Row1_e89la_7 ._RightWrapper_e89la_197 ._RightWrapperTop_e89la_202 ._CardWrapper_e89la_211._CardWrapper3_e89la_424 ._CardRow1_e89la_217 ._TopContentSection_e89la_229{gap:1.6rem}._HomeWrapper_e89la_1 ._Row1_e89la_7 ._RightWrapper_e89la_197 ._RightWrapperTop_e89la_202 ._CardWrapper_e89la_211._CardWrapper3_e89la_424 ._CardRow1_e89la_217 ._TopContentSection_e89la_229 h3{font-size:1.27206rem}._HomeWrapper_e89la_1 ._Row1_e89la_7 ._RightWrapper_e89la_197 ._RightWrapperTop_e89la_202 ._CardWrapper_e89la_211._CardWrapper3_e89la_424 ._CardRow1_e89la_217 ._TopContentSection_e89la_229 p{font-size:.77888rem}._HomeWrapper_e89la_1 ._Row1_e89la_7 ._RightWrapper_e89la_197 ._RightWrapperTop_e89la_202 ._CardWrapper_e89la_211._CardWrapper3_e89la_424 ._CardRow1_e89la_217 ._TopContentSection_e89la_229 p svg{width:1.04656rem;height:1.04656rem}._HomeWrapper_e89la_1 ._Row1_e89la_7 ._RightWrapper_e89la_197 ._RightWrapperTop_e89la_202 ._CardWrapper_e89la_211._CardWrapper3_e89la_424 ._CardRow1_e89la_217 ._BottomContentSection_e89la_251{gap:2rem}._HomeWrapper_e89la_1 ._Row1_e89la_7 ._RightWrapper_e89la_197 ._RightWrapperTop_e89la_202 ._CardWrapper_e89la_211._CardWrapper3_e89la_424 ._CardRow1_e89la_217 ._BottomContentSection_e89la_251 h6{height:1.68rem;padding:0 1rem;border-radius:7.06694rem;font-size:.6815rem;gap:.7rem}._HomeWrapper_e89la_1 ._Row1_e89la_7 ._RightWrapper_e89la_197 ._RightWrapperTop_e89la_202 ._CardWrapper_e89la_211._CardWrapper3_e89la_424 ._CardRow1_e89la_217 ._BottomContentSection_e89la_251 h6 svg{width:.97356rem;height:.97356rem;flex-shrink:0}._HomeWrapper_e89la_1 ._Row1_e89la_7 ._RightWrapper_e89la_197 ._RightWrapperTop_e89la_202 ._CardWrapper_e89la_211._CardWrapper3_e89la_424 ._CardRow2_e89la_268{margin-bottom:.77rem;font-size:.87619rem}._HomeWrapper_e89la_1 ._Row1_e89la_7 ._RightWrapper_e89la_197 ._RightWrapperTop_e89la_202 ._CardWrapper_e89la_211._CardWrapper3_e89la_424 ._CardRow3_e89la_280{gap:.69rem}._HomeWrapper_e89la_1 ._Row1_e89la_7 ._RightWrapper_e89la_197 ._RightWrapperTop_e89la_202 ._CardWrapper_e89la_211._CardWrapper3_e89la_424 ._CardRow3_e89la_280 h4{font-size:.99663rem;margin-right:.95rem}._HomeWrapper_e89la_1 ._Row1_e89la_7 ._RightWrapper_e89la_197 ._RightWrapperTop_e89la_202 ._CardWrapper_e89la_211._CardWrapper3_e89la_424 ._CardRow3_e89la_280 h5{height:1.99656rem;padding:0 .8rem;font-size:.65194rem;border-radius:4.07456rem}._HomeWrapper_e89la_1 h2{color:var(--c3);font-family:var(--f2);font-size:3rem;font-style:normal;font-weight:700;line-height:3.6rem;letter-spacing:-.07838rem}@media (max-width: 631px){._HomeWrapper_e89la_1 h2{font-size:2.5rem}}._HomeWrapper_e89la_1 h2 span{color:var(--c1)}._HomeWrapper_e89la_1 ._Row1New_e89la_501{width:100%;height:calc(100vh - 7.5rem);height:auto;display:flex;flex-direction:column;align-items:center;gap:4rem;position:relative}@media (max-width: 631px){._HomeWrapper_e89la_1 ._Row1New_e89la_501{gap:2rem}}._HomeWrapper_e89la_1 ._Row1New_e89la_501 ._TopSection_e89la_516{width:100%;display:flex;align-items:center;justify-content:space-between;padding:3rem 15rem}@media (max-width: 631px){._HomeWrapper_e89la_1 ._Row1New_e89la_501 ._TopSection_e89la_516{padding:3rem 2rem;padding-bottom:0}}._HomeWrapper_e89la_1 ._Row1New_e89la_501 ._TopSection_e89la_516 ._Left_e89la_31 ._CompanyButton_e89la_529{width:12.125rem;height:3.0625rem;border-radius:6.25rem;margin-bottom:1.5rem;position:relative;overflow:hidden;z-index:1;padding:3px}@media (max-width: 631px){._HomeWrapper_e89la_1 ._Row1New_e89la_501 ._TopSection_e89la_516 ._Left_e89la_31 ._CompanyButton_e89la_529{height:auto;width:max-content}}._HomeWrapper_e89la_1 ._Row1New_e89la_501 ._TopSection_e89la_516 ._Left_e89la_31 ._CompanyButton_e89la_529:after{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%) rotate(-40deg);content:"";width:10%;height:390%;background:var(--lg3);transition:all .3s ease-in-out;z-index:-1;display:none}._HomeWrapper_e89la_1 ._Row1New_e89la_501 ._TopSection_e89la_516 ._Left_e89la_31 ._CompanyButton_e89la_529 ._CompanyButtonInner_e89la_566{width:100%;height:100%;border-radius:6.25rem;background:#f47b2a0d;display:flex;justify-content:center;align-items:center;gap:.75rem}@media (max-width: 631px){._HomeWrapper_e89la_1 ._Row1New_e89la_501 ._TopSection_e89la_516 ._Left_e89la_31 ._CompanyButton_e89la_529 ._CompanyButtonInner_e89la_566{padding:1rem 2rem}}._HomeWrapper_e89la_1 ._Row1New_e89la_501 ._TopSection_e89la_516 ._Left_e89la_31 ._CompanyButton_e89la_529 ._CompanyButtonInner_e89la_566 svg{width:1.5rem;height:1.5rem;flex-shrink:0}._HomeWrapper_e89la_1 ._Row1New_e89la_501 ._TopSection_e89la_516 ._Left_e89la_31 ._CompanyButton_e89la_529 ._CompanyButtonInner_e89la_566 svg path{fill:var(--c1)}._HomeWrapper_e89la_1 ._Row1New_e89la_501 ._TopSection_e89la_516 ._Left_e89la_31 ._CompanyButton_e89la_529 ._CompanyButtonInner_e89la_566 h1{color:var(--c1);font-size:1rem;font-style:normal;font-weight:500;line-height:1.62rem}@media (max-width: 631px){._HomeWrapper_e89la_1 ._Row1New_e89la_501 ._TopSection_e89la_516 ._Left_e89la_31 ._CompanyButton_e89la_529 ._CompanyButtonInner_e89la_566 h1{font-size:1.3125rem}}._HomeWrapper_e89la_1 ._Row1New_e89la_501 ._TopSection_e89la_516 ._Left_e89la_31 ._HireHeading_e89la_602{margin-bottom:2rem}._HomeWrapper_e89la_1 ._Row1New_e89la_501 ._TopSection_e89la_516 ._Left_e89la_31 ._HireHeading_e89la_602 h1{color:#2f2f2f;font-family:var(--f2);font-size:3.5rem;font-style:normal;font-weight:700;line-height:4.31144rem;letter-spacing:-.07838rem}._HomeWrapper_e89la_1 ._Row1New_e89la_501 ._TopSection_e89la_516 ._Left_e89la_31 ._HireHeading_e89la_602 span{color:var(--c1);font-family:var(--f2);font-size:3.5rem;font-style:normal;font-weight:700;line-height:4.31144rem;letter-spacing:-.07838rem}._HomeWrapper_e89la_1 ._Row1New_e89la_501 ._TopSection_e89la_516 ._Left_e89la_31 ._Buttons_e89la_623{display:flex;align-items:center;gap:1.12rem;margin-bottom:1.56rem}._HomeWrapper_e89la_1 ._Row1New_e89la_501 ._TopSection_e89la_516 ._Left_e89la_31 ._Buttons_e89la_623 button{width:12.125rem;height:3.0625rem;color:var(--c10);font-size:1rem;font-style:normal;font-weight:500;line-height:1.62rem;border-radius:6.25rem;background:#0000000d;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);border:none}@media (max-width: 631px){._HomeWrapper_e89la_1 ._Row1New_e89la_501 ._TopSection_e89la_516 ._Left_e89la_31 ._Buttons_e89la_623 button{font-size:1.125rem}}._HomeWrapper_e89la_1 ._Row1New_e89la_501 ._TopSection_e89la_516 ._Left_e89la_31 ._Para_e89la_647{margin-bottom:2.66rem}._HomeWrapper_e89la_1 ._Row1New_e89la_501 ._TopSection_e89la_516 ._Left_e89la_31 ._Para_e89la_647 p{width:30.9375rem;height:3.5625rem;color:var(--c10);font-size:1.125rem;font-style:normal;font-weight:300;line-height:1.81469rem}@media (max-width: 631px){._HomeWrapper_e89la_1 ._Row1New_e89la_501 ._TopSection_e89la_516 ._Left_e89la_31 ._Para_e89la_647 p{font-size:1.3125rem}}._HomeWrapper_e89la_1 ._Row1New_e89la_501 ._TopSection_e89la_516 ._Left_e89la_31 ._row5_e89la_138{margin-bottom:5.75rem}._HomeWrapper_e89la_1 ._Row1New_e89la_501 ._TopSection_e89la_516 ._Right_e89la_197{width:40.02525rem;height:30.625rem;width:auto}._HomeWrapper_e89la_1 ._Row1New_e89la_501 ._TopSection_e89la_516 ._Right_e89la_197 img{height:100%;width:100%;object-fit:contain}@media (max-width: 631px){._HomeWrapper_e89la_1 ._Row1New_e89la_501 ._TopSection_e89la_516 ._Right_e89la_197{display:none}}._HomeWrapper_e89la_1 ._Row1New_e89la_501 ._TopSection_e89la_516 ._Asset1_e89la_682{width:29.5625rem;height:34.918rem;position:absolute;left:-4rem;top:-10rem}@media (max-width: 631px){._HomeWrapper_e89la_1 ._Row1New_e89la_501 ._TopSection_e89la_516 ._Asset1_e89la_682{display:none}}._HomeWrapper_e89la_1 ._Row1New_e89la_501 ._TopSection_e89la_516 ._Asset1_e89la_682 svg{height:100%;width:100%}._HomeWrapper_e89la_1 ._Row1New_e89la_501 ._TopSection_e89la_516 ._Asset2_e89la_698{width:29.5625rem;height:34.918rem;position:absolute;right:-4rem;top:10rem}@media (max-width: 631px){._HomeWrapper_e89la_1 ._Row1New_e89la_501 ._TopSection_e89la_516 ._Asset2_e89la_698{top:-7rem}}._HomeWrapper_e89la_1 ._Row1New_e89la_501 ._TopSection_e89la_516 ._Asset2_e89la_698 svg{height:100%;width:100%}._HomeWrapper_e89la_1 ._TP_e89la_714{display:flex;flex-direction:column;gap:4rem;padding:6rem;margin-bottom:3rem}@media (max-width: 631px){._HomeWrapper_e89la_1 ._TP_e89la_714{padding:2rem}}._HomeWrapper_e89la_1 ._TrustPilotRating_e89la_726{display:flex;align-items:center;justify-content:center;gap:1rem;margin-bottom:2rem}._HomeWrapper_e89la_1 ._TrustPilotRating_e89la_726 img{width:25.1875rem;height:6.47913rem;flex-shrink:0}@media (max-width: 631px){._HomeWrapper_e89la_1 ._TrustPilotRating_e89la_726 img{width:15rem;height:auto}}._HomeWrapper_e89la_1 ._TrustPilotRating_e89la_726 ._Line_e89la_744{margin-right:2rem;height:3.53125rem}._HomeWrapper_e89la_1 ._TrustPilotRating_e89la_726 ._Line_e89la_744 svg{height:100%}._HomeWrapper_e89la_1 ._TrustPilotRating_e89la_726 ._Row_e89la_7{display:flex;align-items:flex-end;gap:4rem}@media (max-width: 631px){._HomeWrapper_e89la_1 ._TrustPilotRating_e89la_726 ._Row_e89la_7{gap:1rem}}._HomeWrapper_e89la_1 ._TrustPilotRating_e89la_726 ._Ratings_e89la_761{display:flex;flex-direction:column;gap:.3rem}._HomeWrapper_e89la_1 ._TrustPilotRating_e89la_726 ._Ratings_e89la_761 h3{color:var(--b9);font-family:var(--f5);font-size:1.24944rem;font-style:normal;font-weight:400;line-height:normal}._HomeWrapper_e89la_1 ._TrustPilotRating_e89la_726 ._Ratings_e89la_761 ._Icons_e89la_774{display:flex;align-items:center;gap:.2rem}._HomeWrapper_e89la_1 ._TrustPilotRating_e89la_726 ._Ratings_e89la_761 ._Icons_e89la_774 svg{width:2.39194rem;height:2.39194rem;flex-shrink:0}._HomeWrapper_e89la_1 ._TrustPilotRating_e89la_726 ._Ratings_e89la_761 ._Icons_e89la_774 p{color:var(--c20);text-align:center;font-family:var(--f5);font-size:1.121rem;font-style:normal;font-weight:400;line-height:normal}._HomeWrapper_e89la_1 ._TrustPilotRating_e89la_726 ._Ratings_e89la_761 ._Icons_e89la_774 ._Info_e89la_793{width:1.28631rem;height:1.28631rem;flex-shrink:0}._HomeWrapper_e89la_1 ._TrustPilotRating_e89la_726 ._Ratings_e89la_761 ._Icons_e89la_774 ._Info_e89la_793 svg{height:100%;width:100%}._HomeWrapper_e89la_1 ._TrustPilotRating_e89la_726 button{display:flex;width:13.6875rem;height:2.3125rem;padding:.26775rem;justify-content:center;align-items:center;gap:.26775rem;flex-shrink:0;border-radius:.16063rem;background:var(--c21);border:none;color:var(--c2);text-align:center;font-family:var(--f6);font-size:.88538rem;font-style:normal;font-weight:600;line-height:normal;text-transform:capitalize}@media (max-width: 631px){._HomeWrapper_e89la_1 ._TrustPilotRating_e89la_726 button{width:11rem}}._HomeWrapper_e89la_1 ._TrustPilotRating_e89la_726 button svg{width:1.17806rem;height:1.17806rem;flex-shrink:0}._HomeWrapper_e89la_1 ._Row3_e89la_833{display:flex;flex-direction:column;align-items:center;padding-bottom:8rem;padding-top:6rem}@media (max-width: 631px){._HomeWrapper_e89la_1 ._Row3_e89la_833{padding:2rem}}._HomeWrapper_e89la_1 ._Row3_e89la_833 h2{width:81.0625rem;margin-bottom:5rem;text-align:center}@media (max-width: 631px){._HomeWrapper_e89la_1 ._Row3_e89la_833 h2{width:90%;text-align:start;margin-bottom:3rem}}._HomeWrapper_e89la_1 ._Row3_e89la_833 ._ImageWrapper_e89la_857{width:100%;height:30.82713rem;flex-shrink:0;margin-bottom:4.8rem;display:flex;justify-content:center;position:relative}@media (max-width: 631px){._HomeWrapper_e89la_1 ._Row3_e89la_833 ._ImageWrapper_e89la_857{height:auto;display:flex;flex-direction:column;align-items:center;gap:2rem}}._HomeWrapper_e89la_1 ._Row3_e89la_833 ._ImageWrapper_e89la_857 ._ImageOuter_e89la_875{width:47.875rem;background:var(--c2);border-radius:1rem;position:relative;overflow:hidden;z-index:1;padding:2px}@media (max-width: 631px){._HomeWrapper_e89la_1 ._Row3_e89la_833 ._ImageWrapper_e89la_857 ._ImageOuter_e89la_875{display:none}}._HomeWrapper_e89la_1 ._Row3_e89la_833 ._ImageWrapper_e89la_857 ._ImageOuter_e89la_875 ._ImageInner_e89la_889{width:100%;height:100%;background:var(--c2);border-radius:1rem}._HomeWrapper_e89la_1 ._Row3_e89la_833 ._ImageWrapper_e89la_857 ._ImageOuter_e89la_875 img{width:100%;height:100%;object-fit:contain}._HomeWrapper_e89la_1 ._Row3_e89la_833 ._ImageWrapper_e89la_857 ._ImageOuter_e89la_875:after{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%) rotate(-55deg);content:"";width:36%;height:196%;background:var(--lg3);transition:all .3s ease-in-out;z-index:-1}._HomeWrapper_e89la_1 ._Row3_e89la_833 ._ImageWrapper_e89la_857 ._ImageOuter_e89la_875:hover:after{animation:_rotate_e89la_1 8s linear infinite}._HomeWrapper_e89la_1 ._Row3_e89la_833 ._ImageWrapper_e89la_857 ._BoxOuter_e89la_923{height:11.75rem;width:30rem;flex-shrink:0;border-radius:1.48863rem;box-shadow:0 4px 40px #0000000a,0 4px 80px #efefef80;-webkit-backdrop-filter:blur(25px);backdrop-filter:blur(25px);position:relative;overflow:hidden;z-index:1;padding:2px;position:absolute}@media (max-width: 631px){._HomeWrapper_e89la_1 ._Row3_e89la_833 ._ImageWrapper_e89la_857 ._BoxOuter_e89la_923{width:auto;position:relative}}._HomeWrapper_e89la_1 ._Row3_e89la_833 ._ImageWrapper_e89la_857 ._BoxOuter_e89la_923._Box1_e89la_942{top:0;left:9rem}@media (max-width: 631px){._HomeWrapper_e89la_1 ._Row3_e89la_833 ._ImageWrapper_e89la_857 ._BoxOuter_e89la_923._Box1_e89la_942{top:0;left:0}}._HomeWrapper_e89la_1 ._Row3_e89la_833 ._ImageWrapper_e89la_857 ._BoxOuter_e89la_923._Box2_e89la_952{bottom:0;left:9rem}@media (max-width: 631px){._HomeWrapper_e89la_1 ._Row3_e89la_833 ._ImageWrapper_e89la_857 ._BoxOuter_e89la_923._Box2_e89la_952{top:0;left:0}}._HomeWrapper_e89la_1 ._Row3_e89la_833 ._ImageWrapper_e89la_857 ._BoxOuter_e89la_923._Box3_e89la_962{top:50%;right:9rem;transform:translateY(-50%)}@media (max-width: 631px){._HomeWrapper_e89la_1 ._Row3_e89la_833 ._ImageWrapper_e89la_857 ._BoxOuter_e89la_923._Box3_e89la_962{transform:translateY(0);top:0;left:0}}._HomeWrapper_e89la_1 ._Row3_e89la_833 ._ImageWrapper_e89la_857 ._BoxOuter_e89la_923._Box3_e89la_962 ._BoxInner_e89la_974{padding:0rem 0rem 0rem 2.6rem}._HomeWrapper_e89la_1 ._Row3_e89la_833 ._ImageWrapper_e89la_857 ._BoxOuter_e89la_923._Box3_e89la_962 ._BoxInner_e89la_974 h3{width:20rem}._HomeWrapper_e89la_1 ._Row3_e89la_833 ._ImageWrapper_e89la_857 ._BoxOuter_e89la_923:after{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%) rotate(-75deg);content:"";width:26%;height:386%;background:var(--lg3);transition:all .3s ease-in-out;z-index:-1}._HomeWrapper_e89la_1 ._Row3_e89la_833 ._ImageWrapper_e89la_857 ._BoxOuter_e89la_923:hover:after{animation:_rotate_e89la_1 8s linear infinite}._HomeWrapper_e89la_1 ._Row3_e89la_833 ._ImageWrapper_e89la_857 ._BoxOuter_e89la_923 ._BoxInner_e89la_974{width:100%;height:100%;background:var(--c2);-webkit-backdrop-filter:blur(25px);backdrop-filter:blur(25px);z-index:2;border-radius:1.48863rem;display:flex;gap:.5rem;align-items:center;padding:0rem 1rem 0rem 1.6rem}@media (max-width: 631px){._HomeWrapper_e89la_1 ._Row3_e89la_833 ._ImageWrapper_e89la_857 ._BoxOuter_e89la_923 ._BoxInner_e89la_974{width:40rem;padding:1rem 2rem;gap:1rem}}._HomeWrapper_e89la_1 ._Row3_e89la_833 ._ImageWrapper_e89la_857 ._BoxOuter_e89la_923 ._BoxInner_e89la_974 img{width:5rem;height:5rem;flex-shrink:0}@media (max-width: 631px){._HomeWrapper_e89la_1 ._Row3_e89la_833 ._ImageWrapper_e89la_857 ._BoxOuter_e89la_923 ._BoxInner_e89la_974 img{display:block}}._HomeWrapper_e89la_1 ._Row3_e89la_833 ._ImageWrapper_e89la_857 ._BoxOuter_e89la_923 ._BoxInner_e89la_974 h3{width:22.75rem;color:var(--c3);font-size:1.54063rem;font-style:normal;font-weight:600;line-height:1.966rem;letter-spacing:-.05744rem}@media (max-width: 631px){._HomeWrapper_e89la_1 ._Row3_e89la_833 ._ImageWrapper_e89la_857 ._BoxOuter_e89la_923 ._BoxInner_e89la_974 h3{width:100%}}._HomeWrapper_e89la_1 ._Row5_e89la_1046{width:100%;height:56.125rem;position:relative;z-index:1;background:var(--c14);margin-bottom:6.56rem;padding:6.75rem 3.25rem 3rem 8.8rem}@media (max-width: 631px){._HomeWrapper_e89la_1 ._Row5_e89la_1046{padding:2rem;height:auto}}._HomeWrapper_e89la_1 ._Row5_e89la_1046 ._BG_e89la_1061{position:absolute;top:0;left:0;width:100%;height:100%;z-index:-1}._HomeWrapper_e89la_1 ._Row5_e89la_1046 ._BG_e89la_1061 svg{width:100%}._HomeWrapper_e89la_1 ._Row5_e89la_1046 h2{color:var(--c2);width:53.9375rem;margin-bottom:3.19rem}@media (max-width: 631px){._HomeWrapper_e89la_1 ._Row5_e89la_1046 h2{width:100%}}._HomeWrapper_e89la_1 ._Row5_e89la_1046 ._ContentSectionWrapper_e89la_1082{width:100%}._HomeWrapper_e89la_1 ._Row5_e89la_1046 ._ContentSectionWrapper_e89la_1082 ._ButtonWrapper_e89la_1085{display:flex;align-items:center;gap:1.27rem;margin-bottom:3.1rem}@media (max-width: 631px){._HomeWrapper_e89la_1 ._Row5_e89la_1046 ._ContentSectionWrapper_e89la_1082 ._ButtonWrapper_e89la_1085{flex-wrap:wrap}}._HomeWrapper_e89la_1 ._Row5_e89la_1046 ._ContentSectionWrapper_e89la_1082 ._ButtonWrapper_e89la_1085 button{width:8.6875rem;height:3.0625rem;padding:.57925rem;border-radius:.57925rem;color:#ffffffb3;font-size:1.125rem;font-style:normal;font-weight:500;line-height:1.50144rem;letter-spacing:.00925rem;transition:all .3s ease-in-out;background:#ffffff0d;border:none;cursor:pointer}@media (max-width: 631px){._HomeWrapper_e89la_1 ._Row5_e89la_1046 ._ContentSectionWrapper_e89la_1082 ._ButtonWrapper_e89la_1085 button{font-size:1.3125rem}}._HomeWrapper_e89la_1 ._Row5_e89la_1046 ._ContentSectionWrapper_e89la_1082 ._ButtonWrapper_e89la_1085 button._active_e89la_1117,._HomeWrapper_e89la_1 ._Row5_e89la_1046 ._ContentSectionWrapper_e89la_1082 ._ButtonWrapper_e89la_1085 button:hover{color:var(--c2);background:var(--c1)}._HomeWrapper_e89la_1 ._Row5_e89la_1046 ._ContentSectionWrapper_e89la_1082 ._BottomSectionWrapper_e89la_1125{display:flex;align-items:center;justify-content:space-between;gap:4.2rem}@media (max-width: 631px){._HomeWrapper_e89la_1 ._Row5_e89la_1046 ._ContentSectionWrapper_e89la_1082 ._BottomSectionWrapper_e89la_1125{flex-direction:column}}._HomeWrapper_e89la_1 ._Row5_e89la_1046 ._ContentSectionWrapper_e89la_1082 ._BottomSectionWrapper_e89la_1125 ._LeftWrap_e89la_31{width:33rem;height:17.375rem;border-radius:1.81469rem;background:var(--b2);-webkit-backdrop-filter:blur(25px);backdrop-filter:blur(25px);padding:2.9375rem 4.0625rem 2.875rem 3.375rem}@media (max-width: 631px){._HomeWrapper_e89la_1 ._Row5_e89la_1046 ._ContentSectionWrapper_e89la_1082 ._BottomSectionWrapper_e89la_1125 ._LeftWrap_e89la_31{width:100%}}._HomeWrapper_e89la_1 ._Row5_e89la_1046 ._ContentSectionWrapper_e89la_1082 ._BottomSectionWrapper_e89la_1125 ._LeftWrap_e89la_31 span{width:7rem;height:1.81rem;color:var(--c2);font-size:1rem;font-style:normal;font-weight:500;line-height:1.50144rem;letter-spacing:.00925rem;margin-bottom:1.41rem;background:var(--c1);border-radius:6.25rem;display:flex;align-items:center;justify-content:center}._HomeWrapper_e89la_1 ._Row5_e89la_1046 ._ContentSectionWrapper_e89la_1082 ._BottomSectionWrapper_e89la_1125 ._LeftWrap_e89la_31 h3{color:var(--c2);font-size:3.5rem;font-style:normal;font-weight:600;line-height:3.99rem;letter-spacing:-.07rem;margin-bottom:.94rem}._HomeWrapper_e89la_1 ._Row5_e89la_1046 ._ContentSectionWrapper_e89la_1082 ._BottomSectionWrapper_e89la_1125 ._LeftWrap_e89la_31 p{width:20rem;color:var(--c2);font-size:1.125rem;font-style:normal;font-weight:400;line-height:1.60356rem}@media (max-width: 631px){._HomeWrapper_e89la_1 ._Row5_e89la_1046 ._ContentSectionWrapper_e89la_1082 ._BottomSectionWrapper_e89la_1125 ._LeftWrap_e89la_31 p{font-size:1.3125rem}}._HomeWrapper_e89la_1 ._Row5_e89la_1046 ._ContentSectionWrapper_e89la_1082 ._BottomSectionWrapper_e89la_1125 ._RightWrap_e89la_197{width:73.4375rem;width:auto;height:34.13163rem;flex-shrink:0;position:relative;overflow:hidden;display:flex;align-items:center;justify-content:center;margin-top:-2.5rem}@media (max-width: 631px){._HomeWrapper_e89la_1 ._Row5_e89la_1046 ._ContentSectionWrapper_e89la_1082 ._BottomSectionWrapper_e89la_1125 ._RightWrap_e89la_197{width:100%}}._HomeWrapper_e89la_1 ._Row5_e89la_1046 ._ContentSectionWrapper_e89la_1082 ._BottomSectionWrapper_e89la_1125 ._RightWrap_e89la_197 img{width:120%;height:120%;z-index:1}._HomeWrapper_e89la_1 ._Row5_e89la_1046 ._ContentSectionWrapper_e89la_1082 ._BottomSectionWrapper_e89la_1125 ._RightWrap_e89la_197 div{border-radius:50%;background:var(--c1v3);padding:10px;position:absolute;transition:all .3s ease-in-out}._HomeWrapper_e89la_1 ._Row5_e89la_1046 ._ContentSectionWrapper_e89la_1082 ._BottomSectionWrapper_e89la_1125 ._RightWrap_e89la_197 div._C1_e89la_1216{top:7%;left:13%}._HomeWrapper_e89la_1 ._Row5_e89la_1046 ._ContentSectionWrapper_e89la_1082 ._BottomSectionWrapper_e89la_1125 ._RightWrap_e89la_197 div._C2_e89la_1220{top:40%;left:30%}._HomeWrapper_e89la_1 ._Row5_e89la_1046 ._ContentSectionWrapper_e89la_1082 ._BottomSectionWrapper_e89la_1125 ._RightWrap_e89la_197 div._C3_e89la_1224{top:10%;left:40%}._HomeWrapper_e89la_1 ._Row5_e89la_1046 ._ContentSectionWrapper_e89la_1082 ._BottomSectionWrapper_e89la_1125 ._RightWrap_e89la_197 div._C4_e89la_1228{bottom:20%;right:12%}._HomeWrapper_e89la_1 ._Row5_e89la_1046 ._ContentSectionWrapper_e89la_1082 ._BottomSectionWrapper_e89la_1125 ._RightWrap_e89la_197 div span{display:block;width:100%;height:100%;border-radius:50%;background:var(--c1);transition:all .3s ease-in-out}._HomeWrapper_e89la_1 ._Row5a_e89la_1240{width:100%;height:57.3125rem;position:relative;z-index:1;padding:6.75rem 3.25rem 3rem 8.8rem;overflow:hidden;display:flex;flex-direction:column;gap:1rem;margin-bottom:10rem}@media (min-width: 632px){._HomeWrapper_e89la_1 ._Row5a_e89la_1240 img{position:absolute;width:95%;height:44rem;object-fit:contain;bottom:0;right:5rem;z-index:-1}}._HomeWrapper_e89la_1 ._Row5a_e89la_1240 h2{width:67.6875rem}._HomeWrapper_e89la_1 ._Row5a_e89la_1240 p{width:45.8125rem}@media (max-width: 631px){._HomeWrapper_e89la_1 ._Row5a_e89la_1240{width:90%;height:auto;margin:auto;padding:0}._HomeWrapper_e89la_1 ._Row5a_e89la_1240 h2{width:90%;line-height:120%}._HomeWrapper_e89la_1 ._Row5a_e89la_1240 p{width:80%}}._HomeWrapper_e89la_1 ._Row6_e89la_1285{width:100%;padding-bottom:11rem}._HomeWrapper_e89la_1 ._Row6_e89la_1285 ._TopRow_e89la_1289{display:flex;justify-content:space-between}@media (max-width: 631px){._HomeWrapper_e89la_1 ._Row6_e89la_1285 ._TopRow_e89la_1289{flex-direction:column;margin:auto;width:90%}}._HomeWrapper_e89la_1 ._Row6_e89la_1285 ._TopRow_e89la_1289 h2{width:63.9375rem;padding-left:8.7rem;margin-bottom:6.8rem}@media (max-width: 631px){._HomeWrapper_e89la_1 ._Row6_e89la_1285 ._TopRow_e89la_1289 h2{width:100%;padding-left:0;margin-bottom:4rem}}._HomeWrapper_e89la_1 ._Row6_e89la_1285 ._TopRow_e89la_1289 ._Right_e89la_197{display:flex;flex-direction:column;gap:2rem;margin-right:5rem}@media (max-width: 631px){._HomeWrapper_e89la_1 ._Row6_e89la_1285 ._TopRow_e89la_1289 ._Right_e89la_197{display:none}}._HomeWrapper_e89la_1 ._Row6_e89la_1285 ._TopRow_e89la_1289 ._Right_e89la_197 p{width:30rem;color:var(--c3);font-family:var(--f2);font-size:1.5rem;font-style:normal;font-weight:600;line-height:1.99rem;letter-spacing:-.07838rem}._HomeWrapper_e89la_1 ._Row6_e89la_1285 ._ContentSectionWrapper_e89la_1082{width:100%;display:flex;justify-content:center;column-gap:1.6rem}@media (max-width: 631px){._HomeWrapper_e89la_1 ._Row6_e89la_1285 ._ContentSectionWrapper_e89la_1082{flex-wrap:wrap;width:90%;margin:auto;gap:4rem}}._HomeWrapper_e89la_1 ._Row6_e89la_1285 ._ContentSectionWrapper_e89la_1082 ._OuterWrapper_e89la_1347{width:100%;width:24.0625rem;height:32.625rem;flex-shrink:0;border-radius:1.71319rem;box-shadow:0 4px 40px #0000000a,0 4px 80px #efefef80;-webkit-backdrop-filter:blur(25px);backdrop-filter:blur(25px)}._HomeWrapper_e89la_1 ._Row6_e89la_1285 ._ContentSectionWrapper_e89la_1082 ._OuterWrapper_e89la_1347 ._BoxWrapper_e89la_1356{width:100%;height:100%;border-radius:inherit;position:relative;z-index:1;padding:1px;overflow:hidden}._HomeWrapper_e89la_1 ._Row6_e89la_1285 ._ContentSectionWrapper_e89la_1082 ._OuterWrapper_e89la_1347 ._BoxWrapper_e89la_1356:after{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%) rotate(-40deg);content:"";width:40%;height:140%;background:var(--lg2);transition:all .3s ease-in-out;z-index:-1}@media (max-width: 631px){._HomeWrapper_e89la_1 ._Row6_e89la_1285 ._ContentSectionWrapper_e89la_1082 ._OuterWrapper_e89la_1347 ._BoxWrapper_e89la_1356:after{width:110%;height:70%;transform:translate(-50%,-50%) rotate(10deg)}}._HomeWrapper_e89la_1 ._Row6_e89la_1285 ._ContentSectionWrapper_e89la_1082 ._OuterWrapper_e89la_1347 ._BoxWrapper_e89la_1356:hover{transform:scale(1.05)}._HomeWrapper_e89la_1 ._Row6_e89la_1285 ._ContentSectionWrapper_e89la_1082 ._OuterWrapper_e89la_1347 ._BoxWrapper_e89la_1356:hover:after{animation:_rotate_e89la_1 8s linear infinite}._HomeWrapper_e89la_1 ._Row6_e89la_1285 ._ContentSectionWrapper_e89la_1082 ._OuterWrapper_e89la_1347:nth-child(2) ._Index_e89la_1390{background:var(--lg4)}._HomeWrapper_e89la_1 ._Row6_e89la_1285 ._ContentSectionWrapper_e89la_1082 ._OuterWrapper_e89la_1347:nth-child(3) ._Index_e89la_1390{background:var(--lg5)}._HomeWrapper_e89la_1 ._Row6_e89la_1285 ._ContentSectionWrapper_e89la_1082 ._OuterWrapper_e89la_1347:nth-child(4) ._Index_e89la_1390{background:var(--lg1)}@media (max-width: 631px){._HomeWrapper_e89la_1 ._Row6_e89la_1285 ._ContentSectionWrapper_e89la_1082 ._OuterWrapper_e89la_1347{width:100%;height:auto}}._HomeWrapper_e89la_1 ._Row6_e89la_1285 ._ContentSectionWrapper_e89la_1082 ._OuterWrapper_e89la_1347 ._Index_e89la_1390{position:absolute;top:-2.5rem;left:3rem;display:inline-flex;padding:1.06575rem 1.42869rem .98794rem 1.4375rem;justify-content:center;align-items:center;border-radius:7.10619rem;background:var(--lg6);color:var(--c2);font-family:var(--f1);font-size:2.10638rem;font-style:normal;font-weight:600;line-height:3.15956rem;letter-spacing:-.04213rem;z-index:10}@media (max-width: 631px){._HomeWrapper_e89la_1 ._Row6_e89la_1285 ._ContentSectionWrapper_e89la_1082 ._OuterWrapper_e89la_1347 ._Index_e89la_1390{display:inline-flex}}._HomeWrapper_e89la_1 ._Row6_e89la_1285 ._ContentSectionWrapper_e89la_1082 ._OuterWrapper_e89la_1347 ._BoxInner_e89la_974{width:100%;height:100%;background:var(--c15);-webkit-backdrop-filter:blur(25px);backdrop-filter:blur(25px);position:relative;z-index:2;border-radius:1.71319rem;padding:2.3rem 2rem 2rem 3rem}@media (max-width: 631px){._HomeWrapper_e89la_1 ._Row6_e89la_1285 ._ContentSectionWrapper_e89la_1082 ._OuterWrapper_e89la_1347 ._BoxInner_e89la_974{padding:4rem 2rem 2rem}}._HomeWrapper_e89la_1 ._Row6_e89la_1285 ._ContentSectionWrapper_e89la_1082 ._OuterWrapper_e89la_1347 ._BoxInner_e89la_974 img{width:17.34569rem;height:13.4375rem;flex-shrink:0;margin-bottom:1.83rem}@media (max-width: 631px){._HomeWrapper_e89la_1 ._Row6_e89la_1285 ._ContentSectionWrapper_e89la_1082 ._OuterWrapper_e89la_1347 ._BoxInner_e89la_974 img{display:none}}._HomeWrapper_e89la_1 ._Row6_e89la_1285 ._ContentSectionWrapper_e89la_1082 ._OuterWrapper_e89la_1347 ._BoxInner_e89la_974 h3{width:90%;color:var(--c3);font-size:2rem;font-style:normal;font-weight:600;line-height:2.74106rem;letter-spacing:-.04569rem;margin-bottom:.74rem}._HomeWrapper_e89la_1 ._Row6_e89la_1285 ._ContentSectionWrapper_e89la_1082 ._OuterWrapper_e89la_1347 ._BoxInner_e89la_974 p{color:var(--c4);font-size:1rem;font-style:normal;font-weight:400;line-height:1.60356rem}._HomeWrapper_e89la_1 ._Row7_e89la_1487{width:100%;display:flex;flex-direction:column;align-items:center;padding-bottom:5.56rem}._HomeWrapper_e89la_1 ._Row7_e89la_1487 h2{margin-bottom:7.4rem}@media (max-width: 631px){._HomeWrapper_e89la_1 ._Row7_e89la_1487 h2{margin-bottom:0rem}}._HomeWrapper_e89la_1 ._Row7_e89la_1487 ._ContentSectionWrapper1_e89la_1502{width:100%;display:flex;align-items:center;justify-content:center;margin-bottom:5.5rem}@media (max-width: 631px){._HomeWrapper_e89la_1 ._Row7_e89la_1487 ._ContentSectionWrapper1_e89la_1502{flex-direction:column;gap:4rem}}._HomeWrapper_e89la_1 ._Row7_e89la_1487 ._ContentSectionWrapper1_e89la_1502>div:nth-child(2)>div{background:linear-gradient(112deg,#6ac248 4.93%,#fff 256.79%)!important}._HomeWrapper_e89la_1 ._Row7_e89la_1487 ._ContentSectionWrapper1_e89la_1502>div:nth-child(4)>div{background:linear-gradient(112deg,#2fbbe9 4.93%,#fff 256.79%)}._HomeWrapper_e89la_1 ._Row7_e89la_1487 ._ContentSectionWrapper1_e89la_1502>div:nth-child(6)>div{background:linear-gradient(112deg,#f3721b 4.93%,#ffc097 256.79%)}._HomeWrapper_e89la_1 ._Row7_e89la_1487 ._ContentSectionWrapper1_e89la_1502 i{flex:1;height:2.67675rem;flex-shrink:0}@media (max-width: 631px){._HomeWrapper_e89la_1 ._Row7_e89la_1487 ._ContentSectionWrapper1_e89la_1502 i{display:none}}._HomeWrapper_e89la_1 ._Row7_e89la_1487 ._ContentSectionWrapper1_e89la_1502 i svg{width:100%;height:100%}._HomeWrapper_e89la_1 ._Row7_e89la_1487 ._ContentSectionWrapper2_e89la_1538{width:100%;padding-right:9.81rem;display:flex;align-items:center;justify-content:flex-end;gap:3.44rem}@media (max-width: 631px){._HomeWrapper_e89la_1 ._Row7_e89la_1487 ._ContentSectionWrapper2_e89la_1538{display:none}}._HomeWrapper_e89la_1 ._Row7_e89la_1487 ._ContentSectionWrapper2_e89la_1538 p{color:var(--c3);font-size:1.425rem;font-style:normal;font-weight:500;line-height:1.60356rem}._HomeWrapper_e89la_1 ._Row7_e89la_1487 ._Box_e89la_923{position:relative;transition:all .3s ease-in-out}._HomeWrapper_e89la_1 ._Row7_e89la_1487 ._Box_e89la_923:nth-child(1) ._rr_e89la_1562{background:linear-gradient(112deg,#2fbbe9 4.93%,#fff 256.79%)}._HomeWrapper_e89la_1 ._Row7_e89la_1487 ._Box_e89la_923:hover{scale:1.05}._HomeWrapper_e89la_1 ._Row7_e89la_1487 ._Box_e89la_923:hover ._BoxWrapper_e89la_1356:after{animation:_rotate_e89la_1 8s linear infinite}._HomeWrapper_e89la_1 ._Row7_e89la_1487 ._Box_e89la_923 ._BoxWrapper_e89la_1356{width:75.5rem;height:15rem;flex-shrink:0;border-radius:1.71319rem;box-shadow:0 4px 40px #0000000a,0 4px 80px #efefef80;-webkit-backdrop-filter:blur(25px);backdrop-filter:blur(25px);position:relative;overflow:hidden;z-index:1;padding:2px;transition:all .3s ease-in-out}@media (max-width: 631px){._HomeWrapper_e89la_1 ._Row7_e89la_1487 ._Box_e89la_923 ._BoxWrapper_e89la_1356{width:90%;margin:auto;height:auto}}._HomeWrapper_e89la_1 ._Row7_e89la_1487 ._Box_e89la_923 ._BoxWrapper_e89la_1356:after{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%) rotate(-15deg);content:"";width:140%;height:100%;background:var(--lg3);transition:all .3s ease-in-out;z-index:-1}@media (max-width: 631px){._HomeWrapper_e89la_1 ._Row7_e89la_1487 ._Box_e89la_923 ._BoxWrapper_e89la_1356:after{display:none}}._HomeWrapper_e89la_1 ._Row7_e89la_1487 ._Box_e89la_923 ._BoxWrapper_e89la_1356 ._BoxInner_e89la_974{width:100%;height:100%;background:var(--c2);-webkit-backdrop-filter:blur(25px);backdrop-filter:blur(25px);z-index:2;border-radius:1.71319rem;padding:3.31rem 2.6rem 2.8rem;transition:all .3s ease-in-out;display:flex;flex-direction:column;gap:.4rem}@media (max-width: 631px){._HomeWrapper_e89la_1 ._Row7_e89la_1487 ._Box_e89la_923 ._BoxWrapper_e89la_1356 ._BoxInner_e89la_974{align-items:flex-start;gap:1rem;padding:4.31rem 2.6rem 2.8rem}}._HomeWrapper_e89la_1 ._Row7_e89la_1487 ._Box_e89la_923 ._BoxWrapper_e89la_1356 ._BoxInner_e89la_974 h3{color:var(--c3);font-size:2rem;font-style:normal;font-weight:600;line-height:2.74106rem;letter-spacing:-.04569rem;text-align:center;transition:all .3s ease-in-out}._HomeWrapper_e89la_1 ._Row7_e89la_1487 ._Box_e89la_923 ._BoxWrapper_e89la_1356 ._BoxInner_e89la_974 p{color:var(--c4);font-size:1rem;font-style:normal;font-weight:400;line-height:1.60356rem;text-align:center;transition:all .3s ease-in-out}@media (max-width: 631px){._HomeWrapper_e89la_1 ._Row7_e89la_1487 ._Box_e89la_923 ._BoxWrapper_e89la_1356 ._BoxInner_e89la_974 p{text-align:start;font-size:1.5rem}}._HomeWrapper_e89la_1 ._Row8_e89la_1661{width:100%;display:flex;align-items:center;gap:6rem;padding:0 11rem 15rem}._HomeWrapper_e89la_1 ._Row8_e89la_1661 ._LeftSectionWrapper_e89la_1668{flex:1}._HomeWrapper_e89la_1 ._Row8_e89la_1661 ._LeftSectionWrapper_e89la_1668 img{width:100%;height:100%}._HomeWrapper_e89la_1 ._Row8_e89la_1661 ._RightSectionWrapper_e89la_1675{width:42.875rem}._HomeWrapper_e89la_1 ._Row8_e89la_1661 ._RightSectionWrapper_e89la_1675 h2{width:90%;margin-bottom:1.94rem}._HomeWrapper_e89la_1 ._Row8_e89la_1661 ._RightSectionWrapper_e89la_1675 p{color:var(--c4);font-size:1.125rem;font-style:normal;font-weight:400;line-height:1.755rem;margin-bottom:1.5rem}._HomeWrapper_e89la_1 ._Row8_e89la_1661 ._RightSectionWrapper_e89la_1675 p._p_e89la_1690{margin-bottom:2.47rem}._HomeWrapper_e89la_1 ._Row9_e89la_1693{padding-bottom:16rem}._HomeWrapper_e89la_1 ._Row10_e89la_1696{margin-bottom:8rem;width:100%;height:57.5rem;background-color:var(--c2);position:relative;z-index:1;display:flex;align-items:center;justify-content:center}@media (max-width: 631px){._HomeWrapper_e89la_1 ._Row10_e89la_1696{padding:3rem;height:auto}}._HomeWrapper_e89la_1 ._Row10_e89la_1696 h2{color:var(--c3);text-align:center;font-family:var(--f2);font-size:3.5rem;font-style:normal;font-weight:700;line-height:3.99rem;letter-spacing:-.07rem}@media (max-width: 631px){._HomeWrapper_e89la_1 ._Row10_e89la_1696 h2._HideInMobile_e89la_1723{display:none}}._HomeWrapper_e89la_1 ._Row10_e89la_1696 h2 span{color:var(--c1)}._HomeWrapper_e89la_1 ._Row10_e89la_1696 p{color:var(--c3);font-size:1rem;font-style:normal;font-weight:500;line-height:1.62rem;text-align:start}._HomeWrapper_e89la_1 ._Row10_e89la_1696 p._Para_e89la_647{text-align:center}@media (max-width: 631px){._HomeWrapper_e89la_1 ._Row10_e89la_1696 p._Para_e89la_647{text-align:start;align-self:flex-start;margin-bottom:2rem}}._HomeWrapper_e89la_1 ._Row10_e89la_1696 ._MobileH2_e89la_1748{display:none;color:var(--c3);text-align:center;font-family:var(--f2);font-size:2.5rem;font-style:normal;font-weight:700;line-height:3.99rem;letter-spacing:-.07rem}@media (max-width: 631px){._HomeWrapper_e89la_1 ._Row10_e89la_1696 ._MobileH2_e89la_1748{display:block;text-align:start;align-self:flex-start}}._HomeWrapper_e89la_1 ._Row10_e89la_1696 ._MobileH2_e89la_1748 span{color:var(--c1)}._HomeWrapper_e89la_1 ._Row10_e89la_1696 ._Bg1_e89la_1774{width:48.625rem;height:49.19763rem;position:absolute;z-index:-1;top:50%;left:0;transform:translateY(-50%)}._HomeWrapper_e89la_1 ._Row10_e89la_1696 ._Bg1_e89la_1774 svg{width:100%;height:100%}@media (max-width: 631px){._HomeWrapper_e89la_1 ._Row10_e89la_1696 ._Bg1_e89la_1774{top:0;transform:translateY(0)}}._HomeWrapper_e89la_1 ._Row10_e89la_1696 ._Content_e89la_224{width:100%;height:49.5625rem;display:flex;flex-direction:column;align-items:center;justify-content:space-between;position:relative}@media (max-width: 631px){._HomeWrapper_e89la_1 ._Row10_e89la_1696 ._Content_e89la_224{width:100%;height:auto;gap:1rem}}._HomeWrapper_e89la_1 ._Row10_e89la_1696 ._Content_e89la_224 ._Logo_e89la_1809{position:absolute;width:33.63081rem;height:8.26138rem;top:11rem;left:6rem}@media (max-width: 631px){._HomeWrapper_e89la_1 ._Row10_e89la_1696 ._Content_e89la_224 ._Logo_e89la_1809{top:-3rem;left:15rem}}._HomeWrapper_e89la_1 ._Row10_e89la_1696 ._Content_e89la_224 ._Logo_e89la_1809 svg{height:100%;width:100%;object-fit:contain}._HomeWrapper_e89la_1 ._Row10_e89la_1696 ._Content_e89la_224 ._Columns_e89la_1827{display:flex;align-items:center;justify-content:flex-end;gap:2.5rem;margin-bottom:2rem}@media (max-width: 631px){._HomeWrapper_e89la_1 ._Row10_e89la_1696 ._Content_e89la_224 ._Columns_e89la_1827{flex-direction:column;align-items:flex-start;gap:.5rem}}._HomeWrapper_e89la_1 ._Row10_e89la_1696 ._Content_e89la_224 ._Columns_e89la_1827 ._Col_e89la_1827{width:14rem;height:auto;flex-shrink:0;display:grid;grid-template-columns:1fr;place-items:center;gap:2rem;margin-bottom:2rem;padding:0 .61rem}@media (max-width: 631px){._HomeWrapper_e89la_1 ._Row10_e89la_1696 ._Content_e89la_224 ._Columns_e89la_1827 ._Col_e89la_1827{width:100%;display:flex;align-items:center;gap:0rem}}._HomeWrapper_e89la_1 ._Row10_e89la_1696 ._Content_e89la_224 ._Columns_e89la_1827 ._Col_e89la_1827 ._Letter_e89la_1860{display:flex;width:11.5rem;height:11.5rem;justify-content:center;align-items:center;flex-shrink:0;border-radius:50%;transform:translate(-2rem)}._HomeWrapper_e89la_1 ._Row10_e89la_1696 ._Content_e89la_224 ._Columns_e89la_1827 ._Col_e89la_1827 ._Letter_e89la_1860 img{width:100%;height:100%}._HomeWrapper_e89la_1 ._Row10_e89la_1696 ._Content_e89la_224 ._Columns_e89la_1827 ._Col_e89la_1827 ._Box_e89la_923{width:100%;height:11rem;padding:1rem .5rem;position:relative}@media (max-width: 631px){._HomeWrapper_e89la_1 ._Row10_e89la_1696 ._Content_e89la_224 ._Columns_e89la_1827 ._Col_e89la_1827 ._Box_e89la_923{padding-top:2rem}._HomeWrapper_e89la_1 ._Row10_e89la_1696 ._Content_e89la_224 ._Columns_e89la_1827 ._Col_e89la_1827 ._Box_e89la_923:nth-child(1){display:none}}._HomeWrapper_e89la_1 ._Row10_e89la_1696 ._Content_e89la_224 ._Columns_e89la_1827 ._Col_e89la_1827 ._Box_e89la_923 ._Bg_e89la_1774{width:11.5rem;height:2.9375rem;position:absolute;top:0;right:1rem;border-radius:0rem .5rem 0rem 0rem;border-top:1px solid var(--c3);border-right:1px solid var(--c3)}@media (max-width: 631px){._HomeWrapper_e89la_1 ._Row10_e89la_1696 ._Content_e89la_224 ._Columns_e89la_1827 ._Col_e89la_1827 ._Box_e89la_923 ._Bg_e89la_1774{width:100%}}._HomeWrapper_e89la_1 ._Row10_e89la_1696 ._Content_e89la_224 ._Columns_e89la_1827 ._Col_e89la_1827 ._Box_e89la_923 h5{width:10.65rem;width:100%;color:var(--c3);font-family:var(--f2);font-size:1.1875rem;font-style:normal;font-weight:600;line-height:1.5625rem;margin-bottom:.3rem}@media (max-width: 631px){._HomeWrapper_e89la_1 ._Row10_e89la_1696 ._Content_e89la_224 ._Columns_e89la_1827 ._Col_e89la_1827 ._Box_e89la_923 h5{font-size:1.3125rem;width:100%}}._HomeWrapper_e89la_1 ._Row10_e89la_1696 ._Content_e89la_224 ._Columns_e89la_1827 ._Col_e89la_1827 ._Box_e89la_923 p{width:10.65rem;color:var(--c3);font-family:var(--f1);font-size:1rem;font-style:normal;font-weight:400;line-height:1.5625rem}@media (max-width: 631px){._HomeWrapper_e89la_1 ._Row10_e89la_1696 ._Content_e89la_224 ._Columns_e89la_1827 ._Col_e89la_1827 ._Box_e89la_923 p{font-size:1.3125rem;width:100%}}._HomeWrapper_e89la_1 ._Row10_e89la_1696 ._Content_e89la_224 ._Columns_e89la_1827 ._ColMob_e89la_1935{display:none}@media (max-width: 631px){._HomeWrapper_e89la_1 ._Row10_e89la_1696 ._Content_e89la_224 ._Columns_e89la_1827 ._ColMob_e89la_1935{width:100%;display:flex}}._HomeWrapper_e89la_1 ._Row10_e89la_1696 ._Content_e89la_224 ._Columns_e89la_1827 ._ColMob_e89la_1935 ._Letter_e89la_1860{display:flex;width:11.5rem;height:11.5rem;justify-content:center;align-items:center;flex-shrink:0;border-radius:50%;transform:translate(-2rem)}._HomeWrapper_e89la_1 ._Row10_e89la_1696 ._Content_e89la_224 ._Columns_e89la_1827 ._ColMob_e89la_1935 ._Letter_e89la_1860 img{width:100%;height:100%}._HomeWrapper_e89la_1 ._Row10_e89la_1696 ._Content_e89la_224 ._Columns_e89la_1827 ._ColMob_e89la_1935 ._Box_e89la_923{flex:1;height:11rem;padding:1rem .5rem;position:relative}@media (max-width: 631px){._HomeWrapper_e89la_1 ._Row10_e89la_1696 ._Content_e89la_224 ._Columns_e89la_1827 ._ColMob_e89la_1935 ._Box_e89la_923{padding-top:2rem;height:auto}}._HomeWrapper_e89la_1 ._Row10_e89la_1696 ._Content_e89la_224 ._Columns_e89la_1827 ._ColMob_e89la_1935 ._Box_e89la_923 ._Bg_e89la_1774{width:11.5rem;height:2.9375rem;position:absolute;top:0;right:1rem;border-radius:0rem .5rem 0rem 0rem;border-top:1px solid var(--c3);border-right:1px solid var(--c3)}@media (max-width: 631px){._HomeWrapper_e89la_1 ._Row10_e89la_1696 ._Content_e89la_224 ._Columns_e89la_1827 ._ColMob_e89la_1935 ._Box_e89la_923 ._Bg_e89la_1774{width:100%}}._HomeWrapper_e89la_1 ._Row10_e89la_1696 ._Content_e89la_224 ._Columns_e89la_1827 ._ColMob_e89la_1935 ._Box_e89la_923 h5{width:10.65rem;width:100%;color:var(--c3);font-family:var(--f2);font-size:1.1875rem;font-style:normal;font-weight:600;line-height:1.5625rem;margin-bottom:.3rem}._HomeWrapper_e89la_1 ._Row10_e89la_1696 ._Content_e89la_224 ._Columns_e89la_1827 ._ColMob_e89la_1935 ._Box_e89la_923 p{width:10.65rem;color:var(--c3);font-family:var(--f1);font-size:1rem;font-style:normal;font-weight:400;line-height:1.5625rem}@media (max-width: 631px){._HomeWrapper_e89la_1 ._Row10_e89la_1696 ._Content_e89la_224 ._Columns_e89la_1827 ._ColMob_e89la_1935 ._Box_e89la_923 p{font-size:1.3125rem;width:100%}}._HomeWrapper_e89la_1 ._Row10_e89la_1696 ._Content_e89la_224 ._InnovateRow_e89la_2011{margin-left:auto;display:flex;align-items:center;gap:4rem;padding-right:8rem}._HomeWrapper_e89la_1 ._Row10_e89la_1696 ._Content_e89la_224 ._InnovateRow_e89la_2011 p{color:var(--c3);font-size:1.425rem;font-style:normal;font-weight:500;line-height:1.60356rem}@media (max-width: 631px){._HomeWrapper_e89la_1 ._Row10_e89la_1696 ._Content_e89la_224 ._InnovateRow_e89la_2011{padding-right:0}._HomeWrapper_e89la_1 ._Row10_e89la_1696 ._Content_e89la_224 ._InnovateRow_e89la_2011 h2{width:100%}._HomeWrapper_e89la_1 ._Row10_e89la_1696 ._Content_e89la_224 ._InnovateRow_e89la_2011 button{margin-left:auto}}._HomeWrapper_e89la_1 ._Row11_e89la_2036{display:flex;align-items:center;justify-content:center;gap:6rem;padding:0 2rem 6rem}@media (max-width: 631px){._HomeWrapper_e89la_1 ._Row11_e89la_2036{flex-direction:column;width:90%;margin:auto}}._HomeWrapper_e89la_1 ._Row11_e89la_2036 h2{width:80%;color:var(--c3);font-family:var(--f1);font-size:3.5rem;font-style:normal;font-weight:700;line-height:3.99rem;letter-spacing:-.07rem}._HomeWrapper_e89la_1 ._Row11_e89la_2036 ._Left_e89la_31{display:flex;width:41.9375rem;height:29.11269rem;justify-content:center;align-items:center;flex-shrink:0}@media (max-width: 631px){._HomeWrapper_e89la_1 ._Row11_e89la_2036 ._Left_e89la_31{width:17.28631rem;height:12rem}}._HomeWrapper_e89la_1 ._Row11_e89la_2036 ._Left_e89la_31 img{width:100%;height:auto}._HomeWrapper_e89la_1 ._Row11_e89la_2036 ._Right_e89la_197{display:flex;width:41.75rem;align-items:center;align-content:center;gap:2.5625rem 1.8125rem;flex-wrap:wrap;height:auto}._HomeWrapper_e89la_1 ._Row11_e89la_2036 ._Right_e89la_197 p{color:var(--c4);font-family:var(--f1);font-size:1.125rem;font-style:normal;font-weight:400;line-height:1.755rem}._HomeWrapper_e89la_1 ._Row11_e89la_2036 ._Right_e89la_197 ._Line1_e89la_2095{display:flex;align-items:center;gap:1.8125rem}@media (max-width: 631px){._HomeWrapper_e89la_1 ._Row11_e89la_2036 ._Right_e89la_197 ._Line1_e89la_2095{flex-direction:column;width:90%;margin:auto}._HomeWrapper_e89la_1 ._Row11_e89la_2036 ._Right_e89la_197 ._Line1_e89la_2095 ._Line_e89la_744{display:none}}._HomeWrapper_e89la_1 ._Row11_e89la_2036 ._Right_e89la_197 ._Line1_e89la_2095 ._Line_e89la_744{min-height:7rem;height:100%;width:1px;background:#00000042}._HomeWrapper_e89la_1 ._Row11_e89la_2036 ._Right_e89la_197 ._Line1_e89la_2095 ._Col_e89la_1827{display:flex;flex-direction:column;gap:.5rem;position:relative}._HomeWrapper_e89la_1 ._Row11_e89la_2036 ._Right_e89la_197 ._Line1_e89la_2095 ._Col_e89la_1827 h3{color:var(--c3);font-family:var(--f1);font-size:1.5rem;font-style:normal;font-weight:600;line-height:2.0625rem;letter-spacing:-.04569rem}@media (max-width: 631px){._HomeWrapper_e89la_1 ._Row11_e89la_2036 ._Right_e89la_197 ._Line1_e89la_2095 ._Col_e89la_1827:before{content:"";position:absolute;left:-5%;top:0;height:100%;width:1px;background:#00000042}}._HomeWrapper_e89la_1 ._Row11_e89la_2036 ._Right_e89la_197 ._Buttons_e89la_623{display:flex;align-items:center;gap:3rem}._HomeWrapper_e89la_1 ._StaffRecruitment_e89la_2147{width:100%;display:flex;flex-direction:column;gap:4rem;align-items:center;margin-bottom:10rem;margin-top:4rem;padding:0 15rem}@media (max-width: 631px){._HomeWrapper_e89la_1 ._StaffRecruitment_e89la_2147{width:100%;padding:2rem 3rem;gap:2rem}}._HomeWrapper_e89la_1 ._StaffRecruitment_e89la_2147 h3{color:var(--c3);font-family:var(--c2);font-size:2rem;font-style:normal;font-weight:600;line-height:2.99rem;letter-spacing:-.07rem;text-transform:capitalize}._HomeWrapper_e89la_1 ._StaffRecruitment_e89la_2147 h4{color:var(--c3);font-family:var(--f1);font-size:1.4rem;font-style:normal;font-weight:600;line-height:2.0625rem;letter-spacing:-.04569rem}._HomeWrapper_e89la_1 ._StaffRecruitment_e89la_2147 i{color:var(--c3);font-family:var(--f1);font-size:1.4rem;font-weight:600;line-height:2.0625rem;letter-spacing:-.04569rem}._HomeWrapper_e89la_1 ._StaffRecruitment_e89la_2147 p{color:var(--c4);font-family:var(--f1);font-size:1.125rem;font-style:normal;font-weight:400;line-height:1.755rem}._HomeWrapper_e89la_1 ._StaffRecruitment_e89la_2147 ._Buttons_e89la_623{display:flex;align-items:center;gap:3rem}@media (max-width: 631px){._HomeWrapper_e89la_1 ._StaffRecruitment_e89la_2147 ._Buttons_e89la_623{width:100%;flex-direction:column;gap:1rem}}._HomeWrapper_e89la_1 ._StaffRecruitment_e89la_2147 ._Buttons_e89la_623 ._Col_e89la_1827{width:100%;display:flex;flex-direction:column;gap:2rem}@media (max-width: 631px){._HomeWrapper_e89la_1 ._StaffRecruitment_e89la_2147 ._Buttons_e89la_623 ._Col_e89la_1827{gap:2rem}}._HomeWrapper_e89la_1 ._StaffRecruitment_e89la_2147 ._Buttons_e89la_623 button{display:flex;width:auto;height:4.3125rem;padding:.625rem 4.5rem;justify-content:space-between;align-items:center;gap:.625rem;border-radius:6.25rem;border:1px solid #999;color:#999;font-family:var(--f1);font-size:1.125rem;font-style:normal;font-weight:500;line-height:1.755rem;cursor:pointer;transition:all ease-in-out .5s;transform-origin:left;white-space:nowrap}._HomeWrapper_e89la_1 ._StaffRecruitment_e89la_2147 ._Buttons_e89la_623 button ._DownIcon_e89la_2243{display:none;transition:all ease-in-out .5s}@media (max-width: 631px){._HomeWrapper_e89la_1 ._StaffRecruitment_e89la_2147 ._Buttons_e89la_623 button ._DownIcon_e89la_2243{transform:rotate(0);display:block}._HomeWrapper_e89la_1 ._StaffRecruitment_e89la_2147 ._Buttons_e89la_623 button ._DownIcon_e89la_2243 svg path{fill:var(--c4)}._HomeWrapper_e89la_1 ._StaffRecruitment_e89la_2147 ._Buttons_e89la_623 button{width:100%;height:auto;padding:1.5rem 3rem;font-size:1.6125rem;border-radius:1.2rem}}._HomeWrapper_e89la_1 ._StaffRecruitment_e89la_2147 ._Buttons_e89la_623 button:hover{box-shadow:0 4px 20px 0 var(--c1v2);background:var(--c1v2);color:var(--c2)}@media (min-width: 632px){._HomeWrapper_e89la_1 ._StaffRecruitment_e89la_2147 ._Buttons_e89la_623 button._Active_e89la_2271{background:var(--Frame-1618873097, linear-gradient(112deg, #f3721b 4.93%, #ff7236 256.79%));color:#fff;border:none;box-shadow:0 4px 20px 0 var(--c1)}._HomeWrapper_e89la_1 ._StaffRecruitment_e89la_2147 ._Buttons_e89la_623 button._Active_e89la_2271 ._DownIcon_e89la_2243{transform:rotate(180deg)}._HomeWrapper_e89la_1 ._StaffRecruitment_e89la_2147 ._Buttons_e89la_623 button._Active_e89la_2271 ._DownIcon_e89la_2243 svg path{fill:var(--c2)}}._HomeWrapper_e89la_1 ._StaffRecruitment_e89la_2147 ._Buttons_e89la_623 button._ActiveMob_e89la_2284{background:var(--Frame-1618873097, linear-gradient(112deg, #f3721b 4.93%, #ff7236 256.79%));color:#fff;border:none;box-shadow:0 4px 20px 0 var(--c1)}._HomeWrapper_e89la_1 ._StaffRecruitment_e89la_2147 ._Buttons_e89la_623 button._ActiveMob_e89la_2284 ._DownIcon_e89la_2243{transform:rotate(180deg)}._HomeWrapper_e89la_1 ._StaffRecruitment_e89la_2147 ._Buttons_e89la_623 button._ActiveMob_e89la_2284 ._DownIcon_e89la_2243 svg path{fill:var(--c2)}._HomeWrapper_e89la_1 ._StaffRecruitment_e89la_2147 ._Content_e89la_224,._HomeWrapper_e89la_1 ._StaffRecruitment_e89la_2147 ._ContentMobile_e89la_2297{display:flex;align-items:center;justify-content:center;gap:2.5rem}._HomeWrapper_e89la_1 ._StaffRecruitment_e89la_2147 ._Content_e89la_224 ._Left_e89la_31,._HomeWrapper_e89la_1 ._StaffRecruitment_e89la_2147 ._ContentMobile_e89la_2297 ._Left_e89la_31{height:35.0625rem}._HomeWrapper_e89la_1 ._StaffRecruitment_e89la_2147 ._Content_e89la_224 ._Left_e89la_31 img,._HomeWrapper_e89la_1 ._StaffRecruitment_e89la_2147 ._ContentMobile_e89la_2297 ._Left_e89la_31 img{height:100%;width:auto}._HomeWrapper_e89la_1 ._StaffRecruitment_e89la_2147 ._Content_e89la_224 ._Right_e89la_197,._HomeWrapper_e89la_1 ._StaffRecruitment_e89la_2147 ._ContentMobile_e89la_2297 ._Right_e89la_197{display:flex;width:100%;flex-direction:column;align-items:flex-start;gap:.9375rem}._HomeWrapper_e89la_1 ._StaffRecruitment_e89la_2147 ._TableData_e89la_2320{width:100%;display:flex;flex-direction:column;gap:1rem}._HomeWrapper_e89la_1 ._StaffRecruitment_e89la_2147 ._TableData_e89la_2320 h3{font-size:1.42rem;line-height:120%}._HomeWrapper_e89la_1 ._StaffRecruitment_e89la_2147 ._TableData_e89la_2320 ._Table_e89la_2320 table{width:100%;border-collapse:separate;border-spacing:0;border:1px solid #000;border-radius:12px;overflow:hidden}._HomeWrapper_e89la_1 ._StaffRecruitment_e89la_2147 ._TableData_e89la_2320 ._Table_e89la_2320 table tr td:last-child{border-right:none}._HomeWrapper_e89la_1 ._StaffRecruitment_e89la_2147 ._TableData_e89la_2320 ._Table_e89la_2320 table tbody tr:last-child td{border-bottom:none}._HomeWrapper_e89la_1 ._StaffRecruitment_e89la_2147 ._TableData_e89la_2320 ._Table_e89la_2320 table ul{margin:0;padding-left:20px}._HomeWrapper_e89la_1 ._StaffRecruitment_e89la_2147 ._TableData_e89la_2320 ._Table_e89la_2320 table li{list-style-type:disc;color:var(--c3);font-family:var(--f1);font-size:1.4rem;font-style:normal;font-weight:600;line-height:2.0625rem;letter-spacing:-.04569rem}._HomeWrapper_e89la_1 ._StaffRecruitment_e89la_2147 ._CTAButton_e89la_2365{display:flex;align-items:center;gap:3rem;margin-left:auto}@media (max-width: 631px){._HomeWrapper_e89la_1 ._StaffRecruitment_e89la_2147 ._ButtonWrapper_e89la_1085 ._Content_e89la_224{display:none}}._HomeWrapper_e89la_1 ._StaffRecruitment_e89la_2147 ._Content_e89la_224{display:flex;transition:opacity .5s ease-in-out;opacity:1}@media (max-width: 631px){._HomeWrapper_e89la_1 ._StaffRecruitment_e89la_2147 ._Content_e89la_224{display:none}}._HomeWrapper_e89la_1 ._StaffRecruitment_e89la_2147 ._Fade_e89la_2386{animation:_fadeIn_e89la_1 .5s ease}@keyframes _fadeIn_e89la_1{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}._HomeWrapper_e89la_1 ._StaffRecruitment_e89la_2147 ._ContentMobile_e89la_2297{display:none;transform-origin:top}@media (max-width: 631px){._HomeWrapper_e89la_1 ._StaffRecruitment_e89la_2147 ._ContentMobile_e89la_2297{display:flex;flex-direction:column;gap:1rem;transform:scaleY(0);height:0;transition:all ease-in-out .3s}._HomeWrapper_e89la_1 ._StaffRecruitment_e89la_2147 ._ContentMobile_e89la_2297 ._Left_e89la_31{transform-origin:top;width:80%;height:0;transition:all ease-in-out .3s}._HomeWrapper_e89la_1 ._StaffRecruitment_e89la_2147 ._ContentMobile_e89la_2297 ._Right_e89la_197{width:100%;transform-origin:top;height:0}._HomeWrapper_e89la_1 ._StaffRecruitment_e89la_2147 ._ContentMobile_e89la_2297 ._Right_e89la_197 h3{display:none}._HomeWrapper_e89la_1 ._StaffRecruitment_e89la_2147 ._ContentMobile_e89la_2297 ._Right_e89la_197 p{padding:1rem;width:100%}}._HomeWrapper_e89la_1 ._StaffRecruitment_e89la_2147 ._ContentMobile_e89la_2297._ActiveContent_e89la_2431{height:auto;transform:scaleY(1)}._HomeWrapper_e89la_1 ._StaffRecruitment_e89la_2147 ._ContentMobile_e89la_2297._ActiveContent_e89la_2431 ._Left_e89la_31{width:80%;height:auto}._HomeWrapper_e89la_1 ._StaffRecruitment_e89la_2147 ._ContentMobile_e89la_2297._ActiveContent_e89la_2431 ._Left_e89la_31 img{width:100%}._HomeWrapper_e89la_1 ._StaffRecruitment_e89la_2147 ._ContentMobile_e89la_2297._ActiveContent_e89la_2431 ._Right_e89la_197{height:auto}._HomeWrapper_e89la_1 ._StaffRecruitment_e89la_2147 ._BtnSmallText_e89la_2445{margin:0 auto}@media (max-width: 631px){._HomeWrapper_e89la_1 ._StaffRecruitment_e89la_2147 ._BtnSmallText_e89la_2445{display:none}}._HomeWrapper_e89la_1 ._StaffRecruitment_e89la_2147 ._BtnSmallTextMob_e89la_2453{margin-bottom:2rem}._HomeWrapper_e89la_1 ._DummyContent_e89la_2456{color:#6ac248;position:absolute;bottom:-100%;visibility:hidden}._Row2_e89la_2463{width:100%;margin-bottom:4rem;margin-top:10rem}._Row2_e89la_2463 h2{width:63rem;margin:auto;margin-bottom:6.6rem;text-align:center}@media (max-width: 631px){._Row2_e89la_2463 h2{width:90%;margin-bottom:4rem;margin-top:8rem}}._Row2_e89la_2463 ._ContentWrapper_e89la_2481{display:flex;justify-content:center;gap:1.5rem}@media (max-width: 631px){._Row2_e89la_2463 ._ContentWrapper_e89la_2481{display:grid;grid-template-columns:repeat(2,1fr);row-gap:5rem;padding:3rem 2rem}}._Row2_e89la_2463 ._ContentWrapper_e89la_2481 ._BoxWrapper_e89la_1356{flex-shrink:0}@media (max-width: 631px){._Row2_e89la_2463 ._ContentWrapper_e89la_2481 ._BoxWrapper_e89la_1356 ._Box_e89la_923{width:100%;height:100%;width:100%!important}}._Row2_e89la_2463 ._ContentWrapper_e89la_2481 ._BoxWrapper_e89la_1356:nth-child(1) ._Box_e89la_923{padding-bottom:0rem}@media (max-width: 631px){._Row2_e89la_2463 ._ContentWrapper_e89la_2481 ._BoxWrapper_e89la_1356:nth-child(1) ._Box_e89la_923{padding-bottom:0}}._Row2_e89la_2463 ._ContentWrapper_e89la_2481 ._BoxWrapper_e89la_1356:nth-child(1) ._Box_e89la_923 ._rr_e89la_1562{background:linear-gradient(112deg,#6ac248 4.93%,#fff 256.79%)}._Row2_e89la_2463 ._ContentWrapper_e89la_2481 ._BoxWrapper_e89la_1356:nth-child(2) ._Box_e89la_923{padding-bottom:0rem}._Row2_e89la_2463 ._ContentWrapper_e89la_2481 ._BoxWrapper_e89la_1356:nth-child(2) ._Box_e89la_923 ._rr_e89la_1562{background:linear-gradient(112deg,#2fbbe9 4.93%,#fff 256.79%)}._Row2_e89la_2463 ._ContentWrapper_e89la_2481 ._BoxWrapper_e89la_1356:nth-child(3) ._Box_e89la_923{margin-top:2.6rem}@media (max-width: 631px){._Row2_e89la_2463 ._ContentWrapper_e89la_2481 ._BoxWrapper_e89la_1356:nth-child(3) ._Box_e89la_923{margin-top:0}}._Row2_e89la_2463 ._ContentWrapper_e89la_2481 ._BoxWrapper_e89la_1356:nth-child(3) ._Box_e89la_923 ._rr_e89la_1562{background:linear-gradient(112deg,#ffc734 4.93%,#fff 256.79%)}._Row2_e89la_2463 ._ContentWrapper_e89la_2481 ._BoxWrapper_e89la_1356:nth-child(4) ._Box_e89la_923{margin-top:6.98rem}@media (max-width: 631px){._Row2_e89la_2463 ._ContentWrapper_e89la_2481 ._BoxWrapper_e89la_1356:nth-child(4) ._Box_e89la_923{margin-top:0}}._Row2_e89la_2463 ._ContentWrapper_e89la_2481 ._BoxWrapper_e89la_1356:nth-child(4) ._Box_e89la_923 ._rr_e89la_1562{background:linear-gradient(112deg,#f3721b 4.93%,#ffc097 256.79%)}._Row2_e89la_2463 ._ContentWrapper_e89la_2481 ._BoxWrapper_e89la_1356 ._Box_e89la_923{width:24.04163rem;border-radius:1.71319rem;background:var(--c2);box-shadow:0 4px 40px #0000000a,0 4px 80px #efefef80;position:relative;padding:3.69rem 1.36rem 0 1.81rem;transition:all .3s ease-in-out}._Row2_e89la_2463 ._ContentWrapper_e89la_2481 ._BoxWrapper_e89la_1356 ._Box_e89la_923 ._rr_e89la_1562{width:5.24119rem;height:5.24119rem;border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--c2);font-size:2.10638rem;font-style:normal;font-weight:600;line-height:3.15956rem;letter-spacing:-.04213rem;position:absolute;top:0;left:2.69rem;transform:translateY(-50%);z-index:2}._Row2_e89la_2463 ._ContentWrapper_e89la_2481 ._BoxWrapper_e89la_1356 ._Box_e89la_923 h3{color:var(--c3);font-size:1.6rem;font-style:normal;font-weight:600;line-height:2.074106rem;letter-spacing:-.04569rem;margin-bottom:1.14rem;padding:0 1rem;transition:all .3s ease-in-out}._Row2_e89la_2463 ._ContentWrapper_e89la_2481 ._BoxWrapper_e89la_1356 ._Box_e89la_923 p{color:var(--c4);font-size:1rem;font-style:normal;font-weight:400;line-height:1.60356rem;padding:0 1rem;transition:all .3s ease-in-out}@media (max-width: 631px){._Row2_e89la_2463 ._ContentWrapper_e89la_2481 ._BoxWrapper_e89la_1356 ._Box_e89la_923 p{font-size:1.3125rem}}._Row2_e89la_2463 ._ContentWrapper_e89la_2481 ._BoxWrapper_e89la_1356 ._Box_e89la_923 img{width:100%;height:auto;object-fit:contain}@media (max-width: 631px){._Row2_e89la_2463 ._ContentWrapper_e89la_2481 ._BoxWrapper_e89la_1356 ._Box_e89la_923 img{width:92%}}._Row2_e89la_2463 ._ContentWrapper_e89la_2481 ._BoxWrapper_e89la_1356 ._Box_e89la_923:hover{transform:scale(1.04) translateY(-1rem)}._Row2_e89la_2463 ._ButtonWrapper_e89la_1085{display:flex;justify-content:center;margin-top:-2rem}@media (max-width: 631px){._Row2_e89la_2463 ._ButtonWrapper_e89la_1085{margin-top:0;height:4rem}}._Row4_e89la_2625{width:100%;padding:0 18rem 13.5rem;display:flex;flex-direction:column;align-items:center}@media (max-width: 631px){._Row4_e89la_2625{padding:3rem}}._Row4_e89la_2625 h2{width:81.0625rem;text-align:center;margin-bottom:3rem}@media (max-width: 631px){._Row4_e89la_2625 h2{width:100%;text-align:start}}._Row4_e89la_2625 ._ContentWrapper_e89la_2481{width:100%;display:flex;flex-direction:column;gap:1.5rem}._Row4_e89la_2625 ._ContentWrapper_e89la_2481 ._TopWrapper_e89la_2654{display:grid;grid-template-columns:1.2fr 1fr;column-gap:2rem}@media (max-width: 631px){._Row4_e89la_2625 ._ContentWrapper_e89la_2481 ._TopWrapper_e89la_2654{grid-template-columns:1fr}}._Row4_e89la_2625 ._ContentWrapper_e89la_2481 ._TopWrapper_e89la_2654 ._TopWrapperLeft_e89la_2664,._Row4_e89la_2625 ._ContentWrapper_e89la_2481 ._TopWrapper_e89la_2654 ._TopWrapperRight_e89la_2669{display:flex;flex-direction:column;row-gap:1.29rem}._Row4_e89la_2625 ._ContentWrapper_e89la_2481 ._TopWrapper_e89la_2654 ._TopWrapperRight_e89la_2669>div:first-child{flex:1}._Row4_e89la_2625 ._ContentWrapper_e89la_2481 ._TopWrapper_e89la_2654 ._TopWrapperRight_e89la_2669>div:first-child>div{display:flex;flex-direction:column;padding:0;gap:0}._Row4_e89la_2625 ._ContentWrapper_e89la_2481 ._TopWrapper_e89la_2654 ._TopWrapperRight_e89la_2669>div:first-child>div>img{width:11.23044rem;height:11.375rem;flex-shrink:0}._Row4_e89la_2625 ._ContentWrapper_e89la_2481 ._TopWrapper_e89la_2654 ._TopWrapperRight_e89la_2669>div:first-child>div>div{width:100%;height:11.125rem;flex-shrink:0;flex-direction:row}._Row4_e89la_2625 ._ContentWrapper_e89la_2481 ._TopWrapper_e89la_2654 ._BoxWrapper_e89la_1356{width:100%;height:11.125rem;flex-shrink:0;border-radius:1.81469rem;box-shadow:0 4px 80px #fdab8980;-webkit-backdrop-filter:blur(25px);backdrop-filter:blur(25px);position:relative;overflow:hidden;z-index:1;padding:2px}@media (max-width: 631px){._Row4_e89la_2625 ._ContentWrapper_e89la_2481 ._TopWrapper_e89la_2654 ._BoxWrapper_e89la_1356{height:auto}}._Row4_e89la_2625 ._ContentWrapper_e89la_2481 ._TopWrapper_e89la_2654 ._BoxWrapper_e89la_1356:after{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%) rotate(-75deg);content:"";width:25%;height:470%;background:var(--lg3);transition:all .3s ease-in-out;z-index:-1}._Row4_e89la_2625 ._ContentWrapper_e89la_2481 ._TopWrapper_e89la_2654 ._BoxWrapper_e89la_1356:hover:after{animation:_rotate_e89la_1 8s linear infinite}._Row4_e89la_2625 ._ContentWrapper_e89la_2481 ._TopWrapper_e89la_2654 ._BoxWrapper_e89la_1356 ._BoxInner_e89la_974{width:100%;height:100%;background:var(--c2);-webkit-backdrop-filter:blur(25px);backdrop-filter:blur(25px);position:relative;z-index:2;border-radius:1.81469rem;padding:0rem 2.5rem 0rem 3.8rem;display:flex;align-items:center;gap:3rem}@media (max-width: 631px){._Row4_e89la_2625 ._ContentWrapper_e89la_2481 ._TopWrapper_e89la_2654 ._BoxWrapper_e89la_1356 ._BoxInner_e89la_974{padding:1rem 2rem}}._Row4_e89la_2625 ._ContentWrapper_e89la_2481 ._TopWrapper_e89la_2654 ._BoxWrapper_e89la_1356 ._BoxInner_e89la_974 img{width:8.6rem;height:8.6rem;flex-shrink:0}._Row4_e89la_2625 ._ContentWrapper_e89la_2481 ._TopWrapper_e89la_2654 ._BoxWrapper_e89la_1356 ._BoxInner_e89la_974 div{display:flex;flex-direction:column;gap:.9rem}._Row4_e89la_2625 ._ContentWrapper_e89la_2481 ._TopWrapper_e89la_2654 ._BoxWrapper_e89la_1356 ._BoxInner_e89la_974 div h3{color:var(--c3);font-size:1.6rem;font-style:normal;font-weight:600;line-height:1.739rem;letter-spacing:-.04569rem}._Row4_e89la_2625 ._ContentWrapper_e89la_2481 ._TopWrapper_e89la_2654 ._BoxWrapper_e89la_1356 ._BoxInner_e89la_974 div p{color:var(--c4);font-size:1.2rem;font-style:normal;font-weight:400;line-height:1.60356rem}@media (max-width: 631px){._Row4_e89la_2625 ._ContentWrapper_e89la_2481 ._TopWrapper_e89la_2654 ._BoxWrapper_e89la_1356 ._BoxInner_e89la_974 div p{font-size:1.3125rem}}._Row4_e89la_2625 ._ContentWrapper_e89la_2481 ._BottomWrapper_e89la_2782{width:100%;display:grid;grid-template-columns:repeat(3,1fr);column-gap:1.56rem}@media (max-width: 631px){._Row4_e89la_2625 ._ContentWrapper_e89la_2481 ._BottomWrapper_e89la_2782{display:flex;flex-wrap:wrap;gap:1rem}}._Row4_e89la_2625 ._ContentWrapper_e89la_2481 ._BottomWrapper_e89la_2782 ._BoxWrapper_e89la_1356{width:100%;height:14.125rem;flex-shrink:0;border-radius:1.81469rem;box-shadow:0 4px 80px #fdab8980;-webkit-backdrop-filter:blur(25px);backdrop-filter:blur(25px);position:relative;overflow:hidden;z-index:1;padding:2px}@media (max-width: 631px){._Row4_e89la_2625 ._ContentWrapper_e89la_2481 ._BottomWrapper_e89la_2782 ._BoxWrapper_e89la_1356{width:48%;height:auto}._Row4_e89la_2625 ._ContentWrapper_e89la_2481 ._BottomWrapper_e89la_2782 ._BoxWrapper_e89la_1356:nth-child(1){width:100%}}._Row4_e89la_2625 ._ContentWrapper_e89la_2481 ._BottomWrapper_e89la_2782 ._BoxWrapper_e89la_1356:after{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%) rotate(-75deg);content:"";width:25%;height:270%;background:var(--lg3);transition:all .3s ease-in-out;z-index:-1}._Row4_e89la_2625 ._ContentWrapper_e89la_2481 ._BottomWrapper_e89la_2782 ._BoxWrapper_e89la_1356:hover:after{animation:_rotate_e89la_1 8s linear infinite}._Row4_e89la_2625 ._ContentWrapper_e89la_2481 ._BottomWrapper_e89la_2782 ._BoxWrapper_e89la_1356 ._BoxInner_e89la_974{width:100%;height:100%;background:var(--c2);-webkit-backdrop-filter:blur(25px);backdrop-filter:blur(25px);z-index:2;border-radius:1.81469rem;padding:1rem 2rem;padding-top:0}._Row4_e89la_2625 ._ContentWrapper_e89la_2481 ._BottomWrapper_e89la_2782 ._BoxWrapper_e89la_1356 ._BoxInner_e89la_974 img{width:6.8125rem;height:6.8125rem;transform:translateY(.4rem)}._Row4_e89la_2625 ._ContentWrapper_e89la_2481 ._BottomWrapper_e89la_2782 ._BoxWrapper_e89la_1356 ._BoxInner_e89la_974 h3{color:var(--c3);font-size:1.6rem;font-style:normal;font-weight:600;line-height:1.739rem;letter-spacing:-.04569rem;margin-bottom:.24rem}._Row4_e89la_2625 ._ContentWrapper_e89la_2481 ._BottomWrapper_e89la_2782 ._BoxWrapper_e89la_1356 ._BoxInner_e89la_974 p{color:var(--c4);font-size:1.2rem;font-style:normal;font-weight:400;line-height:1.60356rem}@media (max-width: 631px){._Row4_e89la_2625 ._ContentWrapper_e89la_2481 ._BottomWrapper_e89la_2782 ._BoxWrapper_e89la_1356 ._BoxInner_e89la_974 p{font-size:1.3125rem}}._PartnerSection_e89la_2876{display:flex;align-items:center;flex-direction:column;gap:2.2rem;margin-bottom:2rem}._PartnerSection_e89la_2876 h5{font-size:2.8rem;font-weight:500}._PartnerSection_e89la_2876 h4{display:inline-block;font-size:1rem;margin-top:-1rem;margin-bottom:-1rem;font-weight:600;color:var(--c10);margin-bottom:.5rem;padding:.4rem 1rem;border-radius:20px;background-color:#fff;box-shadow:0 2px 6px #4400801a;transition:all .3s ease}._PartnerSection_e89la_2876 h4:hover{box-shadow:0 4px 12px #80008059;transform:translateY(-2px)}._PartnerSection_e89la_2876 p{font-size:1.1rem;font-weight:400}._PartnerSection_e89la_2876 p ._image-row_e89la_2909{display:inline-flex;align-items:center}._PartnerSection_e89la_2876 p ._image-row_e89la_2909 img{width:2rem;height:2rem;border-radius:50%;border:2px solid #fff;object-fit:cover;margin-left:-.6rem;transition:transform .3s}._PartnerSection_e89la_2876 p ._image-row_e89la_2909 img:first-child{margin-left:0}._PartnerSection_e89la_2876 p ._image-row_e89la_2909 img:hover{transform:scale(1.2);z-index:10}@media (max-width: 631px){._PartnerSection_e89la_2876{gap:3rem}}._PartnerSection_e89la_2876 h3{color:var(--c10);font-size:2.25rem;font-style:normal;font-weight:600;line-height:2.38rem;letter-spacing:-.0425rem}._PartnerSection_e89la_2876 ._PartnersContainer_e89la_2942{width:86.29381rem;display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:5rem;row-gap:.5rem}._PartnerSection_e89la_2876 ._PartnersContainer_e89la_2942 ._caseStudy_e89la_2951{display:flex;flex-direction:column;align-items:center;gap:.3rem;cursor:pointer;width:fit-content;position:relative}._PartnerSection_e89la_2876 ._PartnersContainer_e89la_2942 ._caseStudy_e89la_2951 img{display:block;width:100%;height:auto;object-fit:contain;border-radius:6px;transition:all .3s ease}._PartnerSection_e89la_2876 ._PartnersContainer_e89la_2942 ._caseStudy_e89la_2951 span{font-size:.75rem;padding:.15rem .8rem;border-radius:12px;text-transform:uppercase;letter-spacing:.5px;border:1.5px solid rgba(0,0,0,.3);background-color:#ffa54a3c;color:var(--c10);margin-top:-.7rem;position:relative;z-index:1}._PartnerSection_e89la_2876 ._PartnersContainer_e89la_2942 ._caseStudy_e89la_2951 span:hover+._popupBox_e89la_2981{opacity:1;visibility:visible;transform:translateY(0)}._PartnerSection_e89la_2876 ._PartnersContainer_e89la_2942 ._caseStudy_e89la_2951 ._popupBox_e89la_2981{position:absolute;top:-13rem;right:5rem;width:170px;height:170px;background:#fff;box-shadow:#ff7b00 0 1px 4px;border-radius:10px;padding:1rem;opacity:0;visibility:hidden;transform:translateY(10px);transition:all .3s ease;z-index:10}@media (max-width: 631px){._PartnerSection_e89la_2876 ._PartnersContainer_e89la_2942 ._caseStudy_e89la_2951 ._popupBox_e89la_2981{border:2px solid red}}._PartnerSection_e89la_2876 ._PartnersContainer_e89la_2942 ._caseStudy_e89la_2951 ._popupBox_e89la_2981 h4{font-size:1rem;font-weight:600;color:var(--c10);margin-bottom:.5rem}._PartnerSection_e89la_2876 ._PartnersContainer_e89la_2942 ._caseStudy_e89la_2951 ._popupBox_e89la_2981 p{font-size:.85rem;color:#333;line-height:1.3rem}._PartnerSection_e89la_2876 ._PartnersContainer_e89la_2942 ._caseStudy_e89la_2951:nth-child(1) img{width:6.5rem;height:auto}._PartnerSection_e89la_2876 ._PartnersContainer_e89la_2942 ._caseStudy_e89la_2951:nth-child(2) img{width:9.9rem;height:auto}._PartnerSection_e89la_2876 ._PartnersContainer_e89la_2942 ._caseStudy_e89la_2951:nth-child(3) img{width:5.7rem;height:auto}._PartnerSection_e89la_2876 ._PartnersContainer_e89la_2942 ._caseStudy_e89la_2951:nth-child(4) img{width:4rem;height:auto}._PartnerSection_e89la_2876 ._PartnersContainer_e89la_2942 ._caseStudy_e89la_2951:nth-child(5) img{width:6.4rem;height:auto}._PartnerSection_e89la_2876 ._PartnersContainer_e89la_2942 ._caseStudy_e89la_2951:nth-child(6) img{width:12.4rem;height:auto}._PartnerSection_e89la_2876 ._PartnersContainer_e89la_2942 ._caseStudy_e89la_2951:nth-child(7) img{width:9.9rem;height:auto}._PartnerSection_e89la_2876 ._PartnersContainer_e89la_2942 ._caseStudy_e89la_2951:nth-child(8) img{width:9rem;height:auto;margin-top:2rem}._PartnerSection_e89la_2876 ._PartnersContainer_e89la_2942 ._caseStudy_e89la_2951:nth-child(9) img{width:12.4rem;height:auto;margin-top:2rem}._PartnerSection_e89la_2876 ._PartnersContainer_e89la_2942 ._caseStudy_e89la_2951:nth-child(10) img{width:10.5rem;height:auto;margin-top:2rem}._PartnerSection_e89la_2876 ._PartnersContainer_e89la_2942 ._caseStudy_e89la_2951:nth-child(11) img{width:8.9rem;height:auto;margin-top:2rem}._PartnerSection_e89la_2876 ._PartnersContainer_e89la_2942 ._caseStudy_e89la_2951:nth-child(12) img{width:7.8rem;height:auto;margin-top:2rem}@media (max-width: 631px){._PartnerSection_e89la_2876 ._PartnersContainer_e89la_2942{width:90%;gap:2.3rem;row-gap:1rem}._PartnerSection_e89la_2876 ._PartnersContainer_e89la_2942 ._caseStudy_e89la_2951 img{width:80%;max-width:120px;height:auto}._PartnerSection_e89la_2876 ._PartnersContainer_e89la_2942 ._caseStudy_e89la_2951 span{font-size:.7rem;padding:.1rem .5rem}}._ContactPopup_4aisp_1 ._Container_4aisp_1{width:100%;height:29.9375rem;height:auto;border-radius:1.875rem;padding:1.44rem 1rem;display:flex;align-items:flex-start;gap:1.5rem}@media (max-width: 631px){._ContactPopup_4aisp_1 ._Container_4aisp_1{width:90%;flex-direction:column;padding:2rem}}._ContactPopup_4aisp_1 ._Container_4aisp_1 ._Row_4aisp_18{width:100%;display:flex;align-items:center;gap:.5rem}@media (max-width: 631px){._ContactPopup_4aisp_1 ._Container_4aisp_1 ._Row_4aisp_18{flex-direction:column}}._ContactPopup_4aisp_1 ._Container_4aisp_1 ._InputWrapper_4aisp_29{width:100%;height:3.625rem;border-radius:.9375rem;border:1.5px solid rgba(217,217,217,.63)}._ContactPopup_4aisp_1 ._Container_4aisp_1 ._InputWrapper_4aisp_29 input{width:100%;height:100%;border:none;outline:none;background:transparent;color:#000;font-size:1rem;font-style:normal;font-weight:400;line-height:normal;padding:0 1.9rem}._ContactPopup_4aisp_1 ._Container_4aisp_1 ._InputWrapper_4aisp_29 input::placeholder{color:#000000b3}@media (max-width: 631px){._ContactPopup_4aisp_1 ._Container_4aisp_1 ._InputWrapper_4aisp_29 input{padding:1 1.9rem;font-size:1.3125rem}}._ContactPopup_4aisp_1 ._Container_4aisp_1 ._InputWrapper_4aisp_29 textarea{width:100%;height:100%;border:none;outline:none;background:transparent;color:#000;font-size:1rem;font-style:normal;font-weight:400;line-height:normal;resize:none;padding:1rem 1.9rem}@media (max-width: 631px){._ContactPopup_4aisp_1 ._Container_4aisp_1 ._InputWrapper_4aisp_29 textarea{font-size:1.3125rem}}._ContactPopup_4aisp_1 ._Container_4aisp_1 ._InputWrapper_4aisp_29 textarea::placeholder{color:#000000b3}._ContactPopup_4aisp_1 ._Container_4aisp_1 ._Left_4aisp_79{width:100%;display:flex;flex-direction:column;gap:1.5rem}@media (max-width: 631px){._ContactPopup_4aisp_1 ._Container_4aisp_1 ._Left_4aisp_79 ._Captcha_4aisp_86{display:none}}._ContactPopup_4aisp_1 ._Container_4aisp_1 ._Right_4aisp_90{width:100%;display:flex;flex-direction:column;gap:1.5rem}._ContactPopup_4aisp_1 ._Container_4aisp_1 ._Right_4aisp_90 ._Captcha_4aisp_86{display:none}@media (max-width: 631px){._ContactPopup_4aisp_1 ._Container_4aisp_1 ._Right_4aisp_90 ._Captcha_4aisp_86{display:block}}._ContactPopup_4aisp_1 ._Container_4aisp_1 ._Right_4aisp_90 ._BtnWrapper_4aisp_104{width:100%;display:flex;justify-content:flex-end}._ContactPopup_4aisp_1{position:fixed;top:0;left:0;width:100vw;height:100vh;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000}._Overlay_4aisp_123{background:var(--c2);padding:"2rem";border-radius:"12px";width:"900px";height:"300px";position:"relative"}._Row10_9oozz_1{margin-bottom:8rem;width:100%;height:57.5rem;background-color:var(--c2);position:relative;z-index:1;display:flex;align-items:center;justify-content:center}@media (max-width: 631px){._Row10_9oozz_1{padding:3rem;height:auto}}._Row10_9oozz_1 h2{color:var(--c3);text-align:center;font-family:var(--f2);font-size:3.5rem;font-style:normal;font-weight:700;line-height:3.99rem;letter-spacing:-.07rem}@media (max-width: 631px){._Row10_9oozz_1 h2._HideInMobile_9oozz_28{display:none}}._Row10_9oozz_1 h2 span{color:var(--c1)}._Row10_9oozz_1 p{color:var(--c3);font-size:1rem;font-style:normal;font-weight:500;line-height:1.62rem;text-align:start}._Row10_9oozz_1 p._Para_9oozz_43{text-align:center}@media (max-width: 631px){._Row10_9oozz_1 p._Para_9oozz_43{text-align:start;align-self:flex-start;margin-bottom:2rem}}._Row10_9oozz_1 ._MobileH2_9oozz_53{display:none;color:var(--c3);text-align:center;font-family:var(--f2);font-size:2.5rem;font-style:normal;font-weight:700;line-height:3.99rem;letter-spacing:-.07rem}@media (max-width: 631px){._Row10_9oozz_1 ._MobileH2_9oozz_53{display:block;text-align:start;align-self:flex-start}}._Row10_9oozz_1 ._MobileH2_9oozz_53 span{color:var(--c1)}._Row10_9oozz_1 ._Bg1_9oozz_79{width:48.625rem;height:49.19763rem;position:absolute;z-index:-1;top:50%;left:0;transform:translateY(-50%)}._Row10_9oozz_1 ._Bg1_9oozz_79 svg{width:100%;height:100%}@media (max-width: 631px){._Row10_9oozz_1 ._Bg1_9oozz_79{top:0;transform:translateY(0)}}._Row10_9oozz_1 ._Content_9oozz_98{width:100%;height:49.5625rem;display:flex;flex-direction:column;align-items:center;justify-content:space-between;position:relative}@media (max-width: 631px){._Row10_9oozz_1 ._Content_9oozz_98{width:100%;height:auto;gap:1rem}}._Row10_9oozz_1 ._Content_9oozz_98 ._Logo_9oozz_114{position:absolute;width:33.63081rem;height:8.26138rem;top:11rem;left:6rem}@media (max-width: 631px){._Row10_9oozz_1 ._Content_9oozz_98 ._Logo_9oozz_114{top:-3rem;left:15rem}}._Row10_9oozz_1 ._Content_9oozz_98 ._Logo_9oozz_114 svg{height:100%;width:100%;object-fit:contain}._Row10_9oozz_1 ._Content_9oozz_98 ._Columns_9oozz_132{display:flex;align-items:center;justify-content:flex-end;gap:2.5rem;margin-bottom:2rem}@media (max-width: 631px){._Row10_9oozz_1 ._Content_9oozz_98 ._Columns_9oozz_132{flex-direction:column;align-items:flex-start;gap:.5rem}}._Row10_9oozz_1 ._Content_9oozz_98 ._Columns_9oozz_132 ._Col_9oozz_132{width:14rem;height:auto;flex-shrink:0;display:grid;grid-template-columns:1fr;place-items:center;gap:2rem;margin-bottom:2rem;padding:0 .61rem}@media (max-width: 631px){._Row10_9oozz_1 ._Content_9oozz_98 ._Columns_9oozz_132 ._Col_9oozz_132{width:100%;display:flex;align-items:center;gap:0rem}}._Row10_9oozz_1 ._Content_9oozz_98 ._Columns_9oozz_132 ._Col_9oozz_132 ._Letter_9oozz_165{display:flex;width:11.5rem;height:11.5rem;justify-content:center;align-items:center;flex-shrink:0;border-radius:50%;transform:translate(-2rem)}._Row10_9oozz_1 ._Content_9oozz_98 ._Columns_9oozz_132 ._Col_9oozz_132 ._Letter_9oozz_165 img{width:100%;height:100%}._Row10_9oozz_1 ._Content_9oozz_98 ._Columns_9oozz_132 ._Col_9oozz_132 ._Box_9oozz_179{width:100%;height:11rem;padding:1rem .5rem;position:relative}@media (max-width: 631px){._Row10_9oozz_1 ._Content_9oozz_98 ._Columns_9oozz_132 ._Col_9oozz_132 ._Box_9oozz_179{padding-top:2rem}._Row10_9oozz_1 ._Content_9oozz_98 ._Columns_9oozz_132 ._Col_9oozz_132 ._Box_9oozz_179:nth-child(1){display:none}}._Row10_9oozz_1 ._Content_9oozz_98 ._Columns_9oozz_132 ._Col_9oozz_132 ._Box_9oozz_179 ._Bg_9oozz_79{width:11.5rem;height:2.9375rem;position:absolute;top:0;right:1rem;border-radius:0rem .5rem 0rem 0rem;border-top:1px solid var(--c3);border-right:1px solid var(--c3)}@media (max-width: 631px){._Row10_9oozz_1 ._Content_9oozz_98 ._Columns_9oozz_132 ._Col_9oozz_132 ._Box_9oozz_179 ._Bg_9oozz_79{width:100%}}._Row10_9oozz_1 ._Content_9oozz_98 ._Columns_9oozz_132 ._Col_9oozz_132 ._Box_9oozz_179 h5{width:10.65rem;width:100%;color:var(--c3);font-family:var(--f2);font-size:1.1875rem;font-style:normal;font-weight:600;line-height:1.5625rem;margin-bottom:.3rem}@media (max-width: 631px){._Row10_9oozz_1 ._Content_9oozz_98 ._Columns_9oozz_132 ._Col_9oozz_132 ._Box_9oozz_179 h5{font-size:1.3125rem;width:100%}}._Row10_9oozz_1 ._Content_9oozz_98 ._Columns_9oozz_132 ._Col_9oozz_132 ._Box_9oozz_179 p{width:10.65rem;color:var(--c3);font-family:var(--f1);font-size:1rem;font-style:normal;font-weight:400;line-height:1.5625rem}@media (max-width: 631px){._Row10_9oozz_1 ._Content_9oozz_98 ._Columns_9oozz_132 ._Col_9oozz_132 ._Box_9oozz_179 p{font-size:1.3125rem;width:100%}}._Row10_9oozz_1 ._Content_9oozz_98 ._Columns_9oozz_132 ._ColMob_9oozz_240{display:none}@media (max-width: 631px){._Row10_9oozz_1 ._Content_9oozz_98 ._Columns_9oozz_132 ._ColMob_9oozz_240{width:100%;display:flex}}._Row10_9oozz_1 ._Content_9oozz_98 ._Columns_9oozz_132 ._ColMob_9oozz_240 ._Letter_9oozz_165{display:flex;width:11.5rem;height:11.5rem;justify-content:center;align-items:center;flex-shrink:0;border-radius:50%;transform:translate(-2rem)}._Row10_9oozz_1 ._Content_9oozz_98 ._Columns_9oozz_132 ._ColMob_9oozz_240 ._Letter_9oozz_165 img{width:100%;height:100%}._Row10_9oozz_1 ._Content_9oozz_98 ._Columns_9oozz_132 ._ColMob_9oozz_240 ._Box_9oozz_179{flex:1;height:11rem;padding:1rem .5rem;position:relative}@media (max-width: 631px){._Row10_9oozz_1 ._Content_9oozz_98 ._Columns_9oozz_132 ._ColMob_9oozz_240 ._Box_9oozz_179{padding-top:2rem;height:auto}}._Row10_9oozz_1 ._Content_9oozz_98 ._Columns_9oozz_132 ._ColMob_9oozz_240 ._Box_9oozz_179 ._Bg_9oozz_79{width:11.5rem;height:2.9375rem;position:absolute;top:0;right:1rem;border-radius:0rem .5rem 0rem 0rem;border-top:1px solid var(--c3);border-right:1px solid var(--c3)}@media (max-width: 631px){._Row10_9oozz_1 ._Content_9oozz_98 ._Columns_9oozz_132 ._ColMob_9oozz_240 ._Box_9oozz_179 ._Bg_9oozz_79{width:100%}}._Row10_9oozz_1 ._Content_9oozz_98 ._Columns_9oozz_132 ._ColMob_9oozz_240 ._Box_9oozz_179 h5{width:10.65rem;width:100%;color:var(--c3);font-family:var(--f2);font-size:1.1875rem;font-style:normal;font-weight:600;line-height:1.5625rem;margin-bottom:.3rem}._Row10_9oozz_1 ._Content_9oozz_98 ._Columns_9oozz_132 ._ColMob_9oozz_240 ._Box_9oozz_179 p{width:10.65rem;color:var(--c3);font-family:var(--f1);font-size:1rem;font-style:normal;font-weight:400;line-height:1.5625rem}@media (max-width: 631px){._Row10_9oozz_1 ._Content_9oozz_98 ._Columns_9oozz_132 ._ColMob_9oozz_240 ._Box_9oozz_179 p{font-size:1.3125rem;width:100%}}._Row10_9oozz_1 ._Content_9oozz_98 ._InnovateRow_9oozz_316{margin-left:auto;display:flex;align-items:center;gap:4rem;padding-right:8rem}._Row10_9oozz_1 ._Content_9oozz_98 ._InnovateRow_9oozz_316 p{color:var(--c3);font-size:1.425rem;font-style:normal;font-weight:500;line-height:1.60356rem}@media (max-width: 631px){._Row10_9oozz_1 ._Content_9oozz_98 ._InnovateRow_9oozz_316{padding-right:0}._Row10_9oozz_1 ._Content_9oozz_98 ._InnovateRow_9oozz_316 h2{width:100%}._Row10_9oozz_1 ._Content_9oozz_98 ._InnovateRow_9oozz_316 button{margin-left:auto}}._TopButtons_17ieh_1{display:flex;justify-content:center;gap:8rem;width:95%;margin:3rem auto;padding:0 5rem;position:relative}._TopButtons_17ieh_1 ._Blur1_17ieh_10,._TopButtons_17ieh_1 ._Blur2_17ieh_11{width:40rem;height:40rem;position:absolute;z-index:-1}._TopButtons_17ieh_1 ._Blur1_17ieh_10 svg,._TopButtons_17ieh_1 ._Blur2_17ieh_11 svg{width:100%;height:100%}._TopButtons_17ieh_1 ._Blur1_17ieh_10{left:-1rem;bottom:-1rem}._TopButtons_17ieh_1 ._Blur2_17ieh_11{right:-6rem;top:-15rem}._TopButtons_17ieh_1 ._HireBox_17ieh_30{width:22rem;text-align:center;padding:2rem 1rem;border-radius:12px;cursor:pointer;transition:all .3s ease;text-decoration:none;box-shadow:0 4.46px 50px #ff781e36;background:#fff;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3rem;margin:0 4rem}._TopButtons_17ieh_1 ._HireBox_17ieh_30 img{width:12rem;margin-bottom:2rem;height:auto}._TopButtons_17ieh_1 ._HireBox_17ieh_30:hover{transform:translateY(-4px)}._TopButtons_17ieh_1 ._HireContent_17ieh_55{display:flex;flex-direction:column;align-items:center;gap:1rem}._TopButtons_17ieh_1 ._BtnWrapper_17ieh_61{display:flex;justify-content:center;width:100%}._TopButtons_17ieh_1 ._DesktopOnly_17ieh_66{display:flex;gap:2rem}._TopButtons_17ieh_1 ._MobileOnly_17ieh_70{display:none}@media (max-width: 768px){._TopButtons_17ieh_1{flex-direction:column;gap:2rem;padding:0 2rem}._TopButtons_17ieh_1 ._DesktopOnly_17ieh_66{display:none}._TopButtons_17ieh_1 ._MobileOnly_17ieh_70{display:block;width:100%}._TopButtons_17ieh_1 ._HireBox_17ieh_30{width:100%;max-width:28rem;margin:0 auto}}._BottomNav_17ieh_94{display:none}@media (max-width: 768px){._BottomNav_17ieh_94{display:flex;justify-content:center;align-items:center;margin-top:2rem;gap:.5rem}}._BottomNav_17ieh_94 ._LeftArrow_17ieh_106,._BottomNav_17ieh_94 ._RightArrow_17ieh_107{background:#d9d9d9;color:#515151;border:none;border-radius:50%;width:3rem;height:3rem;font-size:1.5rem;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:.3s}._BottomNav_17ieh_94 ._LeftArrow_17ieh_106:hover,._BottomNav_17ieh_94 ._RightArrow_17ieh_107:hover{background:#ff9e03}._BottomNav_17ieh_94 ._LeftArrow_17ieh_106{transform:rotate(180deg)}._BottomNav_17ieh_94 ._Dot_17ieh_128{background:#ddd0;border:none;border-radius:50%;width:3rem;color:#18171733;height:3rem;font-size:1.4rem;cursor:pointer;transition:.3s}._BottomNav_17ieh_94 ._Dot_17ieh_128._ActiveDot_17ieh_139{background:#fc8c14;color:#fff}._SiteMap_1agei_1{width:100%;height:auto;padding:4rem;display:flex;align-items:center;justify-content:center;margin-bottom:10rem}._SiteMap_1agei_1 ._MapWrapper_1agei_10{display:flex;flex-direction:column;align-items:center;gap:3rem}._SiteMap_1agei_1 ._MapWrapper_1agei_10 a,._SiteMap_1agei_1 ._MapWrapper_1agei_10 p{text-decoration:none;color:var(--c4);font-size:1rem;font-style:normal;font-weight:400;line-height:1.60356rem;text-align:center;border-radius:1.2rem}._SiteMap_1agei_1 ._MapWrapper_1agei_10 ._Box_1agei_27{width:15rem;display:flex;flex-direction:column;align-items:center;padding:1rem 2rem;box-shadow:0 -1px 10px 3px #cf14144d;gap:.3rem;border-radius:1.2rem}._SiteMap_1agei_1 ._MapWrapper_1agei_10 ._Box_1agei_27 svg{height:3rem;width:3rem}._SiteMap_1agei_1 ._MapWrapper_1agei_10 ._Box_1agei_27 svg path{fill:#cf1414}._SiteMap_1agei_1 ._MapWrapper_1agei_10 ._Box_1agei_27 ._SubMenusFooter_1agei_46{width:max-content;position:absolute;border:1px solid rgba(207,20,20,.1529411765);height:auto;padding:1rem 2rem;left:49rem;top:10rem;border-radius:1.2rem;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2rem}._SiteMap_1agei_1 ._MapWrapper_1agei_10 ._Box_1agei_27 ._SubMenusFooter_1agei_46 a{padding:.5rem 1rem;height:auto;box-shadow:0 -1px 10px 3px #cf14144d;transition:all ease-in-out .3s;padding:1rem}._SiteMap_1agei_1 ._MapWrapper_1agei_10 ._Box_1agei_27 ._SubMenusFooter_1agei_46 a:hover{transform:scale(1.05)}._SiteMap_1agei_1 ._MapWrapper_1agei_10 ._Line1_1agei_74{position:relative;display:flex;align-items:center;gap:3rem}._SiteMap_1agei_1 ._MapWrapper_1agei_10 ._Line1_1agei_74 ._Map1_1agei_80{width:.16rem;height:4rem;background-color:#cf1414;position:absolute;bottom:-5rem}._SiteMap_1agei_1 ._MapWrapper_1agei_10 ._Line1_1agei_74 ._Map3_1agei_87{height:.1rem;width:22rem;background-color:#cf1414;position:absolute;top:50%;right:-23rem}._SiteMap_1agei_1 ._MapWrapper_1agei_10 ._Line1_1agei_74 ._Map3_1agei_87:after{content:"";width:.16rem;height:5.5rem;background-color:#cf1414;position:absolute;top:0;right:0}._SiteMap_1agei_1 ._MapWrapper_1agei_10 ._Line1_1agei_74 ._Map2_1agei_104{width:23rem;height:.1rem;background-color:#cf1414;position:absolute;top:50%;left:-24rem}._SiteMap_1agei_1 ._MapWrapper_1agei_10 ._Line1_1agei_74 ._Map2_1agei_104:after{content:"";width:.16rem;height:6rem;background-color:#cf1414;position:absolute;top:0;left:0}._SiteMap_1agei_1 ._MapWrapper_1agei_10 ._Row_1agei_121{width:85vw;display:flex;align-items:flex-start;gap:8rem}._SiteMap_1agei_1 ._MapWrapper_1agei_10 ._Row_1agei_121 ._Line3_1agei_127{border-radius:1.2rem;margin-top:3rem;width:50rem;display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:2rem;border:1px solid rgba(207,20,20,.1529411765);top:120%;height:auto;padding:1rem 2rem}._SiteMap_1agei_1 ._MapWrapper_1agei_10 ._Row_1agei_121 ._Line3_1agei_127 a{padding:1rem;height:auto;box-shadow:0 -1px 10px 3px #cf14144d;transition:all ease-in-out .3s}._SiteMap_1agei_1 ._MapWrapper_1agei_10 ._Row_1agei_121 ._Line3_1agei_127 a:hover{transform:scale(1.05)}._SiteMap_1agei_1 ._MapWrapper_1agei_10 ._Row_1agei_121 ._Line3_1agei_127 ._Line_1agei_74{width:.1rem;height:5rem;background-color:red;position:absolute;top:-5rem}._SiteMap_1agei_1 ._MapWrapper_1agei_10 ._Row_1agei_121 ._Line3_1agei_127 ._Line_1agei_74:after{content:"";height:.13rem;width:5rem;background-color:#09ff00;position:absolute;top:0;left:-5rem}._SiteMap_1agei_1 ._MapWrapper_1agei_10 ._Row_1agei_121 ._Line2_1agei_166{display:flex;flex-direction:column;align-items:center;position:relative;gap:1rem;border:1px solid rgba(207,20,20,.1529411765);padding:1rem 2rem;border-radius:1.2rem}._SiteMap_1agei_1 ._MapWrapper_1agei_10 ._Row_1agei_121 ._Line2_1agei_166 ._ServiceBox_1agei_176{position:relative}._SiteMap_1agei_1 ._MapWrapper_1agei_10 ._Row_1agei_121 ._Line2_1agei_166 ._ServiceBox_1agei_176 ._AllServices_1agei_179{position:absolute;display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:2rem;width:max-content;max-width:70rem;border:1px solid rgba(207,20,20,.1529411765);height:auto;padding:1rem 2rem;border-radius:1.2rem;left:25rem}._SiteMap_1agei_1 ._MapWrapper_1agei_10 ._Row_1agei_121 ._Line2_1agei_166 ._ServiceBox_1agei_176 ._AllServices_1agei_179 a{padding:.5rem 1rem;height:auto;box-shadow:0 -1px 10px 3px #cf14144d;transition:all ease-in-out .3s;flex-shrink:0;padding:1rem}._SiteMap_1agei_1 ._MapWrapper_1agei_10 ._Row_1agei_121 ._Line2_1agei_166 ._ServiceBox_1agei_176 ._AllServices_1agei_179 a:hover{transform:scale(1.05)}._SiteMap_1agei_1 ._MapWrapper_1agei_10 ._Row_1agei_121 ._Line2_1agei_166 ._ServiceBox_1agei_176 ._AllServices_1agei_179:after{content:"";width:4rem;height:.15rem;background-color:#cf1414;position:absolute;bottom:50%;left:-4.3rem}._SiteMap_1agei_1 ._MapWrapper_1agei_10 ._Row_1agei_121 ._Line2_1agei_166 ._BL1_1agei_216{height:.16rem;width:5rem;background-color:#cf1414;position:absolute;bottom:11.2rem;right:-3.9rem}._SiteMap_1agei_1 ._MapWrapper_1agei_10 ._Row_1agei_121 ._Line2_1agei_166 ._BL1_1agei_216:after{content:"";width:.16rem;height:1.5rem;background-color:#cf1414;position:absolute;bottom:-1.5rem;right:0}._SiteMap_1agei_1 ._MapWrapper_1agei_10 ._Row_1agei_121 ._Line2_1agei_166 ._SL1_1agei_233{height:.16rem;width:5rem;background-color:#cf1414;position:absolute;bottom:3.92rem;right:-5.9rem}._SiteMap_1agei_1 ._MapWrapper_1agei_10 ._Row_1agei_121 ._Line2_1agei_166 ._SL1_1agei_233:after{content:"";width:.16rem;height:3.5rem;background-color:#cf1414;position:absolute;bottom:-3.5rem;right:0}._SiteMap_1agei_1 ._MapWrapper_1agei_10 ._Row_1agei_121 ._Line2_1agei_166 ._SubMenus_1agei_46{width:max-content;position:absolute;border:1px solid rgba(207,20,20,.1529411765);height:auto;padding:1rem 2rem;top:25rem;left:82rem;border-radius:1.2rem}._SiteMap_1agei_1 ._MapWrapper_1agei_10 ._Row_1agei_121 ._Line2_1agei_166 ._SubMenus_1agei_46 a,._SiteMap_1agei_1 ._MapWrapper_1agei_10 ._Row_1agei_121 ._Line2_1agei_166 ._SubMenus_1agei_46 p{padding:.5rem 1rem;height:auto;box-shadow:0 -1px 10px 3px #cf14144d;transition:all ease-in-out .3s}._SiteMap_1agei_1 ._MapWrapper_1agei_10 ._Row_1agei_121 ._Line2_1agei_166 ._SubMenus_1agei_46 a:hover,._SiteMap_1agei_1 ._MapWrapper_1agei_10 ._Row_1agei_121 ._Line2_1agei_166 ._SubMenus_1agei_46 p:hover{transform:scale(1.05)}._SiteMap_1agei_1 ._MapWrapper_1agei_10 ._Row_1agei_121 ._Line2_1agei_166 ._SubMenus_1agei_46 ._BlogLine1_1agei_271{width:.16rem;height:8rem;background-color:#cf1414;position:absolute;bottom:-9rem;right:50%}._SiteMap_1agei_1 ._MapWrapper_1agei_10 ._Row_1agei_121 ._Line2_1agei_166 ._SubMenus_1agei_46 ._BlogLine1_1agei_271:after{content:"";height:.16rem;width:65rem;background-color:#cf1414;position:absolute;bottom:0;left:-65rem}._MarketingFooter_1w4eg_1{width:100%;display:flex;flex-direction:column}._MarketingFooter_1w4eg_1 ._TopSection_1w4eg_6{background-image:url(/assets/HeaderBG-BSOcJrrq.webp);background-repeat:no-repeat;background-size:cover;width:100%;height:25.0625rem;display:flex}@media (max-width: 631px){._MarketingFooter_1w4eg_1 ._TopSection_1w4eg_6{height:auto}}._MarketingFooter_1w4eg_1 ._TopSection_1w4eg_6 ._Left_1w4eg_19,._MarketingFooter_1w4eg_1 ._TopSection_1w4eg_6 ._Right_1w4eg_20{flex:1;width:50%;display:flex;align-items:center;padding:0 10rem}@media (max-width: 631px){._MarketingFooter_1w4eg_1 ._TopSection_1w4eg_6 ._Left_1w4eg_19,._MarketingFooter_1w4eg_1 ._TopSection_1w4eg_6 ._Right_1w4eg_20{padding:3rem}}._MarketingFooter_1w4eg_1 ._TopSection_1w4eg_6 ._Left_1w4eg_19 ._Col_1w4eg_33,._MarketingFooter_1w4eg_1 ._TopSection_1w4eg_6 ._Right_1w4eg_20 ._Col_1w4eg_33{width:max-content;display:flex;flex-direction:column;gap:1rem}._MarketingFooter_1w4eg_1 ._TopSection_1w4eg_6 ._Left_1w4eg_19 ._Col_1w4eg_33 p,._MarketingFooter_1w4eg_1 ._TopSection_1w4eg_6 ._Right_1w4eg_20 ._Col_1w4eg_33 p{color:#fff;font-family:Inter;font-size:.875rem;font-style:normal;font-weight:600;line-height:1.125rem;letter-spacing:.125rem}._MarketingFooter_1w4eg_1 ._TopSection_1w4eg_6 ._Left_1w4eg_19 ._Col_1w4eg_33 h3,._MarketingFooter_1w4eg_1 ._TopSection_1w4eg_6 ._Right_1w4eg_20 ._Col_1w4eg_33 h3{width:27.3rem;color:#fff;font-family:Inter;font-size:2.5rem;font-style:normal;font-weight:700;line-height:3rem;margin-bottom:1rem}@media (max-width: 631px){._MarketingFooter_1w4eg_1 ._TopSection_1w4eg_6 ._Left_1w4eg_19 ._Col_1w4eg_33 h3,._MarketingFooter_1w4eg_1 ._TopSection_1w4eg_6 ._Right_1w4eg_20 ._Col_1w4eg_33 h3{font-size:2rem;width:100%;line-height:120%}}._MarketingFooter_1w4eg_1 ._TopSection_1w4eg_6 ._Left_1w4eg_19{justify-content:flex-end}._MarketingFooter_1w4eg_1 ._TopSection_1w4eg_6 ._Right_1w4eg_20{flex:1;background:linear-gradient(106deg,#f3721b 4.46%,#fff 232.7%)}._MarketingFooter_1w4eg_1 ._TopSection_1w4eg_6 ._Right_1w4eg_20 button{background:var(--c2);color:var(--c1)}._MarketingFooter_1w4eg_1 ._TopSection_1w4eg_6 ._Right_1w4eg_20 button svg{color:var(--c1)}._MarketingFooter_1w4eg_1 ._BottomSection_1w4eg_83{width:100%;background-image:url(/assets/FooterBG-DYVQfLRK.webp);background-repeat:no-repeat;background-size:cover}._MarketingFooter_1w4eg_1 ._BottomSection_1w4eg_83 ._Row_1w4eg_89{width:100%;padding:2.25rem 8.5rem 2.56rem 11rem;display:flex;align-items:center;justify-content:space-between}@media (max-width: 631px){._MarketingFooter_1w4eg_1 ._BottomSection_1w4eg_83 ._Row_1w4eg_89{padding:3rem 3rem 5rem;flex-direction:column;align-items:flex-start}}._MarketingFooter_1w4eg_1 ._BottomSection_1w4eg_83 ._Row_1w4eg_89 ._Logo_1w4eg_104{width:15.5625rem;height:3.15919rem;flex-shrink:0;border-right:2px solid rgba(255,255,255,.2);padding-right:2rem;display:flex;align-items:center}._MarketingFooter_1w4eg_1 ._BottomSection_1w4eg_83 ._Row_1w4eg_89 ._Logo_1w4eg_104 img{height:4.15rem}@media (max-width: 631px){._MarketingFooter_1w4eg_1 ._BottomSection_1w4eg_83 ._Row_1w4eg_89 ._Logo_1w4eg_104 ._Logo_1w4eg_104{width:max-content;height:auto}._MarketingFooter_1w4eg_1 ._BottomSection_1w4eg_83 ._Row_1w4eg_89 ._Logo_1w4eg_104 img{height:3rem;width:auto}}._MarketingFooter_1w4eg_1 ._BottomSection_1w4eg_83 ._Row_1w4eg_89 ._InnerRow_1w4eg_126{display:flex;gap:3rem}@media (max-width: 631px){._MarketingFooter_1w4eg_1 ._BottomSection_1w4eg_83 ._Row_1w4eg_89 ._InnerRow_1w4eg_126{align-items:center}}._MarketingFooter_1w4eg_1 ._BottomSection_1w4eg_83 ._Row_1w4eg_89 ._Right_1w4eg_20{display:inline-flex;align-items:flex-start;gap:1.75rem}@media (max-width: 631px){._MarketingFooter_1w4eg_1 ._BottomSection_1w4eg_83 ._Row_1w4eg_89 ._Right_1w4eg_20{width:100%;flex-wrap:wrap;justify-content:center}}._MarketingFooter_1w4eg_1 ._BottomSection_1w4eg_83 ._Row_1w4eg_89 ._Right_1w4eg_20 a{color:var(--c2);font-size:1rem;font-style:normal;font-weight:400;line-height:1.25rem;text-decoration:none;transition:all .2s ease-in-out}@media (max-width: 631px){._MarketingFooter_1w4eg_1 ._BottomSection_1w4eg_83 ._Row_1w4eg_89 ._Right_1w4eg_20 a{font-size:1.3125rem}}._MarketingFooter_1w4eg_1 ._BottomSection_1w4eg_83 ._Row_1w4eg_89 ._Right_1w4eg_20 a:hover{color:var(--c1)}._MarketingFooter_1w4eg_1 ._BottomSection_1w4eg_83 ._Row_1w4eg_89 ._Right_1w4eg_20 ._CopyRight_1w4eg_164{order:5;align-self:center;color:var(--c2);font-size:1rem;font-style:normal;font-weight:400;line-height:1.25rem}@media (max-width: 631px){._MarketingFooter_1w4eg_1 ._BottomSection_1w4eg_83 ._Row_1w4eg_89 ._Right_1w4eg_20 ._CopyRight_1w4eg_164{width:100%;text-align:center}}._MarketingFooter_1w4eg_1 ._BottomSection_1w4eg_83 ._Row_1w4eg_89 ._Left_1w4eg_19{display:flex;align-items:center;gap:1.1875rem}@media (max-width: 631px){._MarketingFooter_1w4eg_1 ._BottomSection_1w4eg_83 ._Row_1w4eg_89 ._Left_1w4eg_19{display:none}}._MarketingFooter_1w4eg_1 ._BottomSection_1w4eg_83 ._Row_1w4eg_89 ._Left_1w4eg_19 ._Icon_1w4eg_189{width:2.5rem;height:2.5rem;border-radius:50%;background:var(--b3);display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease-in-out}._MarketingFooter_1w4eg_1 ._BottomSection_1w4eg_83 ._Row_1w4eg_89 ._Left_1w4eg_19 ._Icon_1w4eg_189:hover{background:var(--b2)}._MarketingFooter_1w4eg_1 ._BottomSection_1w4eg_83 ._Row_1w4eg_89 ._Left_1w4eg_19 ._Icon_1w4eg_189 svg{width:1.25rem;height:1.25rem;color:var(--c2)}._Header_7zlkg_1{width:100%;height:7.5rem;display:flex;align-items:center;padding:0 5rem 0 3.38rem;justify-content:space-between;border-bottom:1px solid var(--b3);-webkit-backdrop-filter:blur(25px);backdrop-filter:blur(25px);background:var(--c5);position:relative;z-index:1001}@media (max-width: 631px){._Header_7zlkg_1{padding:0 2rem 0 .38rem}}._Header_7zlkg_1 ._LeftWrapper_7zlkg_19{display:flex;align-items:center;gap:3.56rem}._Header_7zlkg_1 ._LeftWrapper_7zlkg_19 img{width:13.375rem;flex-shrink:0;transition:all .3s ease-in;margin:0 2rem}@media (max-width: 631px){._Header_7zlkg_1 ._LeftWrapper_7zlkg_19 img._HideImg_7zlkg_31{width:14.375rem}}._Header_7zlkg_1 ._LeftWrapper_7zlkg_19 img:hover{scale:1.05}._Header_7zlkg_1 ._LeftWrapper_7zlkg_19 nav{display:inline-flex;align-items:flex-start;gap:2rem;position:relative}@media (max-width: 631px){._Header_7zlkg_1 ._LeftWrapper_7zlkg_19 nav{display:none}}._Header_7zlkg_1 ._LeftWrapper_7zlkg_19 nav:after{width:1px;height:2.50019rem;content:"";position:absolute;top:50%;left:-2rem;transform:translateY(-50%);background:var(--b3)}._Header_7zlkg_1 ._LeftWrapper_7zlkg_19 nav a{color:var(--c2);font-size:1.125rem;font-style:normal;font-weight:400;line-height:1.41994rem;transition:all .3s ease-in-out;text-decoration:none;padding:.5rem}._Header_7zlkg_1 ._LeftWrapper_7zlkg_19 nav a:hover{scale:1.05;transform:translateY(-.2rem);color:var(--c1)}._Header_7zlkg_1 ._LeftWrapper_7zlkg_19 nav a:hover svg path{fill:var(--c1)}._Header_7zlkg_1 ._LeftWrapper_7zlkg_19 nav a._active_7zlkg_78{color:var(--c1)}._Header_7zlkg_1 ._LeftWrapper_7zlkg_19 nav ._developer_7zlkg_81{color:var(--c2);font-size:1.125rem;font-style:normal;font-weight:400;line-height:1.41994rem;transition:all .3s ease-in-out;text-decoration:none;padding:.5rem;display:flex;align-items:center;gap:.5rem;position:relative;cursor:pointer}._Header_7zlkg_1 ._LeftWrapper_7zlkg_19 nav ._developer_7zlkg_81:hover{scale:1.05;transform:translateY(-.2rem);color:var(--c1)}._Header_7zlkg_1 ._LeftWrapper_7zlkg_19 nav ._developer_7zlkg_81:hover svg path{fill:var(--c1)}._Header_7zlkg_1 ._LeftWrapper_7zlkg_19 nav ._developer_7zlkg_81 svg{transition:all .3s ease-in-out}._Header_7zlkg_1 ._LeftWrapper_7zlkg_19 nav ._developer_7zlkg_81 svg path{transition:all .3s ease-in-out}._Header_7zlkg_1 ._LeftWrapper_7zlkg_19 nav ._developer_7zlkg_81._active_7zlkg_78 svg{rotate:-180deg}._Header_7zlkg_1 ._LeftWrapper_7zlkg_19 nav ._developer_7zlkg_81 ._HoverBox_7zlkg_114{width:50%;height:0rem;position:absolute;top:0rem;left:50%;transform:translate(-50%);-webkit-backdrop-filter:blur(25px);backdrop-filter:blur(25px);background:var(--c5);overflow:hidden;opacity:0;transition:all .3s ease-in-out;display:flex;align-items:center;justify-content:center}._Header_7zlkg_1 ._LeftWrapper_7zlkg_19 nav ._developer_7zlkg_81 ._HoverBox_7zlkg_114._active_7zlkg_78{width:120%;height:4rem;top:3rem;opacity:1}._Header_7zlkg_1 ._LeftWrapper_7zlkg_19 nav ._developer_7zlkg_81 ._HoverBox_7zlkg_114 button{color:var(--c2);font-size:1.125rem;font-style:normal;font-weight:400;line-height:1.41994rem;transition:all .3s ease-in-out;text-decoration:none;padding:.5rem;border:none;background:transparent;cursor:pointer}._Header_7zlkg_1 ._LeftWrapper_7zlkg_19 nav ._developer_7zlkg_81 ._HoverBox_7zlkg_114 button:hover{scale:1.05;transform:translateY(-.2rem);color:var(--c1)}._Header_7zlkg_1 ._LeftWrapper_7zlkg_19 nav ._developer_7zlkg_81 ._HoverBox_7zlkg_114 button:hover svg path{fill:var(--c1)}._Header_7zlkg_1 ._LeftWrapper_7zlkg_19 ._MobileNav_7zlkg_158{position:fixed;z-index:8;top:0;right:0;display:none;z-index:999999;height:58.1875rem;height:100dvh;padding:8.0625rem 4.125rem 5.0625rem 3.125rem;flex-direction:column;align-items:center;flex-shrink:0;border-bottom:.488px solid rgba(255,255,255,.15);-webkit-backdrop-filter:blur(12.1875px);backdrop-filter:blur(12.1875px);gap:1rem;border-radius:3rem 0 0 3rem;background:url(/assets/Home2-DHLrt-Hp.webp);background-size:cover;width:0;opacity:0;transform:translate(20rem);transition:all ease-in-out .3s;transform-origin:right}@media (max-width: 631px){._Header_7zlkg_1 ._LeftWrapper_7zlkg_19 ._MobileNav_7zlkg_158{display:inline-flex}}._Header_7zlkg_1 ._LeftWrapper_7zlkg_19 ._MobileNav_7zlkg_158 ._MeetingButtonMob_7zlkg_188{margin-top:auto}._Header_7zlkg_1 ._LeftWrapper_7zlkg_19 ._MobileNav_7zlkg_158 i{position:absolute;top:1.5rem;left:1.5rem;transition:all ease .3s}._Header_7zlkg_1 ._LeftWrapper_7zlkg_19 ._MobileNav_7zlkg_158 i svg{transform:rotate(180deg)}._Header_7zlkg_1 ._LeftWrapper_7zlkg_19 ._MobileNav_7zlkg_158 i:hover{opacity:.9;transform:scale(.9)}._Header_7zlkg_1 ._LeftWrapper_7zlkg_19 ._MobileNav_7zlkg_158._Open_7zlkg_204{opacity:1;width:auto;transform:translate(0)}._Header_7zlkg_1 ._LeftWrapper_7zlkg_19 ._MobileNav_7zlkg_158 img{width:17.375rem;height:auto;flex-shrink:0;cursor:pointer;transition:all .3s ease-in-out;margin-bottom:2rem}._Header_7zlkg_1 ._LeftWrapper_7zlkg_19 ._MobileNav_7zlkg_158 img:hover{scale:1.05}._Header_7zlkg_1 ._LeftWrapper_7zlkg_19 ._MobileNav_7zlkg_158:after{width:1px;height:2.50019rem;content:"";position:absolute;top:50%;left:-2rem;transform:translateY(-50%);background:var(--b3)}._Header_7zlkg_1 ._LeftWrapper_7zlkg_19 ._MobileNav_7zlkg_158 a{color:var(--c11);font-size:1.525rem;font-style:normal;font-weight:400;line-height:1.41994rem;transition:all .3s ease-in-out;letter-spacing:.2rem;text-decoration:none;padding:.5rem;display:flex;padding:1.225rem 1.375rem;align-items:center;gap:.75rem;align-self:stretch;border-radius:.625rem}._Header_7zlkg_1 ._LeftWrapper_7zlkg_19 ._MobileNav_7zlkg_158 a svg{height:1.52rem;width:1.52rem}._Header_7zlkg_1 ._LeftWrapper_7zlkg_19 ._MobileNav_7zlkg_158 a:hover{scale:1.05;transform:translateY(-.2rem);color:var(--c1)}._Header_7zlkg_1 ._LeftWrapper_7zlkg_19 ._MobileNav_7zlkg_158 a:hover svg path{stroke:var(--c1)}._Header_7zlkg_1 ._LeftWrapper_7zlkg_19 ._MobileNav_7zlkg_158 a._active_7zlkg_78{color:var(--c2);border-radius:.625rem;background:var(--Frame-1618873097, linear-gradient(112deg, #f3721b 4.93%, #ff7236 256.79%))}._Header_7zlkg_1 ._LeftWrapper_7zlkg_19 ._MobileNav_7zlkg_158 a._active_7zlkg_78 svg path{stroke:var(--c2)}._Header_7zlkg_1 ._LeftWrapper_7zlkg_19 ._MobileNav_7zlkg_158 a._HidedAnchor_7zlkg_268{height:0;margin:0;padding:0;opacity:0;transition:all ease .3s;transform-origin:top center}._Header_7zlkg_1 ._LeftWrapper_7zlkg_19 ._MobileNav_7zlkg_158 a._HidedAnchor_7zlkg_268._Show_7zlkg_276{height:auto;opacity:1;padding:1.225rem 1.375rem}._Header_7zlkg_1 ._LeftWrapper_7zlkg_19 ._MobileNav_7zlkg_158 ._developerH_7zlkg_281{color:var(--c11);font-size:1.5125rem;font-style:normal;font-weight:400;line-height:1.41994rem;transition:all .3s ease-in-out;text-decoration:none;padding:1.225rem 1.375rem;display:flex;align-items:flex-start;gap:.75rem;position:relative;cursor:pointer;letter-spacing:.2rem}._Header_7zlkg_1 ._LeftWrapper_7zlkg_19 ._MobileNav_7zlkg_158 ._developerH_7zlkg_281:hover{scale:1.05;transform:translateY(-.2rem);color:var(--c1)}._Header_7zlkg_1 ._LeftWrapper_7zlkg_19 ._MobileNav_7zlkg_158 ._developerH_7zlkg_281:hover svg path{fill:var(--c1)}._Header_7zlkg_1 ._LeftWrapper_7zlkg_19 ._MobileNav_7zlkg_158 ._developerH_7zlkg_281 svg{height:1.52rem;width:1.52rem;transition:all .3s ease-in-out}._Header_7zlkg_1 ._LeftWrapper_7zlkg_19 ._MobileNav_7zlkg_158 ._developerH_7zlkg_281 svg path{transition:all .3s ease-in-out}._Header_7zlkg_1 ._LeftWrapper_7zlkg_19 ._MobileNav_7zlkg_158 ._developerH_7zlkg_281._active_7zlkg_78 svg{rotate:-180deg}._Header_7zlkg_1 ._ButtonWrapper_7zlkg_317{display:flex;align-items:center;gap:1.44rem}@media (max-width: 631px){._Header_7zlkg_1 ._ButtonWrapper_7zlkg_317 ._BtnReqMeeting_7zlkg_323{display:none}}._Header_7zlkg_1 ._ButtonWrapper_7zlkg_317 ._language_7zlkg_327{display:flex;padding:.37rem .76rem .37rem .63rem;justify-content:flex-end;align-items:center;width:auto;height:2.3rem;border-radius:.3rem;background:transparent;outline:none;color:var(--c2);font-size:1rem}@media (max-width: 931px){._Header_7zlkg_1 ._ButtonWrapper_7zlkg_317 ._language_7zlkg_327{display:none}}._Header_7zlkg_1 ._ButtonWrapper_7zlkg_317 ._language_7zlkg_327 option{color:var(--c1);background:var(--c4);font-family:var(--f4);font-size:1rem;font-style:normal;font-weight:400;line-height:1.85vh;text-align:center;border-radius:.2rem}._MobileNavFooter_7zlkg_357{position:absolute;bottom:0;height:10rem;z-index:10;width:100%;left:0;background-color:transparent;display:flex;align-items:flex-end;justify-content:space-around;padding-bottom:3rem}@media (min-width: 632px){._MobileNavFooter_7zlkg_357{display:none}}._MobileNavFooter_7zlkg_357 a{text-decoration:none}._MobileNavFooter_7zlkg_357 a,._MobileNavFooter_7zlkg_357 p{color:var(--c11);font-family:var(--f1);font-size:1.4125rem;font-style:normal;font-weight:500;line-height:1.25rem;letter-spacing:-.0175rem;display:flex;flex-direction:column;align-items:center;gap:.5rem;cursor:pointer;position:relative}._MobileNavFooter_7zlkg_357 a._active_7zlkg_78,._MobileNavFooter_7zlkg_357 p._active_7zlkg_78{color:var(--c1)}._MobileNavFooter_7zlkg_357 a._active_7zlkg_78:before,._MobileNavFooter_7zlkg_357 p._active_7zlkg_78:before{content:"";position:absolute;bottom:-2rem;width:100%;height:.7rem;background-color:var(--c1);border-radius:0 0 1rem 1rem}._MobileNavFooter_7zlkg_357 a._active_7zlkg_78 svg path,._MobileNavFooter_7zlkg_357 p._active_7zlkg_78 svg path{stroke:var(--c1)}._MobileNavFooter_7zlkg_357 a img,._MobileNavFooter_7zlkg_357 p img{height:8rem;width:8rem;border-radius:50%}._MobileNavFooter_7zlkg_357 a svg,._MobileNavFooter_7zlkg_357 p svg{height:3rem;width:3rem}._MobileNavFooter_7zlkg_357 ._LanguageOptions_7zlkg_423{position:relative}._MobileNavFooter_7zlkg_357 ._LanguageOptions_7zlkg_423._Active_7zlkg_426 ._Lang_7zlkg_423{transform:scale(1)}._MobileNavFooter_7zlkg_357 ._LanguageOptions_7zlkg_423._Active_7zlkg_426 ._Lang_7zlkg_423:nth-child(2){top:-5rem;right:1rem;background:var(--lg6)}._MobileNavFooter_7zlkg_357 ._LanguageOptions_7zlkg_423._Active_7zlkg_426 ._Lang_7zlkg_423:nth-child(3){top:-7rem;right:-3rem;background:var(--lg5);transition-duration:.4s}._MobileNavFooter_7zlkg_357 ._LanguageOptions_7zlkg_423._Active_7zlkg_426 ._Lang_7zlkg_423:nth-child(4){top:-4rem;right:-6rem;background:var(--lg4);transition-duration:.5s}._MobileNavFooter_7zlkg_357 ._LanguageOptions_7zlkg_423 ._Lang_7zlkg_423{position:absolute;top:0;right:0;transform:scale(0);padding:1rem;height:4rem;width:4rem;border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--c2);font-family:var(--f1);font-size:1.4125rem;font-style:normal;font-weight:500;line-height:1.25rem;letter-spacing:-.0175rem;transition:all ease-in-out .3s;transform-origin:center}._Marketing_1iccb_1{width:100%;display:flex;flex-direction:column;gap:4rem}._Marketing_1iccb_1 h2{color:var(--c3);font-family:var(--f2);font-size:3rem;font-style:normal;font-weight:700;line-height:3.6rem;letter-spacing:-.07838rem}@media (max-width: 631px){._Marketing_1iccb_1 h2{font-size:2.5rem}}._Marketing_1iccb_1 h2 span{color:var(--c1)}._Marketing_1iccb_1 ._Row1_1iccb_24{width:100%;height:calc(100vh - 7.5rem);height:auto;display:flex;flex-direction:column;align-items:center;padding:3rem 2rem;gap:4rem;position:relative;margin-bottom:4rem}._Marketing_1iccb_1 ._Row1_1iccb_24 ._TopSection_1iccb_36{width:100%;display:flex;align-items:center;justify-content:center;gap:5rem}@media (max-width: 631px){._Marketing_1iccb_1 ._Row1_1iccb_24 ._TopSection_1iccb_36{padding:0;flex-direction:column}}._Marketing_1iccb_1 ._Row1_1iccb_24 ._TopSection_1iccb_36 ._Left_1iccb_49{width:42.8125rem}._Marketing_1iccb_1 ._Row1_1iccb_24 ._TopSection_1iccb_36 ._Left_1iccb_49 ._CompanyButton_1iccb_52{width:12.125rem;height:3.0625rem;border-radius:6.25rem;margin-bottom:1.5rem;position:relative;overflow:hidden;z-index:1;padding:3px}@media (max-width: 631px){._Marketing_1iccb_1 ._Row1_1iccb_24 ._TopSection_1iccb_36 ._Left_1iccb_49 ._CompanyButton_1iccb_52{height:auto;width:max-content}}._Marketing_1iccb_1 ._Row1_1iccb_24 ._TopSection_1iccb_36 ._Left_1iccb_49 ._CompanyButton_1iccb_52:after{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%) rotate(-40deg);content:"";width:10%;height:390%;background:var(--lg3);transition:all .3s ease-in-out;z-index:-1;display:none}@keyframes _rotate_1iccb_1{0%{transform:translate(-50%,-50%) rotate(-40deg)}to{transform:translate(-50%,-50%) rotate(360deg)}}._Marketing_1iccb_1 ._Row1_1iccb_24 ._TopSection_1iccb_36 ._Left_1iccb_49 ._CompanyButton_1iccb_52 ._CompanyButtonInner_1iccb_89{width:100%;height:100%;border-radius:6.25rem;background:#f47b2a0d;display:flex;justify-content:center;align-items:center;gap:.75rem}@media (max-width: 631px){._Marketing_1iccb_1 ._Row1_1iccb_24 ._TopSection_1iccb_36 ._Left_1iccb_49 ._CompanyButton_1iccb_52 ._CompanyButtonInner_1iccb_89{padding:1rem 2rem}}._Marketing_1iccb_1 ._Row1_1iccb_24 ._TopSection_1iccb_36 ._Left_1iccb_49 ._CompanyButton_1iccb_52 ._CompanyButtonInner_1iccb_89 svg{width:1.5rem;height:1.5rem;flex-shrink:0}._Marketing_1iccb_1 ._Row1_1iccb_24 ._TopSection_1iccb_36 ._Left_1iccb_49 ._CompanyButton_1iccb_52 ._CompanyButtonInner_1iccb_89 svg path{fill:var(--c1)}._Marketing_1iccb_1 ._Row1_1iccb_24 ._TopSection_1iccb_36 ._Left_1iccb_49 ._CompanyButton_1iccb_52 ._CompanyButtonInner_1iccb_89 h1{color:var(--c1);font-size:1rem;font-style:normal;font-weight:500;line-height:1.62rem}@media (max-width: 631px){._Marketing_1iccb_1 ._Row1_1iccb_24 ._TopSection_1iccb_36 ._Left_1iccb_49 ._CompanyButton_1iccb_52 ._CompanyButtonInner_1iccb_89 h1{font-size:1.3125rem}}._Marketing_1iccb_1 ._Row1_1iccb_24 ._TopSection_1iccb_36 ._Left_1iccb_49 ._HireHeading_1iccb_125{margin-bottom:2rem}._Marketing_1iccb_1 ._Row1_1iccb_24 ._TopSection_1iccb_36 ._Left_1iccb_49 ._HireHeading_1iccb_125 h1{color:#2f2f2f;font-family:var(--f2);font-size:3.5rem;font-style:normal;font-weight:700;line-height:4.31144rem;letter-spacing:-.07838rem}._Marketing_1iccb_1 ._Row1_1iccb_24 ._TopSection_1iccb_36 ._Left_1iccb_49 ._HireHeading_1iccb_125 span{color:var(--c1);font-family:var(--f2);font-size:3.5rem;font-style:normal;font-weight:700;line-height:4.31144rem;letter-spacing:-.07838rem}._Marketing_1iccb_1 ._Row1_1iccb_24 ._TopSection_1iccb_36 ._Left_1iccb_49 ._Para_1iccb_146{margin-bottom:2.66rem}._Marketing_1iccb_1 ._Row1_1iccb_24 ._TopSection_1iccb_36 ._Left_1iccb_49 ._Para_1iccb_146 p{width:30.9375rem;height:3.5625rem;color:#313131;font-size:1.125rem;font-style:normal;font-weight:300;line-height:1.81469rem}@media (max-width: 631px){._Marketing_1iccb_1 ._Row1_1iccb_24 ._TopSection_1iccb_36 ._Left_1iccb_49 ._Para_1iccb_146 p{font-size:1.3125rem}}._Marketing_1iccb_1 ._Row1_1iccb_24 ._TopSection_1iccb_36 ._Left_1iccb_49 ._CamImg_1iccb_163 img{height:8rem;width:auto}._Marketing_1iccb_1 ._Row1_1iccb_24 ._TopSection_1iccb_36 ._Right_1iccb_167{width:40.02525rem;height:auto}@media (max-width: 631px){._Marketing_1iccb_1 ._Row1_1iccb_24 ._TopSection_1iccb_36 ._Right_1iccb_167{position:relative;padding-bottom:5rem}._Marketing_1iccb_1 ._Row1_1iccb_24 ._TopSection_1iccb_36 ._Right_1iccb_167 button{position:absolute;bottom:1.5rem}}._Marketing_1iccb_1 ._Row1_1iccb_24 ._TopSection_1iccb_36 ._Right_1iccb_167 h2{color:var(--c3);font-family:var(--f2);font-size:3rem;font-style:normal;font-weight:600;line-height:3.99rem;letter-spacing:-.07838rem;margin-bottom:3rem}._Marketing_1iccb_1 ._Row1_1iccb_24 ._TopSection_1iccb_36 ._Right_1iccb_167 h2 span{color:var(--c1)}._Marketing_1iccb_1 ._Row1_1iccb_24 ._TopSection_1iccb_36 ._Right_1iccb_167 ._FromWrapper_1iccb_194{width:100%;display:flex;flex-direction:column;align-items:center;gap:1.25rem;margin-bottom:3rem}._Marketing_1iccb_1 ._Row1_1iccb_24 ._TopSection_1iccb_36 ._Right_1iccb_167 ._FromWrapper_1iccb_194 ._InputWrapper_1iccb_202{width:100%;display:flex;align-items:center;gap:.5rem}._Marketing_1iccb_1 ._Row1_1iccb_24 ._TopSection_1iccb_36 ._Right_1iccb_167 ._FromWrapper_1iccb_194 ._InputWrapper_1iccb_202 input{width:100%;height:3.625rem;border-radius:.9375rem;border:1.5px solid rgba(217,217,217,.63);background:transparent;outline:none;color:#000;font-family:Inter;font-size:1rem;font-style:normal;font-weight:500;line-height:normal;padding:0 1.9rem}@media (max-width: 631px){._Marketing_1iccb_1 ._Row1_1iccb_24 ._TopSection_1iccb_36 ._Right_1iccb_167 ._FromWrapper_1iccb_194 ._InputWrapper_1iccb_202 input{font-size:1.3125rem}}._Marketing_1iccb_1 ._Row1_1iccb_24 ._TopSection_1iccb_36 ._Right_1iccb_167 ._FromWrapper_1iccb_194 ._InputWrapper_1iccb_202 input::placeholder{color:#000000bf}._Marketing_1iccb_1 ._Row1_1iccb_24 ._TopSection_1iccb_36 ._Asset1_1iccb_231{width:29.5625rem;height:34.918rem;position:absolute;left:-4rem;top:-10rem}@media (max-width: 631px){._Marketing_1iccb_1 ._Row1_1iccb_24 ._TopSection_1iccb_36 ._Asset1_1iccb_231{display:none}}._Marketing_1iccb_1 ._Row1_1iccb_24 ._TopSection_1iccb_36 ._Asset1_1iccb_231 svg{height:100%;width:100%}._Marketing_1iccb_1 ._Row1_1iccb_24 ._TopSection_1iccb_36 ._Asset2_1iccb_247{width:29.5625rem;height:34.918rem;position:absolute;right:-4rem;top:10rem}@media (max-width: 631px){._Marketing_1iccb_1 ._Row1_1iccb_24 ._TopSection_1iccb_36 ._Asset2_1iccb_247{top:-7rem}}._Marketing_1iccb_1 ._Row1_1iccb_24 ._TopSection_1iccb_36 ._Asset2_1iccb_247 svg{height:100%;width:100%}._Marketing_1iccb_1 ._Row1_1iccb_24 ._TrustPilotRating_1iccb_263{display:flex;align-items:center;justify-content:center;gap:1rem;margin-bottom:2rem}._Marketing_1iccb_1 ._Row1_1iccb_24 ._TrustPilotRating_1iccb_263 img{width:25.1875rem;height:6.47913rem;flex-shrink:0}@media (max-width: 631px){._Marketing_1iccb_1 ._Row1_1iccb_24 ._TrustPilotRating_1iccb_263 img{width:15rem}}._Marketing_1iccb_1 ._Row1_1iccb_24 ._TrustPilotRating_1iccb_263 ._Line_1iccb_280{margin-right:2rem;height:3.53125rem}._Marketing_1iccb_1 ._Row1_1iccb_24 ._TrustPilotRating_1iccb_263 ._Line_1iccb_280 svg{height:100%}._Marketing_1iccb_1 ._Row1_1iccb_24 ._TrustPilotRating_1iccb_263 ._Row_1iccb_24{display:flex;align-items:flex-end;gap:4rem}@media (max-width: 631px){._Marketing_1iccb_1 ._Row1_1iccb_24 ._TrustPilotRating_1iccb_263 ._Row_1iccb_24{gap:1rem}}._Marketing_1iccb_1 ._Row1_1iccb_24 ._TrustPilotRating_1iccb_263 ._Ratings_1iccb_297{display:flex;flex-direction:column;gap:.3rem}._Marketing_1iccb_1 ._Row1_1iccb_24 ._TrustPilotRating_1iccb_263 ._Ratings_1iccb_297 h3{color:var(--b9);font-family:var(--f5);font-size:1.24944rem;font-style:normal;font-weight:400;line-height:normal}._Marketing_1iccb_1 ._Row1_1iccb_24 ._TrustPilotRating_1iccb_263 ._Ratings_1iccb_297 ._Icons_1iccb_310{display:flex;align-items:center;gap:.2rem}._Marketing_1iccb_1 ._Row1_1iccb_24 ._TrustPilotRating_1iccb_263 ._Ratings_1iccb_297 ._Icons_1iccb_310 svg{width:2.39194rem;height:2.39194rem;flex-shrink:0}._Marketing_1iccb_1 ._Row1_1iccb_24 ._TrustPilotRating_1iccb_263 ._Ratings_1iccb_297 ._Icons_1iccb_310 p{color:var(--c20);text-align:center;font-family:var(--f5);font-size:1.121rem;font-style:normal;font-weight:400;line-height:normal}._Marketing_1iccb_1 ._Row1_1iccb_24 ._TrustPilotRating_1iccb_263 ._Ratings_1iccb_297 ._Icons_1iccb_310 ._Info_1iccb_329{width:1.28631rem;height:1.28631rem;flex-shrink:0}._Marketing_1iccb_1 ._Row1_1iccb_24 ._TrustPilotRating_1iccb_263 ._Ratings_1iccb_297 ._Icons_1iccb_310 ._Info_1iccb_329 svg{height:100%;width:100%}._Marketing_1iccb_1 ._Row1_1iccb_24 ._TrustPilotRating_1iccb_263 button{display:flex;width:13.6875rem;height:2.3125rem;padding:.26775rem;justify-content:center;align-items:center;gap:.26775rem;flex-shrink:0;border-radius:.16063rem;background:var(--c21);border:none;color:var(--c2);text-align:center;font-family:var(--f6);font-size:.88538rem;font-style:normal;font-weight:600;line-height:normal;text-transform:capitalize}@media (max-width: 631px){._Marketing_1iccb_1 ._Row1_1iccb_24 ._TrustPilotRating_1iccb_263 button{width:11rem}}._Marketing_1iccb_1 ._Row1_1iccb_24 ._TrustPilotRating_1iccb_263 button svg{width:1.17806rem;height:1.17806rem;flex-shrink:0}._Marketing_1iccb_1 ._Row1_1iccb_24 ._BottomSection_1iccb_369{display:flex;align-items:center;flex-direction:column;gap:1.2rem}@media (max-width: 631px){._Marketing_1iccb_1 ._Row1_1iccb_24 ._BottomSection_1iccb_369{gap:3rem}}._Marketing_1iccb_1 ._Row1_1iccb_24 ._BottomSection_1iccb_369 h3{color:#313131;font-size:2.25rem;font-style:normal;font-weight:600;line-height:2.38rem;letter-spacing:-.0425rem}._Marketing_1iccb_1 ._Row1_1iccb_24 ._BottomSection_1iccb_369 ._PartnersContainer_1iccb_388{width:86.29381rem;height:10.42438rem;display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:3.2rem;row-gap:.5rem}@media (max-width: 631px){._Marketing_1iccb_1 ._Row1_1iccb_24 ._BottomSection_1iccb_369 ._PartnersContainer_1iccb_388{width:90%;height:auto;row-gap:2rem}}._Marketing_1iccb_1 ._Row1_1iccb_24 ._BottomSection_1iccb_369 ._PartnersContainer_1iccb_388 img:nth-child(1){width:6.53963rem;height:4.64038rem}@media (max-width: 631px){._Marketing_1iccb_1 ._Row1_1iccb_24 ._BottomSection_1iccb_369 ._PartnersContainer_1iccb_388 img:nth-child(1){height:4rem;width:4rem}}._Marketing_1iccb_1 ._Row1_1iccb_24 ._BottomSection_1iccb_369 ._PartnersContainer_1iccb_388 img:nth-child(2){width:9.96769rem;height:4.64038rem}@media (max-width: 631px){._Marketing_1iccb_1 ._Row1_1iccb_24 ._BottomSection_1iccb_369 ._PartnersContainer_1iccb_388 img:nth-child(2){height:8rem;width:8rem}}._Marketing_1iccb_1 ._Row1_1iccb_24 ._BottomSection_1iccb_369 ._PartnersContainer_1iccb_388 img:nth-child(3){width:5.70206rem;height:4.64038rem}@media (max-width: 631px){._Marketing_1iccb_1 ._Row1_1iccb_24 ._BottomSection_1iccb_369 ._PartnersContainer_1iccb_388 img:nth-child(3){height:7rem;width:9rem}}._Marketing_1iccb_1 ._Row1_1iccb_24 ._BottomSection_1iccb_369 ._PartnersContainer_1iccb_388 img:nth-child(4){width:5.53963rem;height:5.64038rem}@media (max-width: 631px){._Marketing_1iccb_1 ._Row1_1iccb_24 ._BottomSection_1iccb_369 ._PartnersContainer_1iccb_388 img:nth-child(4){height:6rem;width:9rem}}._Marketing_1iccb_1 ._Row1_1iccb_24 ._BottomSection_1iccb_369 ._PartnersContainer_1iccb_388 img:nth-child(5){width:6.41881rem;height:4.64038rem}._Marketing_1iccb_1 ._Row1_1iccb_24 ._BottomSection_1iccb_369 ._PartnersContainer_1iccb_388 img:nth-child(6){width:12.41881rem;height:4.64038rem}@media (max-width: 631px){._Marketing_1iccb_1 ._Row1_1iccb_24 ._BottomSection_1iccb_369 ._PartnersContainer_1iccb_388 img:nth-child(6){height:4rem;width:4rem}}._Marketing_1iccb_1 ._Row1_1iccb_24 ._BottomSection_1iccb_369 ._PartnersContainer_1iccb_388 img:nth-child(7){width:9.96769rem;height:4.64038rem}@media (max-width: 631px){._Marketing_1iccb_1 ._Row1_1iccb_24 ._BottomSection_1iccb_369 ._PartnersContainer_1iccb_388 img:nth-child(7){height:8rem;width:9rem}}._Marketing_1iccb_1 ._Row1_1iccb_24 ._BottomSection_1iccb_369 ._PartnersContainer_1iccb_388 img:nth-child(8){width:9.00963rem;height:4.64038rem}@media (max-width: 631px){._Marketing_1iccb_1 ._Row1_1iccb_24 ._BottomSection_1iccb_369 ._PartnersContainer_1iccb_388 img:nth-child(8){height:6rem;width:6rem}}._Marketing_1iccb_1 ._Row1_1iccb_24 ._BottomSection_1iccb_369 ._PartnersContainer_1iccb_388 img:nth-child(9){width:12.49706rem;height:4.64038rem}._Marketing_1iccb_1 ._Row1_1iccb_24 ._BottomSection_1iccb_369 ._PartnersContainer_1iccb_388 img:nth-child(10){width:10.53963rem;height:4.64038rem}._Marketing_1iccb_1 ._Row1_1iccb_24 ._BottomSection_1iccb_369 ._PartnersContainer_1iccb_388 img:nth-child(11){width:8.95981rem;height:4.17838rem}._Marketing_1iccb_1 ._Row1_1iccb_24 ._BottomSection_1iccb_369 ._PartnersContainer_1iccb_388 img:nth-child(12){width:7.875rem;height:4.29938rem}@media (max-width: 631px){._Marketing_1iccb_1 ._Row1_1iccb_24 ._BottomSection_1iccb_369 ._PartnersContainer_1iccb_388 img{height:4rem;width:auto}}._Marketing_1iccb_1 ._Row1_1iccb_24 ._BottomSection_1iccb_369 ._PartnersContainer_1iccb_388 img{object-fit:contain}._Marketing_1iccb_1 ._Row3_1iccb_504{margin:6rem;display:flex;flex-direction:column;align-items:center;gap:2rem;position:relative}@media (max-width: 631px){._Marketing_1iccb_1 ._Row3_1iccb_504{width:100%;margin:0;padding:2rem}}._Marketing_1iccb_1 ._Row3_1iccb_504 ._Top_1iccb_36{display:flex;flex-direction:column;align-items:center;gap:1rem}@media (max-width: 631px){._Marketing_1iccb_1 ._Row3_1iccb_504 ._Top_1iccb_36{width:100%;align-items:flex-start;margin-bottom:3rem}}._Marketing_1iccb_1 ._Row3_1iccb_504 ._Top_1iccb_36 p{color:var(--b7);text-align:center;font-family:var(--f1);font-size:1.125rem;font-style:normal;font-weight:400;line-height:normal}._Marketing_1iccb_1 ._Row3_1iccb_504 ._Table_1iccb_541{display:flex;justify-content:center;border-radius:2.73938rem;background:var(--c2);width:86.125rem;height:27.28388rem;box-shadow:0 3.506px 43.83px #00000014}@media (max-width: 631px){._Marketing_1iccb_1 ._Row3_1iccb_504 ._Table_1iccb_541{width:100%}}._Marketing_1iccb_1 ._Row3_1iccb_504 ._Table_1iccb_541 ._Asset1_1iccb_231{width:37.5625rem;height:34.918rem;position:absolute;left:-4rem;top:-10rem;z-index:-1}@media (max-width: 631px){._Marketing_1iccb_1 ._Row3_1iccb_504 ._Table_1iccb_541 ._Asset1_1iccb_231{display:none}}._Marketing_1iccb_1 ._Row3_1iccb_504 ._Table_1iccb_541 ._Asset1_1iccb_231 svg{height:100%;width:100%}._Marketing_1iccb_1 ._Row3_1iccb_504 ._Table_1iccb_541 ._Asset2_1iccb_247{width:29.5625rem;height:34.918rem;position:absolute;right:-4rem;top:10rem}@media (max-width: 631px){._Marketing_1iccb_1 ._Row3_1iccb_504 ._Table_1iccb_541 ._Asset2_1iccb_247{top:-7rem;display:none}}._Marketing_1iccb_1 ._Row3_1iccb_504 ._Table_1iccb_541 ._Asset2_1iccb_247 svg{height:100%;width:100%}._Marketing_1iccb_1 ._Row3_1iccb_504 ._Table_1iccb_541 ._Col1_1iccb_589,._Marketing_1iccb_1 ._Row3_1iccb_504 ._Table_1iccb_541 ._Col2_1iccb_590,._Marketing_1iccb_1 ._Row3_1iccb_504 ._Table_1iccb_541 ._Col3_1iccb_591,._Marketing_1iccb_1 ._Row3_1iccb_504 ._Table_1iccb_541 ._Col4_1iccb_592{padding:0 3.5rem;display:flex;flex-direction:column;justify-content:space-evenly}@media (max-width: 631px){._Marketing_1iccb_1 ._Row3_1iccb_504 ._Table_1iccb_541 ._Col1_1iccb_589,._Marketing_1iccb_1 ._Row3_1iccb_504 ._Table_1iccb_541 ._Col2_1iccb_590,._Marketing_1iccb_1 ._Row3_1iccb_504 ._Table_1iccb_541 ._Col3_1iccb_591,._Marketing_1iccb_1 ._Row3_1iccb_504 ._Table_1iccb_541 ._Col4_1iccb_592{padding:0 1.5rem}._Marketing_1iccb_1 ._Row3_1iccb_504 ._Table_1iccb_541 ._Col1_1iccb_589 p,._Marketing_1iccb_1 ._Row3_1iccb_504 ._Table_1iccb_541 ._Col2_1iccb_590 p,._Marketing_1iccb_1 ._Row3_1iccb_504 ._Table_1iccb_541 ._Col3_1iccb_591 p,._Marketing_1iccb_1 ._Row3_1iccb_504 ._Table_1iccb_541 ._Col4_1iccb_592 p{max-width:8rem}}._Marketing_1iccb_1 ._Row3_1iccb_504 ._Table_1iccb_541 ._Col2_1iccb_590{position:relative;background:var(--c13)}._Marketing_1iccb_1 ._Row3_1iccb_504 ._Table_1iccb_541 ._Col2_1iccb_590 p{color:var(--c2)}._Marketing_1iccb_1 ._Row3_1iccb_504 ._Table_1iccb_541 ._Col2_1iccb_590 ._LogoBg_1iccb_619{height:max-content;position:absolute;right:70%;top:-15%;width:20rem}._Marketing_1iccb_1 ._Row3_1iccb_504 ._Table_1iccb_541 ._Col2_1iccb_590 ._LogoBg_1iccb_619 svg{width:100%;height:10rem}@media (max-width: 631px){._Marketing_1iccb_1 ._Row3_1iccb_504 ._Table_1iccb_541 ._Col2_1iccb_590 ._LogoBg_1iccb_619{top:-18%;right:50%}}._Marketing_1iccb_1 ._Row3_1iccb_504 ._Table_1iccb_541 p{color:var(--c12);font-family:var(--f1);font-size:1.5rem;font-style:normal;font-weight:400;line-height:normal}@media (max-width: 631px){._Marketing_1iccb_1 ._Row3_1iccb_504 ._Table_1iccb_541 p{font-size:1.34rem}}._Marketing_1iccb_1 ._Row6_1iccb_649{display:inline-flex;align-items:center;justify-content:center;gap:8.375rem}@media (max-width: 631px){._Marketing_1iccb_1 ._Row6_1iccb_649{width:100%;flex-direction:column-reverse;gap:3rem;padding:3rem}}._Marketing_1iccb_1 ._Row6_1iccb_649 ._Left_1iccb_49{width:33.8125rem;height:28.90738rem}@media (max-width: 631px){._Marketing_1iccb_1 ._Row6_1iccb_649 ._Left_1iccb_49{width:90%;height:auto}}._Marketing_1iccb_1 ._Row6_1iccb_649 ._Left_1iccb_49 img{width:33.8125rem;height:28.90738rem}@media (max-width: 631px){._Marketing_1iccb_1 ._Row6_1iccb_649 ._Left_1iccb_49 img{width:100%;height:auto}}._Marketing_1iccb_1 ._Row6_1iccb_649 ._Right_1iccb_167{display:flex;width:42.875rem;flex-direction:column;align-items:flex-start;gap:2.0625rem}@media (max-width: 631px){._Marketing_1iccb_1 ._Row6_1iccb_649 ._Right_1iccb_167{width:100%}}._Marketing_1iccb_1 ._Row6_1iccb_649 ._Right_1iccb_167 p{width:90%;color:#060606;font-family:Inter;font-size:1.125rem;font-style:normal;font-weight:400;line-height:1.755rem}._Marketing_1iccb_1 ._Row7_1iccb_704{padding-bottom:16rem}@media (max-width: 631px){._Marketing_1iccb_1 ._Row7_1iccb_704{padding-bottom:3rem}}._Marketing_1iccb_1 ._Row10_1iccb_712{margin-bottom:3rem;width:100%;height:57.5rem;background-color:var(--c2);position:relative;z-index:1;display:flex;align-items:center;justify-content:center}@media (max-width: 631px){._Marketing_1iccb_1 ._Row10_1iccb_712{padding:3rem;height:auto}}._Marketing_1iccb_1 ._Row10_1iccb_712 h2{color:var(--c3);text-align:center;font-family:var(--f2);font-size:3.5rem;font-style:normal;font-weight:700;line-height:3.99rem;letter-spacing:-.07rem}@media (max-width: 631px){._Marketing_1iccb_1 ._Row10_1iccb_712 h2{display:none}}._Marketing_1iccb_1 ._Row10_1iccb_712 h2 span{color:var(--c1)}._Marketing_1iccb_1 ._Row10_1iccb_712 p{color:var(--c3);font-size:1rem;font-style:normal;font-weight:500;line-height:1.62rem;text-align:start}._Marketing_1iccb_1 ._Row10_1iccb_712 ._MobileH2_1iccb_754{display:none;color:var(--c3);text-align:center;font-family:var(--f2);font-size:3.5rem;font-style:normal;font-weight:700;line-height:3.99rem;letter-spacing:-.07rem}@media (max-width: 631px){._Marketing_1iccb_1 ._Row10_1iccb_712 ._MobileH2_1iccb_754{display:block;text-align:start}}._Marketing_1iccb_1 ._Row10_1iccb_712 ._MobileH2_1iccb_754 span{color:var(--c1)}._Marketing_1iccb_1 ._Row10_1iccb_712 ._Bg1_1iccb_779{width:48.625rem;height:49.19763rem;position:absolute;z-index:-1;top:50%;left:0;transform:translateY(-50%)}._Marketing_1iccb_1 ._Row10_1iccb_712 ._Bg1_1iccb_779 svg{width:100%;height:100%}@media (max-width: 631px){._Marketing_1iccb_1 ._Row10_1iccb_712 ._Bg1_1iccb_779{top:0;transform:translateY(0)}}._Marketing_1iccb_1 ._Row10_1iccb_712 ._Content_1iccb_798{width:88.1875rem;height:49.5625rem;display:flex;flex-direction:column;justify-content:space-between;position:relative}@media (max-width: 631px){._Marketing_1iccb_1 ._Row10_1iccb_712 ._Content_1iccb_798{width:100%;height:auto;gap:3rem}}._Marketing_1iccb_1 ._Row10_1iccb_712 ._Content_1iccb_798 ._Logo_1iccb_619{position:absolute;width:33.63081rem;height:8.26138rem;top:11rem;left:6rem}@media (max-width: 631px){._Marketing_1iccb_1 ._Row10_1iccb_712 ._Content_1iccb_798 ._Logo_1iccb_619{top:-2rem;left:15rem}}._Marketing_1iccb_1 ._Row10_1iccb_712 ._Content_1iccb_798 ._Logo_1iccb_619 svg{height:100%;width:100%;object-fit:contain}._Marketing_1iccb_1 ._Row10_1iccb_712 ._Content_1iccb_798 ._Columns_1iccb_831{display:flex;align-items:center;justify-content:flex-end;gap:2.5rem;margin-bottom:2rem}@media (max-width: 631px){._Marketing_1iccb_1 ._Row10_1iccb_712 ._Content_1iccb_798 ._Columns_1iccb_831{flex-direction:column;align-items:flex-start;gap:.5rem}}._Marketing_1iccb_1 ._Row10_1iccb_712 ._Content_1iccb_798 ._Columns_1iccb_831 ._Col_1iccb_589{width:14rem;height:auto;flex-shrink:0;display:grid;grid-template-columns:1fr;place-items:center;gap:2rem;margin-bottom:2rem;padding:0 .61rem}@media (max-width: 631px){._Marketing_1iccb_1 ._Row10_1iccb_712 ._Content_1iccb_798 ._Columns_1iccb_831 ._Col_1iccb_589{width:100%;display:flex;align-items:center;gap:0rem}}._Marketing_1iccb_1 ._Row10_1iccb_712 ._Content_1iccb_798 ._Columns_1iccb_831 ._Col_1iccb_589 ._Letter_1iccb_864{display:flex;width:11.5rem;height:11.5rem;justify-content:center;align-items:center;flex-shrink:0;border-radius:50%;transform:translate(-2rem)}._Marketing_1iccb_1 ._Row10_1iccb_712 ._Content_1iccb_798 ._Columns_1iccb_831 ._Col_1iccb_589 ._Letter_1iccb_864 img{width:100%;height:100%}._Marketing_1iccb_1 ._Row10_1iccb_712 ._Content_1iccb_798 ._Columns_1iccb_831 ._Col_1iccb_589 ._Box_1iccb_878{width:100%;height:11rem;padding:1rem .5rem;position:relative}@media (max-width: 631px){._Marketing_1iccb_1 ._Row10_1iccb_712 ._Content_1iccb_798 ._Columns_1iccb_831 ._Col_1iccb_589 ._Box_1iccb_878{padding-top:2rem}._Marketing_1iccb_1 ._Row10_1iccb_712 ._Content_1iccb_798 ._Columns_1iccb_831 ._Col_1iccb_589 ._Box_1iccb_878:nth-child(1){display:none}}._Marketing_1iccb_1 ._Row10_1iccb_712 ._Content_1iccb_798 ._Columns_1iccb_831 ._Col_1iccb_589 ._Box_1iccb_878 ._Bg_1iccb_779{width:11.5rem;height:2.9375rem;position:absolute;top:0;right:1rem;border-radius:0rem .5rem 0rem 0rem;border-top:1px solid var(--c3);border-right:1px solid var(--c3)}@media (max-width: 631px){._Marketing_1iccb_1 ._Row10_1iccb_712 ._Content_1iccb_798 ._Columns_1iccb_831 ._Col_1iccb_589 ._Box_1iccb_878 ._Bg_1iccb_779{width:100%}}._Marketing_1iccb_1 ._Row10_1iccb_712 ._Content_1iccb_798 ._Columns_1iccb_831 ._Col_1iccb_589 ._Box_1iccb_878 h5{width:10.65rem;width:100%;color:var(--c3);font-family:var(--f2);font-size:1.1875rem;font-style:normal;font-weight:600;line-height:1.5625rem;margin-bottom:.3rem}@media (max-width: 631px){._Marketing_1iccb_1 ._Row10_1iccb_712 ._Content_1iccb_798 ._Columns_1iccb_831 ._Col_1iccb_589 ._Box_1iccb_878 h5{font-size:1.3125rem;width:100%}}._Marketing_1iccb_1 ._Row10_1iccb_712 ._Content_1iccb_798 ._Columns_1iccb_831 ._Col_1iccb_589 ._Box_1iccb_878 p{width:10.65rem;color:var(--c3);font-family:var(--f1);font-size:1rem;font-style:normal;font-weight:400;line-height:1.5625rem}@media (max-width: 631px){._Marketing_1iccb_1 ._Row10_1iccb_712 ._Content_1iccb_798 ._Columns_1iccb_831 ._Col_1iccb_589 ._Box_1iccb_878 p{font-size:1.3125rem;width:100%}}._Marketing_1iccb_1 ._Row10_1iccb_712 ._Content_1iccb_798 ._Columns_1iccb_831 ._ColMob_1iccb_939{display:none}@media (max-width: 631px){._Marketing_1iccb_1 ._Row10_1iccb_712 ._Content_1iccb_798 ._Columns_1iccb_831 ._ColMob_1iccb_939{width:100%;display:flex}}._Marketing_1iccb_1 ._Row10_1iccb_712 ._Content_1iccb_798 ._Columns_1iccb_831 ._ColMob_1iccb_939 ._Letter_1iccb_864{display:flex;width:11.5rem;height:11.5rem;justify-content:center;align-items:center;flex-shrink:0;border-radius:50%;transform:translate(-2rem)}._Marketing_1iccb_1 ._Row10_1iccb_712 ._Content_1iccb_798 ._Columns_1iccb_831 ._ColMob_1iccb_939 ._Letter_1iccb_864 img{width:100%;height:100%}._Marketing_1iccb_1 ._Row10_1iccb_712 ._Content_1iccb_798 ._Columns_1iccb_831 ._ColMob_1iccb_939 ._Box_1iccb_878{flex:1;height:11rem;padding:1rem .5rem;position:relative}@media (max-width: 631px){._Marketing_1iccb_1 ._Row10_1iccb_712 ._Content_1iccb_798 ._Columns_1iccb_831 ._ColMob_1iccb_939 ._Box_1iccb_878{padding-top:2rem;height:auto}}._Marketing_1iccb_1 ._Row10_1iccb_712 ._Content_1iccb_798 ._Columns_1iccb_831 ._ColMob_1iccb_939 ._Box_1iccb_878 ._Bg_1iccb_779{width:11.5rem;height:2.9375rem;position:absolute;top:0;right:1rem;border-radius:0rem .5rem 0rem 0rem;border-top:1px solid var(--c3);border-right:1px solid var(--c3)}@media (max-width: 631px){._Marketing_1iccb_1 ._Row10_1iccb_712 ._Content_1iccb_798 ._Columns_1iccb_831 ._ColMob_1iccb_939 ._Box_1iccb_878 ._Bg_1iccb_779{width:100%}}._Marketing_1iccb_1 ._Row10_1iccb_712 ._Content_1iccb_798 ._Columns_1iccb_831 ._ColMob_1iccb_939 ._Box_1iccb_878 h5{width:10.65rem;width:100%;color:var(--c3);font-family:var(--f2);font-size:1.1875rem;font-style:normal;font-weight:600;line-height:1.5625rem;margin-bottom:.3rem}._Marketing_1iccb_1 ._Row10_1iccb_712 ._Content_1iccb_798 ._Columns_1iccb_831 ._ColMob_1iccb_939 ._Box_1iccb_878 p{width:10.65rem;color:var(--c3);font-family:var(--f1);font-size:1rem;font-style:normal;font-weight:400;line-height:1.5625rem}@media (max-width: 631px){._Marketing_1iccb_1 ._Row10_1iccb_712 ._Content_1iccb_798 ._Columns_1iccb_831 ._ColMob_1iccb_939 ._Box_1iccb_878 p{font-size:1.3125rem;width:100%}}._Row5_1iccb_1016{display:flex;flex-direction:column;align-items:center;gap:4rem}@media (max-width: 631px){._Row5_1iccb_1016{width:100%;padding:3rem}}._Row5_1iccb_1016 h2{width:73.5625rem;text-align:center;font-size:3.125rem}@media (max-width: 631px){._Row5_1iccb_1016 h2{width:100%;text-align:start}}._Row5_1iccb_1016 ._Hiring_1iccb_1039{width:75.9375rem;height:auto;flex-shrink:0;border-radius:1.81813rem;background:#fff;box-shadow:0 3.879px 67.574px #0000001a;padding:1.5rem 1rem 1rem}@media (max-width: 631px){._Row5_1iccb_1016 ._Hiring_1iccb_1039{width:100%}}._Row5_1iccb_1016 ._Heading_1iccb_1053,._Row5_1iccb_1016 ._Row_1iccb_24{display:flex}._Row5_1iccb_1016 ._Heading_1iccb_1053>div,._Row5_1iccb_1016 ._Row_1iccb_24>div{flex:1;flex-shrink:0;padding:0 2rem}@media (max-width: 631px){._Row5_1iccb_1016 ._Heading_1iccb_1053>div,._Row5_1iccb_1016 ._Row_1iccb_24>div{padding:0 1.2rem}}._Row5_1iccb_1016 ._Row_1iccb_24>div{padding:1rem 2rem}@media (max-width: 631px){._Row5_1iccb_1016 ._Row_1iccb_24>div{padding:1.2rem}}._Row5_1iccb_1016 ._Heading_1iccb_1053 div{color:#173b3f;font-family:Inter;font-size:1.09088rem;font-style:normal;font-weight:700;line-height:1.51513rem}._Row5_1iccb_1016 ._Heading_1iccb_1053 div:nth-child(2){display:inline-flex;height:3.93931rem;align-items:center;border-radius:.60606rem 0rem 0rem;background:#f7f7f7}._Row5_1iccb_1016 ._Heading_1iccb_1053 div:nth-child(3){display:inline-flex;height:3.93931rem;align-items:center;border-radius:0rem .60606rem 0rem 0rem;background:var(--Frame-1618873097, linear-gradient(112deg, #f3721b 4.93%, #ff7236 256.79%));color:#fff}._Row5_1iccb_1016 ._Row_1iccb_24 ._Head_1iccb_1053{color:#3d3d3d;font-family:Inter;font-size:1.33331rem;font-style:normal;font-weight:700;line-height:1.87875rem}._Row5_1iccb_1016 ._Row_1iccb_24 ._Content_1iccb_798{display:flex;align-items:flex-start;gap:.5rem}._Row5_1iccb_1016 ._Row_1iccb_24 ._Content_1iccb_798 svg{width:.84844rem;height:.84844rem;flex-shrink:0;margin-top:.3rem}._Row5_1iccb_1016 ._Row_1iccb_24 ._Content_1iccb_798 ._Details_1iccb_1119{width:13.94925rem;display:flex;flex-direction:column;gap:.2rem}@media (max-width: 631px){._Row5_1iccb_1016 ._Row_1iccb_24 ._Content_1iccb_798 ._Details_1iccb_1119{width:100%}}._Row5_1iccb_1016 ._Row_1iccb_24 ._Content_1iccb_798 ._Details_1iccb_1119 h4{color:#666;font-family:Inter;font-size:.96969rem;font-style:normal;font-weight:500;line-height:1.33331rem}._Row5_1iccb_1016 ._Row_1iccb_24 ._Content_1iccb_798 ._Details_1iccb_1119 p{width:15.94925rem;color:#666;font-family:Inter;font-size:.96969rem;font-style:normal;font-weight:400;line-height:1.33331rem}@media (max-width: 631px){._Row5_1iccb_1016 ._Row_1iccb_24 ._Content_1iccb_798 ._Details_1iccb_1119 p{width:100%}}._AdaptiveHiring_1v5yr_1{width:100%;height:calc(100vh - 7.5rem);height:auto;display:flex;flex-direction:column;align-items:center;gap:4rem;position:relative}._AdaptiveHiring_1v5yr_1 h2{color:#3d3d3d;font-family:Montserrat;font-size:3.5rem;font-style:normal;font-weight:700;line-height:3.99rem;letter-spacing:-.07rem;text-transform:capitalize}._AdaptiveHiring_1v5yr_1 h2 span{color:var(--c1)}._AdaptiveHiring_1v5yr_1 h3{color:var(--what-is-adaptive-hiring, #2f2f2f);font-family:Inter;font-size:3rem;font-style:normal;font-weight:700;line-height:3.99rem;letter-spacing:-.07rem}._AdaptiveHiring_1v5yr_1 h3 span{color:var(--c1)}._AdaptiveHiring_1v5yr_1 p{color:var(--Test, #3d3d3d);font-family:Inter;font-size:1.125rem;font-style:normal;font-weight:400;line-height:1.755rem}._AdaptiveHiring_1v5yr_1 ._Row1_1v5yr_45{width:100%;display:flex;align-items:center;justify-content:space-between;padding:3rem 15rem}@media (max-width: 631px){._AdaptiveHiring_1v5yr_1 ._Row1_1v5yr_45{padding:3rem 2rem;padding-bottom:0;background:var(--c2)}}._AdaptiveHiring_1v5yr_1 ._Row1_1v5yr_45 ._Left_1v5yr_59{width:42.8125rem;display:flex;flex-direction:column;align-items:flex-start;gap:.25rem}._AdaptiveHiring_1v5yr_1 ._Row1_1v5yr_45 ._Left_1v5yr_59 ._CompanyButton_1v5yr_66{width:12.125rem;height:3.0625rem;border-radius:6.25rem;margin-bottom:1rem;position:relative;overflow:hidden;z-index:1;padding:3px}@media (max-width: 631px){._AdaptiveHiring_1v5yr_1 ._Row1_1v5yr_45 ._Left_1v5yr_59 ._CompanyButton_1v5yr_66{height:auto;width:max-content}}._AdaptiveHiring_1v5yr_1 ._Row1_1v5yr_45 ._Left_1v5yr_59 ._CompanyButton_1v5yr_66:after{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%) rotate(-40deg);content:"";width:10%;height:390%;background:var(--lg3);transition:all .3s ease-in-out;z-index:-1;display:none}@keyframes _rotate_1v5yr_1{0%{transform:translate(-50%,-50%) rotate(-40deg)}to{transform:translate(-50%,-50%) rotate(360deg)}}._AdaptiveHiring_1v5yr_1 ._Row1_1v5yr_45 ._Left_1v5yr_59 ._CompanyButton_1v5yr_66 ._CompanyButtonInner_1v5yr_103{width:100%;height:100%;border-radius:6.25rem;background:#f47b2a0d;display:flex;justify-content:center;align-items:center;gap:.75rem}@media (max-width: 631px){._AdaptiveHiring_1v5yr_1 ._Row1_1v5yr_45 ._Left_1v5yr_59 ._CompanyButton_1v5yr_66 ._CompanyButtonInner_1v5yr_103{padding:1rem 2rem}}._AdaptiveHiring_1v5yr_1 ._Row1_1v5yr_45 ._Left_1v5yr_59 ._CompanyButton_1v5yr_66 ._CompanyButtonInner_1v5yr_103 svg{width:1.5rem;height:1.5rem;flex-shrink:0}._AdaptiveHiring_1v5yr_1 ._Row1_1v5yr_45 ._Left_1v5yr_59 ._CompanyButton_1v5yr_66 ._CompanyButtonInner_1v5yr_103 svg path{fill:var(--c1)}._AdaptiveHiring_1v5yr_1 ._Row1_1v5yr_45 ._Left_1v5yr_59 ._CompanyButton_1v5yr_66 ._CompanyButtonInner_1v5yr_103 h1{color:var(--c1);font-size:1rem;font-style:normal;font-weight:500;line-height:1.62rem}@media (max-width: 631px){._AdaptiveHiring_1v5yr_1 ._Row1_1v5yr_45 ._Left_1v5yr_59 ._CompanyButton_1v5yr_66 ._CompanyButtonInner_1v5yr_103 h1{font-size:1.3125rem}}._AdaptiveHiring_1v5yr_1 ._Row1_1v5yr_45 ._Left_1v5yr_59 ._HireHeading_1v5yr_139{margin-bottom:2rem}._AdaptiveHiring_1v5yr_1 ._Row1_1v5yr_45 ._Left_1v5yr_59 ._HireHeading_1v5yr_139 h1{color:#2f2f2f;font-family:var(--f2);font-size:3.5rem;font-style:normal;font-weight:700;line-height:4.31144rem;letter-spacing:-.07838rem}._AdaptiveHiring_1v5yr_1 ._Row1_1v5yr_45 ._Left_1v5yr_59 ._HireHeading_1v5yr_139 span{color:var(--c1);font-family:var(--f2);font-size:3.5rem;font-style:normal;font-weight:700;line-height:4.31144rem;letter-spacing:-.07838rem}._AdaptiveHiring_1v5yr_1 ._Row1_1v5yr_45 ._Left_1v5yr_59 ._Para_1v5yr_160{margin-bottom:2.66rem}._AdaptiveHiring_1v5yr_1 ._Row1_1v5yr_45 ._Left_1v5yr_59 ._Para_1v5yr_160 p{width:30.9375rem;color:#313131;font-size:1.125rem;font-style:normal;font-weight:300;line-height:1.81469rem}@media (max-width: 631px){._AdaptiveHiring_1v5yr_1 ._Row1_1v5yr_45 ._Left_1v5yr_59 ._Para_1v5yr_160 p{font-size:1.3125rem}}._AdaptiveHiring_1v5yr_1 ._Row1_1v5yr_45 ._Left_1v5yr_59 ._row5_1v5yr_176{margin-bottom:5.75rem}._AdaptiveHiring_1v5yr_1 ._Row1_1v5yr_45 ._Right_1v5yr_179{width:40.02525rem;height:30.625rem;width:auto}._AdaptiveHiring_1v5yr_1 ._Row1_1v5yr_45 ._Right_1v5yr_179 img{height:100%;width:100%;object-fit:contain}@media (max-width: 631px){._AdaptiveHiring_1v5yr_1 ._Row1_1v5yr_45 ._Right_1v5yr_179{display:none}}._AdaptiveHiring_1v5yr_1 ._Row1_1v5yr_45 ._Asset1_1v5yr_194{width:29.5625rem;height:34.918rem;position:absolute;left:-4rem;top:-10rem}@media (max-width: 631px){._AdaptiveHiring_1v5yr_1 ._Row1_1v5yr_45 ._Asset1_1v5yr_194{display:none}}._AdaptiveHiring_1v5yr_1 ._Row1_1v5yr_45 ._Asset1_1v5yr_194 svg{height:100%;width:100%}._AdaptiveHiring_1v5yr_1 ._Row1_1v5yr_45 ._Asset2_1v5yr_210{width:29.5625rem;height:34.918rem;position:absolute;right:-4rem;top:10rem}@media (max-width: 631px){._AdaptiveHiring_1v5yr_1 ._Row1_1v5yr_45 ._Asset2_1v5yr_210{top:-7rem}}._AdaptiveHiring_1v5yr_1 ._Row1_1v5yr_45 ._Asset2_1v5yr_210 svg{height:100%;width:100%}._AdaptiveHiring_1v5yr_1 ._Row2_1v5yr_226{display:flex;flex-direction:column;align-items:center;gap:2.1875rem}._AdaptiveHiring_1v5yr_1 ._Row2_1v5yr_226 h2,._AdaptiveHiring_1v5yr_1 ._Row2_1v5yr_226 p{width:77.1875rem;text-align:center}@media (max-width: 631px){._AdaptiveHiring_1v5yr_1 ._Row2_1v5yr_226{align-items:flex-start;width:100%;padding:0 2rem;background:var(--c2)}._AdaptiveHiring_1v5yr_1 ._Row2_1v5yr_226 h2,._AdaptiveHiring_1v5yr_1 ._Row2_1v5yr_226 p{width:100%;text-align:start}._AdaptiveHiring_1v5yr_1 ._Row2_1v5yr_226 p{width:90%}}._AdaptiveHiring_1v5yr_1 ._Row2_1v5yr_226 ._Cards_1v5yr_253{width:92.9375rem;margin-top:4rem;display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:4rem}@media (max-width: 631px){._AdaptiveHiring_1v5yr_1 ._Row2_1v5yr_226 ._Cards_1v5yr_253{width:100%;display:grid;grid-template-columns:repeat(2,1fr);padding:0 2rem;column-gap:2rem}}._AdaptiveHiring_1v5yr_1 ._Row2_1v5yr_226 ._Cards_1v5yr_253 ._Card_1v5yr_253{width:19.625rem;height:18.625rem;flex-shrink:0;border-radius:1.71319rem;background:var(--c2);box-shadow:0 4px 40px #0000000a,0 4px 80px #efefef80;padding:4rem 1.2rem 2rem 2rem;display:flex;flex-direction:column;gap:1rem;position:relative}@media (max-width: 631px){._AdaptiveHiring_1v5yr_1 ._Row2_1v5yr_226 ._Cards_1v5yr_253 ._Card_1v5yr_253{width:100%}}._AdaptiveHiring_1v5yr_1 ._Row2_1v5yr_226 ._Cards_1v5yr_253 ._Card_1v5yr_253:nth-child(5),._AdaptiveHiring_1v5yr_1 ._Row2_1v5yr_226 ._Cards_1v5yr_253 ._Card_1v5yr_253:nth-child(6){width:21.5rem}._AdaptiveHiring_1v5yr_1 ._Row2_1v5yr_226 ._Cards_1v5yr_253 ._Card_1v5yr_253 p{width:auto;text-align:start}._AdaptiveHiring_1v5yr_1 ._Row2_1v5yr_226 ._Cards_1v5yr_253 ._Card_1v5yr_253 i{position:absolute;top:-3.6rem;left:2.2rem;display:flex;width:7.24119rem;height:7.24119rem;justify-content:center;align-items:center;flex-shrink:0;border-radius:50%}._AdaptiveHiring_1v5yr_1 ._Row2_1v5yr_226 ._Cards_1v5yr_253 ._Card_1v5yr_253 i img,._AdaptiveHiring_1v5yr_1 ._Row2_1v5yr_226 ._Cards_1v5yr_253 ._Card_1v5yr_253 i svg{width:100%;height:100%}._AdaptiveHiring_1v5yr_1 ._Row2_1v5yr_226 ._Cards_1v5yr_253 ._Card_1v5yr_253 h3{color:var(--c3);font-family:var(--f1);font-size:2rem;font-style:normal;font-weight:600;line-height:2.74106rem;letter-spacing:-.04569rem}._AdaptiveHiring_1v5yr_1 ._Row3_1v5yr_322{display:flex;align-items:center;gap:6rem}._AdaptiveHiring_1v5yr_1 ._Row3_1v5yr_322 ._Left_1v5yr_59{display:flex;flex-direction:column;gap:1rem}._AdaptiveHiring_1v5yr_1 ._Row3_1v5yr_322 ._Left_1v5yr_59 h2{width:44.0625rem;margin-bottom:1rem}._AdaptiveHiring_1v5yr_1 ._Row3_1v5yr_322 ._Left_1v5yr_59 ._Accordion_1v5yr_336{width:44.0625rem;height:auto;flex-shrink:0;border-radius:1.71319rem;border:1px solid #efefef;background:#fff;box-shadow:0 4px 80px #efefef80;padding:2rem 3rem;display:flex;flex-direction:column;gap:1rem}@media (max-width: 631px){._AdaptiveHiring_1v5yr_1 ._Row3_1v5yr_322 ._Left_1v5yr_59 ._Accordion_1v5yr_336{width:100%}}._AdaptiveHiring_1v5yr_1 ._Row3_1v5yr_322 ._Left_1v5yr_59 ._Accordion_1v5yr_336 ._Top_1v5yr_354{display:flex;align-items:center;justify-content:space-between}._AdaptiveHiring_1v5yr_1 ._Row3_1v5yr_322 ._Left_1v5yr_59 ._Accordion_1v5yr_336 ._Top_1v5yr_354 h3{color:#3d3d3d;font-family:Inter;font-size:1.5rem;font-style:normal;font-weight:500;line-height:2.74106rem;letter-spacing:-.04569rem}._AdaptiveHiring_1v5yr_1 ._Row3_1v5yr_322 ._Left_1v5yr_59 ._Accordion_1v5yr_336 ._Top_1v5yr_354 svg{height:1.21875rem;width:2.4375rem;cursor:pointer}._AdaptiveHiring_1v5yr_1 ._Row3_1v5yr_322 ._Left_1v5yr_59 ._Accordion_1v5yr_336 ._Lists_1v5yr_373{display:flex;flex-direction:column;gap:.5rem;transform:scaleY(0);opacity:0;height:0;transition:all ease-in-out .3s;transform-origin:top}._AdaptiveHiring_1v5yr_1 ._Row3_1v5yr_322 ._Left_1v5yr_59 ._Accordion_1v5yr_336 ._Lists_1v5yr_373._Open_1v5yr_383{height:auto;opacity:1;transform:scaleY(1)}._AdaptiveHiring_1v5yr_1 ._Row3_1v5yr_322 ._Left_1v5yr_59 ._Accordion_1v5yr_336 ._Lists_1v5yr_373 ._List_1v5yr_373{display:flex;align-items:flex-start;gap:.3rem}._AdaptiveHiring_1v5yr_1 ._Row3_1v5yr_322 ._Left_1v5yr_59 ._Accordion_1v5yr_336 ._Lists_1v5yr_373 ._List_1v5yr_373 svg{width:1.6875rem;height:1.6875rem}._AdaptiveHiring_1v5yr_1 ._Row3_1v5yr_322 ._Left_1v5yr_59 ._Accordion_1v5yr_336 ._Lists_1v5yr_373 ._List_1v5yr_373 p{margin-top:.12rem;color:#3d3d3d;font-family:Inter;font-size:1.1875rem;font-style:normal;font-weight:400;line-height:1.60356rem}._AdaptiveHiring_1v5yr_1 ._Row3_1v5yr_322 ._Right_1v5yr_179{width:46.44663rem;height:32.1875rem;flex-shrink:0}._AdaptiveHiring_1v5yr_1 ._Row3_1v5yr_322 ._Right_1v5yr_179 img{width:100%;height:100%;border-radius:.9375rem}@media (max-width: 631px){._AdaptiveHiring_1v5yr_1 ._Row3_1v5yr_322 ._Right_1v5yr_179{display:none}}._AdaptiveHiring_1v5yr_1 ._Row4_1v5yr_421{display:flex;flex-direction:column;align-items:flex-start;gap:2.1875rem}._AdaptiveHiring_1v5yr_1 ._Row4_1v5yr_421 h2{width:77.1875rem}@media (max-width: 631px){._AdaptiveHiring_1v5yr_1 ._Row4_1v5yr_421{align-items:flex-start;width:100%;padding:0 2rem;background:var(--c2)}._AdaptiveHiring_1v5yr_1 ._Row4_1v5yr_421 h2,._AdaptiveHiring_1v5yr_1 ._Row4_1v5yr_421 p{width:100%;text-align:start}._AdaptiveHiring_1v5yr_1 ._Row4_1v5yr_421 p{width:90%}}._AdaptiveHiring_1v5yr_1 ._Row4_1v5yr_421 ._Cards_1v5yr_253{margin-top:4rem;display:flex;align-items:center;gap:4rem}@media (max-width: 631px){._AdaptiveHiring_1v5yr_1 ._Row4_1v5yr_421 ._Cards_1v5yr_253{width:100%;display:grid;grid-template-columns:repeat(2,1fr);column-gap:2rem}}._AdaptiveHiring_1v5yr_1 ._Row4_1v5yr_421 ._Cards_1v5yr_253 ._Card_1v5yr_253{width:19.625rem;height:19.4375rem;flex-shrink:0;border-radius:1.71319rem;background:var(--c2);box-shadow:0 4px 40px #0000000a,0 4px 80px #efefef80;padding:4rem 1.2rem 2rem 2rem;display:flex;flex-direction:column;gap:1rem;position:relative}@media (max-width: 631px){._AdaptiveHiring_1v5yr_1 ._Row4_1v5yr_421 ._Cards_1v5yr_253 ._Card_1v5yr_253{width:100%}}._AdaptiveHiring_1v5yr_1 ._Row4_1v5yr_421 ._Cards_1v5yr_253 ._Card_1v5yr_253 p{width:auto;text-align:start}._AdaptiveHiring_1v5yr_1 ._Row4_1v5yr_421 ._Cards_1v5yr_253 ._Card_1v5yr_253 i{position:absolute;top:-3.6rem;left:2.2rem;display:flex;width:7.24119rem;height:7.24119rem;justify-content:center;align-items:center;flex-shrink:0;border-radius:50%}._AdaptiveHiring_1v5yr_1 ._Row4_1v5yr_421 ._Cards_1v5yr_253 ._Card_1v5yr_253 i img,._AdaptiveHiring_1v5yr_1 ._Row4_1v5yr_421 ._Cards_1v5yr_253 ._Card_1v5yr_253 i svg{width:100%;height:100%}._AdaptiveHiring_1v5yr_1 ._Row4_1v5yr_421 ._Cards_1v5yr_253 ._Card_1v5yr_253 h3{color:var(--c3);font-family:var(--f1);font-size:2rem;font-style:normal;font-weight:600;line-height:2.74106rem;letter-spacing:-.04569rem}._AdaptiveHiring_1v5yr_1 ._Row5_1v5yr_508{display:flex;flex-direction:column;align-items:center;gap:5rem}@media (max-width: 631px){._AdaptiveHiring_1v5yr_1 ._Row5_1v5yr_508{width:100%;padding:0 2rem}}._AdaptiveHiring_1v5yr_1 ._Row5_1v5yr_508 h2{width:68.3125rem}@media (max-width: 631px){._AdaptiveHiring_1v5yr_1 ._Row5_1v5yr_508 h2{width:100%}}._AdaptiveHiring_1v5yr_1 ._Row5_1v5yr_508 ._Cards_1v5yr_253{display:flex;width:97.375rem;flex-direction:column;justify-content:center;align-items:center;gap:5.3125rem}@media (max-width: 631px){._AdaptiveHiring_1v5yr_1 ._Row5_1v5yr_508 ._Cards_1v5yr_253{width:100%}}._AdaptiveHiring_1v5yr_1 ._Row5_1v5yr_508 ._Cards_1v5yr_253 ._Row_1v5yr_45{display:flex;width:100%;justify-content:center;align-items:center;gap:5.3125rem}._AdaptiveHiring_1v5yr_1 ._Row5_1v5yr_508 ._Cards_1v5yr_253 ._Row_1v5yr_45:nth-child(2n){flex-direction:row-reverse}@media (max-width: 631px){._AdaptiveHiring_1v5yr_1 ._Row5_1v5yr_508 ._Cards_1v5yr_253 ._Row_1v5yr_45{width:100%;flex-direction:column-reverse;gap:2rem}._AdaptiveHiring_1v5yr_1 ._Row5_1v5yr_508 ._Cards_1v5yr_253 ._Row_1v5yr_45:nth-child(2n){flex-direction:column-reverse}}._AdaptiveHiring_1v5yr_1 ._Row5_1v5yr_508 ._Cards_1v5yr_253 ._Row_1v5yr_45 ._Left_1v5yr_59{width:44.25rem;height:31.18994rem;border-radius:1.10213rem}@media (max-width: 631px){._AdaptiveHiring_1v5yr_1 ._Row5_1v5yr_508 ._Cards_1v5yr_253 ._Row_1v5yr_45 ._Left_1v5yr_59{width:100%;height:auto}}._AdaptiveHiring_1v5yr_1 ._Row5_1v5yr_508 ._Cards_1v5yr_253 ._Row_1v5yr_45 ._Right_1v5yr_179{width:42.1875rem;flex-shrink:0;display:flex;flex-direction:column;gap:1rem}._AdaptiveHiring_1v5yr_1 ._Row5_1v5yr_508 ._Cards_1v5yr_253 ._Row_1v5yr_45 ._Right_1v5yr_179 p{color:#060606;font-family:Inter;font-size:1.125rem;font-style:normal;font-weight:400;line-height:1.755rem}._AdaptiveHiring_1v5yr_1 ._Row6_1v5yr_587{display:flex;align-items:center;flex-direction:column;gap:3rem}@media (max-width: 631px){._AdaptiveHiring_1v5yr_1 ._Row6_1v5yr_587{width:100%;padding:0 2rem}}._AdaptiveHiring_1v5yr_1 ._Row6_1v5yr_587 h2{width:45.75rem}._AdaptiveHiring_1v5yr_1 ._Row6_1v5yr_587 ._Buttons_1v5yr_602{display:inline-flex;align-items:center;gap:1.625rem}@media (max-width: 631px){._AdaptiveHiring_1v5yr_1 ._Row6_1v5yr_587 ._Buttons_1v5yr_602{flex-wrap:wrap}}._AdaptiveHiring_1v5yr_1 ._Row6_1v5yr_587 ._Buttons_1v5yr_602 button{display:flex;width:17.1875rem;height:4.3125rem;padding:.625rem;justify-content:center;align-items:center;gap:.625rem;border-radius:6.25rem;border:1px solid #999}._AdaptiveHiring_1v5yr_1 ._Row6_1v5yr_587 ._Buttons_1v5yr_602 button p{color:#999;font-family:Inter;font-size:1.125rem;font-style:normal;font-weight:500;line-height:1.755rem}._AdaptiveHiring_1v5yr_1 ._Row6_1v5yr_587 ._Buttons_1v5yr_602 button svg{width:1.875rem;height:1.875rem;flex-shrink:0}._AdaptiveHiring_1v5yr_1 ._Row6_1v5yr_587 ._Buttons_1v5yr_602 button svg path{stroke:#999}._AdaptiveHiring_1v5yr_1 ._Row6_1v5yr_587 ._Buttons_1v5yr_602 button._Active_1v5yr_639,._AdaptiveHiring_1v5yr_1 ._Row6_1v5yr_587 ._Buttons_1v5yr_602 button:hover{border:none;background:var(--Frame-1618873097, linear-gradient(112deg, #f3721b 4.93%, #ff7236 256.79%))}._AdaptiveHiring_1v5yr_1 ._Row6_1v5yr_587 ._Buttons_1v5yr_602 button._Active_1v5yr_639 p,._AdaptiveHiring_1v5yr_1 ._Row6_1v5yr_587 ._Buttons_1v5yr_602 button:hover p{color:#fff}._AdaptiveHiring_1v5yr_1 ._Row6_1v5yr_587 ._Buttons_1v5yr_602 button._Active_1v5yr_639 svg path,._AdaptiveHiring_1v5yr_1 ._Row6_1v5yr_587 ._Buttons_1v5yr_602 button:hover svg path{stroke:#fff}._AdaptiveHiring_1v5yr_1 ._Row6_1v5yr_587 ._Buttons_1v5yr_602 button:hover{opacity:.5}._AdaptiveHiring_1v5yr_1 ._Row6_1v5yr_587 ._Card_1v5yr_253{display:flex;align-items:center;gap:8rem}@media (max-width: 631px){._AdaptiveHiring_1v5yr_1 ._Row6_1v5yr_587 ._Card_1v5yr_253{flex-direction:column-reverse;gap:3rem}}._AdaptiveHiring_1v5yr_1 ._Row6_1v5yr_587 ._Card_1v5yr_253 ._Left_1v5yr_59{width:38.125rem;height:29.25rem;flex-shrink:0}@media (max-width: 631px){._AdaptiveHiring_1v5yr_1 ._Row6_1v5yr_587 ._Card_1v5yr_253 ._Left_1v5yr_59{width:90%;height:auto}}._AdaptiveHiring_1v5yr_1 ._Row6_1v5yr_587 ._Card_1v5yr_253 ._Left_1v5yr_59._Image1_1v5yr_674{width:48rem;height:27.4505rem}._AdaptiveHiring_1v5yr_1 ._Row6_1v5yr_587 ._Card_1v5yr_253 ._Left_1v5yr_59._Image2_1v5yr_678{width:28.875rem;height:24.68619rem}._AdaptiveHiring_1v5yr_1 ._Row6_1v5yr_587 ._Card_1v5yr_253 ._Right_1v5yr_179{display:flex;width:42.875rem;flex-direction:column;align-items:flex-start;gap:2.0625rem}._AdaptiveHiring_1v5yr_1 ._Row6_1v5yr_587 ._Card_1v5yr_253 ._Right_1v5yr_179 h4{color:var(--Test, #3d3d3d);font-family:Montserrat;font-size:2rem;font-style:normal;font-weight:700;line-height:3.99rem;letter-spacing:-.07rem;text-transform:capitalize}._AdaptiveHiring_1v5yr_1 ._Row6_1v5yr_587 ._Card_1v5yr_253 ._Right_1v5yr_179 p{color:#060606;font-family:Inter;font-size:1.125rem;font-style:normal;font-weight:400;line-height:1.755rem}._AdaptiveHiring_1v5yr_1 ._Row7_1v5yr_707{display:flex;width:100%;padding:4.6875rem 21.4375rem 8.8125rem 21.375rem;justify-content:center;align-items:center;flex-direction:column;background-image:url(/assets/HeaderBG-BSOcJrrq.webp);background-repeat:no-repeat;background-size:cover;gap:2.1875rem;position:relative;margin-bottom:12rem}@media (max-width: 631px){._AdaptiveHiring_1v5yr_1 ._Row7_1v5yr_707{height:auto;padding:2rem;align-items:flex-start;margin-bottom:0}._AdaptiveHiring_1v5yr_1 ._Row7_1v5yr_707 button{order:5;margin:auto;margin-top:2rem}}._AdaptiveHiring_1v5yr_1 ._Row7_1v5yr_707 h2{width:68.875rem}@media (max-width: 631px){._AdaptiveHiring_1v5yr_1 ._Row7_1v5yr_707 h2{width:100%}}._AdaptiveHiring_1v5yr_1 ._Row7_1v5yr_707 p{width:60.3125rem}@media (max-width: 631px){._AdaptiveHiring_1v5yr_1 ._Row7_1v5yr_707 p{width:100%}}._AdaptiveHiring_1v5yr_1 ._Row7_1v5yr_707 h2,._AdaptiveHiring_1v5yr_1 ._Row7_1v5yr_707 p{color:var(--c2);text-align:center}._AdaptiveHiring_1v5yr_1 ._Row7_1v5yr_707 ._Cards_1v5yr_253{position:absolute;bottom:-25%;display:flex;align-items:center;gap:1.5625rem}@media (max-width: 631px){._AdaptiveHiring_1v5yr_1 ._Row7_1v5yr_707 ._Cards_1v5yr_253{position:static;flex-wrap:wrap;justify-content:center}}._AdaptiveHiring_1v5yr_1 ._Row7_1v5yr_707 ._Cards_1v5yr_253 ._Card_1v5yr_253{display:flex;width:25rem;height:14.1875rem;padding:2.875rem 5rem 2.8125rem;justify-content:center;align-items:center;border-radius:1.81469rem;background:#fff;box-shadow:0 4px 34px #00000014;-webkit-backdrop-filter:blur(75px);backdrop-filter:blur(75px);flex-direction:column;align-items:flex-start;gap:.9375rem}@media (max-width: 631px){._AdaptiveHiring_1v5yr_1 ._Row7_1v5yr_707 ._Cards_1v5yr_253 ._Card_1v5yr_253{width:46%;height:auto;padding:2rem;gap:.5rem}}._AdaptiveHiring_1v5yr_1 ._Row7_1v5yr_707 ._Cards_1v5yr_253 ._Card_1v5yr_253 h4{color:#3d3d3d;font-family:Inter;font-size:1.125rem;font-style:normal;font-weight:600;line-height:1.875rem;text-transform:capitalize}._AdaptiveHiring_1v5yr_1 ._Row7_1v5yr_707 ._Cards_1v5yr_253 ._Card_1v5yr_253 h5{color:#3d3d3d;font-family:Inter;font-size:3.5rem;font-style:normal;font-weight:600;line-height:3.99rem;letter-spacing:-.07rem}@media (max-width: 631px){._AdaptiveHiring_1v5yr_1 ._Row7_1v5yr_707 ._Cards_1v5yr_253 ._Card_1v5yr_253 h5{font-size:2.5rem}}._AdaptiveHiring_1v5yr_1 ._Row7_1v5yr_707 ._Cards_1v5yr_253 ._Card_1v5yr_253 p{width:max-content;color:#999;font-family:Inter;font-size:.875rem;font-style:normal;font-weight:600;line-height:1.875rem;text-transform:capitalize}._AdaptiveHiring_1v5yr_1 ._Row8_1v5yr_825{background-image:url(/assets/HeaderBG-BSOcJrrq.webp);background-repeat:no-repeat;background-size:cover;width:100%;height:25.0625rem;display:flex}@media (max-width: 631px){._AdaptiveHiring_1v5yr_1 ._Row8_1v5yr_825{height:auto}}._AdaptiveHiring_1v5yr_1 ._Row8_1v5yr_825 ._Left_1v5yr_59,._AdaptiveHiring_1v5yr_1 ._Row8_1v5yr_825 ._Right_1v5yr_179{flex:1;display:flex;align-items:center;width:50%;padding:0 10rem}@media (max-width: 631px){._AdaptiveHiring_1v5yr_1 ._Row8_1v5yr_825 ._Left_1v5yr_59,._AdaptiveHiring_1v5yr_1 ._Row8_1v5yr_825 ._Right_1v5yr_179{padding:3rem}}._AdaptiveHiring_1v5yr_1 ._Row8_1v5yr_825 ._Left_1v5yr_59 ._Col_1v5yr_852,._AdaptiveHiring_1v5yr_1 ._Row8_1v5yr_825 ._Right_1v5yr_179 ._Col_1v5yr_852{width:max-content;display:flex;flex-direction:column;gap:1rem}._AdaptiveHiring_1v5yr_1 ._Row8_1v5yr_825 ._Left_1v5yr_59 ._Col_1v5yr_852 p,._AdaptiveHiring_1v5yr_1 ._Row8_1v5yr_825 ._Right_1v5yr_179 ._Col_1v5yr_852 p{color:#fff;font-family:Inter;font-size:.875rem;font-style:normal;font-weight:600;line-height:1.125rem;letter-spacing:.125rem}._AdaptiveHiring_1v5yr_1 ._Row8_1v5yr_825 ._Left_1v5yr_59 ._Col_1v5yr_852 h3,._AdaptiveHiring_1v5yr_1 ._Row8_1v5yr_825 ._Right_1v5yr_179 ._Col_1v5yr_852 h3{width:27.3rem;color:#fff;font-family:Inter;font-size:2.5rem;font-style:normal;font-weight:700;line-height:3rem;margin-bottom:1rem}@media (max-width: 631px){._AdaptiveHiring_1v5yr_1 ._Row8_1v5yr_825 ._Left_1v5yr_59 ._Col_1v5yr_852 h3,._AdaptiveHiring_1v5yr_1 ._Row8_1v5yr_825 ._Right_1v5yr_179 ._Col_1v5yr_852 h3{font-size:2rem;width:100%;line-height:120%}}._AdaptiveHiring_1v5yr_1 ._Row8_1v5yr_825 ._Left_1v5yr_59{justify-content:flex-end}._AdaptiveHiring_1v5yr_1 ._Row8_1v5yr_825 ._Right_1v5yr_179{flex:1;background:linear-gradient(106deg,#f3721b 4.46%,#fff 232.7%)}._AdaptiveHiring_1v5yr_1 ._Row8_1v5yr_825 ._Right_1v5yr_179 button{background:var(--c2);color:var(--c1)}._AdaptiveHiring_1v5yr_1 ._Row8_1v5yr_825 ._Right_1v5yr_179 button svg{color:var(--c1)}._pageWrapper_j1qts_1{font-family:var(--f5)}._pageWrapper_j1qts_1 ._main_j1qts_4{display:flex;flex-direction:row;align-items:center;justify-content:center;height:50rem;background-color:#f8f8f8;overflow:hidden}._pageWrapper_j1qts_1 ._main_j1qts_4 ._left_j1qts_13{width:10rem;height:100%;display:grid;grid-template-rows:1fr 1fr;flex-direction:column;justify-content:stretch;align-items:stretch}._pageWrapper_j1qts_1 ._main_j1qts_4 ._left_j1qts_13 ._top_j1qts_22{width:100%;flex:1;background-color:#3cb5a3}._pageWrapper_j1qts_1 ._main_j1qts_4 ._left_j1qts_13 ._bottom_j1qts_27{width:100%;flex:1;background:#000}._pageWrapper_j1qts_1 ._main_j1qts_4 ._contentArea_j1qts_32{flex:1;padding:2rem;text-align:center;display:flex;flex-direction:column;justify-content:center;align-items:center}._pageWrapper_j1qts_1 ._main_j1qts_4 ._contentArea_j1qts_32 ._heading_j1qts_41{width:20.625rem;height:6.3125rem;flex-shrink:0;border-radius:0rem 6.25rem 6.25rem 0rem;background:#3bb19f}._pageWrapper_j1qts_1 ._main_j1qts_4 ._contentArea_j1qts_32 ._title_j1qts_48{font-size:5rem;font-weight:700;color:#333;margin-bottom:1rem;line-height:1.2}._pageWrapper_j1qts_1 ._main_j1qts_4 ._contentArea_j1qts_32 ._title_j1qts_48 span{color:#1ca893}._pageWrapper_j1qts_1 ._main_j1qts_4 ._contentArea_j1qts_32 ._description_j1qts_58{font-size:1.5rem;color:#555;line-height:1.5;margin-bottom:1.5rem}._pageWrapper_j1qts_1 ._main_j1qts_4 ._contentArea_j1qts_32 ._button_j1qts_64{background-color:#007bff;color:#fff;padding:.8rem 1.5rem;border:none;border-radius:8px;cursor:pointer;font-size:1.1rem;transition:background-color .3s ease;box-shadow:0 2px 5px #007bff33}._pageWrapper_j1qts_1 ._main_j1qts_4 ._contentArea_j1qts_32 ._button_j1qts_64:hover{background-color:#0056b3}._pageWrapper_j1qts_1 ._main_j1qts_4 ._imageArea_j1qts_78{flex:1;display:flex;justify-content:end;align-items:center}._pageWrapper_j1qts_1 ._main_j1qts_4 ._imageArea_j1qts_78 ._sectionImage_j1qts_84{max-width:100%;height:auto;box-shadow:0 8px 20px #0003}._aboutUs_j1qts_90{display:flex;flex-direction:row;align-items:start;justify-content:center;height:50rem;background-color:#f8f8f8;overflow:hidden}._aboutUs_j1qts_90 ._contentArea_j1qts_32{flex:1;padding:4rem;text-align:center;display:flex;flex-direction:column;justify-content:center;align-items:start}._aboutUs_j1qts_90 ._contentArea_j1qts_32 ._heading_j1qts_41{padding:1.2rem 3rem;flex-shrink:0;border-radius:0rem 6.25rem 6.25rem 0rem;background:#3bb19f;display:flex;justify-content:center;align-items:center;color:#fff}._aboutUs_j1qts_90 ._contentArea_j1qts_32 ._text_j1qts_118{color:#32394e;font-size:2rem;font-style:normal;text-align:start;margin-top:2rem}._aboutUs_j1qts_90 ._imageArea_j1qts_78{flex:1;display:flex;justify-content:end;align-items:center}._aboutUs_j1qts_90 ._imageArea_j1qts_78 ._sectionImage_j1qts_84{max-width:100%;height:auto}._compareContainer_j1qts_136{background-color:#f9fdfd;border-radius:12px;margin:0 auto;padding:4rem;box-shadow:0 0 20px #0000000d}._compareContainer_j1qts_136 ._title_j1qts_48{font-size:2.5rem;padding:1.2rem 3rem;flex-shrink:0;border-radius:0rem 6.25rem 6.25rem 0rem;background:#3bb19f;display:flex;justify-content:center;align-items:center;color:#fff;width:fit-content}._compareContainer_j1qts_136 ._title_j1qts_48 span{color:#555;margin:0 .25rem}._compareContainer_j1qts_136 table{width:100%;margin-top:1rem;border-collapse:collapse}._compareContainer_j1qts_136 table th{border:1px solid #e0e0e0;font-size:2rem;font-weight:600;margin-bottom:1.2rem;background:#ecf8f666;color:#00a78e;text-align:start;padding:1.5rem 1.5rem 1.5rem 3rem;width:30%}._compareContainer_j1qts_136 table td{border:1px solid #e0e0e0;padding:1.5rem 3rem;font-size:1.5rem;color:#333}._highlights_j1qts_183{padding:4rem}._highlights_j1qts_183 ._title_j1qts_48{font-size:2.5rem;padding:1.2rem 3rem;flex-shrink:0;border-radius:0rem 6.25rem 6.25rem 0rem;background:#3bb19f;display:flex;justify-content:center;align-items:center;color:#fff;width:fit-content}._highlights_j1qts_183 ._imagewrapper_j1qts_198{padding:8%;width:100%;height:100%}._highlights_j1qts_183 ._imagewrapper_j1qts_198 img{width:100%;height:100%;object-fit:cover}._highlights_j1qts_183 ._item_j1qts_208{margin-left:6rem;padding:1rem 0;border-bottom:1px solid #eee}._highlights_j1qts_183 ._item_j1qts_208 ul{padding-left:4rem}._highlights_j1qts_183 ._item_j1qts_208 ul li{padding:1rem;font-size:1.5rem}._highlights_j1qts_183 ._item_j1qts_208 p{padding:1rem 1rem 1rem 3.5rem;font-size:1.5rem}._highlights_j1qts_183 ._item_j1qts_208 ._checkmark_j1qts_225{background:#3bb19f;color:#fff;border-radius:50%;padding:.2rem .4rem;margin-right:.5rem}._highlights_j1qts_183 ._item_j1qts_208 h2{font-size:2rem;color:#333;margin:.5rem 0;display:flex;align-items:center;gap:1rem}._CaseStudy_t99te_1{width:100%;padding:0 15rem}._CaseStudy_t99te_1 h1{color:var(--c9);font-family:var(--f1);font-size:4.05325rem;font-style:normal;font-weight:600;line-height:4.45856rem;letter-spacing:-.06356rem;text-align:center;padding:2rem 0}._CaseStudy_t99te_1 h1 span{color:var(--c1)}._CaseStudy_t99te_1 ._Cards_t99te_19{width:100%;display:grid;grid-template-columns:repeat(1,1fr);gap:2rem;padding:2rem}._CaseStudy_t99te_1 ._Cards_t99te_19 ._Card_t99te_19{width:100%;display:grid;grid-template-columns:repeat(2,1fr);align-items:start;justify-content:center;padding:2rem;box-shadow:0 3.41px 17.052px #0000000d;transition:all .3s ease-in-out}._CaseStudy_t99te_1 ._Cards_t99te_19 ._Card_t99te_19 ._Image_t99te_36{width:100%;height:30rem;border-radius:.9375rem;overflow:hidden}._CaseStudy_t99te_1 ._Cards_t99te_19 ._Card_t99te_19 ._Image_t99te_36 img{width:100%;height:100%;object-fit:cover}._CaseStudy_t99te_1 ._Cards_t99te_19 ._Card_t99te_19 ._Content_t99te_47{width:100%;height:100%;padding:0 3rem;display:flex;flex-direction:column;align-items:start;justify-content:start;gap:1.5rem}._CaseStudy_t99te_1 ._Cards_t99te_19 ._Card_t99te_19 ._Content_t99te_47 h2{font-size:2rem;color:var(--c5)}._CaseStudy_t99te_1 ._Cards_t99te_19 ._Card_t99te_19 ._Content_t99te_47 p{font-size:1.3rem;color:var(--c3);text-align:justify}._CaseStudy_t99te_1 ._Cards_t99te_19 ._Card_t99te_19 ._Content_t99te_47 h4 span{padding:.5rem 1rem;margin-right:.5rem;border-radius:1rem;font-weight:400;background:#fcdbc7;color:var(--c1)}._CaseStudy_t99te_1 ._Cards_t99te_19 ._Card_t99te_19 ._Content_t99te_47 h4 ._color-0_t99te_74{background:#ff6b6b;color:#fff}._CaseStudy_t99te_1 ._Cards_t99te_19 ._Card_t99te_19 ._Content_t99te_47 h4 ._color-1_t99te_78{background:#4ecdc4;color:#003f3f}._CaseStudy_t99te_1 ._Cards_t99te_19 ._Card_t99te_19 ._Content_t99te_47 h4 ._color-2_t99te_82{background:#ffd93d;color:#4a3f00}._CaseStudy_t99te_1 ._Cards_t99te_19 ._Card_t99te_19 ._Content_t99te_47 h4 ._color-3_t99te_86{background:#1a535c;color:#aef5f9}._CaseStudy_t99te_1 ._Cards_t99te_19 ._Card_t99te_19 ._Content_t99te_47 h4 ._color-4_t99te_90{background:#ff9f1c;color:#3f2c00}._CaseStudy_t99te_1 ._Cards_t99te_19 ._Card_t99te_19 ._Content_t99te_47 h4 ._color-5_t99te_94{background:#6a4c93;color:#ffe6ff}._CaseStudy_t99te_1 ._Cards_t99te_19 ._Card_t99te_19:hover{scale:1.02}._pageWrapper_19itd_1{width:100dvw}._pageWrapper_19itd_1 p{color:#32394e;font-family:var(--f5);font-weight:500}._pageWrapper_19itd_1 h2{color:#32394e;font-family:var(--f5);font-weight:600}._pageWrapper_19itd_1 ._energyImageWrapper_19itd_14{width:100%;height:auto}._pageWrapper_19itd_1 ._energyImageWrapper_19itd_14 img{width:100%;height:100%}._pageWrapper_19itd_1 ._aboutWrapper_19itd_22{position:relative;display:grid;grid-template-columns:1fr 1fr}._pageWrapper_19itd_1 ._aboutWrapper_19itd_22 ._upperImage_19itd_27{position:absolute;top:0;left:0;z-index:-1}._pageWrapper_19itd_1 ._aboutWrapper_19itd_22 ._lowerImage_19itd_33{position:absolute;bottom:0;right:0;z-index:-1}._pageWrapper_19itd_1 ._aboutWrapper_19itd_22 ._aboutContent_19itd_39{padding:2rem;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2rem}._pageWrapper_19itd_1 ._aboutWrapper_19itd_22 ._aboutContent_19itd_39 h1{background:var(--grad);width:fit-content;padding:1rem 6rem;font-size:3rem;margin:1rem auto;color:#fff;border-radius:5rem}._pageWrapper_19itd_1 ._aboutWrapper_19itd_22 ._aboutContent_19itd_39 p{font-size:2rem}._pageWrapper_19itd_1 ._aboutWrapper_19itd_22 ._aboutImage_19itd_59{width:100%;height:auto;padding:2rem 0}._pageWrapper_19itd_1 ._aboutWrapper_19itd_22 ._aboutImage_19itd_59 img{width:100%;height:100%}._pageWrapper_19itd_1 ._domain_19itd_68{position:relative;min-height:40rem}._pageWrapper_19itd_1 ._domain_19itd_68 ._upperImage_19itd_27{position:absolute;top:0;left:0;z-index:-1}._pageWrapper_19itd_1 ._domain_19itd_68 ._lowerImage_19itd_33{position:absolute;bottom:0;right:0;z-index:-1}._pageWrapper_19itd_1 ._domain_19itd_68 h1{background:var(--grad);width:fit-content;padding:1rem 6rem;font-size:3rem;margin:2rem auto;color:#fff;border-radius:5rem}._pageWrapper_19itd_1 ._domain_19itd_68 ._domainContent_19itd_93{display:flex;align-items:stretch;justify-content:center;gap:3rem;padding:2rem 0}._pageWrapper_19itd_1 ._domain_19itd_68 ._domainContent_19itd_93 ._col_19itd_100{width:25%;border-radius:1rem;text-align:center;padding:3rem;box-shadow:0 4px 8px #0000001a;position:relative;background:#fff}._pageWrapper_19itd_1 ._domain_19itd_68 ._domainContent_19itd_93 ._col_19itd_100 h2{font-size:3rem;color:#32394e;margin-bottom:1rem;font-weight:500}._pageWrapper_19itd_1 ._domain_19itd_68 ._domainContent_19itd_93 ._col_19itd_100 p{font-size:1.5rem;color:#32394e}._pageWrapper_19itd_1 ._domain_19itd_68 ._domainContent_19itd_93 ._col_19itd_100:before{content:"";position:absolute;top:-1px;left:-1px;right:-1px;bottom:-1px;background:linear-gradient(to right,#f0c,#33f);z-index:-1;border-radius:1rem}._pageWrapper_19itd_1 ._compareWrapper_19itd_130{position:relative;min-height:40rem;padding:3rem}._pageWrapper_19itd_1 ._compareWrapper_19itd_130 ._upperImage_19itd_27{position:absolute;top:0;left:0;z-index:-1}._pageWrapper_19itd_1 ._compareWrapper_19itd_130 ._lowerImage_19itd_33{position:absolute;bottom:0;right:0;z-index:-1}._pageWrapper_19itd_1 ._compareWrapper_19itd_130 h1{background:var(--grad);width:fit-content;padding:1rem 6rem;font-size:3rem;margin:2rem auto;color:#fff;border-radius:5rem}._pageWrapper_19itd_1 ._compareWrapper_19itd_130 ._domainContent_19itd_93{display:flex;align-items:stretch;justify-content:center;gap:3rem;padding:2rem 0}._pageWrapper_19itd_1 ._compareWrapper_19itd_130 ._domainContent_19itd_93 ._col_19itd_100{width:30%;border-radius:3rem;text-align:center;padding:1rem;box-shadow:0 4px 8px #0000001a;position:relative;background:#fff}._pageWrapper_19itd_1 ._compareWrapper_19itd_130 ._domainContent_19itd_93 ._col_19itd_100 h2{font-size:1.5rem;color:#32394e;margin-bottom:1rem;font-weight:500}._pageWrapper_19itd_1 ._compareWrapper_19itd_130 ._domainContent_19itd_93 ._col_19itd_100 p{font-size:1.2rem;color:#32394e}._pageWrapper_19itd_1 ._compareWrapper_19itd_130 ._domainContent_19itd_93 ._col_19itd_100:before{content:"";position:absolute;top:-1px;left:-1px;right:-1px;bottom:-1px;background:linear-gradient(to right,#f0c,#33f);z-index:-1;border-radius:3rem}._pageWrapper_19itd_1 ._compareWrapper_19itd_130 table{width:90%;border-collapse:separate;border-spacing:0;margin:2rem auto 0;border-radius:2rem;background-color:#fff}._pageWrapper_19itd_1 ._compareWrapper_19itd_130 table th,._pageWrapper_19itd_1 ._compareWrapper_19itd_130 table td{width:50%;color:#32394e;text-align:start;border:1px solid #e0e0e0;font-size:1.5rem}._pageWrapper_19itd_1 ._compareWrapper_19itd_130 table th{padding:2rem;background:var(--grad);-webkit-background-clip:text;-webkit-text-fill-color:transparent;font-size:3rem;font-weight:700;text-align:center}._pageWrapper_19itd_1 ._compareWrapper_19itd_130 table td{padding:2rem 4rem;background-color:#fff}._pageWrapper_19itd_1 ._compareWrapper_19itd_130 table th:first-child{border-top-left-radius:10px}._pageWrapper_19itd_1 ._compareWrapper_19itd_130 table th:last-child{border-top-right-radius:10px}._pageWrapper_19itd_1 ._featureContainer_19itd_228{position:relative;display:grid;grid-template-columns:1fr .5fr}._pageWrapper_19itd_1 ._featureContainer_19itd_228 ._upperImage_19itd_27{position:absolute;top:0;left:0;z-index:-1}._pageWrapper_19itd_1 ._featureContainer_19itd_228 ._lowerImage_19itd_33{position:absolute;bottom:0;right:0;z-index:-1}._pageWrapper_19itd_1 ._featureContainer_19itd_228 ._aboutContent_19itd_39{display:flex;flex-direction:column;align-items:start;justify-content:start;padding:2rem 2rem 2rem 14rem;gap:2rem}._pageWrapper_19itd_1 ._featureContainer_19itd_228 ._aboutContent_19itd_39 h1{background:var(--grad);width:fit-content;padding:1rem 6rem;font-size:3rem;color:#fff;border-radius:5rem;margin-top:2rem;margin-bottom:2rem}._pageWrapper_19itd_1 ._featureContainer_19itd_228 ._aboutContent_19itd_39 p{font-size:1.8rem;text-align:start}._pageWrapper_19itd_1 ._featureContainer_19itd_228 ._aboutContent_19itd_39 ._checkmark_19itd_268{background:var(--grad);color:#fff;border-radius:50%;padding:.2rem;margin-right:1rem}._pageWrapper_19itd_1 ._featureContainer_19itd_228 ._Images_19itd_275{width:100%;height:auto;display:flex;flex-direction:column;align-items:center;justify-content:start}._pageWrapper_19itd_1 ._featureContainer_19itd_228 ._Images_19itd_275 ._wrapper_19itd_283{width:100%;height:28rem;padding:2rem 0}._pageWrapper_19itd_1 ._featureContainer_19itd_228 ._Images_19itd_275 ._wrapper_19itd_283 img{width:100%;height:100%;object-fit:cover}._pageWrapper_19itd_1 ._challenge_19itd_293{position:relative}._pageWrapper_19itd_1 ._challenge_19itd_293 ._upperImage_19itd_27{position:absolute;top:0;left:0;z-index:-1}._pageWrapper_19itd_1 ._challenge_19itd_293 ._lowerImage_19itd_33{position:absolute;bottom:0;right:0;z-index:-1}._pageWrapper_19itd_1 ._challenge_19itd_293 h1{background:var(--grad);width:fit-content;padding:1rem 6rem;font-size:3rem;margin:0 auto;color:#fff;border-radius:5rem;margin-top:2rem;margin-bottom:2rem}._pageWrapper_19itd_1 ._challenge_19itd_293 ._content_19itd_319{display:grid;grid-template-columns:1fr .8fr}._pageWrapper_19itd_1 ._challenge_19itd_293 ._content_19itd_319 ._aboutContent_19itd_39{display:flex;flex-direction:column;align-items:start;justify-content:start;padding:2rem 2rem 2rem 14rem;gap:2rem}._pageWrapper_19itd_1 ._challenge_19itd_293 ._content_19itd_319 ._aboutContent_19itd_39 ._list_19itd_332{display:flex;align-items:center;justify-content:start;gap:1rem;margin-bottom:1rem}._pageWrapper_19itd_1 ._challenge_19itd_293 ._content_19itd_319 ._aboutContent_19itd_39 ._list_19itd_332 ._checkmark_19itd_268{width:2rem;height:2rem;background:var(--grad);color:#fff;border-radius:50%;padding:.2rem;margin-right:1rem}._pageWrapper_19itd_1 ._challenge_19itd_293 ._content_19itd_319 ._aboutContent_19itd_39 ._list_19itd_332 h2{font-size:1.8rem;text-align:start;margin-bottom:1rem}._pageWrapper_19itd_1 ._challenge_19itd_293 ._content_19itd_319 ._aboutContent_19itd_39 ._list_19itd_332 p{font-size:1.6rem;text-align:start}._pageWrapper_19itd_1 ._challenge_19itd_293 ._content_19itd_319 ._Images_19itd_275{width:100%;height:auto;padding:2rem;display:flex;flex-direction:column;align-items:center;justify-content:start}._pageWrapper_19itd_1 ._challenge_19itd_293 ._content_19itd_319 ._Images_19itd_275 img{width:100%;height:100%;object-fit:cover}._pageWrapper_19itd_1 ._flow_19itd_371{position:relative}._pageWrapper_19itd_1 ._flow_19itd_371 ._upperImage_19itd_27{position:absolute;top:0;left:0;z-index:-1}._pageWrapper_19itd_1 ._flow_19itd_371 ._lowerImage_19itd_33{position:absolute;bottom:0;right:0;z-index:-1}._pageWrapper_19itd_1 ._flow_19itd_371 h1{background:var(--grad);width:fit-content;padding:1rem 6rem;font-size:3rem;margin:2rem auto;color:#fff;border-radius:5rem}._pageWrapper_19itd_1 ._flow_19itd_371 p{font-size:1.5rem;margin:1rem auto;text-align:center;line-height:3rem}._pageWrapper_19itd_1 ._flow_19itd_371 ._flowImage_19itd_402{width:70%;height:auto;margin:2rem 15%}._pageWrapper_19itd_1 ._platformSection_19itd_407{position:relative;min-height:40rem}._pageWrapper_19itd_1 ._platformSection_19itd_407 ._upperImage_19itd_27{position:absolute;top:0;left:0;z-index:-1}._pageWrapper_19itd_1 ._platformSection_19itd_407 ._lowerImage_19itd_33{position:absolute;bottom:0;right:0;z-index:-1}._pageWrapper_19itd_1 ._platformSection_19itd_407 ._title_19itd_423{background:var(--grad);width:fit-content;padding:1rem 6rem;font-size:3rem;margin:0 auto;color:#fff;border-radius:5rem;margin-bottom:5rem}._pageWrapper_19itd_1 ._platformSection_19itd_407 ._featuresGrid_19itd_433{display:flex;justify-content:center;flex-wrap:wrap;gap:2rem}._pageWrapper_19itd_1 ._platformSection_19itd_407 ._featuresGrid_19itd_433 ._featureCircle_19itd_439{max-width:180px;text-align:center}._pageWrapper_19itd_1 ._platformSection_19itd_407 ._featuresGrid_19itd_433 ._featureCircle_19itd_439 ._circularChart_19itd_443{width:100%;height:auto;transform:rotate(-90deg)}._pageWrapper_19itd_1 ._platformSection_19itd_407 ._featuresGrid_19itd_433 ._featureCircle_19itd_439 ._circularChart_19itd_443 ._circleBg_19itd_448{fill:none;stroke:#e5e7eb;stroke-width:2.8}._pageWrapper_19itd_1 ._platformSection_19itd_407 ._featuresGrid_19itd_433 ._featureCircle_19itd_439 ._circularChart_19itd_443 ._circleProgress_19itd_453{fill:none;stroke-width:2.8;stroke-linecap:round}._pageWrapper_19itd_1 ._platformSection_19itd_407 ._featuresGrid_19itd_433 ._featureCircle_19itd_439 ._circularChart_19itd_443 ._circleText_19itd_458{fill:#000;font-size:6px;text-anchor:middle;transform:rotate(90deg);transform-origin:center;font-weight:700}._pageWrapper_19itd_1 ._platformSection_19itd_407 ._featuresGrid_19itd_433 ._featureCircle_19itd_439 ._description_19itd_466{font-size:.9rem;margin-top:1rem;color:#4b5563}._pageWrapper_yxfv2_1{width:100dvw}._pageWrapper_yxfv2_1 p{color:#32394e;font-family:var(--f5);font-weight:500;line-height:2.25rem}._pageWrapper_yxfv2_1 h2{color:#32394e;font-family:var(--f5);font-weight:600}._pageWrapper_yxfv2_1 h1{color:#32394e}._pageWrapper_yxfv2_1 span{background:var(--grad3);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}._pageWrapper_yxfv2_1 ._introWrapper_yxfv2_24{position:relative;display:grid;grid-template-columns:1fr 1fr}._pageWrapper_yxfv2_1 ._introWrapper_yxfv2_24 ._upperImage_yxfv2_29{position:absolute;top:0;left:0;z-index:-1}._pageWrapper_yxfv2_1 ._introWrapper_yxfv2_24 ._lowerImage_yxfv2_35{position:absolute;bottom:0;right:0;z-index:-1}._pageWrapper_yxfv2_1 ._introWrapper_yxfv2_24 ._introContent_yxfv2_41{display:flex;flex-direction:column;align-items:end;justify-content:center;gap:2rem;padding-right:10rem}._pageWrapper_yxfv2_1 ._introWrapper_yxfv2_24 ._introContent_yxfv2_41 h1{width:fit-content;font-size:4rem;border-radius:5rem}._pageWrapper_yxfv2_1 ._introWrapper_yxfv2_24 ._introContent_yxfv2_41 h1 span{background:var(--grad3);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}._pageWrapper_yxfv2_1 ._introWrapper_yxfv2_24 ._introImage_yxfv2_60{width:100%;height:auto}._pageWrapper_yxfv2_1 ._introWrapper_yxfv2_24 ._introImage_yxfv2_60 img{width:100%;height:100%}._pageWrapper_yxfv2_1 ._aboutWrapper_yxfv2_68{position:relative;display:grid;align-items:center;justify-content:center;gap:14rem;grid-template-columns:1fr 1fr}._pageWrapper_yxfv2_1 ._aboutWrapper_yxfv2_68 ._upperImage_yxfv2_29{position:absolute;top:0;left:0;z-index:-1}._pageWrapper_yxfv2_1 ._aboutWrapper_yxfv2_68 ._topRightImage_yxfv2_82{position:absolute;top:0;right:0;height:100%;z-index:-1}._pageWrapper_yxfv2_1 ._aboutWrapper_yxfv2_68 ._aboutContent_yxfv2_89{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2rem;padding-left:10rem}._pageWrapper_yxfv2_1 ._aboutWrapper_yxfv2_68 ._aboutContent_yxfv2_89 h1{width:100%;font-size:3rem;border-radius:5rem}._pageWrapper_yxfv2_1 ._aboutWrapper_yxfv2_68 ._aboutContent_yxfv2_89 p{font-size:1.5rem;font-weight:500;letter-spacing:.2rem;word-spacing:.2rem}._pageWrapper_yxfv2_1 ._aboutWrapper_yxfv2_68 ._aboutImage_yxfv2_108{width:100%;height:auto;padding:8rem 0}._pageWrapper_yxfv2_1 ._aboutWrapper_yxfv2_68 ._aboutImage_yxfv2_108 img{width:100%;height:100%}._pageWrapper_yxfv2_1 ._compareWrapper_yxfv2_117{position:relative;min-height:40rem;padding:3rem}._pageWrapper_yxfv2_1 ._compareWrapper_yxfv2_117 ._upperImage_yxfv2_29{position:absolute;top:0;left:0;z-index:-1}._pageWrapper_yxfv2_1 ._compareWrapper_yxfv2_117 ._topRightImage_yxfv2_82{position:absolute;top:0;right:0;height:100%;z-index:-1}._pageWrapper_yxfv2_1 ._compareWrapper_yxfv2_117 h1{width:fit-content;padding:1rem 6rem;font-size:3rem;margin:3rem auto;color:#32394e;border-radius:5rem}._pageWrapper_yxfv2_1 ._compareWrapper_yxfv2_117 table{width:80%;border-collapse:separate;border-spacing:0;margin:2rem auto 0;border-radius:2rem;background-color:#fff;box-shadow:0 4px 8px #0000001a}._pageWrapper_yxfv2_1 ._compareWrapper_yxfv2_117 table th,._pageWrapper_yxfv2_1 ._compareWrapper_yxfv2_117 table td{width:50%;color:#32394e;text-align:start;border:1px solid #e0e0e0;font-size:1.5rem}._pageWrapper_yxfv2_1 ._compareWrapper_yxfv2_117 table th{padding:2rem;background:var(--grad3);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;font-size:2rem;font-weight:700;text-align:center}._pageWrapper_yxfv2_1 ._compareWrapper_yxfv2_117 table td{padding:2rem 4rem;background-color:#fff}._pageWrapper_yxfv2_1 ._compareWrapper_yxfv2_117 table th:first-child{border-top-left-radius:10px}._pageWrapper_yxfv2_1 ._compareWrapper_yxfv2_117 table th:last-child{border-top-right-radius:10px}._pageWrapper_yxfv2_1 ._domain_yxfv2_180{position:relative;width:100dvw}._pageWrapper_yxfv2_1 ._domain_yxfv2_180 h1{width:fit-content;padding:1rem 6rem;font-size:3rem;margin:3rem auto;color:#32394e;border-radius:5rem}._pageWrapper_yxfv2_1 ._domain_yxfv2_180 ._upperImage_yxfv2_29{position:absolute;top:0;left:0;z-index:-1}._pageWrapper_yxfv2_1 ._domain_yxfv2_180 ._rightImage_yxfv2_198{position:absolute;top:0;right:0;height:100%;z-index:-1}._pageWrapper_yxfv2_1 ._domain_yxfv2_180 ._grid_yxfv2_205{display:grid;grid-template-columns:1fr 1fr;gap:2rem;align-items:start}._pageWrapper_yxfv2_1 ._domain_yxfv2_180 ._grid_yxfv2_205 ._domainContent_yxfv2_211{display:flex;flex-direction:column;align-items:stretch;justify-content:stretch;gap:3rem;padding:2rem 4rem 2rem 16rem}._pageWrapper_yxfv2_1 ._domain_yxfv2_180 ._grid_yxfv2_205 ._domainContent_yxfv2_211 ._col_yxfv2_220{width:100%;border-radius:3rem;text-align:start;padding:3rem;box-shadow:0 4px 8px #0000001a;position:relative;background:#fff;border:#a9c6ff 1px solid}._pageWrapper_yxfv2_1 ._domain_yxfv2_180 ._grid_yxfv2_205 ._domainContent_yxfv2_211 ._col_yxfv2_220 h2{font-size:2.5rem;color:#32394e;margin-bottom:1rem;font-weight:500}._pageWrapper_yxfv2_1 ._domain_yxfv2_180 ._grid_yxfv2_205 ._domainContent_yxfv2_211 ._col_yxfv2_220 p{font-size:1.5rem;color:#32394e}._pageWrapper_yxfv2_1 ._domain_yxfv2_180 ._grid_yxfv2_205 ._domainContent_yxfv2_211 ._col1_yxfv2_240{background:var(--grad3)}._pageWrapper_yxfv2_1 ._domain_yxfv2_180 ._grid_yxfv2_205 ._domainContent_yxfv2_211 ._col1_yxfv2_240 h2,._pageWrapper_yxfv2_1 ._domain_yxfv2_180 ._grid_yxfv2_205 ._domainContent_yxfv2_211 ._col1_yxfv2_240 p{color:#fff}._pageWrapper_yxfv2_1 ._domain_yxfv2_180 ._grid_yxfv2_205 ._domainContent_yxfv2_211 ._col2_yxfv2_247{background:var(--grad3);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}._pageWrapper_yxfv2_1 ._domain_yxfv2_180 ._grid_yxfv2_205 ._domainImage_yxfv2_253{width:80%;height:auto;padding:2rem 0}._pageWrapper_yxfv2_1 ._domain_yxfv2_180 ._grid_yxfv2_205 ._domainImage_yxfv2_253 img{width:100%;height:100%}._pageWrapper_yxfv2_1 ._domain_yxfv2_180 ._grid_yxfv2_205 ._phases_yxfv2_262 h2{font-size:3rem;font-weight:500;margin-bottom:2rem}._pageWrapper_yxfv2_1 ._domain_yxfv2_180 ._grid_yxfv2_205 ._phases_yxfv2_262 ol{margin-left:2rem}._pageWrapper_yxfv2_1 ._domain_yxfv2_180 ._grid_yxfv2_205 ._phases_yxfv2_262 ol li{font-size:1.7rem;color:#32394e;margin-bottom:2rem}._pageWrapper_yxfv2_1 ._featureContainer_yxfv2_275{position:relative}._pageWrapper_yxfv2_1 ._featureContainer_yxfv2_275 ._upperImage_yxfv2_29{position:absolute;top:0;left:0;z-index:-1}._pageWrapper_yxfv2_1 ._featureContainer_yxfv2_275 ._topRightImage_yxfv2_82{position:absolute;top:0;right:0;height:100%;z-index:-1}._pageWrapper_yxfv2_1 ._featureContainer_yxfv2_275 h1{width:fit-content;padding:1rem 6rem;font-size:3rem;margin:0 auto;border-radius:5rem;margin-top:2rem;margin-bottom:2rem}._pageWrapper_yxfv2_1 ._featureContainer_yxfv2_275 ._featureContent_yxfv2_300{display:grid;grid-template-columns:1fr .7fr}._pageWrapper_yxfv2_1 ._featureContainer_yxfv2_275 ._featureContent_yxfv2_300 ._aboutContent_yxfv2_89{display:flex;flex-direction:column;align-items:start;justify-content:start;padding:8rem 8rem 8rem 14rem;gap:2rem}._pageWrapper_yxfv2_1 ._featureContainer_yxfv2_275 ._featureContent_yxfv2_300 ._aboutContent_yxfv2_89 p{font-size:1.8rem;text-align:start}._pageWrapper_yxfv2_1 ._featureContainer_yxfv2_275 ._featureContent_yxfv2_300 ._aboutContent_yxfv2_89 ._checkmark_yxfv2_317{background:var(--grad3);color:#fff;border-radius:50%;padding:.2rem;margin-right:1rem}._pageWrapper_yxfv2_1 ._featureContainer_yxfv2_275 ._featureContent_yxfv2_300 ._phoneImage_yxfv2_324{width:100%;height:100%;margin:3rem 0;border:none;background-size:cover;background-image:linear-gradient(to right,#fffc,#fff0),url(/assets/phone-CvU0GeAd.png)}._pageWrapper_yxfv2_1 ._challenge_yxfv2_332{position:relative;width:100dvw}._pageWrapper_yxfv2_1 ._challenge_yxfv2_332 ._upperImage_yxfv2_29{position:absolute;top:0;left:0;z-index:-1}._pageWrapper_yxfv2_1 ._challenge_yxfv2_332 ._topRightImage_yxfv2_82{position:absolute;top:0;right:0;height:100%;z-index:-1}._pageWrapper_yxfv2_1 ._challenge_yxfv2_332 h1{width:fit-content;padding:1rem 6rem;font-size:3rem;margin:0 auto;border-radius:5rem;margin-top:2rem;margin-bottom:2rem}._pageWrapper_yxfv2_1 ._challenge_yxfv2_332 ._aboutContent_yxfv2_89{padding:2rem 8rem;width:100%}._pageWrapper_yxfv2_1 ._challenge_yxfv2_332 ._aboutContent_yxfv2_89 ._list_yxfv2_362{display:grid;grid-template-columns:1fr 1fr;align-items:start;justify-content:space-between;gap:0;margin-bottom:2rem;padding:1.5rem;border-radius:1.5rem;box-shadow:0 4px 8px #0000001a;background:#fff;width:100%}._pageWrapper_yxfv2_1 ._challenge_yxfv2_332 ._aboutContent_yxfv2_89 ._list_yxfv2_362 h2{font-size:1.8rem;text-align:start;margin-bottom:1rem;width:40%;display:flex;align-items:center;justify-content:start;text-wrap:nowrap}._pageWrapper_yxfv2_1 ._challenge_yxfv2_332 ._aboutContent_yxfv2_89 ._list_yxfv2_362 h2 ._checkmark_yxfv2_317{width:2.5rem;height:2.5rem;background:var(--grad3);color:#fff;border-radius:50%;padding:.2rem;margin-right:1rem}._pageWrapper_yxfv2_1 ._challenge_yxfv2_332 ._aboutContent_yxfv2_89 ._list_yxfv2_362 p{width:60%;text-align:start;font-size:1.6rem;text-wrap:nowrap}._pageWrapper_yxfv2_1 ._challenge_yxfv2_332 ._laptopImage_yxfv2_400{width:100%;height:auto;padding:8rem 0}._pageWrapper_yxfv2_1 ._challenge_yxfv2_332 ._laptopImage_yxfv2_400 img{width:100%;height:100%}._pageWrapper_yxfv2_1 ._platformSection_yxfv2_409{position:relative;min-height:40rem}._pageWrapper_yxfv2_1 ._platformSection_yxfv2_409 ._upperImage_yxfv2_29{position:absolute;top:0;left:0;z-index:-1}._pageWrapper_yxfv2_1 ._platformSection_yxfv2_409 ._lowerImage_yxfv2_35{position:absolute;bottom:0;right:0;z-index:-1}._pageWrapper_yxfv2_1 ._platformSection_yxfv2_409 ._title_yxfv2_425{width:fit-content;padding:1rem 6rem;font-size:3rem;margin:0 auto;color:#32394e;border-radius:5rem;margin-bottom:5rem}._pageWrapper_yxfv2_1 ._platformSection_yxfv2_409 ._featuresGrid_yxfv2_434{display:flex;justify-content:center;flex-wrap:wrap;gap:2rem}._pageWrapper_yxfv2_1 ._platformSection_yxfv2_409 ._featuresGrid_yxfv2_434 ._featureCircle_yxfv2_440{max-width:180px;text-align:center}._pageWrapper_yxfv2_1 ._platformSection_yxfv2_409 ._featuresGrid_yxfv2_434 ._featureCircle_yxfv2_440 ._circularChart_yxfv2_444{width:100%;height:auto;transform:rotate(-90deg)}._pageWrapper_yxfv2_1 ._platformSection_yxfv2_409 ._featuresGrid_yxfv2_434 ._featureCircle_yxfv2_440 ._circularChart_yxfv2_444 ._circleBg_yxfv2_449{fill:none;stroke:#e5e7eb;stroke-width:2.8}._pageWrapper_yxfv2_1 ._platformSection_yxfv2_409 ._featuresGrid_yxfv2_434 ._featureCircle_yxfv2_440 ._circularChart_yxfv2_444 ._circleProgress_yxfv2_454{fill:none;stroke-width:2.8;stroke-linecap:round}._pageWrapper_yxfv2_1 ._platformSection_yxfv2_409 ._featuresGrid_yxfv2_434 ._featureCircle_yxfv2_440 ._circularChart_yxfv2_444 ._circleText_yxfv2_459{fill:#000;font-size:6px;text-anchor:middle;transform:rotate(90deg);transform-origin:center;font-weight:700}._pageWrapper_yxfv2_1 ._platformSection_yxfv2_409 ._featuresGrid_yxfv2_434 ._featureCircle_yxfv2_440 ._description_yxfv2_467{font-size:.9rem;margin-top:1rem;color:#4b5563}._pageWrapper_yxfv2_1 ._flow_yxfv2_472{position:relative}._pageWrapper_yxfv2_1 ._flow_yxfv2_472 ._upperImage_yxfv2_29{position:absolute;top:0;left:0;z-index:-1}._pageWrapper_yxfv2_1 ._flow_yxfv2_472 ._lowerImage_yxfv2_35{position:absolute;bottom:0;right:0;z-index:-1}._pageWrapper_yxfv2_1 ._flow_yxfv2_472 h1{width:fit-content;padding:1rem 6rem;font-size:3rem;margin:2rem auto;border-radius:5rem}._pageWrapper_yxfv2_1 ._flow_yxfv2_472 p{font-size:1.5rem;margin:1rem auto;text-align:center;line-height:3rem}._pageWrapper_yxfv2_1 ._flow_yxfv2_472 ._flowImage_yxfv2_501{width:70%;height:auto;margin:2rem 15%}._pageWrapper_yxfv2_1 ._summary_yxfv2_506{padding:15rem;display:grid;grid-template-columns:1fr;position:relative}._pageWrapper_yxfv2_1 ._summary_yxfv2_506 ._upperImage_yxfv2_29{position:absolute;top:0;left:0;z-index:-1}._pageWrapper_yxfv2_1 ._summary_yxfv2_506 ._lowerImage_yxfv2_35{position:absolute;bottom:0;right:0;z-index:-1}._pageWrapper_yxfv2_1 ._summary_yxfv2_506 ._col_yxfv2_220 h1{width:fit-content;font-size:3rem;border-radius:5rem}._pageWrapper_yxfv2_1 ._summary_yxfv2_506 ._col_yxfv2_220 p{font-size:1.5rem;margin-top:2rem;letter-spacing:.1rem}._pageWrapper_yxfv2_1 ._summary_yxfv2_506 ._col_yxfv2_220 h3{font-size:2rem;margin-top:2rem;color:#32394e}._pageWrapper_yxfv2_1 ._summary_yxfv2_506 ._col_yxfv2_220 img{width:100%;height:auto;object-fit:cover}._pageWrapper_9bjv3_1{width:100dvw}._pageWrapper_9bjv3_1 p{color:#32394e;font-family:var(--f5);font-weight:500;line-height:2.25rem}._pageWrapper_9bjv3_1 h2{color:#32394e;font-family:var(--f5);font-weight:600}._pageWrapper_9bjv3_1 h1{color:#32394e}._pageWrapper_9bjv3_1 ._energyImageWrapper_9bjv3_18{width:100%;height:auto}._pageWrapper_9bjv3_1 ._energyImageWrapper_9bjv3_18 img{width:100%;height:100%}._pageWrapper_9bjv3_1 ._introWrapper_9bjv3_26{position:relative;display:grid;grid-template-columns:1fr 1fr}._pageWrapper_9bjv3_1 ._introWrapper_9bjv3_26 ._upperImage_9bjv3_31{position:absolute;top:0;left:0;z-index:-1}._pageWrapper_9bjv3_1 ._introWrapper_9bjv3_26 ._lowerImage_9bjv3_37{position:absolute;bottom:0;left:8rem;z-index:-1}._pageWrapper_9bjv3_1 ._introWrapper_9bjv3_26 ._topRightImage_9bjv3_43{position:absolute;top:0;right:8rem;z-index:-1}._pageWrapper_9bjv3_1 ._introWrapper_9bjv3_26 ._introContent_9bjv3_49{display:flex;flex-direction:column;align-items:end;justify-content:center;gap:2rem;padding-left:10rem}._pageWrapper_9bjv3_1 ._introWrapper_9bjv3_26 ._introContent_9bjv3_49 h1{width:fit-content;font-size:4rem;border-radius:5rem}._pageWrapper_9bjv3_1 ._introWrapper_9bjv3_26 ._introContent_9bjv3_49 h1 span{background:var(--grad2);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}._pageWrapper_9bjv3_1 ._introWrapper_9bjv3_26 ._introImage_9bjv3_68{width:100%;height:auto;padding:15%}._pageWrapper_9bjv3_1 ._introWrapper_9bjv3_26 ._introImage_9bjv3_68 img{width:100%;height:100%}._pageWrapper_9bjv3_1 ._aboutWrapper_9bjv3_77{position:relative;display:grid;align-items:center;justify-content:center;gap:14rem;grid-template-columns:1fr 1fr}._pageWrapper_9bjv3_1 ._aboutWrapper_9bjv3_77 ._upperImage_9bjv3_31{position:absolute;top:0;left:0;z-index:-1}._pageWrapper_9bjv3_1 ._aboutWrapper_9bjv3_77 ._lowerImage_9bjv3_37{position:absolute;bottom:0;left:8rem;z-index:-1}._pageWrapper_9bjv3_1 ._aboutWrapper_9bjv3_77 ._topRightImage_9bjv3_43{position:absolute;top:0;right:8rem;z-index:-1}._pageWrapper_9bjv3_1 ._aboutWrapper_9bjv3_77 ._aboutContent_9bjv3_103{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2rem;padding-left:10rem}._pageWrapper_9bjv3_1 ._aboutWrapper_9bjv3_77 ._aboutContent_9bjv3_103 h1{width:100%;font-size:3rem;border-radius:5rem}._pageWrapper_9bjv3_1 ._aboutWrapper_9bjv3_77 ._aboutContent_9bjv3_103 p{font-size:1.5rem;font-weight:500;letter-spacing:.2rem;word-spacing:.2rem}._pageWrapper_9bjv3_1 ._aboutWrapper_9bjv3_77 ._aboutImage_9bjv3_122{width:100%;height:auto;padding:8rem 0}._pageWrapper_9bjv3_1 ._aboutWrapper_9bjv3_77 ._aboutImage_9bjv3_122 img{width:100%;height:100%}._pageWrapper_9bjv3_1 ._compareWrapper_9bjv3_131{position:relative;min-height:40rem;padding:3rem}._pageWrapper_9bjv3_1 ._compareWrapper_9bjv3_131 ._upperImage_9bjv3_31{position:absolute;top:0;left:0;z-index:-1}._pageWrapper_9bjv3_1 ._compareWrapper_9bjv3_131 ._lowerImage_9bjv3_37{position:absolute;bottom:0;left:8rem;z-index:-1}._pageWrapper_9bjv3_1 ._compareWrapper_9bjv3_131 ._topRightImage_9bjv3_43{position:absolute;top:0;right:8rem;z-index:-1}._pageWrapper_9bjv3_1 ._compareWrapper_9bjv3_131 h1{width:fit-content;padding:1rem 6rem;font-size:3rem;margin:3rem auto;color:#32394e;border-radius:5rem}._pageWrapper_9bjv3_1 ._compareWrapper_9bjv3_131 ._domainContent_9bjv3_162{display:flex;align-items:stretch;justify-content:center;gap:3rem;padding:2rem 0}._pageWrapper_9bjv3_1 ._compareWrapper_9bjv3_131 ._domainContent_9bjv3_162 ._col_9bjv3_169{width:30%;border-radius:3rem;text-align:center;padding:1rem;box-shadow:0 4px 8px #0000001a;position:relative;background:#fff}._pageWrapper_9bjv3_1 ._compareWrapper_9bjv3_131 ._domainContent_9bjv3_162 ._col_9bjv3_169 h2{font-size:1.5rem;color:#32394e;margin-bottom:1rem;font-weight:500}._pageWrapper_9bjv3_1 ._compareWrapper_9bjv3_131 ._domainContent_9bjv3_162 ._col_9bjv3_169 p{font-size:1.2rem;color:#32394e}._pageWrapper_9bjv3_1 ._compareWrapper_9bjv3_131 ._domainContent_9bjv3_162 ._col_9bjv3_169:before{content:"";position:absolute;top:-1px;left:-1px;right:-1px;bottom:-1px;background:linear-gradient(to right,#f0c,#33f);z-index:-1;border-radius:3rem}._pageWrapper_9bjv3_1 ._compareWrapper_9bjv3_131 table{width:80%;border-collapse:separate;border-spacing:0;margin:2rem auto 0;border-radius:2rem;background-color:#fff;box-shadow:0 4px 8px #0000001a}._pageWrapper_9bjv3_1 ._compareWrapper_9bjv3_131 table th,._pageWrapper_9bjv3_1 ._compareWrapper_9bjv3_131 table td{width:50%;color:#32394e;text-align:start;border:1px solid #e0e0e0;font-size:1.5rem}._pageWrapper_9bjv3_1 ._compareWrapper_9bjv3_131 table th{padding:2rem;background:var(--grad2);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;font-size:2rem;font-weight:700;text-align:center}._pageWrapper_9bjv3_1 ._compareWrapper_9bjv3_131 table td{padding:2rem 4rem;background-color:#fff}._pageWrapper_9bjv3_1 ._compareWrapper_9bjv3_131 table th:first-child{border-top-left-radius:10px}._pageWrapper_9bjv3_1 ._compareWrapper_9bjv3_131 table th:last-child{border-top-right-radius:10px}._pageWrapper_9bjv3_1 ._featureContainer_9bjv3_236{position:relative}._pageWrapper_9bjv3_1 ._featureContainer_9bjv3_236 ._upperImage_9bjv3_31{position:absolute;top:0;left:0;z-index:-1}._pageWrapper_9bjv3_1 ._featureContainer_9bjv3_236 ._lowerImage_9bjv3_37{position:absolute;bottom:0;left:8rem;z-index:-1}._pageWrapper_9bjv3_1 ._featureContainer_9bjv3_236 ._topRightImage_9bjv3_43{position:absolute;top:0;right:8rem;z-index:-1}._pageWrapper_9bjv3_1 ._featureContainer_9bjv3_236 h1{width:fit-content;padding:1rem 6rem;font-size:3rem;margin:0 auto;border-radius:5rem;margin-top:2rem;margin-bottom:2rem}._pageWrapper_9bjv3_1 ._featureContainer_9bjv3_236 ._featureContent_9bjv3_266{display:grid;grid-template-columns:1fr .7fr}._pageWrapper_9bjv3_1 ._featureContainer_9bjv3_236 ._featureContent_9bjv3_266 ._aboutContent_9bjv3_103{display:flex;flex-direction:column;align-items:start;justify-content:start;padding:8rem 8rem 8rem 14rem;gap:2rem}._pageWrapper_9bjv3_1 ._featureContainer_9bjv3_236 ._featureContent_9bjv3_266 ._aboutContent_9bjv3_103 p{font-size:1.8rem;text-align:start}._pageWrapper_9bjv3_1 ._featureContainer_9bjv3_236 ._featureContent_9bjv3_266 ._aboutContent_9bjv3_103 ._checkmark_9bjv3_283{background:var(--grad2);color:#fff;border-radius:50%;padding:.2rem;margin-right:1rem}._pageWrapper_9bjv3_1 ._featureContainer_9bjv3_236 ._featureContent_9bjv3_266 ._phoneImage_9bjv3_290{width:100%;height:100%;background-size:cover;background-image:linear-gradient(to right,#fffc,#fff0),url(/assets/phone-CvU0GeAd.png)}._pageWrapper_9bjv3_1 ._challenge_9bjv3_296{position:relative;width:100dvw}._pageWrapper_9bjv3_1 ._challenge_9bjv3_296 ._upperImage_9bjv3_31{position:absolute;top:0;left:0;z-index:-1}._pageWrapper_9bjv3_1 ._challenge_9bjv3_296 ._lowerImage_9bjv3_37{position:absolute;bottom:0;left:8rem;z-index:-1}._pageWrapper_9bjv3_1 ._challenge_9bjv3_296 ._topRightImage_9bjv3_43{position:absolute;top:0;right:8rem;z-index:-1}._pageWrapper_9bjv3_1 ._challenge_9bjv3_296 h1{width:fit-content;padding:1rem 6rem;font-size:3rem;margin:0 auto;border-radius:5rem;margin-top:2rem;margin-bottom:2rem}._pageWrapper_9bjv3_1 ._challenge_9bjv3_296 ._content_9bjv3_327{display:grid;grid-template-columns:1fr 1fr;align-items:center}._pageWrapper_9bjv3_1 ._challenge_9bjv3_296 ._content_9bjv3_327 ._aboutContent_9bjv3_103{padding:0 8rem;width:100%}._pageWrapper_9bjv3_1 ._challenge_9bjv3_296 ._content_9bjv3_327 ._aboutContent_9bjv3_103 ._list_9bjv3_336{display:flex;align-items:start;justify-content:start;gap:1rem;margin-bottom:2rem;border-radius:1.5rem;background:#fff}._pageWrapper_9bjv3_1 ._challenge_9bjv3_296 ._content_9bjv3_327 ._aboutContent_9bjv3_103 ._list_9bjv3_336 ._checkmark_9bjv3_283{width:2.5rem;height:2.5rem;background:var(--grad2);color:#fff;border-radius:50%;padding:.2rem}._pageWrapper_9bjv3_1 ._challenge_9bjv3_296 ._content_9bjv3_327 ._aboutContent_9bjv3_103 ._list_9bjv3_336 h2{font-size:1.8rem;text-align:start;margin-bottom:1rem;width:100%}._pageWrapper_9bjv3_1 ._challenge_9bjv3_296 ._content_9bjv3_327 ._aboutContent_9bjv3_103 ._list_9bjv3_336 p{font-size:1.6rem;text-align:start}._pageWrapper_9bjv3_1 ._challenge_9bjv3_296 ._content_9bjv3_327 ._laptopImage_9bjv3_363{width:100%;height:auto;padding:8rem 0}._pageWrapper_9bjv3_1 ._challenge_9bjv3_296 ._content_9bjv3_327 ._laptopImage_9bjv3_363 img{width:100%;height:100%}._pageWrapper_9bjv3_1 ._platformSection_9bjv3_372{position:relative;min-height:40rem}._pageWrapper_9bjv3_1 ._platformSection_9bjv3_372 ._upperImage_9bjv3_31{position:absolute;top:0;left:0;z-index:-1}._pageWrapper_9bjv3_1 ._platformSection_9bjv3_372 ._lowerImage_9bjv3_37{position:absolute;bottom:0;left:8rem;z-index:-1}._pageWrapper_9bjv3_1 ._platformSection_9bjv3_372 ._topRightImage_9bjv3_43{position:absolute;top:0;right:8rem;z-index:-1}._pageWrapper_9bjv3_1 ._platformSection_9bjv3_372 ._title_9bjv3_394{width:fit-content;padding:1rem 6rem;font-size:3rem;margin:0 auto;color:#32394e;border-radius:5rem;margin-bottom:5rem}._pageWrapper_9bjv3_1 ._platformSection_9bjv3_372 ._featuresGrid_9bjv3_403{display:flex;justify-content:center;flex-wrap:wrap;gap:2rem}._pageWrapper_9bjv3_1 ._platformSection_9bjv3_372 ._featuresGrid_9bjv3_403 ._featureCircle_9bjv3_409{max-width:180px;text-align:center}._pageWrapper_9bjv3_1 ._platformSection_9bjv3_372 ._featuresGrid_9bjv3_403 ._featureCircle_9bjv3_409 ._circularChart_9bjv3_413{width:100%;height:auto;transform:rotate(-90deg)}._pageWrapper_9bjv3_1 ._platformSection_9bjv3_372 ._featuresGrid_9bjv3_403 ._featureCircle_9bjv3_409 ._circularChart_9bjv3_413 ._circleBg_9bjv3_418{fill:none;stroke:#e5e7eb;stroke-width:2.8}._pageWrapper_9bjv3_1 ._platformSection_9bjv3_372 ._featuresGrid_9bjv3_403 ._featureCircle_9bjv3_409 ._circularChart_9bjv3_413 ._circleProgress_9bjv3_423{fill:none;stroke-width:2.8;stroke-linecap:round}._pageWrapper_9bjv3_1 ._platformSection_9bjv3_372 ._featuresGrid_9bjv3_403 ._featureCircle_9bjv3_409 ._circularChart_9bjv3_413 ._circleText_9bjv3_428{fill:#000;font-size:6px;text-anchor:middle;transform:rotate(90deg);transform-origin:center;font-weight:700}._pageWrapper_9bjv3_1 ._platformSection_9bjv3_372 ._featuresGrid_9bjv3_403 ._featureCircle_9bjv3_409 ._description_9bjv3_436{font-size:.9rem;margin-top:1rem;color:#4b5563}._pageWrapper_9bjv3_1 ._flow_9bjv3_441{position:relative}._pageWrapper_9bjv3_1 ._flow_9bjv3_441 ._upperImage_9bjv3_31{position:absolute;top:0;left:0;z-index:-1}._pageWrapper_9bjv3_1 ._flow_9bjv3_441 ._lowerImage_9bjv3_37{position:absolute;bottom:0;left:8rem;z-index:-1}._pageWrapper_9bjv3_1 ._flow_9bjv3_441 ._topRightImage_9bjv3_43{position:absolute;top:0;right:8rem;z-index:-1}._pageWrapper_9bjv3_1 ._flow_9bjv3_441 h1{width:fit-content;padding:1rem 6rem;font-size:3rem;margin:2rem auto;border-radius:5rem}._pageWrapper_9bjv3_1 ._flow_9bjv3_441 p{font-size:1.5rem;margin:1rem auto;text-align:center;line-height:3rem}._pageWrapper_9bjv3_1 ._flow_9bjv3_441 ._flowImage_9bjv3_476{width:70%;height:auto;margin:2rem 15%}._pageWrapper_9bjv3_1 ._summary_9bjv3_481{padding:5rem 15rem;display:grid;grid-template-columns:1fr 1fr;position:relative}._pageWrapper_9bjv3_1 ._summary_9bjv3_481 ._upperImage_9bjv3_31{position:absolute;top:0;left:0;z-index:-1}._pageWrapper_9bjv3_1 ._summary_9bjv3_481 ._lowerImage_9bjv3_37{position:absolute;bottom:0;left:8rem;z-index:-1}._pageWrapper_9bjv3_1 ._summary_9bjv3_481 ._topRightImage_9bjv3_43{position:absolute;top:0;right:8rem;z-index:-1}._pageWrapper_9bjv3_1 ._summary_9bjv3_481 ._col_9bjv3_169 h1{width:fit-content;font-size:3rem;border-radius:5rem}._pageWrapper_9bjv3_1 ._summary_9bjv3_481 ._col_9bjv3_169 p{font-size:1.5rem;margin-top:2rem;letter-spacing:.1rem}._pageWrapper_9bjv3_1 ._summary_9bjv3_481 ._col_9bjv3_169 h3{font-size:2rem;margin-top:2rem;color:#32394e}._pageWrapper_9bjv3_1 ._summary_9bjv3_481 ._col_9bjv3_169 img{width:100%;height:auto;object-fit:cover}._pageWrapper_t1vl0_1{width:100dvw}._pageWrapper_t1vl0_1 p{color:#32394e;font-family:var(--f5);font-weight:500;line-height:2.25rem}._pageWrapper_t1vl0_1 h2{color:#32394e;font-family:var(--f5);font-weight:600}._pageWrapper_t1vl0_1 h1{color:#32394e}._pageWrapper_t1vl0_1 ._energyImageWrapper_t1vl0_18{width:100%;height:auto}._pageWrapper_t1vl0_1 ._energyImageWrapper_t1vl0_18 img{width:100%;height:100%}._pageWrapper_t1vl0_1 ._introWrapper_t1vl0_26{position:relative;display:grid;grid-template-columns:1fr 1fr}._pageWrapper_t1vl0_1 ._introWrapper_t1vl0_26 ._upperImage_t1vl0_31{position:absolute;top:0;left:0;z-index:-1}._pageWrapper_t1vl0_1 ._introWrapper_t1vl0_26 ._lowerImage_t1vl0_37{position:absolute;bottom:0;right:0;z-index:-1}._pageWrapper_t1vl0_1 ._introWrapper_t1vl0_26 ._introContent_t1vl0_43{display:flex;flex-direction:column;align-items:end;justify-content:center;gap:2rem}._pageWrapper_t1vl0_1 ._introWrapper_t1vl0_26 ._introContent_t1vl0_43 h1{width:fit-content;font-size:4rem;border-radius:5rem}._pageWrapper_t1vl0_1 ._introWrapper_t1vl0_26 ._introImage_t1vl0_55{width:100%;height:auto}._pageWrapper_t1vl0_1 ._introWrapper_t1vl0_26 ._introImage_t1vl0_55 img{width:100%;height:100%}._pageWrapper_t1vl0_1 ._aboutWrapper_t1vl0_63{position:relative;display:grid;align-items:center;justify-content:center;gap:14rem;grid-template-columns:.4fr .3fr}._pageWrapper_t1vl0_1 ._aboutWrapper_t1vl0_63 ._upperImage_t1vl0_31{position:absolute;top:0;left:0;z-index:-1}._pageWrapper_t1vl0_1 ._aboutWrapper_t1vl0_63 ._lowerImage_t1vl0_37{position:absolute;bottom:0;right:0;z-index:-1}._pageWrapper_t1vl0_1 ._aboutWrapper_t1vl0_63 ._aboutContent_t1vl0_83{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2rem}._pageWrapper_t1vl0_1 ._aboutWrapper_t1vl0_63 ._aboutContent_t1vl0_83 h1{width:100%;font-size:3rem;border-radius:5rem}._pageWrapper_t1vl0_1 ._aboutWrapper_t1vl0_63 ._aboutContent_t1vl0_83 p{font-size:1.5rem;font-weight:500;letter-spacing:.2rem;word-spacing:.2rem}._pageWrapper_t1vl0_1 ._aboutWrapper_t1vl0_63 ._aboutImage_t1vl0_101{width:100%;height:auto;padding:2rem 0}._pageWrapper_t1vl0_1 ._aboutWrapper_t1vl0_63 ._aboutImage_t1vl0_101 img{width:100%;height:100%}._pageWrapper_t1vl0_1 ._domain_t1vl0_110{position:relative;min-height:40rem}._pageWrapper_t1vl0_1 ._domain_t1vl0_110 ._upperImage_t1vl0_31{position:absolute;top:0;left:0;z-index:-1}._pageWrapper_t1vl0_1 ._domain_t1vl0_110 ._lowerImage_t1vl0_37{position:absolute;bottom:0;right:0;z-index:-1}._pageWrapper_t1vl0_1 ._domain_t1vl0_110 h1{width:fit-content;padding:1rem 6rem;font-size:3rem;margin:2rem auto;border-radius:5rem}._pageWrapper_t1vl0_1 ._domain_t1vl0_110 ._domainContent_t1vl0_133{display:flex;align-items:stretch;justify-content:center;gap:3rem;padding:2rem 0}._pageWrapper_t1vl0_1 ._domain_t1vl0_110 ._domainContent_t1vl0_133 ._col_t1vl0_140{width:25%;border-radius:1rem;text-align:center;padding:3rem;box-shadow:0 4px 8px #0000001a;position:relative;background:#fff}._pageWrapper_t1vl0_1 ._domain_t1vl0_110 ._domainContent_t1vl0_133 ._col_t1vl0_140 h2{font-size:3rem;color:#32394e;margin-bottom:1rem;font-weight:500}._pageWrapper_t1vl0_1 ._domain_t1vl0_110 ._domainContent_t1vl0_133 ._col_t1vl0_140 p{font-size:1.5rem;color:#32394e}._pageWrapper_t1vl0_1 ._compareWrapper_t1vl0_159{position:relative;min-height:40rem;padding:3rem}._pageWrapper_t1vl0_1 ._compareWrapper_t1vl0_159 ._upperImage_t1vl0_31{position:absolute;top:0;left:0;z-index:-1}._pageWrapper_t1vl0_1 ._compareWrapper_t1vl0_159 ._lowerImage_t1vl0_37{position:absolute;bottom:0;right:0;z-index:-1}._pageWrapper_t1vl0_1 ._compareWrapper_t1vl0_159 h1{width:fit-content;padding:1rem 6rem;font-size:3rem;margin:2rem auto;color:#32394e;border-radius:5rem}._pageWrapper_t1vl0_1 ._compareWrapper_t1vl0_159 ._domainContent_t1vl0_133{display:flex;align-items:stretch;justify-content:center;gap:3rem;padding:2rem 0}._pageWrapper_t1vl0_1 ._compareWrapper_t1vl0_159 ._domainContent_t1vl0_133 ._col_t1vl0_140{width:30%;border-radius:3rem;text-align:center;padding:1rem;box-shadow:0 4px 8px #0000001a;position:relative;background:#fff}._pageWrapper_t1vl0_1 ._compareWrapper_t1vl0_159 ._domainContent_t1vl0_133 ._col_t1vl0_140 h2{font-size:1.5rem;color:#32394e;margin-bottom:1rem;font-weight:500}._pageWrapper_t1vl0_1 ._compareWrapper_t1vl0_159 ._domainContent_t1vl0_133 ._col_t1vl0_140 p{font-size:1.2rem;color:#32394e}._pageWrapper_t1vl0_1 ._compareWrapper_t1vl0_159 ._domainContent_t1vl0_133 ._col_t1vl0_140:before{content:"";position:absolute;top:-1px;left:-1px;right:-1px;bottom:-1px;background:linear-gradient(to right,#f0c,#33f);z-index:-1;border-radius:3rem}._pageWrapper_t1vl0_1 ._compareWrapper_t1vl0_159 table{width:90%;border-collapse:separate;border-spacing:0;margin:2rem auto 0;border-radius:2rem;background-color:#fff}._pageWrapper_t1vl0_1 ._compareWrapper_t1vl0_159 table th,._pageWrapper_t1vl0_1 ._compareWrapper_t1vl0_159 table td{width:50%;color:#32394e;text-align:start;border:1px solid #e0e0e0;font-size:1.5rem}._pageWrapper_t1vl0_1 ._compareWrapper_t1vl0_159 table th{padding:2rem;color:#243900;background:#5f861f1a;font-size:2rem;font-weight:700;text-align:center}._pageWrapper_t1vl0_1 ._compareWrapper_t1vl0_159 table td{padding:2rem 4rem;background-color:#fff}._pageWrapper_t1vl0_1 ._compareWrapper_t1vl0_159 table th:first-child{border-top-left-radius:10px}._pageWrapper_t1vl0_1 ._compareWrapper_t1vl0_159 table th:last-child{border-top-right-radius:10px}._pageWrapper_t1vl0_1 ._featureContainer_t1vl0_255{position:relative;display:grid;grid-template-columns:1fr .5fr}._pageWrapper_t1vl0_1 ._featureContainer_t1vl0_255 ._upperImage_t1vl0_31{position:absolute;top:0;left:0;z-index:-1}._pageWrapper_t1vl0_1 ._featureContainer_t1vl0_255 ._lowerImage_t1vl0_37{position:absolute;bottom:0;right:0;z-index:-1}._pageWrapper_t1vl0_1 ._featureContainer_t1vl0_255 ._aboutContent_t1vl0_83{display:flex;flex-direction:column;align-items:start;justify-content:start;padding:2rem 2rem 2rem 14rem;gap:2rem}._pageWrapper_t1vl0_1 ._featureContainer_t1vl0_255 ._aboutContent_t1vl0_83 h1{width:fit-content;padding:1rem 6rem;font-size:3rem;border-radius:5rem;margin-top:2rem;margin-bottom:2rem}._pageWrapper_t1vl0_1 ._featureContainer_t1vl0_255 ._aboutContent_t1vl0_83 p{font-size:1.8rem;text-align:start}._pageWrapper_t1vl0_1 ._featureContainer_t1vl0_255 ._aboutContent_t1vl0_83 ._checkmark_t1vl0_293{background:#5f861f;color:#fff;border-radius:50%;padding:.2rem;margin-right:1rem}._pageWrapper_t1vl0_1 ._featureContainer_t1vl0_255 ._Images_t1vl0_300{width:100%;height:auto;display:flex;flex-direction:column;align-items:center;justify-content:start}._pageWrapper_t1vl0_1 ._featureContainer_t1vl0_255 ._Images_t1vl0_300 ._wrapper_t1vl0_308{width:100%;height:28rem;padding:2rem 0}._pageWrapper_t1vl0_1 ._featureContainer_t1vl0_255 ._Images_t1vl0_300 ._wrapper_t1vl0_308 img{width:100%;height:100%;object-fit:cover}._pageWrapper_t1vl0_1 ._challenge_t1vl0_318{position:relative;width:100dvw}._pageWrapper_t1vl0_1 ._challenge_t1vl0_318 ._upperImage_t1vl0_31{position:absolute;top:0;left:0;z-index:-1}._pageWrapper_t1vl0_1 ._challenge_t1vl0_318 ._lowerImage_t1vl0_37{position:absolute;bottom:0;right:0;z-index:-1}._pageWrapper_t1vl0_1 ._challenge_t1vl0_318 h1{width:fit-content;padding:1rem 6rem;font-size:3rem;margin:0 auto;border-radius:5rem;margin-top:2rem;margin-bottom:2rem}._pageWrapper_t1vl0_1 ._challenge_t1vl0_318 ._aboutContent_t1vl0_83{padding:0 15rem;width:100%}._pageWrapper_t1vl0_1 ._challenge_t1vl0_318 ._aboutContent_t1vl0_83 ._list_t1vl0_347{display:flex;align-items:start;justify-content:start;gap:1rem;margin-bottom:2rem;padding:1.5rem;border-radius:1.5rem;box-shadow:0 4px 8px #0000001a;background:#fff}._pageWrapper_t1vl0_1 ._challenge_t1vl0_318 ._aboutContent_t1vl0_83 ._list_t1vl0_347 ._checkmark_t1vl0_293{width:2.5rem;height:2.5rem;background:#5f861f;color:#fff;border-radius:50%;padding:.2rem;margin-right:1rem}._pageWrapper_t1vl0_1 ._challenge_t1vl0_318 ._aboutContent_t1vl0_83 ._list_t1vl0_347 h2{font-size:1.8rem;text-align:start;margin-bottom:1rem;width:100%}._pageWrapper_t1vl0_1 ._challenge_t1vl0_318 ._aboutContent_t1vl0_83 ._list_t1vl0_347 p{font-size:1.6rem;text-align:start}._pageWrapper_t1vl0_1 ._flow_t1vl0_377{position:relative}._pageWrapper_t1vl0_1 ._flow_t1vl0_377 ._upperImage_t1vl0_31{position:absolute;top:0;left:0;z-index:-1}._pageWrapper_t1vl0_1 ._flow_t1vl0_377 ._lowerImage_t1vl0_37{position:absolute;bottom:0;right:0;z-index:-1}._pageWrapper_t1vl0_1 ._flow_t1vl0_377 h1{width:fit-content;padding:1rem 6rem;font-size:3rem;margin:2rem auto;border-radius:5rem}._pageWrapper_t1vl0_1 ._flow_t1vl0_377 p{font-size:1.5rem;margin:1rem auto;text-align:center;line-height:3rem}._pageWrapper_t1vl0_1 ._flow_t1vl0_377 ._flowImage_t1vl0_406{width:70%;height:auto;margin:2rem 15%}._pageWrapper_t1vl0_1 ._summary_t1vl0_411{padding:5rem 15rem}._pageWrapper_t1vl0_1 ._summary_t1vl0_411 h1{width:fit-content;font-size:3rem;border-radius:5rem}._pageWrapper_t1vl0_1 ._summary_t1vl0_411 p{font-size:1.5rem;margin-top:2rem;letter-spacing:.1rem}._pageWrapper_t1vl0_1 ._summary_t1vl0_411 h3{font-size:2rem;margin-top:2rem;color:#32394e}._EngagementModel_1cktn_1{width:100%;height:calc(100vh - 7.5rem);height:auto;display:flex;flex-direction:column;align-items:center;gap:4rem;position:relative}._EngagementModel_1cktn_1 h2{color:#3d3d3d;font-family:Montserrat;font-size:3.5rem;font-style:normal;font-weight:700;line-height:3.99rem;letter-spacing:-.07rem;text-transform:capitalize}._EngagementModel_1cktn_1 h2 span{color:var(--c1)}._EngagementModel_1cktn_1 p{color:var(--Test, #3d3d3d);font-family:Inter;font-size:1.125rem;font-style:normal;font-weight:400;line-height:1.755rem}._EngagementModel_1cktn_1 ._Row1_1cktn_33{display:flex;flex-direction:column;gap:3rem;width:100%}._EngagementModel_1cktn_1 ._Row1_1cktn_33 ._TopSection_1cktn_39{width:100%;display:flex;align-items:center;justify-content:space-between;padding:3rem 15rem}@media (max-width: 631px){._EngagementModel_1cktn_1 ._Row1_1cktn_33 ._TopSection_1cktn_39{padding:3rem 2rem;padding-bottom:0;background:var(--c2)}}._EngagementModel_1cktn_1 ._Row1_1cktn_33 ._TopSection_1cktn_39 ._Left_1cktn_53{width:42.8125rem;display:flex;flex-direction:column;align-items:flex-start;gap:.25rem}._EngagementModel_1cktn_1 ._Row1_1cktn_33 ._TopSection_1cktn_39 ._Left_1cktn_53 ._CompanyButton_1cktn_60{width:12.125rem;height:3.0625rem;border-radius:6.25rem;margin-bottom:1rem;position:relative;overflow:hidden;z-index:1;padding:3px}@media (max-width: 631px){._EngagementModel_1cktn_1 ._Row1_1cktn_33 ._TopSection_1cktn_39 ._Left_1cktn_53 ._CompanyButton_1cktn_60{height:auto;width:max-content}}._EngagementModel_1cktn_1 ._Row1_1cktn_33 ._TopSection_1cktn_39 ._Left_1cktn_53 ._CompanyButton_1cktn_60:after{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%) rotate(-40deg);content:"";width:10%;height:390%;background:var(--lg3);transition:all .3s ease-in-out;z-index:-1;display:none}@keyframes _rotate_1cktn_1{0%{transform:translate(-50%,-50%) rotate(-40deg)}to{transform:translate(-50%,-50%) rotate(360deg)}}._EngagementModel_1cktn_1 ._Row1_1cktn_33 ._TopSection_1cktn_39 ._Left_1cktn_53 ._CompanyButton_1cktn_60 ._CompanyButtonInner_1cktn_97{width:100%;height:100%;border-radius:6.25rem;background:#f47b2a0d;display:flex;justify-content:center;align-items:center;gap:.75rem}@media (max-width: 631px){._EngagementModel_1cktn_1 ._Row1_1cktn_33 ._TopSection_1cktn_39 ._Left_1cktn_53 ._CompanyButton_1cktn_60 ._CompanyButtonInner_1cktn_97{padding:1rem 2rem}}._EngagementModel_1cktn_1 ._Row1_1cktn_33 ._TopSection_1cktn_39 ._Left_1cktn_53 ._CompanyButton_1cktn_60 ._CompanyButtonInner_1cktn_97 svg{width:1.5rem;height:1.5rem;flex-shrink:0}._EngagementModel_1cktn_1 ._Row1_1cktn_33 ._TopSection_1cktn_39 ._Left_1cktn_53 ._CompanyButton_1cktn_60 ._CompanyButtonInner_1cktn_97 svg path{fill:var(--c1)}._EngagementModel_1cktn_1 ._Row1_1cktn_33 ._TopSection_1cktn_39 ._Left_1cktn_53 ._CompanyButton_1cktn_60 ._CompanyButtonInner_1cktn_97 h1{color:var(--c1);font-size:1rem;font-style:normal;font-weight:500;line-height:1.62rem}@media (max-width: 631px){._EngagementModel_1cktn_1 ._Row1_1cktn_33 ._TopSection_1cktn_39 ._Left_1cktn_53 ._CompanyButton_1cktn_60 ._CompanyButtonInner_1cktn_97 h1{font-size:1.3125rem}}._EngagementModel_1cktn_1 ._Row1_1cktn_33 ._TopSection_1cktn_39 ._Left_1cktn_53 ._HireHeading_1cktn_133{margin-bottom:2rem}._EngagementModel_1cktn_1 ._Row1_1cktn_33 ._TopSection_1cktn_39 ._Left_1cktn_53 ._HireHeading_1cktn_133 h1{color:#2f2f2f;font-family:var(--f2);font-size:3.5rem;font-style:normal;font-weight:700;line-height:4.31144rem;letter-spacing:-.07838rem}._EngagementModel_1cktn_1 ._Row1_1cktn_33 ._TopSection_1cktn_39 ._Left_1cktn_53 ._HireHeading_1cktn_133 span{color:var(--c1);font-family:var(--f2);font-size:3.5rem;font-style:normal;font-weight:700;line-height:4.31144rem;letter-spacing:-.07838rem}._EngagementModel_1cktn_1 ._Row1_1cktn_33 ._TopSection_1cktn_39 ._Left_1cktn_53 ._Para_1cktn_154{margin-bottom:2.66rem}._EngagementModel_1cktn_1 ._Row1_1cktn_33 ._TopSection_1cktn_39 ._Left_1cktn_53 ._Para_1cktn_154 p{width:30.9375rem;color:#313131;font-size:1.125rem;font-style:normal;font-weight:300;line-height:1.81469rem}@media (max-width: 631px){._EngagementModel_1cktn_1 ._Row1_1cktn_33 ._TopSection_1cktn_39 ._Left_1cktn_53 ._Para_1cktn_154 p{font-size:1.3125rem}}._EngagementModel_1cktn_1 ._Row1_1cktn_33 ._TopSection_1cktn_39 ._Left_1cktn_53 ._row5_1cktn_170{margin-bottom:5.75rem}._EngagementModel_1cktn_1 ._Row1_1cktn_33 ._TopSection_1cktn_39 ._Right_1cktn_173{width:40.02525rem;height:30.625rem;width:auto}._EngagementModel_1cktn_1 ._Row1_1cktn_33 ._TopSection_1cktn_39 ._Right_1cktn_173 img{height:100%;width:100%;object-fit:contain}@media (max-width: 631px){._EngagementModel_1cktn_1 ._Row1_1cktn_33 ._TopSection_1cktn_39 ._Right_1cktn_173{display:none}}._EngagementModel_1cktn_1 ._Row1_1cktn_33 ._TopSection_1cktn_39 ._Asset1_1cktn_188{width:29.5625rem;height:34.918rem;position:absolute;left:-4rem;top:-10rem}@media (max-width: 631px){._EngagementModel_1cktn_1 ._Row1_1cktn_33 ._TopSection_1cktn_39 ._Asset1_1cktn_188{display:none}}._EngagementModel_1cktn_1 ._Row1_1cktn_33 ._TopSection_1cktn_39 ._Asset1_1cktn_188 svg{height:100%;width:100%}._EngagementModel_1cktn_1 ._Row1_1cktn_33 ._TopSection_1cktn_39 ._Asset2_1cktn_204{width:29.5625rem;height:34.918rem;position:absolute;right:-4rem;top:10rem}@media (max-width: 631px){._EngagementModel_1cktn_1 ._Row1_1cktn_33 ._TopSection_1cktn_39 ._Asset2_1cktn_204{top:-7rem}}._EngagementModel_1cktn_1 ._Row1_1cktn_33 ._TopSection_1cktn_39 ._Asset2_1cktn_204 svg{height:100%;width:100%}._EngagementModel_1cktn_1 ._Row1_1cktn_33 ._Bottom_1cktn_220{margin:auto;width:93.25rem;display:flex;align-items:center;justify-content:space-between}@media (max-width: 631px){._EngagementModel_1cktn_1 ._Row1_1cktn_33 ._Bottom_1cktn_220{width:100%;display:grid;grid-template-columns:repeat(2,1fr);gap:1rem;padding:0 2rem}}._EngagementModel_1cktn_1 ._Row1_1cktn_33 ._Bottom_1cktn_220 ._ColOuter_1cktn_236{width:22.1875rem;height:15.0625rem;padding:1px;border-radius:1.81469rem;overflow:hidden;background:#ffffff0d;box-shadow:0 4px 34px #00000014;-webkit-backdrop-filter:blur(75px);backdrop-filter:blur(75px);position:relative}@media (max-width: 631px){._EngagementModel_1cktn_1 ._Row1_1cktn_33 ._Bottom_1cktn_220 ._ColOuter_1cktn_236{width:100%}}._EngagementModel_1cktn_1 ._Row1_1cktn_33 ._Bottom_1cktn_220 ._ColOuter_1cktn_236 ._Col_1cktn_236{display:flex;width:100%;height:100%;padding:3.25rem 1.875rem 2.4375rem 4.5rem;flex-direction:column;justify-content:center;align-items:flex-start;background:var(--c2);border-radius:1.81469rem;transition:all ease-in-out .3s;background:#fff;box-shadow:0 4px 34px #00000014;-webkit-backdrop-filter:blur(75px);backdrop-filter:blur(75px);gap:.5rem}._EngagementModel_1cktn_1 ._Row1_1cktn_33 ._Bottom_1cktn_220 ._ColOuter_1cktn_236 ._Col_1cktn_236:hover{background:var(--c1)}._EngagementModel_1cktn_1 ._Row1_1cktn_33 ._Bottom_1cktn_220 ._ColOuter_1cktn_236 ._Col_1cktn_236:hover h3,._EngagementModel_1cktn_1 ._Row1_1cktn_33 ._Bottom_1cktn_220 ._ColOuter_1cktn_236 ._Col_1cktn_236:hover p{color:var(--c2)}._EngagementModel_1cktn_1 ._Row1_1cktn_33 ._Bottom_1cktn_220 ._ColOuter_1cktn_236 ._Col_1cktn_236 h3{color:var(--c5);font-family:var(--f1);font-size:3.5rem;font-style:normal;font-weight:600;line-height:3.99rem;letter-spacing:-.07rem}._EngagementModel_1cktn_1 ._Row1_1cktn_33 ._Bottom_1cktn_220 ._ColOuter_1cktn_236 ._Col_1cktn_236 p{color:var(--c5);font-family:var(--f1);font-size:1.125rem;font-style:normal;font-weight:600;line-height:1.875rem;text-transform:capitalize}._EngagementModel_1cktn_1 ._Row2_1cktn_293{display:flex;flex-direction:column;align-items:flex-start;gap:2.1875rem}@media (max-width: 631px){._EngagementModel_1cktn_1 ._Row2_1cktn_293{width:100%;padding:0 2rem}}._EngagementModel_1cktn_1 ._Row2_1cktn_293 h2{width:77.1875rem}@media (max-width: 631px){._EngagementModel_1cktn_1 ._Row2_1cktn_293 h2{width:100%}}._EngagementModel_1cktn_1 ._Row2_1cktn_293 ._Cards_1cktn_313{margin-top:4rem;display:flex;align-items:center;gap:4rem}@media (max-width: 631px){._EngagementModel_1cktn_1 ._Row2_1cktn_293 ._Cards_1cktn_313{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem;row-gap:4rem}}._EngagementModel_1cktn_1 ._Row2_1cktn_293 ._Cards_1cktn_313 ._Card_1cktn_313{width:19.625rem;height:19.4375rem;flex-shrink:0;border-radius:1.71319rem;background:var(--c2);box-shadow:0 4px 40px #0000000a,0 4px 80px #efefef80;padding:4rem 2rem 2rem 4rem;display:flex;flex-direction:column;gap:1rem;position:relative}@media (max-width: 631px){._EngagementModel_1cktn_1 ._Row2_1cktn_293 ._Cards_1cktn_313 ._Card_1cktn_313{width:100%}}._EngagementModel_1cktn_1 ._Row2_1cktn_293 ._Cards_1cktn_313 ._Card_1cktn_313 p{width:auto;text-align:start}._EngagementModel_1cktn_1 ._Row2_1cktn_293 ._Cards_1cktn_313 ._Card_1cktn_313 i{position:absolute;top:-3.6rem;left:2.2rem;display:flex;width:7.24119rem;height:7.24119rem;justify-content:center;align-items:center;flex-shrink:0;border-radius:50%}._EngagementModel_1cktn_1 ._Row2_1cktn_293 ._Cards_1cktn_313 ._Card_1cktn_313 i img,._EngagementModel_1cktn_1 ._Row2_1cktn_293 ._Cards_1cktn_313 ._Card_1cktn_313 i svg{width:100%;height:100%}._EngagementModel_1cktn_1 ._Row2_1cktn_293 ._Cards_1cktn_313 ._Card_1cktn_313 h3{color:var(--c3);font-family:var(--f1);font-size:2rem;font-style:normal;font-weight:600;line-height:2.74106rem;letter-spacing:-.04569rem}._EngagementModel_1cktn_1 ._Row3_1cktn_375{display:flex;flex-direction:column;align-items:center;gap:1rem}@media (max-width: 631px){._EngagementModel_1cktn_1 ._Row3_1cktn_375{width:100%;padding:0 2rem;align-items:flex-start}}._EngagementModel_1cktn_1 ._Row3_1cktn_375 h2{width:60rem;color:#3d3d3d;text-align:center;font-family:Montserrat;font-size:3.5rem;font-style:normal;font-weight:700;line-height:3.99rem;letter-spacing:-.07rem}@media (max-width: 631px){._EngagementModel_1cktn_1 ._Row3_1cktn_375 h2{width:100%;text-align:start}}._EngagementModel_1cktn_1 ._Row3_1cktn_375 p{color:#3d3d3d8f;font-family:Inter;font-size:1.125rem;font-style:normal;font-weight:400;line-height:normal}@media (max-width: 631px){._EngagementModel_1cktn_1 ._Row3_1cktn_375 p{text-align:start;width:90%}}._EngagementModel_1cktn_1 ._Row3_1cktn_375 ._Row_1cktn_33{display:flex;align-items:center;gap:4.9375rem;margin:3rem 0}@media (max-width: 631px){._EngagementModel_1cktn_1 ._Row3_1cktn_375 ._Row_1cktn_33{flex-direction:column-reverse;margin:1rem 0}}._EngagementModel_1cktn_1 ._Row3_1cktn_375 ._Row_1cktn_33._Reverse_1cktn_431{flex-direction:row-reverse}@media (max-width: 631px){._EngagementModel_1cktn_1 ._Row3_1cktn_375 ._Row_1cktn_33._Reverse_1cktn_431{flex-direction:column-reverse}}._EngagementModel_1cktn_1 ._Row3_1cktn_375 ._Row_1cktn_33 ._Left_1cktn_53{width:49.1875rem;height:34.67013rem}@media (max-width: 631px){._EngagementModel_1cktn_1 ._Row3_1cktn_375 ._Row_1cktn_33 ._Left_1cktn_53{width:110%;height:auto}}._EngagementModel_1cktn_1 ._Row3_1cktn_375 ._Row_1cktn_33 ._Left_1cktn_53 img{width:100%}._EngagementModel_1cktn_1 ._Row3_1cktn_375 ._Row_1cktn_33 ._Right_1cktn_173{display:flex;width:41.625rem;align-items:center;align-content:center;gap:.875rem 1.8125rem;flex-wrap:wrap}@media (max-width: 631px){._EngagementModel_1cktn_1 ._Row3_1cktn_375 ._Row_1cktn_33 ._Right_1cktn_173{width:100%}}._EngagementModel_1cktn_1 ._Row3_1cktn_375 ._Row_1cktn_33 ._Right_1cktn_173 h3{color:#3d3d3d;font-family:Inter;font-size:3.5rem;font-style:normal;font-weight:700;line-height:3.99rem;letter-spacing:-.07rem}._EngagementModel_1cktn_1 ._Row3_1cktn_375 ._Row_1cktn_33 ._Right_1cktn_173 h3 span{color:var(--c1)}._EngagementModel_1cktn_1 ._Row3_1cktn_375 ._Row_1cktn_33 ._Right_1cktn_173 ._Line1_1cktn_478{display:flex;align-items:center;gap:1.8125rem}._EngagementModel_1cktn_1 ._Row3_1cktn_375 ._Row_1cktn_33 ._Right_1cktn_173 ._Line1_1cktn_478 ._Line_1cktn_478{min-height:5rem;height:100%;width:1px;background:#00000042}._EngagementModel_1cktn_1 ._Row3_1cktn_375 ._Row_1cktn_33 ._Right_1cktn_173 ._Line1_1cktn_478 ._Col_1cktn_236{display:flex;flex-direction:column;gap:.5rem}._EngagementModel_1cktn_1 ._Row3_1cktn_375 ._Row_1cktn_33 ._Right_1cktn_173 ._Line1_1cktn_478 ._Col_1cktn_236 h4{color:var(--Test, #3d3d3d);font-family:Inter;font-size:1.5rem;font-style:normal;font-weight:600;line-height:2.0625rem;letter-spacing:-.04569rem}._EngagementModel_1cktn_1 ._Row3_1cktn_375 ._Row_1cktn_33 ._Right_1cktn_173 ._Line1_1cktn_478 ._Col_1cktn_236 p{color:#060606;font-family:Inter;font-size:1.125rem;font-style:normal;font-weight:400;line-height:1.755rem}._EngagementModel_1cktn_1 ._Row4_1cktn_511{display:flex;flex-direction:column;gap:1rem}@media (max-width: 631px){._EngagementModel_1cktn_1 ._Row4_1cktn_511{width:100%;padding:0 2rem}}._EngagementModel_1cktn_1 ._Row4_1cktn_511 ._Contents_1cktn_522{margin-top:3rem;display:flex;flex-direction:column;gap:4rem}@media (max-width: 631px){._EngagementModel_1cktn_1 ._Row4_1cktn_511 ._Contents_1cktn_522{gap:2rem}}._EngagementModel_1cktn_1 ._Row4_1cktn_511 ._Contents_1cktn_522 ._Row_1cktn_33{display:flex;gap:2.1875rem}@media (max-width: 631px){._EngagementModel_1cktn_1 ._Row4_1cktn_511 ._Contents_1cktn_522 ._Row_1cktn_33{flex-direction:column;width:100%}}._EngagementModel_1cktn_1 ._Row4_1cktn_511 ._Contents_1cktn_522 ._Row_1cktn_33 ._Col_1cktn_236{width:48rem;display:flex;padding:2.3125rem 1.8125rem 2.55975rem 2.3125rem;flex-direction:column;align-items:flex-start;gap:1.3125rem;border-radius:1.875rem;background:#fff;box-shadow:0 4px 50px #00000014}@media (max-width: 631px){._EngagementModel_1cktn_1 ._Row4_1cktn_511 ._Contents_1cktn_522 ._Row_1cktn_33 ._Col_1cktn_236{width:100%}}._EngagementModel_1cktn_1 ._Row4_1cktn_511 ._Contents_1cktn_522 ._Row_1cktn_33 ._Col_1cktn_236 ._Line_1cktn_478{width:37.93769rem;height:.2rem;background:#0000002b}._EngagementModel_1cktn_1 ._Row4_1cktn_511 ._Contents_1cktn_522 ._Row_1cktn_33 ._Col_1cktn_236 h3{color:var(--Test, #3d3d3d);font-family:Inter;font-size:2rem;font-style:normal;font-weight:600;line-height:2.74106rem;letter-spacing:-.04569rem}._EngagementModel_1cktn_1 ._Row4_1cktn_511 ._Contents_1cktn_522 ._Row_1cktn_33 ._Col_1cktn_236 h4{color:#3d3d3d;font-family:Inter;font-size:1.75rem;font-style:normal;font-weight:600;line-height:1.755rem;letter-spacing:.0875rem}._EngagementModel_1cktn_1 ._Row4_1cktn_511 ._Contents_1cktn_522 ._Row_1cktn_33 ._Col_1cktn_236 p{color:#666;font-family:Inter;font-size:1.125rem;font-style:normal;font-weight:400;line-height:1.755rem;letter-spacing:.05625rem}._EngagementModel_1cktn_1 ._Row5_1cktn_591{background-image:url(/assets/HeaderBG-BSOcJrrq.webp);background-repeat:no-repeat;background-size:cover;width:100%;height:25.0625rem;display:flex}@media (max-width: 631px){._EngagementModel_1cktn_1 ._Row5_1cktn_591{height:auto}}._EngagementModel_1cktn_1 ._Row5_1cktn_591 ._Left_1cktn_53,._EngagementModel_1cktn_1 ._Row5_1cktn_591 ._Right_1cktn_173{flex:1;display:flex;align-items:center;width:50%;padding:0 10rem}@media (max-width: 631px){._EngagementModel_1cktn_1 ._Row5_1cktn_591 ._Left_1cktn_53,._EngagementModel_1cktn_1 ._Row5_1cktn_591 ._Right_1cktn_173{padding:3rem}}._EngagementModel_1cktn_1 ._Row5_1cktn_591 ._Left_1cktn_53 ._Col_1cktn_236,._EngagementModel_1cktn_1 ._Row5_1cktn_591 ._Right_1cktn_173 ._Col_1cktn_236{width:max-content;display:flex;flex-direction:column;gap:1rem}._EngagementModel_1cktn_1 ._Row5_1cktn_591 ._Left_1cktn_53 ._Col_1cktn_236 p,._EngagementModel_1cktn_1 ._Row5_1cktn_591 ._Right_1cktn_173 ._Col_1cktn_236 p{color:#fff;font-family:Inter;font-size:.875rem;font-style:normal;font-weight:600;line-height:1.125rem;letter-spacing:.125rem}._EngagementModel_1cktn_1 ._Row5_1cktn_591 ._Left_1cktn_53 ._Col_1cktn_236 h3,._EngagementModel_1cktn_1 ._Row5_1cktn_591 ._Right_1cktn_173 ._Col_1cktn_236 h3{width:27.3rem;color:#fff;font-family:Inter;font-size:2.5rem;font-style:normal;font-weight:700;line-height:3rem;margin-bottom:1rem}@media (max-width: 631px){._EngagementModel_1cktn_1 ._Row5_1cktn_591 ._Left_1cktn_53 ._Col_1cktn_236 h3,._EngagementModel_1cktn_1 ._Row5_1cktn_591 ._Right_1cktn_173 ._Col_1cktn_236 h3{font-size:2rem;width:100%;line-height:120%}}._EngagementModel_1cktn_1 ._Row5_1cktn_591 ._Left_1cktn_53{justify-content:flex-end}._EngagementModel_1cktn_1 ._Row5_1cktn_591 ._Right_1cktn_173{flex:1;background:linear-gradient(106deg,#f3721b 4.46%,#fff 232.7%)}._EngagementModel_1cktn_1 ._Row5_1cktn_591 ._Right_1cktn_173 button{background:var(--c2);color:var(--c1)}._EngagementModel_1cktn_1 ._Row5_1cktn_591 ._Right_1cktn_173 button svg{color:var(--c1)}._EngagementModel_1cktn_1 ._Row6_1cktn_668{width:100%;height:63.5625rem;flex-shrink:0;display:flex;flex-direction:column;align-items:center;gap:2rem;background:url(/assets/FooterBG-DYVQfLRK.webp);background-size:cover;padding:3rem}._EngagementModel_1cktn_1 ._Row6_1cktn_668 h2,._EngagementModel_1cktn_1 ._Row6_1cktn_668 p{width:90.625rem;text-align:center;color:var(--c2)}._EngagementModel_1cktn_1 ._Row6_1cktn_668 ._Carousel_1cktn_686{width:90.6875rem;height:37.125rem;border-radius:3.125rem;background:#ffffff12;-webkit-backdrop-filter:blur(150px);backdrop-filter:blur(150px);background:url(/assets/Bg-Dv4Q6SD0.webp);background-size:100% 100%;position:relative}._EngagementModel_1cktn_1 ._Row6_1cktn_668 ._Carousel_1cktn_686 ._LeftButton_1cktn_696{position:absolute;width:3.625rem;height:3.5625rem;background:#ffffff12;left:-12%;top:50%;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer}._EngagementModel_1cktn_1 ._Row6_1cktn_668 ._Carousel_1cktn_686 ._LeftButton_1cktn_696 svg{width:1.5rem;height:1.5rem;flex-shrink:0}._EngagementModel_1cktn_1 ._Row6_1cktn_668 ._Carousel_1cktn_686 ._RightButton_1cktn_714{position:absolute;width:3.625rem;height:3.5625rem;background:#ffffff12;right:-12%;top:50%;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer}._EngagementModel_1cktn_1 ._Row6_1cktn_668 ._Carousel_1cktn_686 ._RightButton_1cktn_714 svg{width:1.5rem;height:1.5rem;flex-shrink:0}._EngagementModel_1cktn_1 ._Row6_1cktn_668 ._Carousel_1cktn_686 ._LeftButton_1cktn_696,._EngagementModel_1cktn_1 ._Row6_1cktn_668 ._Carousel_1cktn_686 ._RightButton_1cktn_714{transition:all ease-in-out .3s}._EngagementModel_1cktn_1 ._Row6_1cktn_668 ._Carousel_1cktn_686 ._LeftButton_1cktn_696:hover,._EngagementModel_1cktn_1 ._Row6_1cktn_668 ._Carousel_1cktn_686 ._RightButton_1cktn_714:hover{opacity:.5}._EngagementModel_1cktn_1 ._Row6_1cktn_668 ._Carousel_1cktn_686 ._CarouselCards_1cktn_740{display:flex;width:90.6875rem;height:37.125rem;padding:3.125rem 3.375rem;align-items:flex-start;gap:4.625rem;flex-shrink:0}._EngagementModel_1cktn_1 ._Row6_1cktn_668 ._Carousel_1cktn_686 ._CarouselCards_1cktn_740 ._Left_1cktn_53{width:38rem;height:30.5rem}._EngagementModel_1cktn_1 ._Row6_1cktn_668 ._Carousel_1cktn_686 ._CarouselCards_1cktn_740 ._Left_1cktn_53 img{border-radius:.9375rem}._EngagementModel_1cktn_1 ._Row6_1cktn_668 ._Carousel_1cktn_686 ._CarouselCards_1cktn_740 ._Right_1cktn_173{width:42rem;align-items:flex-start;display:flex;flex-direction:column;gap:1.2rem}._EngagementModel_1cktn_1 ._Row6_1cktn_668 ._Carousel_1cktn_686 ._CarouselCards_1cktn_740 ._Right_1cktn_173 h3{width:39rem;color:#fff;font-family:Inter;font-size:2.5rem;font-style:normal;font-weight:700;line-height:3.99rem;letter-spacing:-.07rem}._EngagementModel_1cktn_1 ._Row6_1cktn_668 ._Carousel_1cktn_686 ._CarouselCards_1cktn_740 ._Right_1cktn_173 p{width:41rem;color:#fffc;font-family:Inter;font-size:1.125rem;font-style:normal;font-weight:400;line-height:1.755rem;text-align:start}._EngagementModel_1cktn_1 ._Row6_1cktn_668 ._Carousel_1cktn_686 ._CarouselCards_1cktn_740 ._Right_1cktn_173 ._Line1_1cktn_478{display:flex;align-items:center;gap:1.8125rem}._EngagementModel_1cktn_1 ._Row6_1cktn_668 ._Carousel_1cktn_686 ._CarouselCards_1cktn_740 ._Right_1cktn_173 ._Line1_1cktn_478 ._Line_1cktn_478{min-height:5rem;height:100%;width:1px;background:#ffffff42}._EngagementModel_1cktn_1 ._Row6_1cktn_668 ._Carousel_1cktn_686 ._CarouselCards_1cktn_740 ._Right_1cktn_173 ._Line1_1cktn_478 ._Col_1cktn_236{display:flex;flex-direction:column;gap:.5rem;width:19.3125rem}._EngagementModel_1cktn_1 ._Row6_1cktn_668 ._Carousel_1cktn_686 ._CarouselCards_1cktn_740 ._Right_1cktn_173 ._Line1_1cktn_478 ._Col_1cktn_236 h4{color:#fff;font-family:Inter;font-size:1.5rem;font-style:normal;font-weight:600;line-height:2.0625rem;letter-spacing:-.04569rem}._EngagementModel_1cktn_1 ._Row6_1cktn_668 ._Carousel_1cktn_686 ._CarouselCards_1cktn_740 ._Right_1cktn_173 ._Line1_1cktn_478 ._Col_1cktn_236 p{width:100%;color:#fffc;font-family:Inter;font-size:1.125rem;font-style:normal;font-weight:400;line-height:1.755rem}._Hire_1vzdp_1{width:100%;overflow:hidden}._Hire_1vzdp_1 h2{color:var(--c3);font-family:var(--f2);font-size:3.5rem;font-style:normal;font-weight:700;line-height:3.99rem;letter-spacing:-.07rem}@media (max-width: 631px){._Hire_1vzdp_1 h2{font-size:3rem}}._Hire_1vzdp_1 h2 span{color:var(--c1)}._Hire_1vzdp_1 ._Row1_1vzdp_22{width:100%;height:65rem;display:flex;align-items:center;gap:5.2rem;position:relative;z-index:1;border-radius:1.875rem;box-shadow:0 4px 30px #00000014;padding:0 8rem 0rem}._Hire_1vzdp_1 ._Row1_1vzdp_22 ._rc-anchor-normal_1vzdp_34{width:20rem}@media (max-width: 631px){._Hire_1vzdp_1 ._Row1_1vzdp_22{height:auto;flex-direction:column;padding:3rem}}._Hire_1vzdp_1 ._Row1_1vzdp_22 ._bg_1vzdp_44{width:100%;height:100%;position:absolute;top:0;left:0;z-index:-1}._Hire_1vzdp_1 ._Row1_1vzdp_22 ._Row1Wrapper_1vzdp_52{flex:1}@media (max-width: 631px){._Hire_1vzdp_1 ._Row1_1vzdp_22 ._Row1Wrapper_1vzdp_52{width:100%;height:auto}}._Hire_1vzdp_1 ._Row1_1vzdp_22 ._Row1Wrapper_1vzdp_52 h1{width:47.1875rem;color:var(--c2);font-family:var(--f2);font-size:4.25819rem;font-style:normal;font-weight:600;line-height:4.31144rem;letter-spacing:-.07838rem;margin-bottom:2.88rem}@media (max-width: 631px){._Hire_1vzdp_1 ._Row1_1vzdp_22 ._Row1Wrapper_1vzdp_52 h1{width:100%}}._Hire_1vzdp_1 ._Row1_1vzdp_22 ._Row1Wrapper_1vzdp_52 h1 span{color:var(--c1)}._Hire_1vzdp_1 ._Row1_1vzdp_22 ._Row1Wrapper_1vzdp_52 h3{color:var(--c2);font-size:1.125rem;font-style:normal;font-weight:400;line-height:1.755rem;margin-bottom:3.6rem}._Hire_1vzdp_1 ._Row1_1vzdp_22 ._Row1Wrapper_1vzdp_52 h4{color:var(--c2);font-size:1.125rem;font-style:normal;font-weight:400;line-height:1.755rem;margin-bottom:2.69rem}._Hire_1vzdp_1 ._Row1_1vzdp_22 ._Row1Wrapper_1vzdp_52 ._RowWrapper_1vzdp_96{display:flex;flex-direction:column;gap:1.36rem}._Hire_1vzdp_1 ._Row1_1vzdp_22 ._Row1Wrapper_1vzdp_52 ._RowWrapper_1vzdp_96 ._TextWrapper_1vzdp_101{display:flex;align-items:center;gap:.7rem}._Hire_1vzdp_1 ._Row1_1vzdp_22 ._Row1Wrapper_1vzdp_52 ._RowWrapper_1vzdp_96 ._TextWrapper_1vzdp_101 svg{width:2.25rem;height:2.25rem}._Hire_1vzdp_1 ._Row1_1vzdp_22 ._Row1Wrapper_1vzdp_52 ._RowWrapper_1vzdp_96 ._TextWrapper_1vzdp_101 p{color:var(--c2);font-size:1.125rem;font-style:normal;font-weight:500;line-height:111.4%;text-transform:capitalize}._Hire_1vzdp_1 ._Row1_1vzdp_22 ._Row2Wrapper_1vzdp_118{width:48.0625rem;height:58.5625rem;height:auto;flex-shrink:0;border-radius:1.875rem;box-shadow:0 4px 30px #00000014;background:var(--c2);padding:2.75rem 5.4rem 0 5.2rem}@media (max-width: 631px){._Hire_1vzdp_1 ._Row1_1vzdp_22 ._Row2Wrapper_1vzdp_118{width:100%;height:auto;margin-bottom:-30rem;padding:3rem}}._Hire_1vzdp_1 ._Row1_1vzdp_22 ._Row2Wrapper_1vzdp_118 h2{font-size:3rem}._Hire_1vzdp_1 ._Row1_1vzdp_22 ._Row2Wrapper_1vzdp_118 h3{color:var(--c3);font-family:var(--f2);font-size:1.5rem;font-style:normal;font-weight:500;line-height:3.99rem;letter-spacing:-.07rem;text-transform:capitalize;margin-bottom:1.44rem}._Hire_1vzdp_1 ._Row1_1vzdp_22 ._Row2Wrapper_1vzdp_118 h3 span{color:var(--c1)}._Hire_1vzdp_1 ._Row1_1vzdp_22 ._Row2Wrapper_1vzdp_118 ._Wrapper_1vzdp_153{display:flex;flex-direction:column;gap:1.25rem}._Hire_1vzdp_1 ._Row1_1vzdp_22 ._Row2Wrapper_1vzdp_118 ._Wrapper_1vzdp_153 textarea{width:100%;height:8.625rem;flex-shrink:0;border-radius:.9375rem;border:1.5px solid rgba(217,217,217,.63);padding:1rem 1.94rem;color:var(--c4);font-size:1.2rem;transition:all .3s ease-in-out;outline:none;resize:none}._Hire_1vzdp_1 ._Row1_1vzdp_22 ._Row2Wrapper_1vzdp_118 ._Wrapper_1vzdp_153 textarea::placeholder{color:#000000bf}._Hire_1vzdp_1 ._Row1_1vzdp_22 ._Row2Wrapper_1vzdp_118 ._Wrapper_1vzdp_153 textarea:focus{border:1.5px solid var(--c1)}._Hire_1vzdp_1 ._Row1_1vzdp_22 ._Row2Wrapper_1vzdp_118 ._Wrapper_1vzdp_153 ._Input_1vzdp_177{width:100%;height:3.625rem}._Hire_1vzdp_1 ._Row1_1vzdp_22 ._Row2Wrapper_1vzdp_118 ._Wrapper_1vzdp_153 ._Input_1vzdp_177 input{width:100%;height:100%;flex-shrink:0;border-radius:.9375rem;border:1.5px solid rgba(217,217,217,.63);padding:0 1.94rem;color:var(--c4);font-size:1.2rem;transition:all .3s ease-in-out;outline:none}._Hire_1vzdp_1 ._Row1_1vzdp_22 ._Row2Wrapper_1vzdp_118 ._Wrapper_1vzdp_153 ._Input_1vzdp_177 input::placeholder{color:#000000bf}._Hire_1vzdp_1 ._Row1_1vzdp_22 ._Row2Wrapper_1vzdp_118 ._Wrapper_1vzdp_153 ._Input_1vzdp_177 input:focus{border:1.5px solid var(--c1)}._Hire_1vzdp_1 ._Row1_1vzdp_22 ._Row2Wrapper_1vzdp_118 ._Wrapper_1vzdp_153 ._rowWrap_1vzdp_199{width:100%;display:flex;align-items:center;gap:.5rem}._Hire_1vzdp_1 ._Row1_1vzdp_22 ._Row2Wrapper_1vzdp_118 ._Wrapper_1vzdp_153 ._UploadWrap_1vzdp_205{width:100%;height:8.625rem;flex-shrink:0;border-radius:.9375rem;border:1.5px solid rgba(217,217,217,.63);transition:all .3s ease-in-out;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.9rem;cursor:pointer}._Hire_1vzdp_1 ._Row1_1vzdp_22 ._Row2Wrapper_1vzdp_118 ._Wrapper_1vzdp_153 ._UploadWrap_1vzdp_205:focus-within{border:1.5px solid var(--c1)}._Hire_1vzdp_1 ._Row1_1vzdp_22 ._Row2Wrapper_1vzdp_118 ._Wrapper_1vzdp_153 ._UploadWrap_1vzdp_205 p{color:#000000bf;font-size:1rem;font-style:normal;font-weight:400;line-height:normal}._Hire_1vzdp_1 ._Row1_1vzdp_22 ._Row2Wrapper_1vzdp_118 ._Wrapper_1vzdp_153 ._UploadWrap_1vzdp_205 svg{width:2.44069rem;height:2.44069rem;flex-shrink:0}._Hire_1vzdp_1 ._Row1_1vzdp_22 ._Row2Wrapper_1vzdp_118 ._ButtonWrap_1vzdp_234{margin-top:2rem;display:flex;align-items:center;gap:.75rem}._Hire_1vzdp_1 ._Row1_1vzdp_22 ._Row2Wrapper_1vzdp_118 ._ButtonWrap_1vzdp_234 ._reCaptcha_1vzdp_240{width:17.9375rem;height:6.04806rem}._Hire_1vzdp_1 ._Row2_1vzdp_118{width:100%;height:15rem;display:flex;align-items:center;justify-content:center;gap:4rem}@media (max-width: 631px){._Hire_1vzdp_1 ._Row2_1vzdp_118{padding:35rem 3rem 3rem;width:100%;height:auto;flex-wrap:wrap;row-gap:1rem}}._Hire_1vzdp_1 ._Row2_1vzdp_118 img{object-fit:contain}._Hire_1vzdp_1 ._Row2_1vzdp_118 img:nth-child(1){width:10.53963rem;height:4.64038rem}._Hire_1vzdp_1 ._Row2_1vzdp_118 img:nth-child(2){width:9.96769rem;height:4.64038rem}._Hire_1vzdp_1 ._Row2_1vzdp_118 img:nth-child(3){width:7.70206rem;height:4.64038rem}._Hire_1vzdp_1 ._Row2_1vzdp_118 img:nth-child(4){width:10.53963rem;height:6.64038rem}._Hire_1vzdp_1 ._Row2_1vzdp_118 img:nth-child(5){width:12.41881rem;height:6.64038rem}._Hire_1vzdp_1 ._Row2_1vzdp_118 img:nth-child(6){width:12.41881rem;height:4.64038rem}._Hire_1vzdp_1 ._Row3_1vzdp_289{display:flex;flex-direction:column;align-items:center;padding:0rem 0rem 6rem}@media (max-width: 631px){._Hire_1vzdp_1 ._Row3_1vzdp_289{width:100%;height:auto;padding:3rem}}._Hire_1vzdp_1 ._Row3_1vzdp_289 h2{width:69.5625rem;text-align:center;margin-bottom:1.56rem}@media (max-width: 631px){._Hire_1vzdp_1 ._Row3_1vzdp_289 h2{width:100%;text-align:start}}._Hire_1vzdp_1 ._Row3_1vzdp_289 h6{width:90%;color:var(--c3);text-align:center;font-size:1.125rem;font-style:normal;font-weight:400;line-height:1.755rem;margin-bottom:6rem}@media (max-width: 631px){._Hire_1vzdp_1 ._Row3_1vzdp_289 h6{width:100%;text-align:start}}._Hire_1vzdp_1 ._Row3_1vzdp_289 ._Row1Wrap_1vzdp_52{display:flex;align-items:center;gap:3.62rem;margin-bottom:2.56rem}@media (max-width: 631px){._Hire_1vzdp_1 ._Row3_1vzdp_289 ._Row1Wrap_1vzdp_52{width:100%;flex-wrap:wrap}}._Hire_1vzdp_1 ._Row3_1vzdp_289 ._Row2Wrap_1vzdp_118{display:flex;align-items:center;gap:3.62rem;margin-bottom:2.56rem}@media (max-width: 631px){._Hire_1vzdp_1 ._Row3_1vzdp_289 ._Row2Wrap_1vzdp_118{width:100%;flex-wrap:wrap}}._Hire_1vzdp_1 ._Row3_1vzdp_289 ._Row3Wrap_1vzdp_353{display:flex;align-items:center;gap:3.62rem}@media (max-width: 631px){._Hire_1vzdp_1 ._Row3_1vzdp_289 ._Row3Wrap_1vzdp_353{width:100%;flex-wrap:wrap}}._Hire_1vzdp_1 ._Row3_1vzdp_289 ._BoxWrap_1vzdp_364{width:30.4375rem;height:23.6875rem;border-radius:1.71319rem;padding:2px;position:relative;z-index:1;overflow:hidden;box-shadow:0 4px 40px #0000000a,0 4px 80px #efefef80}@media (max-width: 631px){._Hire_1vzdp_1 ._Row3_1vzdp_289 ._BoxWrap_1vzdp_364{width:100%}}._Hire_1vzdp_1 ._Row3_1vzdp_289 ._BoxWrap_1vzdp_364:after{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%) rotate(-55deg);content:"";width:40%;height:160%;background:var(--lg3);transition:all .3s ease-in-out;z-index:-1}@media (max-width: 631px){._Hire_1vzdp_1 ._Row3_1vzdp_289 ._BoxWrap_1vzdp_364:after{display:none}}@keyframes _rotate_1vzdp_1{0%{transform:translate(-50%,-50%) rotate(-55deg)}to{transform:translate(-50%,-50%) rotate(360deg)}}._Hire_1vzdp_1 ._Row3_1vzdp_289 ._BoxWrap_1vzdp_364:hover:after{animation:_rotate_1vzdp_1 6s linear infinite}._Hire_1vzdp_1 ._Row3_1vzdp_289 ._BoxWrap_1vzdp_364 ._Box_1vzdp_364{width:100%;height:100%;border-radius:1.71319rem;background:var(--c2);display:flex;flex-direction:column;justify-content:center;padding:0 3rem}._Hire_1vzdp_1 ._Row3_1vzdp_289 ._BoxWrap_1vzdp_364 ._Box_1vzdp_364 img{width:3.5625rem;height:3.5625rem;margin-bottom:1rem}._Hire_1vzdp_1 ._Row3_1vzdp_289 ._BoxWrap_1vzdp_364 ._Box_1vzdp_364 h3{color:var(--c3);font-size:2rem;font-style:normal;font-weight:600;line-height:2.74106rem;letter-spacing:-.04569rem;margin-bottom:.44rem}._Hire_1vzdp_1 ._Row3_1vzdp_289 ._BoxWrap_1vzdp_364 ._Box_1vzdp_364 p{color:var(--c4);font-size:1rem;font-style:normal;font-weight:400;line-height:1.60356rem}._Hire_1vzdp_1 ._Row4_1vzdp_438{display:flex;flex-direction:column;align-items:center;padding:5.8rem 17rem 4.5rem}@media (max-width: 631px){._Hire_1vzdp_1 ._Row4_1vzdp_438{padding:3rem}}._Hire_1vzdp_1 ._Row4_1vzdp_438 h2{text-align:center;margin-bottom:1.56rem}@media (max-width: 631px){._Hire_1vzdp_1 ._Row4_1vzdp_438 h2{text-align:start}}._Hire_1vzdp_1 ._Row4_1vzdp_438 h6{color:var(--c3);text-align:center;font-size:1.125rem;font-style:normal;font-weight:400;line-height:1.755rem;margin-bottom:3rem}@media (max-width: 631px){._Hire_1vzdp_1 ._Row4_1vzdp_438 h6{text-align:start}}._Hire_1vzdp_1 ._Row4_1vzdp_438 ._ImgWrap_1vzdp_472,._Hire_1vzdp_1 ._Row4_1vzdp_438 ._ImgWrap_1vzdp_472 img{width:100%;height:100%}._Hire_1vzdp_1 ._Row5_1vzdp_480{display:flex;flex-direction:column;align-items:center;padding:5rem 19rem 2.5rem}@media (max-width: 631px){._Hire_1vzdp_1 ._Row5_1vzdp_480{padding:3rem}}._Hire_1vzdp_1 ._Row5_1vzdp_480 h2{width:65rem;text-align:center;margin-bottom:1.56rem}@media (max-width: 631px){._Hire_1vzdp_1 ._Row5_1vzdp_480 h2{width:100%;text-align:start}}._Hire_1vzdp_1 ._Row5_1vzdp_480 h6{width:65rem;color:var(--c3);text-align:center;font-size:1.125rem;font-style:normal;font-weight:400;line-height:1.755rem;margin-bottom:7rem}@media (max-width: 631px){._Hire_1vzdp_1 ._Row5_1vzdp_480 h6{width:100%;text-align:start}}._Hire_1vzdp_1 ._Row5_1vzdp_480 ._Row1Wrap_1vzdp_52{display:flex;align-items:center;justify-content:center;gap:2.75rem;margin-bottom:5rem}@media (max-width: 631px){._Hire_1vzdp_1 ._Row5_1vzdp_480 ._Row1Wrap_1vzdp_52{width:100%;gap:4rem;flex-wrap:wrap}}._Hire_1vzdp_1 ._Row5_1vzdp_480 ._Row2Wrap_1vzdp_118{display:flex;align-items:center;justify-content:center;gap:2.75rem}@media (max-width: 631px){._Hire_1vzdp_1 ._Row5_1vzdp_480 ._Row2Wrap_1vzdp_118{width:100%;gap:4rem;flex-wrap:wrap}}._Hire_1vzdp_1 ._Row5_1vzdp_480 ._Row2Wrap_1vzdp_118>div:nth-child(1)>div{background:linear-gradient(112deg,#f3721b 4.93%,#ffc097 256.79%)}._Hire_1vzdp_1 ._Row5_1vzdp_480 ._Row2Wrap_1vzdp_118>div:nth-child(2)>div{background:linear-gradient(112deg,#ffc734 4.93%,#fff 256.79%)}._Hire_1vzdp_1 ._Row5_1vzdp_480 ._Row2Wrap_1vzdp_118>div:nth-child(3)>div{background:linear-gradient(112deg,#2fbbe9 4.93%,#fff 256.79%)}._Hire_1vzdp_1 ._Row6_1vzdp_554{display:flex;flex-direction:column;align-items:center;padding:0 11rem 0 12rem;margin-top:9rem}@media (max-width: 631px){._Hire_1vzdp_1 ._Row6_1vzdp_554{padding:3rem}}._Hire_1vzdp_1 ._Row6_1vzdp_554 h2{width:67.4375rem;text-align:center;margin-bottom:1.56rem}@media (max-width: 631px){._Hire_1vzdp_1 ._Row6_1vzdp_554 h2{width:100%;text-align:start}}._Hire_1vzdp_1 ._Row6_1vzdp_554 p{width:67.4375rem;color:var(--c3);text-align:center;font-size:1.125rem;font-style:normal;font-weight:400;line-height:1.755rem;margin-bottom:1.75rem}@media (max-width: 631px){._Hire_1vzdp_1 ._Row6_1vzdp_554 p{width:100%;font-size:1.3125rem;text-align:start}}._Hire_1vzdp_1 ._Row6_1vzdp_554 ._Wrapper_1vzdp_153{width:100%;display:flex;align-items:center}@media (max-width: 631px){._Hire_1vzdp_1 ._Row6_1vzdp_554 ._Wrapper_1vzdp_153{flex-direction:column}}._Hire_1vzdp_1 ._Row6_1vzdp_554 ._Wrapper_1vzdp_153 ._LeftWrapper_1vzdp_604{flex:1;display:flex;align-items:center;gap:3.5rem}@media (max-width: 631px){._Hire_1vzdp_1 ._Row6_1vzdp_554 ._Wrapper_1vzdp_153 ._LeftWrapper_1vzdp_604{width:100%;flex-direction:column}}._Hire_1vzdp_1 ._Row6_1vzdp_554 ._Wrapper_1vzdp_153 ._LeftWrapper_1vzdp_604 ._Left_1vzdp_604,._Hire_1vzdp_1 ._Row6_1vzdp_554 ._Wrapper_1vzdp_153 ._LeftWrapper_1vzdp_604 ._Right_1vzdp_617{display:flex;flex-direction:column;gap:3.3rem}@media (max-width: 631px){._Hire_1vzdp_1 ._Row6_1vzdp_554 ._Wrapper_1vzdp_153 ._LeftWrapper_1vzdp_604 ._Left_1vzdp_604,._Hire_1vzdp_1 ._Row6_1vzdp_554 ._Wrapper_1vzdp_153 ._LeftWrapper_1vzdp_604 ._Right_1vzdp_617{width:100%}}._Hire_1vzdp_1 ._Row6_1vzdp_554 ._Wrapper_1vzdp_153 ._LeftWrapper_1vzdp_604 ._row_1vzdp_199{display:flex;align-items:center;gap:1rem}._Hire_1vzdp_1 ._Row6_1vzdp_554 ._Wrapper_1vzdp_153 ._LeftWrapper_1vzdp_604 ._row_1vzdp_199 img{width:4.875rem;height:4.875rem;flex-shrink:0}._Hire_1vzdp_1 ._Row6_1vzdp_554 ._Wrapper_1vzdp_153 ._LeftWrapper_1vzdp_604 ._row_1vzdp_199 h6{width:18.853rem;color:var(--c3);font-size:1.25rem;font-style:normal;font-weight:600;line-height:1.70431rem}@media (max-width: 631px){._Hire_1vzdp_1 ._Row6_1vzdp_554 ._Wrapper_1vzdp_153 ._LeftWrapper_1vzdp_604 ._row_1vzdp_199 h6{width:auto;font-size:1.425rem}}._Hire_1vzdp_1 ._Row6_1vzdp_554 ._Wrapper_1vzdp_153 ._RightWrapper_1vzdp_652{width:36rem;height:41rem;flex-shrink:0;transform:translate(2rem)}@media (max-width: 631px){._Hire_1vzdp_1 ._Row6_1vzdp_554 ._Wrapper_1vzdp_153 ._RightWrapper_1vzdp_652{display:none}}._Hire_1vzdp_1 ._Row6_1vzdp_554 ._Wrapper_1vzdp_153 ._RightWrapper_1vzdp_652 img{width:100%;height:100%}._Hire_1vzdp_1 ._Row7_1vzdp_667{margin-top:5rem;margin-bottom:7rem;display:flex;flex-direction:column;align-items:center;gap:7rem}@media (max-width: 631px){._Hire_1vzdp_1 ._Row7_1vzdp_667{width:100%;padding:3rem}}._Hire_1vzdp_1 ._Row7_1vzdp_667 ._BoxContent_1vzdp_681{display:flex;align-items:center;justify-content:center;gap:3.1rem}@media (max-width: 631px){._Hire_1vzdp_1 ._Row7_1vzdp_667 ._BoxContent_1vzdp_681{width:100%;flex-wrap:wrap}}._Hire_1vzdp_1 ._Row7_1vzdp_667 ._BoxContent_1vzdp_681 ._BoxWrapper_1vzdp_693{width:29rem;height:21.1875rem;border-radius:1.71319rem;box-shadow:0 4px 40px #0000000a,0 4px 80px #efefef80;padding:2px;position:relative;z-index:1;overflow:hidden}@media (max-width: 631px){._Hire_1vzdp_1 ._Row7_1vzdp_667 ._BoxContent_1vzdp_681 ._BoxWrapper_1vzdp_693{width:100%}}._Hire_1vzdp_1 ._Row7_1vzdp_667 ._BoxContent_1vzdp_681 ._BoxWrapper_1vzdp_693:after{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%) rotate(-55deg);content:"";width:40%;height:170%;background:var(--lg3);transition:all .3s ease-in-out;z-index:-1}@media (max-width: 631px){._Hire_1vzdp_1 ._Row7_1vzdp_667 ._BoxContent_1vzdp_681 ._BoxWrapper_1vzdp_693:after{display:none}}._Hire_1vzdp_1 ._Row7_1vzdp_667 ._BoxContent_1vzdp_681 ._BoxWrapper_1vzdp_693:hover:after{animation:_rotate_1vzdp_1 6s linear infinite}._Hire_1vzdp_1 ._Row7_1vzdp_667 ._BoxContent_1vzdp_681 ._BoxWrapper_1vzdp_693 ._Box_1vzdp_364{width:100%;height:100%;border-radius:1.71319rem;background:var(--c2);padding:3.5rem 3.8125rem;display:flex;flex-direction:column;justify-content:center;align-items:center}@media (max-width: 631px){._Hire_1vzdp_1 ._Row7_1vzdp_667 ._BoxContent_1vzdp_681 ._BoxWrapper_1vzdp_693 ._Box_1vzdp_364{align-items:flex-start}}._Hire_1vzdp_1 ._Row7_1vzdp_667 ._BoxContent_1vzdp_681 ._BoxWrapper_1vzdp_693 ._Box_1vzdp_364 img{width:5.875rem;height:5.875rem;margin-bottom:2.1rem}._Hire_1vzdp_1 ._Row7_1vzdp_667 ._BoxContent_1vzdp_681 ._BoxWrapper_1vzdp_693 ._Box_1vzdp_364 h3{color:var(--c3);text-align:center;font-size:3rem;font-style:normal;font-weight:600;line-height:2.74106rem;letter-spacing:-.04569rem;margin-bottom:1.1rem}._Hire_1vzdp_1 ._Row7_1vzdp_667 ._BoxContent_1vzdp_681 ._BoxWrapper_1vzdp_693 ._Box_1vzdp_364 p{color:var(--c4);text-align:center;font-size:1rem;font-style:normal;font-weight:400;line-height:1.60356rem}._Hire_1vzdp_1 ._Row8_1vzdp_775{width:100%;margin-bottom:11rem;padding:0 12rem;display:flex;gap:2.4rem}@media (max-width: 631px){._Hire_1vzdp_1 ._Row8_1vzdp_775{flex-direction:column;padding:3rem;gap:3rem}}._Hire_1vzdp_1 ._Row8_1vzdp_775 ._Row8Left_1vzdp_789{width:45rem}@media (max-width: 631px){._Hire_1vzdp_1 ._Row8_1vzdp_775 ._Row8Left_1vzdp_789{width:100%}}._Hire_1vzdp_1 ._Row8_1vzdp_775 ._Row8Left_1vzdp_789 h2{width:90%;margin-bottom:1.94rem}@media (max-width: 631px){._Hire_1vzdp_1 ._Row8_1vzdp_775 ._Row8Left_1vzdp_789 h2{width:100%}}._Hire_1vzdp_1 ._Row8_1vzdp_775 ._Row8Left_1vzdp_789 p{width:80%;color:var(--c4);font-size:1.125rem;font-style:normal;font-weight:400;line-height:1.755rem;margin-bottom:3.1rem}._Hire_1vzdp_1 ._Row8_1vzdp_775 ._Row8Left_1vzdp_789 ._LiWrap_1vzdp_815{width:100%;display:flex;gap:2rem}._Hire_1vzdp_1 ._Row8_1vzdp_775 ._Row8Left_1vzdp_789 ._LiWrap_1vzdp_815 ._Left_1vzdp_604,._Hire_1vzdp_1 ._Row8_1vzdp_775 ._Row8Left_1vzdp_789 ._LiWrap_1vzdp_815 ._Right_1vzdp_617{display:flex;flex-direction:column;gap:1.36rem;width:100%}._Hire_1vzdp_1 ._Row8_1vzdp_775 ._Row8Left_1vzdp_789 ._LiWrap_1vzdp_815 ._Li_1vzdp_815{width:100%;display:flex;align-items:center;gap:.6rem}._Hire_1vzdp_1 ._Row8_1vzdp_775 ._Row8Left_1vzdp_789 ._LiWrap_1vzdp_815 ._Li_1vzdp_815 svg{width:2.205rem;height:2.20481rem;flex-shrink:0}._Hire_1vzdp_1 ._Row8_1vzdp_775 ._Row8Left_1vzdp_789 ._LiWrap_1vzdp_815 ._Li_1vzdp_815 span{width:100%;color:var(--c3);font-size:1.125rem;font-style:normal;font-weight:500;line-height:111.4%;text-transform:capitalize}._Hire_1vzdp_1 ._Row8_1vzdp_775 ._Row8Right_1vzdp_847{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem}._Hire_1vzdp_1 ._Row8_1vzdp_775 ._Row8Right_1vzdp_847 ._R1_1vzdp_855{display:flex;align-items:center;justify-content:center;gap:2rem}._Hire_1vzdp_1 ._Row8_1vzdp_775 ._Row8Right_1vzdp_847 ._R1_1vzdp_855 img{width:auto;height:8.64038rem;object-fit:contain}._Hire_1vzdp_1 ._Row9_1vzdp_866{margin-bottom:11rem}@media (max-width: 631px){._Hire_1vzdp_1 ._Row9_1vzdp_866{margin-bottom:4rem}}._Hire_1vzdp_1 ._Row10_1vzdp_874{margin-bottom:16rem}@media (max-width: 631px){._Hire_1vzdp_1 ._Row10_1vzdp_874{margin-bottom:4rem}}._Hire_1vzdp_1 ._Row11_1vzdp_882{padding:0 11rem 18rem 10rem}@media (max-width: 631px){._Hire_1vzdp_1 ._Row11_1vzdp_882{padding:3rem}}._Hire_1vzdp_1 ._Row12_1vzdp_890{display:flex;align-items:center;width:100%;height:57rem;box-shadow:0 0 12px 8px #0000000a;margin:2rem 0}@media (max-width: 631px){._Hire_1vzdp_1 ._Row12_1vzdp_890{flex-direction:column;height:auto}}._Hire_1vzdp_1 ._Row12_1vzdp_890 ._Left_1vzdp_604,._Hire_1vzdp_1 ._Row12_1vzdp_890 ._Right_1vzdp_617{width:50%;height:100%;flex-shrink:0}@media (max-width: 631px){._Hire_1vzdp_1 ._Row12_1vzdp_890 ._Left_1vzdp_604,._Hire_1vzdp_1 ._Row12_1vzdp_890 ._Right_1vzdp_617{width:100%}}._Hire_1vzdp_1 ._Row12_1vzdp_890 ._Left_1vzdp_604{position:relative;background:var(--c5)}@media (max-width: 631px){._Hire_1vzdp_1 ._Row12_1vzdp_890 ._Left_1vzdp_604{height:auto}}._Hire_1vzdp_1 ._Row12_1vzdp_890 ._Left_1vzdp_604 img{height:100%;width:100%}._Hire_1vzdp_1 ._Row12_1vzdp_890 ._Left_1vzdp_604 h2{position:absolute;top:10%;left:24%;color:#fff;width:34.375rem}._Hire_1vzdp_1 ._Row12_1vzdp_890 ._Right_1vzdp_617{padding:4rem;display:flex;align-items:center;justify-content:center}._Hire_1vzdp_1 ._Row12_1vzdp_890 ._Right_1vzdp_617 h2{width:100%}._Hire_1vzdp_1 ._Row12_1vzdp_890 ._Right_1vzdp_617 p{width:29.375rem;color:#3d3d3d;font-family:Inter;font-size:1.125rem;font-style:normal;font-weight:400;line-height:1.755rem}._Hire_1vzdp_1 ._Row12_1vzdp_890 ._Right_1vzdp_617 ._Contents_1vzdp_954{width:36.375rem;display:flex;flex-direction:column;gap:1.5rem}._Hire_1vzdp_1 ._Row12_1vzdp_890 ._Right_1vzdp_617 ._Contents_1vzdp_954 ._Steps_1vzdp_960{width:90%;display:flex;flex-direction:column;gap:1rem;margin-top:1rem}._Hire_1vzdp_1 ._Row12_1vzdp_890 ._Right_1vzdp_617 ._Contents_1vzdp_954 ._Steps_1vzdp_960 ._Line_1vzdp_967{display:flex;gap:1rem}._Hire_1vzdp_1 ._Row12_1vzdp_890 ._Right_1vzdp_617 ._Contents_1vzdp_954 ._Steps_1vzdp_960 ._Line_1vzdp_967:nth-child(odd){margin-left:auto}._Hire_1vzdp_1 ._Row12_1vzdp_890 ._Right_1vzdp_617 ._Contents_1vzdp_954 ._Steps_1vzdp_960 ._Line_1vzdp_967 img{width:4.88213rem;height:4.90588rem}._Hire_1vzdp_1 ._Row12_1vzdp_890 ._Right_1vzdp_617 ._Contents_1vzdp_954 ._Steps_1vzdp_960 ._Line_1vzdp_967 ._Col_1vzdp_978{display:flex;flex-direction:column;gap:.2rem}._Hire_1vzdp_1 ._Row12_1vzdp_890 ._Right_1vzdp_617 ._Contents_1vzdp_954 ._Steps_1vzdp_960 ._Line_1vzdp_967 ._Col_1vzdp_978 h3{color:var(--Test, #3d3d3d);font-family:Inter;font-size:1.375rem;font-style:normal;font-weight:600;line-height:2.74106rem;letter-spacing:-.04569rem}._Hire_1vzdp_1 ._Row12_1vzdp_890 ._Right_1vzdp_617 ._Contents_1vzdp_954 ._Steps_1vzdp_960 ._Line_1vzdp_967 ._Col_1vzdp_978 p{width:18.125rem;color:#060606;font-family:Inter;font-size:1rem;font-style:normal;font-weight:400;line-height:1.60356rem}._IndustryServed_ac1to_1{width:100%;padding:3rem 6rem;display:flex;flex-direction:column;align-items:center;gap:3rem}._IndustryServed_ac1to_1 h1{color:var(--c9);font-family:var(--f1);font-size:4.05325rem;font-style:normal;font-weight:600;line-height:4.45856rem;letter-spacing:-.06356rem}._IndustryServed_ac1to_1 h1 span{color:var(--c1)}._IndustryServed_ac1to_1 p{color:var(--c10);text-align:center;font-family:var(--f1);font-size:1.125rem;font-style:normal;font-weight:300;line-height:1.81469rem}._IndustryServed_ac1to_1 h3{color:var(--c3);font-family:var(--f1);font-size:2rem;font-style:normal;font-weight:600;line-height:2.74106rem;letter-spacing:-.04569rem}._IndustryServed_ac1to_1 ._Top_ac1to_39{display:flex;flex-direction:column;align-items:center;gap:1rem}._IndustryServed_ac1to_1 ._Top_ac1to_39 p{width:36.25rem}._IndustryServed_ac1to_1 ._Row1_ac1to_48{display:grid;grid-template-columns:repeat(2,1fr);gap:4rem;padding:2rem}._IndustryServed_ac1to_1 ._Row1_ac1to_48 ._Card_ac1to_54{display:flex;width:50rem;padding:1.42356rem 1.40881rem 2.875rem 1.42356rem;flex-direction:column;align-items:flex-start;gap:.75569rem;border-radius:2.13538rem;background:var(--c2);box-shadow:0 4.555px 56.943px #00000014}._IndustryServed_ac1to_1 ._Row1_ac1to_48 ._Card_ac1to_54 img,._IndustryServed_ac1to_1 ._Row1_ac1to_48 ._Card_ac1to_54 svg{width:100%;height:max-content;margin-bottom:1rem}._IndustryServed_ac1to_1 ._Row1_ac1to_48 ._Card_ac1to_54 p{text-align:start}._IndustryServed_ac1to_1 ._Row2_ac1to_74{margin-top:4rem;display:grid;grid-template-columns:repeat(3,1fr);gap:4rem;padding:2rem}._IndustryServed_ac1to_1 ._Row2_ac1to_74 ._Card_ac1to_54{width:31.75rem;height:41.1875rem;flex-shrink:0;position:relative;z-index:1}._IndustryServed_ac1to_1 ._Row2_ac1to_74 ._Card_ac1to_54 ._Image_ac1to_88{height:100%;width:100%;position:absolute;z-index:-1}._IndustryServed_ac1to_1 ._Row2_ac1to_74 ._Card_ac1to_54 ._Image_ac1to_88 img{height:100%;width:100%}._IndustryServed_ac1to_1 ._Row2_ac1to_74 ._Card_ac1to_54 ._Content_ac1to_98{height:100%;width:100%;padding:2rem;display:flex;flex-direction:column;gap:.5rem;align-items:flex-start;justify-content:flex-end}._IndustryServed_ac1to_1 ._Row2_ac1to_74 ._Card_ac1to_54 ._Content_ac1to_98 p,._IndustryServed_ac1to_1 ._Row2_ac1to_74 ._Card_ac1to_54 ._Content_ac1to_98 h3{color:var(--c2)}._IndustryServed_ac1to_1 ._Row2_ac1to_74 ._Card_ac1to_54 ._Content_ac1to_98 p{text-align:start;font-size:1rem;line-height:140%}._Productivity_i6uqz_1{width:100%;height:calc(100vh - 7.5rem);height:auto;display:flex;flex-direction:column;align-items:center;gap:4rem;position:relative}._Productivity_i6uqz_1 h1{color:var(--c9);font-family:var(--f1);font-size:4.05325rem;font-style:normal;font-weight:600;line-height:4.45856rem;letter-spacing:-.06356rem}._Productivity_i6uqz_1 h1 span{color:var(--c1)}@media (max-width: 631px){._Productivity_i6uqz_1{gap:2rem}}._Productivity_i6uqz_1 ._TopSection_i6uqz_28{width:100%;display:flex;align-items:center;justify-content:center;gap:10rem;padding:3rem}@media (max-width: 631px){._Productivity_i6uqz_1 ._TopSection_i6uqz_28{padding:3rem 2rem;padding-bottom:0}}._Productivity_i6uqz_1 ._TopSection_i6uqz_28 ._Left_i6uqz_42{width:42.8125rem;display:flex;flex-direction:column;gap:2rem}._Productivity_i6uqz_1 ._TopSection_i6uqz_28 ._Left_i6uqz_42 ._CompanyButton_i6uqz_48{width:12.125rem;height:3.0625rem;border-radius:6.25rem;margin-bottom:1.5rem;position:relative;overflow:hidden;z-index:1;padding:3px}@media (max-width: 631px){._Productivity_i6uqz_1 ._TopSection_i6uqz_28 ._Left_i6uqz_42 ._CompanyButton_i6uqz_48{height:auto;width:max-content}}._Productivity_i6uqz_1 ._TopSection_i6uqz_28 ._Left_i6uqz_42 ._CompanyButton_i6uqz_48:after{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%) rotate(-40deg);content:"";width:10%;height:390%;background:var(--lg3);transition:all .3s ease-in-out;z-index:-1;display:none}@keyframes _rotate_i6uqz_1{0%{transform:translate(-50%,-50%) rotate(-40deg)}to{transform:translate(-50%,-50%) rotate(360deg)}}._Productivity_i6uqz_1 ._TopSection_i6uqz_28 ._Left_i6uqz_42 ._CompanyButton_i6uqz_48 ._CompanyButtonInner_i6uqz_85{width:100%;height:100%;border-radius:6.25rem;background:#f47b2a0d;display:flex;justify-content:center;align-items:center;gap:.75rem;color:var(--c1);font-size:1rem;font-style:normal;font-weight:500;line-height:1.62rem}@media (max-width: 631px){._Productivity_i6uqz_1 ._TopSection_i6uqz_28 ._Left_i6uqz_42 ._CompanyButton_i6uqz_48 ._CompanyButtonInner_i6uqz_85{padding:1rem 2rem;font-size:1.3125rem}}._Productivity_i6uqz_1 ._TopSection_i6uqz_28 ._Left_i6uqz_42 ._CompanyButton_i6uqz_48 ._CompanyButtonInner_i6uqz_85 svg{width:1.5rem;height:1.5rem;flex-shrink:0}._Productivity_i6uqz_1 ._TopSection_i6uqz_28 ._Left_i6uqz_42 ._CompanyButton_i6uqz_48 ._CompanyButtonInner_i6uqz_85 svg path{fill:var(--c1)}._Productivity_i6uqz_1 ._TopSection_i6uqz_28 ._Left_i6uqz_42 ._Para_i6uqz_119{margin-bottom:2.66rem}._Productivity_i6uqz_1 ._TopSection_i6uqz_28 ._Left_i6uqz_42 ._Para_i6uqz_119 p{width:30.9375rem;height:3.5625rem;color:var(--c10);font-size:1.125rem;font-style:normal;font-weight:300;line-height:1.81469rem}@media (max-width: 631px){._Productivity_i6uqz_1 ._TopSection_i6uqz_28 ._Left_i6uqz_42 ._Para_i6uqz_119 p{font-size:1.3125rem}}._Productivity_i6uqz_1 ._TopSection_i6uqz_28 ._Left_i6uqz_42 h1{width:85%}._Productivity_i6uqz_1 ._TopSection_i6uqz_28 ._Right_i6uqz_139{width:34.1875rem;height:32.176rem;width:auto}._Productivity_i6uqz_1 ._TopSection_i6uqz_28 ._Right_i6uqz_139 img{height:100%;width:100%;object-fit:contain}@media (max-width: 631px){._Productivity_i6uqz_1 ._TopSection_i6uqz_28 ._Right_i6uqz_139{display:none}}._Productivity_i6uqz_1 ._TopSection_i6uqz_28 ._Asset1_i6uqz_154{width:29.5625rem;height:34.918rem;position:absolute;left:-4rem;top:-10rem}@media (max-width: 631px){._Productivity_i6uqz_1 ._TopSection_i6uqz_28 ._Asset1_i6uqz_154{display:none}}._Productivity_i6uqz_1 ._TopSection_i6uqz_28 ._Asset1_i6uqz_154 svg{height:100%;width:100%}._Productivity_i6uqz_1 ._TopSection_i6uqz_28 ._Asset2_i6uqz_170{width:29.5625rem;height:34.918rem;position:absolute;right:-4rem;top:10rem}@media (max-width: 631px){._Productivity_i6uqz_1 ._TopSection_i6uqz_28 ._Asset2_i6uqz_170{top:-7rem}}._Productivity_i6uqz_1 ._TopSection_i6uqz_28 ._Asset2_i6uqz_170 svg{height:100%;width:100%}._Productivity_i6uqz_1 ._ContentSection_i6uqz_186{padding:6rem;display:flex;gap:3rem}._Productivity_i6uqz_1 ._ContentSection_i6uqz_186 ._categories_i6uqz_191{display:flex;flex-direction:column;gap:1rem;width:max-content;align-items:flex-start;gap:.9375rem}._Productivity_i6uqz_1 ._ContentSection_i6uqz_186 ._categories_i6uqz_191 h3{color:var(--c3);font-family:Montserrat;font-size:1.75rem;font-style:normal;font-weight:600;line-height:3.99rem;letter-spacing:-.07rem;text-transform:capitalize}._Productivity_i6uqz_1 ._ContentSection_i6uqz_186 ._categories_i6uqz_191 ._AllCategories_i6uqz_211{height:48.125rem;width:auto;border-radius:1.25rem;border:1px solid rgba(39,48,57,.1);background:var(--c2);overflow-x:auto;display:flex;flex-direction:column;align-items:flex-start;gap:2rem;padding:1rem 2.3rem}._Productivity_i6uqz_1 ._ContentSection_i6uqz_186 ._categories_i6uqz_191 ._AllCategories_i6uqz_211::-webkit-scrollbar{display:none}._Productivity_i6uqz_1 ._ContentSection_i6uqz_186 ._categories_i6uqz_191 ._AllCategories_i6uqz_211 ._ButtonOuter_i6uqz_227{width:12rem;height:auto;box-shadow:0 4px 10px #0000000a,0 4px 80px #efefef80;-webkit-backdrop-filter:blur(25px);backdrop-filter:blur(25px);padding:1px;cursor:pointer;position:relative;z-index:1;border-radius:.6rem;overflow:hidden}._Productivity_i6uqz_1 ._ContentSection_i6uqz_186 ._categories_i6uqz_191 ._AllCategories_i6uqz_211 ._ButtonOuter_i6uqz_227 button{width:100%;background:var(--c2);border:none;display:flex;border-radius:.6rem;align-items:center;gap:.6125rem;cursor:pointer;padding:.5rem .6rem .5rem 1rem;color:var(--c14);text-align:center;font-family:var(--f1);font-size:.875rem;font-style:normal;font-weight:400;line-height:2.74106rem;letter-spacing:-.04569rem;transition:all ease-in-out .3s}._Productivity_i6uqz_1 ._ContentSection_i6uqz_186 ._categories_i6uqz_191 ._AllCategories_i6uqz_211 ._ButtonOuter_i6uqz_227 button svg{height:2rem;width:2rem}._Productivity_i6uqz_1 ._ContentSection_i6uqz_186 ._categories_i6uqz_191 ._AllCategories_i6uqz_211 ._ButtonOuter_i6uqz_227 button:after{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%) rotate(-40deg);content:"";width:110%;height:80%;background:var(--lg2);transition:all .3s ease-in-out;z-index:-1!important;animation:_rotate_i6uqz_1 8s linear infinite;display:none}@media (max-width: 631px){._Productivity_i6uqz_1 ._ContentSection_i6uqz_186 ._categories_i6uqz_191 ._AllCategories_i6uqz_211 ._ButtonOuter_i6uqz_227 button:after{width:110%;height:70%;transform:translate(-50%,-50%) rotate(10deg)}}._Productivity_i6uqz_1 ._ContentSection_i6uqz_186 ._categories_i6uqz_191 ._AllCategories_i6uqz_211 ._ButtonOuter_i6uqz_227 button._active_i6uqz_285:after{display:block}._Productivity_i6uqz_1 ._ContentSection_i6uqz_186 ._SelectedCategoryContent_i6uqz_288{display:grid;grid-template-columns:repeat(3,1fr);gap:3rem;row-gap:6rem}._Productivity_i6uqz_1 ._ContentSection_i6uqz_186 ._SelectedCategoryContent_i6uqz_288._Fade_i6uqz_294{animation:_fadeIn_i6uqz_1 .5s ease}@keyframes _fadeIn_i6uqz_1{0%{opacity:0;transform:translate(30px)}to{opacity:1;transform:translate(0)}}._Productivity_i6uqz_1 ._ContentSection_i6uqz_186 ._SelectedCategoryContent_i6uqz_288 ._Card_i6uqz_307{width:25.625rem;min-height:21.1875rem;flex-shrink:0;border-radius:1.71319rem;background:var(--c2);box-shadow:0 4px 40px #0000000a,0 4px 80px #efefef80;position:relative;padding:3.5rem 2.5rem 1.5rem;display:flex;flex-direction:column;align-items:center;gap:1rem;transition:all ease .3s}@media (max-width: 631px){._Productivity_i6uqz_1 ._ContentSection_i6uqz_186 ._SelectedCategoryContent_i6uqz_288 ._Card_i6uqz_307{width:100%;height:auto}}._Productivity_i6uqz_1 ._ContentSection_i6uqz_186 ._SelectedCategoryContent_i6uqz_288 ._Card_i6uqz_307 h3{color:var(--c3);font-family:var(--f1);font-size:2rem;font-style:normal;font-weight:600;line-height:2.74106rem;letter-spacing:-.04569rem}._Productivity_i6uqz_1 ._ContentSection_i6uqz_186 ._SelectedCategoryContent_i6uqz_288 ._Card_i6uqz_307 ._Image_i6uqz_339{position:absolute;top:-4.6rem;left:50%;transform:translate(-50%);border-radius:9.66031rem;background:var(--c2);box-shadow:0 5.438px 27.189px #0000000d;display:flex;width:7.125rem;height:7.125rem;padding:1.06631rem 1.06631rem 1.11481rem 1.11481rem;justify-content:center;align-items:center;flex-shrink:0}._Productivity_i6uqz_1 ._ContentSection_i6uqz_186 ._SelectedCategoryContent_i6uqz_288 ._Card_i6uqz_307 ._Image_i6uqz_339 img{width:4.94388rem;height:4.94388rem;flex-shrink:0}._Productivity_i6uqz_1 ._ContentSection_i6uqz_186 ._SelectedCategoryContent_i6uqz_288 ._Card_i6uqz_307 button{margin-top:auto;display:flex;padding:.9375rem 1.13313rem .9375rem 1.125rem;justify-content:center;align-items:center;border-radius:.375rem;background:var(--lg7);color:var(--c2);text-align:center;font-family:var(--f1);font-size:1rem;font-style:normal;font-weight:500;line-height:1.25rem;border:none;cursor:pointer;transition:all ease-in-out .3s}._Productivity_i6uqz_1 ._ContentSection_i6uqz_186 ._SelectedCategoryContent_i6uqz_288 ._Card_i6uqz_307 button:hover{opacity:.7}._Productivity_i6uqz_1 ._ContentSection_i6uqz_186 ._SelectedCategoryContent_i6uqz_288 ._Card_i6uqz_307 ._Row_i6uqz_382{width:100%;display:flex;align-items:center;gap:1rem;justify-content:space-around}._Productivity_i6uqz_1 ._ContentSection_i6uqz_186 ._SelectedCategoryContent_i6uqz_288 ._Card_i6uqz_307 ._Row_i6uqz_382 p{color:var(--c6);font-family:var(--f1);font-size:1rem;font-style:normal;font-weight:400;line-height:2.74106rem;letter-spacing:-.04569rem}._Productivity_i6uqz_1 ._ContentSection_i6uqz_186 ._SelectedCategoryContent_i6uqz_288 ._Card_i6uqz_307 ._Row_i6uqz_382 h4{display:flex;width:7rem;height:2.1875rem;justify-content:center;align-items:center;gap:.75rem;border-radius:6.25rem;background:#f47b2a0d;color:var(--c22);font-family:var(--f1);font-size:1rem;font-style:normal;font-weight:500;line-height:1.62rem}@media (max-width: 631px){._Productivity_i6uqz_1 ._ContentSection_i6uqz_186 ._SelectedCategoryContent_i6uqz_288 ._Card_i6uqz_307 h3{font-size:1.675rem}}._Productivity_i6uqz_1 ._ContentSection_i6uqz_186 ._SelectedCategoryContent_i6uqz_288 ._Card_i6uqz_307 p{color:var(--v4);font-family:var(--f1);font-size:1rem;font-style:normal;font-weight:400;line-height:1.60356rem;display:-webkit-box;-webkit-box-orient:vertical;line-clamp:7;-webkit-line-clamp:7;overflow:hidden}._ProductDetails_i6uqz_442{width:100%;padding:3rem;display:flex;flex-direction:column;align-items:center}._ProductDetails_i6uqz_442 ._ProductData_i6uqz_449{display:flex;width:76.875rem;flex-direction:column;align-items:flex-start;gap:1.25rem}._ProductDetails_i6uqz_442 ._ProductData_i6uqz_449 h2,._ProductDetails_i6uqz_442 ._ProductData_i6uqz_449 h3{color:var(--c3);font-family:var(--f1);font-size:1.5rem;font-style:normal;font-weight:600;line-height:1.875rem;letter-spacing:-.04569rem}._ProductDetails_i6uqz_442 ._ProductData_i6uqz_449 p,._ProductDetails_i6uqz_442 ._ProductData_i6uqz_449 li{color:var(--c3);font-family:var(--f1);font-size:1.1875rem;font-style:normal;font-weight:400;line-height:1.60356rem}._ProductDetails_i6uqz_442 ._ProductData_i6uqz_449 ._Row1_i6uqz_483{display:flex;align-items:center;gap:1.8125rem}._ProductDetails_i6uqz_442 ._ProductData_i6uqz_449 ._Row1_i6uqz_483 ._Image_i6uqz_339{width:6.375rem;height:6.375rem;flex-shrink:0}._ProductDetails_i6uqz_442 ._ProductData_i6uqz_449 ._Row1_i6uqz_483 ._Image_i6uqz_339 img{width:100%;aspect-ratio:1/1}._ProductDetails_i6uqz_442 ._ProductData_i6uqz_449 ._Row1_i6uqz_483 ._Data_i6uqz_497{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:.8125rem}._ProductDetails_i6uqz_442 ._ProductData_i6uqz_449 ._Row1_i6uqz_483 ._Data_i6uqz_497 h1{display:flex;align-items:center;gap:.8125rem;color:var(--c3);font-family:var(--f1);font-size:3rem;font-style:normal;font-weight:600;line-height:2.74106rem;letter-spacing:-.04569rem}._ProductDetails_i6uqz_442 ._ProductData_i6uqz_449 ._Row1_i6uqz_483 ._Data_i6uqz_497 h1 span svg{width:3.5rem;height:3.5rem;aspect-ratio:1/1}._ProductDetails_i6uqz_442 ._ProductData_i6uqz_449 ._Row1_i6uqz_483 ._Data_i6uqz_497 i{display:flex;width:11.375rem;height:2.41288rem;justify-content:center;align-items:center;gap:.82725rem;border-radius:6.89394rem;background:#f47b2a0d;color:var(--c22);font-family:var(--f1);font-size:1.103rem;font-style:normal;font-weight:500;line-height:1.78694rem}._ProductDetails_i6uqz_442 ._ProductData_i6uqz_449 ul{margin-left:2rem}._ProductDetails_i6uqz_442 ._ProductData_i6uqz_449 ._Row2_i6uqz_540{height:7rem;align-self:stretch;border-radius:.3125rem;position:relative;z-index:1;display:flex}._ProductDetails_i6uqz_442 ._ProductData_i6uqz_449 ._Row2_i6uqz_540 ._Bg_i6uqz_548{opacity:.1;width:100%;height:100%;background:var(--lg5);position:absolute;z-index:-1}._ProductDetails_i6uqz_442 ._ProductData_i6uqz_449 ._Row2_i6uqz_540 ._Details_i6uqz_556{display:flex;justify-content:center;align-items:center;gap:1.625rem;padding:.2rem 2rem}._ProductDetails_i6uqz_442 ._ProductData_i6uqz_449 ._Row2_i6uqz_540 ._Details_i6uqz_556 svg{width:2.8125rem;height:2.8125rem}._ProductDetails_i6uqz_442 ._ProductData_i6uqz_449 ._Row2_i6uqz_540 ._Details_i6uqz_556 ._Data_i6uqz_497{display:flex;justify-content:center;flex-direction:column;gap:.625rem}._ProductDetails_i6uqz_442 ._ProductData_i6uqz_449 ._Row2_i6uqz_540 ._Details_i6uqz_556 ._Data_i6uqz_497 h2{color:var(--c4);text-align:center;font-family:var(--f1);font-size:1.5rem;font-style:normal;font-weight:400;line-height:1.60356rem}._ProductDetails_i6uqz_442 ._ProductData_i6uqz_449 ._Row2_i6uqz_540 ._Details_i6uqz_556 ._Data_i6uqz_497 p{color:#06060680;font-family:var(--f1);font-size:.875rem;font-style:normal;font-weight:400;line-height:1.60356rem}._ProductDetails_i6uqz_442 ._ProductData_i6uqz_449 ._Row3_i6uqz_590 p{margin-top:1.2rem;margin-bottom:1rem}._AiMlDevelopment_dfsf8_1{width:100%;display:flex;flex-direction:column;gap:5rem}._AiMlDevelopment_dfsf8_1 h2{color:var(--c3);font-family:var(--f2);font-size:3.5rem;font-style:normal;font-weight:700;line-height:3.6rem;letter-spacing:-.07838rem}@media (max-width: 631px){._AiMlDevelopment_dfsf8_1 h2{font-size:2.5rem}}._AiMlDevelopment_dfsf8_1 h2 span{color:var(--c1)}._AiMlDevelopment_dfsf8_1 h3{color:var(--c3);font-family:var(--f1);font-size:2rem;font-style:normal;font-weight:600;line-height:2.74106rem;letter-spacing:-.04569rem}._AiMlDevelopment_dfsf8_1 ._Row1_dfsf8_33{width:100%;height:calc(100vh - 7.5rem);height:auto;display:flex;flex-direction:column;align-items:center;padding:3rem 2rem;gap:5rem;position:relative;margin-bottom:4rem}._AiMlDevelopment_dfsf8_1 ._Row1_dfsf8_33 ._TopSection_dfsf8_45{width:100%;display:flex;align-items:center;justify-content:center;gap:5rem}@media (max-width: 631px){._AiMlDevelopment_dfsf8_1 ._Row1_dfsf8_33 ._TopSection_dfsf8_45{padding:0}}._AiMlDevelopment_dfsf8_1 ._Row1_dfsf8_33 ._TopSection_dfsf8_45 ._Left_dfsf8_57{width:42.8125rem}._AiMlDevelopment_dfsf8_1 ._Row1_dfsf8_33 ._TopSection_dfsf8_45 ._Left_dfsf8_57 ._CompanyButton_dfsf8_60{width:12.125rem;height:3.0625rem;border-radius:6.25rem;margin-bottom:1.5rem;position:relative;overflow:hidden;z-index:1;padding:3px}@media (max-width: 631px){._AiMlDevelopment_dfsf8_1 ._Row1_dfsf8_33 ._TopSection_dfsf8_45 ._Left_dfsf8_57 ._CompanyButton_dfsf8_60{height:auto;width:max-content}}._AiMlDevelopment_dfsf8_1 ._Row1_dfsf8_33 ._TopSection_dfsf8_45 ._Left_dfsf8_57 ._CompanyButton_dfsf8_60:after{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%) rotate(-40deg);content:"";width:10%;height:390%;background:var(--lg3);transition:all .3s ease-in-out;z-index:-1;display:none}@keyframes _rotate_dfsf8_1{0%{transform:translate(-50%,-50%) rotate(-40deg)}to{transform:translate(-50%,-50%) rotate(360deg)}}._AiMlDevelopment_dfsf8_1 ._Row1_dfsf8_33 ._TopSection_dfsf8_45 ._Left_dfsf8_57 ._CompanyButton_dfsf8_60 ._CompanyButtonInner_dfsf8_97{width:100%;height:100%;border-radius:6.25rem;background:#f47b2a0d;display:flex;justify-content:center;align-items:center;gap:.75rem}@media (max-width: 631px){._AiMlDevelopment_dfsf8_1 ._Row1_dfsf8_33 ._TopSection_dfsf8_45 ._Left_dfsf8_57 ._CompanyButton_dfsf8_60 ._CompanyButtonInner_dfsf8_97{padding:1rem 2rem}}._AiMlDevelopment_dfsf8_1 ._Row1_dfsf8_33 ._TopSection_dfsf8_45 ._Left_dfsf8_57 ._CompanyButton_dfsf8_60 ._CompanyButtonInner_dfsf8_97 svg{width:1.5rem;height:1.5rem;flex-shrink:0}._AiMlDevelopment_dfsf8_1 ._Row1_dfsf8_33 ._TopSection_dfsf8_45 ._Left_dfsf8_57 ._CompanyButton_dfsf8_60 ._CompanyButtonInner_dfsf8_97 svg path{fill:var(--c1)}._AiMlDevelopment_dfsf8_1 ._Row1_dfsf8_33 ._TopSection_dfsf8_45 ._Left_dfsf8_57 ._CompanyButton_dfsf8_60 ._CompanyButtonInner_dfsf8_97 h1{color:var(--c1);font-size:1rem;font-style:normal;font-weight:500;line-height:1.62rem}@media (max-width: 631px){._AiMlDevelopment_dfsf8_1 ._Row1_dfsf8_33 ._TopSection_dfsf8_45 ._Left_dfsf8_57 ._CompanyButton_dfsf8_60 ._CompanyButtonInner_dfsf8_97 h1{font-size:1.3125rem}}._AiMlDevelopment_dfsf8_1 ._Row1_dfsf8_33 ._TopSection_dfsf8_45 ._Left_dfsf8_57 ._HireHeading_dfsf8_133{margin-bottom:2rem}._AiMlDevelopment_dfsf8_1 ._Row1_dfsf8_33 ._TopSection_dfsf8_45 ._Left_dfsf8_57 ._HireHeading_dfsf8_133 p{color:var(--c9);font-family:var(--f2);font-size:3.5rem;font-style:normal;font-weight:700;line-height:4.31144rem;letter-spacing:-.07838rem}._AiMlDevelopment_dfsf8_1 ._Row1_dfsf8_33 ._TopSection_dfsf8_45 ._Left_dfsf8_57 ._HireHeading_dfsf8_133 span{color:var(--c1);font-family:var(--f2);font-size:3.5rem;font-style:normal;font-weight:700;line-height:4.31144rem;letter-spacing:-.07838rem}._AiMlDevelopment_dfsf8_1 ._Row1_dfsf8_33 ._TopSection_dfsf8_45 ._Left_dfsf8_57 ._Para_dfsf8_154{margin-bottom:2.66rem}._AiMlDevelopment_dfsf8_1 ._Row1_dfsf8_33 ._TopSection_dfsf8_45 ._Left_dfsf8_57 ._Para_dfsf8_154 p{width:30.9375rem;height:3.5625rem;color:var(--c10);font-size:1.125rem;font-style:normal;font-weight:300;line-height:1.81469rem}@media (max-width: 631px){._AiMlDevelopment_dfsf8_1 ._Row1_dfsf8_33 ._TopSection_dfsf8_45 ._Left_dfsf8_57 ._Para_dfsf8_154 p{font-size:1.3125rem}}._AiMlDevelopment_dfsf8_1 ._Row1_dfsf8_33 ._TopSection_dfsf8_45 ._Left_dfsf8_57 ._CamImg_dfsf8_171 img{height:8rem}._AiMlDevelopment_dfsf8_1 ._Row1_dfsf8_33 ._TopSection_dfsf8_45 ._Right_dfsf8_174{width:40.02525rem;height:auto}@media (max-width: 631px){._AiMlDevelopment_dfsf8_1 ._Row1_dfsf8_33 ._TopSection_dfsf8_45 ._Right_dfsf8_174{display:none}}._AiMlDevelopment_dfsf8_1 ._Row1_dfsf8_33 ._TopSection_dfsf8_45 ._Right_dfsf8_174 img{width:39.96263rem;height:30.1125rem;flex-shrink:0}._AiMlDevelopment_dfsf8_1 ._Row1_dfsf8_33 ._TopSection_dfsf8_45 ._Asset1_dfsf8_188{width:29.5625rem;height:34.918rem;position:absolute;left:-4rem;top:-10rem}@media (max-width: 631px){._AiMlDevelopment_dfsf8_1 ._Row1_dfsf8_33 ._TopSection_dfsf8_45 ._Asset1_dfsf8_188{display:none}}._AiMlDevelopment_dfsf8_1 ._Row1_dfsf8_33 ._TopSection_dfsf8_45 ._Asset1_dfsf8_188 svg{height:100%;width:100%}._AiMlDevelopment_dfsf8_1 ._Row1_dfsf8_33 ._TopSection_dfsf8_45 ._Asset2_dfsf8_204{width:29.5625rem;height:34.918rem;position:absolute;right:-4rem;top:10rem}@media (max-width: 631px){._AiMlDevelopment_dfsf8_1 ._Row1_dfsf8_33 ._TopSection_dfsf8_45 ._Asset2_dfsf8_204{top:-7rem}}._AiMlDevelopment_dfsf8_1 ._Row1_dfsf8_33 ._TopSection_dfsf8_45 ._Asset2_dfsf8_204 svg{height:100%;width:100%}._AiMlDevelopment_dfsf8_1 ._Row2_dfsf8_220{display:flex;flex-direction:column;align-items:center;gap:5rem}@media (max-width: 631px){._AiMlDevelopment_dfsf8_1 ._Row2_dfsf8_220{width:100%;padding:3rem}}._AiMlDevelopment_dfsf8_1 ._Row2_dfsf8_220 ._Top_dfsf8_45{display:flex;width:93.25rem;flex-direction:column;align-items:flex-start;gap:2.1875rem}@media (max-width: 631px){._AiMlDevelopment_dfsf8_1 ._Row2_dfsf8_220 ._Top_dfsf8_45{width:100%;gap:1rem}}._AiMlDevelopment_dfsf8_1 ._Row2_dfsf8_220 ._Top_dfsf8_45 h2{width:63.9375rem}@media (max-width: 631px){._AiMlDevelopment_dfsf8_1 ._Row2_dfsf8_220 ._Top_dfsf8_45 h2{width:100%}}._AiMlDevelopment_dfsf8_1 ._Row2_dfsf8_220 ._Top_dfsf8_45 p{width:60%;color:var(--c3);font-family:var(--f1);font-size:1.125rem;font-style:normal;font-weight:400;line-height:1.755rem}@media (max-width: 631px){._AiMlDevelopment_dfsf8_1 ._Row2_dfsf8_220 ._Top_dfsf8_45 p{width:100%}}._AiMlDevelopment_dfsf8_1 ._Row2_dfsf8_220 ._Bottom_dfsf8_267{width:93.25rem;display:flex;align-items:center;gap:5rem}@media (max-width: 631px){._AiMlDevelopment_dfsf8_1 ._Row2_dfsf8_220 ._Bottom_dfsf8_267{width:100%;flex-direction:column}}._AiMlDevelopment_dfsf8_1 ._Row2_dfsf8_220 ._Bottom_dfsf8_267 ._Left_dfsf8_57{display:flex;flex-direction:column;gap:2rem}._AiMlDevelopment_dfsf8_1 ._Row2_dfsf8_220 ._Bottom_dfsf8_267 ._Left_dfsf8_57 ._Card_dfsf8_284{display:flex;height:7.4375rem;width:max-content;padding:1.0625rem 3rem 1.0625rem 1.3125rem;align-items:center;gap:1.5rem;align-self:stretch;border-radius:6.25rem;opacity:.4;background:var(--f1);box-shadow:0 4px 40px #0000000a,0 4px 80px #efefef80;transition:all ease-in-out .3s;cursor:pointer}._AiMlDevelopment_dfsf8_1 ._Row2_dfsf8_220 ._Bottom_dfsf8_267 ._Left_dfsf8_57 ._Card_dfsf8_284:hover{opacity:.7}._AiMlDevelopment_dfsf8_1 ._Row2_dfsf8_220 ._Bottom_dfsf8_267 ._Left_dfsf8_57 ._Card_dfsf8_284._Active_dfsf8_303{opacity:1}._AiMlDevelopment_dfsf8_1 ._Row2_dfsf8_220 ._Bottom_dfsf8_267 ._Left_dfsf8_57 ._Card_dfsf8_284:nth-child(2) ._Index_dfsf8_306{background:var(--lg6)}._AiMlDevelopment_dfsf8_1 ._Row2_dfsf8_220 ._Bottom_dfsf8_267 ._Left_dfsf8_57 ._Card_dfsf8_284:nth-child(3) ._Index_dfsf8_306{background:var(--lg4)}._AiMlDevelopment_dfsf8_1 ._Row2_dfsf8_220 ._Bottom_dfsf8_267 ._Left_dfsf8_57 ._Card_dfsf8_284 ._Index_dfsf8_306{display:flex;padding:1.06575rem 1.11619rem .98794rem 1.4375rem;justify-content:flex-end;align-items:center;border-radius:7.10619rem;background:var(--lg5);color:var(--c2);font-family:var(--f1);font-size:2.10638rem;font-style:normal;font-weight:600;line-height:3.15956rem;letter-spacing:-.04213rem}._AiMlDevelopment_dfsf8_1 ._Row2_dfsf8_220 ._Bottom_dfsf8_267 ._Left_dfsf8_57 ._Card_dfsf8_284 p{width:29.5625rem;color:var(--c3);font-family:var(--f1);font-size:1.5rem;font-style:normal;font-weight:600;line-height:2.0625rem;letter-spacing:-.04569rem}._AiMlDevelopment_dfsf8_1 ._Row2_dfsf8_220 ._Bottom_dfsf8_267 ._Right_dfsf8_174{width:40.5625rem;height:22.375rem;flex-shrink:0;border-radius:1.71319rem;background:var(--c2);box-shadow:0 4px 40px #0000000a,0 4px 80px #efefef80;position:relative;padding:4rem 3rem;display:flex;flex-direction:column;gap:1rem}._AiMlDevelopment_dfsf8_1 ._Row2_dfsf8_220 ._Bottom_dfsf8_267 ._Right_dfsf8_174 p{color:var(--c4);width:32.75rem;font-family:var(--f1);font-size:1rem;font-style:normal;font-weight:400;line-height:1.60356rem}._AiMlDevelopment_dfsf8_1 ._Row2_dfsf8_220 ._Bottom_dfsf8_267 ._Right_dfsf8_174 img{width:5.24119rem;height:5.24119rem;flex-shrink:0;border-radius:7.10619rem;box-shadow:0 4px 20px #0000000d;position:absolute;left:2rem;top:-2.6rem}._AiMlDevelopment_dfsf8_1 ._Row3_dfsf8_369{display:flex;flex-direction:column;gap:5rem;align-items:center;padding:3rem 3rem 6rem;background:var(--c5)}@media (max-width: 631px){._AiMlDevelopment_dfsf8_1 ._Row3_dfsf8_369{width:100%;position:relative;gap:3rem;padding-bottom:12rem}._AiMlDevelopment_dfsf8_1 ._Row3_dfsf8_369 button{position:absolute;bottom:2rem;right:3rem}}._AiMlDevelopment_dfsf8_1 ._Row3_dfsf8_369 h2{color:var(--c2)}._AiMlDevelopment_dfsf8_1 ._Row3_dfsf8_369 ._Top_dfsf8_45{width:93.25rem;display:flex;align-items:center;justify-content:space-between}@media (max-width: 631px){._AiMlDevelopment_dfsf8_1 ._Row3_dfsf8_369 ._Top_dfsf8_45{width:100%}}._AiMlDevelopment_dfsf8_1 ._Row3_dfsf8_369 ._Bottom_dfsf8_267{width:93.25rem;display:flex;align-items:center;justify-content:space-between}@media (max-width: 631px){._AiMlDevelopment_dfsf8_1 ._Row3_dfsf8_369 ._Bottom_dfsf8_267{width:100%;display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem}}._AiMlDevelopment_dfsf8_1 ._Row3_dfsf8_369 ._Bottom_dfsf8_267 ._ColOuter_dfsf8_419{width:22.1875rem;height:15.0625rem;padding:1px;border-radius:1.81469rem;overflow:hidden;background:#ffffff0d;box-shadow:0 4px 34px #00000014;-webkit-backdrop-filter:blur(75px);backdrop-filter:blur(75px);position:relative}@media (max-width: 631px){._AiMlDevelopment_dfsf8_1 ._Row3_dfsf8_369 ._Bottom_dfsf8_267 ._ColOuter_dfsf8_419{width:100%}}._AiMlDevelopment_dfsf8_1 ._Row3_dfsf8_369 ._Bottom_dfsf8_267 ._ColOuter_dfsf8_419 ._Col_dfsf8_419{display:flex;width:100%;height:100%;padding:3.25rem 4.9375rem 3.3125rem;flex-direction:column;justify-content:center;align-items:flex-start;background:var(--c5);border-radius:1.81469rem;transition:all ease-in-out .3s}@media (max-width: 631px){._AiMlDevelopment_dfsf8_1 ._Row3_dfsf8_369 ._Bottom_dfsf8_267 ._ColOuter_dfsf8_419 ._Col_dfsf8_419{padding:2rem 3rem}}._AiMlDevelopment_dfsf8_1 ._Row3_dfsf8_369 ._Bottom_dfsf8_267 ._ColOuter_dfsf8_419 ._Col_dfsf8_419:after{position:absolute;content:"";width:100%;height:100%;top:0;left:0;background:var(--lg2L);z-index:-1}._AiMlDevelopment_dfsf8_1 ._Row3_dfsf8_369 ._Bottom_dfsf8_267 ._ColOuter_dfsf8_419 ._Col_dfsf8_419:before{position:absolute;content:"";width:100%;height:100%;bottom:0;right:0;background:var(--lg2R);z-index:-1}._AiMlDevelopment_dfsf8_1 ._Row3_dfsf8_369 ._Bottom_dfsf8_267 ._ColOuter_dfsf8_419 ._Col_dfsf8_419:hover{background:var(--c1)}._AiMlDevelopment_dfsf8_1 ._Row3_dfsf8_369 ._Bottom_dfsf8_267 ._ColOuter_dfsf8_419 ._Col_dfsf8_419 h3{color:var(--c2);font-family:var(--f1);font-size:3.5rem;font-style:normal;font-weight:600;line-height:3.99rem;letter-spacing:-.07rem}._AiMlDevelopment_dfsf8_1 ._Row3_dfsf8_369 ._Bottom_dfsf8_267 ._ColOuter_dfsf8_419 ._Col_dfsf8_419 p{color:var(--c2);font-family:var(--f1);font-size:1.5rem;font-style:normal;font-weight:600;line-height:1.875rem;text-transform:capitalize}._AiMlDevelopment_dfsf8_1 ._Row4_dfsf8_493{display:flex;flex-direction:column;align-items:center;gap:8rem}@media (max-width: 631px){._AiMlDevelopment_dfsf8_1 ._Row4_dfsf8_493{width:100%;padding:3rem;gap:6rem}}._AiMlDevelopment_dfsf8_1 ._Row4_dfsf8_493 ._Top_dfsf8_45{width:93.25rem;display:flex;flex-direction:column;align-items:flex-start;gap:2.1875rem}@media (max-width: 631px){._AiMlDevelopment_dfsf8_1 ._Row4_dfsf8_493 ._Top_dfsf8_45{width:100%}}._AiMlDevelopment_dfsf8_1 ._Row4_dfsf8_493 ._Top_dfsf8_45 h2{width:56.9375rem}@media (max-width: 631px){._AiMlDevelopment_dfsf8_1 ._Row4_dfsf8_493 ._Top_dfsf8_45 h2{width:100%}}._AiMlDevelopment_dfsf8_1 ._Row4_dfsf8_493 ._Top_dfsf8_45 p{width:60.9375rem}@media (max-width: 631px){._AiMlDevelopment_dfsf8_1 ._Row4_dfsf8_493 ._Top_dfsf8_45 p{width:100%}}._AiMlDevelopment_dfsf8_1 ._Row4_dfsf8_493 ._Cards_dfsf8_534{width:93.25rem;display:flex;align-items:center;justify-content:center;gap:3rem;flex-wrap:wrap;row-gap:5rem}@media (max-width: 631px){._AiMlDevelopment_dfsf8_1 ._Row4_dfsf8_493 ._Cards_dfsf8_534{width:100%;display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem;row-gap:4rem}}._AiMlDevelopment_dfsf8_1 ._Row4_dfsf8_493 ._Cards_dfsf8_534 ._Card_dfsf8_284{width:26.5625rem;height:19.4375rem;flex-shrink:0;border-radius:1.71319rem;background:var(--c2);box-shadow:0 4px 40px #0000000a,0 4px 80px #efefef80;position:relative;padding:3.5rem 2.5rem;display:flex;flex-direction:column;gap:1rem;transition:all ease .3s}@media (max-width: 631px){._AiMlDevelopment_dfsf8_1 ._Row4_dfsf8_493 ._Cards_dfsf8_534 ._Card_dfsf8_284{width:100%;height:auto}}._AiMlDevelopment_dfsf8_1 ._Row4_dfsf8_493 ._Cards_dfsf8_534 ._Card_dfsf8_284:hover{background:var(--c1)}._AiMlDevelopment_dfsf8_1 ._Row4_dfsf8_493 ._Cards_dfsf8_534 ._Card_dfsf8_284:hover h3,._AiMlDevelopment_dfsf8_1 ._Row4_dfsf8_493 ._Cards_dfsf8_534 ._Card_dfsf8_284:hover p{color:var(--c2)}._AiMlDevelopment_dfsf8_1 ._Row4_dfsf8_493 ._Cards_dfsf8_534 ._Card_dfsf8_284 img{position:absolute;top:-2.6rem;width:5.24119rem;height:5.24119rem;border-radius:7.10619rem;box-shadow:0 4px 20px #0000000d}._AiMlDevelopment_dfsf8_1 ._Row4_dfsf8_493 ._Cards_dfsf8_534 ._Card_dfsf8_284 h3{color:var(--c3);font-family:var(--f1);font-size:2rem;font-style:normal;font-weight:600;line-height:2.74106rem;letter-spacing:-.04569rem}@media (max-width: 631px){._AiMlDevelopment_dfsf8_1 ._Row4_dfsf8_493 ._Cards_dfsf8_534 ._Card_dfsf8_284 h3{font-size:1.675rem}}._AiMlDevelopment_dfsf8_1 ._Row4_dfsf8_493 ._Cards_dfsf8_534 ._Card_dfsf8_284 p{color:var(--v4);font-family:var(--f1);font-size:1rem;font-style:normal;font-weight:400;line-height:1.60356rem;display:-webkit-box;-webkit-box-orient:vertical;line-clamp:7;-webkit-line-clamp:7;overflow:hidden}._AiMlDevelopment_dfsf8_1 ._Row5_dfsf8_614{display:flex;flex-direction:column;align-items:center;gap:3rem;background-image:url(/assets/FooterBG-DYVQfLRK.webp);background-repeat:no-repeat;background-size:cover}@media (max-width: 631px){._AiMlDevelopment_dfsf8_1 ._Row5_dfsf8_614{width:100%}}._AiMlDevelopment_dfsf8_1 ._Row5_dfsf8_614 ._Top_dfsf8_45{margin-top:3rem;width:93.75rem;display:flex;flex-direction:column;gap:1.5rem}@media (max-width: 631px){._AiMlDevelopment_dfsf8_1 ._Row5_dfsf8_614 ._Top_dfsf8_45{width:100%;padding:3rem}}._AiMlDevelopment_dfsf8_1 ._Row5_dfsf8_614 ._Top_dfsf8_45 h2{width:75%;color:var(--c2)}@media (max-width: 631px){._AiMlDevelopment_dfsf8_1 ._Row5_dfsf8_614 ._Top_dfsf8_45 h2{width:100%}}._AiMlDevelopment_dfsf8_1 ._Row5_dfsf8_614 ._Top_dfsf8_45 p{width:70%;color:var(--c2);font-family:var(--f1);font-size:1.125rem;font-style:normal;font-weight:400;line-height:1.755rem}@media (max-width: 631px){._AiMlDevelopment_dfsf8_1 ._Row5_dfsf8_614 ._Top_dfsf8_45 p{width:100%}}._AiMlDevelopment_dfsf8_1 ._Row5_dfsf8_614 ._Bottom_dfsf8_267{width:93.75rem;height:38rem;position:relative;overflow:hidden;padding:3rem;z-index:1;display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:3rem;row-gap:1rem}@media (max-width: 631px){._AiMlDevelopment_dfsf8_1 ._Row5_dfsf8_614 ._Bottom_dfsf8_267{width:100%;height:auto}}._AiMlDevelopment_dfsf8_1 ._Row5_dfsf8_614 ._Bottom_dfsf8_267 ._BackImage_dfsf8_684{position:absolute;left:-2%;top:-5%;height:100%;width:100%;z-index:-1}._AiMlDevelopment_dfsf8_1 ._Row5_dfsf8_614 ._Bottom_dfsf8_267 ._BackImage_dfsf8_684 img{height:130%;width:104%}._AiMlDevelopment_dfsf8_1 ._Row5_dfsf8_614 ._Bottom_dfsf8_267 ._Tech_dfsf8_696{display:flex;flex-direction:column;align-items:center}._AiMlDevelopment_dfsf8_1 ._Row5_dfsf8_614 ._Bottom_dfsf8_267 ._Tech_dfsf8_696 p{color:#fff;text-align:center;font-family:Inter;font-size:1.5rem;font-style:normal;font-weight:300;line-height:1.4625rem}._AiMlDevelopment_dfsf8_1 ._Row5_dfsf8_614 ._Bottom_dfsf8_267 ._Tech_dfsf8_696 ._UpperImage_dfsf8_710{width:6.99781rem;height:6.99781rem;flex-shrink:0;position:relative;display:flex;align-items:center;justify-content:center}._AiMlDevelopment_dfsf8_1 ._Row5_dfsf8_614 ._Bottom_dfsf8_267 ._Tech_dfsf8_696 ._UpperImage_dfsf8_710 ._Back_dfsf8_684{position:absolute;height:100%;width:100%}._AiMlDevelopment_dfsf8_1 ._Row5_dfsf8_614 ._Bottom_dfsf8_267 ._Tech_dfsf8_696 ._UpperImage_dfsf8_710 ._Back_dfsf8_684 img{height:100%;width:100%}._AiMlDevelopment_dfsf8_1 ._Row5_dfsf8_614 ._Bottom_dfsf8_267 ._Tech_dfsf8_696 svg{width:2.52844rem;flex-shrink:0;margin-bottom:1.3rem}._AiMlDevelopment_dfsf8_1 ._Row6_dfsf8_733{display:flex;flex-direction:column;align-items:center;gap:6rem}@media (max-width: 631px){._AiMlDevelopment_dfsf8_1 ._Row6_dfsf8_733{width:100%;padding:3rem}}._AiMlDevelopment_dfsf8_1 ._Row6_dfsf8_733 ._Top_dfsf8_45{width:93.25rem;display:flex;flex-direction:column;align-items:center;gap:2.1875rem}@media (max-width: 631px){._AiMlDevelopment_dfsf8_1 ._Row6_dfsf8_733 ._Top_dfsf8_45{width:100%;gap:1.5rem}}._AiMlDevelopment_dfsf8_1 ._Row6_dfsf8_733 ._Top_dfsf8_45 h2{width:70.75rem;text-align:center}@media (max-width: 631px){._AiMlDevelopment_dfsf8_1 ._Row6_dfsf8_733 ._Top_dfsf8_45 h2{width:100%;text-align:start}}._AiMlDevelopment_dfsf8_1 ._Row6_dfsf8_733 ._Top_dfsf8_45 p{width:59.875rem;color:var(--c3);text-align:center;font-family:var(--f1);font-size:1.125rem;font-style:normal;font-weight:400;line-height:1.755rem}@media (max-width: 631px){._AiMlDevelopment_dfsf8_1 ._Row6_dfsf8_733 ._Top_dfsf8_45 p{width:100%;text-align:start}}._AiMlDevelopment_dfsf8_1 ._Row6_dfsf8_733 ._ToolsFrameWorks_dfsf8_784{display:flex;flex-direction:column;gap:4rem}._AiMlDevelopment_dfsf8_1 ._Row6_dfsf8_733 ._ToolsFrameWorks_dfsf8_784 ._Buttons_dfsf8_789{display:flex;align-items:center;gap:2.5rem}@media (max-width: 631px){._AiMlDevelopment_dfsf8_1 ._Row6_dfsf8_733 ._ToolsFrameWorks_dfsf8_784 ._Buttons_dfsf8_789{gap:1.5rem}}._AiMlDevelopment_dfsf8_1 ._Row6_dfsf8_733 ._ToolsFrameWorks_dfsf8_784 ._Buttons_dfsf8_789 button{display:flex;width:auto;height:3.25rem;flex-direction:column;justify-content:center;align-items:center;border-radius:6.25rem;background:var(--b6);-webkit-backdrop-filter:blur(75px);backdrop-filter:blur(75px);color:var(--c3);font-family:var(--f1);font-size:1.125rem;font-style:normal;font-weight:500;line-height:1.50144rem;letter-spacing:.00925rem;padding:.2rem 2rem;border:none;cursor:pointer;box-shadow:0 4px 10px 0 var(--b1)}._AiMlDevelopment_dfsf8_1 ._Row6_dfsf8_733 ._ToolsFrameWorks_dfsf8_784 ._Buttons_dfsf8_789 button:hover{background:var(--lg4)}._AiMlDevelopment_dfsf8_1 ._Row6_dfsf8_733 ._ToolsFrameWorks_dfsf8_784 ._Buttons_dfsf8_789 button._Active_dfsf8_303{border-radius:6.25rem;background:var(--lg7);box-shadow:0 4px 20px 0 var(--rgb4);-webkit-backdrop-filter:blur(75px);backdrop-filter:blur(75px);color:var(--c2)}._AiMlDevelopment_dfsf8_1 ._Row6_dfsf8_733 ._ToolsFrameWorks_dfsf8_784 ._ToolWrapper_dfsf8_831{display:flex;width:105.57919rem;justify-content:center;align-items:center;flex-wrap:wrap;gap:3.0625rem}@media (max-width: 631px){._AiMlDevelopment_dfsf8_1 ._Row6_dfsf8_733 ._ToolsFrameWorks_dfsf8_784 ._ToolWrapper_dfsf8_831{width:100%;gap:1.5rem}}._AiMlDevelopment_dfsf8_1 ._Row6_dfsf8_733 ._ToolsFrameWorks_dfsf8_784 ._ToolWrapper_dfsf8_831 ._TechCard_dfsf8_845{display:flex;width:auto;height:4.41731rem;padding:0rem .80119rem;align-items:center;gap:1.05606rem;border-radius:3.30031rem;background:#fff;box-shadow:0 2.112px 27.095px #0000000d;padding:.2rem 2rem}@media (max-width: 631px){._AiMlDevelopment_dfsf8_1 ._Row6_dfsf8_733 ._ToolsFrameWorks_dfsf8_784 ._ToolWrapper_dfsf8_831 ._TechCard_dfsf8_845{padding:.2rem 1rem}}._AiMlDevelopment_dfsf8_1 ._Row6_dfsf8_733 ._ToolsFrameWorks_dfsf8_784 ._ToolWrapper_dfsf8_831 ._TechCard_dfsf8_845 img{width:3.43231rem;height:3.43231rem;flex-shrink:0;border-radius:3.43231rem;border:.387px solid rgba(255,255,255,.07)}._AiMlDevelopment_dfsf8_1 ._Row6_dfsf8_733 ._ToolsFrameWorks_dfsf8_784 ._ToolWrapper_dfsf8_831 ._TechCard_dfsf8_845 p{color:#3d3d3d;font-family:Inter;font-size:1.18544rem;font-style:normal;font-weight:500;line-height:200%}._AiMlDevelopment_dfsf8_1 ._Row8_dfsf8_877{padding:0 15rem;margin-bottom:5rem}@media (max-width: 631px){._AiMlDevelopment_dfsf8_1 ._Row8_dfsf8_877{width:100%;padding:3rem}}._ContactSection_vcd2t_1{display:flex;gap:4.24rem}._ContactSection_vcd2t_1 h2{color:var(--c3);font-family:var(--f2);font-size:3.5rem;font-style:normal;font-weight:700;line-height:3.99rem;letter-spacing:-.07rem}@media (max-width: 631px){._ContactSection_vcd2t_1 h2{font-size:3rem}}._ContactSection_vcd2t_1 h2 span{color:var(--c1)}@media (max-width: 631px){._ContactSection_vcd2t_1{flex-direction:column}}._ContactSection_vcd2t_1 ._LeftSection_vcd2t_27{width:49.625rem;height:49.4375rem;flex-shrink:0}@media (max-width: 631px){._ContactSection_vcd2t_1 ._LeftSection_vcd2t_27{display:none}}._ContactSection_vcd2t_1 ._LeftSection_vcd2t_27 img{width:100%;height:100%}._ContactSection_vcd2t_1 ._RightSection_vcd2t_41{flex:1;display:flex;align-items:center;justify-content:center}@media (max-width: 631px){._ContactSection_vcd2t_1 ._RightSection_vcd2t_41{flex-direction:column;align-items:flex-start;gap:3rem}}._ContactSection_vcd2t_1 ._RightSection_vcd2t_41 ._MobHead_vcd2t_54{width:65%;display:none}@media (max-width: 631px){._ContactSection_vcd2t_1 ._RightSection_vcd2t_41 ._MobHead_vcd2t_54{display:block}}._ContactSection_vcd2t_1 ._RightSection_vcd2t_41 ._Inner_vcd2t_63{width:90%;border-radius:1.875rem;background:var(--c2);box-shadow:0 8px 30px #0003;padding:5.38rem 4.8rem}@media (max-width: 631px){._ContactSection_vcd2t_1 ._RightSection_vcd2t_41 ._Inner_vcd2t_63{width:100%;padding:3rem}}._ContactSection_vcd2t_1 ._RightSection_vcd2t_41 ._Inner_vcd2t_63 input{width:100%;height:3.625rem;border-radius:.9375rem;border:1.5px solid rgba(217,217,217,.63);margin-bottom:1.25rem;padding:0 1.9rem;color:#000;font-size:1rem;font-style:normal;font-weight:400;line-height:normal;outline-color:var(--c1)}@media (max-width: 631px){._ContactSection_vcd2t_1 ._RightSection_vcd2t_41 ._Inner_vcd2t_63 input{font-size:1.3125rem}}._ContactSection_vcd2t_1 ._RightSection_vcd2t_41 ._Inner_vcd2t_63 input::placeholder{color:#000000bf}._ContactSection_vcd2t_1 ._RightSection_vcd2t_41 ._Inner_vcd2t_63 textarea{width:100%;height:9.75rem;border-radius:.9375rem;border:1.5px solid rgba(217,217,217,.63);margin-bottom:2.25rem;padding:1.9rem;color:#000;font-size:1rem;font-style:normal;font-weight:400;line-height:normal;resize:none;outline-color:var(--c1)}@media (max-width: 631px){._ContactSection_vcd2t_1 ._RightSection_vcd2t_41 ._Inner_vcd2t_63 textarea{font-size:1.3125rem}}._ContactSection_vcd2t_1 ._RightSection_vcd2t_41 ._Inner_vcd2t_63 textarea::placeholder{color:#000000bf}._ContactSection_vcd2t_1 ._RightSection_vcd2t_41 ._Inner_vcd2t_63 ._Recaptcha_vcd2t_121{width:100%}._ContactSection_vcd2t_1 ._RightSection_vcd2t_41 ._Inner_vcd2t_63 ._btnWrap_vcd2t_124{display:flex;justify-content:flex-end;margin-top:1rem}._Projects_z4s7s_1{margin:auto;width:100.25rem;display:flex;flex-direction:column;gap:3rem}@media (max-width: 631px){._Projects_z4s7s_1{width:100%;padding:3rem}}._Projects_z4s7s_1 ._Top_z4s7s_14{display:flex;align-items:center;justify-content:space-between}@media (max-width: 631px){._Projects_z4s7s_1 ._Top_z4s7s_14{width:100%}._Projects_z4s7s_1 ._Top_z4s7s_14 button{position:absolute}}._Projects_z4s7s_1 ._Top_z4s7s_14 ._Left_z4s7s_29{display:flex;width:100%;flex-direction:column;align-items:flex-start;gap:2.1875rem}._Projects_z4s7s_1 ._Top_z4s7s_14 ._Left_z4s7s_29 h2{color:var(--c3);font-family:var(--f1);font-size:1.725rem;font-style:normal;font-weight:400;line-height:1.755rem;text-align:start;width:63.9375rem}@media (max-width: 631px){._Projects_z4s7s_1 ._Top_z4s7s_14 ._Left_z4s7s_29 h2{width:100%}}._Projects_z4s7s_1 ._Top_z4s7s_14 ._Left_z4s7s_29 h5{color:var(--c3);font-family:var(--f3);font-size:3.125rem;font-style:normal;font-weight:400;line-height:1.755rem;text-align:start}._Projects_z4s7s_1 ._Top_z4s7s_14 ._Left_z4s7s_29 h5 span{color:var(--c1)}._Projects_z4s7s_1 ._Top_z4s7s_14 ._Left_z4s7s_29 p{width:60%;color:var(--c3);font-family:var(--f1);font-size:1.125rem;font-style:normal;font-weight:400;line-height:1.755rem;text-align:start}@media (max-width: 631px){._Projects_z4s7s_1 ._Top_z4s7s_14 ._Left_z4s7s_29 p{width:100%}}._Projects_z4s7s_1 ._Bottom_z4s7s_78{width:100%;display:flex;align-items:center;justify-content:center;gap:5rem}@media (max-width: 631px){._Projects_z4s7s_1 ._Bottom_z4s7s_78{display:grid;grid-template-columns:repeat(1,1fr)}}._Projects_z4s7s_1 ._MobileViewSlider_z4s7s_91{width:100%;max-width:95vw;display:flex;flex-direction:column-reverse;gap:4rem}._Projects_z4s7s_1 ._MobileViewSlider_z4s7s_91 ._Buttons_z4s7s_98{display:flex;align-items:center;justify-content:center;gap:2rem;cursor:pointer}._Projects_z4s7s_1 ._MobileViewSlider_z4s7s_91 ._Buttons_z4s7s_98 span{transition:all ease-in-out .3s}._Projects_z4s7s_1 ._MobileViewSlider_z4s7s_91 ._Buttons_z4s7s_98 span svg{height:auto;width:1.74rem}._Projects_z4s7s_1 ._MobileViewSlider_z4s7s_91 ._Buttons_z4s7s_98 span:hover{opacity:.5}._Projects_z4s7s_1 ._Project_z4s7s_1{flex:1;flex-shrink:0;padding:1px;border-radius:1rem;position:relative;overflow:hidden;box-shadow:0 4px 20px #00000014;-webkit-backdrop-filter:blur(25px);backdrop-filter:blur(25px);z-index:1}._Projects_z4s7s_1 ._Project_z4s7s_1 ._ProjectInner_z4s7s_126{background-color:var(--c2);border-radius:1rem;padding:1rem 1.2rem 2rem;display:flex;flex-direction:column;gap:1.2rem}._Projects_z4s7s_1 ._Project_z4s7s_1 ._ProjectInner_z4s7s_126 h2{margin-top:.5rem;color:var(--c3);font-family:var(--f1);font-size:2.5125rem;font-style:normal;font-weight:600;line-height:100%;transition:all ease-in-out .3s}._Projects_z4s7s_1 ._Project_z4s7s_1 ._ProjectInner_z4s7s_126 h2:hover{text-shadow:2px 6px 7px rgba(247,102,5,.548)}._Projects_z4s7s_1 ._Project_z4s7s_1 ._ProjectInner_z4s7s_126 ._ImageWrapper_z4s7s_147{position:relative;width:100%;height:22rem;border-radius:.9rem .9rem 0 0;overflow:hidden}._Projects_z4s7s_1 ._Project_z4s7s_1 ._ProjectInner_z4s7s_126 ._ImageWrapper_z4s7s_147 ._RightArrow_z4s7s_154,._Projects_z4s7s_1 ._Project_z4s7s_1 ._ProjectInner_z4s7s_126 ._ImageWrapper_z4s7s_147 ._LeftArrow_z4s7s_155{position:absolute;top:50%;transform:translateY(-50%);cursor:pointer;z-index:10;transition:all ease-in-out .3s}._Projects_z4s7s_1 ._Project_z4s7s_1 ._ProjectInner_z4s7s_126 ._ImageWrapper_z4s7s_147 ._RightArrow_z4s7s_154:hover,._Projects_z4s7s_1 ._Project_z4s7s_1 ._ProjectInner_z4s7s_126 ._ImageWrapper_z4s7s_147 ._LeftArrow_z4s7s_155:hover{opacity:.9;transform:translateY(-50%) scale(.95);box-shadow:1px 0 8px 10px #00000014}._Projects_z4s7s_1 ._Project_z4s7s_1 ._ProjectInner_z4s7s_126 ._ImageWrapper_z4s7s_147 ._LeftArrow_z4s7s_155{left:0}._Projects_z4s7s_1 ._Project_z4s7s_1 ._ProjectInner_z4s7s_126 ._ImageWrapper_z4s7s_147 ._RightArrow_z4s7s_154{right:0}._Projects_z4s7s_1 ._Project_z4s7s_1 ._ProjectInner_z4s7s_126 ._ImageWrapper_z4s7s_147 ._Slider_z4s7s_175{display:flex;width:100%;height:100%;transition:transform .8s ease-in-out;position:relative}._Projects_z4s7s_1 ._Project_z4s7s_1 ._ProjectInner_z4s7s_126 ._ImageWrapper_z4s7s_147 ._Image_z4s7s_147{height:100%;width:100%;min-width:100%;max-width:100%}._Projects_z4s7s_1 ._Project_z4s7s_1 ._ProjectInner_z4s7s_126 ._ImageWrapper_z4s7s_147 ._Image_z4s7s_147 img{width:100%;height:100%;flex:0 0 100%;object-fit:cover;border-radius:.9rem .9rem 0 0}._Projects_z4s7s_1 ._Project_z4s7s_1 ._ProjectInner_z4s7s_126 ._Details_z4s7s_195{display:flex;flex-direction:column;gap:1rem}._Projects_z4s7s_1 ._Project_z4s7s_1 ._ProjectInner_z4s7s_126 ._Details_z4s7s_195 p{color:var(--c3);font-family:var(--f1);font-size:1.125rem;font-style:normal;font-weight:400;line-height:120%;text-align:start}._Projects_z4s7s_1 ._Project_z4s7s_1 ._ProjectInner_z4s7s_126 ._Details_z4s7s_195 ._Results_z4s7s_209{display:flex;flex-direction:column;gap:.5rem;margin-top:1rem}._Projects_z4s7s_1 ._Project_z4s7s_1 ._ProjectInner_z4s7s_126 ._Details_z4s7s_195 ._Results_z4s7s_209 ._List_z4s7s_215{display:flex;align-items:flex-start;gap:.3rem}._Projects_z4s7s_1 ._Project_z4s7s_1 ._ProjectInner_z4s7s_126 ._Details_z4s7s_195 ._Results_z4s7s_209 ._List_z4s7s_215 h5{margin-top:.8rem;color:var(--c3);font-family:var(--f1);font-size:1.125rem;font-style:normal;font-weight:400;line-height:120%}._Projects_z4s7s_1 ._Project_z4s7s_1 ._ProjectInner_z4s7s_126 ._Details_z4s7s_195 ._Results_z4s7s_209 ._List_z4s7s_215 h5 span{font-weight:700}._Projects_z4s7s_1 ._Project_z4s7s_1 ._ProjectInner_z4s7s_126 ._Details_z4s7s_195 ._Results_z4s7s_209 ._List_z4s7s_215 svg{height:3rem;width:3rem}._Projects_z4s7s_1 ._Project_z4s7s_1 ._ProjectInner_z4s7s_126 ._Details_z4s7s_195 ._Tags_z4s7s_236{display:flex;align-items:center;gap:1rem;flex-wrap:wrap;margin-top:1rem}._Projects_z4s7s_1 ._Project_z4s7s_1 ._ProjectInner_z4s7s_126 ._Details_z4s7s_195 ._Tags_z4s7s_236 ._tag_z4s7s_243{width:max-content;height:auto;padding:.8rem 1.52rem;background-color:#f672241a;border-radius:1rem;color:var(--c1);font-family:var(--f1);font-size:1.2125rem;font-style:normal;font-weight:600;line-height:1.90144rem}._Projects_z4s7s_1 ._Project_z4s7s_1 ._ProjectInner_z4s7s_126 ._Details_z4s7s_195 ._Tags_z4s7s_236 ._tag_z4s7s_243:nth-child(2n){color:#ffbd4c;background-color:#ffbd4c1a}._Projects_z4s7s_1 ._Project_z4s7s_1 ._ProjectInner_z4s7s_126 ._Details_z4s7s_195 ._Tags_z4s7s_236 ._tag_z4s7s_243:nth-child(3n){color:#0bbd8c;background-color:#0bbd8c1a}._Projects_z4s7s_1 ._Project_z4s7s_1 ._ProjectInner_z4s7s_126 ._Details_z4s7s_195 ._Tags_z4s7s_236 ._tag_z4s7s_243:nth-child(4n){color:#16c2ff;background-color:#16c2ff1a}._Projects_z4s7s_1 ._Project_z4s7s_1 ._ProjectInner_z4s7s_126 ._Details_z4s7s_195 ._Tags_z4s7s_236 ._tag_z4s7s_243:nth-child(5n){color:#ff4582;background-color:#ff45821a}._FAQ_1fthe_1{width:100%;position:relative}@media (max-width: 631px){._FAQ_1fthe_1{padding:3rem}}._FAQ_1fthe_1 ._Blur1_1fthe_10,._FAQ_1fthe_1 ._Blur2_1fthe_11{width:50rem;height:50rem;flex-shrink:0;position:absolute;z-index:-1;pointer-events:none}._FAQ_1fthe_1 ._Blur1_1fthe_10 svg,._FAQ_1fthe_1 ._Blur2_1fthe_11 svg{width:100%;height:30rem}._FAQ_1fthe_1 ._Blur1_1fthe_10{left:-10rem}@media (max-width: 631px){._FAQ_1fthe_1 ._Blur1_1fthe_10{left:-5rem;bottom:-7rem;width:20rem;height:15rem}}._FAQ_1fthe_1 ._Blur2_1fthe_11{right:-6rem;top:-4rem}@media (max-width: 631px){._FAQ_1fthe_1 ._Blur2_1fthe_11{right:-3rem;top:-7rem;width:20rem;height:15rem}}._FAQ_1fthe_1 ._TextWrapper_1fthe_47{width:100%;display:flex;flex-direction:column;align-items:center;margin-bottom:6.3rem}@media (max-width: 631px){._FAQ_1fthe_1 ._TextWrapper_1fthe_47{margin-bottom:3rem}}._FAQ_1fthe_1 ._TextWrapper_1fthe_47 h2{color:var(--c3);font-family:var(--f2);font-size:3.5rem;font-style:normal;font-weight:700;line-height:4.99rem;letter-spacing:-.07838rem}@media (max-width: 631px){._FAQ_1fthe_1 ._TextWrapper_1fthe_47 h2{font-size:2.5rem}}._FAQ_1fthe_1 ._TextWrapper_1fthe_47 h2 span{color:var(--c1)}._FAQ_1fthe_1 ._BottomContentWrapper_1fthe_76{padding:0 12.6rem}@media (max-width: 631px){._FAQ_1fthe_1 ._BottomContentWrapper_1fthe_76{padding:1.2rem}}._Row_1fthe_85{width:100%;margin-bottom:1rem;background:var(--c2);box-shadow:0 4px 34px #00000014;border-radius:1.25rem}._Row_1fthe_85 ._FAQQuestions_1fthe_92{width:100%;min-height:7.25rem;padding:1rem 2rem 0;display:flex;align-items:center;justify-content:space-between;gap:2rem;cursor:pointer;background:var(--c2);border-radius:1.25rem}@media (max-width: 631px){._Row_1fthe_85 ._FAQQuestions_1fthe_92{padding:2rem}}._Row_1fthe_85 ._FAQQuestions_1fthe_92 h3{color:var(--c3);font-size:2rem;font-style:normal;font-weight:600;line-height:150%;text-transform:capitalize}@media (max-width: 631px){._Row_1fthe_85 ._FAQQuestions_1fthe_92 h3{font-size:1.675rem}}._Row_1fthe_85 ._FAQQuestions_1fthe_92 i{width:2rem;height:2rem;transition:all .2s ease-in-out}._Row_1fthe_85 ._FAQQuestions_1fthe_92 i._active_1fthe_127{rotate:-180deg}._Row_1fthe_85 ._FAQQuestions_1fthe_92 i svg{width:100%;height:100%}._Row_1fthe_85 ._FAQAnswers_1fthe_134{width:100%;min-height:0rem;max-height:0rem;background:var(--c2);transition:all .3s ease-in-out;overflow:hidden;padding:0rem 2rem;-webkit-user-select:none;user-select:none;text-align:justify;font-size:1.125rem;line-height:140%;border-radius:1.25rem}._Row_1fthe_85 ._FAQAnswers_1fthe_134._active_1fthe_127{max-height:100rem;height:auto;padding:0rem 2rem 2rem}._EcommerceService_10kcj_1{width:100%;display:flex;flex-direction:column;gap:5rem}._EcommerceService_10kcj_1 h2{color:var(--c3);font-family:var(--f2);font-size:3.5rem;font-style:normal;font-weight:700;line-height:3.6rem;letter-spacing:-.07838rem}@media (max-width: 631px){._EcommerceService_10kcj_1 h2{font-size:2.5rem}}._EcommerceService_10kcj_1 h2 span{color:var(--c1)}._EcommerceService_10kcj_1 h3{color:var(--c3);font-family:var(--f1);font-size:2rem;font-style:normal;font-weight:600;line-height:2.74106rem;letter-spacing:-.04569rem}._EcommerceService_10kcj_1 ._Row1_10kcj_33{width:100%;height:calc(100vh - 7.5rem);height:auto;display:flex;flex-direction:column;align-items:center;padding:3rem 2rem;gap:5rem;position:relative;margin-bottom:4rem}._EcommerceService_10kcj_1 ._Row1_10kcj_33 ._TopSection_10kcj_45{width:100%;display:flex;align-items:center;justify-content:center;gap:5rem}@media (max-width: 631px){._EcommerceService_10kcj_1 ._Row1_10kcj_33 ._TopSection_10kcj_45{padding:0}}._EcommerceService_10kcj_1 ._Row1_10kcj_33 ._TopSection_10kcj_45 ._Left_10kcj_57{width:42.8125rem}._EcommerceService_10kcj_1 ._Row1_10kcj_33 ._TopSection_10kcj_45 ._Left_10kcj_57 ._CompanyButton_10kcj_60{width:12.125rem;height:3.0625rem;border-radius:6.25rem;margin-bottom:1.5rem;position:relative;overflow:hidden;z-index:1;padding:3px}@media (max-width: 631px){._EcommerceService_10kcj_1 ._Row1_10kcj_33 ._TopSection_10kcj_45 ._Left_10kcj_57 ._CompanyButton_10kcj_60{height:auto;width:max-content}}._EcommerceService_10kcj_1 ._Row1_10kcj_33 ._TopSection_10kcj_45 ._Left_10kcj_57 ._CompanyButton_10kcj_60:after{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%) rotate(-40deg);content:"";width:10%;height:390%;background:var(--lg3);transition:all .3s ease-in-out;z-index:-1;display:none}@keyframes _rotate_10kcj_1{0%{transform:translate(-50%,-50%) rotate(-40deg)}to{transform:translate(-50%,-50%) rotate(360deg)}}._EcommerceService_10kcj_1 ._Row1_10kcj_33 ._TopSection_10kcj_45 ._Left_10kcj_57 ._CompanyButton_10kcj_60 ._CompanyButtonInner_10kcj_97{width:100%;height:100%;border-radius:6.25rem;background:#f47b2a0d;display:flex;justify-content:center;align-items:center;gap:.75rem}@media (max-width: 631px){._EcommerceService_10kcj_1 ._Row1_10kcj_33 ._TopSection_10kcj_45 ._Left_10kcj_57 ._CompanyButton_10kcj_60 ._CompanyButtonInner_10kcj_97{padding:1rem 2rem}}._EcommerceService_10kcj_1 ._Row1_10kcj_33 ._TopSection_10kcj_45 ._Left_10kcj_57 ._CompanyButton_10kcj_60 ._CompanyButtonInner_10kcj_97 svg{width:1.5rem;height:1.5rem;flex-shrink:0}._EcommerceService_10kcj_1 ._Row1_10kcj_33 ._TopSection_10kcj_45 ._Left_10kcj_57 ._CompanyButton_10kcj_60 ._CompanyButtonInner_10kcj_97 svg path{fill:var(--c1)}._EcommerceService_10kcj_1 ._Row1_10kcj_33 ._TopSection_10kcj_45 ._Left_10kcj_57 ._CompanyButton_10kcj_60 ._CompanyButtonInner_10kcj_97 h1{color:var(--c1);font-size:1rem;font-style:normal;font-weight:500;line-height:1.62rem}@media (max-width: 631px){._EcommerceService_10kcj_1 ._Row1_10kcj_33 ._TopSection_10kcj_45 ._Left_10kcj_57 ._CompanyButton_10kcj_60 ._CompanyButtonInner_10kcj_97 h1{font-size:1.3125rem}}._EcommerceService_10kcj_1 ._Row1_10kcj_33 ._TopSection_10kcj_45 ._Left_10kcj_57 ._HireHeading_10kcj_133{margin-bottom:2rem}._EcommerceService_10kcj_1 ._Row1_10kcj_33 ._TopSection_10kcj_45 ._Left_10kcj_57 ._HireHeading_10kcj_133 p{color:var(--c9);font-family:var(--f2);font-size:3.5rem;font-style:normal;font-weight:700;line-height:4.31144rem;letter-spacing:-.07838rem}._EcommerceService_10kcj_1 ._Row1_10kcj_33 ._TopSection_10kcj_45 ._Left_10kcj_57 ._HireHeading_10kcj_133 span{color:var(--c1);font-family:var(--f2);font-size:3.5rem;font-style:normal;font-weight:700;line-height:4.31144rem;letter-spacing:-.07838rem}._EcommerceService_10kcj_1 ._Row1_10kcj_33 ._TopSection_10kcj_45 ._Left_10kcj_57 ._Para_10kcj_154{margin-bottom:2.66rem}._EcommerceService_10kcj_1 ._Row1_10kcj_33 ._TopSection_10kcj_45 ._Left_10kcj_57 ._Para_10kcj_154 p{width:30.9375rem;height:3.5625rem;color:var(--c10);font-size:1.125rem;font-style:normal;font-weight:300;line-height:1.81469rem}@media (max-width: 631px){._EcommerceService_10kcj_1 ._Row1_10kcj_33 ._TopSection_10kcj_45 ._Left_10kcj_57 ._Para_10kcj_154 p{font-size:1.3125rem}}._EcommerceService_10kcj_1 ._Row1_10kcj_33 ._TopSection_10kcj_45 ._Left_10kcj_57 ._CamImg_10kcj_171 img{height:8rem;width:auto}._EcommerceService_10kcj_1 ._Row1_10kcj_33 ._TopSection_10kcj_45 ._Right_10kcj_175{width:40.02525rem;height:auto}@media (max-width: 631px){._EcommerceService_10kcj_1 ._Row1_10kcj_33 ._TopSection_10kcj_45 ._Right_10kcj_175{display:none}}._EcommerceService_10kcj_1 ._Row1_10kcj_33 ._TopSection_10kcj_45 ._Right_10kcj_175 img{width:39.96263rem;height:30.1125rem;flex-shrink:0}._EcommerceService_10kcj_1 ._Row1_10kcj_33 ._TopSection_10kcj_45 ._Asset1_10kcj_189{width:29.5625rem;height:34.918rem;position:absolute;left:-4rem;top:-10rem}@media (max-width: 631px){._EcommerceService_10kcj_1 ._Row1_10kcj_33 ._TopSection_10kcj_45 ._Asset1_10kcj_189{display:none}}._EcommerceService_10kcj_1 ._Row1_10kcj_33 ._TopSection_10kcj_45 ._Asset1_10kcj_189 svg{height:100%;width:100%}._EcommerceService_10kcj_1 ._Row1_10kcj_33 ._TopSection_10kcj_45 ._Asset2_10kcj_205{width:29.5625rem;height:34.918rem;position:absolute;right:-4rem;top:10rem}@media (max-width: 631px){._EcommerceService_10kcj_1 ._Row1_10kcj_33 ._TopSection_10kcj_45 ._Asset2_10kcj_205{top:-7rem}}._EcommerceService_10kcj_1 ._Row1_10kcj_33 ._TopSection_10kcj_45 ._Asset2_10kcj_205 svg{height:100%;width:100%}._EcommerceService_10kcj_1 ._Row2_10kcj_221{display:flex;flex-direction:column;align-items:center;gap:5rem}@media (max-width: 631px){._EcommerceService_10kcj_1 ._Row2_10kcj_221{width:100%;padding:3rem}}._EcommerceService_10kcj_1 ._Row2_10kcj_221 ._Top_10kcj_45{display:flex;width:93.25rem;flex-direction:column;align-items:flex-start;gap:2.1875rem}@media (max-width: 631px){._EcommerceService_10kcj_1 ._Row2_10kcj_221 ._Top_10kcj_45{width:100%;gap:1.2rem}}._EcommerceService_10kcj_1 ._Row2_10kcj_221 ._Top_10kcj_45 h2{width:63.9375rem}@media (max-width: 631px){._EcommerceService_10kcj_1 ._Row2_10kcj_221 ._Top_10kcj_45 h2{width:90%}}._EcommerceService_10kcj_1 ._Row2_10kcj_221 ._Top_10kcj_45 p{width:60%;color:var(--c3);font-family:var(--f1);font-size:1.125rem;font-style:normal;font-weight:400;line-height:1.755rem}@media (max-width: 631px){._EcommerceService_10kcj_1 ._Row2_10kcj_221 ._Top_10kcj_45 p{width:100%}}._EcommerceService_10kcj_1 ._Row2_10kcj_221 ._Bottom_10kcj_268{width:93.25rem;display:flex;align-items:center;gap:5rem}@media (max-width: 631px){._EcommerceService_10kcj_1 ._Row2_10kcj_221 ._Bottom_10kcj_268{width:100%;flex-direction:column}}._EcommerceService_10kcj_1 ._Row2_10kcj_221 ._Bottom_10kcj_268 ._Left_10kcj_57{display:flex;flex-direction:column;gap:2rem}._EcommerceService_10kcj_1 ._Row2_10kcj_221 ._Bottom_10kcj_268 ._Left_10kcj_57 ._Card_10kcj_285{display:flex;height:7.4375rem;width:max-content;padding:1.0625rem 3rem 1.0625rem 1.3125rem;align-items:center;gap:1.5rem;align-self:stretch;border-radius:6.25rem;opacity:.4;background:var(--f1);box-shadow:0 4px 40px #0000000a,0 4px 80px #efefef80;transition:all ease-in-out .3s;cursor:pointer}._EcommerceService_10kcj_1 ._Row2_10kcj_221 ._Bottom_10kcj_268 ._Left_10kcj_57 ._Card_10kcj_285:hover{opacity:.7}._EcommerceService_10kcj_1 ._Row2_10kcj_221 ._Bottom_10kcj_268 ._Left_10kcj_57 ._Card_10kcj_285._Active_10kcj_304{opacity:1}._EcommerceService_10kcj_1 ._Row2_10kcj_221 ._Bottom_10kcj_268 ._Left_10kcj_57 ._Card_10kcj_285:nth-child(2) ._Index_10kcj_307{background:var(--lg6)}._EcommerceService_10kcj_1 ._Row2_10kcj_221 ._Bottom_10kcj_268 ._Left_10kcj_57 ._Card_10kcj_285:nth-child(3) ._Index_10kcj_307{background:var(--lg4)}._EcommerceService_10kcj_1 ._Row2_10kcj_221 ._Bottom_10kcj_268 ._Left_10kcj_57 ._Card_10kcj_285 ._Index_10kcj_307{display:flex;padding:1.06575rem 1.11619rem .98794rem 1.4375rem;justify-content:flex-end;align-items:center;border-radius:7.10619rem;background:var(--lg5);color:var(--c2);font-family:var(--f1);font-size:2.10638rem;font-style:normal;font-weight:600;line-height:3.15956rem;letter-spacing:-.04213rem}._EcommerceService_10kcj_1 ._Row2_10kcj_221 ._Bottom_10kcj_268 ._Left_10kcj_57 ._Card_10kcj_285 p{width:29.5625rem;color:var(--c3);font-family:var(--f1);font-size:1.5rem;font-style:normal;font-weight:600;line-height:2.0625rem;letter-spacing:-.04569rem}._EcommerceService_10kcj_1 ._Row2_10kcj_221 ._Bottom_10kcj_268 ._Right_10kcj_175{width:40.5625rem;height:22.375rem;flex-shrink:0;border-radius:1.71319rem;background:var(--c2);box-shadow:0 4px 40px #0000000a,0 4px 80px #efefef80;position:relative;padding:4rem 3rem;display:flex;flex-direction:column;gap:1rem}._EcommerceService_10kcj_1 ._Row2_10kcj_221 ._Bottom_10kcj_268 ._Right_10kcj_175 p{color:var(--c4);width:32.75rem;font-family:var(--f1);font-size:1rem;font-style:normal;font-weight:400;line-height:1.60356rem}._EcommerceService_10kcj_1 ._Row2_10kcj_221 ._Bottom_10kcj_268 ._Right_10kcj_175 img{width:5.24119rem;height:5.24119rem;flex-shrink:0;border-radius:7.10619rem;box-shadow:0 4px 20px #0000000d;position:absolute;left:2rem;top:-2.6rem}._EcommerceService_10kcj_1 ._Row3_10kcj_370{display:flex;align-items:flex-start;flex-direction:column;align-items:center;gap:8rem}@media (max-width: 631px){._EcommerceService_10kcj_1 ._Row3_10kcj_370{width:100%;padding:3rem;gap:5rem}}._EcommerceService_10kcj_1 ._Row3_10kcj_370 ._Top_10kcj_45{display:flex;width:93.25rem;flex-direction:column;align-items:flex-start;gap:2.1875rem}@media (max-width: 631px){._EcommerceService_10kcj_1 ._Row3_10kcj_370 ._Top_10kcj_45{width:100%}}._EcommerceService_10kcj_1 ._Row3_10kcj_370 ._Top_10kcj_45 h2{width:63.9375rem}@media (max-width: 631px){._EcommerceService_10kcj_1 ._Row3_10kcj_370 ._Top_10kcj_45 h2{width:90%}}._EcommerceService_10kcj_1 ._Row3_10kcj_370 ._Top_10kcj_45 p{width:60%;color:var(--c3);font-family:var(--f1);font-size:1.125rem;font-style:normal;font-weight:400;line-height:1.755rem}@media (max-width: 631px){._EcommerceService_10kcj_1 ._Row3_10kcj_370 ._Top_10kcj_45 p{width:100%}}._EcommerceService_10kcj_1 ._Row3_10kcj_370 ._Cards_10kcj_418{width:93.25rem;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:4rem;position:relative}@media (max-width: 631px){._EcommerceService_10kcj_1 ._Row3_10kcj_370 ._Cards_10kcj_418{width:100%}}._EcommerceService_10kcj_1 ._Row3_10kcj_370 ._Cards_10kcj_418 ._Buttons_10kcj_432{position:absolute;top:-2rem;right:4rem;display:flex;align-items:center;gap:2rem;cursor:pointer}._EcommerceService_10kcj_1 ._Row3_10kcj_370 ._Cards_10kcj_418 ._Buttons_10kcj_432 span{transition:all ease-in-out .3s}._EcommerceService_10kcj_1 ._Row3_10kcj_370 ._Cards_10kcj_418 ._Buttons_10kcj_432 span:hover{opacity:.5}._EcommerceService_10kcj_1 ._Row3_10kcj_370 ._Cards_10kcj_418 ._Card_10kcj_285{width:26.5625rem;height:28rem;flex-shrink:0;border-radius:1.71319rem;background:var(--c2);box-shadow:0 4px 40px #0000000a,0 4px 80px #efefef80;position:relative;padding:4.5rem 3rem 4rem;display:flex;flex-direction:column;gap:1rem;margin:auto;margin-top:5rem;transition:all ease .3s}@media (max-width: 631px){._EcommerceService_10kcj_1 ._Row3_10kcj_370 ._Cards_10kcj_418 ._Card_10kcj_285{width:100%;height:auto}}._EcommerceService_10kcj_1 ._Row3_10kcj_370 ._Cards_10kcj_418 ._Card_10kcj_285:hover{background:var(--c1)}._EcommerceService_10kcj_1 ._Row3_10kcj_370 ._Cards_10kcj_418 ._Card_10kcj_285:hover h3,._EcommerceService_10kcj_1 ._Row3_10kcj_370 ._Cards_10kcj_418 ._Card_10kcj_285:hover p{color:var(--c2)}._EcommerceService_10kcj_1 ._Row3_10kcj_370 ._Cards_10kcj_418 ._Card_10kcj_285 img{width:5.24119rem;height:5.24119rem;position:absolute;border-radius:7.10619rem;box-shadow:0 4px 20px #0000000d;top:-2.6rem;left:2.6rem;background-color:var(--c2)}._EcommerceService_10kcj_1 ._Row3_10kcj_370 ._Cards_10kcj_418 ._Card_10kcj_285 h3{color:var(--c3);font-family:var(--f1);font-size:2rem;font-style:normal;font-weight:600;line-height:2.74106rem;letter-spacing:-.04569rem}._EcommerceService_10kcj_1 ._Row3_10kcj_370 ._Cards_10kcj_418 ._Card_10kcj_285 p{color:var(--c4);font-family:var(--f1);font-size:1rem;font-style:normal;font-weight:400;line-height:1.60356rem}._EcommerceService_10kcj_1 ._Row4_10kcj_503{display:flex;flex-direction:column;gap:5rem;align-items:center;background:var(--c5);padding:3rem 3rem 6rem}@media (max-width: 631px){._EcommerceService_10kcj_1 ._Row4_10kcj_503{width:100%;padding:3rem 3rem 12rem;position:relative;gap:3rem}._EcommerceService_10kcj_1 ._Row4_10kcj_503 button{position:absolute;right:3rem;bottom:3rem}}._EcommerceService_10kcj_1 ._Row4_10kcj_503 h2{color:var(--c2)}._EcommerceService_10kcj_1 ._Row4_10kcj_503 ._Top_10kcj_45{width:93.25rem;display:flex;align-items:center;justify-content:space-between}@media (max-width: 631px){._EcommerceService_10kcj_1 ._Row4_10kcj_503 ._Top_10kcj_45{width:100%}}._EcommerceService_10kcj_1 ._Row4_10kcj_503 ._Bottom_10kcj_268{width:93.25rem;display:flex;align-items:center;justify-content:space-between}@media (max-width: 631px){._EcommerceService_10kcj_1 ._Row4_10kcj_503 ._Bottom_10kcj_268{width:100%;display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem}}._EcommerceService_10kcj_1 ._Row4_10kcj_503 ._Bottom_10kcj_268 ._ColOuter_10kcj_554{width:22.1875rem;height:15.0625rem;padding:1px;border-radius:1.81469rem;overflow:hidden;background:#ffffff0d;box-shadow:0 4px 34px #00000014;-webkit-backdrop-filter:blur(75px);backdrop-filter:blur(75px);position:relative}@media (max-width: 631px){._EcommerceService_10kcj_1 ._Row4_10kcj_503 ._Bottom_10kcj_268 ._ColOuter_10kcj_554{width:100%}}._EcommerceService_10kcj_1 ._Row4_10kcj_503 ._Bottom_10kcj_268 ._ColOuter_10kcj_554 ._Col_10kcj_554{display:flex;width:100%;height:100%;padding:3.25rem 4.9375rem 3.3125rem;flex-direction:column;justify-content:center;align-items:flex-start;background:var(--c5);border-radius:1.81469rem;transition:all ease-in-out .3s}@media (max-width: 631px){._EcommerceService_10kcj_1 ._Row4_10kcj_503 ._Bottom_10kcj_268 ._ColOuter_10kcj_554 ._Col_10kcj_554{padding:2rem 3rem}}._EcommerceService_10kcj_1 ._Row4_10kcj_503 ._Bottom_10kcj_268 ._ColOuter_10kcj_554 ._Col_10kcj_554:after{position:absolute;content:"";width:100%;height:100%;top:0;left:0;background:var(--lg2L);z-index:-1}._EcommerceService_10kcj_1 ._Row4_10kcj_503 ._Bottom_10kcj_268 ._ColOuter_10kcj_554 ._Col_10kcj_554:before{position:absolute;content:"";width:100%;height:100%;bottom:0;right:0;background:var(--lg2R);z-index:-1}._EcommerceService_10kcj_1 ._Row4_10kcj_503 ._Bottom_10kcj_268 ._ColOuter_10kcj_554 ._Col_10kcj_554:hover{background:var(--c1)}._EcommerceService_10kcj_1 ._Row4_10kcj_503 ._Bottom_10kcj_268 ._ColOuter_10kcj_554 ._Col_10kcj_554 h3{color:var(--c2);font-family:var(--f1);font-size:3.5rem;font-style:normal;font-weight:600;line-height:3.99rem;letter-spacing:-.07rem}._EcommerceService_10kcj_1 ._Row4_10kcj_503 ._Bottom_10kcj_268 ._ColOuter_10kcj_554 ._Col_10kcj_554 p{color:var(--c2);font-family:var(--f1);font-size:1.5rem;font-style:normal;font-weight:600;line-height:1.875rem;text-transform:capitalize}._EcommerceService_10kcj_1 ._Row5_10kcj_628{display:flex;flex-direction:column;align-items:center;gap:8rem}@media (max-width: 631px){._EcommerceService_10kcj_1 ._Row5_10kcj_628{width:100%;padding:3rem;gap:5rem}}._EcommerceService_10kcj_1 ._Row5_10kcj_628 ._Top_10kcj_45{width:93.25rem;display:flex;flex-direction:column;align-items:flex-start;gap:2.1875rem}@media (max-width: 631px){._EcommerceService_10kcj_1 ._Row5_10kcj_628 ._Top_10kcj_45{width:100%}}._EcommerceService_10kcj_1 ._Row5_10kcj_628 ._Top_10kcj_45 h2{width:56.9375rem}@media (max-width: 631px){._EcommerceService_10kcj_1 ._Row5_10kcj_628 ._Top_10kcj_45 h2{width:100%;line-height:120%}}._EcommerceService_10kcj_1 ._Row5_10kcj_628 ._Top_10kcj_45 p{width:60.9375rem}@media (max-width: 631px){._EcommerceService_10kcj_1 ._Row5_10kcj_628 ._Top_10kcj_45 p{width:100%}}._EcommerceService_10kcj_1 ._Row5_10kcj_628 ._Cards_10kcj_418{width:93.25rem;display:flex;align-items:center;gap:3rem;flex-wrap:wrap;row-gap:5rem}@media (max-width: 631px){._EcommerceService_10kcj_1 ._Row5_10kcj_628 ._Cards_10kcj_418{width:100%;display:grid;grid-template-columns:repeat(1,1fr);gap:1.5rem;row-gap:4rem}}._EcommerceService_10kcj_1 ._Row5_10kcj_628 ._Cards_10kcj_418 ._Card_10kcj_285{width:26.5625rem;min-height:19.4375rem;flex-shrink:0;border-radius:1.71319rem;background:var(--c2);box-shadow:0 4px 40px #0000000a,0 4px 80px #efefef80;position:relative;padding:3.5rem 2.5rem;display:flex;flex-direction:column;gap:1rem;transition:all ease-in-out .3s}@media (max-width: 631px){._EcommerceService_10kcj_1 ._Row5_10kcj_628 ._Cards_10kcj_418 ._Card_10kcj_285{width:100%;height:auto}}._EcommerceService_10kcj_1 ._Row5_10kcj_628 ._Cards_10kcj_418 ._Card_10kcj_285:hover{background:var(--c1)}._EcommerceService_10kcj_1 ._Row5_10kcj_628 ._Cards_10kcj_418 ._Card_10kcj_285:hover h3,._EcommerceService_10kcj_1 ._Row5_10kcj_628 ._Cards_10kcj_418 ._Card_10kcj_285:hover p{color:var(--c2)}._EcommerceService_10kcj_1 ._Row5_10kcj_628 ._Cards_10kcj_418 ._Card_10kcj_285 img{position:absolute;top:-2.6rem;width:5.24119rem;height:5.24119rem;border-radius:7.10619rem;box-shadow:0 4px 20px #0000000d}._EcommerceService_10kcj_1 ._Row5_10kcj_628 ._Cards_10kcj_418 ._Card_10kcj_285 h3{color:var(--c3);font-family:var(--f1);font-size:2rem;font-style:normal;font-weight:600;line-height:2.74106rem;letter-spacing:-.04569rem}._EcommerceService_10kcj_1 ._Row5_10kcj_628 ._Cards_10kcj_418 ._Card_10kcj_285 p{color:var(--v4);font-family:var(--f1);font-size:1rem;font-style:normal;font-weight:400;line-height:1.60356rem}._EcommerceService_10kcj_1 ._Row6_10kcj_739{display:flex;flex-direction:column;align-items:center;gap:6rem}@media (max-width: 631px){._EcommerceService_10kcj_1 ._Row6_10kcj_739{width:100%;padding:3rem}}._EcommerceService_10kcj_1 ._Row6_10kcj_739 ._Top_10kcj_45{width:93.25rem;display:flex;flex-direction:column;align-items:center;gap:2.1875rem}@media (max-width: 631px){._EcommerceService_10kcj_1 ._Row6_10kcj_739 ._Top_10kcj_45{width:100%}}._EcommerceService_10kcj_1 ._Row6_10kcj_739 ._Top_10kcj_45 h2{width:70.75rem;text-align:center}@media (max-width: 631px){._EcommerceService_10kcj_1 ._Row6_10kcj_739 ._Top_10kcj_45 h2{width:100%;text-align:start;font-size:2.4rem}}._EcommerceService_10kcj_1 ._Row6_10kcj_739 ._Top_10kcj_45 p{width:59.875rem;color:var(--c3);text-align:center;font-family:var(--f1);font-size:1.125rem;font-style:normal;font-weight:400;line-height:1.755rem}@media (max-width: 631px){._EcommerceService_10kcj_1 ._Row6_10kcj_739 ._Top_10kcj_45 p{width:100%;text-align:start}}._EcommerceService_10kcj_1 ._Row6_10kcj_739 ._ToolsFrameWorks_10kcj_790{display:flex;flex-direction:column;gap:4rem}._EcommerceService_10kcj_1 ._Row6_10kcj_739 ._ToolsFrameWorks_10kcj_790 ._Buttons_10kcj_432{display:flex;align-items:center;gap:2.5rem}._EcommerceService_10kcj_1 ._Row6_10kcj_739 ._ToolsFrameWorks_10kcj_790 ._Buttons_10kcj_432 button{display:flex;width:auto;height:3.25rem;padding:.57925rem;flex-direction:column;justify-content:center;align-items:center;border-radius:6.25rem;background:#ffffff05;-webkit-backdrop-filter:blur(75px);backdrop-filter:blur(75px);color:#3d3d3d;font-family:var(--f1);font-size:1.125rem;font-style:normal;font-weight:500;line-height:1.50144rem;letter-spacing:.00925rem;padding:.2rem 2rem;border:none;cursor:pointer;box-shadow:0 4px 10px 0 var(--b1)}._EcommerceService_10kcj_1 ._Row6_10kcj_739 ._ToolsFrameWorks_10kcj_790 ._Buttons_10kcj_432 button:hover{background:var(--lg4)}._EcommerceService_10kcj_1 ._Row6_10kcj_739 ._ToolsFrameWorks_10kcj_790 ._Buttons_10kcj_432 button._Active_10kcj_304{border-radius:6.25rem;background:var(--lg7);box-shadow:0 4px 20px 0 var(--rgb4);-webkit-backdrop-filter:blur(75px);backdrop-filter:blur(75px);color:var(--c2)}._EcommerceService_10kcj_1 ._Row6_10kcj_739 ._ToolsFrameWorks_10kcj_790 ._ToolWrapper_10kcj_833{display:flex;width:75.57919rem;justify-content:center;align-items:center;flex-wrap:wrap;gap:3.0625rem}@media (max-width: 631px){._EcommerceService_10kcj_1 ._Row6_10kcj_739 ._ToolsFrameWorks_10kcj_790 ._ToolWrapper_10kcj_833{width:100%;gap:1.2rem}}._EcommerceService_10kcj_1 ._Row6_10kcj_739 ._ToolsFrameWorks_10kcj_790 ._ToolWrapper_10kcj_833 ._TechCard_10kcj_847{display:flex;width:auto;height:4.41731rem;padding:0rem .80119rem;align-items:center;gap:1.05606rem;border-radius:3.30031rem;background:#fff;box-shadow:0 2.112px 27.095px #0000000d;padding:.2rem 2rem}@media (max-width: 631px){._EcommerceService_10kcj_1 ._Row6_10kcj_739 ._ToolsFrameWorks_10kcj_790 ._ToolWrapper_10kcj_833 ._TechCard_10kcj_847{padding:.2rem 1rem}}._EcommerceService_10kcj_1 ._Row6_10kcj_739 ._ToolsFrameWorks_10kcj_790 ._ToolWrapper_10kcj_833 ._TechCard_10kcj_847 img{width:3.43231rem;height:3.43231rem;flex-shrink:0;border-radius:3.43231rem;border:.387px solid rgba(255,255,255,.07)}._EcommerceService_10kcj_1 ._Row6_10kcj_739 ._ToolsFrameWorks_10kcj_790 ._ToolWrapper_10kcj_833 ._TechCard_10kcj_847 p{color:#3d3d3d;font-family:var(--f1);font-size:1.18544rem;font-style:normal;font-weight:500;line-height:200%}._EcommerceService_10kcj_1 ._Row8_10kcj_879{padding:0 15rem;margin-bottom:5rem}@media (max-width: 631px){._EcommerceService_10kcj_1 ._Row8_10kcj_879{width:100%;padding:3rem}}._HireAIDeveloper_eubgp_1{width:100%;display:flex;flex-direction:column}._HireAIDeveloper_eubgp_1 h2{color:var(--c3);text-align:center;font-family:var(--f2);font-size:3.5rem;font-style:normal;font-weight:700;line-height:3.99rem;letter-spacing:-.07rem}@media (max-width: 631px){._HireAIDeveloper_eubgp_1 h2{font-size:2.5rem}}._HireAIDeveloper_eubgp_1 h2 span{color:var(--c1)}._HireAIDeveloper_eubgp_1 ._Row1_eubgp_24{position:relative;padding:5rem;display:flex;flex-direction:column;gap:4rem}@media (max-width: 631px){._HireAIDeveloper_eubgp_1 ._Row1_eubgp_24{padding:2rem}}._HireAIDeveloper_eubgp_1 ._Row1_eubgp_24 ._TopSection_eubgp_36{display:flex;align-items:center;justify-content:space-evenly;gap:1rem}@media (max-width: 631px){._HireAIDeveloper_eubgp_1 ._Row1_eubgp_24 ._TopSection_eubgp_36{flex-direction:column}}._HireAIDeveloper_eubgp_1 ._Row1_eubgp_24 ._TopSection_eubgp_36 ._Left_eubgp_47{width:45.1875rem;display:flex;flex-direction:column;gap:1.5rem;margin-top:-10rem}@media (max-width: 631px){._HireAIDeveloper_eubgp_1 ._Row1_eubgp_24 ._TopSection_eubgp_36 ._Left_eubgp_47{margin-top:2rem}}._HireAIDeveloper_eubgp_1 ._Row1_eubgp_24 ._TopSection_eubgp_36 ._Left_eubgp_47 ._DummyBtn_eubgp_59{display:flex;width:max-content;height:3.0625rem;justify-content:center;align-items:center;gap:.75rem;border-radius:6.25rem;background:#f47b2a0d;color:#f58133;font-family:Inter;font-size:1rem;font-style:normal;font-weight:500;line-height:1.62rem;padding:.1rem 1rem}._HireAIDeveloper_eubgp_1 ._Row1_eubgp_24 ._TopSection_eubgp_36 ._Left_eubgp_47 ._DummyBtn_eubgp_59 img{width:1.5rem;height:1.5rem;flex-shrink:0}._HireAIDeveloper_eubgp_1 ._Row1_eubgp_24 ._TopSection_eubgp_36 ._Left_eubgp_47 h1{color:#2f2f2f;font-family:Inter;font-size:4.05325rem;font-style:normal;font-weight:600;line-height:4.45856rem;letter-spacing:-.06356rem}._HireAIDeveloper_eubgp_1 ._Row1_eubgp_24 ._TopSection_eubgp_36 ._Left_eubgp_47 h1 span{background:var(--Frame-1618873097, linear-gradient(112deg, #f3721b 4.93%, #ff7236 256.79%));background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}._HireAIDeveloper_eubgp_1 ._Row1_eubgp_24 ._TopSection_eubgp_36 ._Left_eubgp_47 p{color:#313131;font-family:Inter;font-size:1.125rem;font-style:normal;font-weight:300;line-height:1.81469rem}@media (max-width: 631px){._HireAIDeveloper_eubgp_1 ._Row1_eubgp_24 ._TopSection_eubgp_36 ._Left_eubgp_47 p{width:70%;font-size:1.3125rem}}._HireAIDeveloper_eubgp_1 ._Row1_eubgp_24 ._TopSection_eubgp_36 ._Left_eubgp_47 ._Row_eubgp_24{display:flex;gap:1rem;height:max-content}._HireAIDeveloper_eubgp_1 ._Row1_eubgp_24 ._TopSection_eubgp_36 ._Left_eubgp_47 ._Row_eubgp_24 ._Col_eubgp_115{flex:1;display:flex;flex-direction:column;gap:.7rem}._HireAIDeveloper_eubgp_1 ._Row1_eubgp_24 ._TopSection_eubgp_36 ._Left_eubgp_47 ._Row_eubgp_24 ._Col_eubgp_115 p{color:#3d3d3d;text-align:start;font-family:Poppins;font-size:.825rem;font-style:normal;font-weight:400;line-height:111.4%;text-transform:capitalize;white-space:nowrap;display:flex;align-items:center;gap:.4rem}@media (max-width: 631px){._HireAIDeveloper_eubgp_1 ._Row1_eubgp_24 ._TopSection_eubgp_36 ._Left_eubgp_47 ._Row_eubgp_24 ._Col_eubgp_115 p{font-size:1rem;flex:1}}._HireAIDeveloper_eubgp_1 ._Row1_eubgp_24 ._TopSection_eubgp_36 ._Left_eubgp_47 ._Row_eubgp_24 ._Col_eubgp_115 p svg{width:1.375rem;height:1.375rem;flex-shrink:0}@media (max-width: 631px){._HireAIDeveloper_eubgp_1 ._Row1_eubgp_24 ._TopSection_eubgp_36 ._Left_eubgp_47 ._Row_eubgp_24 ._Col_eubgp_115 p svg{width:1.5375rem;height:1.5375rem}}._HireAIDeveloper_eubgp_1 ._Row1_eubgp_24 ._TopSection_eubgp_36 ._Left_eubgp_47 ._Row_eubgp_24 ._Col_eubgp_115 p svg path{fill:#6ac248}._HireAIDeveloper_eubgp_1 ._Row1_eubgp_24 ._TopSection_eubgp_36 ._Left_eubgp_47 ._Row_eubgp_24 ._Line_eubgp_155{height:100%;width:2px;background:#0003}._HireAIDeveloper_eubgp_1 ._Row1_eubgp_24 ._TopSection_eubgp_36 ._Left_eubgp_47 ._BtnWrapper_eubgp_160{display:flex;align-items:center;gap:1rem}._HireAIDeveloper_eubgp_1 ._Row1_eubgp_24 ._TopSection_eubgp_36 ._Right_eubgp_165{width:31.17575rem;height:33.07956rem;margin-right:5rem}@media (max-width: 631px){._HireAIDeveloper_eubgp_1 ._Row1_eubgp_24 ._TopSection_eubgp_36 ._Right_eubgp_165{margin-top:6rem;margin-bottom:4rem}}._HireAIDeveloper_eubgp_1 ._Row1_eubgp_24 ._TopSection_eubgp_36 ._Right_eubgp_165 img{width:100%;height:auto}._HireAIDeveloper_eubgp_1 ._Row1_eubgp_24 ._Asset1_eubgp_180{width:29.5625rem;height:34.918rem;position:absolute;left:-4rem;top:-10rem}@media (max-width: 631px){._HireAIDeveloper_eubgp_1 ._Row1_eubgp_24 ._Asset1_eubgp_180{display:none}}._HireAIDeveloper_eubgp_1 ._Row1_eubgp_24 ._Asset1_eubgp_180 svg{height:100%;width:100%}._HireAIDeveloper_eubgp_1 ._Row1_eubgp_24 ._Asset2_eubgp_196{width:29.5625rem;height:34.918rem;position:absolute;right:-4rem;top:10rem}@media (max-width: 631px){._HireAIDeveloper_eubgp_1 ._Row1_eubgp_24 ._Asset2_eubgp_196{display:none}}._HireAIDeveloper_eubgp_1 ._Row1_eubgp_24 ._Asset2_eubgp_196 svg{height:100%;width:100%}._HireAIDeveloper_eubgp_1 ._RealTimeMetrics_eubgp_212{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;margin:4rem 0;background:url(/assets/SILBG-DudNR10-.webp);background-size:cover;background-position:center;width:100%;height:42.6875rem;flex-shrink:0}@media (max-width: 631px){._HireAIDeveloper_eubgp_1 ._RealTimeMetrics_eubgp_212{min-height:42.6875rem;height:auto;padding:2rem 3rem}}._HireAIDeveloper_eubgp_1 ._RealTimeMetrics_eubgp_212 h2{color:#fff}._HireAIDeveloper_eubgp_1 ._RealTimeMetrics_eubgp_212 p{color:#fff;text-align:center;font-family:Inter;font-size:1.125rem;font-style:normal;font-weight:400;line-height:1.755rem}@media (max-width: 631px){._HireAIDeveloper_eubgp_1 ._RealTimeMetrics_eubgp_212 p{font-size:1.3125rem}}._HireAIDeveloper_eubgp_1 ._RealTimeMetrics_eubgp_212 ._TrustedByCards_eubgp_250{display:flex;align-items:center;justify-content:center;gap:3rem;margin-top:3.5rem}@media (max-width: 631px){._HireAIDeveloper_eubgp_1 ._RealTimeMetrics_eubgp_212 ._TrustedByCards_eubgp_250{width:100%;display:grid;grid-template-columns:repeat(2,1fr);gap:1rem;row-gap:5rem}}._HireAIDeveloper_eubgp_1 ._RealTimeMetrics_eubgp_212 ._CardOuter_eubgp_266{width:22.125rem;height:16.125rem;border:1px solid #f37927;background:linear-gradient(180deg,#ffffff1a,#9990);box-shadow:0 4px 80px #f672234d;-webkit-backdrop-filter:blur(25px);backdrop-filter:blur(25px);border-radius:1.71319rem}@media (max-width: 631px){._HireAIDeveloper_eubgp_1 ._RealTimeMetrics_eubgp_212 ._CardOuter_eubgp_266{width:100%}}._HireAIDeveloper_eubgp_1 ._RealTimeMetrics_eubgp_212 ._Card_eubgp_266{width:22.125rem;height:16.125rem;flex-shrink:0;border-radius:1.71319rem;position:relative;display:flex;flex-direction:column;padding:3rem 2.5rem;align-items:center;justify-content:flex-end}@media (max-width: 631px){._HireAIDeveloper_eubgp_1 ._RealTimeMetrics_eubgp_212 ._Card_eubgp_266{width:100%}}._HireAIDeveloper_eubgp_1 ._RealTimeMetrics_eubgp_212 ._Card_eubgp_266 i{position:absolute;left:50%;top:0;transform:translate(-50%,-50%);display:inline-flex;height:5.24119rem;padding:1.1875rem 1.17869rem 1.30369rem 1.3125rem;justify-content:center;align-items:center;flex-shrink:0;border-radius:7.10619rem;background:var(--Background, linear-gradient(106deg, #f3721b 4.46%, #fff 232.7%));box-shadow:0 4px 50px #0000000f}._HireAIDeveloper_eubgp_1 ._RealTimeMetrics_eubgp_212 ._Card_eubgp_266 i svg{width:2.75rem;height:2.75rem;aspect-ratio:1/1}._HireAIDeveloper_eubgp_1 ._RealTimeMetrics_eubgp_212 ._Card_eubgp_266 h3{font-family:Inter;font-size:3.27719rem;font-style:normal;font-weight:600;line-height:140%;letter-spacing:-.13306rem;background:var(--Background, linear-gradient(106deg, #f3721b 4.46%, #fff 232.7%));background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}._HireAIDeveloper_eubgp_1 ._RealTimeMetrics_eubgp_212 ._Card_eubgp_266 h4{color:#fff;font-family:Inter;font-size:1.125rem;font-style:normal;font-weight:600;line-height:2.74106rem;letter-spacing:-.04569rem}@media (max-width: 631px){._HireAIDeveloper_eubgp_1 ._RealTimeMetrics_eubgp_212 ._Card_eubgp_266 h4{font-size:1.5125rem}}._HireAIDeveloper_eubgp_1 ._RealTimeMetrics_eubgp_212 ._Card_eubgp_266 p{color:#fff;text-align:center;font-family:Inter;font-size:1rem;font-style:normal;font-weight:400;line-height:1.60356rem;width:80%}@media (max-width: 631px){._HireAIDeveloper_eubgp_1 ._RealTimeMetrics_eubgp_212 ._Card_eubgp_266 p{font-size:1.2125rem}}._HireAIDeveloper_eubgp_1 ._RealTimeMetrics_eubgp_212 ._BtnWrapper_eubgp_160{display:flex;align-items:center;gap:1rem;margin-top:1rem}@media (max-width: 631px){._HireAIDeveloper_eubgp_1 ._RealTimeMetrics_eubgp_212 ._BtnWrapper_eubgp_160{margin-top:2rem}}._HireAIDeveloper_eubgp_1 ._RealTimeMetrics_eubgp_212 ._CardOuter_eubgp_266:nth-child(1){border:1px solid #7c64f1;background:linear-gradient(180deg,#ffffff1a,#9990);box-shadow:0 4px 80px #7156ef4d;-webkit-backdrop-filter:blur(25px);backdrop-filter:blur(25px)}._HireAIDeveloper_eubgp_1 ._RealTimeMetrics_eubgp_212 ._CardOuter_eubgp_266:nth-child(1) i{border-radius:7.10619rem;background:var(--Frame-1618873352, linear-gradient(112deg, #6548ee 4.93%, #fff 256.79%));box-shadow:0 4px 50px #0000000f}._HireAIDeveloper_eubgp_1 ._RealTimeMetrics_eubgp_212 ._CardOuter_eubgp_266:nth-child(1) h3{background:var(--Frame-1618873352, linear-gradient(112deg, #6548ee 4.93%, #fff 256.79%));background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}._HireAIDeveloper_eubgp_1 ._RealTimeMetrics_eubgp_212 ._CardOuter_eubgp_266:nth-child(2){border-radius:1.71319rem;border:1px solid #6bceef;background:linear-gradient(180deg,#ffffff1a,#9990);box-shadow:0 4px 80px #45c2eb4d;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px)}._HireAIDeveloper_eubgp_1 ._RealTimeMetrics_eubgp_212 ._CardOuter_eubgp_266:nth-child(2) i{border-radius:7.10619rem;background:var(--Background, linear-gradient(112deg, #2fbbe9 4.93%, #fff 256.79%));box-shadow:0 4px 50px #0000000f}._HireAIDeveloper_eubgp_1 ._RealTimeMetrics_eubgp_212 ._CardOuter_eubgp_266:nth-child(2) h3{background:var(--Background, linear-gradient(112deg, #2fbbe9 4.93%, #fff 256.79%));background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}._HireAIDeveloper_eubgp_1 ._RealTimeMetrics_eubgp_212 ._CardOuter_eubgp_266:nth-child(4){border-radius:1.71319rem;border:1px solid #7bc95d;background:linear-gradient(180deg,#ffffff1a,#9990);box-shadow:0 4px 80px #79c85b4d;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px)}._HireAIDeveloper_eubgp_1 ._RealTimeMetrics_eubgp_212 ._CardOuter_eubgp_266:nth-child(4) i{border-radius:7.10619rem;background:var(--Background, linear-gradient(112deg, #6ac248 4.93%, #fff 256.79%));box-shadow:0 4px 50px #0000000f}._HireAIDeveloper_eubgp_1 ._RealTimeMetrics_eubgp_212 ._CardOuter_eubgp_266:nth-child(4) h3{background:var(--Background, linear-gradient(112deg, #6ac248 4.93%, #fff 256.79%));background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}._HireAIDeveloper_eubgp_1 ._HireAutomationDeveloper_eubgp_422{display:flex;flex-direction:column;gap:2rem;align-items:center;padding:2rem}._HireAIDeveloper_eubgp_1 ._HireAutomationDeveloper_eubgp_422 ._MainSection_eubgp_429{width:90%;display:flex;gap:3rem}._HireAIDeveloper_eubgp_1 ._HireAutomationDeveloper_eubgp_422 ._MainSection_eubgp_429 ._MSL1_eubgp_434{display:inline-flex;align-items:center;gap:.6875rem}._HireAIDeveloper_eubgp_1 ._HireAutomationDeveloper_eubgp_422 ._MainSection_eubgp_429 ._MSL1_eubgp_434 img{width:5.8125rem;height:5.3125rem}._HireAIDeveloper_eubgp_1 ._HireAutomationDeveloper_eubgp_422 ._MainSection_eubgp_429 ._MSL1_eubgp_434 ._Details_eubgp_443{display:flex;flex-direction:column;align-items:flex-start;width:27.9375rem}._HireAIDeveloper_eubgp_1 ._HireAutomationDeveloper_eubgp_422 ._MainSection_eubgp_429 ._MSL1_eubgp_434 ._Details_eubgp_443 h3{color:var(--Test, #3d3d3d);text-align:center;font-family:Inter;font-size:1.5rem;font-style:normal;font-weight:600;line-height:2.74106rem;letter-spacing:-.04569rem}._HireAIDeveloper_eubgp_1 ._HireAutomationDeveloper_eubgp_422 ._MainSection_eubgp_429 ._MSL1_eubgp_434 ._Details_eubgp_443 p{color:#060606;text-align:center;font-family:Inter;font-size:1rem;font-style:normal;font-weight:400;line-height:1.60356rem}._HireAIDeveloper_eubgp_1 ._HireAutomationDeveloper_eubgp_422 ._MainSection_eubgp_429 ._Left_eubgp_47{flex:.48;display:flex;flex-direction:column;gap:2rem}._HireAIDeveloper_eubgp_1 ._HireAutomationDeveloper_eubgp_422 ._MainSection_eubgp_429 ._Left_eubgp_47 ._Platforms_eubgp_474{display:flex;flex-direction:column;gap:1rem}._HireAIDeveloper_eubgp_1 ._HireAutomationDeveloper_eubgp_422 ._MainSection_eubgp_429 ._Left_eubgp_47 ._Platforms_eubgp_474 ._Row_eubgp_24{display:flex;gap:1rem;width:100%}._HireAIDeveloper_eubgp_1 ._HireAutomationDeveloper_eubgp_422 ._MainSection_eubgp_429 ._Left_eubgp_47 ._Platforms_eubgp_474 ._Row_eubgp_24:nth-child(1){flex:.45;flex:.55}._HireAIDeveloper_eubgp_1 ._HireAutomationDeveloper_eubgp_422 ._MainSection_eubgp_429 ._Left_eubgp_47 ._Platforms_eubgp_474 ._MSL2_eubgp_490{width:100%;display:inline-flex;padding:2.25rem 1.5rem;justify-content:center;align-items:center;gap:1rem;border-radius:.9375rem;background:#fff;box-shadow:0 4px 20px #00000014}._HireAIDeveloper_eubgp_1 ._HireAutomationDeveloper_eubgp_422 ._MainSection_eubgp_429 ._Left_eubgp_47 ._Platforms_eubgp_474 ._MSL2_eubgp_490 i{display:flex;width:4.75rem;height:4.5625rem;padding:1.125rem 1.1875rem 1.0625rem;justify-content:center;align-items:center;border-radius:.9375rem;background:var(--Frame-1618873352, linear-gradient(112deg, #6548ee 4.93%, #fff 256.79%));box-shadow:0 4px 20px #8e79f34d}._HireAIDeveloper_eubgp_1 ._HireAutomationDeveloper_eubgp_422 ._MainSection_eubgp_429 ._Left_eubgp_47 ._Platforms_eubgp_474 ._MSL2_eubgp_490 i svg{width:2.375rem;height:2.375rem;flex-shrink:0;aspect-ratio:1/1}._HireAIDeveloper_eubgp_1 ._HireAutomationDeveloper_eubgp_422 ._MainSection_eubgp_429 ._Left_eubgp_47 ._Platforms_eubgp_474 ._MSL2_eubgp_490 ._Details_eubgp_443{flex:1;display:flex;flex-direction:column;gap:.5rem}._HireAIDeveloper_eubgp_1 ._HireAutomationDeveloper_eubgp_422 ._MainSection_eubgp_429 ._Left_eubgp_47 ._Platforms_eubgp_474 ._MSL2_eubgp_490 ._Details_eubgp_443 ._DetailRow1_eubgp_524{display:flex;align-items:center;justify-content:space-between}._HireAIDeveloper_eubgp_1 ._HireAutomationDeveloper_eubgp_422 ._MainSection_eubgp_429 ._Left_eubgp_47 ._Platforms_eubgp_474 ._MSL2_eubgp_490 ._Details_eubgp_443 ._DetailRow1_eubgp_524 h3{color:var(--Test, #3d3d3d);font-family:Inter;font-size:1.5rem;font-style:normal;font-weight:600;line-height:120%;letter-spacing:-.04569rem}._HireAIDeveloper_eubgp_1 ._HireAutomationDeveloper_eubgp_422 ._MainSection_eubgp_429 ._Left_eubgp_47 ._Platforms_eubgp_474 ._MSL2_eubgp_490 ._Details_eubgp_443 ._DetailRow1_eubgp_524 span{display:flex;width:max-content;height:1.5625rem;justify-content:center;align-items:center;gap:.625rem;border-radius:6.25rem;background:#8973f21f;padding:.2rem .86rem;text-align:center;font-family:Inter;font-size:.875rem;font-style:normal;font-weight:600;line-height:2.74106rem;letter-spacing:-.04569rem;color:#6548ee}._HireAIDeveloper_eubgp_1 ._HireAutomationDeveloper_eubgp_422 ._MainSection_eubgp_429 ._Left_eubgp_47 ._Platforms_eubgp_474 ._MSL2_eubgp_490._Orange_eubgp_557 i{border-radius:.9375rem;background:var(--Background, linear-gradient(106deg, #f3721b 4.46%, #fff 232.7%));box-shadow:0 4px 20px #ff621f4d}._HireAIDeveloper_eubgp_1 ._HireAutomationDeveloper_eubgp_422 ._MainSection_eubgp_429 ._Left_eubgp_47 ._Platforms_eubgp_474 ._MSL2_eubgp_490._Orange_eubgp_557 ._Details_eubgp_443 ._DetailRow1_eubgp_524 span{background:#f79b5e33;color:#f3721b}._HireAIDeveloper_eubgp_1 ._HireAutomationDeveloper_eubgp_422 ._MainSection_eubgp_429 ._Left_eubgp_47 ._Platforms_eubgp_474 ._MSL2_eubgp_490._OceanBlue_eubgp_566 i{border-radius:.9375rem;background:var(--Background, linear-gradient(112deg, #2fbbe9 4.93%, #fff 256.79%));box-shadow:0 4px 20px #53d8ff40}._HireAIDeveloper_eubgp_1 ._HireAutomationDeveloper_eubgp_422 ._MainSection_eubgp_429 ._Left_eubgp_47 ._Platforms_eubgp_474 ._MSL2_eubgp_490._OceanBlue_eubgp_566 ._Details_eubgp_443 ._DetailRow1_eubgp_524 span{background:#46c2eb1a;color:#2fbbe9}._HireAIDeveloper_eubgp_1 ._HireAutomationDeveloper_eubgp_422 ._MainSection_eubgp_429 ._Left_eubgp_47 ._Platforms_eubgp_474 ._MSL2_eubgp_490._Green_eubgp_575 i{border-radius:.9375rem;background:var(--Background, linear-gradient(112deg, #6ac248 4.93%, #fff 256.79%));box-shadow:0 4px 20px #8dd1734a}._HireAIDeveloper_eubgp_1 ._HireAutomationDeveloper_eubgp_422 ._MainSection_eubgp_429 ._Left_eubgp_47 ._Platforms_eubgp_474 ._MSL2_eubgp_490._Green_eubgp_575 ._Details_eubgp_443 ._DetailRow1_eubgp_524 span{background:#89cf6d1a;color:#6ac248}._HireAIDeveloper_eubgp_1 ._HireAutomationDeveloper_eubgp_422 ._MainSection_eubgp_429 ._Left_eubgp_47 button{display:flex;width:35.0625rem;height:4.3125rem;padding:.625rem;justify-content:center;align-items:center;gap:.625rem;flex-shrink:0;border-radius:.625rem;background:var(--Frame-1618873097, linear-gradient(112deg, #f3721b 4.93%, #ff7236 256.79%));box-shadow:0 4px 20px #f6712266;color:#fff;font-family:Inter;font-size:1.125rem;font-style:normal;font-weight:500;line-height:1.62rem;letter-spacing:.01rem;border:none;margin-left:auto;transition:all ease-in-out .3s}._HireAIDeveloper_eubgp_1 ._HireAutomationDeveloper_eubgp_422 ._MainSection_eubgp_429 ._Left_eubgp_47 button svg{width:2.25rem;height:2.25rem;aspect-ratio:1/1;flex-shrink:0}._HireAIDeveloper_eubgp_1 ._HireAutomationDeveloper_eubgp_422 ._MainSection_eubgp_429 ._Left_eubgp_47 button:hover{transform:translateY(-.5rem)}._HireAIDeveloper_eubgp_1 ._HireAutomationDeveloper_eubgp_422 ._MainSection_eubgp_429 ._Right_eubgp_165{flex:.52;display:flex;flex-direction:column;gap:1.2rem}._HireAIDeveloper_eubgp_1 ._HireAutomationDeveloper_eubgp_422 ._MainSection_eubgp_429 ._Right_eubgp_165 ._AutomationCards_eubgp_622{display:flex;flex-direction:column;gap:1rem;height:31.75rem;overflow-y:auto;padding:.2rem 1rem}._HireAIDeveloper_eubgp_1 ._HireAutomationDeveloper_eubgp_422 ._MainSection_eubgp_429 ._Right_eubgp_165 ._AutomationCards_eubgp_622::-webkit-scrollbar-thumb{cursor:pointer;border-radius:1rem;background:var(--c2);border-radius:6.25rem;opacity:.5;background:#d9d9d985}._HireAIDeveloper_eubgp_1 ._HireAutomationDeveloper_eubgp_422 ._MainSection_eubgp_429 ._Right_eubgp_165 ._AutomationCards_eubgp_622 ._MSL3_eubgp_638{width:100%;display:inline-flex;padding:2.25rem 1.5rem;justify-content:center;align-items:center;gap:1rem;border-radius:.9375rem;background:#fff;box-shadow:0 4px 20px #00000014}._HireAIDeveloper_eubgp_1 ._HireAutomationDeveloper_eubgp_422 ._MainSection_eubgp_429 ._Right_eubgp_165 ._AutomationCards_eubgp_622 ._MSL3_eubgp_638 i{display:flex;width:4.75rem;height:4.5625rem;padding:1.125rem 1.1875rem 1.0625rem;justify-content:center;align-items:center;border-radius:.9375rem;background:var(--Frame-1618873352, linear-gradient(112deg, #6548ee 4.93%, #fff 256.79%));box-shadow:0 4px 20px #8e79f34d}._HireAIDeveloper_eubgp_1 ._HireAutomationDeveloper_eubgp_422 ._MainSection_eubgp_429 ._Right_eubgp_165 ._AutomationCards_eubgp_622 ._MSL3_eubgp_638 i svg{width:2.375rem;height:2.375rem;flex-shrink:0;aspect-ratio:1/1}._HireAIDeveloper_eubgp_1 ._HireAutomationDeveloper_eubgp_422 ._MainSection_eubgp_429 ._Right_eubgp_165 ._AutomationCards_eubgp_622 ._MSL3_eubgp_638 ._Details_eubgp_443{flex:1;display:flex;flex-direction:column;gap:.5rem}._HireAIDeveloper_eubgp_1 ._HireAutomationDeveloper_eubgp_422 ._MainSection_eubgp_429 ._Right_eubgp_165 ._AutomationCards_eubgp_622 ._MSL3_eubgp_638 ._Details_eubgp_443 ._DetailRow1_eubgp_524{display:flex;align-items:center;justify-content:space-between}._HireAIDeveloper_eubgp_1 ._HireAutomationDeveloper_eubgp_422 ._MainSection_eubgp_429 ._Right_eubgp_165 ._AutomationCards_eubgp_622 ._MSL3_eubgp_638 ._Details_eubgp_443 ._DetailRow1_eubgp_524 h3{color:var(--Test, #3d3d3d);font-family:Inter;font-size:1.5rem;font-style:normal;font-weight:600;line-height:120%;letter-spacing:-.04569rem}._HireAIDeveloper_eubgp_1 ._HireAutomationDeveloper_eubgp_422 ._MainSection_eubgp_429 ._Right_eubgp_165 ._AutomationCards_eubgp_622 ._MSL3_eubgp_638 ._Details_eubgp_443 ._Types_eubgp_686{display:flex;flex-wrap:wrap;gap:.75rem}._HireAIDeveloper_eubgp_1 ._HireAutomationDeveloper_eubgp_422 ._MainSection_eubgp_429 ._Right_eubgp_165 ._AutomationCards_eubgp_622 ._MSL3_eubgp_638 ._Details_eubgp_443 ._Types_eubgp_686 span{display:flex;width:max-content;height:1.5625rem;justify-content:center;align-items:center;gap:.625rem;border-radius:6.25rem;background:#8973f21f;padding:.2rem .86rem;text-align:center;font-family:Inter;font-size:.875rem;font-style:normal;font-weight:600;line-height:2.74106rem;letter-spacing:-.04569rem;color:#6548ee}._HireAIDeveloper_eubgp_1 ._HireAutomationDeveloper_eubgp_422 ._MainSection_eubgp_429 ._Right_eubgp_165 ._AutomationCards_eubgp_622 ._MSL3_eubgp_638:nth-child(2n) i{border-radius:.79625rem;background:var(--Frame-1618873352, linear-gradient(112deg, #f66957 4.93%, #fff 256.79%));box-shadow:0 3.397px 16.986px #8e79f34d}._HireAIDeveloper_eubgp_1 ._HireAutomationDeveloper_eubgp_422 ._MainSection_eubgp_429 ._Right_eubgp_165 ._AutomationCards_eubgp_622 ._MSL3_eubgp_638:nth-child(2n) ._Details_eubgp_443 ._Types_eubgp_686 span{background:#f891841c;color:#f66957}._HireAIDeveloper_eubgp_1 ._HireAutomationDeveloper_eubgp_422 ._MainSection_eubgp_429 ._Right_eubgp_165 ._AutomationCards_eubgp_622 ._MSL3_eubgp_638:nth-child(3n) i{border-radius:.79625rem;background:var(--Background, linear-gradient(106deg, #f3721b 4.46%, #fff 232.7%));box-shadow:0 3.397px 16.986px #8e79f34d}._HireAIDeveloper_eubgp_1 ._HireAutomationDeveloper_eubgp_422 ._MainSection_eubgp_429 ._Right_eubgp_165 ._AutomationCards_eubgp_622 ._MSL3_eubgp_638:nth-child(3n) ._Details_eubgp_443 ._Types_eubgp_686 span{background:#f5894114;color:#f3721b}._HireAIDeveloper_eubgp_1 ._AiDevProcess_eubgp_728{margin-top:5rem;display:flex;flex-direction:column;align-items:center;gap:1rem}._HireAIDeveloper_eubgp_1 ._AiDevProcess_eubgp_728 ._Talent_eubgp_735{margin-top:2rem;display:flex;flex-direction:column;align-items:center;gap:2.5rem}@media (max-width: 631px){._HireAIDeveloper_eubgp_1 ._AiDevProcess_eubgp_728 ._Talent_eubgp_735{margin-top:1rem;flex-direction:row;align-items:flex-start;width:100%;gap:3rem;padding:0 2rem}}._HireAIDeveloper_eubgp_1 ._AiDevProcess_eubgp_728 ._Talent_eubgp_735 ._Row_eubgp_24{display:flex;align-items:center;margin-top:.4rem}@media (max-width: 631px){._HireAIDeveloper_eubgp_1 ._AiDevProcess_eubgp_728 ._Talent_eubgp_735 ._Row_eubgp_24{flex-direction:column;margin-top:1.3rem}}._HireAIDeveloper_eubgp_1 ._AiDevProcess_eubgp_728 ._Talent_eubgp_735 ._Row_eubgp_24 ._Icon_eubgp_763{display:flex;align-items:center;justify-content:center;width:9.5625rem;height:9.5625rem;border-radius:50%;flex-shrink:0;background:linear-gradient(106deg,#f3711b15 4.46%,#ffffff15 232.7%);padding:2rem}._HireAIDeveloper_eubgp_1 ._AiDevProcess_eubgp_728 ._Talent_eubgp_735 ._Row_eubgp_24 ._Icon_eubgp_763 i{width:100%;height:100%;justify-content:center;align-items:center;border-radius:50%;background:var(--image, linear-gradient(106deg, #f3721b 4.46%, #fff 232.7%));box-shadow:0 4px 20px #0000000d;flex-shrink:0;color:#fff;text-align:center;font-family:Inter;font-size:3.5rem;font-style:normal;font-weight:700;line-height:3.99rem;letter-spacing:-.07rem;text-transform:capitalize;display:flex}._HireAIDeveloper_eubgp_1 ._AiDevProcess_eubgp_728 ._Talent_eubgp_735 ._Row_eubgp_24 ._Icon_eubgp_763:nth-child(3){background:var(--Frame-1618873352, linear-gradient(112deg, rgba(100, 72, 238, .0823529412) 4.93%, rgba(255, 255, 255, .0823529412) 256.79%));box-shadow:0 4px 20px #0000000d}._HireAIDeveloper_eubgp_1 ._AiDevProcess_eubgp_728 ._Talent_eubgp_735 ._Row_eubgp_24 ._Icon_eubgp_763:nth-child(3) i{background:var(--Frame-1618873352, linear-gradient(112deg, #6548ee 4.93%, #fff 256.79%));box-shadow:0 4px 20px #0000000d}._HireAIDeveloper_eubgp_1 ._AiDevProcess_eubgp_728 ._Talent_eubgp_735 ._Row_eubgp_24 ._Icon_eubgp_763:nth-child(5){background:var(--Frame-1618873352, linear-gradient(112deg, rgba(246, 106, 87, .0823529412) 4.93%, rgba(255, 255, 255, .0823529412) 256.79%));box-shadow:0 4px 20px #0000000d}._HireAIDeveloper_eubgp_1 ._AiDevProcess_eubgp_728 ._Talent_eubgp_735 ._Row_eubgp_24 ._Icon_eubgp_763:nth-child(5) i{background:var(--Frame-1618873352, linear-gradient(112deg, #f66957 4.93%, #fff 256.79%))}._HireAIDeveloper_eubgp_1 ._AiDevProcess_eubgp_728 ._Talent_eubgp_735 ._Row_eubgp_24 ._Icon_eubgp_763:nth-child(7){background:var(--Background, linear-gradient(112deg, rgba(47, 187, 233, .0823529412) 4.93%, rgba(255, 255, 255, .0823529412) 256.79%));box-shadow:0 4px 20px #0000000d}._HireAIDeveloper_eubgp_1 ._AiDevProcess_eubgp_728 ._Talent_eubgp_735 ._Row_eubgp_24 ._Icon_eubgp_763:nth-child(7) i{background:var(--Background, linear-gradient(112deg, #2fbbe9 4.93%, #fff 256.79%))}._HireAIDeveloper_eubgp_1 ._AiDevProcess_eubgp_728 ._Talent_eubgp_735 ._Row_eubgp_24 ._Icon_eubgp_763 svg{width:3.375rem;height:3.375rem;flex-shrink:0}._HireAIDeveloper_eubgp_1 ._AiDevProcess_eubgp_728 ._Talent_eubgp_735 ._Row_eubgp_24 ._DashedLine_eubgp_823{width:17.21875rem;border-top:3px dashed #f3721b}@media (max-width: 631px){._HireAIDeveloper_eubgp_1 ._AiDevProcess_eubgp_728 ._Talent_eubgp_735 ._Row_eubgp_24 ._DashedLine_eubgp_823{height:17.21875rem;width:2px;border-right:3px dashed #f3721b}}._HireAIDeveloper_eubgp_1 ._AiDevProcess_eubgp_728 ._Talent_eubgp_735 ._Row_eubgp_24 ._DashedLine_eubgp_823:nth-child(4){border-color:#6548ee}._HireAIDeveloper_eubgp_1 ._AiDevProcess_eubgp_728 ._Talent_eubgp_735 ._Row_eubgp_24 ._DashedLine_eubgp_823:nth-child(6){border-color:#f66957}._HireAIDeveloper_eubgp_1 ._AiDevProcess_eubgp_728 ._Talent_eubgp_735 ._Row_eubgp_24 ._DashedLine_eubgp_823:nth-child(8){border-color:#ffc734}._HireAIDeveloper_eubgp_1 ._AiDevProcess_eubgp_728 ._Talent_eubgp_735 ._Row_eubgp_24 ._DashedLine_eubgp_823:nth-child(10){border-color:#2fbbe9}._HireAIDeveloper_eubgp_1 ._AiDevProcess_eubgp_728 ._Talent_eubgp_735 ._Cards_eubgp_846{display:flex;align-items:center;justify-content:center;gap:3.84rem;height:max-content;position:relative;z-index:1}@media (max-width: 631px){._HireAIDeveloper_eubgp_1 ._AiDevProcess_eubgp_728 ._Talent_eubgp_735 ._Cards_eubgp_846{flex-direction:column;flex:1}}._HireAIDeveloper_eubgp_1 ._AiDevProcess_eubgp_728 ._Talent_eubgp_735 ._Cards_eubgp_846 ._Blur1_eubgp_861,._HireAIDeveloper_eubgp_1 ._AiDevProcess_eubgp_728 ._Talent_eubgp_735 ._Cards_eubgp_846 ._Blur2_eubgp_862{width:37.75rem;height:26.875rem;flex-shrink:0;position:absolute;z-index:-1}._HireAIDeveloper_eubgp_1 ._AiDevProcess_eubgp_728 ._Talent_eubgp_735 ._Cards_eubgp_846 ._Blur1_eubgp_861 svg,._HireAIDeveloper_eubgp_1 ._AiDevProcess_eubgp_728 ._Talent_eubgp_735 ._Cards_eubgp_846 ._Blur2_eubgp_862 svg{height:100%;width:100%}._HireAIDeveloper_eubgp_1 ._AiDevProcess_eubgp_728 ._Talent_eubgp_735 ._Cards_eubgp_846 ._Blur1_eubgp_861{left:-15rem;top:-12rem}._HireAIDeveloper_eubgp_1 ._AiDevProcess_eubgp_728 ._Talent_eubgp_735 ._Cards_eubgp_846 ._Blur2_eubgp_862{right:-15rem;top:-12rem}._HireAIDeveloper_eubgp_1 ._AiDevProcess_eubgp_728 ._Talent_eubgp_735 ._Cards_eubgp_846 ._Card_eubgp_266{width:23.0625rem;height:42rem;border-radius:1.875rem;background:#fff;box-shadow:0 4px 40px #00000014;overflow:hidden;display:flex;flex-direction:column}@media (max-width: 631px){._HireAIDeveloper_eubgp_1 ._AiDevProcess_eubgp_728 ._Talent_eubgp_735 ._Cards_eubgp_846 ._Card_eubgp_266{width:100%;padding:2rem 3rem;gap:1.6rem;height:auto}}._HireAIDeveloper_eubgp_1 ._AiDevProcess_eubgp_728 ._Talent_eubgp_735 ._Cards_eubgp_846 ._Card_eubgp_266 img{width:100%;height:19.875rem;flex-shrink:0}._HireAIDeveloper_eubgp_1 ._AiDevProcess_eubgp_728 ._Talent_eubgp_735 ._Cards_eubgp_846 ._Card_eubgp_266 ._CardContent_eubgp_905{flex:1;padding:1rem;display:flex;flex-direction:column;gap:.4rem;justify-content:space-around}._HireAIDeveloper_eubgp_1 ._AiDevProcess_eubgp_728 ._Talent_eubgp_735 ._Cards_eubgp_846 ._Card_eubgp_266 ._CardContent_eubgp_905 h3{color:var(--Test, #3d3d3d);font-family:Inter;font-size:1.5rem;font-style:normal;font-weight:600;line-height:2.74106rem;letter-spacing:-.04569rem}._HireAIDeveloper_eubgp_1 ._AiDevProcess_eubgp_728 ._Talent_eubgp_735 ._Cards_eubgp_846 ._Card_eubgp_266 ._CardContent_eubgp_905 p{color:#060606;font-family:Inter;font-size:1rem;font-style:normal;font-weight:400;line-height:1.60356rem}._HireAIDeveloper_eubgp_1 ._AiDevProcess_eubgp_728 ._Talent_eubgp_735 ._Cards_eubgp_846 ._Card_eubgp_266 ._CardContent_eubgp_905 ._Lists_eubgp_930{display:flex;flex-direction:column;gap:.8rem}._HireAIDeveloper_eubgp_1 ._AiDevProcess_eubgp_728 ._Talent_eubgp_735 ._Cards_eubgp_846 ._Card_eubgp_266 ._CardContent_eubgp_905 ._Lists_eubgp_930 ._Item_eubgp_935{display:flex;align-items:center;gap:.3rem}._HireAIDeveloper_eubgp_1 ._AiDevProcess_eubgp_728 ._Talent_eubgp_735 ._Cards_eubgp_846 ._Card_eubgp_266 ._CardContent_eubgp_905 ._Lists_eubgp_930 ._Item_eubgp_935 svg{width:1.375rem;height:1.375rem}._HireAIDeveloper_eubgp_1 ._AiDevProcess_eubgp_728 ._Talent_eubgp_735 ._Cards_eubgp_846 ._Card_eubgp_266 ._CardContent_eubgp_905 ._Lists_eubgp_930 ._Item_eubgp_935 p{color:#000;text-align:center;font-family:Poppins;font-size:.875rem;font-style:normal;font-weight:400;line-height:111.4%;text-transform:capitalize}._HireAIDeveloper_eubgp_1 ._AiDevProcess_eubgp_728 ._Talent_eubgp_735 ._Cards_eubgp_846 ._Card_eubgp_266 ._CardContent_eubgp_905 button{display:flex;width:100%;height:3.4375rem;padding:.625rem;flex-direction:column;justify-content:center;align-items:center;gap:.625rem;flex-shrink:0;border-radius:.625rem;background:var(--Background, linear-gradient(106deg, #f3721b 4.46%, #fff 232.7%));border:none;color:#fff;font-family:Inter;font-size:1.125rem;font-style:normal;font-weight:500;line-height:1.62rem;letter-spacing:.01rem;margin:1rem 0;transition:all ease-in-out .3s}._HireAIDeveloper_eubgp_1 ._AiDevProcess_eubgp_728 ._Talent_eubgp_735 ._Cards_eubgp_846 ._Card_eubgp_266 ._CardContent_eubgp_905 button:hover{transform:translateY(-.5rem)}._HireAIDeveloper_eubgp_1 ._AiDevProcess_eubgp_728 ._Talent_eubgp_735 ._Cards_eubgp_846 ._Card_eubgp_266:nth-child(4) ._CardContent_eubgp_905 button{border-radius:.625rem;background:var(--Frame-1618873352, linear-gradient(112deg, #6548ee 4.93%, #fff 256.79%))}._HireAIDeveloper_eubgp_1 ._AiDevProcess_eubgp_728 ._Talent_eubgp_735 ._Cards_eubgp_846 ._Card_eubgp_266:nth-child(4) ._CardContent_eubgp_905 ._Lists_eubgp_930 ._Item_eubgp_935 svg path{fill:#6548ee}._HireAIDeveloper_eubgp_1 ._AiDevProcess_eubgp_728 ._Talent_eubgp_735 ._Cards_eubgp_846 ._Card_eubgp_266:nth-child(5) ._CardContent_eubgp_905 button{border-radius:.625rem;background:var(--Frame-1618873352, linear-gradient(112deg, #f66957 4.93%, #fff 256.79%))}._HireAIDeveloper_eubgp_1 ._AiDevProcess_eubgp_728 ._Talent_eubgp_735 ._Cards_eubgp_846 ._Card_eubgp_266:nth-child(5) ._CardContent_eubgp_905 ._Lists_eubgp_930 ._Item_eubgp_935 svg path{fill:#f66957}._HireAIDeveloper_eubgp_1 ._AiDevProcess_eubgp_728 ._Talent_eubgp_735 ._Cards_eubgp_846 ._Card_eubgp_266:nth-child(6) ._CardContent_eubgp_905 button{background:var(--Background, linear-gradient(112deg, #2fbbe9 4.93%, #fff 256.79%))}._HireAIDeveloper_eubgp_1 ._AiDevProcess_eubgp_728 ._Talent_eubgp_735 ._Cards_eubgp_846 ._Card_eubgp_266:nth-child(6) ._CardContent_eubgp_905 ._Lists_eubgp_930 ._Item_eubgp_935 svg path{fill:#2fbbe9}._HireAIDeveloper_eubgp_1 ._AiSuccessStories_eubgp_1000{margin-top:5rem;display:flex;flex-direction:column;align-items:center;gap:1rem}._HireAIDeveloper_eubgp_1 ._AiSuccessStories_eubgp_1000 ._SuccessCards_eubgp_1008{margin:2rem 0;display:flex;align-items:center;justify-content:center;gap:2rem}._HireAIDeveloper_eubgp_1 ._AiSuccessStories_eubgp_1000 ._SuccessCards_eubgp_1008 ._Card_eubgp_266{display:flex;height:39.3125rem;width:32.75rem;padding:1.15625rem .96281rem 1.71875rem .91219rem;flex-direction:column;align-items:flex-start;gap:.7rem;border-radius:1.875rem;background:#fff;box-shadow:0 4px 50px #00000014}._HireAIDeveloper_eubgp_1 ._AiSuccessStories_eubgp_1000 ._SuccessCards_eubgp_1008 ._Card_eubgp_266 img{height:27.1875rem;width:100%;align-self:stretch}._HireAIDeveloper_eubgp_1 ._AiSuccessStories_eubgp_1000 ._SuccessCards_eubgp_1008 ._Card_eubgp_266 h3{color:var(--Test, #3d3d3d);text-align:center;font-family:Inter;font-size:1.5rem;font-style:normal;font-weight:600;line-height:120%;letter-spacing:-.04569rem}._HireAIDeveloper_eubgp_1 ._AiSuccessStories_eubgp_1000 ._SuccessCards_eubgp_1008 ._Card_eubgp_266 p{color:#060606;font-family:Inter;font-size:1rem;font-style:normal;font-weight:400;line-height:1.60356rem}._HireAIDeveloper_eubgp_1 ._AiSuccessStories_eubgp_1000 ._SuccessCards_eubgp_1008 ._Card_eubgp_266 ._Row_eubgp_24{width:100%;display:flex;align-items:center;justify-content:space-between}._HireAIDeveloper_eubgp_1 ._AiSuccessStories_eubgp_1000 ._SuccessCards_eubgp_1008 ._Card_eubgp_266 ._Row_eubgp_24 span{display:flex;width:max-content;height:1.9375rem;justify-content:center;align-items:center;gap:.625rem;border-radius:6.25rem;border:1px solid rgba(0,0,0,.12);background:#ffffff21;padding:.2rem 1.3rem;color:#3d3d3d;text-align:center;font-family:Inter;font-size:.875rem;font-style:normal;font-weight:400;line-height:2.74106rem;letter-spacing:-.04569rem}._HireAIDeveloper_eubgp_1 ._AiSuccessStories_eubgp_1000 ._SuccessCards_eubgp_1008 ._Card_eubgp_266 ._Row_eubgp_24 button{display:flex;align-items:center;gap:.4rem;font-family:Inter;font-size:1.125rem;font-style:normal;font-weight:500;line-height:1.62rem;letter-spacing:.01rem;color:#f3721b;border:none;background:transparent}@media (max-width: 768px){._HireAIDeveloper_eubgp_1 ._AiSuccessStories_eubgp_1000 ._SuccessCards_eubgp_1008{display:flex;flex-wrap:nowrap;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;justify-content:flex-start;gap:1.2rem;padding:0 1rem}._HireAIDeveloper_eubgp_1 ._AiSuccessStories_eubgp_1000 ._SuccessCards_eubgp_1008::-webkit-scrollbar{display:none}._HireAIDeveloper_eubgp_1 ._AiSuccessStories_eubgp_1000 ._SuccessCards_eubgp_1008 ._Card_eubgp_266{flex:0 0 85%;scroll-snap-align:center;width:85%;height:auto;padding:1rem;box-shadow:0 4px 20px #0000001a}._HireAIDeveloper_eubgp_1 ._AiSuccessStories_eubgp_1000 ._SuccessCards_eubgp_1008 ._Card_eubgp_266 img{height:auto}._HireAIDeveloper_eubgp_1 ._AiSuccessStories_eubgp_1000 ._SuccessCards_eubgp_1008 ._Card_eubgp_266 h3{font-size:1.2rem}._HireAIDeveloper_eubgp_1 ._AiSuccessStories_eubgp_1000 ._SuccessCards_eubgp_1008 ._Card_eubgp_266 p{font-size:.95rem}._HireAIDeveloper_eubgp_1 ._AiSuccessStories_eubgp_1000 ._SuccessCards_eubgp_1008 ._Card_eubgp_266 ._Row_eubgp_24{flex-direction:column;align-items:flex-start;gap:.5rem}._HireAIDeveloper_eubgp_1 ._AiSuccessStories_eubgp_1000 ._SuccessCards_eubgp_1008 ._Card_eubgp_266 ._Row_eubgp_24 span{font-size:.8rem}._HireAIDeveloper_eubgp_1 ._AiSuccessStories_eubgp_1000 ._SuccessCards_eubgp_1008 ._Card_eubgp_266 ._Row_eubgp_24 button{font-size:1rem}}@media (max-width: 480px){._HireAIDeveloper_eubgp_1 ._AiSuccessStories_eubgp_1000 ._SuccessCards_eubgp_1008{gap:1rem}._HireAIDeveloper_eubgp_1 ._AiSuccessStories_eubgp_1000 ._SuccessCards_eubgp_1008 ._Card_eubgp_266{flex:0 0 90%}}._HireAIDeveloper_eubgp_1 ._StrategicTalent_eubgp_1142{width:100%;display:flex;flex-direction:column;align-items:center;gap:5rem;margin:6rem 0;height:auto;background:url(/assets/HeaderBG-BSOcJrrq.webp);background-size:100% 31.68rem;background-repeat:no-repeat;background-position:top;padding:4rem 12rem}@media (max-width: 1280px){._HireAIDeveloper_eubgp_1 ._StrategicTalent_eubgp_1142{padding:4rem 8rem}}@media (max-width: 1024px){._HireAIDeveloper_eubgp_1 ._StrategicTalent_eubgp_1142{padding:4rem 3rem}}@media (max-width: 631px){._HireAIDeveloper_eubgp_1 ._StrategicTalent_eubgp_1142{padding:2rem 1rem;min-height:31.6875rem;background-size:100% auto;margin-bottom:2rem;gap:3rem}}._HireAIDeveloper_eubgp_1 ._StrategicTalent_eubgp_1142 ._Top_eubgp_36{width:100%;display:flex;align-items:center;justify-content:space-between;gap:2rem}@media (max-width: 631px){._HireAIDeveloper_eubgp_1 ._StrategicTalent_eubgp_1142 ._Top_eubgp_36{width:100%;flex-direction:column;gap:1.5rem}}._HireAIDeveloper_eubgp_1 ._StrategicTalent_eubgp_1142 ._Top_eubgp_36 h2{width:30.125rem;flex-shrink:0;font-size:3.5rem;text-align:start;color:var(--c2)}@media (max-width: 631px){._HireAIDeveloper_eubgp_1 ._StrategicTalent_eubgp_1142 ._Top_eubgp_36 h2{width:90%;text-align:center;font-size:2.5rem}}._HireAIDeveloper_eubgp_1 ._StrategicTalent_eubgp_1142 ._Top_eubgp_36 p{width:37.7rem;flex-shrink:0;color:#fff;font-family:Inter;font-size:1.125rem;font-weight:400;line-height:1.755rem}@media (max-width: 631px){._HireAIDeveloper_eubgp_1 ._StrategicTalent_eubgp_1142 ._Top_eubgp_36 p{width:90%;text-align:center}}._HireAIDeveloper_eubgp_1 ._StrategicTalent_eubgp_1142 ._STACards_eubgp_1218{width:100%;display:grid;grid-template-columns:repeat(3,1fr);gap:3rem;row-gap:5rem}@media (max-width: 1100px){._HireAIDeveloper_eubgp_1 ._StrategicTalent_eubgp_1142 ._STACards_eubgp_1218{grid-template-columns:repeat(2,1fr);gap:2rem}}@media (max-width: 631px){._HireAIDeveloper_eubgp_1 ._StrategicTalent_eubgp_1142 ._STACards_eubgp_1218{grid-template-columns:1fr;gap:3rem;margin:2rem}}._HireAIDeveloper_eubgp_1 ._StrategicTalent_eubgp_1142 ._STACards_eubgp_1218 ._Card_eubgp_266{width:100%;height:auto;min-height:36.125rem;border-radius:1.71319rem;background:#fff;box-shadow:0 4px 80px #00000014;position:relative;padding:5.5rem 3rem 3rem;display:flex;flex-direction:column;align-items:center;gap:1.5rem;justify-content:space-between}@media (max-width: 631px){._HireAIDeveloper_eubgp_1 ._StrategicTalent_eubgp_1142 ._STACards_eubgp_1218 ._Card_eubgp_266{min-height:auto;width:30rem;margin:1rem auto;padding:5rem 2rem 2.5rem}}._HireAIDeveloper_eubgp_1 ._StrategicTalent_eubgp_1142 ._STACards_eubgp_1218 ._Card_eubgp_266 i{display:flex;width:5.24119rem;height:5.24119rem;padding:.9375rem;justify-content:center;align-items:center;border-radius:7.10619rem;background:var(--image, linear-gradient(106deg, #f3721b 4.46%, #fff 232.7%));box-shadow:0 4px 20px #0000000d;position:absolute;top:0;left:50%;transform:translate(-50%,-50%)}._HireAIDeveloper_eubgp_1 ._StrategicTalent_eubgp_1142 ._STACards_eubgp_1218 ._Card_eubgp_266 h3{color:var(--Test, #3d3d3d);text-align:center;font-family:Inter;font-size:2rem;font-weight:600;line-height:137%;letter-spacing:-.04569rem}@media (max-width: 631px){._HireAIDeveloper_eubgp_1 ._StrategicTalent_eubgp_1142 ._STACards_eubgp_1218 ._Card_eubgp_266 h3{font-size:1.75rem}}._HireAIDeveloper_eubgp_1 ._StrategicTalent_eubgp_1142 ._STACards_eubgp_1218 ._Card_eubgp_266 p{color:#060606;text-align:center;font-family:Inter;font-size:1rem;font-weight:400;line-height:160%}._HireAIDeveloper_eubgp_1 ._StrategicTalent_eubgp_1142 ._STACards_eubgp_1218 ._Card_eubgp_266 ._Project_eubgp_1301{display:flex;width:max-content;justify-content:center;align-items:center;gap:.69281rem;border-radius:6.92831rem;background:#c1c1c11f;color:#3d3d3d;text-align:center;font-family:Inter;font-size:.96994rem;font-weight:400;line-height:150%;letter-spacing:-.05063rem;padding:.5rem 1.4rem}._HireAIDeveloper_eubgp_1 ._StrategicTalent_eubgp_1142 ._STACards_eubgp_1218 ._Card_eubgp_266 ._Col_eubgp_115{width:100%;display:flex;flex-direction:column;gap:.7rem}._HireAIDeveloper_eubgp_1 ._StrategicTalent_eubgp_1142 ._STACards_eubgp_1218 ._Card_eubgp_266 ._Col_eubgp_115 p{color:#000;text-align:start;font-family:Poppins;font-size:.825rem;font-weight:400;line-height:111.4%;text-transform:capitalize;display:flex;align-items:center;gap:.4rem}@media (max-width: 631px){._HireAIDeveloper_eubgp_1 ._StrategicTalent_eubgp_1142 ._STACards_eubgp_1218 ._Card_eubgp_266 ._Col_eubgp_115 p{font-size:1rem}}._HireAIDeveloper_eubgp_1 ._StrategicTalent_eubgp_1142 ._STACards_eubgp_1218 ._Card_eubgp_266 ._Col_eubgp_115 p svg{width:1.375rem;height:1.375rem}._HireAIDeveloper_eubgp_1 ._StrategicTalent_eubgp_1142 ._STACards_eubgp_1218 ._Card_eubgp_266 ._DashedLine_eubgp_823{width:100%;height:1px;border:1px dashed rgba(0,0,0,.2)}._HireAIDeveloper_eubgp_1 ._StrategicTalent_eubgp_1142 ._STACards_eubgp_1218 ._Card_eubgp_266 ._Bottom_eubgp_1350{width:100%;display:flex;align-items:center;justify-content:space-between}._HireAIDeveloper_eubgp_1 ._StrategicTalent_eubgp_1142 ._STACards_eubgp_1218 ._Card_eubgp_266 ._Bottom_eubgp_1350 p{color:#64748b;font-family:Segoe UI Symbol;font-size:.875rem;font-weight:400;line-height:1.25rem;text-align:left}._HireAIDeveloper_eubgp_1 ._StrategicTalent_eubgp_1142 ._STACards_eubgp_1218 ._Card_eubgp_266 ._Bottom_eubgp_1350 h5{font-family:Poppins;font-size:1.25rem;font-weight:600;line-height:1.25rem;color:#6aac48}._HireAIDeveloper_eubgp_1 ._StrategicTalent_eubgp_1142 ._STACards_eubgp_1218 ._Card_eubgp_266 ._BtnWrapper_eubgp_160{margin-top:1rem}._HireAIDeveloper_eubgp_1 ._StrategicTalent_eubgp_1142 ._STACards_eubgp_1218 ._Card_eubgp_266:nth-child(2) i{background:var(--Frame-1618873352, linear-gradient(112deg, #6548ee 4.93%, #fff 256.79%));box-shadow:0 4px 20px #0000000d}._HireAIDeveloper_eubgp_1 ._StrategicTalent_eubgp_1142 ._STACards_eubgp_1218 ._Card_eubgp_266:nth-child(2) p svg path{fill:#6548ee}._HireAIDeveloper_eubgp_1 ._StrategicTalent_eubgp_1142 ._STACards_eubgp_1218 ._Card_eubgp_266:nth-child(3) i{background:var(--Background, linear-gradient(112deg, #2fbbe9 4.93%, #fff 256.79%));box-shadow:0 4px 20px #0000000d}._HireAIDeveloper_eubgp_1 ._StrategicTalent_eubgp_1142 ._STACards_eubgp_1218 ._Card_eubgp_266:nth-child(3) p svg path{fill:#2fbbe9}._HireAIDeveloper_eubgp_1 ._StrategicTalent_eubgp_1142 ._STACards_eubgp_1218 ._Card_eubgp_266:nth-child(4) i{background:var(--Frame-1618873352, linear-gradient(112deg, #ffc734 4.93%, #fff 256.79%));box-shadow:0 4px 20px #0000000d}._HireAIDeveloper_eubgp_1 ._StrategicTalent_eubgp_1142 ._STACards_eubgp_1218 ._Card_eubgp_266:nth-child(4) p svg path{fill:#ffc734}._HireAIDeveloper_eubgp_1 ._StrategicTalent_eubgp_1142 ._STACards_eubgp_1218 ._Card_eubgp_266:nth-child(5) i{background:var(--Background, linear-gradient(112deg, #6ac248 4.93%, #fff 256.79%));box-shadow:0 4px 20px #0000000d}._HireAIDeveloper_eubgp_1 ._StrategicTalent_eubgp_1142 ._STACards_eubgp_1218 ._Card_eubgp_266:nth-child(5) p svg path{fill:#6ac248}._HireAIDeveloper_eubgp_1 ._StrategicTalent_eubgp_1142 ._STACards_eubgp_1218 ._Card_eubgp_266:nth-child(6) i{background:var(--Frame-1618873352, linear-gradient(112deg, #f66957 4.93%, #fff 256.79%));box-shadow:0 4px 20px #0000000d}._HireAIDeveloper_eubgp_1 ._StrategicTalent_eubgp_1142 ._STACards_eubgp_1218 ._Card_eubgp_266:nth-child(6) p svg path{fill:#f66957}._HireAIDeveloper_eubgp_1 ._VettingProcess_eubgp_1409{display:flex;flex-direction:column;align-items:center;gap:1.5rem}@media (max-width: 631px){._HireAIDeveloper_eubgp_1 ._VettingProcess_eubgp_1409{padding:1rem 3rem;align-items:flex-start}._HireAIDeveloper_eubgp_1 ._VettingProcess_eubgp_1409 h2{font-size:2.63rem;line-height:120%;text-align:start}}._HireAIDeveloper_eubgp_1 ._VettingProcess_eubgp_1409 p{font-size:1.3125rem}._HireAIDeveloper_eubgp_1 ._VettingProcess_eubgp_1409 ._Talent_eubgp_735{display:flex;flex-direction:column;align-items:center;gap:1.5rem}@media (max-width: 631px){._HireAIDeveloper_eubgp_1 ._VettingProcess_eubgp_1409 ._Talent_eubgp_735{margin-top:1rem;flex-direction:row;align-items:flex-start;width:100%;gap:3rem;padding:0 2rem}}._HireAIDeveloper_eubgp_1 ._VettingProcess_eubgp_1409 ._Talent_eubgp_735 ._Row_eubgp_24{display:flex;align-items:center;margin-top:.4rem}@media (max-width: 631px){._HireAIDeveloper_eubgp_1 ._VettingProcess_eubgp_1409 ._Talent_eubgp_735 ._Row_eubgp_24{flex-direction:column;margin-top:1.3rem}}._HireAIDeveloper_eubgp_1 ._VettingProcess_eubgp_1409 ._Talent_eubgp_735 ._Row_eubgp_24 ._Icon_eubgp_763{display:flex;width:5.24119rem;height:5.24119rem;padding:.9375rem .92869rem .92869rem .9375rem;justify-content:center;align-items:center;flex-shrink:0;border-radius:7.10619rem;background:var(--image, linear-gradient(106deg, #f3721b 4.46%, #fff 232.7%));box-shadow:0 4px 20px #0000000d}._HireAIDeveloper_eubgp_1 ._VettingProcess_eubgp_1409 ._Talent_eubgp_735 ._Row_eubgp_24 ._Icon_eubgp_763:nth-child(3){background:var(--Frame-1618873352, linear-gradient(112deg, #6548ee 4.93%, #fff 256.79%));box-shadow:0 4px 20px #0000000d}._HireAIDeveloper_eubgp_1 ._VettingProcess_eubgp_1409 ._Talent_eubgp_735 ._Row_eubgp_24 ._Icon_eubgp_763:nth-child(5){background:var(--Frame-1618873352, linear-gradient(112deg, #f66957 4.93%, #fff 256.79%));box-shadow:0 4px 20px #0000000d}._HireAIDeveloper_eubgp_1 ._VettingProcess_eubgp_1409 ._Talent_eubgp_735 ._Row_eubgp_24 ._Icon_eubgp_763:nth-child(7){background:var(--Frame-1618873352, linear-gradient(112deg, #ffc734 4.93%, #fff 256.79%));box-shadow:0 4px 20px #0000000d}._HireAIDeveloper_eubgp_1 ._VettingProcess_eubgp_1409 ._Talent_eubgp_735 ._Row_eubgp_24 ._Icon_eubgp_763:nth-child(9){background:var(--Background, linear-gradient(112deg, #2fbbe9 4.93%, #fff 256.79%));box-shadow:0 4px 20px #0000000d}._HireAIDeveloper_eubgp_1 ._VettingProcess_eubgp_1409 ._Talent_eubgp_735 ._Row_eubgp_24 ._Icon_eubgp_763:nth-child(11){background:var(--Background, linear-gradient(112deg, #6ac248 4.93%, #fff 256.79%));box-shadow:0 4px 20px #0000000d}._HireAIDeveloper_eubgp_1 ._VettingProcess_eubgp_1409 ._Talent_eubgp_735 ._Row_eubgp_24 ._Icon_eubgp_763 svg{width:3.375rem;height:3.375rem;flex-shrink:0}._HireAIDeveloper_eubgp_1 ._VettingProcess_eubgp_1409 ._Talent_eubgp_735 ._Row_eubgp_24 ._DashedLine_eubgp_823{width:15.521875rem;border-top:3px dashed #f3721b}@media (max-width: 631px){._HireAIDeveloper_eubgp_1 ._VettingProcess_eubgp_1409 ._Talent_eubgp_735 ._Row_eubgp_24 ._DashedLine_eubgp_823{height:17.21875rem;width:2px;border-right:3px dashed #f3721b}}._HireAIDeveloper_eubgp_1 ._VettingProcess_eubgp_1409 ._Talent_eubgp_735 ._Row_eubgp_24 ._DashedLine_eubgp_823:nth-child(4){border-color:#6548ee}._HireAIDeveloper_eubgp_1 ._VettingProcess_eubgp_1409 ._Talent_eubgp_735 ._Row_eubgp_24 ._DashedLine_eubgp_823:nth-child(6){border-color:#f66957}._HireAIDeveloper_eubgp_1 ._VettingProcess_eubgp_1409 ._Talent_eubgp_735 ._Row_eubgp_24 ._DashedLine_eubgp_823:nth-child(8){border-color:#ffc734}._HireAIDeveloper_eubgp_1 ._VettingProcess_eubgp_1409 ._Talent_eubgp_735 ._Row_eubgp_24 ._DashedLine_eubgp_823:nth-child(10){border-color:#2fbbe9}._HireAIDeveloper_eubgp_1 ._VettingProcess_eubgp_1409 ._Talent_eubgp_735 ._Cards_eubgp_846{display:flex;align-items:center;justify-content:center;gap:3.84rem;height:max-content;position:relative;z-index:1}@media (max-width: 631px){._HireAIDeveloper_eubgp_1 ._VettingProcess_eubgp_1409 ._Talent_eubgp_735 ._Cards_eubgp_846{flex-direction:column;flex:1}}._HireAIDeveloper_eubgp_1 ._VettingProcess_eubgp_1409 ._Talent_eubgp_735 ._Cards_eubgp_846 ._Card_eubgp_266{gap:1rem;display:flex;width:17.5625rem;padding:2rem .625rem;flex-direction:column;align-items:center;border-radius:1.25rem;background:#fff;box-shadow:0 4px 50px #0000001a;height:20rem}@media (max-width: 631px){._HireAIDeveloper_eubgp_1 ._VettingProcess_eubgp_1409 ._Talent_eubgp_735 ._Cards_eubgp_846 ._Card_eubgp_266{width:100%;padding:2rem 3rem;gap:1.6rem;height:auto}}._HireAIDeveloper_eubgp_1 ._VettingProcess_eubgp_1409 ._Talent_eubgp_735 ._Cards_eubgp_846 ._Card_eubgp_266 h3{color:var(--Test, #3d3d3d);text-align:center;font-family:Inter;font-size:1.5rem;font-style:normal;font-weight:600;line-height:2.74106rem;letter-spacing:-.04569rem;white-space:nowrap}@media (max-width: 631px){._HireAIDeveloper_eubgp_1 ._VettingProcess_eubgp_1409 ._Talent_eubgp_735 ._Cards_eubgp_846 ._Card_eubgp_266 h3{font-size:2.3rem}}._HireAIDeveloper_eubgp_1 ._VettingProcess_eubgp_1409 ._Talent_eubgp_735 ._Cards_eubgp_846 ._Card_eubgp_266 p{width:12.5625rem;color:#060606;text-align:center;font-family:Inter;font-size:1.1rem;font-style:normal;font-weight:400;line-height:1.25rem}@media (max-width: 631px){._HireAIDeveloper_eubgp_1 ._VettingProcess_eubgp_1409 ._Talent_eubgp_735 ._Cards_eubgp_846 ._Card_eubgp_266 p{font-size:1.3rem;width:100%}}._HireAIDeveloper_eubgp_1 ._VettingProcess_eubgp_1409 ._Talent_eubgp_735 ._Cards_eubgp_846 ._Card_eubgp_266 ._PassRate_eubgp_1583{border-radius:6.25rem;background:#f79c5f1a;padding:.3rem 1.4rem;width:max-content}._HireAIDeveloper_eubgp_1 ._VettingProcess_eubgp_1409 ._Talent_eubgp_735 ._Cards_eubgp_846 ._Card_eubgp_266 h4{text-align:center;font-family:Inter;font-size:.875rem;font-style:normal;font-weight:600;line-height:1.74106rem;letter-spacing:-.04569rem;background:var(--Background, linear-gradient(106deg, #f3721b 4.46%, #fff 232.7%));background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}@media (max-width: 631px){._HireAIDeveloper_eubgp_1 ._VettingProcess_eubgp_1409 ._Talent_eubgp_735 ._Cards_eubgp_846 ._Card_eubgp_266 h4{font-size:1.2875rem;padding:.4rem 1rem}}._HireAIDeveloper_eubgp_1 ._VettingProcess_eubgp_1409 ._Talent_eubgp_735 ._Cards_eubgp_846 ._Card_eubgp_266 ._Checks_eubgp_1608{color:#060606cc;text-align:center;font-family:Inter;font-size:.875rem;font-style:normal;font-weight:400;line-height:1.25rem}@media (max-width: 631px){._HireAIDeveloper_eubgp_1 ._VettingProcess_eubgp_1409 ._Talent_eubgp_735 ._Cards_eubgp_846 ._Card_eubgp_266 ._Checks_eubgp_1608{font-size:1.3875rem}}._HireAIDeveloper_eubgp_1 ._TopThree_eubgp_1622{display:flex;flex-direction:column;align-items:center;gap:1.5rem;margin:6rem 0}._HireAIDeveloper_eubgp_1 ._TopThree_eubgp_1622 ._Stats_eubgp_1629{margin:1rem 0;display:flex;align-items:center;justify-content:center;gap:2rem}@media (max-width: 631px){._HireAIDeveloper_eubgp_1 ._TopThree_eubgp_1622 ._Stats_eubgp_1629{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem}}._HireAIDeveloper_eubgp_1 ._TopThree_eubgp_1622 ._Stats_eubgp_1629 ._Col_eubgp_115{display:flex;height:15.0625rem;width:22.1875rem;padding:2.3125rem;flex-direction:column;align-items:center;justify-content:center;border-radius:1.81469rem;background:#fff;box-shadow:0 4px 34px #00000014;-webkit-backdrop-filter:blur(75px);backdrop-filter:blur(75px);gap:.5rem;transition:all ease-in-out .3s}@media (max-width: 631px){._HireAIDeveloper_eubgp_1 ._TopThree_eubgp_1622 ._Stats_eubgp_1629 ._Col_eubgp_115{width:100%}}._HireAIDeveloper_eubgp_1 ._TopThree_eubgp_1622 ._Stats_eubgp_1629 ._Col_eubgp_115 h3{color:#3d3d3d;font-family:Inter;font-size:3.5rem;font-style:normal;font-weight:600;line-height:3.99rem;letter-spacing:-.07rem}._HireAIDeveloper_eubgp_1 ._TopThree_eubgp_1622 ._Stats_eubgp_1629 ._Col_eubgp_115 p{color:#3d3d3d;font-family:Inter;font-size:1.125rem;font-style:normal;font-weight:400;line-height:1.875rem;text-transform:capitalize}._HireAIDeveloper_eubgp_1 ._TopThree_eubgp_1622 ._Stats_eubgp_1629 ._Col_eubgp_115:hover{border-radius:1.81469rem;background:var(--Frame-1618873097, linear-gradient(112deg, #f3721b 4.93%, #ff7236 256.79%));box-shadow:0 4px 34px #00000014;-webkit-backdrop-filter:blur(75px);backdrop-filter:blur(75px)}._HireAIDeveloper_eubgp_1 ._TopThree_eubgp_1622 ._Stats_eubgp_1629 ._Col_eubgp_115:hover h3,._HireAIDeveloper_eubgp_1 ._TopThree_eubgp_1622 ._Stats_eubgp_1629 ._Col_eubgp_115:hover p{color:var(--c2)}._HireAIDeveloper_eubgp_1 ._WhyChooseExperts_eubgp_1691{display:flex;flex-direction:column;align-items:center;margin-bottom:4rem;gap:1rem}@media (max-width: 631px){._HireAIDeveloper_eubgp_1 ._WhyChooseExperts_eubgp_1691{padding:1rem 3rem}._HireAIDeveloper_eubgp_1 ._WhyChooseExperts_eubgp_1691 h2{font-size:2.63rem;line-height:120%}}._HireAIDeveloper_eubgp_1 ._WhyChooseExperts_eubgp_1691 p{color:var(--Test, #3d3d3d);text-align:center;font-family:Inter;font-size:1.125rem;font-style:normal;font-weight:400;line-height:1.755rem}@media (max-width: 631px){._HireAIDeveloper_eubgp_1 ._WhyChooseExperts_eubgp_1691 p{font-size:1.3125rem}}._HireAIDeveloper_eubgp_1 ._WhyChooseExperts_eubgp_1691 ._WCACards_eubgp_1721{display:flex;align-items:center;gap:2rem;margin-top:2rem}@media (max-width: 631px){._HireAIDeveloper_eubgp_1 ._WhyChooseExperts_eubgp_1691 ._WCACards_eubgp_1721{width:100%;flex-direction:column;gap:2rem}}._HireAIDeveloper_eubgp_1 ._WhyChooseExperts_eubgp_1691 ._WCACards_eubgp_1721 ._Card_eubgp_266{width:22.125rem;height:28.59375rem;flex-shrink:0;border-radius:1.71319rem;background:#fff;box-shadow:0 4px 40px #0000000a,0 4px 80px #efefef80;display:flex;flex-direction:column;gap:.5rem;padding:1.2rem;align-items:center}@media (max-width: 631px){._HireAIDeveloper_eubgp_1 ._WhyChooseExperts_eubgp_1691 ._WCACards_eubgp_1721 ._Card_eubgp_266{width:100%;height:auto}}._HireAIDeveloper_eubgp_1 ._WhyChooseExperts_eubgp_1691 ._WCACards_eubgp_1721 ._Card_eubgp_266 svg{width:15.71875rem;height:15.71875rem;flex-shrink:0}@media (max-width: 631px){._HireAIDeveloper_eubgp_1 ._WhyChooseExperts_eubgp_1691 ._WCACards_eubgp_1721 ._Card_eubgp_266 svg{width:65%;height:auto;margin-bottom:2rem}}._HireAIDeveloper_eubgp_1 ._WhyChooseExperts_eubgp_1691 ._WCACards_eubgp_1721 ._Card_eubgp_266 h3{color:var(--Test, #3d3d3d);text-align:center;font-family:Inter;font-size:1.5rem;font-style:normal;font-weight:600;line-height:120%;letter-spacing:-.04569rem}@media (max-width: 631px){._HireAIDeveloper_eubgp_1 ._WhyChooseExperts_eubgp_1691 ._WCACards_eubgp_1721 ._Card_eubgp_266 h3{font-size:2.7rem}}._HireAIDeveloper_eubgp_1 ._WhyChooseExperts_eubgp_1691 ._WCACards_eubgp_1721 ._Card_eubgp_266 p{color:#060606;text-align:center;font-family:Inter;font-size:1rem;font-style:normal;font-weight:400;line-height:1.60356rem}@media (max-width: 631px){._HireAIDeveloper_eubgp_1 ._WhyChooseExperts_eubgp_1691 ._WCACards_eubgp_1721 ._Card_eubgp_266 p{font-size:1.53rem}}._HireAIDeveloper_eubgp_1 ._WhyChooseExperts_eubgp_1691 ._WCACards_eubgp_1721 ._Card_eubgp_266 h4{text-align:center;font-family:Inter;font-size:1.125rem;font-style:normal;font-weight:600;line-height:2.74106rem;letter-spacing:-.04569rem;background:var(--Background, linear-gradient(106deg, #f3721b 4.46%, #fff 232.7%));background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}@media (max-width: 631px){._HireAIDeveloper_eubgp_1 ._WhyChooseExperts_eubgp_1691 ._WCACards_eubgp_1721 ._Card_eubgp_266 h4{font-size:1.73rem}}._HireAIDeveloper_eubgp_1 ._AiSpecialization_eubgp_1812{margin-top:6rem;min-height:32rem;position:relative;overflow:hidden;display:flex;flex-direction:column;align-items:center;gap:2rem}@media (max-width: 631px){._HireAIDeveloper_eubgp_1 ._AiSpecialization_eubgp_1812{padding:1rem 3rem;gap:2rem}}._HireAIDeveloper_eubgp_1 ._AiSpecialization_eubgp_1812 ._TechWrapper_eubgp_1828{display:flex;width:91.25rem;flex-wrap:wrap;align-items:center;justify-content:center;gap:2rem;margin-top:2rem}@media (max-width: 631px){._HireAIDeveloper_eubgp_1 ._AiSpecialization_eubgp_1812 ._TechWrapper_eubgp_1828{width:100%;justify-content:flex-start;gap:1.5rem}}._HireAIDeveloper_eubgp_1 ._AiSpecialization_eubgp_1812 ._TechWrapper_eubgp_1828 ._TechCard_eubgp_1845{display:flex;width:max-content;height:4.41731rem;padding:0 .80119rem;align-items:center;gap:1.05606rem;flex-shrink:0;border-radius:3.30031rem;background:#fff;box-shadow:0 2.112px 27.095px #0000000d;padding:.1rem 1.5rem}._HireAIDeveloper_eubgp_1 ._AiSpecialization_eubgp_1812 ._TechWrapper_eubgp_1828 ._TechCard_eubgp_1845 img{width:auto;height:3.43231rem;flex-shrink:0}._HireAIDeveloper_eubgp_1 ._WhyChoose_eubgp_1691{display:flex;flex-direction:column;align-items:center;gap:2rem;margin:6rem 0;padding:3rem}@media (max-width: 631px){._HireAIDeveloper_eubgp_1 ._WhyChoose_eubgp_1691{align-items:flex-start;gap:2rem;margin-top:2rem}._HireAIDeveloper_eubgp_1 ._WhyChoose_eubgp_1691 h2{font-size:3rem;text-align:start}._HireAIDeveloper_eubgp_1 ._WhyChoose_eubgp_1691 p{font-size:1.3125rem}}._HireAIDeveloper_eubgp_1 ._WhyChoose_eubgp_1691 ._Cards_eubgp_846{display:flex;align-items:center;justify-content:center;gap:2rem;margin-top:4rem}@media (max-width: 631px){._HireAIDeveloper_eubgp_1 ._WhyChoose_eubgp_1691 ._Cards_eubgp_846{width:100%;flex-direction:column;gap:5rem}}._HireAIDeveloper_eubgp_1 ._WhyChoose_eubgp_1691 ._Cards_eubgp_846 ._Card_eubgp_266{width:22.125rem;height:17.0625rem;flex-shrink:0;border-radius:1.71319rem;background:#fff;box-shadow:0 4px 80px #00000014;position:relative;padding:4rem 2rem 2rem;display:flex;flex-direction:column;gap:.3rem}@media (max-width: 631px){._HireAIDeveloper_eubgp_1 ._WhyChoose_eubgp_1691 ._Cards_eubgp_846 ._Card_eubgp_266{width:100%;height:auto;align-items:flex-start;padding:5rem 3rem 3rem;gap:1rem}}._HireAIDeveloper_eubgp_1 ._WhyChoose_eubgp_1691 ._Cards_eubgp_846 ._Card_eubgp_266 i{position:absolute;top:0;left:50%;transform:translate(-50%,-50%);display:flex;width:5.24119rem;height:5.24119rem;padding:.9375rem .95994rem .92869rem .90625rem;justify-content:center;align-items:center;flex-shrink:0;border-radius:7.10619rem;background:var(--image, linear-gradient(106deg, #f3721b 4.46%, #fff 232.7%));box-shadow:0 4px 20px #0000000d}@media (max-width: 631px){._HireAIDeveloper_eubgp_1 ._WhyChoose_eubgp_1691 ._Cards_eubgp_846 ._Card_eubgp_266 i{left:5rem}}._HireAIDeveloper_eubgp_1 ._WhyChoose_eubgp_1691 ._Cards_eubgp_846 ._Card_eubgp_266 i svg{width:3.375rem;height:3.375rem;flex-shrink:0}._HireAIDeveloper_eubgp_1 ._WhyChoose_eubgp_1691 ._Cards_eubgp_846 ._Card_eubgp_266 h3{color:var(--Test, #3d3d3d);text-align:center;font-family:Inter;font-size:2rem;font-style:normal;font-weight:600;line-height:2.74106rem;letter-spacing:-.04569rem}@media (max-width: 631px){._HireAIDeveloper_eubgp_1 ._WhyChoose_eubgp_1691 ._Cards_eubgp_846 ._Card_eubgp_266 h3{font-size:2.5rem}}._HireAIDeveloper_eubgp_1 ._WhyChoose_eubgp_1691 ._Cards_eubgp_846 ._Card_eubgp_266 p{color:#060606;text-align:center;font-family:Inter;font-size:1rem;font-style:normal;font-weight:400;line-height:1.60356rem}@media (max-width: 631px){._HireAIDeveloper_eubgp_1 ._WhyChoose_eubgp_1691 ._Cards_eubgp_846 ._Card_eubgp_266 p{font-size:1.3125rem;text-align:start}}._HireAIDeveloper_eubgp_1 ._WhyChoose_eubgp_1691 ._Cards_eubgp_846 ._Card_eubgp_266:nth-child(2) i{background:var(--Frame-1618873352, linear-gradient(112deg, #6548ee 4.93%, #fff 256.79%));box-shadow:0 4px 50px #0000000f}._HireAIDeveloper_eubgp_1 ._WhyChoose_eubgp_1691 ._Cards_eubgp_846 ._Card_eubgp_266:nth-child(3) i{background:var(--image, linear-gradient(112deg, #2fbbe9 4.93%, #fff 256.79%));box-shadow:0 4px 50px #0000000f}._HireAIDeveloper_eubgp_1 ._WhyChoose_eubgp_1691 ._Cards_eubgp_846 ._Card_eubgp_266:nth-child(4) i{background:var(--image, linear-gradient(112deg, #ffc734 4.93%, #fff 256.79%));box-shadow:0 4px 50px #0000000f}._HireAIDeveloper_eubgp_1 ._InternshipPacks_eubgp_1992{margin-top:6rem;display:flex;flex-direction:column;gap:2rem;align-items:center;overflow:hidden}@media (max-width: 631px){._HireAIDeveloper_eubgp_1 ._InternshipPacks_eubgp_1992{margin-top:1rem;padding:1rem 3rem}._HireAIDeveloper_eubgp_1 ._InternshipPacks_eubgp_1992 h2{font-size:3rem}._HireAIDeveloper_eubgp_1 ._InternshipPacks_eubgp_1992 P{font-size:1.3125rem}}._HireAIDeveloper_eubgp_1 ._InternshipPacks_eubgp_1992 ._InternshipCards_eubgp_2012{display:flex;align-items:center;gap:3rem;position:relative;z-index:1;margin-top:2rem}@media (max-width: 631px){._HireAIDeveloper_eubgp_1 ._InternshipPacks_eubgp_1992 ._InternshipCards_eubgp_2012{width:100%;flex-direction:column}}._HireAIDeveloper_eubgp_1 ._InternshipPacks_eubgp_1992 ._InternshipCards_eubgp_2012 ._Blur1_eubgp_861,._HireAIDeveloper_eubgp_1 ._InternshipPacks_eubgp_1992 ._InternshipCards_eubgp_2012 ._Blur2_eubgp_862{width:37.75rem;height:26.875rem;flex-shrink:0;position:absolute;z-index:-1}._HireAIDeveloper_eubgp_1 ._InternshipPacks_eubgp_1992 ._InternshipCards_eubgp_2012 ._Blur1_eubgp_861 svg,._HireAIDeveloper_eubgp_1 ._InternshipPacks_eubgp_1992 ._InternshipCards_eubgp_2012 ._Blur2_eubgp_862 svg{height:100%;width:100%}._HireAIDeveloper_eubgp_1 ._InternshipPacks_eubgp_1992 ._InternshipCards_eubgp_2012 ._Blur1_eubgp_861{left:-15rem;top:-12rem}._HireAIDeveloper_eubgp_1 ._InternshipPacks_eubgp_1992 ._InternshipCards_eubgp_2012 ._Blur2_eubgp_862{right:-15rem;top:-12rem}._HireAIDeveloper_eubgp_1 ._InternshipPacks_eubgp_1992 ._InternshipCards_eubgp_2012 ._Card_eubgp_266{width:28.0625rem;height:31.8125rem;border-radius:1.25rem;background:#fff;box-shadow:0 4px 80px #0000000a;padding:2rem;display:flex;flex-direction:column;align-items:center;gap:1rem;position:relative;overflow:hidden;z-index:1;transition:all ease-in-out .3s}@media (max-width: 631px){._HireAIDeveloper_eubgp_1 ._InternshipPacks_eubgp_1992 ._InternshipCards_eubgp_2012 ._Card_eubgp_266{width:100%;height:auto;padding:3rem}}._HireAIDeveloper_eubgp_1 ._InternshipPacks_eubgp_1992 ._InternshipCards_eubgp_2012 ._Card_eubgp_266:hover{transform:translateY(-1rem)}._HireAIDeveloper_eubgp_1 ._InternshipPacks_eubgp_1992 ._InternshipCards_eubgp_2012 ._Card_eubgp_266 ._Asset_eubgp_180{width:12.98894rem;height:12.875rem;flex-shrink:0;position:absolute;z-index:-1;right:-5rem;top:-2rem}._HireAIDeveloper_eubgp_1 ._InternshipPacks_eubgp_1992 ._InternshipCards_eubgp_2012 ._Card_eubgp_266 h3{color:var(--Test, #3d3d3d);text-align:center;font-family:Inter;font-size:1.5rem;font-style:normal;font-weight:700;line-height:2.74106rem;letter-spacing:-.04569rem}@media (max-width: 631px){._HireAIDeveloper_eubgp_1 ._InternshipPacks_eubgp_1992 ._InternshipCards_eubgp_2012 ._Card_eubgp_266 h3{font-size:2rem}}._HireAIDeveloper_eubgp_1 ._InternshipPacks_eubgp_1992 ._InternshipCards_eubgp_2012 ._Card_eubgp_266 p{color:#060606;text-align:center;font-family:Inter;font-size:1rem;font-style:normal;font-weight:400;line-height:1.60356rem}@media (max-width: 631px){._HireAIDeveloper_eubgp_1 ._InternshipPacks_eubgp_1992 ._InternshipCards_eubgp_2012 ._Card_eubgp_266 p{font-size:1.3125rem}}._HireAIDeveloper_eubgp_1 ._InternshipPacks_eubgp_1992 ._InternshipCards_eubgp_2012 ._Card_eubgp_266 h4{color:var(--Rectangle-39862, #646464);font-family:Poppins;font-size:.875rem;font-style:normal;font-weight:400;line-height:normal}@media (max-width: 631px){._HireAIDeveloper_eubgp_1 ._InternshipPacks_eubgp_1992 ._InternshipCards_eubgp_2012 ._Card_eubgp_266 h4{font-size:1rem}}._HireAIDeveloper_eubgp_1 ._InternshipPacks_eubgp_1992 ._InternshipCards_eubgp_2012 ._Card_eubgp_266 h4 span{font-size:2.5rem;background:var(--Background, linear-gradient(112deg, #6ac248 4.93%, #fff 256.79%));background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}._HireAIDeveloper_eubgp_1 ._InternshipPacks_eubgp_1992 ._InternshipCards_eubgp_2012 ._Card_eubgp_266 ._Duration_eubgp_2131{display:flex;width:8.9375rem;height:1.73206rem;justify-content:center;align-items:center;gap:.69281rem;border-radius:6.92831rem;background:#c1c1c11f}@media (max-width: 631px){._HireAIDeveloper_eubgp_1 ._InternshipPacks_eubgp_1992 ._InternshipCards_eubgp_2012 ._Card_eubgp_266 ._Duration_eubgp_2131{width:max-content;height:auto;padding:.3rem 2rem}}._HireAIDeveloper_eubgp_1 ._InternshipPacks_eubgp_1992 ._InternshipCards_eubgp_2012 ._Card_eubgp_266 ._Duration_eubgp_2131 p{color:#3d3d3d;text-align:center;font-family:Inter;font-size:.96994rem;font-style:normal;font-weight:400;line-height:3.03856rem;letter-spacing:-.05063rem}@media (max-width: 631px){._HireAIDeveloper_eubgp_1 ._InternshipPacks_eubgp_1992 ._InternshipCards_eubgp_2012 ._Card_eubgp_266 ._Duration_eubgp_2131 p{font-size:1.2rem}}._HireAIDeveloper_eubgp_1 ._InternshipPacks_eubgp_1992 ._InternshipCards_eubgp_2012 ._Card_eubgp_266 button{margin-top:.5rem}@media (max-width: 631px){._HireAIDeveloper_eubgp_1 ._InternshipPacks_eubgp_1992 ._InternshipCards_eubgp_2012 ._Card_eubgp_266 button{margin-top:1rem;width:100%!important}}._HireAIDeveloper_eubgp_1 ._Automate_eubgp_2172{margin:3rem;position:relative}@media (max-width: 631px){._HireAIDeveloper_eubgp_1 ._Automate_eubgp_2172{margin-top:-2rem;margin-bottom:6rem}}._HireAIDeveloper_eubgp_1 ._Automate_eubgp_2172 ._LeftAsset_eubgp_2182{position:absolute;bottom:45rem;left:-4rem;width:12rem;height:8rem;transition:transform .6s cubic-bezier(.22,1,.36,1)}@media (max-width: 631px){._HireAIDeveloper_eubgp_1 ._Automate_eubgp_2172 ._LeftAsset_eubgp_2182{display:none}}._HireAIDeveloper_eubgp_1 ._Automate_eubgp_2172 ._LeftAsset_eubgp_2182._active_eubgp_2195{transform:scale(1.05) translate(5%,5%)}._HireAIDeveloper_eubgp_1 ._Automate_eubgp_2172 ._RightAsset_eubgp_2198{position:absolute;bottom:45rem;right:10rem;width:10rem;height:10rem;transition:transform .6s cubic-bezier(.22,1,.36,1)}@media (max-width: 631px){._HireAIDeveloper_eubgp_1 ._Automate_eubgp_2172 ._RightAsset_eubgp_2198{display:none}}._HireAIDeveloper_eubgp_1 ._Automate_eubgp_2172 ._RightAsset_eubgp_2198._active_eubgp_2195{transform:scale(1.05) translate(-5%,5%)}._HireAIDeveloper_eubgp_1 ._Automate_eubgp_2172 p{text-align:center}._HireAIDeveloper_eubgp_1 ._Automate_eubgp_2172 ._List_eubgp_930{display:flex;align-items:center;justify-content:center;gap:1.5rem;flex-wrap:wrap;margin:3rem 0}._HireAIDeveloper_eubgp_1 ._Automate_eubgp_2172 ._List_eubgp_930 p{display:flex;align-items:center;justify-content:center;gap:.5rem;font-size:1rem;color:#333;position:relative}._HireAIDeveloper_eubgp_1 ._Automate_eubgp_2172 ._List_eubgp_930 p svg{width:1rem;height:1rem}._HireAIDeveloper_eubgp_1 ._Automate_eubgp_2172 ._List_eubgp_930 p svg path{fill:#6ac248}._HireAIDeveloper_eubgp_1 ._Automate_eubgp_2172 ._List_eubgp_930 p:not(:last-child):after{content:"|";margin-left:.8rem;color:#999;font-weight:500}._HireAIDeveloper_eubgp_1 ._Automate_eubgp_2172 ._BtnWrapper_eubgp_160{display:flex;align-items:center;justify-content:center;gap:2rem}._HireAIDeveloper_eubgp_1 ._formSection_eubgp_2253{margin-bottom:5rem}._HireAIDeveloper_eubgp_1 ._formSection_eubgp_2253 p{text-align:center;margin-top:2rem}._HireAIDeveloper_eubgp_1 ._formSection_eubgp_2253 ._FormWrapper_eubgp_2260{display:flex;align-items:center;justify-content:center;gap:3rem;width:80%;padding:2rem 4rem;border-radius:20px;box-shadow:0 4px 30px #00000014;margin:2rem auto}._HireAIDeveloper_eubgp_1 ._formSection_eubgp_2253 ._FormWrapper_eubgp_2260 ._Left_eubgp_47{flex:1;display:flex;justify-content:center}._HireAIDeveloper_eubgp_1 ._formSection_eubgp_2253 ._FormWrapper_eubgp_2260 ._Left_eubgp_47 img{width:30rem}._HireAIDeveloper_eubgp_1 ._formSection_eubgp_2253 ._FormWrapper_eubgp_2260 ._Right_eubgp_165{flex:1.2}._HireAIDeveloper_eubgp_1 ._formSection_eubgp_2253 ._FormWrapper_eubgp_2260 ._Right_eubgp_165 ._Form_eubgp_2260{display:flex;flex-direction:column;gap:1.5rem}._HireAIDeveloper_eubgp_1 ._formSection_eubgp_2253 ._FormWrapper_eubgp_2260 ._Right_eubgp_165 ._Form_eubgp_2260 ._Row_eubgp_24{display:flex;gap:1rem}._HireAIDeveloper_eubgp_1 ._formSection_eubgp_2253 ._FormWrapper_eubgp_2260 ._Right_eubgp_165 ._Form_eubgp_2260 ._Row_eubgp_24 input,._HireAIDeveloper_eubgp_1 ._formSection_eubgp_2253 ._FormWrapper_eubgp_2260 ._Right_eubgp_165 ._Form_eubgp_2260 ._Row_eubgp_24 select{flex:1;padding:.9rem 1rem;border:1px solid #e2e2e2;border-radius:8px;font-size:.95rem;outline:none}._HireAIDeveloper_eubgp_1 ._formSection_eubgp_2253 ._FormWrapper_eubgp_2260 ._Right_eubgp_165 ._Form_eubgp_2260 ._Row_eubgp_24 input:focus,._HireAIDeveloper_eubgp_1 ._formSection_eubgp_2253 ._FormWrapper_eubgp_2260 ._Right_eubgp_165 ._Form_eubgp_2260 ._Row_eubgp_24 select:focus{border-color:#f60}._HireAIDeveloper_eubgp_1 ._formSection_eubgp_2253 ._FormWrapper_eubgp_2260 ._Right_eubgp_165 ._Form_eubgp_2260 ._TextAreaRow_eubgp_2304 textarea{width:100%;min-height:7rem;padding:1rem;border:1px solid #e2e2e2;border-radius:8px;font-size:.95rem;resize:none;outline:none}._HireAIDeveloper_eubgp_1 ._formSection_eubgp_2253 ._FormWrapper_eubgp_2260 ._Right_eubgp_165 ._Form_eubgp_2260 ._TextAreaRow_eubgp_2304 textarea:focus{border-color:#f60}._HireAIDeveloper_eubgp_1 ._formSection_eubgp_2253 ._FormWrapper_eubgp_2260 ._Right_eubgp_165 ._Form_eubgp_2260 ._SubmitBtn_eubgp_2317{align-self:flex-end;background:linear-gradient(90deg,#f60,#f80);color:#fff;font-weight:600;padding:.9rem 2rem;border:none;border-radius:8px;cursor:pointer;font-size:1rem;transition:.3s}._HireAIDeveloper_eubgp_1 ._formSection_eubgp_2253 ._FormWrapper_eubgp_2260 ._Right_eubgp_165 ._Form_eubgp_2260 ._SubmitBtn_eubgp_2317:hover{background:linear-gradient(90deg,#f50,#f70)}@media (max-width: 900px){._HireAIDeveloper_eubgp_1 ._formSection_eubgp_2253 ._FormWrapper_eubgp_2260{flex-direction:column;padding:2rem}._HireAIDeveloper_eubgp_1 ._formSection_eubgp_2253 ._FormWrapper_eubgp_2260 ._Right_eubgp_165{width:100%}._HireAIDeveloper_eubgp_1 ._formSection_eubgp_2253 ._FormWrapper_eubgp_2260 ._Right_eubgp_165 ._Form_eubgp_2260 ._Row_eubgp_24{flex-direction:column}._HireAIDeveloper_eubgp_1 ._formSection_eubgp_2253 ._FormWrapper_eubgp_2260 ._Right_eubgp_165 ._Form_eubgp_2260 ._SubmitBtn_eubgp_2317{align-self:center;width:100%}}._HireTopInterns_1yzwj_1{width:100%;display:flex;flex-direction:column}._HireTopInterns_1yzwj_1 h2{color:var(--c3);text-align:center;font-family:var(--f2);font-size:3.5rem;font-style:normal;font-weight:700;line-height:3.99rem;letter-spacing:-.07rem}@media (max-width: 631px){._HireTopInterns_1yzwj_1 h2{font-size:2.5rem}}._HireTopInterns_1yzwj_1 h2 span{color:var(--c1)}._HireTopInterns_1yzwj_1 ._Row1_1yzwj_24{position:relative;padding:5rem;display:flex;flex-direction:column;gap:4rem}@media (max-width: 631px){._HireTopInterns_1yzwj_1 ._Row1_1yzwj_24{padding:2rem}}._HireTopInterns_1yzwj_1 ._Row1_1yzwj_24 ._TopSection_1yzwj_36{display:flex;align-items:center;justify-content:space-evenly;gap:6rem}@media (max-width: 631px){._HireTopInterns_1yzwj_1 ._Row1_1yzwj_24 ._TopSection_1yzwj_36{flex-direction:column}}._HireTopInterns_1yzwj_1 ._Row1_1yzwj_24 ._TopSection_1yzwj_36 ._Left_1yzwj_47{width:42.0625rem;display:flex;flex-direction:column;gap:1.5rem}._HireTopInterns_1yzwj_1 ._Row1_1yzwj_24 ._TopSection_1yzwj_36 ._Left_1yzwj_47 ._DummyBtn_1yzwj_53{display:flex;width:max-content;height:3.0625rem;justify-content:center;align-items:center;gap:.75rem;border-radius:6.25rem;background:#f47b2a0d;color:#f58133;font-family:Inter;font-size:1rem;font-style:normal;font-weight:500;line-height:1.62rem;padding:.1rem 1rem}._HireTopInterns_1yzwj_1 ._Row1_1yzwj_24 ._TopSection_1yzwj_36 ._Left_1yzwj_47 ._DummyBtn_1yzwj_53 img{width:1.5rem;height:1.5rem;flex-shrink:0}._HireTopInterns_1yzwj_1 ._Row1_1yzwj_24 ._TopSection_1yzwj_36 ._Left_1yzwj_47 h1{color:#2f2f2f;font-family:Inter;font-size:4.05325rem;font-style:normal;font-weight:600;line-height:4.45856rem;letter-spacing:-.06356rem}._HireTopInterns_1yzwj_1 ._Row1_1yzwj_24 ._TopSection_1yzwj_36 ._Left_1yzwj_47 h1 span{background:var(--Frame-1618873097, linear-gradient(112deg, #f3721b 4.93%, #ff7236 256.79%));background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}._HireTopInterns_1yzwj_1 ._Row1_1yzwj_24 ._TopSection_1yzwj_36 ._Left_1yzwj_47 p{color:#313131;font-family:Inter;font-size:1.125rem;font-style:normal;font-weight:300;line-height:1.81469rem}@media (max-width: 631px){._HireTopInterns_1yzwj_1 ._Row1_1yzwj_24 ._TopSection_1yzwj_36 ._Left_1yzwj_47 p{width:70%;font-size:1.3125rem}}._HireTopInterns_1yzwj_1 ._Row1_1yzwj_24 ._TopSection_1yzwj_36 ._Left_1yzwj_47 ._Row_1yzwj_24{display:flex;gap:1rem;height:max-content}._HireTopInterns_1yzwj_1 ._Row1_1yzwj_24 ._TopSection_1yzwj_36 ._Left_1yzwj_47 ._Row_1yzwj_24 ._Col_1yzwj_109{flex:1;display:flex;flex-direction:column;gap:.7rem}._HireTopInterns_1yzwj_1 ._Row1_1yzwj_24 ._TopSection_1yzwj_36 ._Left_1yzwj_47 ._Row_1yzwj_24 ._Col_1yzwj_109 p{color:#3d3d3d;text-align:start;font-family:Poppins;font-size:.825rem;font-style:normal;font-weight:400;line-height:111.4%;text-transform:capitalize;white-space:nowrap;display:flex;align-items:center;gap:.4rem}@media (max-width: 631px){._HireTopInterns_1yzwj_1 ._Row1_1yzwj_24 ._TopSection_1yzwj_36 ._Left_1yzwj_47 ._Row_1yzwj_24 ._Col_1yzwj_109 p{font-size:1rem;flex:1}}._HireTopInterns_1yzwj_1 ._Row1_1yzwj_24 ._TopSection_1yzwj_36 ._Left_1yzwj_47 ._Row_1yzwj_24 ._Col_1yzwj_109 p svg{width:1.375rem;height:1.375rem;flex-shrink:0}@media (max-width: 631px){._HireTopInterns_1yzwj_1 ._Row1_1yzwj_24 ._TopSection_1yzwj_36 ._Left_1yzwj_47 ._Row_1yzwj_24 ._Col_1yzwj_109 p svg{width:1.5375rem;height:1.5375rem}}._HireTopInterns_1yzwj_1 ._Row1_1yzwj_24 ._TopSection_1yzwj_36 ._Left_1yzwj_47 ._Row_1yzwj_24 ._Col_1yzwj_109 p svg path{fill:#6ac248}._HireTopInterns_1yzwj_1 ._Row1_1yzwj_24 ._TopSection_1yzwj_36 ._Left_1yzwj_47 ._Row_1yzwj_24 ._Line_1yzwj_149{height:100%;width:2px;background:#0003}._HireTopInterns_1yzwj_1 ._Row1_1yzwj_24 ._TopSection_1yzwj_36 ._Left_1yzwj_47 ._BtnWrapper_1yzwj_154{display:flex;align-items:center;gap:1rem}._HireTopInterns_1yzwj_1 ._Row1_1yzwj_24 ._TopSection_1yzwj_36 ._Right_1yzwj_159{width:47.54488rem;min-height:33.04138rem}@media (max-width: 631px){._HireTopInterns_1yzwj_1 ._Row1_1yzwj_24 ._TopSection_1yzwj_36 ._Right_1yzwj_159{display:none}}._HireTopInterns_1yzwj_1 ._Row1_1yzwj_24 ._TopSection_1yzwj_36 ._Right_1yzwj_159 img{width:100%;height:auto}._HireTopInterns_1yzwj_1 ._Row1_1yzwj_24 ._Asset1_1yzwj_172{width:29.5625rem;height:34.918rem;position:absolute;left:-4rem;top:-10rem}@media (max-width: 631px){._HireTopInterns_1yzwj_1 ._Row1_1yzwj_24 ._Asset1_1yzwj_172{display:none}}._HireTopInterns_1yzwj_1 ._Row1_1yzwj_24 ._Asset1_1yzwj_172 svg{height:100%;width:100%}._HireTopInterns_1yzwj_1 ._Row1_1yzwj_24 ._Asset2_1yzwj_188{width:29.5625rem;height:34.918rem;position:absolute;right:-4rem;top:10rem}@media (max-width: 631px){._HireTopInterns_1yzwj_1 ._Row1_1yzwj_24 ._Asset2_1yzwj_188{display:none}}._HireTopInterns_1yzwj_1 ._Row1_1yzwj_24 ._Asset2_1yzwj_188 svg{height:100%;width:100%}._HireTopInterns_1yzwj_1 ._GlobalTalentMetrics_1yzwj_204{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;margin:4rem 0;background:url(/assets/SILBG-DudNR10-.webp);background-size:cover;background-position:center;width:100%;height:42.6875rem;flex-shrink:0}@media (max-width: 631px){._HireTopInterns_1yzwj_1 ._GlobalTalentMetrics_1yzwj_204{min-height:42.6875rem;height:auto;padding:2rem 3rem}}._HireTopInterns_1yzwj_1 ._GlobalTalentMetrics_1yzwj_204 h2{color:#fff}._HireTopInterns_1yzwj_1 ._GlobalTalentMetrics_1yzwj_204 p{color:#fff;text-align:center;font-family:Inter;font-size:1.125rem;font-style:normal;font-weight:400;line-height:1.755rem}@media (max-width: 631px){._HireTopInterns_1yzwj_1 ._GlobalTalentMetrics_1yzwj_204 p{font-size:1.3125rem}}._HireTopInterns_1yzwj_1 ._GlobalTalentMetrics_1yzwj_204 ._TrustedByCards_1yzwj_242{display:flex;align-items:center;justify-content:center;gap:3rem;margin-top:3.5rem}@media (max-width: 631px){._HireTopInterns_1yzwj_1 ._GlobalTalentMetrics_1yzwj_204 ._TrustedByCards_1yzwj_242{width:100%;display:grid;grid-template-columns:repeat(2,1fr);gap:1rem;row-gap:5rem}}._HireTopInterns_1yzwj_1 ._GlobalTalentMetrics_1yzwj_204 ._CardOuter_1yzwj_258{width:22.125rem;height:16.125rem;border:1px solid #f37927;background:linear-gradient(180deg,#ffffff1a,#9990);box-shadow:0 4px 80px #f672234d;-webkit-backdrop-filter:blur(25px);backdrop-filter:blur(25px);border-radius:1.71319rem}@media (max-width: 631px){._HireTopInterns_1yzwj_1 ._GlobalTalentMetrics_1yzwj_204 ._CardOuter_1yzwj_258{width:100%}}._HireTopInterns_1yzwj_1 ._GlobalTalentMetrics_1yzwj_204 ._Card_1yzwj_258{width:22.125rem;height:16.125rem;flex-shrink:0;border-radius:1.71319rem;position:relative;display:flex;flex-direction:column;padding:3rem 2.5rem;align-items:center;justify-content:flex-end}@media (max-width: 631px){._HireTopInterns_1yzwj_1 ._GlobalTalentMetrics_1yzwj_204 ._Card_1yzwj_258{width:100%}}._HireTopInterns_1yzwj_1 ._GlobalTalentMetrics_1yzwj_204 ._Card_1yzwj_258 i{position:absolute;left:50%;top:0;transform:translate(-50%,-50%);display:inline-flex;height:5.24119rem;padding:1.1875rem 1.17869rem 1.30369rem 1.3125rem;justify-content:center;align-items:center;flex-shrink:0;border-radius:7.10619rem;background:var(--Background, linear-gradient(106deg, #f3721b 4.46%, #fff 232.7%));box-shadow:0 4px 50px #0000000f}._HireTopInterns_1yzwj_1 ._GlobalTalentMetrics_1yzwj_204 ._Card_1yzwj_258 i svg{width:2.75rem;height:2.75rem;aspect-ratio:1/1}._HireTopInterns_1yzwj_1 ._GlobalTalentMetrics_1yzwj_204 ._Card_1yzwj_258 h3{font-family:Inter;font-size:3.27719rem;font-style:normal;font-weight:600;line-height:140%;letter-spacing:-.13306rem;background:var(--Background, linear-gradient(106deg, #f3721b 4.46%, #fff 232.7%));background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}._HireTopInterns_1yzwj_1 ._GlobalTalentMetrics_1yzwj_204 ._Card_1yzwj_258 h4{color:#fff;font-family:Inter;font-size:1.125rem;font-style:normal;font-weight:600;line-height:2.74106rem;letter-spacing:-.04569rem}@media (max-width: 631px){._HireTopInterns_1yzwj_1 ._GlobalTalentMetrics_1yzwj_204 ._Card_1yzwj_258 h4{font-size:1.5125rem}}._HireTopInterns_1yzwj_1 ._GlobalTalentMetrics_1yzwj_204 ._Card_1yzwj_258 p{color:#fff;text-align:center;font-family:Inter;font-size:1rem;font-style:normal;font-weight:400;line-height:1.60356rem;width:80%}@media (max-width: 631px){._HireTopInterns_1yzwj_1 ._GlobalTalentMetrics_1yzwj_204 ._Card_1yzwj_258 p{font-size:1.2125rem}}._HireTopInterns_1yzwj_1 ._GlobalTalentMetrics_1yzwj_204 ._BtnWrapper_1yzwj_154{display:flex;align-items:center;gap:1rem;margin-top:1rem}@media (max-width: 631px){._HireTopInterns_1yzwj_1 ._GlobalTalentMetrics_1yzwj_204 ._BtnWrapper_1yzwj_154{margin-top:2rem}}._HireTopInterns_1yzwj_1 ._GlobalTalentMetrics_1yzwj_204 ._CardOuter_1yzwj_258:nth-child(1){border:1px solid #7c64f1;background:linear-gradient(180deg,#ffffff1a,#9990);box-shadow:0 4px 80px #7156ef4d;-webkit-backdrop-filter:blur(25px);backdrop-filter:blur(25px)}._HireTopInterns_1yzwj_1 ._GlobalTalentMetrics_1yzwj_204 ._CardOuter_1yzwj_258:nth-child(1) i{border-radius:7.10619rem;background:var(--Frame-1618873352, linear-gradient(112deg, #6548ee 4.93%, #fff 256.79%));box-shadow:0 4px 50px #0000000f}._HireTopInterns_1yzwj_1 ._GlobalTalentMetrics_1yzwj_204 ._CardOuter_1yzwj_258:nth-child(1) h3{background:var(--Frame-1618873352, linear-gradient(112deg, #6548ee 4.93%, #fff 256.79%));background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}._HireTopInterns_1yzwj_1 ._GlobalTalentMetrics_1yzwj_204 ._CardOuter_1yzwj_258:nth-child(2){border-radius:1.71319rem;border:1px solid #6bceef;background:linear-gradient(180deg,#ffffff1a,#9990);box-shadow:0 4px 80px #45c2eb4d;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px)}._HireTopInterns_1yzwj_1 ._GlobalTalentMetrics_1yzwj_204 ._CardOuter_1yzwj_258:nth-child(2) i{border-radius:7.10619rem;background:var(--Background, linear-gradient(112deg, #2fbbe9 4.93%, #fff 256.79%));box-shadow:0 4px 50px #0000000f}._HireTopInterns_1yzwj_1 ._GlobalTalentMetrics_1yzwj_204 ._CardOuter_1yzwj_258:nth-child(2) h3{background:var(--Background, linear-gradient(112deg, #2fbbe9 4.93%, #fff 256.79%));background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}._HireTopInterns_1yzwj_1 ._GlobalTalentMetrics_1yzwj_204 ._CardOuter_1yzwj_258:nth-child(4){border-radius:1.71319rem;border:1px solid #7bc95d;background:linear-gradient(180deg,#ffffff1a,#9990);box-shadow:0 4px 80px #79c85b4d;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px)}._HireTopInterns_1yzwj_1 ._GlobalTalentMetrics_1yzwj_204 ._CardOuter_1yzwj_258:nth-child(4) i{border-radius:7.10619rem;background:var(--Background, linear-gradient(112deg, #6ac248 4.93%, #fff 256.79%));box-shadow:0 4px 50px #0000000f}._HireTopInterns_1yzwj_1 ._GlobalTalentMetrics_1yzwj_204 ._CardOuter_1yzwj_258:nth-child(4) h3{background:var(--Background, linear-gradient(112deg, #6ac248 4.93%, #fff 256.79%));background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}._HireTopInterns_1yzwj_1 ._WhyChooseAcrosstek_1yzwj_414{display:flex;flex-direction:column;align-items:center;margin-top:4rem;gap:1rem}@media (max-width: 631px){._HireTopInterns_1yzwj_1 ._WhyChooseAcrosstek_1yzwj_414{padding:1rem 3rem}._HireTopInterns_1yzwj_1 ._WhyChooseAcrosstek_1yzwj_414 h2{font-size:2.63rem;line-height:120%}}._HireTopInterns_1yzwj_1 ._WhyChooseAcrosstek_1yzwj_414 p{color:var(--Test, #3d3d3d);text-align:center;font-family:Inter;font-size:1.125rem;font-style:normal;font-weight:400;line-height:1.755rem}@media (max-width: 631px){._HireTopInterns_1yzwj_1 ._WhyChooseAcrosstek_1yzwj_414 p{font-size:1.3125rem}}._HireTopInterns_1yzwj_1 ._WhyChooseAcrosstek_1yzwj_414 ._WCACards_1yzwj_444{display:flex;align-items:center;gap:1rem;margin-top:4rem}@media (max-width: 631px){._HireTopInterns_1yzwj_1 ._WhyChooseAcrosstek_1yzwj_414 ._WCACards_1yzwj_444{width:100%;flex-direction:column;gap:2rem}}._HireTopInterns_1yzwj_1 ._WhyChooseAcrosstek_1yzwj_414 ._WCACards_1yzwj_444 ._Card_1yzwj_258{width:22.125rem;height:28.59375rem;flex-shrink:0;border-radius:1.71319rem;background:#fff;box-shadow:0 4px 40px #0000000a,0 4px 80px #efefef80;display:flex;flex-direction:column;gap:.5rem;padding:1.2rem;align-items:center}@media (max-width: 631px){._HireTopInterns_1yzwj_1 ._WhyChooseAcrosstek_1yzwj_414 ._WCACards_1yzwj_444 ._Card_1yzwj_258{width:100%;height:auto}}._HireTopInterns_1yzwj_1 ._WhyChooseAcrosstek_1yzwj_414 ._WCACards_1yzwj_444 ._Card_1yzwj_258 svg{width:15.71875rem;height:15.71875rem;flex-shrink:0}@media (max-width: 631px){._HireTopInterns_1yzwj_1 ._WhyChooseAcrosstek_1yzwj_414 ._WCACards_1yzwj_444 ._Card_1yzwj_258 svg{width:65%;height:auto;margin-bottom:2rem}}._HireTopInterns_1yzwj_1 ._WhyChooseAcrosstek_1yzwj_414 ._WCACards_1yzwj_444 ._Card_1yzwj_258 h3{color:var(--Test, #3d3d3d);text-align:center;font-family:Inter;font-size:1.5rem;font-style:normal;font-weight:600;line-height:120%;letter-spacing:-.04569rem}@media (max-width: 631px){._HireTopInterns_1yzwj_1 ._WhyChooseAcrosstek_1yzwj_414 ._WCACards_1yzwj_444 ._Card_1yzwj_258 h3{font-size:2.7rem}}._HireTopInterns_1yzwj_1 ._WhyChooseAcrosstek_1yzwj_414 ._WCACards_1yzwj_444 ._Card_1yzwj_258 p{color:#060606;text-align:center;font-family:Inter;font-size:1rem;font-style:normal;font-weight:400;line-height:1.60356rem}@media (max-width: 631px){._HireTopInterns_1yzwj_1 ._WhyChooseAcrosstek_1yzwj_414 ._WCACards_1yzwj_444 ._Card_1yzwj_258 p{font-size:1.53rem}}._HireTopInterns_1yzwj_1 ._WhyChooseAcrosstek_1yzwj_414 ._WCACards_1yzwj_444 ._Card_1yzwj_258 h4{text-align:center;font-family:Inter;font-size:1.125rem;font-style:normal;font-weight:600;line-height:2.74106rem;letter-spacing:-.04569rem;background:var(--Background, linear-gradient(106deg, #f3721b 4.46%, #fff 232.7%));background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}@media (max-width: 631px){._HireTopInterns_1yzwj_1 ._WhyChooseAcrosstek_1yzwj_414 ._WCACards_1yzwj_444 ._Card_1yzwj_258 h4{font-size:1.73rem}}._HireTopInterns_1yzwj_1 ._ComprehensiveTalent_1yzwj_535{margin-top:6rem;display:flex;flex-direction:column;align-items:center;gap:1.5rem}@media (max-width: 631px){._HireTopInterns_1yzwj_1 ._ComprehensiveTalent_1yzwj_535{padding:1rem 3rem;align-items:flex-start}._HireTopInterns_1yzwj_1 ._ComprehensiveTalent_1yzwj_535 h2{font-size:2.63rem;line-height:120%;text-align:start}}._HireTopInterns_1yzwj_1 ._ComprehensiveTalent_1yzwj_535 p{font-size:1.3125rem}._HireTopInterns_1yzwj_1 ._ComprehensiveTalent_1yzwj_535 ._Talent_1yzwj_556{display:flex;flex-direction:column;align-items:center;gap:1.5rem}@media (max-width: 631px){._HireTopInterns_1yzwj_1 ._ComprehensiveTalent_1yzwj_535 ._Talent_1yzwj_556{margin-top:1rem;flex-direction:row;align-items:flex-start;width:100%;gap:3rem;padding:0 2rem}}._HireTopInterns_1yzwj_1 ._ComprehensiveTalent_1yzwj_535 ._Talent_1yzwj_556 ._Row_1yzwj_24{display:flex;align-items:center;margin-top:.4rem}@media (max-width: 631px){._HireTopInterns_1yzwj_1 ._ComprehensiveTalent_1yzwj_535 ._Talent_1yzwj_556 ._Row_1yzwj_24{flex-direction:column;margin-top:1.3rem}}._HireTopInterns_1yzwj_1 ._ComprehensiveTalent_1yzwj_535 ._Talent_1yzwj_556 ._Row_1yzwj_24 ._Icon_1yzwj_583{display:flex;width:5.24119rem;height:5.24119rem;padding:.9375rem .92869rem .92869rem .9375rem;justify-content:center;align-items:center;flex-shrink:0;border-radius:7.10619rem;background:var(--image, linear-gradient(106deg, #f3721b 4.46%, #fff 232.7%));box-shadow:0 4px 20px #0000000d}._HireTopInterns_1yzwj_1 ._ComprehensiveTalent_1yzwj_535 ._Talent_1yzwj_556 ._Row_1yzwj_24 ._Icon_1yzwj_583:nth-child(3){background:var(--Frame-1618873352, linear-gradient(112deg, #6548ee 4.93%, #fff 256.79%));box-shadow:0 4px 20px #0000000d}._HireTopInterns_1yzwj_1 ._ComprehensiveTalent_1yzwj_535 ._Talent_1yzwj_556 ._Row_1yzwj_24 ._Icon_1yzwj_583:nth-child(5){background:var(--Frame-1618873352, linear-gradient(112deg, #f66957 4.93%, #fff 256.79%));box-shadow:0 4px 20px #0000000d}._HireTopInterns_1yzwj_1 ._ComprehensiveTalent_1yzwj_535 ._Talent_1yzwj_556 ._Row_1yzwj_24 ._Icon_1yzwj_583:nth-child(7){background:var(--Frame-1618873352, linear-gradient(112deg, #ffc734 4.93%, #fff 256.79%));box-shadow:0 4px 20px #0000000d}._HireTopInterns_1yzwj_1 ._ComprehensiveTalent_1yzwj_535 ._Talent_1yzwj_556 ._Row_1yzwj_24 ._Icon_1yzwj_583:nth-child(9){background:var(--Background, linear-gradient(112deg, #2fbbe9 4.93%, #fff 256.79%));box-shadow:0 4px 20px #0000000d}._HireTopInterns_1yzwj_1 ._ComprehensiveTalent_1yzwj_535 ._Talent_1yzwj_556 ._Row_1yzwj_24 ._Icon_1yzwj_583:nth-child(11){background:var(--Background, linear-gradient(112deg, #6ac248 4.93%, #fff 256.79%));box-shadow:0 4px 20px #0000000d}._HireTopInterns_1yzwj_1 ._ComprehensiveTalent_1yzwj_535 ._Talent_1yzwj_556 ._Row_1yzwj_24 ._Icon_1yzwj_583 svg{width:3.375rem;height:3.375rem;flex-shrink:0}._HireTopInterns_1yzwj_1 ._ComprehensiveTalent_1yzwj_535 ._Talent_1yzwj_556 ._Row_1yzwj_24 ._DashedLine_1yzwj_620{width:15.21875rem;border-top:3px dashed #f3721b}@media (max-width: 631px){._HireTopInterns_1yzwj_1 ._ComprehensiveTalent_1yzwj_535 ._Talent_1yzwj_556 ._Row_1yzwj_24 ._DashedLine_1yzwj_620{height:17.21875rem;width:2px;border-right:3px dashed #f3721b}}._HireTopInterns_1yzwj_1 ._ComprehensiveTalent_1yzwj_535 ._Talent_1yzwj_556 ._Row_1yzwj_24 ._DashedLine_1yzwj_620:nth-child(4){border-color:#6548ee}._HireTopInterns_1yzwj_1 ._ComprehensiveTalent_1yzwj_535 ._Talent_1yzwj_556 ._Row_1yzwj_24 ._DashedLine_1yzwj_620:nth-child(6){border-color:#f66957}._HireTopInterns_1yzwj_1 ._ComprehensiveTalent_1yzwj_535 ._Talent_1yzwj_556 ._Row_1yzwj_24 ._DashedLine_1yzwj_620:nth-child(8){border-color:#ffc734}._HireTopInterns_1yzwj_1 ._ComprehensiveTalent_1yzwj_535 ._Talent_1yzwj_556 ._Row_1yzwj_24 ._DashedLine_1yzwj_620:nth-child(10){border-color:#2fbbe9}._HireTopInterns_1yzwj_1 ._ComprehensiveTalent_1yzwj_535 ._Talent_1yzwj_556 ._Cards_1yzwj_643{display:flex;align-items:center;justify-content:center;gap:3.84rem;height:max-content;position:relative;z-index:1}@media (max-width: 631px){._HireTopInterns_1yzwj_1 ._ComprehensiveTalent_1yzwj_535 ._Talent_1yzwj_556 ._Cards_1yzwj_643{flex-direction:column;flex:1}}._HireTopInterns_1yzwj_1 ._ComprehensiveTalent_1yzwj_535 ._Talent_1yzwj_556 ._Cards_1yzwj_643 ._Blur1_1yzwj_658,._HireTopInterns_1yzwj_1 ._ComprehensiveTalent_1yzwj_535 ._Talent_1yzwj_556 ._Cards_1yzwj_643 ._Blur2_1yzwj_659{width:37.75rem;height:26.875rem;flex-shrink:0;position:absolute;z-index:-1}._HireTopInterns_1yzwj_1 ._ComprehensiveTalent_1yzwj_535 ._Talent_1yzwj_556 ._Cards_1yzwj_643 ._Blur1_1yzwj_658 svg,._HireTopInterns_1yzwj_1 ._ComprehensiveTalent_1yzwj_535 ._Talent_1yzwj_556 ._Cards_1yzwj_643 ._Blur2_1yzwj_659 svg{height:100%;width:100%}._HireTopInterns_1yzwj_1 ._ComprehensiveTalent_1yzwj_535 ._Talent_1yzwj_556 ._Cards_1yzwj_643 ._Blur1_1yzwj_658{left:-15rem;top:-12rem}._HireTopInterns_1yzwj_1 ._ComprehensiveTalent_1yzwj_535 ._Talent_1yzwj_556 ._Cards_1yzwj_643 ._Blur2_1yzwj_659{right:-15rem;top:-12rem}._HireTopInterns_1yzwj_1 ._ComprehensiveTalent_1yzwj_535 ._Talent_1yzwj_556 ._Cards_1yzwj_643 ._Card_1yzwj_258{gap:1rem;display:flex;width:16.5625rem;padding:2rem 1.625rem 3.9375rem;flex-direction:column;align-items:center;border-radius:1.25rem;background:#fff;box-shadow:0 4px 50px #0000001a;height:20rem}@media (max-width: 631px){._HireTopInterns_1yzwj_1 ._ComprehensiveTalent_1yzwj_535 ._Talent_1yzwj_556 ._Cards_1yzwj_643 ._Card_1yzwj_258{width:100%;padding:2rem 3rem;gap:1.6rem;height:auto}}._HireTopInterns_1yzwj_1 ._ComprehensiveTalent_1yzwj_535 ._Talent_1yzwj_556 ._Cards_1yzwj_643 ._Card_1yzwj_258 h3{color:var(--Test, #3d3d3d);text-align:center;font-family:Inter;font-size:1.5rem;font-style:normal;font-weight:600;line-height:2.74106rem;letter-spacing:-.04569rem}@media (max-width: 631px){._HireTopInterns_1yzwj_1 ._ComprehensiveTalent_1yzwj_535 ._Talent_1yzwj_556 ._Cards_1yzwj_643 ._Card_1yzwj_258 h3{font-size:2.3rem}}._HireTopInterns_1yzwj_1 ._ComprehensiveTalent_1yzwj_535 ._Talent_1yzwj_556 ._Cards_1yzwj_643 ._Card_1yzwj_258 p{width:12.5625rem;color:#060606;text-align:center;font-family:Inter;font-size:1rem;font-style:normal;font-weight:400;line-height:1.25rem}@media (max-width: 631px){._HireTopInterns_1yzwj_1 ._ComprehensiveTalent_1yzwj_535 ._Talent_1yzwj_556 ._Cards_1yzwj_643 ._Card_1yzwj_258 p{font-size:1.3rem;width:100%}}._HireTopInterns_1yzwj_1 ._ComprehensiveTalent_1yzwj_535 ._Talent_1yzwj_556 ._Cards_1yzwj_643 ._Card_1yzwj_258 ._PassRate_1yzwj_730{border-radius:6.25rem;background:#f79c5f1a;padding:.3rem 1.4rem;width:max-content}._HireTopInterns_1yzwj_1 ._ComprehensiveTalent_1yzwj_535 ._Talent_1yzwj_556 ._Cards_1yzwj_643 ._Card_1yzwj_258 h4{text-align:center;font-family:Inter;font-size:.875rem;font-style:normal;font-weight:600;line-height:1.74106rem;letter-spacing:-.04569rem;background:var(--Background, linear-gradient(106deg, #f3721b 4.46%, #fff 232.7%));background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}@media (max-width: 631px){._HireTopInterns_1yzwj_1 ._ComprehensiveTalent_1yzwj_535 ._Talent_1yzwj_556 ._Cards_1yzwj_643 ._Card_1yzwj_258 h4{font-size:1.2875rem;padding:.4rem 1rem}}._HireTopInterns_1yzwj_1 ._ComprehensiveTalent_1yzwj_535 ._Talent_1yzwj_556 ._Cards_1yzwj_643 ._Card_1yzwj_258 ._Checks_1yzwj_755{color:#060606cc;text-align:center;font-family:Inter;font-size:.875rem;font-style:normal;font-weight:400;line-height:1.25rem}@media (max-width: 631px){._HireTopInterns_1yzwj_1 ._ComprehensiveTalent_1yzwj_535 ._Talent_1yzwj_556 ._Cards_1yzwj_643 ._Card_1yzwj_258 ._Checks_1yzwj_755{font-size:1.3875rem}}._HireTopInterns_1yzwj_1 ._GlobalStatistics_1yzwj_769{margin-top:6rem;display:flex;flex-direction:column;gap:2.5rem}@media (max-width: 631px){._HireTopInterns_1yzwj_1 ._GlobalStatistics_1yzwj_769{padding:1rem 3rem}}._HireTopInterns_1yzwj_1 ._GlobalStatistics_1yzwj_769 h2{color:var(--Test, #3d3d3d);font-family:Inter;font-size:2rem;font-style:normal;font-weight:600;line-height:2.74106rem;letter-spacing:-.04569rem}._HireTopInterns_1yzwj_1 ._GlobalStatistics_1yzwj_769 ._Line1_1yzwj_789{display:flex;align-items:center;justify-content:center;gap:2rem}@media (max-width: 631px){._HireTopInterns_1yzwj_1 ._GlobalStatistics_1yzwj_769 ._Line1_1yzwj_789{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem}}._HireTopInterns_1yzwj_1 ._GlobalStatistics_1yzwj_769 ._Line1_1yzwj_789 ._Col_1yzwj_109{display:flex;height:15.0625rem;width:22.1875rem;padding:2.3125rem;flex-direction:column;align-items:center;justify-content:center;border-radius:1.81469rem;background:#fff;box-shadow:0 4px 34px #00000014;-webkit-backdrop-filter:blur(75px);backdrop-filter:blur(75px);gap:.5rem;transition:all ease-in-out .3s}@media (max-width: 631px){._HireTopInterns_1yzwj_1 ._GlobalStatistics_1yzwj_769 ._Line1_1yzwj_789 ._Col_1yzwj_109{width:100%}}._HireTopInterns_1yzwj_1 ._GlobalStatistics_1yzwj_769 ._Line1_1yzwj_789 ._Col_1yzwj_109 h3{color:#3d3d3d;font-family:Inter;font-size:3.5rem;font-style:normal;font-weight:600;line-height:3.99rem;letter-spacing:-.07rem}._HireTopInterns_1yzwj_1 ._GlobalStatistics_1yzwj_769 ._Line1_1yzwj_789 ._Col_1yzwj_109 p{color:#3d3d3d;font-family:Inter;font-size:1.125rem;font-style:normal;font-weight:400;line-height:1.875rem;text-transform:capitalize}._HireTopInterns_1yzwj_1 ._GlobalStatistics_1yzwj_769 ._Line1_1yzwj_789 ._Col_1yzwj_109:hover{border-radius:1.81469rem;background:var(--Frame-1618873097, linear-gradient(112deg, #f3721b 4.93%, #ff7236 256.79%));box-shadow:0 4px 34px #00000014;-webkit-backdrop-filter:blur(75px);backdrop-filter:blur(75px)}._HireTopInterns_1yzwj_1 ._GlobalStatistics_1yzwj_769 ._Line1_1yzwj_789 ._Col_1yzwj_109:hover h3,._HireTopInterns_1yzwj_1 ._GlobalStatistics_1yzwj_769 ._Line1_1yzwj_789 ._Col_1yzwj_109:hover p{color:var(--c2)}._HireTopInterns_1yzwj_1 ._GlobalStatistics_1yzwj_769 ._Line2_1yzwj_850{display:flex;align-items:center;justify-content:center;gap:2rem}@media (max-width: 631px){._HireTopInterns_1yzwj_1 ._GlobalStatistics_1yzwj_769 ._Line2_1yzwj_850{flex-direction:column}}._HireTopInterns_1yzwj_1 ._GlobalStatistics_1yzwj_769 ._Line2_1yzwj_850 ._Card_1yzwj_258{width:32.875rem;height:7.1875rem;border-radius:.9375rem;background:var(--Frame-1618873352, linear-gradient(112deg, #6548ee 4.93%, #fff 256.79%));box-shadow:0 4px 40px #00000026;display:flex;align-items:center;gap:.5rem;padding:1rem}@media (max-width: 631px){._HireTopInterns_1yzwj_1 ._GlobalStatistics_1yzwj_769 ._Line2_1yzwj_850 ._Card_1yzwj_258{width:100%;gap:1rem;padding:1rem 2rem}}._HireTopInterns_1yzwj_1 ._GlobalStatistics_1yzwj_769 ._Line2_1yzwj_850 ._Card_1yzwj_258:nth-child(2){border-radius:.9375rem;background:var(--Background, linear-gradient(106deg, #f3721b 4.46%, #fff 232.7%));box-shadow:0 4px 40px #f7a16759}._HireTopInterns_1yzwj_1 ._GlobalStatistics_1yzwj_769 ._Line2_1yzwj_850 ._Card_1yzwj_258:nth-child(3){border-radius:.9375rem;background:var(--Background, linear-gradient(112deg, #6ac248 4.93%, #fff 256.79%));box-shadow:0 4px 40px #7ac95c52}._HireTopInterns_1yzwj_1 ._GlobalStatistics_1yzwj_769 ._Line2_1yzwj_850 ._Card_1yzwj_258 svg{width:3.375rem;height:3.375rem;flex-shrink:0}@media (max-width: 631px){._HireTopInterns_1yzwj_1 ._GlobalStatistics_1yzwj_769 ._Line2_1yzwj_850 ._Card_1yzwj_258 svg{width:3.6375rem;height:3.6375rem}}._HireTopInterns_1yzwj_1 ._GlobalStatistics_1yzwj_769 ._Line2_1yzwj_850 ._Card_1yzwj_258 ._Details_1yzwj_900{display:flex;flex-direction:column;align-items:flex-start}._HireTopInterns_1yzwj_1 ._GlobalStatistics_1yzwj_769 ._Line2_1yzwj_850 ._Card_1yzwj_258 ._Details_1yzwj_900 h3{color:#fff;font-family:Inter;font-size:1.5rem;font-style:normal;font-weight:600;line-height:2.74106rem;letter-spacing:-.04569rem}@media (max-width: 631px){._HireTopInterns_1yzwj_1 ._GlobalStatistics_1yzwj_769 ._Line2_1yzwj_850 ._Card_1yzwj_258 ._Details_1yzwj_900 h3{font-size:1.75rem}}._HireTopInterns_1yzwj_1 ._GlobalStatistics_1yzwj_769 ._Line2_1yzwj_850 ._Card_1yzwj_258 ._Details_1yzwj_900 p{color:#fff;font-family:Inter;font-size:1rem;font-style:normal;font-weight:400;line-height:1.25rem;opacity:.7}@media (max-width: 631px){._HireTopInterns_1yzwj_1 ._GlobalStatistics_1yzwj_769 ._Line2_1yzwj_850 ._Card_1yzwj_258 ._Details_1yzwj_900 p{font-size:1.175rem}}._HireTopInterns_1yzwj_1 ._GlobalStatistics_1yzwj_769 ._BtnWrapper_1yzwj_154{display:flex;align-items:center;justify-content:center;gap:2rem}@media (max-width: 631px){._HireTopInterns_1yzwj_1 ._GlobalStatistics_1yzwj_769 ._BtnWrapper_1yzwj_154{width:95%;margin:auto}._HireTopInterns_1yzwj_1 ._GlobalStatistics_1yzwj_769 ._BtnWrapper_1yzwj_154 button{flex:1}}._HireTopInterns_1yzwj_1 ._TechnicalSkills_1yzwj_948{margin-top:6rem;min-height:32rem;position:relative;overflow:hidden;display:flex;flex-direction:column;align-items:center;gap:4rem}@media (max-width: 631px){._HireTopInterns_1yzwj_1 ._TechnicalSkills_1yzwj_948{padding:1rem 3rem;gap:2rem}}._HireTopInterns_1yzwj_1 ._TechnicalSkills_1yzwj_948 ._TechWrapper_1yzwj_964{display:flex;width:91.25rem;flex-wrap:wrap;align-items:center;justify-content:center;gap:2rem}@media (max-width: 631px){._HireTopInterns_1yzwj_1 ._TechnicalSkills_1yzwj_948 ._TechWrapper_1yzwj_964{width:100%;justify-content:flex-start;gap:1.5rem}}._HireTopInterns_1yzwj_1 ._TechnicalSkills_1yzwj_948 ._TechWrapper_1yzwj_964 ._TechCard_1yzwj_980{display:flex;width:max-content;height:4.41731rem;padding:0 .80119rem;align-items:center;gap:1.05606rem;flex-shrink:0;border-radius:3.30031rem;background:#fff;box-shadow:0 2.112px 27.095px #0000000d;padding:.1rem 1.5rem}._HireTopInterns_1yzwj_1 ._TechnicalSkills_1yzwj_948 ._TechWrapper_1yzwj_964 ._TechCard_1yzwj_980 img{width:auto;height:3.43231rem;flex-shrink:0}._HireTopInterns_1yzwj_1 ._TechnicalSkills_1yzwj_948 ._Asset1_1yzwj_172{width:29.5625rem;height:34.918rem;position:absolute;left:-4rem;top:-15rem}@media (max-width: 631px){._HireTopInterns_1yzwj_1 ._TechnicalSkills_1yzwj_948 ._Asset1_1yzwj_172{display:none}}._HireTopInterns_1yzwj_1 ._TechnicalSkills_1yzwj_948 ._Asset1_1yzwj_172 svg{height:100%;width:100%}._HireTopInterns_1yzwj_1 ._TechnicalSkills_1yzwj_948 ._Asset2_1yzwj_188{width:29.5625rem;height:34.918rem;position:absolute;right:-6rem;top:-15rem}@media (max-width: 631px){._HireTopInterns_1yzwj_1 ._TechnicalSkills_1yzwj_948 ._Asset2_1yzwj_188{display:none}}._HireTopInterns_1yzwj_1 ._TechnicalSkills_1yzwj_948 ._Asset2_1yzwj_188 svg{height:100%;width:100%}._HireTopInterns_1yzwj_1 ._WhyHire_1yzwj_1030{display:flex;flex-direction:column;gap:6rem;margin:6rem 0;background:url(/assets/HeaderBG-BSOcJrrq.webp);background-size:cover;background-position:center;padding:3rem;height:20rem}@media (max-width: 631px){._HireTopInterns_1yzwj_1 ._WhyHire_1yzwj_1030{height:auto;background-size:100% 20rem;background-position:top;background-repeat:no-repeat;margin-bottom:3rem}}._HireTopInterns_1yzwj_1 ._WhyHire_1yzwj_1030 h2{color:var(--c2);font-size:3rem}._HireTopInterns_1yzwj_1 ._WhyHire_1yzwj_1030 ._Cards_1yzwj_643{display:flex;align-items:center;justify-content:center;gap:2rem}@media (max-width: 631px){._HireTopInterns_1yzwj_1 ._WhyHire_1yzwj_1030 ._Cards_1yzwj_643{width:100%;flex-direction:column;gap:4rem}}._HireTopInterns_1yzwj_1 ._WhyHire_1yzwj_1030 ._Cards_1yzwj_643 ._Card_1yzwj_258{width:24.1875rem;height:12.1875rem;flex-shrink:0;border-radius:1.71319rem;background:#fff;box-shadow:0 4px 80px #00000014;position:relative;padding:4rem 2rem 2rem;display:flex;flex-direction:column;gap:.3rem}@media (max-width: 631px){._HireTopInterns_1yzwj_1 ._WhyHire_1yzwj_1030 ._Cards_1yzwj_643 ._Card_1yzwj_258{width:100%;align-items:flex-start;gap:.5rem;height:auto;padding:4.5rem 3rem 3rem}}._HireTopInterns_1yzwj_1 ._WhyHire_1yzwj_1030 ._Cards_1yzwj_643 ._Card_1yzwj_258 i{position:absolute;top:0;left:50%;transform:translate(-50%,-50%);display:flex;width:5.24119rem;height:5.24119rem;padding:.9375rem .95994rem .92869rem .90625rem;justify-content:center;align-items:center;flex-shrink:0;border-radius:7.10619rem;background:var(--image, linear-gradient(106deg, #f3721b 4.46%, #fff 232.7%));box-shadow:0 4px 20px #0000000d}._HireTopInterns_1yzwj_1 ._WhyHire_1yzwj_1030 ._Cards_1yzwj_643 ._Card_1yzwj_258 i svg{width:3.375rem;height:3.375rem;flex-shrink:0}._HireTopInterns_1yzwj_1 ._WhyHire_1yzwj_1030 ._Cards_1yzwj_643 ._Card_1yzwj_258 h3{color:var(--Test, #3d3d3d);text-align:center;font-family:Inter;font-size:2rem;font-style:normal;font-weight:600;line-height:2.74106rem;letter-spacing:-.04569rem}@media (max-width: 631px){._HireTopInterns_1yzwj_1 ._WhyHire_1yzwj_1030 ._Cards_1yzwj_643 ._Card_1yzwj_258 h3{font-size:2.3125rem;text-align:start}}._HireTopInterns_1yzwj_1 ._WhyHire_1yzwj_1030 ._Cards_1yzwj_643 ._Card_1yzwj_258 p{color:#060606;text-align:center;font-family:Inter;font-size:1rem;font-style:normal;font-weight:400;line-height:1.60356rem}@media (max-width: 631px){._HireTopInterns_1yzwj_1 ._WhyHire_1yzwj_1030 ._Cards_1yzwj_643 ._Card_1yzwj_258 p{font-size:1.3125rem;text-align:start}}._HireTopInterns_1yzwj_1 ._WhyHire_1yzwj_1030 ._Cards_1yzwj_643 ._Card_1yzwj_258:nth-child(2) i{background:var(--Frame-1618873352, linear-gradient(112deg, #6548ee 4.93%, #fff 256.79%));box-shadow:0 4px 20px #0000000d}._HireTopInterns_1yzwj_1 ._WhyHire_1yzwj_1030 ._Cards_1yzwj_643 ._Card_1yzwj_258:nth-child(3) i{background:var(--Background, linear-gradient(112deg, #2fbbe9 4.93%, #fff 256.79%));box-shadow:0 4px 20px #0000000d}._HireTopInterns_1yzwj_1 ._WhyHire_1yzwj_1030 ._Cards_1yzwj_643 ._Card_1yzwj_258:nth-child(4) i{background:var(--Background, linear-gradient(112deg, #6ac248 4.93%, #fff 256.79%));box-shadow:0 4px 20px #0000000d}._HireTopInterns_1yzwj_1 ._InternshipPacks_1yzwj_1155{margin-top:6rem;display:flex;flex-direction:column;gap:2rem;align-items:center;overflow:hidden}@media (max-width: 631px){._HireTopInterns_1yzwj_1 ._InternshipPacks_1yzwj_1155{margin-top:1rem;padding:1rem 3rem}._HireTopInterns_1yzwj_1 ._InternshipPacks_1yzwj_1155 h2{font-size:3rem}._HireTopInterns_1yzwj_1 ._InternshipPacks_1yzwj_1155 P{font-size:1.3125rem}}._HireTopInterns_1yzwj_1 ._InternshipPacks_1yzwj_1155 ._InternshipCards_1yzwj_1175{display:flex;align-items:center;gap:3rem;position:relative;z-index:1;margin-top:2rem}@media (max-width: 631px){._HireTopInterns_1yzwj_1 ._InternshipPacks_1yzwj_1155 ._InternshipCards_1yzwj_1175{width:100%;flex-direction:column}}._HireTopInterns_1yzwj_1 ._InternshipPacks_1yzwj_1155 ._InternshipCards_1yzwj_1175 ._Blur1_1yzwj_658,._HireTopInterns_1yzwj_1 ._InternshipPacks_1yzwj_1155 ._InternshipCards_1yzwj_1175 ._Blur2_1yzwj_659{width:37.75rem;height:26.875rem;flex-shrink:0;position:absolute;z-index:-1}._HireTopInterns_1yzwj_1 ._InternshipPacks_1yzwj_1155 ._InternshipCards_1yzwj_1175 ._Blur1_1yzwj_658 svg,._HireTopInterns_1yzwj_1 ._InternshipPacks_1yzwj_1155 ._InternshipCards_1yzwj_1175 ._Blur2_1yzwj_659 svg{height:100%;width:100%}._HireTopInterns_1yzwj_1 ._InternshipPacks_1yzwj_1155 ._InternshipCards_1yzwj_1175 ._Blur1_1yzwj_658{left:-15rem;top:-12rem}._HireTopInterns_1yzwj_1 ._InternshipPacks_1yzwj_1155 ._InternshipCards_1yzwj_1175 ._Blur2_1yzwj_659{right:-15rem;top:-12rem}._HireTopInterns_1yzwj_1 ._InternshipPacks_1yzwj_1155 ._InternshipCards_1yzwj_1175 ._Card_1yzwj_258{width:28.0625rem;height:31.8125rem;border-radius:1.25rem;background:#fff;box-shadow:0 4px 80px #0000000a;padding:2rem;display:flex;flex-direction:column;align-items:center;gap:1rem;position:relative;overflow:hidden;z-index:1;transition:all ease-in-out .3s}@media (max-width: 631px){._HireTopInterns_1yzwj_1 ._InternshipPacks_1yzwj_1155 ._InternshipCards_1yzwj_1175 ._Card_1yzwj_258{width:100%;height:auto;padding:3rem}}._HireTopInterns_1yzwj_1 ._InternshipPacks_1yzwj_1155 ._InternshipCards_1yzwj_1175 ._Card_1yzwj_258:hover{transform:translateY(-1rem)}._HireTopInterns_1yzwj_1 ._InternshipPacks_1yzwj_1155 ._InternshipCards_1yzwj_1175 ._Card_1yzwj_258 ._Asset_1yzwj_172{width:12.98894rem;height:12.875rem;flex-shrink:0;position:absolute;z-index:-1;right:-5rem;top:-2rem}._HireTopInterns_1yzwj_1 ._InternshipPacks_1yzwj_1155 ._InternshipCards_1yzwj_1175 ._Card_1yzwj_258 h3{color:var(--Test, #3d3d3d);text-align:center;font-family:Inter;font-size:1.5rem;font-style:normal;font-weight:700;line-height:2.74106rem;letter-spacing:-.04569rem}@media (max-width: 631px){._HireTopInterns_1yzwj_1 ._InternshipPacks_1yzwj_1155 ._InternshipCards_1yzwj_1175 ._Card_1yzwj_258 h3{font-size:2rem}}._HireTopInterns_1yzwj_1 ._InternshipPacks_1yzwj_1155 ._InternshipCards_1yzwj_1175 ._Card_1yzwj_258 p{color:#060606;text-align:center;font-family:Inter;font-size:1rem;font-style:normal;font-weight:400;line-height:1.60356rem}@media (max-width: 631px){._HireTopInterns_1yzwj_1 ._InternshipPacks_1yzwj_1155 ._InternshipCards_1yzwj_1175 ._Card_1yzwj_258 p{font-size:1.3125rem}}._HireTopInterns_1yzwj_1 ._InternshipPacks_1yzwj_1155 ._InternshipCards_1yzwj_1175 ._Card_1yzwj_258 h4{color:var(--Rectangle-39862, #646464);font-family:Poppins;font-size:.875rem;font-style:normal;font-weight:400;line-height:normal}@media (max-width: 631px){._HireTopInterns_1yzwj_1 ._InternshipPacks_1yzwj_1155 ._InternshipCards_1yzwj_1175 ._Card_1yzwj_258 h4{font-size:1rem}}._HireTopInterns_1yzwj_1 ._InternshipPacks_1yzwj_1155 ._InternshipCards_1yzwj_1175 ._Card_1yzwj_258 h4 span{font-size:2.5rem;background:var(--Background, linear-gradient(112deg, #6ac248 4.93%, #fff 256.79%));background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}._HireTopInterns_1yzwj_1 ._InternshipPacks_1yzwj_1155 ._InternshipCards_1yzwj_1175 ._Card_1yzwj_258 ._Duration_1yzwj_1294{display:flex;width:8.9375rem;height:1.73206rem;justify-content:center;align-items:center;gap:.69281rem;border-radius:6.92831rem;background:#c1c1c11f}@media (max-width: 631px){._HireTopInterns_1yzwj_1 ._InternshipPacks_1yzwj_1155 ._InternshipCards_1yzwj_1175 ._Card_1yzwj_258 ._Duration_1yzwj_1294{width:max-content;height:auto;padding:.3rem 2rem}}._HireTopInterns_1yzwj_1 ._InternshipPacks_1yzwj_1155 ._InternshipCards_1yzwj_1175 ._Card_1yzwj_258 ._Duration_1yzwj_1294 p{color:#3d3d3d;text-align:center;font-family:Inter;font-size:.96994rem;font-style:normal;font-weight:400;line-height:3.03856rem;letter-spacing:-.05063rem}@media (max-width: 631px){._HireTopInterns_1yzwj_1 ._InternshipPacks_1yzwj_1155 ._InternshipCards_1yzwj_1175 ._Card_1yzwj_258 ._Duration_1yzwj_1294 p{font-size:1.2rem}}._HireTopInterns_1yzwj_1 ._InternshipPacks_1yzwj_1155 ._InternshipCards_1yzwj_1175 ._Card_1yzwj_258 ._CoreSkills_1yzwj_1326{width:100%;display:flex;flex-direction:column;gap:.5rem}._HireTopInterns_1yzwj_1 ._InternshipPacks_1yzwj_1155 ._InternshipCards_1yzwj_1175 ._Card_1yzwj_258 ._CoreSkills_1yzwj_1326 label{color:var(--Test, #3d3d3d);font-family:Inter;font-size:.875rem;font-style:normal;font-weight:400;line-height:2.74106rem;letter-spacing:-.04569rem}@media (max-width: 631px){._HireTopInterns_1yzwj_1 ._InternshipPacks_1yzwj_1155 ._InternshipCards_1yzwj_1175 ._Card_1yzwj_258 ._CoreSkills_1yzwj_1326 label{font-size:1.1975rem}}._HireTopInterns_1yzwj_1 ._InternshipPacks_1yzwj_1155 ._InternshipCards_1yzwj_1175 ._Card_1yzwj_258 ._CoreSkills_1yzwj_1326 ._Skills_1yzwj_1346{display:flex;align-items:center;flex-wrap:wrap;gap:.85rem}@media (max-width: 631px){._HireTopInterns_1yzwj_1 ._InternshipPacks_1yzwj_1155 ._InternshipCards_1yzwj_1175 ._Card_1yzwj_258 ._CoreSkills_1yzwj_1326 ._Skills_1yzwj_1346{gap:2.2rem}}._HireTopInterns_1yzwj_1 ._InternshipPacks_1yzwj_1155 ._InternshipCards_1yzwj_1175 ._Card_1yzwj_258 ._CoreSkills_1yzwj_1326 ._Skills_1yzwj_1346 ._TechCard_1yzwj_980{display:flex;width:max-content;flex-shrink:0;padding:0 .50119rem;align-items:center;gap:.69rem;border-radius:3.30031rem;background:#fff;box-shadow:0 2.112px 27.095px #0000000d}._HireTopInterns_1yzwj_1 ._InternshipPacks_1yzwj_1155 ._InternshipCards_1yzwj_1175 ._Card_1yzwj_258 ._CoreSkills_1yzwj_1326 ._Skills_1yzwj_1346 ._TechCard_1yzwj_980 p{color:#3d3d3d;font-family:Inter;font-size:.77631rem;font-style:normal;font-weight:500;line-height:200%;white-space:nowrap}@media (max-width: 631px){._HireTopInterns_1yzwj_1 ._InternshipPacks_1yzwj_1155 ._InternshipCards_1yzwj_1175 ._Card_1yzwj_258 ._CoreSkills_1yzwj_1326 ._Skills_1yzwj_1346 ._TechCard_1yzwj_980 p{font-size:1.2rem}}._HireTopInterns_1yzwj_1 ._InternshipPacks_1yzwj_1155 ._InternshipCards_1yzwj_1175 ._Card_1yzwj_258 ._CoreSkills_1yzwj_1326 ._Skills_1yzwj_1346 ._TechCard_1yzwj_980 img{width:auto;height:2.24781rem;flex-shrink:0}@media (max-width: 631px){._HireTopInterns_1yzwj_1 ._InternshipPacks_1yzwj_1155 ._InternshipCards_1yzwj_1175 ._Card_1yzwj_258 ._CoreSkills_1yzwj_1326 ._Skills_1yzwj_1346 ._TechCard_1yzwj_980 img{height:2.6rem}}._HireTopInterns_1yzwj_1 ._InternshipPacks_1yzwj_1155 ._InternshipCards_1yzwj_1175 ._Card_1yzwj_258 button{margin-top:.5rem}@media (max-width: 631px){._HireTopInterns_1yzwj_1 ._InternshipPacks_1yzwj_1155 ._InternshipCards_1yzwj_1175 ._Card_1yzwj_258 button{margin-top:1rem;width:100%!important}}._HireTopInterns_1yzwj_1 ._InternshipForm_1yzwj_1402{display:flex;flex-direction:column;align-items:center;gap:1rem;margin:6rem 0}@media (max-width: 631px){._HireTopInterns_1yzwj_1 ._InternshipForm_1yzwj_1402{padding:0 1rem}._HireTopInterns_1yzwj_1 ._InternshipForm_1yzwj_1402 p{text-align:center}}._HireTopInterns_1yzwj_1 ._InternshipForm_1yzwj_1402 ._FormContent_1yzwj_1417{margin-top:3rem;width:101.8125rem;height:37.8125rem;flex-shrink:0;border-radius:1.875rem;background:#fff;box-shadow:0 4px 30px #00000014;display:flex;align-items:center;gap:2rem;padding:2rem 3rem}@media (max-width: 631px){._HireTopInterns_1yzwj_1 ._InternshipForm_1yzwj_1402 ._FormContent_1yzwj_1417{flex-direction:column;width:100%;height:auto}}._HireTopInterns_1yzwj_1 ._InternshipForm_1yzwj_1402 ._FormContent_1yzwj_1417 ._Left_1yzwj_47 img{width:28.1625rem;height:27.27194rem;flex-shrink:0}._HireTopInterns_1yzwj_1 ._InternshipForm_1yzwj_1402 ._FormContent_1yzwj_1417 ._Form_1yzwj_1417{flex:1;display:flex;flex-direction:column;gap:.5rem;justify-content:space-around;align-items:flex-end}@media (max-width: 631px){._HireTopInterns_1yzwj_1 ._InternshipForm_1yzwj_1402 ._FormContent_1yzwj_1417 ._Form_1yzwj_1417{width:100%;gap:1rem}}._HireTopInterns_1yzwj_1 ._InternshipForm_1yzwj_1402 ._FormContent_1yzwj_1417 ._Form_1yzwj_1417 button{display:flex;width:19.5rem;height:4.3125rem;padding:.625rem;flex-direction:column;justify-content:center;align-items:center;gap:.625rem;flex-shrink:0;border-radius:.625rem;background:var(--Frame-1618873097, linear-gradient(112deg, #f3721b 4.93%, #ff7236 256.79%));box-shadow:0 4px 20px #f4721e6e;color:#fff;font-family:Inter;font-size:1.125rem;font-style:normal;font-weight:500;line-height:1.62rem;letter-spacing:.01rem;border:none;cursor:pointer;transition:all ease-in-out .3s}._HireTopInterns_1yzwj_1 ._InternshipForm_1yzwj_1402 ._FormContent_1yzwj_1417 ._Form_1yzwj_1417 button:hover{box-shadow:0 6px 30px #f4721e99;transform:translateY(-2px)}._HireTopInterns_1yzwj_1 ._InternshipForm_1yzwj_1402 ._FormContent_1yzwj_1417 ._Form_1yzwj_1417 ._Row_1yzwj_24{width:100%;display:flex;gap:2rem}@media (max-width: 631px){._HireTopInterns_1yzwj_1 ._InternshipForm_1yzwj_1402 ._FormContent_1yzwj_1417 ._Form_1yzwj_1417 ._Row_1yzwj_24{flex-direction:column;gap:1rem}}._HireTopInterns_1yzwj_1 ._InternshipForm_1yzwj_1402 ._FormContent_1yzwj_1417 ._Form_1yzwj_1417 ._Row_1yzwj_24 ._Col_1yzwj_109{width:100%;display:flex;flex-direction:column;gap:.5rem}@media (max-width: 631px){._HireTopInterns_1yzwj_1 ._InternshipForm_1yzwj_1402 ._FormContent_1yzwj_1417 ._Form_1yzwj_1417 ._Row_1yzwj_24 ._Col_1yzwj_109{gap:1rem}}._HireTopInterns_1yzwj_1 ._InternshipForm_1yzwj_1402 ._FormContent_1yzwj_1417 ._Form_1yzwj_1417 ._Row_1yzwj_24 ._InputWrapper_1yzwj_1506{width:100%;display:flex;flex-direction:column;gap:.5rem}._HireTopInterns_1yzwj_1 ._InternshipForm_1yzwj_1402 ._FormContent_1yzwj_1417 ._Form_1yzwj_1417 ._Row_1yzwj_24 ._InputWrapper_1yzwj_1506 label{color:var(--1253, #4d4e50);font-family:Poppins;font-size:.875rem;font-style:normal;font-weight:500;line-height:1.25rem}@media (max-width: 631px){._HireTopInterns_1yzwj_1 ._InternshipForm_1yzwj_1402 ._FormContent_1yzwj_1417 ._Form_1yzwj_1417 ._Row_1yzwj_24 ._InputWrapper_1yzwj_1506 label{font-size:1.1875rem}}._HireTopInterns_1yzwj_1 ._InternshipForm_1yzwj_1402 ._FormContent_1yzwj_1417 ._Form_1yzwj_1417 ._Row_1yzwj_24 ._InputWrapper_1yzwj_1506 input,._HireTopInterns_1yzwj_1 ._InternshipForm_1yzwj_1402 ._FormContent_1yzwj_1417 ._Form_1yzwj_1417 ._Row_1yzwj_24 ._InputWrapper_1yzwj_1506 select,._HireTopInterns_1yzwj_1 ._InternshipForm_1yzwj_1402 ._FormContent_1yzwj_1417 ._Form_1yzwj_1417 ._Row_1yzwj_24 ._InputWrapper_1yzwj_1506 textarea{display:flex;width:100%;padding:.625rem .875rem;align-items:center;border-radius:.5rem;border:1px solid #dedede;outline:none}._HireTopInterns_1yzwj_1 ._InternshipForm_1yzwj_1402 ._FormContent_1yzwj_1417 ._Form_1yzwj_1417 ._Row_1yzwj_24 ._InputWrapper_1yzwj_1506 textarea{resize:none;height:7rem}._HireTopInterns_1yzwj_1 ._WhyChoose_1yzwj_414{display:flex;flex-direction:column;align-items:center;gap:3rem;margin:6rem 0;padding:3rem}@media (max-width: 631px){._HireTopInterns_1yzwj_1 ._WhyChoose_1yzwj_414{align-items:flex-start;gap:2rem;margin-top:2rem}._HireTopInterns_1yzwj_1 ._WhyChoose_1yzwj_414 h2{font-size:3rem;text-align:start}._HireTopInterns_1yzwj_1 ._WhyChoose_1yzwj_414 p{font-size:1.3125rem}}._HireTopInterns_1yzwj_1 ._WhyChoose_1yzwj_414 ._Cards_1yzwj_643{margin-top:3rem;display:flex;align-items:center;justify-content:center;gap:2rem}@media (max-width: 631px){._HireTopInterns_1yzwj_1 ._WhyChoose_1yzwj_414 ._Cards_1yzwj_643{width:100%;flex-direction:column;gap:5rem}}._HireTopInterns_1yzwj_1 ._WhyChoose_1yzwj_414 ._Cards_1yzwj_643 ._Card_1yzwj_258{width:22.125rem;height:17.0625rem;flex-shrink:0;border-radius:1.71319rem;background:#fff;box-shadow:0 4px 80px #00000014;position:relative;padding:4rem 2rem 2rem;display:flex;flex-direction:column;gap:.3rem}@media (max-width: 631px){._HireTopInterns_1yzwj_1 ._WhyChoose_1yzwj_414 ._Cards_1yzwj_643 ._Card_1yzwj_258{width:100%;height:auto;align-items:flex-start;padding:5rem 3rem 3rem;gap:1rem}}._HireTopInterns_1yzwj_1 ._WhyChoose_1yzwj_414 ._Cards_1yzwj_643 ._Card_1yzwj_258 i{position:absolute;top:0;left:50%;transform:translate(-50%,-50%);display:flex;width:5.24119rem;height:5.24119rem;padding:.9375rem .95994rem .92869rem .90625rem;justify-content:center;align-items:center;flex-shrink:0;border-radius:7.10619rem;background:var(--image, linear-gradient(106deg, #f3721b 4.46%, #fff 232.7%));box-shadow:0 4px 20px #0000000d}@media (max-width: 631px){._HireTopInterns_1yzwj_1 ._WhyChoose_1yzwj_414 ._Cards_1yzwj_643 ._Card_1yzwj_258 i{left:5rem}}._HireTopInterns_1yzwj_1 ._WhyChoose_1yzwj_414 ._Cards_1yzwj_643 ._Card_1yzwj_258 i svg{width:3.375rem;height:3.375rem;flex-shrink:0}._HireTopInterns_1yzwj_1 ._WhyChoose_1yzwj_414 ._Cards_1yzwj_643 ._Card_1yzwj_258 h3{color:var(--Test, #3d3d3d);text-align:center;font-family:Inter;font-size:2rem;font-style:normal;font-weight:600;line-height:2.74106rem;letter-spacing:-.04569rem}@media (max-width: 631px){._HireTopInterns_1yzwj_1 ._WhyChoose_1yzwj_414 ._Cards_1yzwj_643 ._Card_1yzwj_258 h3{font-size:2.5rem}}._HireTopInterns_1yzwj_1 ._WhyChoose_1yzwj_414 ._Cards_1yzwj_643 ._Card_1yzwj_258 p{color:#060606;text-align:center;font-family:Inter;font-size:1rem;font-style:normal;font-weight:400;line-height:1.60356rem}@media (max-width: 631px){._HireTopInterns_1yzwj_1 ._WhyChoose_1yzwj_414 ._Cards_1yzwj_643 ._Card_1yzwj_258 p{font-size:1.3125rem;text-align:start}}._HireTopInterns_1yzwj_1 ._WhyChoose_1yzwj_414 ._Cards_1yzwj_643 ._Card_1yzwj_258:nth-child(2) i{background:var(--image, linear-gradient(112deg, #2fbbe9 4.93%, #fff 256.79%));box-shadow:0 4px 50px #0000000f}._HireTopInterns_1yzwj_1 ._WhyChoose_1yzwj_414 ._Cards_1yzwj_643 ._Card_1yzwj_258:nth-child(3) i{background:var(--image, linear-gradient(112deg, #ffc734 4.93%, #fff 256.79%));box-shadow:0 4px 50px #0000000f}._MobileAppDevelopment_5f2yw_1{width:100%;display:flex;flex-direction:column;gap:5rem}._MobileAppDevelopment_5f2yw_1 h2{color:var(--c3);font-family:var(--f2);font-size:3.5rem;font-style:normal;font-weight:700;line-height:3.6rem;letter-spacing:-.07838rem}@media (max-width: 631px){._MobileAppDevelopment_5f2yw_1 h2{font-size:2.5rem}}._MobileAppDevelopment_5f2yw_1 h2 span{color:var(--c1)}._MobileAppDevelopment_5f2yw_1 ._Row1_5f2yw_24{width:100%;height:calc(100vh - 7.5rem);height:auto;display:flex;flex-direction:column;align-items:center;padding:3rem 2rem;gap:5rem;position:relative;margin-bottom:4rem}._MobileAppDevelopment_5f2yw_1 ._Row1_5f2yw_24 ._TopSection_5f2yw_36{width:100%;display:flex;align-items:center;justify-content:center;gap:5rem}@media (max-width: 631px){._MobileAppDevelopment_5f2yw_1 ._Row1_5f2yw_24 ._TopSection_5f2yw_36{padding:0}}._MobileAppDevelopment_5f2yw_1 ._Row1_5f2yw_24 ._TopSection_5f2yw_36 ._Left_5f2yw_48{width:42.8125rem}._MobileAppDevelopment_5f2yw_1 ._Row1_5f2yw_24 ._TopSection_5f2yw_36 ._Left_5f2yw_48 ._CompanyButton_5f2yw_51{width:12.125rem;height:3.0625rem;border-radius:6.25rem;margin-bottom:1.5rem;position:relative;overflow:hidden;z-index:1;padding:3px}@media (max-width: 631px){._MobileAppDevelopment_5f2yw_1 ._Row1_5f2yw_24 ._TopSection_5f2yw_36 ._Left_5f2yw_48 ._CompanyButton_5f2yw_51{height:auto;width:max-content}}._MobileAppDevelopment_5f2yw_1 ._Row1_5f2yw_24 ._TopSection_5f2yw_36 ._Left_5f2yw_48 ._CompanyButton_5f2yw_51:after{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%) rotate(-40deg);content:"";width:10%;height:390%;background:var(--lg3);transition:all .3s ease-in-out;z-index:-1;display:none}@keyframes _rotate_5f2yw_1{0%{transform:translate(-50%,-50%) rotate(-40deg);transform:rotate(0)}to{transform:translate(-50%,-50%) rotate(360deg);transform:rotate(360deg)}}._MobileAppDevelopment_5f2yw_1 ._Row1_5f2yw_24 ._TopSection_5f2yw_36 ._Left_5f2yw_48 ._CompanyButton_5f2yw_51 ._CompanyButtonInner_5f2yw_88{width:100%;height:100%;border-radius:6.25rem;background:#f47b2a0d;display:flex;justify-content:center;align-items:center;gap:.75rem}@media (max-width: 631px){._MobileAppDevelopment_5f2yw_1 ._Row1_5f2yw_24 ._TopSection_5f2yw_36 ._Left_5f2yw_48 ._CompanyButton_5f2yw_51 ._CompanyButtonInner_5f2yw_88{padding:1rem 2rem}}._MobileAppDevelopment_5f2yw_1 ._Row1_5f2yw_24 ._TopSection_5f2yw_36 ._Left_5f2yw_48 ._CompanyButton_5f2yw_51 ._CompanyButtonInner_5f2yw_88 svg{width:1.5rem;height:1.5rem;flex-shrink:0}._MobileAppDevelopment_5f2yw_1 ._Row1_5f2yw_24 ._TopSection_5f2yw_36 ._Left_5f2yw_48 ._CompanyButton_5f2yw_51 ._CompanyButtonInner_5f2yw_88 svg path{fill:var(--c1)}._MobileAppDevelopment_5f2yw_1 ._Row1_5f2yw_24 ._TopSection_5f2yw_36 ._Left_5f2yw_48 ._CompanyButton_5f2yw_51 ._CompanyButtonInner_5f2yw_88 h1{color:var(--c1);font-size:1rem;font-style:normal;font-weight:500;line-height:1.62rem}@media (max-width: 631px){._MobileAppDevelopment_5f2yw_1 ._Row1_5f2yw_24 ._TopSection_5f2yw_36 ._Left_5f2yw_48 ._CompanyButton_5f2yw_51 ._CompanyButtonInner_5f2yw_88 h1{font-size:1.3125rem}}._MobileAppDevelopment_5f2yw_1 ._Row1_5f2yw_24 ._TopSection_5f2yw_36 ._Left_5f2yw_48 ._HireHeading_5f2yw_124{margin-bottom:2rem}._MobileAppDevelopment_5f2yw_1 ._Row1_5f2yw_24 ._TopSection_5f2yw_36 ._Left_5f2yw_48 ._HireHeading_5f2yw_124 p{color:#2f2f2f;font-family:var(--f2);font-size:3.5rem;font-style:normal;font-weight:700;line-height:4.31144rem;letter-spacing:-.07838rem}._MobileAppDevelopment_5f2yw_1 ._Row1_5f2yw_24 ._TopSection_5f2yw_36 ._Left_5f2yw_48 ._HireHeading_5f2yw_124 span{color:var(--c1);font-family:var(--f2);font-size:3.5rem;font-style:normal;font-weight:700;line-height:4.31144rem;letter-spacing:-.07838rem}._MobileAppDevelopment_5f2yw_1 ._Row1_5f2yw_24 ._TopSection_5f2yw_36 ._Left_5f2yw_48 ._Para_5f2yw_145{margin-bottom:2.66rem}._MobileAppDevelopment_5f2yw_1 ._Row1_5f2yw_24 ._TopSection_5f2yw_36 ._Left_5f2yw_48 ._Para_5f2yw_145 p{width:30.9375rem;height:3.5625rem;color:#313131;font-size:1.125rem;font-style:normal;font-weight:300;line-height:1.81469rem}@media (max-width: 631px){._MobileAppDevelopment_5f2yw_1 ._Row1_5f2yw_24 ._TopSection_5f2yw_36 ._Left_5f2yw_48 ._Para_5f2yw_145 p{font-size:1.3125rem}}._MobileAppDevelopment_5f2yw_1 ._Row1_5f2yw_24 ._TopSection_5f2yw_36 ._Left_5f2yw_48 ._CamImg_5f2yw_162 img{height:8rem;width:auto}._MobileAppDevelopment_5f2yw_1 ._Row1_5f2yw_24 ._TopSection_5f2yw_36 ._Right_5f2yw_166{width:40.02525rem;height:auto}@media (max-width: 631px){._MobileAppDevelopment_5f2yw_1 ._Row1_5f2yw_24 ._TopSection_5f2yw_36 ._Right_5f2yw_166{display:none}}._MobileAppDevelopment_5f2yw_1 ._Row1_5f2yw_24 ._TopSection_5f2yw_36 ._Right_5f2yw_166 img{width:39.96263rem;height:30.1125rem;flex-shrink:0}._MobileAppDevelopment_5f2yw_1 ._Row1_5f2yw_24 ._TopSection_5f2yw_36 ._Asset1_5f2yw_180{width:29.5625rem;height:34.918rem;position:absolute;left:-4rem;top:-10rem}@media (max-width: 631px){._MobileAppDevelopment_5f2yw_1 ._Row1_5f2yw_24 ._TopSection_5f2yw_36 ._Asset1_5f2yw_180{display:none}}._MobileAppDevelopment_5f2yw_1 ._Row1_5f2yw_24 ._TopSection_5f2yw_36 ._Asset1_5f2yw_180 svg{height:100%;width:100%}._MobileAppDevelopment_5f2yw_1 ._Row1_5f2yw_24 ._TopSection_5f2yw_36 ._Asset2_5f2yw_196{width:29.5625rem;height:34.918rem;position:absolute;right:-4rem;top:10rem}@media (max-width: 631px){._MobileAppDevelopment_5f2yw_1 ._Row1_5f2yw_24 ._TopSection_5f2yw_36 ._Asset2_5f2yw_196{top:-7rem}}._MobileAppDevelopment_5f2yw_1 ._Row1_5f2yw_24 ._TopSection_5f2yw_36 ._Asset2_5f2yw_196 svg{height:100%;width:100%}._MobileAppDevelopment_5f2yw_1 ._Row1_5f2yw_24 ._BottomSection_5f2yw_212{display:flex;align-items:center;flex-direction:column;gap:1.2rem}@media (max-width: 631px){._MobileAppDevelopment_5f2yw_1 ._Row1_5f2yw_24 ._BottomSection_5f2yw_212{gap:3rem}}._MobileAppDevelopment_5f2yw_1 ._Row1_5f2yw_24 ._BottomSection_5f2yw_212 h3{color:#313131;font-size:2.25rem;font-style:normal;font-weight:600;line-height:2.38rem;letter-spacing:-.0425rem}._MobileAppDevelopment_5f2yw_1 ._Row1_5f2yw_24 ._BottomSection_5f2yw_212 ._PartnersContainer_5f2yw_231{width:86.29381rem;height:10.42438rem;display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:3.2rem;row-gap:.5rem}@media (max-width: 631px){._MobileAppDevelopment_5f2yw_1 ._Row1_5f2yw_24 ._BottomSection_5f2yw_212 ._PartnersContainer_5f2yw_231{width:90%;height:auto;row-gap:2rem}}._MobileAppDevelopment_5f2yw_1 ._Row1_5f2yw_24 ._BottomSection_5f2yw_212 ._PartnersContainer_5f2yw_231 img:nth-child(1){width:6.53963rem;height:4.64038rem}@media (max-width: 631px){._MobileAppDevelopment_5f2yw_1 ._Row1_5f2yw_24 ._BottomSection_5f2yw_212 ._PartnersContainer_5f2yw_231 img:nth-child(1){height:4rem;width:4rem}}._MobileAppDevelopment_5f2yw_1 ._Row1_5f2yw_24 ._BottomSection_5f2yw_212 ._PartnersContainer_5f2yw_231 img:nth-child(2){width:9.96769rem;height:4.64038rem}@media (max-width: 631px){._MobileAppDevelopment_5f2yw_1 ._Row1_5f2yw_24 ._BottomSection_5f2yw_212 ._PartnersContainer_5f2yw_231 img:nth-child(2){height:8rem;width:8rem}}._MobileAppDevelopment_5f2yw_1 ._Row1_5f2yw_24 ._BottomSection_5f2yw_212 ._PartnersContainer_5f2yw_231 img:nth-child(3){width:5.70206rem;height:4.64038rem}@media (max-width: 631px){._MobileAppDevelopment_5f2yw_1 ._Row1_5f2yw_24 ._BottomSection_5f2yw_212 ._PartnersContainer_5f2yw_231 img:nth-child(3){height:7rem;width:9rem}}._MobileAppDevelopment_5f2yw_1 ._Row1_5f2yw_24 ._BottomSection_5f2yw_212 ._PartnersContainer_5f2yw_231 img:nth-child(4){width:5.53963rem;height:5.64038rem}@media (max-width: 631px){._MobileAppDevelopment_5f2yw_1 ._Row1_5f2yw_24 ._BottomSection_5f2yw_212 ._PartnersContainer_5f2yw_231 img:nth-child(4){height:6rem;width:9rem}}._MobileAppDevelopment_5f2yw_1 ._Row1_5f2yw_24 ._BottomSection_5f2yw_212 ._PartnersContainer_5f2yw_231 img:nth-child(5){width:6.41881rem;height:4.64038rem}._MobileAppDevelopment_5f2yw_1 ._Row1_5f2yw_24 ._BottomSection_5f2yw_212 ._PartnersContainer_5f2yw_231 img:nth-child(6){width:12.41881rem;height:4.64038rem}@media (max-width: 631px){._MobileAppDevelopment_5f2yw_1 ._Row1_5f2yw_24 ._BottomSection_5f2yw_212 ._PartnersContainer_5f2yw_231 img:nth-child(6){height:4rem;width:4rem}}._MobileAppDevelopment_5f2yw_1 ._Row1_5f2yw_24 ._BottomSection_5f2yw_212 ._PartnersContainer_5f2yw_231 img:nth-child(7){width:9.96769rem;height:4.64038rem}@media (max-width: 631px){._MobileAppDevelopment_5f2yw_1 ._Row1_5f2yw_24 ._BottomSection_5f2yw_212 ._PartnersContainer_5f2yw_231 img:nth-child(7){height:8rem;width:9rem}}._MobileAppDevelopment_5f2yw_1 ._Row1_5f2yw_24 ._BottomSection_5f2yw_212 ._PartnersContainer_5f2yw_231 img:nth-child(8){width:9.00963rem;height:4.64038rem}@media (max-width: 631px){._MobileAppDevelopment_5f2yw_1 ._Row1_5f2yw_24 ._BottomSection_5f2yw_212 ._PartnersContainer_5f2yw_231 img:nth-child(8){height:6rem;width:6rem}}._MobileAppDevelopment_5f2yw_1 ._Row1_5f2yw_24 ._BottomSection_5f2yw_212 ._PartnersContainer_5f2yw_231 img:nth-child(9){width:12.49706rem;height:4.64038rem}._MobileAppDevelopment_5f2yw_1 ._Row1_5f2yw_24 ._BottomSection_5f2yw_212 ._PartnersContainer_5f2yw_231 img:nth-child(10){width:10.53963rem;height:4.64038rem}._MobileAppDevelopment_5f2yw_1 ._Row1_5f2yw_24 ._BottomSection_5f2yw_212 ._PartnersContainer_5f2yw_231 img:nth-child(11){width:8.95981rem;height:4.17838rem}._MobileAppDevelopment_5f2yw_1 ._Row1_5f2yw_24 ._BottomSection_5f2yw_212 ._PartnersContainer_5f2yw_231 img:nth-child(12){width:7.875rem;height:4.29938rem}@media (max-width: 631px){._MobileAppDevelopment_5f2yw_1 ._Row1_5f2yw_24 ._BottomSection_5f2yw_212 ._PartnersContainer_5f2yw_231 img{height:4rem;width:auto}}._MobileAppDevelopment_5f2yw_1 ._Row1_5f2yw_24 ._BottomSection_5f2yw_212 ._PartnersContainer_5f2yw_231 img{object-fit:contain}._MobileAppDevelopment_5f2yw_1 ._Row2_5f2yw_347{display:flex;align-items:flex-start;flex-direction:column;align-items:center;gap:8rem}@media (max-width: 631px){._MobileAppDevelopment_5f2yw_1 ._Row2_5f2yw_347{width:100%;padding:3rem;gap:4rem}}._MobileAppDevelopment_5f2yw_1 ._Row2_5f2yw_347 ._Top_5f2yw_36{display:flex;width:93.25rem;flex-direction:column;align-items:flex-start;gap:2.1875rem}@media (max-width: 631px){._MobileAppDevelopment_5f2yw_1 ._Row2_5f2yw_347 ._Top_5f2yw_36{width:100%}}._MobileAppDevelopment_5f2yw_1 ._Row2_5f2yw_347 ._Top_5f2yw_36 h2{width:63.9375rem}@media (max-width: 631px){._MobileAppDevelopment_5f2yw_1 ._Row2_5f2yw_347 ._Top_5f2yw_36 h2{width:100%}}._MobileAppDevelopment_5f2yw_1 ._Row2_5f2yw_347 ._Top_5f2yw_36 p{width:60%;color:var(--c3);font-family:var(--f1);font-size:1.125rem;font-style:normal;font-weight:400;line-height:1.755rem}@media (max-width: 631px){._MobileAppDevelopment_5f2yw_1 ._Row2_5f2yw_347 ._Top_5f2yw_36 p{width:100%}}._MobileAppDevelopment_5f2yw_1 ._Row2_5f2yw_347 ._Cards_5f2yw_395{width:93.25rem;display:flex;align-items:center;justify-content:center;gap:4rem;position:relative}@media (max-width: 631px){._MobileAppDevelopment_5f2yw_1 ._Row2_5f2yw_347 ._Cards_5f2yw_395{width:100%}}._MobileAppDevelopment_5f2yw_1 ._Row2_5f2yw_347 ._Cards_5f2yw_395 ._Buttons_5f2yw_408{position:absolute;top:-2rem;right:4rem;display:flex;align-items:center;gap:2rem;cursor:pointer}._MobileAppDevelopment_5f2yw_1 ._Row2_5f2yw_347 ._Cards_5f2yw_395 ._Buttons_5f2yw_408 span{transition:all ease-in-out .3s}._MobileAppDevelopment_5f2yw_1 ._Row2_5f2yw_347 ._Cards_5f2yw_395 ._Buttons_5f2yw_408 span:hover{opacity:.5}._MobileAppDevelopment_5f2yw_1 ._Row2_5f2yw_347 ._Cards_5f2yw_395 ._Card_5f2yw_395{width:26.5625rem;height:28rem;flex-shrink:0;border-radius:1.71319rem;background:var(--c2);box-shadow:0 4px 40px #0000000a,0 4px 80px #efefef80;position:relative;padding:4.5rem 3rem 4rem;display:flex;flex-direction:column;gap:1rem;margin:auto;margin-top:5rem;transition:all ease-in-out .3s}@media (max-width: 631px){._MobileAppDevelopment_5f2yw_1 ._Row2_5f2yw_347 ._Cards_5f2yw_395 ._Card_5f2yw_395{width:100%;height:auto}}._MobileAppDevelopment_5f2yw_1 ._Row2_5f2yw_347 ._Cards_5f2yw_395 ._Card_5f2yw_395:hover{background:var(--c1)}._MobileAppDevelopment_5f2yw_1 ._Row2_5f2yw_347 ._Cards_5f2yw_395 ._Card_5f2yw_395:hover h3,._MobileAppDevelopment_5f2yw_1 ._Row2_5f2yw_347 ._Cards_5f2yw_395 ._Card_5f2yw_395:hover p{color:var(--c2)}._MobileAppDevelopment_5f2yw_1 ._Row2_5f2yw_347 ._Cards_5f2yw_395 ._Card_5f2yw_395 img{width:5.24119rem;height:5.24119rem;position:absolute;border-radius:7.10619rem;box-shadow:0 4px 20px #0000000d;top:-2.6rem;left:2.6rem;background-color:var(--c2)}._MobileAppDevelopment_5f2yw_1 ._Row2_5f2yw_347 ._Cards_5f2yw_395 ._Card_5f2yw_395 h3{color:var(--c3);font-family:var(--f1);font-size:2rem;font-style:normal;font-weight:600;line-height:2.74106rem;letter-spacing:-.04569rem}._MobileAppDevelopment_5f2yw_1 ._Row2_5f2yw_347 ._Cards_5f2yw_395 ._Card_5f2yw_395 p{color:var(--c4);font-family:var(--f1);font-size:1rem;font-style:normal;font-weight:400;line-height:1.60356rem}._MobileAppDevelopment_5f2yw_1 ._Top_5f2yw_36{text-align:center}._MobileAppDevelopment_5f2yw_1 ._Top_5f2yw_36 h2{font-size:2rem;font-weight:700}._MobileAppDevelopment_5f2yw_1 ._Top_5f2yw_36 h2 span{color:#f37927}._MobileAppDevelopment_5f2yw_1 ._Top_5f2yw_36 p{font-size:1rem;color:#555;max-width:600px;margin:1rem auto 0}._MobileAppDevelopment_5f2yw_1 ._Cards_5f2yw_395{position:relative;width:100%}._MobileAppDevelopment_5f2yw_1 ._Buttons_5f2yw_408{display:flex;justify-content:flex-end;gap:1rem;margin-bottom:1.5rem}._MobileAppDevelopment_5f2yw_1 ._Buttons_5f2yw_408 span{cursor:pointer;border:1px solid #ddd;padding:.5rem;border-radius:50%;transition:all .3s ease}._MobileAppDevelopment_5f2yw_1 ._Buttons_5f2yw_408 span:hover{background:#f37927;color:#fff}._MobileAppDevelopment_5f2yw_1 ._CardContainer_5f2yw_516{display:flex;justify-content:center;gap:2rem;flex-wrap:wrap}._MobileAppDevelopment_5f2yw_1 ._Row3_5f2yw_522{display:flex;flex-direction:column;align-items:center;gap:3rem;background-image:url(/assets/FooterBG-DYVQfLRK.webp);background-repeat:no-repeat;background-size:cover}@media (max-width: 631px){._MobileAppDevelopment_5f2yw_1 ._Row3_5f2yw_522{width:100%}}._MobileAppDevelopment_5f2yw_1 ._Row3_5f2yw_522 ._Top_5f2yw_36{margin-top:3rem;width:93.75rem;display:flex;flex-direction:column;gap:1.5rem}@media (max-width: 631px){._MobileAppDevelopment_5f2yw_1 ._Row3_5f2yw_522 ._Top_5f2yw_36{width:100%;padding:0 3rem}}._MobileAppDevelopment_5f2yw_1 ._Row3_5f2yw_522 ._Top_5f2yw_36 h2{width:75%;color:var(--c2)}@media (max-width: 631px){._MobileAppDevelopment_5f2yw_1 ._Row3_5f2yw_522 ._Top_5f2yw_36 h2{width:100%}}._MobileAppDevelopment_5f2yw_1 ._Row3_5f2yw_522 ._Top_5f2yw_36 p{width:70%;color:var(--c2);font-family:var(--f1);font-size:1.125rem;font-style:normal;font-weight:400;line-height:1.755rem}@media (max-width: 631px){._MobileAppDevelopment_5f2yw_1 ._Row3_5f2yw_522 ._Top_5f2yw_36 p{width:100%}}._MobileAppDevelopment_5f2yw_1 ._Row3_5f2yw_522 ._Bottom_5f2yw_212{width:93.75rem;height:30rem;position:relative;overflow:hidden;padding:3rem;z-index:1;display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:3rem;row-gap:1rem}@media (max-width: 631px){._MobileAppDevelopment_5f2yw_1 ._Row3_5f2yw_522 ._Bottom_5f2yw_212{width:100%;height:auto}}._MobileAppDevelopment_5f2yw_1 ._Row3_5f2yw_522 ._Bottom_5f2yw_212 ._BackImage_5f2yw_592{position:absolute;left:-2%;top:-5%;height:100%;width:100%;z-index:-1}._MobileAppDevelopment_5f2yw_1 ._Row3_5f2yw_522 ._Bottom_5f2yw_212 ._BackImage_5f2yw_592 img{height:130%;width:104%}._MobileAppDevelopment_5f2yw_1 ._Row3_5f2yw_522 ._Bottom_5f2yw_212 ._Tech_5f2yw_604{display:flex;flex-direction:column;align-items:center}._MobileAppDevelopment_5f2yw_1 ._Row3_5f2yw_522 ._Bottom_5f2yw_212 ._Tech_5f2yw_604 p{color:#fff;text-align:center;font-family:Inter;font-size:1.2rem;font-style:normal;font-weight:300;line-height:1.4625rem}._MobileAppDevelopment_5f2yw_1 ._Row3_5f2yw_522 ._Bottom_5f2yw_212 ._Tech_5f2yw_604 ._UpperImage_5f2yw_618{width:6.99781rem;height:6.99781rem;flex-shrink:0;position:relative;display:flex;align-items:center;justify-content:center}._MobileAppDevelopment_5f2yw_1 ._Row3_5f2yw_522 ._Bottom_5f2yw_212 ._Tech_5f2yw_604 ._UpperImage_5f2yw_618 ._Back_5f2yw_592{position:absolute;height:100%;width:100%}._MobileAppDevelopment_5f2yw_1 ._Row3_5f2yw_522 ._Bottom_5f2yw_212 ._Tech_5f2yw_604 ._UpperImage_5f2yw_618 ._Back_5f2yw_592 img{height:100%;width:100%}._MobileAppDevelopment_5f2yw_1 ._Row3_5f2yw_522 ._Bottom_5f2yw_212 ._Tech_5f2yw_604 ._CircleAnimation_5f2yw_636{height:8rem;width:8rem;position:relative}._MobileAppDevelopment_5f2yw_1 ._Row3_5f2yw_522 ._Bottom_5f2yw_212 ._Tech_5f2yw_604 ._CircleAnimation_5f2yw_636 img{width:100%;height:100%}._MobileAppDevelopment_5f2yw_1 ._Row3_5f2yw_522 ._Bottom_5f2yw_212 ._Tech_5f2yw_604 ._CircleAnimation_5f2yw_636 ._InnerCircle_5f2yw_645{position:absolute;top:41%;left:50%;transform:translate(-50%,-50%);height:6rem;width:6rem}._MobileAppDevelopment_5f2yw_1 ._Row3_5f2yw_522 ._Bottom_5f2yw_212 ._Tech_5f2yw_604 ._CircleAnimation_5f2yw_636 ._InnerCircle_5f2yw_645 img{width:100%;height:100%;animation:_rotate_5f2yw_1 7s linear infinite}._MobileAppDevelopment_5f2yw_1 ._Row3_5f2yw_522 ._Bottom_5f2yw_212 ._Tech_5f2yw_604 svg{width:2.52844rem;flex-shrink:0;margin-bottom:1.3rem}._MobileAppDevelopment_5f2yw_1 ._Row4_5f2yw_671{display:flex;flex-direction:column;gap:5rem;align-items:center;background:var(--c2);padding:3rem 3rem 6rem;position:relative}@media (max-width: 631px){._MobileAppDevelopment_5f2yw_1 ._Row4_5f2yw_671{width:100%;padding:3rem 3rem 8rem;gap:3rem}}._MobileAppDevelopment_5f2yw_1 ._Row4_5f2yw_671 button{position:absolute;bottom:-2rem;right:3rem}._MobileAppDevelopment_5f2yw_1 ._Row4_5f2yw_671 ._Top_5f2yw_36{width:93.25rem;display:flex;align-items:center;justify-content:space-between}@media (max-width: 631px){._MobileAppDevelopment_5f2yw_1 ._Row4_5f2yw_671 ._Top_5f2yw_36{width:100%}}._MobileAppDevelopment_5f2yw_1 ._Row4_5f2yw_671 ._Bottom_5f2yw_212{width:93.25rem;display:flex;align-items:center;justify-content:space-between}@media (max-width: 631px){._MobileAppDevelopment_5f2yw_1 ._Row4_5f2yw_671 ._Bottom_5f2yw_212{width:100%;display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem}}._MobileAppDevelopment_5f2yw_1 ._Row4_5f2yw_671 ._Bottom_5f2yw_212 ._ColOuter_5f2yw_719{width:22.1875rem;height:15.0625rem;padding:1px;border-radius:1.81469rem;overflow:hidden;background:#ffffff0d;box-shadow:0 4px 34px #00000014;-webkit-backdrop-filter:blur(75px);backdrop-filter:blur(75px);position:relative}@media (max-width: 631px){._MobileAppDevelopment_5f2yw_1 ._Row4_5f2yw_671 ._Bottom_5f2yw_212 ._ColOuter_5f2yw_719{width:100%}}._MobileAppDevelopment_5f2yw_1 ._Row4_5f2yw_671 ._Bottom_5f2yw_212 ._ColOuter_5f2yw_719 ._Col_5f2yw_719{display:flex;width:100%;height:100%;padding:3.25rem 4.9375rem 3.3125rem;flex-direction:column;justify-content:center;align-items:flex-start;background:var(--c2);border-radius:1.81469rem;transition:all ease-in-out .3s}@media (max-width: 631px){._MobileAppDevelopment_5f2yw_1 ._Row4_5f2yw_671 ._Bottom_5f2yw_212 ._ColOuter_5f2yw_719 ._Col_5f2yw_719{padding:2rem 3rem}}._MobileAppDevelopment_5f2yw_1 ._Row4_5f2yw_671 ._Bottom_5f2yw_212 ._ColOuter_5f2yw_719 ._Col_5f2yw_719:after{position:absolute;content:"";width:100%;height:100%;top:0;left:0;background:var(--lg2L);z-index:-1}._MobileAppDevelopment_5f2yw_1 ._Row4_5f2yw_671 ._Bottom_5f2yw_212 ._ColOuter_5f2yw_719 ._Col_5f2yw_719:before{position:absolute;content:"";width:100%;height:100%;bottom:0;right:0;background:var(--lg2R);z-index:-1}._MobileAppDevelopment_5f2yw_1 ._Row4_5f2yw_671 ._Bottom_5f2yw_212 ._ColOuter_5f2yw_719 ._Col_5f2yw_719:hover{background:var(--c1)}._MobileAppDevelopment_5f2yw_1 ._Row4_5f2yw_671 ._Bottom_5f2yw_212 ._ColOuter_5f2yw_719 ._Col_5f2yw_719:hover h3,._MobileAppDevelopment_5f2yw_1 ._Row4_5f2yw_671 ._Bottom_5f2yw_212 ._ColOuter_5f2yw_719 ._Col_5f2yw_719:hover p{color:var(--c2)}._MobileAppDevelopment_5f2yw_1 ._Row4_5f2yw_671 ._Bottom_5f2yw_212 ._ColOuter_5f2yw_719 ._Col_5f2yw_719 h3{color:var(--c5);font-family:var(--f1);font-size:3.5rem;font-style:normal;font-weight:600;line-height:3.99rem;letter-spacing:-.07rem}._MobileAppDevelopment_5f2yw_1 ._Row4_5f2yw_671 ._Bottom_5f2yw_212 ._ColOuter_5f2yw_719 ._Col_5f2yw_719 p{color:var(--c5);font-family:var(--f1);font-size:1.5rem;font-style:normal;font-weight:600;line-height:1.875rem;text-transform:capitalize}._MobileAppDevelopment_5f2yw_1 ._Row5_5f2yw_797{display:flex;flex-direction:column;align-items:center;gap:8rem}@media (max-width: 631px){._MobileAppDevelopment_5f2yw_1 ._Row5_5f2yw_797{width:100%;padding:3rem;gap:6rem}}._MobileAppDevelopment_5f2yw_1 ._Row5_5f2yw_797 ._Top_5f2yw_36{width:93.25rem;display:flex;flex-direction:column;align-items:flex-start;gap:2.1875rem}@media (max-width: 631px){._MobileAppDevelopment_5f2yw_1 ._Row5_5f2yw_797 ._Top_5f2yw_36{width:100%}}._MobileAppDevelopment_5f2yw_1 ._Row5_5f2yw_797 ._Top_5f2yw_36 h2{width:66.9375rem}@media (max-width: 631px){._MobileAppDevelopment_5f2yw_1 ._Row5_5f2yw_797 ._Top_5f2yw_36 h2{width:100%;font-size:2.4rem;line-height:120%}}._MobileAppDevelopment_5f2yw_1 ._Row5_5f2yw_797 ._Top_5f2yw_36 p{width:60.9375rem}@media (max-width: 631px){._MobileAppDevelopment_5f2yw_1 ._Row5_5f2yw_797 ._Top_5f2yw_36 p{width:100%}}._MobileAppDevelopment_5f2yw_1 ._Row5_5f2yw_797 ._Cards_5f2yw_395{width:93.25rem;display:flex;align-items:center;gap:3rem;flex-wrap:wrap;row-gap:5rem}@media (max-width: 631px){._MobileAppDevelopment_5f2yw_1 ._Row5_5f2yw_797 ._Cards_5f2yw_395{width:100%;display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem;row-gap:4rem}}._MobileAppDevelopment_5f2yw_1 ._Row5_5f2yw_797 ._Cards_5f2yw_395 ._Card_5f2yw_395{width:26.5625rem;height:21.4375rem;flex-shrink:0;border-radius:1.71319rem;background:var(--c2);box-shadow:0 4px 40px #0000000a,0 4px 80px #efefef80;position:relative;padding:3.5rem 2.5rem 3rem;display:flex;flex-direction:column;gap:1rem;transition:all ease-in-out .3s}@media (max-width: 631px){._MobileAppDevelopment_5f2yw_1 ._Row5_5f2yw_797 ._Cards_5f2yw_395 ._Card_5f2yw_395{width:100%;height:auto}}._MobileAppDevelopment_5f2yw_1 ._Row5_5f2yw_797 ._Cards_5f2yw_395 ._Card_5f2yw_395:hover{background-color:var(--c1)}._MobileAppDevelopment_5f2yw_1 ._Row5_5f2yw_797 ._Cards_5f2yw_395 ._Card_5f2yw_395:hover h3,._MobileAppDevelopment_5f2yw_1 ._Row5_5f2yw_797 ._Cards_5f2yw_395 ._Card_5f2yw_395:hover p{color:var(--c2)}._MobileAppDevelopment_5f2yw_1 ._Row5_5f2yw_797 ._Cards_5f2yw_395 ._Card_5f2yw_395 img{position:absolute;top:-2.6rem;width:5.24119rem;height:5.24119rem;border-radius:7.10619rem;box-shadow:0 4px 20px #0000000d}._MobileAppDevelopment_5f2yw_1 ._Row5_5f2yw_797 ._Cards_5f2yw_395 ._Card_5f2yw_395 h3{color:var(--c3);font-family:var(--f1);font-size:2rem;font-style:normal;font-weight:600;line-height:2.74106rem;letter-spacing:-.04569rem}._MobileAppDevelopment_5f2yw_1 ._Row5_5f2yw_797 ._Cards_5f2yw_395 ._Card_5f2yw_395 p{color:var(--v4);font-family:var(--f1);font-size:1rem;font-style:normal;font-weight:400;line-height:1.60356rem;display:-webkit-box;-webkit-box-orient:vertical;line-clamp:7;-webkit-line-clamp:7;overflow:hidden}._MobileAppDevelopment_5f2yw_1 ._Row6_5f2yw_915{display:flex;flex-direction:column;align-items:center;gap:6rem}@media (max-width: 631px){._MobileAppDevelopment_5f2yw_1 ._Row6_5f2yw_915{width:100%;padding:3rem}}._MobileAppDevelopment_5f2yw_1 ._Row6_5f2yw_915 ._Top_5f2yw_36{width:93.25rem;display:flex;flex-direction:column;align-items:center;gap:2.1875rem}@media (max-width: 631px){._MobileAppDevelopment_5f2yw_1 ._Row6_5f2yw_915 ._Top_5f2yw_36{width:100%}}._MobileAppDevelopment_5f2yw_1 ._Row6_5f2yw_915 ._Top_5f2yw_36 h2{width:70.75rem;text-align:center}@media (max-width: 631px){._MobileAppDevelopment_5f2yw_1 ._Row6_5f2yw_915 ._Top_5f2yw_36 h2{text-align:start;width:100%;font-size:2.4rem;line-height:120%}}._MobileAppDevelopment_5f2yw_1 ._Row6_5f2yw_915 ._Top_5f2yw_36 p{width:59.875rem;color:var(--c3);text-align:center;font-family:var(--f1);font-size:1.125rem;font-style:normal;font-weight:400;line-height:1.755rem}@media (max-width: 631px){._MobileAppDevelopment_5f2yw_1 ._Row6_5f2yw_915 ._Top_5f2yw_36 p{width:100%;text-align:start}}._MobileAppDevelopment_5f2yw_1 ._Row6_5f2yw_915 ._ToolsFrameWorks_5f2yw_967{display:flex;flex-direction:column;gap:4rem}._MobileAppDevelopment_5f2yw_1 ._Row6_5f2yw_915 ._ToolsFrameWorks_5f2yw_967 ._Buttons_5f2yw_408{display:flex;align-items:center;gap:2.5rem}@media (max-width: 631px){._MobileAppDevelopment_5f2yw_1 ._Row6_5f2yw_915 ._ToolsFrameWorks_5f2yw_967 ._Buttons_5f2yw_408{width:100%;flex-wrap:wrap;row-gap:1.5rem}}._MobileAppDevelopment_5f2yw_1 ._Row6_5f2yw_915 ._ToolsFrameWorks_5f2yw_967 ._Buttons_5f2yw_408 button{display:flex;width:auto;height:3.25rem;flex-direction:column;justify-content:center;align-items:center;border-radius:6.25rem;background:var(--b6);-webkit-backdrop-filter:blur(75px);backdrop-filter:blur(75px);color:var(--c3);font-family:var(--f1);font-size:1.125rem;font-style:normal;font-weight:500;line-height:1.50144rem;letter-spacing:.00925rem;padding:.2rem 2rem;border:none;cursor:pointer;box-shadow:0 4px 10px 0 var(--b1);transition:all ease-in-out .3s}._MobileAppDevelopment_5f2yw_1 ._Row6_5f2yw_915 ._ToolsFrameWorks_5f2yw_967 ._Buttons_5f2yw_408 button._Active_5f2yw_1007{border-radius:6.25rem;background:var(--lg7);box-shadow:0 4px 20px 0 var(--rgb4);-webkit-backdrop-filter:blur(75px);backdrop-filter:blur(75px);color:var(--c2)}._MobileAppDevelopment_5f2yw_1 ._Row6_5f2yw_915 ._ToolsFrameWorks_5f2yw_967 ._Buttons_5f2yw_408 button:hover{background:var(--lg4)}._MobileAppDevelopment_5f2yw_1 ._Row6_5f2yw_915 ._ToolsFrameWorks_5f2yw_967 ._ToolWrapper_5f2yw_1017{display:flex;width:75.57919rem;justify-content:center;align-items:center;flex-wrap:wrap;gap:3.0625rem}@media (max-width: 631px){._MobileAppDevelopment_5f2yw_1 ._Row6_5f2yw_915 ._ToolsFrameWorks_5f2yw_967 ._ToolWrapper_5f2yw_1017{width:100%;align-items:flex-start;justify-content:space-evenly;gap:1.2rem}}._MobileAppDevelopment_5f2yw_1 ._Row6_5f2yw_915 ._ToolsFrameWorks_5f2yw_967 ._ToolWrapper_5f2yw_1017 ._TechCard_5f2yw_1033{display:flex;width:auto;height:4.41731rem;padding:0rem .80119rem;align-items:center;gap:1.05606rem;border-radius:3.30031rem;background:#fff;box-shadow:0 2.112px 27.095px #0000000d;padding:.2rem 2rem}._MobileAppDevelopment_5f2yw_1 ._Row6_5f2yw_915 ._ToolsFrameWorks_5f2yw_967 ._ToolWrapper_5f2yw_1017 ._TechCard_5f2yw_1033 img{width:3.43231rem;height:3.43231rem;flex-shrink:0;border-radius:3.43231rem;border:.387px solid rgba(255,255,255,.07)}._MobileAppDevelopment_5f2yw_1 ._Row6_5f2yw_915 ._ToolsFrameWorks_5f2yw_967 ._ToolWrapper_5f2yw_1017 ._TechCard_5f2yw_1033 p{color:#3d3d3d;font-family:Inter;font-size:1.18544rem;font-style:normal;font-weight:500;line-height:200%}._MobileAppDevelopment_5f2yw_1 ._Row8_5f2yw_1060{padding:0 15rem;margin-bottom:5rem}@media (max-width: 631px){._MobileAppDevelopment_5f2yw_1 ._Row8_5f2yw_1060{width:100%;padding:3rem}}.alice-carousel__prev-btn,.alice-carousel__next-btn,.alice-carousel__dots{display:none}._UIUxDevelopment_11bsm_1{width:100%;display:flex;flex-direction:column;align-items:center;gap:5rem}._UIUxDevelopment_11bsm_1 h2{color:var(--c3);font-family:var(--f2);font-size:3.5rem;font-style:normal;font-weight:700;line-height:3.6rem;letter-spacing:-.07838rem}@media (max-width: 631px){._UIUxDevelopment_11bsm_1 h2{font-size:2.5rem}}._UIUxDevelopment_11bsm_1 h2 span{color:var(--c1)}._UIUxDevelopment_11bsm_1 h3{color:var(--c3);font-family:var(--f1);font-size:2rem;font-style:normal;font-weight:600;line-height:2.74106rem;letter-spacing:-.04569rem}._UIUxDevelopment_11bsm_1 ._Row1_11bsm_34{width:100%;height:calc(100vh - 7.5rem);height:auto;display:flex;flex-direction:column;align-items:center;padding:3rem 2rem;gap:5rem;position:relative;margin-bottom:4rem}._UIUxDevelopment_11bsm_1 ._Row1_11bsm_34 ._TopSection_11bsm_46{width:100%;display:flex;align-items:center;justify-content:center;gap:5rem}@media (max-width: 631px){._UIUxDevelopment_11bsm_1 ._Row1_11bsm_34 ._TopSection_11bsm_46{padding:0}}._UIUxDevelopment_11bsm_1 ._Row1_11bsm_34 ._TopSection_11bsm_46 ._Left_11bsm_58{width:42.8125rem}._UIUxDevelopment_11bsm_1 ._Row1_11bsm_34 ._TopSection_11bsm_46 ._Left_11bsm_58 ._CompanyButton_11bsm_61{width:12.125rem;height:3.0625rem;border-radius:6.25rem;margin-bottom:1.5rem;position:relative;overflow:hidden;z-index:1;padding:3px}@media (max-width: 631px){._UIUxDevelopment_11bsm_1 ._Row1_11bsm_34 ._TopSection_11bsm_46 ._Left_11bsm_58 ._CompanyButton_11bsm_61{height:auto;width:max-content}}._UIUxDevelopment_11bsm_1 ._Row1_11bsm_34 ._TopSection_11bsm_46 ._Left_11bsm_58 ._CompanyButton_11bsm_61:after{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%) rotate(-40deg);content:"";width:10%;height:390%;background:var(--lg3);transition:all .3s ease-in-out;z-index:-1;display:none}@keyframes _rotate_11bsm_1{0%{transform:translate(-50%,-50%) rotate(-40deg)}to{transform:translate(-50%,-50%) rotate(360deg)}}._UIUxDevelopment_11bsm_1 ._Row1_11bsm_34 ._TopSection_11bsm_46 ._Left_11bsm_58 ._CompanyButton_11bsm_61 ._CompanyButtonInner_11bsm_98{width:100%;height:100%;border-radius:6.25rem;background:#f47b2a0d;display:flex;justify-content:center;align-items:center;gap:.75rem}@media (max-width: 631px){._UIUxDevelopment_11bsm_1 ._Row1_11bsm_34 ._TopSection_11bsm_46 ._Left_11bsm_58 ._CompanyButton_11bsm_61 ._CompanyButtonInner_11bsm_98{padding:1rem 2rem}}._UIUxDevelopment_11bsm_1 ._Row1_11bsm_34 ._TopSection_11bsm_46 ._Left_11bsm_58 ._CompanyButton_11bsm_61 ._CompanyButtonInner_11bsm_98 svg{width:1.5rem;height:1.5rem;flex-shrink:0}._UIUxDevelopment_11bsm_1 ._Row1_11bsm_34 ._TopSection_11bsm_46 ._Left_11bsm_58 ._CompanyButton_11bsm_61 ._CompanyButtonInner_11bsm_98 svg path{fill:var(--c1)}._UIUxDevelopment_11bsm_1 ._Row1_11bsm_34 ._TopSection_11bsm_46 ._Left_11bsm_58 ._CompanyButton_11bsm_61 ._CompanyButtonInner_11bsm_98 h1{color:var(--c1);font-size:1rem;font-style:normal;font-weight:500;line-height:1.62rem}@media (max-width: 631px){._UIUxDevelopment_11bsm_1 ._Row1_11bsm_34 ._TopSection_11bsm_46 ._Left_11bsm_58 ._CompanyButton_11bsm_61 ._CompanyButtonInner_11bsm_98 h1{font-size:1.3125rem}}._UIUxDevelopment_11bsm_1 ._Row1_11bsm_34 ._TopSection_11bsm_46 ._Left_11bsm_58 ._HireHeading_11bsm_134{margin-bottom:2rem}._UIUxDevelopment_11bsm_1 ._Row1_11bsm_34 ._TopSection_11bsm_46 ._Left_11bsm_58 ._HireHeading_11bsm_134 p{color:var(--c9);font-family:var(--f2);font-size:3.5rem;font-style:normal;font-weight:700;line-height:4.31144rem;letter-spacing:-.07838rem}._UIUxDevelopment_11bsm_1 ._Row1_11bsm_34 ._TopSection_11bsm_46 ._Left_11bsm_58 ._HireHeading_11bsm_134 span{color:var(--c1);font-family:var(--f2);font-size:3.5rem;font-style:normal;font-weight:700;line-height:4.31144rem;letter-spacing:-.07838rem}._UIUxDevelopment_11bsm_1 ._Row1_11bsm_34 ._TopSection_11bsm_46 ._Left_11bsm_58 ._Para_11bsm_155{margin-bottom:2.66rem}._UIUxDevelopment_11bsm_1 ._Row1_11bsm_34 ._TopSection_11bsm_46 ._Left_11bsm_58 ._Para_11bsm_155 p{width:30.9375rem;height:3.5625rem;color:var(--c10);font-size:1.125rem;font-style:normal;font-weight:300;line-height:1.81469rem}@media (max-width: 631px){._UIUxDevelopment_11bsm_1 ._Row1_11bsm_34 ._TopSection_11bsm_46 ._Left_11bsm_58 ._Para_11bsm_155 p{font-size:1.3125rem}}._UIUxDevelopment_11bsm_1 ._Row1_11bsm_34 ._TopSection_11bsm_46 ._Left_11bsm_58 ._CamImg_11bsm_172 img{height:8rem}@media (max-width: 631px){._UIUxDevelopment_11bsm_1 ._Row1_11bsm_34 ._TopSection_11bsm_46 ._Left_11bsm_58 ._CamImg_11bsm_172 img{height:8rem;width:auto}}._UIUxDevelopment_11bsm_1 ._Row1_11bsm_34 ._TopSection_11bsm_46 ._Right_11bsm_181{width:40.02525rem;height:auto}@media (max-width: 631px){._UIUxDevelopment_11bsm_1 ._Row1_11bsm_34 ._TopSection_11bsm_46 ._Right_11bsm_181{display:none}}._UIUxDevelopment_11bsm_1 ._Row1_11bsm_34 ._TopSection_11bsm_46 ._Right_11bsm_181 img{width:39.96263rem;height:30.1125rem;flex-shrink:0}._UIUxDevelopment_11bsm_1 ._Row1_11bsm_34 ._TopSection_11bsm_46 ._Asset1_11bsm_195{width:29.5625rem;height:34.918rem;position:absolute;left:-4rem;top:-10rem}@media (max-width: 631px){._UIUxDevelopment_11bsm_1 ._Row1_11bsm_34 ._TopSection_11bsm_46 ._Asset1_11bsm_195{display:none}}._UIUxDevelopment_11bsm_1 ._Row1_11bsm_34 ._TopSection_11bsm_46 ._Asset1_11bsm_195 svg{height:100%;width:100%}._UIUxDevelopment_11bsm_1 ._Row1_11bsm_34 ._TopSection_11bsm_46 ._Asset2_11bsm_211{width:29.5625rem;height:34.918rem;position:absolute;right:-4rem;top:10rem}@media (max-width: 631px){._UIUxDevelopment_11bsm_1 ._Row1_11bsm_34 ._TopSection_11bsm_46 ._Asset2_11bsm_211{top:-7rem}}._UIUxDevelopment_11bsm_1 ._Row1_11bsm_34 ._TopSection_11bsm_46 ._Asset2_11bsm_211 svg{height:100%;width:100%}._UIUxDevelopment_11bsm_1 ._Row2_11bsm_227{width:93.25rem;display:flex;flex-direction:column;gap:2rem}@media (max-width: 631px){._UIUxDevelopment_11bsm_1 ._Row2_11bsm_227{width:100%;padding:3rem}}._UIUxDevelopment_11bsm_1 ._Row2_11bsm_227 ._Techs_11bsm_239{display:grid;grid-template-columns:repeat(3,1fr);gap:2.5rem}@media (max-width: 631px){._UIUxDevelopment_11bsm_1 ._Row2_11bsm_227 ._Techs_11bsm_239{grid-template-columns:repeat(2,1fr);gap:1.5rem}}._UIUxDevelopment_11bsm_1 ._Row2_11bsm_227 ._Techs_11bsm_239 ._TechCard_11bsm_250{display:flex;width:100%;height:7.4375rem;padding:1.0625rem 1.3125rem;align-items:center;gap:2rem;border-radius:1.875rem;background:var(--c2);box-shadow:0 4px 40px #00000014;transition:all ease-in-out .3s}._UIUxDevelopment_11bsm_1 ._Row2_11bsm_227 ._Techs_11bsm_239 ._TechCard_11bsm_250 img{width:3.51044rem;height:2.64794rem;object-fit:contain}._UIUxDevelopment_11bsm_1 ._Row2_11bsm_227 ._Techs_11bsm_239 ._TechCard_11bsm_250 p{color:var(--c3);font-family:var(--f1);font-size:1.5rem;font-style:normal;font-weight:600;line-height:2.0625rem;letter-spacing:-.04569rem}._UIUxDevelopment_11bsm_1 ._Row3_11bsm_276{width:93.25rem;display:flex;flex-direction:column;gap:2rem}@media (max-width: 631px){._UIUxDevelopment_11bsm_1 ._Row3_11bsm_276{width:100%;padding:3rem}}._UIUxDevelopment_11bsm_1 ._Row3_11bsm_276 ._Details_11bsm_288{width:69.0625rem}@media (max-width: 631px){._UIUxDevelopment_11bsm_1 ._Row3_11bsm_276 ._Details_11bsm_288{width:100%}}._UIUxDevelopment_11bsm_1 ._Row3_11bsm_276 ._Techs_11bsm_239,._UIUxDevelopment_11bsm_1 ._Row3_11bsm_276 ._TechsMobileView_11bsm_297{display:flex;flex-direction:column;gap:2rem}._UIUxDevelopment_11bsm_1 ._Row3_11bsm_276 ._Techs_11bsm_239 ._Row_11bsm_34,._UIUxDevelopment_11bsm_1 ._Row3_11bsm_276 ._TechsMobileView_11bsm_297 ._Row_11bsm_34{margin-top:4rem;display:flex;align-items:center}._UIUxDevelopment_11bsm_1 ._Row3_11bsm_276 ._Techs_11bsm_239 ._TechCard_11bsm_250,._UIUxDevelopment_11bsm_1 ._Row3_11bsm_276 ._TechsMobileView_11bsm_297 ._TechCard_11bsm_250{width:25.625rem;min-height:21.4375rem;display:flex;flex-direction:column;border-radius:1.71319rem;background:var(--c2);padding:4rem 2rem 2rem;box-shadow:0 4px 40px #0000000a,0 4px 80px #efefef80;gap:2rem;position:relative}@media (max-width: 631px){._UIUxDevelopment_11bsm_1 ._Row3_11bsm_276 ._Techs_11bsm_239 ._TechCard_11bsm_250,._UIUxDevelopment_11bsm_1 ._Row3_11bsm_276 ._TechsMobileView_11bsm_297 ._TechCard_11bsm_250{width:100%}}._UIUxDevelopment_11bsm_1 ._Row3_11bsm_276 ._Techs_11bsm_239 ._TechCard_11bsm_250 ._Count_11bsm_330,._UIUxDevelopment_11bsm_1 ._Row3_11bsm_276 ._TechsMobileView_11bsm_297 ._TechCard_11bsm_250 ._Count_11bsm_330{position:absolute;top:-2rem;left:2rem;display:inline-flex;padding:1.0625rem 1.45994rem .99119rem 1.40625rem;justify-content:center;align-items:center;background:var(--lg6);box-shadow:0 4px 20px #0000000d;color:var(--c2);font-family:var(--f1);font-size:2.10638rem;font-style:normal;font-weight:600;line-height:3.15956rem;letter-spacing:-.04213rem;border-radius:7.10619rem}._UIUxDevelopment_11bsm_1 ._Row3_11bsm_276 ._Techs_11bsm_239 ._TechCard_11bsm_250 ._Count_11bsm_330._Red_11bsm_350,._UIUxDevelopment_11bsm_1 ._Row3_11bsm_276 ._TechsMobileView_11bsm_297 ._TechCard_11bsm_250 ._Count_11bsm_330._Red_11bsm_350{background:var(--lg7)}._UIUxDevelopment_11bsm_1 ._Row3_11bsm_276 ._Techs_11bsm_239 ._TechCard_11bsm_250 ._Count_11bsm_330._Yellow_11bsm_354,._UIUxDevelopment_11bsm_1 ._Row3_11bsm_276 ._TechsMobileView_11bsm_297 ._TechCard_11bsm_250 ._Count_11bsm_330._Yellow_11bsm_354{background:var(--lg4)}._UIUxDevelopment_11bsm_1 ._Row3_11bsm_276 ._Techs_11bsm_239 ._TechCard_11bsm_250 ._Count_11bsm_330._Green_11bsm_358,._UIUxDevelopment_11bsm_1 ._Row3_11bsm_276 ._TechsMobileView_11bsm_297 ._TechCard_11bsm_250 ._Count_11bsm_330._Green_11bsm_358{background:var(--lg5)}._UIUxDevelopment_11bsm_1 ._Row3_11bsm_276 ._Techs_11bsm_239 ._TechCard_11bsm_250 ._Top_11bsm_46,._UIUxDevelopment_11bsm_1 ._Row3_11bsm_276 ._TechsMobileView_11bsm_297 ._TechCard_11bsm_250 ._Top_11bsm_46{display:flex;align-items:center;justify-content:space-between;gap:1rem}._UIUxDevelopment_11bsm_1 ._Row3_11bsm_276 ._Techs_11bsm_239 ._TechCard_11bsm_250 ._Top_11bsm_46 h3,._UIUxDevelopment_11bsm_1 ._Row3_11bsm_276 ._TechsMobileView_11bsm_297 ._TechCard_11bsm_250 ._Top_11bsm_46 h3{width:11.625rem;color:var(--c3);font-family:var(--f1);font-size:2rem;font-style:normal;font-weight:600;line-height:2.74106rem;letter-spacing:-.04569rem}@media (max-width: 631px){._UIUxDevelopment_11bsm_1 ._Row3_11bsm_276 ._Techs_11bsm_239 ._TechCard_11bsm_250 ._Top_11bsm_46 h3,._UIUxDevelopment_11bsm_1 ._Row3_11bsm_276 ._TechsMobileView_11bsm_297 ._TechCard_11bsm_250 ._Top_11bsm_46 h3{font-size:1.675rem;line-height:120%}}._UIUxDevelopment_11bsm_1 ._Row3_11bsm_276 ._Techs_11bsm_239 ._TechCard_11bsm_250 ._Top_11bsm_46 img,._UIUxDevelopment_11bsm_1 ._Row3_11bsm_276 ._TechsMobileView_11bsm_297 ._TechCard_11bsm_250 ._Top_11bsm_46 img{width:4.78125rem;height:4.78125rem;flex-shrink:0}@media (max-width: 631px){._UIUxDevelopment_11bsm_1 ._Row3_11bsm_276 ._Techs_11bsm_239 ._TechCard_11bsm_250 ._Top_11bsm_46 img,._UIUxDevelopment_11bsm_1 ._Row3_11bsm_276 ._TechsMobileView_11bsm_297 ._TechCard_11bsm_250 ._Top_11bsm_46 img{width:4rem;height:4rem}}._UIUxDevelopment_11bsm_1 ._Row3_11bsm_276 ._Techs_11bsm_239 ._TechCard_11bsm_250 p,._UIUxDevelopment_11bsm_1 ._Row3_11bsm_276 ._TechsMobileView_11bsm_297 ._TechCard_11bsm_250 p{color:var(--c4);font-family:var(--f1);font-size:1rem;font-style:normal;font-weight:400;line-height:1.60356rem}@media (max-width: 631px){._UIUxDevelopment_11bsm_1 ._Row3_11bsm_276 ._Techs_11bsm_239{display:none}}._UIUxDevelopment_11bsm_1 ._Row3_11bsm_276 ._TechsMobileView_11bsm_297{display:none}@media (max-width: 631px){._UIUxDevelopment_11bsm_1 ._Row3_11bsm_276 ._TechsMobileView_11bsm_297{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem;row-gap:4rem;margin-top:3rem}}._UIUxDevelopment_11bsm_1 ._Row4_11bsm_426{width:93.25rem;display:flex;flex-direction:column;gap:2rem}@media (max-width: 631px){._UIUxDevelopment_11bsm_1 ._Row4_11bsm_426{width:100%;padding:3rem;gap:1rem}}._UIUxDevelopment_11bsm_1 ._Row4_11bsm_426 ._Details_11bsm_288{width:69.0625rem}@media (max-width: 631px){._UIUxDevelopment_11bsm_1 ._Row4_11bsm_426 ._Details_11bsm_288{width:100%}}._UIUxDevelopment_11bsm_1 ._Row4_11bsm_426 ._ElementBoxes_11bsm_447{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:2rem}@media (max-width: 631px){._UIUxDevelopment_11bsm_1 ._Row4_11bsm_426 ._ElementBoxes_11bsm_447{margin-top:3rem}}._UIUxDevelopment_11bsm_1 ._Row4_11bsm_426 ._ElementBoxes_11bsm_447 ._Boxes_11bsm_459{display:flex;align-items:center;width:auto;height:7.4375rem;padding:1.0625rem 2rem 1.0625rem 1.3125rem;gap:1.5rem;border-radius:6.25rem;background:var(--Background, linear-gradient(112deg, #2fbbe9 4.93%, #fff 256.79%))}@media (max-width: 631px){._UIUxDevelopment_11bsm_1 ._Row4_11bsm_426 ._ElementBoxes_11bsm_447 ._Boxes_11bsm_459{height:7rem}._UIUxDevelopment_11bsm_1 ._Row4_11bsm_426 ._ElementBoxes_11bsm_447 ._Boxes_11bsm_459 ._Image_11bsm_476{height:4rem;padding:.8rem}}._UIUxDevelopment_11bsm_1 ._Row4_11bsm_426 ._ElementBoxes_11bsm_447 ._Boxes_11bsm_459 ._Image_11bsm_476{display:flex;height:5.24119rem;padding:1.21431rem 1.05369rem 1.15188rem 1.3125rem;justify-content:flex-end;align-items:center;border-radius:7.10619rem;background:#fff;box-shadow:0 4px 40px #0000000d}._UIUxDevelopment_11bsm_1 ._Row4_11bsm_426 ._ElementBoxes_11bsm_447 ._Boxes_11bsm_459 ._Image_11bsm_476 img{width:2.875rem;height:2.875rem}._UIUxDevelopment_11bsm_1 ._Row4_11bsm_426 ._ElementBoxes_11bsm_447 ._Boxes_11bsm_459 p{color:#fff;font-family:Inter;font-size:1.5rem;font-style:normal;font-weight:600;line-height:2.0625rem;letter-spacing:-.04569rem}@media (max-width: 631px){._UIUxDevelopment_11bsm_1 ._Row4_11bsm_426 ._ElementBoxes_11bsm_447 ._Boxes_11bsm_459 p{font-size:1.2rem}}._UIUxDevelopment_11bsm_1 ._Row4_11bsm_426 ._ElementBoxes_11bsm_447 ._Boxes_11bsm_459:nth-child(2),._UIUxDevelopment_11bsm_1 ._Row4_11bsm_426 ._ElementBoxes_11bsm_447 ._Boxes_11bsm_459:nth-child(8),._UIUxDevelopment_11bsm_1 ._Row4_11bsm_426 ._ElementBoxes_11bsm_447 ._Boxes_11bsm_459:nth-child(9){background:var(--Background, linear-gradient(112deg, #ffc734 4.93%, #fff 256.79%))}._UIUxDevelopment_11bsm_1 ._Row4_11bsm_426 ._ElementBoxes_11bsm_447 ._Boxes_11bsm_459:nth-child(3),._UIUxDevelopment_11bsm_1 ._Row4_11bsm_426 ._ElementBoxes_11bsm_447 ._Boxes_11bsm_459:nth-child(5){background:var(--Background, linear-gradient(112deg, #6ac248 4.93%, #fff 256.79%))}._UIUxDevelopment_11bsm_1 ._Row4_11bsm_426 ._ElementBoxes_11bsm_447 ._Boxes_11bsm_459:nth-child(4),._UIUxDevelopment_11bsm_1 ._Row4_11bsm_426 ._ElementBoxes_11bsm_447 ._Boxes_11bsm_459:nth-child(7){background:var(--Union, linear-gradient(106deg, #f3721b 4.46%, #fff 232.7%))}._UIUxDevelopment_11bsm_1 ._Row5_11bsm_518{display:flex;flex-direction:column;align-items:center;gap:6rem}@media (max-width: 631px){._UIUxDevelopment_11bsm_1 ._Row5_11bsm_518{width:100%;padding:3rem}}._UIUxDevelopment_11bsm_1 ._Row5_11bsm_518 ._Top_11bsm_46{width:93.25rem;display:flex;flex-direction:column;align-items:center;gap:2.1875rem}@media (max-width: 631px){._UIUxDevelopment_11bsm_1 ._Row5_11bsm_518 ._Top_11bsm_46{width:100%}}._UIUxDevelopment_11bsm_1 ._Row5_11bsm_518 ._Top_11bsm_46 p{width:59.875rem;color:var(--c3);text-align:center;font-family:var(--f1);font-size:1.125rem;font-style:normal;font-weight:400;line-height:1.755rem}@media (max-width: 631px){._UIUxDevelopment_11bsm_1 ._Row5_11bsm_518 ._Top_11bsm_46 p{width:100%;text-align:start}}._UIUxDevelopment_11bsm_1 ._Row5_11bsm_518 ._ToolsFrameWorks_11bsm_558{display:flex;flex-direction:column;gap:4rem}._UIUxDevelopment_11bsm_1 ._Row5_11bsm_518 ._ToolsFrameWorks_11bsm_558 ._ToolWrapper_11bsm_563{display:flex;width:105.57919rem;justify-content:center;align-items:center;flex-wrap:wrap;gap:3.0625rem}@media (max-width: 631px){._UIUxDevelopment_11bsm_1 ._Row5_11bsm_518 ._ToolsFrameWorks_11bsm_558 ._ToolWrapper_11bsm_563{width:100%;gap:1.2rem}}._UIUxDevelopment_11bsm_1 ._Row5_11bsm_518 ._ToolsFrameWorks_11bsm_558 ._ToolWrapper_11bsm_563 ._TechCard_11bsm_250{display:flex;width:auto;height:4.41731rem;padding:0rem .80119rem;align-items:center;gap:1.05606rem;border-radius:3.30031rem;background:var(--c2);box-shadow:0 2.112px 27.095px #0000001a;padding:.2rem 2rem}@media (max-width: 631px){._UIUxDevelopment_11bsm_1 ._Row5_11bsm_518 ._ToolsFrameWorks_11bsm_558 ._ToolWrapper_11bsm_563 ._TechCard_11bsm_250{padding:.2rem 1rem}}._UIUxDevelopment_11bsm_1 ._Row5_11bsm_518 ._ToolsFrameWorks_11bsm_558 ._ToolWrapper_11bsm_563 ._TechCard_11bsm_250 img{width:3.43231rem;height:3.43231rem;flex-shrink:0;border-radius:3.43231rem;border:.387px solid rgba(255,255,255,.07)}._UIUxDevelopment_11bsm_1 ._Row5_11bsm_518 ._ToolsFrameWorks_11bsm_558 ._ToolWrapper_11bsm_563 ._TechCard_11bsm_250 p{color:var(--c3);font-family:var(--f1);font-size:1.18544rem;font-style:normal;font-weight:500;line-height:200%}._UIUxDevelopment_11bsm_1 ._Row6_11bsm_609{display:flex;flex-direction:column;align-items:center;gap:5rem;height:31.6875rem;width:100%;padding:5rem;flex-shrink:0;background-image:url(/assets/FooterBG-DYVQfLRK.webp);background-repeat:no-repeat;background-size:cover;margin-bottom:14rem}@media (max-width: 631px){._UIUxDevelopment_11bsm_1 ._Row6_11bsm_609{width:100%;height:auto;padding:3rem;margin-bottom:2rem}}._UIUxDevelopment_11bsm_1 ._Row6_11bsm_609 h2{width:93.25rem;color:var(--c2)}@media (max-width: 631px){._UIUxDevelopment_11bsm_1 ._Row6_11bsm_609 h2{width:100%}}._UIUxDevelopment_11bsm_1 ._Row6_11bsm_609 ._Cards_11bsm_640{display:flex;align-items:center;width:93.25rem;gap:4rem}@media (max-width: 631px){._UIUxDevelopment_11bsm_1 ._Row6_11bsm_609 ._Cards_11bsm_640{width:100%;display:grid;grid-template-columns:repeat(1,1fr)}}._UIUxDevelopment_11bsm_1 ._Row6_11bsm_609 ._Cards_11bsm_640 ._Card_11bsm_640{width:25.625rem;height:24.125rem;flex-shrink:0;border-radius:1.71319rem;background:var(--c2);box-shadow:0 4px 80px #00000014;padding:4rem 2rem 2rem 4rem;display:flex;flex-direction:column;gap:1rem;position:relative}@media (max-width: 631px){._UIUxDevelopment_11bsm_1 ._Row6_11bsm_609 ._Cards_11bsm_640 ._Card_11bsm_640{width:100%;height:auto}}._UIUxDevelopment_11bsm_1 ._Row6_11bsm_609 ._Cards_11bsm_640 ._Card_11bsm_640:nth-child(2) i{background:var(--lg7)}._UIUxDevelopment_11bsm_1 ._Row6_11bsm_609 ._Cards_11bsm_640 ._Card_11bsm_640:nth-child(3) i{background:var(--lg4)}._UIUxDevelopment_11bsm_1 ._Row6_11bsm_609 ._Cards_11bsm_640 ._Card_11bsm_640 i{position:absolute;top:-2.6rem;left:2.2rem;display:flex;width:5.24119rem;height:5.24119rem;padding:.9375rem .92869rem .92869rem .9375rem;justify-content:center;align-items:center;flex-shrink:0;border-radius:7.10619rem;background:var(--lg6);box-shadow:0 4px 20px #0000000d}._UIUxDevelopment_11bsm_1 ._Row6_11bsm_609 ._Cards_11bsm_640 ._Card_11bsm_640 i img,._UIUxDevelopment_11bsm_1 ._Row6_11bsm_609 ._Cards_11bsm_640 ._Card_11bsm_640 i svg{width:3.375rem;height:3.375rem;flex-shrink:0}._UIUxDevelopment_11bsm_1 ._Row6_11bsm_609 ._Cards_11bsm_640 ._Card_11bsm_640 h3{color:var(--c3);font-family:var(--f1);font-size:2rem;font-style:normal;font-weight:600;line-height:2.74106rem;letter-spacing:-.04569rem}._UIUxDevelopment_11bsm_1 ._Row6_11bsm_609 ._Cards_11bsm_640 ._Card_11bsm_640 p{color:var(--c4);font-family:var(--f1);font-size:1rem;font-style:normal;font-weight:400;line-height:1.60356rem}._UIUxDevelopment_11bsm_1 ._Row7_11bsm_716{display:flex;flex-direction:column;align-items:center;gap:2rem}@media (max-width: 631px){._UIUxDevelopment_11bsm_1 ._Row7_11bsm_716{width:100%;padding:0 3rem;gap:1rem}}._UIUxDevelopment_11bsm_1 ._Row7_11bsm_716 h3{color:var(--c3);font-family:var(--f1);font-size:2rem;font-style:normal;font-weight:600;line-height:2.74106rem;letter-spacing:-.04569rem}._UIUxDevelopment_11bsm_1 ._Row7_11bsm_716 p{color:var(--c4);font-family:var(--f1);font-size:1rem;font-style:normal;font-weight:400;line-height:1.60356rem}._UIUxDevelopment_11bsm_1 ._Row7_11bsm_716 ._radioGroup_11bsm_746{width:93.25rem;display:flex;align-items:center;gap:4rem;padding:1rem}@media (max-width: 631px){._UIUxDevelopment_11bsm_1 ._Row7_11bsm_716 ._radioGroup_11bsm_746{width:100%;display:grid;grid-template-columns:repeat(2,1fr);gap:1.2rem}}._UIUxDevelopment_11bsm_1 ._Row7_11bsm_716 ._radioButton_11bsm_761{display:flex;align-items:center;position:relative;cursor:pointer}@media (max-width: 631px){._UIUxDevelopment_11bsm_1 ._Row7_11bsm_716 ._radioButton_11bsm_761{width:100%}}._UIUxDevelopment_11bsm_1 ._Row7_11bsm_716 ._radioButton_11bsm_761 input[type=radio]{opacity:0;position:absolute;cursor:pointer}._UIUxDevelopment_11bsm_1 ._Row7_11bsm_716 ._radioButton_11bsm_761 ._labelText_11bsm_777{width:100%;padding:1rem 2rem;border-radius:2rem;transition:all .3s ease;display:flex;align-items:center;gap:1rem;border-radius:.625rem;background:#fff;box-shadow:0 4px 50px #0000001a;color:var(--Test, #3d3d3d);text-align:center;font-family:Inter;font-size:1.125rem;font-style:normal;font-weight:500;line-height:1.755rem}@media (max-width: 631px){._UIUxDevelopment_11bsm_1 ._Row7_11bsm_716 ._radioButton_11bsm_761 ._labelText_11bsm_777{text-align:start}}._UIUxDevelopment_11bsm_1 ._Row7_11bsm_716 ._radioButton_11bsm_761 ._labelText_11bsm_777 i{width:1.8125rem;height:1.8125rem;border:1px solid #999;border-radius:50%}._UIUxDevelopment_11bsm_1 ._Row7_11bsm_716 ._radioButton_11bsm_761._active_11bsm_807 i{border:.5rem solid var(--c1)}._UIUxDevelopment_11bsm_1 ._Row8_11bsm_810{width:93.25rem;display:flex;flex-direction:column;gap:2rem}@media (max-width: 631px){._UIUxDevelopment_11bsm_1 ._Row8_11bsm_810{width:100%;padding:0 3rem}}._UIUxDevelopment_11bsm_1 ._Row8_11bsm_810 h2{width:63.9375rem}@media (max-width: 631px){._UIUxDevelopment_11bsm_1 ._Row8_11bsm_810 h2{width:100%}}._UIUxDevelopment_11bsm_1 ._Row8_11bsm_810 p{color:var(--c3);font-family:var(--f1);font-size:1.125rem;font-style:normal;font-weight:400;line-height:1.755rem}._UIUxDevelopment_11bsm_1 ._Row8_11bsm_810 p._Details_11bsm_288{width:60rem}@media (max-width: 631px){._UIUxDevelopment_11bsm_1 ._Row8_11bsm_810 p._Details_11bsm_288{width:100%}}._UIUxDevelopment_11bsm_1 ._Row8_11bsm_810 ._Cards_11bsm_640{display:flex;align-items:center;gap:4rem;margin-top:3rem}@media (max-width: 631px){._UIUxDevelopment_11bsm_1 ._Row8_11bsm_810 ._Cards_11bsm_640{width:100%;flex-wrap:wrap;justify-content:center;gap:2rem;row-gap:5rem}}._UIUxDevelopment_11bsm_1 ._Row8_11bsm_810 ._Cards_11bsm_640 ._Card_11bsm_640{width:26.5625rem;height:18.4375rem;flex-shrink:0;border-radius:1.71319rem;background:var(--c2);box-shadow:0 4px 40px #0001,0 4px 80px #efefef80;padding:4rem 3rem 3rem;display:flex;flex-direction:column;gap:1rem;position:relative;transition:all ease-in-out .3s}@media (max-width: 631px){._UIUxDevelopment_11bsm_1 ._Row8_11bsm_810 ._Cards_11bsm_640 ._Card_11bsm_640{width:47%}}._UIUxDevelopment_11bsm_1 ._Row8_11bsm_810 ._Cards_11bsm_640 ._Card_11bsm_640:hover{background:var(--c1)}._UIUxDevelopment_11bsm_1 ._Row8_11bsm_810 ._Cards_11bsm_640 ._Card_11bsm_640:hover h4,._UIUxDevelopment_11bsm_1 ._Row8_11bsm_810 ._Cards_11bsm_640 ._Card_11bsm_640:hover li{color:var(--c2)}._UIUxDevelopment_11bsm_1 ._Row8_11bsm_810 ._Cards_11bsm_640 ._Card_11bsm_640:nth-child(2) i{background:var(--lg6)}._UIUxDevelopment_11bsm_1 ._Row8_11bsm_810 ._Cards_11bsm_640 ._Card_11bsm_640:nth-child(3) i{background:var(--lg5)}._UIUxDevelopment_11bsm_1 ._Row8_11bsm_810 ._Cards_11bsm_640 ._Card_11bsm_640 i{position:absolute;top:-2.6rem;left:2.2rem;display:flex;width:5.24119rem;height:5.24119rem;padding:.9375rem .92869rem .92869rem .9375rem;justify-content:center;align-items:center;flex-shrink:0;border-radius:7.10619rem;background:var(--lg7);box-shadow:0 4px 20px #0000000d}._UIUxDevelopment_11bsm_1 ._Row8_11bsm_810 ._Cards_11bsm_640 ._Card_11bsm_640 i img,._UIUxDevelopment_11bsm_1 ._Row8_11bsm_810 ._Cards_11bsm_640 ._Card_11bsm_640 i svg{width:3.375rem;height:3.375rem;flex-shrink:0}._UIUxDevelopment_11bsm_1 ._Row8_11bsm_810 ._Cards_11bsm_640 ._Card_11bsm_640 h4{color:var(--c3);font-family:var(--f1);font-size:2rem;font-style:normal;font-weight:600;line-height:2.74106rem;letter-spacing:-.04569rem}._UIUxDevelopment_11bsm_1 ._Row8_11bsm_810 ._Cards_11bsm_640 ._Card_11bsm_640 ul li{color:var(--c4);font-family:var(--f1);font-size:1rem;font-style:normal;font-weight:400;line-height:1.60356rem;margin-left:1.7rem;margin-bottom:.2rem}._UIUxDevelopment_11bsm_1 ._Row9_11bsm_934{padding:0 12rem;margin-bottom:5rem}._WebsiteDevelopment_t1qrn_1{width:100%;display:flex;flex-direction:column;align-items:center;gap:5rem;padding-bottom:2rem}._WebsiteDevelopment_t1qrn_1 h2{color:var(--c3);font-family:var(--f2);font-size:3.5rem;font-style:normal;font-weight:700;line-height:120%;letter-spacing:-.07838rem}@media (max-width: 631px){._WebsiteDevelopment_t1qrn_1 h2{font-size:2.5rem}}._WebsiteDevelopment_t1qrn_1 h2 span{color:var(--c1)}._WebsiteDevelopment_t1qrn_1 h3{color:var(--c3);font-family:var(--f1);font-size:2rem;font-style:normal;font-weight:600;line-height:120%;letter-spacing:-.04569rem}._WebsiteDevelopment_t1qrn_1 p{color:var(--c3);text-align:center;font-family:var(--f1);font-size:1.125rem;font-style:normal;font-weight:400;line-height:1.755rem}._WebsiteDevelopment_t1qrn_1 ._Row1_t1qrn_44{width:100%;height:calc(100vh - 7.5rem);height:auto;display:flex;flex-direction:column;align-items:center;padding:3rem 2rem;gap:5rem;position:relative;margin-bottom:4rem}._WebsiteDevelopment_t1qrn_1 ._Row1_t1qrn_44 ._TopSection_t1qrn_56{width:100%;display:flex;align-items:center;justify-content:center;gap:5rem}@media (max-width: 631px){._WebsiteDevelopment_t1qrn_1 ._Row1_t1qrn_44 ._TopSection_t1qrn_56{padding:0}}._WebsiteDevelopment_t1qrn_1 ._Row1_t1qrn_44 ._TopSection_t1qrn_56 ._Left_t1qrn_68{width:42.8125rem;display:flex;flex-direction:column;align-items:flex-start}._WebsiteDevelopment_t1qrn_1 ._Row1_t1qrn_44 ._TopSection_t1qrn_56 ._Left_t1qrn_68 ._CompanyButton_t1qrn_74{width:12.125rem;height:3.0625rem;border-radius:6.25rem;margin-bottom:1.5rem;position:relative;overflow:hidden;z-index:1;padding:3px}@media (max-width: 631px){._WebsiteDevelopment_t1qrn_1 ._Row1_t1qrn_44 ._TopSection_t1qrn_56 ._Left_t1qrn_68 ._CompanyButton_t1qrn_74{height:auto;width:max-content}}._WebsiteDevelopment_t1qrn_1 ._Row1_t1qrn_44 ._TopSection_t1qrn_56 ._Left_t1qrn_68 ._CompanyButton_t1qrn_74:after{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%) rotate(-40deg);content:"";width:10%;height:390%;background:var(--lg3);transition:all .3s ease-in-out;z-index:-1;display:none}@keyframes _rotate_t1qrn_1{0%{transform:translate(-50%,-50%) rotate(-40deg)}to{transform:translate(-50%,-50%) rotate(360deg)}}._WebsiteDevelopment_t1qrn_1 ._Row1_t1qrn_44 ._TopSection_t1qrn_56 ._Left_t1qrn_68 ._CompanyButton_t1qrn_74 ._CompanyButtonInner_t1qrn_111{width:100%;height:100%;border-radius:6.25rem;background:#f47b2a0d;display:flex;justify-content:center;align-items:center;gap:.75rem}@media (max-width: 631px){._WebsiteDevelopment_t1qrn_1 ._Row1_t1qrn_44 ._TopSection_t1qrn_56 ._Left_t1qrn_68 ._CompanyButton_t1qrn_74 ._CompanyButtonInner_t1qrn_111{padding:1rem 2rem}}._WebsiteDevelopment_t1qrn_1 ._Row1_t1qrn_44 ._TopSection_t1qrn_56 ._Left_t1qrn_68 ._CompanyButton_t1qrn_74 ._CompanyButtonInner_t1qrn_111 svg{width:1.5rem;height:1.5rem;flex-shrink:0}._WebsiteDevelopment_t1qrn_1 ._Row1_t1qrn_44 ._TopSection_t1qrn_56 ._Left_t1qrn_68 ._CompanyButton_t1qrn_74 ._CompanyButtonInner_t1qrn_111 svg path{fill:var(--c1)}._WebsiteDevelopment_t1qrn_1 ._Row1_t1qrn_44 ._TopSection_t1qrn_56 ._Left_t1qrn_68 ._CompanyButton_t1qrn_74 ._CompanyButtonInner_t1qrn_111 h1{color:var(--c1);font-size:1rem;font-style:normal;font-weight:500;line-height:1.62rem}@media (max-width: 631px){._WebsiteDevelopment_t1qrn_1 ._Row1_t1qrn_44 ._TopSection_t1qrn_56 ._Left_t1qrn_68 ._CompanyButton_t1qrn_74 ._CompanyButtonInner_t1qrn_111 h1{font-size:1.3125rem}}._WebsiteDevelopment_t1qrn_1 ._Row1_t1qrn_44 ._TopSection_t1qrn_56 ._Left_t1qrn_68 ._HireHeading_t1qrn_147{margin-bottom:2rem}._WebsiteDevelopment_t1qrn_1 ._Row1_t1qrn_44 ._TopSection_t1qrn_56 ._Left_t1qrn_68 ._HireHeading_t1qrn_147 p{color:var(--c9);font-family:var(--f2);font-size:3.5rem;font-style:normal;font-weight:700;line-height:4.31144rem;text-align:start}._WebsiteDevelopment_t1qrn_1 ._Row1_t1qrn_44 ._TopSection_t1qrn_56 ._Left_t1qrn_68 ._HireHeading_t1qrn_147 span{color:var(--c1);font-family:var(--f2);font-size:3.5rem;font-style:normal;font-weight:700;line-height:4.31144rem;letter-spacing:-.07838rem}._WebsiteDevelopment_t1qrn_1 ._Row1_t1qrn_44 ._TopSection_t1qrn_56 ._Left_t1qrn_68 ._Para_t1qrn_168{margin-bottom:2.66rem}._WebsiteDevelopment_t1qrn_1 ._Row1_t1qrn_44 ._TopSection_t1qrn_56 ._Left_t1qrn_68 ._Para_t1qrn_168 p{width:30.9375rem;height:3.5625rem;color:var(--c10);font-size:1.125rem;font-style:normal;font-weight:300;line-height:1.81469rem;text-align:start}@media (max-width: 631px){._WebsiteDevelopment_t1qrn_1 ._Row1_t1qrn_44 ._TopSection_t1qrn_56 ._Left_t1qrn_68 ._Para_t1qrn_168 p{font-size:1.3125rem}}._WebsiteDevelopment_t1qrn_1 ._Row1_t1qrn_44 ._TopSection_t1qrn_56 ._Left_t1qrn_68 ._CamImg_t1qrn_186 img{height:8rem}._WebsiteDevelopment_t1qrn_1 ._Row1_t1qrn_44 ._TopSection_t1qrn_56 ._Right_t1qrn_189{width:31.64988rem;height:auto}@media (max-width: 631px){._WebsiteDevelopment_t1qrn_1 ._Row1_t1qrn_44 ._TopSection_t1qrn_56 ._Right_t1qrn_189{display:none}}._WebsiteDevelopment_t1qrn_1 ._Row1_t1qrn_44 ._TopSection_t1qrn_56 ._Right_t1qrn_189 img{width:39.96263rem;height:30.1125rem;flex-shrink:0}._WebsiteDevelopment_t1qrn_1 ._Row1_t1qrn_44 ._TopSection_t1qrn_56 ._Asset1_t1qrn_203{width:29.5625rem;height:34.918rem;position:absolute;left:-4rem;top:-10rem}@media (max-width: 631px){._WebsiteDevelopment_t1qrn_1 ._Row1_t1qrn_44 ._TopSection_t1qrn_56 ._Asset1_t1qrn_203{display:none}}._WebsiteDevelopment_t1qrn_1 ._Row1_t1qrn_44 ._TopSection_t1qrn_56 ._Asset1_t1qrn_203 svg{height:100%;width:100%}._WebsiteDevelopment_t1qrn_1 ._Row1_t1qrn_44 ._TopSection_t1qrn_56 ._Asset2_t1qrn_219{width:29.5625rem;height:34.918rem;position:absolute;right:-4rem;top:10rem}@media (max-width: 631px){._WebsiteDevelopment_t1qrn_1 ._Row1_t1qrn_44 ._TopSection_t1qrn_56 ._Asset2_t1qrn_219{top:-7rem}}._WebsiteDevelopment_t1qrn_1 ._Row1_t1qrn_44 ._TopSection_t1qrn_56 ._Asset2_t1qrn_219 svg{height:100%;width:100%}._WebsiteDevelopment_t1qrn_1 ._Row2_t1qrn_235{width:93.25rem;display:flex;flex-direction:column;gap:2rem}@media (max-width: 631px){._WebsiteDevelopment_t1qrn_1 ._Row2_t1qrn_235{width:100%;padding:3rem}}._WebsiteDevelopment_t1qrn_1 ._Row2_t1qrn_235 p{text-align:start}._WebsiteDevelopment_t1qrn_1 ._Row2_t1qrn_235 ._Techs_t1qrn_250{display:grid;grid-template-columns:repeat(3,1fr);gap:2.5rem}@media (max-width: 631px){._WebsiteDevelopment_t1qrn_1 ._Row2_t1qrn_235 ._Techs_t1qrn_250{grid-template-columns:repeat(2,1fr);gap:1.5rem}}._WebsiteDevelopment_t1qrn_1 ._Row2_t1qrn_235 ._Techs_t1qrn_250 ._TechCard_t1qrn_261{display:flex;width:100%;height:7.4375rem;padding:1.0625rem 1.3125rem;align-items:center;gap:2rem;border-radius:1.875rem;background:var(--c2);box-shadow:0 4px 40px #00000014;transition:all ease-in-out .3s}._WebsiteDevelopment_t1qrn_1 ._Row2_t1qrn_235 ._Techs_t1qrn_250 ._TechCard_t1qrn_261 img{width:3.51044rem;height:2.64794rem;object-fit:contain}._WebsiteDevelopment_t1qrn_1 ._Row2_t1qrn_235 ._Techs_t1qrn_250 ._TechCard_t1qrn_261 p{color:var(--c3);font-family:var(--f1);font-size:1.5rem;font-style:normal;font-weight:600;line-height:2.0625rem;letter-spacing:-.04569rem;text-align:start}._WebsiteDevelopment_t1qrn_1 ._Row3_t1qrn_288{width:93.25rem;display:flex;flex-direction:column;gap:2rem}@media (max-width: 631px){._WebsiteDevelopment_t1qrn_1 ._Row3_t1qrn_288{width:100%;padding:3rem}}._WebsiteDevelopment_t1qrn_1 ._Row3_t1qrn_288 ._Details_t1qrn_300{width:69.0625rem}@media (max-width: 631px){._WebsiteDevelopment_t1qrn_1 ._Row3_t1qrn_288 ._Details_t1qrn_300{width:90%}}._WebsiteDevelopment_t1qrn_1 ._Row3_t1qrn_288 p{text-align:start}._WebsiteDevelopment_t1qrn_1 ._Row3_t1qrn_288 ._Techs_t1qrn_250,._WebsiteDevelopment_t1qrn_1 ._Row3_t1qrn_288 ._TechsMobileView_t1qrn_312{display:flex;flex-direction:column;gap:8rem}._WebsiteDevelopment_t1qrn_1 ._Row3_t1qrn_288 ._Techs_t1qrn_250 ._Row_t1qrn_44,._WebsiteDevelopment_t1qrn_1 ._Row3_t1qrn_288 ._TechsMobileView_t1qrn_312 ._Row_t1qrn_44{width:100%;display:flex;align-items:center}@media (max-width: 631px){._WebsiteDevelopment_t1qrn_1 ._Row3_t1qrn_288 ._Techs_t1qrn_250 ._Row_t1qrn_44,._WebsiteDevelopment_t1qrn_1 ._Row3_t1qrn_288 ._TechsMobileView_t1qrn_312 ._Row_t1qrn_44{flex-direction:column}}._WebsiteDevelopment_t1qrn_1 ._Row3_t1qrn_288 ._Techs_t1qrn_250 ._Row_t1qrn_44:nth-child(1),._WebsiteDevelopment_t1qrn_1 ._Row3_t1qrn_288 ._TechsMobileView_t1qrn_312 ._Row_t1qrn_44:nth-child(1){margin-top:2rem}._WebsiteDevelopment_t1qrn_1 ._Row3_t1qrn_288 ._Techs_t1qrn_250 ._Row_t1qrn_44:nth-child(3),._WebsiteDevelopment_t1qrn_1 ._Row3_t1qrn_288 ._TechsMobileView_t1qrn_312 ._Row_t1qrn_44:nth-child(3){justify-content:center}@media (max-width: 631px){._WebsiteDevelopment_t1qrn_1 ._Row3_t1qrn_288 ._Techs_t1qrn_250 ._Row_t1qrn_44 i,._WebsiteDevelopment_t1qrn_1 ._Row3_t1qrn_288 ._TechsMobileView_t1qrn_312 ._Row_t1qrn_44 i{display:none}}._WebsiteDevelopment_t1qrn_1 ._Row3_t1qrn_288 ._Techs_t1qrn_250 ._TechCard_t1qrn_261,._WebsiteDevelopment_t1qrn_1 ._Row3_t1qrn_288 ._TechsMobileView_t1qrn_312 ._TechCard_t1qrn_261{width:25.625rem;min-height:17.4375rem;display:flex;flex-direction:column;border-radius:1.71319rem;background:var(--c2);padding:4rem 2rem 2rem;box-shadow:0 4px 40px #0000000a,0 4px 80px #efefef80;gap:2rem;position:relative}@media (max-width: 631px){._WebsiteDevelopment_t1qrn_1 ._Row3_t1qrn_288 ._Techs_t1qrn_250 ._TechCard_t1qrn_261,._WebsiteDevelopment_t1qrn_1 ._Row3_t1qrn_288 ._TechsMobileView_t1qrn_312 ._TechCard_t1qrn_261{width:100%}}._WebsiteDevelopment_t1qrn_1 ._Row3_t1qrn_288 ._Techs_t1qrn_250 ._TechCard_t1qrn_261 ._Count_t1qrn_365,._WebsiteDevelopment_t1qrn_1 ._Row3_t1qrn_288 ._TechsMobileView_t1qrn_312 ._TechCard_t1qrn_261 ._Count_t1qrn_365{position:absolute;top:-2rem;left:2rem;display:inline-flex;padding:1.0625rem 1.45994rem .99119rem 1.40625rem;justify-content:center;align-items:center;background:var(--lg6);box-shadow:0 4px 20px #0000000d;color:var(--c2);font-family:var(--f1);font-size:2.10638rem;font-style:normal;font-weight:600;line-height:3.15956rem;letter-spacing:-.04213rem;border-radius:7.10619rem}._WebsiteDevelopment_t1qrn_1 ._Row3_t1qrn_288 ._Techs_t1qrn_250 ._TechCard_t1qrn_261 ._Count_t1qrn_365._Red_t1qrn_385,._WebsiteDevelopment_t1qrn_1 ._Row3_t1qrn_288 ._TechsMobileView_t1qrn_312 ._TechCard_t1qrn_261 ._Count_t1qrn_365._Red_t1qrn_385{background:var(--lg7)}._WebsiteDevelopment_t1qrn_1 ._Row3_t1qrn_288 ._Techs_t1qrn_250 ._TechCard_t1qrn_261 ._Count_t1qrn_365._Yellow_t1qrn_389,._WebsiteDevelopment_t1qrn_1 ._Row3_t1qrn_288 ._TechsMobileView_t1qrn_312 ._TechCard_t1qrn_261 ._Count_t1qrn_365._Yellow_t1qrn_389{background:var(--lg4)}._WebsiteDevelopment_t1qrn_1 ._Row3_t1qrn_288 ._Techs_t1qrn_250 ._TechCard_t1qrn_261 ._Count_t1qrn_365._Green_t1qrn_393,._WebsiteDevelopment_t1qrn_1 ._Row3_t1qrn_288 ._TechsMobileView_t1qrn_312 ._TechCard_t1qrn_261 ._Count_t1qrn_365._Green_t1qrn_393{background:var(--lg5)}._WebsiteDevelopment_t1qrn_1 ._Row3_t1qrn_288 ._Techs_t1qrn_250 ._TechCard_t1qrn_261 ._Top_t1qrn_56,._WebsiteDevelopment_t1qrn_1 ._Row3_t1qrn_288 ._TechsMobileView_t1qrn_312 ._TechCard_t1qrn_261 ._Top_t1qrn_56{display:flex;align-items:center;justify-content:space-between;gap:1rem}._WebsiteDevelopment_t1qrn_1 ._Row3_t1qrn_288 ._Techs_t1qrn_250 ._TechCard_t1qrn_261 ._Top_t1qrn_56 h3,._WebsiteDevelopment_t1qrn_1 ._Row3_t1qrn_288 ._TechsMobileView_t1qrn_312 ._TechCard_t1qrn_261 ._Top_t1qrn_56 h3{width:11.625rem;color:var(--c3);font-family:var(--f1);font-size:2rem;font-style:normal;font-weight:600;line-height:120%;letter-spacing:-.04569rem}@media (max-width: 631px){._WebsiteDevelopment_t1qrn_1 ._Row3_t1qrn_288 ._Techs_t1qrn_250 ._TechCard_t1qrn_261 ._Top_t1qrn_56 h3,._WebsiteDevelopment_t1qrn_1 ._Row3_t1qrn_288 ._TechsMobileView_t1qrn_312 ._TechCard_t1qrn_261 ._Top_t1qrn_56 h3{width:100%;font-size:1.675rem}}._WebsiteDevelopment_t1qrn_1 ._Row3_t1qrn_288 ._Techs_t1qrn_250 ._TechCard_t1qrn_261 ._Top_t1qrn_56 img,._WebsiteDevelopment_t1qrn_1 ._Row3_t1qrn_288 ._TechsMobileView_t1qrn_312 ._TechCard_t1qrn_261 ._Top_t1qrn_56 img{width:4.78125rem;height:4.78125rem;flex-shrink:0}@media (max-width: 631px){._WebsiteDevelopment_t1qrn_1 ._Row3_t1qrn_288 ._Techs_t1qrn_250 ._TechCard_t1qrn_261 ._Top_t1qrn_56 img,._WebsiteDevelopment_t1qrn_1 ._Row3_t1qrn_288 ._TechsMobileView_t1qrn_312 ._TechCard_t1qrn_261 ._Top_t1qrn_56 img{width:4rem;height:4rem}}._WebsiteDevelopment_t1qrn_1 ._Row3_t1qrn_288 ._Techs_t1qrn_250 ._TechCard_t1qrn_261 p,._WebsiteDevelopment_t1qrn_1 ._Row3_t1qrn_288 ._TechsMobileView_t1qrn_312 ._TechCard_t1qrn_261 p{color:var(--c4);font-family:var(--f1);font-size:1rem;font-style:normal;font-weight:400;line-height:1.60356rem}@media (max-width: 631px){._WebsiteDevelopment_t1qrn_1 ._Row3_t1qrn_288 ._Techs_t1qrn_250{display:none}}._WebsiteDevelopment_t1qrn_1 ._Row3_t1qrn_288 ._TechsMobileView_t1qrn_312{display:none}@media (max-width: 631px){._WebsiteDevelopment_t1qrn_1 ._Row3_t1qrn_288 ._TechsMobileView_t1qrn_312{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem;row-gap:4rem;margin-top:3rem}}._WebsiteDevelopment_t1qrn_1 ._Row4_t1qrn_461{display:flex;flex-direction:column;align-items:center;gap:2rem}@media (max-width: 631px){._WebsiteDevelopment_t1qrn_1 ._Row4_t1qrn_461{width:100%;padding:3rem;align-items:flex-start}}._WebsiteDevelopment_t1qrn_1 ._Row4_t1qrn_461 h2{text-align:center}@media (max-width: 631px){._WebsiteDevelopment_t1qrn_1 ._Row4_t1qrn_461 h2{width:90%;text-align:start}}._WebsiteDevelopment_t1qrn_1 ._Row4_t1qrn_461 p{width:69.0625rem}@media (max-width: 631px){._WebsiteDevelopment_t1qrn_1 ._Row4_t1qrn_461 p{width:90%;text-align:start}}._WebsiteDevelopment_t1qrn_1 ._Row4_t1qrn_461 ._Cards_t1qrn_492{margin-top:4rem;display:flex;align-items:center;gap:4rem}@media (max-width: 631px){._WebsiteDevelopment_t1qrn_1 ._Row4_t1qrn_461 ._Cards_t1qrn_492{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem;row-gap:5rem}}._WebsiteDevelopment_t1qrn_1 ._Row4_t1qrn_461 ._Cards_t1qrn_492 ._Card_t1qrn_492{width:22.125rem;height:18.125rem;flex-shrink:0;border-radius:1.71319rem;background:var(--c2);box-shadow:0 4px 80px #00000014;padding:4rem 2rem 2rem 4rem;display:flex;flex-direction:column;gap:1rem;position:relative}@media (max-width: 631px){._WebsiteDevelopment_t1qrn_1 ._Row4_t1qrn_461 ._Cards_t1qrn_492 ._Card_t1qrn_492{width:100%;height:auto}}._WebsiteDevelopment_t1qrn_1 ._Row4_t1qrn_461 ._Cards_t1qrn_492 ._Card_t1qrn_492 p{width:auto;text-align:start}._WebsiteDevelopment_t1qrn_1 ._Row4_t1qrn_461 ._Cards_t1qrn_492 ._Card_t1qrn_492 i{position:absolute;top:-2.6rem;left:2.2rem;display:flex;width:5.24119rem;height:5.24119rem;padding:.9375rem .92869rem .92869rem .9375rem;justify-content:center;align-items:center;flex-shrink:0;border-radius:7.10619rem;background:var(--c2);box-shadow:0 4px 20px #0000000d}._WebsiteDevelopment_t1qrn_1 ._Row4_t1qrn_461 ._Cards_t1qrn_492 ._Card_t1qrn_492 i img,._WebsiteDevelopment_t1qrn_1 ._Row4_t1qrn_461 ._Cards_t1qrn_492 ._Card_t1qrn_492 i svg{width:100%;height:100%;object-fit:contain}._WebsiteDevelopment_t1qrn_1 ._Row4_t1qrn_461 ._Cards_t1qrn_492 ._Card_t1qrn_492 h3{color:var(--c3);font-family:var(--f1);font-size:2rem;font-style:normal;font-weight:600;line-height:2.74106rem;letter-spacing:-.04569rem}._WebsiteDevelopment_t1qrn_1 ._Row5_t1qrn_559{display:flex;flex-direction:column;align-items:center;gap:6rem}@media (max-width: 631px){._WebsiteDevelopment_t1qrn_1 ._Row5_t1qrn_559{width:100%;padding:3rem;gap:3rem}}._WebsiteDevelopment_t1qrn_1 ._Row5_t1qrn_559 ._Top_t1qrn_56{width:93.25rem;display:flex;flex-direction:column;align-items:center;gap:2.1875rem}@media (max-width: 631px){._WebsiteDevelopment_t1qrn_1 ._Row5_t1qrn_559 ._Top_t1qrn_56{width:100%;align-items:flex-start;padding:0}}._WebsiteDevelopment_t1qrn_1 ._Row5_t1qrn_559 ._Top_t1qrn_56 h2{width:60.75rem;text-align:center}@media (max-width: 631px){._WebsiteDevelopment_t1qrn_1 ._Row5_t1qrn_559 ._Top_t1qrn_56 h2{width:90%;text-align:start}}._WebsiteDevelopment_t1qrn_1 ._Row5_t1qrn_559 ._Top_t1qrn_56 p{width:59.875rem;color:var(--c3);text-align:center;font-family:var(--f1);font-size:1.125rem;font-style:normal;font-weight:400;line-height:1.755rem}@media (max-width: 631px){._WebsiteDevelopment_t1qrn_1 ._Row5_t1qrn_559 ._Top_t1qrn_56 p{width:90%;text-align:start}}._WebsiteDevelopment_t1qrn_1 ._Row5_t1qrn_559 ._ToolsFrameWorks_t1qrn_612{display:flex;flex-direction:column;gap:4rem}._WebsiteDevelopment_t1qrn_1 ._Row5_t1qrn_559 ._ToolsFrameWorks_t1qrn_612 ._Buttons_t1qrn_617{display:flex;align-items:center;gap:2.5rem}@media (max-width: 631px){._WebsiteDevelopment_t1qrn_1 ._Row5_t1qrn_559 ._ToolsFrameWorks_t1qrn_612 ._Buttons_t1qrn_617{width:100%;flex-wrap:wrap;align-items:flex-start;gap:1.5rem}}._WebsiteDevelopment_t1qrn_1 ._Row5_t1qrn_559 ._ToolsFrameWorks_t1qrn_612 ._Buttons_t1qrn_617 button{display:flex;width:auto;height:3.25rem;flex-direction:column;justify-content:center;align-items:center;border-radius:6.25rem;background:var(--b6);-webkit-backdrop-filter:blur(75px);backdrop-filter:blur(75px);color:var(--c3);font-family:var(--f1);font-size:1.125rem;font-style:normal;font-weight:500;line-height:1.50144rem;letter-spacing:.00925rem;padding:.2rem 2rem;border:none;cursor:pointer;box-shadow:0 4px 10px 0 var(--b1);transition:all ease-in-out .3s}._WebsiteDevelopment_t1qrn_1 ._Row5_t1qrn_559 ._ToolsFrameWorks_t1qrn_612 ._Buttons_t1qrn_617 button._Active_t1qrn_653{border-radius:6.25rem;background:var(--lg7);box-shadow:0 4px 20px 0 var(--rgb4);-webkit-backdrop-filter:blur(75px);backdrop-filter:blur(75px);color:var(--c2)}._WebsiteDevelopment_t1qrn_1 ._Row5_t1qrn_559 ._ToolsFrameWorks_t1qrn_612 ._Buttons_t1qrn_617 button:hover{background:var(--lg4)}._WebsiteDevelopment_t1qrn_1 ._Row5_t1qrn_559 ._ToolsFrameWorks_t1qrn_612 ._ToolWrapper_t1qrn_663{display:flex;width:75.57919rem;justify-content:center;align-items:center;flex-wrap:wrap;gap:3.0625rem}@media (max-width: 631px){._WebsiteDevelopment_t1qrn_1 ._Row5_t1qrn_559 ._ToolsFrameWorks_t1qrn_612 ._ToolWrapper_t1qrn_663{width:100%;gap:1rem;align-items:flex-start;justify-content:flex-start}}._WebsiteDevelopment_t1qrn_1 ._Row5_t1qrn_559 ._ToolsFrameWorks_t1qrn_612 ._ToolWrapper_t1qrn_663 ._TechCard_t1qrn_261{display:flex;width:auto;height:4.41731rem;padding:0rem .80119rem;align-items:center;gap:1.05606rem;border-radius:3.30031rem;background:#fff;box-shadow:0 2.112px 27.095px #0000000d;padding:.2rem 2rem}._WebsiteDevelopment_t1qrn_1 ._Row5_t1qrn_559 ._ToolsFrameWorks_t1qrn_612 ._ToolWrapper_t1qrn_663 ._TechCard_t1qrn_261 img{width:3.43231rem;height:3.43231rem;flex-shrink:0;border-radius:3.43231rem;border:.387px solid rgba(255,255,255,.07)}._WebsiteDevelopment_t1qrn_1 ._Row5_t1qrn_559 ._ToolsFrameWorks_t1qrn_612 ._ToolWrapper_t1qrn_663 ._TechCard_t1qrn_261 p{color:#3d3d3d;font-family:Inter;font-size:1.18544rem;font-style:normal;font-weight:500;line-height:200%}._WebsiteDevelopment_t1qrn_1 ._Row6_t1qrn_706{display:flex;flex-direction:column;align-items:flex-start;gap:2rem}@media (max-width: 631px){._WebsiteDevelopment_t1qrn_1 ._Row6_t1qrn_706{width:100%;padding:3rem}}._WebsiteDevelopment_t1qrn_1 ._Row6_t1qrn_706 p{width:69.0625rem;text-align:start}@media (max-width: 631px){._WebsiteDevelopment_t1qrn_1 ._Row6_t1qrn_706 p{width:90%}}._WebsiteDevelopment_t1qrn_1 ._Row6_t1qrn_706 ._Cards_t1qrn_492{margin-top:4rem;display:flex;align-items:center;gap:4rem}@media (max-width: 631px){._WebsiteDevelopment_t1qrn_1 ._Row6_t1qrn_706 ._Cards_t1qrn_492{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem;row-gap:5rem}}._WebsiteDevelopment_t1qrn_1 ._Row6_t1qrn_706 ._Cards_t1qrn_492 ._Card_t1qrn_492{width:22.125rem;height:24.125rem;flex-shrink:0;border-radius:1.71319rem;background:var(--c2);box-shadow:0 4px 80px #00000014;padding:4rem 2rem 2rem 4rem;display:flex;flex-direction:column;gap:1rem;position:relative}@media (max-width: 631px){._WebsiteDevelopment_t1qrn_1 ._Row6_t1qrn_706 ._Cards_t1qrn_492 ._Card_t1qrn_492{width:100%}}._WebsiteDevelopment_t1qrn_1 ._Row6_t1qrn_706 ._Cards_t1qrn_492 ._Card_t1qrn_492 p{width:auto;text-align:start}._WebsiteDevelopment_t1qrn_1 ._Row6_t1qrn_706 ._Cards_t1qrn_492 ._Card_t1qrn_492:nth-child(2) i{background:var(--lg5)}._WebsiteDevelopment_t1qrn_1 ._Row6_t1qrn_706 ._Cards_t1qrn_492 ._Card_t1qrn_492:nth-child(4) i{background:var(--lg6)}._WebsiteDevelopment_t1qrn_1 ._Row6_t1qrn_706 ._Cards_t1qrn_492 ._Card_t1qrn_492:nth-child(1) i{background:var(--lg7)}._WebsiteDevelopment_t1qrn_1 ._Row6_t1qrn_706 ._Cards_t1qrn_492 ._Card_t1qrn_492 i{position:absolute;top:-2.6rem;left:2.2rem;display:flex;width:5.24119rem;height:5.24119rem;padding:.9375rem .92869rem .92869rem .9375rem;justify-content:center;align-items:center;flex-shrink:0;border-radius:7.10619rem;background:var(--lg4);box-shadow:0 4px 20px #0000000d}._WebsiteDevelopment_t1qrn_1 ._Row6_t1qrn_706 ._Cards_t1qrn_492 ._Card_t1qrn_492 i img{width:100%;height:100%;object-fit:contain}._WebsiteDevelopment_t1qrn_1 ._Row6_t1qrn_706 ._Cards_t1qrn_492 ._Card_t1qrn_492 h3{color:var(--c3);font-family:var(--f1);font-size:2rem;font-style:normal;font-weight:600;line-height:2.74106rem;letter-spacing:-.04569rem}._WebsiteDevelopment_t1qrn_1 ._Row7_t1qrn_801{display:flex;flex-direction:column;align-items:center;gap:5rem;height:31.6875rem;width:100%;padding:5rem;flex-shrink:0;background-image:url(/assets/FooterBG-DYVQfLRK.webp);background-repeat:no-repeat;background-size:cover;margin-bottom:14rem}._WebsiteDevelopment_t1qrn_1 ._Row7_t1qrn_801 h2{width:93.25rem;color:var(--c2)}@media (max-width: 631px){._WebsiteDevelopment_t1qrn_1 ._Row7_t1qrn_801 h2{color:var(--c3);width:90%}._WebsiteDevelopment_t1qrn_1 ._Row7_t1qrn_801{width:100%;padding:3rem;background:var(--c2);height:auto;margin-bottom:4rem}}._WebsiteDevelopment_t1qrn_1 ._Row7_t1qrn_801 ._Cards_t1qrn_492{display:flex;align-items:center;width:93.25rem;gap:4rem}@media (max-width: 631px){._WebsiteDevelopment_t1qrn_1 ._Row7_t1qrn_801 ._Cards_t1qrn_492{width:100%;display:grid;grid-template-columns:repeat(1,1fr)}}._WebsiteDevelopment_t1qrn_1 ._Row7_t1qrn_801 ._Cards_t1qrn_492 ._Card_t1qrn_492{width:25.625rem;height:24.125rem;flex-shrink:0;border-radius:1.71319rem;background:var(--c2);box-shadow:0 4px 80px #00000014;padding:4rem 2rem 4rem 4rem;display:flex;flex-direction:column;gap:1rem;position:relative}._WebsiteDevelopment_t1qrn_1 ._Row7_t1qrn_801 ._Cards_t1qrn_492 ._Card_t1qrn_492 button{margin-top:auto}@media (max-width: 631px){._WebsiteDevelopment_t1qrn_1 ._Row7_t1qrn_801 ._Cards_t1qrn_492 ._Card_t1qrn_492{width:100%;height:auto;gap:2rem}}._WebsiteDevelopment_t1qrn_1 ._Row7_t1qrn_801 ._Cards_t1qrn_492 ._Card_t1qrn_492:nth-child(2) i{background:var(--lg7)}._WebsiteDevelopment_t1qrn_1 ._Row7_t1qrn_801 ._Cards_t1qrn_492 ._Card_t1qrn_492:nth-child(3) i{background:var(--lg4)}._WebsiteDevelopment_t1qrn_1 ._Row7_t1qrn_801 ._Cards_t1qrn_492 ._Card_t1qrn_492 i{position:absolute;top:-2.6rem;left:2.2rem;display:flex;width:5.24119rem;height:5.24119rem;padding:.9375rem .92869rem .92869rem .9375rem;justify-content:center;align-items:center;flex-shrink:0;border-radius:7.10619rem;background:var(--lg6);box-shadow:0 4px 20px #0000000d}._WebsiteDevelopment_t1qrn_1 ._Row7_t1qrn_801 ._Cards_t1qrn_492 ._Card_t1qrn_492 i img,._WebsiteDevelopment_t1qrn_1 ._Row7_t1qrn_801 ._Cards_t1qrn_492 ._Card_t1qrn_492 i svg{width:3.375rem;height:3.375rem;flex-shrink:0}._WebsiteDevelopment_t1qrn_1 ._Row7_t1qrn_801 ._Cards_t1qrn_492 ._Card_t1qrn_492 h3{color:var(--c3);font-family:var(--f1);font-size:2rem;font-style:normal;font-weight:600;line-height:2.74106rem;letter-spacing:-.04569rem}._WebsiteDevelopment_t1qrn_1 ._Row7_t1qrn_801 ._Cards_t1qrn_492 ._Card_t1qrn_492 p{color:var(--c4);font-family:var(--f1);font-size:1rem;font-style:normal;font-weight:400;text-align:start;line-height:1.60356rem}._WebsiteDevelopment_t1qrn_1 ._Row8_t1qrn_915{display:flex;flex-direction:column;align-items:center;gap:2rem}@media (max-width: 631px){._WebsiteDevelopment_t1qrn_1 ._Row8_t1qrn_915{width:100%;padding:3rem;align-items:flex-start}}._WebsiteDevelopment_t1qrn_1 ._Row8_t1qrn_915 h3{color:var(--c3);font-family:var(--f1);font-size:2rem;font-style:normal;font-weight:600;line-height:2.74106rem;letter-spacing:-.04569rem}._WebsiteDevelopment_t1qrn_1 ._Row8_t1qrn_915 p{color:var(--c4);font-family:var(--f1);font-size:1rem;font-style:normal;font-weight:400;line-height:1.60356rem}._WebsiteDevelopment_t1qrn_1 ._Row8_t1qrn_915 ._radioGroup_t1qrn_945{width:93.25rem;display:flex;align-items:center;gap:4rem;padding:1rem}@media (max-width: 631px){._WebsiteDevelopment_t1qrn_1 ._Row8_t1qrn_915 ._radioGroup_t1qrn_945{width:100%;flex-wrap:wrap;gap:1rem}}._WebsiteDevelopment_t1qrn_1 ._Row8_t1qrn_915 ._radioButton_t1qrn_959{display:flex;align-items:center;position:relative;cursor:pointer}._WebsiteDevelopment_t1qrn_1 ._Row8_t1qrn_915 ._radioButton_t1qrn_959 input[type=radio]{opacity:0;position:absolute;cursor:pointer}._WebsiteDevelopment_t1qrn_1 ._Row8_t1qrn_915 ._radioButton_t1qrn_959 ._labelText_t1qrn_970{padding:1rem 2rem;border-radius:2rem;transition:all .3s ease;display:flex;align-items:center;gap:1rem;border-radius:.625rem;background:#fff;box-shadow:0 4px 50px #0000001a;color:var(--Test, #3d3d3d);text-align:center;font-family:Inter;font-size:1.125rem;font-style:normal;font-weight:500;line-height:1.755rem}@media (max-width: 631px){._WebsiteDevelopment_t1qrn_1 ._Row8_t1qrn_915 ._radioButton_t1qrn_959 ._labelText_t1qrn_970{padding:1rem}}._WebsiteDevelopment_t1qrn_1 ._Row8_t1qrn_915 ._radioButton_t1qrn_959 ._labelText_t1qrn_970 i{width:1.8125rem;height:1.8125rem;border:1px solid #999;border-radius:50%}._WebsiteDevelopment_t1qrn_1 ._Row8_t1qrn_915 ._radioButton_t1qrn_959._active_t1qrn_999 i{border:.5rem solid var(--c1)}._WebsiteDevelopment_t1qrn_1 ._Row9_t1qrn_1002{width:93.25rem;display:flex;flex-direction:column;gap:2rem}@media (max-width: 631px){._WebsiteDevelopment_t1qrn_1 ._Row9_t1qrn_1002{width:100%;padding:3rem}}._WebsiteDevelopment_t1qrn_1 ._Row9_t1qrn_1002 h2{width:65%}._WebsiteDevelopment_t1qrn_1 ._Row9_t1qrn_1002 ._Details_t1qrn_300{width:70.8125rem;text-align:start}@media (max-width: 631px){._WebsiteDevelopment_t1qrn_1 ._Row9_t1qrn_1002 ._Details_t1qrn_300{width:90%}}._WebsiteDevelopment_t1qrn_1 ._Row9_t1qrn_1002 ._Cards_t1qrn_492{display:flex;width:100%;align-items:center;justify-content:space-between}@media (max-width: 631px){._WebsiteDevelopment_t1qrn_1 ._Row9_t1qrn_1002 ._Cards_t1qrn_492{display:grid;grid-template-columns:repeat(1,1fr);gap:2rem}}._WebsiteDevelopment_t1qrn_1 ._Row9_t1qrn_1002 ._Cards_t1qrn_492 ._Card_t1qrn_492{display:flex;width:27.5625rem;height:7.4375rem;padding:1.0625rem 1.3125rem;align-items:center;gap:1.5rem;border-radius:1.875rem;background:var(--c2);box-shadow:0 4px 40px #00000014;cursor:pointer;color:var(--c3);font-family:var(--f1);font-size:1.5rem;font-style:normal;font-weight:600;line-height:2.0625rem;letter-spacing:-.04569rem;transition:all ease-in-out .3s}@media (max-width: 631px){._WebsiteDevelopment_t1qrn_1 ._Row9_t1qrn_1002 ._Cards_t1qrn_492 ._Card_t1qrn_492{width:100%}}._WebsiteDevelopment_t1qrn_1 ._Row9_t1qrn_1002 ._Cards_t1qrn_492 ._Card_t1qrn_492 svg{width:2.875rem;height:2.875rem}._WebsiteDevelopment_t1qrn_1 ._Row9_t1qrn_1002 ._Cards_t1qrn_492 ._Card_t1qrn_492:hover{background:var(--c1);color:var(--c16)}._WebsiteDevelopment_t1qrn_1 ._Row9_t1qrn_1002 ._Cards_t1qrn_492 ._Card_t1qrn_492:hover svg path{fill:#fff!important}._WebsiteDevelopment_t1qrn_1 ._Row10_t1qrn_1075{width:93.25rem;display:flex;flex-direction:column;gap:2rem}@media (max-width: 631px){._WebsiteDevelopment_t1qrn_1 ._Row10_t1qrn_1075{width:100%;padding:3rem}}._WebsiteDevelopment_t1qrn_1 ._Row10_t1qrn_1075 h2{width:65%}@media (max-width: 631px){._WebsiteDevelopment_t1qrn_1 ._Row10_t1qrn_1075 h2{width:90%;text-align:start}}._WebsiteDevelopment_t1qrn_1 ._Row10_t1qrn_1075 p{text-align:start}@media (max-width: 631px){._WebsiteDevelopment_t1qrn_1 ._Row10_t1qrn_1075 p{width:90%}}._WebsiteDevelopment_t1qrn_1 ._Row10_t1qrn_1075 ._Details_t1qrn_300{width:70.8125rem;text-align:start}@media (max-width: 631px){._WebsiteDevelopment_t1qrn_1 ._Row10_t1qrn_1075 ._Details_t1qrn_300{width:100%}}._WebsiteDevelopment_t1qrn_1 ._Row10_t1qrn_1075 ._Techs_t1qrn_250,._WebsiteDevelopment_t1qrn_1 ._Row10_t1qrn_1075 ._TechsMobileView_t1qrn_312{width:100%;display:flex;flex-direction:column;gap:8rem}._WebsiteDevelopment_t1qrn_1 ._Row10_t1qrn_1075 ._Techs_t1qrn_250 ._Row_t1qrn_44,._WebsiteDevelopment_t1qrn_1 ._Row10_t1qrn_1075 ._TechsMobileView_t1qrn_312 ._Row_t1qrn_44{width:100%;display:flex;align-items:center;gap:6rem}._WebsiteDevelopment_t1qrn_1 ._Row10_t1qrn_1075 ._Techs_t1qrn_250 ._Row_t1qrn_44:nth-child(1),._WebsiteDevelopment_t1qrn_1 ._Row10_t1qrn_1075 ._TechsMobileView_t1qrn_312 ._Row_t1qrn_44:nth-child(1){margin-top:2rem}._WebsiteDevelopment_t1qrn_1 ._Row10_t1qrn_1075 ._Techs_t1qrn_250 ._Row_t1qrn_44:nth-child(2),._WebsiteDevelopment_t1qrn_1 ._Row10_t1qrn_1075 ._TechsMobileView_t1qrn_312 ._Row_t1qrn_44:nth-child(2){justify-content:center}._WebsiteDevelopment_t1qrn_1 ._Row10_t1qrn_1075 ._Techs_t1qrn_250 ._TechCard_t1qrn_261,._WebsiteDevelopment_t1qrn_1 ._Row10_t1qrn_1075 ._TechsMobileView_t1qrn_312 ._TechCard_t1qrn_261{width:25.625rem;min-height:18.4375rem;display:flex;flex-direction:column;border-radius:1.71319rem;background:var(--c2);padding:4rem 2rem 2rem;box-shadow:0 4px 40px #0000000a,0 4px 80px #efefef80;gap:2rem;position:relative}@media (max-width: 631px){._WebsiteDevelopment_t1qrn_1 ._Row10_t1qrn_1075 ._Techs_t1qrn_250 ._TechCard_t1qrn_261,._WebsiteDevelopment_t1qrn_1 ._Row10_t1qrn_1075 ._TechsMobileView_t1qrn_312 ._TechCard_t1qrn_261{width:100%}}._WebsiteDevelopment_t1qrn_1 ._Row10_t1qrn_1075 ._Techs_t1qrn_250 ._TechCard_t1qrn_261 ._Count_t1qrn_365,._WebsiteDevelopment_t1qrn_1 ._Row10_t1qrn_1075 ._TechsMobileView_t1qrn_312 ._TechCard_t1qrn_261 ._Count_t1qrn_365{position:absolute;top:-2rem;left:2rem;width:5.24119rem;height:5.24119rem;display:inline-flex;padding:1.0625rem 1.45994rem .99119rem 1.40625rem;justify-content:center;align-items:center;background:var(--lg6);box-shadow:0 4px 20px #0000000d;color:var(--c2);font-family:var(--f1);font-size:2.10638rem;font-style:normal;font-weight:600;line-height:3.15956rem;letter-spacing:-.04213rem;border-radius:7.10619rem}._WebsiteDevelopment_t1qrn_1 ._Row10_t1qrn_1075 ._Techs_t1qrn_250 ._TechCard_t1qrn_261 ._Count_t1qrn_365._Red_t1qrn_385,._WebsiteDevelopment_t1qrn_1 ._Row10_t1qrn_1075 ._TechsMobileView_t1qrn_312 ._TechCard_t1qrn_261 ._Count_t1qrn_365._Red_t1qrn_385{background:var(--lg7)}._WebsiteDevelopment_t1qrn_1 ._Row10_t1qrn_1075 ._Techs_t1qrn_250 ._TechCard_t1qrn_261 ._Count_t1qrn_365._Yellow_t1qrn_389,._WebsiteDevelopment_t1qrn_1 ._Row10_t1qrn_1075 ._TechsMobileView_t1qrn_312 ._TechCard_t1qrn_261 ._Count_t1qrn_365._Yellow_t1qrn_389{background:var(--lg4)}._WebsiteDevelopment_t1qrn_1 ._Row10_t1qrn_1075 ._Techs_t1qrn_250 ._TechCard_t1qrn_261 ._Count_t1qrn_365._Green_t1qrn_393,._WebsiteDevelopment_t1qrn_1 ._Row10_t1qrn_1075 ._TechsMobileView_t1qrn_312 ._TechCard_t1qrn_261 ._Count_t1qrn_365._Green_t1qrn_393{background:var(--lg5)}._WebsiteDevelopment_t1qrn_1 ._Row10_t1qrn_1075 ._Techs_t1qrn_250 ._TechCard_t1qrn_261 ._Top_t1qrn_56,._WebsiteDevelopment_t1qrn_1 ._Row10_t1qrn_1075 ._TechsMobileView_t1qrn_312 ._TechCard_t1qrn_261 ._Top_t1qrn_56{display:flex;align-items:center;justify-content:space-between;gap:1rem}._WebsiteDevelopment_t1qrn_1 ._Row10_t1qrn_1075 ._Techs_t1qrn_250 ._TechCard_t1qrn_261 ._Top_t1qrn_56 h3,._WebsiteDevelopment_t1qrn_1 ._Row10_t1qrn_1075 ._TechsMobileView_t1qrn_312 ._TechCard_t1qrn_261 ._Top_t1qrn_56 h3{color:var(--c3);font-family:var(--f1);font-size:2rem;font-style:normal;font-weight:600;line-height:2.74106rem;letter-spacing:-.04569rem}._WebsiteDevelopment_t1qrn_1 ._Row10_t1qrn_1075 ._Techs_t1qrn_250 ._TechCard_t1qrn_261 p,._WebsiteDevelopment_t1qrn_1 ._Row10_t1qrn_1075 ._TechsMobileView_t1qrn_312 ._TechCard_t1qrn_261 p{color:var(--c4);font-family:var(--f1);font-size:1rem;font-style:normal;font-weight:400;line-height:1.60356rem;text-align:start}@media (max-width: 631px){._WebsiteDevelopment_t1qrn_1 ._Row10_t1qrn_1075 ._Techs_t1qrn_250{display:none}}._WebsiteDevelopment_t1qrn_1 ._Row10_t1qrn_1075 ._TechsMobileView_t1qrn_312{display:none}@media (max-width: 631px){._WebsiteDevelopment_t1qrn_1 ._Row10_t1qrn_1075 ._TechsMobileView_t1qrn_312{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem;row-gap:4rem;margin-top:3rem}}._HireTopInterns_otytm_1 ._GlobalTalentMetrics_otytm_239 ._Card_otytm_315 i{position:absolute;left:50%;top:0;transform:translate(-50%,-50%);display:inline-flex;height:5.24119rem;padding:1.1875rem 1.17869rem 1.30369rem 1.3125rem;justify-content:center;align-items:center;flex-shrink:0;border-radius:7.10619rem;background:var(--Background, linear-gradient(106deg, #f3721b 4.46%, #fff 232.7%));box-shadow:0 4px 50px #0000000f}._HireTopInterns_otytm_1{width:100%;display:flex;flex-direction:column}._HireTopInterns_otytm_1 h2{color:var(--c3);text-align:center;font-family:var(--f2);font-size:3.5rem;font-style:normal;font-weight:700;line-height:3.99rem;letter-spacing:-.07rem}@media (max-width: 631px){._HireTopInterns_otytm_1 h2{font-size:2.5rem}}._HireTopInterns_otytm_1 h2 span{color:var(--c1)}._HireTopInterns_otytm_1 ._Row1_otytm_24{position:relative;padding:5rem;display:flex;flex-direction:column;gap:4rem}@media (max-width: 1024px){._HireTopInterns_otytm_1 ._Row1_otytm_24{padding:3rem}}@media (max-width: 631px){._HireTopInterns_otytm_1 ._Row1_otytm_24{padding:2rem}}._HireTopInterns_otytm_1 ._Row1_otytm_24 ._TopSection_otytm_41{display:flex;align-items:center;justify-content:space-evenly;gap:6rem}@media (max-width: 1024px){._HireTopInterns_otytm_1 ._Row1_otytm_24 ._TopSection_otytm_41{gap:3rem}}@media (max-width: 631px){._HireTopInterns_otytm_1 ._Row1_otytm_24 ._TopSection_otytm_41{flex-direction:column;gap:2rem}}._HireTopInterns_otytm_1 ._Row1_otytm_24 ._TopSection_otytm_41 ._Left_otytm_58{width:42.0625rem;display:flex;flex-direction:column;gap:1.5rem;margin-top:-8rem;margin-left:10rem}@media (max-width: 1024px){._HireTopInterns_otytm_1 ._Row1_otytm_24 ._TopSection_otytm_41 ._Left_otytm_58{max-width:80%}}@media (max-width: 631px){._HireTopInterns_otytm_1 ._Row1_otytm_24 ._TopSection_otytm_41 ._Left_otytm_58{max-width:100%;margin-top:1rem;margin-left:0}}._HireTopInterns_otytm_1 ._Row1_otytm_24 ._TopSection_otytm_41 ._Left_otytm_58 ._DummyBtn_otytm_78{display:flex;width:max-content;height:3.0625rem;justify-content:center;align-items:center;gap:.75rem;border-radius:6.25rem;background:#f47b2a0d;color:#f58133;font-family:Inter;font-size:1rem;font-style:normal;font-weight:500;line-height:1.62rem;padding:.1rem 1rem}._HireTopInterns_otytm_1 ._Row1_otytm_24 ._TopSection_otytm_41 ._Left_otytm_58 ._DummyBtn_otytm_78 img{flex-shrink:0}._HireTopInterns_otytm_1 ._Row1_otytm_24 ._TopSection_otytm_41 ._Left_otytm_58 ._DummyBtn_otytm_78 svg{width:2rem;height:2rem}._HireTopInterns_otytm_1 ._Row1_otytm_24 ._TopSection_otytm_41 ._Left_otytm_58 ._DummyBtn_otytm_78 svg path{fill:orange!important}._HireTopInterns_otytm_1 ._Row1_otytm_24 ._TopSection_otytm_41 ._Left_otytm_58 h1{color:#2f2f2f;font-family:Inter;font-size:3rem;font-style:normal;font-weight:600;line-height:4.45856rem;letter-spacing:-.06356rem}._HireTopInterns_otytm_1 ._Row1_otytm_24 ._TopSection_otytm_41 ._Left_otytm_58 h1 span{background:var(--Frame-1618873097, linear-gradient(112deg, #f3721b 4.93%, #ff7236 256.79%));background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}._HireTopInterns_otytm_1 ._Row1_otytm_24 ._TopSection_otytm_41 ._Left_otytm_58 p{color:#313131;font-family:Inter;font-size:1.125rem;font-style:normal;font-weight:300;line-height:1.81469rem}@media (max-width: 631px){._HireTopInterns_otytm_1 ._Row1_otytm_24 ._TopSection_otytm_41 ._Left_otytm_58 p{width:70%;font-size:1.3125rem}}._HireTopInterns_otytm_1 ._Row1_otytm_24 ._TopSection_otytm_41 ._Left_otytm_58 ._Row_otytm_24{display:flex;gap:1rem;height:max-content}._HireTopInterns_otytm_1 ._Row1_otytm_24 ._TopSection_otytm_41 ._Left_otytm_58 ._Row_otytm_24 ._Col_otytm_139{flex:1;display:flex;flex-direction:column;gap:.7rem}._HireTopInterns_otytm_1 ._Row1_otytm_24 ._TopSection_otytm_41 ._Left_otytm_58 ._Row_otytm_24 ._Col_otytm_139 p{color:#3d3d3d;text-align:start;font-family:Poppins;font-size:.825rem;font-style:normal;font-weight:400;line-height:111.4%;text-transform:capitalize;white-space:nowrap;display:flex;align-items:center;gap:.4rem}@media (max-width: 631px){._HireTopInterns_otytm_1 ._Row1_otytm_24 ._TopSection_otytm_41 ._Left_otytm_58 ._Row_otytm_24 ._Col_otytm_139 p{font-size:1rem;flex:1}}._HireTopInterns_otytm_1 ._Row1_otytm_24 ._TopSection_otytm_41 ._Left_otytm_58 ._Row_otytm_24 ._Col_otytm_139 p svg{width:1.375rem;height:1.375rem;flex-shrink:0}@media (max-width: 631px){._HireTopInterns_otytm_1 ._Row1_otytm_24 ._TopSection_otytm_41 ._Left_otytm_58 ._Row_otytm_24 ._Col_otytm_139 p svg{width:1.5375rem;height:1.5375rem}}._HireTopInterns_otytm_1 ._Row1_otytm_24 ._TopSection_otytm_41 ._Left_otytm_58 ._Row_otytm_24 ._Col_otytm_139 p svg path{fill:#6ac248}._HireTopInterns_otytm_1 ._Row1_otytm_24 ._TopSection_otytm_41 ._Left_otytm_58 ._Row_otytm_24 ._Line_otytm_179{height:100%;width:2px;background:#0003}._HireTopInterns_otytm_1 ._Row1_otytm_24 ._TopSection_otytm_41 ._Left_otytm_58 ._BtnWrapper_otytm_184{display:flex;align-items:center;gap:1rem}._HireTopInterns_otytm_1 ._Row1_otytm_24 ._TopSection_otytm_41 ._Right_otytm_189 img{width:70%;height:auto;border-radius:1rem}@media (max-width: 1024px){._HireTopInterns_otytm_1 ._Row1_otytm_24 ._TopSection_otytm_41 ._Right_otytm_189{width:100%}}@media (max-width: 425px){._HireTopInterns_otytm_1 ._Row1_otytm_24 ._TopSection_otytm_41 ._Right_otytm_189{width:500px;margin-left:30rem;margin-top:2rem;margin-bottom:2rem}}._HireTopInterns_otytm_1 ._Row1_otytm_24 ._Asset1_otytm_207{width:29.5625rem;height:34.918rem;position:absolute;left:-4rem;top:-10rem}@media (max-width: 631px){._HireTopInterns_otytm_1 ._Row1_otytm_24 ._Asset1_otytm_207{display:none}}._HireTopInterns_otytm_1 ._Row1_otytm_24 ._Asset1_otytm_207 svg{height:100%;width:100%}._HireTopInterns_otytm_1 ._Row1_otytm_24 ._Asset2_otytm_223{width:29.5625rem;height:34.918rem;position:absolute;right:-4rem;top:10rem}@media (max-width: 631px){._HireTopInterns_otytm_1 ._Row1_otytm_24 ._Asset2_otytm_223{display:none}}._HireTopInterns_otytm_1 ._Row1_otytm_24 ._Asset2_otytm_223 svg{height:100%;width:100%}._HireTopInterns_otytm_1 ._GlobalTalentMetrics_otytm_239{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;margin:4rem 0;background:url(/assets/SILBG-DudNR10-.webp);background-size:cover;background-position:center;width:100%;height:42.6875rem;flex-shrink:0}@media (max-width: 1024px){._HireTopInterns_otytm_1 ._GlobalTalentMetrics_otytm_239{height:auto;padding:3rem 4rem}}@media (max-width: 631px){._HireTopInterns_otytm_1 ._GlobalTalentMetrics_otytm_239{min-height:42.6875rem;height:70rem;padding:2rem 3rem}}._HireTopInterns_otytm_1 ._GlobalTalentMetrics_otytm_239 h2{color:#fff}._HireTopInterns_otytm_1 ._GlobalTalentMetrics_otytm_239 h4{color:#fff;font-size:1rem}._HireTopInterns_otytm_1 ._GlobalTalentMetrics_otytm_239 p{color:#fff;text-align:center;font-family:Inter;font-size:1.125rem;font-style:normal;font-weight:400;line-height:1.755rem}@media (max-width: 1024px){._HireTopInterns_otytm_1 ._GlobalTalentMetrics_otytm_239 p{font-size:1.25rem}}@media (max-width: 631px){._HireTopInterns_otytm_1 ._GlobalTalentMetrics_otytm_239 p{font-size:1.3125rem}}._HireTopInterns_otytm_1 ._GlobalTalentMetrics_otytm_239 ._TrustedByCards_otytm_292{display:flex;align-items:center;justify-content:center;gap:3rem;margin-top:3.5rem}@media (max-width: 1024px){._HireTopInterns_otytm_1 ._GlobalTalentMetrics_otytm_239 ._TrustedByCards_otytm_292{gap:2rem;flex-wrap:wrap;justify-content:space-around}}@media (max-width: 631px){._HireTopInterns_otytm_1 ._GlobalTalentMetrics_otytm_239 ._TrustedByCards_otytm_292{width:100%;display:grid;grid-template-columns:repeat(2,1fr);gap:1rem;row-gap:5rem}}._HireTopInterns_otytm_1 ._GlobalTalentMetrics_otytm_239 ._CardOuter_otytm_315{width:22.125rem;height:16.125rem;border:1px solid #f37927;background:linear-gradient(180deg,#ffffff1a,#9990);box-shadow:0 4px 80px #f672234d;-webkit-backdrop-filter:blur(25px);backdrop-filter:blur(25px);border-radius:1.71319rem}@media (max-width: 1024px){._HireTopInterns_otytm_1 ._GlobalTalentMetrics_otytm_239 ._CardOuter_otytm_315{width:18rem;height:14rem}}@media (max-width: 631px){._HireTopInterns_otytm_1 ._GlobalTalentMetrics_otytm_239 ._CardOuter_otytm_315{width:100%}}._HireTopInterns_otytm_1 ._GlobalTalentMetrics_otytm_239 ._Card_otytm_315{width:22.125rem;height:16.125rem;flex-shrink:0;border-radius:1.71319rem;position:relative;display:flex;flex-direction:column;padding:3rem 2.5rem;align-items:center;justify-content:flex-end}@media (max-width: 631px){._HireTopInterns_otytm_1 ._GlobalTalentMetrics_otytm_239 ._Card_otytm_315{width:100%}}._HireTopInterns_otytm_1 ._GlobalTalentMetrics_otytm_239 ._Card_otytm_315 i svg{width:2.75rem;height:2.75rem;aspect-ratio:1/1}._HireTopInterns_otytm_1 ._GlobalTalentMetrics_otytm_239 ._Card_otytm_315 h3{font-family:Inter;font-size:3.27719rem;font-style:normal;font-weight:600;line-height:140%;letter-spacing:-.13306rem;background:var(--Background, linear-gradient(106deg, #f3721b 4.46%, #fff 232.7%));background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}._HireTopInterns_otytm_1 ._GlobalTalentMetrics_otytm_239 ._Card_otytm_315 h4{color:#fff;font-family:Inter;font-size:1.125rem;font-style:normal;font-weight:600;line-height:2.74106rem;letter-spacing:-.04569rem}@media (max-width: 631px){._HireTopInterns_otytm_1 ._GlobalTalentMetrics_otytm_239 ._Card_otytm_315 h4{font-size:1.1rem;line-height:2rem}}._HireTopInterns_otytm_1 ._GlobalTalentMetrics_otytm_239 ._Card_otytm_315 p{color:#fff;text-align:center;font-family:Inter;font-size:1rem;font-style:normal;font-weight:400;line-height:1.60356rem;width:80%}@media (max-width: 1024px){._HireTopInterns_otytm_1 ._GlobalTalentMetrics_otytm_239 ._Card_otytm_315 p{font-size:1.1rem}}@media (max-width: 631px){._HireTopInterns_otytm_1 ._GlobalTalentMetrics_otytm_239 ._Card_otytm_315 p{font-size:.9rem;color:#9e9c9c}}._HireTopInterns_otytm_1 ._GlobalTalentMetrics_otytm_239 ._BtnWrapper_otytm_184{display:flex;align-items:center;gap:1rem;margin-top:1rem}@media (max-width: 631px){._HireTopInterns_otytm_1 ._GlobalTalentMetrics_otytm_239 ._BtnWrapper_otytm_184{margin-top:2rem}}._HireTopInterns_otytm_1 ._GlobalTalentMetrics_otytm_239 ._CardOuter_otytm_315:nth-child(1){border:1px solid #7c64f1;background:linear-gradient(180deg,#ffffff1a,#9990);box-shadow:0 4px 80px #7156ef4d;-webkit-backdrop-filter:blur(25px);backdrop-filter:blur(25px)}._HireTopInterns_otytm_1 ._GlobalTalentMetrics_otytm_239 ._CardOuter_otytm_315:nth-child(1) i{border-radius:7.10619rem;background:var(--Frame-1618873352, linear-gradient(112deg, #6548ee 4.93%, #fff 256.79%));box-shadow:0 4px 50px #0000000f}._HireTopInterns_otytm_1 ._GlobalTalentMetrics_otytm_239 ._CardOuter_otytm_315:nth-child(1) h3{background:var(--Frame-1618873352, linear-gradient(112deg, #6548ee 4.93%, #fff 256.79%));background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}._HireTopInterns_otytm_1 ._GlobalTalentMetrics_otytm_239 ._CardOuter_otytm_315:nth-child(2){border-radius:1.71319rem;border:1px solid #6bceef;background:linear-gradient(180deg,#ffffff1a,#9990);box-shadow:0 4px 80px #45c2eb4d;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px)}._HireTopInterns_otytm_1 ._GlobalTalentMetrics_otytm_239 ._CardOuter_otytm_315:nth-child(2) i{border-radius:7.10619rem;background:var(--Background, linear-gradient(112deg, #2fbbe9 4.93%, #fff 256.79%));box-shadow:0 4px 50px #0000000f}._HireTopInterns_otytm_1 ._GlobalTalentMetrics_otytm_239 ._CardOuter_otytm_315:nth-child(2) h3{background:var(--Background, linear-gradient(112deg, #2fbbe9 4.93%, #fff 256.79%));background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}._HireTopInterns_otytm_1 ._GlobalTalentMetrics_otytm_239 ._CardOuter_otytm_315:nth-child(4){border-radius:1.71319rem;border:1px solid #7bc95d;background:linear-gradient(180deg,#ffffff1a,#9990);box-shadow:0 4px 80px #79c85b4d;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px)}._HireTopInterns_otytm_1 ._GlobalTalentMetrics_otytm_239 ._CardOuter_otytm_315:nth-child(4) i{border-radius:7.10619rem;background:var(--Background, linear-gradient(112deg, #6ac248 4.93%, #fff 256.79%));box-shadow:0 4px 50px #0000000f}._HireTopInterns_otytm_1 ._GlobalTalentMetrics_otytm_239 ._CardOuter_otytm_315:nth-child(4) h3{background:var(--Background, linear-gradient(112deg, #6ac248 4.93%, #fff 256.79%));background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}._HireTopInterns_otytm_1 ._WhyChooseAcrosstek_otytm_484{display:flex;flex-direction:column;align-items:center;margin-top:4rem;gap:1rem}._HireTopInterns_otytm_1 ._WhyChooseAcrosstek_otytm_484 h2{font-size:3rem;line-height:120%;text-align:center}@media (max-width: 1024px){._HireTopInterns_otytm_1 ._WhyChooseAcrosstek_otytm_484 h2{font-size:2.8rem}}@media (max-width: 631px){._HireTopInterns_otytm_1 ._WhyChooseAcrosstek_otytm_484 h2{font-size:3rem;line-height:130%}}._HireTopInterns_otytm_1 ._WhyChooseAcrosstek_otytm_484 p{color:var(--Test, #3d3d3d);text-align:center;font-family:Inter;font-size:1.125rem;font-weight:400;line-height:1.755rem}@media (max-width: 1024px){._HireTopInterns_otytm_1 ._WhyChooseAcrosstek_otytm_484 p{font-size:1.2rem}}@media (max-width: 631px){._HireTopInterns_otytm_1 ._WhyChooseAcrosstek_otytm_484 p{font-size:1rem}}._HireTopInterns_otytm_1 ._WhyChooseAcrosstek_otytm_484 ._WCACards_otytm_525{display:grid;grid-template-columns:repeat(4,1fr);align-items:stretch;gap:1rem;margin-top:4rem}@media (max-width: 1024px){._HireTopInterns_otytm_1 ._WhyChooseAcrosstek_otytm_484 ._WCACards_otytm_525{grid-template-columns:repeat(2,1fr);gap:1.5rem}}@media (max-width: 631px){._HireTopInterns_otytm_1 ._WhyChooseAcrosstek_otytm_484 ._WCACards_otytm_525{grid-template-columns:repeat(2,1fr);gap:1rem;width:100%}}._HireTopInterns_otytm_1 ._WhyChooseAcrosstek_otytm_484 ._WCACards_otytm_525 ._Card_otytm_315{width:22.125rem;height:26rem;flex-shrink:0;border-radius:1.71319rem;background:#fff;box-shadow:0 4px 40px #0000000a,0 4px 80px #efefef80;display:flex;flex-direction:column;gap:.5rem;padding:1.2rem;align-items:center}@media (max-width: 1024px){._HireTopInterns_otytm_1 ._WhyChooseAcrosstek_otytm_484 ._WCACards_otytm_525 ._Card_otytm_315{width:18rem;height:22rem}}@media (max-width: 631px){._HireTopInterns_otytm_1 ._WhyChooseAcrosstek_otytm_484 ._WCACards_otytm_525 ._Card_otytm_315{width:100%;height:auto;padding:1rem}}._HireTopInterns_otytm_1 ._WhyChooseAcrosstek_otytm_484 ._WCACards_otytm_525 ._Card_otytm_315 svg{width:15.71875rem;height:15.71875rem;flex-shrink:0}@media (max-width: 1024px){._HireTopInterns_otytm_1 ._WhyChooseAcrosstek_otytm_484 ._WCACards_otytm_525 ._Card_otytm_315 svg{width:12rem;height:12rem}}@media (max-width: 631px){._HireTopInterns_otytm_1 ._WhyChooseAcrosstek_otytm_484 ._WCACards_otytm_525 ._Card_otytm_315 svg{width:70%;height:auto;margin-bottom:1.5rem}}._HireTopInterns_otytm_1 ._WhyChooseAcrosstek_otytm_484 ._WCACards_otytm_525 ._Card_otytm_315 h3{color:var(--Test, #3d3d3d);text-align:center;font-family:Inter;font-size:1.5rem;font-weight:600;line-height:120%;letter-spacing:-.04569rem}@media (max-width: 1024px){._HireTopInterns_otytm_1 ._WhyChooseAcrosstek_otytm_484 ._WCACards_otytm_525 ._Card_otytm_315 h3{font-size:1.4rem}}@media (max-width: 631px){._HireTopInterns_otytm_1 ._WhyChooseAcrosstek_otytm_484 ._WCACards_otytm_525 ._Card_otytm_315 h3{font-size:1.25rem}}._HireTopInterns_otytm_1 ._WhyChooseAcrosstek_otytm_484 ._WCACards_otytm_525 ._Card_otytm_315 p{color:#858585;text-align:center;font-family:Inter;font-size:1rem;font-weight:400;line-height:1.60356rem}@media (max-width: 1024px){._HireTopInterns_otytm_1 ._WhyChooseAcrosstek_otytm_484 ._WCACards_otytm_525 ._Card_otytm_315 p{font-size:.95rem}}@media (max-width: 631px){._HireTopInterns_otytm_1 ._WhyChooseAcrosstek_otytm_484 ._WCACards_otytm_525 ._Card_otytm_315 p{font-size:.9rem}}._HireTopInterns_otytm_1 ._WhyChooseAcrosstek_otytm_484 ._WCACards_otytm_525 ._Card_otytm_315 h4{text-align:center;font-family:Inter;font-size:1.125rem;font-weight:600;line-height:2.74106rem;letter-spacing:-.04569rem;background:var(--Background, linear-gradient(106deg, #f3721b 4.46%, #fff 232.7%));background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}@media (max-width: 1024px){._HireTopInterns_otytm_1 ._WhyChooseAcrosstek_otytm_484 ._WCACards_otytm_525 ._Card_otytm_315 h4{font-size:1.1rem}}@media (max-width: 631px){._HireTopInterns_otytm_1 ._WhyChooseAcrosstek_otytm_484 ._WCACards_otytm_525 ._Card_otytm_315 h4{font-size:1rem;line-height:2rem}}._HireTopInterns_otytm_1 ._ScaleBusiness_otytm_649{margin:10rem 12rem 0;padding:5rem 4rem;display:grid;grid-template-columns:1fr .25fr;border-radius:2rem;box-shadow:0 4px 10px #0000000a,0 4px 20px #fa802eeb;gap:2.4rem}@media (max-width: 1024px){._HireTopInterns_otytm_1 ._ScaleBusiness_otytm_649{margin:6rem 6rem 0;padding:4rem 3rem;grid-template-columns:1fr .3fr}}@media (max-width: 631px){._HireTopInterns_otytm_1 ._ScaleBusiness_otytm_649{margin:4rem 2rem 0;padding:3rem 2rem;grid-template-columns:1fr;justify-items:center;text-align:center;gap:2rem}}._HireTopInterns_otytm_1 ._ScaleBusiness_otytm_649 ._Col1_otytm_675 h2{text-align:start;margin-bottom:2rem}@media (max-width: 631px){._HireTopInterns_otytm_1 ._ScaleBusiness_otytm_649 ._Col1_otytm_675 h2{text-align:center}}._HireTopInterns_otytm_1 ._ScaleBusiness_otytm_649 ._Col1_otytm_675 ._BtnWrapper_otytm_184{margin-top:4rem;display:flex;gap:3rem;align-items:center}@media (max-width: 631px){._HireTopInterns_otytm_1 ._ScaleBusiness_otytm_649 ._Col1_otytm_675 ._BtnWrapper_otytm_184{margin-top:2rem;flex-direction:column;gap:1.5rem}}._HireTopInterns_otytm_1 ._ScaleBusiness_otytm_649 ._Col2_otytm_697{width:100%}._HireTopInterns_otytm_1 ._ScaleBusiness_otytm_649 ._Col2_otytm_697 img{width:100%;height:auto;object-fit:contain}@media (max-width: 631px){._HireTopInterns_otytm_1 ._ScaleBusiness_otytm_649 ._Col2_otytm_697 img{width:70%;margin:2rem auto}}._HireTopInterns_otytm_1 ._ScaleBusiness_otytm_649 ._Col2_otytm_697 ._calendar_otytm_711{width:30rem}@media (max-width: 631px){._HireTopInterns_otytm_1 ._ScaleBusiness_otytm_649 ._Col2_otytm_697 ._calendar_otytm_711{width:90%;margin:0 auto}._HireTopInterns_otytm_1 ._ScaleBusiness_otytm_649 ._Col2_otytm_697{display:block}}._HireTopInterns_otytm_1 ._DevProcess_otytm_725{width:100%;display:grid;grid-template-columns:1fr 1fr;gap:3rem;padding:0 12rem;margin-bottom:4rem}@media screen and (max-width: 631px){._HireTopInterns_otytm_1 ._DevProcess_otytm_725{padding:0 3rem;gap:2rem;margin-bottom:2rem;grid-template-columns:1fr}}._HireTopInterns_otytm_1 ._DevProcess_otytm_725 ._Col1_otytm_675 h2{text-align:start;margin-bottom:2rem}@media (max-width: 631px){._HireTopInterns_otytm_1 ._DevProcess_otytm_725 ._Col1_otytm_675 h2{font-size:3rem}}._HireTopInterns_otytm_1 ._DevProcess_otytm_725 ._Col1_otytm_675 p{margin-bottom:2rem}._HireTopInterns_otytm_1 ._DevProcess_otytm_725 ._Col1_otytm_675 ._Row_otytm_24{display:flex;align-items:center;justify-content:start;margin-bottom:2rem;gap:1rem}._HireTopInterns_otytm_1 ._DevProcess_otytm_725 ._Col1_otytm_675 ._Row_otytm_24 h4{font-size:1.25rem;margin-bottom:.5rem}._HireTopInterns_otytm_1 ._DevProcess_otytm_725 ._Col1_otytm_675 ._Row_otytm_24 h4 span{background:linear-gradient(106deg,#6448ee62 4.46%,#fff 232.7%);color:#6448ee;padding:.1rem .5rem;border-radius:4rem;margin-left:1rem}._HireTopInterns_otytm_1 ._DevProcess_otytm_725 ._Col1_otytm_675 ._Row_otytm_24 p{margin:0}._HireTopInterns_otytm_1 ._DevProcess_otytm_725 ._Col1_otytm_675 ._Row_otytm_24 ._Icon_otytm_774{padding:.5rem;border-radius:.5rem;width:4rem;height:4rem;display:flex;align-items:center;justify-content:center}._HireTopInterns_otytm_1 ._DevProcess_otytm_725 ._Col1_otytm_675 ._Row_otytm_24:nth-child(3) ._Icon_otytm_774{background:linear-gradient(106deg,#a18eff 4.46%,#fff 232.7%)}._HireTopInterns_otytm_1 ._DevProcess_otytm_725 ._Col1_otytm_675 ._Row_otytm_24:nth-child(4) ._Icon_otytm_774{background:linear-gradient(106deg,#ffa86e 4.46%,#fff 232.7%)}._HireTopInterns_otytm_1 ._DevProcess_otytm_725 ._Col1_otytm_675 ._Row_otytm_24:nth-child(5) ._Icon_otytm_774{background:linear-gradient(106deg,#7bdeff 4.46%,#fff 232.7%)}._HireTopInterns_otytm_1 ._DevProcess_otytm_725 ._Col1_otytm_675 ._Row_otytm_24:nth-child(6) ._Icon_otytm_774{background:linear-gradient(106deg,#af8 4.46%,#fff 232.7%)}._HireTopInterns_otytm_1 ._DevProcess_otytm_725 ._Col1_otytm_675 ._Row_otytm_24:nth-child(4) span{background:linear-gradient(106deg,#f3721b62 4.46%,#fff 232.7%);color:#f3721b}._HireTopInterns_otytm_1 ._DevProcess_otytm_725 ._Col1_otytm_675 ._Row_otytm_24:nth-child(5) span{background:linear-gradient(106deg,#2fbbe962 4.46%,#fff 232.7%);color:#2fbbe9}._HireTopInterns_otytm_1 ._DevProcess_otytm_725 ._Col1_otytm_675 ._Row_otytm_24:nth-child(6) span{background:linear-gradient(106deg,#6ac24862 4.46%,#fff 232.7%);color:#6ac248}._HireTopInterns_otytm_1 ._DevProcess_otytm_725 img{width:100%;height:52rem;object-fit:contain}@media (max-width: 631px){._HireTopInterns_otytm_1 ._DevProcess_otytm_725 img{margin-top:-6rem;margin-bottom:-10rem}}._HireTopInterns_otytm_1 ._DevProcess_otytm_725 ._BtnWrapper_otytm_184{margin-top:4rem;display:flex;gap:3rem;align-items:center}@media (max-width: 631px){._HireTopInterns_otytm_1 ._DevProcess_otytm_725 ._BtnWrapper_otytm_184{display:none}}._HireTopInterns_otytm_1 ._Testimonial_otytm_829{padding:0 12rem;margin:6rem 0}._HireTopInterns_otytm_1 ._Testimonial_otytm_829 h2 span{color:#f3721b}@media (max-width: 631px){._HireTopInterns_otytm_1 ._Testimonial_otytm_829 h2{font-size:3rem}}._HireTopInterns_otytm_1 ._Testimonial_otytm_829 ._Top_otytm_41{display:flex;gap:.3rem}._HireTopInterns_otytm_1 ._Testimonial_otytm_829 ._Top_otytm_41 svg{width:2rem;height:2rem;flex-shrink:0;fill:#f5a623}._HireTopInterns_otytm_1 ._Testimonial_otytm_829 p{text-align:center;margin:2rem 0}@media (max-width: 631px){._HireTopInterns_otytm_1 ._Testimonial_otytm_829{padding:3rem}}._HireTopInterns_otytm_1 ._Testimonial_otytm_829 ._Cards_otytm_860{display:grid;grid-template-columns:1fr 1fr;gap:3rem}@media screen and (max-width: 631px){._HireTopInterns_otytm_1 ._Testimonial_otytm_829 ._Cards_otytm_860{display:flex;overflow-x:scroll;gap:1.5rem;margin-bottom:-14rem;-ms-overflow-style:none;scrollbar-width:none;scroll-snap-type:x mandatory}._HireTopInterns_otytm_1 ._Testimonial_otytm_829 ._Cards_otytm_860::-webkit-scrollbar{display:none}._HireTopInterns_otytm_1 ._Testimonial_otytm_829 ._Cards_otytm_860 ._Card_otytm_315{flex-shrink:0;width:100%;border:2px solid rgb(242,242,242);scroll-snap-align:start}}._HireTopInterns_otytm_1 ._Testimonial_otytm_829 ._Cards_otytm_860 ._Card_otytm_315{border-radius:1rem;padding:2rem;box-shadow:0 4px 20px #00000025}._HireTopInterns_otytm_1 ._Testimonial_otytm_829 ._Cards_otytm_860 ._Card_otytm_315 h4 span{background:linear-gradient(106deg,#f3721b62 4.46%,#fff 232.7%);color:#f3721b;padding:.1rem .5rem;border-radius:4rem}._HireTopInterns_otytm_1 ._Testimonial_otytm_829 ._Cards_otytm_860 ._Card_otytm_315 p{text-align:start;margin:1rem 0}._HireTopInterns_otytm_1 ._Result_otytm_900{margin:10rem 0;padding:0 12rem;display:grid;grid-template-columns:1fr 1fr;gap:5rem}@media screen and (max-width: 631px){._HireTopInterns_otytm_1 ._Result_otytm_900{grid-template-columns:1fr;padding:3rem}}._HireTopInterns_otytm_1 ._Result_otytm_900 ._Col1_otytm_675{display:flex;flex-direction:column}._HireTopInterns_otytm_1 ._Result_otytm_900 ._Col1_otytm_675 img{width:100%;height:auto;object-fit:contain;padding:0 2rem}._HireTopInterns_otytm_1 ._Result_otytm_900 ._Col1_otytm_675 ._Bottom_otytm_923{margin-top:5.5rem;display:flex;height:11rem;align-items:center;justify-content:space-between;gap:2rem;padding:2rem;border-radius:1rem;box-shadow:0 4px 20px #00000025}@media screen and (max-width: 631px){._HireTopInterns_otytm_1 ._Result_otytm_900 ._Col1_otytm_675 ._Bottom_otytm_923{display:none}}._HireTopInterns_otytm_1 ._Result_otytm_900 ._Col1_otytm_675 ._Bottom_otytm_923 i{width:4rem;height:4rem;display:flex;align-items:center;justify-content:center;padding:.5rem;border-radius:.5rem;background:linear-gradient(106deg,#f70 4.46%,#fff 232.7%)}._HireTopInterns_otytm_1 ._Result_otytm_900 ._Col1_otytm_675 ._Bottom_otytm_923 h4{font-size:1.2rem;margin-bottom:.5rem}._HireTopInterns_otytm_1 ._Result_otytm_900 ._Col2_otytm_697 h2,._HireTopInterns_otytm_1 ._Result_otytm_900 ._Col2_otytm_697 p{text-align:left}._HireTopInterns_otytm_1 ._Result_otytm_900 ._Col2_otytm_697 p{margin:2rem 0}@media screen and (max-width: 631px){._HireTopInterns_otytm_1 ._Result_otytm_900 ._Col2_otytm_697 h2,._HireTopInterns_otytm_1 ._Result_otytm_900 ._Col2_otytm_697 p{text-align:start}}._HireTopInterns_otytm_1 ._Result_otytm_900 ._Col2_otytm_697 ._Cards_otytm_860{display:grid;grid-template-columns:1fr 1fr;gap:3rem;padding:2rem 0}._HireTopInterns_otytm_1 ._Result_otytm_900 ._Col2_otytm_697 ._Cards_otytm_860 ._Card_otytm_315{border-radius:1rem;padding:3rem 2rem;box-shadow:0 4px 20px #00000025;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center}._HireTopInterns_otytm_1 ._Result_otytm_900 ._Col2_otytm_697 ._Cards_otytm_860 ._Card_otytm_315 h3{font-size:3rem;background:linear-gradient(106deg,#6448ee 4.46%,#fff 232.7%);-webkit-background-clip:text!important;-webkit-text-fill-color:transparent!important;background-clip:text!important;color:transparent!important;margin-bottom:1rem}._HireTopInterns_otytm_1 ._Result_otytm_900 ._Col2_otytm_697 ._Cards_otytm_860 ._Card_otytm_315 p{margin:0}._HireTopInterns_otytm_1 ._Result_otytm_900 ._Col2_otytm_697 ._Cards_otytm_860 ._Card_otytm_315:nth-child(2) h3{background:linear-gradient(106deg,#f3721b 4.46%,#fff 232.7%)}._HireTopInterns_otytm_1 ._Result_otytm_900 ._Col2_otytm_697 ._Cards_otytm_860 ._Card_otytm_315:nth-child(3) h3{background:linear-gradient(106deg,#2fbbe9 4.46%,#fff 232.7%)}._HireTopInterns_otytm_1 ._Result_otytm_900 ._Col2_otytm_697 ._Cards_otytm_860 ._Card_otytm_315:nth-child(4) h3{background:linear-gradient(106deg,#6ac248 4.46%,#fff 232.7%)}._HireTopInterns_otytm_1 ._ExpertTeam_otytm_1003{padding:2rem}._HireTopInterns_otytm_1 ._ExpertTeam_otytm_1003 p{text-align:center;margin-top:2rem;margin-bottom:8rem}._HireTopInterns_otytm_1 ._ExpertTeam_otytm_1003 ._TrustedByCards_otytm_292{display:flex;align-items:center;justify-content:center;gap:3rem;margin-top:3.5rem}@media (max-width: 631px){._HireTopInterns_otytm_1 ._ExpertTeam_otytm_1003 ._TrustedByCards_otytm_292{width:100%;display:grid;grid-template-columns:repeat(2,1fr);gap:1rem;row-gap:5rem}}._HireTopInterns_otytm_1 ._ExpertTeam_otytm_1003 ._CardOuter_otytm_315{width:22.125rem;height:16.125rem;border:1px solid #f37927;background:linear-gradient(180deg,#ffffff1a,#9990);box-shadow:0 4px 80px #f672234d;-webkit-backdrop-filter:blur(25px);backdrop-filter:blur(25px);border-radius:1.71319rem}@media (max-width: 631px){._HireTopInterns_otytm_1 ._ExpertTeam_otytm_1003 ._CardOuter_otytm_315{width:100%}}._HireTopInterns_otytm_1 ._ExpertTeam_otytm_1003 ._Card_otytm_315{width:22.125rem;height:16.125rem;flex-shrink:0;border-radius:1.71319rem;position:relative;display:flex;flex-direction:column;padding:3rem 2.5rem;align-items:center;justify-content:flex-end}@media (max-width: 631px){._HireTopInterns_otytm_1 ._ExpertTeam_otytm_1003 ._Card_otytm_315{width:100%}}._HireTopInterns_otytm_1 ._ExpertTeam_otytm_1003 ._Card_otytm_315 i{position:absolute;left:50%;top:0;transform:translate(-50%,-50%);display:inline-flex;height:5.24119rem;padding:1.1875rem 1.17869rem 1.30369rem 1.3125rem;justify-content:center;align-items:center;flex-shrink:0;border-radius:7.10619rem;background:var(--Background, linear-gradient(106deg, #f3721b 4.46%, #fff 232.7%));box-shadow:0 4px 50px #0000000f}._HireTopInterns_otytm_1 ._ExpertTeam_otytm_1003 ._Card_otytm_315 i svg{width:2.75rem;height:2.75rem;aspect-ratio:1/1}._HireTopInterns_otytm_1 ._ExpertTeam_otytm_1003 ._Card_otytm_315 h3{font-family:Inter;font-size:3.27719rem;font-style:normal;font-weight:600;line-height:140%;letter-spacing:-.13306rem;background:var(--Background, linear-gradient(106deg, #f3721b 4.46%, #fff 232.7%));background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}._HireTopInterns_otytm_1 ._ExpertTeam_otytm_1003 ._Card_otytm_315 h4{font-family:Inter;font-size:1.125rem;font-style:normal;font-weight:600;line-height:2.74106rem;letter-spacing:-.04569rem}@media (max-width: 631px){._HireTopInterns_otytm_1 ._ExpertTeam_otytm_1003 ._Card_otytm_315 h4{font-size:1.5125rem}}._HireTopInterns_otytm_1 ._ExpertTeam_otytm_1003 ._Card_otytm_315 p{color:#fff;text-align:center;font-family:Inter;font-size:1rem;font-style:normal;font-weight:400;line-height:1.60356rem;width:80%}@media (max-width: 631px){._HireTopInterns_otytm_1 ._ExpertTeam_otytm_1003 ._Card_otytm_315 p{font-size:1.2125rem}}._HireTopInterns_otytm_1 ._ExpertTeam_otytm_1003 ._CardOuter_otytm_315:nth-child(1){border:1px solid #7c64f1;background:linear-gradient(180deg,#ffffff1a,#9990);box-shadow:0 4px 80px #7156ef4d;-webkit-backdrop-filter:blur(25px);backdrop-filter:blur(25px)}._HireTopInterns_otytm_1 ._ExpertTeam_otytm_1003 ._CardOuter_otytm_315:nth-child(1) i{border-radius:7.10619rem;background:var(--Frame-1618873352, linear-gradient(112deg, #6548ee 4.93%, #fff 256.79%));box-shadow:0 4px 50px #0000000f}._HireTopInterns_otytm_1 ._ExpertTeam_otytm_1003 ._CardOuter_otytm_315:nth-child(1) h3{background:var(--Frame-1618873352, linear-gradient(112deg, #6548ee 4.93%, #fff 256.79%));background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}._HireTopInterns_otytm_1 ._ExpertTeam_otytm_1003 ._CardOuter_otytm_315:nth-child(2){border-radius:1.71319rem;border:1px solid #6bceef;background:linear-gradient(180deg,#ffffff1a,#9990);box-shadow:0 4px 80px #45c2eb4d;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px)}._HireTopInterns_otytm_1 ._ExpertTeam_otytm_1003 ._CardOuter_otytm_315:nth-child(2) i{border-radius:7.10619rem;background:var(--Background, linear-gradient(112deg, #2fbbe9 4.93%, #fff 256.79%));box-shadow:0 4px 50px #0000000f}._HireTopInterns_otytm_1 ._ExpertTeam_otytm_1003 ._CardOuter_otytm_315:nth-child(2) h3{background:var(--Background, linear-gradient(112deg, #2fbbe9 4.93%, #fff 256.79%));background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}._HireTopInterns_otytm_1 ._ExpertTeam_otytm_1003 ._CardOuter_otytm_315:nth-child(4){border-radius:1.71319rem;border:1px solid #7bc95d;background:linear-gradient(180deg,#ffffff1a,#9990);box-shadow:0 4px 80px #79c85b4d;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px)}._HireTopInterns_otytm_1 ._ExpertTeam_otytm_1003 ._CardOuter_otytm_315:nth-child(4) i{border-radius:7.10619rem;background:var(--Background, linear-gradient(112deg, #6ac248 4.93%, #fff 256.79%));box-shadow:0 4px 50px #0000000f}._HireTopInterns_otytm_1 ._ExpertTeam_otytm_1003 ._CardOuter_otytm_315:nth-child(4) h3{background:var(--Background, linear-gradient(112deg, #6ac248 4.93%, #fff 256.79%));background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}._HireTopInterns_otytm_1 ._Team_otytm_1171{margin:10rem 0;padding:0 12rem;display:grid;grid-template-columns:1fr 1fr;gap:5rem}@media screen and (max-width: 1024px){._HireTopInterns_otytm_1 ._Team_otytm_1171{padding:0 6rem;gap:3rem}}@media screen and (max-width: 631px){._HireTopInterns_otytm_1 ._Team_otytm_1171{padding:3rem;grid-template-columns:1fr;margin:5rem 0;gap:2rem}}._HireTopInterns_otytm_1 ._Team_otytm_1171 ._Col1_otytm_675{display:flex;flex-direction:column;justify-content:flex-start}._HireTopInterns_otytm_1 ._Team_otytm_1171 ._Col1_otytm_675 img{width:100%;height:40rem;object-fit:contain;margin-top:-2rem}@media (max-width: 1024px){._HireTopInterns_otytm_1 ._Team_otytm_1171 ._Col1_otytm_675 img{height:30rem}}@media (max-width: 631px){._HireTopInterns_otytm_1 ._Team_otytm_1171 ._Col1_otytm_675 img{height:30rem;margin-top:0}}._HireTopInterns_otytm_1 ._Team_otytm_1171 ._Col1_otytm_675 i{width:5rem;height:5rem;display:flex;margin-top:-4rem;margin-left:40rem;margin-bottom:4rem;align-items:center;justify-content:center;border-radius:.5rem;background-color:#6338ff;padding:.5rem;color:#333;font-size:1.5rem;box-shadow:0 2px 6px #00000026}@media (max-width: 1024px){._HireTopInterns_otytm_1 ._Team_otytm_1171 ._Col1_otytm_675 i{margin-left:25rem;width:4rem;height:4rem;font-size:1.2rem}}@media (max-width: 631px){._HireTopInterns_otytm_1 ._Team_otytm_1171 ._Col1_otytm_675 i{display:none}}._HireTopInterns_otytm_1 ._Team_otytm_1171 ._Col1_otytm_675 ._Bottom_otytm_923{display:flex;align-items:center;justify-content:space-between;gap:2rem;padding:2rem;border-radius:1rem;box-shadow:0 4px 20px #00000025}._HireTopInterns_otytm_1 ._Team_otytm_1171 ._Col1_otytm_675 ._Bottom_otytm_923 h4{font-size:1.2rem;margin-bottom:.5rem}@media (max-width: 1024px){._HireTopInterns_otytm_1 ._Team_otytm_1171 ._Col1_otytm_675 ._Bottom_otytm_923 h4{font-size:1.1rem}}@media (max-width: 631px){._HireTopInterns_otytm_1 ._Team_otytm_1171 ._Col1_otytm_675 ._Bottom_otytm_923 h4{font-size:1rem;text-align:center}._HireTopInterns_otytm_1 ._Team_otytm_1171 ._Col1_otytm_675 ._Bottom_otytm_923{flex-direction:column;gap:1rem;padding:1.5rem;margin-top:2rem}}._HireTopInterns_otytm_1 ._Team_otytm_1171 ._Col2_otytm_697 ._Cards_otytm_860{display:grid;grid-template-columns:1fr;gap:1rem}._HireTopInterns_otytm_1 ._Team_otytm_1171 ._Col2_otytm_697 ._Cards_otytm_860 ._Card_otytm_315{border-radius:1rem;padding:2rem;box-shadow:0 4px 20px #00000025;display:flex;flex-direction:column;gap:1rem}._HireTopInterns_otytm_1 ._Team_otytm_1171 ._Col2_otytm_697 ._Cards_otytm_860 ._Card_otytm_315 h3 span{font-size:1rem;font-weight:400;background:#1b9b370f;color:#1b9b37;padding:.2rem .5rem;border-radius:2rem}._HireTopInterns_otytm_1 ._Team_otytm_1171 ._Col2_otytm_697 ._Cards_otytm_860 ._Card_otytm_315 ._Title_otytm_1296 span{color:#f3711c;padding:0 2rem}@media (max-width: 631px){._HireTopInterns_otytm_1 ._Team_otytm_1171 ._Col2_otytm_697 ._Cards_otytm_860 ._Card_otytm_315 ._Title_otytm_1296 span{padding:0 1rem}}._HireTopInterns_otytm_1 ._Team_otytm_1171 ._Col2_otytm_697 ._Cards_otytm_860 ._Card_otytm_315 ._Specialty_otytm_1305{color:#6548ee}._HireTopInterns_otytm_1 ._Team_otytm_1171 ._Col2_otytm_697 ._Cards_otytm_860 ._Card_otytm_315 ._Tags_otytm_1308 span{background:#00000014;margin-right:.5rem;padding:.2rem .5rem;border-radius:2rem;border:1px solid rgba(0,0,0,.0784313725)}@media (max-width: 631px){._HireTopInterns_otytm_1 ._Team_otytm_1171 ._Col2_otytm_697 ._Cards_otytm_860 ._Card_otytm_315 ._Tags_otytm_1308 span{padding:.15rem .3rem;font-size:.8rem}._HireTopInterns_otytm_1 ._Team_otytm_1171 ._Col2_otytm_697 ._Cards_otytm_860 ._Card_otytm_315{padding:1.5rem}}._HireTopInterns_otytm_1 ._GoHighLevel_otytm_1326{width:100%;margin-bottom:4rem;padding:0 12rem;display:flex;gap:2.4rem}@media (max-width: 631px){._HireTopInterns_otytm_1 ._GoHighLevel_otytm_1326{flex-direction:column;padding:3rem;gap:3rem}}._HireTopInterns_otytm_1 ._GoHighLevel_otytm_1326 ._Row8Left_otytm_1340{width:65%}@media (max-width: 631px){._HireTopInterns_otytm_1 ._GoHighLevel_otytm_1326 ._Row8Left_otytm_1340{width:100%}}._HireTopInterns_otytm_1 ._GoHighLevel_otytm_1326 ._Row8Left_otytm_1340 h2{width:90%;margin-bottom:1.94rem;text-align:start}@media (max-width: 631px){._HireTopInterns_otytm_1 ._GoHighLevel_otytm_1326 ._Row8Left_otytm_1340 h2{width:100%;font-size:3rem}}._HireTopInterns_otytm_1 ._GoHighLevel_otytm_1326 ._Row8Left_otytm_1340 p{width:80%;color:var(--c4);font-size:1.125rem;font-style:normal;font-weight:400;line-height:1.755rem;margin-bottom:3.1rem}@media (max-width: 631px){._HireTopInterns_otytm_1 ._GoHighLevel_otytm_1326 ._Row8Left_otytm_1340 p{font-size:1.5rem}}._HireTopInterns_otytm_1 ._GoHighLevel_otytm_1326 ._Row8Left_otytm_1340 ._LiWrap_otytm_1373{width:100%;display:flex;gap:2rem}._HireTopInterns_otytm_1 ._GoHighLevel_otytm_1326 ._Row8Left_otytm_1340 ._LiWrap_otytm_1373 ._Left_otytm_58,._HireTopInterns_otytm_1 ._GoHighLevel_otytm_1326 ._Row8Left_otytm_1340 ._LiWrap_otytm_1373 ._Right_otytm_189{display:flex;flex-direction:column;gap:1.36rem;width:100%}._HireTopInterns_otytm_1 ._GoHighLevel_otytm_1326 ._Row8Left_otytm_1340 ._LiWrap_otytm_1373 ._Li_otytm_179{width:100%;display:flex;align-items:center;gap:.6rem}._HireTopInterns_otytm_1 ._GoHighLevel_otytm_1326 ._Row8Left_otytm_1340 ._LiWrap_otytm_1373 ._Li_otytm_179 svg{width:2.205rem;height:2.20481rem;flex-shrink:0}._HireTopInterns_otytm_1 ._GoHighLevel_otytm_1326 ._Row8Left_otytm_1340 ._LiWrap_otytm_1373 ._Li_otytm_179 span{width:100%;color:var(--c3);font-size:1.125rem;font-style:normal;font-weight:500;line-height:111.4%;text-transform:capitalize}@media (max-width: 631px){._HireTopInterns_otytm_1 ._GoHighLevel_otytm_1326 ._Row8Left_otytm_1340 ._LiWrap_otytm_1373{flex-direction:column;gap:1.5rem}._HireTopInterns_otytm_1 ._GoHighLevel_otytm_1326 ._Row8Left_otytm_1340 ._LiWrap_otytm_1373 ._Left_otytm_58,._HireTopInterns_otytm_1 ._GoHighLevel_otytm_1326 ._Row8Left_otytm_1340 ._LiWrap_otytm_1373 ._Right_otytm_189{width:100%}._HireTopInterns_otytm_1 ._GoHighLevel_otytm_1326 ._Row8Left_otytm_1340 ._LiWrap_otytm_1373 ._Li_otytm_179 span{font-size:1.6rem}}._HireTopInterns_otytm_1 ._GoHighLevel_otytm_1326 ._Row8Right_otytm_1418{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem}._HireTopInterns_otytm_1 ._GoHighLevel_otytm_1326 ._Row8Right_otytm_1418 ._R1_otytm_1426{display:flex;align-items:center;justify-content:center;gap:2rem}._HireTopInterns_otytm_1 ._GoHighLevel_otytm_1326 ._Row8Right_otytm_1418 ._R1_otytm_1426 img{width:100%;height:auto;object-fit:contain}._HireTopInterns_otytm_1 ._GlobalStatistics_otytm_1437{margin-top:1rem;margin-bottom:4rem;display:flex;flex-direction:column;gap:2.5rem}@media (max-width: 631px){._HireTopInterns_otytm_1 ._GlobalStatistics_otytm_1437{padding:1rem 3rem}}._HireTopInterns_otytm_1 ._GlobalStatistics_otytm_1437 ._Line2_otytm_1449{display:grid;grid-template-columns:repeat(3,1fr);align-items:center;justify-content:center;gap:4rem;padding:0 10rem}@media (max-width: 631px){._HireTopInterns_otytm_1 ._GlobalStatistics_otytm_1437 ._Line2_otytm_1449{grid-template-columns:1fr;padding:2rem;margin-top:-6rem}}._HireTopInterns_otytm_1 ._GlobalStatistics_otytm_1437 ._Line2_otytm_1449 ._Card_otytm_315{border-radius:.9375rem;background:var(--Frame-1618873352, linear-gradient(112deg, #6548ee 4.93%, #fff 256.79%));box-shadow:0 4px 40px #00000026;display:flex;align-items:center;gap:.5rem;padding:2rem}@media (max-width: 631px){._HireTopInterns_otytm_1 ._GlobalStatistics_otytm_1437 ._Line2_otytm_1449 ._Card_otytm_315{width:100%;gap:1rem;margin-bottom:-2rem;padding:1rem 2rem}}._HireTopInterns_otytm_1 ._GlobalStatistics_otytm_1437 ._Line2_otytm_1449 ._Card_otytm_315:nth-child(2){border-radius:.9375rem;background:var(--Background, linear-gradient(106deg, #f3721b 4.46%, #fff 232.7%));box-shadow:0 4px 40px #f7a16759}._HireTopInterns_otytm_1 ._GlobalStatistics_otytm_1437 ._Line2_otytm_1449 ._Card_otytm_315:nth-child(3){border-radius:.9375rem;background:var(--Background, linear-gradient(112deg, #6ac248 4.93%, #fff 256.79%));box-shadow:0 4px 40px #7ac95c52}._HireTopInterns_otytm_1 ._GlobalStatistics_otytm_1437 ._Line2_otytm_1449 ._Card_otytm_315 svg{width:3.375rem;height:3.375rem;flex-shrink:0}@media (max-width: 631px){._HireTopInterns_otytm_1 ._GlobalStatistics_otytm_1437 ._Line2_otytm_1449 ._Card_otytm_315 svg{width:3.6375rem;height:3.6375rem}}._HireTopInterns_otytm_1 ._GlobalStatistics_otytm_1437 ._Line2_otytm_1449 ._Card_otytm_315 ._Details_otytm_1502{display:flex;flex-direction:column;align-items:flex-start}._HireTopInterns_otytm_1 ._GlobalStatistics_otytm_1437 ._Line2_otytm_1449 ._Card_otytm_315 ._Details_otytm_1502 h3{color:#fff;font-family:Inter;font-size:1.5rem;font-style:normal;font-weight:600;line-height:2.74106rem;letter-spacing:-.04569rem}@media (max-width: 631px){._HireTopInterns_otytm_1 ._GlobalStatistics_otytm_1437 ._Line2_otytm_1449 ._Card_otytm_315 ._Details_otytm_1502 h3{font-size:2rem}}._HireTopInterns_otytm_1 ._GlobalStatistics_otytm_1437 ._Line2_otytm_1449 ._Card_otytm_315 ._Details_otytm_1502 p{color:#fff;font-family:Inter;font-size:1rem;font-style:normal;font-weight:400;line-height:1.25rem;opacity:.7}@media (max-width: 631px){._HireTopInterns_otytm_1 ._GlobalStatistics_otytm_1437 ._Line2_otytm_1449 ._Card_otytm_315 ._Details_otytm_1502 p{font-size:1rem}}._HireTopInterns_otytm_1 ._GlobalStatistics_otytm_1437 ._BtnWrapper_otytm_184{display:flex;align-items:center;justify-content:center;gap:2rem}@media (max-width: 631px){._HireTopInterns_otytm_1 ._GlobalStatistics_otytm_1437 ._BtnWrapper_otytm_184{width:95%;margin:auto}._HireTopInterns_otytm_1 ._GlobalStatistics_otytm_1437 ._BtnWrapper_otytm_184 button{flex:1}}._HireTopInterns_otytm_1 ._ComprehensiveTalent_otytm_1550{margin-top:2rem;display:flex;flex-direction:column;align-items:center;gap:1.5rem}@media (max-width: 631px){._HireTopInterns_otytm_1 ._ComprehensiveTalent_otytm_1550{padding:1rem 3rem;align-items:flex-start}._HireTopInterns_otytm_1 ._ComprehensiveTalent_otytm_1550 h2{font-size:2.63rem;line-height:120%;text-align:start}}._HireTopInterns_otytm_1 ._ComprehensiveTalent_otytm_1550 p{font-size:1.3125rem}._HireTopInterns_otytm_1 ._ComprehensiveTalent_otytm_1550 ._Talent_otytm_1571{display:flex;flex-direction:column;align-items:center;gap:1.5rem}@media (max-width: 631px){._HireTopInterns_otytm_1 ._ComprehensiveTalent_otytm_1550 ._Talent_otytm_1571{margin-top:1rem;flex-direction:row;align-items:flex-start;width:100%;gap:3rem;padding:0 2rem}}._HireTopInterns_otytm_1 ._ComprehensiveTalent_otytm_1550 ._Talent_otytm_1571 ._Row_otytm_24{display:flex;align-items:center;margin-top:.4rem}@media (max-width: 631px){._HireTopInterns_otytm_1 ._ComprehensiveTalent_otytm_1550 ._Talent_otytm_1571 ._Row_otytm_24{flex-direction:column;margin-top:1.3rem}}._HireTopInterns_otytm_1 ._ComprehensiveTalent_otytm_1550 ._Talent_otytm_1571 ._Row_otytm_24 ._Icon_otytm_774{display:flex;width:5.24119rem;height:5.24119rem;padding:.9375rem .92869rem .92869rem .9375rem;justify-content:center;align-items:center;flex-shrink:0;border-radius:7.10619rem;background:var(--image, linear-gradient(106deg, #f3721b 4.46%, #fff 232.7%));box-shadow:0 4px 20px #0000000d}._HireTopInterns_otytm_1 ._ComprehensiveTalent_otytm_1550 ._Talent_otytm_1571 ._Row_otytm_24 ._Icon_otytm_774:nth-child(3){background:var(--Frame-1618873352, linear-gradient(112deg, #6548ee 4.93%, #fff 256.79%));box-shadow:0 4px 20px #0000000d}._HireTopInterns_otytm_1 ._ComprehensiveTalent_otytm_1550 ._Talent_otytm_1571 ._Row_otytm_24 ._Icon_otytm_774:nth-child(5){background:var(--Frame-1618873352, linear-gradient(112deg, #f66957 4.93%, #fff 256.79%));box-shadow:0 4px 20px #0000000d}._HireTopInterns_otytm_1 ._ComprehensiveTalent_otytm_1550 ._Talent_otytm_1571 ._Row_otytm_24 ._Icon_otytm_774:nth-child(7){background:var(--Frame-1618873352, linear-gradient(112deg, #ffc734 4.93%, #fff 256.79%));box-shadow:0 4px 20px #0000000d}._HireTopInterns_otytm_1 ._ComprehensiveTalent_otytm_1550 ._Talent_otytm_1571 ._Row_otytm_24 ._Icon_otytm_774:nth-child(9){background:var(--Background, linear-gradient(112deg, #2fbbe9 4.93%, #fff 256.79%));box-shadow:0 4px 20px #0000000d}._HireTopInterns_otytm_1 ._ComprehensiveTalent_otytm_1550 ._Talent_otytm_1571 ._Row_otytm_24 ._Icon_otytm_774:nth-child(11){background:var(--Background, linear-gradient(112deg, #6ac248 4.93%, #fff 256.79%));box-shadow:0 4px 20px #0000000d}._HireTopInterns_otytm_1 ._ComprehensiveTalent_otytm_1550 ._Talent_otytm_1571 ._Row_otytm_24 ._Icon_otytm_774 svg{width:3.375rem;height:3.375rem;flex-shrink:0}._HireTopInterns_otytm_1 ._ComprehensiveTalent_otytm_1550 ._Talent_otytm_1571 ._Row_otytm_24 ._DashedLine_otytm_1635{width:15.21875rem;border-top:3px dashed #f3721b}@media (max-width: 631px){._HireTopInterns_otytm_1 ._ComprehensiveTalent_otytm_1550 ._Talent_otytm_1571 ._Row_otytm_24 ._DashedLine_otytm_1635{height:17.21875rem;width:2px;border-right:3px dashed #f3721b}}._HireTopInterns_otytm_1 ._ComprehensiveTalent_otytm_1550 ._Talent_otytm_1571 ._Row_otytm_24 ._DashedLine_otytm_1635:nth-child(4){border-color:#6548ee}._HireTopInterns_otytm_1 ._ComprehensiveTalent_otytm_1550 ._Talent_otytm_1571 ._Row_otytm_24 ._DashedLine_otytm_1635:nth-child(6){border-color:#f66957}._HireTopInterns_otytm_1 ._ComprehensiveTalent_otytm_1550 ._Talent_otytm_1571 ._Row_otytm_24 ._DashedLine_otytm_1635:nth-child(8){border-color:#ffc734}._HireTopInterns_otytm_1 ._ComprehensiveTalent_otytm_1550 ._Talent_otytm_1571 ._Row_otytm_24 ._DashedLine_otytm_1635:nth-child(10){border-color:#2fbbe9}._HireTopInterns_otytm_1 ._ComprehensiveTalent_otytm_1550 ._Talent_otytm_1571 ._Cards_otytm_860{display:flex;align-items:center;justify-content:center;gap:3.84rem;height:max-content;position:relative;z-index:1}@media (max-width: 631px){._HireTopInterns_otytm_1 ._ComprehensiveTalent_otytm_1550 ._Talent_otytm_1571 ._Cards_otytm_860{flex-direction:column;flex:1}}._HireTopInterns_otytm_1 ._ComprehensiveTalent_otytm_1550 ._Talent_otytm_1571 ._Cards_otytm_860 ._Blur1_otytm_1673,._HireTopInterns_otytm_1 ._ComprehensiveTalent_otytm_1550 ._Talent_otytm_1571 ._Cards_otytm_860 ._Blur2_otytm_1674{width:37.75rem;height:26.875rem;flex-shrink:0;position:absolute;z-index:-1}._HireTopInterns_otytm_1 ._ComprehensiveTalent_otytm_1550 ._Talent_otytm_1571 ._Cards_otytm_860 ._Blur1_otytm_1673 svg,._HireTopInterns_otytm_1 ._ComprehensiveTalent_otytm_1550 ._Talent_otytm_1571 ._Cards_otytm_860 ._Blur2_otytm_1674 svg{height:100%;width:100%}._HireTopInterns_otytm_1 ._ComprehensiveTalent_otytm_1550 ._Talent_otytm_1571 ._Cards_otytm_860 ._Blur1_otytm_1673{left:-15rem;top:-12rem}._HireTopInterns_otytm_1 ._ComprehensiveTalent_otytm_1550 ._Talent_otytm_1571 ._Cards_otytm_860 ._Blur2_otytm_1674{right:-15rem;top:-12rem}._HireTopInterns_otytm_1 ._ComprehensiveTalent_otytm_1550 ._Talent_otytm_1571 ._Cards_otytm_860 ._Card_otytm_315{gap:1rem;display:flex;width:16.5625rem;padding:2rem 1.625rem 3.9375rem;flex-direction:column;align-items:center;border-radius:1.25rem;background:#fff;box-shadow:0 4px 50px #0000001a;height:20rem}@media (max-width: 631px){._HireTopInterns_otytm_1 ._ComprehensiveTalent_otytm_1550 ._Talent_otytm_1571 ._Cards_otytm_860 ._Card_otytm_315{width:100%;padding:2rem 3rem;gap:1.6rem;height:auto}}._HireTopInterns_otytm_1 ._ComprehensiveTalent_otytm_1550 ._Talent_otytm_1571 ._Cards_otytm_860 ._Card_otytm_315 h3{color:var(--Test, #3d3d3d);text-align:center;font-family:Inter;font-size:1.5rem;font-style:normal;font-weight:600;line-height:2.74106rem;letter-spacing:-.04569rem}@media (max-width: 631px){._HireTopInterns_otytm_1 ._ComprehensiveTalent_otytm_1550 ._Talent_otytm_1571 ._Cards_otytm_860 ._Card_otytm_315 h3{font-size:2.3rem}}._HireTopInterns_otytm_1 ._ComprehensiveTalent_otytm_1550 ._Talent_otytm_1571 ._Cards_otytm_860 ._Card_otytm_315 p{width:12.5625rem;color:#060606;text-align:center;font-family:Inter;font-size:1rem;font-style:normal;font-weight:400;line-height:1.25rem}@media (max-width: 631px){._HireTopInterns_otytm_1 ._ComprehensiveTalent_otytm_1550 ._Talent_otytm_1571 ._Cards_otytm_860 ._Card_otytm_315 p{font-size:1.3rem;width:100%}}._HireTopInterns_otytm_1 ._ComprehensiveTalent_otytm_1550 ._Talent_otytm_1571 ._Cards_otytm_860 ._Card_otytm_315 ._PassRate_otytm_1745{border-radius:6.25rem;background:#f79c5f1a;padding:.3rem 1.4rem;width:max-content}._HireTopInterns_otytm_1 ._ComprehensiveTalent_otytm_1550 ._Talent_otytm_1571 ._Cards_otytm_860 ._Card_otytm_315 h4{text-align:center;font-family:Inter;font-size:.875rem;font-style:normal;font-weight:600;line-height:1.74106rem;letter-spacing:-.04569rem;background:var(--Background, linear-gradient(106deg, #f3721b 4.46%, #fff 232.7%));background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}@media (max-width: 631px){._HireTopInterns_otytm_1 ._ComprehensiveTalent_otytm_1550 ._Talent_otytm_1571 ._Cards_otytm_860 ._Card_otytm_315 h4{font-size:1.2875rem;padding:.4rem 1rem}}._HireTopInterns_otytm_1 ._ComprehensiveTalent_otytm_1550 ._Talent_otytm_1571 ._Cards_otytm_860 ._Card_otytm_315 ._Checks_otytm_1770{color:#060606cc;text-align:center;font-family:Inter;font-size:.875rem;font-style:normal;font-weight:400;line-height:1.25rem}@media (max-width: 631px){._HireTopInterns_otytm_1 ._ComprehensiveTalent_otytm_1550 ._Talent_otytm_1571 ._Cards_otytm_860 ._Card_otytm_315 ._Checks_otytm_1770{font-size:1.3875rem}}._HireTopInterns_otytm_1 ._GoHighLevelDevServices_otytm_1784{width:100%;display:flex;flex-direction:column;align-items:center;gap:4rem;margin:6rem 0;height:31.6875rem;height:auto;flex-shrink:0;background:url(/assets/HeaderBG-BSOcJrrq.webp);background-size:100% 31.68rem;background-repeat:no-repeat;background-position:top;padding:4rem 15rem}@media (max-width: 631px){._HireTopInterns_otytm_1 ._GoHighLevelDevServices_otytm_1784{padding:2rem;min-height:31.6875rem;height:auto;background-size:100% 31rem;background-repeat:no-repeat;background-position:top;margin-bottom:2rem}}._HireTopInterns_otytm_1 ._GoHighLevelDevServices_otytm_1784 ._Top_otytm_41{width:100%;display:flex;align-items:center;justify-content:space-between}@media (max-width: 631px){._HireTopInterns_otytm_1 ._GoHighLevelDevServices_otytm_1784 ._Top_otytm_41{width:100%;flex-direction:column;gap:1.5rem}}._HireTopInterns_otytm_1 ._GoHighLevelDevServices_otytm_1784 ._Top_otytm_41 h2{width:30.125rem;font-size:3.5rem;text-align:start;color:var(--c2)}@media (max-width: 631px){._HireTopInterns_otytm_1 ._GoHighLevelDevServices_otytm_1784 ._Top_otytm_41 h2{width:90%;text-align:center;font-size:3rem}}._HireTopInterns_otytm_1 ._GoHighLevelDevServices_otytm_1784 ._Top_otytm_41 p{width:37.7rem;color:#fff;font-family:Inter;font-size:1.125rem;font-style:normal;font-weight:400;line-height:1.755rem;text-align:start}@media (max-width: 631px){._HireTopInterns_otytm_1 ._GoHighLevelDevServices_otytm_1784 ._Top_otytm_41 p{width:90%;text-align:center}}._HireTopInterns_otytm_1 ._GoHighLevelDevServices_otytm_1784 ._STACards_otytm_1853{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;row-gap:5rem;align-items:stretch}@media (max-width: 631px){._HireTopInterns_otytm_1 ._GoHighLevelDevServices_otytm_1784 ._STACards_otytm_1853{grid-template-columns:1fr;gap:5rem}}._HireTopInterns_otytm_1 ._GoHighLevelDevServices_otytm_1784 ._STACards_otytm_1853 ._Card_otytm_315{width:28.375rem;flex-shrink:0;border-radius:1.71319rem;background:#fff;box-shadow:0 4px 80px #00000014;position:relative;padding:2rem 3rem 3rem;display:flex;flex-direction:column;align-items:start;gap:1rem;justify-content:space-between}@media (max-width: 631px){._HireTopInterns_otytm_1 ._GoHighLevelDevServices_otytm_1784 ._STACards_otytm_1853 ._Card_otytm_315{width:95%}}._HireTopInterns_otytm_1 ._GoHighLevelDevServices_otytm_1784 ._STACards_otytm_1853 ._Card_otytm_315 i{display:flex;width:5.24119rem;height:5.24119rem;padding:.9375rem .95994rem .92869rem .90625rem;justify-content:center;align-items:center;flex-shrink:0;border-radius:7.10619rem;background:var(--image, linear-gradient(106deg, #f3721b 4.46%, #fff 232.7%));box-shadow:0 4px 20px #0000000d;position:absolute;top:0;left:20%;transform:translate(-50%,-50%)}._HireTopInterns_otytm_1 ._GoHighLevelDevServices_otytm_1784 ._STACards_otytm_1853 ._Card_otytm_315 ._TopDetails_otytm_1902{text-align:end;width:100%;margin:0}._HireTopInterns_otytm_1 ._GoHighLevelDevServices_otytm_1784 ._STACards_otytm_1853 ._Card_otytm_315 ._TopDetails_otytm_1902 span{padding:.2rem .5rem;margin-left:.5rem;border-radius:2rem}._HireTopInterns_otytm_1 ._GoHighLevelDevServices_otytm_1784 ._STACards_otytm_1853 ._Card_otytm_315 ._TopDetails_otytm_1902 span:nth-child(1){background:#f66a5749;color:#f66957}._HireTopInterns_otytm_1 ._GoHighLevelDevServices_otytm_1784 ._STACards_otytm_1853 ._Card_otytm_315 ._TopDetails_otytm_1902 span:nth-child(2){background:#c1c1c11f;color:#3d3d3d}._HireTopInterns_otytm_1 ._GoHighLevelDevServices_otytm_1784 ._STACards_otytm_1853 ._Card_otytm_315 h3{color:var(--Test, #3d3d3d);text-align:start;font-family:Inter;font-size:1.4rem;font-style:normal;font-weight:600;line-height:2.74106rem;letter-spacing:-.04569rem}@media (max-width: 631px){._HireTopInterns_otytm_1 ._GoHighLevelDevServices_otytm_1784 ._STACards_otytm_1853 ._Card_otytm_315 h3{font-size:2.2825rem}}._HireTopInterns_otytm_1 ._GoHighLevelDevServices_otytm_1784 ._STACards_otytm_1853 ._Card_otytm_315 p{color:#060606;text-align:start;font-family:Inter;font-size:1rem;font-style:normal;font-weight:400;line-height:1.60356rem}@media (max-width: 631px){._HireTopInterns_otytm_1 ._GoHighLevelDevServices_otytm_1784 ._STACards_otytm_1853 ._Card_otytm_315 p{font-size:1.1825rem}}._HireTopInterns_otytm_1 ._GoHighLevelDevServices_otytm_1784 ._STACards_otytm_1853 ._Card_otytm_315 ._Project_otytm_1949{display:flex;width:max-content;justify-content:center;align-items:center;gap:.69281rem;flex-shrink:0;border-radius:6.92831rem;background:#c1c1c11f;color:#3d3d3d;text-align:center;font-family:Inter;font-size:.96994rem;font-style:normal;font-weight:400;line-height:150%;letter-spacing:-.05063rem;padding:.5rem 1.4rem}._HireTopInterns_otytm_1 ._GoHighLevelDevServices_otytm_1784 ._STACards_otytm_1853 ._Card_otytm_315 ._Col_otytm_139{width:100%;display:flex;flex-direction:column;gap:.7rem}._HireTopInterns_otytm_1 ._GoHighLevelDevServices_otytm_1784 ._STACards_otytm_1853 ._Card_otytm_315 ._Col_otytm_139 p{color:#000;text-align:start;font-family:Poppins;font-size:.825rem;font-style:normal;font-weight:400;line-height:111.4%;text-transform:capitalize;display:flex;align-items:center;gap:.4rem}@media (max-width: 631px){._HireTopInterns_otytm_1 ._GoHighLevelDevServices_otytm_1784 ._STACards_otytm_1853 ._Card_otytm_315 ._Col_otytm_139 p{font-size:1.0825rem}}._HireTopInterns_otytm_1 ._GoHighLevelDevServices_otytm_1784 ._STACards_otytm_1853 ._Card_otytm_315 ._Col_otytm_139 p svg{width:1.375rem;height:1.375rem}@media (max-width: 631px){._HireTopInterns_otytm_1 ._GoHighLevelDevServices_otytm_1784 ._STACards_otytm_1853 ._Card_otytm_315 ._Col_otytm_139 p svg{width:1.5375rem;height:1.5375rem}}._HireTopInterns_otytm_1 ._GoHighLevelDevServices_otytm_1784 ._STACards_otytm_1853 ._Card_otytm_315 ._DashedLine_otytm_1635{width:22.8125rem;height:1px;border:1px dashed rgba(0,0,0,.2)}@media (max-width: 631px){._HireTopInterns_otytm_1 ._GoHighLevelDevServices_otytm_1784 ._STACards_otytm_1853 ._Card_otytm_315 ._DashedLine_otytm_1635{width:100%}}._HireTopInterns_otytm_1 ._GoHighLevelDevServices_otytm_1784 ._STACards_otytm_1853 ._Card_otytm_315 ._Bottom_otytm_923{width:100%;display:flex;align-items:center;justify-content:space-between}._HireTopInterns_otytm_1 ._GoHighLevelDevServices_otytm_1784 ._STACards_otytm_1853 ._Card_otytm_315 ._Bottom_otytm_923 p{color:#64748b;font-family:Segoe UI Symbol;font-size:.875rem;font-style:normal;font-weight:400;line-height:1.25rem}._HireTopInterns_otytm_1 ._GoHighLevelDevServices_otytm_1784 ._STACards_otytm_1853 ._Card_otytm_315 ._Bottom_otytm_923 h5{font-family:Poppins;font-size:1.25rem;font-style:normal;font-weight:600;line-height:1.25rem;color:#6aac48}._HireTopInterns_otytm_1 ._GoHighLevelDevServices_otytm_1784 ._STACards_otytm_1853 ._Card_otytm_315 ._BtnWrapper_otytm_184{margin-top:.5rem}._HireTopInterns_otytm_1 ._GoHighLevelDevServices_otytm_1784 ._STACards_otytm_1853 ._Card_otytm_315:nth-child(2) i{background:var(--Frame-1618873352, linear-gradient(112deg, #6548ee 4.93%, #fff 256.79%));box-shadow:0 4px 20px #0000000d}._HireTopInterns_otytm_1 ._GoHighLevelDevServices_otytm_1784 ._STACards_otytm_1853 ._Card_otytm_315:nth-child(2) p svg path{fill:#6548ee}._HireTopInterns_otytm_1 ._GoHighLevelDevServices_otytm_1784 ._STACards_otytm_1853 ._Card_otytm_315:nth-child(3) i{background:var(--Background, linear-gradient(112deg, #6ac248 4.93%, #fff 256.79%));box-shadow:0 4px 20px #0000000d}._HireTopInterns_otytm_1 ._GoHighLevelDevServices_otytm_1784 ._STACards_otytm_1853 ._Card_otytm_315:nth-child(3) p svg path{fill:#6ac248}._HireTopInterns_otytm_1 ._GoHighLevelDevServices_otytm_1784 ._STACards_otytm_1853 ._Card_otytm_315:nth-child(4) i{background:var(--Frame-1618873352, linear-gradient(112deg, #f66957 4.93%, #fff 256.79%));box-shadow:0 4px 20px #0000000d}._HireTopInterns_otytm_1 ._GoHighLevelDevServices_otytm_1784 ._STACards_otytm_1853 ._Card_otytm_315:nth-child(4) p svg path{fill:#f66957}._HireTopInterns_otytm_1 ._GoHighLevelDevServices_otytm_1784 ._STACards_otytm_1853 ._Card_otytm_315:nth-child(5) i{background:var(--Background, linear-gradient(112deg, #ffc444 4.93%, #f36f56 256.79%));box-shadow:0 4px 20px #0000000d}._HireTopInterns_otytm_1 ._GoHighLevelDevServices_otytm_1784 ._STACards_otytm_1853 ._Card_otytm_315:nth-child(5) p svg path{fill:#ffc444}._HireTopInterns_otytm_1 ._GoHighLevelDevServices_otytm_1784 ._STACards_otytm_1853 ._Card_otytm_315:nth-child(6) i{background:var(--Frame-1618873352, linear-gradient(112deg, #2fbbe9 4.93%, #fff 256.79%));box-shadow:0 4px 20px #0000000d}._HireTopInterns_otytm_1 ._GoHighLevelDevServices_otytm_1784 ._STACards_otytm_1853 ._Card_otytm_315:nth-child(6) p svg path{fill:#2fbbe9}._HireTopInterns_otytm_1 ._GoHighLevelDevServices_otytm_1784 ._STACards_otytm_1853 ._Card_otytm_315:nth-child(7) i{background:var(--Frame-1618873352, linear-gradient(112deg, #f3721b 4.93%, #fff 256.79%));box-shadow:0 4px 20px #0000000d}._HireTopInterns_otytm_1 ._GoHighLevelDevServices_otytm_1784 ._STACards_otytm_1853 ._Card_otytm_315:nth-child(7) p svg path{fill:#f3721b}._HireTopInterns_otytm_1 ._GoHighLevelDevServices_otytm_1784 ._STACards_otytm_1853 ._Card_otytm_315:nth-child(8) i{background:var(--Frame-1618873352, linear-gradient(112deg, #6548ee 4.93%, #fff 256.79%));box-shadow:0 4px 20px #0000000d}._HireTopInterns_otytm_1 ._GoHighLevelDevServices_otytm_1784 ._STACards_otytm_1853 ._Card_otytm_315:nth-child(8) p svg path{fill:#6548ee}._HireTopInterns_otytm_1 ._TechnicalSkills_otytm_2086{margin-top:6rem;min-height:32rem;position:relative;overflow:hidden;display:flex;flex-direction:column;align-items:center;gap:4rem}@media (max-width: 631px){._HireTopInterns_otytm_1 ._TechnicalSkills_otytm_2086{padding:1rem 3rem;gap:2rem}}._HireTopInterns_otytm_1 ._TechnicalSkills_otytm_2086 ._TechWrapper_otytm_2102{display:flex;width:91.25rem;flex-wrap:wrap;align-items:center;justify-content:center;gap:2rem}@media (max-width: 631px){._HireTopInterns_otytm_1 ._TechnicalSkills_otytm_2086 ._TechWrapper_otytm_2102{width:100%;justify-content:flex-start;gap:1.5rem}}._HireTopInterns_otytm_1 ._TechnicalSkills_otytm_2086 ._TechWrapper_otytm_2102 ._TechCard_otytm_2118{display:flex;width:max-content;height:4.41731rem;padding:0 .80119rem;align-items:center;gap:1.05606rem;flex-shrink:0;border-radius:3.30031rem;background:#fff;box-shadow:0 2.112px 27.095px #0000000d;padding:.1rem 1.5rem}._HireTopInterns_otytm_1 ._TechnicalSkills_otytm_2086 ._TechWrapper_otytm_2102 ._TechCard_otytm_2118 img{width:auto;height:3.43231rem;flex-shrink:0}._HireTopInterns_otytm_1 ._TechnicalSkills_otytm_2086 ._Asset1_otytm_207{width:29.5625rem;height:34.918rem;position:absolute;left:-4rem;top:-15rem}@media (max-width: 631px){._HireTopInterns_otytm_1 ._TechnicalSkills_otytm_2086 ._Asset1_otytm_207{display:none}}._HireTopInterns_otytm_1 ._TechnicalSkills_otytm_2086 ._Asset1_otytm_207 svg{height:100%;width:100%}._HireTopInterns_otytm_1 ._TechnicalSkills_otytm_2086 ._Asset2_otytm_223{width:29.5625rem;height:34.918rem;position:absolute;right:-6rem;top:-15rem}@media (max-width: 631px){._HireTopInterns_otytm_1 ._TechnicalSkills_otytm_2086 ._Asset2_otytm_223{display:none}}._HireTopInterns_otytm_1 ._TechnicalSkills_otytm_2086 ._Asset2_otytm_223 svg{height:100%;width:100%}._HireTopInterns_otytm_1 ._InternshipForm_otytm_2168{display:flex;flex-direction:column;align-items:center;gap:1rem;margin:6rem 0}@media (max-width: 631px){._HireTopInterns_otytm_1 ._InternshipForm_otytm_2168{padding:0 1rem}._HireTopInterns_otytm_1 ._InternshipForm_otytm_2168 p{text-align:center}}._HireTopInterns_otytm_1 ._InternshipForm_otytm_2168 ._FormContent_otytm_2183{margin-top:5rem;width:101.8125rem;height:37.8125rem;flex-shrink:0;display:flex;align-items:center;justify-content:center;gap:4rem}@media (max-width: 631px){._HireTopInterns_otytm_1 ._InternshipForm_otytm_2168 ._FormContent_otytm_2183{flex-direction:column;width:100%;height:auto}}._HireTopInterns_otytm_1 ._InternshipForm_otytm_2168 ._FormContent_otytm_2183 ._Left_otytm_58{flex:.5}._HireTopInterns_otytm_1 ._InternshipForm_otytm_2168 ._FormContent_otytm_2183 ._Left_otytm_58 img{width:100%;height:auto;flex-shrink:0}@media screen and (max-width: 631px){._HireTopInterns_otytm_1 ._InternshipForm_otytm_2168 ._FormContent_otytm_2183 ._Left_otytm_58 img{padding:3rem}}._HireTopInterns_otytm_1 ._InternshipForm_otytm_2168 ._FormContent_otytm_2183 ._Form_otytm_2183{flex:.7;display:flex;flex-direction:column;gap:1rem;justify-content:space-around;align-items:flex-end;border-radius:1.875rem;background:#fff;box-shadow:0 4px 30px #00000014;padding:3rem 6rem}@media (max-width: 631px){._HireTopInterns_otytm_1 ._InternshipForm_otytm_2168 ._FormContent_otytm_2183 ._Form_otytm_2183{width:100%;gap:1rem}}._HireTopInterns_otytm_1 ._InternshipForm_otytm_2168 ._FormContent_otytm_2183 ._Form_otytm_2183 button{display:flex;width:80%;height:4.3125rem;padding:.625rem;flex-direction:column;justify-content:center;margin:0 auto;margin-top:2rem;align-items:center;gap:.625rem;flex-shrink:0;border-radius:.625rem;background:var(--Frame-1618873097, linear-gradient(112deg, #f3721b 4.93%, #ff7236 256.79%));box-shadow:0 4px 20px #f4721e6e;color:#fff;font-family:Inter;font-size:1.125rem;font-style:normal;font-weight:500;line-height:1.62rem;letter-spacing:.01rem;border:none;cursor:pointer;transition:all ease-in-out .3s}._HireTopInterns_otytm_1 ._InternshipForm_otytm_2168 ._FormContent_otytm_2183 ._Form_otytm_2183 button:hover{box-shadow:0 6px 30px #f4721e99;transform:translateY(-2px)}._HireTopInterns_otytm_1 ._InternshipForm_otytm_2168 ._FormContent_otytm_2183 ._Form_otytm_2183 ._Row_otytm_24{width:100%;display:flex;gap:2rem}@media (max-width: 631px){._HireTopInterns_otytm_1 ._InternshipForm_otytm_2168 ._FormContent_otytm_2183 ._Form_otytm_2183 ._Row_otytm_24{flex-direction:column;gap:1rem}}._HireTopInterns_otytm_1 ._InternshipForm_otytm_2168 ._FormContent_otytm_2183 ._Form_otytm_2183 ._Row_otytm_24 ._Col_otytm_139{width:100%;display:flex;flex-direction:column;gap:.5rem}@media (max-width: 631px){._HireTopInterns_otytm_1 ._InternshipForm_otytm_2168 ._FormContent_otytm_2183 ._Form_otytm_2183 ._Row_otytm_24 ._Col_otytm_139{gap:1rem}}._HireTopInterns_otytm_1 ._InternshipForm_otytm_2168 ._FormContent_otytm_2183 ._Form_otytm_2183 ._Row_otytm_24 ._InputWrapper_otytm_2283{width:100%;display:flex;flex-direction:column;gap:.5rem}._HireTopInterns_otytm_1 ._InternshipForm_otytm_2168 ._FormContent_otytm_2183 ._Form_otytm_2183 ._Row_otytm_24 ._InputWrapper_otytm_2283 label{color:var(--1253, #4d4e50);font-family:Poppins;font-size:.875rem;font-style:normal;font-weight:500;line-height:1.25rem}@media (max-width: 631px){._HireTopInterns_otytm_1 ._InternshipForm_otytm_2168 ._FormContent_otytm_2183 ._Form_otytm_2183 ._Row_otytm_24 ._InputWrapper_otytm_2283 label{font-size:1.1875rem}}._HireTopInterns_otytm_1 ._InternshipForm_otytm_2168 ._FormContent_otytm_2183 ._Form_otytm_2183 ._Row_otytm_24 ._InputWrapper_otytm_2283 input,._HireTopInterns_otytm_1 ._InternshipForm_otytm_2168 ._FormContent_otytm_2183 ._Form_otytm_2183 ._Row_otytm_24 ._InputWrapper_otytm_2283 select,._HireTopInterns_otytm_1 ._InternshipForm_otytm_2168 ._FormContent_otytm_2183 ._Form_otytm_2183 ._Row_otytm_24 ._InputWrapper_otytm_2283 textarea{display:flex;width:100%;padding:.625rem .875rem;align-items:center;border-radius:.5rem;border:1px solid #dedede;outline:none}._HireTopInterns_otytm_1 ._InternshipForm_otytm_2168 ._FormContent_otytm_2183 ._Form_otytm_2183 ._Row_otytm_24 ._InputWrapper_otytm_2283 textarea{resize:none;height:7rem}._HireTopInterns_otytm_1 ._WhyChoose_otytm_484{display:flex;flex-direction:column;align-items:center;gap:3rem;margin:6rem 0;padding:3rem;position:relative}@media (max-width: 631px){._HireTopInterns_otytm_1 ._WhyChoose_otytm_484{align-items:flex-start;gap:2rem;margin-top:2rem}._HireTopInterns_otytm_1 ._WhyChoose_otytm_484 h2{font-size:3rem;text-align:start}._HireTopInterns_otytm_1 ._WhyChoose_otytm_484 p{font-size:1.3125rem}}._HireTopInterns_otytm_1 ._WhyChoose_otytm_484 ._Blur1_otytm_1673,._HireTopInterns_otytm_1 ._WhyChoose_otytm_484 ._Blur2_otytm_1674{width:37.75rem;height:26.875rem;flex-shrink:0;position:absolute;z-index:-1}._HireTopInterns_otytm_1 ._WhyChoose_otytm_484 ._Blur1_otytm_1673 svg,._HireTopInterns_otytm_1 ._WhyChoose_otytm_484 ._Blur2_otytm_1674 svg{height:100%;width:100%}._HireTopInterns_otytm_1 ._WhyChoose_otytm_484 ._Blur1_otytm_1673{left:-6rem;bottom:-3rem}._HireTopInterns_otytm_1 ._WhyChoose_otytm_484 ._Blur2_otytm_1674{right:-6rem;top:10rem}._HireTopInterns_otytm_1 ._WhyChoose_otytm_484 ._Cards_otytm_860{margin-top:3rem;display:grid;grid-template-columns:repeat(4,1fr);align-items:stretch;justify-content:center;gap:2rem}@media (max-width: 631px){._HireTopInterns_otytm_1 ._WhyChoose_otytm_484 ._Cards_otytm_860{width:100%;grid-template-columns:1fr 1fr;gap:2rem}}._HireTopInterns_otytm_1 ._WhyChoose_otytm_484 ._Cards_otytm_860 ._Card_otytm_315{max-width:22.125rem;border-radius:1.71319rem;background:#fff;box-shadow:0 4px 80px #00000014;position:relative;padding:4rem 2rem 2rem;display:flex;flex-direction:column;gap:.3rem}@media (max-width: 631px){._HireTopInterns_otytm_1 ._WhyChoose_otytm_484 ._Cards_otytm_860 ._Card_otytm_315{width:100%;height:auto;align-items:flex-start;padding:5rem 2rem 2rem;gap:1rem;margin-bottom:1.5rem}}._HireTopInterns_otytm_1 ._WhyChoose_otytm_484 ._Cards_otytm_860 ._Card_otytm_315 i{position:absolute;top:0;left:50%;transform:translate(-50%,-50%);display:flex;width:5.24119rem;height:5.24119rem;padding:.9375rem .95994rem .92869rem .90625rem;justify-content:center;align-items:center;flex-shrink:0;border-radius:7.10619rem;background:var(--image, linear-gradient(106deg, #f3721b 4.46%, #fff 232.7%));box-shadow:0 4px 20px #0000000d}._HireTopInterns_otytm_1 ._WhyChoose_otytm_484 ._Cards_otytm_860 ._Card_otytm_315 i svg{width:3.375rem;height:3.375rem;flex-shrink:0}._HireTopInterns_otytm_1 ._WhyChoose_otytm_484 ._Cards_otytm_860 ._Card_otytm_315 h3{color:var(--Test, #3d3d3d);text-align:center;font-family:Inter;font-size:1.4rem;font-style:normal;font-weight:600;line-height:2.74106rem;letter-spacing:-.04569rem;text-wrap:nowrap}@media (max-width: 631px){._HireTopInterns_otytm_1 ._WhyChoose_otytm_484 ._Cards_otytm_860 ._Card_otytm_315 h3{font-size:1.7rem;text-wrap:wrap;width:100%}}._HireTopInterns_otytm_1 ._WhyChoose_otytm_484 ._Cards_otytm_860 ._Card_otytm_315 p{color:#060606;text-align:center;font-family:Inter;font-size:1rem;font-style:normal;font-weight:400;line-height:1.60356rem}@media (max-width: 631px){._HireTopInterns_otytm_1 ._WhyChoose_otytm_484 ._Cards_otytm_860 ._Card_otytm_315 p{font-size:1.3125rem}}._HireTopInterns_otytm_1 ._WhyChoose_otytm_484 ._Cards_otytm_860 ._Card_otytm_315:nth-child(4) i{background:var(--image, linear-gradient(112deg, #6548ee 4.93%, #fff 256.79%));box-shadow:0 4px 50px #0000000f}._HireTopInterns_otytm_1 ._WhyChoose_otytm_484 ._Cards_otytm_860 ._Card_otytm_315:nth-child(5) i{background:var(--image, linear-gradient(112deg, #ffc734 4.93%, #fff 256.79%));box-shadow:0 4px 50px #0000000f}._HireTopInterns_otytm_1 ._WhyChoose_otytm_484 ._Cards_otytm_860 ._Card_otytm_315:nth-child(6) i{background:var(--image, linear-gradient(112deg, #6ac248 4.93%, #fff 256.79%));box-shadow:0 4px 50px #0000000f}._projects_otytm_2465{display:flex;align-items:center;gap:1rem;font-family:Arial,sans-serif}._projects_otytm_2465 ._avatar_otytm_2471{display:flex}._projects_otytm_2465 ._avatar_otytm_2471 img{width:50px;height:50px;border-radius:50%;border:2px solid #fff;object-fit:cover;margin-left:-10px}._projects_otytm_2465 ._avatar_otytm_2471 img:first-child{margin-left:0}@media (max-width: 631px){._projects_otytm_2465 ._avatar_otytm_2471 img{width:30px;height:30px}}._projects_otytm_2465 ._text_otytm_2491{display:flex;align-items:center;gap:.4rem}._projects_otytm_2465 ._text_otytm_2491 h2{font-size:1.5rem;font-weight:700;margin:0;color:#333}._projects_otytm_2465 ._text_otytm_2491 p{font-size:1rem;color:#555;margin:0}@media (max-width: 631px){._projects_otytm_2465 ._text_otytm_2491 p{font-size:2rem}}._FeaturesRow_otytm_2513{display:flex;align-items:center;gap:2rem;margin-top:2rem}._FeaturesRow_otytm_2513 ._FeatureItem_otytm_2519{display:flex;align-items:center;gap:.5rem}._FeaturesRow_otytm_2513 ._FeatureItem_otytm_2519 ._svg1_otytm_2524{width:1.2rem;height:1.2rem;color:#28a745;flex-shrink:0}._FeaturesRow_otytm_2513 ._FeatureItem_otytm_2519 p{font-size:1rem;font-weight:500;color:#333;margin:0;white-space:nowrap}._HireTopInterns_myc7x_1{width:100%;display:flex;flex-direction:column}._HireTopInterns_myc7x_1 h2{color:var(--c3);text-align:center;font-family:var(--f2);font-size:3.5rem;font-style:normal;font-weight:700;line-height:3.99rem;letter-spacing:-.07rem}@media (max-width: 631px){._HireTopInterns_myc7x_1 h2{font-size:2.5rem}}._HireTopInterns_myc7x_1 h2 span{color:var(--c1)}._HireTopInterns_myc7x_1 p{color:var(--Test, #3d3d3d);text-align:center;font-family:Inter;font-size:1.125rem;font-style:normal;font-weight:400;line-height:1.755rem}@media (max-width: 631px){._HireTopInterns_myc7x_1 p{font-size:1.3125rem}}._HireTopInterns_myc7x_1 ._Row1_myc7x_38{position:relative;padding:1rem;display:flex;flex-direction:column;gap:4rem}@media (max-width: 631px){._HireTopInterns_myc7x_1 ._Row1_myc7x_38{padding:2rem}}._HireTopInterns_myc7x_1 ._Row1_myc7x_38 ._TopSection_myc7x_50{display:flex;align-items:center;justify-content:space-evenly;gap:0rem;width:100%;margin:0 auto;margin-bottom:4rem}@media (max-width: 631px){._HireTopInterns_myc7x_1 ._Row1_myc7x_38 ._TopSection_myc7x_50{flex-direction:column}}._HireTopInterns_myc7x_1 ._Row1_myc7x_38 ._TopSection_myc7x_50 ._Left_myc7x_64{width:42.0625rem;display:flex;flex-direction:column;gap:1.5rem;margin-left:-2rem}._HireTopInterns_myc7x_1 ._Row1_myc7x_38 ._TopSection_myc7x_50 ._Left_myc7x_64 ._DummyBtn_myc7x_71{display:flex;width:max-content;height:3.0625rem;justify-content:center;align-items:center;gap:.75rem;border-radius:6.25rem;background:#f47b2a0d;color:#f58133;font-family:Inter;font-size:1rem;font-style:normal;font-weight:500;line-height:1.62rem;padding:.1rem 1rem}._HireTopInterns_myc7x_1 ._Row1_myc7x_38 ._TopSection_myc7x_50 ._Left_myc7x_64 ._DummyBtn_myc7x_71 i{width:1.5rem;height:1.5rem;flex-shrink:0;display:flex;align-items:center;justify-content:center}._HireTopInterns_myc7x_1 ._Row1_myc7x_38 ._TopSection_myc7x_50 ._Left_myc7x_64 ._DummyBtn_myc7x_71 i svg{fill:#f58133!important}._HireTopInterns_myc7x_1 ._Row1_myc7x_38 ._TopSection_myc7x_50 ._Left_myc7x_64 ._DummyBtn_myc7x_71 i svg path{fill:#f58133!important}._HireTopInterns_myc7x_1 ._Row1_myc7x_38 ._TopSection_myc7x_50 ._Left_myc7x_64 h1{color:#2f2f2f;font-family:Inter;font-size:4.05325rem;font-style:normal;font-weight:600;line-height:4.45856rem;letter-spacing:-.06356rem}._HireTopInterns_myc7x_1 ._Row1_myc7x_38 ._TopSection_myc7x_50 ._Left_myc7x_64 h1 span{background:var(--Frame-1618873097, linear-gradient(112deg, #f3721b 4.93%, #ff7236 256.79%));background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}._HireTopInterns_myc7x_1 ._Row1_myc7x_38 ._TopSection_myc7x_50 ._Left_myc7x_64 p{color:#313131;font-family:Inter;font-size:1.125rem;font-style:normal;font-weight:300;line-height:1.81469rem;text-align:start}@media (max-width: 631px){._HireTopInterns_myc7x_1 ._Row1_myc7x_38 ._TopSection_myc7x_50 ._Left_myc7x_64 p{width:70%;font-size:1.3125rem}}._HireTopInterns_myc7x_1 ._Row1_myc7x_38 ._TopSection_myc7x_50 ._Left_myc7x_64 ._Row_myc7x_38{display:flex;gap:1rem;height:max-content}._HireTopInterns_myc7x_1 ._Row1_myc7x_38 ._TopSection_myc7x_50 ._Left_myc7x_64 ._Row_myc7x_38 ._Col_myc7x_137{flex:1;display:flex;flex-direction:column;gap:.7rem}._HireTopInterns_myc7x_1 ._Row1_myc7x_38 ._TopSection_myc7x_50 ._Left_myc7x_64 ._Row_myc7x_38 ._Col_myc7x_137 p{color:#3d3d3d;text-align:start;font-family:Poppins;font-size:.825rem;font-style:normal;font-weight:400;line-height:111.4%;text-transform:capitalize;white-space:nowrap;display:flex;align-items:center;gap:.4rem}@media (max-width: 631px){._HireTopInterns_myc7x_1 ._Row1_myc7x_38 ._TopSection_myc7x_50 ._Left_myc7x_64 ._Row_myc7x_38 ._Col_myc7x_137 p{font-size:1rem;flex:1}}._HireTopInterns_myc7x_1 ._Row1_myc7x_38 ._TopSection_myc7x_50 ._Left_myc7x_64 ._Row_myc7x_38 ._Col_myc7x_137 p svg{width:1.375rem;height:1.375rem;flex-shrink:0}@media (max-width: 631px){._HireTopInterns_myc7x_1 ._Row1_myc7x_38 ._TopSection_myc7x_50 ._Left_myc7x_64 ._Row_myc7x_38 ._Col_myc7x_137 p svg{width:1.5375rem;height:1.5375rem}}._HireTopInterns_myc7x_1 ._Row1_myc7x_38 ._TopSection_myc7x_50 ._Left_myc7x_64 ._Row_myc7x_38 ._Col_myc7x_137 p svg path{fill:#6ac248}._HireTopInterns_myc7x_1 ._Row1_myc7x_38 ._TopSection_myc7x_50 ._Left_myc7x_64 ._Row_myc7x_38 ._Line_myc7x_177{height:100%;width:2px;background:#0003}._HireTopInterns_myc7x_1 ._Row1_myc7x_38 ._TopSection_myc7x_50 ._Left_myc7x_64 ._BtnWrapper_myc7x_182{display:flex;align-items:center;gap:1rem}._HireTopInterns_myc7x_1 ._Row1_myc7x_38 ._TopSection_myc7x_50 ._Right_myc7x_187{width:35rem;min-height:30rem;margin-top:2rem}@media (max-width: 631px){._HireTopInterns_myc7x_1 ._Row1_myc7x_38 ._TopSection_myc7x_50 ._Right_myc7x_187{margin-left:-10rem;margin-top:4rem}}._HireTopInterns_myc7x_1 ._Row1_myc7x_38 ._TopSection_myc7x_50 ._Right_myc7x_187 img{width:100%;height:auto}@media (max-width: 631px){._HireTopInterns_myc7x_1 ._Row1_myc7x_38 ._TopSection_myc7x_50 ._Right_myc7x_187 img{width:45rem}}._HireTopInterns_myc7x_1 ._Row1_myc7x_38 ._Asset1_myc7x_207{width:29.5625rem;height:34.918rem;position:absolute;left:-4rem;top:-10rem}@media (max-width: 631px){._HireTopInterns_myc7x_1 ._Row1_myc7x_38 ._Asset1_myc7x_207{display:none}}._HireTopInterns_myc7x_1 ._Row1_myc7x_38 ._Asset1_myc7x_207 svg{height:100%;width:100%}._HireTopInterns_myc7x_1 ._Row1_myc7x_38 ._Asset2_myc7x_223{width:29.5625rem;height:34.918rem;position:absolute;right:-4rem;top:10rem}@media (max-width: 631px){._HireTopInterns_myc7x_1 ._Row1_myc7x_38 ._Asset2_myc7x_223{top:-7rem}}._HireTopInterns_myc7x_1 ._Row1_myc7x_38 ._Asset2_myc7x_223 svg{height:100%;width:100%}._HireTopInterns_myc7x_1 ._GlobalTalentMetrics_myc7x_239{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;margin:4rem 0;background:url(/assets/SILBG-DudNR10-.webp);background-size:cover;background-position:center;width:100%;height:42.6875rem;flex-shrink:0}@media (max-width: 631px){._HireTopInterns_myc7x_1 ._GlobalTalentMetrics_myc7x_239{min-height:42.6875rem;height:auto;padding:2rem 3rem}}._HireTopInterns_myc7x_1 ._GlobalTalentMetrics_myc7x_239 h2{color:#fff}._HireTopInterns_myc7x_1 ._GlobalTalentMetrics_myc7x_239 p{color:#fff;text-align:center;font-family:Inter;font-size:1.125rem;font-style:normal;font-weight:400;line-height:1.755rem}@media (max-width: 631px){._HireTopInterns_myc7x_1 ._GlobalTalentMetrics_myc7x_239 p{font-size:1.3125rem}}._HireTopInterns_myc7x_1 ._GlobalTalentMetrics_myc7x_239 ._TrustedByCards_myc7x_277{display:flex;align-items:center;justify-content:center;gap:3rem;margin-top:3.5rem}@media (max-width: 631px){._HireTopInterns_myc7x_1 ._GlobalTalentMetrics_myc7x_239 ._TrustedByCards_myc7x_277{width:100%;display:grid;grid-template-columns:repeat(2,1fr);gap:1rem;row-gap:5rem}}._HireTopInterns_myc7x_1 ._GlobalTalentMetrics_myc7x_239 ._CardOuter_myc7x_293{width:22.125rem;height:16.125rem;border:1px solid #f37927;background:linear-gradient(180deg,#ffffff1a,#9990);box-shadow:0 4px 80px #f672234d;-webkit-backdrop-filter:blur(25px);backdrop-filter:blur(25px);border-radius:1.71319rem}@media (max-width: 631px){._HireTopInterns_myc7x_1 ._GlobalTalentMetrics_myc7x_239 ._CardOuter_myc7x_293{width:100%}}._HireTopInterns_myc7x_1 ._GlobalTalentMetrics_myc7x_239 ._Card_myc7x_293{width:22.125rem;height:16.125rem;flex-shrink:0;border-radius:1.71319rem;position:relative;display:flex;flex-direction:column;padding:3rem 2.5rem;align-items:center;justify-content:flex-end}@media (max-width: 631px){._HireTopInterns_myc7x_1 ._GlobalTalentMetrics_myc7x_239 ._Card_myc7x_293{width:100%}}._HireTopInterns_myc7x_1 ._GlobalTalentMetrics_myc7x_239 ._Card_myc7x_293 i{position:absolute;left:50%;top:0;transform:translate(-50%,-50%);display:inline-flex;height:5.24119rem;padding:1.1875rem 1.17869rem 1.30369rem 1.3125rem;justify-content:center;align-items:center;flex-shrink:0;border-radius:7.10619rem;background:var(--Background, linear-gradient(106deg, #f3721b 4.46%, #fff 232.7%));box-shadow:0 4px 50px #0000000f}._HireTopInterns_myc7x_1 ._GlobalTalentMetrics_myc7x_239 ._Card_myc7x_293 i svg{width:2.75rem;height:2.75rem;aspect-ratio:1/1}._HireTopInterns_myc7x_1 ._GlobalTalentMetrics_myc7x_239 ._Card_myc7x_293 h3{font-family:Inter;font-size:3.27719rem;font-style:normal;font-weight:600;line-height:140%;letter-spacing:-.13306rem;background:var(--Background, linear-gradient(106deg, #f3721b 4.46%, #fff 232.7%));background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}._HireTopInterns_myc7x_1 ._GlobalTalentMetrics_myc7x_239 ._Card_myc7x_293 h4{color:#fff;font-family:Inter;font-size:1.125rem;font-style:normal;font-weight:600;margin:.7rem 0}@media (max-width: 631px){._HireTopInterns_myc7x_1 ._GlobalTalentMetrics_myc7x_239 ._Card_myc7x_293 h4{font-size:1.5125rem}}._HireTopInterns_myc7x_1 ._GlobalTalentMetrics_myc7x_239 ._Card_myc7x_293 p{color:#fff;text-align:center;font-family:Inter;font-size:1rem;font-style:normal;font-weight:400;line-height:1.60356rem;width:80%}@media (max-width: 631px){._HireTopInterns_myc7x_1 ._GlobalTalentMetrics_myc7x_239 ._Card_myc7x_293 p{font-size:1.2125rem}}._HireTopInterns_myc7x_1 ._GlobalTalentMetrics_myc7x_239 ._BtnWrapper_myc7x_182{display:flex;align-items:center;gap:1rem;margin-top:1rem}@media (max-width: 631px){._HireTopInterns_myc7x_1 ._GlobalTalentMetrics_myc7x_239 ._BtnWrapper_myc7x_182{margin-top:2rem}}._HireTopInterns_myc7x_1 ._GlobalTalentMetrics_myc7x_239 ._CardOuter_myc7x_293:nth-child(1){border:1px solid #7c64f1;background:linear-gradient(180deg,#ffffff1a,#9990);box-shadow:0 4px 80px #7156ef4d;-webkit-backdrop-filter:blur(25px);backdrop-filter:blur(25px)}._HireTopInterns_myc7x_1 ._GlobalTalentMetrics_myc7x_239 ._CardOuter_myc7x_293:nth-child(1) i{border-radius:7.10619rem;background:var(--Frame-1618873352, linear-gradient(112deg, #6548ee 4.93%, #fff 256.79%));box-shadow:0 4px 50px #0000000f}._HireTopInterns_myc7x_1 ._GlobalTalentMetrics_myc7x_239 ._CardOuter_myc7x_293:nth-child(1) h4{font-size:1.3rem}._HireTopInterns_myc7x_1 ._GlobalTalentMetrics_myc7x_239 ._CardOuter_myc7x_293:nth-child(1) h3{background:var(--Frame-1618873352, linear-gradient(112deg, #6548ee 4.93%, #fff 256.79%));background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}._HireTopInterns_myc7x_1 ._GlobalTalentMetrics_myc7x_239 ._CardOuter_myc7x_293:nth-child(2){border-radius:1.71319rem;border:1px solid #6bceef;background:linear-gradient(180deg,#ffffff1a,#9990);box-shadow:0 4px 80px #45c2eb4d;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px)}._HireTopInterns_myc7x_1 ._GlobalTalentMetrics_myc7x_239 ._CardOuter_myc7x_293:nth-child(2) i{border-radius:7.10619rem;background:var(--Background, linear-gradient(112deg, #2fbbe9 4.93%, #fff 256.79%));box-shadow:0 4px 50px #0000000f}._HireTopInterns_myc7x_1 ._GlobalTalentMetrics_myc7x_239 ._CardOuter_myc7x_293:nth-child(2) h3{background:var(--Background, linear-gradient(112deg, #2fbbe9 4.93%, #fff 256.79%));background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;margin-left:1rem}._HireTopInterns_myc7x_1 ._GlobalTalentMetrics_myc7x_239 ._CardOuter_myc7x_293:nth-child(4){border-radius:1.71319rem;border:1px solid #7bc95d;background:linear-gradient(180deg,#ffffff1a,#9990);box-shadow:0 4px 80px #79c85b4d;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px)}._HireTopInterns_myc7x_1 ._GlobalTalentMetrics_myc7x_239 ._CardOuter_myc7x_293:nth-child(4) i{border-radius:7.10619rem;background:var(--Background, linear-gradient(112deg, #6ac248 4.93%, #fff 256.79%));box-shadow:0 4px 50px #0000000f}._HireTopInterns_myc7x_1 ._GlobalTalentMetrics_myc7x_239 ._CardOuter_myc7x_293:nth-child(4) h3{background:var(--Background, linear-gradient(112deg, #6ac248 4.93%, #fff 256.79%));background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;margin-left:1.4rem}._HireTopInterns_myc7x_1 ._CustomIntegration_myc7x_453{margin:5rem 12rem;padding:5rem 4rem;display:grid;grid-template-columns:1fr .4fr;border-radius:2rem;box-shadow:0 4px 10px #0000000a,0 4px 20px #f3721b80;gap:2rem}@media (max-width: 768px){._HireTopInterns_myc7x_1 ._CustomIntegration_myc7x_453{margin:4rem 3rem;padding:3rem;grid-template-columns:1fr;text-align:center}}._HireTopInterns_myc7x_1 ._CustomIntegration_myc7x_453 p{text-align:start}._HireTopInterns_myc7x_1 ._CustomIntegration_myc7x_453 ._Col1_myc7x_473 h2{text-align:start;margin-bottom:2rem}._HireTopInterns_myc7x_1 ._CustomIntegration_myc7x_453 ._Col1_myc7x_473 ._BtnWrapper_myc7x_182{margin-top:2rem;display:flex;flex-wrap:wrap;gap:1.5rem;align-items:center}@media (max-width: 768px){._HireTopInterns_myc7x_1 ._CustomIntegration_myc7x_453 ._Col1_myc7x_473 ._BtnWrapper_myc7x_182{margin-top:1rem;flex-direction:column;align-items:flex-start}}._HireTopInterns_myc7x_1 ._CustomIntegration_myc7x_453 ._Col1_myc7x_473 ._BtnWrapper_myc7x_182 p{display:flex;align-items:center;gap:.5rem;position:relative}._HireTopInterns_myc7x_1 ._CustomIntegration_myc7x_453 ._Col1_myc7x_473 ._BtnWrapper_myc7x_182 p:after{content:"|";margin-left:.5rem;color:#505050}@media (max-width: 768px){._HireTopInterns_myc7x_1 ._CustomIntegration_myc7x_453 ._Col1_myc7x_473 ._BtnWrapper_myc7x_182 p:after{content:none}}._HireTopInterns_myc7x_1 ._CustomIntegration_myc7x_453 ._Col1_myc7x_473 ._BtnWrapper_myc7x_182 p svg path{fill:#6ac248}._HireTopInterns_myc7x_1 ._CustomIntegration_myc7x_453 ._Col1_myc7x_473 ._BtnWrapper_myc7x_182 p:last-child:after{content:""}._HireTopInterns_myc7x_1 ._CustomIntegration_myc7x_453 ._Col2_myc7x_514{width:100%;display:flex;justify-content:center;align-items:center}._HireTopInterns_myc7x_1 ._CustomIntegration_myc7x_453 ._Col2_myc7x_514 img{width:70%;height:auto;object-fit:contain}@media (max-width: 768px){._HireTopInterns_myc7x_1 ._CustomIntegration_myc7x_453 ._Col2_myc7x_514{margin-top:2rem;order:2;width:80%;margin:1rem auto}}._HireTopInterns_myc7x_1 ._Deploy_myc7x_533{margin:5rem 12rem;display:grid;grid-template-columns:1fr 1fr;gap:5rem;align-items:center}._HireTopInterns_myc7x_1 ._Deploy_myc7x_533 h3,._HireTopInterns_myc7x_1 ._Deploy_myc7x_533 p{text-align:start}@media (max-width: 631px){._HireTopInterns_myc7x_1 ._Deploy_myc7x_533{margin:5rem 3rem;grid-template-columns:1fr}}._HireTopInterns_myc7x_1 ._Deploy_myc7x_533 ._Column_myc7x_550{position:relative;border-radius:2rem;box-shadow:0 4px 10px #0003;padding:4rem 2.5rem 2.5rem}._HireTopInterns_myc7x_1 ._Deploy_myc7x_533 ._Column_myc7x_550 h3>span{color:#6548ee;background:#6448ee27;padding:.2rem .5rem;border-radius:2rem;font-weight:500;margin-left:1rem}._HireTopInterns_myc7x_1 ._Deploy_myc7x_533 ._Column_myc7x_550 ._desc_myc7x_565{margin:.5rem 0;color:#00000056}._HireTopInterns_myc7x_1 ._Deploy_myc7x_533 ._Column_myc7x_550 i{position:absolute;top:0;left:10%;transform:translate(-50%,-50%);display:flex;width:4.5rem;height:4.5rem;padding:.9375rem;justify-content:center;align-items:center;border-radius:7.10619rem;background:var(--image, linear-gradient(106deg, #6548ee 4.46%, #fff 232.7%));box-shadow:0 4px 20px #0000000d}@media (max-width: 631px){._HireTopInterns_myc7x_1 ._Deploy_myc7x_533 ._Column_myc7x_550 i{left:5rem}}._HireTopInterns_myc7x_1 ._Deploy_myc7x_533 ._Column_myc7x_550 i svg{width:3rem;height:3rem}._HireTopInterns_myc7x_1 ._Deploy_myc7x_533 ._Column_myc7x_550 ._List_myc7x_593{margin-top:1rem;display:flex;gap:3rem}@media (max-width: 631px){._HireTopInterns_myc7x_1 ._Deploy_myc7x_533 ._Column_myc7x_550 ._List_myc7x_593{flex-direction:column;gap:1.5rem}}._HireTopInterns_myc7x_1 ._Deploy_myc7x_533 ._Column_myc7x_550 ._List_myc7x_593 p{text-align:start;display:flex;align-items:center;gap:.5rem;margin-bottom:1rem}._HireTopInterns_myc7x_1 ._Deploy_myc7x_533 ._Column_myc7x_550 ._List_myc7x_593 p svg path{fill:#6448ee}._HireTopInterns_myc7x_1 ._Deploy_myc7x_533 ._Column_myc7x_550:nth-child(2) h3>span{color:#2fbbe9;background:#2fbbe943}._HireTopInterns_myc7x_1 ._Deploy_myc7x_533 ._Column_myc7x_550:nth-child(2) i{background:var(--image, linear-gradient(106deg, #2fbbe9 4.46%, #fff 232.7%))}._HireTopInterns_myc7x_1 ._Deploy_myc7x_533 ._Column_myc7x_550:nth-child(2) ._List_myc7x_593 p svg path{fill:#2fbbe9}._HireTopInterns_myc7x_1 ._Source_myc7x_624{margin:4rem 12rem 1rem;display:flex;gap:5rem}@media (max-width: 631px){._HireTopInterns_myc7x_1 ._Source_myc7x_624{margin:0 3rem;flex-direction:column}}._HireTopInterns_myc7x_1 ._Source_myc7x_624 ._Col1_myc7x_473{display:flex;flex-direction:column;gap:2.5rem;flex:1}._HireTopInterns_myc7x_1 ._Source_myc7x_624 ._Col1_myc7x_473 h2,._HireTopInterns_myc7x_1 ._Source_myc7x_624 ._Col1_myc7x_473 p{text-align:start}._HireTopInterns_myc7x_1 ._Source_myc7x_624 ._col3_myc7x_648{display:flex;flex-direction:column;gap:10rem;color:#fff}._HireTopInterns_myc7x_1 ._Source_myc7x_624 ._col3_myc7x_648 ._number_myc7x_654{font-size:2rem;height:4rem;width:4rem;padding:1rem;border-radius:50%;background-color:orange;justify-content:center;text-align:center}._HireTopInterns_myc7x_1 ._FlexibleWay_myc7x_664{margin:5rem 12rem;display:grid;grid-template-columns:1.5fr 1fr;gap:5rem;align-items:center}._HireTopInterns_myc7x_1 ._FlexibleWay_myc7x_664 h2,._HireTopInterns_myc7x_1 ._FlexibleWay_myc7x_664 p{text-align:start}@media (max-width: 631px){._HireTopInterns_myc7x_1 ._FlexibleWay_myc7x_664{margin:0 3rem;grid-template-columns:1fr}}._HireTopInterns_myc7x_1 ._FlexibleWay_myc7x_664 ._Cards_myc7x_683{margin:3rem 0;display:grid;grid-template-columns:repeat(2,1fr);align-items:stretch;justify-content:center;gap:3rem}@media (max-width: 631px){._HireTopInterns_myc7x_1 ._FlexibleWay_myc7x_664 ._Cards_myc7x_683{width:100%;gap:5rem}}._HireTopInterns_myc7x_1 ._FlexibleWay_myc7x_664 ._Cards_myc7x_683 ._Card_myc7x_293{flex-shrink:0;border-radius:1.71319rem;background:#fff;box-shadow:0 4px 80px #00000014;position:relative;padding:3rem 2rem 2rem;display:flex;flex-direction:column;gap:.3rem}@media (max-width: 631px){._HireTopInterns_myc7x_1 ._FlexibleWay_myc7x_664 ._Cards_myc7x_683 ._Card_myc7x_293{width:100%;height:auto;align-items:flex-start;padding:5rem 2rem 2rem;gap:1rem}}._HireTopInterns_myc7x_1 ._FlexibleWay_myc7x_664 ._Cards_myc7x_683 ._Card_myc7x_293 i{position:absolute;top:0;left:15%;transform:translate(-50%,-50%);display:flex;width:4.5rem;height:4.5rem;padding:.9375rem .95994rem .92869rem .90625rem;justify-content:center;align-items:center;flex-shrink:0;border-radius:7.10619rem;background:var(--image, linear-gradient(106deg, #f3721b 4.46%, #fff 232.7%));box-shadow:0 4px 20px #0000000d}@media (max-width: 631px){._HireTopInterns_myc7x_1 ._FlexibleWay_myc7x_664 ._Cards_myc7x_683 ._Card_myc7x_293 i{left:50%}}._HireTopInterns_myc7x_1 ._FlexibleWay_myc7x_664 ._Cards_myc7x_683 ._Card_myc7x_293 i svg{width:3rem;height:3rem;flex-shrink:0}._HireTopInterns_myc7x_1 ._FlexibleWay_myc7x_664 ._Cards_myc7x_683 ._Card_myc7x_293 h3{color:var(--Test, #3d3d3d);font-family:Inter;font-size:1.4rem;font-style:normal;font-weight:600;line-height:2.74106rem;letter-spacing:-.04569rem;text-wrap:nowrap}@media (max-width: 631px){._HireTopInterns_myc7x_1 ._FlexibleWay_myc7x_664 ._Cards_myc7x_683 ._Card_myc7x_293 h3{font-size:1.5rem;text-wrap:wrap;text-align:center;width:100%}}._HireTopInterns_myc7x_1 ._FlexibleWay_myc7x_664 ._Cards_myc7x_683 ._Card_myc7x_293 p{color:#060606;font-family:Inter;font-size:1rem;font-style:normal;font-weight:400;line-height:1.60356rem}@media (max-width: 631px){._HireTopInterns_myc7x_1 ._FlexibleWay_myc7x_664 ._Cards_myc7x_683 ._Card_myc7x_293 p{font-size:1.3125rem;text-align:center}}._HireTopInterns_myc7x_1 ._FlexibleWay_myc7x_664 ._Cards_myc7x_683 ._Card_myc7x_293:nth-child(1) i{background:var(--image, linear-gradient(112deg, #6548ee 4.93%, #fff 256.79%));box-shadow:0 4px 50px #0000000f}._HireTopInterns_myc7x_1 ._FlexibleWay_myc7x_664 ._Cards_myc7x_683 ._Card_myc7x_293:nth-child(2) i{background:var(--image, linear-gradient(112deg, #f3721b 4.93%, #fff 256.79%));box-shadow:0 4px 50px #0000000f}._HireTopInterns_myc7x_1 ._FlexibleWay_myc7x_664 ._Cards_myc7x_683 ._Card_myc7x_293:nth-child(3) i{background:var(--image, linear-gradient(112deg, #2fbbe9 4.93%, #fff 256.79%));box-shadow:0 4px 50px #0000000f}._HireTopInterns_myc7x_1 ._FlexibleWay_myc7x_664 ._Cards_myc7x_683 ._Card_myc7x_293:nth-child(4) i{background:var(--image, linear-gradient(112deg, #ffc734 4.93%, #fff 256.79%));box-shadow:0 4px 50px #0000000f}._HireTopInterns_myc7x_1 ._FlexibleWay_myc7x_664 ._Col2_myc7x_514{padding:4rem;border-radius:3rem;position:relative;box-shadow:0 4px 40px #00000026}._HireTopInterns_myc7x_1 ._FlexibleWay_myc7x_664 ._Col2_myc7x_514 h3{margin:1rem 0}._HireTopInterns_myc7x_1 ._FlexibleWay_myc7x_664 ._Col2_myc7x_514 ul li{margin:.5rem 2rem;color:#060606}._HireTopInterns_myc7x_1 ._FlexibleWay_myc7x_664 ._Col2_myc7x_514 img{width:100%}._HireTopInterns_myc7x_1 ._FlexibleWay_myc7x_664 ._Col2_myc7x_514 ._TopTag_myc7x_810,._HireTopInterns_myc7x_1 ._FlexibleWay_myc7x_664 ._Col2_myc7x_514 ._BottomTag_myc7x_811{position:absolute;padding:1rem 2.5rem;border-radius:1rem;width:fit-content;color:#fff}._HireTopInterns_myc7x_1 ._FlexibleWay_myc7x_664 ._Col2_myc7x_514 ._TopTag_myc7x_810{top:-2rem;background:linear-gradient(106deg,#6ac248 4.46%,#fff 232.7%)}._HireTopInterns_myc7x_1 ._FlexibleWay_myc7x_664 ._Col2_myc7x_514 ._BottomTag_myc7x_811{bottom:-2rem;background:linear-gradient(106deg,#6448ee 4.46%,#fff 232.7%)}._HireTopInterns_myc7x_1 ._SecureContainer_myc7x_826{margin:5rem 12rem}@media (max-width: 631px){._HireTopInterns_myc7x_1 ._SecureContainer_myc7x_826{margin:3rem}}._HireTopInterns_myc7x_1 ._SecureContainer_myc7x_826 ._Secure_myc7x_826{margin-top:5rem;display:grid;grid-template-columns:1fr 1fr;gap:4rem}@media (max-width: 631px){._HireTopInterns_myc7x_1 ._SecureContainer_myc7x_826 ._Secure_myc7x_826{grid-template-columns:1fr}}._HireTopInterns_myc7x_1 ._SecureContainer_myc7x_826 ._Secure_myc7x_826 ._Col1_myc7x_473{display:flex;flex-direction:column;gap:1rem}._HireTopInterns_myc7x_1 ._SecureContainer_myc7x_826 ._Secure_myc7x_826 ._Col1_myc7x_473 ._Card_myc7x_293{padding:1.2rem;border-radius:1rem;box-shadow:0 4px 10px #0003;display:flex;gap:.8rem}._HireTopInterns_myc7x_1 ._SecureContainer_myc7x_826 ._Secure_myc7x_826 ._Col1_myc7x_473 ._Card_myc7x_293 i{width:4rem;height:4rem;border-radius:50%;padding:1rem;display:flex;align-items:center;justify-content:center;background:#f3721b5b}._HireTopInterns_myc7x_1 ._SecureContainer_myc7x_826 ._Secure_myc7x_826 ._Col1_myc7x_473 ._Card_myc7x_293 i svg path{fill:#f3721b}._HireTopInterns_myc7x_1 ._SecureContainer_myc7x_826 ._Secure_myc7x_826 ._Col1_myc7x_473 ._Card_myc7x_293 h3{text-align:start;margin-bottom:1rem}._HireTopInterns_myc7x_1 ._SecureContainer_myc7x_826 ._Secure_myc7x_826 ._Col1_myc7x_473 ._Card_myc7x_293 h3 span{font-size:1rem;font-weight:600;color:#6548ee;padding-left:2rem}._HireTopInterns_myc7x_1 ._SecureContainer_myc7x_826 ._Secure_myc7x_826 ._Col1_myc7x_473 ._Card_myc7x_293 p{text-align:start}._HireTopInterns_myc7x_1 ._SecureContainer_myc7x_826 ._Secure_myc7x_826 ._Col1_myc7x_473 ._Card_myc7x_293:nth-child(2) i{background:#6ac2485b}._HireTopInterns_myc7x_1 ._SecureContainer_myc7x_826 ._Secure_myc7x_826 ._Col1_myc7x_473 ._Card_myc7x_293:nth-child(2) i svg path{fill:#6ac248}._HireTopInterns_myc7x_1 ._SecureContainer_myc7x_826 ._Secure_myc7x_826 ._Col1_myc7x_473 ._Card_myc7x_293:nth-child(1) i{background:#6448ee5b}._HireTopInterns_myc7x_1 ._SecureContainer_myc7x_826 ._Secure_myc7x_826 ._Col1_myc7x_473 ._Card_myc7x_293:nth-child(1) i svg path{fill:#6548ee}._HireTopInterns_myc7x_1 ._SecureContainer_myc7x_826 ._Secure_myc7x_826 ._Col1_myc7x_473 ._Card_myc7x_293:nth-child(3) i{background:#f669575b}._HireTopInterns_myc7x_1 ._SecureContainer_myc7x_826 ._Secure_myc7x_826 ._Col1_myc7x_473 ._Card_myc7x_293:nth-child(3) i svg path{fill:#f66957}._HireTopInterns_myc7x_1 ._SecureContainer_myc7x_826 ._Secure_myc7x_826 ._Col1_myc7x_473 ._Bottom_myc7x_811{display:flex;gap:2rem;width:100%}._HireTopInterns_myc7x_1 ._SecureContainer_myc7x_826 ._Secure_myc7x_826 ._Col1_myc7x_473 ._Bottom_myc7x_811 ._Left_myc7x_64,._HireTopInterns_myc7x_1 ._SecureContainer_myc7x_826 ._Secure_myc7x_826 ._Col1_myc7x_473 ._Bottom_myc7x_811 ._Right_myc7x_187{width:50%;display:flex;align-items:center;justify-content:center;gap:1rem;padding:1rem;border-radius:1rem;box-shadow:0 4px 10px #0003}._HireTopInterns_myc7x_1 ._SecureContainer_myc7x_826 ._Secure_myc7x_826 ._Col1_myc7x_473 ._Bottom_myc7x_811 ._Left_myc7x_64 svg,._HireTopInterns_myc7x_1 ._SecureContainer_myc7x_826 ._Secure_myc7x_826 ._Col1_myc7x_473 ._Bottom_myc7x_811 ._Right_myc7x_187 svg{width:5rem;height:5rem}._HireTopInterns_myc7x_1 ._SecureContainer_myc7x_826 ._Secure_myc7x_826 ._Col1_myc7x_473 ._Bottom_myc7x_811 ._Left_myc7x_64{background:#6448ee27;color:#6548ee}._HireTopInterns_myc7x_1 ._SecureContainer_myc7x_826 ._Secure_myc7x_826 ._Col1_myc7x_473 ._Bottom_myc7x_811 ._Right_myc7x_187{background:#08b44d27;color:#08b44e}._HireTopInterns_myc7x_1 ._SecureContainer_myc7x_826 ._Secure_myc7x_826 ._Col2_myc7x_514 img{width:100%;object-fit:contain}._HireTopInterns_myc7x_1 ._SecureContainer_myc7x_826 ._BottomCard_myc7x_935{margin-top:3rem;display:grid;grid-template-columns:.7fr 1fr;border-radius:2rem;padding:2rem;gap:2rem;position:relative;background:linear-gradient(0deg,#fff,#fff);box-shadow:0 0 30px #fb00944d}._HireTopInterns_myc7x_1 ._SecureContainer_myc7x_826 ._BottomCard_myc7x_935:before,._HireTopInterns_myc7x_1 ._SecureContainer_myc7x_826 ._BottomCard_myc7x_935:after{content:"";position:absolute;top:-3px;left:-3px;width:calc(100% + 6px);height:calc(100% + 6px);border-radius:2rem;z-index:-1;background:linear-gradient(45deg,#0000ff28,#00ff003c,#ffff0049,#0000ff28,#00ff003c,#ffff0049,#00ffff28,#0000ff28,#ff80003c,#0f03,#ffff0028,#0000ff28,#00ffff28,#00ff003c,#ffff0040);background-size:400%}._HireTopInterns_myc7x_1 ._SecureContainer_myc7x_826 ._BottomCard_myc7x_935:after{filter:blur(50px)}._HireTopInterns_myc7x_1 ._SecureContainer_myc7x_826 ._BottomCard_myc7x_935 h3,._HireTopInterns_myc7x_1 ._SecureContainer_myc7x_826 ._BottomCard_myc7x_935 p{text-align:start}@media (max-width: 631px){._HireTopInterns_myc7x_1 ._SecureContainer_myc7x_826 ._BottomCard_myc7x_935{grid-template-columns:1fr}}._HireTopInterns_myc7x_1 ._SecureContainer_myc7x_826 ._BottomCard_myc7x_935 ._Col1_myc7x_473 ._List_myc7x_593{margin-top:2rem;display:grid;grid-template-columns:1fr .1fr 1fr;gap:1rem}._HireTopInterns_myc7x_1 ._SecureContainer_myc7x_826 ._BottomCard_myc7x_935 ._Col1_myc7x_473 ._List_myc7x_593 p{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem}._HireTopInterns_myc7x_1 ._SecureContainer_myc7x_826 ._BottomCard_myc7x_935 ._Col2_myc7x_514 ._Boxes_myc7x_985{margin-top:2rem;display:grid;grid-template-columns:1fr 1fr;gap:1rem}@media (max-width: 631px){._HireTopInterns_myc7x_1 ._SecureContainer_myc7x_826 ._BottomCard_myc7x_935 ._Col2_myc7x_514 ._Boxes_myc7x_985{grid-template-columns:1fr}}._HireTopInterns_myc7x_1 ._SecureContainer_myc7x_826 ._BottomCard_myc7x_935 ._Col2_myc7x_514 ._Boxes_myc7x_985 ._Box_myc7x_985{padding:2rem;border-radius:1rem;box-shadow:0 4px 10px #0003;display:flex;flex-direction:column;gap:.7rem}._HireTopInterns_myc7x_1 ._SecureContainer_myc7x_826 ._BottomCard_myc7x_935 ._Col2_myc7x_514 ._Boxes_myc7x_985 ._Box_myc7x_985 h3{text-align:start}._HireTopInterns_myc7x_1 ._SecureContainer_myc7x_826 ._BottomCard_myc7x_935 ._Col2_myc7x_514 ._Boxes_myc7x_985 ._Box_myc7x_985 p{display:flex;flex-wrap:wrap}._HireTopInterns_myc7x_1 ._SecureContainer_myc7x_826 ._BottomCard_myc7x_935 ._Col2_myc7x_514 ._Boxes_myc7x_985 ._Box_myc7x_985 p span{font-size:1rem;color:#2f2f2f;background:#7777770f;padding:.2rem .5rem;border-radius:5rem;margin-right:1rem;margin-bottom:.5rem}@keyframes _slowRainbow_myc7x_1{0%{background-position:0 0}50%{background-position:400% 0}to{background-position:0 0}}._HireTopInterns_myc7x_1 ._SecureContainer_myc7x_826 ._BtnWrapper_myc7x_182{margin-top:4rem;display:flex;align-items:center;justify-content:center;gap:2rem}@media (max-width: 631px){._HireTopInterns_myc7x_1 ._SecureContainer_myc7x_826 ._BtnWrapper_myc7x_182{flex-direction:column}}._HireTopInterns_myc7x_1 ._EnterpriseSolution_myc7x_1043{margin:-4rem 12rem 4rem;padding:5rem 4rem;display:grid;grid-template-columns:1fr .5fr;border-radius:2rem;box-shadow:0 4px 10px #0000000a,0 4px 20px #0002;gap:2.4rem}@media (max-width: 631px){._HireTopInterns_myc7x_1 ._EnterpriseSolution_myc7x_1043{padding:3rem;margin:4rem 3rem 0}}._HireTopInterns_myc7x_1 ._EnterpriseSolution_myc7x_1043 p{text-align:start}._HireTopInterns_myc7x_1 ._EnterpriseSolution_myc7x_1043 ._Col1_myc7x_473 h2{text-align:start;margin-bottom:2rem}._HireTopInterns_myc7x_1 ._EnterpriseSolution_myc7x_1043 ._Col1_myc7x_473 ._BtnWrapper_myc7x_182{margin-top:4rem;display:flex;gap:3rem;align-items:center}@media (max-width: 631px){._HireTopInterns_myc7x_1 ._EnterpriseSolution_myc7x_1043 ._Col1_myc7x_473 ._BtnWrapper_myc7x_182{margin-top:2rem;flex-direction:column}}._HireTopInterns_myc7x_1 ._EnterpriseSolution_myc7x_1043 ._Col2_myc7x_514{width:100%}._HireTopInterns_myc7x_1 ._EnterpriseSolution_myc7x_1043 ._Col2_myc7x_514 img{width:100%;height:auto;object-fit:contain}@media (max-width: 631px){._HireTopInterns_myc7x_1 ._EnterpriseSolution_myc7x_1043 ._Col2_myc7x_514{display:none}}._HireTopInterns_myc7x_1 ._Features_myc7x_1092 ._DevProcess_myc7x_1092{margin-top:4rem;width:100%;display:grid;grid-template-columns:1fr 1fr;gap:3rem;padding:0 12rem;margin-bottom:4rem}@media screen and (max-width: 631px){._HireTopInterns_myc7x_1 ._Features_myc7x_1092 ._DevProcess_myc7x_1092{padding:0 3rem;gap:2rem;margin-bottom:2rem;grid-template-columns:1fr}}._HireTopInterns_myc7x_1 ._Features_myc7x_1092 ._DevProcess_myc7x_1092 ._Col1_myc7x_473 img{width:100%}._HireTopInterns_myc7x_1 ._Features_myc7x_1092 ._DevProcess_myc7x_1092 ._Col1_myc7x_473 ._Bottom_myc7x_811{margin-top:3rem;padding:2rem;border-radius:1rem;box-shadow:0 4px 10px #00000046}._HireTopInterns_myc7x_1 ._Features_myc7x_1092 ._DevProcess_myc7x_1092 ._Col1_myc7x_473 ._Bottom_myc7x_811 h3{display:flex;align-items:center;justify-content:start}._HireTopInterns_myc7x_1 ._Features_myc7x_1092 ._DevProcess_myc7x_1092 ._Col1_myc7x_473 ._Bottom_myc7x_811 h3 svg{width:5rem!important;height:5rem!important}._HireTopInterns_myc7x_1 ._Features_myc7x_1092 ._DevProcess_myc7x_1092 ._Col1_myc7x_473 ._Bottom_myc7x_811 h3 span{font-size:1.5rem;margin-bottom:2rem}._HireTopInterns_myc7x_1 ._Features_myc7x_1092 ._DevProcess_myc7x_1092 ._Col1_myc7x_473 ._Bottom_myc7x_811 ._List_myc7x_593{display:grid;grid-template-columns:1fr 1fr;padding:0 2rem}._HireTopInterns_myc7x_1 ._Features_myc7x_1092 ._DevProcess_myc7x_1092 ._Col1_myc7x_473 ._Bottom_myc7x_811 ._List_myc7x_593 li{margin-bottom:1rem;font-size:1.2rem}._HireTopInterns_myc7x_1 ._Features_myc7x_1092 ._DevProcess_myc7x_1092 ._Col1_myc7x_473 ._Bottom_myc7x_811 ._List_myc7x_593 li span{color:#f37927}._HireTopInterns_myc7x_1 ._Features_myc7x_1092 ._DevProcess_myc7x_1092 ._Col2_myc7x_514 h2{text-align:start;margin-bottom:2rem}._HireTopInterns_myc7x_1 ._Features_myc7x_1092 ._DevProcess_myc7x_1092 ._Col2_myc7x_514 p{margin-bottom:2rem}._HireTopInterns_myc7x_1 ._Features_myc7x_1092 ._DevProcess_myc7x_1092 ._Col2_myc7x_514 ._Row_myc7x_38{display:flex;align-items:center;justify-content:start;margin-bottom:2rem;gap:1rem;padding:1rem;width:90%;border-radius:20px;box-shadow:0 4.46px 89.21px #0909091c}@media screen and (max-width: 631px){._HireTopInterns_myc7x_1 ._Features_myc7x_1092 ._DevProcess_myc7x_1092 ._Col2_myc7x_514 ._Row_myc7x_38{width:100%;height:10rem}}._HireTopInterns_myc7x_1 ._Features_myc7x_1092 ._DevProcess_myc7x_1092 ._Col2_myc7x_514 ._Row_myc7x_38 h4{margin-bottom:.5rem}._HireTopInterns_myc7x_1 ._Features_myc7x_1092 ._DevProcess_myc7x_1092 ._Col2_myc7x_514 ._Row_myc7x_38 h4 span{background:linear-gradient(106deg,#8585852c 4.46%,#fff 232.7%);color:#6448ee;padding:.1rem .5rem;border-radius:4rem}._HireTopInterns_myc7x_1 ._Features_myc7x_1092 ._DevProcess_myc7x_1092 ._Col2_myc7x_514 ._Row_myc7x_38 p{margin:0;display:flex;flex-wrap:wrap;gap:.5rem}._HireTopInterns_myc7x_1 ._Features_myc7x_1092 ._DevProcess_myc7x_1092 ._Col2_myc7x_514 ._Row_myc7x_38 p span{padding:.1rem .5rem;border-radius:4rem;margin-bottom:.5rem;background:#0000001a}._HireTopInterns_myc7x_1 ._Features_myc7x_1092 ._DevProcess_myc7x_1092 ._Col2_myc7x_514 ._Row_myc7x_38 ._Icon_myc7x_1188{padding:.5rem;border-radius:.5rem;width:4rem;height:4rem;display:flex;align-items:center;justify-content:center}._HireTopInterns_myc7x_1 ._Features_myc7x_1092 ._DevProcess_myc7x_1092 ._Col2_myc7x_514 ._Row_myc7x_38:nth-child(1) ._Icon_myc7x_1188{background:linear-gradient(106deg,#6448ee 4.46%,#fff 232.7%)}._HireTopInterns_myc7x_1 ._Features_myc7x_1092 ._DevProcess_myc7x_1092 ._Col2_myc7x_514 ._Row_myc7x_38:nth-child(2) ._Icon_myc7x_1188{background:linear-gradient(106deg,#f3721b 4.46%,#fff 232.7%)}._HireTopInterns_myc7x_1 ._Features_myc7x_1092 ._DevProcess_myc7x_1092 ._Col2_myc7x_514 ._Row_myc7x_38:nth-child(3) ._Icon_myc7x_1188{background:linear-gradient(106deg,#6ac248 4.46%,#fff 232.7%)}._HireTopInterns_myc7x_1 ._Features_myc7x_1092 ._DevProcess_myc7x_1092 ._Col2_myc7x_514 ._Row_myc7x_38:nth-child(4) ._Icon_myc7x_1188{background:linear-gradient(106deg,#2fbbe9 4.46%,#fff 232.7%)}._HireTopInterns_myc7x_1 ._Features_myc7x_1092 ._DevProcess_myc7x_1092 ._Col2_myc7x_514 ._Row_myc7x_38:nth-child(5) ._Icon_myc7x_1188{background:linear-gradient(106deg,#6448ee 4.46%,#fff 232.7%)}._HireTopInterns_myc7x_1 ._Features_myc7x_1092 ._DevProcess_myc7x_1092 ._Col2_myc7x_514 ._Row_myc7x_38:nth-child(6) ._Icon_myc7x_1188{background:linear-gradient(106deg,#f35f1b 4.46%,#fff 232.7%)}._HireTopInterns_myc7x_1 ._Features_myc7x_1092 ._DevProcess_myc7x_1092 img{width:100%;height:auto;object-fit:contain}._HireTopInterns_myc7x_1 ._Features_myc7x_1092 ._DevProcess_myc7x_1092 ._BtnWrapper_myc7x_182{margin-top:4rem;display:flex;gap:3rem;align-items:center}@media (max-width: 631px){._HireTopInterns_myc7x_1 ._Features_myc7x_1092 ._DevProcess_myc7x_1092 ._BtnWrapper_myc7x_182{flex-direction:column}}._HireTopInterns_myc7x_1 ._Industries_myc7x_1231{margin:5rem 0;display:flex;flex-direction:column;align-items:center;gap:2rem}._HireTopInterns_myc7x_1 ._Testimonial_myc7x_1238{padding:0 12rem;margin:6rem 0}._HireTopInterns_myc7x_1 ._Testimonial_myc7x_1238 p{text-align:center;margin:2rem 0}@media (max-width: 631px){._HireTopInterns_myc7x_1 ._Testimonial_myc7x_1238{padding:3rem}}._HireTopInterns_myc7x_1 ._Testimonial_myc7x_1238 ._Cards_myc7x_683{display:grid;grid-template-columns:1fr 1fr;gap:3rem}@media screen and (max-width: 631px){._HireTopInterns_myc7x_1 ._Testimonial_myc7x_1238 ._Cards_myc7x_683{grid-template-columns:1fr}}._HireTopInterns_myc7x_1 ._Testimonial_myc7x_1238 ._Cards_myc7x_683 ._Card_myc7x_293{border-radius:1rem;padding:2rem;box-shadow:0 4px 20px #00000025}._HireTopInterns_myc7x_1 ._Testimonial_myc7x_1238 ._Cards_myc7x_683 ._Card_myc7x_293 h4 span{background:linear-gradient(106deg,#f3721b62 4.46%,#fff 232.7%);color:#f3721b;padding:.1rem .5rem;border-radius:4rem}._HireTopInterns_myc7x_1 ._Testimonial_myc7x_1238 ._Cards_myc7x_683 ._Card_myc7x_293 p{text-align:start;margin:1rem 0}._HireTopInterns_myc7x_1 ._Result_myc7x_1276{margin:10rem 0;padding:0 12rem;display:grid;grid-template-columns:1fr 1fr;gap:5rem}._HireTopInterns_myc7x_1 ._Result_myc7x_1276 ._Col1_myc7x_473{display:flex;flex-direction:column;justify-content:center}._HireTopInterns_myc7x_1 ._Result_myc7x_1276 ._Col1_myc7x_473 img{width:100%;height:auto;object-fit:contain;padding:0 2rem}._HireTopInterns_myc7x_1 ._Result_myc7x_1276 ._Col1_myc7x_473 ._Bottom_myc7x_811{margin-top:2rem;display:flex;align-items:center;justify-content:space-between;gap:2rem;padding:2rem;border-radius:1rem;box-shadow:0 4px 20px #00000025}._HireTopInterns_myc7x_1 ._Result_myc7x_1276 ._Col1_myc7x_473 ._Bottom_myc7x_811 i{width:4rem;height:4rem;display:flex;align-items:center;justify-content:center;padding:.5rem;border-radius:.5rem;background:linear-gradient(106deg,#6448ee 4.46%,#fff 232.7%)}._HireTopInterns_myc7x_1 ._Result_myc7x_1276 ._Col1_myc7x_473 ._Bottom_myc7x_811 h4{font-size:1.2rem;margin-bottom:.5rem}._HireTopInterns_myc7x_1 ._Result_myc7x_1276 ._Col2_myc7x_514 p{margin:2rem 0}._HireTopInterns_myc7x_1 ._Result_myc7x_1276 ._Col2_myc7x_514 ._Cards_myc7x_683{display:grid;grid-template-columns:1fr 1fr;gap:3rem;padding:2rem 0}._HireTopInterns_myc7x_1 ._Result_myc7x_1276 ._Col2_myc7x_514 ._Cards_myc7x_683 ._Card_myc7x_293{border-radius:1rem;padding:3rem 2rem;box-shadow:0 4px 20px #00000025;text-align:center;display:flex;flex-direction:column;justify-content:center;align-items:center}._HireTopInterns_myc7x_1 ._Result_myc7x_1276 ._Col2_myc7x_514 ._Cards_myc7x_683 ._Card_myc7x_293 h3{font-size:3rem;background:linear-gradient(106deg,#6448ee 4.46%,#fff 232.7%);-webkit-background-clip:text!important;-webkit-text-fill-color:transparent!important;background-clip:text!important;color:transparent!important;margin-bottom:1rem}._HireTopInterns_myc7x_1 ._Result_myc7x_1276 ._Col2_myc7x_514 ._Cards_myc7x_683 ._Card_myc7x_293 p{margin:0}._HireTopInterns_myc7x_1 ._Result_myc7x_1276 ._Col2_myc7x_514 ._Cards_myc7x_683 ._Card_myc7x_293:nth-child(2) h3{background:linear-gradient(106deg,#f3721b 4.46%,#fff 232.7%)}._HireTopInterns_myc7x_1 ._Result_myc7x_1276 ._Col2_myc7x_514 ._Cards_myc7x_683 ._Card_myc7x_293:nth-child(3) h3{background:linear-gradient(106deg,#2fbbe9 4.46%,#fff 232.7%)}._HireTopInterns_myc7x_1 ._Result_myc7x_1276 ._Col2_myc7x_514 ._Cards_myc7x_683 ._Card_myc7x_293:nth-child(4) h3{background:linear-gradient(106deg,#6ac248 4.46%,#fff 232.7%)}._HireTopInterns_myc7x_1 ._ExpertTeam_myc7x_1358{margin-top:5rem;padding:2rem}._HireTopInterns_myc7x_1 ._ExpertTeam_myc7x_1358 p{text-align:center;margin-top:2rem;margin-bottom:8rem}._HireTopInterns_myc7x_1 ._ExpertTeam_myc7x_1358 ._TrustedByCards_myc7x_277{display:flex;align-items:center;justify-content:center;gap:3rem;margin-top:3.5rem}@media (max-width: 631px){._HireTopInterns_myc7x_1 ._ExpertTeam_myc7x_1358 ._TrustedByCards_myc7x_277{width:100%;display:grid;grid-template-columns:repeat(2,1fr);gap:1rem;row-gap:5rem}}._HireTopInterns_myc7x_1 ._ExpertTeam_myc7x_1358 ._CardOuter_myc7x_293{width:22.125rem;height:16.125rem;border:1px solid #f37927;background:linear-gradient(180deg,#ffffff1a,#9990);box-shadow:0 4px 80px #f672234d;-webkit-backdrop-filter:blur(25px);backdrop-filter:blur(25px);border-radius:1.71319rem}@media (max-width: 631px){._HireTopInterns_myc7x_1 ._ExpertTeam_myc7x_1358 ._CardOuter_myc7x_293{width:100%}}._HireTopInterns_myc7x_1 ._ExpertTeam_myc7x_1358 ._Card_myc7x_293{width:22.125rem;height:16.125rem;flex-shrink:0;border-radius:1.71319rem;position:relative;display:flex;flex-direction:column;padding:3rem 2.5rem;align-items:center;justify-content:flex-end}@media (max-width: 631px){._HireTopInterns_myc7x_1 ._ExpertTeam_myc7x_1358 ._Card_myc7x_293{width:100%}}._HireTopInterns_myc7x_1 ._ExpertTeam_myc7x_1358 ._Card_myc7x_293 i{position:absolute;left:50%;top:0;transform:translate(-50%,-50%);display:inline-flex;height:5.24119rem;padding:1.1875rem 1.17869rem 1.30369rem 1.3125rem;justify-content:center;align-items:center;flex-shrink:0;border-radius:7.10619rem;background:var(--Background, linear-gradient(106deg, #f3721b 4.46%, #fff 232.7%));box-shadow:0 4px 50px #0000000f}._HireTopInterns_myc7x_1 ._ExpertTeam_myc7x_1358 ._Card_myc7x_293 i svg{width:2.75rem;height:2.75rem;aspect-ratio:1/1}._HireTopInterns_myc7x_1 ._ExpertTeam_myc7x_1358 ._Card_myc7x_293 h3{font-family:Inter;font-size:3.27719rem;font-style:normal;font-weight:600;line-height:140%;letter-spacing:-.13306rem;background:var(--Background, linear-gradient(106deg, #f3721b 4.46%, #fff 232.7%));background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}._HireTopInterns_myc7x_1 ._ExpertTeam_myc7x_1358 ._Card_myc7x_293 h4{font-family:Inter;font-size:1.125rem;font-style:normal;font-weight:600;line-height:2.74106rem;letter-spacing:-.04569rem}@media (max-width: 631px){._HireTopInterns_myc7x_1 ._ExpertTeam_myc7x_1358 ._Card_myc7x_293 h4{font-size:1.5125rem}}._HireTopInterns_myc7x_1 ._ExpertTeam_myc7x_1358 ._Card_myc7x_293 p{color:#fff;text-align:center;font-family:Inter;font-size:1rem;font-style:normal;font-weight:400;line-height:1.60356rem;width:80%}@media (max-width: 631px){._HireTopInterns_myc7x_1 ._ExpertTeam_myc7x_1358 ._Card_myc7x_293 p{font-size:1.2125rem}}._HireTopInterns_myc7x_1 ._ExpertTeam_myc7x_1358 ._CardOuter_myc7x_293:nth-child(1){border:1px solid #7c64f1;background:linear-gradient(180deg,#ffffff1a,#9990);box-shadow:0 4px 80px #7156ef4d;-webkit-backdrop-filter:blur(25px);backdrop-filter:blur(25px)}._HireTopInterns_myc7x_1 ._ExpertTeam_myc7x_1358 ._CardOuter_myc7x_293:nth-child(1) i{border-radius:7.10619rem;background:var(--Frame-1618873352, linear-gradient(112deg, #6548ee 4.93%, #fff 256.79%));box-shadow:0 4px 50px #0000000f}._HireTopInterns_myc7x_1 ._ExpertTeam_myc7x_1358 ._CardOuter_myc7x_293:nth-child(1) h3{background:var(--Frame-1618873352, linear-gradient(112deg, #6548ee 4.93%, #fff 256.79%));background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}._HireTopInterns_myc7x_1 ._ExpertTeam_myc7x_1358 ._CardOuter_myc7x_293:nth-child(2){border-radius:1.71319rem;border:1px solid #6bceef;background:linear-gradient(180deg,#ffffff1a,#9990);box-shadow:0 4px 80px #45c2eb4d;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px)}._HireTopInterns_myc7x_1 ._ExpertTeam_myc7x_1358 ._CardOuter_myc7x_293:nth-child(2) i{border-radius:7.10619rem;background:var(--Background, linear-gradient(112deg, #2fbbe9 4.93%, #fff 256.79%));box-shadow:0 4px 50px #0000000f}._HireTopInterns_myc7x_1 ._ExpertTeam_myc7x_1358 ._CardOuter_myc7x_293:nth-child(2) h3{background:var(--Background, linear-gradient(112deg, #2fbbe9 4.93%, #fff 256.79%));background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}._HireTopInterns_myc7x_1 ._ExpertTeam_myc7x_1358 ._CardOuter_myc7x_293:nth-child(4){border-radius:1.71319rem;border:1px solid #7bc95d;background:linear-gradient(180deg,#ffffff1a,#9990);box-shadow:0 4px 80px #79c85b4d;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px)}._HireTopInterns_myc7x_1 ._ExpertTeam_myc7x_1358 ._CardOuter_myc7x_293:nth-child(4) i{border-radius:7.10619rem;background:var(--Background, linear-gradient(112deg, #6ac248 4.93%, #fff 256.79%));box-shadow:0 4px 50px #0000000f}._HireTopInterns_myc7x_1 ._ExpertTeam_myc7x_1358 ._CardOuter_myc7x_293:nth-child(4) h3{background:var(--Background, linear-gradient(112deg, #6ac248 4.93%, #fff 256.79%));background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}._HireTopInterns_myc7x_1 ._MeetOurTeam_myc7x_1527{margin:10rem 0}@media screen and (max-width: 631px){._HireTopInterns_myc7x_1 ._MeetOurTeam_myc7x_1527{margin:0}}._HireTopInterns_myc7x_1 ._MeetOurTeam_myc7x_1527 ._Team_myc7x_1535{margin-top:3rem;padding:0 12rem;display:grid;grid-template-columns:1fr 1fr;gap:5rem}._HireTopInterns_myc7x_1 ._MeetOurTeam_myc7x_1527 ._Team_myc7x_1535 p{text-align:start!important}@media screen and (max-width: 631px){._HireTopInterns_myc7x_1 ._MeetOurTeam_myc7x_1527 ._Team_myc7x_1535{padding:3rem;grid-template-columns:1fr}}._HireTopInterns_myc7x_1 ._MeetOurTeam_myc7x_1527 ._Team_myc7x_1535 ._Col1_myc7x_473{display:flex;flex-direction:column;justify-content:start}._HireTopInterns_myc7x_1 ._MeetOurTeam_myc7x_1527 ._Team_myc7x_1535 ._Col1_myc7x_473 img{width:100%;height:auto;object-fit:contain;padding:0 2rem}._HireTopInterns_myc7x_1 ._MeetOurTeam_myc7x_1527 ._Team_myc7x_1535 ._Col1_myc7x_473 ._Bottom_myc7x_811{margin-top:2rem;display:flex;flex-direction:column;align-items:start;justify-content:space-between;gap:2rem;padding:2rem;border-radius:1rem;box-shadow:0 4px 20px #00000025}._HireTopInterns_myc7x_1 ._MeetOurTeam_myc7x_1527 ._Team_myc7x_1535 ._Col1_myc7x_473 ._Bottom_myc7x_811 h4{font-size:1.2rem;margin-bottom:.5rem}._HireTopInterns_myc7x_1 ._MeetOurTeam_myc7x_1527 ._Team_myc7x_1535 ._Col2_myc7x_514 ._Cards_myc7x_683{display:grid;grid-template-columns:1fr;gap:1rem}._HireTopInterns_myc7x_1 ._MeetOurTeam_myc7x_1527 ._Team_myc7x_1535 ._Col2_myc7x_514 ._Cards_myc7x_683 ._Card_myc7x_293{border-radius:1rem;padding:1.65rem;box-shadow:0 4px 20px #00000025;display:flex;flex-direction:column;gap:1rem}._HireTopInterns_myc7x_1 ._MeetOurTeam_myc7x_1527 ._Team_myc7x_1535 ._Col2_myc7x_514 ._Cards_myc7x_683 ._Card_myc7x_293 h3 span{font-size:1rem;font-weight:400;background:#1b9b370f;color:#1b9b37;padding:.2rem .5rem;border-radius:2rem}._HireTopInterns_myc7x_1 ._MeetOurTeam_myc7x_1527 ._Team_myc7x_1535 ._Col2_myc7x_514 ._Cards_myc7x_683 ._Card_myc7x_293 ._Title_myc7x_1598 span{color:#f3711c;padding:0 2rem}._HireTopInterns_myc7x_1 ._MeetOurTeam_myc7x_1527 ._Team_myc7x_1535 ._Col2_myc7x_514 ._Cards_myc7x_683 ._Card_myc7x_293 ._Specialty_myc7x_1602{color:#6548ee}._HireTopInterns_myc7x_1 ._MeetOurTeam_myc7x_1527 ._Team_myc7x_1535 ._Col2_myc7x_514 ._Cards_myc7x_683 ._Card_myc7x_293 ._Tags_myc7x_1605 span{background:#00000014;margin-right:.5rem;padding:.2rem .5rem;border-radius:2rem;border:1px solid rgba(0,0,0,.0784313725)}._HireTopInterns_myc7x_1 ._GoHighLevel_myc7x_1612{width:100%;margin-bottom:4rem;padding:0 12rem;display:flex;gap:2.4rem}@media (max-width: 631px){._HireTopInterns_myc7x_1 ._GoHighLevel_myc7x_1612{flex-direction:column;padding:3rem;gap:3rem}}._HireTopInterns_myc7x_1 ._GoHighLevel_myc7x_1612 ._Row8Left_myc7x_1626{width:65%}@media (max-width: 631px){._HireTopInterns_myc7x_1 ._GoHighLevel_myc7x_1612 ._Row8Left_myc7x_1626{width:100%}}._HireTopInterns_myc7x_1 ._GoHighLevel_myc7x_1612 ._Row8Left_myc7x_1626 h2{width:90%;margin-bottom:1.94rem;text-align:start}@media (max-width: 631px){._HireTopInterns_myc7x_1 ._GoHighLevel_myc7x_1612 ._Row8Left_myc7x_1626 h2{width:100%}}._HireTopInterns_myc7x_1 ._GoHighLevel_myc7x_1612 ._Row8Left_myc7x_1626 p{width:80%;color:var(--c4);font-size:1.125rem;font-style:normal;font-weight:400;line-height:1.755rem;margin-bottom:3.1rem}._HireTopInterns_myc7x_1 ._GoHighLevel_myc7x_1612 ._Row8Left_myc7x_1626 ._LiWrap_myc7x_1653{width:100%;display:flex;gap:2rem}._HireTopInterns_myc7x_1 ._GoHighLevel_myc7x_1612 ._Row8Left_myc7x_1626 ._LiWrap_myc7x_1653 ._Left_myc7x_64,._HireTopInterns_myc7x_1 ._GoHighLevel_myc7x_1612 ._Row8Left_myc7x_1626 ._LiWrap_myc7x_1653 ._Right_myc7x_187{display:flex;flex-direction:column;gap:1.36rem;width:100%}._HireTopInterns_myc7x_1 ._GoHighLevel_myc7x_1612 ._Row8Left_myc7x_1626 ._LiWrap_myc7x_1653 ._Li_myc7x_177{width:100%;display:flex;align-items:center;gap:.6rem}._HireTopInterns_myc7x_1 ._GoHighLevel_myc7x_1612 ._Row8Left_myc7x_1626 ._LiWrap_myc7x_1653 ._Li_myc7x_177 svg{width:2.205rem;height:2.20481rem;flex-shrink:0}._HireTopInterns_myc7x_1 ._GoHighLevel_myc7x_1612 ._Row8Left_myc7x_1626 ._LiWrap_myc7x_1653 ._Li_myc7x_177 span{width:100%;color:var(--c3);font-size:1.125rem;font-style:normal;font-weight:500;line-height:111.4%;text-transform:capitalize}._HireTopInterns_myc7x_1 ._GoHighLevel_myc7x_1612 ._Row8Right_myc7x_1685{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem}._HireTopInterns_myc7x_1 ._GoHighLevel_myc7x_1612 ._Row8Right_myc7x_1685 ._R1_myc7x_1693{display:flex;align-items:center;justify-content:center;gap:2rem}._HireTopInterns_myc7x_1 ._GoHighLevel_myc7x_1612 ._Row8Right_myc7x_1685 ._R1_myc7x_1693 img{width:100%;height:auto;object-fit:contain}._HireTopInterns_myc7x_1 ._GlobalStatistics_myc7x_1704{margin-top:1rem;margin-bottom:4rem;display:flex;flex-direction:column;gap:2.5rem}@media (max-width: 631px){._HireTopInterns_myc7x_1 ._GlobalStatistics_myc7x_1704{padding:1rem 3rem}}._HireTopInterns_myc7x_1 ._GlobalStatistics_myc7x_1704 ._Line2_myc7x_1716{display:grid;grid-template-columns:repeat(3,1fr);align-items:center;justify-content:center;gap:4rem;padding:0 10rem}@media (max-width: 631px){._HireTopInterns_myc7x_1 ._GlobalStatistics_myc7x_1704 ._Line2_myc7x_1716{grid-template-columns:1fr;padding:2rem}}._HireTopInterns_myc7x_1 ._GlobalStatistics_myc7x_1704 ._Line2_myc7x_1716 ._Card_myc7x_293{border-radius:.9375rem;background:var(--Frame-1618873352, linear-gradient(112deg, #6548ee 4.93%, #fff 256.79%));box-shadow:0 4px 40px #00000026;display:flex;align-items:center;gap:.5rem;padding:2rem}@media (max-width: 631px){._HireTopInterns_myc7x_1 ._GlobalStatistics_myc7x_1704 ._Line2_myc7x_1716 ._Card_myc7x_293{width:100%;gap:1rem;padding:1rem 2rem}}._HireTopInterns_myc7x_1 ._GlobalStatistics_myc7x_1704 ._Line2_myc7x_1716 ._Card_myc7x_293:nth-child(2){border-radius:.9375rem;background:var(--Background, linear-gradient(106deg, #f3721b 4.46%, #fff 232.7%));box-shadow:0 4px 40px #f7a16759}._HireTopInterns_myc7x_1 ._GlobalStatistics_myc7x_1704 ._Line2_myc7x_1716 ._Card_myc7x_293:nth-child(3){border-radius:.9375rem;background:var(--Background, linear-gradient(112deg, #6ac248 4.93%, #fff 256.79%));box-shadow:0 4px 40px #7ac95c52}._HireTopInterns_myc7x_1 ._GlobalStatistics_myc7x_1704 ._Line2_myc7x_1716 ._Card_myc7x_293 svg{width:3.375rem;height:3.375rem;flex-shrink:0}@media (max-width: 631px){._HireTopInterns_myc7x_1 ._GlobalStatistics_myc7x_1704 ._Line2_myc7x_1716 ._Card_myc7x_293 svg{width:3.6375rem;height:3.6375rem}}._HireTopInterns_myc7x_1 ._GlobalStatistics_myc7x_1704 ._Line2_myc7x_1716 ._Card_myc7x_293 ._Details_myc7x_1767{display:flex;flex-direction:column;align-items:flex-start}._HireTopInterns_myc7x_1 ._GlobalStatistics_myc7x_1704 ._Line2_myc7x_1716 ._Card_myc7x_293 ._Details_myc7x_1767 h3{color:#fff;font-family:Inter;font-size:1.5rem;font-style:normal;font-weight:600;line-height:2.74106rem;letter-spacing:-.04569rem}@media (max-width: 631px){._HireTopInterns_myc7x_1 ._GlobalStatistics_myc7x_1704 ._Line2_myc7x_1716 ._Card_myc7x_293 ._Details_myc7x_1767 h3{font-size:1.75rem}}._HireTopInterns_myc7x_1 ._GlobalStatistics_myc7x_1704 ._Line2_myc7x_1716 ._Card_myc7x_293 ._Details_myc7x_1767 p{color:#fff;font-family:Inter;font-size:1rem;font-style:normal;font-weight:400;line-height:1.25rem;opacity:.7}@media (max-width: 631px){._HireTopInterns_myc7x_1 ._GlobalStatistics_myc7x_1704 ._Line2_myc7x_1716 ._Card_myc7x_293 ._Details_myc7x_1767 p{font-size:1.175rem}}._HireTopInterns_myc7x_1 ._GlobalStatistics_myc7x_1704 ._BtnWrapper_myc7x_182{display:flex;align-items:center;justify-content:center;gap:2rem}@media (max-width: 631px){._HireTopInterns_myc7x_1 ._GlobalStatistics_myc7x_1704 ._BtnWrapper_myc7x_182{width:95%;margin:auto}._HireTopInterns_myc7x_1 ._GlobalStatistics_myc7x_1704 ._BtnWrapper_myc7x_182 button{flex:1}}._HireTopInterns_myc7x_1 ._ComprehensiveTalent_myc7x_1815{margin-top:2rem;display:flex;flex-direction:column;align-items:center;gap:1.5rem}@media (max-width: 631px){._HireTopInterns_myc7x_1 ._ComprehensiveTalent_myc7x_1815{padding:1rem 3rem;align-items:flex-start}._HireTopInterns_myc7x_1 ._ComprehensiveTalent_myc7x_1815 h2{font-size:2.63rem;line-height:120%;text-align:start}}._HireTopInterns_myc7x_1 ._ComprehensiveTalent_myc7x_1815 p{font-size:1.3125rem}._HireTopInterns_myc7x_1 ._ComprehensiveTalent_myc7x_1815 ._Talent_myc7x_1836{display:flex;flex-direction:column;align-items:center;gap:1.5rem}@media (max-width: 631px){._HireTopInterns_myc7x_1 ._ComprehensiveTalent_myc7x_1815 ._Talent_myc7x_1836{margin-top:1rem;flex-direction:row;align-items:flex-start;width:100%;gap:3rem;padding:0 2rem}}._HireTopInterns_myc7x_1 ._ComprehensiveTalent_myc7x_1815 ._Talent_myc7x_1836 ._Row_myc7x_38{display:flex;align-items:center;margin-top:.4rem}@media (max-width: 631px){._HireTopInterns_myc7x_1 ._ComprehensiveTalent_myc7x_1815 ._Talent_myc7x_1836 ._Row_myc7x_38{flex-direction:column;margin-top:1.3rem}}._HireTopInterns_myc7x_1 ._ComprehensiveTalent_myc7x_1815 ._Talent_myc7x_1836 ._Row_myc7x_38 ._Icon_myc7x_1188{display:flex;width:5.24119rem;height:5.24119rem;padding:.9375rem .92869rem .92869rem .9375rem;justify-content:center;align-items:center;flex-shrink:0;border-radius:7.10619rem;background:var(--image, linear-gradient(106deg, #f3721b 4.46%, #fff 232.7%));box-shadow:0 4px 20px #0000000d}._HireTopInterns_myc7x_1 ._ComprehensiveTalent_myc7x_1815 ._Talent_myc7x_1836 ._Row_myc7x_38 ._Icon_myc7x_1188:nth-child(3){background:var(--Frame-1618873352, linear-gradient(112deg, #6548ee 4.93%, #fff 256.79%));box-shadow:0 4px 20px #0000000d}._HireTopInterns_myc7x_1 ._ComprehensiveTalent_myc7x_1815 ._Talent_myc7x_1836 ._Row_myc7x_38 ._Icon_myc7x_1188:nth-child(5){background:var(--Frame-1618873352, linear-gradient(112deg, #f66957 4.93%, #fff 256.79%));box-shadow:0 4px 20px #0000000d}._HireTopInterns_myc7x_1 ._ComprehensiveTalent_myc7x_1815 ._Talent_myc7x_1836 ._Row_myc7x_38 ._Icon_myc7x_1188:nth-child(7){background:var(--Frame-1618873352, linear-gradient(112deg, #ffc734 4.93%, #fff 256.79%));box-shadow:0 4px 20px #0000000d}._HireTopInterns_myc7x_1 ._ComprehensiveTalent_myc7x_1815 ._Talent_myc7x_1836 ._Row_myc7x_38 ._Icon_myc7x_1188:nth-child(9){background:var(--Background, linear-gradient(112deg, #2fbbe9 4.93%, #fff 256.79%));box-shadow:0 4px 20px #0000000d}._HireTopInterns_myc7x_1 ._ComprehensiveTalent_myc7x_1815 ._Talent_myc7x_1836 ._Row_myc7x_38 ._Icon_myc7x_1188:nth-child(11){background:var(--Background, linear-gradient(112deg, #6ac248 4.93%, #fff 256.79%));box-shadow:0 4px 20px #0000000d}._HireTopInterns_myc7x_1 ._ComprehensiveTalent_myc7x_1815 ._Talent_myc7x_1836 ._Row_myc7x_38 ._Icon_myc7x_1188 svg{width:3.375rem;height:3.375rem;flex-shrink:0}._HireTopInterns_myc7x_1 ._ComprehensiveTalent_myc7x_1815 ._Talent_myc7x_1836 ._Row_myc7x_38 ._DashedLine_myc7x_1900{width:15.21875rem;border-top:3px dashed #f3721b}@media (max-width: 631px){._HireTopInterns_myc7x_1 ._ComprehensiveTalent_myc7x_1815 ._Talent_myc7x_1836 ._Row_myc7x_38 ._DashedLine_myc7x_1900{height:17.21875rem;width:2px;border-right:3px dashed #f3721b}}._HireTopInterns_myc7x_1 ._ComprehensiveTalent_myc7x_1815 ._Talent_myc7x_1836 ._Row_myc7x_38 ._DashedLine_myc7x_1900:nth-child(4){border-color:#6548ee}._HireTopInterns_myc7x_1 ._ComprehensiveTalent_myc7x_1815 ._Talent_myc7x_1836 ._Row_myc7x_38 ._DashedLine_myc7x_1900:nth-child(6){border-color:#f66957}._HireTopInterns_myc7x_1 ._ComprehensiveTalent_myc7x_1815 ._Talent_myc7x_1836 ._Row_myc7x_38 ._DashedLine_myc7x_1900:nth-child(8){border-color:#ffc734}._HireTopInterns_myc7x_1 ._ComprehensiveTalent_myc7x_1815 ._Talent_myc7x_1836 ._Row_myc7x_38 ._DashedLine_myc7x_1900:nth-child(10){border-color:#2fbbe9}._HireTopInterns_myc7x_1 ._ComprehensiveTalent_myc7x_1815 ._Talent_myc7x_1836 ._Cards_myc7x_683{display:flex;align-items:center;justify-content:center;gap:3.84rem;height:max-content;position:relative;z-index:1}@media (max-width: 631px){._HireTopInterns_myc7x_1 ._ComprehensiveTalent_myc7x_1815 ._Talent_myc7x_1836 ._Cards_myc7x_683{flex-direction:column;flex:1}}._HireTopInterns_myc7x_1 ._ComprehensiveTalent_myc7x_1815 ._Talent_myc7x_1836 ._Cards_myc7x_683 ._Blur1_myc7x_1938,._HireTopInterns_myc7x_1 ._ComprehensiveTalent_myc7x_1815 ._Talent_myc7x_1836 ._Cards_myc7x_683 ._Blur2_myc7x_1939{width:37.75rem;height:26.875rem;flex-shrink:0;position:absolute;z-index:-1}._HireTopInterns_myc7x_1 ._ComprehensiveTalent_myc7x_1815 ._Talent_myc7x_1836 ._Cards_myc7x_683 ._Blur1_myc7x_1938 svg,._HireTopInterns_myc7x_1 ._ComprehensiveTalent_myc7x_1815 ._Talent_myc7x_1836 ._Cards_myc7x_683 ._Blur2_myc7x_1939 svg{height:100%;width:100%}._HireTopInterns_myc7x_1 ._ComprehensiveTalent_myc7x_1815 ._Talent_myc7x_1836 ._Cards_myc7x_683 ._Blur1_myc7x_1938{left:-15rem;top:-12rem}._HireTopInterns_myc7x_1 ._ComprehensiveTalent_myc7x_1815 ._Talent_myc7x_1836 ._Cards_myc7x_683 ._Blur2_myc7x_1939{right:-15rem;top:-12rem}._HireTopInterns_myc7x_1 ._ComprehensiveTalent_myc7x_1815 ._Talent_myc7x_1836 ._Cards_myc7x_683 ._Card_myc7x_293{gap:1rem;display:flex;width:16.5625rem;padding:2rem 1.625rem 3.9375rem;flex-direction:column;align-items:center;border-radius:1.25rem;background:#fff;box-shadow:0 4px 50px #0000001a;height:20rem}@media (max-width: 631px){._HireTopInterns_myc7x_1 ._ComprehensiveTalent_myc7x_1815 ._Talent_myc7x_1836 ._Cards_myc7x_683 ._Card_myc7x_293{width:100%;padding:2rem 3rem;gap:1.6rem;height:auto}}._HireTopInterns_myc7x_1 ._ComprehensiveTalent_myc7x_1815 ._Talent_myc7x_1836 ._Cards_myc7x_683 ._Card_myc7x_293 h3{color:var(--Test, #3d3d3d);text-align:center;font-family:Inter;font-size:1.5rem;font-style:normal;font-weight:600;line-height:2.74106rem;letter-spacing:-.04569rem}@media (max-width: 631px){._HireTopInterns_myc7x_1 ._ComprehensiveTalent_myc7x_1815 ._Talent_myc7x_1836 ._Cards_myc7x_683 ._Card_myc7x_293 h3{font-size:2.3rem}}._HireTopInterns_myc7x_1 ._ComprehensiveTalent_myc7x_1815 ._Talent_myc7x_1836 ._Cards_myc7x_683 ._Card_myc7x_293 p{width:12.5625rem;color:#060606;text-align:center;font-family:Inter;font-size:1rem;font-style:normal;font-weight:400;line-height:1.25rem}@media (max-width: 631px){._HireTopInterns_myc7x_1 ._ComprehensiveTalent_myc7x_1815 ._Talent_myc7x_1836 ._Cards_myc7x_683 ._Card_myc7x_293 p{font-size:1.3rem;width:100%}}._HireTopInterns_myc7x_1 ._ComprehensiveTalent_myc7x_1815 ._Talent_myc7x_1836 ._Cards_myc7x_683 ._Card_myc7x_293 ._PassRate_myc7x_2010{border-radius:6.25rem;background:#f79c5f1a;padding:.3rem 1.4rem;width:max-content}._HireTopInterns_myc7x_1 ._ComprehensiveTalent_myc7x_1815 ._Talent_myc7x_1836 ._Cards_myc7x_683 ._Card_myc7x_293 h4{text-align:center;font-family:Inter;font-size:.875rem;font-style:normal;font-weight:600;line-height:1.74106rem;letter-spacing:-.04569rem;background:var(--Background, linear-gradient(106deg, #f3721b 4.46%, #fff 232.7%));background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}@media (max-width: 631px){._HireTopInterns_myc7x_1 ._ComprehensiveTalent_myc7x_1815 ._Talent_myc7x_1836 ._Cards_myc7x_683 ._Card_myc7x_293 h4{font-size:1.2875rem;padding:.4rem 1rem}}._HireTopInterns_myc7x_1 ._ComprehensiveTalent_myc7x_1815 ._Talent_myc7x_1836 ._Cards_myc7x_683 ._Card_myc7x_293 ._Checks_myc7x_2035{color:#060606cc;text-align:center;font-family:Inter;font-size:.875rem;font-style:normal;font-weight:400;line-height:1.25rem}@media (max-width: 631px){._HireTopInterns_myc7x_1 ._ComprehensiveTalent_myc7x_1815 ._Talent_myc7x_1836 ._Cards_myc7x_683 ._Card_myc7x_293 ._Checks_myc7x_2035{font-size:1.3875rem}}._HireTopInterns_myc7x_1 ._GoHighLevelDevServices_myc7x_2049{width:100%;display:flex;flex-direction:column;align-items:center;gap:4rem;margin:6rem 0;height:31.6875rem;height:auto;flex-shrink:0;background:url(/assets/HeaderBG-BSOcJrrq.webp);background-size:100% 31.68rem;background-repeat:no-repeat;background-position:top;padding:4rem 15rem}@media (max-width: 631px){._HireTopInterns_myc7x_1 ._GoHighLevelDevServices_myc7x_2049{padding:2rem;min-height:31.6875rem;height:auto;background-size:100% 31rem;background-repeat:no-repeat;background-position:top;margin-bottom:2rem}}._HireTopInterns_myc7x_1 ._GoHighLevelDevServices_myc7x_2049 ._Top_myc7x_50{width:100%;display:flex;align-items:center;justify-content:space-between}@media (max-width: 631px){._HireTopInterns_myc7x_1 ._GoHighLevelDevServices_myc7x_2049 ._Top_myc7x_50{width:100%;flex-direction:column;gap:1.5rem}}._HireTopInterns_myc7x_1 ._GoHighLevelDevServices_myc7x_2049 ._Top_myc7x_50 h2{width:30.125rem;font-size:3.5rem;text-align:start;color:var(--c2)}@media (max-width: 631px){._HireTopInterns_myc7x_1 ._GoHighLevelDevServices_myc7x_2049 ._Top_myc7x_50 h2{width:90%;text-align:center}}._HireTopInterns_myc7x_1 ._GoHighLevelDevServices_myc7x_2049 ._Top_myc7x_50 p{width:37.7rem;color:#fff;font-family:Inter;font-size:1.125rem;font-style:normal;font-weight:400;line-height:1.755rem;text-align:start}@media (max-width: 631px){._HireTopInterns_myc7x_1 ._GoHighLevelDevServices_myc7x_2049 ._Top_myc7x_50 p{width:90%;text-align:center}}._HireTopInterns_myc7x_1 ._GoHighLevelDevServices_myc7x_2049 ._STACards_myc7x_2117{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;row-gap:5rem;align-items:stretch}@media (max-width: 631px){._HireTopInterns_myc7x_1 ._GoHighLevelDevServices_myc7x_2049 ._STACards_myc7x_2117{grid-template-columns:1fr;gap:5rem}}._HireTopInterns_myc7x_1 ._GoHighLevelDevServices_myc7x_2049 ._STACards_myc7x_2117 ._Card_myc7x_293{width:28.375rem;flex-shrink:0;border-radius:1.71319rem;background:#fff;box-shadow:0 4px 80px #00000014;position:relative;padding:2rem 3rem 3rem;display:flex;flex-direction:column;align-items:start;gap:1rem;justify-content:space-between}@media (max-width: 631px){._HireTopInterns_myc7x_1 ._GoHighLevelDevServices_myc7x_2049 ._STACards_myc7x_2117 ._Card_myc7x_293{width:95%}}._HireTopInterns_myc7x_1 ._GoHighLevelDevServices_myc7x_2049 ._STACards_myc7x_2117 ._Card_myc7x_293 i{display:flex;width:5.24119rem;height:5.24119rem;padding:.9375rem .95994rem .92869rem .90625rem;justify-content:center;align-items:center;flex-shrink:0;border-radius:7.10619rem;background:var(--image, linear-gradient(106deg, #f3721b 4.46%, #fff 232.7%));box-shadow:0 4px 20px #0000000d;position:absolute;top:0;left:20%;transform:translate(-50%,-50%)}._HireTopInterns_myc7x_1 ._GoHighLevelDevServices_myc7x_2049 ._STACards_myc7x_2117 ._Card_myc7x_293 ._TopDetails_myc7x_2166{text-align:end;width:100%;margin:0}._HireTopInterns_myc7x_1 ._GoHighLevelDevServices_myc7x_2049 ._STACards_myc7x_2117 ._Card_myc7x_293 ._TopDetails_myc7x_2166 span{padding:.2rem .5rem;margin-left:.5rem;border-radius:2rem}._HireTopInterns_myc7x_1 ._GoHighLevelDevServices_myc7x_2049 ._STACards_myc7x_2117 ._Card_myc7x_293 ._TopDetails_myc7x_2166 span:nth-child(1){background:#f66a5749;color:#f66957}._HireTopInterns_myc7x_1 ._GoHighLevelDevServices_myc7x_2049 ._STACards_myc7x_2117 ._Card_myc7x_293 ._TopDetails_myc7x_2166 span:nth-child(2){background:#c1c1c11f;color:#3d3d3d}._HireTopInterns_myc7x_1 ._GoHighLevelDevServices_myc7x_2049 ._STACards_myc7x_2117 ._Card_myc7x_293 h3{color:var(--Test, #3d3d3d);text-align:start;font-family:Inter;font-size:2rem;font-style:normal;font-weight:600;line-height:2.74106rem;letter-spacing:-.04569rem}@media (max-width: 631px){._HireTopInterns_myc7x_1 ._GoHighLevelDevServices_myc7x_2049 ._STACards_myc7x_2117 ._Card_myc7x_293 h3{font-size:2.2825rem}}._HireTopInterns_myc7x_1 ._GoHighLevelDevServices_myc7x_2049 ._STACards_myc7x_2117 ._Card_myc7x_293 p{color:#060606;text-align:start;font-family:Inter;font-size:1rem;font-style:normal;font-weight:400;line-height:1.60356rem}@media (max-width: 631px){._HireTopInterns_myc7x_1 ._GoHighLevelDevServices_myc7x_2049 ._STACards_myc7x_2117 ._Card_myc7x_293 p{font-size:1.1825rem}}._HireTopInterns_myc7x_1 ._GoHighLevelDevServices_myc7x_2049 ._STACards_myc7x_2117 ._Card_myc7x_293 ._Project_myc7x_2213{display:flex;width:max-content;justify-content:center;align-items:center;gap:.69281rem;flex-shrink:0;border-radius:6.92831rem;background:#c1c1c11f;color:#3d3d3d;text-align:center;font-family:Inter;font-size:.96994rem;font-style:normal;font-weight:400;line-height:150%;letter-spacing:-.05063rem;padding:.5rem 1.4rem}._HireTopInterns_myc7x_1 ._GoHighLevelDevServices_myc7x_2049 ._STACards_myc7x_2117 ._Card_myc7x_293 ._Col_myc7x_137{width:100%;display:flex;flex-direction:column;gap:.7rem}._HireTopInterns_myc7x_1 ._GoHighLevelDevServices_myc7x_2049 ._STACards_myc7x_2117 ._Card_myc7x_293 ._Col_myc7x_137 p{color:#000;text-align:start;font-family:Poppins;font-size:.825rem;font-style:normal;font-weight:400;line-height:111.4%;text-transform:capitalize;display:flex;align-items:center;gap:.4rem}@media (max-width: 631px){._HireTopInterns_myc7x_1 ._GoHighLevelDevServices_myc7x_2049 ._STACards_myc7x_2117 ._Card_myc7x_293 ._Col_myc7x_137 p{font-size:1.0825rem}}._HireTopInterns_myc7x_1 ._GoHighLevelDevServices_myc7x_2049 ._STACards_myc7x_2117 ._Card_myc7x_293 ._Col_myc7x_137 p svg{width:1.375rem;height:1.375rem}@media (max-width: 631px){._HireTopInterns_myc7x_1 ._GoHighLevelDevServices_myc7x_2049 ._STACards_myc7x_2117 ._Card_myc7x_293 ._Col_myc7x_137 p svg{width:1.5375rem;height:1.5375rem}}._HireTopInterns_myc7x_1 ._GoHighLevelDevServices_myc7x_2049 ._STACards_myc7x_2117 ._Card_myc7x_293 ._DashedLine_myc7x_1900{width:22.8125rem;height:1px;border:1px dashed rgba(0,0,0,.2)}@media (max-width: 631px){._HireTopInterns_myc7x_1 ._GoHighLevelDevServices_myc7x_2049 ._STACards_myc7x_2117 ._Card_myc7x_293 ._DashedLine_myc7x_1900{width:100%}}._HireTopInterns_myc7x_1 ._GoHighLevelDevServices_myc7x_2049 ._STACards_myc7x_2117 ._Card_myc7x_293 ._Bottom_myc7x_811{width:100%;display:flex;align-items:center;justify-content:space-between}._HireTopInterns_myc7x_1 ._GoHighLevelDevServices_myc7x_2049 ._STACards_myc7x_2117 ._Card_myc7x_293 ._Bottom_myc7x_811 p{color:#64748b;font-family:Segoe UI Symbol;font-size:.875rem;font-style:normal;font-weight:400;line-height:1.25rem}._HireTopInterns_myc7x_1 ._GoHighLevelDevServices_myc7x_2049 ._STACards_myc7x_2117 ._Card_myc7x_293 ._Bottom_myc7x_811 h5{font-family:Poppins;font-size:1.25rem;font-style:normal;font-weight:600;line-height:1.25rem;color:#6aac48}._HireTopInterns_myc7x_1 ._GoHighLevelDevServices_myc7x_2049 ._STACards_myc7x_2117 ._Card_myc7x_293 ._BtnWrapper_myc7x_182{margin-top:.5rem}._HireTopInterns_myc7x_1 ._GoHighLevelDevServices_myc7x_2049 ._STACards_myc7x_2117 ._Card_myc7x_293:nth-child(2) i{background:var(--Frame-1618873352, linear-gradient(112deg, #6548ee 4.93%, #fff 256.79%));box-shadow:0 4px 20px #0000000d}._HireTopInterns_myc7x_1 ._GoHighLevelDevServices_myc7x_2049 ._STACards_myc7x_2117 ._Card_myc7x_293:nth-child(2) p svg path{fill:#6548ee!important}._HireTopInterns_myc7x_1 ._GoHighLevelDevServices_myc7x_2049 ._STACards_myc7x_2117 ._Card_myc7x_293:nth-child(3) i{background:var(--Background, linear-gradient(112deg, #6ac248 4.93%, #fff 256.79%));box-shadow:0 4px 20px #0000000d}._HireTopInterns_myc7x_1 ._GoHighLevelDevServices_myc7x_2049 ._STACards_myc7x_2117 ._Card_myc7x_293:nth-child(3) p svg path{fill:#6ac248!important}._HireTopInterns_myc7x_1 ._GoHighLevelDevServices_myc7x_2049 ._STACards_myc7x_2117 ._Card_myc7x_293:nth-child(4) i{background:var(--Frame-1618873352, linear-gradient(112deg, #f66957 4.93%, #fff 256.79%));box-shadow:0 4px 20px #0000000d}._HireTopInterns_myc7x_1 ._GoHighLevelDevServices_myc7x_2049 ._STACards_myc7x_2117 ._Card_myc7x_293:nth-child(4) p svg path{fill:#f66957!important}._HireTopInterns_myc7x_1 ._GoHighLevelDevServices_myc7x_2049 ._STACards_myc7x_2117 ._Card_myc7x_293:nth-child(5) i{background:var(--Background, linear-gradient(112deg, #ffc444 4.93%, #f36f56 256.79%));box-shadow:0 4px 20px #0000000d}._HireTopInterns_myc7x_1 ._GoHighLevelDevServices_myc7x_2049 ._STACards_myc7x_2117 ._Card_myc7x_293:nth-child(5) p svg path{fill:#ffc444!important}._HireTopInterns_myc7x_1 ._GoHighLevelDevServices_myc7x_2049 ._STACards_myc7x_2117 ._Card_myc7x_293:nth-child(6) i{background:var(--Frame-1618873352, linear-gradient(112deg, #2fbbe9 4.93%, #fff 256.79%));box-shadow:0 4px 20px #0000000d}._HireTopInterns_myc7x_1 ._GoHighLevelDevServices_myc7x_2049 ._STACards_myc7x_2117 ._Card_myc7x_293:nth-child(6) p svg path{fill:#2fbbe9!important}._HireTopInterns_myc7x_1 ._GoHighLevelDevServices_myc7x_2049 ._STACards_myc7x_2117 ._Card_myc7x_293:nth-child(7) i{background:var(--Frame-1618873352, linear-gradient(112deg, #f3721b 4.93%, #fff 256.79%));box-shadow:0 4px 20px #0000000d}._HireTopInterns_myc7x_1 ._GoHighLevelDevServices_myc7x_2049 ._STACards_myc7x_2117 ._Card_myc7x_293:nth-child(7) p svg path{fill:#f3721b!important}._HireTopInterns_myc7x_1 ._GoHighLevelDevServices_myc7x_2049 ._STACards_myc7x_2117 ._Card_myc7x_293:nth-child(8) i{background:var(--Frame-1618873352, linear-gradient(112deg, #6548ee 4.93%, #fff 256.79%));box-shadow:0 4px 20px #0000000d}._HireTopInterns_myc7x_1 ._GoHighLevelDevServices_myc7x_2049 ._STACards_myc7x_2117 ._Card_myc7x_293:nth-child(8) p svg path{fill:#6548ee!important}._HireTopInterns_myc7x_1 ._IndustrySpecific_myc7x_2350{width:100%;position:relative;padding:0 15rem;margin-top:4rem}@media (max-width: 631px){._HireTopInterns_myc7x_1 ._IndustrySpecific_myc7x_2350{padding:3rem}}._HireTopInterns_myc7x_1 ._IndustrySpecific_myc7x_2350 ._Blur1_myc7x_1938,._HireTopInterns_myc7x_1 ._IndustrySpecific_myc7x_2350 ._Blur2_myc7x_1939{position:absolute;width:30rem;height:30rem;z-index:0}._HireTopInterns_myc7x_1 ._IndustrySpecific_myc7x_2350 ._Blur1_myc7x_1938 svg,._HireTopInterns_myc7x_1 ._IndustrySpecific_myc7x_2350 ._Blur2_myc7x_1939 svg{width:100%;height:100%}._HireTopInterns_myc7x_1 ._IndustrySpecific_myc7x_2350 ._Blur1_myc7x_1938{top:-5rem;left:-5rem}._HireTopInterns_myc7x_1 ._IndustrySpecific_myc7x_2350 ._Blur2_myc7x_1939{top:-5rem;right:-5rem}._HireTopInterns_myc7x_1 ._IndustrySpecific_myc7x_2350 ._STACards_myc7x_2117{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;row-gap:5rem;align-items:stretch;margin-top:5rem}@media (max-width: 631px){._HireTopInterns_myc7x_1 ._IndustrySpecific_myc7x_2350 ._STACards_myc7x_2117{grid-template-columns:1fr;gap:5rem}}._HireTopInterns_myc7x_1 ._IndustrySpecific_myc7x_2350 ._STACards_myc7x_2117 ._Card_myc7x_293{width:28.375rem;flex-shrink:0;border-radius:1.71319rem;background:#fff;box-shadow:0 4px 80px #00000014;position:relative;padding:4rem 3rem 3rem;display:flex;flex-direction:column;align-items:start;gap:1rem;justify-content:space-between}@media (max-width: 631px){._HireTopInterns_myc7x_1 ._IndustrySpecific_myc7x_2350 ._STACards_myc7x_2117 ._Card_myc7x_293{width:95%}}._HireTopInterns_myc7x_1 ._IndustrySpecific_myc7x_2350 ._STACards_myc7x_2117 ._Card_myc7x_293 i{display:flex;width:5.24119rem;height:5.24119rem;padding:.9375rem .95994rem .92869rem .90625rem;justify-content:center;align-items:center;flex-shrink:0;border-radius:7.10619rem;background:var(--image, linear-gradient(106deg, #f3721b 4.46%, #fff 232.7%));box-shadow:0 4px 20px #0000000d;position:absolute;top:0;left:50%;transform:translate(-50%,-50%)}._HireTopInterns_myc7x_1 ._IndustrySpecific_myc7x_2350 ._STACards_myc7x_2117 ._Card_myc7x_293 ._TopDetails_myc7x_2166{text-align:end;width:100%;margin:0}._HireTopInterns_myc7x_1 ._IndustrySpecific_myc7x_2350 ._STACards_myc7x_2117 ._Card_myc7x_293 ._TopDetails_myc7x_2166 span{padding:.2rem .5rem;margin-left:.5rem;border-radius:2rem}._HireTopInterns_myc7x_1 ._IndustrySpecific_myc7x_2350 ._STACards_myc7x_2117 ._Card_myc7x_293 ._TopDetails_myc7x_2166 span:nth-child(1){background:#f66a5749;color:#f66957}._HireTopInterns_myc7x_1 ._IndustrySpecific_myc7x_2350 ._STACards_myc7x_2117 ._Card_myc7x_293 ._TopDetails_myc7x_2166 span:nth-child(2){background:#c1c1c11f;color:#3d3d3d}._HireTopInterns_myc7x_1 ._IndustrySpecific_myc7x_2350 ._STACards_myc7x_2117 ._Card_myc7x_293 h3{color:var(--Test, #3d3d3d);text-align:start;font-family:Inter;font-size:2rem;font-style:normal;font-weight:600;line-height:2.74106rem;letter-spacing:-.04569rem}@media (max-width: 631px){._HireTopInterns_myc7x_1 ._IndustrySpecific_myc7x_2350 ._STACards_myc7x_2117 ._Card_myc7x_293 h3{font-size:2.2825rem}}._HireTopInterns_myc7x_1 ._IndustrySpecific_myc7x_2350 ._STACards_myc7x_2117 ._Card_myc7x_293 p{color:#060606;text-align:start;font-family:Inter;font-size:1rem;font-style:normal;font-weight:400;line-height:1.60356rem}@media (max-width: 631px){._HireTopInterns_myc7x_1 ._IndustrySpecific_myc7x_2350 ._STACards_myc7x_2117 ._Card_myc7x_293 p{font-size:1.1825rem}}._HireTopInterns_myc7x_1 ._IndustrySpecific_myc7x_2350 ._STACards_myc7x_2117 ._Card_myc7x_293 ._Project_myc7x_2213{display:flex;width:max-content;justify-content:center;align-items:center;gap:.69281rem;flex-shrink:0;border-radius:6.92831rem;background:#c1c1c11f;color:#3d3d3d;text-align:center;font-family:Inter;font-size:.96994rem;font-style:normal;font-weight:400;line-height:150%;letter-spacing:-.05063rem;padding:.5rem 1.4rem}._HireTopInterns_myc7x_1 ._IndustrySpecific_myc7x_2350 ._STACards_myc7x_2117 ._Card_myc7x_293 ._Col_myc7x_137{width:100%;display:flex;flex-direction:column;gap:.7rem}._HireTopInterns_myc7x_1 ._IndustrySpecific_myc7x_2350 ._STACards_myc7x_2117 ._Card_myc7x_293 ._Col_myc7x_137 p{color:#000;text-align:start;font-family:Poppins;font-size:.825rem;font-style:normal;font-weight:400;line-height:111.4%;text-transform:capitalize;display:flex;align-items:center;gap:.4rem}@media (max-width: 631px){._HireTopInterns_myc7x_1 ._IndustrySpecific_myc7x_2350 ._STACards_myc7x_2117 ._Card_myc7x_293 ._Col_myc7x_137 p{font-size:1.0825rem}}._HireTopInterns_myc7x_1 ._IndustrySpecific_myc7x_2350 ._STACards_myc7x_2117 ._Card_myc7x_293 ._Col_myc7x_137 p svg{width:1.375rem;height:1.375rem}@media (max-width: 631px){._HireTopInterns_myc7x_1 ._IndustrySpecific_myc7x_2350 ._STACards_myc7x_2117 ._Card_myc7x_293 ._Col_myc7x_137 p svg{width:1.5375rem;height:1.5375rem}}._HireTopInterns_myc7x_1 ._IndustrySpecific_myc7x_2350 ._STACards_myc7x_2117 ._Card_myc7x_293 ._DashedLine_myc7x_1900{width:22.8125rem;height:1px;border:1px dashed rgba(0,0,0,.2)}@media (max-width: 631px){._HireTopInterns_myc7x_1 ._IndustrySpecific_myc7x_2350 ._STACards_myc7x_2117 ._Card_myc7x_293 ._DashedLine_myc7x_1900{width:100%}}._HireTopInterns_myc7x_1 ._IndustrySpecific_myc7x_2350 ._STACards_myc7x_2117 ._Card_myc7x_293 ._Bottom_myc7x_811{width:100%;display:flex;align-items:center;justify-content:space-between}._HireTopInterns_myc7x_1 ._IndustrySpecific_myc7x_2350 ._STACards_myc7x_2117 ._Card_myc7x_293 ._Bottom_myc7x_811 p{color:#64748b;font-family:Segoe UI Symbol;font-size:.875rem;font-style:normal;font-weight:400;line-height:1.25rem}._HireTopInterns_myc7x_1 ._IndustrySpecific_myc7x_2350 ._STACards_myc7x_2117 ._Card_myc7x_293 ._Bottom_myc7x_811 h5{font-family:Poppins;font-size:1.25rem;font-style:normal;font-weight:600;line-height:1.25rem;color:#6aac48}._HireTopInterns_myc7x_1 ._IndustrySpecific_myc7x_2350 ._STACards_myc7x_2117 ._Card_myc7x_293 ._BtnWrapper_myc7x_182{margin-top:.5rem}._HireTopInterns_myc7x_1 ._IndustrySpecific_myc7x_2350 ._STACards_myc7x_2117 ._Card_myc7x_293:nth-child(2) i{background:var(--Frame-1618873352, linear-gradient(112deg, #6548ee 4.93%, #fff 256.79%));box-shadow:0 4px 20px #0000000d}._HireTopInterns_myc7x_1 ._IndustrySpecific_myc7x_2350 ._STACards_myc7x_2117 ._Card_myc7x_293:nth-child(2) p svg path{fill:#6548ee}._HireTopInterns_myc7x_1 ._IndustrySpecific_myc7x_2350 ._STACards_myc7x_2117 ._Card_myc7x_293:nth-child(3) i{background:var(--Background, linear-gradient(112deg, #6ac248 4.93%, #fff 256.79%));box-shadow:0 4px 20px #0000000d}._HireTopInterns_myc7x_1 ._IndustrySpecific_myc7x_2350 ._STACards_myc7x_2117 ._Card_myc7x_293:nth-child(3) p svg path{fill:#6ac248}._HireTopInterns_myc7x_1 ._IndustrySpecific_myc7x_2350 ._STACards_myc7x_2117 ._Card_myc7x_293:nth-child(4) i{background:var(--Frame-1618873352, linear-gradient(112deg, #f66957 4.93%, #fff 256.79%));box-shadow:0 4px 20px #0000000d}._HireTopInterns_myc7x_1 ._IndustrySpecific_myc7x_2350 ._STACards_myc7x_2117 ._Card_myc7x_293:nth-child(4) p svg path{fill:#f66957}._HireTopInterns_myc7x_1 ._IndustrySpecific_myc7x_2350 ._STACards_myc7x_2117 ._Card_myc7x_293:nth-child(5) i{background:var(--Background, linear-gradient(112deg, #ffc444 4.93%, #f36f56 256.79%));box-shadow:0 4px 20px #0000000d}._HireTopInterns_myc7x_1 ._IndustrySpecific_myc7x_2350 ._STACards_myc7x_2117 ._Card_myc7x_293:nth-child(5) p svg path{fill:#ffc444}._HireTopInterns_myc7x_1 ._IndustrySpecific_myc7x_2350 ._STACards_myc7x_2117 ._Card_myc7x_293:nth-child(6) i{background:var(--Frame-1618873352, linear-gradient(112deg, #2fbbe9 4.93%, #fff 256.79%));box-shadow:0 4px 20px #0000000d}._HireTopInterns_myc7x_1 ._IndustrySpecific_myc7x_2350 ._STACards_myc7x_2117 ._Card_myc7x_293:nth-child(6) p svg path{fill:#2fbbe9}._HireTopInterns_myc7x_1 ._IndustrySpecific_myc7x_2350 ._STACards_myc7x_2117 ._Card_myc7x_293:nth-child(7) i{background:var(--Frame-1618873352, linear-gradient(112deg, #f3721b 4.93%, #fff 256.79%));box-shadow:0 4px 20px #0000000d}._HireTopInterns_myc7x_1 ._IndustrySpecific_myc7x_2350 ._STACards_myc7x_2117 ._Card_myc7x_293:nth-child(7) p svg path{fill:#f3721b}._HireTopInterns_myc7x_1 ._IndustrySpecific_myc7x_2350 ._STACards_myc7x_2117 ._Card_myc7x_293:nth-child(8) i{background:var(--Frame-1618873352, linear-gradient(112deg, #6548ee 4.93%, #fff 256.79%));box-shadow:0 4px 20px #0000000d}._HireTopInterns_myc7x_1 ._IndustrySpecific_myc7x_2350 ._STACards_myc7x_2117 ._Card_myc7x_293:nth-child(8) p svg path{fill:#6548ee}._HireTopInterns_myc7x_1 ._InternshipForm_myc7x_2615{display:flex;flex-direction:column;align-items:center;gap:1rem;margin:6rem 0}@media (max-width: 631px){._HireTopInterns_myc7x_1 ._InternshipForm_myc7x_2615{padding:0 1rem}._HireTopInterns_myc7x_1 ._InternshipForm_myc7x_2615 p{text-align:center}}._HireTopInterns_myc7x_1 ._InternshipForm_myc7x_2615 ._FormContent_myc7x_2630{margin-top:5rem;width:101.8125rem;height:37.8125rem;flex-shrink:0;display:flex;align-items:center;justify-content:center;gap:4rem}@media (max-width: 631px){._HireTopInterns_myc7x_1 ._InternshipForm_myc7x_2615 ._FormContent_myc7x_2630{flex-direction:column;width:100%;height:auto}}._HireTopInterns_myc7x_1 ._InternshipForm_myc7x_2615 ._FormContent_myc7x_2630 ._Left_myc7x_64{flex:.5}._HireTopInterns_myc7x_1 ._InternshipForm_myc7x_2615 ._FormContent_myc7x_2630 ._Left_myc7x_64 img{width:100%;height:auto;flex-shrink:0}@media screen and (max-width: 631px){._HireTopInterns_myc7x_1 ._InternshipForm_myc7x_2615 ._FormContent_myc7x_2630 ._Left_myc7x_64 img{padding:3rem}}._HireTopInterns_myc7x_1 ._InternshipForm_myc7x_2615 ._FormContent_myc7x_2630 ._Form_myc7x_2630{flex:.7;display:flex;flex-direction:column;gap:1rem;justify-content:space-around;align-items:flex-end;border-radius:1.875rem;background:#fff;box-shadow:0 4px 30px #00000014;padding:3rem 4rem}@media (max-width: 631px){._HireTopInterns_myc7x_1 ._InternshipForm_myc7x_2615 ._FormContent_myc7x_2630 ._Form_myc7x_2630{width:100%;gap:1rem}}._HireTopInterns_myc7x_1 ._InternshipForm_myc7x_2615 ._FormContent_myc7x_2630 ._Form_myc7x_2630 button{display:flex;width:100%;height:4.3125rem;padding:.625rem;flex-direction:column;justify-content:center;align-items:center;gap:.625rem;flex-shrink:0;border-radius:.625rem;background:var(--Frame-1618873097, linear-gradient(112deg, #f3721b 4.93%, #ff7236 256.79%));box-shadow:0 4px 20px #f4721e6e;color:#fff;font-family:Inter;font-size:1.125rem;font-style:normal;font-weight:500;line-height:1.62rem;letter-spacing:.01rem;border:none;cursor:pointer;transition:all ease-in-out .3s}._HireTopInterns_myc7x_1 ._InternshipForm_myc7x_2615 ._FormContent_myc7x_2630 ._Form_myc7x_2630 button:hover{box-shadow:0 6px 30px #f4721e99;transform:translateY(-2px)}._HireTopInterns_myc7x_1 ._InternshipForm_myc7x_2615 ._FormContent_myc7x_2630 ._Form_myc7x_2630 ._Row_myc7x_38{width:100%;display:flex;gap:2rem}@media (max-width: 631px){._HireTopInterns_myc7x_1 ._InternshipForm_myc7x_2615 ._FormContent_myc7x_2630 ._Form_myc7x_2630 ._Row_myc7x_38{flex-direction:column;gap:1rem}}._HireTopInterns_myc7x_1 ._InternshipForm_myc7x_2615 ._FormContent_myc7x_2630 ._Form_myc7x_2630 ._Row_myc7x_38 ._Col_myc7x_137{width:100%;display:flex;flex-direction:column;gap:.5rem}@media (max-width: 631px){._HireTopInterns_myc7x_1 ._InternshipForm_myc7x_2615 ._FormContent_myc7x_2630 ._Form_myc7x_2630 ._Row_myc7x_38 ._Col_myc7x_137{gap:1rem}}._HireTopInterns_myc7x_1 ._InternshipForm_myc7x_2615 ._FormContent_myc7x_2630 ._Form_myc7x_2630 ._Row_myc7x_38 ._InputWrapper_myc7x_2728{width:100%;display:flex;flex-direction:column;gap:.5rem}._HireTopInterns_myc7x_1 ._InternshipForm_myc7x_2615 ._FormContent_myc7x_2630 ._Form_myc7x_2630 ._Row_myc7x_38 ._InputWrapper_myc7x_2728 label{color:var(--1253, #4d4e50);font-family:Poppins;font-size:.875rem;font-style:normal;font-weight:500;line-height:1.25rem}@media (max-width: 631px){._HireTopInterns_myc7x_1 ._InternshipForm_myc7x_2615 ._FormContent_myc7x_2630 ._Form_myc7x_2630 ._Row_myc7x_38 ._InputWrapper_myc7x_2728 label{font-size:1.1875rem}}._HireTopInterns_myc7x_1 ._InternshipForm_myc7x_2615 ._FormContent_myc7x_2630 ._Form_myc7x_2630 ._Row_myc7x_38 ._InputWrapper_myc7x_2728 input,._HireTopInterns_myc7x_1 ._InternshipForm_myc7x_2615 ._FormContent_myc7x_2630 ._Form_myc7x_2630 ._Row_myc7x_38 ._InputWrapper_myc7x_2728 select,._HireTopInterns_myc7x_1 ._InternshipForm_myc7x_2615 ._FormContent_myc7x_2630 ._Form_myc7x_2630 ._Row_myc7x_38 ._InputWrapper_myc7x_2728 textarea{display:flex;width:100%;padding:.625rem .875rem;align-items:center;border-radius:.5rem;border:1px solid #dedede;outline:none}._HireTopInterns_myc7x_1 ._InternshipForm_myc7x_2615 ._FormContent_myc7x_2630 ._Form_myc7x_2630 ._Row_myc7x_38 ._InputWrapper_myc7x_2728 textarea{resize:none;height:7rem}._HireTopInterns_myc7x_1 ._WhyChoose_myc7x_2762{display:flex;flex-direction:column;align-items:center;gap:3rem;margin:6rem 0;padding:3rem;background:url(/assets/Background-B5AJ7miH.png) no-repeat center center/cover}@media (max-width: 631px){._HireTopInterns_myc7x_1 ._WhyChoose_myc7x_2762{align-items:flex-start;gap:2rem;margin-top:2rem}._HireTopInterns_myc7x_1 ._WhyChoose_myc7x_2762 h2{font-size:3rem;text-align:start}._HireTopInterns_myc7x_1 ._WhyChoose_myc7x_2762 p{font-size:1.3125rem}}._HireTopInterns_myc7x_1 ._WhyChoose_myc7x_2762 ._Cards_myc7x_683{margin-top:3rem;display:grid;grid-template-columns:repeat(3,1fr);align-items:stretch;justify-content:center;gap:4rem}@media (max-width: 631px){._HireTopInterns_myc7x_1 ._WhyChoose_myc7x_2762 ._Cards_myc7x_683{width:100%;grid-template-columns:1fr 1fr;gap:2rem}}._HireTopInterns_myc7x_1 ._WhyChoose_myc7x_2762 ._Cards_myc7x_683 ._Card_myc7x_293{max-width:22.125rem;flex-shrink:0;border-radius:1.71319rem;background:#fff;box-shadow:0 4px 80px #00000014;position:relative;padding:4rem 2rem 2rem;display:flex;flex-direction:column;gap:.3rem}@media (max-width: 631px){._HireTopInterns_myc7x_1 ._WhyChoose_myc7x_2762 ._Cards_myc7x_683 ._Card_myc7x_293{width:100%;height:auto;align-items:flex-start;padding:5rem 2rem 2rem;gap:1rem;margin-bottom:1.5rem}}._HireTopInterns_myc7x_1 ._WhyChoose_myc7x_2762 ._Cards_myc7x_683 ._Card_myc7x_293 i{position:absolute;top:0;left:50%;transform:translate(-50%,-50%);display:flex;width:5.24119rem;height:5.24119rem;padding:.9375rem .95994rem .92869rem .90625rem;justify-content:center;align-items:center;flex-shrink:0;border-radius:7.10619rem;background:var(--image, linear-gradient(106deg, #f3721b 4.46%, #fff 232.7%));box-shadow:0 4px 20px #0000000d}._HireTopInterns_myc7x_1 ._WhyChoose_myc7x_2762 ._Cards_myc7x_683 ._Card_myc7x_293 i svg{width:3.375rem;height:3.375rem;flex-shrink:0}._HireTopInterns_myc7x_1 ._WhyChoose_myc7x_2762 ._Cards_myc7x_683 ._Card_myc7x_293 h3{color:var(--Test, #3d3d3d);text-align:center;font-family:Inter;font-size:1.4rem;font-style:normal;font-weight:600;line-height:2.74106rem;letter-spacing:-.04569rem;text-wrap:nowrap}@media (max-width: 631px){._HireTopInterns_myc7x_1 ._WhyChoose_myc7x_2762 ._Cards_myc7x_683 ._Card_myc7x_293 h3{font-size:1.7rem;text-wrap:wrap;width:100%}}._HireTopInterns_myc7x_1 ._WhyChoose_myc7x_2762 ._Cards_myc7x_683 ._Card_myc7x_293 p{color:#060606;text-align:center;font-family:Inter;font-size:1rem;font-style:normal;font-weight:400;line-height:1.60356rem}@media (max-width: 631px){._HireTopInterns_myc7x_1 ._WhyChoose_myc7x_2762 ._Cards_myc7x_683 ._Card_myc7x_293 p{font-size:1.3125rem}}._HireTopInterns_myc7x_1 ._WhyChoose_myc7x_2762 ._Cards_myc7x_683 ._Card_myc7x_293:nth-child(2) i{background:var(--image, linear-gradient(112deg, #6548ee 4.93%, #fff 256.79%));box-shadow:0 4px 50px #0000000f}._HireTopInterns_myc7x_1 ._WhyChoose_myc7x_2762 ._Cards_myc7x_683 ._Card_myc7x_293:nth-child(3) i{background:var(--image, linear-gradient(112deg, #ffc734 4.93%, #fff 256.79%));box-shadow:0 4px 50px #0000000f}._HireTopInterns_myc7x_1 ._WhyChoose_myc7x_2762 ._Cards_myc7x_683 ._Card_myc7x_293:nth-child(4) i{background:var(--image, linear-gradient(112deg, #6ac248 4.93%, #fff 256.79%));box-shadow:0 4px 50px #0000000f}._Col2_1b6da_1{display:flex;flex-direction:column;gap:1.5rem;flex:1;align-items:stretch}._Col2_1b6da_1 ._Card_1b6da_8{padding:1.2rem 1.5rem;border-radius:2rem;box-shadow:0 4px 10px #0003;display:flex;gap:1.5rem;min-height:6rem}@media (max-width: 488px){._Col2_1b6da_1 ._Card_1b6da_8{box-shadow:0 1.74px 17.45px #0000000f}}._Col2_1b6da_1 ._Card_1b6da_8 i{width:3rem;height:3rem;display:flex;align-items:center;justify-content:center}._Col2_1b6da_1 ._Card_1b6da_8 i svg path{fill:#f3721b}._Col2_1b6da_1 ._Card_1b6da_8 h3{text-align:start;margin-bottom:.8rem}._Col2_1b6da_1 ._Card_1b6da_8 h3 span{font-size:1rem;font-weight:600;color:#6548ee;padding-left:2rem}._Col2_1b6da_1 ._Card_1b6da_8 p{text-align:start}._Col2_1b6da_1 ._Card_1b6da_8:nth-child(2) i svg path{fill:#6ac248}._Col2_1b6da_1 ._Card_1b6da_8:nth-child(3) i svg path{fill:#6548ee}@media (min-width: 769px){._Col2_1b6da_1 ._VerticalCarousel_1b6da_51{height:36rem;overflow:hidden;position:relative;padding:1rem}._Col2_1b6da_1 ._VerticalCarousel_1b6da_51 ._ScrollContainer_1b6da_57{display:flex;flex-direction:column;gap:1.5rem;animation:_scrollUp_1b6da_1 70s linear infinite}._Col2_1b6da_1 ._VerticalCarousel_1b6da_51 ._ScrollContainer_1b6da_57 ._Card_1b6da_8{padding:1.2rem 1.5rem;border-radius:2rem;box-shadow:0 4px 10px #0003;display:flex;gap:1.5rem;min-height:6rem}._Col2_1b6da_1 ._VerticalCarousel_1b6da_51 ._ScrollContainer_1b6da_57 ._Card_1b6da_8 i{width:3rem;height:3rem;display:flex;align-items:center;justify-content:center}._Col2_1b6da_1 ._VerticalCarousel_1b6da_51 ._ScrollContainer_1b6da_57 ._Card_1b6da_8 h3 span{padding-left:2rem}@keyframes _scrollUp_1b6da_1{0%{transform:translateY(0)}to{transform:translateY(-50%)}}}._BottomNav_1b6da_91{display:flex;justify-content:center;align-items:center;margin-top:2rem;gap:.5rem}._BottomNav_1b6da_91 ._LeftArrow_1b6da_98,._BottomNav_1b6da_91 ._RightArrow_1b6da_99{background:#d9d9d9;color:#515151;border:none;border-radius:50%;width:3rem;height:3rem;font-size:1.5rem;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:.3s}._BottomNav_1b6da_91 ._LeftArrow_1b6da_98:hover,._BottomNav_1b6da_91 ._RightArrow_1b6da_99:hover{background:#ff9e03}._BottomNav_1b6da_91 ._LeftArrow_1b6da_98{transform:rotate(180deg)}._BottomNav_1b6da_91 ._Dot_1b6da_120{background:#ddd0;border:none;border-radius:50%;width:3rem;color:#18171733;height:3rem;font-size:1.4rem;cursor:pointer;transition:.3s}._BottomNav_1b6da_91 ._Dot_1b6da_120._ActiveDot_1b6da_131{background:#fc8c14;color:#fff}._STACardsWrapper_10d0z_1{width:100%;margin-top:5rem}._STACards_10d0z_1{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;row-gap:5rem;align-items:stretch}@media (max-width: 1200px){._STACards_10d0z_1{grid-template-columns:repeat(2,1fr)}}@media (max-width: 631px){._STACards_10d0z_1{grid-template-columns:1fr;gap:5rem}}._STACards_10d0z_1 ._Card_10d0z_24{width:100%;max-width:28.375rem;margin:0 auto;flex-shrink:0;border-radius:1.71319rem;background:#fff;box-shadow:0 4px 80px #00000014;position:relative;padding:4rem 3rem 3rem;display:flex;flex-direction:column;align-items:start;gap:1rem;justify-content:space-between}@media (max-width: 631px){._STACards_10d0z_1 ._Card_10d0z_24{width:95%!important;max-width:none;padding:3rem 2rem 2rem}}._STACards_10d0z_1 ._Card_10d0z_24 i{display:flex;width:5.24119rem;height:5.24119rem;justify-content:center;align-items:center;flex-shrink:0;border-radius:7.10619rem;position:absolute;top:0;left:50%;transform:translate(-50%,-50%);box-shadow:0 4px 20px #0000000d}._STACards_10d0z_1 ._Card_10d0z_24:nth-child(1) i{background:linear-gradient(106deg,#f3721b 4.46%,#fff 232.7%)}._STACards_10d0z_1 ._Card_10d0z_24:nth-child(2) i{background:linear-gradient(112deg,#6548ee 4.93%,#fff 256.79%)}._STACards_10d0z_1 ._Card_10d0z_24:nth-child(3) i{background:linear-gradient(112deg,#6ac248 4.93%,#fff 256.79%)}._STACards_10d0z_1 ._Card_10d0z_24:nth-child(4) i{background:linear-gradient(112deg,#f66957 4.93%,#fff 256.79%)}._STACards_10d0z_1 ._Card_10d0z_24:nth-child(5) i{background:linear-gradient(112deg,#ffc444 4.93%,#f36f56 256.79%)}._STACards_10d0z_1 ._Card_10d0z_24:nth-child(6) i{background:linear-gradient(112deg,#2fbbe9 4.93%,#fff 256.79%)}._STACards_10d0z_1 ._Card_10d0z_24:nth-child(7) i{background:linear-gradient(112deg,#f3721b 4.93%,#fff 256.79%)}._STACards_10d0z_1 ._Card_10d0z_24:nth-child(8) i{background:linear-gradient(112deg,#6548ee 4.93%,#fff 256.79%)}._STACards_10d0z_1 ._Card_10d0z_24 p svg path:nth-child(1){fill:#f3721b}._STACards_10d0z_1 ._Card_10d0z_24 p svg path:nth-child(2){fill:#6548ee!important}._STACards_10d0z_1 ._Card_10d0z_24 p svg path:nth-child(3){fill:#6ac248}._STACards_10d0z_1 ._Card_10d0z_24 p svg path:nth-child(4){fill:#f66957}._STACards_10d0z_1 ._Card_10d0z_24 p svg path:nth-child(5){fill:#ffc444}._STACards_10d0z_1 ._Card_10d0z_24 p svg path:nth-child(6){fill:#2fbbe9}._STACards_10d0z_1 ._Card_10d0z_24 p svg path:nth-child(7){fill:#f3721b}._STACards_10d0z_1 ._Card_10d0z_24 p svg path:nth-child(8){fill:#6548ee}._STACards_10d0z_1 ._Card_10d0z_24 h3{color:var(--Test, #3d3d3d);font-family:Inter;font-size:2rem;font-weight:600;line-height:2.74106rem}@media (max-width: 631px){._STACards_10d0z_1 ._Card_10d0z_24 h3{font-size:2.2825rem}}._STACards_10d0z_1 ._Card_10d0z_24 p{color:#060606;font-family:Inter;font-size:1rem;line-height:1.60356rem}@media (max-width: 631px){._STACards_10d0z_1 ._Card_10d0z_24 p{font-size:1.1825rem}}._STACards_10d0z_1 ._Card_10d0z_24 ._Col_10d0z_132{display:flex;flex-direction:column;gap:.7rem}._STACards_10d0z_1 ._Card_10d0z_24 ._Col_10d0z_132 p{display:flex;align-items:center;gap:.4rem;font-family:Poppins;font-size:.825rem}@media (max-width: 631px){._STACards_10d0z_1 ._Card_10d0z_24 ._Col_10d0z_132 p{font-size:1.0825rem}}._STACards_10d0z_1 ._Card_10d0z_24 ._Col_10d0z_132 p svg{width:1.375rem;height:1.375rem}@media (max-width: 631px){._STACards_10d0z_1 ._Card_10d0z_24 ._Col_10d0z_132 p svg{width:1.5375rem;height:1.5375rem}}._STACards_10d0z_1 ._Card_10d0z_24 ._BtnWrapper_10d0z_159{margin-top:.5rem}._AliceCarousel_10d0z_163{width:100%!important}._AliceCarousel_10d0z_163 ._alice-carousel__stage-item_10d0z_166{display:flex;justify-content:center}._CardsWrapper_vgxc0_1{width:100%}.alice-carousel__stage-item{width:100%!important;padding:0}.alice-carousel__stage{margin:0;padding:0}._Cards_vgxc0_1{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem;text-align:start}@media screen and (max-width: 1024px){._Cards_vgxc0_1{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width: 700px){._Cards_vgxc0_1{grid-template-columns:repeat(2,1fr);gap:1.5rem}}._Card_vgxc0_1{border-radius:1rem;padding:2rem;box-shadow:0 4px 20px #00000025;display:flex;flex-direction:column;height:90%;text-align:start}@media screen and (max-width: 768px){._Card_vgxc0_1{box-shadow:0 4px 20px #00000017}}@media screen and (max-width: 631px){._Card_vgxc0_1{box-shadow:none;box-shadow:0 4px 20px #00000017;margin:2rem}}._Card_vgxc0_1 ._Top_vgxc0_55{display:flex;gap:.3rem;margin-bottom:1rem}._Card_vgxc0_1 ._Top_vgxc0_55 ._Star_vgxc0_60{width:2rem;height:2rem}@media screen and (max-width: 768px){._Card_vgxc0_1 ._Top_vgxc0_55 ._Star_vgxc0_60{width:3rem;height:3rem}}._Card_vgxc0_1 ._quote_vgxc0_70{margin-top:.5rem!important;text-align:start!important;margin-bottom:1rem!important}._Card_vgxc0_1 h4{margin:0;font-size:1.2rem;text-align:start}._Card_vgxc0_1 h4 span{background:linear-gradient(106deg,#f3721b62 4.46%,#fff 232.7%);color:#f3721b;padding:.1rem .5rem;border-radius:4rem;font-size:.9rem;margin-left:.5rem}._Card_vgxc0_1 p{text-align:start!important;margin:1rem 0;flex-grow:1;font-size:1rem}._BottomNav_vgxc0_95{display:flex;justify-content:center;align-items:center;margin-top:0rem;gap:.5rem}@media screen and (max-width: 768px){._BottomNav_vgxc0_95{margin-bottom:-8rem}}._BottomNav_vgxc0_95 ._LeftArrow_vgxc0_107{background:#d9d9d9;color:#515151;border:none;border-radius:50%;width:3rem;height:3rem;font-size:1.5rem;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:.3s;transform:90deg;transform:rotate(180deg)}._BottomNav_vgxc0_95 ._RightArrow_vgxc0_122{background:#d9d9d9;color:#515151;border:none;border-radius:50%;width:3rem;height:3rem;font-size:1.5rem;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:.3s}._BottomNav_vgxc0_95 ._RightArrow_vgxc0_122:hover{background:#ff9e03}._BottomNav_vgxc0_95 ._Dot_vgxc0_142{background:#ddd0;border:none;border-radius:50%;width:3rem;color:#18171733;height:3rem;font-size:1.4rem;cursor:pointer;transition:.3s}._BottomNav_vgxc0_95 ._Dot_vgxc0_142._ActiveDot_vgxc0_153{background:#fc8c14;color:#fff}._performance_kor3y_2{width:90%;margin:6rem auto;text-align:center}._performance_kor3y_2 h2{font-weight:700;margin-bottom:1rem}._performance_kor3y_2 h2 span{color:#ff6b00}@media (max-width: 1024px){._performance_kor3y_2 h2{font-size:2.2rem}}@media (max-width: 768px){._performance_kor3y_2 h2{font-size:1.8rem}}@media (max-width: 480px){._performance_kor3y_2 h2{font-size:1.6rem}}._performance_kor3y_2 p{font-size:1.1rem;color:#555;margin-bottom:2rem}@media (max-width: 1024px){._performance_kor3y_2 p{font-size:1rem}}@media (max-width: 768px){._performance_kor3y_2 p{font-size:1rem}}@media (max-width: 480px){._performance_kor3y_2 p{font-size:1rem;padding:0 1rem}}._performance_kor3y_2 ._tabWrapper_kor3y_55{display:flex;flex-wrap:wrap;justify-content:center;gap:3rem;margin-bottom:3rem}@media (max-width: 1024px){._performance_kor3y_2 ._tabWrapper_kor3y_55{gap:2rem}}@media (max-width: 768px){._performance_kor3y_2 ._tabWrapper_kor3y_55{flex-wrap:nowrap;overflow-x:auto;-webkit-overflow-scrolling:touch;padding-bottom:.5rem;gap:1.5rem}._performance_kor3y_2 ._tabWrapper_kor3y_55::-webkit-scrollbar{display:none}}@media (max-width: 480px){._performance_kor3y_2 ._tabWrapper_kor3y_55{gap:1rem;justify-content:flex-start}}._performance_kor3y_2 ._tabWrapper_kor3y_55 button{border:1px solid #ddd;background:#fff;border-radius:50px;padding:.6rem 1.5rem;font-size:1.2rem;cursor:pointer;transition:all .3s ease;color:#444;white-space:nowrap}._performance_kor3y_2 ._tabWrapper_kor3y_55 button._active_kor3y_96{background:#ff6b00;color:#fff;border-color:#ff6b00}._performance_kor3y_2 ._tabWrapper_kor3y_55 button:hover{border-color:#ff6b00;color:#ff6b00}@media (max-width: 1024px){._performance_kor3y_2 ._tabWrapper_kor3y_55 button{font-size:1rem;padding:.6rem 1.2rem}}@media (max-width: 480px){._performance_kor3y_2 ._tabWrapper_kor3y_55 button{font-size:.95rem;padding:.5rem 1rem}}._performance_kor3y_2 ._contentWrapper_kor3y_117{display:flex;align-items:center;justify-content:center;gap:3rem;margin-top:2rem;overflow:hidden;position:relative}@media (max-width: 1024px){._performance_kor3y_2 ._contentWrapper_kor3y_117{gap:2rem}}@media (max-width: 768px){._performance_kor3y_2 ._contentWrapper_kor3y_117{gap:2rem;flex-direction:row;padding:0 1rem}}@media (max-width: 480px){._performance_kor3y_2 ._contentWrapper_kor3y_117{flex-direction:column;text-align:center;padding:1rem}}._performance_kor3y_2 ._contentWrapper_kor3y_117 ._imageWrapper_kor3y_150{flex:1;display:flex;justify-content:center}._performance_kor3y_2 ._contentWrapper_kor3y_117 ._imageWrapper_kor3y_150 img{width:100%;max-width:500px;height:auto;border-radius:10px}@media (max-width: 1024px){._performance_kor3y_2 ._contentWrapper_kor3y_117 ._imageWrapper_kor3y_150 img{max-width:400px}}@media (max-width: 768px){._performance_kor3y_2 ._contentWrapper_kor3y_117 ._imageWrapper_kor3y_150 img{max-width:auto;height:300px}}@media (max-width: 480px){._performance_kor3y_2 ._contentWrapper_kor3y_117 ._imageWrapper_kor3y_150 img{max-width:80%;height:auto}._performance_kor3y_2 ._contentWrapper_kor3y_117 ._imageWrapper_kor3y_150{margin-bottom:0rem}}._performance_kor3y_2 ._contentWrapper_kor3y_117 ._textWrapper_kor3y_183{flex:1;text-align:left}@media (max-width: 768px){._performance_kor3y_2 ._contentWrapper_kor3y_117 ._textWrapper_kor3y_183{text-align:left}}@media (max-width: 480px){._performance_kor3y_2 ._contentWrapper_kor3y_117 ._textWrapper_kor3y_183{text-align:center}}._performance_kor3y_2 ._contentWrapper_kor3y_117 ._textWrapper_kor3y_183 h3{font-size:2.4rem;margin-bottom:1rem}._performance_kor3y_2 ._contentWrapper_kor3y_117 ._textWrapper_kor3y_183 h3 span{color:#ff6b00}@media (max-width: 1024px){._performance_kor3y_2 ._contentWrapper_kor3y_117 ._textWrapper_kor3y_183 h3{font-size:2rem}}@media (max-width: 768px){._performance_kor3y_2 ._contentWrapper_kor3y_117 ._textWrapper_kor3y_183 h3{font-size:1.8rem}}@media (max-width: 480px){._performance_kor3y_2 ._contentWrapper_kor3y_117 ._textWrapper_kor3y_183 h3{font-size:1.6rem}}._performance_kor3y_2 ._contentWrapper_kor3y_117 ._textWrapper_kor3y_183 p{font-size:1.2rem;color:#555;margin:2rem 10rem 2rem 0}@media (max-width: 1024px){._performance_kor3y_2 ._contentWrapper_kor3y_117 ._textWrapper_kor3y_183 p{margin:1.5rem 5rem 2rem 0;font-size:1.1rem}}@media (max-width: 768px){._performance_kor3y_2 ._contentWrapper_kor3y_117 ._textWrapper_kor3y_183 p{margin:1rem 2rem 2rem 0;font-size:1rem}}@media (max-width: 480px){._performance_kor3y_2 ._contentWrapper_kor3y_117 ._textWrapper_kor3y_183 p{margin:1rem 0;font-size:1rem}}._performance_kor3y_2 ._contentWrapper_kor3y_117 ._textWrapper_kor3y_183 button{width:42rem!important;margin-top:3rem!important}._performance_kor3y_2 ._contentWrapper_kor3y_117 ._imageWrapper_kor3y_150,._performance_kor3y_2 ._contentWrapper_kor3y_117 ._textWrapper_kor3y_183{transition:opacity .3s ease-in-out,transform .3s ease-in-out;will-change:opacity,transform}._performance_kor3y_2 ._contentWrapper_kor3y_117 ._fade_kor3y_251{opacity:0;transform:translateY(10px);pointer-events:none}@media (max-width: 1024px){._performance_kor3y_2{width:95%;margin:5rem auto}}._modalOverlay_15en1_1{position:fixed;top:0;left:0;right:0;bottom:0;background:#0009;display:flex;justify-content:center;align-items:center;z-index:1000;opacity:1;transition:opacity .3s ease}._modalContent_15en1_16{background:#fff;padding:2.5rem 2rem;border-radius:15px;max-width:500px;width:90%;position:relative;box-shadow:0 15px 40px #00000040;transform:scale(1);transition:transform .3s ease,box-shadow .3s ease}._modalContent_15en1_16:hover{box-shadow:0 20px 50px #0000004d}._modalContent_15en1_16 h3{margin-top:0;margin-bottom:2rem;color:#333;text-align:start;font-size:2rem;font-weight:700}._closeButton_15en1_39{position:absolute;top:15px;right:15px;background:none;border:none;font-size:1.7rem;cursor:pointer;color:#777;transition:color .2s ease,transform .2s ease}._closeButton_15en1_39:hover{color:#ff6b00;transform:scale(1.2)}._formGroup_15en1_55{margin-bottom:1.5rem}._formGroup_15en1_55 label{display:block;margin-bottom:.5rem;font-weight:600;color:#333;font-size:1rem}._formGroup_15en1_55 input,._formGroup_15en1_55 textarea,._formGroup_15en1_55 select{width:100%;padding:.85rem 1rem;border:1px solid #ddd;border-radius:10px;font-size:1rem;box-sizing:border-box;transition:all .3s ease;background:#fafafa}._formGroup_15en1_55 input:focus,._formGroup_15en1_55 textarea:focus,._formGroup_15en1_55 select:focus{border-color:#ff6b00;box-shadow:0 0 10px #ff6b0033;outline:none;background:#fff}._formGroup_15en1_55 select{-webkit-appearance:none;-moz-appearance:none;appearance:none;cursor:pointer}._formGroup_15en1_55 textarea{resize:vertical}._submitButton_15en1_93{width:100%;padding:.9rem 1rem;margin-top:1.2rem;border:none;border-radius:12px;background:linear-gradient(90deg,#ff6b00,#ff8c42);color:#fff;font-size:1.1rem;font-weight:600;cursor:pointer}._Card_1jn54_1{width:28.375rem;flex-shrink:0;border-radius:1.71319rem;background:#fff;box-shadow:0 4px 80px #00000014;position:relative;padding:2rem 3rem 3rem;display:flex;flex-direction:column;align-items:start;gap:1rem;margin-top:3rem;justify-content:space-between;transition:all .3s ease-in-out}@media (max-width: 768px){._Card_1jn54_1{width:80%;flex-shrink:1;margin:0 auto;padding:6rem 1.5rem}}._Card_1jn54_1 i{display:flex;width:5.24119rem;height:5.24119rem;justify-content:center;align-items:center;border-radius:7.10619rem;position:absolute;top:0;left:20%;transform:translate(-50%,-50%);background:linear-gradient(106deg,#f3721b 4.46%,#fff 232.7%);box-shadow:0 4px 20px #0000000d;background:linear-gradient(112deg,var(--card-color) 4.93%,#fff 256.79%)}@media (max-width: 768px){._Card_1jn54_1 i{margin-top:1rem;left:50%}}@media (max-width: 631px){._Card_1jn54_1 i{margin-top:4rem}}._Card_1jn54_1 h3{color:#3d3d3d;text-align:start;font-family:Inter;font-size:2rem;margin-top:2rem;font-weight:600;line-height:2.74106rem;letter-spacing:-.04569rem;transition:color .3s ease}@media (max-width: 768px){._Card_1jn54_1 h3{font-size:2.4rem;padding-left:1rem;margin-bottom:1rem;width:100%}}._Card_1jn54_1 ._desc_1jn54_73{text-align:start!important;font-size:1.1rem!important;transition:color .3s ease}@media (max-width: 768px){._Card_1jn54_1 ._desc_1jn54_73{padding:0 1rem}}._Card_1jn54_1 ._Project_1jn54_83{display:flex;width:max-content;justify-content:center;align-items:center;gap:.69281rem;border-radius:6.92831rem;background:#c1c1c11f;color:#3d3d3d;font-family:Inter;font-size:.97rem;font-weight:400;line-height:150%;padding:.5rem 1.4rem;transition:all .3s ease}@media (max-width: 768px){._Card_1jn54_1 ._Project_1jn54_83{font-size:.9rem}}._Card_1jn54_1 ._Col_1jn54_104{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem;position:relative;align-items:start}@media (max-width: 768px){._Card_1jn54_1 ._Col_1jn54_104{padding:0rem 1rem;grid-template-columns:repeat(2,1fr)}}._Card_1jn54_1 ._Col_1jn54_104:before{content:"";position:absolute;top:0;bottom:0;left:50%;width:1px;background:#00000026;transform:translate(-50%);transition:background .3s ease}._Card_1jn54_1:hover ._Card_1jn54_1 ._Col_1jn54_104:before{background:#fff}._Card_1jn54_1 ._Col_1jn54_104 p{display:flex;align-items:center!important;gap:.4rem;font-family:Poppins;margin-top:.5rem;font-size:.75rem!important;text-transform:capitalize;color:#000;line-height:1.2rem;transition:color .3s ease;font-weight:600}@media (max-width: 631px){._Card_1jn54_1 ._Col_1jn54_104 p{font-size:1rem!important}}._Card_1jn54_1 ._Col_1jn54_104 p svg{width:1.25rem;height:1.25rem;flex-shrink:0;transition:all .3s ease}@media (max-width: 1024px){._Card_1jn54_1 ._Col_1jn54_104 p{font-size:.8rem}._Card_1jn54_1 ._Col_1jn54_104 p svg{width:1.3rem;height:1.3rem}}@media (max-width: 768px){._Card_1jn54_1 ._Col_1jn54_104 p{font-size:.9rem;font-weight:500}._Card_1jn54_1 ._Col_1jn54_104 p svg{width:1.4rem;height:1.4rem}}@media (max-width: 480px){._Card_1jn54_1 ._Col_1jn54_104 p{font-size:.85rem}._Card_1jn54_1 ._Col_1jn54_104 p svg{width:1.25rem;height:1.25rem}}._Card_1jn54_1 ._BtnWrapper_1jn54_184{margin-top:.5rem;width:100%}@media (max-width: 480px){._Card_1jn54_1 ._BtnWrapper_1jn54_184{padding:2rem 1.5rem;margin-bottom:-4rem}}._Card_1jn54_1 ._BtnWrapper_1jn54_184 button{transition:all .3s ease}._Card_1jn54_1:nth-child(1){--card-color: #f3721b}._Card_1jn54_1:nth-child(2){--card-color: #6548ee}._Card_1jn54_1:nth-child(3){--card-color: #6ac248}._Card_1jn54_1:nth-child(4){--card-color: #f66957}._Card_1jn54_1:nth-child(5){--card-color: #ffc444}._Card_1jn54_1:nth-child(6){--card-color: #2fbbe9}._Card_1jn54_1 p svg path{fill:var(--card-color)!important;transition:fill .3s ease}._Card_1jn54_1:hover{background:var(--card-color);color:#fff}._Card_1jn54_1:hover h3,._Card_1jn54_1:hover ._desc_1jn54_73,._Card_1jn54_1:hover ._Project_1jn54_83,._Card_1jn54_1:hover p{color:#fff!important}._Card_1jn54_1:hover p svg path{fill:#fff!important}._Card_1jn54_1:hover button{background:#fff!important;color:var(--card-color)!important;border:none!important}._HireTopInterns_cccuj_2{width:100%;display:flex;flex-direction:column}._HireTopInterns_cccuj_2 h2{color:var(--c3);text-align:center;font-family:var(--f2);font-size:3.5rem;font-style:normal;font-weight:700;line-height:3.99rem;letter-spacing:-.07rem}@media (max-width: 631px){._HireTopInterns_cccuj_2 h2{font-size:2.5rem}}._HireTopInterns_cccuj_2 h2 span{color:var(--c1)}._HireTopInterns_cccuj_2 ._Row1_cccuj_27{position:relative;padding:5rem;display:flex;flex-direction:column;gap:4rem}@media (max-width: 1024px){._HireTopInterns_cccuj_2 ._Row1_cccuj_27{padding:3rem}}@media (max-width: 768px){._HireTopInterns_cccuj_2 ._Row1_cccuj_27{padding:-2rem}}@media (max-width: 631px){._HireTopInterns_cccuj_2 ._Row1_cccuj_27{padding:2rem}}._HireTopInterns_cccuj_2 ._Row1_cccuj_27 ._TopSection_cccuj_49{display:flex;align-items:center;justify-content:space-evenly;gap:6rem}@media (max-width: 1024px){._HireTopInterns_cccuj_2 ._Row1_cccuj_27 ._TopSection_cccuj_49{gap:3rem}}@media (max-width: 631px){._HireTopInterns_cccuj_2 ._Row1_cccuj_27 ._TopSection_cccuj_49{flex-direction:column;gap:2rem}}._HireTopInterns_cccuj_2 ._Row1_cccuj_27 ._TopSection_cccuj_49 ._Left_cccuj_66{width:42.0625rem;display:flex;flex-direction:column;gap:1.5rem;margin-top:-8rem;margin-left:10rem}@media (max-width: 1024px){._HireTopInterns_cccuj_2 ._Row1_cccuj_27 ._TopSection_cccuj_49 ._Left_cccuj_66{max-width:80%}}@media (max-width: 768px){._HireTopInterns_cccuj_2 ._Row1_cccuj_27 ._TopSection_cccuj_49 ._Left_cccuj_66{max-width:80%;margin-top:1rem}}@media (max-width: 631px){._HireTopInterns_cccuj_2 ._Row1_cccuj_27 ._TopSection_cccuj_49 ._Left_cccuj_66{max-width:100%;margin-top:1rem;margin-left:0}}._HireTopInterns_cccuj_2 ._Row1_cccuj_27 ._TopSection_cccuj_49 ._Left_cccuj_66 ._DummyBtn_cccuj_92{display:flex;width:max-content;height:3.0625rem;justify-content:center;align-items:center;gap:.75rem;border-radius:6.25rem;background:#f47b2a0d;color:#f58133;font-family:Inter;font-size:1rem;font-style:normal;font-weight:500;line-height:1.62rem;padding:.1rem 1rem}._HireTopInterns_cccuj_2 ._Row1_cccuj_27 ._TopSection_cccuj_49 ._Left_cccuj_66 ._DummyBtn_cccuj_92 img{width:1.5rem;height:1.5rem;flex-shrink:0}._HireTopInterns_cccuj_2 ._Row1_cccuj_27 ._TopSection_cccuj_49 ._Left_cccuj_66 h1{color:#2f2f2f;font-family:Inter;font-size:4.05325rem;font-style:normal;font-weight:600;line-height:4.45856rem;letter-spacing:-.06356rem}._HireTopInterns_cccuj_2 ._Row1_cccuj_27 ._TopSection_cccuj_49 ._Left_cccuj_66 h1 span{background:var(--Frame-1618873097, linear-gradient(112deg, #f3721b 4.93%, #ff7236 256.79%));background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}._HireTopInterns_cccuj_2 ._Row1_cccuj_27 ._TopSection_cccuj_49 ._Left_cccuj_66 p{color:#313131;font-family:Inter;font-size:1.125rem;font-style:normal;font-weight:300;line-height:1.81469rem}@media (max-width: 631px){._HireTopInterns_cccuj_2 ._Row1_cccuj_27 ._TopSection_cccuj_49 ._Left_cccuj_66 p{width:70%;font-size:1.3125rem}}._HireTopInterns_cccuj_2 ._Row1_cccuj_27 ._TopSection_cccuj_49 ._Left_cccuj_66 ._Row_cccuj_27{display:flex;gap:1rem;height:max-content}._HireTopInterns_cccuj_2 ._Row1_cccuj_27 ._TopSection_cccuj_49 ._Left_cccuj_66 ._Row_cccuj_27 ._Col_cccuj_148{flex:1;display:flex;flex-direction:column;gap:.7rem}._HireTopInterns_cccuj_2 ._Row1_cccuj_27 ._TopSection_cccuj_49 ._Left_cccuj_66 ._Row_cccuj_27 ._Col_cccuj_148 p{color:#3d3d3d;text-align:start;font-family:Poppins;font-size:.825rem;font-style:normal;font-weight:400;line-height:111.4%;text-transform:capitalize;white-space:nowrap;display:flex;align-items:center;gap:.4rem}@media (max-width: 631px){._HireTopInterns_cccuj_2 ._Row1_cccuj_27 ._TopSection_cccuj_49 ._Left_cccuj_66 ._Row_cccuj_27 ._Col_cccuj_148 p{font-size:1rem;flex:1}}._HireTopInterns_cccuj_2 ._Row1_cccuj_27 ._TopSection_cccuj_49 ._Left_cccuj_66 ._Row_cccuj_27 ._Col_cccuj_148 p svg{width:1.375rem;height:1.375rem;flex-shrink:0}@media (max-width: 631px){._HireTopInterns_cccuj_2 ._Row1_cccuj_27 ._TopSection_cccuj_49 ._Left_cccuj_66 ._Row_cccuj_27 ._Col_cccuj_148 p svg{width:1.5375rem;height:1.5375rem}}._HireTopInterns_cccuj_2 ._Row1_cccuj_27 ._TopSection_cccuj_49 ._Left_cccuj_66 ._Row_cccuj_27 ._Col_cccuj_148 p svg path{fill:#6ac248}._HireTopInterns_cccuj_2 ._Row1_cccuj_27 ._TopSection_cccuj_49 ._Left_cccuj_66 ._Row_cccuj_27 ._Line_cccuj_188{height:100%;width:2px;background:#0003}._HireTopInterns_cccuj_2 ._Row1_cccuj_27 ._TopSection_cccuj_49 ._Left_cccuj_66 ._BtnWrapper_cccuj_193{display:flex;align-items:center;gap:1rem}._HireTopInterns_cccuj_2 ._Row1_cccuj_27 ._TopSection_cccuj_49 ._Right_cccuj_198 img{width:70%;height:auto;border-radius:1rem}@media (max-width: 1024px){._HireTopInterns_cccuj_2 ._Row1_cccuj_27 ._TopSection_cccuj_49 ._Right_cccuj_198{width:100%}}@media (max-width: 768px){._HireTopInterns_cccuj_2 ._Row1_cccuj_27 ._TopSection_cccuj_49 ._Right_cccuj_198{margin-top:2rem}}@media (max-width: 631px){._HireTopInterns_cccuj_2 ._Row1_cccuj_27 ._TopSection_cccuj_49 ._Right_cccuj_198{width:60rem;margin-top:2rem;margin-left:18rem}}._HireTopInterns_cccuj_2 ._Row1_cccuj_27 ._Asset1_cccuj_220{width:29.5625rem;height:34.918rem;position:absolute;left:-4rem;top:-10rem}@media (max-width: 631px){._HireTopInterns_cccuj_2 ._Row1_cccuj_27 ._Asset1_cccuj_220{display:none}}._HireTopInterns_cccuj_2 ._Row1_cccuj_27 ._Asset1_cccuj_220 svg{height:100%;width:100%}._HireTopInterns_cccuj_2 ._Row1_cccuj_27 ._Asset2_cccuj_236{width:29.5625rem;height:34.918rem;position:absolute;right:-4rem;top:10rem}@media (max-width: 631px){._HireTopInterns_cccuj_2 ._Row1_cccuj_27 ._Asset2_cccuj_236{display:none}}._HireTopInterns_cccuj_2 ._Row1_cccuj_27 ._Asset2_cccuj_236 svg{height:100%;width:100%}._HireTopInterns_cccuj_2 ._GlobalTalentMetrics_cccuj_252{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;margin:4rem 0;background:url(/assets/SILBG-DudNR10-.webp);background-size:cover;background-position:center;width:100%;height:42.6875rem;flex-shrink:0}@media (max-width: 1024px){._HireTopInterns_cccuj_2 ._GlobalTalentMetrics_cccuj_252{padding:3rem 2rem}}@media (max-width: 768px){._HireTopInterns_cccuj_2 ._GlobalTalentMetrics_cccuj_252{padding:2rem 1.5rem;height:45rem}}@media (max-width: 631px){._HireTopInterns_cccuj_2 ._GlobalTalentMetrics_cccuj_252{padding:2rem 1.5rem;height:70rem}}._HireTopInterns_cccuj_2 ._GlobalTalentMetrics_cccuj_252 h2{color:#fff}@media (max-width: 1024px){._HireTopInterns_cccuj_2 ._GlobalTalentMetrics_cccuj_252 h2{width:100%}}@media (max-width: 768px){._HireTopInterns_cccuj_2 ._GlobalTalentMetrics_cccuj_252 h2{margin-top:2rem}}@media (max-width: 631px){._HireTopInterns_cccuj_2 ._GlobalTalentMetrics_cccuj_252 h2{width:100%;margin-top:0rem}}._HireTopInterns_cccuj_2 ._GlobalTalentMetrics_cccuj_252 p{color:#fff;text-align:center;font-family:Inter;font-size:1rem;font-style:normal;font-weight:400;line-height:1rem}@media (max-width: 1024px){._HireTopInterns_cccuj_2 ._GlobalTalentMetrics_cccuj_252 p{font-size:.95rem;font-size:1.2rem}}@media (max-width: 631px){._HireTopInterns_cccuj_2 ._GlobalTalentMetrics_cccuj_252 p{font-size:1rem;line-height:1.5rem}}@media (max-width: 768px){._HireTopInterns_cccuj_2 ._GlobalTalentMetrics_cccuj_252 p{margin-top:1rem;font-size:1.1rem}}._HireTopInterns_cccuj_2 ._GlobalTalentMetrics_cccuj_252 ._Trusted_cccuj_329{display:flex;align-items:center;justify-content:center;gap:3rem;margin-top:3.5rem}@media (max-width: 1024px){._HireTopInterns_cccuj_2 ._GlobalTalentMetrics_cccuj_252 ._Trusted_cccuj_329{gap:2rem}}@media (max-width: 631px){._HireTopInterns_cccuj_2 ._GlobalTalentMetrics_cccuj_252 ._Trusted_cccuj_329{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem;row-gap:3rem;margin-top:2rem;width:100%}}._HireTopInterns_cccuj_2 ._GlobalTalentMetrics_cccuj_252 ._CardOut_cccuj_351{width:22.125rem;height:16.125rem;border:1px solid #f37927;background:linear-gradient(180deg,#ffffff1a,#9990);box-shadow:0 4px 80px #f672234d;-webkit-backdrop-filter:blur(25px);backdrop-filter:blur(25px);border-radius:1.71319rem}@media (max-width: 1024px){._HireTopInterns_cccuj_2 ._GlobalTalentMetrics_cccuj_252 ._CardOut_cccuj_351{width:100%}}@media (max-width: 768px){._HireTopInterns_cccuj_2 ._GlobalTalentMetrics_cccuj_252 ._CardOut_cccuj_351{width:100%}}@media (max-width: 631px){._HireTopInterns_cccuj_2 ._GlobalTalentMetrics_cccuj_252 ._CardOut_cccuj_351{width:100%}}._HireTopInterns_cccuj_2 ._GlobalTalentMetrics_cccuj_252 ._Cards_cccuj_375{width:22.125rem;height:16.125rem;flex-shrink:0;border-radius:1.71319rem;position:relative;display:flex;flex-direction:column;padding:3rem 2.5rem;align-items:center;justify-content:flex-end}@media (max-width: 631px){._HireTopInterns_cccuj_2 ._GlobalTalentMetrics_cccuj_252 ._Cards_cccuj_375{padding:2rem 1.5rem}}._HireTopInterns_cccuj_2 ._GlobalTalentMetrics_cccuj_252 ._Cards_cccuj_375 i{position:absolute;left:50%;top:0;transform:translate(-50%,-50%);display:inline-flex;height:5.24119rem;padding:1.1875rem 1.17869rem 1.30369rem 1.3125rem;justify-content:center;align-items:center;border-radius:7.10619rem;background:var(--Background, linear-gradient(106deg, #f3721b 4.46%, #fff 232.7%));box-shadow:0 4px 50px #0000000f}._HireTopInterns_cccuj_2 ._GlobalTalentMetrics_cccuj_252 ._Cards_cccuj_375 i svg{width:2.75rem;height:2.75rem;aspect-ratio:1/1}._HireTopInterns_cccuj_2 ._GlobalTalentMetrics_cccuj_252 ._Cards_cccuj_375 h3{font-family:Inter;font-size:3rem;font-style:normal;font-weight:600;line-height:1.2;background:var(--Background, linear-gradient(106deg, #f3721b 4.46%, #fff 232.7%));background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}@media (max-width: 1024px){._HireTopInterns_cccuj_2 ._GlobalTalentMetrics_cccuj_252 ._Cards_cccuj_375 h3{font-size:3rem;line-height:1.15}}@media (max-width: 768px){._HireTopInterns_cccuj_2 ._GlobalTalentMetrics_cccuj_252 ._Cards_cccuj_375 h3{font-size:3rem;line-height:1.15}}@media (max-width: 631px){._HireTopInterns_cccuj_2 ._GlobalTalentMetrics_cccuj_252 ._Cards_cccuj_375 h3{font-size:3rem;line-height:1.1;text-align:center}}._HireTopInterns_cccuj_2 ._GlobalTalentMetrics_cccuj_252 ._Cards_cccuj_375 h4{color:#fff;font-family:Inter;font-size:1.2rem;font-style:normal;font-weight:600;letter-spacing:-.04569rem;line-height:1.3;margin-top:-1rem}@media (max-width: 1024px){._HireTopInterns_cccuj_2 ._GlobalTalentMetrics_cccuj_252 ._Cards_cccuj_375 h4{line-height:1.2}}@media (max-width: 631px){._HireTopInterns_cccuj_2 ._GlobalTalentMetrics_cccuj_252 ._Cards_cccuj_375 h4{font-size:1.2rem;line-height:1.15;text-align:center;margin-top:-4rem}}._HireTopInterns_cccuj_2 ._GlobalTalentMetrics_cccuj_252 ._Cards_cccuj_375 p{color:#fff;text-align:center;font-family:Inter;font-size:1rem;font-style:normal;font-weight:400;width:80%;margin-top:-1.2rem;line-height:1.3}@media (max-width: 1024px){._HireTopInterns_cccuj_2 ._GlobalTalentMetrics_cccuj_252 ._Cards_cccuj_375 p{font-size:.9rem;line-height:1.2}}@media (max-width: 631px){._HireTopInterns_cccuj_2 ._GlobalTalentMetrics_cccuj_252 ._Cards_cccuj_375 p{font-size:1rem;width:100%;line-height:1.15;margin-top:-3rem}}._HireTopInterns_cccuj_2 ._GlobalTalentMetrics_cccuj_252 ._BtnWrapper_cccuj_193{display:flex;align-items:center;gap:1rem;margin-top:3rem}@media (max-width: 631px){._HireTopInterns_cccuj_2 ._GlobalTalentMetrics_cccuj_252 ._BtnWrapper_cccuj_193{justify-content:center;margin-top:1.5rem}}._HireTopInterns_cccuj_2 ._GlobalTalentMetrics_cccuj_252 ._CardOut_cccuj_351:nth-child(1){border:1px solid #7c64f1;background:linear-gradient(180deg,#ffffff1a,#9990);box-shadow:0 4px 80px #7156ef4d;-webkit-backdrop-filter:blur(25px);backdrop-filter:blur(25px)}._HireTopInterns_cccuj_2 ._GlobalTalentMetrics_cccuj_252 ._CardOut_cccuj_351:nth-child(1) i{border-radius:7.10619rem;background:var(--Background, linear-gradient(112deg, #7c64f1 4.93%, #fff 256.79%));box-shadow:0 4px 50px #0000000f}._HireTopInterns_cccuj_2 ._GlobalTalentMetrics_cccuj_252 ._CardOut_cccuj_351:nth-child(1) h3{background:var(--Background, linear-gradient(112deg, #7c64f1 4.93%, #fff 256.79%));margin-left:1rem;background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}._HireTopInterns_cccuj_2 ._GlobalTalentMetrics_cccuj_252 ._CardOut_cccuj_351:nth-child(2){border-radius:1.71319rem;border:1px solid #6bceef;background:linear-gradient(180deg,#ffffff1a,#9990);box-shadow:0 4px 80px #45c2eb4d;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px)}._HireTopInterns_cccuj_2 ._GlobalTalentMetrics_cccuj_252 ._CardOut_cccuj_351:nth-child(2) i{border-radius:7.10619rem;background:var(--Background, linear-gradient(112deg, #2fbbe9 4.93%, #fff 256.79%));box-shadow:0 4px 50px #0000000f}._HireTopInterns_cccuj_2 ._GlobalTalentMetrics_cccuj_252 ._CardOut_cccuj_351:nth-child(2) h3{background:var(--Background, linear-gradient(112deg, #2fbbe9 4.93%, #fff 256.79%));background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}._HireTopInterns_cccuj_2 ._GlobalTalentMetrics_cccuj_252 ._CardOut_cccuj_351:nth-child(4){border-radius:1.71319rem;border:1px solid #7bc95d;background:linear-gradient(180deg,#ffffff1a,#9990);box-shadow:0 4px 80px #79c85b4d;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px)}._HireTopInterns_cccuj_2 ._GlobalTalentMetrics_cccuj_252 ._CardOut_cccuj_351:nth-child(4) i{border-radius:7.10619rem;background:var(--Background, linear-gradient(112deg, #6ac248 4.93%, #fff 256.79%));box-shadow:0 4px 50px #0000000f}._HireTopInterns_cccuj_2 ._GlobalTalentMetrics_cccuj_252 ._CardOut_cccuj_351:nth-child(4) i svg path{fill:#fff!important}._HireTopInterns_cccuj_2 ._GlobalTalentMetrics_cccuj_252 ._CardOut_cccuj_351:nth-child(4) h3{background:var(--Background, linear-gradient(112deg, #6ac248 4.93%, #fff 256.79%));margin-left:1rem;background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}._HireTopInterns_cccuj_2 ._WhyChooseAcrosstek_cccuj_559{display:flex;flex-direction:column;align-items:center;margin-top:4rem;gap:1rem}@media (max-width: 631px){._HireTopInterns_cccuj_2 ._WhyChooseAcrosstek_cccuj_559{padding:1rem 3rem}._HireTopInterns_cccuj_2 ._WhyChooseAcrosstek_cccuj_559 h2{font-size:2.63rem;line-height:120%}}._HireTopInterns_cccuj_2 ._WhyChooseAcrosstek_cccuj_559 p{color:var(--Test, #3d3d3d);text-align:center;font-family:Inter;font-size:1.125rem;font-style:normal;font-weight:400;line-height:1.755rem}@media (max-width: 631px){._HireTopInterns_cccuj_2 ._WhyChooseAcrosstek_cccuj_559 p{font-size:1.3125rem}}._HireTopInterns_cccuj_2 ._WhyChooseAcrosstek_cccuj_559 ._WCACards_cccuj_589{display:flex;align-items:center;gap:1rem;margin-top:4rem}@media (max-width: 631px){._HireTopInterns_cccuj_2 ._WhyChooseAcrosstek_cccuj_559 ._WCACards_cccuj_589{width:100%;flex-direction:column;gap:2rem}}._HireTopInterns_cccuj_2 ._WhyChooseAcrosstek_cccuj_559 ._WCACards_cccuj_589 ._Card_cccuj_351{width:22.125rem;height:28.59375rem;flex-shrink:0;border-radius:1.71319rem;background:#fff;box-shadow:0 4px 40px #0000000a,0 4px 80px #efefef80;display:flex;flex-direction:column;gap:.5rem;padding:1.2rem;align-items:center}@media (max-width: 631px){._HireTopInterns_cccuj_2 ._WhyChooseAcrosstek_cccuj_559 ._WCACards_cccuj_589 ._Card_cccuj_351{width:100%;height:auto}}._HireTopInterns_cccuj_2 ._WhyChooseAcrosstek_cccuj_559 ._WCACards_cccuj_589 ._Card_cccuj_351 svg{width:15.71875rem;height:15.71875rem;flex-shrink:0}@media (max-width: 631px){._HireTopInterns_cccuj_2 ._WhyChooseAcrosstek_cccuj_559 ._WCACards_cccuj_589 ._Card_cccuj_351 svg{width:65%;height:auto;margin-bottom:2rem}}._HireTopInterns_cccuj_2 ._WhyChooseAcrosstek_cccuj_559 ._WCACards_cccuj_589 ._Card_cccuj_351 h3{color:var(--Test, #3d3d3d);text-align:center;font-family:Inter;font-size:1.5rem;font-style:normal;font-weight:600;line-height:120%;letter-spacing:-.04569rem}@media (max-width: 631px){._HireTopInterns_cccuj_2 ._WhyChooseAcrosstek_cccuj_559 ._WCACards_cccuj_589 ._Card_cccuj_351 h3{font-size:2.7rem}}._HireTopInterns_cccuj_2 ._WhyChooseAcrosstek_cccuj_559 ._WCACards_cccuj_589 ._Card_cccuj_351 p{color:#060606;text-align:center;font-family:Inter;font-size:1rem;font-style:normal;font-weight:400;line-height:1.60356rem}@media (max-width: 631px){._HireTopInterns_cccuj_2 ._WhyChooseAcrosstek_cccuj_559 ._WCACards_cccuj_589 ._Card_cccuj_351 p{font-size:1.53rem}}._HireTopInterns_cccuj_2 ._WhyChooseAcrosstek_cccuj_559 ._WCACards_cccuj_589 ._Card_cccuj_351 h4{text-align:center;font-family:Inter;font-size:1.125rem;font-style:normal;font-weight:600;line-height:2.74106rem;letter-spacing:-.04569rem;background:var(--Background, linear-gradient(106deg, #f3721b 4.46%, #fff 232.7%));background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}@media (max-width: 631px){._HireTopInterns_cccuj_2 ._WhyChooseAcrosstek_cccuj_559 ._WCACards_cccuj_589 ._Card_cccuj_351 h4{font-size:1.73rem}}._HireTopInterns_cccuj_2 ._ComprehensiveTalent_cccuj_680{margin-top:6rem;display:flex;flex-direction:column;align-items:center;gap:1.5rem}@media (max-width: 631px){._HireTopInterns_cccuj_2 ._ComprehensiveTalent_cccuj_680{padding:1rem 3rem;align-items:flex-start}._HireTopInterns_cccuj_2 ._ComprehensiveTalent_cccuj_680 h2{font-size:2.63rem;line-height:120%;text-align:start}}._HireTopInterns_cccuj_2 ._ComprehensiveTalent_cccuj_680 p{font-size:1.3125rem}._HireTopInterns_cccuj_2 ._ComprehensiveTalent_cccuj_680 ._Talent_cccuj_701{display:flex;flex-direction:column;align-items:center;gap:1.5rem}@media (max-width: 631px){._HireTopInterns_cccuj_2 ._ComprehensiveTalent_cccuj_680 ._Talent_cccuj_701{margin-top:1rem;flex-direction:row;align-items:flex-start;width:100%;gap:3rem;padding:0 2rem}}._HireTopInterns_cccuj_2 ._ComprehensiveTalent_cccuj_680 ._Talent_cccuj_701 ._Row_cccuj_27{display:flex;align-items:center;margin-top:.4rem}@media (max-width: 631px){._HireTopInterns_cccuj_2 ._ComprehensiveTalent_cccuj_680 ._Talent_cccuj_701 ._Row_cccuj_27{flex-direction:column;margin-top:1.3rem}}._HireTopInterns_cccuj_2 ._ComprehensiveTalent_cccuj_680 ._Talent_cccuj_701 ._Row_cccuj_27 ._Icon_cccuj_728{display:flex;width:5.24119rem;height:5.24119rem;padding:.9375rem .92869rem .92869rem .9375rem;justify-content:center;align-items:center;flex-shrink:0;border-radius:7.10619rem;background:var(--image, linear-gradient(106deg, #f3721b 4.46%, #fff 232.7%));box-shadow:0 4px 20px #0000000d}._HireTopInterns_cccuj_2 ._ComprehensiveTalent_cccuj_680 ._Talent_cccuj_701 ._Row_cccuj_27 ._Icon_cccuj_728:nth-child(3){background:var(--Frame-1618873352, linear-gradient(112deg, #6548ee 4.93%, #fff 256.79%));box-shadow:0 4px 20px #0000000d}._HireTopInterns_cccuj_2 ._ComprehensiveTalent_cccuj_680 ._Talent_cccuj_701 ._Row_cccuj_27 ._Icon_cccuj_728:nth-child(5){background:var(--Frame-1618873352, linear-gradient(112deg, #f66957 4.93%, #fff 256.79%));box-shadow:0 4px 20px #0000000d}._HireTopInterns_cccuj_2 ._ComprehensiveTalent_cccuj_680 ._Talent_cccuj_701 ._Row_cccuj_27 ._Icon_cccuj_728:nth-child(7){background:var(--Frame-1618873352, linear-gradient(112deg, #ffc734 4.93%, #fff 256.79%));box-shadow:0 4px 20px #0000000d}._HireTopInterns_cccuj_2 ._ComprehensiveTalent_cccuj_680 ._Talent_cccuj_701 ._Row_cccuj_27 ._Icon_cccuj_728:nth-child(9){background:var(--Background, linear-gradient(112deg, #2fbbe9 4.93%, #fff 256.79%));box-shadow:0 4px 20px #0000000d}._HireTopInterns_cccuj_2 ._ComprehensiveTalent_cccuj_680 ._Talent_cccuj_701 ._Row_cccuj_27 ._Icon_cccuj_728:nth-child(11){background:var(--Background, linear-gradient(112deg, #6ac248 4.93%, #fff 256.79%));box-shadow:0 4px 20px #0000000d}._HireTopInterns_cccuj_2 ._ComprehensiveTalent_cccuj_680 ._Talent_cccuj_701 ._Row_cccuj_27 ._Icon_cccuj_728 svg{width:3.375rem;height:3.375rem;flex-shrink:0}._HireTopInterns_cccuj_2 ._ComprehensiveTalent_cccuj_680 ._Talent_cccuj_701 ._Row_cccuj_27 ._DashedLine_cccuj_765{width:15.21875rem;border-top:3px dashed #f3721b}@media (max-width: 631px){._HireTopInterns_cccuj_2 ._ComprehensiveTalent_cccuj_680 ._Talent_cccuj_701 ._Row_cccuj_27 ._DashedLine_cccuj_765{height:17.21875rem;width:2px;border-right:3px dashed #f3721b}}._HireTopInterns_cccuj_2 ._ComprehensiveTalent_cccuj_680 ._Talent_cccuj_701 ._Row_cccuj_27 ._DashedLine_cccuj_765:nth-child(4){border-color:#6548ee}._HireTopInterns_cccuj_2 ._ComprehensiveTalent_cccuj_680 ._Talent_cccuj_701 ._Row_cccuj_27 ._DashedLine_cccuj_765:nth-child(6){border-color:#f66957}._HireTopInterns_cccuj_2 ._ComprehensiveTalent_cccuj_680 ._Talent_cccuj_701 ._Row_cccuj_27 ._DashedLine_cccuj_765:nth-child(8){border-color:#ffc734}._HireTopInterns_cccuj_2 ._ComprehensiveTalent_cccuj_680 ._Talent_cccuj_701 ._Row_cccuj_27 ._DashedLine_cccuj_765:nth-child(10){border-color:#2fbbe9}._HireTopInterns_cccuj_2 ._ComprehensiveTalent_cccuj_680 ._Talent_cccuj_701 ._Cards_cccuj_375{display:flex;align-items:center;justify-content:center;gap:3.84rem;height:max-content;position:relative;z-index:1}@media (max-width: 631px){._HireTopInterns_cccuj_2 ._ComprehensiveTalent_cccuj_680 ._Talent_cccuj_701 ._Cards_cccuj_375{flex-direction:column;flex:1}}._HireTopInterns_cccuj_2 ._ComprehensiveTalent_cccuj_680 ._Talent_cccuj_701 ._Cards_cccuj_375 ._Blur1_cccuj_803,._HireTopInterns_cccuj_2 ._ComprehensiveTalent_cccuj_680 ._Talent_cccuj_701 ._Cards_cccuj_375 ._Blur2_cccuj_804{width:37.75rem;height:26.875rem;flex-shrink:0;position:absolute;z-index:-1}._HireTopInterns_cccuj_2 ._ComprehensiveTalent_cccuj_680 ._Talent_cccuj_701 ._Cards_cccuj_375 ._Blur1_cccuj_803 svg,._HireTopInterns_cccuj_2 ._ComprehensiveTalent_cccuj_680 ._Talent_cccuj_701 ._Cards_cccuj_375 ._Blur2_cccuj_804 svg{height:100%;width:100%}._HireTopInterns_cccuj_2 ._ComprehensiveTalent_cccuj_680 ._Talent_cccuj_701 ._Cards_cccuj_375 ._Blur1_cccuj_803{left:-15rem;top:-12rem}._HireTopInterns_cccuj_2 ._ComprehensiveTalent_cccuj_680 ._Talent_cccuj_701 ._Cards_cccuj_375 ._Blur2_cccuj_804{right:-15rem;top:-12rem}._HireTopInterns_cccuj_2 ._ComprehensiveTalent_cccuj_680 ._Talent_cccuj_701 ._Cards_cccuj_375 ._Card_cccuj_351{gap:1rem;display:flex;width:16.5625rem;padding:2rem 1.625rem 3.9375rem;flex-direction:column;align-items:center;border-radius:1.25rem;background:#fff;box-shadow:0 4px 50px #0000001a;height:20rem}@media (max-width: 631px){._HireTopInterns_cccuj_2 ._ComprehensiveTalent_cccuj_680 ._Talent_cccuj_701 ._Cards_cccuj_375 ._Card_cccuj_351{width:100%;padding:2rem 3rem;gap:1.6rem;height:auto}}._HireTopInterns_cccuj_2 ._ComprehensiveTalent_cccuj_680 ._Talent_cccuj_701 ._Cards_cccuj_375 ._Card_cccuj_351 h3{color:var(--Test, #3d3d3d);text-align:center;font-family:Inter;font-size:1.5rem;font-style:normal;font-weight:600;line-height:2.74106rem;letter-spacing:-.04569rem}@media (max-width: 631px){._HireTopInterns_cccuj_2 ._ComprehensiveTalent_cccuj_680 ._Talent_cccuj_701 ._Cards_cccuj_375 ._Card_cccuj_351 h3{font-size:2.3rem}}._HireTopInterns_cccuj_2 ._ComprehensiveTalent_cccuj_680 ._Talent_cccuj_701 ._Cards_cccuj_375 ._Card_cccuj_351 p{width:12.5625rem;color:#060606;text-align:center;font-family:Inter;font-size:1rem;font-style:normal;font-weight:400;line-height:1.25rem}@media (max-width: 631px){._HireTopInterns_cccuj_2 ._ComprehensiveTalent_cccuj_680 ._Talent_cccuj_701 ._Cards_cccuj_375 ._Card_cccuj_351 p{font-size:1.3rem;width:100%}}._HireTopInterns_cccuj_2 ._ComprehensiveTalent_cccuj_680 ._Talent_cccuj_701 ._Cards_cccuj_375 ._Card_cccuj_351 ._PassRate_cccuj_875{border-radius:6.25rem;background:#f79c5f1a;padding:.3rem 1.4rem;width:max-content}._HireTopInterns_cccuj_2 ._ComprehensiveTalent_cccuj_680 ._Talent_cccuj_701 ._Cards_cccuj_375 ._Card_cccuj_351 h4{text-align:center;font-family:Inter;font-size:.875rem;font-style:normal;font-weight:600;line-height:1.74106rem;letter-spacing:-.04569rem;background:var(--Background, linear-gradient(106deg, #f3721b 4.46%, #fff 232.7%));background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}@media (max-width: 631px){._HireTopInterns_cccuj_2 ._ComprehensiveTalent_cccuj_680 ._Talent_cccuj_701 ._Cards_cccuj_375 ._Card_cccuj_351 h4{font-size:1.2875rem;padding:.4rem 1rem}}._HireTopInterns_cccuj_2 ._ComprehensiveTalent_cccuj_680 ._Talent_cccuj_701 ._Cards_cccuj_375 ._Card_cccuj_351 ._Checks_cccuj_900{color:#060606cc;text-align:center;font-family:Inter;font-size:.875rem;font-style:normal;font-weight:400;line-height:1.25rem}@media (max-width: 631px){._HireTopInterns_cccuj_2 ._ComprehensiveTalent_cccuj_680 ._Talent_cccuj_701 ._Cards_cccuj_375 ._Card_cccuj_351 ._Checks_cccuj_900{font-size:1.3875rem}}._HireTopInterns_cccuj_2 ._GlobalStatistics_cccuj_914{margin-top:6rem;display:flex;flex-direction:column;gap:2.5rem}@media (max-width: 631px){._HireTopInterns_cccuj_2 ._GlobalStatistics_cccuj_914{padding:1rem 3rem}}._HireTopInterns_cccuj_2 ._GlobalStatistics_cccuj_914 h2{color:var(--Test, #3d3d3d);font-family:Inter;font-size:2rem;font-style:normal;font-weight:600;line-height:2.74106rem;letter-spacing:-.04569rem}._HireTopInterns_cccuj_2 ._GlobalStatistics_cccuj_914 ._Line1_cccuj_934{display:flex;align-items:center;justify-content:center;gap:2rem}@media (max-width: 631px){._HireTopInterns_cccuj_2 ._GlobalStatistics_cccuj_914 ._Line1_cccuj_934{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem}}._HireTopInterns_cccuj_2 ._GlobalStatistics_cccuj_914 ._Line1_cccuj_934 ._Col_cccuj_148{display:flex;height:15.0625rem;width:22.1875rem;padding:2.3125rem;flex-direction:column;align-items:center;justify-content:center;border-radius:1.81469rem;background:#fff;box-shadow:0 4px 34px #00000014;-webkit-backdrop-filter:blur(75px);backdrop-filter:blur(75px);gap:.5rem;transition:all ease-in-out .3s}@media (max-width: 631px){._HireTopInterns_cccuj_2 ._GlobalStatistics_cccuj_914 ._Line1_cccuj_934 ._Col_cccuj_148{width:100%}}._HireTopInterns_cccuj_2 ._GlobalStatistics_cccuj_914 ._Line1_cccuj_934 ._Col_cccuj_148 h3{color:#3d3d3d;font-family:Inter;font-size:3.5rem;font-style:normal;font-weight:600;line-height:3.99rem;letter-spacing:-.07rem}._HireTopInterns_cccuj_2 ._GlobalStatistics_cccuj_914 ._Line1_cccuj_934 ._Col_cccuj_148 p{color:#3d3d3d;font-family:Inter;font-size:1.125rem;font-style:normal;font-weight:400;line-height:1.875rem;text-transform:capitalize}._HireTopInterns_cccuj_2 ._GlobalStatistics_cccuj_914 ._Line1_cccuj_934 ._Col_cccuj_148:hover{border-radius:1.81469rem;background:var(--Frame-1618873097, linear-gradient(112deg, #f3721b 4.93%, #ff7236 256.79%));box-shadow:0 4px 34px #00000014;-webkit-backdrop-filter:blur(75px);backdrop-filter:blur(75px)}._HireTopInterns_cccuj_2 ._GlobalStatistics_cccuj_914 ._Line1_cccuj_934 ._Col_cccuj_148:hover h3,._HireTopInterns_cccuj_2 ._GlobalStatistics_cccuj_914 ._Line1_cccuj_934 ._Col_cccuj_148:hover p{color:var(--c2)}._HireTopInterns_cccuj_2 ._GlobalStatistics_cccuj_914 ._Line2_cccuj_995{display:flex;align-items:center;justify-content:center;gap:2rem}@media (max-width: 631px){._HireTopInterns_cccuj_2 ._GlobalStatistics_cccuj_914 ._Line2_cccuj_995{flex-direction:column}}._HireTopInterns_cccuj_2 ._GlobalStatistics_cccuj_914 ._Line2_cccuj_995 ._Card_cccuj_351{width:32.875rem;height:7.1875rem;border-radius:.9375rem;background:var(--Frame-1618873352, linear-gradient(112deg, #6548ee 4.93%, #fff 256.79%));box-shadow:0 4px 40px #00000026;display:flex;align-items:center;gap:.5rem;padding:1rem}@media (max-width: 631px){._HireTopInterns_cccuj_2 ._GlobalStatistics_cccuj_914 ._Line2_cccuj_995 ._Card_cccuj_351{width:100%;gap:1rem;padding:1rem 2rem}}._HireTopInterns_cccuj_2 ._GlobalStatistics_cccuj_914 ._Line2_cccuj_995 ._Card_cccuj_351:nth-child(2){border-radius:.9375rem;background:var(--Background, linear-gradient(106deg, #f3721b 4.46%, #fff 232.7%));box-shadow:0 4px 40px #f7a16759}._HireTopInterns_cccuj_2 ._GlobalStatistics_cccuj_914 ._Line2_cccuj_995 ._Card_cccuj_351:nth-child(3){border-radius:.9375rem;background:var(--Background, linear-gradient(112deg, #6ac248 4.93%, #fff 256.79%));box-shadow:0 4px 40px #7ac95c52}._HireTopInterns_cccuj_2 ._GlobalStatistics_cccuj_914 ._Line2_cccuj_995 ._Card_cccuj_351 svg{width:3.375rem;height:3.375rem;flex-shrink:0}@media (max-width: 631px){._HireTopInterns_cccuj_2 ._GlobalStatistics_cccuj_914 ._Line2_cccuj_995 ._Card_cccuj_351 svg{width:3.6375rem;height:3.6375rem}}._HireTopInterns_cccuj_2 ._GlobalStatistics_cccuj_914 ._Line2_cccuj_995 ._Card_cccuj_351 ._Details_cccuj_1045{display:flex;flex-direction:column;align-items:flex-start}._HireTopInterns_cccuj_2 ._GlobalStatistics_cccuj_914 ._Line2_cccuj_995 ._Card_cccuj_351 ._Details_cccuj_1045 h3{color:#fff;font-family:Inter;font-size:1.5rem;font-style:normal;font-weight:600;line-height:2.74106rem;letter-spacing:-.04569rem}@media (max-width: 631px){._HireTopInterns_cccuj_2 ._GlobalStatistics_cccuj_914 ._Line2_cccuj_995 ._Card_cccuj_351 ._Details_cccuj_1045 h3{font-size:1.75rem}}._HireTopInterns_cccuj_2 ._GlobalStatistics_cccuj_914 ._Line2_cccuj_995 ._Card_cccuj_351 ._Details_cccuj_1045 p{color:#fff;font-family:Inter;font-size:1rem;font-style:normal;font-weight:400;line-height:1.25rem;opacity:.7}@media (max-width: 631px){._HireTopInterns_cccuj_2 ._GlobalStatistics_cccuj_914 ._Line2_cccuj_995 ._Card_cccuj_351 ._Details_cccuj_1045 p{font-size:1.175rem}}._HireTopInterns_cccuj_2 ._GlobalStatistics_cccuj_914 ._BtnWrapper_cccuj_193{display:flex;align-items:center;justify-content:center;gap:2rem}@media (max-width: 631px){._HireTopInterns_cccuj_2 ._GlobalStatistics_cccuj_914 ._BtnWrapper_cccuj_193{width:95%;margin:auto}._HireTopInterns_cccuj_2 ._GlobalStatistics_cccuj_914 ._BtnWrapper_cccuj_193 button{flex:1}}._HireTopInterns_cccuj_2 ._TechnicalSkills_cccuj_1093{margin-top:6rem;min-height:32rem;position:relative;overflow:hidden;display:flex;flex-direction:column;align-items:center;gap:4rem}@media (max-width: 631px){._HireTopInterns_cccuj_2 ._TechnicalSkills_cccuj_1093{padding:1rem 3rem;gap:2rem}}._HireTopInterns_cccuj_2 ._TechnicalSkills_cccuj_1093 ._TechWrapper_cccuj_1109{display:flex;width:91.25rem;flex-wrap:wrap;align-items:center;justify-content:center;gap:2rem}@media (max-width: 631px){._HireTopInterns_cccuj_2 ._TechnicalSkills_cccuj_1093 ._TechWrapper_cccuj_1109{width:100%;justify-content:flex-start;gap:1.5rem}}._HireTopInterns_cccuj_2 ._TechnicalSkills_cccuj_1093 ._TechWrapper_cccuj_1109 ._TechCard_cccuj_1125{display:flex;width:max-content;height:4.41731rem;padding:0 .80119rem;align-items:center;gap:1.05606rem;flex-shrink:0;border-radius:3.30031rem;background:#fff;box-shadow:0 2.112px 27.095px #0000000d;padding:.1rem 1.5rem}._HireTopInterns_cccuj_2 ._TechnicalSkills_cccuj_1093 ._TechWrapper_cccuj_1109 ._TechCard_cccuj_1125 img{width:auto;height:3.43231rem;flex-shrink:0}._HireTopInterns_cccuj_2 ._TechnicalSkills_cccuj_1093 ._Asset1_cccuj_220{width:29.5625rem;height:34.918rem;position:absolute;left:-4rem;top:-15rem}@media (max-width: 631px){._HireTopInterns_cccuj_2 ._TechnicalSkills_cccuj_1093 ._Asset1_cccuj_220{display:none}}._HireTopInterns_cccuj_2 ._TechnicalSkills_cccuj_1093 ._Asset1_cccuj_220 svg{height:100%;width:100%}._HireTopInterns_cccuj_2 ._TechnicalSkills_cccuj_1093 ._Asset2_cccuj_236{width:29.5625rem;height:34.918rem;position:absolute;right:-6rem;top:-15rem}@media (max-width: 631px){._HireTopInterns_cccuj_2 ._TechnicalSkills_cccuj_1093 ._Asset2_cccuj_236{display:none}}._HireTopInterns_cccuj_2 ._TechnicalSkills_cccuj_1093 ._Asset2_cccuj_236 svg{height:100%;width:100%}._HireTopInterns_cccuj_2 ._ProvenResult_cccuj_1175{margin:4rem 12rem}@media (max-width: 631px){._HireTopInterns_cccuj_2 ._ProvenResult_cccuj_1175{margin:4rem}}._HireTopInterns_cccuj_2 ._ProvenResult_cccuj_1175 p{text-align:center}@media (max-width: 631px){._HireTopInterns_cccuj_2 ._ProvenResult_cccuj_1175 h2{font-size:3rem;margin-top:2rem;margin-bottom:2rem}}._HireTopInterns_cccuj_2 ._WhyHire_cccuj_1193{display:flex;flex-direction:column;gap:6rem;margin:6rem 0 30rem;background:url(/assets/HeaderBG-BSOcJrrq.webp);background-size:cover;background-position:center;padding:3rem;height:25rem}@media (max-width: 768px){._HireTopInterns_cccuj_2 ._WhyHire_cccuj_1193{margin-bottom:35rem}}@media (max-width: 631px){._HireTopInterns_cccuj_2 ._WhyHire_cccuj_1193{height:auto;background-size:100% 20rem;background-position:top;background-repeat:no-repeat}}._HireTopInterns_cccuj_2 ._WhyHire_cccuj_1193 h2{color:var(--c2);font-size:3rem}._HireTopInterns_cccuj_2 ._WhyHire_cccuj_1193 ._Cards_cccuj_375{display:grid;grid-template-columns:repeat(4,1fr);justify-items:center;margin-top:-2rem}@media (max-width: 1024px){._HireTopInterns_cccuj_2 ._WhyHire_cccuj_1193 ._Cards_cccuj_375{grid-template-columns:repeat(4,1fr);width:80%}}@media (max-width: 768px){._HireTopInterns_cccuj_2 ._WhyHire_cccuj_1193 ._Cards_cccuj_375{grid-template-columns:repeat(4,1fr)}}@media (max-width: 631px){._HireTopInterns_cccuj_2 ._WhyHire_cccuj_1193 ._Cards_cccuj_375{grid-template-columns:repeat(2,1fr);width:100%;gap:2rem;margin-bottom:-35rem!important}}._HireTopInterns_cccuj_2 ._WhyHire_cccuj_1193 ._Cards_cccuj_375 ._Card_cccuj_351{width:100%;max-width:24.1875rem;height:17rem;border-radius:1.71319rem;background:#fff;box-shadow:0 4px 80px #00000014;position:relative;padding:4rem 2rem 2rem;display:flex;flex-direction:column;gap:.3rem}@media (max-width: 631px){._HireTopInterns_cccuj_2 ._WhyHire_cccuj_1193 ._Cards_cccuj_375 ._Card_cccuj_351{margin-top:2rem;padding:3rem 2rem 2rem;align-items:center;gap:.5rem}}._HireTopInterns_cccuj_2 ._WhyHire_cccuj_1193 ._Cards_cccuj_375 ._Card_cccuj_351 i{position:absolute;top:0;left:50%;transform:translate(-50%,-50%);display:flex;width:4.5rem;height:4.5rem;justify-content:center;align-items:center;border-radius:50%;background:var(--image, linear-gradient(106deg, #f3721b 4.46%, #fff 232.7%));box-shadow:0 4px 15px #0000000d}._HireTopInterns_cccuj_2 ._WhyHire_cccuj_1193 ._Cards_cccuj_375 ._Card_cccuj_351 i svg{width:2.5rem;height:2.5rem}@media (max-width: 631px){._HireTopInterns_cccuj_2 ._WhyHire_cccuj_1193 ._Cards_cccuj_375 ._Card_cccuj_351 i{width:5rem;height:5rem}._HireTopInterns_cccuj_2 ._WhyHire_cccuj_1193 ._Cards_cccuj_375 ._Card_cccuj_351 i svg{width:3rem;height:3rem}}._HireTopInterns_cccuj_2 ._WhyHire_cccuj_1193 ._Cards_cccuj_375 ._Card_cccuj_351 h3{color:var(--Test, #3d3d3d);text-align:center;font-family:Inter;font-size:1.75rem;font-weight:600;line-height:2rem}@media (max-width: 631px){._HireTopInterns_cccuj_2 ._WhyHire_cccuj_1193 ._Cards_cccuj_375 ._Card_cccuj_351 h3{font-size:1.6rem;font-weight:700;text-align:center!important}}._HireTopInterns_cccuj_2 ._WhyHire_cccuj_1193 ._Cards_cccuj_375 ._Card_cccuj_351 p{color:#060606;text-align:center;font-family:Inter;font-size:1.2rem;line-height:1.4rem}@media (max-width: 1024px){._HireTopInterns_cccuj_2 ._WhyHire_cccuj_1193 ._Cards_cccuj_375 ._Card_cccuj_351 p{font-size:1.2rem;color:#444;text-align:center}}@media (max-width: 768px){._HireTopInterns_cccuj_2 ._WhyHire_cccuj_1193 ._Cards_cccuj_375 ._Card_cccuj_351 p{font-size:1.2rem;color:#444;text-align:center}}@media (max-width: 631px){._HireTopInterns_cccuj_2 ._WhyHire_cccuj_1193 ._Cards_cccuj_375 ._Card_cccuj_351 p{font-size:1.2rem;color:#444;line-height:2rem;text-align:center}}._HireTopInterns_cccuj_2 ._WhyHire_cccuj_1193 ._Cards_cccuj_375 ._Card_cccuj_351:nth-child(2) i{background:var(--Frame-1618873352, linear-gradient(112deg, #6548ee 4.93%, #fff 256.79%))}._HireTopInterns_cccuj_2 ._WhyHire_cccuj_1193 ._Cards_cccuj_375 ._Card_cccuj_351:nth-child(3) i{background:var(--Background, linear-gradient(112deg, #2fbbe9 4.93%, #fff 256.79%))}._HireTopInterns_cccuj_2 ._WhyHire_cccuj_1193 ._Cards_cccuj_375 ._Card_cccuj_351:nth-child(4) i{background:var(--Background, linear-gradient(112deg, #6ac248 4.93%, #fff 256.79%))}._HireTopInterns_cccuj_2 ._WhyHire_cccuj_1193 ._Cards_cccuj_375 ._Card_cccuj_351:nth-child(6) i{background:var(--Frame-1618873352, linear-gradient(112deg, #6548ee 4.93%, #fff 256.79%))}._HireTopInterns_cccuj_2 ._WhyHire_cccuj_1193 ._Cards_cccuj_375 ._Card_cccuj_351:nth-child(7) i{background:var(--Background, linear-gradient(112deg, #2fbbe9 4.93%, #fff 256.79%))}._HireTopInterns_cccuj_2 ._WhyHire_cccuj_1193 ._Cards_cccuj_375 ._Card_cccuj_351:nth-child(8) i{background:var(--Background, linear-gradient(112deg, #6ac248 4.93%, #fff 256.79%))}._HireTopInterns_cccuj_2 ._InternshipPacks_cccuj_1360{display:flex;flex-direction:column;gap:2rem;align-items:center;overflow:hidden;position:relative}._HireTopInterns_cccuj_2 ._InternshipPacks_cccuj_1360 ._Blur1_cccuj_803,._HireTopInterns_cccuj_2 ._InternshipPacks_cccuj_1360 ._Blur2_cccuj_804{width:37.75rem;height:26.875rem;flex-shrink:0;position:absolute;z-index:-1}._HireTopInterns_cccuj_2 ._InternshipPacks_cccuj_1360 ._Blur1_cccuj_803 svg,._HireTopInterns_cccuj_2 ._InternshipPacks_cccuj_1360 ._Blur2_cccuj_804 svg{height:100%;width:100%}._HireTopInterns_cccuj_2 ._InternshipPacks_cccuj_1360 ._Blur1_cccuj_803{left:-6rem;top:6rem}._HireTopInterns_cccuj_2 ._InternshipPacks_cccuj_1360 ._Blur2_cccuj_804{right:-6rem;top:6rem}._HireTopInterns_cccuj_2 ._InternshipPacks_cccuj_1360 h2{font-size:3.5rem;text-align:center}._HireTopInterns_cccuj_2 ._InternshipPacks_cccuj_1360 p{font-size:1.25rem;text-align:center;max-width:50rem}@media (max-width: 1024px){._HireTopInterns_cccuj_2 ._InternshipPacks_cccuj_1360 h2{font-size:3rem}._HireTopInterns_cccuj_2 ._InternshipPacks_cccuj_1360 p{font-size:1.125rem}}@media (max-width: 631px){._HireTopInterns_cccuj_2 ._InternshipPacks_cccuj_1360{margin-top:1rem;padding:1rem 1.5rem}._HireTopInterns_cccuj_2 ._InternshipPacks_cccuj_1360 h2{font-size:2.5rem}._HireTopInterns_cccuj_2 ._InternshipPacks_cccuj_1360 p{font-size:1.125rem}}._HireTopInterns_cccuj_2 ._InternshipPacks_cccuj_1360 ._InternshipCards_cccuj_1418{display:flex;flex-wrap:wrap;justify-content:center;gap:2rem;margin-top:2rem;position:relative;z-index:1}@media (max-width: 631px){._HireTopInterns_cccuj_2 ._InternshipPacks_cccuj_1360 ._InternshipCards_cccuj_1418{flex-direction:column;align-items:stretch;width:100%}}._HireTopInterns_cccuj_2 ._InternshipPacks_cccuj_1360 ._InternshipCards_cccuj_1418 ._Card_cccuj_351{width:28rem;min-height:32rem;border-radius:1.25rem;background:#fff;box-shadow:0 4px 80px #0000000a;padding:2rem;display:flex;flex-direction:column;align-items:center;gap:1rem;position:relative;overflow:hidden;z-index:1;transition:all ease-in-out .3s}._HireTopInterns_cccuj_2 ._InternshipPacks_cccuj_1360 ._InternshipCards_cccuj_1418 ._Card_cccuj_351:hover{transform:translateY(-.75rem)}@media (max-width: 1024px){._HireTopInterns_cccuj_2 ._InternshipPacks_cccuj_1360 ._InternshipCards_cccuj_1418 ._Card_cccuj_351{width:22rem;min-height:auto}}@media (max-width: 631px){._HireTopInterns_cccuj_2 ._InternshipPacks_cccuj_1360 ._InternshipCards_cccuj_1418 ._Card_cccuj_351{width:100%;min-height:auto;padding:2rem}}._HireTopInterns_cccuj_2 ._InternshipPacks_cccuj_1360 ._InternshipCards_cccuj_1418 ._Card_cccuj_351 h3{font-size:1.5rem;font-weight:700;text-align:center}@media (max-width: 631px){._HireTopInterns_cccuj_2 ._InternshipPacks_cccuj_1360 ._InternshipCards_cccuj_1418 ._Card_cccuj_351 h3{font-size:2rem}}._HireTopInterns_cccuj_2 ._InternshipPacks_cccuj_1360 ._InternshipCards_cccuj_1418 ._Card_cccuj_351 p{font-size:1rem;text-align:center}@media (max-width: 631px){._HireTopInterns_cccuj_2 ._InternshipPacks_cccuj_1360 ._InternshipCards_cccuj_1418 ._Card_cccuj_351 p{font-size:1.25rem}}._HireTopInterns_cccuj_2 ._InternshipPacks_cccuj_1360 ._InternshipCards_cccuj_1418 ._Card_cccuj_351 h4{font-size:.875rem;font-weight:400;color:#646464}._HireTopInterns_cccuj_2 ._InternshipPacks_cccuj_1360 ._InternshipCards_cccuj_1418 ._Card_cccuj_351 h4 span{font-size:2rem;background:linear-gradient(112deg,#6ac248 4.93%,#fff 256.79%);-webkit-background-clip:text;-webkit-text-fill-color:transparent}@media (max-width: 631px){._HireTopInterns_cccuj_2 ._InternshipPacks_cccuj_1360 ._InternshipCards_cccuj_1418 ._Card_cccuj_351 h4{font-size:1rem}}._HireTopInterns_cccuj_2 ._InternshipPacks_cccuj_1360 ._InternshipCards_cccuj_1418 ._Card_cccuj_351 ._Duration_cccuj_1501{display:flex;justify-content:center;align-items:center;padding:.25rem 1rem;border-radius:3rem;background:#c1c1c11f}._HireTopInterns_cccuj_2 ._InternshipPacks_cccuj_1360 ._InternshipCards_cccuj_1418 ._Card_cccuj_351 ._Duration_cccuj_1501 p{font-size:.9rem}@media (max-width: 631px){._HireTopInterns_cccuj_2 ._InternshipPacks_cccuj_1360 ._InternshipCards_cccuj_1418 ._Card_cccuj_351 ._Duration_cccuj_1501 p{font-size:1.1rem}}._HireTopInterns_cccuj_2 ._InternshipPacks_cccuj_1360 ._InternshipCards_cccuj_1418 ._Card_cccuj_351 ._CoreSkills_cccuj_1517{width:100%;display:flex;flex-direction:column;gap:.5rem}._HireTopInterns_cccuj_2 ._InternshipPacks_cccuj_1360 ._InternshipCards_cccuj_1418 ._Card_cccuj_351 ._CoreSkills_cccuj_1517 label{font-size:.875rem;font-weight:400}@media (max-width: 631px){._HireTopInterns_cccuj_2 ._InternshipPacks_cccuj_1360 ._InternshipCards_cccuj_1418 ._Card_cccuj_351 ._CoreSkills_cccuj_1517 label{font-size:1.1rem}}._HireTopInterns_cccuj_2 ._InternshipPacks_cccuj_1360 ._InternshipCards_cccuj_1418 ._Card_cccuj_351 ._CoreSkills_cccuj_1517 ._Skills_cccuj_1532{display:flex;flex-wrap:wrap;gap:.75rem}@media (max-width: 631px){._HireTopInterns_cccuj_2 ._InternshipPacks_cccuj_1360 ._InternshipCards_cccuj_1418 ._Card_cccuj_351 ._CoreSkills_cccuj_1517 ._Skills_cccuj_1532{gap:1.25rem}}._HireTopInterns_cccuj_2 ._InternshipPacks_cccuj_1360 ._InternshipCards_cccuj_1418 ._Card_cccuj_351 ._CoreSkills_cccuj_1517 ._Skills_cccuj_1532 ._TechCard_cccuj_1125{display:flex;align-items:center;gap:.5rem;padding:.25rem .75rem;border-radius:2rem;background:#fff;box-shadow:0 2px 27px #0000000d}._HireTopInterns_cccuj_2 ._InternshipPacks_cccuj_1360 ._InternshipCards_cccuj_1418 ._Card_cccuj_351 ._CoreSkills_cccuj_1517 ._Skills_cccuj_1532 ._TechCard_cccuj_1125 p{font-size:.8rem;font-weight:500;white-space:nowrap}@media (max-width: 631px){._HireTopInterns_cccuj_2 ._InternshipPacks_cccuj_1360 ._InternshipCards_cccuj_1418 ._Card_cccuj_351 ._CoreSkills_cccuj_1517 ._Skills_cccuj_1532 ._TechCard_cccuj_1125 p{font-size:1rem}}._HireTopInterns_cccuj_2 ._InternshipPacks_cccuj_1360 ._InternshipCards_cccuj_1418 ._Card_cccuj_351 ._CoreSkills_cccuj_1517 ._Skills_cccuj_1532 ._TechCard_cccuj_1125 img{height:2rem}@media (max-width: 631px){._HireTopInterns_cccuj_2 ._InternshipPacks_cccuj_1360 ._InternshipCards_cccuj_1418 ._Card_cccuj_351 ._CoreSkills_cccuj_1517 ._Skills_cccuj_1532 ._TechCard_cccuj_1125 img{height:2.5rem}}._HireTopInterns_cccuj_2 ._InternshipPacks_cccuj_1360 ._InternshipCards_cccuj_1418 ._Card_cccuj_351 button{margin-top:1rem}@media (max-width: 631px){._HireTopInterns_cccuj_2 ._InternshipPacks_cccuj_1360 ._InternshipCards_cccuj_1418 ._Card_cccuj_351 button{width:100%}}._HireTopInterns_cccuj_2 ._InternshipForm_cccuj_1577{display:flex;flex-direction:column;align-items:center;gap:1rem;margin:6rem 0;text-align:center}._HireTopInterns_cccuj_2 ._InternshipForm_cccuj_1577 h2{font-weight:700}._HireTopInterns_cccuj_2 ._InternshipForm_cccuj_1577 h2 span{color:#ff5c00}._HireTopInterns_cccuj_2 ._InternshipForm_cccuj_1577 p{color:#666}._HireTopInterns_cccuj_2 ._InternshipForm_cccuj_1577 ._FormContent_cccuj_1594{display:grid;grid-template-columns:2fr 1fr;gap:2rem;margin-top:2rem;width:100%;max-width:1100px}@media (max-width: 728px){._HireTopInterns_cccuj_2 ._InternshipForm_cccuj_1577 ._FormContent_cccuj_1594{grid-template-columns:2fr}}._HireTopInterns_cccuj_2 ._InternshipForm_cccuj_1577 ._Left_cccuj_66{background:#fff;border-radius:1rem;padding:2rem;box-shadow:0 6px 20px #00000014}._HireTopInterns_cccuj_2 ._InternshipForm_cccuj_1577 ._Left_cccuj_66 ._formWrapper_cccuj_1613{display:flex;flex-direction:column;gap:1.5rem}._HireTopInterns_cccuj_2 ._InternshipForm_cccuj_1577 ._Left_cccuj_66 ._formWrapper_cccuj_1613 ._formRow_cccuj_1618{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1.5rem}._HireTopInterns_cccuj_2 ._InternshipForm_cccuj_1577 ._Left_cccuj_66 ._formWrapper_cccuj_1613 ._formGroup_cccuj_1623{display:flex;flex-direction:column;text-align:left}._HireTopInterns_cccuj_2 ._InternshipForm_cccuj_1577 ._Left_cccuj_66 ._formWrapper_cccuj_1613 ._formGroup_cccuj_1623 label{font-weight:600;margin-bottom:.4rem;font-size:.9rem}._HireTopInterns_cccuj_2 ._InternshipForm_cccuj_1577 ._Left_cccuj_66 ._formWrapper_cccuj_1613 ._formGroup_cccuj_1623 input,._HireTopInterns_cccuj_2 ._InternshipForm_cccuj_1577 ._Left_cccuj_66 ._formWrapper_cccuj_1613 ._formGroup_cccuj_1623 select,._HireTopInterns_cccuj_2 ._InternshipForm_cccuj_1577 ._Left_cccuj_66 ._formWrapper_cccuj_1613 ._formGroup_cccuj_1623 textarea{padding:.7rem 1rem;border:1px solid #ddd;border-radius:.5rem;font-size:.95rem;outline:none}._HireTopInterns_cccuj_2 ._InternshipForm_cccuj_1577 ._Left_cccuj_66 ._formWrapper_cccuj_1613 ._formGroup_cccuj_1623 input:focus,._HireTopInterns_cccuj_2 ._InternshipForm_cccuj_1577 ._Left_cccuj_66 ._formWrapper_cccuj_1613 ._formGroup_cccuj_1623 select:focus,._HireTopInterns_cccuj_2 ._InternshipForm_cccuj_1577 ._Left_cccuj_66 ._formWrapper_cccuj_1613 ._formGroup_cccuj_1623 textarea:focus{border-color:#ff5c00}._HireTopInterns_cccuj_2 ._InternshipForm_cccuj_1577 ._Left_cccuj_66 ._formWrapper_cccuj_1613 ._formGroup_cccuj_1623 textarea{min-height:5rem;resize:vertical}._HireTopInterns_cccuj_2 ._InternshipForm_cccuj_1577 ._Left_cccuj_66 ._buttons_cccuj_1651{display:flex;gap:1rem;margin-top:1.5rem}@media (max-width: 600px){._HireTopInterns_cccuj_2 ._InternshipForm_cccuj_1577 ._Left_cccuj_66 ._buttons_cccuj_1651{flex-direction:column}._HireTopInterns_cccuj_2 ._InternshipForm_cccuj_1577 ._Left_cccuj_66 ._buttons_cccuj_1651 button{width:46rem!important;margin:0 auto}}._HireTopInterns_cccuj_2 ._InternshipForm_cccuj_1577 ._Right_cccuj_198{display:flex;flex-direction:column;gap:1.5rem}._HireTopInterns_cccuj_2 ._InternshipForm_cccuj_1577 ._Right_cccuj_198 ._card_cccuj_1672{background:#fff;border-radius:1rem;padding:2rem;box-shadow:0 6px 20px #00000014;text-align:center}._HireTopInterns_cccuj_2 ._InternshipForm_cccuj_1577 ._Right_cccuj_198 ._card_cccuj_1672 h4{font-size:1.5rem;font-weight:700;margin-bottom:2rem}@media (max-width: 600px){._HireTopInterns_cccuj_2 ._InternshipForm_cccuj_1577 ._Right_cccuj_198 ._card_cccuj_1672 h4{font-size:2rem;margin-top:1rem}}._HireTopInterns_cccuj_2 ._InternshipForm_cccuj_1577 ._Right_cccuj_198 ._card_cccuj_1672 ._info_cccuj_1690{display:flex;align-items:center;gap:1rem;margin-bottom:1rem}._HireTopInterns_cccuj_2 ._InternshipForm_cccuj_1577 ._Right_cccuj_198 ._card_cccuj_1672 ._info_cccuj_1690 h3{font-size:1.2rem;font-weight:400;text-align:start;margin-bottom:.5rem}@media (max-width: 600px){._HireTopInterns_cccuj_2 ._InternshipForm_cccuj_1577 ._Right_cccuj_198 ._card_cccuj_1672 ._info_cccuj_1690 h3{font-size:1.4rem;margin-top:1rem}}._HireTopInterns_cccuj_2 ._InternshipForm_cccuj_1577 ._Right_cccuj_198 ._card_cccuj_1672 ._info_cccuj_1690 p{font-size:1rem;text-align:start;line-height:1.2rem;color:#7e7e7e}._HireTopInterns_cccuj_2 ._InternshipForm_cccuj_1577 ._Right_cccuj_198 ._card_cccuj_1672 ._info_cccuj_1690 i{width:3rem;height:3rem;border-radius:50%;background:linear-gradient(106deg,#6448ee 4.46%,#fff 232.7%);display:flex;justify-content:center;align-items:center;color:#fff;padding:.5rem}._HireTopInterns_cccuj_2 ._InternshipForm_cccuj_1577 ._Right_cccuj_198 ._card_cccuj_1672 ._info_cccuj_1690 i svg path{fill:#fff}._HireTopInterns_cccuj_2 ._InternshipForm_cccuj_1577 ._Right_cccuj_198 ._card_cccuj_1672 ._info_cccuj_1690:nth-child(3) i{background:linear-gradient(106deg,#6ac248 4.46%,#fff 232.7%)}._HireTopInterns_cccuj_2 ._InternshipForm_cccuj_1577 ._Right_cccuj_198 ._card_cccuj_1672 ._info_cccuj_1690:nth-child(4) i{background:linear-gradient(106deg,#ff5c00 4.46%,#fff 232.7%)}._HireTopInterns_cccuj_2 ._InternshipForm_cccuj_1577 ._Right_cccuj_198 ._card_cccuj_1672 ._info_cccuj_1690:nth-child(5) i{background:linear-gradient(106deg,#2fbbe9 4.46%,#fff 232.7%)}._HireTopInterns_cccuj_2 ._InternshipForm_cccuj_1577 ._Right_cccuj_198 ._Bottom_cccuj_1737{background:#fff;border-radius:1rem;padding:2rem;box-shadow:0 6px 20px #00000014;text-align:center}@media (max-width: 600px){._HireTopInterns_cccuj_2 ._InternshipForm_cccuj_1577 ._Right_cccuj_198 ._Bottom_cccuj_1737 h4{font-size:2rem;margin-top:1rem}}._HireTopInterns_cccuj_2 ._InternshipForm_cccuj_1577 ._Right_cccuj_198 ._Bottom_cccuj_1737 p{margin-bottom:1rem}@media (max-width: 600px){._HireTopInterns_cccuj_2 ._InternshipForm_cccuj_1577 ._Right_cccuj_198 ._Bottom_cccuj_1737 p{font-size:1.4rem;margin-top:1rem}._HireTopInterns_cccuj_2 ._InternshipForm_cccuj_1577 ._Right_cccuj_198 ._Bottom_cccuj_1737 button{width:42rem!important;margin:2rem auto}}._HireTopInterns_cccuj_2 ._WhyChoose_cccuj_559{display:flex;flex-direction:column;align-items:center;gap:3rem;margin:6rem 0;padding:3rem}._HireTopInterns_cccuj_2 ._WhyChoose_cccuj_559 h2{text-align:center;font-size:3rem}._HireTopInterns_cccuj_2 ._WhyChoose_cccuj_559 p{font-size:1.3125rem;text-align:center}@media (max-width: 631px){._HireTopInterns_cccuj_2 ._WhyChoose_cccuj_559{align-items:flex-start;gap:2rem;margin-top:2rem}._HireTopInterns_cccuj_2 ._WhyChoose_cccuj_559 h2{text-align:start;font-size:2.5rem}._HireTopInterns_cccuj_2 ._WhyChoose_cccuj_559 p{font-size:1.125rem;text-align:start}}._HireTopInterns_cccuj_2 ._WhyChoose_cccuj_559 ._Cards_cccuj_375{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;width:100%;margin-top:3rem}@media (max-width: 900px){._HireTopInterns_cccuj_2 ._WhyChoose_cccuj_559 ._Cards_cccuj_375{grid-template-columns:repeat(2,1fr);gap:1.5rem}}@media (max-width: 631px){._HireTopInterns_cccuj_2 ._WhyChoose_cccuj_559 ._Cards_cccuj_375{grid-template-columns:1fr}}._HireTopInterns_cccuj_2 ._WhyChoose_cccuj_559 ._Cards_cccuj_375 ._Card_cccuj_351{background:#fff;border-radius:1.7rem;box-shadow:0 4px 80px #00000014;position:relative;padding:3rem 2rem 2rem;display:flex;flex-direction:column;gap:1rem}._HireTopInterns_cccuj_2 ._WhyChoose_cccuj_559 ._Cards_cccuj_375 ._Card_cccuj_351 i{position:absolute;top:-2.5rem;left:50%;transform:translate(-50%);display:flex;width:5rem;height:5rem;border-radius:50%;background:var(--image, linear-gradient(106deg, #f3721b 4.46%, #fff 232.7%));justify-content:center;align-items:center;box-shadow:0 4px 20px #0000000d}._HireTopInterns_cccuj_2 ._WhyChoose_cccuj_559 ._Cards_cccuj_375 ._Card_cccuj_351 i svg{width:3rem;height:3rem}._HireTopInterns_cccuj_2 ._WhyChoose_cccuj_559 ._Cards_cccuj_375 ._Card_cccuj_351 h3{text-align:center;font-size:1.5rem;font-weight:600}._HireTopInterns_cccuj_2 ._WhyChoose_cccuj_559 ._Cards_cccuj_375 ._Card_cccuj_351 p{text-align:center;font-size:1rem}@media (max-width: 631px){._HireTopInterns_cccuj_2 ._WhyChoose_cccuj_559 ._Cards_cccuj_375 ._Card_cccuj_351{padding-top:4rem}._HireTopInterns_cccuj_2 ._WhyChoose_cccuj_559 ._Cards_cccuj_375 ._Card_cccuj_351 h3,._HireTopInterns_cccuj_2 ._WhyChoose_cccuj_559 ._Cards_cccuj_375 ._Card_cccuj_351 p{text-align:start}}._HireTopInterns_cccuj_2 ._container_cccuj_1860{width:80%;margin:6rem auto 2rem;padding:2rem;background:#fff;box-shadow:0 4px 50px #f6722433;border-radius:12px;height:20rem;display:flex}._HireTopInterns_cccuj_2 ._textBox_cccuj_1871{flex:1;border:2px solid red}._HireTopInterns_cccuj_2 ._textBox_cccuj_1871 h2{margin-bottom:.5rem}._HireTopInterns_cccuj_2 ._textBox_cccuj_1871 p{margin-bottom:1rem}._HireTopInterns_cccuj_2 ._textBox_cccuj_1871 button{padding:.6rem 1.2rem;border:none;border-radius:6px;background:#f67224;color:#fff;cursor:pointer}._HireTopInterns_cccuj_2 ._bottomRow_cccuj_1889{display:flex;justify-content:space-between;align-items:center}._HireTopInterns_cccuj_2 ._imageBox_cccuj_1894{flex:0 0 20%}._HireTopInterns_cccuj_2 ._imageBox_cccuj_1894 img{width:100%;display:block;border-radius:8px}._Cards2_cccuj_1903{display:flex;align-items:center;justify-content:center;gap:2rem;margin-bottom:5rem;margin-top:3rem}@media (max-width: 631px){._Cards2_cccuj_1903{width:100%;flex-direction:column;gap:4rem}}._Cards2_cccuj_1903 ._Card2_cccuj_1918{width:31rem;height:10rem;flex-shrink:0;border-radius:1.71319rem;background:#fff;box-shadow:0 4px 80px #00000014;position:relative;padding:4rem 2rem 2rem;display:flex;flex-direction:column;gap:.3rem;height:17rem}@media (max-width: 631px){._Cards2_cccuj_1903 ._Card2_cccuj_1918{width:100%;width:30rem;align-items:flex-start;gap:.5rem;height:auto;padding:4.5rem 3rem 3rem}}._Cards2_cccuj_1903 ._Card2_cccuj_1918 i{position:absolute;top:0;left:50%;transform:translate(-50%,-50%);display:flex;width:5.24119rem;height:5.24119rem;padding:.9375rem .95994rem .92869rem .90625rem;justify-content:center;align-items:center;flex-shrink:0;border-radius:7.10619rem;background:var(--image, linear-gradient(106deg, #f3721b 4.46%, #fff 232.7%));box-shadow:0 4px 20px #0000000d}._Cards2_cccuj_1903 ._Card2_cccuj_1918 i svg{width:3.375rem;height:3.375rem;flex-shrink:0}._Cards2_cccuj_1903 ._Card2_cccuj_1918 h3{color:var(--Test, #3d3d3d);text-align:center;font-family:Inter;font-size:2rem;font-style:normal;font-weight:600;line-height:2.74106rem;letter-spacing:-.04569rem}@media (max-width: 631px){._Cards2_cccuj_1903 ._Card2_cccuj_1918 h3{font-size:2.3125rem;text-align:start}}._Cards2_cccuj_1903 ._Card2_cccuj_1918 p{color:#060606;text-align:center;font-family:Inter;font-size:1rem;font-style:normal;font-weight:400;line-height:1.60356rem}@media (max-width: 631px){._Cards2_cccuj_1903 ._Card2_cccuj_1918 p{font-size:1.3125rem;text-align:start}}._Cards2_cccuj_1903 ._Card2_cccuj_1918:nth-child(2) i{background:var(--Frame-1618873352, linear-gradient(112deg, #6548ee 4.93%, #fff 256.79%));box-shadow:0 4px 20px #0000000d}._Cards2_cccuj_1903 ._Card2_cccuj_1918:nth-child(3) i{background:var(--Background, linear-gradient(112deg, #2fbbe9 4.93%, #fff 256.79%));box-shadow:0 4px 20px #0000000d}._Cards2_cccuj_1903 ._Card2_cccuj_1918:nth-child(4) i{background:var(--Background, linear-gradient(112deg, #6ac248 4.93%, #fff 256.79%));box-shadow:0 4px 20px #0000000d}._PerformanceTeam_cccuj_2009{margin:2rem 0;text-align:center;padding:2rem}._PerformanceTeam_cccuj_2009 h2{margin-bottom:2rem;font-weight:700}._PerformanceTeam_cccuj_2009 h2 span{color:#ff6b00}._PerformanceTeam_cccuj_2009 p{text-align:center;margin-top:2rem;margin-bottom:8rem}._PerformanceTeam_cccuj_2009 ._TeamCardsWrapper_cccuj_2026{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap;margin-top:-2rem}@media (max-width: 1024px){._PerformanceTeam_cccuj_2009 ._TeamCardsWrapper_cccuj_2026{margin-top:-2rem}}@media (max-width: 631px){._PerformanceTeam_cccuj_2009 ._TeamCardsWrapper_cccuj_2026{margin-top:-7rem;display:grid;grid-template-columns:repeat(2,1fr);gap:1rem;row-gap:5rem;width:100%}}._PerformanceTeam_cccuj_2009 ._TeamCardOuter_cccuj_2048{width:22.125rem;height:16.125rem;border-radius:1.713rem;border:1px solid #f37927;background:linear-gradient(180deg,#ffffff1a,#9990);box-shadow:0 4px 80px #f672234d;-webkit-backdrop-filter:blur(25px);backdrop-filter:blur(25px)}@media (max-width: 631px){._PerformanceTeam_cccuj_2009 ._TeamCardOuter_cccuj_2048{width:100%;margin-top:4rem}._PerformanceTeam_cccuj_2009 ._TeamCardOuter_cccuj_2048 svg{font-size:1rem;padding:1rem}}._PerformanceTeam_cccuj_2009 ._TeamCardOuter_cccuj_2048 svg path{fill:#fff!important}._PerformanceTeam_cccuj_2009 ._TeamCardOuter_cccuj_2048:nth-child(1){border:1px solid #7c64f1;box-shadow:0 4px 80px #7156ef4d}._PerformanceTeam_cccuj_2009 ._TeamCardOuter_cccuj_2048:nth-child(1) i{background:linear-gradient(112deg,#6548ee 4.93%,#fff 256.79%)}._PerformanceTeam_cccuj_2009 ._TeamCardOuter_cccuj_2048:nth-child(1) h3{background:linear-gradient(112deg,#6548ee 4.93%,#fff 256.79%);-webkit-background-clip:text;-webkit-text-fill-color:transparent}._PerformanceTeam_cccuj_2009 ._TeamCardOuter_cccuj_2048:nth-child(2){border:1px solid #6bceef;box-shadow:0 4px 80px #45c2eb4d}._PerformanceTeam_cccuj_2009 ._TeamCardOuter_cccuj_2048:nth-child(2) i{background:linear-gradient(112deg,#2fbbe9 4.93%,#fff 256.79%)}._PerformanceTeam_cccuj_2009 ._TeamCardOuter_cccuj_2048:nth-child(2) h3{background:linear-gradient(112deg,#2fbbe9 4.93%,#fff 256.79%);-webkit-background-clip:text;-webkit-text-fill-color:transparent}._PerformanceTeam_cccuj_2009 ._TeamCardOuter_cccuj_2048:nth-child(3){border:1px solid #7bc95d;box-shadow:0 4px 80px #79c85b4d}@media (max-width: 631px){._PerformanceTeam_cccuj_2009 ._TeamCardOuter_cccuj_2048:nth-child(3){margin-top:-2rem}}._PerformanceTeam_cccuj_2009 ._TeamCardOuter_cccuj_2048:nth-child(3) i{background:linear-gradient(112deg,#6ac248 4.93%,#fff 256.79%)}._PerformanceTeam_cccuj_2009 ._TeamCardOuter_cccuj_2048:nth-child(3) h3{background:linear-gradient(112deg,#6ac248 4.93%,#fff 256.79%);-webkit-background-clip:text;-webkit-text-fill-color:transparent}._PerformanceTeam_cccuj_2009 ._TeamCardOuter_cccuj_2048:nth-child(4){border:1px solid #f37927;box-shadow:0 4px 80px #ea620e4d}@media (max-width: 631px){._PerformanceTeam_cccuj_2009 ._TeamCardOuter_cccuj_2048:nth-child(4){margin-top:-2rem}}._PerformanceTeam_cccuj_2009 ._TeamCardOuter_cccuj_2048:nth-child(4) i{background:linear-gradient(112deg,#f37927 4.93%,#fff 256.79%)}._PerformanceTeam_cccuj_2009 ._TeamCardOuter_cccuj_2048:nth-child(4) h3{background:linear-gradient(112deg,#f37927 4.93%,#fff 256.79%);-webkit-background-clip:text;-webkit-text-fill-color:transparent}._PerformanceTeam_cccuj_2009 ._TeamCard_cccuj_2026{width:100%;height:100%;position:relative;display:flex;flex-direction:column;padding:3rem 2.5rem;align-items:center;justify-content:flex-end;border-radius:inherit}._PerformanceTeam_cccuj_2009 ._TeamCard_cccuj_2026 i{position:absolute;top:0;left:50%;transform:translate(-50%,-50%);display:inline-flex;width:5.25rem;height:5.25rem;justify-content:center;align-items:center;border-radius:50%;box-shadow:0 4px 50px #0000000f}._PerformanceTeam_cccuj_2009 ._TeamCard_cccuj_2026 h3{font-family:Inter,sans-serif;font-size:3.277rem;font-weight:600;line-height:140%;text-align:center}._PerformanceTeam_cccuj_2009 ._TeamCard_cccuj_2026 h4{font-family:Inter,sans-serif;font-size:1.125rem;font-weight:600;line-height:2.741rem;text-align:center}@media (max-width: 631px){._PerformanceTeam_cccuj_2009 ._TeamCard_cccuj_2026 h4{font-size:1.5125rem}}._PerformanceTeam_cccuj_2009 ._TeamCard_cccuj_2026 p{color:#fff;text-align:center;font-family:Inter,sans-serif;font-size:1rem;line-height:1.603rem;width:80%}@media (max-width: 631px){._PerformanceTeam_cccuj_2009 ._TeamCard_cccuj_2026 p{font-size:1.2125rem}}._expertWrapper_cccuj_2187{display:flex;justify-content:center;align-items:flex-start;gap:4rem;padding:3rem 1.5rem;max-width:1200px;margin:0 auto}@media (max-width: 631px){._expertWrapper_cccuj_2187{flex-direction:column}}._Left_cccuj_66{flex:1;display:flex;flex-direction:column;gap:2rem}._imageBox_cccuj_1894{position:relative;width:100%;max-width:42rem;border-radius:1rem;overflow:hidden}@media (max-width: 1024px){._imageBox_cccuj_1894{max-width:60rem}}._imageBox_cccuj_1894 img{display:block;height:auto;object-fit:cover;border-radius:1rem}._infoBox_cccuj_2229{background:#fff;padding:2.5rem;border-radius:1rem;box-shadow:0 6px 20px #00000014}._infoBox_cccuj_2229 h3{font-size:1.5rem;margin-bottom:1rem}@media (max-width: 631px){._infoBox_cccuj_2229 h3{font-size:1.25rem}}._infoBox_cccuj_2229 p{margin-bottom:1.5rem;font-size:1.05rem;line-height:1.6;color:#444}@media (max-width: 768px){._infoBox_cccuj_2229 p{font-size:1.3rem}}._infoBox_cccuj_2229 ._buttons_cccuj_1651{display:flex;gap:1rem;flex-wrap:wrap}@media (max-width: 631px){._infoBox_cccuj_2229 ._buttons_cccuj_1651{flex-direction:column}._infoBox_cccuj_2229 ._buttons_cccuj_1651 button{width:42rem!important}}@media (max-width: 768px){._infoBox_cccuj_2229 ._buttons_cccuj_1651 button{margin-top:2rem}}._infoBox_cccuj_2229 ._buttons_cccuj_1651 ._primaryBtn_cccuj_2275,._infoBox_cccuj_2229 ._buttons_cccuj_1651 ._secondaryBtn_cccuj_2276{padding:1rem 1.8rem;font-size:1rem;border-radius:.6rem;cursor:pointer;transition:.3s;width:100%}._infoBox_cccuj_2229 ._buttons_cccuj_1651 ._primaryBtn_cccuj_2275{background:#ff7d3b;color:#fff;border:none}._infoBox_cccuj_2229 ._buttons_cccuj_1651 ._secondaryBtn_cccuj_2276{border:1px solid #ff7d3b;background:transparent;color:#ff7d3b}._infoBox_cccuj_2229 ._buttons_cccuj_1651 ._secondaryBtn_cccuj_2276:hover{background:#ff7d3b;color:#fff}._Right_cccuj_198{flex:1;display:flex;flex-direction:column;gap:2rem}._card_cccuj_1672{background:#fff;padding:2rem;border-radius:1rem;box-shadow:0 6px 20px #00000014}._card_cccuj_1672 h4{font-size:1.3rem;margin-bottom:.5rem}@media (max-width: 1024px){._card_cccuj_1672 h4{font-size:2rem}}._card_cccuj_1672 h4 ._status_cccuj_2321{color:#3cba54;font-size:1rem;margin-left:.5rem}._card_cccuj_1672 ._role_cccuj_2326{font-weight:600;font-size:1.05rem;margin-bottom:.7rem}@media (max-width: 1024px){._card_cccuj_1672 ._role_cccuj_2326{font-size:1.4rem;margin-top:2rem}}._card_cccuj_1672 ._meta_cccuj_2337{font-size:1rem;color:#666;margin-bottom:1rem}@media (max-width: 1024px){._card_cccuj_1672 ._meta_cccuj_2337{font-size:1.3rem;margin-top:1.3rem}}._card_cccuj_1672 ._tags_cccuj_2348{display:flex;flex-wrap:wrap;gap:.6rem;margin-bottom:1.2rem}@media (max-width: 1024px){._card_cccuj_1672 ._tags_cccuj_2348{font-size:1.4rem}}._card_cccuj_1672 ._tags_cccuj_2348 span{background:#f7f7f7;padding:.5rem 1rem;border-radius:.5rem;font-size:.95rem}._card_cccuj_1672 ._highlight_cccuj_2365{color:#ff7d3b;font-weight:600}._GoHighLevel_cccuj_2370{width:100%;margin-bottom:4rem;padding:0 12rem;display:flex;gap:2.4rem}@media (max-width: 631px){._GoHighLevel_cccuj_2370{flex-direction:column;padding:3rem;gap:3rem}}._GoHighLevel_cccuj_2370 ._Row8Left_cccuj_2384{width:65%}@media (max-width: 631px){._GoHighLevel_cccuj_2370 ._Row8Left_cccuj_2384{width:100%}}._GoHighLevel_cccuj_2370 ._Row8Left_cccuj_2384 h2{width:90%;margin-bottom:1.94rem;text-align:start}@media (max-width: 631px){._GoHighLevel_cccuj_2370 ._Row8Left_cccuj_2384 h2{width:100%}}._GoHighLevel_cccuj_2370 ._Row8Left_cccuj_2384 p{width:80%;color:var(--c4);font-size:1.125rem;font-style:normal;font-weight:400;line-height:1.755rem;margin-bottom:3.1rem}._GoHighLevel_cccuj_2370 ._Row8Left_cccuj_2384 ._LiWrap_cccuj_2411{width:100%;display:flex;gap:2rem}._GoHighLevel_cccuj_2370 ._Row8Left_cccuj_2384 ._LiWrap_cccuj_2411 ._Left_cccuj_66,._GoHighLevel_cccuj_2370 ._Row8Left_cccuj_2384 ._LiWrap_cccuj_2411 ._Right_cccuj_198{display:flex;flex-direction:column;gap:1.36rem;width:100%}._GoHighLevel_cccuj_2370 ._Row8Left_cccuj_2384 ._LiWrap_cccuj_2411 ._Li_cccuj_188{width:100%;display:flex;align-items:center;gap:.6rem}._GoHighLevel_cccuj_2370 ._Row8Left_cccuj_2384 ._LiWrap_cccuj_2411 ._Li_cccuj_188 svg{width:2.205rem;height:2.20481rem;flex-shrink:0}._GoHighLevel_cccuj_2370 ._Row8Left_cccuj_2384 ._LiWrap_cccuj_2411 ._Li_cccuj_188 span{width:100%;color:var(--c3);font-size:1.125rem;font-style:normal;font-weight:500;line-height:111.4%;text-transform:capitalize}._GoHighLevel_cccuj_2370 ._Row8Right_cccuj_2443{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem}._GoHighLevel_cccuj_2370 ._Row8Right_cccuj_2443 ._R1_cccuj_2451{display:flex;align-items:center;justify-content:center;gap:2rem}._GoHighLevel_cccuj_2370 ._Row8Right_cccuj_2443 ._R1_cccuj_2451 img{width:100%;height:auto;object-fit:contain}._ScaleBusiness_cccuj_2463{margin:10rem auto 4rem;width:80%;padding:4rem 8rem;display:grid;grid-template-columns:1fr .25fr;border-radius:2rem;box-shadow:0 4px 10px #0000000a,0 4px 20px #ff9c5b99;gap:2.4rem}@media (max-width: 1024px){._ScaleBusiness_cccuj_2463{width:87%;margin-top:12rem}}@media (max-width: 768px){._ScaleBusiness_cccuj_2463{margin-top:4rem}}@media (max-width: 631px){._ScaleBusiness_cccuj_2463{padding:2rem;grid-template-columns:1fr}}._ScaleBusiness_cccuj_2463 ._Col1_cccuj_2491{display:flex;flex-direction:column;justify-content:center}@media (max-width: 631px){._ScaleBusiness_cccuj_2463 ._Col1_cccuj_2491{flex-direction:column;align-items:center}}._ScaleBusiness_cccuj_2463 ._Col1_cccuj_2491 h2{text-align:start;margin-bottom:2rem}@media (max-width: 631px){._ScaleBusiness_cccuj_2463 ._Col1_cccuj_2491 h2{text-align:center}}._ScaleBusiness_cccuj_2463 ._Col1_cccuj_2491 ._BtnWrapper_cccuj_193{margin-top:4rem;display:flex;gap:3rem;align-items:center}._ScaleBusiness_cccuj_2463 ._Col2_cccuj_2517{width:100%;display:flex;justify-content:center;align-items:center}._ScaleBusiness_cccuj_2463 ._Col2_cccuj_2517 img{width:100%;max-width:420px;height:auto;object-fit:contain;transition:all .3s ease}@media (max-width: 631px){._ScaleBusiness_cccuj_2463 ._Col2_cccuj_2517 img{width:50%}}._ScaleBusiness3_cccuj_2536{margin:10rem auto 4rem;width:80%;padding:4rem 8rem;display:grid;grid-template-columns:1fr .25fr;border-radius:2rem;box-shadow:0 4px 10px #0000000a,0 4px 20px #ff9c5b99;gap:2.4rem}@media (max-width: 1024px){._ScaleBusiness3_cccuj_2536{width:87%;margin-top:12rem}}@media (max-width: 768px){._ScaleBusiness3_cccuj_2536{margin-top:4rem}}@media (max-width: 631px){._ScaleBusiness3_cccuj_2536{padding:2rem;grid-template-columns:1fr}}._ScaleBusiness3_cccuj_2536 ._Col1_cccuj_2491{display:flex;flex-direction:column;justify-content:center}@media (max-width: 631px){._ScaleBusiness3_cccuj_2536 ._Col1_cccuj_2491{flex-direction:column;align-items:center}}._ScaleBusiness3_cccuj_2536 ._Col1_cccuj_2491 h2{text-align:start;margin-bottom:2rem}@media (max-width: 631px){._ScaleBusiness3_cccuj_2536 ._Col1_cccuj_2491 h2{text-align:center}}._ScaleBusiness3_cccuj_2536 ._Col1_cccuj_2491 ._BtnWrapper_cccuj_193{margin-top:4rem;display:flex;gap:3rem;align-items:center}@media (max-width: 631px){._ScaleBusiness3_cccuj_2536 ._Col1_cccuj_2491 ._BtnWrapper_cccuj_193{flex-direction:column}}._ScaleBusiness3_cccuj_2536 ._Col2_cccuj_2517{width:100%;display:flex;justify-content:center;align-items:center}._ScaleBusiness3_cccuj_2536 ._Col2_cccuj_2517 img{width:100%;max-width:420px;height:auto;object-fit:contain;transition:all .3s ease}@media (max-width: 631px){._ScaleBusiness3_cccuj_2536 ._Col2_cccuj_2517 img{width:50%}}._ScaleBusiness2_cccuj_2614{margin:10rem auto 4rem;width:80%;padding:4rem 8rem;display:grid;grid-template-columns:1fr .25fr;border-radius:2rem;box-shadow:0 4px 10px #0000000a,0 4px 20px #ff9c5b99;gap:2.4rem}@media (max-width: 1024px){._ScaleBusiness2_cccuj_2614{width:87%;margin-top:12rem}}@media (max-width: 768px){._ScaleBusiness2_cccuj_2614{margin-top:4rem}}@media (max-width: 631px){._ScaleBusiness2_cccuj_2614{padding:2rem;grid-template-columns:1fr}}._ScaleBusiness2_cccuj_2614 ._Col1_cccuj_2491{display:flex;flex-direction:column;justify-content:center}@media (max-width: 631px){._ScaleBusiness2_cccuj_2614 ._Col1_cccuj_2491{flex-direction:column;align-items:center}}._ScaleBusiness2_cccuj_2614 ._Col1_cccuj_2491 h2{text-align:start;margin-bottom:2rem}@media (max-width: 631px){._ScaleBusiness2_cccuj_2614 ._Col1_cccuj_2491 h2{text-align:center}}._ScaleBusiness2_cccuj_2614 ._Col1_cccuj_2491 ._BtnWrapper_cccuj_193{margin-top:4rem;display:flex;gap:3rem;align-items:center}@media (max-width: 631px){._ScaleBusiness2_cccuj_2614 ._Col1_cccuj_2491 ._BtnWrapper_cccuj_193{flex-direction:column;gap:1.5rem;margin-top:2rem;display:none}}._ScaleBusiness2_cccuj_2614 ._Col2_cccuj_2517{width:100%;display:flex;justify-content:center;align-items:center;flex-direction:column}._ScaleBusiness2_cccuj_2614 ._Col2_cccuj_2517 img{width:100%;width:30rem;height:auto;object-fit:contain;transition:all .3s ease}._ScaleBusiness2_cccuj_2614 ._Col2_cccuj_2517 ._BtnWrapper2_cccuj_2690{display:none}._ScaleBusiness2_cccuj_2614 ._Col2_cccuj_2517 ._BtnWrapper2_cccuj_2690 button{margin-top:2rem;width:30rem!important}@media (max-width: 631px){._ScaleBusiness2_cccuj_2614 ._Col2_cccuj_2517 ._BtnWrapper2_cccuj_2690{display:block}}._PerformanceMetrics_cccuj_2703{display:flex;flex-direction:column;align-items:center;gap:2rem;width:100%;margin:4rem auto;padding:3rem;position:relative}._PerformanceMetrics_cccuj_2703:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:url(/assets/Background-B5AJ7miH.png) no-repeat center center/cover;opacity:2;z-index:-1}._PerformanceMetrics_cccuj_2703 h2{width:70%;margin-top:2rem;margin-bottom:1rem}@media (max-width: 631px){._PerformanceMetrics_cccuj_2703 h2{width:100%;font-size:2.2rem}}._PerformanceMetrics_cccuj_2703 p{text-align:center;color:#333;max-width:800px;margin-bottom:2rem}@media (max-width: 1024px){._PerformanceMetrics_cccuj_2703 p{width:60%}}@media (max-width: 631px){._PerformanceMetrics_cccuj_2703 p{width:90%;margin-top:-2rem}}._PerformanceMetrics_cccuj_2703 ._MetricsGrid_cccuj_2753{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;width:70%;margin-top:2rem;margin-bottom:-15rem}@media (max-width: 1024px){._PerformanceMetrics_cccuj_2703 ._MetricsGrid_cccuj_2753{width:70%;grid-template-columns:repeat(3,1fr)}}@media (max-width: 768px){._PerformanceMetrics_cccuj_2703 ._MetricsGrid_cccuj_2753{width:80%}}@media (max-width: 631px){._PerformanceMetrics_cccuj_2703 ._MetricsGrid_cccuj_2753{width:100%;grid-template-columns:repeat(2,1fr);gap:1.5rem}}._PerformanceMetrics_cccuj_2703 ._MetricCard_cccuj_2776{position:relative;background:#fff;border-radius:1.2rem;padding:4rem 2rem 2rem;text-align:center;box-shadow:0 6px 18px #00000014;min-height:10rem;margin-bottom:3rem}._PerformanceMetrics_cccuj_2703 ._MetricCard_cccuj_2776 i{position:absolute;top:0;left:50%;transform:translate(-50%,-50%);display:flex;width:5rem;height:5rem;justify-content:center;align-items:center;border-radius:50%;color:#fff;box-shadow:0 4px 20px #0000000d;transition:transform .3s ease}._PerformanceMetrics_cccuj_2703 ._MetricCard_cccuj_2776 i svg{width:3rem;height:3rem}._PerformanceMetrics_cccuj_2703 ._MetricCard_cccuj_2776 i:hover{transform:translate(-50%,-50%) scale(1.08)}._PerformanceMetrics_cccuj_2703 ._MetricCard_cccuj_2776 h3{color:#3d3d3d;font-family:Inter,sans-serif;font-size:1.6rem;font-weight:600;line-height:2.2rem;margin-top:1rem}._PerformanceMetrics_cccuj_2703 ._MetricCard_cccuj_2776 p{color:#060606;font-family:Inter,sans-serif;font-size:1.1rem;font-weight:400;width:100%;line-height:1.6rem;margin-top:.8rem}._PerformanceMetrics_cccuj_2703 ._MetricCard_cccuj_2776:nth-child(1) i{background:var(--Background, linear-gradient(112deg, #f3721b 4.93%, #fff 256.79%))}._PerformanceMetrics_cccuj_2703 ._MetricCard_cccuj_2776:nth-child(2) i{background:var(--Frame-1618873352, linear-gradient(112deg, #6548ee 4.93%, #fff 256.79%))}._PerformanceMetrics_cccuj_2703 ._MetricCard_cccuj_2776:nth-child(3) i{background:var(--Background, linear-gradient(112deg, #2fbbe9 4.93%, #fff 256.79%))}._PerformanceMetrics_cccuj_2703 ._MetricCard_cccuj_2776:nth-child(4) i{background:var(--Background, linear-gradient(112deg, #6ac248 4.93%, #fff 256.79%))}._PerformanceMetrics_cccuj_2703 ._MetricCard_cccuj_2776:nth-child(5) i{background:linear-gradient(112deg,#ff4d4d 4.93%,#fff 256.79%)}._PerformanceMetrics_cccuj_2703 ._MetricCard_cccuj_2776:nth-child(6) i{background:linear-gradient(112deg,#fc0 4.93%,#fff 256.79%)}._PerformanceMetrics_cccuj_2703 ._MetricCard_cccuj_2776:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:url(/assets/Background-B5AJ7miH.png) no-repeat center center/cover;opacity:2;z-index:-1}@media (max-width: 631px){._PerformanceMetrics_cccuj_2703{padding:2rem 1rem}._PerformanceMetrics_cccuj_2703 ._MetricCard_cccuj_2776{padding:4rem 1.5rem 1.5rem}._PerformanceMetrics_cccuj_2703 ._MetricCard_cccuj_2776 h3{font-size:1.4rem}._PerformanceMetrics_cccuj_2703 ._MetricCard_cccuj_2776 p{font-size:1rem}}._Cards_cccuj_375{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;justify-items:center;width:70%;align-items:center;margin:0 auto}@media (max-width: 1024px){._Cards_cccuj_375{grid-template-columns:repeat(2,1fr)}}@media (max-width: 631px){._Cards_cccuj_375{grid-template-columns:repeat(2,1fr);gap:2rem;grid-template-columns:2fr;gap:5rem}}._Card_cccuj_351{position:relative;background:#fff;border-radius:1.2rem;padding:4rem 2.5rem 2.5rem;text-align:center;box-shadow:0 6px 18px #00000014;max-width:30rem;min-height:22rem}@media (max-width: 631px){._Card_cccuj_351{width:100%;height:auto;align-items:flex-start;padding:5rem 3rem 3rem;gap:1rem}}._Card_cccuj_351 i{position:absolute;top:0;left:50%;transform:translate(-50%,-50%);display:flex;width:6rem;height:6rem;justify-content:center;align-items:center;border-radius:50%;background:var(--image, linear-gradient(106deg, #f3721b 4.46%, #fff 232.7%));box-shadow:0 4px 20px #0000000d}._Card_cccuj_351 i svg{width:3.5rem;height:3.5rem}@media (max-width: 631px){._Card_cccuj_351 i{left:4rem}}._Card_cccuj_351 h3{color:#3d3d3d;font-family:Inter,sans-serif;font-size:1.6rem;font-weight:600;line-height:2.4rem;margin-top:1rem}@media (max-width: 631px){._Card_cccuj_351 h3{font-size:2.2rem;text-align:start}}._Card_cccuj_351 p{color:#060606;font-family:Inter,sans-serif;font-size:1.2rem;font-weight:400;line-height:1.8rem;margin-top:.8rem}@media (max-width: 631px){._Card_cccuj_351 p{font-size:1.4rem;text-align:start}}._Card_cccuj_351:nth-child(1) i{background:linear-gradient(112deg,#6548ee 4.93%,#fff 256.79%)}._Card_cccuj_351:nth-child(2) i{background:linear-gradient(112deg,#f3721b 4.93%,#fff 256.79%)}._Card_cccuj_351:nth-child(3) i{background:linear-gradient(112deg,#2fbbe9 4.93%,#fff 256.79%)}._Card_cccuj_351:nth-child(4) i{background:linear-gradient(112deg,#f66957 4.93%,#fff 256.79%)}._Card_cccuj_351:nth-child(5) i{background:linear-gradient(112deg,#6ac248 4.93%,#fff 256.79%)}._Card_cccuj_351:nth-child(6) i{background:linear-gradient(112deg,#ffc734 4.93%,#fff 256.79%)}._process_cccuj_3026{display:flex;gap:3rem;margin:7rem auto;width:80%}@media (max-width: 631px){._process_cccuj_3026{flex-direction:column;width:100%;padding:0 1rem}}._process_cccuj_3026 ._left_cccuj_3039{flex:1}._process_cccuj_3026 ._left_cccuj_3039 h2{font-weight:700;text-align:start;color:#3d3d3d;font-family:Inter,sans-serif;line-height:2.4rem}._process_cccuj_3026 ._left_cccuj_3039 h2 span{color:#f3721b}._process_cccuj_3026 ._left_cccuj_3039 p{margin:1rem 0;font-size:1.1rem;color:#555}._process_cccuj_3026 ._left_cccuj_3039 ._buttons_cccuj_1651{display:flex;gap:1rem}@media (max-width: 631px){._process_cccuj_3026 ._left_cccuj_3039 ._buttons_cccuj_1651{flex-direction:column}}._process_cccuj_3026 ._left_cccuj_3039 ._buttons_cccuj_1651 button{padding:.8rem 1.5rem;border-radius:.5rem;border:none;cursor:pointer;font-weight:600;background:#f3721b;color:#fff;margin-top:2rem}._process_cccuj_3026 ._left_cccuj_3039 ._buttons_cccuj_1651 button._outline_cccuj_3076{background:transparent;border:1px solid #f3721b;color:#f3721b}._process_cccuj_3026 ._left_cccuj_3039 img{max-width:100%;height:auto;display:block;margin-top:2rem;border-radius:1rem}._process_cccuj_3026 ._right_cccuj_3088{flex:1;display:flex;flex-direction:column;gap:1rem}._process_cccuj_3026 ._right_cccuj_3088 ._step_cccuj_3094{background:#fff;border-radius:1rem;padding:1rem 1.5rem;box-shadow:0 2px 8px #00000014;display:flex;align-items:flex-start;gap:1rem;cursor:pointer;transition:background .3s ease}._process_cccuj_3026 ._right_cccuj_3088 ._step_cccuj_3094._open_cccuj_3105{background:#fafafa}._process_cccuj_3026 ._right_cccuj_3088 ._step_cccuj_3094 ._badge_cccuj_3108{width:2.5rem;height:2.5rem;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;color:#fff;flex-shrink:0}._process_cccuj_3026 ._right_cccuj_3088 ._step_cccuj_3094 ._stepContent_cccuj_3119{flex:1}._process_cccuj_3026 ._right_cccuj_3088 ._step_cccuj_3094 ._stepContent_cccuj_3119 ._header_cccuj_3122{display:flex;justify-content:space-between;align-items:center;cursor:pointer}._process_cccuj_3026 ._right_cccuj_3088 ._step_cccuj_3094 ._stepContent_cccuj_3119 ._header_cccuj_3122 h3{font-size:1.2rem;margin:0}._process_cccuj_3026 ._right_cccuj_3088 ._step_cccuj_3094 ._stepContent_cccuj_3119 ._header_cccuj_3122 span{font-size:1.5rem;font-weight:700}._process_cccuj_3026 ._right_cccuj_3088 ._step_cccuj_3094 ._stepContent_cccuj_3119 ._descriptionWrapper_cccuj_3136{max-height:0;overflow:hidden;transition:max-height .3s ease,opacity .3s ease;opacity:0}._process_cccuj_3026 ._right_cccuj_3088 ._step_cccuj_3094 ._stepContent_cccuj_3119 ._descriptionWrapper_cccuj_3136._open_cccuj_3105{max-height:500px;opacity:1;margin-top:.5rem}._process_cccuj_3026 ._right_cccuj_3088 ._step_cccuj_3094 ._stepContent_cccuj_3119 ._descriptionWrapper_cccuj_3136 ._description_cccuj_3136{font-size:.95rem;color:#444}._Scale_cccuj_2463{display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;border:2px solid #ff6b00;margin:1rem 12rem 2rem;padding:5rem 4rem;gap:2.4rem;box-shadow:0 0 20px 10px #ff6a002c;border-radius:2rem;background:#fff}@media (max-width: 631px){._Scale_cccuj_2463{margin:4rem 3rem 0;padding:3rem}}._Scale_cccuj_2463 ._Col1_cccuj_2491 h2{margin-bottom:2rem}._Scale_cccuj_2463 ._Col1_cccuj_2491 ._BtnWrapper_cccuj_193{display:flex;justify-content:center;align-items:center;gap:3rem;margin-top:4rem}@media (max-width: 631px){._Scale_cccuj_2463 ._Col1_cccuj_2491 ._BtnWrapper_cccuj_193{margin-top:2rem;flex-direction:column}}._Scale_cccuj_2463 ._Col1_cccuj_2491 ._BtnWrapper_cccuj_193 button{display:flex;justify-content:center;align-items:center}._Scale1_cccuj_3194{position:relative;overflow:hidden;width:90%;margin:10rem 1rem 0 7rem;padding:5rem 4rem;gap:2.4rem;border-radius:2rem;background:#fff;box-shadow:0 4px 40px #0000000d}@media (max-width: 631px){._Scale1_cccuj_3194{margin:2rem auto;flex-direction:column}}._Scale1_cccuj_3194:before,._Scale1_cccuj_3194:after{content:"";position:absolute;width:20rem;height:20rem;border-radius:50%;filter:blur(120px);z-index:0}._Scale1_cccuj_3194:before{top:-5rem;left:-5rem;background:#0af6}._Scale1_cccuj_3194:after{bottom:-5rem;right:-5rem;background:#fb6b1866}._Scale1_cccuj_3194 ._Col1_cccuj_2491{position:relative;z-index:1}._Scale1_cccuj_3194 ._Col1_cccuj_2491 h2{margin-bottom:2rem}._Scale1_cccuj_3194 ._Col1_cccuj_2491 h2 span{color:#ff6b00}._Scale1_cccuj_3194 ._Col1_cccuj_2491 p{text-align:center}._Scale1_cccuj_3194 ._Col1_cccuj_2491 ._BtnWrapper_cccuj_193{display:flex;justify-content:center;align-items:center;gap:3rem;margin-top:4rem}@media (max-width: 631px){._Scale1_cccuj_3194 ._Col1_cccuj_2491 ._BtnWrapper_cccuj_193{margin-top:2rem;flex-direction:column}}._Scale1_cccuj_3194 ._Col1_cccuj_2491 ._BtnWrapper_cccuj_193 button{display:flex;justify-content:center;align-items:center}._Scale3_cccuj_3262{position:relative;overflow:hidden;width:99%;margin:10rem auto 1rem;padding:5rem 4rem;background:#fff;text-align:center;border-radius:1.5rem;box-shadow:0 4px 40px #0000000d}@media (max-width: 1024px){._Scale3_cccuj_3262{margin-top:10rem!important;padding:4rem 3rem}}@media (max-width: 768px){._Scale3_cccuj_3262{margin:6rem 2rem 0 1rem;padding:3.5rem 2rem}}@media (max-width: 631px){._Scale3_cccuj_3262{margin-top:8rem;padding:3rem 1.5rem}}._Scale3_cccuj_3262:before,._Scale3_cccuj_3262:after{content:"";position:absolute;border-radius:50%;filter:blur(120px);z-index:0}._Scale3_cccuj_3262:before{width:18rem;height:18rem;bottom:-5rem;left:20%;background:#ff782859}._Scale3_cccuj_3262:after{width:20rem;height:20rem;top:-6rem;right:-6rem;background:#00c8644d}._Scale3_cccuj_3262 ._blueBlob_cccuj_3313{position:absolute;top:-6rem;left:-6rem;width:18rem;height:18rem;border-radius:50%;background:#00aaffb8;filter:blur(120px);z-index:0}._Scale3_cccuj_3262 ._Col1_cccuj_2491{position:relative;z-index:1;display:flex;flex-direction:column;align-items:center;justify-content:center}._Scale3_cccuj_3262 ._Col1_cccuj_2491 h2{margin-bottom:2rem;font-size:3rem;line-height:1.2}._Scale3_cccuj_3262 ._Col1_cccuj_2491 h2 span{color:#ff6b00}@media (max-width: 768px){._Scale3_cccuj_3262 ._Col1_cccuj_2491 h2{font-size:2.5rem}}@media (max-width: 631px){._Scale3_cccuj_3262 ._Col1_cccuj_2491 h2{font-size:2rem}}._Scale3_cccuj_3262 ._Col1_cccuj_2491 p{max-width:600px;margin:0 auto;font-size:1.125rem;line-height:1.6}@media (max-width: 768px){._Scale3_cccuj_3262 ._Col1_cccuj_2491 p{font-size:1rem}}@media (max-width: 631px){._Scale3_cccuj_3262 ._Col1_cccuj_2491 p{font-size:.95rem}}._Scale3_cccuj_3262 ._Col1_cccuj_2491 ._BtnWrapper_cccuj_193{display:flex;justify-content:center;align-items:center;gap:3rem;margin-top:4rem}@media (max-width: 768px){._Scale3_cccuj_3262 ._Col1_cccuj_2491 ._BtnWrapper_cccuj_193{gap:2rem;margin-top:3rem}}@media (max-width: 631px){._Scale3_cccuj_3262 ._Col1_cccuj_2491 ._BtnWrapper_cccuj_193{flex-direction:column;gap:1.5rem;margin-top:2rem}}._Scale3_cccuj_3262 ._Col1_cccuj_2491 ._BtnWrapper_cccuj_193 button{display:flex;justify-content:center;align-items:center;padding:1rem 2rem;font-size:1rem}@media (max-width: 768px){._Scale3_cccuj_3262 ._Col1_cccuj_2491 ._BtnWrapper_cccuj_193 button{padding:.9rem 1.8rem;font-size:.95rem}}@media (max-width: 631px){._Scale3_cccuj_3262 ._Col1_cccuj_2491 ._BtnWrapper_cccuj_193 button{width:100%;padding:.8rem 1.5rem;font-size:.9rem}}._brands_cccuj_3408{width:80%;margin:0 auto;padding:2rem;font-family:Arial,sans-serif;text-align:center}._brands_cccuj_3408 h3{font-size:2rem;font-weight:700;margin-bottom:1rem;color:#111}._brands_cccuj_3408 h3 span{color:#f67224}._brands_cccuj_3408 p{font-size:1rem;color:#555;margin-bottom:2rem;line-height:1.6}._brands_cccuj_3408 ._cards-wrapper_cccuj_3437{display:flex;gap:1.5rem;flex-wrap:wrap}._brands_cccuj_3408 ._card_cccuj_1672{flex:1 1 calc(50% - 1.5rem);background-color:#fff;border-radius:10px;overflow:hidden;box-shadow:0 4px 50px #f6722433;display:flex;flex-direction:column;align-items:center;padding:1rem}._brands_cccuj_3408 ._card_cccuj_1672 img{width:100%;height:auto;border-radius:8px;margin-bottom:1rem}._brands_cccuj_3408 ._card-content_cccuj_3465{padding:.5rem;text-align:center}._ad_cccuj_3470{width:75%;margin:2rem auto -7rem;padding:4rem 1.5rem;text-align:center}@media (max-width: 1024px){._ad_cccuj_3470{width:90%;margin-bottom:-10rem}}@media (max-width: 768px){._ad_cccuj_3470{margin-bottom:-10rem}}@media (max-width: 631px){._ad_cccuj_3470{width:96%!important}}._ad_cccuj_3470 ._adWrapper_cccuj_3494{display:flex;justify-content:center;align-items:stretch;flex-wrap:wrap;gap:2rem;margin-top:4rem}@media (max-width: 1024px){._ad_cccuj_3470 ._adWrapper_cccuj_3494{margin-top:8rem}}@media (max-width: 768px){._ad_cccuj_3470 ._adWrapper_cccuj_3494{width:70%;margin:8rem auto}}@media (max-width: 631px){._ad_cccuj_3470 ._adWrapper_cccuj_3494{width:99%;margin:-2rem auto}}._ad_cccuj_3470 ._adWrapper_cccuj_3494 ._adCard_cccuj_3519{flex:1 1 calc(25% - 2rem);background:#fff;border-radius:16px;box-shadow:0 4px 30px #00000014;padding:2rem;text-align:left;transition:transform .3s ease}@media (max-width: 1024px){._ad_cccuj_3470 ._adWrapper_cccuj_3494 ._adCard_cccuj_3519{margin-top:0}}@media (max-width: 768px){._ad_cccuj_3470 ._adWrapper_cccuj_3494 ._adCard_cccuj_3519{margin-top:3rem}}@media (max-width: 631px){._ad_cccuj_3470 ._adWrapper_cccuj_3494 ._adCard_cccuj_3519{margin-top:0}}._ad_cccuj_3470 ._adWrapper_cccuj_3494 ._adCard_cccuj_3519:hover{transform:translateY(-8px)}._ad_cccuj_3470 ._adWrapper_cccuj_3494 ._adCard_cccuj_3519 img{width:60px;height:60px;margin-bottom:2rem;border:2px solid rgb(243,243,243);border-radius:50%;margin-top:-50px;transition:all .3s ease}@media (max-width: 1024px){._ad_cccuj_3470 ._adWrapper_cccuj_3494 ._adCard_cccuj_3519 img{width:50px;height:50px}}@media (max-width: 768px){._ad_cccuj_3470 ._adWrapper_cccuj_3494 ._adCard_cccuj_3519 img{width:50px;height:50px}}@media (max-width: 631px){._ad_cccuj_3470 ._adWrapper_cccuj_3494 ._adCard_cccuj_3519 img{width:50px;height:50px}}._ad_cccuj_3470 ._adWrapper_cccuj_3494 ._adCard_cccuj_3519 h3{font-size:1.5rem;margin-bottom:2rem}@media (max-width: 1024px){._ad_cccuj_3470 ._adWrapper_cccuj_3494 ._adCard_cccuj_3519 h3{font-size:2rem}}@media (max-width: 768px){._ad_cccuj_3470 ._adWrapper_cccuj_3494 ._adCard_cccuj_3519 h3{font-size:3rem}}@media (max-width: 631px){._ad_cccuj_3470 ._adWrapper_cccuj_3494 ._adCard_cccuj_3519 h3{font-size:2rem!important}}._ad_cccuj_3470 ._adWrapper_cccuj_3494 ._adCard_cccuj_3519 p{font-size:1rem;color:#666;margin-bottom:2rem}@media (max-width: 1024px){._ad_cccuj_3470 ._adWrapper_cccuj_3494 ._adCard_cccuj_3519 p{font-size:1.3rem}}@media (max-width: 768px){._ad_cccuj_3470 ._adWrapper_cccuj_3494 ._adCard_cccuj_3519 p{font-size:1.5rem}}@media (max-width: 631px){._ad_cccuj_3470 ._adWrapper_cccuj_3494 ._adCard_cccuj_3519 p{font-size:1.2rem!important}}._ad_cccuj_3470 ._adWrapper_cccuj_3494 ._adCard_cccuj_3519 ul{list-style:none;padding:0;margin:0 0 1rem}._ad_cccuj_3470 ._adWrapper_cccuj_3494 ._adCard_cccuj_3519 ul li{font-size:1.2rem;color:#333;margin:2rem 0 .5rem;display:flex;align-items:center}@media (max-width: 768px){._ad_cccuj_3470 ._adWrapper_cccuj_3494 ._adCard_cccuj_3519 ul li{font-size:1.8rem}}@media (max-width: 631px){._ad_cccuj_3470 ._adWrapper_cccuj_3494 ._adCard_cccuj_3519 ul li{font-size:1.2rem}}._ad_cccuj_3470 ._adWrapper_cccuj_3494 ._adCard_cccuj_3519 ul li svg{margin-right:1rem}@media (max-width: 1024px){._ad_cccuj_3470 ._adWrapper_cccuj_3494 ._adCard_cccuj_3519 ul li svg{width:2rem}}._ad_cccuj_3470 ._adWrapper_cccuj_3494 ._adCard_cccuj_3519 ul li svg path{fill:#f67224}._ad_cccuj_3470 ._adWrapper_cccuj_3494 ._adCard_cccuj_3519 a{font-size:.9rem;color:#6f6f6f;font-weight:500;text-decoration:none}@media (max-width: 768px){._ad_cccuj_3470 ._adWrapper_cccuj_3494 ._adCard_cccuj_3519 a{font-size:1.5rem}}@media (max-width: 631px){._ad_cccuj_3470 ._adWrapper_cccuj_3494 ._adCard_cccuj_3519 a{font-size:1rem}}._ad_cccuj_3470 ._adWrapper_cccuj_3494 ._adCard_cccuj_3519 a:hover{text-decoration:underline}@media (max-width: 992px){._ad_cccuj_3470{width:90%}._ad_cccuj_3470 ._adWrapper_cccuj_3494 ._adCard_cccuj_3519{flex:1 1 calc(50% - 1rem)}}@media (max-width: 600px){._ad_cccuj_3470{width:100%;margin:2rem 1rem;padding:2rem 1rem}._ad_cccuj_3470 ._adWrapper_cccuj_3494{gap:1rem;margin-top:5rem}._ad_cccuj_3470 ._adWrapper_cccuj_3494 ._adCard_cccuj_3519{flex:1 1 calc(50% - .5rem);margin-top:2rem}._ad_cccuj_3470 ._adWrapper_cccuj_3494 ._adCard_cccuj_3519 img{width:40px;height:40px;margin-top:-30px}._ad_cccuj_3470 ._adWrapper_cccuj_3494 ._adCard_cccuj_3519 h3{font-size:1.2rem}._ad_cccuj_3470 ._adWrapper_cccuj_3494 ._adCard_cccuj_3519 p{font-size:.9rem}}._performance_cccuj_3700{width:90%;margin:6rem auto;text-align:center}._performance_cccuj_3700 h2{font-weight:700;margin-bottom:1rem}._performance_cccuj_3700 h2 span{color:#ff6b00}@media (max-width: 768px){._performance_cccuj_3700 h2{font-size:1rem}}@media (max-width: 480px){._performance_cccuj_3700 h2{font-size:3rem}}._performance_cccuj_3700 p{font-size:1.1rem;color:#555;margin-bottom:2rem}@media (max-width: 768px){._performance_cccuj_3700 p{font-size:1rem}}@media (max-width: 480px){._performance_cccuj_3700 p{font-size:1.3rem}}._performance_cccuj_3700 ._tabWrapper_cccuj_3737{display:flex;flex-wrap:wrap;justify-content:center;gap:1rem;margin-bottom:3rem}._performance_cccuj_3700 ._tabWrapper_cccuj_3737 button{border:1px solid #ddd;background:#fff;border-radius:50px;padding:.6rem 1.5rem;font-size:1rem;cursor:pointer;transition:all .3s ease;color:#444;white-space:nowrap}._performance_cccuj_3700 ._tabWrapper_cccuj_3737 button._active_cccuj_3756{background:#ff6b00;color:#fff;border-color:#ff6b00}._performance_cccuj_3700 ._tabWrapper_cccuj_3737 button:hover{border-color:#ff6b00;color:#ff6b00}@media (max-width: 480px){._performance_cccuj_3700 ._tabWrapper_cccuj_3737 button{padding:.5rem 1rem;font-size:1.2rem}}@media (max-width: 768px){._performance_cccuj_3700 ._tabWrapper_cccuj_3737{flex-wrap:nowrap;overflow-x:auto;-webkit-overflow-scrolling:touch;padding-bottom:.5rem}._performance_cccuj_3700 ._tabWrapper_cccuj_3737::-webkit-scrollbar{display:none}}._performance_cccuj_3700 ._contentWrapper_cccuj_3783{display:flex;align-items:center;justify-content:center;gap:3rem;margin-top:2rem}._performance_cccuj_3700 ._contentWrapper_cccuj_3783 ._imageWrapper_cccuj_3790{flex:1}._performance_cccuj_3700 ._contentWrapper_cccuj_3783 ._imageWrapper_cccuj_3790 img{max-width:60%;height:auto;border-radius:10px}._performance_cccuj_3700 ._contentWrapper_cccuj_3783 ._textWrapper_cccuj_3798{flex:1;text-align:left}._performance_cccuj_3700 ._contentWrapper_cccuj_3783 ._textWrapper_cccuj_3798 h3{font-size:2.4rem;margin-bottom:1rem}._performance_cccuj_3700 ._contentWrapper_cccuj_3783 ._textWrapper_cccuj_3798 h3 span{color:#ff6b00}@media (max-width: 768px){._performance_cccuj_3700 ._contentWrapper_cccuj_3783 ._textWrapper_cccuj_3798 h3{font-size:3rem}}@media (max-width: 480px){._performance_cccuj_3700 ._contentWrapper_cccuj_3783 ._textWrapper_cccuj_3798 h3{font-size:3rem}}._performance_cccuj_3700 ._contentWrapper_cccuj_3783 ._textWrapper_cccuj_3798 p{font-size:1.4rem;color:#555;margin:2rem 10rem 2rem 0}@media (max-width: 1024px){._performance_cccuj_3700 ._contentWrapper_cccuj_3783 ._textWrapper_cccuj_3798 p{margin-right:5rem;font-size:1.25rem}}@media (max-width: 768px){._performance_cccuj_3700 ._contentWrapper_cccuj_3783 ._textWrapper_cccuj_3798 p{margin:1.5rem 2rem 2rem 0;font-size:1.1rem}}@media (max-width: 480px){._performance_cccuj_3700 ._contentWrapper_cccuj_3783 ._textWrapper_cccuj_3798 p{margin:1rem 0;font-size:1.4rem}}._performance_cccuj_3700 ._contentWrapper_cccuj_3783 ._textWrapper_cccuj_3798 ._ctaBtn_cccuj_3842{padding:.8rem 2rem;border:none;border-radius:8px;background:linear-gradient(90deg,#ff6b00,#ff8c42);color:#fff;font-size:1rem;font-weight:600;cursor:pointer;transition:transform .2s ease}._performance_cccuj_3700 ._contentWrapper_cccuj_3783 ._textWrapper_cccuj_3798 ._ctaBtn_cccuj_3842:hover{transform:translateY(-3px)}@media (max-width: 480px){._performance_cccuj_3700 ._contentWrapper_cccuj_3783 ._textWrapper_cccuj_3798 ._ctaBtn_cccuj_3842{width:100%;font-size:1.2rem;margin-top:2rem;padding:.7rem 1.5rem}}@media (max-width: 900px){._performance_cccuj_3700 ._contentWrapper_cccuj_3783{flex-direction:column;text-align:center}._performance_cccuj_3700 ._contentWrapper_cccuj_3783 ._textWrapper_cccuj_3798{text-align:center;margin-top:2rem}._performance_cccuj_3700 ._contentWrapper_cccuj_3783 ._imageWrapper_cccuj_3790{margin-bottom:2rem}}._Box_14mnr_1{padding:3rem 5rem 3rem 3rem;margin:2rem 1rem;display:grid;grid-template-columns:1fr 1fr;gap:4rem;border-radius:2rem;box-shadow:0 4px 40px #0000000a}._Box_14mnr_1 ._Col1_14mnr_11 p{text-align:start}._Box_14mnr_1 ._Col1_14mnr_11 h4{color:#6548ee;margin:1rem 0}._Box_14mnr_1 ._Col1_14mnr_11 ._Top_14mnr_21{display:flex;align-items:center;gap:2rem;margin-bottom:1rem}._Box_14mnr_1 ._Col1_14mnr_11 ._Top_14mnr_21 i{background:linear-gradient(136deg,#6448ee 4.46%,#fff 232.7%);padding:.5rem;border-radius:1rem}._Box_14mnr_1 ._Col1_14mnr_11 ._Top_14mnr_21 i svg{width:3rem;height:3rem}._Box_14mnr_1 ._Col1_14mnr_11 ._Top_14mnr_21 i svg path{fill:#fff}._Box_14mnr_1 ._Col1_14mnr_11 ._List_14mnr_39{display:grid;grid-template-columns:1fr 1fr;gap:1rem}._Box_14mnr_1 ._Col1_14mnr_11 ._List_14mnr_39 p{display:flex;align-items:center;gap:1rem}._Box_14mnr_1 ._Col1_14mnr_11 ._List_14mnr_39 p._blue-icon_14mnr_49 svg path{fill:#6448eee5!important}._Box_14mnr_1 ._Col1_14mnr_11 ._List_14mnr_39 p._orange-icon_14mnr_52 svg path{fill:#f3721b!important}._Box_14mnr_1 ._Col1_14mnr_11 ._List_14mnr_39 p._green-icon_14mnr_55 svg path{fill:#6ac248!important}._Box_14mnr_1 ._Col1_14mnr_11 ._List_14mnr_39 p._sky-blue-icon_14mnr_58 svg path{fill:#2fbbe9!important}._Box_14mnr_1 ._Col1_14mnr_11 ._Testimonial_14mnr_61{padding:1rem;margin-top:2rem;background:linear-gradient(136deg,#6448ee 4.46%,#fff 232.7%);border-radius:.5rem}._Box_14mnr_1 ._Col1_14mnr_11 ._Testimonial_14mnr_61 p{color:#fff;font-style:italic;margin-bottom:1rem}._Box_14mnr_1 ._Col1_14mnr_11 ._Testimonial_14mnr_61 h3{color:#fff}._Box_14mnr_1 ._Col2_14mnr_75{position:relative;overflow:hidden;background:#f7f7f7;padding:2rem;border-radius:1.5rem;border:1px solid rgba(0,0,0,.1882352941)}._Box_14mnr_1 ._Col2_14mnr_75 ._Blur1_14mnr_83,._Box_14mnr_1 ._Col2_14mnr_75 ._Blur2_14mnr_84{position:absolute;z-index:0;width:200px;height:200px;filter:blur(100px);opacity:.6}._Box_14mnr_1 ._Col2_14mnr_75 ._Blur1_14mnr_83{top:-50px;left:-50px;background:linear-gradient(45deg,#6448ee,#fff)}._Box_14mnr_1 ._Col2_14mnr_75 ._Blur2_14mnr_84{bottom:-50px;right:-50px;background:linear-gradient(45deg,#f3721b,#fff)}._Box_14mnr_1 ._Col2_14mnr_75 ._Card_14mnr_102{position:relative;z-index:1;background:#fff;height:100%;padding:2rem}._Box_14mnr_1 ._Col2_14mnr_75 ._Card_14mnr_102 h3{text-align:center;font-size:1.5rem}._Box_14mnr_1 ._Col2_14mnr_75 ._Card_14mnr_102 ._Results_14mnr_113{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;height:100%;align-items:center;justify-content:center}._Box_14mnr_1 ._Col2_14mnr_75 ._Card_14mnr_102 ._Results_14mnr_113 ._Result_14mnr_113{text-align:center}._Box_14mnr_1 ._Col2_14mnr_75 ._Card_14mnr_102 ._Results_14mnr_113 ._Result_14mnr_113 p{font-weight:500}._Box_14mnr_1 ._Col2_14mnr_75 ._Card_14mnr_102 ._Results_14mnr_113 ._Result_14mnr_113 h2{font-size:2.5rem;background:linear-gradient(136deg,#6448ee 4.46%,#fff 232.7%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}._Box_14mnr_1 ._Col2_14mnr_75 ._Card_14mnr_102 ._Results_14mnr_113 ._Result_14mnr_113:nth-child(2) h2{background:linear-gradient(136deg,#f3721b 4.46%,#fff 232.7%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}._Box_14mnr_1 ._Col2_14mnr_75 ._Card_14mnr_102 ._Results_14mnr_113 ._Result_14mnr_113:nth-child(3) h2{background:linear-gradient(136deg,#6ac248 4.46%,#fff 232.7%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}._Box_14mnr_1 ._Col2_14mnr_75 ._Card_14mnr_102 ._Results_14mnr_113 ._Result_14mnr_113:nth-child(4) h2{background:linear-gradient(136deg,#2fbbe9 4.46%,#fff 232.7%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}._Box_14mnr_1 ._Col2_14mnr_75 ._Card_14mnr_102 ._Results_14mnr_113 ._Result_14mnr_113:nth-child(5) h2{background:linear-gradient(136deg,#f66957 4.46%,#fff 232.7%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}._Box_14mnr_1 ._Col2_14mnr_75 ._Card_14mnr_102 ._Results_14mnr_113 ._Result_14mnr_113:nth-child(6) h2{background:linear-gradient(136deg,#ffc444 4.46%,#f36f56 232.7%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}._BottomNav_14mnr_166{display:flex;justify-content:center;align-items:center;margin-top:0rem;gap:.5rem}._BottomNav_14mnr_166 ._LeftArrow_14mnr_173,._BottomNav_14mnr_166 ._RightArrow_14mnr_174{background:#d9d9d9;color:#515151;border:none;border-radius:50%;width:3rem;height:3rem;font-size:1.5rem;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:.3s}._BottomNav_14mnr_166 ._LeftArrow_14mnr_173:hover,._BottomNav_14mnr_166 ._RightArrow_14mnr_174:hover{background:#ff9e03}._BottomNav_14mnr_166 ._LeftArrow_14mnr_173{transform:rotate(180deg)}._BottomNav_14mnr_166 ._Dot_14mnr_195{background:#ddd0;border:none;border-radius:50%;width:3rem;color:#18171733;height:3rem;font-size:1.4rem;cursor:pointer;transition:.3s}._BottomNav_14mnr_166 ._Dot_14mnr_195._ActiveDot_14mnr_206{background:#fc8c14;color:#fff}@media (max-width: 631px){._Box_14mnr_1{padding:2rem 3rem 2rem 2rem;margin:1.5rem .5rem;gap:2rem;grid-template-columns:1fr}._Box_14mnr_1 ._Col1_14mnr_11{order:2}._Box_14mnr_1 ._Col2_14mnr_75{order:1}._BottomNav_14mnr_166{gap:.3rem}._BottomNav_14mnr_166 ._LeftArrow_14mnr_173,._BottomNav_14mnr_166 ._RightArrow_14mnr_174,._BottomNav_14mnr_166 ._Dot_14mnr_195{width:3rem;height:3rem;font-size:1rem}._BottomNav_14mnr_166 ._Dot_14mnr_195._ActiveDot_14mnr_206{width:2rem;height:2rem}}._success_1img0_1{width:80%;margin:6rem auto;text-align:center}._success_1img0_1 h2{font-weight:700;margin-bottom:1rem;font-size:3rem}._success_1img0_1 h2 span{color:#ff6b00}._success_1img0_1 p{font-size:1.1rem;color:#555;margin-bottom:2rem}._successWrapper_1img0_21{display:flex;gap:2rem;justify-content:center;flex-wrap:wrap}@media (max-width: 425px){._successWrapper_1img0_21{display:none}}._successWrapper_1img0_21 ._successCard_1img0_32{flex:1 1 calc(33.333% - 2rem);background:#fff;padding:1.5rem;border-radius:1rem;text-align:left;box-shadow:0 4px 12px #0000001a}._successWrapper_1img0_21 ._successCard_1img0_32 h4{font-size:1.5rem;margin-bottom:1rem;color:#515151}._successWrapper_1img0_21 ._successCard_1img0_32 h5{font-size:1.2rem;margin-bottom:.5rem}._successWrapper_1img0_21 ._successCard_1img0_32 ._successResult_1img0_49{margin-top:1rem;padding:1rem;border-radius:.75rem;color:#fff}._successWrapper_1img0_21 ._successCard_1img0_32 ._successResult_1img0_49 p{font-weight:700;color:#fff}._successWrapper_1img0_21 ._successCard_1img0_32 ._successResult_1img0_49 h4{font-size:1.2rem;color:#fff}._carouselWrapper_1img0_65{display:none}@media (max-width: 768px){._carouselWrapper_1img0_65{display:block}}._carouselWrapper_1img0_65 ._successCard_1img0_32{background:#fff;padding:1.5rem;border-radius:1rem;text-align:left;box-shadow:0 4px 12px #0000001a;margin:0 auto;width:90%}._successCard_1img0_32._card1_1img0_84 ._successResult_1img0_49{background:linear-gradient(112.12deg,#6548ee 4.93%,#9678ff 90%)}._successCard_1img0_32._card2_1img0_88 ._successResult_1img0_49{background:linear-gradient(105.66deg,#f3721b 4.46%,#ffb67a 90%)}._successCard_1img0_32._card3_1img0_92 ._successResult_1img0_49{background:linear-gradient(112.12deg,#2fbbe9 4.93%,#7fe0ff 90%)}._successCard_1img0_32._card1_1img0_84 h4{font-size:2rem}._successCard_1img0_32._card1_1img0_84 h5{font-size:1.2rem;color:#6548ee}._successCard_1img0_32._card1_1img0_84 p{font-size:1.3rem!important}._successCard_1img0_32._card2_1img0_88 h4{font-size:2rem}._successCard_1img0_32._card2_1img0_88 h5{color:#f3721b}._successCard_1img0_32._card3_1img0_92 h4{font-size:2rem}._successCard_1img0_32._card3_1img0_92 h5{font-size:1.2rem;color:#2fbbe9}._successCard_1img0_32._card3_1img0_92 p{font-size:1.3rem!important}._BottomNav_1img0_127{display:flex;justify-content:center;align-items:center;margin-top:2rem;gap:.5rem}._BottomNav_1img0_127 ._LeftArrow_1img0_134,._BottomNav_1img0_127 ._RightArrow_1img0_135{background:#d9d9d9;color:#515151;border:none;border-radius:50%;width:3rem;height:3rem;font-size:1.5rem;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:.3s}._BottomNav_1img0_127 ._LeftArrow_1img0_134:hover,._BottomNav_1img0_127 ._RightArrow_1img0_135:hover{background:#ff9e03}._BottomNav_1img0_127 ._LeftArrow_1img0_134{transform:rotate(180deg)}._BottomNav_1img0_127 ._Dot_1img0_156{background:#ddd0;border:none;border-radius:50%;width:3rem;height:3rem;font-size:1.4rem;cursor:pointer;transition:.3s;color:#18171733}._BottomNav_1img0_127 ._Dot_1img0_156._ActiveDot_1img0_167{background:#fc8c14;color:#fff}@media (min-width: 769px){._BottomNav_1img0_127{display:none}}._success_zykfx_1{width:80%;margin:0 auto;padding:3rem 1.5rem;text-align:center}._success_zykfx_1 h2{margin-bottom:1rem}._success_zykfx_1 h2 span{color:#f3721b}@media (max-width: 1024px){._success_zykfx_1 h2{font-size:2.4rem}}@media (max-width: 631px){._success_zykfx_1 h2{font-size:3rem;text-align:start}}._success_zykfx_1 p{font-size:.8rem;color:#555;margin-bottom:2.5rem}@media (max-width: 631px){._success_zykfx_1 p{font-size:1rem;text-align:start}}._success_zykfx_1 ._successWrapper_zykfx_38{justify-content:center;align-items:center;display:flex;flex-direction:column;margin-top:3rem}@media (max-width: 631px){._success_zykfx_1 ._successWrapper_zykfx_38{margin:0;padding:0}}._success_zykfx_1 ._Cards_zykfx_51{width:100%;margin-top:2rem}@media (max-width: 631px){._success_zykfx_1 ._Cards_zykfx_51{overflow:hidden;padding:0;margin:0}._success_zykfx_1 ._Cards_zykfx_51 .alice-carousel{width:100%}._success_zykfx_1 ._Cards_zykfx_51 .alice-carousel__stage{padding:0}._success_zykfx_1 ._Cards_zykfx_51 .alice-carousel__stage-item{padding:0 1rem}}._success_zykfx_1 ._CardTrack_zykfx_74{display:grid;grid-template-columns:repeat(3,1fr);gap:2.5rem}@media (max-width: 1024px){._success_zykfx_1 ._CardTrack_zykfx_74{grid-template-columns:repeat(3,1fr)}}._success_zykfx_1 ._Card_zykfx_51{position:relative;background:#fff;border-radius:1.2rem;text-align:center;box-shadow:0 6px 18px #00000014;padding-top:5rem;min-height:22rem;width:100%;display:flex;flex-direction:column;gap:1rem;transition:all .3s ease}._success_zykfx_1 ._Card_zykfx_51 h1{font-size:4rem;font-weight:500;margin-left:1rem;margin-top:1rem!important}@media (max-width: 1024px){._success_zykfx_1 ._Card_zykfx_51 h1{margin-top:1rem!important}}@media (max-width: 631px){._success_zykfx_1 ._Card_zykfx_51 h1{margin-top:5rem!important;font-size:2.2rem}}._success_zykfx_1 ._Card_zykfx_51 h3{color:#3d3d3d;font-family:Inter,sans-serif;font-size:1.3rem;font-weight:600;line-height:2.4rem;margin-top:1rem}._success_zykfx_1 ._Card_zykfx_51 p{color:#060606;font-family:Inter,sans-serif;font-size:1rem;font-weight:400;padding:0 2rem;line-height:1.8rem;margin-top:.8rem}._success_zykfx_1 ._Card_zykfx_51 i{position:absolute;top:-1.5rem;left:50%;transform:translate(-50%);display:flex;width:6rem;height:6rem;justify-content:center;align-items:center;border-radius:50%;box-shadow:0 4px 20px #0000000d}._success_zykfx_1 ._Card_zykfx_51 i svg{width:3.5rem;height:3.5rem}@media (max-width: 631px){._success_zykfx_1 ._Card_zykfx_51{flex-shrink:0;width:100%;max-width:none;height:auto;padding:5rem 3rem 3rem;align-items:flex-start;text-align:start}._success_zykfx_1 ._Card_zykfx_51 h3{font-size:1.8rem}._success_zykfx_1 ._Card_zykfx_51 p{font-size:1.2rem;padding:0}._success_zykfx_1 ._Card_zykfx_51 i{left:2rem;top:2rem;transform:none;width:5rem;height:5rem}}._success_zykfx_1 ._Card_zykfx_51._card1_zykfx_177{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;position:relative}._success_zykfx_1 ._Card_zykfx_51._card1_zykfx_177 i{position:absolute;margin-top:3rem;left:50%;transform:translate(-50%,-50%);width:6rem;height:6rem;border-radius:50%;display:flex;justify-content:center;align-items:center;background:#fff}._success_zykfx_1 ._Card_zykfx_51._card1_zykfx_177 h1{color:#6548ee;font-size:4rem;font-weight:700;margin-top:4rem;z-index:10}._success_zykfx_1 ._Card_zykfx_51._card1_zykfx_177 h3,._success_zykfx_1 ._Card_zykfx_51._card1_zykfx_177 p{margin-top:1rem;text-align:ce}._success_zykfx_1 ._Card_zykfx_51._card2_zykfx_209{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;position:relative}._success_zykfx_1 ._Card_zykfx_51._card2_zykfx_209 i{position:absolute;margin-top:3rem;left:50%;transform:translate(-50%,-50%);width:6rem;height:6rem;border-radius:50%;display:flex;justify-content:center;align-items:center;background:#fff}._success_zykfx_1 ._Card_zykfx_51._card2_zykfx_209 h1{color:#f3721b;font-size:4rem;font-weight:700;margin-top:4rem;z-index:10}._success_zykfx_1 ._Card_zykfx_51._card2_zykfx_209 h3,._success_zykfx_1 ._Card_zykfx_51._card2_zykfx_209 p{margin-top:1rem;text-align:center}._success_zykfx_1 ._Card_zykfx_51._card3_zykfx_241{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;position:relative}._success_zykfx_1 ._Card_zykfx_51._card3_zykfx_241 i{position:absolute;margin-top:3rem;left:50%;transform:translate(-50%,-50%);width:6rem;height:6rem;border-radius:50%;display:flex;justify-content:center;align-items:center;background:#fff}._success_zykfx_1 ._Card_zykfx_51._card3_zykfx_241 h1{color:#2fbbe9;font-size:4rem;font-weight:700;margin-top:4rem;z-index:10}._success_zykfx_1 ._Card_zykfx_51._card3_zykfx_241 h3,._success_zykfx_1 ._Card_zykfx_51._card3_zykfx_241 p{margin-top:1rem;text-align:center}._success_zykfx_1 ._Card_zykfx_51._card4_zykfx_276 h1{color:#6ac248}._success_zykfx_1 ._Card_zykfx_51._card5_zykfx_279 h1{color:#fc8c14}._success_zykfx_1 ._Card_zykfx_51._card6_zykfx_282 h1{color:#ff4f4f}._success_zykfx_1 ._BottomNav_zykfx_285{display:flex;justify-content:center;align-items:center;margin-top:2rem;gap:.5rem}._success_zykfx_1 ._BottomNav_zykfx_285 ._LeftArrow_zykfx_292{background:#d9d9d9;color:#515151;border:none;border-radius:50%;width:3rem;height:3rem;font-size:2.3rem;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:.3s;transform:rotate(180deg)}._success_zykfx_1 ._BottomNav_zykfx_285 ._RightArrow_zykfx_306{background:#d9d9d9;color:#515151;border:none;border-radius:50%;width:3rem;height:3rem;font-size:2.3rem;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:.3s}._success_zykfx_1 ._BottomNav_zykfx_285 ._RightArrow_zykfx_306:hover:not(:disabled){background:#ff9e03}._success_zykfx_1 ._BottomNav_zykfx_285 ._RightArrow_zykfx_306:disabled{opacity:.5;cursor:not-allowed}._success_zykfx_1 ._BottomNav_zykfx_285 ._Dot_zykfx_330{background:#ddd0;border:none;border-radius:50%;width:3rem;height:3rem;font-size:1.4rem;cursor:pointer;transition:.3s;color:#18171733}._success_zykfx_1 ._BottomNav_zykfx_285 ._Dot_zykfx_330._ActiveDot_zykfx_341{background:#fc8c14;color:#fff}@media (min-width: 769px){._success_zykfx_1 ._BottomNav_zykfx_285{display:none}}._success_zykfx_1 ._BtnWrapper_zykfx_350{margin-top:2rem;display:flex;justify-content:center}._success_zykfx_1 ._BtnWrapper_zykfx_350 button{width:40rem!important;margin-top:3rem}._STACards_1ipov_1{width:90%;padding-left:10rem;margin-top:4rem}@media (max-width: 768px){._STACards_1ipov_1{padding-left:0rem}}._STACards_1ipov_1 ._MobileCarousel_1ipov_11{display:none}._STACards_1ipov_1 ._DesktopGrid_1ipov_14{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}@media (max-width: 1024px){._STACards_1ipov_1 ._DesktopGrid_1ipov_14{grid-template-columns:repeat(3,1fr)}}@media (max-width: 768px){._STACards_1ipov_1 ._DesktopGrid_1ipov_14{grid-template-columns:repeat(3,1fr)}}@media (max-width: 600px){._STACards_1ipov_1 ._DesktopGrid_1ipov_14{display:none}._STACards_1ipov_1 ._MobileCarousel_1ipov_11{display:block}}._STACards_1ipov_1 ._BottomNav_1ipov_37{display:flex;justify-content:center;align-items:center;margin-top:2rem;gap:.5rem}._STACards_1ipov_1 ._BottomNav_1ipov_37 ._LeftArrow_1ipov_44,._STACards_1ipov_1 ._BottomNav_1ipov_37 ._RightArrow_1ipov_45{background:#d9d9d9;color:#515151;border:none;border-radius:50%;width:3rem;height:3rem;font-size:1.5rem;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:.3s}._STACards_1ipov_1 ._BottomNav_1ipov_37 ._LeftArrow_1ipov_44:hover,._STACards_1ipov_1 ._BottomNav_1ipov_37 ._RightArrow_1ipov_45:hover{background:#ff9e03}._STACards_1ipov_1 ._BottomNav_1ipov_37 ._LeftArrow_1ipov_44{transform:rotate(180deg)}._STACards_1ipov_1 ._BottomNav_1ipov_37 ._Dot_1ipov_66{background:#ddd0;border:none;border-radius:50%;width:3rem;color:#18171733;height:3rem;font-size:1.4rem;cursor:pointer;transition:.3s}._STACards_1ipov_1 ._BottomNav_1ipov_37 ._Dot_1ipov_66._ActiveDot_1ipov_77{background:#fc8c14;color:#fff}._process_f7xcu_1{display:flex;gap:3rem;margin:7rem auto;width:80%}@media (max-width: 631px){._process_f7xcu_1{flex-direction:column;width:100%;padding:0 1rem}}._process_f7xcu_1 ._left_f7xcu_14{flex:1;width:40%}@media (max-width: 631px){._process_f7xcu_1 ._left_f7xcu_14{width:100%}}._process_f7xcu_1 ._left_f7xcu_14 h2{font-weight:700;text-align:start;color:#3d3d3d;font-family:Inter,sans-serif;line-height:2.4rem}@media (max-width: 631px){._process_f7xcu_1 ._left_f7xcu_14 h2{font-size:3rem!important;margin:0 13rem}}._process_f7xcu_1 ._left_f7xcu_14 h2 span{color:#f3721b}._process_f7xcu_1 ._left_f7xcu_14 p{margin:2rem 0;font-size:1.2rem;color:#555}@media (max-width: 631px){._process_f7xcu_1 ._left_f7xcu_14 p{margin-top:2rem!important;margin:0 2rem}}._process_f7xcu_1 ._left_f7xcu_14 ._BtnWrapper_f7xcu_50{display:flex;gap:2rem}@media (max-width: 631px){._process_f7xcu_1 ._left_f7xcu_14 ._BtnWrapper_f7xcu_50{flex-direction:column;display:none}}._process_f7xcu_1 ._left_f7xcu_14 img{margin-top:4rem;width:100%}@media (max-width: 1024px){._process_f7xcu_1 ._left_f7xcu_14 img{width:100%;margin-top:3rem}}@media (max-width: 768px){._process_f7xcu_1 ._left_f7xcu_14 img{width:110%;margin-top:5rem}}@media (max-width: 631px){._process_f7xcu_1 ._left_f7xcu_14 img{width:100%;margin-top:2rem}}._process_f7xcu_1 ._right_f7xcu_82{flex:1;display:flex;flex-direction:row;gap:1rem}._process_f7xcu_1 ._right_f7xcu_82 ._col3_f7xcu_88{display:flex;margin-left:2rem;margin-right:2rem;flex-direction:column;align-items:center;gap:5rem;position:relative;margin-top:1rem}._process_f7xcu_1 ._right_f7xcu_82 ._col3_f7xcu_88 ._circleWrapper_f7xcu_99{position:relative;display:flex;flex-direction:column;align-items:center;width:5rem;height:5rem}._process_f7xcu_1 ._right_f7xcu_82 ._col3_f7xcu_88 ._circleWrapper_f7xcu_99:not(:last-child):after{content:"";position:absolute;width:0;height:4rem;border-left:3px dashed rgba(0,0,0,.2);top:100%;left:50%;transform:translate(-50%)}._process_f7xcu_1 ._right_f7xcu_82 ._col3_f7xcu_88 ._circleWrapper_f7xcu_99 ._outerCircle_f7xcu_117{border-radius:50%;padding:.5rem;display:flex;justify-content:center;align-items:center;width:5rem;height:5rem}._process_f7xcu_1 ._right_f7xcu_82 ._col3_f7xcu_88 ._circleWrapper_f7xcu_99 ._outerCircle_f7xcu_117 ._number_f7xcu_126{border-radius:50%;width:3rem;height:3rem;display:flex;justify-content:center;align-items:center;color:#fff;font-size:1.5rem;font-weight:600}._process_f7xcu_1 ._right_f7xcu_82 ._col3_f7xcu_88 ._circleWrapper_f7xcu_99:nth-child(1) ._outerCircle_f7xcu_117{background:#ff5e0060}._process_f7xcu_1 ._right_f7xcu_82 ._col3_f7xcu_88 ._circleWrapper_f7xcu_99:nth-child(1) ._outerCircle_f7xcu_117 ._number_f7xcu_126{background:#ff5c00}._process_f7xcu_1 ._right_f7xcu_82 ._col3_f7xcu_88 ._circleWrapper_f7xcu_99:nth-child(1):not(:last-child):after{border-left-color:#ff5e00}._process_f7xcu_1 ._right_f7xcu_82 ._col3_f7xcu_88 ._circleWrapper_f7xcu_99:nth-child(2){margin-top:-1rem}._process_f7xcu_1 ._right_f7xcu_82 ._col3_f7xcu_88 ._circleWrapper_f7xcu_99:nth-child(2) ._outerCircle_f7xcu_117{background:#6bc24872}._process_f7xcu_1 ._right_f7xcu_82 ._col3_f7xcu_88 ._circleWrapper_f7xcu_99:nth-child(2) ._outerCircle_f7xcu_117 ._number_f7xcu_126{background:#6ac248}._process_f7xcu_1 ._right_f7xcu_82 ._col3_f7xcu_88 ._circleWrapper_f7xcu_99:nth-child(2):not(:last-child):after{border-left-color:#6bc248}._process_f7xcu_1 ._right_f7xcu_82 ._col3_f7xcu_88 ._circleWrapper_f7xcu_99:nth-child(3){margin-top:-1rem}._process_f7xcu_1 ._right_f7xcu_82 ._col3_f7xcu_88 ._circleWrapper_f7xcu_99:nth-child(3) ._outerCircle_f7xcu_117{background:#6448ee80}._process_f7xcu_1 ._right_f7xcu_82 ._col3_f7xcu_88 ._circleWrapper_f7xcu_99:nth-child(3) ._outerCircle_f7xcu_117 ._number_f7xcu_126{background:#6448ee}._process_f7xcu_1 ._right_f7xcu_82 ._col3_f7xcu_88 ._circleWrapper_f7xcu_99:nth-child(3):not(:last-child):after{border-left-color:#6448ee}._process_f7xcu_1 ._right_f7xcu_82 ._col3_f7xcu_88 ._circleWrapper_f7xcu_99:nth-child(4){margin-top:-.5rem}._process_f7xcu_1 ._right_f7xcu_82 ._col3_f7xcu_88 ._circleWrapper_f7xcu_99:nth-child(4) ._outerCircle_f7xcu_117{background:#f003}._process_f7xcu_1 ._right_f7xcu_82 ._col3_f7xcu_88 ._circleWrapper_f7xcu_99:nth-child(4) ._outerCircle_f7xcu_117 ._number_f7xcu_126{background:#ff6b6b}._process_f7xcu_1 ._right_f7xcu_82 ._col3_f7xcu_88 ._circleWrapper_f7xcu_99:nth-child(4):not(:last-child):after{border-left-color:#ff6b6b}._process_f7xcu_1 ._right_f7xcu_82 ._col3_f7xcu_88 ._circleWrapper_f7xcu_99:nth-child(5){margin-top:-1rem}._process_f7xcu_1 ._right_f7xcu_82 ._col3_f7xcu_88 ._circleWrapper_f7xcu_99:nth-child(5) ._outerCircle_f7xcu_117{background:#f9da286a}._process_f7xcu_1 ._right_f7xcu_82 ._col3_f7xcu_88 ._circleWrapper_f7xcu_99:nth-child(5) ._outerCircle_f7xcu_117 ._number_f7xcu_126{background:#f9da28;color:#000}._process_f7xcu_1 ._right_f7xcu_82 ._col3_f7xcu_88 ._circleWrapper_f7xcu_99:nth-child(5):not(:last-child):after{border-left-color:#f9da28}._process_f7xcu_1 ._right_f7xcu_82 ._col3_f7xcu_88 ._circleWrapper_f7xcu_99:nth-child(6){margin-top:-1rem}._process_f7xcu_1 ._right_f7xcu_82 ._col3_f7xcu_88 ._circleWrapper_f7xcu_99:nth-child(6) ._outerCircle_f7xcu_117{background:#2fbbe95d}._process_f7xcu_1 ._right_f7xcu_82 ._col3_f7xcu_88 ._circleWrapper_f7xcu_99:nth-child(6) ._outerCircle_f7xcu_117 ._number_f7xcu_126{background:#2fbbe9}._process_f7xcu_1 ._right_f7xcu_82 ._cont_f7xcu_204{display:flex;flex-direction:column;gap:2rem}._process_f7xcu_1 ._right_f7xcu_82 ._cont_f7xcu_204 ._step_f7xcu_209{background:#fff;border-radius:1rem;padding:1rem 1.5rem;box-shadow:0 2px 8px #00000014;display:flex;align-items:flex-start;gap:1rem;cursor:pointer}._process_f7xcu_1 ._right_f7xcu_82 ._cont_f7xcu_204 ._step_f7xcu_209 ._badge_f7xcu_219{width:4rem;height:4rem;border-radius:50%;display:flex;justify-content:center;align-items:center;font-weight:700;font-size:3.2rem;margin-top:.5rem;flex-shrink:0}._process_f7xcu_1 ._right_f7xcu_82 ._cont_f7xcu_204 ._step_f7xcu_209 ._stepContent_f7xcu_231{flex:1}._process_f7xcu_1 ._right_f7xcu_82 ._cont_f7xcu_204 ._step_f7xcu_209 ._stepContent_f7xcu_231 ._header_f7xcu_234{display:flex;justify-content:space-between;align-items:center;padding-top:1.5rem}._process_f7xcu_1 ._right_f7xcu_82 ._cont_f7xcu_204 ._step_f7xcu_209 ._stepContent_f7xcu_231 ._header_f7xcu_234 h3{font-size:1.25rem;margin:0;font-weight:500}._process_f7xcu_1 ._right_f7xcu_82 ._cont_f7xcu_204 ._step_f7xcu_209 ._stepContent_f7xcu_231 ._header_f7xcu_234 span{font-size:1.5rem;font-weight:700}._process_f7xcu_1 ._right_f7xcu_82 ._cont_f7xcu_204 ._step_f7xcu_209 ._stepContent_f7xcu_231 ._header_f7xcu_234 span svg{transition:transform .3s ease}._process_f7xcu_1 ._right_f7xcu_82 ._cont_f7xcu_204 ._step_f7xcu_209 ._stepContent_f7xcu_231 ._header_f7xcu_234 ._rotate_f7xcu_252{transform:rotate(180deg)}._process_f7xcu_1 ._right_f7xcu_82 ._cont_f7xcu_204 ._step_f7xcu_209 ._stepContent_f7xcu_231 ._descriptionWrapper_f7xcu_255{max-height:0;overflow:hidden;opacity:0;margin-top:2rem;transition:max-height .5s ease,opacity .5s ease}._process_f7xcu_1 ._right_f7xcu_82 ._cont_f7xcu_204 ._step_f7xcu_209 ._stepContent_f7xcu_231._open_f7xcu_262 ._descriptionWrapper_f7xcu_255{max-height:500px;opacity:1;margin-top:.5rem}._process_f7xcu_1 ._right_f7xcu_82 ._cont_f7xcu_204 ._step_f7xcu_209 ._stepContent_f7xcu_231 ._description_f7xcu_255{font-size:1rem;color:#444}._Cards2_wqxi0_1{display:flex;align-items:center;justify-content:center;gap:2rem;margin-bottom:5rem;margin-top:3rem}@media (max-width: 631px){._Cards2_wqxi0_1{width:100%;gap:0;overflow:hidden;flex-direction:column;align-items:center;justify-content:center}}._Cards2_wqxi0_1 ._Card2_wqxi0_19{width:31rem;height:17rem;flex-shrink:0;border-radius:1.71319rem;background:#fff;box-shadow:0 4px 80px #00000014;position:relative;padding:4rem 2rem 2rem;display:flex;flex-direction:column;gap:.3rem}@media (max-width: 631px){._Cards2_wqxi0_1 ._Card2_wqxi0_19{width:100%;max-width:100%;height:20rem;padding:4.5rem 3rem 3rem;align-items:center;justify-content:center;gap:.5rem;flex-shrink:0}}._Cards2_wqxi0_1 ._Card2_wqxi0_19 i{position:absolute;top:0;left:50%;transform:translate(-50%,-50%);display:flex;width:5.24119rem;height:5.24119rem;padding:.9375rem .95994rem .92869rem .90625rem;justify-content:center;align-items:center;flex-shrink:0;border-radius:7.10619rem;box-shadow:0 4px 20px #0000000d}@media (max-width: 631px){._Cards2_wqxi0_1 ._Card2_wqxi0_19 i{margin-top:3rem}}._Cards2_wqxi0_1 ._Card2_wqxi0_19 i svg{width:3.375rem;height:3.375rem;flex-shrink:0}._Cards2_wqxi0_1 ._Card2_wqxi0_19 h3{color:var(--Test, #3d3d3d);text-align:center;font-family:Inter;font-size:2rem;font-style:normal;font-weight:600;line-height:2.74106rem;letter-spacing:-.04569rem}@media (max-width: 631px){._Cards2_wqxi0_1 ._Card2_wqxi0_19 h3{font-size:2.3125rem;text-align:center}}._Cards2_wqxi0_1 ._Card2_wqxi0_19 p{color:#060606;text-align:center;font-family:Inter;font-size:1rem;font-style:normal;font-weight:400;line-height:1.60356rem}@media (max-width: 631px){._Cards2_wqxi0_1 ._Card2_wqxi0_19 p{font-size:1.3125rem;text-align:center}._Cards2_wqxi0_1 .alice-carousel{width:100%}._Cards2_wqxi0_1 .alice-carousel__stage{padding:0;margin:0}._Cards2_wqxi0_1 .alice-carousel__stage-item{width:100%!important;padding:0!important}._Cards2_wqxi0_1 .alice-carousel__dots{margin-top:2rem}._Cards2_wqxi0_1 .alice-carousel__dots-item:not(.__custom){width:8px;height:8px;background-color:#d1d5db}._Cards2_wqxi0_1 .alice-carousel__dots-item:not(.__custom).__active{background-color:#f3721b}._BottomNav_wqxi0_126{display:flex;justify-content:center;align-items:center;gap:.5rem;margin-top:1.5rem;width:100%}._BottomNav_wqxi0_126 ._Dot_wqxi0_134{width:10px;height:10px;border-radius:50%;border:none;background:#d1d5db;cursor:pointer;transition:background .3s;padding:0}._BottomNav_wqxi0_126 ._Dot_wqxi0_134._ActiveDot_wqxi0_144{background:#f3721b}}._HireTopInterns_1abrr_1{width:100%;display:flex;flex-direction:column}._HireTopInterns_1abrr_1 h2{color:var(--c3);text-align:center;font-family:var(--f2);font-size:3.5rem;font-style:normal;font-weight:700;line-height:3.99rem;letter-spacing:-.07rem}@media (max-width: 631px){._HireTopInterns_1abrr_1 h2{font-size:2.5rem}}._HireTopInterns_1abrr_1 h2 span{color:var(--c1)}._HireTopInterns_1abrr_1 h3{color:#3d3d3d;font-size:1.4rem}._HireTopInterns_1abrr_1 p{color:var(--Test, #3d3d3d);text-align:center;font-family:Inter;font-size:1.125rem;font-style:normal;font-weight:400;line-height:1.755rem}@media (max-width: 631px){._HireTopInterns_1abrr_1 p{font-size:1.3125rem}}._HireTopInterns_1abrr_1 ._Row1_1abrr_42{position:relative;padding:1rem;display:flex;flex-direction:column;gap:4rem}@media (max-width: 631px){._HireTopInterns_1abrr_1 ._Row1_1abrr_42{padding:2rem}}._HireTopInterns_1abrr_1 ._Row1_1abrr_42 ._TopSection_1abrr_54{display:flex;align-items:center;justify-content:space-evenly;gap:0rem;width:100%;margin:0 auto}@media (max-width: 631px){._HireTopInterns_1abrr_1 ._Row1_1abrr_42 ._TopSection_1abrr_54{flex-direction:column}}._HireTopInterns_1abrr_1 ._Row1_1abrr_42 ._TopSection_1abrr_54 ._Left_1abrr_67{width:42.0625rem;display:flex;flex-direction:column;gap:1.5rem;margin-left:-2rem}._HireTopInterns_1abrr_1 ._Row1_1abrr_42 ._TopSection_1abrr_54 ._Left_1abrr_67 ._DummyBtn_1abrr_74{display:flex;width:max-content;height:3.0625rem;justify-content:center;align-items:center;gap:.75rem;border-radius:6.25rem;background:#f47b2a0d;color:#f58133;font-family:Inter;font-size:1rem;font-style:normal;font-weight:500;line-height:1.62rem;padding:.1rem 1rem}._HireTopInterns_1abrr_1 ._Row1_1abrr_42 ._TopSection_1abrr_54 ._Left_1abrr_67 ._DummyBtn_1abrr_74 i{width:1.5rem;height:1.5rem;flex-shrink:0;display:flex;align-items:center;justify-content:center}._HireTopInterns_1abrr_1 ._Row1_1abrr_42 ._TopSection_1abrr_54 ._Left_1abrr_67 ._DummyBtn_1abrr_74 i svg{fill:#f58133!important}._HireTopInterns_1abrr_1 ._Row1_1abrr_42 ._TopSection_1abrr_54 ._Left_1abrr_67 ._DummyBtn_1abrr_74 i svg path{fill:#f58133!important}._HireTopInterns_1abrr_1 ._Row1_1abrr_42 ._TopSection_1abrr_54 ._Left_1abrr_67 h1{color:#2f2f2f;font-family:Inter;font-size:4.05325rem;font-style:normal;font-weight:600;line-height:4.45856rem;letter-spacing:-.06356rem}._HireTopInterns_1abrr_1 ._Row1_1abrr_42 ._TopSection_1abrr_54 ._Left_1abrr_67 h1 span{background:var(--Frame-1618873097, linear-gradient(112deg, #f3721b 4.93%, #ff7236 256.79%));background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}._HireTopInterns_1abrr_1 ._Row1_1abrr_42 ._TopSection_1abrr_54 ._Left_1abrr_67 p{color:#313131;font-family:Inter;font-size:1.125rem;font-style:normal;font-weight:300;line-height:1.81469rem;text-align:start}@media (max-width: 631px){._HireTopInterns_1abrr_1 ._Row1_1abrr_42 ._TopSection_1abrr_54 ._Left_1abrr_67 p{width:90%;font-size:1.3125rem}}._HireTopInterns_1abrr_1 ._Row1_1abrr_42 ._TopSection_1abrr_54 ._Left_1abrr_67 ._Row_1abrr_42{display:flex;gap:1rem;height:max-content}._HireTopInterns_1abrr_1 ._Row1_1abrr_42 ._TopSection_1abrr_54 ._Left_1abrr_67 ._Row_1abrr_42 ._Col_1abrr_140{flex:1;display:flex;flex-direction:column;gap:.7rem}._HireTopInterns_1abrr_1 ._Row1_1abrr_42 ._TopSection_1abrr_54 ._Left_1abrr_67 ._Row_1abrr_42 ._Col_1abrr_140 p{color:#3d3d3d;text-align:start;font-family:Poppins;font-size:.825rem;font-style:normal;font-weight:400;line-height:111.4%;text-transform:capitalize;white-space:nowrap;display:flex;align-items:center;gap:.4rem}@media (max-width: 631px){._HireTopInterns_1abrr_1 ._Row1_1abrr_42 ._TopSection_1abrr_54 ._Left_1abrr_67 ._Row_1abrr_42 ._Col_1abrr_140 p{font-size:1rem;flex:1}}._HireTopInterns_1abrr_1 ._Row1_1abrr_42 ._TopSection_1abrr_54 ._Left_1abrr_67 ._Row_1abrr_42 ._Col_1abrr_140 p svg{width:1.375rem;height:1.375rem;flex-shrink:0}@media (max-width: 631px){._HireTopInterns_1abrr_1 ._Row1_1abrr_42 ._TopSection_1abrr_54 ._Left_1abrr_67 ._Row_1abrr_42 ._Col_1abrr_140 p svg{width:1.5375rem;height:1.5375rem}}._HireTopInterns_1abrr_1 ._Row1_1abrr_42 ._TopSection_1abrr_54 ._Left_1abrr_67 ._Row_1abrr_42 ._Col_1abrr_140 p svg path{fill:#6ac248}._HireTopInterns_1abrr_1 ._Row1_1abrr_42 ._TopSection_1abrr_54 ._Left_1abrr_67 ._Row_1abrr_42 ._Line_1abrr_180{height:100%;width:2px;background:#0003}._HireTopInterns_1abrr_1 ._Row1_1abrr_42 ._TopSection_1abrr_54 ._Left_1abrr_67 ._BtnWrapper_1abrr_185{display:flex;align-items:center;gap:1rem}._HireTopInterns_1abrr_1 ._Row1_1abrr_42 ._TopSection_1abrr_54 ._Right_1abrr_190{width:35rem;min-height:30rem;margin-top:2rem}._HireTopInterns_1abrr_1 ._Row1_1abrr_42 ._TopSection_1abrr_54 ._Right_1abrr_190 img{width:100%;height:auto}._HireTopInterns_1abrr_1 ._Row1_1abrr_42 ._Asset1_1abrr_199{width:29.5625rem;height:34.918rem;position:absolute;left:-4rem;top:-10rem}@media (max-width: 631px){._HireTopInterns_1abrr_1 ._Row1_1abrr_42 ._Asset1_1abrr_199{display:none}}._HireTopInterns_1abrr_1 ._Row1_1abrr_42 ._Asset1_1abrr_199 svg{height:100%;width:100%}._HireTopInterns_1abrr_1 ._Row1_1abrr_42 ._Asset2_1abrr_215{width:29.5625rem;height:34.918rem;position:absolute;right:-4rem;top:10rem}@media (max-width: 631px){._HireTopInterns_1abrr_1 ._Row1_1abrr_42 ._Asset2_1abrr_215{top:-7rem}}._HireTopInterns_1abrr_1 ._Row1_1abrr_42 ._Asset2_1abrr_215 svg{height:100%;width:100%}._HireTopInterns_1abrr_1 ._GlobalTalentMetrics_1abrr_231{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;margin:4rem 0;background:url(/assets/SILBG-DudNR10-.webp);background-size:cover;background-position:center;width:100%;height:42.6875rem;flex-shrink:0}@media (max-width: 631px){._HireTopInterns_1abrr_1 ._GlobalTalentMetrics_1abrr_231{height:auto;padding:3rem 2rem}}._HireTopInterns_1abrr_1 ._GlobalTalentMetrics_1abrr_231 h2{color:#fff;text-align:center}._HireTopInterns_1abrr_1 ._GlobalTalentMetrics_1abrr_231 p{color:#fff;text-align:center;font-family:Inter;font-size:1.125rem;font-style:normal;font-weight:400;line-height:1.755rem}@media (max-width: 631px){._HireTopInterns_1abrr_1 ._GlobalTalentMetrics_1abrr_231 p{font-size:1.3125rem}}._HireTopInterns_1abrr_1 ._GlobalTalentMetrics_1abrr_231 ._TrustedByCards_1abrr_269{width:100%;display:flex;align-items:center;justify-content:center;gap:3rem;margin-top:3.5rem}@media (max-width: 631px){._HireTopInterns_1abrr_1 ._GlobalTalentMetrics_1abrr_231 ._TrustedByCards_1abrr_269{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem;row-gap:4rem}}._HireTopInterns_1abrr_1 ._GlobalTalentMetrics_1abrr_231 ._CardOuter_1abrr_285{width:22.125rem;height:16.125rem;border:1px solid #f37927;background:linear-gradient(180deg,#ffffff1a,#9990);box-shadow:0 4px 80px #f672234d;-webkit-backdrop-filter:blur(25px);backdrop-filter:blur(25px);border-radius:1.71319rem}@media (max-width: 631px){._HireTopInterns_1abrr_1 ._GlobalTalentMetrics_1abrr_231 ._CardOuter_1abrr_285{width:100%}}._HireTopInterns_1abrr_1 ._GlobalTalentMetrics_1abrr_231 ._Card_1abrr_285{width:22.125rem;height:16.125rem;flex-shrink:0;border-radius:1.71319rem;position:relative;display:flex;flex-direction:column;padding:2rem;align-items:center;justify-content:flex-end}@media (max-width: 631px){._HireTopInterns_1abrr_1 ._GlobalTalentMetrics_1abrr_231 ._Card_1abrr_285{width:100%}}._HireTopInterns_1abrr_1 ._GlobalTalentMetrics_1abrr_231 ._Card_1abrr_285 i{position:absolute;left:50%;top:0;transform:translate(-50%,-50%);display:inline-flex;height:5.24119rem;padding:1.1875rem;justify-content:center;align-items:center;border-radius:7.10619rem;background:linear-gradient(106deg,#f3721b 4.46%,#fff 232.7%);box-shadow:0 4px 50px #0000000f}._HireTopInterns_1abrr_1 ._GlobalTalentMetrics_1abrr_231 ._Card_1abrr_285 i svg{width:2.75rem;height:2.75rem;aspect-ratio:1/1}._HireTopInterns_1abrr_1 ._GlobalTalentMetrics_1abrr_231 ._Card_1abrr_285 i svg path{fill:#fff}._HireTopInterns_1abrr_1 ._GlobalTalentMetrics_1abrr_231 ._Card_1abrr_285 h3{font-family:Inter;font-size:3.27719rem;font-weight:600;line-height:120%;letter-spacing:-.13306rem;background:linear-gradient(106deg,#f3721b 4.46%,#fff 232.7%);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}._HireTopInterns_1abrr_1 ._GlobalTalentMetrics_1abrr_231 ._Card_1abrr_285 h4{color:#fff;font-family:Inter;font-size:1.125rem;font-weight:600;line-height:2.74106rem;letter-spacing:-.04569rem}@media (max-width: 631px){._HireTopInterns_1abrr_1 ._GlobalTalentMetrics_1abrr_231 ._Card_1abrr_285 h4{font-size:1.3125rem}}._HireTopInterns_1abrr_1 ._GlobalTalentMetrics_1abrr_231 ._Card_1abrr_285 p{color:#fff;text-align:center;font-family:Inter;font-size:1rem;font-weight:400;line-height:1.60356rem;width:80%}@media (max-width: 631px){._HireTopInterns_1abrr_1 ._GlobalTalentMetrics_1abrr_231 ._Card_1abrr_285 p{font-size:1.2125rem}}._HireTopInterns_1abrr_1 ._GlobalTalentMetrics_1abrr_231 ._BtnWrapper_1abrr_185{display:flex;align-items:center;gap:1rem;margin-top:1rem}@media (max-width: 631px){._HireTopInterns_1abrr_1 ._GlobalTalentMetrics_1abrr_231 ._BtnWrapper_1abrr_185{width:100%;justify-content:center}._HireTopInterns_1abrr_1 ._GlobalTalentMetrics_1abrr_231 ._BtnWrapper_1abrr_185 button{width:47%!important}}._HireTopInterns_1abrr_1 ._GlobalTalentMetrics_1abrr_231 ._CardOuter_1abrr_285:nth-child(2){border:1px solid #7c64f1;background:linear-gradient(180deg,#ffffff1a,#9990);box-shadow:0 4px 80px #7156ef4d;-webkit-backdrop-filter:blur(25px);backdrop-filter:blur(25px)}._HireTopInterns_1abrr_1 ._GlobalTalentMetrics_1abrr_231 ._CardOuter_1abrr_285:nth-child(2) i{border-radius:7.10619rem;background:var(--Frame-1618873352, linear-gradient(112deg, #6548ee 4.93%, #fff 256.79%));box-shadow:0 4px 50px #0000000f}._HireTopInterns_1abrr_1 ._GlobalTalentMetrics_1abrr_231 ._CardOuter_1abrr_285:nth-child(2) h3{background:var(--Frame-1618873352, linear-gradient(112deg, #6548ee 4.93%, #fff 256.79%));background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}._HireTopInterns_1abrr_1 ._GlobalTalentMetrics_1abrr_231 ._CardOuter_1abrr_285:nth-child(3){border-radius:1.71319rem;border:1px solid #6bceef;background:linear-gradient(180deg,#ffffff1a,#9990);box-shadow:0 4px 80px #45c2eb4d;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px)}._HireTopInterns_1abrr_1 ._GlobalTalentMetrics_1abrr_231 ._CardOuter_1abrr_285:nth-child(3) i{border-radius:7.10619rem;background:var(--Background, linear-gradient(112deg, #2fbbe9 4.93%, #fff 256.79%));box-shadow:0 4px 50px #0000000f}._HireTopInterns_1abrr_1 ._GlobalTalentMetrics_1abrr_231 ._CardOuter_1abrr_285:nth-child(3) h3{background:var(--Background, linear-gradient(112deg, #2fbbe9 4.93%, #fff 256.79%));background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}._HireTopInterns_1abrr_1 ._GlobalTalentMetrics_1abrr_231 ._CardOuter_1abrr_285:nth-child(4){border-radius:1.71319rem;border:1px solid #7bc95d;background:linear-gradient(180deg,#ffffff1a,#9990);box-shadow:0 4px 80px #79c85b4d;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px)}._HireTopInterns_1abrr_1 ._GlobalTalentMetrics_1abrr_231 ._CardOuter_1abrr_285:nth-child(4) i{border-radius:7.10619rem;background:var(--Background, linear-gradient(112deg, #6ac248 4.93%, #fff 256.79%));box-shadow:0 4px 50px #0000000f}._HireTopInterns_1abrr_1 ._GlobalTalentMetrics_1abrr_231 ._CardOuter_1abrr_285:nth-child(4) h3{background:var(--Background, linear-gradient(112deg, #6ac248 4.93%, #fff 256.79%));background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}._HireTopInterns_1abrr_1 ._GoHighLevelDevServices_1abrr_444{width:100%;display:flex;flex-direction:column;align-items:center;gap:4rem;margin:-1rem 0;height:31.6875rem;height:auto;flex-shrink:0;background-size:100% 31.68rem;background-repeat:no-repeat;background-position:top;padding:4rem 15rem}@media (max-width: 631px){._HireTopInterns_1abrr_1 ._GoHighLevelDevServices_1abrr_444{padding:2rem;min-height:31.6875rem;height:auto;background-size:100% 31rem;background-repeat:no-repeat;background-position:top;margin-bottom:2rem}}._HireTopInterns_1abrr_1 ._GoHighLevelDevServices_1abrr_444 ._Top_1abrr_54{width:100%}._HireTopInterns_1abrr_1 ._GoHighLevelDevServices_1abrr_444 ._Top_1abrr_54 h2{font-size:3.5rem;text-align:center}@media (max-width: 631px){._HireTopInterns_1abrr_1 ._GoHighLevelDevServices_1abrr_444 ._Top_1abrr_54 h2{width:100%;text-align:center;margin-bottom:2rem}}._HireTopInterns_1abrr_1 ._GoHighLevelDevServices_1abrr_444 ._Top_1abrr_54 p{font-family:Inter;font-size:1.125rem;font-style:normal;font-weight:400;line-height:1.755rem;text-align:center}._HireTopInterns_1abrr_1 ._Ready_1abrr_492{position:relative;display:flex;flex-direction:column;gap:1rem;width:80%;border-radius:2rem;box-shadow:0 4px 40px #00000014;padding:4rem;margin:-4rem auto 6rem!important;text-align:center;background:#fff;overflow:hidden}@media (max-width: 1024px){._HireTopInterns_1abrr_1 ._Ready_1abrr_492{width:80%;margin:0 auto;margin:3rem 6rem;padding:3rem}}@media (max-width: 631px){._HireTopInterns_1abrr_1 ._Ready_1abrr_492{margin-top:4rem!important;margin:2rem 3rem;padding:2rem}}._HireTopInterns_1abrr_1 ._Ready_1abrr_492 ._Blur1_1abrr_519,._HireTopInterns_1abrr_1 ._Ready_1abrr_492 ._Blur2_1abrr_520{position:absolute;width:20rem;height:20rem;z-index:0}._HireTopInterns_1abrr_1 ._Ready_1abrr_492 ._Blur1_1abrr_519 svg,._HireTopInterns_1abrr_1 ._Ready_1abrr_492 ._Blur2_1abrr_520 svg{width:100%;height:100%}._HireTopInterns_1abrr_1 ._Ready_1abrr_492 ._Blur1_1abrr_519{top:-5rem;left:-5rem;transform:rotate(-20deg)}._HireTopInterns_1abrr_1 ._Ready_1abrr_492 ._Blur2_1abrr_520{top:-5rem;right:-5rem;transform:rotate(15deg)}._HireTopInterns_1abrr_1 ._Ready_1abrr_492 h2,._HireTopInterns_1abrr_1 ._Ready_1abrr_492 p,._HireTopInterns_1abrr_1 ._Ready_1abrr_492 ._BtnWrapper_1abrr_185{position:relative;z-index:1}._HireTopInterns_1abrr_1 ._Ready_1abrr_492 h2{line-height:1.6}._HireTopInterns_1abrr_1 ._Ready_1abrr_492 p{line-height:3}._HireTopInterns_1abrr_1 ._Ready_1abrr_492 ._BtnWrapper_1abrr_185{display:flex;justify-content:center;align-items:center;gap:1rem;flex-wrap:wrap}@media (max-width: 1024px){._HireTopInterns_1abrr_1 ._Ready_1abrr_492 h2{font-size:2rem!important}._HireTopInterns_1abrr_1 ._Ready_1abrr_492 p{font-size:.95rem}}@media (max-width: 631px){._HireTopInterns_1abrr_1 ._Ready_1abrr_492 h2{font-size:3rem!important}._HireTopInterns_1abrr_1 ._Ready_1abrr_492 p{font-size:.9rem}._HireTopInterns_1abrr_1 ._Ready_1abrr_492 ._BtnWrapper_1abrr_185{width:100%;flex-direction:column;gap:2rem;margin-top:1rem;margin-bottom:2rem}._HireTopInterns_1abrr_1 ._Ready_1abrr_492 ._BtnWrapper_1abrr_185 button{width:100%;width:35rem!important}._HireTopInterns_1abrr_1 ._Ready_1abrr_492 ._Blur1_1abrr_519,._HireTopInterns_1abrr_1 ._Ready_1abrr_492 ._Blur2_1abrr_520{width:15rem;height:15rem}}._HireTopInterns_1abrr_1 ._DevProcess_1abrr_597{width:100%;display:flex;flex-direction:row;gap:8rem;padding:0 12rem;margin-bottom:4rem}@media screen and (max-width: 768px){._HireTopInterns_1abrr_1 ._DevProcess_1abrr_597{padding:4rem 10rem;gap:2rem;margin-bottom:2rem;flex-direction:row}}@media screen and (max-width: 631px){._HireTopInterns_1abrr_1 ._DevProcess_1abrr_597{padding:0 3rem;gap:2rem;margin-bottom:2rem;flex-direction:column}}._HireTopInterns_1abrr_1 ._DevProcess_1abrr_597 ._Col1_1abrr_621{width:50%}@media (max-width: 1024px){._HireTopInterns_1abrr_1 ._DevProcess_1abrr_597 ._Col1_1abrr_621{width:50%}}@media (max-width: 631px){._HireTopInterns_1abrr_1 ._DevProcess_1abrr_597 ._Col1_1abrr_621{width:100%}}._HireTopInterns_1abrr_1 ._DevProcess_1abrr_597 ._Col1_1abrr_621 h2{text-align:start;margin-bottom:2rem}._HireTopInterns_1abrr_1 ._DevProcess_1abrr_597 ._Col1_1abrr_621 p{margin-bottom:2rem;text-align:start}._HireTopInterns_1abrr_1 ._DevProcess_1abrr_597 ._Col1_1abrr_621 ._Box_1abrr_642{padding:2rem;box-shadow:0 2.15px 21.5px #00000026;border-radius:2rem}._HireTopInterns_1abrr_1 ._DevProcess_1abrr_597 ._Col1_1abrr_621 ._Box_1abrr_642 ._BarContainer_1abrr_647 p{margin:1rem 0;display:flex;justify-content:space-between}._HireTopInterns_1abrr_1 ._DevProcess_1abrr_597 ._Col1_1abrr_621 ._Box_1abrr_642 ._BarContainer_1abrr_647 ._Bar_1abrr_647{width:100%;border-radius:2rem;overflow:hidden;background:#6bc2484e}._HireTopInterns_1abrr_1 ._DevProcess_1abrr_597 ._Col1_1abrr_621 ._Box_1abrr_642 ._BarContainer_1abrr_647 ._Bar_1abrr_647 ._BarInner_1abrr_658{border-radius:2rem;height:1rem;background:linear-gradient(112deg,#6ac248 4.93%,#fff 256.79%)}._HireTopInterns_1abrr_1 ._DevProcess_1abrr_597 ._Col1_1abrr_621 ._Box_1abrr_642 ._BarContainer_1abrr_647:nth-child(2) ._Bar_1abrr_647{background:#f3721b4e}._HireTopInterns_1abrr_1 ._DevProcess_1abrr_597 ._Col1_1abrr_621 ._Box_1abrr_642 ._BarContainer_1abrr_647:nth-child(2) ._Bar_1abrr_647 ._BarInner_1abrr_658{background:linear-gradient(112deg,#f3721b 4.93%,#fff 256.79%)}._HireTopInterns_1abrr_1 ._DevProcess_1abrr_597 ._Col1_1abrr_621 ._Box_1abrr_642 ._BarContainer_1abrr_647:nth-child(3) ._Bar_1abrr_647{background:#6548ee4e}._HireTopInterns_1abrr_1 ._DevProcess_1abrr_597 ._Col1_1abrr_621 ._Box_1abrr_642 ._BarContainer_1abrr_647:nth-child(3) ._Bar_1abrr_647 ._BarInner_1abrr_658{background:linear-gradient(112deg,#6548ee 4.93%,#fff 256.79%)}._HireTopInterns_1abrr_1 ._DevProcess_1abrr_597 ._Col1_1abrr_621 ._Box_1abrr_642 ._BarContainer_1abrr_647:nth-child(4) ._Bar_1abrr_647{background:#6ac2484e}._HireTopInterns_1abrr_1 ._DevProcess_1abrr_597 ._Col1_1abrr_621 ._Box_1abrr_642 ._BarContainer_1abrr_647:nth-child(4) ._Bar_1abrr_647 ._BarInner_1abrr_658{background:linear-gradient(112deg,#6ac248 4.93%,#fff 256.79%)}._HireTopInterns_1abrr_1 ._DevProcess_1abrr_597 ._Col1_1abrr_621 ._Box_1abrr_642 ._BarContainer_1abrr_647:nth-child(5) ._Bar_1abrr_647{background:#2fbbe94e}._HireTopInterns_1abrr_1 ._DevProcess_1abrr_597 ._Col1_1abrr_621 ._Box_1abrr_642 ._BarContainer_1abrr_647:nth-child(5) ._Bar_1abrr_647 ._BarInner_1abrr_658{background:linear-gradient(112deg,#2fbbe9 4.93%,#fff 256.79%)}._HireTopInterns_1abrr_1 ._DevProcess_1abrr_597 ._Col2_1abrr_687 ._Row_1abrr_42{display:flex;align-items:center;justify-content:start;margin-bottom:2rem;gap:1rem;padding:1.4rem 1rem;border-radius:10px;box-shadow:#959da533 0 8px 24px}._HireTopInterns_1abrr_1 ._DevProcess_1abrr_597 ._Col2_1abrr_687 ._Row_1abrr_42 h4{font-size:1.2rem;color:#313131;margin-bottom:.5rem}@media (max-width: 631px){._HireTopInterns_1abrr_1 ._DevProcess_1abrr_597 ._Col2_1abrr_687 ._Row_1abrr_42 h4{font-size:1.2rem;font-weight:1000}}._HireTopInterns_1abrr_1 ._DevProcess_1abrr_597 ._Col2_1abrr_687 ._Row_1abrr_42 h4 span{background:linear-gradient(106deg,#6448ee62 4.46%,#fff 232.7%);color:#6448ee;padding:.1rem .5rem;border-radius:4rem;font-size:1rem;font-weight:400}._HireTopInterns_1abrr_1 ._DevProcess_1abrr_597 ._Col2_1abrr_687 ._Row_1abrr_42 p{margin:0;text-align:start}._HireTopInterns_1abrr_1 ._DevProcess_1abrr_597 ._Col2_1abrr_687 ._Row_1abrr_42 ._Icon_1abrr_720{padding:.5rem;border-radius:.5rem;width:4rem;height:4rem;display:flex;align-items:center;justify-content:center}._HireTopInterns_1abrr_1 ._DevProcess_1abrr_597 ._Col2_1abrr_687 ._Row_1abrr_42:nth-child(1) ._Icon_1abrr_720{background:linear-gradient(106deg,#6448ee 4.46%,#fff 232.7%)}._HireTopInterns_1abrr_1 ._DevProcess_1abrr_597 ._Col2_1abrr_687 ._Row_1abrr_42:nth-child(2) ._Icon_1abrr_720{background:linear-gradient(106deg,#f3721b 4.46%,#fff 232.7%)}._HireTopInterns_1abrr_1 ._DevProcess_1abrr_597 ._Col2_1abrr_687 ._Row_1abrr_42:nth-child(3) ._Icon_1abrr_720{background:linear-gradient(106deg,#6ac248 4.46%,#fff 232.7%)}._HireTopInterns_1abrr_1 ._DevProcess_1abrr_597 ._Col2_1abrr_687 ._Row_1abrr_42:nth-child(4) ._Icon_1abrr_720{background:linear-gradient(106deg,#f66957 4.46%,#fff 232.7%)}._HireTopInterns_1abrr_1 ._DevProcess_1abrr_597 ._Col2_1abrr_687 ._Row_1abrr_42:nth-child(5) ._Icon_1abrr_720{background:linear-gradient(180deg,#f36f56,#ffc444)}._HireTopInterns_1abrr_1 ._DevProcess_1abrr_597 ._Col2_1abrr_687 ._Row_1abrr_42:nth-child(6) ._Icon_1abrr_720{background:linear-gradient(106deg,#2fbbe9 4.46%,#fff 232.7%)}._HireTopInterns_1abrr_1 ._DevProcess_1abrr_597 ._Col2_1abrr_687 ._Row_1abrr_42:nth-child(1) span{background:linear-gradient(106deg,#6448ee62 4.46%,#fff 232.7%);color:#6448ee}._HireTopInterns_1abrr_1 ._DevProcess_1abrr_597 ._Col2_1abrr_687 ._Row_1abrr_42:nth-child(2) span{background:linear-gradient(106deg,#f3721b62 4.46%,#fff 232.7%);color:#f3721b}._HireTopInterns_1abrr_1 ._DevProcess_1abrr_597 ._Col2_1abrr_687 ._Row_1abrr_42:nth-child(3) span{background:linear-gradient(106deg,#6ac24862 4.46%,#fff 232.7%);color:#6ac248}._HireTopInterns_1abrr_1 ._DevProcess_1abrr_597 ._Col2_1abrr_687 ._Row_1abrr_42:nth-child(4) span{background:linear-gradient(106deg,#e9422f62 4.46%,#fff 232.7%);color:#e9322f}._HireTopInterns_1abrr_1 ._DevProcess_1abrr_597 ._Col2_1abrr_687 ._Row_1abrr_42:nth-child(5) span{background:linear-gradient(180deg,#f36f564f,#ffc4444f);color:#f36f56}._HireTopInterns_1abrr_1 ._DevProcess_1abrr_597 ._Col2_1abrr_687 ._Row_1abrr_42:nth-child(6) span{background:linear-gradient(106deg,#2fbbe962 4.46%,#fff 232.7%);color:#2fbbe9}._HireTopInterns_1abrr_1 ._DevProcess_1abrr_597 img{width:100%;height:auto;object-fit:contain}._HireTopInterns_1abrr_1 ._DevProcess_1abrr_597 ._BtnWrapper_1abrr_185{margin-top:4rem;display:flex;gap:3rem;align-items:center}@media (max-width: 631px){._HireTopInterns_1abrr_1 ._DevProcess_1abrr_597 ._BtnWrapper_1abrr_185{flex-direction:column}._HireTopInterns_1abrr_1 ._DevProcess_1abrr_597 ._BtnWrapper_1abrr_185 button{width:42rem!important}}._HireTopInterns_1abrr_1 ._MarketingPerformance_1abrr_792{display:flex;justify-content:space-between;align-items:center;border-radius:2rem;box-shadow:0 4px 40px #00000014;padding:4rem;margin:4rem 12rem;flex-wrap:wrap;width:80%}@media (max-width: 631px){._HireTopInterns_1abrr_1 ._MarketingPerformance_1abrr_792{flex-direction:column;margin:0 auto}}._HireTopInterns_1abrr_1 ._MarketingPerformance_1abrr_792 ._Content_1abrr_809{flex:1;display:flex;flex-direction:column;gap:1rem;align-items:flex-start}@media (max-width: 631px){._HireTopInterns_1abrr_1 ._MarketingPerformance_1abrr_792 ._Content_1abrr_809{flex-direction:column}}._HireTopInterns_1abrr_1 ._MarketingPerformance_1abrr_792 ._Content_1abrr_809 h2{line-height:2.5rem}._HireTopInterns_1abrr_1 ._MarketingPerformance_1abrr_792 ._Content_1abrr_809 p{font-size:1rem;text-align:start}._HireTopInterns_1abrr_1 ._MarketingPerformance_1abrr_792 ._BtnWrapper_1abrr_185{display:flex;align-items:center;justify-content:flex-start;gap:3rem;margin-top:3rem;flex-wrap:wrap;flex-direction:row}._HireTopInterns_1abrr_1 ._MarketingPerformance_1abrr_792 ._BtnWrapper_1abrr_185 button{font-size:1rem}@media (max-width: 900px){._HireTopInterns_1abrr_1 ._MarketingPerformance_1abrr_792 ._BtnWrapper_1abrr_185 button{width:20rem!important}}@media (max-width: 631px){._HireTopInterns_1abrr_1 ._MarketingPerformance_1abrr_792 ._BtnWrapper_1abrr_185 button{display:none}}._HireTopInterns_1abrr_1 ._MarketingPerformance_1abrr_792 ._Img_1abrr_850{flex-shrink:0;width:20rem;display:flex;justify-content:center;flex-direction:column}._HireTopInterns_1abrr_1 ._MarketingPerformance_1abrr_792 ._Img_1abrr_850 ._BtnWrapper2_1abrr_857{display:none}@media (max-width: 631px){._HireTopInterns_1abrr_1 ._MarketingPerformance_1abrr_792 ._Img_1abrr_850 ._BtnWrapper2_1abrr_857{display:block;margin-top:0 auto;margin-left:-4rem;margin-top:2rem}}._HireTopInterns_1abrr_1 ._MarketingPerformance_1abrr_792 ._Img_1abrr_850 ._BtnWrapper2_1abrr_857 button{margin-top:2rem}._HireTopInterns_1abrr_1 ._MarketingPerformance_1abrr_792 ._Img_1abrr_850 img{width:100%;height:auto;object-fit:contain;border-radius:1rem}._HireTopInterns_1abrr_1 ._ProvenResult_1abrr_877{margin:4rem 12rem}@media (max-width: 631px){._HireTopInterns_1abrr_1 ._ProvenResult_1abrr_877{margin:2rem}}._HireTopInterns_1abrr_1 ._ProvenResult_1abrr_877 p{margin-top:1rem}._HireTopInterns_1abrr_1 ._Achieve_1abrr_888{display:flex;flex-direction:column;gap:1rem;position:relative;padding:4rem;margin:4rem 0}._HireTopInterns_1abrr_1 ._Achieve_1abrr_888 ._BtnWrapper_1abrr_185{display:flex;align-items:center;justify-content:center;gap:3rem;margin-top:2rem}@media (max-width: 631px){._HireTopInterns_1abrr_1 ._Achieve_1abrr_888 ._BtnWrapper_1abrr_185{flex-direction:column}._HireTopInterns_1abrr_1 ._Achieve_1abrr_888 ._BtnWrapper_1abrr_185 button{width:42rem!important}}._HireTopInterns_1abrr_1 ._Achieve_1abrr_888:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:url(/assets/Background-B5AJ7miH.png) no-repeat center center/cover;opacity:2;z-index:-1}._HireTopInterns_1abrr_1 ._CFOLanguage_1abrr_924{margin:5rem 0;padding:0 12rem}@media (max-width: 631px){._HireTopInterns_1abrr_1 ._CFOLanguage_1abrr_924{margin:2rem;padding:0}}._HireTopInterns_1abrr_1 ._CFOLanguage_1abrr_924 ._Cards_1abrr_934{margin-top:5rem;display:grid;grid-template-columns:repeat(4,1fr);align-items:stretch;justify-content:center;gap:2rem}@media (max-width: 1024px){._HireTopInterns_1abrr_1 ._CFOLanguage_1abrr_924 ._Cards_1abrr_934{grid-template-columns:repeat(4,1fr);gap:4rem}}@media (max-width: 631px){._HireTopInterns_1abrr_1 ._CFOLanguage_1abrr_924 ._Cards_1abrr_934{grid-template-columns:repeat(2,1fr);gap:3rem}}._HireTopInterns_1abrr_1 ._CFOLanguage_1abrr_924 ._Cards_1abrr_934 ._Card_1abrr_285{flex-shrink:0;border-radius:1.71319rem;background:#fff;box-shadow:0 4px 80px #00000014;position:relative;padding:4rem 2rem 2rem;display:flex;flex-direction:column;gap:.3rem}@media (max-width: 631px){._HireTopInterns_1abrr_1 ._CFOLanguage_1abrr_924 ._Cards_1abrr_934 ._Card_1abrr_285{width:100%;gap:.5rem;height:auto;padding:4.5rem 3rem 3rem;margin-top:2rem}}._HireTopInterns_1abrr_1 ._CFOLanguage_1abrr_924 ._Cards_1abrr_934 ._Card_1abrr_285 i{position:absolute;top:0;left:50%;transform:translate(-50%,-50%);display:flex;width:5rem;height:5rem;padding:.9375rem .95994rem .92869rem .90625rem;justify-content:center;align-items:center;flex-shrink:0;border-radius:7.10619rem;background:var(--image, linear-gradient(106deg, #6548ee 4.46%, #fff 232.7%));box-shadow:0 4px 20px #0000000d}._HireTopInterns_1abrr_1 ._CFOLanguage_1abrr_924 ._Cards_1abrr_934 ._Card_1abrr_285 i svg{width:3.375rem;height:3.375rem;flex-shrink:0}._HireTopInterns_1abrr_1 ._CFOLanguage_1abrr_924 ._Cards_1abrr_934 ._Card_1abrr_285 i svg path{fill:#fff}._HireTopInterns_1abrr_1 ._CFOLanguage_1abrr_924 ._Cards_1abrr_934 ._Card_1abrr_285 h2{background:linear-gradient(112deg,#6548ee 4.93%,#fff 256.79%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;text-fill-color:transparent}._HireTopInterns_1abrr_1 ._CFOLanguage_1abrr_924 ._Cards_1abrr_934 ._Card_1abrr_285 h3{color:var(--Test, #3d3d3d);text-align:center;font-family:Inter;font-size:1.5rem;font-style:normal;font-weight:600;line-height:2.74106rem;letter-spacing:-.04569rem}@media (max-width: 631px){._HireTopInterns_1abrr_1 ._CFOLanguage_1abrr_924 ._Cards_1abrr_934 ._Card_1abrr_285 h3{font-size:2.3125rem;text-align:start}}._HireTopInterns_1abrr_1 ._CFOLanguage_1abrr_924 ._Cards_1abrr_934 ._Card_1abrr_285 p{color:#060606;text-align:center;font-family:Inter;font-size:1rem;font-style:normal;font-weight:400;line-height:1.60356rem}@media (max-width: 631px){._HireTopInterns_1abrr_1 ._CFOLanguage_1abrr_924 ._Cards_1abrr_934 ._Card_1abrr_285 p{font-size:1.3125rem;text-align:start}}._HireTopInterns_1abrr_1 ._CFOLanguage_1abrr_924 ._Cards_1abrr_934 ._Card_1abrr_285:nth-child(2) i{background:var(--Frame-1618873352, linear-gradient(112deg, #2fbbe9 4.93%, #fff 256.79%));box-shadow:0 4px 20px #0000000d}._HireTopInterns_1abrr_1 ._CFOLanguage_1abrr_924 ._Cards_1abrr_934 ._Card_1abrr_285:nth-child(2) h2{background:linear-gradient(112deg,#2fbbe9 4.93%,#fff 256.79%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;text-fill-color:transparent}._HireTopInterns_1abrr_1 ._CFOLanguage_1abrr_924 ._Cards_1abrr_934 ._Card_1abrr_285:nth-child(3) i{background:var(--Background, linear-gradient(112deg, #f3721b 4.93%, #fff 256.79%));box-shadow:0 4px 20px #0000000d}._HireTopInterns_1abrr_1 ._CFOLanguage_1abrr_924 ._Cards_1abrr_934 ._Card_1abrr_285:nth-child(3) h2{background:linear-gradient(112deg,#f3721b 4.93%,#fff 256.79%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;text-fill-color:transparent}._HireTopInterns_1abrr_1 ._CFOLanguage_1abrr_924 ._Cards_1abrr_934 ._Card_1abrr_285:nth-child(4) i{background:var(--Background, linear-gradient(112deg, #6ac248 4.93%, #fff 256.79%));box-shadow:0 4px 20px #0000000d}._HireTopInterns_1abrr_1 ._CFOLanguage_1abrr_924 ._Cards_1abrr_934 ._Card_1abrr_285:nth-child(4) h2{background:linear-gradient(112deg,#6ac248 4.93%,#fff 256.79%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;text-fill-color:transparent}._HireTopInterns_1abrr_1 ._RealResults_1abrr_1073{margin:5rem 0;padding:2rem 15rem;background:url(/assets/Background-B5AJ7miH.png) no-repeat center center/cover}._HireTopInterns_1abrr_1 ._RealResults_1abrr_1073 ._Cards_1abrr_934{display:grid;grid-template-columns:repeat(3,1fr);align-items:stretch;gap:2rem;margin-top:3rem}._HireTopInterns_1abrr_1 ._RealResults_1abrr_1073 ._Cards_1abrr_934 p{text-align:start}._HireTopInterns_1abrr_1 ._RealResults_1abrr_1073 ._Cards_1abrr_934 ._Card_1abrr_285{padding:2rem;border-radius:1rem;box-shadow:0 4px 40px #00000014;background:#fff}._HireTopInterns_1abrr_1 ._RealResults_1abrr_1073 ._Cards_1abrr_934 ._Card_1abrr_285 h4{color:#6548ee;margin:1rem 0}._HireTopInterns_1abrr_1 ._RealResults_1abrr_1073 ._Cards_1abrr_934 ._Card_1abrr_285 ._Subtitle_1abrr_1098{color:#222;background:#a3a3a323;width:fit-content;padding:.2rem .5rem;border-radius:2rem;margin-top:1rem}._HireTopInterns_1abrr_1 ._RealResults_1abrr_1073 ._Cards_1abrr_934 ._Card_1abrr_285 ._KeyResult_1abrr_1106{width:100%;display:flex;align-items:center;justify-content:space-between}._HireTopInterns_1abrr_1 ._RealResults_1abrr_1073 ._Cards_1abrr_934 ._Card_1abrr_285 ._KeyResult_1abrr_1106 span:nth-child(2){color:#27ae60}@media (max-width: 1024px){._HireTopInterns_1abrr_1 ._RealResults_1abrr_1073{padding:2rem 5rem}._HireTopInterns_1abrr_1 ._RealResults_1abrr_1073 ._Cards_1abrr_934{grid-template-columns:repeat(2,1fr)}}@media (max-width: 631px){._HireTopInterns_1abrr_1 ._RealResults_1abrr_1073{padding:2rem}._HireTopInterns_1abrr_1 ._RealResults_1abrr_1073 ._Cards_1abrr_934{grid-template-columns:1fr}._HireTopInterns_1abrr_1 ._RealResults_1abrr_1073 ._Cards_1abrr_934 ._Card_1abrr_285:not(:first-child){display:none}}._HireTopInterns_1abrr_1 ._resultsSection_1abrr_1135{display:flex;flex-direction:column;align-items:center;gap:2rem;margin:6rem 0;text-align:left}._HireTopInterns_1abrr_1 ._resultsSection_1abrr_1135 h2{font-weight:700;color:#222}._HireTopInterns_1abrr_1 ._resultsSection_1abrr_1135 p{color:#666;max-width:50rem;margin:0 auto}._HireTopInterns_1abrr_1 ._resultsSection_1abrr_1135 ._cardsWrapper_1abrr_1152{display:flex;justify-content:left;gap:2rem;margin-top:3rem;flex-wrap:wrap}._HireTopInterns_1abrr_1 ._resultsSection_1abrr_1135 ._cardItem_1abrr_1159{background:#fff;border-radius:1.5rem;box-shadow:0 4px 40px #00000014;padding:2rem;width:35rem;min-height:20rem;text-align:left;transition:transform .3s ease}._HireTopInterns_1abrr_1 ._resultsSection_1abrr_1135 ._cardItem_1abrr_1159:hover{transform:translateY(-8px)}._HireTopInterns_1abrr_1 ._resultsSection_1abrr_1135 ._cardItem_1abrr_1159 h3{font-size:1.4rem;font-weight:600;margin-bottom:.3rem}._HireTopInterns_1abrr_1 ._resultsSection_1abrr_1135 ._cardItem_1abrr_1159 ._tag_1abrr_1177{display:inline-block;font-size:.85rem;background:#f1f1f1;padding:.3rem .8rem;border-radius:1rem;margin-bottom:1rem;color:#666}._HireTopInterns_1abrr_1 ._resultsSection_1abrr_1135 ._cardItem_1abrr_1159 ._challenge_1abrr_1186{font-weight:600;color:#6548ee;text-align:left}._HireTopInterns_1abrr_1 ._resultsSection_1abrr_1135 ._cardItem_1abrr_1159 ._solution_1abrr_1191{font-weight:600;color:#f3721b;text-align:left;margin-top:.8rem}._HireTopInterns_1abrr_1 ._resultsSection_1abrr_1135 ._cardItem_1abrr_1159 ._key_1abrr_1197{font-weight:600;color:#333;text-align:left;margin-top:.8rem}._HireTopInterns_1abrr_1 ._resultsSection_1abrr_1135 ._cardItem_1abrr_1159 ul{list-style:none;padding:0;margin:.5rem 0 0}._HireTopInterns_1abrr_1 ._resultsSection_1abrr_1135 ._cardItem_1abrr_1159 ul li{font-size:.95rem;margin:.2rem 0;text-align:left}._HireTopInterns_1abrr_1 ._resultsSection_1abrr_1135 ._cardItem_1abrr_1159 ul li ._positive_1abrr_1213{color:#27ae60;font-weight:600}._HireTopInterns_1abrr_1 ._potential_1abrr_1217{margin:4rem 0;padding:0 12rem}@media (max-width: 1024px){._HireTopInterns_1abrr_1 ._potential_1abrr_1217{margin:0;padding:0}}._HireTopInterns_1abrr_1 ._potential_1abrr_1217 p{text-align:center}._HireTopInterns_1abrr_1 ._potential_1abrr_1217 ._cardsWrapper_1abrr_1152{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;width:80%;margin:5rem auto}@media (max-width: 1024px){._HireTopInterns_1abrr_1 ._potential_1abrr_1217 ._cardsWrapper_1abrr_1152{width:80%}}._HireTopInterns_1abrr_1 ._potential_1abrr_1217 ._cardsWrapper_1abrr_1152 ._cardItem_1abrr_1159{display:flex;flex-direction:column;gap:1rem;align-items:center;justify-content:center}._HireTopInterns_1abrr_1 ._potential_1abrr_1217 ._cardsWrapper_1abrr_1152 ._cardItem_1abrr_1159 h4{font-size:1.2rem;color:#2f2f2f}._HireTopInterns_1abrr_1 ._potential_1abrr_1217 ._cardsWrapper_1abrr_1152 ._cardItem_1abrr_1159 i{background:linear-gradient(136deg,#f3711b86 4.46%,#fdfdfd 232.7%);width:5rem;height:5rem;display:flex;align-items:center;justify-content:center;border-radius:50%;font-size:2rem;padding:1rem}._HireTopInterns_1abrr_1 ._potential_1abrr_1217 ._cardsWrapper_1abrr_1152 ._cardItem_1abrr_1159 i svg path{fill:#f3711b}._HireTopInterns_1abrr_1 ._potential_1abrr_1217 ._cardsWrapper_1abrr_1152 ._cardItem_1abrr_1159:nth-child(2) i{background:linear-gradient(136deg,#6548ee86 4.46%,#fdfdfd 232.7%)}._HireTopInterns_1abrr_1 ._potential_1abrr_1217 ._cardsWrapper_1abrr_1152 ._cardItem_1abrr_1159:nth-child(2) i svg path{fill:#6548ee}._HireTopInterns_1abrr_1 ._potential_1abrr_1217 ._cardsWrapper_1abrr_1152 ._cardItem_1abrr_1159:nth-child(3) i{background:linear-gradient(136deg,#6ac24886 4.46%,#fdfdfd 232.7%)}._HireTopInterns_1abrr_1 ._potential_1abrr_1217 ._cardsWrapper_1abrr_1152 ._cardItem_1abrr_1159:nth-child(3) i svg path{fill:#6ac248}._HireTopInterns_1abrr_1 ._potential_1abrr_1217 ._cardsWrapper_1abrr_1152 ._cardItem_1abrr_1159:nth-child(4) i{background:linear-gradient(136deg,#f6695786 4.46%,#fdfdfd 232.7%)}._HireTopInterns_1abrr_1 ._potential_1abrr_1217 ._cardsWrapper_1abrr_1152 ._cardItem_1abrr_1159:nth-child(4) i svg path{fill:#f66957}._HireTopInterns_1abrr_1 ._potential_1abrr_1217 ._BtnWrapper_1abrr_185{display:flex;align-items:center;justify-content:center;gap:3rem}@media (max-width: 1024px){._HireTopInterns_1abrr_1 ._potential_1abrr_1217 ._BtnWrapper_1abrr_185{margin-top:3rem}._HireTopInterns_1abrr_1 ._potential_1abrr_1217 ._BtnWrapper_1abrr_185 button{width:42rem!important}}@media (max-width: 631px){._HireTopInterns_1abrr_1 ._potential_1abrr_1217{padding:0 2rem}._HireTopInterns_1abrr_1 ._potential_1abrr_1217 ._cardsWrapper_1abrr_1152{grid-template-columns:repeat(2,1fr)}._HireTopInterns_1abrr_1 ._potential_1abrr_1217 ._BtnWrapper_1abrr_185{flex-direction:column;gap:1.5rem}}._HireTopInterns_1abrr_1 ._WhyHire_1abrr_1313{display:flex;flex-direction:column;margin:6rem 0 30rem;background:url(/assets/HeaderBG-BSOcJrrq.webp);background-size:cover;background-position:center;padding:3rem;height:20rem}._HireTopInterns_1abrr_1 ._WhyHire_1abrr_1313 h2,._HireTopInterns_1abrr_1 ._WhyHire_1abrr_1313 p{color:#fff}@media (max-width: 631px){._HireTopInterns_1abrr_1 ._WhyHire_1abrr_1313{height:auto;background-size:100% 20rem;background-position:top;background-repeat:no-repeat;margin-bottom:3rem}}._HireTopInterns_1abrr_1 ._WhyHire_1abrr_1313 ._Cards_1abrr_934{display:flex;align-items:stretch;justify-content:center;gap:2rem;margin-top:5rem}@media (max-width: 631px){._HireTopInterns_1abrr_1 ._WhyHire_1abrr_1313 ._Cards_1abrr_934{width:90%;margin:2rem auto;flex-direction:column;gap:4rem}}._HireTopInterns_1abrr_1 ._WhyHire_1abrr_1313 ._Cards_1abrr_934 ._Card_1abrr_285{width:24.1875rem;flex-shrink:0;border-radius:1.71319rem;background:#fff;box-shadow:0 4px 80px #00000014;position:relative;padding:4rem 2rem 2rem;display:flex;flex-direction:column;gap:.3rem}@media (max-width: 631px){._HireTopInterns_1abrr_1 ._WhyHire_1abrr_1313 ._Cards_1abrr_934 ._Card_1abrr_285{width:100%;align-items:flex-start;gap:.5rem;height:auto;padding:4.5rem 3rem 3rem}}._HireTopInterns_1abrr_1 ._WhyHire_1abrr_1313 ._Cards_1abrr_934 ._Card_1abrr_285 i{position:absolute;top:0;left:20%;transform:translate(-50%,-50%);display:flex;width:5.24119rem;height:5.24119rem;padding:.9375rem .95994rem .92869rem .90625rem;justify-content:center;align-items:center;flex-shrink:0;border-radius:7.10619rem;background:var(--image, linear-gradient(106deg, #f3721b 4.46%, #fff 232.7%));box-shadow:0 4px 20px #0000000d}._HireTopInterns_1abrr_1 ._WhyHire_1abrr_1313 ._Cards_1abrr_934 ._Card_1abrr_285 i svg{width:3.375rem;height:3.375rem;flex-shrink:0}._HireTopInterns_1abrr_1 ._WhyHire_1abrr_1313 ._Cards_1abrr_934 ._Card_1abrr_285 ._top_1abrr_1395{display:flex;justify-content:space-between}._HireTopInterns_1abrr_1 ._WhyHire_1abrr_1313 ._Cards_1abrr_934 ._Card_1abrr_285 ._top_1abrr_1395 h1{font-size:3rem;margin-top:-3rem;color:#f379275c}@media (max-width: 631px){._HireTopInterns_1abrr_1 ._WhyHire_1abrr_1313 ._Cards_1abrr_934 ._Card_1abrr_285 ._top_1abrr_1395 h1{font-size:5rem;margin-left:8rem}}._HireTopInterns_1abrr_1 ._WhyHire_1abrr_1313 ._Cards_1abrr_934 ._Card_1abrr_285 h3{color:var(--Test, #3d3d3d);text-align:start;font-family:Inter;font-size:1.5rem;font-style:normal;font-weight:600;line-height:2.74106rem;letter-spacing:-.04569rem}@media (max-width: 631px){._HireTopInterns_1abrr_1 ._WhyHire_1abrr_1313 ._Cards_1abrr_934 ._Card_1abrr_285 h3{font-size:2.3125rem;margin-bottom:2rem;text-align:start}}._HireTopInterns_1abrr_1 ._WhyHire_1abrr_1313 ._Cards_1abrr_934 ._Card_1abrr_285 p{color:#3a3a3a;text-align:start;font-family:Inter;font-size:1rem;font-style:normal;font-weight:400;line-height:1.60356rem}@media (max-width: 631px){._HireTopInterns_1abrr_1 ._WhyHire_1abrr_1313 ._Cards_1abrr_934 ._Card_1abrr_285 p{font-size:1.4rem;margin-bottom:2rem;text-align:start}._HireTopInterns_1abrr_1 ._WhyHire_1abrr_1313 ._Cards_1abrr_934 ._Card_1abrr_285:nth-child(2){display:none}}._HireTopInterns_1abrr_1 ._WhyHire_1abrr_1313 ._Cards_1abrr_934 ._Card_1abrr_285:nth-child(2) ._top_1abrr_1395 h1{color:#6448ee5b}._HireTopInterns_1abrr_1 ._WhyHire_1abrr_1313 ._Cards_1abrr_934 ._Card_1abrr_285:nth-child(2) i{background:var(--Frame-1618873352, linear-gradient(112deg, #6548ee 4.93%, #fff 256.79%));box-shadow:0 4px 20px #0000000d}._HireTopInterns_1abrr_1 ._WhyHire_1abrr_1313 ._Cards_1abrr_934 ._Card_1abrr_285:nth-child(2) p svg path{fill:#6548ee}@media (max-width: 631px){._HireTopInterns_1abrr_1 ._WhyHire_1abrr_1313 ._Cards_1abrr_934 ._Card_1abrr_285:nth-child(3){display:none}}._HireTopInterns_1abrr_1 ._WhyHire_1abrr_1313 ._Cards_1abrr_934 ._Card_1abrr_285:nth-child(3) ._top_1abrr_1395 h1{color:#6bc24859}._HireTopInterns_1abrr_1 ._WhyHire_1abrr_1313 ._Cards_1abrr_934 ._Card_1abrr_285:nth-child(3) i{background:var(--Background, linear-gradient(112deg, #6ac248 4.93%, #fff 256.79%));box-shadow:0 4px 20px #0000000d}._HireTopInterns_1abrr_1 ._WhyHire_1abrr_1313 ._Cards_1abrr_934 ._Card_1abrr_285:nth-child(3) p svg path{fill:#6ac248}@media (max-width: 631px){._HireTopInterns_1abrr_1 ._WhyHire_1abrr_1313 ._Cards_1abrr_934 ._Card_1abrr_285:nth-child(4){display:none}}._HireTopInterns_1abrr_1 ._WhyHire_1abrr_1313 ._Cards_1abrr_934 ._Card_1abrr_285:nth-child(4) ._top_1abrr_1395 h1{color:#2fbbe96f}._HireTopInterns_1abrr_1 ._WhyHire_1abrr_1313 ._Cards_1abrr_934 ._Card_1abrr_285:nth-child(4) i{background:var(--Background, linear-gradient(112deg, #2fbbe9 4.93%, #fff 256.79%));box-shadow:0 4px 20px #0000000d}._HireTopInterns_1abrr_1 ._WhyHire_1abrr_1313 ._Cards_1abrr_934 ._Card_1abrr_285:nth-child(4) p svg path{fill:#2fbbe9}._HireTopInterns_1abrr_1 ._WhyHire_1abrr_1313 ._Cards_1abrr_934 ._duration_1abrr_1488{background:#8383830f;color:#666;width:fit-content;padding:.2rem .5rem;border-radius:2rem;border:1px solid rgba(131,131,131,.0588235294)}._HireTopInterns_1abrr_1 ._WhyHire_1abrr_1313 ._Cards_1abrr_934 ._List_1abrr_1496{margin-top:1rem}._HireTopInterns_1abrr_1 ._WhyHire_1abrr_1313 ._Cards_1abrr_934 ._List_1abrr_1496 p{display:flex;align-items:center;gap:1rem;margin-bottom:1rem}._HireTopInterns_1abrr_1 ._guarantee_1abrr_1505{margin:6rem 0;padding:0 12rem}@media (max-width: 1024px){._HireTopInterns_1abrr_1 ._guarantee_1abrr_1505{margin:2rem;padding:0}}._HireTopInterns_1abrr_1 ._guarantee_1abrr_1505 ._Cards_1abrr_934{margin-top:5rem;display:grid;grid-template-columns:repeat(4,1fr);align-items:center;justify-content:center;gap:2rem}@media (max-width: 1024px){._HireTopInterns_1abrr_1 ._guarantee_1abrr_1505 ._Cards_1abrr_934{grid-template-columns:repeat(4,1fr);width:90%;margin:5rem auto}}@media (max-width: 631px){._HireTopInterns_1abrr_1 ._guarantee_1abrr_1505 ._Cards_1abrr_934{grid-template-columns:repeat(2,1fr);gap:1.5rem;width:100%}}._HireTopInterns_1abrr_1 ._guarantee_1abrr_1505 ._Cards_1abrr_934 ._Card_1abrr_285{flex-shrink:0;border-radius:1.71319rem;background:#fff;box-shadow:0 4px 80px #00000014;position:relative;padding:4rem 2rem 2rem;display:flex;flex-direction:column;gap:.3rem}@media (max-width: 631px){._HireTopInterns_1abrr_1 ._guarantee_1abrr_1505 ._Cards_1abrr_934 ._Card_1abrr_285{width:100%;align-items:flex-start;gap:1rem;height:18rem;padding:4.5rem 2rem 2rem;margin-top:3rem}}._HireTopInterns_1abrr_1 ._guarantee_1abrr_1505 ._Cards_1abrr_934 ._Card_1abrr_285 i{position:absolute;top:0;left:50%;transform:translate(-50%,-50%);display:flex;width:5.24119rem;height:5.24119rem;justify-content:center;align-items:center;border-radius:7.10619rem;background:var(--image, linear-gradient(106deg, #6548ee 4.46%, #fff 232.7%));box-shadow:0 4px 20px #0000000d}._HireTopInterns_1abrr_1 ._guarantee_1abrr_1505 ._Cards_1abrr_934 ._Card_1abrr_285 i svg{width:3.375rem;height:3.375rem}._HireTopInterns_1abrr_1 ._guarantee_1abrr_1505 ._Cards_1abrr_934 ._Card_1abrr_285 i svg path{fill:#fff}._HireTopInterns_1abrr_1 ._guarantee_1abrr_1505 ._Cards_1abrr_934 ._Card_1abrr_285 h3{color:#3d3d3d;text-align:center;font-family:Inter;font-weight:600;line-height:2.74106rem}@media (max-width: 631px){._HireTopInterns_1abrr_1 ._guarantee_1abrr_1505 ._Cards_1abrr_934 ._Card_1abrr_285 h3{font-size:1.5rem;text-align:start}}._HireTopInterns_1abrr_1 ._guarantee_1abrr_1505 ._Cards_1abrr_934 ._Card_1abrr_285 p{color:#060606;text-align:center;font-family:Inter;font-size:1rem;font-weight:400;line-height:1.60356rem}@media (max-width: 631px){._HireTopInterns_1abrr_1 ._guarantee_1abrr_1505 ._Cards_1abrr_934 ._Card_1abrr_285 p{font-size:1rem;text-align:start}}._HireTopInterns_1abrr_1 ._guarantee_1abrr_1505 ._Cards_1abrr_934 ._Card_1abrr_285:nth-child(2) i{background:linear-gradient(112deg,#f3721b 4.93%,#fff 256.79%)}._HireTopInterns_1abrr_1 ._guarantee_1abrr_1505 ._Cards_1abrr_934 ._Card_1abrr_285:nth-child(3) i{background:linear-gradient(112deg,#6ac248 4.93%,#fff 256.79%)}._HireTopInterns_1abrr_1 ._guarantee_1abrr_1505 ._Cards_1abrr_934 ._Card_1abrr_285:nth-child(4) i{background:linear-gradient(112deg,#2fbbe9 4.93%,#fff 256.79%)}._HireTopInterns_1abrr_1 ._MarketingPerformance1_1abrr_1617{display:flex;position:relative;justify-content:space-between;align-items:flex-start;border-radius:2rem;padding:4rem;margin:4rem auto!important;background:#fff;width:80%;box-shadow:0 0 30px #fb00944d}._HireTopInterns_1abrr_1 ._MarketingPerformance1_1abrr_1617:before,._HireTopInterns_1abrr_1 ._MarketingPerformance1_1abrr_1617:after{content:"";position:absolute;top:-3px;left:-3px;width:calc(100% + 6px);height:calc(100% + 6px);border-radius:2rem;z-index:-1;background:linear-gradient(45deg,#0000ff28,#00ff003c,#ffff0049,#0000ff28,#00ff003c,#ffff0049,#00ffff28,#0000ff28,#ff80003c,#0f03,#ffff0028,#0000ff28,#00ffff28,#00ff003c,#ffff0040);background-size:400%}._HireTopInterns_1abrr_1 ._MarketingPerformance1_1abrr_1617:after{filter:blur(50px)}._HireTopInterns_1abrr_1 ._MarketingPerformance1_1abrr_1617 ._Content1_1abrr_1646{flex:1;display:flex;flex-direction:column;gap:1.5rem;align-items:flex-start}._HireTopInterns_1abrr_1 ._MarketingPerformance1_1abrr_1617 ._Content1_1abrr_1646 h2{line-height:2.5rem;text-align:start!important}@media (max-width: 631px){._HireTopInterns_1abrr_1 ._MarketingPerformance1_1abrr_1617 ._Content1_1abrr_1646 h2{font-size:2.7rem!important;line-height:3rem;text-align:start!important;margin-top:2rem}}._HireTopInterns_1abrr_1 ._MarketingPerformance1_1abrr_1617 ._Content1_1abrr_1646 p{text-align:start;line-height:1.6rem;width:100%;margin-top:1rem}@media (max-width: 1024px){._HireTopInterns_1abrr_1 ._MarketingPerformance1_1abrr_1617 ._Content1_1abrr_1646 p{font-size:.95rem}}@media (max-width: 631px){._HireTopInterns_1abrr_1 ._MarketingPerformance1_1abrr_1617 ._Content1_1abrr_1646 p{font-size:.9rem;text-align:center}}._HireTopInterns_1abrr_1 ._MarketingPerformance1_1abrr_1617 ._Content1_1abrr_1646 ._points_1abrr_1682{display:flex;flex-direction:row;gap:1rem}@media (max-width: 631px){._HireTopInterns_1abrr_1 ._MarketingPerformance1_1abrr_1617 ._Content1_1abrr_1646 ._points_1abrr_1682{width:40%;flex-direction:row;flex-wrap:wrap;justify-content:center}}._HireTopInterns_1abrr_1 ._MarketingPerformance1_1abrr_1617 ._Content1_1abrr_1646 ._points_1abrr_1682 p{display:flex;align-items:center;gap:.5rem;width:fit-content}@media (max-width: 631px){._HireTopInterns_1abrr_1 ._MarketingPerformance1_1abrr_1617 ._Content1_1abrr_1646 ._points_1abrr_1682 p{font-size:1rem;width:20rem;text-align:start!important;align-items:start!important}}._HireTopInterns_1abrr_1 ._MarketingPerformance1_1abrr_1617 ._Content1_1abrr_1646 ._points_1abrr_1682 p:after{content:"|";margin-left:.5rem;color:#000}@media (max-width: 631px){._HireTopInterns_1abrr_1 ._MarketingPerformance1_1abrr_1617 ._Content1_1abrr_1646 ._points_1abrr_1682 p:after{display:none}}._HireTopInterns_1abrr_1 ._MarketingPerformance1_1abrr_1617 ._Content1_1abrr_1646 ._points_1abrr_1682 p:last-child:after{content:""}._HireTopInterns_1abrr_1 ._MarketingPerformance1_1abrr_1617 ._Content1_1abrr_1646 ._points_1abrr_1682 p svg{width:2rem;height:2rem}._HireTopInterns_1abrr_1 ._MarketingPerformance1_1abrr_1617 ._Content1_1abrr_1646 ._points_1abrr_1682 p:nth-child(1) svg path{fill:#d17cf0}._HireTopInterns_1abrr_1 ._MarketingPerformance1_1abrr_1617 ._Content1_1abrr_1646 ._points_1abrr_1682 p:nth-child(2) svg path{fill:#1eb2f0}._HireTopInterns_1abrr_1 ._MarketingPerformance1_1abrr_1617 ._Content1_1abrr_1646 ._points_1abrr_1682 p:nth-child(3) svg path{fill:#f3921b}._HireTopInterns_1abrr_1 ._MarketingPerformance1_1abrr_1617 ._Img1_1abrr_1732{display:flex;justify-content:flex-end;align-items:center;padding-left:10rem;padding-right:4rem}@media (max-width: 1024px){._HireTopInterns_1abrr_1 ._MarketingPerformance1_1abrr_1617 ._Img1_1abrr_1732{padding-left:4rem}}._HireTopInterns_1abrr_1 ._MarketingPerformance1_1abrr_1617 ._Img1_1abrr_1732 img{max-width:30rem;height:14rem;object-fit:contain;border-radius:1rem}@media (max-width: 631px){._HireTopInterns_1abrr_1 ._MarketingPerformance1_1abrr_1617{flex-direction:column;text-align:center;margin:2rem 1rem;padding:2rem}._HireTopInterns_1abrr_1 ._MarketingPerformance1_1abrr_1617 ._Content1_1abrr_1646{align-items:center}._HireTopInterns_1abrr_1 ._MarketingPerformance1_1abrr_1617 ._Img1_1abrr_1732{width:100%;justify-content:center;margin-top:2rem}._HireTopInterns_1abrr_1 ._MarketingPerformance1_1abrr_1617 ._Img1_1abrr_1732 img{width:70%;max-width:200px;margin-left:10rem;margin-top:-17rem}}._HireTopInterns_1abrr_1 ._Scale2_1abrr_1777{width:100%;padding:5rem 4rem;gap:2.4rem;margin-bottom:4rem;background-color:#fafafa;background-image:linear-gradient(130deg,rgba(243,113,27,.43) 0%,transparent 10%,transparent 90%,rgba(255,196,68,.574) 100%)}@media (max-width: 631px){._HireTopInterns_1abrr_1 ._Scale2_1abrr_1777{padding:3rem}}._HireTopInterns_1abrr_1 ._Scale2_1abrr_1777 ._Col1_1abrr_621 h2{margin-bottom:2rem}._HireTopInterns_1abrr_1 ._Scale2_1abrr_1777 ._Col1_1abrr_621 p{text-align:center}._HireTopInterns_1abrr_1 ._Scale2_1abrr_1777 ._Col1_1abrr_621 ._BtnWrapper_1abrr_185{display:flex;justify-content:center;align-items:center;gap:3rem;margin-top:4rem}@media (max-width: 631px){._HireTopInterns_1abrr_1 ._Scale2_1abrr_1777 ._Col1_1abrr_621 ._BtnWrapper_1abrr_185{margin-top:2rem;flex-direction:column}}._HireTopInterns_1abrr_1 ._Scale2_1abrr_1777 ._Col1_1abrr_621 ._BtnWrapper_1abrr_185 button{display:flex;justify-content:center;align-items:center}._HireTopInterns_1abrr_1 ._Testimonial_1abrr_1814{padding:0 12rem;margin:6rem 0}._HireTopInterns_1abrr_1 ._Testimonial_1abrr_1814 p{text-align:center;margin:2rem 0}@media (max-width: 631px){._HireTopInterns_1abrr_1 ._Testimonial_1abrr_1814{padding:2rem}}._HireTopInterns_1abrr_1 ._Testimonial_1abrr_1814 ._Cards_1abrr_934{display:grid;grid-template-columns:1fr 1fr;gap:3rem}@media screen and (max-width: 631px){._HireTopInterns_1abrr_1 ._Testimonial_1abrr_1814 ._Cards_1abrr_934{grid-template-columns:1fr}}._HireTopInterns_1abrr_1 ._Testimonial_1abrr_1814 ._Cards_1abrr_934 ._Card_1abrr_285{border-radius:1rem;padding:2rem;box-shadow:0 4px 20px #00000025}._HireTopInterns_1abrr_1 ._Testimonial_1abrr_1814 ._Cards_1abrr_934 ._Card_1abrr_285 ._Top_1abrr_54 svg{width:2rem;height:2rem}@media (max-width: 631px){._HireTopInterns_1abrr_1 ._Testimonial_1abrr_1814 ._Cards_1abrr_934 ._Card_1abrr_285 ._Top_1abrr_54 svg{width:1.2rem;height:1.2rem}}._HireTopInterns_1abrr_1 ._Testimonial_1abrr_1814 ._Cards_1abrr_934 ._Card_1abrr_285 h4 span{background:linear-gradient(106deg,#f3721b62 4.46%,#fff 232.7%);color:#f3721b;padding:.1rem .5rem;border-radius:4rem}._HireTopInterns_1abrr_1 ._Testimonial_1abrr_1814 ._Cards_1abrr_934 ._Card_1abrr_285 p{text-align:start;margin:1rem 0}@media screen and (max-width: 631px){._HireTopInterns_1abrr_1 ._Testimonial_1abrr_1814 ._Cards_1abrr_934 ._Card_1abrr_285:not(:first-child){display:none}}._HireTopInterns_1abrr_1 ._Scale1_1abrr_1867{width:100%;padding:5rem 4rem;gap:2.4rem;margin-bottom:4rem;background:#f4f4f4}@media (max-width: 631px){._HireTopInterns_1abrr_1 ._Scale1_1abrr_1867{margin:4rem 3rem 0;padding:3rem}}._HireTopInterns_1abrr_1 ._Scale1_1abrr_1867 ._Col1_1abrr_621 h2{margin-bottom:2rem}._HireTopInterns_1abrr_1 ._Scale1_1abrr_1867 ._Col1_1abrr_621 p{text-align:center}._HireTopInterns_1abrr_1 ._Scale1_1abrr_1867 ._Col1_1abrr_621 ._BtnWrapper_1abrr_185{display:flex;justify-content:center;align-items:center;gap:3rem;margin-top:4rem}@media (max-width: 631px){._HireTopInterns_1abrr_1 ._Scale1_1abrr_1867 ._Col1_1abrr_621 ._BtnWrapper_1abrr_185{margin-top:2rem;flex-direction:column}}._HireTopInterns_1abrr_1 ._Scale1_1abrr_1867 ._Col1_1abrr_621 ._BtnWrapper_1abrr_185 button{display:flex;justify-content:center;align-items:center}._HireTopInterns_1abrr_1 ._InternshipForm_1abrr_1904{display:flex;flex-direction:column;align-items:center;gap:1rem;margin:6rem 0;text-align:center}@media (max-width: 728px){._HireTopInterns_1abrr_1 ._InternshipForm_1abrr_1904{margin:3rem!important;padding:2rem}}._HireTopInterns_1abrr_1 ._InternshipForm_1abrr_1904 h2{font-weight:700}._HireTopInterns_1abrr_1 ._InternshipForm_1abrr_1904 h2 span{color:#ff5c00}._HireTopInterns_1abrr_1 ._InternshipForm_1abrr_1904 p{color:#666}._HireTopInterns_1abrr_1 ._InternshipForm_1abrr_1904 ._FormContent_1abrr_1927{display:grid;grid-template-columns:2fr 1fr;gap:2rem;margin-top:2rem;width:100%;max-width:1100px}@media (max-width: 728px){._HireTopInterns_1abrr_1 ._InternshipForm_1abrr_1904 ._FormContent_1abrr_1927{grid-template-columns:2fr}}._HireTopInterns_1abrr_1 ._InternshipForm_1abrr_1904 ._Left_1abrr_67{background:#fff;border-radius:1rem;padding:2rem;box-shadow:0 6px 20px #00000014}._HireTopInterns_1abrr_1 ._InternshipForm_1abrr_1904 ._Left_1abrr_67 ._formWrapper_1abrr_1946{display:flex;flex-direction:column;gap:1.5rem}._HireTopInterns_1abrr_1 ._InternshipForm_1abrr_1904 ._Left_1abrr_67 ._formWrapper_1abrr_1946 ._formRow_1abrr_1951{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1.5rem}._HireTopInterns_1abrr_1 ._InternshipForm_1abrr_1904 ._Left_1abrr_67 ._formWrapper_1abrr_1946 ._formGroup_1abrr_1956{display:flex;flex-direction:column;text-align:left}._HireTopInterns_1abrr_1 ._InternshipForm_1abrr_1904 ._Left_1abrr_67 ._formWrapper_1abrr_1946 ._formGroup_1abrr_1956 label{font-weight:600;margin-bottom:.4rem;font-size:.9rem}._HireTopInterns_1abrr_1 ._InternshipForm_1abrr_1904 ._Left_1abrr_67 ._formWrapper_1abrr_1946 ._formGroup_1abrr_1956 input,._HireTopInterns_1abrr_1 ._InternshipForm_1abrr_1904 ._Left_1abrr_67 ._formWrapper_1abrr_1946 ._formGroup_1abrr_1956 select,._HireTopInterns_1abrr_1 ._InternshipForm_1abrr_1904 ._Left_1abrr_67 ._formWrapper_1abrr_1946 ._formGroup_1abrr_1956 textarea{padding:.7rem 1rem;border:1px solid #ddd;border-radius:.5rem;font-size:.95rem;outline:none}._HireTopInterns_1abrr_1 ._InternshipForm_1abrr_1904 ._Left_1abrr_67 ._formWrapper_1abrr_1946 ._formGroup_1abrr_1956 input:focus,._HireTopInterns_1abrr_1 ._InternshipForm_1abrr_1904 ._Left_1abrr_67 ._formWrapper_1abrr_1946 ._formGroup_1abrr_1956 select:focus,._HireTopInterns_1abrr_1 ._InternshipForm_1abrr_1904 ._Left_1abrr_67 ._formWrapper_1abrr_1946 ._formGroup_1abrr_1956 textarea:focus{border-color:#ff5c00}._HireTopInterns_1abrr_1 ._InternshipForm_1abrr_1904 ._Left_1abrr_67 ._formWrapper_1abrr_1946 ._formGroup_1abrr_1956 textarea{min-height:5rem;resize:vertical}._HireTopInterns_1abrr_1 ._InternshipForm_1abrr_1904 ._Left_1abrr_67 ._buttons_1abrr_1984{display:flex;gap:1rem;margin-top:1.5rem}@media (max-width: 600px){._HireTopInterns_1abrr_1 ._InternshipForm_1abrr_1904 ._Left_1abrr_67 ._buttons_1abrr_1984{flex-direction:column}._HireTopInterns_1abrr_1 ._InternshipForm_1abrr_1904 ._Left_1abrr_67 ._buttons_1abrr_1984 button{width:46rem!important;margin:0 auto}}._HireTopInterns_1abrr_1 ._InternshipForm_1abrr_1904 ._Right_1abrr_190{display:flex;flex-direction:column;gap:1.5rem}._HireTopInterns_1abrr_1 ._InternshipForm_1abrr_1904 ._Right_1abrr_190 ._card_1abrr_1152{background:#fff;border-radius:1rem;padding:2rem;box-shadow:0 6px 20px #00000014;text-align:center}._HireTopInterns_1abrr_1 ._InternshipForm_1abrr_1904 ._Right_1abrr_190 ._card_1abrr_1152 h4{font-size:1.5rem;font-weight:700;margin-bottom:2rem}@media (max-width: 600px){._HireTopInterns_1abrr_1 ._InternshipForm_1abrr_1904 ._Right_1abrr_190 ._card_1abrr_1152 h4{font-size:2rem;margin-top:1rem}}._HireTopInterns_1abrr_1 ._InternshipForm_1abrr_1904 ._Right_1abrr_190 ._card_1abrr_1152 ._info_1abrr_2023{display:flex;align-items:center;gap:1rem;margin-bottom:1rem}._HireTopInterns_1abrr_1 ._InternshipForm_1abrr_1904 ._Right_1abrr_190 ._card_1abrr_1152 ._info_1abrr_2023 h3{font-size:1.2rem;font-weight:400;text-align:start;margin-bottom:.5rem}@media (max-width: 600px){._HireTopInterns_1abrr_1 ._InternshipForm_1abrr_1904 ._Right_1abrr_190 ._card_1abrr_1152 ._info_1abrr_2023 h3{font-size:1.4rem;margin-top:1rem}}._HireTopInterns_1abrr_1 ._InternshipForm_1abrr_1904 ._Right_1abrr_190 ._card_1abrr_1152 ._info_1abrr_2023 p{font-size:1rem;text-align:start;line-height:1.2rem;color:#7e7e7e}._HireTopInterns_1abrr_1 ._InternshipForm_1abrr_1904 ._Right_1abrr_190 ._card_1abrr_1152 ._info_1abrr_2023 i{width:3rem;height:3rem;border-radius:50%;background:linear-gradient(106deg,#6448ee 4.46%,#fff 232.7%);display:flex;justify-content:center;align-items:center;color:#fff;padding:.5rem}._HireTopInterns_1abrr_1 ._InternshipForm_1abrr_1904 ._Right_1abrr_190 ._card_1abrr_1152 ._info_1abrr_2023 i svg path{fill:#fff}._HireTopInterns_1abrr_1 ._InternshipForm_1abrr_1904 ._Right_1abrr_190 ._card_1abrr_1152 ._info_1abrr_2023:nth-child(3) i{background:linear-gradient(106deg,#6ac248 4.46%,#fff 232.7%)}._HireTopInterns_1abrr_1 ._InternshipForm_1abrr_1904 ._Right_1abrr_190 ._card_1abrr_1152 ._info_1abrr_2023:nth-child(4) i{background:linear-gradient(106deg,#ff5c00 4.46%,#fff 232.7%)}._HireTopInterns_1abrr_1 ._InternshipForm_1abrr_1904 ._Right_1abrr_190 ._card_1abrr_1152 ._info_1abrr_2023:nth-child(5) i{background:linear-gradient(106deg,#2fbbe9 4.46%,#fff 232.7%)}._HireTopInterns_1abrr_1 ._InternshipForm_1abrr_1904 ._Right_1abrr_190 ._Bottom_1abrr_2070{background:#fff;border-radius:1rem;padding:2rem;box-shadow:0 6px 20px #00000014;text-align:center}@media (max-width: 600px){._HireTopInterns_1abrr_1 ._InternshipForm_1abrr_1904 ._Right_1abrr_190 ._Bottom_1abrr_2070 h4{font-size:2rem;margin-top:1rem}}._HireTopInterns_1abrr_1 ._InternshipForm_1abrr_1904 ._Right_1abrr_190 ._Bottom_1abrr_2070 p{margin-bottom:1rem}@media (max-width: 600px){._HireTopInterns_1abrr_1 ._InternshipForm_1abrr_1904 ._Right_1abrr_190 ._Bottom_1abrr_2070 p{font-size:1.4rem;margin-top:1rem}._HireTopInterns_1abrr_1 ._InternshipForm_1abrr_1904 ._Right_1abrr_190 ._Bottom_1abrr_2070 button{width:42rem!important;margin:2rem auto}}._STACards_1395w_1{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;row-gap:5rem;align-items:stretch;position:relative;padding:0 2rem}@media (max-width: 768px){._STACards_1395w_1{margin-bottom:4rem;grid-template-columns:repeat(3,1fr)}}@media (max-width: 631px){._STACards_1395w_1{width:100%;display:flex;overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;gap:1rem;padding:2rem 0}}._STACards_1395w_1 ._Card_1395w_22{width:28.375rem;flex-shrink:0;border-radius:1.71319rem;background:#fff;box-shadow:0 4px 80px #00000014;position:relative;padding:2rem 3rem 3rem;display:flex;flex-direction:column;align-items:start;gap:1rem;margin-top:3rem;justify-content:space-between;transition:all .3s ease-in-out}@media (max-width: 631px){._STACards_1395w_1 ._Card_1395w_22{width:42rem!important;margin-right:1rem!important;margin-left:8rem!important;flex:0 0 90%;scroll-snap-align:center;margin:0 auto;min-height:36rem}}@media (max-width: 768px){._STACards_1395w_1 ._Card_1395w_22{flex-shrink:1;margin:0 auto;padding:2rem 1.5rem}}@media (max-width: 632px){._STACards_1395w_1 ._Card_1395w_22{padding:6rem 1.5rem}}._STACards_1395w_1 ._Card_1395w_22 i{display:flex;width:5rem;height:5rem;justify-content:center;align-items:center;border-radius:7.10619rem;position:absolute;top:0;left:20%;transform:translate(-50%,-50%);background:linear-gradient(106deg,#f3721b 4.46%,#fff 232.7%);box-shadow:0 4px 20px #0000000d;background:linear-gradient(112deg,var(--card-color) 4.93%,#fff 256.79%)}@media (max-width: 768px){._STACards_1395w_1 ._Card_1395w_22 i{margin-top:1rem;left:20%;width:6rem;height:6rem}}@media (max-width: 631px){._STACards_1395w_1 ._Card_1395w_22 i{margin-top:4rem}}._STACards_1395w_1 ._Card_1395w_22 i svg{width:3rem}._STACards_1395w_1 ._Card_1395w_22 i svg path{fill:#fff}._STACards_1395w_1 ._Card_1395w_22 ._TopDetails_1395w_93{margin-left:10rem!important;border-radius:10px;background:#dcdcdc4d;padding:0 .4rem;font-size:1rem;width:fit-content}@media (max-width: 631px){._STACards_1395w_1 ._Card_1395w_22 ._TopDetails_1395w_93{margin-top:-2rem;margin-left:16rem!important}}@media (max-width: 768px){._STACards_1395w_1 ._Card_1395w_22 ._TopDetails_1395w_93{margin-left:14rem!important}}._STACards_1395w_1 ._Card_1395w_22 h3{color:#3d3d3d;text-align:start;font-family:Inter;font-size:1.5rem;margin-top:1rem;font-weight:600;transition:color .3s ease}@media (max-width: 768px){._STACards_1395w_1 ._Card_1395w_22 h3{font-size:2.4rem;padding-left:1rem;margin-bottom:1rem;width:100%}}._STACards_1395w_1 ._Card_1395w_22 ._desc_1395w_129{text-align:start!important;font-size:1.1rem!important;transition:color .3s ease;margin-top:-1rem}@media (max-width: 768px){._STACards_1395w_1 ._Card_1395w_22 ._desc_1395w_129{padding:0 1rem;font-size:1.3rem}}._STACards_1395w_1 ._Card_1395w_22 ._Project_1395w_141{display:flex;width:max-content;justify-content:center;align-items:center;gap:.69281rem;border-radius:6.92831rem;background:#c1c1c11f;color:#3d3d3d;font-family:Inter;font-size:.97rem;font-weight:400;line-height:150%;padding:.5rem 1.4rem;transition:all .3s ease}@media (max-width: 768px){._STACards_1395w_1 ._Card_1395w_22 ._Project_1395w_141{font-size:.9rem}}._STACards_1395w_1 ._Card_1395w_22 ._Col_1395w_162{display:grid;grid-template-columns:repeat(1,1fr);gap:1rem;position:relative;align-items:start}@media (max-width: 768px){._STACards_1395w_1 ._Card_1395w_22 ._Col_1395w_162{padding:0rem 1rem}}._Card_1395w_22:hover ._STACards_1395w_1 ._Card_1395w_22 ._Col_1395w_162:before{background:#fff}._STACards_1395w_1 ._Card_1395w_22 ._Col_1395w_162 p{display:flex;align-items:center!important;gap:.4rem;font-family:Poppins;margin-top:.5rem;font-size:1rem;text-transform:capitalize;color:#000;line-height:1.2rem;transition:color .3s ease;font-weight:400}@media (max-width: 631px){._STACards_1395w_1 ._Card_1395w_22 ._Col_1395w_162 p{font-size:1.3rem!important}}._STACards_1395w_1 ._Card_1395w_22 ._Col_1395w_162 p svg{width:1.4rem;height:1.4rem;flex-shrink:0;transition:all .3s ease}@media (max-width: 1024px){._STACards_1395w_1 ._Card_1395w_22 ._Col_1395w_162 p{font-size:.8rem}._STACards_1395w_1 ._Card_1395w_22 ._Col_1395w_162 p svg{width:1.3rem;height:1.3rem}}@media (max-width: 768px){._STACards_1395w_1 ._Card_1395w_22 ._Col_1395w_162 p{font-size:.9rem;font-weight:500}._STACards_1395w_1 ._Card_1395w_22 ._Col_1395w_162 p svg{width:1.4rem;height:1.4rem}}@media (max-width: 480px){._STACards_1395w_1 ._Card_1395w_22 ._Col_1395w_162 p{font-size:.85rem}._STACards_1395w_1 ._Card_1395w_22 ._Col_1395w_162 p svg{width:1.25rem;height:1.25rem}}._STACards_1395w_1 ._Card_1395w_22 ._BtnWrapper_1395w_229{margin-top:.5rem;width:100%}@media (max-width: 480px){._STACards_1395w_1 ._Card_1395w_22 ._BtnWrapper_1395w_229{padding:2rem 1.5rem;margin-bottom:-4rem}}._STACards_1395w_1 ._Card_1395w_22 ._BtnWrapper_1395w_229 button{transition:all .3s ease}._STACards_1395w_1 ._Card_1395w_22:nth-child(1){--card-color: #f3721b}._STACards_1395w_1 ._Card_1395w_22:nth-child(2){--card-color: #6548ee}._STACards_1395w_1 ._Card_1395w_22:nth-child(3){--card-color: #6ac248}._STACards_1395w_1 ._Card_1395w_22:nth-child(4){--card-color: #f66957}._STACards_1395w_1 ._Card_1395w_22:nth-child(5){--card-color: #ffc444}._STACards_1395w_1 ._Card_1395w_22:nth-child(6){--card-color: #2fbbe9}._STACards_1395w_1 ._Card_1395w_22:nth-child(7){--card-color: #f97316}._STACards_1395w_1 ._Card_1395w_22:nth-child(8){--card-color: #8b5cf6}._STACards_1395w_1 ._Card_1395w_22 p svg path{fill:var(--card-color)!important;transition:fill .3s ease}._STACards_1395w_1 ._Card_1395w_22:hover{background:var(--card-color);color:#fff}._STACards_1395w_1 ._Card_1395w_22:hover h3,._STACards_1395w_1 ._Card_1395w_22:hover ._desc_1395w_129,._STACards_1395w_1 ._Card_1395w_22:hover ._Project_1395w_141,._STACards_1395w_1 ._Card_1395w_22:hover p{color:#fff!important}._STACards_1395w_1 ._Card_1395w_22:hover p svg path{fill:#fff!important}._STACards_1395w_1 ._Card_1395w_22:hover button{background:#fff!important;color:var(--card-color)!important;border:none!important}@media (max-width: 631px){._STACards_1395w_1::-webkit-scrollbar{display:none}}._Wrapper_1395w_313{display:none}@media (max-width: 631px){._Wrapper_1395w_313{display:flex;justify-content:center;align-items:center;margin-top:1rem}}._Wrapper_1395w_313 ._NavControls_1395w_324{display:flex;align-items:center;justify-content:center;gap:1rem;margin-top:-15rem;margin-bottom:-10rem}._Wrapper_1395w_313 ._NavControls_1395w_324 ._Arrow_1395w_332{background:#f3f3f3;border:none;border-radius:50%;width:3rem;height:3rem;display:flex;align-items:center;justify-content:center;font-size:1.5rem;cursor:pointer;transition:all .3s ease}._Wrapper_1395w_313 ._NavControls_1395w_324 ._Arrow_1395w_332:hover{background:#e5e5e5}._Wrapper_1395w_313 ._NavControls_1395w_324 ._Arrow_1395w_332._Disabled_1395w_348{opacity:.4;cursor:not-allowed}._Wrapper_1395w_313 ._NavControls_1395w_324 ._NavDots_1395w_352{display:flex;align-items:center;gap:.5rem}._Wrapper_1395w_313 ._NavControls_1395w_324 ._NavDots_1395w_352 ._NavNumber_1395w_357{width:3.5rem;height:3.5rem;border-radius:50%;background:#d1d1d1;display:flex;justify-content:center;align-items:center;font-size:1.2rem;color:#fff;font-weight:500;cursor:pointer;transition:all .3s ease}._Wrapper_1395w_313 ._NavControls_1395w_324 ._NavDots_1395w_352 ._NavNumber_1395w_357:hover{background:#f97316}._Wrapper_1395w_313 ._NavControls_1395w_324 ._NavDots_1395w_352 ._ActiveNumber_1395w_374{background:#f97316;font-weight:600;font-size:1.3rem}._GetQuoteModal_1395w_381{position:fixed;top:0;left:0;width:100vw;height:100vh;background:#0000008c;display:flex;justify-content:center;align-items:center;z-index:999}._Wrapper_17xde_2{width:100%;display:flex;flex-direction:column;align-items:center}._Wrapper_17xde_2 ._Cards_17xde_9{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;margin-top:3rem}._Wrapper_17xde_2 ._Cards_17xde_9 p{text-align:start}._Wrapper_17xde_2 ._Cards_17xde_9 ._Card_17xde_9{padding:2rem;border-radius:1rem;box-shadow:0 4px 40px #00000014;background:#fff;transition:transform .3s ease}._Wrapper_17xde_2 ._Cards_17xde_9 ._Card_17xde_9:hover{transform:translateY(-5px)}._Wrapper_17xde_2 ._Cards_17xde_9 ._Card_17xde_9 h4{color:#6548ee;margin:1rem 0}._Wrapper_17xde_2 ._Cards_17xde_9 ._Card_17xde_9:nth-child(1) h4{color:#6548ee}._Wrapper_17xde_2 ._Cards_17xde_9 ._Card_17xde_9:nth-child(2) h4{color:#f3721b}._Wrapper_17xde_2 ._Cards_17xde_9 ._Card_17xde_9:nth-child(3) h4{color:#6ac248}._Wrapper_17xde_2 ._Cards_17xde_9 ._Card_17xde_9 ._Subtitle_17xde_42{color:#222;background:#a3a3a323;width:fit-content;padding:.2rem .5rem;border-radius:2rem;margin-top:1rem}._Wrapper_17xde_2 ._Cards_17xde_9 ._Card_17xde_9 ._KeyResult_17xde_50{width:100%;display:flex;align-items:center;justify-content:space-between}._Wrapper_17xde_2 ._Cards_17xde_9 ._Card_17xde_9 ._KeyResult_17xde_50 span:nth-child(2){color:#27ae60}._Wrapper_17xde_2 ._Cards_17xde_9 ._Card_17xde_9:nth-child(2){color:#f3721b}._Wrapper_17xde_2 ._Cards_17xde_9 ._Card_17xde_9:nth-child(3){color:#6ac248}@media (max-width: 631px){._Wrapper_17xde_2 ._Cards_17xde_9{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;gap:0;width:100%}._Wrapper_17xde_2 ._Cards_17xde_9 ._Card_17xde_9{flex:0 0 100%;min-width:100%;scroll-snap-align:start;border-radius:0;box-shadow:none;padding:2rem}._Wrapper_17xde_2 ._Cards_17xde_9::-webkit-scrollbar{display:none}}._Wrapper_17xde_2 ._NavControls_17xde_90{display:none}@media (max-width: 631px){._Wrapper_17xde_2 ._NavControls_17xde_90{display:flex;align-items:center;justify-content:center;gap:1rem;margin-top:1rem}}._Wrapper_17xde_2 ._NavControls_17xde_90 ._Arrow_17xde_102{border:none;background:#f1f1f1;color:#333;font-size:1.5rem;border-radius:50%;width:35px;height:35px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .3s ease}._Wrapper_17xde_2 ._NavControls_17xde_90 ._Arrow_17xde_102:hover{background:#e0e0e0}._Wrapper_17xde_2 ._NavControls_17xde_90 ._Arrow_17xde_102._Disabled_17xde_119{opacity:.4;cursor:not-allowed}._Wrapper_17xde_2 ._NavControls_17xde_90 ._NavDots_17xde_123{display:flex;justify-content:center;gap:.6rem}._Wrapper_17xde_2 ._NavControls_17xde_90 ._NavDots_17xde_123 ._Dot_17xde_128{width:30px;height:10px;border-radius:10px;background:#ccc;cursor:pointer;transition:background .3s ease}._Wrapper_17xde_2 ._NavControls_17xde_90 ._NavDots_17xde_123 ._Dot_17xde_128._ActiveDot_17xde_136{background:#f3721b}._Wrapper1_dm8gz_2{width:100%;position:relative;margin-left:8rem}@media (max-width: 768px){._Wrapper1_dm8gz_2{margin-left:2rem!important}}@media (max-width: 631px){._Wrapper1_dm8gz_2{margin-left:0;margin-top:2rem}}._Wrapper1_dm8gz_2 ._Cards_dm8gz_18{display:flex;align-items:stretch;justify-content:flex-start;gap:2rem;margin-top:5rem;width:90%}@media (max-width: 631px){._Wrapper1_dm8gz_2 ._Cards_dm8gz_18{overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;width:100%;gap:1rem}}._Wrapper1_dm8gz_2 ._Cards_dm8gz_18::-webkit-scrollbar{display:none}._Wrapper1_dm8gz_2 ._Cards_dm8gz_18 ._CardWrapper_dm8gz_38{position:relative;flex:0 0 25rem;scroll-snap-align:start}@media (max-width: 631px){._Wrapper1_dm8gz_2 ._Cards_dm8gz_18 ._CardWrapper_dm8gz_38{flex:0 0 100%}}._Wrapper1_dm8gz_2 ._Cards_dm8gz_18 ._CardWrapper_dm8gz_38 ._icon_dm8gz_48{position:absolute;top:0;left:20%;transform:translate(-50%,-50%);z-index:10;display:flex;width:5.25rem;height:5.25rem;justify-content:center;align-items:center;border-radius:50%;background:linear-gradient(106deg,#f3721b 4.46%,#fff 232.7%);box-shadow:0 4px 20px #0000000d}@media (max-width: 631px){._Wrapper1_dm8gz_2 ._Cards_dm8gz_18 ._CardWrapper_dm8gz_38 ._icon_dm8gz_48{margin-top:3rem;margin-bottom:2rem;margin-left:.4rem;z-index:100}}._Wrapper1_dm8gz_2 ._Cards_dm8gz_18 ._CardWrapper_dm8gz_38 ._icon_dm8gz_48 svg{width:3.375rem;height:3.375rem}._Wrapper1_dm8gz_2 ._Cards_dm8gz_18 ._CardWrapper_dm8gz_38 ._Card_dm8gz_18{height:30rem;border-radius:1.7rem;background:#fff;box-shadow:0 4px 80px #00000014;position:relative;padding:4rem 2rem 2rem;display:flex;flex-direction:column;gap:.3rem;box-shadow:0 4px 40px #00000029}@media (max-width: 1024px){._Wrapper1_dm8gz_2 ._Cards_dm8gz_18 ._CardWrapper_dm8gz_38 ._Card_dm8gz_18{height:34rem}}@media (max-width: 631px){._Wrapper1_dm8gz_2 ._Cards_dm8gz_18 ._CardWrapper_dm8gz_38 ._Card_dm8gz_18{box-shadow:0 4px 40px #91919125;width:33rem;height:40rem;margin:0rem auto}}._Wrapper1_dm8gz_2 ._Cards_dm8gz_18 ._CardWrapper_dm8gz_38 ._Card_dm8gz_18 h3{color:#3d3d3d;font-family:Inter;font-size:1.5rem;font-weight:600;line-height:2.74rem}@media (max-width: 631px){._Wrapper1_dm8gz_2 ._Cards_dm8gz_18 ._CardWrapper_dm8gz_38 ._Card_dm8gz_18 h3{margin-top:3rem;font-size:2rem}}._Wrapper1_dm8gz_2 ._Cards_dm8gz_18 ._CardWrapper_dm8gz_38 ._Card_dm8gz_18 h1{font-size:3rem;color:#f379275c;margin-top:-5rem;margin-left:80%}@media (max-width: 631px){._Wrapper1_dm8gz_2 ._Cards_dm8gz_18 ._CardWrapper_dm8gz_38 ._Card_dm8gz_18 h1{font-size:3.6rem;margin-top:-7rem}}._Wrapper1_dm8gz_2 ._Cards_dm8gz_18 ._CardWrapper_dm8gz_38 ._Card_dm8gz_18 p{color:#3a3a3a;font-family:Inter;font-size:1rem;font-weight:400;line-height:1.6rem;margin-top:1rem;text-align:start}@media (max-width: 631px){._Wrapper1_dm8gz_2 ._Cards_dm8gz_18 ._CardWrapper_dm8gz_38 ._Card_dm8gz_18 p{margin-top:3rem;font-size:1.2rem}}@media (max-width: 1024px){._Wrapper1_dm8gz_2 ._Cards_dm8gz_18 ._CardWrapper_dm8gz_38 ._Card_dm8gz_18 p{font-size:1.2rem}._Wrapper1_dm8gz_2 ._Cards_dm8gz_18 ._CardWrapper_dm8gz_38 ._Card_dm8gz_18 p svg{width:2.5rem;height:2.5rem}}._Wrapper1_dm8gz_2 ._Cards_dm8gz_18 ._CardWrapper_dm8gz_38 ._Card_dm8gz_18 ._duration_dm8gz_151{background:#8383830f;color:#666;width:fit-content;padding:.2rem .5rem;border-radius:2rem;border:1px solid rgba(131,131,131,.0588235294)}@media (max-width: 631px){._Wrapper1_dm8gz_2 ._Cards_dm8gz_18 ._CardWrapper_dm8gz_38 ._Card_dm8gz_18 ._duration_dm8gz_151{margin-top:1rem;margin-bottom:-2rem}}._Wrapper1_dm8gz_2 ._Cards_dm8gz_18 ._CardWrapper_dm8gz_38 ._Card_dm8gz_18 ._List_dm8gz_165{margin-top:1rem}._Wrapper1_dm8gz_2 ._Cards_dm8gz_18 ._CardWrapper_dm8gz_38 ._Card_dm8gz_18 ._List_dm8gz_165 p{display:flex;align-items:center;gap:1rem;margin-bottom:1rem}@media (max-width: 631px){._Wrapper1_dm8gz_2 ._Cards_dm8gz_18 ._CardWrapper_dm8gz_38 ._Card_dm8gz_18 ._List_dm8gz_165 p{margin-bottom:-1rem;font-size:1.5rem}}._Wrapper1_dm8gz_2 ._Cards_dm8gz_18 ._CardWrapper_dm8gz_38:nth-child(2) ._List_dm8gz_165 svg path{fill:#6548ee!important}._Wrapper1_dm8gz_2 ._Cards_dm8gz_18 ._CardWrapper_dm8gz_38:nth-child(2) ._icon_dm8gz_48{background:linear-gradient(112deg,#6548ee 4.93%,#fff 256.79%)}._Wrapper1_dm8gz_2 ._Cards_dm8gz_18 ._CardWrapper_dm8gz_38:nth-child(3) ._List_dm8gz_165 svg path{fill:#6ac248!important}._Wrapper1_dm8gz_2 ._Cards_dm8gz_18 ._CardWrapper_dm8gz_38:nth-child(3) ._icon_dm8gz_48{background:linear-gradient(112deg,#6ac248 4.93%,#fff 256.79%)}._Wrapper1_dm8gz_2 ._Cards_dm8gz_18 ._CardWrapper_dm8gz_38:nth-child(4) ._List_dm8gz_165 svg path{fill:#2fbbe9!important}._Wrapper1_dm8gz_2 ._Cards_dm8gz_18 ._CardWrapper_dm8gz_38:nth-child(4) ._icon_dm8gz_48{background:linear-gradient(112deg,#2fbbe9 4.93%,#fff 256.79%)}._Wrapper1_dm8gz_2 ._Cards_dm8gz_18 ._CardWrapper_dm8gz_38:nth-child(1) ._Card_dm8gz_18 h1{color:#f3711b6f}._Wrapper1_dm8gz_2 ._Cards_dm8gz_18 ._CardWrapper_dm8gz_38:nth-child(2) ._Card_dm8gz_18 h1{color:#6448ee6b}._Wrapper1_dm8gz_2 ._Cards_dm8gz_18 ._CardWrapper_dm8gz_38:nth-child(3) ._Card_dm8gz_18 h1{color:#6bc24879}._Wrapper1_dm8gz_2 ._Cards_dm8gz_18 ._CardWrapper_dm8gz_38:nth-child(4) ._Card_dm8gz_18 h1{color:#2fbbe971}._Wrapper1_dm8gz_2 ._NavControls_dm8gz_210{display:none}@media (max-width: 631px){._Wrapper1_dm8gz_2 ._NavControls_dm8gz_210{display:flex;justify-content:space-between;align-items:center;margin-top:1rem;position:relative}._Wrapper1_dm8gz_2 ._NavControls_dm8gz_210 ._Arrow_dm8gz_221{border:none;background:#f1f1f1;color:#333;font-size:1.5rem;border-radius:50%;width:35px;height:35px;cursor:pointer;display:flex;justify-content:center;align-items:center;transition:background .3s ease}._Wrapper1_dm8gz_2 ._NavControls_dm8gz_210 ._Arrow_dm8gz_221:hover{background:#e0e0e0}._Wrapper1_dm8gz_2 ._NavControls_dm8gz_210 ._Arrow_dm8gz_221._Disabled_dm8gz_238{opacity:.4;cursor:not-allowed}._Wrapper1_dm8gz_2 ._NavControls_dm8gz_210 ._NavDots_dm8gz_242{display:flex;gap:.5rem}._Wrapper1_dm8gz_2 ._NavControls_dm8gz_210 ._NavDots_dm8gz_242 ._Dot_dm8gz_246{width:30px;height:30px;border-radius:50%;background:#acacac44;color:#fff;font-size:1.6rem;display:flex;justify-content:center;align-items:center;font-weight:600;cursor:pointer;transition:all .3s ease}._Wrapper1_dm8gz_2 ._NavControls_dm8gz_210 ._NavDots_dm8gz_242 ._Dot_dm8gz_246._ActiveDot_dm8gz_260{background:#f3721b}}._Wrapper_dm8gz_2{width:100%;display:flex;flex-direction:column;align-items:center}._Wrapper_dm8gz_2 ._Cards_dm8gz_18{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;margin-top:3rem}._Wrapper_dm8gz_2 ._Cards_dm8gz_18 p{text-align:start}._Wrapper_dm8gz_2 ._Cards_dm8gz_18 ._Card_dm8gz_18{padding:2rem;border-radius:1rem;box-shadow:0 4px 40px #00000014;background:#fff;transition:transform .3s ease}._Wrapper_dm8gz_2 ._Cards_dm8gz_18 ._Card_dm8gz_18:hover{transform:translateY(-5px)}._Wrapper_dm8gz_2 ._Cards_dm8gz_18 ._Card_dm8gz_18 h4{color:#6548ee;margin:1rem 0}._Wrapper_dm8gz_2 ._Cards_dm8gz_18 ._Card_dm8gz_18:nth-child(1) h4{color:#6548ee}._Wrapper_dm8gz_2 ._Cards_dm8gz_18 ._Card_dm8gz_18:nth-child(2) h4{color:#f3721b}._Wrapper_dm8gz_2 ._Cards_dm8gz_18 ._Card_dm8gz_18:nth-child(3) h4{color:#6ac248}._Wrapper_dm8gz_2 ._Cards_dm8gz_18 ._Card_dm8gz_18 ._Subtitle_dm8gz_305{color:#222;background:#a3a3a323;width:fit-content;padding:.2rem .5rem;border-radius:2rem;margin-top:1rem}._Wrapper_dm8gz_2 ._Cards_dm8gz_18 ._Card_dm8gz_18 ._KeyResult_dm8gz_313{width:100%;display:flex;align-items:center;justify-content:space-between}._Wrapper_dm8gz_2 ._Cards_dm8gz_18 ._Card_dm8gz_18 ._KeyResult_dm8gz_313 span:nth-child(2){color:#27ae60}._Wrapper_dm8gz_2 ._Cards_dm8gz_18 ._Card_dm8gz_18:nth-child(2){color:#f3721b}._Wrapper_dm8gz_2 ._Cards_dm8gz_18 ._Card_dm8gz_18:nth-child(3){color:#6ac248}@media (max-width: 631px){._Wrapper_dm8gz_2 ._Cards_dm8gz_18{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;gap:0;width:100%}._Wrapper_dm8gz_2 ._Cards_dm8gz_18 ._Card_dm8gz_18{flex:0 0 100%;min-width:100%;scroll-snap-align:start;border-radius:0;box-shadow:none;padding:2rem}._Wrapper_dm8gz_2 ._Cards_dm8gz_18::-webkit-scrollbar{display:none}}._Wrapper_dm8gz_2 ._NavControls_dm8gz_210{display:none}@media (max-width: 631px){._Wrapper_dm8gz_2 ._NavControls_dm8gz_210{display:flex;align-items:center;justify-content:center;gap:1rem;margin-top:1rem}}._Wrapper_dm8gz_2 ._NavControls_dm8gz_210 ._Arrow_dm8gz_221{border:none;background:#f1f1f1;color:#333;font-size:1.5rem;border-radius:50%;width:35px;height:35px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .3s ease}._Wrapper_dm8gz_2 ._NavControls_dm8gz_210 ._Arrow_dm8gz_221:hover{background:#e0e0e0}._Wrapper_dm8gz_2 ._NavControls_dm8gz_210 ._Arrow_dm8gz_221._Disabled_dm8gz_238{opacity:.4;cursor:not-allowed}._Wrapper_dm8gz_2 ._NavControls_dm8gz_210 ._NavDots_dm8gz_242{display:flex;justify-content:center;gap:.6rem}._Wrapper_dm8gz_2 ._NavControls_dm8gz_210 ._NavDots_dm8gz_242 ._Dot_dm8gz_246{width:30px;height:10px;border-radius:10px;background:#ccc;cursor:pointer;transition:background .3s ease}._Wrapper_dm8gz_2 ._NavControls_dm8gz_210 ._NavDots_dm8gz_242 ._Dot_dm8gz_246._ActiveDot_dm8gz_260{background:#f3721b}._ContractHiring_17io0_2{width:100%;display:flex;flex-direction:column}._ContractHiring_17io0_2 h2{color:var(--c3);text-align:center;font-family:var(--f2);font-size:3.5rem;font-style:normal;font-weight:700;line-height:3.99rem;letter-spacing:-.07rem}@media (max-width: 631px){._ContractHiring_17io0_2 h2{font-size:2.5rem}}._ContractHiring_17io0_2 h2 span{color:var(--c1)}._ContractHiring_17io0_2 ._Row1_17io0_25{position:relative;padding:5rem;display:flex;flex-direction:column;gap:4rem}@media (max-width: 631px){._ContractHiring_17io0_2 ._Row1_17io0_25{padding:2rem}}._ContractHiring_17io0_2 ._Row1_17io0_25 ._TopSection_17io0_37{display:flex;align-items:center;justify-content:space-evenly;gap:1rem}@media (max-width: 631px){._ContractHiring_17io0_2 ._Row1_17io0_25 ._TopSection_17io0_37{flex-direction:column}}._ContractHiring_17io0_2 ._Row1_17io0_25 ._TopSection_17io0_37 ._Left_17io0_48{width:45.1875rem;display:flex;flex-direction:column;gap:1.5rem;margin-top:-10rem}@media (max-width: 631px){._ContractHiring_17io0_2 ._Row1_17io0_25 ._TopSection_17io0_37 ._Left_17io0_48{margin-top:2rem}}._ContractHiring_17io0_2 ._Row1_17io0_25 ._TopSection_17io0_37 ._Left_17io0_48 ._DummyBtn_17io0_60{display:flex;width:max-content;height:3.0625rem;justify-content:center;align-items:center;gap:.75rem;border-radius:6.25rem;background:#f47b2a0d;color:#f58133;font-family:Inter;font-size:1rem;font-style:normal;font-weight:500;line-height:1.62rem;padding:.1rem 1rem}._ContractHiring_17io0_2 ._Row1_17io0_25 ._TopSection_17io0_37 ._Left_17io0_48 ._DummyBtn_17io0_60 img{width:1.5rem;height:1.5rem;flex-shrink:0}._ContractHiring_17io0_2 ._Row1_17io0_25 ._TopSection_17io0_37 ._Left_17io0_48 h1{color:#2f2f2f;font-family:Inter;font-size:4.05325rem;font-style:normal;font-weight:600;line-height:4.45856rem;letter-spacing:-.06356rem}._ContractHiring_17io0_2 ._Row1_17io0_25 ._TopSection_17io0_37 ._Left_17io0_48 h1 span{background:var(--Frame-1618873097, linear-gradient(112deg, #f3721b 4.93%, #ff7236 256.79%));background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}._ContractHiring_17io0_2 ._Row1_17io0_25 ._TopSection_17io0_37 ._Left_17io0_48 p{color:#313131;font-family:Inter;font-size:1.125rem;font-style:normal;font-weight:300;line-height:1.81469rem}@media (max-width: 631px){._ContractHiring_17io0_2 ._Row1_17io0_25 ._TopSection_17io0_37 ._Left_17io0_48 p{width:70%;font-size:1.3125rem}}._ContractHiring_17io0_2 ._Row1_17io0_25 ._TopSection_17io0_37 ._Left_17io0_48 ._Row_17io0_25{display:flex;gap:1rem;height:max-content}._ContractHiring_17io0_2 ._Row1_17io0_25 ._TopSection_17io0_37 ._Left_17io0_48 ._Row_17io0_25 ._Col_17io0_116{flex:1;display:flex;flex-direction:column;gap:.7rem}._ContractHiring_17io0_2 ._Row1_17io0_25 ._TopSection_17io0_37 ._Left_17io0_48 ._Row_17io0_25 ._Col_17io0_116 p{color:#3d3d3d;text-align:start;font-family:Poppins;font-size:.825rem;font-style:normal;font-weight:400;line-height:111.4%;text-transform:capitalize;white-space:nowrap;display:flex;align-items:center;gap:.4rem}@media (max-width: 631px){._ContractHiring_17io0_2 ._Row1_17io0_25 ._TopSection_17io0_37 ._Left_17io0_48 ._Row_17io0_25 ._Col_17io0_116 p{font-size:1rem;flex:1}}._ContractHiring_17io0_2 ._Row1_17io0_25 ._TopSection_17io0_37 ._Left_17io0_48 ._Row_17io0_25 ._Col_17io0_116 p svg{width:1.375rem;height:1.375rem;flex-shrink:0}@media (max-width: 631px){._ContractHiring_17io0_2 ._Row1_17io0_25 ._TopSection_17io0_37 ._Left_17io0_48 ._Row_17io0_25 ._Col_17io0_116 p svg{width:1.5375rem;height:1.5375rem}}._ContractHiring_17io0_2 ._Row1_17io0_25 ._TopSection_17io0_37 ._Left_17io0_48 ._Row_17io0_25 ._Col_17io0_116 p svg path{fill:#6ac248}._ContractHiring_17io0_2 ._Row1_17io0_25 ._TopSection_17io0_37 ._Left_17io0_48 ._Row_17io0_25 ._Line_17io0_156{height:100%;width:2px;background:#0003}._ContractHiring_17io0_2 ._Row1_17io0_25 ._TopSection_17io0_37 ._Left_17io0_48 ._BtnWrapper_17io0_161{display:flex;align-items:center;gap:1rem}._ContractHiring_17io0_2 ._Row1_17io0_25 ._TopSection_17io0_37 ._Right_17io0_166{width:40rem;height:35rem;margin-right:5rem}@media (max-width: 631px){._ContractHiring_17io0_2 ._Row1_17io0_25 ._TopSection_17io0_37 ._Right_17io0_166{margin-top:6rem;margin-bottom:-2rem;margin-left:7rem}}._ContractHiring_17io0_2 ._Row1_17io0_25 ._TopSection_17io0_37 ._Right_17io0_166 img{width:100%;height:auto}._ContractHiring_17io0_2 ._Row1_17io0_25 ._Asset1_17io0_182{width:29.5625rem;height:34.918rem;position:absolute;left:-4rem;top:-10rem}@media (max-width: 631px){._ContractHiring_17io0_2 ._Row1_17io0_25 ._Asset1_17io0_182{display:none}}._ContractHiring_17io0_2 ._Row1_17io0_25 ._Asset1_17io0_182 svg{height:100%;width:100%}._ContractHiring_17io0_2 ._Row1_17io0_25 ._Asset2_17io0_198{width:29.5625rem;height:34.918rem;position:absolute;right:-4rem;top:10rem}@media (max-width: 631px){._ContractHiring_17io0_2 ._Row1_17io0_25 ._Asset2_17io0_198{display:none}}._ContractHiring_17io0_2 ._Row1_17io0_25 ._Asset2_17io0_198 svg{height:100%;width:100%}._ContractHiring_17io0_2 ._RealTimeMetrics_17io0_214{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;margin:4rem 0;background:url(/assets/SILBG-DudNR10-.webp);background-size:cover;background-position:center;width:100%;height:42.6875rem;flex-shrink:0}@media (max-width: 631px){._ContractHiring_17io0_2 ._RealTimeMetrics_17io0_214{min-height:42.6875rem;height:auto;padding:2rem 3rem}}._ContractHiring_17io0_2 ._RealTimeMetrics_17io0_214 h2{color:#fff}._ContractHiring_17io0_2 ._RealTimeMetrics_17io0_214 p{color:#fff;text-align:center;font-family:Inter;font-size:1.125rem;font-style:normal;font-weight:400;line-height:1.755rem}@media (max-width: 631px){._ContractHiring_17io0_2 ._RealTimeMetrics_17io0_214 p{font-size:1.3125rem}}._ContractHiring_17io0_2 ._RealTimeMetrics_17io0_214 ._TrustedByCards_17io0_252{display:flex;align-items:center;justify-content:center;gap:3rem;margin-top:3.5rem}@media (max-width: 631px){._ContractHiring_17io0_2 ._RealTimeMetrics_17io0_214 ._TrustedByCards_17io0_252{width:100%;display:grid;grid-template-columns:repeat(2,1fr);gap:1rem;row-gap:5rem}}._ContractHiring_17io0_2 ._RealTimeMetrics_17io0_214 ._CardOuter_17io0_268{width:22.125rem;height:16.125rem;border:1px solid #f37927;background:linear-gradient(180deg,#ffffff1a,#9990);box-shadow:0 4px 80px #f672234d;-webkit-backdrop-filter:blur(25px);backdrop-filter:blur(25px);border-radius:1.71319rem}@media (max-width: 631px){._ContractHiring_17io0_2 ._RealTimeMetrics_17io0_214 ._CardOuter_17io0_268{width:100%}}._ContractHiring_17io0_2 ._RealTimeMetrics_17io0_214 ._Card_17io0_268{width:22.125rem;height:16.125rem;flex-shrink:0;border-radius:1.71319rem;position:relative;display:flex;flex-direction:column;padding:3rem 2.5rem;align-items:center;justify-content:flex-end}@media (max-width: 631px){._ContractHiring_17io0_2 ._RealTimeMetrics_17io0_214 ._Card_17io0_268{width:100%}}._ContractHiring_17io0_2 ._RealTimeMetrics_17io0_214 ._Card_17io0_268 i{position:absolute;left:50%;top:0;transform:translate(-50%,-50%);display:inline-flex;height:5.24119rem;padding:1.1875rem 1.17869rem 1.30369rem 1.3125rem;justify-content:center;align-items:center;flex-shrink:0;border-radius:7.10619rem;background:var(--Background, linear-gradient(106deg, #f3721b 4.46%, #fff 232.7%));box-shadow:0 4px 50px #0000000f}._ContractHiring_17io0_2 ._RealTimeMetrics_17io0_214 ._Card_17io0_268 i svg{width:2.75rem;height:2.75rem;aspect-ratio:1/1}._ContractHiring_17io0_2 ._RealTimeMetrics_17io0_214 ._Card_17io0_268 h3{font-family:Inter;font-size:3.27719rem;font-style:normal;font-weight:600;line-height:140%;letter-spacing:-.13306rem;background:var(--Background, linear-gradient(106deg, #f3721b 4.46%, #fff 232.7%));background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}._ContractHiring_17io0_2 ._RealTimeMetrics_17io0_214 ._Card_17io0_268 h4{color:#fff;font-family:Inter;font-size:1.125rem;font-style:normal;font-weight:600;line-height:2.74106rem;letter-spacing:-.04569rem}@media (max-width: 631px){._ContractHiring_17io0_2 ._RealTimeMetrics_17io0_214 ._Card_17io0_268 h4{font-size:1.5125rem}}._ContractHiring_17io0_2 ._RealTimeMetrics_17io0_214 ._Card_17io0_268 p{color:#fff;text-align:center;font-family:Inter;font-size:1rem;font-style:normal;font-weight:400;line-height:1.60356rem;width:80%}@media (max-width: 631px){._ContractHiring_17io0_2 ._RealTimeMetrics_17io0_214 ._Card_17io0_268 p{font-size:1.2125rem}}._ContractHiring_17io0_2 ._RealTimeMetrics_17io0_214 ._BtnWrapper_17io0_161{display:flex;align-items:center;gap:1rem;margin-top:1rem}@media (max-width: 631px){._ContractHiring_17io0_2 ._RealTimeMetrics_17io0_214 ._BtnWrapper_17io0_161{margin-top:2rem}}._ContractHiring_17io0_2 ._RealTimeMetrics_17io0_214 ._CardOuter_17io0_268:nth-child(1){border:1px solid #7c64f1;background:linear-gradient(180deg,#ffffff1a,#9990);box-shadow:0 4px 80px #7156ef4d;-webkit-backdrop-filter:blur(25px);backdrop-filter:blur(25px)}._ContractHiring_17io0_2 ._RealTimeMetrics_17io0_214 ._CardOuter_17io0_268:nth-child(1) i{border-radius:7.10619rem;background:var(--Frame-1618873352, linear-gradient(112deg, #6548ee 4.93%, #fff 256.79%));box-shadow:0 4px 50px #0000000f}._ContractHiring_17io0_2 ._RealTimeMetrics_17io0_214 ._CardOuter_17io0_268:nth-child(1) h3{background:var(--Frame-1618873352, linear-gradient(112deg, #6548ee 4.93%, #fff 256.79%));background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}._ContractHiring_17io0_2 ._RealTimeMetrics_17io0_214 ._CardOuter_17io0_268:nth-child(2){border-radius:1.71319rem;border:1px solid #6bceef;background:linear-gradient(180deg,#ffffff1a,#9990);box-shadow:0 4px 80px #45c2eb4d;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px)}._ContractHiring_17io0_2 ._RealTimeMetrics_17io0_214 ._CardOuter_17io0_268:nth-child(2) i{border-radius:7.10619rem;background:var(--Background, linear-gradient(112deg, #2fbbe9 4.93%, #fff 256.79%));box-shadow:0 4px 50px #0000000f}._ContractHiring_17io0_2 ._RealTimeMetrics_17io0_214 ._CardOuter_17io0_268:nth-child(2) h3{background:var(--Background, linear-gradient(112deg, #2fbbe9 4.93%, #fff 256.79%));background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}._ContractHiring_17io0_2 ._RealTimeMetrics_17io0_214 ._CardOuter_17io0_268:nth-child(4){border-radius:1.71319rem;border:1px solid #7bc95d;background:linear-gradient(180deg,#ffffff1a,#9990);box-shadow:0 4px 80px #79c85b4d;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px)}._ContractHiring_17io0_2 ._RealTimeMetrics_17io0_214 ._CardOuter_17io0_268:nth-child(4) i{border-radius:7.10619rem;background:var(--Background, linear-gradient(112deg, #6ac248 4.93%, #fff 256.79%));box-shadow:0 4px 50px #0000000f}._ContractHiring_17io0_2 ._RealTimeMetrics_17io0_214 ._CardOuter_17io0_268:nth-child(4) h3{background:var(--Background, linear-gradient(112deg, #6ac248 4.93%, #fff 256.79%));background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}._ContractHiring_17io0_2 ._whyGlobal_17io0_424{position:relative;text-align:center;padding:4rem 2rem}._ContractHiring_17io0_2 ._whyGlobal_17io0_424 p{text-align:center;margin-top:1rem}._ContractHiring_17io0_2 ._whyGlobal_17io0_424:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:url(/assets/Background-B5AJ7miH.png) no-repeat center center/cover;opacity:.2;z-index:-1}._ContractHiring_17io0_2 ._whyGlobal_17io0_424 ._boxWrapper_17io0_444{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;justify-items:center;width:80%;margin:3rem auto}@media (max-width: 630px){._ContractHiring_17io0_2 ._whyGlobal_17io0_424 ._boxWrapper_17io0_444{grid-template-columns:1fr;margin-top:3rem;width:100%}}._ContractHiring_17io0_2 ._whyGlobal_17io0_424 ._box_17io0_444{display:flex;align-items:center;background:#fff;border-radius:1rem;box-shadow:0 2px 10px #0000001a;height:7rem;width:100%;max-width:30rem;padding:1rem 1.2rem;transition:transform .2s ease-in-out}@media (max-width: 630px){._ContractHiring_17io0_2 ._whyGlobal_17io0_424 ._box_17io0_444{max-width:50rem}}._ContractHiring_17io0_2 ._whyGlobal_17io0_424 ._box_17io0_444:hover{transform:translateY(-5px)}._ContractHiring_17io0_2 ._whyGlobal_17io0_424 ._box_17io0_444 ._iconBox_17io0_479{border-radius:10px;height:4rem;width:4rem;display:flex;align-items:center;justify-content:center;font-size:1.8rem;margin-right:1rem;color:#000}._ContractHiring_17io0_2 ._whyGlobal_17io0_424 ._box_17io0_444:nth-child(1) ._iconBox_17io0_479{background:linear-gradient(106deg,#6448ee 4.46%,#fff 232.7%)}._ContractHiring_17io0_2 ._whyGlobal_17io0_424 ._box_17io0_444:nth-child(2) ._iconBox_17io0_479{background:linear-gradient(106deg,#f3721b 4.46%,#fff 232.7%)}._ContractHiring_17io0_2 ._whyGlobal_17io0_424 ._box_17io0_444:nth-child(3) ._iconBox_17io0_479{background:linear-gradient(106deg,#6ac248 4.46%,#fff 232.7%)}._ContractHiring_17io0_2 ._whyGlobal_17io0_424 ._box_17io0_444:nth-child(4) ._iconBox_17io0_479{background:linear-gradient(106deg,#f5d442 4.46%,#fff 232.7%)}._ContractHiring_17io0_2 ._whyGlobal_17io0_424 ._box_17io0_444:nth-child(5) ._iconBox_17io0_479{background:linear-gradient(106deg,#e82e2e 4.46%,#fff 232.7%)}._ContractHiring_17io0_2 ._whyGlobal_17io0_424 ._box_17io0_444:nth-child(6) ._iconBox_17io0_479{background:linear-gradient(106deg,#2fbbe9 4.46%,#fff 232.7%)}._ContractHiring_17io0_2 ._whyGlobal_17io0_424 ._box_17io0_444 ._text_17io0_508{text-align:left}._ContractHiring_17io0_2 ._whyGlobal_17io0_424 ._box_17io0_444 ._text_17io0_508 h4{font-size:1.1rem;font-weight:600;margin-bottom:.3rem}@media (max-width: 631px){._ContractHiring_17io0_2 ._whyGlobal_17io0_424 ._box_17io0_444 ._text_17io0_508 h4{font-size:1.3rem}}._ContractHiring_17io0_2 ._whyGlobal_17io0_424 ._box_17io0_444 ._text_17io0_508 p{font-size:.9rem;color:#555;margin:0;text-align:start}@media (max-width: 631px){._ContractHiring_17io0_2 ._whyGlobal_17io0_424 ._box_17io0_444 ._text_17io0_508 p{font-size:1.2rem}}._ContractHiring_17io0_2 ._whyGlobal_17io0_424 ._BtnWrapper_17io0_161{margin:2rem auto;display:flex;justify-content:center}._ContractHiring_17io0_2 ._whyGlobal_17io0_424 ._BtnWrapper_17io0_161 button{width:45rem!important}._ContractHiring_17io0_2 ._GetStarted_17io0_540{background:linear-gradient(133.31deg,#f6732220 4.27%,#fff0 74.26%),linear-gradient(228.91deg,#9471f621 3.53%,#fff0 73.29%);width:95%;margin:0 auto;border-radius:20px;padding:4rem 2rem}._ContractHiring_17io0_2 ._GetStarted_17io0_540 h2{margin-top:0;text-align:center}._ContractHiring_17io0_2 ._GetStarted_17io0_540 h2 span{color:#f3721b}._ContractHiring_17io0_2 ._GetStarted_17io0_540 p{margin-top:2rem;text-align:center}._ContractHiring_17io0_2 ._GetStarted_17io0_540 ._BtnWrapper_17io0_161{display:flex;justify-content:center;align-items:center;gap:3rem;margin-top:2rem}@media (max-width: 631px){._ContractHiring_17io0_2 ._GetStarted_17io0_540 ._BtnWrapper_17io0_161{flex-direction:column;gap:1.5rem}}._ContractHiring_17io0_2 ._GetStarted_17io0_540 ._BtnWrapper_17io0_161 button{display:flex;justify-content:center;align-items:center;padding:.75rem 2rem;border-radius:10px;cursor:pointer}._ContractHiring_17io0_2 ._GetStarted_17io0_540 ._tags_17io0_579{display:flex;justify-content:center;align-items:center;gap:1rem;margin-top:3rem;flex-wrap:wrap}._ContractHiring_17io0_2 ._GetStarted_17io0_540 ._tags_17io0_579 ._tag_17io0_579{background:#fff;border-radius:12px;padding:.6rem 1.2rem;box-shadow:0 4px 12px #00000014;font-size:.95rem;font-weight:500;height:3rem;color:#333;display:flex;align-items:center;justify-content:center;transition:all .3s ease;cursor:default}._ContractHiring_17io0_2 ._GetStarted_17io0_540 ._tags_17io0_579 ._tag_17io0_579 p{margin-top:-.1rem}._ContractHiring_17io0_2 ._GetStarted_17io0_540 ._tags_17io0_579 ._tag_17io0_579:hover{transform:translateY(-2px);box-shadow:0 6px 16px #0000001f}._ContractHiring_17io0_2 ._GetStarted_17io0_540 ._Cards_17io0_609{display:flex;justify-content:center;gap:2rem;margin-top:4rem;flex-wrap:wrap}._ContractHiring_17io0_2 ._GetStarted_17io0_540 ._Cards_17io0_609 ._Card_17io0_268{width:24rem;background:#fff;border-radius:20px;padding:2rem;display:flex;flex-direction:column;gap:.5rem;box-shadow:0 4px 20px #00000014;position:relative}._ContractHiring_17io0_2 ._GetStarted_17io0_540 ._Cards_17io0_609 ._Card_17io0_268 button{box-shadow:none!important;margin-top:2rem}._ContractHiring_17io0_2 ._GetStarted_17io0_540 ._Cards_17io0_609 ._Card_17io0_268 i{position:absolute;top:-2rem;left:50%;transform:translate(-50%);width:5rem;height:5rem;border-radius:50%;background:#f3721b;display:flex;align-items:center;justify-content:center;color:#fff}._ContractHiring_17io0_2 ._GetStarted_17io0_540 ._Cards_17io0_609 ._Card_17io0_268 i svg{width:3rem;height:3rem}._ContractHiring_17io0_2 ._GetStarted_17io0_540 ._Cards_17io0_609 ._Card_17io0_268 h3{text-align:center;font-size:1.3rem;margin-top:3rem}._ContractHiring_17io0_2 ._GetStarted_17io0_540 ._Cards_17io0_609 ._Card_17io0_268 h4{text-align:center;font-size:1rem;color:#666}._ContractHiring_17io0_2 ._GetStarted_17io0_540 ._Cards_17io0_609 ._Card_17io0_268 p{text-align:center;font-size:.95rem;color:#333}@media (max-width: 631px){._ContractHiring_17io0_2 ._GetStarted_17io0_540 ._Cards_17io0_609 ._Card_17io0_268{width:100%}}._ContractHiring_17io0_2 ._ScaleBusiness_17io0_669{margin:10rem 12rem 4rem;padding:5rem 4rem;display:flex;flex-direction:row;border-radius:2rem;box-shadow:0 4px 10px #0000000a,0 4px 20px #ff9c5b99;gap:2.4rem;width:80%;margin:2rem auto!important}@media (max-width: 768px){._ContractHiring_17io0_2 ._ScaleBusiness_17io0_669{margin-bottom:5rem!important;margin-top:5rem!important;width:94%;margin:4rem 2rem;padding:3rem 2rem;grid-template-columns:1fr;text-align:center}}@media (max-width: 631px){._ContractHiring_17io0_2 ._ScaleBusiness_17io0_669{flex-direction:column}}._ContractHiring_17io0_2 ._ScaleBusiness_17io0_669 ._Col1_17io0_693{display:flex;flex-direction:column;justify-content:center}._ContractHiring_17io0_2 ._ScaleBusiness_17io0_669 ._Col1_17io0_693 h2{text-align:start!important;margin-bottom:2rem}._ContractHiring_17io0_2 ._ScaleBusiness_17io0_669 ._Col1_17io0_693 ._BtnWrapper_17io0_161{margin-top:4rem;display:flex;gap:3rem;align-items:center}@media (max-width: 631px){._ContractHiring_17io0_2 ._ScaleBusiness_17io0_669 ._Col1_17io0_693 ._BtnWrapper_17io0_161{margin-top:2rem;flex-direction:column;gap:1.5rem}}._ContractHiring_17io0_2 ._ScaleBusiness_17io0_669 ._Col2_17io0_715{width:100%;display:flex;justify-content:center;align-items:center}._ContractHiring_17io0_2 ._ScaleBusiness_17io0_669 ._Col2_17io0_715 img{width:100%;height:auto;width:20rem;object-fit:contain;transition:all .3s ease}@media (max-width: 768px){._ContractHiring_17io0_2 ._ScaleBusiness_17io0_669 ._Col2_17io0_715 img{width:20rem;max-width:320px}._ContractHiring_17io0_2 ._ScaleBusiness_17io0_669 ._Col1_17io0_693{margin-left:3rem}._ContractHiring_17io0_2 ._ScaleBusiness_17io0_669 ._Col1_17io0_693 p{text-align:start}._ContractHiring_17io0_2 ._ScaleBusiness_17io0_669 ._Col1_17io0_693 ._BtnWrapper_17io0_161{justify-content:center}._ContractHiring_17io0_2 ._ScaleBusiness_17io0_669 ._Col2_17io0_715{margin-top:2rem}}@media (max-width: 480px){._ContractHiring_17io0_2 ._ScaleBusiness_17io0_669{margin:3rem 1rem;padding:2rem 1.5rem}._ContractHiring_17io0_2 ._ScaleBusiness_17io0_669 ._Col2_17io0_715 img{max-width:180px}}._ContractHiring_17io0_2 ._Testimonial_17io0_765{width:80%;margin:0 auto;margin-top:3rem}@media (max-width: 631px){._ContractHiring_17io0_2 ._Testimonial_17io0_765{margin-bottom:10rem}}._ContractHiring_17io0_2 ._Testimonial_17io0_765 ._para_17io0_775{text-align:center;margin-top:2rem;margin-bottom:4rem}._ContractHiring_17io0_2 ._Automate_17io0_780{margin:3rem 3rem 6rem;position:relative}@media (max-width: 631px){._ContractHiring_17io0_2 ._Automate_17io0_780{margin-top:-2rem;margin-bottom:6rem}}._ContractHiring_17io0_2 ._Automate_17io0_780 h2,._ContractHiring_17io0_2 ._Automate_17io0_780 p{text-align:center;margin:4rem}._ContractHiring_17io0_2 ._Automate_17io0_780 ._LeftAssetWrapper_17io0_796,._ContractHiring_17io0_2 ._Automate_17io0_780 ._RightAssetWrapper_17io0_796{position:absolute;bottom:45rem;overflow:hidden}@media (max-width: 631px){._ContractHiring_17io0_2 ._Automate_17io0_780 ._LeftAssetWrapper_17io0_796,._ContractHiring_17io0_2 ._Automate_17io0_780 ._RightAssetWrapper_17io0_796{display:none}}._ContractHiring_17io0_2 ._Automate_17io0_780 ._LeftAssetWrapper_17io0_796{left:-4rem;width:12rem;height:4rem;z-index:-2}._ContractHiring_17io0_2 ._Automate_17io0_780 ._LeftAssetWrapper_17io0_796 ._LeftAsset_17io0_796{transform:translateY(50%);transition:transform .6s cubic-bezier(.22,1,.36,1)}._ContractHiring_17io0_2 ._Automate_17io0_780 ._LeftAssetWrapper_17io0_796 ._LeftAsset_17io0_796._active_17io0_816{transform:translateY(50%) scale(1.05) translate(5%,5%)}._ContractHiring_17io0_2 ._Automate_17io0_780 ._RightAssetWrapper_17io0_796{right:10rem;width:10rem;height:5rem;z-index:-3}._ContractHiring_17io0_2 ._Automate_17io0_780 ._RightAssetWrapper_17io0_796 ._RightAsset_17io0_796{transform:translateY(50%);transition:transform .6s cubic-bezier(.22,1,.36,1)}._ContractHiring_17io0_2 ._Automate_17io0_780 ._RightAssetWrapper_17io0_796 ._RightAsset_17io0_796._active_17io0_816{transform:translateY(50%) scale(1.05) translate(-5%,5%)}._ContractHiring_17io0_2 ._Automate_17io0_780 ._List_17io0_832{display:flex;align-items:center;justify-content:center;gap:1.5rem;flex-wrap:wrap;margin:3rem 0}._ContractHiring_17io0_2 ._Automate_17io0_780 ._List_17io0_832 p{display:flex;align-items:center;justify-content:center;gap:.5rem;font-size:1rem;color:#333;position:relative}._ContractHiring_17io0_2 ._Automate_17io0_780 ._List_17io0_832 p svg{width:1rem;height:1rem}._ContractHiring_17io0_2 ._Automate_17io0_780 ._List_17io0_832 p svg path{fill:#6ac248}._ContractHiring_17io0_2 ._Automate_17io0_780 ._List_17io0_832 p:not(:last-child):after{content:"|";margin-left:.8rem;color:#999;font-weight:500}._ContractHiring_17io0_2 ._Automate_17io0_780 ._BtnWrapper_17io0_161{display:flex;align-items:center;justify-content:center;gap:2rem}._ContractHiring_17io0_2 ._model_17io0_868{width:100%;padding:3rem 2rem}._ContractHiring_17io0_2 ._model_17io0_868 h2{margin:1rem 0}._ContractHiring_17io0_2 ._model_17io0_868 p{text-align:center}._ContractHiring_17io0_2 ._model_17io0_868 ._tag_17io0_579{text-align:center;margin-top:2rem;border:1.07px solid #FFFFFF;box-shadow:0 4.27px 12.82px -4.27px #638cf333;border-radius:20px;margin:2rem auto;width:24%;padding:1rem}._ContractHiring_17io0_2 ._model_17io0_868 ._STACards_17io0_888{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;row-gap:5rem;margin-top:4rem;align-items:stretch;width:90%;margin:4rem auto}@media (max-width: 631px){._ContractHiring_17io0_2 ._model_17io0_868 ._STACards_17io0_888{grid-template-columns:1fr;gap:5rem}}._ContractHiring_17io0_2 ._model_17io0_868 ._STACards_17io0_888 ._Card_17io0_268{width:25rem;flex-shrink:0;border-radius:1.71319rem;background:#fff;box-shadow:0 4px 80px #00000014;position:relative;padding:2rem 3rem 3rem;display:flex;flex-direction:column;align-items:start;gap:1rem;justify-content:space-between}@media (max-width: 631px){._ContractHiring_17io0_2 ._model_17io0_868 ._STACards_17io0_888 ._Card_17io0_268{width:95%}}._ContractHiring_17io0_2 ._model_17io0_868 ._STACards_17io0_888 ._Card_17io0_268 i{display:flex;width:5.24119rem;height:5.24119rem;padding:.9375rem .95994rem .92869rem .90625rem;justify-content:center;align-items:center;flex-shrink:0;border-radius:7.10619rem;background:var(--image, linear-gradient(106deg, #f3721b 4.46%, #fff 232.7%));box-shadow:0 4px 20px #0000000d;position:absolute;top:0;left:50%;transform:translate(-50%,-50%)}._ContractHiring_17io0_2 ._model_17io0_868 ._STACards_17io0_888 ._Card_17io0_268 ._TopDetails_17io0_940{text-align:end;width:100%;margin:0}._ContractHiring_17io0_2 ._model_17io0_868 ._STACards_17io0_888 ._Card_17io0_268 ._TopDetails_17io0_940 span{padding:.2rem .5rem;margin-left:.5rem;border-radius:2rem}._ContractHiring_17io0_2 ._model_17io0_868 ._STACards_17io0_888 ._Card_17io0_268 ._TopDetails_17io0_940 span:nth-child(1){background:#f66a5749;color:#f66957}._ContractHiring_17io0_2 ._model_17io0_868 ._STACards_17io0_888 ._Card_17io0_268 ._TopDetails_17io0_940 span:nth-child(2){background:#c1c1c11f;color:#3d3d3d}._ContractHiring_17io0_2 ._model_17io0_868 ._STACards_17io0_888 ._Card_17io0_268 h3{color:var(--Test, #3d3d3d);text-align:center;margin-top:2rem;font-family:Inter;font-size:2rem;font-style:normal;font-weight:600;line-height:2.74106rem;letter-spacing:-.04569rem}@media (max-width: 631px){._ContractHiring_17io0_2 ._model_17io0_868 ._STACards_17io0_888 ._Card_17io0_268 h3{font-size:2.2825rem}}._ContractHiring_17io0_2 ._model_17io0_868 ._STACards_17io0_888 ._Card_17io0_268 p{color:#060606;text-align:center;font-family:Inter;font-size:1rem;font-style:normal;font-weight:400;line-height:1.60356rem}@media (max-width: 631px){._ContractHiring_17io0_2 ._model_17io0_868 ._STACards_17io0_888 ._Card_17io0_268 p{font-size:1.1825rem}}._ContractHiring_17io0_2 ._model_17io0_868 ._STACards_17io0_888 ._Card_17io0_268 ._Project_17io0_988{display:flex;width:max-content;justify-content:center;align-items:center;gap:.69281rem;flex-shrink:0;border-radius:6.92831rem;background:#c1c1c11f;color:#3d3d3d;text-align:center;font-family:Inter;font-size:.96994rem;font-style:normal;font-weight:400;line-height:150%;letter-spacing:-.05063rem;padding:.5rem 1.4rem}._ContractHiring_17io0_2 ._model_17io0_868 ._STACards_17io0_888 ._Card_17io0_268 ._Col_17io0_116{width:100%;display:flex;flex-direction:column;gap:.7rem}._ContractHiring_17io0_2 ._model_17io0_868 ._STACards_17io0_888 ._Card_17io0_268 ._Col_17io0_116 p{color:#000;text-align:start;font-family:Poppins;font-size:.825rem;font-style:normal;font-weight:400;line-height:111.4%;text-transform:capitalize;display:flex;align-items:center;gap:.4rem}@media (max-width: 631px){._ContractHiring_17io0_2 ._model_17io0_868 ._STACards_17io0_888 ._Card_17io0_268 ._Col_17io0_116 p{font-size:1.0825rem}}._ContractHiring_17io0_2 ._model_17io0_868 ._STACards_17io0_888 ._Card_17io0_268 ._Col_17io0_116 p svg{width:1.375rem;height:1.375rem}@media (max-width: 631px){._ContractHiring_17io0_2 ._model_17io0_868 ._STACards_17io0_888 ._Card_17io0_268 ._Col_17io0_116 p svg{width:1.5375rem;height:1.5375rem}}._ContractHiring_17io0_2 ._model_17io0_868 ._STACards_17io0_888 ._Card_17io0_268 ._DashedLine_17io0_1041{width:22.8125rem;height:1px;border:1px dashed rgba(0,0,0,.2)}@media (max-width: 631px){._ContractHiring_17io0_2 ._model_17io0_868 ._STACards_17io0_888 ._Card_17io0_268 ._DashedLine_17io0_1041{width:100%}}._ContractHiring_17io0_2 ._model_17io0_868 ._STACards_17io0_888 ._Card_17io0_268 ._Bottom_17io0_1051{width:100%;display:flex;align-items:center;justify-content:space-between}._ContractHiring_17io0_2 ._model_17io0_868 ._STACards_17io0_888 ._Card_17io0_268 ._Bottom_17io0_1051 p{color:#64748b;font-family:Segoe UI Symbol;font-size:.875rem;font-style:normal;font-weight:400;line-height:1.25rem}._ContractHiring_17io0_2 ._model_17io0_868 ._STACards_17io0_888 ._Card_17io0_268 ._Bottom_17io0_1051 h5{font-family:Poppins;font-size:1.25rem;font-style:normal;font-weight:600;line-height:1.25rem;color:#6aac48}._ContractHiring_17io0_2 ._model_17io0_868 ._STACards_17io0_888 ._Card_17io0_268 ._BtnWrapper_17io0_161{margin-top:.5rem}._ContractHiring_17io0_2 ._model_17io0_868 ._STACards_17io0_888 ._Card_17io0_268:nth-child(4) i{background:var(--Frame-1618873352, linear-gradient(112deg, #6548ee 4.93%, #fff 256.79%));box-shadow:0 4px 20px #0000000d}._ContractHiring_17io0_2 ._model_17io0_868 ._STACards_17io0_888 ._Card_17io0_268:nth-child(4) p svg path{fill:#6548ee!important}._ContractHiring_17io0_2 ._model_17io0_868 ._STACards_17io0_888 ._Card_17io0_268:nth-child(2) i{background:var(--Background, linear-gradient(112deg, #6ac248 4.93%, #fff 256.79%));box-shadow:0 4px 20px #0000000d}._ContractHiring_17io0_2 ._model_17io0_868 ._STACards_17io0_888 ._Card_17io0_268:nth-child(2) p svg path{fill:#6ac248!important}._ContractHiring_17io0_2 ._model_17io0_868 ._STACards_17io0_888 ._Card_17io0_268:nth-child(0) i{background:var(--Frame-1618873352, linear-gradient(112deg, #f66957 4.93%, #fff 256.79%));box-shadow:0 4px 20px #0000000d}._ContractHiring_17io0_2 ._model_17io0_868 ._STACards_17io0_888 ._Card_17io0_268:nth-child(0) p svg path{fill:#f66957!important}._ContractHiring_17io0_2 ._model_17io0_868 ._STACards_17io0_888 ._Card_17io0_268:nth-child(5) i{background:var(--Background, linear-gradient(112deg, #ffc444 4.93%, #f36f56 256.79%));box-shadow:0 4px 20px #0000000d}._ContractHiring_17io0_2 ._model_17io0_868 ._STACards_17io0_888 ._Card_17io0_268:nth-child(5) p svg path{fill:#ffc444!important}._ContractHiring_17io0_2 ._model_17io0_868 ._STACards_17io0_888 ._Card_17io0_268:nth-child(3) i{background:var(--Frame-1618873352, linear-gradient(112deg, #2fbbe9 4.93%, #fff 256.79%));box-shadow:0 4px 20px #0000000d}._ContractHiring_17io0_2 ._model_17io0_868 ._STACards_17io0_888 ._Card_17io0_268:nth-child(3) p svg path{fill:#2fbbe9!important}._ContractHiring_17io0_2 ._model_17io0_868 ._STACards_17io0_888 ._Card_17io0_268:nth-child(7) i{background:var(--Frame-1618873352, linear-gradient(112deg, #f3721b 4.93%, #fff 256.79%));box-shadow:0 4px 20px #0000000d}._ContractHiring_17io0_2 ._model_17io0_868 ._STACards_17io0_888 ._Card_17io0_268:nth-child(7) p svg path{fill:#f3721b!important}._ContractHiring_17io0_2 ._model_17io0_868 ._STACards_17io0_888 ._Card_17io0_268:nth-child(8) i{background:var(--Frame-1618873352, linear-gradient(112deg, #6548ee 4.93%, #fff 256.79%));box-shadow:0 4px 20px #0000000d}._ContractHiring_17io0_2 ._model_17io0_868 ._STACards_17io0_888 ._Card_17io0_268:nth-child(8) p svg path{fill:#6548ee!important}._ContractHiring_17io0_2 ._result_17io0_1125{margin-bottom:5em}._ContractHiring_17io0_2 ._result_17io0_1125 p{text-align:center;margin:2rem 3rem}._ContractHiring_17io0_2 ._result_17io0_1125 ._container_17io0_1132{width:80%;display:flex;gap:2rem;margin:0 auto}@media (max-width: 631px){._ContractHiring_17io0_2 ._result_17io0_1125 ._container_17io0_1132{width:100%;flex-direction:column}}._ContractHiring_17io0_2 ._result_17io0_1125 ._container_17io0_1132 ._leftSection_17io0_1144{width:50%;padding:1rem;box-sizing:border-box;order:2}@media (max-width: 631px){._ContractHiring_17io0_2 ._result_17io0_1125 ._container_17io0_1132 ._leftSection_17io0_1144{width:100%}}._ContractHiring_17io0_2 ._result_17io0_1125 ._container_17io0_1132 ._rightSection_17io0_1155{width:50%;display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem;height:30rem;margin-top:2rem}@media (max-width: 768px){._ContractHiring_17io0_2 ._result_17io0_1125 ._container_17io0_1132 ._rightSection_17io0_1155{height:30rem;margin-top:6rem}}@media (max-width: 631px){._ContractHiring_17io0_2 ._result_17io0_1125 ._container_17io0_1132 ._rightSection_17io0_1155{width:80%;margin-top:1rem;margin:1rem auto;order:1}}._ContractHiring_17io0_2 ._result_17io0_1125 ._container_17io0_1132 ._rightSection_17io0_1155 ._box_17io0_444{padding:1.5rem;border:2px solid #000;border-radius:10px;background:#fff;transition:all .3s ease;display:flex;flex-direction:column;align-items:center;justify-content:center;height:15rem}._ContractHiring_17io0_2 ._result_17io0_1125 ._container_17io0_1132 ._rightSection_17io0_1155 ._box_17io0_444:hover{background:#f0f0f0}._ContractHiring_17io0_2 ._result_17io0_1125 ._container_17io0_1132 ._rightSection_17io0_1155 ._box_17io0_444 ._icon_17io0_479{font-size:3rem;margin-bottom:1rem}._ContractHiring_17io0_2 ._result_17io0_1125 ._container_17io0_1132 ._rightSection_17io0_1155 ._box_17io0_444 h1{margin:0;font-size:3rem;font-weight:500;text-align:center}._ContractHiring_17io0_2 ._result_17io0_1125 ._container_17io0_1132 ._rightSection_17io0_1155 ._box_17io0_444 p{margin:0;font-size:1rem;text-align:center;margin-top:.5rem}._ContractHiring_17io0_2 ._result_17io0_1125 ._container_17io0_1132 ._rightSection_17io0_1155 ._box_17io0_444:nth-child(1){border-color:#f3721b}._ContractHiring_17io0_2 ._result_17io0_1125 ._container_17io0_1132 ._rightSection_17io0_1155 ._box_17io0_444:nth-child(1) h1{color:#f3721b}._ContractHiring_17io0_2 ._result_17io0_1125 ._container_17io0_1132 ._rightSection_17io0_1155 ._box_17io0_444:nth-child(1) ._icon_17io0_479 path{fill:#f3721b!important}._ContractHiring_17io0_2 ._result_17io0_1125 ._container_17io0_1132 ._rightSection_17io0_1155 ._box_17io0_444:nth-child(2){border-color:#6548ee}._ContractHiring_17io0_2 ._result_17io0_1125 ._container_17io0_1132 ._rightSection_17io0_1155 ._box_17io0_444:nth-child(2) h1{color:#6548ee}._ContractHiring_17io0_2 ._result_17io0_1125 ._container_17io0_1132 ._rightSection_17io0_1155 ._box_17io0_444:nth-child(2) ._icon_17io0_479 path{fill:#6548ee!important}._ContractHiring_17io0_2 ._result_17io0_1125 ._container_17io0_1132 ._rightSection_17io0_1155 ._box_17io0_444:nth-child(3){border-color:#2fbbe9}._ContractHiring_17io0_2 ._result_17io0_1125 ._container_17io0_1132 ._rightSection_17io0_1155 ._box_17io0_444:nth-child(3) h1{color:#2fbbe9}._ContractHiring_17io0_2 ._result_17io0_1125 ._container_17io0_1132 ._rightSection_17io0_1155 ._box_17io0_444:nth-child(3) ._icon_17io0_479 path{fill:#2fbbe9!important}._ContractHiring_17io0_2 ._result_17io0_1125 ._container_17io0_1132 ._rightSection_17io0_1155 ._box_17io0_444:nth-child(4){border-color:#6ac248}._ContractHiring_17io0_2 ._result_17io0_1125 ._container_17io0_1132 ._rightSection_17io0_1155 ._box_17io0_444:nth-child(4) h1{color:#6ac248}._ContractHiring_17io0_2 ._result_17io0_1125 ._container_17io0_1132 ._rightSection_17io0_1155 ._box_17io0_444:nth-child(4) ._icon_17io0_479 path{fill:#6ac248!important}._ContractHiring_17io0_2 ._solutionbox_17io0_1244{width:80%;height:15rem;display:flex;gap:2rem;margin:2rem auto}@media (max-width: 631px){._ContractHiring_17io0_2 ._solutionbox_17io0_1244{margin-top:-3rem;width:90%;gap:.5rem}}._ContractHiring_17io0_2 ._solutionbox_17io0_1244 ._box1_17io0_1256,._ContractHiring_17io0_2 ._solutionbox_17io0_1244 ._box2_17io0_1256{width:50%;padding:2rem;display:flex;flex-direction:column;justify-content:space-between;border-radius:20px}._ContractHiring_17io0_2 ._solutionbox_17io0_1244 ._box1_17io0_1256{background:#f3711c0d}._ContractHiring_17io0_2 ._solutionbox_17io0_1244 ._box1_17io0_1256 h3{margin-bottom:1rem;font-size:1.3rem}._ContractHiring_17io0_2 ._solutionbox_17io0_1244 ._box1_17io0_1256 p{flex:1;font-size:1.2rem}._ContractHiring_17io0_2 ._solutionbox_17io0_1244 ._box1_17io0_1256 button{align-self:flex-start;padding:.5rem 3rem;border:2px solid #F3711C;background:none;color:#000;cursor:pointer;display:flex;align-items:center;gap:.5rem}._ContractHiring_17io0_2 ._solutionbox_17io0_1244 ._box2_17io0_1256{background:#f67223;border:2px solid #F67223}._ContractHiring_17io0_2 ._solutionbox_17io0_1244 ._box2_17io0_1256 h3,._ContractHiring_17io0_2 ._solutionbox_17io0_1244 ._box2_17io0_1256 p{color:#fff}._ContractHiring_17io0_2 ._solutionbox_17io0_1244 ._box2_17io0_1256 h3{margin-bottom:1rem;font-size:1.3rem}._ContractHiring_17io0_2 ._solutionbox_17io0_1244 ._box2_17io0_1256 p{flex:1;font-size:1.2rem}._ContractHiring_17io0_2 ._solutionbox_17io0_1244 ._box2_17io0_1256 button{align-self:flex-start;padding:.5rem 3rem;background:#fff;color:#f67223;border:none;cursor:pointer;display:flex;align-items:center;gap:.5rem}@media (max-width: 1024px){._ContractHiring_17io0_2 ._solutionbox_17io0_1244{flex-direction:column;height:auto}._ContractHiring_17io0_2 ._solutionbox_17io0_1244 ._box1_17io0_1256,._ContractHiring_17io0_2 ._solutionbox_17io0_1244 ._box2_17io0_1256{width:100%;border-radius:5px;margin-top:2rem}}@media (max-width: 768px){._ContractHiring_17io0_2 ._solutionbox_17io0_1244{gap:1rem;padding:1rem}._ContractHiring_17io0_2 ._solutionbox_17io0_1244 ._box1_17io0_1256,._ContractHiring_17io0_2 ._solutionbox_17io0_1244 ._box2_17io0_1256{padding:1.5rem}._ContractHiring_17io0_2 ._solutionbox_17io0_1244 ._box1_17io0_1256 h3,._ContractHiring_17io0_2 ._solutionbox_17io0_1244 ._box2_17io0_1256 h3{font-size:1.2rem}._ContractHiring_17io0_2 ._solutionbox_17io0_1244 ._box1_17io0_1256 p,._ContractHiring_17io0_2 ._solutionbox_17io0_1244 ._box2_17io0_1256 p{font-size:1rem}._ContractHiring_17io0_2 ._solutionbox_17io0_1244 ._box1_17io0_1256 button,._ContractHiring_17io0_2 ._solutionbox_17io0_1244 ._box2_17io0_1256 button{padding:.5rem 2rem;margin-top:1rem}}@media (max-width: 631px){._ContractHiring_17io0_2 ._solutionbox_17io0_1244 ._box1_17io0_1256,._ContractHiring_17io0_2 ._solutionbox_17io0_1244 ._box2_17io0_1256{padding:1rem}._ContractHiring_17io0_2 ._solutionbox_17io0_1244 ._box1_17io0_1256 h3,._ContractHiring_17io0_2 ._solutionbox_17io0_1244 ._box2_17io0_1256 h3{font-size:1.6rem}._ContractHiring_17io0_2 ._solutionbox_17io0_1244 ._box1_17io0_1256 p,._ContractHiring_17io0_2 ._solutionbox_17io0_1244 ._box2_17io0_1256 p{font-size:1.2rem}._ContractHiring_17io0_2 ._solutionbox_17io0_1244 ._box1_17io0_1256 button,._ContractHiring_17io0_2 ._solutionbox_17io0_1244 ._box2_17io0_1256 button{padding:.4rem 1.5rem;border-radius:3px}}._ContractHiring_17io0_2 ._WhyHire_17io0_1361{display:flex;flex-direction:column;margin:6rem 0;background:url(/assets/background-CT0_8K49.png);padding:3rem;height:30rem;width:90%;margin:4rem auto 30rem;border-radius:20px}._ContractHiring_17io0_2 ._WhyHire_17io0_1361 h2{color:#fff;text-align:center;margin-top:4rem}._ContractHiring_17io0_2 ._WhyHire_17io0_1361 p{color:#fff;text-align:center;margin-top:1rem}@media (max-width: 631px){._ContractHiring_17io0_2 ._WhyHire_17io0_1361{height:auto;background-size:100% 20rem;background-position:top;background-repeat:no-repeat;margin-bottom:3rem}}._ContractHiring_17io0_2 ._WhyHire_17io0_1361 ._solutionbox2_17io0_1392{width:95%;display:flex;gap:2rem;margin:2rem auto;flex-wrap:wrap}@media (max-width: 631px){._ContractHiring_17io0_2 ._WhyHire_17io0_1361 ._solutionbox2_17io0_1392{width:100%;margin:0!important;gap:1rem;margin-top:2rem!important}}._ContractHiring_17io0_2 ._WhyHire_17io0_1361 ._solutionbox2_17io0_1392 ._box_17io0_444{flex:1 1 48%;background:#fff;padding:2rem;display:flex;flex-direction:row;border-radius:20px;gap:1.5rem;box-shadow:0 4px 20px #0000000d}._ContractHiring_17io0_2 ._WhyHire_17io0_1361 ._solutionbox2_17io0_1392 ._box_17io0_444 ._iconSection_17io0_1416 i{display:flex;align-items:center;justify-content:center;width:5rem;height:5rem;border-radius:50%;background:linear-gradient(355.81deg,#ffc444 26.24%,#f36f56 132.07%);color:#fff}._ContractHiring_17io0_2 ._WhyHire_17io0_1361 ._solutionbox2_17io0_1392 ._box_17io0_444 ._iconSection_17io0_1416 i svg{width:3rem;height:3rem}._ContractHiring_17io0_2 ._WhyHire_17io0_1361 ._solutionbox2_17io0_1392 ._box_17io0_444 ._iconSection_17io0_1416 i path{fill:#fff}._ContractHiring_17io0_2 ._WhyHire_17io0_1361 ._solutionbox2_17io0_1392 ._box_17io0_444 ._dataSection_17io0_1433{flex:1;display:flex;flex-direction:column}._ContractHiring_17io0_2 ._WhyHire_17io0_1361 ._solutionbox2_17io0_1392 ._box_17io0_444 ._dataSection_17io0_1433 h3{margin-bottom:1rem;font-size:1.3rem}._ContractHiring_17io0_2 ._WhyHire_17io0_1361 ._solutionbox2_17io0_1392 ._box_17io0_444 ._dataSection_17io0_1433 ._pointsGrid_17io0_1442{display:grid;grid-template-columns:repeat(2,1fr);gap:.5rem;margin-bottom:1rem}._ContractHiring_17io0_2 ._WhyHire_17io0_1361 ._solutionbox2_17io0_1392 ._box_17io0_444 ._dataSection_17io0_1433 ._pointsGrid_17io0_1442 ._point_17io0_1442{display:flex;align-items:center;gap:.5rem}._ContractHiring_17io0_2 ._WhyHire_17io0_1361 ._solutionbox2_17io0_1392 ._box_17io0_444 ._dataSection_17io0_1433 ._pointsGrid_17io0_1442 ._point_17io0_1442 svg{width:1.5rem;height:1.5rem}._ContractHiring_17io0_2 ._WhyHire_17io0_1361 ._solutionbox2_17io0_1392 ._box_17io0_444 ._dataSection_17io0_1433 ._pointsGrid_17io0_1442 ._point_17io0_1442 svg path{fill:#ffc444!important}._ContractHiring_17io0_2 ._WhyHire_17io0_1361 ._solutionbox2_17io0_1392 ._box_17io0_444 ._dataSection_17io0_1433 ._pointsGrid_17io0_1442 ._point_17io0_1442 p{margin:0;font-size:.9rem;color:#000}._ContractHiring_17io0_2 ._WhyHire_17io0_1361 ._solutionbox2_17io0_1392 ._box_17io0_444 ._dataSection_17io0_1433 ._BtnWrapper_17io0_161{margin-top:1rem}._ContractHiring_17io0_2 ._WhyHire_17io0_1361 ._solutionbox2_17io0_1392 ._box_17io0_444 ._dataSection_17io0_1433 ._BtnWrapper_17io0_161 button{align-self:flex-start;padding:.5rem 2rem;background:none;cursor:pointer;box-shadow:none;color:#fff!important;background:linear-gradient(355.81deg,#ffc444 26.24%,#f36f56 132.07%)}._ContractHiring_17io0_2 ._WhyHire_17io0_1361 ._solutionbox2_17io0_1392 ._box_17io0_444:nth-child(2) ._iconSection_17io0_1416 i{background:linear-gradient(112.12deg,#f66957 4.93%,#fff 256.79%)}._ContractHiring_17io0_2 ._WhyHire_17io0_1361 ._solutionbox2_17io0_1392 ._box_17io0_444:nth-child(2) ._BtnWrapper_17io0_161 button{background:linear-gradient(112.12deg,#f66957 4.93%,#fff 256.79%)}._ContractHiring_17io0_2 ._WhyHire_17io0_1361 ._solutionbox2_17io0_1392 ._box_17io0_444:nth-child(2) ._point_17io0_1442 svg path{fill:#000!important}@media (max-width: 631px){._ContractHiring_17io0_2 ._WhyHire_17io0_1361 ._solutionbox2_17io0_1392 ._box_17io0_444{padding:1.5rem;border-radius:15px;width:100%;box-shadow:#959da533 0 8px 24px}._ContractHiring_17io0_2 ._WhyHire_17io0_1361 ._solutionbox2_17io0_1392 ._box_17io0_444 ._iconSection_17io0_1416 i{width:3.5rem;height:3.5rem}._ContractHiring_17io0_2 ._WhyHire_17io0_1361 ._solutionbox2_17io0_1392 ._box_17io0_444 ._dataSection_17io0_1433 h3{font-size:1.2rem}._ContractHiring_17io0_2 ._WhyHire_17io0_1361 ._solutionbox2_17io0_1392 ._box_17io0_444 ._dataSection_17io0_1433 ._pointsGrid_17io0_1442{gap:.4rem}._ContractHiring_17io0_2 ._WhyHire_17io0_1361 ._solutionbox2_17io0_1392 ._box_17io0_444 ._dataSection_17io0_1433 ._pointsGrid_17io0_1442 ._point_17io0_1442 svg{width:1.25rem;height:1.25rem}._ContractHiring_17io0_2 ._WhyHire_17io0_1361 ._solutionbox2_17io0_1392 ._box_17io0_444 ._dataSection_17io0_1433 ._pointsGrid_17io0_1442 ._point_17io0_1442 p{font-size:.85rem}._ContractHiring_17io0_2 ._WhyHire_17io0_1361 ._solutionbox2_17io0_1392 ._box_17io0_444 ._dataSection_17io0_1433 ._BtnWrapper_17io0_161 button{padding:.5rem 1.5rem}}._ContractHiring_17io0_2 ._industries_17io0_1521{position:relative;text-align:center;padding:4rem 2rem}._ContractHiring_17io0_2 ._industries_17io0_1521 p{text-align:center;margin-top:1rem}._ContractHiring_17io0_2 ._industries_17io0_1521 ._boxWrapper_17io0_444{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;justify-items:center;width:80%;margin:3rem auto}@media (max-width: 630px){._ContractHiring_17io0_2 ._industries_17io0_1521 ._boxWrapper_17io0_444{grid-template-columns:1fr;margin-top:3rem;width:100%}}._ContractHiring_17io0_2 ._industries_17io0_1521 ._box_17io0_444{display:flex;align-items:center;background:#fff;border-radius:1rem;box-shadow:0 2px 10px #0000001a;height:7rem;width:100%;max-width:30rem;padding:1rem 1.2rem;transition:transform .2s ease-in-out}@media (max-width: 630px){._ContractHiring_17io0_2 ._industries_17io0_1521 ._box_17io0_444{max-width:50rem}}._ContractHiring_17io0_2 ._industries_17io0_1521 ._box_17io0_444:hover{transform:translateY(-5px)}._ContractHiring_17io0_2 ._industries_17io0_1521 ._box_17io0_444 ._iconBox_17io0_479{border-radius:10px;width:5rem;height:5rem;display:flex;align-items:center;justify-content:center;font-size:3rem;margin-right:1rem;color:#fff}._ContractHiring_17io0_2 ._industries_17io0_1521 ._box_17io0_444:nth-child(1) ._iconBox_17io0_479{width:7rem;height:5rem;background:linear-gradient(106deg,#6448ee 4.46%,#fff 232.7%)}._ContractHiring_17io0_2 ._industries_17io0_1521 ._box_17io0_444:nth-child(2) ._iconBox_17io0_479{background:linear-gradient(105.66deg,#f3721b 4.46%,#fff 232.7%)}._ContractHiring_17io0_2 ._industries_17io0_1521 ._box_17io0_444:nth-child(3) ._iconBox_17io0_479{background:linear-gradient(112.12deg,#6ac248 4.93%,#fff 256.79%)}._ContractHiring_17io0_2 ._industries_17io0_1521 ._box_17io0_444:nth-child(4) ._iconBox_17io0_479{background:linear-gradient(112.12deg,#2fbbe9 4.93%,#fff 256.79%)}._ContractHiring_17io0_2 ._industries_17io0_1521 ._box_17io0_444:nth-child(5) ._iconBox_17io0_479{background:linear-gradient(112.12deg,#f66957 4.93%,#fff 256.79%)}._ContractHiring_17io0_2 ._industries_17io0_1521 ._box_17io0_444:nth-child(6) ._iconBox_17io0_479{background:linear-gradient(355.81deg,#ffc444 26.24%,#f36f56 132.07%)}._ContractHiring_17io0_2 ._industries_17io0_1521 ._box_17io0_444:nth-child(7) ._iconBox_17io0_479{background:linear-gradient(112.12deg,#f3721b 4.93%,#ff7236 256.79%)}._ContractHiring_17io0_2 ._industries_17io0_1521 ._box_17io0_444:nth-child(8) ._iconBox_17io0_479{background:linear-gradient(112.12deg,#6548ee 4.93%,#fff 256.79%)}._ContractHiring_17io0_2 ._industries_17io0_1521 ._box_17io0_444 ._text_17io0_508{text-align:left}._ContractHiring_17io0_2 ._industries_17io0_1521 ._box_17io0_444 ._text_17io0_508 h4{font-size:1.1rem;font-weight:600;margin-bottom:.3rem}@media (max-width: 631px){._ContractHiring_17io0_2 ._industries_17io0_1521 ._box_17io0_444 ._text_17io0_508 h4{font-size:1.3rem}}._ContractHiring_17io0_2 ._industries_17io0_1521 ._box_17io0_444 ._text_17io0_508 p{font-size:.9rem;color:#555;margin:0;text-align:start}@media (max-width: 631px){._ContractHiring_17io0_2 ._industries_17io0_1521 ._box_17io0_444 ._text_17io0_508 p{font-size:1.2rem}}._ContractHiring_17io0_2 ._industries_17io0_1521 ._BtnWrapper_17io0_161{margin:2rem auto;display:flex;justify-content:center}._ContractHiring_17io0_2 ._InternshipForm_17io0_1631{display:flex;flex-direction:column;align-items:center;gap:1rem;margin:0rem 0;text-align:center}._ContractHiring_17io0_2 ._InternshipForm_17io0_1631 h2{font-weight:700}._ContractHiring_17io0_2 ._InternshipForm_17io0_1631 h2 span{color:#ff5c00}._ContractHiring_17io0_2 ._InternshipForm_17io0_1631 p{color:#666;width:80%}._ContractHiring_17io0_2 ._InternshipForm_17io0_1631 ._FormContent_17io0_1649{display:grid;grid-template-columns:2fr 1fr;gap:2rem;margin-top:2rem;width:90%;margin-bottom:4rem}@media (max-width: 631px){._ContractHiring_17io0_2 ._InternshipForm_17io0_1631 ._FormContent_17io0_1649{grid-template-columns:1fr}}._ContractHiring_17io0_2 ._InternshipForm_17io0_1631 ._Left_17io0_48{background:#fff;border-radius:1rem;padding:2rem;box-shadow:0 6px 20px #00000014;margin-left:4rem}@media (max-width: 631px){._ContractHiring_17io0_2 ._InternshipForm_17io0_1631 ._Left_17io0_48{margin-right:4rem}}._ContractHiring_17io0_2 ._InternshipForm_17io0_1631 ._Left_17io0_48 ._formWrapper_17io0_1674{display:flex;flex-direction:column;gap:1.5rem}._ContractHiring_17io0_2 ._InternshipForm_17io0_1631 ._Left_17io0_48 ._formWrapper_17io0_1674 ._formRow_17io0_1679{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:1.5rem}._ContractHiring_17io0_2 ._InternshipForm_17io0_1631 ._Left_17io0_48 ._formWrapper_17io0_1674 ._formGroup_17io0_1684{display:flex;flex-direction:column;text-align:left}._ContractHiring_17io0_2 ._InternshipForm_17io0_1631 ._Left_17io0_48 ._formWrapper_17io0_1674 ._formGroup_17io0_1684 label{font-weight:600;margin-bottom:.4rem;font-size:.9rem}._ContractHiring_17io0_2 ._InternshipForm_17io0_1631 ._Left_17io0_48 ._formWrapper_17io0_1674 ._formGroup_17io0_1684 input,._ContractHiring_17io0_2 ._InternshipForm_17io0_1631 ._Left_17io0_48 ._formWrapper_17io0_1674 ._formGroup_17io0_1684 select,._ContractHiring_17io0_2 ._InternshipForm_17io0_1631 ._Left_17io0_48 ._formWrapper_17io0_1674 ._formGroup_17io0_1684 textarea{padding:.7rem 1rem;border:1px solid #ddd;border-radius:.5rem;font-size:.95rem;outline:none}._ContractHiring_17io0_2 ._InternshipForm_17io0_1631 ._Left_17io0_48 ._formWrapper_17io0_1674 ._formGroup_17io0_1684 input:focus,._ContractHiring_17io0_2 ._InternshipForm_17io0_1631 ._Left_17io0_48 ._formWrapper_17io0_1674 ._formGroup_17io0_1684 select:focus,._ContractHiring_17io0_2 ._InternshipForm_17io0_1631 ._Left_17io0_48 ._formWrapper_17io0_1674 ._formGroup_17io0_1684 textarea:focus{border-color:#ff5c00}._ContractHiring_17io0_2 ._InternshipForm_17io0_1631 ._Left_17io0_48 ._formWrapper_17io0_1674 ._formGroup_17io0_1684 textarea{min-height:5rem;resize:vertical}._ContractHiring_17io0_2 ._InternshipForm_17io0_1631 ._Left_17io0_48 ._buttons_17io0_1712{display:flex;gap:1rem;margin-top:1.5rem}._ContractHiring_17io0_2 ._InternshipForm_17io0_1631 ._Left_17io0_48 ._buttons_17io0_1712 ._primaryBtn_17io0_1717{background:#ff5c00;color:#fff;border:none;padding:.9rem 2rem;border-radius:.6rem;font-weight:600;cursor:pointer;transition:.3s}._ContractHiring_17io0_2 ._InternshipForm_17io0_1631 ._Left_17io0_48 ._buttons_17io0_1712 ._primaryBtn_17io0_1717:hover{background:#e14e00}._ContractHiring_17io0_2 ._InternshipForm_17io0_1631 ._Left_17io0_48 ._buttons_17io0_1712 ._secondaryBtn_17io0_1730{padding:.9rem 2rem;border:1px solid #ff5c00;background:transparent;border-radius:.6rem;font-weight:600;cursor:pointer;transition:.3s}._ContractHiring_17io0_2 ._InternshipForm_17io0_1631 ._Left_17io0_48 ._buttons_17io0_1712 ._secondaryBtn_17io0_1730:hover{background:#ff5c00;color:#fff}._ContractHiring_17io0_2 ._InternshipForm_17io0_1631 ._Right_17io0_166{display:flex;flex-direction:column;gap:1.5rem;margin-right:3rem}@media (max-width: 631px){._ContractHiring_17io0_2 ._InternshipForm_17io0_1631 ._Right_17io0_166{margin-left:4rem}}._ContractHiring_17io0_2 ._InternshipForm_17io0_1631 ._Right_17io0_166 ._card_17io0_1754{background:#fff;border-radius:1rem;padding:2rem;box-shadow:0 6px 20px #00000014;text-align:center}._ContractHiring_17io0_2 ._InternshipForm_17io0_1631 ._Right_17io0_166 ._card_17io0_1754 h4{font-size:1.5rem;font-weight:700;margin-bottom:2rem}._ContractHiring_17io0_2 ._InternshipForm_17io0_1631 ._Right_17io0_166 ._card_17io0_1754 ._info_17io0_1766{display:flex;align-items:center;gap:1rem;margin-bottom:1rem}._ContractHiring_17io0_2 ._InternshipForm_17io0_1631 ._Right_17io0_166 ._card_17io0_1754 ._info_17io0_1766 h3{font-size:1.2rem;font-weight:400;text-align:start;margin-bottom:.5rem}._ContractHiring_17io0_2 ._InternshipForm_17io0_1631 ._Right_17io0_166 ._card_17io0_1754 ._info_17io0_1766 p{font-size:1rem;text-align:start;line-height:1.2rem;color:#7e7e7e}._ContractHiring_17io0_2 ._InternshipForm_17io0_1631 ._Right_17io0_166 ._card_17io0_1754 ._info_17io0_1766 i{width:3rem;height:3rem;border-radius:50%;background:linear-gradient(106deg,#6448ee 4.46%,#fff 232.7%);display:flex;justify-content:center;align-items:center;color:#fff;padding:.5rem}._ContractHiring_17io0_2 ._InternshipForm_17io0_1631 ._Right_17io0_166 ._card_17io0_1754 ._info_17io0_1766 i svg path{fill:#fff}._ContractHiring_17io0_2 ._InternshipForm_17io0_1631 ._Right_17io0_166 ._card_17io0_1754 ._info_17io0_1766:nth-child(3) i{background:linear-gradient(106deg,#6ac248 4.46%,#fff 232.7%)}._ContractHiring_17io0_2 ._InternshipForm_17io0_1631 ._Right_17io0_166 ._card_17io0_1754 ._info_17io0_1766:nth-child(4) i{background:linear-gradient(106deg,#ff5c00 4.46%,#fff 232.7%)}._ContractHiring_17io0_2 ._InternshipForm_17io0_1631 ._Right_17io0_166 ._card_17io0_1754 ._info_17io0_1766:nth-child(5) i{background:linear-gradient(106deg,#2fbbe9 4.46%,#fff 232.7%)}._ContractHiring_17io0_2 ._InternshipForm_17io0_1631 ._Right_17io0_166 ._Bottom_17io0_1051{background:#fff;border-radius:1rem;padding:1.6rem;box-shadow:0 6px 20px #00000014;text-align:center;font-size:2rem}._ContractHiring_17io0_2 ._InternshipForm_17io0_1631 ._Right_17io0_166 ._Bottom_17io0_1051 button{margin:3rem auto}._ContractHiring_17io0_2 ._InternshipForm_17io0_1631 ._Right_17io0_166 ._Bottom_17io0_1051 p{font-size:1.2rem;margin-top:1rem;margin-bottom:1rem}._resultCard_1gs59_1{background:#fff;border-radius:1rem;padding:2rem;width:100%;max-width:800px;margin:2rem auto;box-shadow:0 8px 20px #0000000d;font-family:Inter,sans-serif}._resultCard_1gs59_1 ._header_1gs59_11 h3{font-size:1.75rem;font-weight:600;color:#1f1f1f;align-items:start;margin-bottom:.5rem}._resultCard_1gs59_1 ._header_1gs59_11 ._subHeader_1gs59_18{display:inline-block;background:#f0f0f5;color:#6b6b80;padding:.25rem .75rem;border-radius:9999px;font-size:.875rem}._resultCard_1gs59_1 ._header_1gs59_11 p{font-size:1rem;color:#4b4b5b;text-align:start!important;margin-bottom:1.5rem;margin-left:0rem}@media (max-width: 631px){._resultCard_1gs59_1 ._header_1gs59_11 p{margin-left:0rem}}._resultCard_1gs59_1 ._tools_1gs59_38{display:flex;gap:.75rem;flex-wrap:wrap;margin-bottom:2rem}._resultCard_1gs59_1 ._tools_1gs59_38 ._tool_1gs59_38{background:#f3f0ff;color:#7a5fff;padding:.4rem 1rem;border-radius:.5rem;font-size:.875rem;cursor:default}._resultCard_1gs59_1 ._stats_1gs59_52{display:flex;gap:1rem;padding:1rem;border-radius:10px;background:linear-gradient(135deg,#d97e1d4d,#7a5fff4d);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}@media (max-width: 631px){._resultCard_1gs59_1 ._stats_1gs59_52{flex-direction:row}}._resultCard_1gs59_1 ._stats_1gs59_52 ._statBox_1gs59_67{flex:1 1 30%;background:#fff;border-radius:1rem;padding:1.25rem 1rem;text-align:center}._resultCard_1gs59_1 ._stats_1gs59_52 ._statBox_1gs59_67 h3{font-size:1.5rem;font-weight:600;color:#7a5fff;margin-bottom:.5rem}._resultCard_1gs59_1 ._stats_1gs59_52 ._statBox_1gs59_67 p{font-size:.875rem;color:#6b6b80}._BottomNav_1gs59_85{display:flex;justify-content:center;align-items:center;margin-top:2rem;gap:1rem}._BottomNav_1gs59_85 ._LeftArrow_1gs59_92,._BottomNav_1gs59_85 ._RightArrow_1gs59_93{background:#d9d9d9;color:#515151;border:none;border-radius:50%;width:3rem;height:3rem;font-size:1.5rem;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 6px #0000001a;transition:all .3s ease}._BottomNav_1gs59_85 ._LeftArrow_1gs59_92:hover,._BottomNav_1gs59_85 ._RightArrow_1gs59_93:hover{background:#ff9e03;color:#fff;transform:scale(1.1);box-shadow:0 6px 12px #00000026}._BottomNav_1gs59_85 ._Dot_1gs59_115{background:#dddddd4d;border:none;border-radius:50%;width:2.5rem;height:2.5rem;font-size:1.2rem;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s ease}._BottomNav_1gs59_85 ._Dot_1gs59_115._ActiveDot_1gs59_128{background:#fc8c14;color:#fff;transform:scale(1.2);box-shadow:0 3px 6px #0000001a}._BottomNav_1gs59_85 ._Dot_1gs59_115:hover{background:#ff9e03;color:#fff;transform:scale(1.1)}._Wrapper1_7xrp1_1{width:100%;position:relative;margin-left:8rem}@media (max-width: 768px){._Wrapper1_7xrp1_1{margin-left:2rem!important}}@media (max-width: 631px){._Wrapper1_7xrp1_1{margin-left:0;margin-top:2rem}}._Wrapper1_7xrp1_1 ._Cards_7xrp1_17{display:flex;align-items:stretch;justify-content:flex-start;gap:2rem;margin-top:5rem;width:90%}@media (max-width: 631px){._Wrapper1_7xrp1_1 ._Cards_7xrp1_17{overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;width:100%;gap:1rem}}._Wrapper1_7xrp1_1 ._Cards_7xrp1_17::-webkit-scrollbar{display:none}._Wrapper1_7xrp1_1 ._Cards_7xrp1_17 ._CardWrapper_7xrp1_37{position:relative;flex:0 0 25rem;scroll-snap-align:start}@media (max-width: 631px){._Wrapper1_7xrp1_1 ._Cards_7xrp1_17 ._CardWrapper_7xrp1_37{flex:0 0 100%}}._Wrapper1_7xrp1_1 ._Cards_7xrp1_17 ._CardWrapper_7xrp1_37 ._icon_7xrp1_47{position:absolute;top:0;left:50%;transform:translate(-50%,-50%);z-index:10;display:flex;width:5.25rem;height:5.25rem;justify-content:center;align-items:center;border-radius:50%;background:linear-gradient(106deg,#f3721b 4.46%,#fff 232.7%);box-shadow:0 4px 20px #0000000d}@media (max-width: 631px){._Wrapper1_7xrp1_1 ._Cards_7xrp1_17 ._CardWrapper_7xrp1_37 ._icon_7xrp1_47{margin-top:3rem;margin-bottom:2rem;margin-left:.4rem;z-index:100}}._Wrapper1_7xrp1_1 ._Cards_7xrp1_17 ._CardWrapper_7xrp1_37 ._icon_7xrp1_47 svg{width:3.375rem;height:3.375rem}._Wrapper1_7xrp1_1 ._Cards_7xrp1_17 ._CardWrapper_7xrp1_37 ._Card_7xrp1_17{height:33rem;border-radius:1.7rem;background:#fff;box-shadow:0 4px 80px #00000014;position:relative;padding:4rem 2rem 2rem;display:flex;flex-direction:column;gap:.3rem;box-shadow:0 4px 40px #00000029}@media (max-width: 1024px){._Wrapper1_7xrp1_1 ._Cards_7xrp1_17 ._CardWrapper_7xrp1_37 ._Card_7xrp1_17{height:37rem;border:1px solid rgba(215,215,215,.149)}}@media (max-width: 631px){._Wrapper1_7xrp1_1 ._Cards_7xrp1_17 ._CardWrapper_7xrp1_37 ._Card_7xrp1_17{box-shadow:0 4px 40px #91919125;width:33rem;height:40rem;margin:0rem auto}}._Wrapper1_7xrp1_1 ._Cards_7xrp1_17 ._CardWrapper_7xrp1_37 ._Card_7xrp1_17 h3{color:#3d3d3d;font-family:Inter;font-size:1.5rem;font-weight:600;line-height:2.74rem}@media (max-width: 631px){._Wrapper1_7xrp1_1 ._Cards_7xrp1_17 ._CardWrapper_7xrp1_37 ._Card_7xrp1_17 h3{margin-top:3rem;font-size:2.4rem;text-align:center}._Wrapper1_7xrp1_1 ._Cards_7xrp1_17 ._CardWrapper_7xrp1_37 ._Card_7xrp1_17 ._desc_7xrp1_115{font-size:1.5rem}}._Wrapper1_7xrp1_1 ._Cards_7xrp1_17 ._CardWrapper_7xrp1_37 ._Card_7xrp1_17 h1{font-size:3rem;color:#f379275c;margin-top:-5rem;margin-left:80%}@media (max-width: 631px){._Wrapper1_7xrp1_1 ._Cards_7xrp1_17 ._CardWrapper_7xrp1_37 ._Card_7xrp1_17 h1{font-size:3.6rem;margin-top:-7rem}}._Wrapper1_7xrp1_1 ._Cards_7xrp1_17 ._CardWrapper_7xrp1_37 ._Card_7xrp1_17 p{color:#3a3a3a;font-family:Inter;font-size:1rem;font-weight:400;line-height:1.6rem;margin-top:1rem;text-align:start}@media (max-width: 631px){._Wrapper1_7xrp1_1 ._Cards_7xrp1_17 ._CardWrapper_7xrp1_37 ._Card_7xrp1_17 p{margin-top:2rem;font-size:1.2rem;text-align:center}}@media (max-width: 1024px){._Wrapper1_7xrp1_1 ._Cards_7xrp1_17 ._CardWrapper_7xrp1_37 ._Card_7xrp1_17 p{font-size:1.2rem}._Wrapper1_7xrp1_1 ._Cards_7xrp1_17 ._CardWrapper_7xrp1_37 ._Card_7xrp1_17 p svg{width:2rem;height:2rem}}._Wrapper1_7xrp1_1 ._Cards_7xrp1_17 ._CardWrapper_7xrp1_37 ._Card_7xrp1_17 ._duration_7xrp1_158{background:#8383830f;color:#666;width:fit-content;padding:.2rem .5rem;border-radius:2rem;border:1px solid rgba(210,210,210,.1921568627)}@media (max-width: 631px){._Wrapper1_7xrp1_1 ._Cards_7xrp1_17 ._CardWrapper_7xrp1_37 ._Card_7xrp1_17 ._duration_7xrp1_158{margin-top:1rem;margin-bottom:-2rem}}._Wrapper1_7xrp1_1 ._Cards_7xrp1_17 ._CardWrapper_7xrp1_37 ._Card_7xrp1_17 ._List_7xrp1_172{margin-top:1rem}._Wrapper1_7xrp1_1 ._Cards_7xrp1_17 ._CardWrapper_7xrp1_37 ._Card_7xrp1_17 ._List_7xrp1_172 p{display:flex;align-items:center;gap:1rem;margin-bottom:1rem}@media (max-width: 631px){._Wrapper1_7xrp1_1 ._Cards_7xrp1_17 ._CardWrapper_7xrp1_37 ._Card_7xrp1_17 ._List_7xrp1_172 p{margin-bottom:-1rem;font-size:1.5rem}}._Wrapper1_7xrp1_1 ._Cards_7xrp1_17 ._CardWrapper_7xrp1_37 ._Card_7xrp1_17 ._BtnWrapper_7xrp1_187{margin-top:2rem!important}@media (max-width: 631px){._Wrapper1_7xrp1_1 ._Cards_7xrp1_17 ._CardWrapper_7xrp1_37 ._Card_7xrp1_17 ._BtnWrapper_7xrp1_187 button{width:27rem!important}}._Wrapper1_7xrp1_1 ._Cards_7xrp1_17 ._CardWrapper_7xrp1_37:nth-child(2) ._List_7xrp1_172 svg path{fill:#6548ee!important}._Wrapper1_7xrp1_1 ._Cards_7xrp1_17 ._CardWrapper_7xrp1_37:nth-child(2) ._icon_7xrp1_47{background:linear-gradient(112deg,#6548ee 4.93%,#fff 256.79%)}._Wrapper1_7xrp1_1 ._Cards_7xrp1_17 ._CardWrapper_7xrp1_37:nth-child(3) ._List_7xrp1_172 svg path{fill:#6ac248!important}._Wrapper1_7xrp1_1 ._Cards_7xrp1_17 ._CardWrapper_7xrp1_37:nth-child(3) ._icon_7xrp1_47{background:linear-gradient(112deg,#6ac248 4.93%,#fff 256.79%)}._Wrapper1_7xrp1_1 ._Cards_7xrp1_17 ._CardWrapper_7xrp1_37:nth-child(4) ._List_7xrp1_172 svg path{fill:#2fbbe9!important}._Wrapper1_7xrp1_1 ._Cards_7xrp1_17 ._CardWrapper_7xrp1_37:nth-child(4) ._icon_7xrp1_47{background:linear-gradient(112deg,#2fbbe9 4.93%,#fff 256.79%)}._Wrapper1_7xrp1_1 ._Cards_7xrp1_17 ._CardWrapper_7xrp1_37:nth-child(1) ._Card_7xrp1_17 h1{color:#f3711b6f}._Wrapper1_7xrp1_1 ._Cards_7xrp1_17 ._CardWrapper_7xrp1_37:nth-child(2) ._Card_7xrp1_17 h1{color:#6448ee6b}._Wrapper1_7xrp1_1 ._Cards_7xrp1_17 ._CardWrapper_7xrp1_37:nth-child(3) ._Card_7xrp1_17 h1{color:#6bc24879}._Wrapper1_7xrp1_1 ._Cards_7xrp1_17 ._CardWrapper_7xrp1_37:nth-child(4) ._Card_7xrp1_17 h1{color:#2fbbe971}._Wrapper1_7xrp1_1 ._NavControls_7xrp1_225{display:none}@media (max-width: 631px){._Wrapper1_7xrp1_1 ._NavControls_7xrp1_225{display:flex;justify-content:space-between;align-items:center;margin-top:1rem;position:relative}._Wrapper1_7xrp1_1 ._NavControls_7xrp1_225 ._Arrow_7xrp1_236{border:none;background:#f1f1f1;color:#333;font-size:1.5rem;border-radius:50%;width:35px;height:35px;cursor:pointer;display:flex;justify-content:center;align-items:center;transition:background .3s ease}._Wrapper1_7xrp1_1 ._NavControls_7xrp1_225 ._Arrow_7xrp1_236:hover{background:#e0e0e0}._Wrapper1_7xrp1_1 ._NavControls_7xrp1_225 ._Arrow_7xrp1_236._Disabled_7xrp1_253{opacity:.4;cursor:not-allowed}._Wrapper1_7xrp1_1 ._NavControls_7xrp1_225 ._NavDots_7xrp1_257{display:flex;gap:.5rem}._Wrapper1_7xrp1_1 ._NavControls_7xrp1_225 ._NavDots_7xrp1_257 ._Dot_7xrp1_261{width:30px;height:30px;border-radius:50%;background:#acacac44;color:#fff;font-size:1.6rem;display:flex;justify-content:center;align-items:center;font-weight:600;cursor:pointer;transition:all .3s ease}._Wrapper1_7xrp1_1 ._NavControls_7xrp1_225 ._NavDots_7xrp1_257 ._Dot_7xrp1_261._ActiveDot_7xrp1_275{background:#f3721b}}._cardsContainer_1p4eg_2{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;padding:16px;width:60%;margin:2rem auto}@media (max-width: 768px){._cardsContainer_1p4eg_2{width:100%}}._card_1p4eg_2{border:1px solid #ccc;padding:20px;border-radius:8px;box-shadow:0 4px 6px #0000001a;background-color:#f9f9f9;min-height:150px;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center}._card_1p4eg_2 i{width:4rem;height:4rem;margin-top:-3rem;margin-bottom:2rem;border-radius:50%}._card_1p4eg_2 i svg{width:2.5rem;height:2.5rem;color:#fff;margin-top:.7rem}._card_1p4eg_2 button{box-shadow:none!important;margin-top:2rem}@media (max-width: 630px){._cardsContainer_1p4eg_2{display:grid;width:100%;grid-template-columns:repeat(3,80vw);gap:16px;overflow-x:scroll;-ms-overflow-style:none;scrollbar-width:none;padding:0 16px 16px}._cardsContainer_1p4eg_2:after{content:"";width:16px}._cardsContainer_1p4eg_2::-webkit-scrollbar{display:none}._card_1p4eg_2{margin:0 auto;margin-top:4rem;width:80%;box-sizing:border-box;scroll-snap-align:start}._card_1p4eg_2 i{margin-top:-5rem;width:6rem;height:6rem}._card_1p4eg_2 i svg{width:4rem;height:4rem}}._navBar_1p4eg_85{display:none}@media (max-width: 630px){._navBar_1p4eg_85{position:relative;display:flex;justify-content:center;align-items:center;margin-top:1.2rem;background:none;box-shadow:none;border-radius:0;padding:0;width:100%}._navBar_1p4eg_85 ._navButton_1p4eg_101{position:absolute;margin-top:-30rem;transform:translateY(-50%);background:transparent;color:#fff;font-size:1.5rem;margin-left:-2rem;font-weight:200;background:#b4b4b467;border-radius:50%;width:3rem;height:3rem;cursor:pointer;padding-top:.2rem;transition:color .3s ease;z-index:2;border:none;display:none}._navBar_1p4eg_85 ._navButton_1p4eg_101:disabled{color:#ccc;cursor:not-allowed}._navBar_1p4eg_85 ._navButton_1p4eg_101:not(:disabled):hover{color:#656565}._navBar_1p4eg_85 ._navButton_1p4eg_101:first-of-type{left:5%}._navBar_1p4eg_85 ._navButton_1p4eg_101:last-of-type{right:5%}._navBar_1p4eg_85 ._navButton1_1p4eg_134{position:absolute;margin-top:-30rem;transform:translateY(-50%);background:transparent;color:#fff;font-size:1.5rem;margin-left:-2rem;font-weight:200;background:#b4b4b467;border-radius:50%;width:3rem;height:3rem;cursor:pointer;padding-top:.2rem;transition:color .3s ease;z-index:2;border:none;display:none}._navBar_1p4eg_85 ._navButton1_1p4eg_134:disabled{color:#ccc;cursor:not-allowed}._navBar_1p4eg_85 ._navButton1_1p4eg_134:not(:disabled):hover{color:#656565}._navBar_1p4eg_85 ._navButton1_1p4eg_134:first-of-type{left:5%}._navBar_1p4eg_85 ._navButton1_1p4eg_134:last-of-type{right:5%}._navBar_1p4eg_85 ._navDots_1p4eg_167{display:flex;justify-content:center;align-items:center;gap:.5rem;margin-top:0rem;width:100%;margin-top:-3rem}._navBar_1p4eg_85 ._navDots_1p4eg_167 ._dot_1p4eg_176{width:10px;height:10px;border-radius:50%;background:#ccc;border:none;cursor:pointer;transition:background .3s ease,transform .2s ease}._navBar_1p4eg_85 ._navDots_1p4eg_167 ._dot_1p4eg_176._active_1p4eg_185{background:#f4802e;transform:scale(1.3)}}._Wrapper1_zly7b_1{width:100%;max-width:1400px;margin:2rem auto;padding:0 2rem}@media (max-width: 768px){._Wrapper1_zly7b_1{padding:0 1.5rem}}@media (max-width: 631px){._Wrapper1_zly7b_1{padding:0;margin-top:2rem}}._Wrapper1_zly7b_1 ._Cards_zly7b_18{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;margin-top:5rem;width:100%}@media (max-width: 631px){._Wrapper1_zly7b_1 ._Cards_zly7b_18{display:flex;grid-template-columns:unset;overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;gap:0;margin-top:3rem;padding:3rem 0rem}}._Wrapper1_zly7b_1 ._Cards_zly7b_18::-webkit-scrollbar{display:none}._Wrapper1_zly7b_1 ._Cards_zly7b_18 ._CardWrapper_zly7b_40{position:relative;scroll-snap-align:start}@media (max-width: 631px){._Wrapper1_zly7b_1 ._Cards_zly7b_18 ._CardWrapper_zly7b_40{flex:100%;min-width:100%;margin-left:1rem}}._Wrapper1_zly7b_1 ._Cards_zly7b_18 ._CardWrapper_zly7b_40 ._icon_zly7b_51{position:absolute;top:0;left:20%;transform:translate(-50%,-50%);z-index:10;display:flex;width:5.25rem;height:5.25rem;justify-content:center;align-items:center;border-radius:50%;background:linear-gradient(106deg,#f3721b 4.46%,#fff 232.7%);box-shadow:0 4px 20px #0000000d}@media (max-width: 631px){._Wrapper1_zly7b_1 ._Cards_zly7b_18 ._CardWrapper_zly7b_40 ._icon_zly7b_51{left:13%;width:6rem;height:6rem;margin-top:0rem}}._Wrapper1_zly7b_1 ._Cards_zly7b_18 ._CardWrapper_zly7b_40 ._icon_zly7b_51 svg{width:3.375rem;height:3.375rem}._Wrapper1_zly7b_1 ._Cards_zly7b_18 ._CardWrapper_zly7b_40 ._Card_zly7b_18{height:20rem;width:100%;border-radius:1.7rem;background:#fff;box-shadow:0 4px 40px #00000029;position:relative;padding:4rem 2rem 2rem;display:flex;flex-direction:column;gap:.3rem}@media (max-width: 631px){._Wrapper1_zly7b_1 ._Cards_zly7b_18 ._CardWrapper_zly7b_40 ._Card_zly7b_18{box-shadow:0 4px 40px #b5b5b525;height:auto;height:30rem;border:2px solid rgba(233,233,233,.44)}}._Wrapper1_zly7b_1 ._Cards_zly7b_18 ._CardWrapper_zly7b_40 ._Card_zly7b_18 h3{color:#3d3d3d;font-family:Inter;font-size:1.5rem;font-weight:600;line-height:2.74rem}@media (max-width: 631px){._Wrapper1_zly7b_1 ._Cards_zly7b_18 ._CardWrapper_zly7b_40 ._Card_zly7b_18 h3{margin-top:3rem;font-size:2.3rem}}._Wrapper1_zly7b_1 ._Cards_zly7b_18 ._CardWrapper_zly7b_40 ._Card_zly7b_18 h1{font-size:3rem;color:#f379275c;margin-top:-5rem;margin-left:80%}@media (max-width: 631px){._Wrapper1_zly7b_1 ._Cards_zly7b_18 ._CardWrapper_zly7b_40 ._Card_zly7b_18 h1{font-size:3.6rem;margin-top:-7rem}}._Wrapper1_zly7b_1 ._Cards_zly7b_18 ._CardWrapper_zly7b_40 ._Card_zly7b_18 p{color:#3a3a3a;font-family:Inter;font-size:1rem;font-weight:400;line-height:1.6rem;margin-top:1rem;text-align:start}@media (max-width: 631px){._Wrapper1_zly7b_1 ._Cards_zly7b_18 ._CardWrapper_zly7b_40 ._Card_zly7b_18 p{margin-top:3rem;font-size:1.8rem}}@media (max-width: 1024px){._Wrapper1_zly7b_1 ._Cards_zly7b_18 ._CardWrapper_zly7b_40 ._Card_zly7b_18 p svg{width:2.5rem;height:2.5rem}}._Wrapper1_zly7b_1 ._Cards_zly7b_18 ._CardWrapper_zly7b_40 ._Card_zly7b_18 ._duration_zly7b_144{margin-top:2rem;color:#f3721b}@media (max-width: 631px){._Wrapper1_zly7b_1 ._Cards_zly7b_18 ._CardWrapper_zly7b_40 ._Card_zly7b_18 ._duration_zly7b_144{margin-top:4rem;margin-bottom:-1rem}}._Wrapper1_zly7b_1 ._Cards_zly7b_18 ._CardWrapper_zly7b_40 ._Card_zly7b_18 ._List_zly7b_154{margin-top:1rem}._Wrapper1_zly7b_1 ._Cards_zly7b_18 ._CardWrapper_zly7b_40 ._Card_zly7b_18 ._List_zly7b_154 p{display:flex;align-items:center;gap:1rem;margin-bottom:1rem}@media (max-width: 631px){._Wrapper1_zly7b_1 ._Cards_zly7b_18 ._CardWrapper_zly7b_40 ._Card_zly7b_18 ._List_zly7b_154 p{margin-bottom:-1rem;font-size:1.5rem}}._Wrapper1_zly7b_1 ._Cards_zly7b_18 ._CardWrapper_zly7b_40:nth-child(2) ._duration_zly7b_144{color:#6548ee}._Wrapper1_zly7b_1 ._Cards_zly7b_18 ._CardWrapper_zly7b_40:nth-child(2) ._List_zly7b_154 svg path{fill:#6548ee!important}._Wrapper1_zly7b_1 ._Cards_zly7b_18 ._CardWrapper_zly7b_40:nth-child(2) ._icon_zly7b_51{background:linear-gradient(112deg,#6548ee 4.93%,#fff 256.79%)}._Wrapper1_zly7b_1 ._Cards_zly7b_18 ._CardWrapper_zly7b_40:nth-child(3) ._duration_zly7b_144{color:#6ac248}._Wrapper1_zly7b_1 ._Cards_zly7b_18 ._CardWrapper_zly7b_40:nth-child(3) ._List_zly7b_154 svg path{fill:#6ac248!important}._Wrapper1_zly7b_1 ._Cards_zly7b_18 ._CardWrapper_zly7b_40:nth-child(3) ._icon_zly7b_51{background:linear-gradient(112deg,#6ac248 4.93%,#fff 256.79%)}._Wrapper1_zly7b_1 ._Cards_zly7b_18 ._CardWrapper_zly7b_40:nth-child(4) ._duration_zly7b_144{color:#2fbbe9}._Wrapper1_zly7b_1 ._Cards_zly7b_18 ._CardWrapper_zly7b_40:nth-child(4) ._List_zly7b_154 svg path{fill:#2fbbe9!important}._Wrapper1_zly7b_1 ._Cards_zly7b_18 ._CardWrapper_zly7b_40:nth-child(4) ._icon_zly7b_51{background:linear-gradient(112deg,#2fbbe9 4.93%,#fff 256.79%)}._Wrapper1_zly7b_1 ._Cards_zly7b_18 ._CardWrapper_zly7b_40:nth-child(1) ._Card_zly7b_18 h1{color:#f3711b6f}._Wrapper1_zly7b_1 ._Cards_zly7b_18 ._CardWrapper_zly7b_40:nth-child(2) ._Card_zly7b_18 h1{color:#6448ee6b}._Wrapper1_zly7b_1 ._Cards_zly7b_18 ._CardWrapper_zly7b_40:nth-child(3) ._Card_zly7b_18 h1{color:#6bc24879}._Wrapper1_zly7b_1 ._Cards_zly7b_18 ._CardWrapper_zly7b_40:nth-child(4) ._Card_zly7b_18 h1{color:#2fbbe971}._Wrapper1_zly7b_1 ._NavControls_zly7b_208{display:none}@media (max-width: 631px){._Wrapper1_zly7b_1 ._NavControls_zly7b_208{display:flex;justify-content:space-between;align-items:center;margin-top:2rem;padding:0 1rem;position:relative}._Wrapper1_zly7b_1 ._NavControls_zly7b_208 ._Arrow_zly7b_220{border:none;background:#f1f1f1;color:#333;font-size:1.5rem;border-radius:50%;width:35px;height:35px;cursor:pointer;display:flex;justify-content:center;align-items:center;transition:background .3s ease}._Wrapper1_zly7b_1 ._NavControls_zly7b_208 ._Arrow_zly7b_220:hover{background:#e0e0e0}._Wrapper1_zly7b_1 ._NavControls_zly7b_208 ._Arrow_zly7b_220._Disabled_zly7b_237{opacity:.4;cursor:not-allowed}._Wrapper1_zly7b_1 ._NavControls_zly7b_208 ._NavDots_zly7b_241{display:flex;gap:.5rem}._Wrapper1_zly7b_1 ._NavControls_zly7b_208 ._NavDots_zly7b_241 ._Dot_zly7b_245{width:30px;height:30px;border-radius:50%;background:#acacac44;color:#fff;font-size:1.6rem;display:flex;justify-content:center;align-items:center;font-weight:600;cursor:pointer;transition:all .3s ease}._Wrapper1_zly7b_1 ._NavControls_zly7b_208 ._NavDots_zly7b_241 ._Dot_zly7b_245._ActiveDot_zly7b_259{background:#f3721b}}#Body{overflow-x:hidden}*{padding:0;margin:0;box-sizing:border-box;font-family:var(--f1);scroll-behavior:smooth;-webkit-user-select:none;user-select:none}@supports (-moz-appearance: none){*{scrollbar-width:none;scrollbar-color:var(--c3) transparent}}*::-webkit-scrollbar{width:.4rem}*::-webkit-scrollbar-thumb{cursor:pointer;border-radius:1rem;background:var(--c1)}.Toastify{position:absolute;z-index:99999;font-size:16px}input::-webkit-outer-spin-button,input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}input[type=date]::-webkit-calendar-picker-indicator{filter:invert(1);cursor:pointer}input[type=time]::-webkit-calendar-picker-indicator{filter:invert(1);cursor:pointer}input[type=number]{-webkit-appearance:textfield;appearance:textfield;-moz-appearance:textfield}:root{--f1: "Inter", sans-serif;--f2: "Montserrat", sans-serif;--f3: Prompt;--f4: "Arial", sans-serif;--f5: "Be Vietnam Pro", sans-serif;--f6: "Helvetica Neue", "Helvetica", "Arial", "sans-serif";--c1: #fa6400;--c1v2: #ca4615;--c1v3: #fa640050;--c2: #fff;--c3: #3d3d3d;--c4: #060606;--c5: #21262d;--c6: #999;--c7: #edf1f3;--c8: #2c2c2c;--c9: #2f2f2f;--c10: #313131;--c11: #908d8d;--c12: #32394e;--c13: #f58d46;--c14: #000;--c15: #fbf6fc;--c16: #fefefe;--c17: #173b3f;--c18: #f7f7f7;--c19: #666;--c20: #6e6e6e;--c21: #51b27e;--c22: #f58133;--bms: #3BB19F;--bmsSec: #ECF8F666;--bmsText: #32394E;--grad: linear-gradient(90deg, #55C5DE, #CC14FF);--grad2: linear-gradient(118deg, #209E5D 6.97%, #27A1A7 50%, #074574 92.48%);--grad3: linear-gradient(76deg, #2B68E3 48.29%, #A9C6FF 108.44%);--b1: rgba(37, 46, 54, .5);--b2: rgba(255, 255, 255, .06);--b3: rgba(255, 255, 255, .1);--b4: rgba(39, 48, 57, .5);--b5: rgba(0, 0, 0, .5);--b6: rgba(255, 255, 255, .02);--b7: rgba(61, 61, 61, .56);--b8: rgb(215 210 206 / 20%);--b9: rgba(50, 57, 78, .8);--lg1: linear-gradient(112deg, #f3721b 4.93%, #ffc097 256.79%);--lg2: linear-gradient(112deg, #f3721b 63.27%, #ffc097 256.79%);--lgL: linear-gradient(123deg, #ff6f31 .75%, rgba(255, 255, 255, 0) 32.3%);--lgR: linear-gradient(302deg, #f3721b 2.01%, rgba(255, 255, 255, 0) 35.01%);--lg2L: linear-gradient(120deg, #ff621f 2.75%, rgba(255, 255, 255, 0) 33.21%);--lg2R: linear-gradient(302deg, #ff621f 3.75%, rgba(255, 255, 255, 0) 33.88%);--lg3: linear-gradient(175deg, #ff621f 0%, rgba(255, 255, 255, .25) 49.92%, #ff621f 100%);--lg4: linear-gradient(112deg, #ffc734 4.93%, #fff 256.79%);--lg5: linear-gradient(112deg, #6ac248 4.93%, #fff 256.79%);--lg6: linear-gradient(112deg, #2fbbe9 4.93%, #fff 256.79%);--lg7: linear-gradient(112deg, #f3721b 4.93%, #ff7236 256.79%);--lg8: linear-gradient(106deg, #f3721b 4.46%, #fff 232.7%);--rgb1: rgba(244, 123, 42, .05);--rgb2: rgba(255, 255, 255, .05);--rgb3: rgba(255, 187, 0, .151);--rgb4: rgba(255, 98, 31, .5);--Base_Font_Size: 100%;font-size:var(--Base_Font_Size)}@media screen and (max-width: 1928px){:root{--Base_Font_Size: 90%}}@media screen and (max-width: 1828px){:root{--Base_Font_Size: 85%}}@media screen and (max-width: 1728px){:root{--Base_Font_Size: 80%}}@media screen and (max-width: 1600px){:root{--Base_Font_Size: 75%}}@media screen and (max-width: 1500px){:root{--Base_Font_Size: 70%}}@media screen and (max-width: 1400px){:root{--Base_Font_Size: 65%}}@media screen and (max-width: 1350px){:root{--Base_Font_Size: 60%}}@media screen and (max-width: 1250px){:root{--Base_Font_Size: 55%}}@media screen and (max-width: 1150px){:root{--Base_Font_Size: 50%}}@media screen and (max-width: 1000px){:root{--Base_Font_Size: 48%}}@media screen and (max-width: 820px){:root{--Base_Font_Size: 44%}}@media screen and (max-width: 780px){:root{--Base_Font_Size: 42%}}@media screen and (max-width: 631px){:root{--Base_Font_Size: 60%}}@media screen and (max-width: 580px){:root{--Base_Font_Size: 58%}}@media screen and (max-width: 530px){:root{--Base_Font_Size: 55%}}@media screen and (max-width: 420px){:root{--Base_Font_Size: 53%}}@media screen and (max-width: 400px){:root{--Base_Font_Size: 50%}}@media screen and (max-width: 380px){:root{--Base_Font_Size: 47%}}@media screen and (max-width: 360px){:root{--Base_Font_Size: 45%}}@media screen and (max-width: 340px){:root{--Base_Font_Size: 43%}}@media screen and (max-width: 320px){:root{--Base_Font_Size: 40%}}@media screen and (max-width: 300px){:root{--Base_Font_Size: 38%}}@media screen and (max-width: 280px){:root{--Base_Font_Size: 35%}}@media screen and (max-width: 250px){:root{--Base_Font_Size: 30%}}@media screen and (max-width: 220px){:root{--Base_Font_Size: 25%}}
