: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)}}button{padding:.8rem 1rem}@media only screen and (min-width: 320px) and (max-width: 420px){button{padding:8px 10px;font-size:.75rem}.proposal-sign-button{margin-top:15px}}@media only screen and (min-width: 320px) and (max-width: 430px){.text15{font-size:1.2rem!important}.text1{font-size:.8rem!important}.text08{font-size:.6rem!important}.details-page{width:90vw!important}}@media only screen and (min-width: 320px) and (max-width: 430px){.progress-navigation-flex{width:100vw;max-width:100%}.jobs-page-job-card{flex-direction:column}}@media only screen and (min-width: 320px) and (max-width: 800px){.service-view-content,.jobs-main-page,.share-main,.project-status-main,.job-view-page{width:100vw;max-width:100%;flex-direction:column}}@media only screen and (max-width: 992px){.browse-theme-main{flex-direction:column;height:auto}}._text_34ddk_1{background-color:inherit;width:100%;border-radius:12px;padding:1rem;outline:none;border:1px solid #252528;resize:none}._container_xk6j4_1{width:45%;height:5rem;border-radius:1rem;background-color:#313134;display:flex;padding:1rem;cursor:pointer;margin:1rem;border:1px solid #313134}._content_xk6j4_13{display:flex;align-items:center;width:100%;justify-content:space-between}._iconContainer_xk6j4_20{object-fit:contain}._icon_xk6j4_20{width:25px;cursor:pointer}@media only screen and (min-width: 320px) and (max-width: 430px){._container_xk6j4_1{width:100%}}._swapableinnerContainer_1tpq8_1{display:flex;justify-content:space-between;align-items:center}._inputBox_1eiig_1{padding:.8rem;width:40vw;outline:none;background-color:transparent;border:1px solid #252528;border-radius:12px;max-width:100%}._inputBox_1eiig_1:hover{border:2px solid #FFFFFF0D;background-color:#1c1c1f}._inputBox_1eiig_1:focus{border:1px solid #959595}@media only screen and (min-width: 320px) and (max-width: 430px){._inputBox_1eiig_1{width:80vw}}._swapableContainer_ti1ll_1{margin-top:2rem;padding:.5rem}._inputContainer_ti1ll_6{margin-top:2rem}._main_15ld9_1{padding:1rem 1rem 2rem 2rem;border-radius:20px;border:1px solid #252528;margin-top:3rem}._cardContainer_15ld9_11{display:flex;flex-wrap:wrap}._btnContainer_15ld9_16{margin-top:3rem;display:flex;justify-content:flex-end}._swapableContainer_k4t7r_1{margin-top:2rem;padding:.5rem}._navbarContainer_13um6_1{padding:1rem;display:flex;align-items:center;justify-content:space-between;width:100%;border-bottom:1px solid #252528}._container_13um6_10{width:100vw;height:100vh;overflow-y:auto;background-color:#161618}._contentContainer_13um6_17{width:100%;padding:2rem;max-width:50rem;margin:0 auto}._serviceLayoutNavbarLogo_13um6_24{width:6.8rem}@media only screen and (min-width: 320px) and (max-width: 430px){._serviceLayoutNavbarLogo_13um6_24,._hiddendiv_13um6_35{visibility:hidden;width:0;height:0}._serviceLayoutNavbarButtons_13um6_41{width:100%;display:flex;align-items:center}._contentContainer_13um6_17{padding-left:1rem;padding-right:1rem}}.hole{display:flex;align-items:center;justify-content:center;position:fixed;top:0;left:0;width:100%;height:100%;z-index:1000;background-color:#000}i{display:block;position:absolute;width:50px;height:50px;border-radius:140px;opacity:0;animation-name:scale;animation-duration:3s;animation-iteration-count:infinite;animation-timing-function:linear}i:nth-child(1){animation-delay:.3s}i:nth-child(2){animation-delay:.6s}i:nth-child(3){animation-delay:.9s}i:nth-child(4){animation-delay:1.2s}i:nth-child(5){animation-delay:1.5s}i:nth-child(6){animation-delay:1.8s}i:nth-child(7){animation-delay:2.1s}i:nth-child(8){animation-delay:2.4s}i:nth-child(9){animation-delay:2.7s}i:nth-child(10){animation-delay:3s}@keyframes scale{0%{transform:scale(2);opacity:0;box-shadow:0 0 50px #ffffff80}50%{transform:scale(1) translateY(-5px);opacity:1;box-shadow:0 8px 20px #ffffff80}to{transform:scale(.1) translateY(5px);opacity:0;box-shadow:0 10px 20px #fff0}}.driver-active .driver-overlay,.driver-active *{pointer-events:none}.driver-active .driver-active-element,.driver-active .driver-active-element *,.driver-popover,.driver-popover *{pointer-events:auto}@keyframes animate-fade-in{0%{opacity:0}to{opacity:1}}.driver-fade .driver-overlay{animation:animate-fade-in .2s ease-in-out}.driver-fade .driver-popover{animation:animate-fade-in .2s}.driver-popover{all:unset;box-sizing:border-box;color:#2d2d2d;margin:0;padding:15px;border-radius:5px;min-width:250px;max-width:300px;box-shadow:0 1px 10px #0006;z-index:1000000000;position:fixed;top:0;right:0;background-color:#fff}.driver-popover *{font-family:Helvetica Neue,Inter,ui-sans-serif,"Apple Color Emoji",Helvetica,Arial,sans-serif}.driver-popover-title{font:19px/normal sans-serif;font-weight:700;display:block;position:relative;line-height:1.5;zoom:1;margin:0}.driver-popover-close-btn{all:unset;position:absolute;top:0;right:0;width:32px;height:28px;cursor:pointer;font-size:18px;font-weight:500;color:#d2d2d2;z-index:1;text-align:center;transition:color;transition-duration:.2s}.driver-popover-close-btn:hover,.driver-popover-close-btn:focus{color:#2d2d2d}.driver-popover-title[style*=block]+.driver-popover-description{margin-top:5px}.driver-popover-description{margin-bottom:0;font:14px/normal sans-serif;line-height:1.5;font-weight:400;zoom:1}.driver-popover-footer{margin-top:15px;text-align:right;zoom:1;display:flex;align-items:center;justify-content:space-between}.driver-popover-progress-text{font-size:13px;font-weight:400;color:#727272;zoom:1}.driver-popover-footer button{all:unset;display:inline-block;box-sizing:border-box;padding:3px 7px;text-decoration:none;text-shadow:1px 1px 0 #fff;background-color:#fff;color:#2d2d2d;font:12px/normal sans-serif;cursor:pointer;outline:0;zoom:1;line-height:1.3;border:1px solid #ccc;border-radius:3px}.driver-popover-footer .driver-popover-btn-disabled{opacity:.5;pointer-events:none}:not(body):has(>.driver-active-element){overflow:hidden!important}.driver-no-interaction,.driver-no-interaction *{pointer-events:none!important}.driver-popover-footer button:hover,.driver-popover-footer button:focus{background-color:#f7f7f7}.driver-popover-navigation-btns{display:flex;flex-grow:1;justify-content:flex-end}.driver-popover-navigation-btns button+button{margin-left:4px}.driver-popover-arrow{content:"";position:absolute;border:5px solid #fff}.driver-popover-arrow-side-over{display:none}.driver-popover-arrow-side-left{left:100%;border-right-color:transparent;border-bottom-color:transparent;border-top-color:transparent}.driver-popover-arrow-side-right{right:100%;border-left-color:transparent;border-bottom-color:transparent;border-top-color:transparent}.driver-popover-arrow-side-top{top:100%;border-right-color:transparent;border-bottom-color:transparent;border-left-color:transparent}.driver-popover-arrow-side-bottom{bottom:100%;border-left-color:transparent;border-top-color:transparent;border-right-color:transparent}.driver-popover-arrow-side-center{display:none}.driver-popover-arrow-side-left.driver-popover-arrow-align-start,.driver-popover-arrow-side-right.driver-popover-arrow-align-start{top:15px}.driver-popover-arrow-side-top.driver-popover-arrow-align-start,.driver-popover-arrow-side-bottom.driver-popover-arrow-align-start{left:15px}.driver-popover-arrow-align-end.driver-popover-arrow-side-left,.driver-popover-arrow-align-end.driver-popover-arrow-side-right{bottom:15px}.driver-popover-arrow-side-top.driver-popover-arrow-align-end,.driver-popover-arrow-side-bottom.driver-popover-arrow-align-end{right:15px}.driver-popover-arrow-side-left.driver-popover-arrow-align-center,.driver-popover-arrow-side-right.driver-popover-arrow-align-center{top:50%;margin-top:-5px}.driver-popover-arrow-side-top.driver-popover-arrow-align-center,.driver-popover-arrow-side-bottom.driver-popover-arrow-align-center{left:50%;margin-left:-5px}.driver-popover-arrow-none{display:none}.services-section{width:100%;padding:7rem 5rem;margin:0 auto;background-color:#fff;color:#1a0135;font-family:Arial,sans-serif;box-sizing:border-box}@media (max-width: 1024px){.services-section{padding:3rem 2rem}}.services-btn-container{width:100%;margin:0 auto;text-align:center}.services-btn{padding:16px 24px;background-color:#fff;color:#1a0135;width:auto;min-width:143px;height:auto;min-height:56px;border:1px solid #0000001a;border-radius:99px;font-size:14px;cursor:pointer;transition:background-color .3s ease,color .3s ease;display:flex;align-items:center;justify-content:center;gap:8px}.services-btn:hover{background-color:#0000001a;color:#1a0135}.services-description{margin-top:40px;font-size:calc(14px + 2vw);font-weight:500;max-width:70%;line-height:1.2;letter-spacing:0px;color:#333;text-align:left}.services-list{margin-top:40px;margin-bottom:60px;width:100%;height:auto;min-height:100px}.no-services{padding:40px 0;text-align:center;font-size:18px;color:#888;border-top:1px solid #e0e0e0;border-bottom:1px solid #e0e0e0}.service-item{padding:30px 0;border-top:1px solid #e0e0e0;border-bottom:1px solid #e0e0e0;display:flex;flex-direction:column;justify-content:space-between;gap:15px;cursor:pointer;transition:background-color .2s ease;position:relative}.service-item:hover{background-color:#4b008208}.title-wrapper{overflow:hidden;height:calc(50px + 2vw);position:relative;z-index:2}.service-title{font-size:calc(25px + 2vw);transition:transform .4s ease,color .3s ease,font-weight .3s ease;position:relative;transform:translateY(55%)}.service-item:hover .service-title{transform:translateY(0)}.service-title.faded{font-weight:700;color:#8e8d92}.service-title.bold{font-weight:700;color:#18171c}.service-info{width:100%;font-size:16px;font-weight:400!important;color:#555;display:flex;align-items:flex-start;justify-content:space-between}.service-summary{flex:1;padding-right:20px;overflow-wrap:break-word;word-wrap:break-word;word-break:break-word;-webkit-hyphens:auto;hyphens:auto;color:#000;max-width:calc(100% - 40px);line-height:1.4}.arrow{margin-left:10px;font-size:20px;font-weight:800;transition:transform .3s ease;color:#1a0135;flex-shrink:0;width:20px;text-align:center}.service-item:hover .arrow{transform:translate(5px)}.see-all-container{display:flex;justify-content:center;margin-top:20px}.see-all-btn{padding:12px 24px;background-color:transparent;color:#1a0135;border:1px solid #0000001a;border-radius:99px;font-size:14px;cursor:pointer;display:flex;align-items:center;gap:8px;transition:color .3s ease}.see-all-btn:hover{color:#1a0135;background-color:#0000001a}@media screen and (min-width: 768px){.service-item{flex-direction:row;align-items:center}.title-wrapper{width:70%;height:calc(25px + 2vw)}.service-info{width:30%}}@media screen and (max-width: 767px){.services-description{font-size:28px}.title-wrapper{height:45px}.service-title{font-size:36px}.service-info{width:100%}}@media screen and (max-width: 480px){.services-section{padding:20px 15px}.services-description{font-size:24px}.title-wrapper{height:40px}.service-title{font-size:28px}}._servicesSection_1ma2u_1{padding:70px 5%;font-family:Poppins,sans-serif;background-color:#fff;color:#18171c}._serviceHeading_1ma2u_8{display:flex;flex-direction:row;justify-content:space-between;gap:66px;margin-bottom:40px}._servicesTitle_1ma2u_16{font-size:2.5rem;font-weight:600;color:#18171c;font-family:Poppins,sans-serif;margin:0}._servicesDescription_1ma2u_24{font-family:Poppins,sans-serif;font-size:25px;font-weight:400;line-height:24px;color:#6c757d;max-width:73%;margin:0}._serviceItem_1ma2u_34{display:flex;gap:12px;flex-grow:1;transition:all .3s ease;position:relative;width:100%;cursor:pointer;padding:60px 0;border-bottom:1px solid #e0e0e0}._serviceItem_1ma2u_34:last-child{border-bottom:none}._serviceItem_1ma2u_34:hover{background-color:#f9f9f9}._serviceInfo_1ma2u_54{font-family:Poppins,sans-serif;display:flex;flex-direction:row;text-align:left;justify-content:space-between;align-items:center;width:100%;padding:0 20px}._serviceItem_1ma2u_34:hover ._serviceName_1ma2u_65{font-weight:800}._serviceName_1ma2u_65{font-size:1.9rem;font-weight:500;color:#18171c;white-space:normal;margin:0;max-width:250px;transition:font-weight .3s ease}._serviceDescription_1ma2u_79{font-family:Poppins,sans-serif;position:absolute;left:27%;width:40vw;font-size:1rem;font-weight:400;color:#18171c;line-height:24px;overflow:hidden;text-overflow:ellipsis;text-align:left;margin:20px 0 0}._arrowButton_1ma2u_95{position:absolute;right:5%;display:flex;align-items:center;justify-content:center;transition:all .3s ease}._arrow_1ma2u_95{width:50px;height:50px;border:1px solid #18171c;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;background-color:transparent}._arrowIcon_1ma2u_117{width:24px;height:26px;transition:all .3s ease}._arrowIcon_1ma2u_117 path{stroke:#18171c}._serviceInfo_1ma2u_54:hover ._arrow_1ma2u_95{background-color:#18171c}._serviceInfo_1ma2u_54:hover ._arrowIcon_1ma2u_117 path{stroke:#fff}._seeAllButton_1ma2u_135{display:inline-flex;align-items:center;gap:8px;padding:12px 24px;background-color:transparent;border:1px solid #18171c;border-radius:30px;font-size:16px;font-weight:500;color:#18171c;cursor:pointer;transition:all .3s ease;margin-left:auto;margin-top:1rem}._seeAllButton_1ma2u_135:hover{background-color:#18171c;color:#fff}._seeAllButton_1ma2u_135:hover ._arrowIcon_1ma2u_117 path{stroke:currentColor}@media screen and (max-width: 1024px){._serviceHeading_1ma2u_8{flex-direction:column;gap:20px}._servicesDescription_1ma2u_24{max-width:100%;font-size:18px}._serviceName_1ma2u_65{font-size:26px;max-width:150px}._serviceDescription_1ma2u_79{left:200px;width:calc(100% - 300px);font-size:16px}._arrow_1ma2u_95{width:40px;height:40px;font-size:20px}}@media screen and (max-width: 768px){._servicesSection_1ma2u_1{padding:50px 4%}._serviceHeading_1ma2u_8{margin-bottom:30px}._servicesTitle_1ma2u_16{font-size:32px}._servicesDescription_1ma2u_24{font-size:16px;line-height:22px}._serviceItem_1ma2u_34{padding:40px 0;flex-direction:column}._serviceInfo_1ma2u_54{flex-direction:column;align-items:flex-start;gap:20px;padding:0 10px}._serviceName_1ma2u_65{font-size:24px;max-width:100%}._serviceDescription_1ma2u_79{position:relative;left:0;width:100%;margin-top:15px;font-size:16px}._arrowButton_1ma2u_95{position:relative;right:0;margin-top:20px;align-self:flex-end}._arrow_1ma2u_95{width:40px;height:40px;font-size:18px}._seeAllButton_1ma2u_135{margin-top:20px;padding:10px 20px;font-size:14px;margin-left:auto;margin-right:auto}}@media screen and (max-width: 480px){._servicesSection_1ma2u_1{padding:40px 3%}._servicesTitle_1ma2u_16{font-size:28px}._servicesDescription_1ma2u_24{font-size:14px;line-height:20px}._serviceItem_1ma2u_34{padding:30px 0}._serviceName_1ma2u_65{font-size:20px}._serviceDescription_1ma2u_79{font-size:14px;line-height:20px}._arrow_1ma2u_95{width:35px;height:35px;font-size:16px}}@media screen and (max-width: 320px){._servicesSection_1ma2u_1{padding:30px 2%}._servicesTitle_1ma2u_16{font-size:24px}._serviceName_1ma2u_65{font-size:18px}._serviceDescription_1ma2u_79{font-size:13px}._arrow_1ma2u_95{width:30px;height:30px}}@media screen and (max-width: 768px) and (orientation: landscape){._servicesSection_1ma2u_1{padding:30px 4%}._serviceItem_1ma2u_34{padding:25px 0}}@media screen and (-webkit-min-device-pixel-ratio: 2){._arrow_1ma2u_95{border-width:.5px}}.projectsSection{padding:60px 5%;font-family:Poppins,sans-serif;background-color:#fff;color:#18171c}.projectsHeader{display:flex;justify-content:space-between;align-items:center;margin-bottom:40px}.projectsTitle{font-family:Poppins,sans-serif;font-size:2.5rem;font-weight:600;color:#18171c}.seeAllButton{display:flex;align-items:center;gap:8px;font-family:Poppins,sans-serif;cursor:pointer;color:#18171c;font-size:16px;font-weight:500;transition:color .3s ease;padding:8px 16px;background:transparent}.arrowIcon{display:flex;align-items:center;justify-content:center;width:48px;height:48px;background-color:#18171c;border-radius:50%;color:#fff;font-size:18px;transition:all .3s ease;padding:4px}.seeAllButton:hover .arrowIcon{transform:translateY(-2px);transition:transform .3s ease}.projectsGrid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.projectCard{position:relative;width:100%;aspect-ratio:4/3;overflow:hidden;background-color:#f5f5f5;cursor:pointer}.projectCard img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.projectCard:hover img{transform:scale(1.05)}.projectCardOverlay{position:absolute;top:0;left:0;width:100%;height:100%;background:#000c;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .3s ease;padding:24px;box-sizing:border-box}.projectCard:hover .projectCardOverlay{opacity:1}.projectDetailsButton{color:#fff;text-align:center;display:flex;flex-direction:column;align-items:center;gap:12px;max-height:100%;overflow:hidden}.projectTitle{font-family:Poppins,sans-serif;font-size:20px;font-weight:600;margin:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;width:100%}.projectDescription{font-family:Poppins,sans-serif;font-size:14px;line-height:1.5;margin:0;overflow:hidden;display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;max-height:6em;width:100%}.viewDetails{font-family:Poppins,sans-serif;display:flex;align-items:center;gap:8px;margin-top:auto;font-weight:500}.viewDetails .arrowIcon{width:30px;height:30px;background-color:#fff;color:#18171c;padding:8px}.noProjectsMessage{grid-column:1 / -1;text-align:center;padding:2rem;color:#666;font-size:1.2rem}.textOnlyCard{display:flex;align-items:center;justify-content:center;padding:24px;min-height:200px}.textOnlyCard:hover{border-color:#18171c;background-color:#fff}.textOnlyContent{text-align:left;width:100%}.textOnlyContent .projectTitle{color:#18171c;margin:0 0 12px;font-size:20px;font-weight:600;width:100%;white-space:normal;overflow:visible;text-overflow:unset;line-height:1.3}.textOnlyContent .projectDescription{color:#666;margin:0;font-size:14px;line-height:1.5;max-height:4.5em;width:100%}.textOnlyContent .viewDetails{opacity:0;transform:translateY(0);transition:all .3s ease;margin-top:16px;display:flex;align-items:center;justify-content:center;gap:8px;font-weight:500;color:#18171c;font-size:14px;width:100%}.textOnlyContent .viewDetails span{color:#18171c}.textOnlyCard:hover .textOnlyContent .viewDetails{opacity:1;transform:translateY(0)}.textOnlyContent .viewDetails .arrowIcon{width:30px;height:30px;background-color:#18171c;color:#fff;padding:8px;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:all .3s ease}.textOnlyCard:hover .textOnlyContent .viewDetails .arrowIcon{background-color:#333;transform:translate(4px)}@media (max-width: 1024px){.projectsGrid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 640px){.projectsGrid{grid-template-columns:1fr}.projectsHeader{flex-direction:column;gap:16px;align-items:flex-start}.projectsTitle{font-size:28px}}.footer-section{background-image:url(/assets/footerbg5-DsJ6-jjg.png);opacity:.97;background-size:cover;background-position:center;position:relative;width:100%;height:auto;min-height:450px;margin:60px 0 0;padding:0 5%;color:#fff;overflow:hidden}.footer-nav-bar{display:flex;gap:20px;font-family:Poppins,sans-serif;font-size:16px;font-weight:400;color:#000;position:absolute;top:20px;left:40px}.footer-content{display:flex;justify-content:space-between;align-items:center;padding-top:80px}.footer-left-section{display:flex;flex-direction:column;gap:20px}.footer-title{font-size:64px;font-weight:700;margin-bottom:20px;font-family:Poppins,sans-serif;color:#fff}.footer-title span{background:linear-gradient(90deg,#a0a3ff,#3a86ff);-webkit-background-clip:text;-webkit-text-fill-color:transparent;color:transparent}.footer-description{font-size:16px;font-weight:400;color:#fff;line-height:30px;font-family:Poppins,sans-serif;margin-top:-15px;margin-bottom:30px}.footer-button{color:#fff;border:1px solid white;border-radius:50px;font-size:15px;font-family:Poppins,sans-serif;cursor:pointer;font-weight:300;transition:all .3s ease;min-width:220px;display:flex;align-items:center;justify-content:center;gap:8px;padding:1.2rem 2rem}.footer-button:hover{background-color:#000;color:#fff;transform:scale(1.05)}.footer-button-text{font-size:15px;font-weight:300;color:#fff;font-family:Poppins,sans-serif;text-align:center}.footer-chevron{width:20px;height:20px;background-color:#fff;color:#18171c;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:transform .3s ease}.footer-button:hover .footer-chevron{transform:translate(5px)}.footer-bottom{display:flex;justify-content:space-between;align-items:center;margin-top:40px;width:100%}.footer-links{display:flex;gap:32px;margin:20px 0}.footer-link{font-size:16px;font-weight:400;color:#fff;cursor:pointer;transition:color .3s ease}.footer-link:hover{color:#555}.footer-social-icons{display:flex;gap:12px}.footer-social-icon{width:44px;height:44px;display:flex;align-items:center;justify-content:center;background-color:#000;border-radius:50%;cursor:pointer}@media (max-width: 1024px){.footer-title{font-size:50px;line-height:60px}.footer-description{font-size:14px}.footer-button{min-width:180px}}@media (max-width: 768px){.footer-section{height:auto;padding:10px 20px 40px}.footer-content{flex-direction:column;align-items:flex-start;gap:24px;width:100%}.footer-title{font-size:40px;line-height:48px}.footer-bottom{flex-direction:column;align-items:flex-start;gap:24px;margin-top:60px}.footer-links{flex-direction:column;align-items:flex-start;gap:16px;width:100%;display:flex!important;opacity:1!important;position:relative;z-index:5}.footer-link{font-size:16px;display:block;margin:8px 0;padding:5px 0}.footer-social-icons{gap:16px;margin-top:20px}.footer-button{min-width:180px;padding:1rem 1.5rem}.footer-bottom,.footer-links,.footer-link,.footer-social-icons{display:flex!important;visibility:visible!important}}@media (max-width: 480px){.footer-section{padding:10px 15px 30px}.footer-title{font-size:32px;line-height:40px}.footer-description{font-size:14px;line-height:24px}.footer-button{min-width:160px;padding:.8rem 1.2rem;font-size:14px}.footer-social-icon{width:40px;height:40px}}@media (max-width: 320px){.footer-title{font-size:28px;line-height:36px}.footer-button{min-width:140px;padding:.7rem 1rem;font-size:13px}}@media (max-width: 768px) and (orientation: landscape){.footer-section{min-height:350px}.footer-content{padding-top:60px}}._optionsContainer_19jl5_1{position:absolute;top:100%;left:0;width:100%;border-radius:0 0 12px 12px;overflow:hidden;z-index:2;max-height:15rem;overflow-y:scroll}._options_19jl5_1{padding:1rem;border:1px solid rgba(37,37,40,1);cursor:pointer;z-index:10;background:#0d0d0d;box-shadow:0 16px 25px -7px #000}._options_19jl5_1:hover{background:#161618}._input_19jl5_26::placeholder{color:"rgba(119, 119, 119, 1)";font-weight:"300"}:root{--primary-color: "white"}html,body,#root{overscroll-behavior:none;overscroll-behavior-y:none;overflow-x:hidden;scroll-behavior:smooth}*{margin:0;padding:0;box-sizing:border-box;color:#fff;font-family:Inter}input::-webkit-outer-spin-button,input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}input[type=number]{-moz-appearance:textfield}::-webkit-scrollbar{display:none}.glass-toast{background:#000000d9!important;backdrop-filter:blur(5px);-webkit-backdrop-filter:blur(5px);border-radius:8px!important;box-shadow:0 4px 10px #0006;color:#fff!important;border:none;padding:12px 16px;display:flex;align-items:center;gap:8px;font-size:14px;font-weight:500}.glass-error{border-left:3px solid red!important}.glass-warn{border-left:3px solid orange!important}.glass-success{border-left:3px solid limegreen!important}.glass-info{border-left:3px solid deepskyblue!important}.toast-icon{font-size:18px;display:flex;align-items:center}@font-face{font-family:Aeonik;src:url(./fonts/Aeonik-Regular.otf);font-weight:400;font-style:normal}@font-face{font-family:Aeonik-Bold;src:url(./fonts/Aeonik-Bold.otf);font-weight:700;font-style:normal}@font-face{font-family:Aeonik-Light;src:url(./fonts/Aeonik-Light.otf);font-weight:400;font-style:normal}@font-face{font-family:Aeonik-Thin;src:url(./fonts/Aeonik-Thin.otf);font-weight:400;font-style:normal}@font-face{font-family:Aeonik-Medium;src:url(./fonts/Aeonik-Medium.otf);font-weight:400;font-style:normal}@font-face{font-family:Aeonik-SemiBold;src:url(./fonts/Aeonik-SemiBold.otf);font-weight:400;font-style:normal}:root{--rt-color-white:#fff;--rt-color-dark:#222;--rt-color-success:#8dc572;--rt-color-error:#be6464;--rt-color-warning:#f0ad4e;--rt-color-info:#337ab7;--rt-opacity:.9;--rt-transition-show-delay:.15s;--rt-transition-closing-delay:.15s;--rt-arrow-size:8px}.core-styles-module_tooltip__3vRRp{left:0;opacity:0;pointer-events:none;position:absolute;top:0;will-change:opacity}.core-styles-module_fixed__pcSol{position:fixed}.core-styles-module_arrow__cvMwQ{background:inherit;position:absolute;z-index:-1}.core-styles-module_noArrow__xock6{display:none}.core-styles-module_clickable__ZuTTB{pointer-events:auto}.core-styles-module_show__Nt9eE{opacity:var(--rt-opacity);transition:opacity var(--rt-transition-show-delay) ease-out}.core-styles-module_closing__sGnxF{opacity:0;transition:opacity var(--rt-transition-closing-delay) ease-in}.styles-module_tooltip__mnnfp{border-radius:3px;font-size:90%;padding:8px 16px;width:max-content}.styles-module_arrow__K0L3T{height:var(--rt-arrow-size);width:var(--rt-arrow-size)}[class*=react-tooltip__place-top]>.styles-module_arrow__K0L3T{transform:rotate(45deg)}[class*=react-tooltip__place-right]>.styles-module_arrow__K0L3T{transform:rotate(135deg)}[class*=react-tooltip__place-bottom]>.styles-module_arrow__K0L3T{transform:rotate(225deg)}[class*=react-tooltip__place-left]>.styles-module_arrow__K0L3T{transform:rotate(315deg)}.styles-module_dark__xNqje{background:var(--rt-color-dark);color:var(--rt-color-white)}.styles-module_light__Z6W-X{background-color:var(--rt-color-white);color:var(--rt-color-dark)}.styles-module_success__A2AKt{background-color:var(--rt-color-success);color:var(--rt-color-white)}.styles-module_warning__SCK0X{background-color:var(--rt-color-warning);color:var(--rt-color-white)}.styles-module_error__JvumD{background-color:var(--rt-color-error);color:var(--rt-color-white)}.styles-module_info__BWdHW{background-color:var(--rt-color-info);color:var(--rt-color-white)}
