@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:hsla(0,0%,100%,.7);--toastify-icon-color-info:var(--toastify-color-info);--toastify-icon-color-success:var(--toastify-color-success);--toastify-icon-color-warning:var(--toastify-color-warning);--toastify-icon-color-error:var(--toastify-color-error);--toastify-toast-width:320px;--toastify-toast-background:#fff;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--toastify-font-family:sans-serif;--toastify-z-index:9999;--toastify-text-color-light:#757575;--toastify-text-color-dark:#fff;--toastify-text-color-info:#fff;--toastify-text-color-success:#fff;--toastify-text-color-warning:#fff;--toastify-text-color-error:#fff;--toastify-spinner-color:#616161;--toastify-spinner-color-empty-area:#e0e0e0;--toastify-color-progress-light:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);--toastify-color-progress-dark:#bb86fc;--toastify-color-progress-info:var(--toastify-color-info);--toastify-color-progress-success:var(--toastify-color-success);--toastify-color-progress-warning:var(--toastify-color-warning);--toastify-color-progress-error:var(--toastify-color-error)}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translateZ(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:1em;left:1em}.Toastify__toast-container--top-center{top:1em;left:50%;transform:translateX(-50%)}.Toastify__toast-container--top-right{top:1em;right:1em}.Toastify__toast-container--bottom-left{bottom:1em;left:1em}.Toastify__toast-container--bottom-center{bottom:1em;left:50%;transform:translateX(-50%)}.Toastify__toast-container--bottom-right{bottom:1em;right:1em}@media only screen and (max-width:480px){.Toastify__toast-container{width:100vw;padding:0;left:0;margin:0}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:0;transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:0;transform:translateX(0)}.Toastify__toast-container--rtl{right:0;left:auto}}.Toastify__toast{position:relative;min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:8px;border-radius:4px;box-shadow:0 1px 10px 0 rgba(0,0,0,.1),0 2px 15px 0 rgba(0,0,0,.05);display:flex;justify-content:space-between;max-height:var(--toastify-toast-max-height);overflow:hidden;font-family:var(--toastify-font-family);cursor:default;direction:ltr;z-index:0}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{margin:auto 0;flex:1 1 auto;padding:6px;display:flex;align-items:center}.Toastify__toast-body>div:last-child{word-break:break-word;flex:1 1}.Toastify__toast-icon{-webkit-margin-end:10px;margin-inline-end:10px;width:20px;flex-shrink:0;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.7s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}@media only screen and (max-width:480px){.Toastify__toast{margin-bottom:0;border-radius:0}}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--colored.Toastify__toast--default,.Toastify__toast-theme--light{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;align-self:flex-start}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:focus,.Toastify__close-button:hover{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:5px;z-index:var(--toastify-z-index);opacity:.7;transform-origin:left}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:auto;transform-origin:right}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border: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,0,0)}to{opacity:0;transform:translate3d(2000px,0,0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0)}to{opacity:0;transform:translate3d(-2000px,0,0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,20px,0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--bottom-left,.Toastify__bounce-enter--top-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--bottom-left,.Toastify__bounce-exit--top-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform:perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(110%,0,0)}}@keyframes Toastify__slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-110%,0,0)}}@keyframes Toastify__slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--bottom-left,.Toastify__slide-enter--top-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--bottom-left,.Toastify__slide-exit--top-left{animation-name:Toastify__slideOutLeft}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{animation-name:Toastify__slideOutRight}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown}@keyframes Toastify__spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.profileOnline_profileCircleContainer__zFUI2{position:relative}.profileOnline_profileCircleContainerSmall__ZuSww{width:30px;padding-right:3px}.profileOnline_profileCircleContainerMedium__asP6Q{width:60px}.profileOnline_profileCircleContainerLarge__sDr45{width:90px}.profileOnline_profileCircle__GcT4E{position:relative;aspect-ratio:1/1;border-radius:50%}.profileOnline_profileCircle__GcT4E img{border-radius:50%}.profileOnline_profileCircleSmall__zKM68{width:30px}.profileOnline_profileCircleMedium__S6_xH{width:60px}.profileOnline_profileCircleLarge__PiORu{width:90px}.profileOnline_onlineDot__aCu1P{border-radius:50%;display:inline-block;background-color:#5bbb7b;position:absolute;top:13%;right:0;box-sizing:border-box}.profileOnline_onlineDotSmall__8YlLz{height:8px;width:8px;border:1px solid #fff}.profileOnline_onlineDotMedium__U3y4Y{height:8px;width:8px;border:2px solid #fff}.profileOnline_onlineDotLarge__72jLk{height:16px;width:16px;border:2px solid #fff}.iconCanvas_container__PVBSv{display:flex;align-items:center;cursor:pointer}.iconCanvas_iconCanvas__r_WuT{border:1px solid #e9e9e9;display:flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:50%;background-color:#fff}.iconCanvas_iconWrap__bMI_L{position:relative;aspect-ratio:1/1;width:12px}.iconCanvas_iconLabel__JzIDy{margin-left:10px;font-weight:500;font-size:15px;line-height:28px;color:#1d1d1b}.input_textInput__1gTDK{height:38px;min-width:100px;width:100%;background:#fff;border:1px solid #e9e9e9;border-radius:4px;padding:1px 5px 1px 10px;font-style:normal;font-weight:400;font-size:.9rem;line-height:28px;color:#6b7177}.input_textInput__1gTDK :focus{outline:2px solid #1f4b3f}.input_textArea__EtjIE{resize:none;height:200px;min-height:200px;max-width:800px;min-width:100px;height:100%;padding:1%;font-family:Open Sans,sans-serif;font-size:15px;color:#1d1d1b}.input_selectInput__vGdhM,.input_textArea__EtjIE{width:100%;background:#fff;border:1px solid #e9e9e9;border-radius:4px;font-style:normal;font-weight:400;line-height:28px}.input_selectInput__vGdhM{height:42px;padding:1px 5px 1px 10px;font-size:.9rem;color:#6b7177}.input_selectWrapper__YCm4D{position:relative;width:100%}.input_selectWrapper__YCm4D select{appearance:none;-webkit-appearance:none;-moz-appearance:none;-ms-appearance:none;background-position:calc(100% - 12px)!important;background:url("data:image/svg+xml,<svg height='10px' width='10px' viewBox='0 0 16 16' fill='%23000000' xmlns='http://www.w3.org/2000/svg'><path d='M7.247 11.14 2.451 5.658C1.885 5.013 2.345 4 3.204 4h9.592a1 1 0 0 1 .753 1.659l-4.796 5.48a1 1 0 0 1-1.506 0z'/></svg>") no-repeat;padding:0 32px 0 16px}.input_selectWrapper__YCm4D select ::-ms-expand{display:none;left:10px;margin-left:10px}.input_container__FRVGl{display:flex;position:relative;padding-left:35px;margin-bottom:4px;cursor:pointer;font-size:14px;-webkit-user-select:none;-moz-user-select:none;user-select:none;align-content:center;align-items:center;height:15px;font-family:DM Sans;font-weight:400;font-size:.8rem;line-height:10px;color:#222}.input_container__FRVGl input{position:absolute;opacity:0;cursor:pointer;height:0;width:0}.input_checkmark__BTER3{position:absolute;top:0;left:0;height:14px;width:14px;background-color:#fff;border:1px solid #000;border-radius:4px}.input_container__FRVGl:hover input~.input_checkmark__BTER3{background-color:#ccc}.input_container__FRVGl input:checked~.input_checkmark__BTER3{background:#1d1d1d;border-radius:4px}.input_container__FRVGl:hover{color:#373d55}.input_checkmark__BTER3:after{content:"";position:absolute;display:none}.input_container__FRVGl input:checked~.input_checkmark__BTER3:after{display:block}.input_container__FRVGl .input_checkmark__BTER3:after{left:4px;top:0;width:4px;height:8px;border:solid #fff;border-width:0 2.5px 2.5px 0;transform:rotate(45deg)}.input_radioInput__ZewKZ{accent-color:#000!important}.input_searchBox__uvhwG{position:relative;display:flex;flex-direction:row;height:38px;max-width:400px;min-width:100px;width:100%;background:#fff;border:1px solid #e9e9e9;border-radius:4px;padding:1px 5px 1px 10px}.input_searchInput__r4clE{width:80%;justify-self:center;-webkit-appearance:unset;-moz-appearance:unset;appearance:unset;border:none;outline:none;font-style:normal;font-weight:400;font-size:.9rem;line-height:28px;color:#6b7177}.input_searchInput__r4clE :focus{outline:none}.input_placeHolderIcon__OnbGg{padding-right:10px;display:flex;align-items:center;justify-content:center;margin-left:auto}.input_hideSpinButton__wJw54{-moz-appearance:textfield}.input_hideSpinButton__wJw54::-webkit-inner-spin-button,.input_hideSpinButton__wJw54::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.input_hideSpinButton__wJw54{-o-appearance:none;-appearance:none;margin:0}.slick-slider{box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;touch-action:pan-y;-webkit-tap-highlight-color:transparent}.slick-list,.slick-slider{position:relative;display:block}.slick-list{overflow:hidden;margin:0;padding:0}.slick-list:focus{outline:none}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-list,.slick-slider .slick-track{transform:translateZ(0)}.slick-track{position:relative;top:0;left:0;display:block;margin-left:auto;margin-right:auto}.slick-track:after,.slick-track:before{display:table;content:""}.slick-track:after{clear:both}.slick-loading .slick-track{visibility:hidden}.slick-slide{display:none;float:left;height:100%;min-height:1px}[dir=rtl] .slick-slide{float:right}.slick-slide img{display:block}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block}.slick-loading .slick-slide{visibility:hidden}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}.slick-arrow.slick-hidden{display:none}.breadcrumb_container__BQCJG{width:max-content;height:50px;display:flex;flex-direction:row;gap:5px;align-content:center;justify-content:flex-start;align-items:center}.breadcrumb_container__BQCJG a{text-decoration:none}.breadcrumb_container__BQCJG span{padding-left:10px;font-style:normal;font-weight:400;font-size:.8em;line-height:28px;color:#6b7177}@media only screen and (max-width:480px){.breadcrumb_container__BQCJG{width:100%;text-overflow:ellipsis;height:30px;box-sizing:border-box}.breadcrumb_container__BQCJG span{padding-left:5px}}@media only screen and (max-width:768px) and (min-width:481px){.breadcrumb_container__BQCJG{text-overflow:ellipsis}}.slick-loading .slick-list{background:#fff url(/_next/static/media/ajax-loader.0b80f665.gif) 50% no-repeat}@font-face{font-family:slick;font-weight:400;font-style:normal;src:url(/_next/static/media/slick.25572f22.eot);src:url(/_next/static/media/slick.25572f22.eot?#iefix) format("embedded-opentype"),url(/_next/static/media/slick.653a4cbb.woff) format("woff"),url(/_next/static/media/slick.6aa1ee46.ttf) format("truetype"),url(/_next/static/media/slick.f895cfdf.svg#slick) format("svg")}.slick-next,.slick-prev{font-size:0;line-height:0;position:absolute;top:50%;display:block;width:20px;height:20px;padding:0;transform:translateY(-50%);cursor:pointer;border:none}.slick-next,.slick-next:focus,.slick-next:hover,.slick-prev,.slick-prev:focus,.slick-prev:hover{color:transparent;outline:none;background:transparent}.slick-next:focus:before,.slick-next:hover:before,.slick-prev:focus:before,.slick-prev:hover:before{opacity:1}.slick-next.slick-disabled:before,.slick-prev.slick-disabled:before{opacity:.25}.slick-next:before,.slick-prev:before{font-family:slick;font-size:20px;line-height:1;opacity:.75;color:#fff;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.slick-prev{left:-25px}[dir=rtl] .slick-prev{right:-25px;left:auto}.slick-prev:before{content:"←"}[dir=rtl] .slick-prev:before{content:"→"}.slick-next{right:-25px}[dir=rtl] .slick-next{right:auto;left:-25px}.slick-next:before{content:"→"}[dir=rtl] .slick-next:before{content:"←"}.slick-dotted.slick-slider{margin-bottom:30px}.slick-dots{position:absolute;bottom:-25px;display:block;width:100%;padding:0;margin:0;list-style:none;text-align:center}.slick-dots li{position:relative;display:inline-block;margin:0 5px;padding:0}.slick-dots li,.slick-dots li button{width:20px;height:20px;cursor:pointer}.slick-dots li button{font-size:0;line-height:0;display:block;padding:5px;color:transparent;border:0;outline:none;background:transparent}.slick-dots li button:focus,.slick-dots li button:hover{outline:none}.slick-dots li button:focus:before,.slick-dots li button:hover:before{opacity:1}.slick-dots li button:before{font-family:slick;font-size:6px;line-height:20px;position:absolute;top:0;left:0;width:20px;height:20px;content:"•";text-align:center;opacity:.25;color:#000;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.slick-dots li.slick-active button:before{opacity:.75;color:#000}.categorypanel_categoryBar__Tc44P{box-sizing:border-box;padding-left:50px;height:50px;width:100%;display:flex;flex-direction:row;gap:25px;justify-content:start;align-items:center;justify-items:center;border-bottom:1px solid #e9e9e9}.categorypanel_categoryBar__Tc44P a{text-decoration:none;width:-moz-fit-content;width:fit-content;position:relative;color:#373d55}.categorypanel_categoryText__PguUE{font-style:normal;font-weight:400;font-size:.8em;line-height:10px;cursor:pointer;color:#222}.categorypanel_activeCategoryText__g5Tbh:after{content:"";position:absolute;bottom:-13px;left:0;height:2px;width:100%;background:#041e42;color:#000;font-size:.8em!important}.categorypanel_categoryText__PguUE:hover:after{content:"";color:#373d55;position:absolute;bottom:-13px;left:0;height:2px;width:100%;background:#041e42}@media only screen and (max-width:480px){.categorypanel_categoryBar__Tc44P{display:none}}@media only screen and (max-width:768px) and (min-width:481px){.categorypanel_categoryBar__Tc44P{display:none}}@media only screen and (max-width:1024px) and (min-width:769px){.categorypanel_categoryBar__Tc44P{gap:10px}.categorypanel_categoryText__PguUE{font-size:.68em}}.service-detail_container__q3Zf6{direction:ltr}.service-detail_breadCrumbAndIconWrap__V6IOj{display:flex;justify-content:space-between;align-items:center;width:100%!important;padding:5px 0;position:relative}.service-detail_iconWrap__4n3TL{display:flex;gap:15px}.service-detail_reportcontainer__y5qPi{display:flex;align-items:center;cursor:pointer}.service-detail_reporticon__8ByPs{border:1px solid #e9e9e9;display:flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:50%;background-color:#fff}.service-detail_reportpopup_container__bYX3x{position:fixed;inset:0;display:grid;place-items:center;background:rgba(0,0,0,.35);z-index:999;overflow-y:scroll;padding-top:105px;padding-bottom:105px}.service-detail_reportbox__F6syP{max-width:420px;background-color:#fff;padding:40px;border-radius:5px}.service-detail_reporthead___60eX{display:flex;border-bottom:1px solid #e9e9e9;justify-content:space-between;padding-bottom:12px}.service-detail_closeButtonInnerWrap__dIScC{position:relative;aspect-ratio:1/1;width:10px}.service-detail_closeButtonOuterWrap__RciLg{background-color:#fff;border-radius:50%;border:1px solid #e9e9e9;display:flex;justify-content:center;align-items:center;width:35px;height:35px;cursor:pointer}.service-detail_reportlabels__xrCGf{padding:10px;border-bottom:1px solid #e9e9e9;display:flex;justify-content:space-between;align-items:center}.service-detail_reportlabels__xrCGf:hover{background-color:#e8ecff}.service-detail_reportbtn___VTfy{display:flex;justify-content:center;margin-top:10px}.service-detail_closereport__7McRn{border:1px solid #e9e9e9;border-radius:50%;width:25px;height:25px;align-items:center;display:flex;justify-content:center}.service-detail_report_textbox__R66In{padding:.5rem;box-sizing:border-box;outline:none;resize:none;border:1px solid #eaeaea;font-weight:400;font-size:15px;line-height:28px;color:#1d1d1b;max-height:170px;overflow:auto;margin:20px 0 0;width:100%;border-radius:6px;min-height:130px}.service-detail_iconLabel__HQPHh{margin-left:10px}.service-detail_errMsg__DHGeM{color:red;font-size:.86em;line-height:28px;font-weight:400;margin-top:8px}.service-detail_coverBannerOuterWrapContainer__Jx7eA{position:relative;max-width:1400px;margin:0 auto;background:#e8ecff;background-image:url(/_next/static/media/freelancer-cover-bg.b1ef6d78.svg);background-repeat:no-repeat;background-position:50%;background-size:cover;border-radius:16px}.service-detail_coverContentWrap__0SpVS{position:relative;z-index:100;font-size:20px;display:flex;column-gap:20px;align-items:center;padding:88px 0;flex-wrap:wrap}.service-detail_containerWrapForServiceCoverContent__Jst9E{padding:0 100px}.service-detail_serviceCoverContent__o2K9h{display:flex;flex-direction:column;padding:94px 0;justify-content:flex-start;background-size:cover;background-position:50%;background-clip:padding-box;background-repeat:no-repeat;border-radius:16px;position:relative;font-size:32px}.service-detail_serviceTitle__JeTl7{margin:0 0 25px;font-weight:700;font-size:1em;line-height:42px;color:#1d1d1b;z-index:100}.service-detail_basicInfo__lR19H{display:flex;align-items:center;z-index:100;flex-wrap:wrap;row-gap:10px;column-gap:30px}.service-detail_profileIconAndName__V5tse{display:flex;align-items:center}.service-detail_profileName__0fNLh{margin-left:15px;font-weight:500;font-size:.46875em;line-height:28px;color:#1d1d1b}.service-detail_ratingAndReview__OZzPB{display:flex;align-items:center}.service-detail_starWrap__H_nfT{position:relative;aspect-ratio:1/1;width:14px;margin-bottom:4px}.service-detail_ratingText__23jX4{margin-left:10px;font-weight:500;font-size:.46875em;line-height:28px;color:#1d1d1b}.service-detail_orderInQueue__6svL2{display:flex;align-items:center}.service-detail_orderImageWrap__dMx_G{position:relative;aspect-ratio:1/1;width:20px}.service-detail_orderInQueueText__zihE7{margin-left:10px;font-weight:500;font-size:.46875em;line-height:28px;color:#1d1d1b}.service-detail_curveOuterWrap1__2an1l{position:absolute;top:0;left:0;height:60%;width:8%;max-width:200px}.service-detail_curveWrap1__Q1YPs{position:relative;aspect-ratio:1/1;width:100%;height:100%}.service-detail_curveWrap1__Q1YPs img{border-radius:16px 0 0 16px}.service-detail_curveOuterWrap2__b4Wxx{position:absolute;bottom:0;right:0;height:40%;width:15%}.service-detail_curveWrap2__LZ_c7{position:relative;aspect-ratio:1/1;width:100%;height:100%}.service-detail_curveWrap2__LZ_c7 img{border-radius:0 0 16px 0}.service-detail_contentWrap__2TX1I{display:grid;grid-template-columns:60% 10% 30%}.service-detail_mainContent__m_rbZ{display:flex;flex-direction:column}.service-detail_metaInformationWrap__zSTt0{display:flex;align-items:center;padding:24px 0;flex-wrap:wrap;row-gap:10px;column-gap:70px}.service-detail_metaInfo__LmW_h{display:flex;align-items:center}.service-detail_metaInfoKey__LpH6k{margin:0;font-weight:500;font-size:1em;line-height:28px;color:#1d1d1b}.service-detail_metaInfoValue__4xyTQ{margin:0;font-weight:400;font-size:.8823529411764706em;line-height:28px;color:#1d1d1b}.service-detail_iconAndImageWrap__rGYr_{position:relative;width:60px;height:50px}.service-detail_metaInfoImageWrap__7zykA{position:relative;aspect-ratio:1/1;width:38px;z-index:100}.service-detail_metaInfoText__fGU18{display:flex;align-items:flex-start;flex-direction:column;margin-left:15px;font-size:16px}.service-detail_shapeWrap__65tPf{position:absolute;bottom:0;right:0;display:inline-block;width:40px;height:40px;background:#e8ecff;border-radius:50%}.service-detail_galleryWrap__8ep0P{width:100%}.service-detail_aboutWrap__LPqA8{border-bottom:1px solid #e9e9e9;padding-bottom:50px;font-size:20px}.service-detail_aboutHeading__rzafk{margin:50px 0 0;font-weight:500;font-size:1em;line-height:26px;color:#1d1d1b}.service-detail_aboutDescription__Z61_r{margin:22px 0 0;font-weight:400;font-size:.75em;line-height:28px;color:#1d1d1b}.service-detail_aboutMeta__UGGO_{margin-top:20px;display:flex;column-gap:80px;justify-content:flex-start}.service-detail_aboutMetaInfo__5v0Nd{width:25%}.service-detail_aboutMetaInfoHeading__F1uSe{margin:0;font-weight:500;font-size:.75em;line-height:28px;color:#1d1d1b}.service-detail_aboutMetaInfoDetail__Tv9HS{margin:8px 0 0;font-weight:400;font-size:.75em;line-height:28px;color:#1d1d1b}.service-detail_reviewsWrap__G_0ZN{display:flex;flex-direction:column;margin-top:50px;border-bottom:1px solid #e9e9e9;padding-bottom:50px;font-size:20px}.service-detail_reviewsHeading__MB7zM{margin:0;font-weight:500;font-size:1em;line-height:26px;color:#1d1d1b}.service-detail_ratingAndReviewWrap__ZfA_a{display:flex;align-items:center;justify-content:flex-start;margin-top:30px}.service-detail_ratingCard__HkMgz{display:flex;flex-direction:column;align-items:center;justify-content:center;background:#e8ecff;border-radius:4px;padding:52px 82px}.service-detail_overallRatingValue___O2Y1{margin:0;font-weight:600;font-size:3em;line-height:87px;text-align:center;color:#373d55}.service-detail_ratingCardSecText__92_9_{margin:0;font-weight:500;font-size:.85em;line-height:28px;color:#1d1d1b}.service-detail_ratingCardTerText__TMgYS{margin:0;font-weight:400;font-size:15px;font-size:.75em;line-height:28px;color:#1d1d1b}.service-detail_StarRatingProgressBarWrap__yid8L{flex:1 1;margin-left:60px}.service-detail_reviewCardWrap__T1d2_{margin-top:30px}.service-detail_seeMoreButtonWrap__QprM5{display:flex;margin-top:30px}.service-detail_addReviewSection__4pRgk{display:flex;flex-direction:column;margin-top:50px;font-size:20px}.service-detail_addReviewHeading__4D_G7{margin:0;font-weight:500;font-size:1em;line-height:26px;color:#1d1d1b}.service-detail_addReviewSubText__bxbY1{margin:20px 0;font-weight:400;font-size:.75em;line-height:28px;color:#1d1d1b}.service-detail_giveRating__Evosz{font-size:16px}.service-detail_yourRating___kilX{margin:0;font-weight:500;font-size:.9375em;line-height:28px;color:#1d1d1b}.service-detail_ratingStars__mDP69{display:flex;column-gap:7px;margin-top:7px}.service-detail_giveRatingStarWrap__6_ugI{position:relative;aspect-ratio:1/1;width:14px}.service-detail_comment__6TgF0{margin:20px 0 5px;font-weight:500;font-size:1em;line-height:28px;color:#041e42}.service-detail_textAreaWrap__gisoM{margin-bottom:40px;font-size:.9375em}.service-detail_sideContent__h2aed{align-self:stretch;display:flex;flex-direction:column;align-items:flex-end;z-index:100}.service-detail_serviceDetails__9scOK{display:flex;flex-direction:column;background:#fff;border:1px solid #e9e9e9;box-shadow:0 6px 15px rgba(64,79,104,.05);border-radius:8px;padding:33px 28px;margin-top:-120px;max-width:300px;width:100%;font-size:28px}.service-detail_rateAndServiceHeading__xcLL0{margin:0;font-weight:700;font-size:1em;line-height:36px;color:#1d1d1b}.service-detail_serviceShortDescription__46UmI{margin:18px 0 0;border-bottom:1px solid #e9e9e9;padding-bottom:18px;font-size:.5em}.service-detail_serviceMetaDetailType1__51acm{display:flex;margin-top:18px;column-gap:28px}.service-detail_serviceMetaDetailType1Info__OPSLf{display:flex;align-items:center}.service-detail_serviceMetaDetailType1InfoIconWrap__6UJ4B{position:relative;aspect-ratio:1/1;width:20px}.service-detail_serviceMetaDetailType1InfoText__6wQhG{margin-left:10px;font-size:.5em}.service-detail_serviceMetaDetailType2__ieT2r{margin-bottom:20px}.service-detail_serviceMetaDetailType2InfoInstance__ap7Qi{display:flex;margin-top:18px}.service-detail_serviceMetaDetailType2InfoIconWrap__x_93O{position:relative;aspect-ratio:1/1;width:20px}.service-detail_serviceMetaDetailType2InfoText__cvSnx{margin-left:10px;font-size:.5em}.service-detail_freelancerDetails__SzmAO{background:#fff;border:1px solid #e9e9e9;box-shadow:0 6px 15px rgba(64,79,104,.05);border-radius:8px;padding:33px 28px;margin-top:27px;max-width:300px;width:100%;font-size:20px}.service-detail_freelancerDetailHeading__bcyuL{margin:0;font-weight:500;font-size:1em;line-height:26px;color:#1d1d1b}.service-detail_freelancerProfileWrapInner__SZJnm{display:flex;align-items:center;margin-top:26px}.service-detail_freelancerProfileProfileOnlineWrap__WpoeA{display:flex;box-sizing:border-box}.service-detail_freelancerProfileDetails__GggBK{margin-left:20px;display:flex;flex-direction:column;align-items:flex-start}.service-detail_freelancerProfileDetailsProfileName__fPcPo{margin:0;font-weight:500;font-size:.85em;line-height:28px;text-align:center;color:#1d1d1b}.service-detail_freelancerProfileDetailsDesignation__z6fDk{margin:0;font-weight:400;font-size:.7em;line-height:28px;text-align:center;color:#6b7177}.service-detail_ratingAndReviewWrapInProfileDetail__LPGW6{display:flex;align-items:center}.service-detail_starWrapInProfileDetail__0Nttf{position:relative;aspect-ratio:1/1;width:10px}.service-detail_ratingAndReviewInfoInProfileDetail__LgnoC{margin-left:10px}.service-detail_ratingAndReviewInfoInProfileDetailRating__BgUb5{font-weight:500;font-size:.75em;line-height:28px;color:#1d1d1b}.service-detail_ratingAndReviewInfoInProfileDetailReviewsCount__GzE7m{margin-left:5px;color:#6b7177;font-size:.75em}.service-detail_metaInProfileDetail__Yx9ga{display:flex;justify-content:space-between;align-items:center;margin-top:26px;margin-bottom:26px}.service-detail_metaInProfileDetailInfo__zSqzp{display:flex;flex-direction:column}.service-detail_metaInProfileDetailInfoKey__7dsO0{margin:0;font-weight:500;font-size:.75em;line-height:28px;color:#1d1d1b}.service-detail_metaInProfileDetailInfoValue___0WRA{margin:0;font-weight:400;font-size:.7em;line-height:28px;color:#1d1d1b}.service-detail_serviceSuggestions__bKaaU{margin-bottom:90px;font-size:32px}.service-detail_serviceSuggestionHeading__KPMYR{margin:0;font-weight:700;font-size:.8em;line-height:42px;color:#1d1d1b;padding:10px 0}.service-detail_serviceSuggestionSub__Hdjwj{margin:10px 0 0;font-weight:400;font-size:.46875em;line-height:28px;color:#1d1d1b}.service-detail_servicesList__uwy8T{margin-top:27px;display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr) minmax(0,1fr) minmax(0,1fr);grid-column-gap:26px;column-gap:26px;box-sizing:border-box}.service-detail_hiddenSidebarContent__3rSuL{display:none}.service-detail_sliderService__SCR8z{margin-top:27px}.service-detail_card__g9Acs{max-width:96%}.service-detail_parentpopup__n_EH1{position:absolute;width:100%;display:flex;justify-content:end;z-index:999;top:60px}.service-detail_sharesocial__VB_RH{background:#00000024;width:-moz-fit-content;width:fit-content;padding:20px 35px;border-radius:5px}.service-detail_icons__cpGpE{display:flex;gap:10px}@media only screen and (max-width:1439px){.service-detail_coverExtraWrap__j5_Ze{padding:0 20px}}@media only screen and (max-width:1024px){.service-detail_containerWrapForServiceCoverContent__Jst9E,.service-detail_coverExtraWrap__j5_Ze{padding:0 20px}.service-detail_curveOuterWrap1__2an1l{position:absolute;top:0;left:0;height:35%;width:5%;max-width:300px}.service-detail_contentWrap__2TX1I{grid-template-columns:60% 7% 30% 3%}.service-detail_freelancerDetails__SzmAO,.service-detail_serviceDetails__9scOK{max-width:262px;width:100%}.service-detail_metaInformationWrap__zSTt0{column-gap:36px}.service-detail_serviceSuggestions__bKaaU{margin-top:50px;margin-bottom:50px}}@media only screen and (max-width:768px){.service-detail_curveOuterWrap2__b4Wxx{position:absolute;bottom:0;right:0;height:15%;width:10%}.service-detail_contentWrap__2TX1I{display:grid;grid-template-columns:100%}.service-detail_mainContent__m_rbZ{display:flex;flex-direction:column}.service-detail_serviceDetails__9scOK{margin-top:0}.service-detail_hiddenSidebarContent__3rSuL .service-detail_freelancerDetails__SzmAO,.service-detail_hiddenSidebarContent__3rSuL .service-detail_serviceDetails__9scOK{max-width:100%;box-sizing:border-box}.service-detail_hiddenSidebarContent__3rSuL .service-detail_metaInProfileDetail__Yx9ga{justify-content:space-between}.service-detail_servicesList__uwy8T{grid-template-columns:minmax(0,1fr) minmax(0,1fr)}.service-detail_textAreaWrap__gisoM{display:flex}.service-detail_aboutMeta__UGGO_,.service-detail_iconWrap__4n3TL{display:none}.service-detail_hiddenSidebarContent__3rSuL{display:flex;flex-direction:column;margin-top:24px}.service-detail_sideContent__h2aed{display:none}}@media only screen and (max-width:480px){.service-detail_coverExtraWrap__j5_Ze{padding:0 12px}.service-detail_serviceCoverContent__o2K9h{padding:39px 15px}.service-detail_ratingAndReviewWrap__ZfA_a{display:flex;flex-direction:column;align-items:center;justify-content:center;margin-top:30px;box-sizing:border-box}.service-detail_ratingCard__HkMgz{width:100%;box-sizing:border-box}.service-detail_StarRatingProgressBarWrap__yid8L{margin:20px 0 0;width:100%;box-sizing:border-box}.service-detail_basicInfo__lR19H{display:flex;flex-wrap:wrap;align-items:center;z-index:100;justify-content:space-between}.service-detail_orderInQueue__6svL2{margin-left:0}.service-detail_servicesList__uwy8T{margin-top:27px;display:grid;grid-template-columns:minmax(0,1fr);grid-column-gap:26px;column-gap:26px;box-sizing:border-box}.service-detail_serviceSuggestions__bKaaU{font-size:30px;margin-top:25px}.service-detail_curveOuterWrap1__2an1l{position:absolute;top:0;left:0;height:25%;width:9%;max-width:300px}.service-detail_curveOuterWrap2__b4Wxx{position:absolute;bottom:0;right:0;height:15%;width:15%}.service-detail_aboutHeading__rzafk{margin-top:30px}.service-detail_aboutWrap__LPqA8{padding-bottom:30px}.service-detail_reviewsWrap__G_0ZN{margin-top:30px;padding-bottom:30px}.service-detail_addReviewSection__4pRgk{margin-top:30px}.service-detail_addReviewSubText__bxbY1{margin:15px 0}.service-detail_giveRating__Evosz,.service-detail_textAreaWrap__gisoM{margin-bottom:30px}.service-detail_comment__6TgF0{margin-top:15px}.service-detail_card__g9Acs{max-width:100%}}@media only screen and (max-width:320px){.service-detail_serviceMetaDetailType1__51acm{display:flex;flex-direction:column;row-gap:18px}.service-detail_serviceSuggestions__bKaaU{font-size:29px}.service-detail_breadCrumbAndIconWrap__V6IOj{display:none}}