body,button,textarea{margin:0;font-family:"Inter",sans-serif}code{font-family:source-code-pro,Menlo,Monaco,Consolas,"Courier New",monospace}html{height:100%}::-webkit-scrollbar-track{border-radius:10px}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-thumb{border-radius:10px;-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.3);background:#253342}.App{height:100%}p{color:#33475b}button{background:none;border:none;cursor:pointer}button:focus,input:focus,select:focus,textarea:focus{outline:none}.radiobox{width:66px;background:#eaf0f6;border-radius:500px;height:34px;float:right;transition:.2s;cursor:pointer}.radiobox .input{position:relative;left:6px;width:26px;height:26px;background:#fff;border-radius:50%;margin:4px 0;transition:.2s}.radiobox.active{background:#00a3ad}.radiobox.active .input{left:35px}.LoadingScreen{position:fixed;top:0;left:0;z-index:1000;background:hsla(0,0%,100%,.4);-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);width:100%;height:100%}.LoadingScreen #loader{position:absolute;top:calc(50% - 20px);left:calc(50% - 20px)}.LoadingScreen #box{width:50px;height:50px;background:#1a73e8;-webkit-animation:animate .5s linear infinite;animation:animate .5s linear infinite;position:absolute;top:0;left:0;border-radius:5px}.LoadingScreen #shadow{width:50px;height:5px;background:#000;opacity:.1;position:absolute;top:59px;left:0;border-radius:50%;-webkit-animation:shadow .5s linear infinite;animation:shadow .5s linear infinite}@-webkit-keyframes loader{0%{left:-100px}to{left:110%}}@keyframes loader{0%{left:-100px}to{left:110%}}@-webkit-keyframes animate{17%{border-bottom-right-radius:3px}25%{transform:translateY(9px) rotate(22.5deg)}50%{transform:translateY(18px) scaleY(.9) rotate(45deg);border-bottom-right-radius:40px}75%{transform:translateY(9px) rotate(67.5deg)}to{transform:translateY(0) rotate(90deg)}}@keyframes animate{17%{border-bottom-right-radius:3px}25%{transform:translateY(9px) rotate(22.5deg)}50%{transform:translateY(18px) scaleY(.9) rotate(45deg);border-bottom-right-radius:40px}75%{transform:translateY(9px) rotate(67.5deg)}to{transform:translateY(0) rotate(90deg)}}@-webkit-keyframes shadow{50%{transform:scaleX(1.2)}}@keyframes shadow{50%{transform:scaleX(1.2)}}.Login{display:flex;flex-direction:column;align-items:center;background:#f2f2f7;height:100vh;padding-top:24px;box-sizing:border-box}.Login.signup .loginContent{width:630px}.Login.signup .topArea{max-width:630px}.Login .topArea{position:relative;width:100%;display:flex;max-width:448px;height:30px}.Login .topArea .back{cursor:pointer}.Login .topArea svg{width:30px;height:30px}.Login .topArea a{position:absolute;left:0;right:0;margin:0 auto;height:14px;width:156px}.Login .loginContent{background:#fff;padding:24px 40px;border-radius:8px;box-shadow:0 4px 8px 0 rgba(16,25,40,.08);margin-top:24px;width:448px;box-sizing:border-box}.Login .loginContent h1{margin:0 0 12px;font-size:24px;font-weight:700}.Login .loginContent .description{color:#878c93}.Login .loginContent.professionals{text-align:center;padding:24px 40px}.Login .loginContent.professionals p{margin:0 0 6px;font-size:15px;color:#878c93;width:100%}.Login .loginContent.professionals a{text-align:center;text-decoration:none;color:#1a73e8}.Login .allRights{margin-top:24px;color:#878c93;font-size:15px}@media (max-width:768px){.Login{background:#fff}.Login .topArea{max-width:100%}.Login .topArea .back{margin-left:20px}.Login .loginContent{box-shadow:none;border-bottom:1px solid #e7e8e9;padding:10px 16px 24px;box-sizing:border-box;width:100%!important;margin-top:10px}.Login .loginContent h1{text-align:center}.Login .loginContent.professionals{border-bottom:none}.Login .loginContent .WholeLogin{width:100%}.Login .allRights{margin-top:10px;padding-bottom:20px}}.WholeLogin{display:flex;flex-direction:column;justify-content:center;width:100%;text-align:center}.WholeLogin h1{font-size:40px;margin-top:40px;margin-bottom:36px}.WholeLogin .LoginWith:nth-of-type(2){margin-bottom:22px}.WholeLogin .or{display:block;width:50px;position:relative;text-transform:uppercase;font-size:12px;color:#99acc2;background:#fff;margin:0 auto 13px}.WholeLogin .or:after{content:"";position:absolute;left:50%;top:50%;height:1px;background:#99acc2;width:350px;transform:translate(-50%,-50%);z-index:-1}.WholeLogin .noAccount p{margin:0 0 6px;font-size:16px;color:#878c93}.WholeLogin .noAccount .signup,.WholeLogin .noAccount a{color:#1a73e8;text-decoration:none;font-size:16px;cursor:pointer}.LoginForm{margin-top:24px;width:100%}.LoginForm .SignupInput label{font-weight:600}.LoginForm .SignupInput input{margin-bottom:20px}.LoginForm .keepForgot{display:flex;justify-content:space-between;align-items:center}.LoginForm .keepForgot a{color:#1a73e8;text-decoration:none;font-size:15px}.LoginForm .keep{display:flex;align-items:center;text-align:left;cursor:pointer}.LoginForm .keep .checkbox{display:flex;justify-content:center;align-items:center;margin-right:11px;width:15px;height:13px;border:1px solid #cbd6e2;border-radius:2px}.LoginForm .keep .checkbox svg{color:#fff;font-size:13px}.LoginForm .keep .checkbox.active{background:#1a73e8;border-color:transparent}.LoginForm .keep label{font-size:12px;color:#33475b;margin-top:2px;cursor:pointer}.LoginForm button{height:48px;width:100%;color:#fff;background:#1a73e8;border:none;border-radius:4px;margin-top:20px;margin-bottom:21px;font-weight:600;font-size:14px}@media (max-width:1024px){.LoginForm{width:100%}}.SignupInput{position:relative}.SignupInput .form-error{color:#f64e60}.SignupInput p.baseUrl{position:absolute;top:33%;left:0;padding-left:13px;padding-right:11px;background:#f5f8fa;color:#516f90;height:40px;border-radius:8px 0 0 8px;border:1px solid #cbd6e2;display:flex;justify-content:center;align-items:center}.SignupInput.baseUrl input{padding-left:135px!important}.SignupInput.baseUrl input:not(:-ms-input-placeholder)~.baseUrl{border:1px solid #00a3ad!important;border-right-color:#cbd6e2!important}.SignupInput.baseUrl input:not(:placeholder-shown)~.baseUrl{border:1px solid #00a3ad!important;border-right-color:#cbd6e2!important}.SignupInput.svg input{padding-left:35px}.SignupInput label{color:#33475b;font-weight:700;font-size:14px;display:block;text-align:left!important}.SignupInput p{font-size:14px;margin:4px 0}.SignupInput input,.SignupInput textarea{display:block;width:100%;height:46px;border-radius:4px;border:1px solid #cbd6e2;margin-top:6px;margin-bottom:16px;padding:0 15px;font-size:15px;box-sizing:border-box}.SignupInput input:focus,.SignupInput textarea:focus{border:1px solid #1a73e8!important}.SignupInput input::-webkit-input-placeholder,.SignupInput textarea::-webkit-input-placeholder{font-size:16px;line-height:22px;color:#99acc2}.SignupInput input:-ms-input-placeholder,.SignupInput textarea:-ms-input-placeholder{font-size:16px;line-height:22px;color:#99acc2}.SignupInput input::-ms-input-placeholder,.SignupInput textarea::-ms-input-placeholder{font-size:16px;line-height:22px;color:#99acc2}.SignupInput input::placeholder,.SignupInput textarea::placeholder{font-size:16px;line-height:22px;color:#99acc2}.SignupInput input.error,.SignupInput textarea.error{margin-bottom:0}.SignupInput textarea:not(:-ms-input-placeholder){border:1px solid #1a73e8!important}.SignupInput input:valid,.SignupInput textarea:not(:placeholder-shown){border:1px solid #1a73e8!important}.SignupInput input:disabled{background:#eaf0f6}.SignupInput textarea{height:123px;padding:10px;resize:vertical}.SignupInput .createAndShow{display:flex;align-items:center;justify-content:space-between;cursor:pointer}.SignupInput .createAndShow p{color:#00a3ad;font-weight:600;font-size:12px;margin:0}.SignupInput .createAndShow p.active{text-decoration:underline}.SignupInput svg{position:absolute;width:17.5px;height:17.5px;left:12px;top:39px;fill:#cbd6e2}.SignupInput button{margin:0;padding:8px 0;color:#00a3ad;font-weight:700;font-size:12px}.mobileBottom{display:none}.category_top_area{z-index:2;height:80px;display:flex;justify-content:space-between;align-items:center;padding:0 35px;position:fixed;top:0;left:0;width:100%}.category_top_area svg{width:22px;height:22px;cursor:pointer}.category_top_area button{background:#1a73e8;color:#fff;box-shadow:0 4px 8px rgba(81,111,144,.12);border-radius:8px;width:153px;height:45px}.category_top_area button:disabled{background:#ccc}.category_top_area .step2_previous{display:flex}.category_top_area .step2_previous .previous_cat{font-size:16px;color:#1a73e8;margin-left:40px;cursor:pointer}.choose_category{width:100%;height:100%;background:#fff;position:absolute;top:0;left:0;overflow:scroll}.choose_category .addNameContent{box-shadow:0 4px 8px 0 rgba(16,25,40,.1);border:1px solid #e7e8e9;border-radius:8px;display:block;max-width:770px;height:122px;margin:20px auto 0;padding:16px 24px 32px}.choose_category .addNameContent .SignupInput{max-width:460px}.choose_category .content{padding-top:80px}.choose_category .content .category_heading{display:flex;flex-direction:column;justify-content:center;align-items:center}.choose_category .content .category_heading h4{margin-top:20px;font-weight:400;font-size:15px;color:#878c93;margin-bottom:12px}.choose_category .content .category_heading h5{font-size:15px;color:#000;font-weight:400;margin-top:12px}.choose_category .content .category_heading h1{font-weight:600;font-size:28px;color:#253342;margin:0}.choose_category .content .business_cats_grid{max-width:1120px;margin:0 auto;border-radius:8px;padding:40px 30px}.choose_category .content .business_cats_grid.team{max-width:720px}.choose_category .content .business_cats_grid.team .cats_items{grid-template-columns:repeat(4,1fr)}.choose_category .content .business_cats_grid.team .cats_items .single_cat .img_container{height:75%}.choose_category .content .business_cats_grid.team .cats_items .single_cat .img_container img{height:100%}.choose_category .content .business_cats_grid .cats_items{display:grid;grid-template-columns:repeat(8,1fr);justify-content:center;align-items:center}.choose_category .content .business_cats_grid .cats_items .single_cat{box-shadow:0 4px 8px 0 rgba(16,25,40,.1);width:auto;height:110px;background:#fff;border:1px solid #cbd6e2;box-sizing:border-box;border-radius:8px;margin-right:15px;margin-bottom:19px;display:flex;flex-direction:column;align-items:center;justify-content:center;cursor:pointer;position:relative}.choose_category .content .business_cats_grid .cats_items .single_cat .main_icon{width:45px;height:45px;color:#253342}.choose_category .content .business_cats_grid .cats_items .single_cat .img_container{width:100%;height:100%}.choose_category .content .business_cats_grid .cats_items .single_cat .img_container img{width:100%;height:85%;border-radius:8px 8px 0 0}.choose_category .content .business_cats_grid .cats_items .single_cat .added_icon{fill:#1a73e8;background-color:#fff;border-radius:50px;position:absolute;top:-6px;right:-2px;width:20px;height:20px}.choose_category .content .business_cats_grid .cats_items .single_cat p{font-size:13px;text-align:center;color:#253342;font-weight:500;margin:0}.choose_category .content .business_cats_grid .cats_items .single_cat.active{background:#d8f3f4;border:2px solid #1a73e8}.choose_category .content .business_cats_grid .cats_items .single_cat.disabled{background:#dbdbdb;border:2px solid #a3a3a3;cursor:not-allowed}.choose_category .content .business_cats_grid .cats_items .single_cat.disabled .main_icon,.choose_category .content .business_cats_grid .cats_items .single_cat.disabled p{color:#747474}@media (max-width:1024px){.B2BSignup h1{font-size:32px}.B2BSignup .container{padding:0 20px}.B2BSignup .logo{margin-top:40px;margin-bottom:20px}.mobileBottom{display:flex;justify-content:center;align-items:center;position:fixed;bottom:0;left:0;height:70px;width:100%;border-top:1px solid #e7e8e9;box-shadow:-1px -4px 9px 0 rgba(0,0,0,.1);background-color:#fff}.mobileBottom button{background:#1a73e8;color:#fff;box-shadow:0 4px 8px rgba(81,111,144,.12);border-radius:8px;width:80%;height:45px}.mobileBottom button:disabled{background:#ccc}.category_top_area{height:65px}.category_top_area .previous_cat{margin-left:20px!important}.category_top_area button{display:none}.choose_category .content{padding-top:65px}.choose_category .category_heading{align-items:flex-start;padding:16px}.choose_category .addNameContent{max-width:100%;box-shadow:none;border:none;padding:16px;margin-top:0}.choose_category .addNameContent .SignupInput{max-width:460px;margin:0 auto}.choose_category .business_cats_grid{padding:16px}.choose_category .business_cats_grid .cats_items{grid-template-columns:repeat(6,1fr)}.choose_category .business_cats_grid .cats_items.team{grid-template-columns:repeat(4,1fr)!important}}@media (max-width:780px){.choose_category .category_heading{align-items:flex-start;padding:16px}.choose_category .business_cats_grid .cats_items{grid-template-columns:repeat(4,1fr)}}@media (max-width:530px){.choose_category .business_cats_grid .cats_items,.choose_category .business_cats_grid .cats_items.team{grid-template-columns:repeat(2,1fr)!important}.choose_category .business_cats_grid .cats_items .single_cat .img_container{height:85%;overflow:hidden}.choose_category .business_cats_grid .cats_items .single_cat .img_container img{height:85%!important}.choose_category .business_cats_grid .cats_items .single_cat p{padding-bottom:5px}}.my-node-enter{transform:translateX(200%)}.my-node-enter-active{transition:transform .25s;transition-delay:.2s}.my-node-enter-active,.my-node-exit{transform:translateX(0)}.my-node-exit-active{transform:translateX(-200%);transition:transform .25s}.SignupForm{margin-top:24px}.SignupForm .row{margin-top:4px;display:flex;align-items:center;justify-content:space-between}.SignupForm .row .SignupInput{width:260px}.SignupForm .row .SignupInput p{position:absolute;left:15px;top:36px;font-size:15px}.SignupForm .row .SignupInput input[type=tel]{padding-left:50px}.SignupForm .terms{margin-bottom:10px}.SignupForm .terms p{cursor:default;color:#101928;text-overflow:inherit;margin-left:39px}.SignupForm .terms a{text-decoration:none;color:#1a73e8}.SignupForm .terms .checkbox{position:absolute;cursor:pointer;width:24px!important;height:24px!important;background-color:#fff;border:1px solid #ccc;box-shadow:0 4px 6px 0 rgba(16,25,40,.06);box-sizing:border-box;display:flex;justify-content:center;align-items:center;border-radius:4px;margin-right:15px}.SignupForm .terms .checkbox.active{border:none;background-color:#1a73e8}.SignupForm .terms .checkbox svg{color:#fff}.SignupForm button{margin:12px 0;width:100%;background-color:#1a73e8;height:46px;color:#fff;font-size:16px;font-weight:600}.SignupForm button:disabled{background-color:#ccc}.SignupForm .bottom{display:flex;flex-direction:column;align-items:center}.SignupForm .bottom p{color:#878c93;font-size:16px}.SignupForm .bottom a{text-decoration:none;color:#1a73e8}@media (max-width:768px){.SignupForm .row{flex-direction:column}.SignupForm .row .SignupInput{width:100%}}.ReviewProgress{width:100%;height:2px;background:#ccc;display:flex;border-radius:5px;position:fixed;top:80px;z-index:2}.ReviewProgress .reviewFilled{background-color:#1a73e8;border-radius:5px;height:2px}@media (max-width:1024px){.ReviewProgress{top:65px}}.Verification{padding-bottom:100px}.Verification .signupSubmit{height:80px;box-shadow:0 -4px 12px -3px rgba(0,0,0,.12);position:fixed;bottom:0;left:0;width:100%;display:flex;justify-content:center;align-items:center;background-color:#fff}.Verification .signupSubmit .next{width:343px;height:46px;background:#1a73e8;border-radius:6px;color:#fff;font-size:18px}.Verification .signupSubmit.backable button{width:229px;margin:0 8px}.Verification .signupSubmit.backable button.back{border:1px solid #cbd6e2;box-sizing:border-box;border-radius:6px;height:46px;font-size:18px;color:#253342}.Verification.mobileActive{padding-bottom:0}.Verification.mobileActive .SignupHeader,.Verification.mobileActive .signupSubmit{display:none}.Verification .step3{max-width:1024px;display:block;margin:60px auto 0}.Verification .step3 h1{font-weight:700;font-size:27px;color:#1a73e8;margin-bottom:16px}.Verification .step3 h5{font-weight:400;font-size:16px;color:#516f90;margin-bottom:32px}.Verification .step3 .row,.Verification .step3 .row .col{display:flex;align-items:center;justify-content:space-between}.Verification .step3 .row .col{width:45%;height:407px;flex-direction:column;background:#fff;border:1px solid #cbd6e2;box-sizing:border-box;box-shadow:0 4px 12px rgba(0,0,0,.04);border-radius:6px;padding:40px}.Verification .step3 .row .col .first{display:flex;flex-direction:column;align-items:center}.Verification .step3 .row .col svg{color:#1a73e8;width:50px;height:50px}.Verification .step3 .row .col h2{font-weight:700;font-size:24px;text-align:center;color:#253342;margin:16px 0}.Verification .step3 .row .col p{font-weight:400;font-size:16px;text-align:center;color:#516f90}.Verification .step3 .row .col button{background:#fff;border:1px solid #1a73e8;box-sizing:border-box;border-radius:6px;font-weight:500;font-size:16px;color:#1a73e8;padding:14px 50px;transition:.3s;width:90%}.Verification .step3 .row .col button:hover{background:#1a73e8;color:#fff}.Verification .step3 .chooseType .codeType{width:100%;border:1px solid #cbd6e2;box-shadow:0 4px 12px rgba(0,0,0,.04);transition:.5s;border-radius:6px;background:#fff;margin-bottom:16px;max-height:80px;overflow:hidden}.Verification .step3 .chooseType .codeType .displayCode{height:80px;width:calc(100% - 48px);background:#fff;box-sizing:border-box;display:flex;justify-content:space-between;align-items:center;margin:0 24px;cursor:pointer}.Verification .step3 .chooseType .codeType .displayCode svg{width:50px;height:50px;color:#1a73e8}.Verification .step3 .chooseType .codeType .displayCode h3{font-weight:400;font-size:24px;line-height:29px;text-align:center;color:#1a73e8;padding-right:45%;pointer-events:none}.Verification .step3 .chooseType .codeType:hover{box-shadow:0 4px 15px rgba(0,0,0,.1)}.Verification .step3 .chooseType .codeType .desc{overflow:hidden;padding:24px;opacity:0}.Verification .step3 .chooseType .codeType .desc .descText{margin:0 0 16px;font-size:16px;color:#253342}.Verification .step3 .chooseType .codeType .desc .iframe{background:#f5f8fa;padding:16px;font-weight:500;font-size:14px;color:#1a73e8;word-wrap:break-word;border:none;width:90%!important;resize:none;box-sizing:border-box;height:75px}.Verification .step3 .chooseType .codeType .desc .descRow{display:flex;justify-content:space-between;align-items:center;margin-top:16px;position:relative}.Verification .step3 .chooseType .codeType .desc .descRow button{background:#1a73e8;border-radius:6px;color:#fff;width:99px;height:40px;font-size:14px}.Verification .step3 .chooseType .codeType .desc .descRow .descInfo{display:flex;align-items:center;color:#516f90;font-size:12px;word-wrap:break-word}.Verification .step3 .chooseType .codeType .desc .descRow .descInfo svg{color:#1a73e8;width:20px;height:20px;margin-right:7px}.Verification .step3 .chooseType .codeType .desc .descRow .descInfo a{text-decoration:none;color:#1a73e8}.Verification .step3 .chooseType .codeType .desc .descRow .copied{position:absolute;bottom:10px;left:130px;z-index:2;font-size:16px;color:#59ff00;border-radius:8px;font-weight:700}.Verification .step3 .chooseType .codeType.active{border:1px solid #1a73e8;max-height:800px}.Verification .step3 .chooseType .codeType.active .displayCode{border-bottom:1px solid #aab7c5}.Verification .step3 .chooseType .codeType.active .desc{opacity:1}.Verification .step3 .chooseType .codeType:nth-child(2) .displayCode svg{color:#464342}@media (max-width:1024px){.Verification .step3{padding:0 16px}.Verification .step3 .row .col{width:48%}.Verification .step3 .iframe{height:100px!important}}@media (max-width:768px){.Verification .step3 .row{flex-direction:column}.Verification .step3 .row .col{width:330px!important;margin-bottom:16px}.Verification .step3 .iframe{height:120px!important}}@media (max-width:476px){.displayCode h3{padding-right:25%!important}.iframe{height:155px!important}}@media (max-width:350px){.Verification .signupSubmit .next{width:90%}}.SignupHeader{display:flex;justify-content:flex-start;align-items:center;margin-left:24px;height:70px}.SignupHeader .steps{display:flex;align-items:center;margin-left:32px}.SignupHeader .steps p{font-weight:600;font-size:14px;color:#1a73e8}.SignupHeader .steps .dots{display:flex;align-items:center;margin-left:16px}.SignupHeader .steps .dots .dot{width:8px;height:8px;border-radius:50px;background:#cbd6e2;margin-right:6px}.SignupHeader .steps .dots .dot.active{background:#1a73e8}@media (max-width:768px){.SignupHeader{margin-left:16px;justify-content:space-between}.SignupHeader img{width:80%}.SignupHeader .steps{margin-left:0;padding-right:10px}}.stepContainer{display:block;margin:0 auto;max-width:1024px}.stepContainer .mobilePreview{display:none}.stepContainer .step1{width:100%;display:flex;justify-content:space-evenly;margin-top:50px}.stepContainer .step1 .left{width:40%}.stepContainer .step1 .left h1{font-weight:700;font-size:27px;color:#1a73e8;margin-top:0;margin-bottom:32px}.stepContainer .step1 .left h5{font-size:16px;color:#253342;margin-bottom:8px;font-weight:500}.stepContainer .step1 .left span{font-size:16px;color:#516f90}.stepContainer .step1 .left .SignupPhoto{margin-bottom:30px}.stepContainer .step1 .left .colors{display:flex;align-items:center}.stepContainer .step1 .left .colors .singleColor{width:40px;height:40px;border-radius:50px;display:flex;justify-content:center;align-items:center;margin-right:10px;cursor:pointer}.stepContainer .step1 .left .colors .singleColor svg{color:#fff;width:22px;height:22px;font-weight:700}.stepContainer .step1 .right{width:40%;height:600px;-webkit-filter:drop-shadow(0 4px 16px rgba(0,0,0,.12));filter:drop-shadow(0 4px 16px rgba(0,0,0,.12));background-color:#fff;margin-bottom:100px}.stepContainer .step1 .right .preview{width:100%;height:280px;padding:40px;box-sizing:border-box}.stepContainer .step1 .right .preview img{width:170px;height:30px}.stepContainer .step1 .right .preview h1{color:#fff;font-weight:700;font-size:30px;line-height:36px;margin-top:28px;margin-bottom:16px}.stepContainer .step1 .right .preview h3{color:#fff;font-weight:400}.stepContainer .step1 .right .personellPreview{position:absolute;top:210px;left:16px;width:calc(100% - 32px);box-sizing:border-box;font-weight:700;background-color:#fff;box-shadow:0 4px 16px rgba(0,0,0,.12);border-radius:12px;padding:24px 0 0 24px}.stepContainer .step1 .right .personellPreview h2{font-size:16px;color:#253342;margin:0 0 12px}.stepContainer .step1 .right .personellPreview .personell{display:flex;align-items:center}.stepContainer .step1 .right .personellPreview .personell .singlePersonell{width:56px;height:56px;background:#eaf0f6;border:2px solid #fff;box-sizing:border-box;border-radius:50px;display:flex;justify-content:center;align-items:center;margin-right:40px}.stepContainer .step1 .right .personellPreview .personell .singlePersonell svg{width:24px;height:24px;color:#99acc2}.stepContainer .step1 .right .personellPreview .personell .singlePersonell.abs{position:absolute;left:50px}.stepContainer .step1 .right .personellPreview .personell p{font-size:14px;color:#516f90;font-weight:400}.stepContainer .step1 .right .personellPreview .personell .hours{display:flex;align-items:center}.stepContainer .step1 .right .personellPreview .personell .hours svg{width:18px;height:18px;margin-right:7px}.stepContainer .step1 .right .personellPreview .personell .hours span{font-weight:600;font-size:14px;color:#253342}.stepContainer .step1 .right .personellPreview button{width:202px;height:45px;border-radius:500px;margin:16px 0 24px;color:#fff;font-weight:500;display:flex;align-items:center;justify-content:center;font-size:14px}.stepContainer .step1 .right .personellPreview button svg{width:17px;height:17px;margin-left:15px}.stepContainer .step1 .right .expand{position:absolute;top:420px;left:16px;width:calc(100% - 32px);display:flex;align-items:center;justify-content:space-between;padding:0 24px;background:#fff;box-shadow:0 4px 16px rgba(0,0,0,.12);border-radius:12px;height:65px;cursor:pointer;box-sizing:border-box}.stepContainer .step1 .right .expand h1{font-size:14px;color:#253342;font-weight:700}.stepContainer .step1 .right .bottomWidgetArea{position:absolute;bottom:0;width:100%;height:42px;justify-content:center;display:flex;align-items:center;font-size:12px;color:#99acc2;background:#fff;box-shadow:0 -1px 12px rgba(0,0,0,.06)}.stepContainer .step1 .right .bottomWidgetArea img{margin-left:5px}@media (max-width:768px){.stepContainer .mobilePreview{background:#f5f8fa;display:flex;justify-content:space-between;align-items:center;padding:0 16px;height:49px;cursor:pointer}.stepContainer .mobilePreview p{font-weight:500;font-size:14px;color:#1a73e8;margin:0}.stepContainer .mobilePreview svg{color:#1a73e8;width:18px;height:18px}.stepContainer .step1 .left{width:100%;padding:0 16px}.stepContainer .step1 .right{display:none;width:100%}.stepContainer.active .mobilePreview{justify-content:flex-start;background-color:#fff}.stepContainer.active .mobilePreview p{margin-left:4px}.stepContainer.active .step1{margin-top:0}.stepContainer.active .step1 .left{display:none}.stepContainer.active .step1 .right{display:block;height:calc(100vh - 49px);margin-bottom:0}}.SignupPhoto{margin-top:13px}.SignupPhoto .upload{position:relative;width:100%;height:127px;border-radius:8px;background:#f5f8fa;border:1px dashed #99acc2;box-sizing:border-box;overflow:hidden;display:flex;flex-direction:column;align-items:center}.SignupPhoto .upload img{max-width:100%;height:100%}.SignupPhoto .upload input{position:absolute;left:0;top:0;width:100%;height:100%;border-radius:8px;opacity:0;cursor:pointer}.SignupPhoto .upload svg{width:60px;height:60px;fill:#cbd6e2;margin-top:15px;pointer-events:none}.SignupPhoto .upload p{font-weight:500;font-size:13px;color:#516f90}.ServicesCustomization{max-width:1024px;display:block;margin:60px auto 0}.ServicesCustomization form h1{font-weight:700;font-size:27px;color:#1a73e8;margin-bottom:30px}.ServicesCustomization form .inputs{display:grid;grid-template-columns:repeat(2,1fr)}.ServicesCustomization .categories{margin-top:40px}.ServicesCustomization .categories h2{font-weight:500;font-size:16px;color:#253342}.ServicesCustomization .categories .business_cats_grid{margin-top:45px}.ServicesCustomization .categories .business_cats_grid .cats_items{display:grid;grid-template-columns:repeat(8,1fr);justify-content:center;align-items:center}.ServicesCustomization .categories .business_cats_grid .cats_items .single_cat{width:auto;height:110px;background:#fff;border:1px solid #cbd6e2;box-sizing:border-box;border-radius:8px;margin-right:15px;margin-bottom:19px;display:flex;flex-direction:column;align-items:center;justify-content:center;cursor:pointer;position:relative}.ServicesCustomization .categories .business_cats_grid .cats_items .single_cat .main_icon{width:45px;height:45px;color:#253342}.ServicesCustomization .categories .business_cats_grid .cats_items .single_cat .img_container{width:100%;height:100%}.ServicesCustomization .categories .business_cats_grid .cats_items .single_cat .img_container img{width:100%;height:100%;border-radius:8px 8px 0 0}.ServicesCustomization .categories .business_cats_grid .cats_items .single_cat .added_icon{fill:#1a73e8;position:absolute;top:-6px;right:-2px;width:20px;height:20px;background-color:#fff;border-radius:50px}.ServicesCustomization .categories .business_cats_grid .cats_items .single_cat p{font-size:13px;text-align:center;color:#253342;font-weight:500;margin:5px 0}.ServicesCustomization .categories .business_cats_grid .cats_items .single_cat.active{background:#d8f3f4;border:2px solid #1a73e8}.ServicesCustomization .categories .business_cats_grid .cats_items .single_cat.disabled{background:#dbdbdb;border:2px solid #a3a3a3;cursor:not-allowed}.ServicesCustomization .categories .business_cats_grid .cats_items .single_cat.disabled .main_icon,.ServicesCustomization .categories .business_cats_grid .cats_items .single_cat.disabled p{color:#747474}@media (max-width:1024px){.ServicesCustomization{padding:0 16px}.business_cats_grid .cats_items{grid-template-columns:repeat(6,1fr)!important}}@media (max-width:780px){.business_cats_grid .cats_items{grid-template-columns:repeat(4,1fr)!important}.SignupInput2{width:95%!important}}@media (max-width:530px){.inputs{grid-template-columns:repeat(1,1fr)!important}.business_cats_grid .cats_items{grid-template-columns:repeat(2,1fr)!important}.business_cats_grid .cats_items .single_cat .img_container{height:85%;overflow:hidden}.business_cats_grid .cats_items .single_cat .img_container img{height:85%!important}.business_cats_grid .cats_items .single_cat p{padding-bottom:5px}}.SignupInput2{display:flex;flex-direction:column;width:80%;margin-bottom:32px}.SignupInput2 span{font-weight:400;font-size:14px;color:#253342}.SignupInput2 input{border:none;border-bottom:2px solid #cbd6e2;margin-top:10px;padding:10px 0;font-size:20px}.SignupInput2 input::-webkit-input-placeholder{font-weight:400;font-size:20px;color:#cbd6e2}.SignupInput2 input:-ms-input-placeholder{font-weight:400;font-size:20px;color:#cbd6e2}.SignupInput2 input::-ms-input-placeholder{font-weight:400;font-size:20px;color:#cbd6e2}.SignupInput2 input::placeholder{font-weight:400;font-size:20px;color:#cbd6e2}.SignupInput2 input:focus{border-bottom:2px solid #1a73e8}.SignupInput2 input:not(:-ms-input-placeholder){border-bottom:2px solid #1a73e8}.SignupInput2 input:not(:placeholder-shown){border-bottom:2px solid #1a73e8}.Review{background:#f5f8fa;height:100vh}.Review .header{width:100%;height:60px;background:#fff;display:flex;justify-content:center;align-items:center}.Review .rate{display:block;max-width:456px;background:#fff;margin:50px auto 0;padding:41px 33px 28px;box-shadow:0 4px 12px rgba(81,111,144,.25);border-radius:8px}.Review .rate h1{font-weight:600;font-size:24px;line-height:36px;text-align:center;color:#253342;margin:0 0 30px}.Review .rate h4{font-weight:600;font-size:14px;color:#253342;margin:0 0 12px}.Review .rate .stars{display:flex;align-items:center;justify-content:space-between;margin-bottom:40px;height:50px}.Review .rate .stars .star{position:relative;cursor:pointer}.Review .rate .stars .star svg{width:50px;height:50px;color:#253342}.Review .rate .stars .star svg.fill{display:none}.Review .rate .stars .star p{position:absolute;top:33%;left:50%;transform:translateX(-50%);font-weight:600;font-size:12px;color:#253342}.Review .rate .stars .star.active svg{display:none}.Review .rate .stars .star.active svg.fill{display:block!important;color:#ffc830}.Review .rate textarea{width:100%;height:139px;background:#fff;border:1px solid #cbd6e2;box-sizing:border-box;border-radius:8px;resize:none;padding:12px 15px;font-size:16px;line-height:26px}.Review .rate textarea::-webkit-input-placeholder{font-size:16px;line-height:26px;color:#7c98b6}.Review .rate textarea:-ms-input-placeholder{font-size:16px;line-height:26px;color:#7c98b6}.Review .rate textarea::-ms-input-placeholder{font-size:16px;line-height:26px;color:#7c98b6}.Review .rate textarea::placeholder{font-size:16px;line-height:26px;color:#7c98b6}.Review .rate textarea:focus{border:1px solid #1a73e8}.Review .rate textarea:not(:-ms-input-placeholder){border:1px solid #1a73e8}.Review .rate textarea:not(:placeholder-shown){border:1px solid #1a73e8}.Review .rate button{width:100%;height:48px;background:#1a73e8;border-radius:8px;font-weight:500;font-size:16px;color:#fff;margin-top:28px}.Review .rate button:disabled{background:#ccc}.Review .bottom{position:absolute;bottom:33px;width:100%;text-align:center;font-size:12px;color:#7c98b6}@media (max-width:540px){.Review{background-color:#fff}.Review .rate{margin-top:0;box-shadow:none;border-radius:0}}.infoBg{background-color:#f5f7fa;margin:0;min-height:100vh;padding-top:20px}.infoBg .BookingInfo{max-width:592px;display:block;margin:0 auto}.infoBg .BookingInfo p{font-size:13px;line-height:24px;color:#516f90;margin:10px 0}.infoBg .BookingInfo .info{box-sizing:border-box;background:#fff;padding:40px}.infoBg .BookingInfo .info img{width:150px}.infoBg .BookingInfo .info h1{font-size:24px;line-height:32px;max-width:100%;color:#222d38;font-weight:700;margin:40px 0 20px}.infoBg .BookingInfo .info h5{margin-top:15px;font-weight:600;color:#222d38;font-size:14px}.infoBg .BookingInfo .info h5.last{margin-top:60px}.infoBg .BookingInfo .info p{font-size:14px}.infoBg .BookingInfo .info p a{color:#1a73e8}.infoBg .BookingInfo .info button{background-color:#f6303a;border-radius:4px;display:inline-block;font-weight:700;font-size:16px;line-height:100%;padding:16px 32px;text-align:center;color:#fff;margin:30px 0 10px}
/*# sourceMappingURL=main.2d5a2ee2.chunk.css.map */