body{margin:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}code{font-family:source-code-pro,Menlo,Monaco,Consolas,"Courier New",monospace}.sideBar{position:fixed;height:100vh;top:0;left:0;width:20%;background-color:#102961;list-style:none;overflow:hidden;padding-top:2rem;transition:width .1s ease-in-out;z-index:100}.sideBar,.sideBar__logo{display:flex;flex-flow:column}.sideBar__logo{justify-content:center;align-items:center;width:100%;height:15vh;margin-bottom:1rem;background:transparent;box-sizing:border-box;color:#fff}.sideBar__logo__img{height:auto;display:flex;padding-right:1rem}.sideBar__logo__img img{width:100%;height:100%}.sideBar__item{cursor:pointer;height:6.5vh;display:flex;flex-flow:row;grid-gap:1rem;gap:1rem;align-items:center;padding-left:20%;text-decoration:none}.sideBar__item--icon{display:inline-block}.sideBar__item--name{width:90%;padding-left:8px;vertical-align:top;color:#fff;font-size:16px;text-transform:uppercase}.sideBar__PlanButton{margin-top:1rem;display:flex;flex-flow:column;justify-content:center;align-items:center;width:100%;height:10vh;margin-bottom:1rem;box-sizing:border-box;color:#fff}.sideBar__PlanButton__button{background-color:#f36;color:#fff;padding:.5rem 3rem;border-radius:1rem;border:none;text-transform:uppercase;cursor:pointer}.sideBar__LogoutButton{margin-top:1rem;flex-flow:column;width:100%;height:10vh;margin-bottom:1rem;box-sizing:border-box;color:#fff}.sideBar__LogoutButton,.sideBar__LogoutButton__button{display:flex;justify-content:center;align-items:center}.sideBar__LogoutButton__button{cursor:pointer;flex-flow:row;background-color:#fff;color:#231f20;padding:.5rem 3rem;border-radius:1rem;border:none;text-transform:uppercase}.sideBar__LogoutButton__button img{padding-right:1rem}.collapse:not(.show){display:none}.side-bar-large-toggle{background-color:transparent;border:none;position:absolute;cursor:pointer;right:2rem}.side-bar-large-toggle.shrink{right:1rem;top:2rem;-webkit-transform:rotate(178deg);transform:rotate(178deg)}@media screen and (max-width:1290px){.sideBar{transition:all .4s ease 0s;margin-top:4rem;min-width:253px;left:-253px}.sideBar__item{padding-left:10%}.side-bar-large-toggle{display:none}}.sideBar.shrink{width:55px;padding-top:5rem}.sideBar.shrink .sideBar__item--name,.sideBar.shrink .sideBar__logo,.sideBar.shrink .sideBar__LogoutButton,.sideBar.shrink .sideBar__PlanButton{display:none}@media screen and (max-width:1290px){.topBar{width:100%!important;margin-left:80px}.topBar__rightContainer{width:auto!important}.side-bar-toggle{display:block}}@media screen and (max-width:530px){.topBar{width:100%!important;margin-left:80px}.topBar__rightContainer__item{display:none!important}.topBar__leftContainer{width:100%!important;padding-left:1rem;padding-right:1rem}}.topBar.expand{width:calc(100% - 55px)}*,:after,:before{padding:0;margin:0;box-sizing:inherit}* p{margin-bottom:0}body{background-color:#f7f7f7;font-family:"Open Sans",sans-serif}.reviews{padding:1rem;min-width:100%;height:100%;display:flex;flex-direction:column}.reviews__content{width:100%;padding-top:5rem;display:flex}.reviews__content input{border:1px solid #d3d3d3}.reviews__content__anotherForm{width:100%;margin-top:2rem}.reviews__content__anotherForm p{font-size:.8rem;font-weight:300}.reviews__content__anotherForm h4{display:inline-block;padding-right:1rem}.reviews__content__anotherForm__input{display:flex;flex-flow:column;margin-top:1.5rem}.reviews__content__anotherForm__input input{margin-top:.5rem}.reviews__content__anotherForm__input--label{font-size:.75rem}.reviews__content__anotherForm__checkboxContainer{width:100%;display:flex;height:3rem;align-items:center}.reviews__content__anotherForm__checkboxContainer span{font-size:.9rem;margin-left:.5rem}.reviews__content__anotherForm__headingContainer{width:100%;display:flex;align-items:center}.reviews__content__anotherForm__headingContainer h1{margin-right:1rem;font-size:1.5rem;font-weight:400}.reviews__content__outer{flex:1 1;padding:0 3.5rem}.reviews__content__linksForm{padding-top:1rem}.reviews__content__linksForm__heading{width:100%;display:flex;justify-content:center}.reviews__content__linksForm__heading h1{font-size:1.8rem}.reviews__content__linksForm__upperForm--checkboxContainer{display:flex;height:3rem;align-items:center}.reviews__content__linksForm__upperForm--linksContainer{display:flex;flex-flow:column}.reviews__content__linksForm__upperForm--linksContainer span{color:#0b69ce;cursor:pointer;font-size:.8rem}.reviews__content__sidebar{height:100%;background-color:#fff;padding-top:1rem}.reviews__content__sidebar__item{width:100%;height:3rem;cursor:pointer;display:flex;padding-left:1rem;align-items:center}.reviews__content__sidebar__item--icon{font-size:24px}.reviews__content__sidebar__item--name{text-transform:uppercase;font-size:.8rem;margin-left:1rem}.inputLinksForm{width:100%;border:none;height:3rem;border-radius:.5rem;padding-left:1rem;box-shadow:.1rem .5rem 1rem rgba(0,0,0,.3)}.checkboxText{margin-left:.5rem;color:grey}.grayborder{width:100%;border-bottom:3px solid #d3d3d3;margin-top:1rem}.smallButton{padding:.5rem 1rem;background-color:#102961;border-radius:.5rem;color:#fff;font-size:1.2rem}.switch{position:relative;display:inline-block;width:2.8rem;height:1.2rem;vertical-align:super}.switch input{opacity:0;width:0;height:0}.slider{cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:#ccc}.slider,.slider:before{position:absolute;transition:.4s}.slider:before{content:"";height:.8rem;width:.8rem;left:4px;bottom:4px;background-color:#fff}input:checked+.slider{background-color:#102961}input:checked+.slider:before{-webkit-transform:translateX(26px);transform:translateX(26px)}input:focus+.slider{box-shadow:0 0 1px #102961}.slider.round{border-radius:34px}.slider.round:before{border-radius:50%}.page{box-sizing:border-box;background:#fff;height:100vh;width:100%}.subScreen{width:80%;margin-left:20%;height:auto;min-height:92vh;margin-top:4rem;background-color:#f7f6fe}.subScreen.expand{margin-left:55px;width:calc(100% - 55px)}.side-bar-toggle{background-color:transparent;border:none;cursor:pointer;display:none}@media screen and (max-width:1290px){.subScreen{margin-left:0;width:100%}.side-bar-toggle{display:block}}.topBar{display:flex;align-items:center;justify-content:space-between;width:80%;height:4rem;position:fixed;top:0;right:0;background-image:linear-gradient(to right bottom,rgba(16,41,97,.9),#102961);padding:0 1rem;z-index:1000}.topBar__leftContainer{display:flex;flex-flow:row;grid-gap:1rem;gap:1rem;width:40%;height:65%}.topBar__leftContainer__dropDownSection{display:flex;width:70%;height:100%;justify-content:center;align-items:center;background-color:#fff;padding:0 .5rem}.topBar__leftContainer__dropDownSection--icon{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;padding-right:1rem}.topBar__leftContainer__dropDownSection--dropdown{width:100%;height:50%;display:flex;justify-content:center;align-items:center}.topBar__leftContainer__dropDownSection--dropdown select{width:100%;border:none}.topBar__leftContainer__plusButton{display:flex;justify-content:center;align-items:center;padding:.8rem;background-color:#fff}.topBar__leftContainer__plusButton button{border:none;cursor:pointer}.topBar__rightContainer{width:25%;height:65%;display:flex;flex-flow:row;grid-gap:.6rem;gap:.6rem}.topBar__rightContainer__item{padding:1rem .8rem}.topBar__rightContainer__D,.topBar__rightContainer__item{display:flex;justify-content:center;height:100%;align-items:center;background-color:#fff;border-radius:.5rem}.topBar__rightContainer__D{flex-grow:1;flex-flow:row}.topBar__rightContainer__dropDownSection{display:flex;width:100%;height:100%;justify-content:center;align-items:center;background-color:#fff;padding-left:.4rem;padding-right:.4rem;border-radius:1rem}.topBar__rightContainer__dropDownSection--icon{width:2.5rem;height:2.3rem;margin-right:.3rem}.topBar__rightContainer__dropDownSection--icon img{width:100%;height:100%;border-radius:50%}.topBar__rightContainer__dropDownSection--dropdown{width:100%;height:50%;display:flex;justify-content:center;align-items:center}.topBar__rightContainer__dropDownSection--dropdown select{width:100%;border:none}.addStore{width:100%;height:inherit;display:flex;justify-content:center;align-items:center;flex-flow:column}.addStore__message{font-size:1.2rem;margin-bottom:3rem}.addStore__message span{color:rgba(0,0,255,.7);cursor:pointer}.addStore__message span:hover{color:#00f;text-decoration:underline}.addStore__button{padding:.8rem 2.4rem;background-color:rgba(16,41,97,.9);color:#fff;display:flex;flex-flow:row;grid-gap:1rem;gap:1rem;border-radius:.8rem;cursor:pointer}.addStore__button:hover{background-color:#102961}.addStore__button img{width:auto;height:1.5rem}.addStore__button p{font-size:1rem}.addStore2{width:100%;height:inherit;display:flex;flex-flow:column;padding:1rem}.addStore2__heading{font-size:2rem;text-transform:capitalize}.addStore2__heading h3{font-weight:500}.addStore2__subHeading p{font-size:1rem}.addStore2__subHeading p span{color:rgba(0,0,255,.7);cursor:pointer}.addStore2__subHeading p span:hover{color:#00f;text-decoration:underline}.addStore2__buttons{display:flex;justify-content:center;align-items:center;grid-gap:2rem;gap:2rem;margin-top:1rem}.addStore2__buttons__button{background-color:rgba(16,41,97,.9);display:flex;flex-flow:row;padding:.5rem 2rem;justify-content:center;grid-gap:.5rem;gap:.5rem;border-radius:.5rem}.addStore2__buttons__button:hover{cursor:pointer;background-color:#102961}.addStore2__buttons__button p{font-size:1rem;color:#fff}.addStore2__buttons__button--img{width:auto;height:1.6rem}.addStore2__buttons__button--img img{width:100%;height:100%}.addStore2__searchOnGoogle{margin-top:1rem;display:flex;box-shadow:0 .1rem .3rem #c9c8cf;border-radius:.5rem;height:5vh}.addStore2__searchOnGoogle__searchBox{display:flex;grid-gap:.5rem;gap:.5rem;flex-flow:row;padding:1.2rem 1rem;justify-content:center;align-items:center;border-radius:0 .5rem .5rem 0;border:1px solid #c9c8cf;border-left:none;width:-webkit-fill-available;background-color:#fff}.addStore2__searchOnGoogle__searchBox input{flex-grow:1;border:none}.addStore2__searchOnGoogle__searchBox input:focus{outline:none}.addStore2__searchOnGoogle__searchBox input::-webkit-input-placeholder{color:#707c97}.addStore2__searchOnGoogle__searchBox input:-ms-input-placeholder{color:#707c97}.addStore2__searchOnGoogle__searchBox input::placeholder{color:#707c97}.addStore2__searchOnGoogle__searchBox:focus-visible{outline:none}.addStore2__searchOnGoogle__searchBox__img{width:auto;padding:.5rem;border-radius:.5rem 0 0 .5rem;background-color:#fff;border:1px solid #c9c8cf;border-right:none}.search-location-input{display:flex;justify-content:center}.search-location-input>div{width:30%}.addStore2__formContainer{display:flex;justify-content:center;margin-top:1rem}.addStore2__formContainer form{margin-top:1rem;width:35%}.addStore2__formContainer form .firstRow{display:flex;margin-top:.6rem;justify-content:space-between;flex-flow:row;width:100%}.addStore2__formContainer form .firstRow .uploadButton{font-size:1rem;background-color:rgba(16,41,97,.9);width:50%;padding:.3rem 1rem;border-radius:3rem;color:#fff;text-align:center}.addStore2__formContainer form .firstRow .uploadButton:hover{background-color:#102961;cursor:pointer}.addStore2__formContainer form .firstRow__box{width:48%}.addStore2__formContainer form .firstRow__box label{font-size:.8rem}.addStore2__formContainer form .firstRow__box input,.addStore2__formContainer form .firstRow__box select{font-size:1rem;width:100%;padding:.5rem 1rem;border:1px solid #c9c8cf;box-shadow:0 .1rem .3rem #c9c8cf;border-radius:.5rem}.addStore2__formContainer form .addressRow{width:100%;margin-top:.6rem}.addStore2__formContainer form .addressRow label{font-size:.8rem}.addStore2__formContainer form .addressRow input{font-size:1rem;width:100%;padding:.5rem 1rem;border:1px solid #c9c8cf;box-shadow:0 .1rem .3rem #c9c8cf;border-radius:.5rem}.addStore2__formContainer form .location__box{width:100%;margin-top:1rem;display:flex;justify-content:center;align-items:center}.addStore2__formContainer form .location__box--button{cursor:pointer;grid-gap:.3rem;gap:.3rem;display:flex;justify-content:center;align-items:center;padding:.5rem 1rem;font-size:.8rem;color:#fff;background-color:#f36;border-radius:.4rem}.registration{width:100%;height:auto;display:flex;justify-content:center;align-items:center;overflow:hidden;max-width:1440px;margin-right:auto;margin-left:auto}.registration__middleTransparentContainer{width:30rem;display:flex;flex-flow:row;width:100%;height:100vh;max-width:1920px;padding-top:0;padding-bottom:0;align-items:flex-start;position:relative}.registration__middleTransparentContainer__upper{display:flex;align-items:center;position:absolute;left:80px;top:50px;right:auto;bottom:auto;z-index:60;background-image:none;background-size:auto;background-repeat:repeat}.registration__middleTransparentContainer__upper img{width:2.5rem;height:2.5rem}.registration__middleTransparentContainer__upper h4{color:#f7f7f7;margin-left:.5rem}.registration__formContainer{display:flex;height:100%;padding-bottom:54px;flex-direction:column;justify-content:center;align-items:center;flex:1 1}.home form{width:100%;padding:0;max-width:400px;align-items:center;margin-top:40px}.home .input-container{display:flex;flex-flow:column;width:100%;margin-top:.5rem;box-sizing:border-box}.home .input-container input{margin-bottom:24px;padding:30px 28px;border:1px #000;border-radius:12px;background-color:#f1f3f6;font-size:18px;max-height:3rem}.home .input-container input::-webkit-input-placeholder{color:#929eaa}.home .input-container input:-ms-input-placeholder{color:#929eaa}.home .input-container input::placeholder{color:#929eaa}.home .input-container span{font-weight:600;margin-bottom:16px}.home .navbar-brand img{object-fit:contain;margin-top:0;height:2.5rem;width:2.5rem}.home .header .container{background-color:#fff;color:#000;font-size:80%}.home .navbar-toggler-icon{background-image:url(https://assets.website-files.com/61e3aa555a9149f4f1e68fe4/61e3aa555a9149100de690c2_Group%2090.svg)}.home .navigation-left{justify-content:flex-start;align-items:left;color:#000}.home .reset{align-items:center;width:100%;height:100%}.home .main-navigations-container{position:relative}.home .navigation-left{justify-content:space-between;align-items:center;padding:16px 25px}.home .navigation-center,.home .navigation-left{display:flex;width:auto}.home .navigation-right{display:flex;width:auto;justify-content:flex-end;align-items:center}.home .nav-link{margin-right:0;margin-left:0;transition:all .2s ease;color:#04121f;font-size:16px}.home a{color:#145aff;text-decoration:none;background-color:transparent}.home .button{padding:20px 25px;line-height:120%;font-weight:700;width:70%;max-height:3rem;border-radius:12px;border:none;color:#fff;cursor:pointer;font-size:18px}.home .button .navigation-button{flex:0 0 auto;background-color:#0d0e10}.home .testimonial-item{overflow:hidden;max-width:45vh;max-height:25vh;margin-right:40px;padding:32px 28px 50px;border-radius:12px;font-size:18px}.home .testimonial-item.sign-up-page{position:absolute;left:4.5%;top:auto;right:auto;bottom:4%;z-index:20;background-color:#fff}.home .testimonial-image-and-name{display:flex;margin-bottom:22px;justify-content:flex-start;align-items:center}.home .testimonial-image{overflow:hidden;width:56px;height:56px;margin-right:20px;flex:0 0 auto;border-radius:100%}.home .testimonial-image .image{width:100%;height:100%;object-fit:cover}.home .testimonial-image img{max-width:100%;vertical-align:middle;display:inline-block}.home h5{margin-top:0;margin-bottom:0;color:#0d0e10;font-size:18px;line-height:144%;font-weight:700}.home ._16-px{flex:0 0 auto;font-size:16px}.home .password-wrapper{display:flex;max-width:680px;margin:60px auto 0;padding-bottom:0;flex-direction:column;align-items:center}.home .sign-up-image{height:100%}.home .sign-up-image img{width:100%;height:100%;object-fit:cover;max-width:100%;vertical-align:middle;display:inline-block}.home span#resetspan{margin-top:1rem}.home .password-field-label.reset{color:#0d0e10}.home .password-field-label{width:70%;margin-bottom:.4rem;font-size:1rem;font-weight:500;text-align:left}.home .button:hover{background-color:#1ebd53}.home .contact-form-text-field{margin-bottom:24px;padding:30px 28px;border:1px #000;border-radius:12px;background-color:#f1f3f6;font-size:18px}.home .w-button{display:inline-block;padding:9px 15px;background-color:#c9c8cf;border:0;line-height:inherit;text-decoration:none;cursor:pointer;border-radius:12px;width:auto;margin-top:0}.home .forgot-password{margin-top:16px;margin-right:auto;margin-left:auto;flex:0 0 auto;transition:color .2s ease;color:#40454f;font-size:16px;text-decoration:underline}.home .linkToRedirect{margin-top:.5rem;cursor:pointer}@media screen and (max-width:1132px){.home .registration__middleTransparentContainer__upper{left:40px;top:30px;width:158px;height:28px;background-size:contain;background-repeat:no-repeat}.home .sign-up-image{display:none}.home .registration__middleTransparentContainer{height:auto;align-items:center}.home .registration__formContainer{padding-top:157px;padding-bottom:138px;display:flex;height:100%;padding-bottom:54px;flex-direction:column;justify-content:center;align-items:center;flex:1 1}.home h2{font-size:35px}}@media screen and (max-width:479px){.home body{font-size:16px;font-family:"Space Grotesk",sans-serif;color:#40454f;font-size:18px;line-height:155%}.home .registration{overflow:hidden}.home .registration__middleTransparentContainer{width:90%}.home .registration__middleTransparentContainer__upper{display:none}.home h2{font-size:32px}.home .linkToRedirect{text-align:center}.home .sign-in-form{text-align:left;margin-left:1.5rem}.home .contact-form-field-label{margin-bottom:10px;font-size:16px;padding-left:16px}.home .registration__formContainer{max-width:300px;text-align:center}.home .input-container{display:flex;flex-flow:column;font-size:18px;box-sizing:border-box;text-align:left}.home .button{line-height:.9rem}.home .navbar-brand{font-size:16px}.home .navbar-brand img{object-fit:contain;margin-top:0;height:1.5rem;width:1.5rem}.home .password-wrapper{margin-top:100px;align-items:center}.home .password-text{max-width:310px}.home .resetinput{width:50%}.home .button.navigation-button.mobile{justify-content:left;font-size:16px;text-align:left;padding:12px;border-radius:12px}.home .navigation-right.navbar-nav{display:flex;justify-content:flex-start;align-items:flex-start}}body{font-size:62.5%;background-color:#fff;font-family:"Space Grotesk",sans-serif}.sign-up-right{color:#40454f;font-size:18px;line-height:155%}.sign-up-right h6.subheading{margin-top:0;margin-bottom:16px;color:#145aff;font-size:16px;line-height:150%;font-weight:700;letter-spacing:2px;text-transform:uppercase}.sign-up-right h2{margin-top:0;margin-bottom:0;color:#0d0e10;font-size:48px;line-height:108%;font-weight:700;letter-spacing:-.8px}.sign-up-right .sign-up-heading{margin-bottom:16px}.sign-up-right .sign-up-link{color:#145aff;font-weight:500;text-decoration:none}.sign-up-right .sign-in-form{display:flex;flex-direction:column}.sign-up-right .button{padding-right:64px;padding-left:64px;background-color:#145aff}.spinner-wrapper{display:block;position:fixed;z-index:1031;top:50%;right:50%;margin-top:-50px;margin-right:-50px}
/*# sourceMappingURL=main.07018494.chunk.css.map */