:root{font-size:16px}#signupapp.signup-app{display:flex;flex-direction:column;align-items:center;height:100vh;width:100%;overflow:hidden;background-color:#fff;color:#1e1e1e;font-size:16px}#signupapp.signup-app .navbar{display:flex;flex-direction:column;width:100%;height:3.875rem;justify-content:space-between}#signupapp.signup-app .navbar .navbarContent{display:grid;grid-template-columns:1fr 1fr 1fr;align-items:center;width:100%;padding:1rem 1.5rem 0}#signupapp.signup-app .navbar .navbarContent .navbarBrand{justify-self:start}#signupapp.signup-app .navbar .navbarContent .navbarMenu{justify-self:center}#signupapp.signup-app .navbar .navbarContent .navbarMenu .navButtons{display:grid;grid-template-columns:1fr 200px 1fr;gap:3rem;color:#646464}#signupapp.signup-app .navbar .navbarContent .navbarMenu .navButtons .navigationButton{cursor:pointer;display:flex;align-items:center;justify-content:center;gap:.5rem}#signupapp.signup-app .navbar .navbarContent .navbarMenu .navButtons .navigationButton.prevStep{grid-column:1;text-align:left}#signupapp.signup-app .navbar .navbarContent .navbarMenu .navButtons .navigationButton.inactive{display:none}#signupapp.signup-app .navbar .navbarContent .navbarMenu .navButtons .navigationButton.nextStep{grid-column:3;text-align:right}#signupapp.signup-app .navbar .navbarContent .navbarMenu .navButtons .currentStep{grid-column:2;font-weight:700;color:#0092ff;text-align:center}#signupapp.signup-app .navbar .navbarContent .navbarEnd{justify-self:end}#signupapp.signup-app .navbar .navbarProgress{width:100%;height:4px;background-color:#9dd4fd}#signupapp.signup-app .navbar .navbarProgress .progressBar{height:100%;background-color:#0092ff;width:0;transition:width .3s ease}@media(max-width:767px){#signupapp.signup-app .navbar .navbarContent{grid-template-columns:1fr 1fr;padding:1rem 1.5rem 0}#signupapp.signup-app .navbar .navbarContent .navbarMenu{display:none}}#signupapp.signup-app .stepWrapper{display:flex;flex-direction:row;width:100%;height:calc(100vh - 3.875rem);overflow:hidden}#signupapp.signup-app .stepWrapper .sidebar{width:400px;overflow:hidden;height:100%;background:linear-gradient(180deg,#fff,#dfeaff2b)}#signupapp.signup-app .stepWrapper .sidebar .dragHandle{display:none;margin:0 auto;padding:1rem 1rem .5rem;cursor:grab;width:30%}#signupapp.signup-app .stepWrapper .sidebar .dragHandle .dragBar{display:block;margin:0 auto;width:2.5rem;height:.1875rem;background-color:#bfbfbf;border-radius:8px}#signupapp.signup-app .stepWrapper .sidebar .mobileHeader{display:none;padding:0 1.5rem 1.5rem;font-size:1.125rem;font-weight:600;text-align:center;margin-left:auto;margin-right:auto}#signupapp.signup-app .stepWrapper .sidebar .sidebarItemsWrapper{height:100%;overflow-y:auto;padding:3rem}#signupapp.signup-app .stepWrapper .sidebar .sidebarItemsWrapper .sidebarItems{display:grid;grid-template-columns:1fr;gap:1rem}#signupapp.signup-app .stepWrapper .sidebar .sidebarItemsWrapper .sidebarItems .item{cursor:pointer;background-color:#fff;position:relative;box-shadow:0 0 50px #0000001a}#signupapp.signup-app .stepWrapper .sidebar .sidebarItemsWrapper .sidebarItems .item .selectionWrapper{position:absolute;top:0;left:0;width:100%;height:100%;background-color:#138bf5;display:none;align-items:center;justify-content:center;border-radius:8px;padding:1rem}#signupapp.signup-app .stepWrapper .sidebar .sidebarItemsWrapper .sidebarItems .item .selectionWrapper .button{width:100%;filter:drop-shadow(0 6px 20px rgba(0,0,0,.12))}#signupapp.signup-app .stepWrapper .sidebar .sidebarItemsWrapper .sidebarItems .item.selected:not(.clicked){box-shadow:0 0 3px #0092ff}#signupapp.signup-app .stepWrapper .sidebar .sidebarItemsWrapper .sidebarItems .item.clicked .selectionWrapper{display:flex}@media(max-width:767px){#signupapp.signup-app .stepWrapper .sidebar{width:100%;position:fixed;background:#fff;top:clamp(25vh,var(--sidebar-top, 75vh),75vh);left:0;bottom:0;height:auto;max-height:75vh;box-shadow:0 -6px 16px #0000000d}#signupapp.signup-app .stepWrapper .sidebar .dragHandle,#signupapp.signup-app .stepWrapper .sidebar .mobileHeader{display:block}#signupapp.signup-app .stepWrapper .sidebar .sidebarItemsWrapper{padding:1rem}#signupapp.signup-app .stepWrapper .sidebar .sidebarItemsWrapper .sidebarItems{grid-template-columns:repeat(2,1fr);gap:1rem}}#signupapp.signup-app .stepWrapper .stepScreen{display:flex;flex-direction:column;height:100%;width:100%;margin-left:auto;margin-right:auto;overflow-y:auto}#signupapp.signup-app .stepWrapper.withSidebar .stepScreen{width:calc(100% - 400px)}@media(max-width:767px){#signupapp.signup-app .stepWrapper{flex-direction:column}#signupapp.signup-app .stepWrapper .stepScreen{touch-action:pan-y;-ms-touch-action:pan-y}#signupapp.signup-app .stepWrapper.withSidebar .stepScreen{width:100%}}#signupapp.signup-app .inputField label{display:block;margin-bottom:.5rem;font-size:.875rem}#signupapp.signup-app .inputField input,#signupapp.signup-app .inputField select,#signupapp.signup-app .inputField textarea{width:100%;padding:1rem;border:1px solid #d6d6d6;border-radius:12px;box-sizing:border-box;font-size:1rem;font-weight:300}#signupapp.signup-app .button{display:inline-block;padding:1rem;background-color:#0092ff;border-radius:8px;cursor:pointer;text-align:center}#signupapp.signup-app .button.secondary{background-color:inherit;color:#1e1e1e}@media(max-width:767px){#signupapp.signup-app .button{width:100%;max-width:100%}}#signupapp.signup-app .popWrapper{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000}#signupapp.signup-app .popWrapper .popContent{background-color:#fff;padding:3rem;border-radius:12px;box-shadow:0 4px 8px #0000001a;max-width:90%;max-height:90%;overflow-y:auto}#signupapp.signup-app .popWrapper .popContent .confirmMessage{text-align:center}#signupapp.signup-app .popWrapper .popContent .buttonRow{display:flex;justify-content:center;gap:1.5rem;margin-top:3rem}#signupapp.signup-app .popBg{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#00000080;z-index:-1}#signupapp.signup-app .selectButton{position:absolute;bottom:10%;align-self:center}#signupapp.signup-app picture{display:block}#signupapp.signup-app picture img{width:100%;height:100%;display:block;object-fit:contain}#signupapp.signup-app .errorMessage{color:red;font-size:.9em;height:.9em;will-change:transform}#signupapp.signup-app .errorMessage:not(.empty){animation:shake .35s ease both;-webkit-animation:shake .35s ease both}#signupapp.signup-app .logo{margin-bottom:1.5rem}#signupapp.signup-app .logo .logoImg{height:50px}#signupapp.signup-app .mainHeader{font-size:1.6rem;font-weight:700;color:#1e1e1e}#signupapp.signup-app .subHeader{color:#646464;font-weight:600}#signupapp.signup-app .threeDots.loading:after{display:inline-block;width:3ch;text-align:left;content:"...";overflow:hidden;vertical-align:bottom;animation:loadingDots 3s steps(4,end) infinite}#signupapp.signup-app .stepScreen.templateSelectionIntro{background-color:#f7faff}#signupapp.signup-app .stepScreen.templateSelectionIntro .choiceBoxes{padding-left:3rem;padding-right:3rem}#signupapp.signup-app .stepScreen.templateSelectionGrid{display:flex;flex-direction:row}@media(max-width:767px){#signupapp.signup-app .stepScreen.templateSelectionGrid{flex-direction:column}}#signupapp.signup-app .stepScreen.fontComboSelection,#signupapp.signup-app .stepScreen.colorComboSelection{box-shadow:0 0 50px #0000001a}@media(max-width:767px){#signupapp.signup-app .stepScreen.fontComboSelection,#signupapp.signup-app .stepScreen.colorComboSelection{box-shadow:none}}#signupapp.signup-app .stepScreen.signupFormPage{display:flex;flex-direction:column;align-items:center;justify-content:space-between;width:100%;height:100%;text-align:center}#signupapp.signup-app .stepScreen.signupFormPage .top,#signupapp.signup-app .stepScreen.signupFormPage .bottom{width:50%;padding:3rem}#signupapp.signup-app .stepScreen.signupFormPage .top .formWrapper{margin-top:3rem;display:flex;flex-direction:column;gap:.5rem}#signupapp.signup-app .stepScreen.signupFormPage .top .formActions .submitButton{margin-top:1rem;filter:drop-shadow(0 4px 8px rgba(0,0,0,.18))}#signupapp.signup-app .stepScreen.signupFormPage .top .loginMessage{margin-top:1.5rem;color:#646464;font-size:.875rem}#signupapp.signup-app .stepScreen.signupFormPage .top .loginMessage a{color:#1e1e1e;font-weight:700;text-decoration-line:underline;text-decoration-style:solid;text-decoration-skip-ink:auto;text-decoration-thickness:auto;text-underline-offset:auto;text-underline-position:from-font}#signupapp.signup-app .stepScreen.signupFormPage .bottom .termsText{font-size:.875rem;color:#646464}#signupapp.signup-app .stepScreen.signupFormPage .bottom .termsText a{color:#646464;text-decoration-line:underline;text-decoration-style:solid;text-decoration-skip-ink:auto;text-decoration-thickness:auto;text-underline-offset:auto;text-underline-position:from-font}@media(max-width:768px){#signupapp.signup-app .stepScreen.signupFormPage .top,#signupapp.signup-app .stepScreen.signupFormPage .bottom{width:100%;padding:1.5rem}#signupapp.signup-app .stepScreen.signupFormPage .top{margin-top:clamp(1rem,10vh,300px);margin-bottom:3rem}}#signupapp.signup-app .sidebar .sidebarItems .fontComboItem{border-radius:8px}#signupapp.signup-app .sidebar .sidebarItems .fontComboItem .fontPreviewWrapper{display:flex;flex-direction:column;padding:.75rem;position:relative}#signupapp.signup-app .sidebar .sidebarItems .fontComboItem .fontPreviewWrapper .fontComboHeader{font-size:1rem}#signupapp.signup-app .sidebar .sidebarItems .fontComboItem .fontPreviewWrapper .fontComboParagraph{font-size:.625rem}#signupapp.signup-app .sidebar .sidebarItems .fontComboItem .fontPreviewWrapper .fontComboName{font-size:.5rem;color:#646464;margin-top:1rem}#signupapp.signup-app .sidebar .sidebarItems .fontComboItem .fontPreviewWrapper .fontSymbol{font-size:2.75rem;position:absolute;bottom:0;right:.75rem;opacity:.22;color:#484848}@media(max-width:767px){#signupapp.signup-app .sidebar .sidebarItems .fontComboItem .fontSymbol{display:none}}#signupapp.signup-app .sidebar .sidebarItems .colorComboItem{border-radius:4px;padding:.75rem;height:4rem}#signupapp.signup-app .sidebar .sidebarItems .colorComboItem .paletteWrapper{display:grid;grid-template-columns:4fr 2fr 1fr 1fr;border:1px solid #d6d6d6;border-radius:4px;overflow:hidden;height:100%}#signupapp.signup-app .sidebar .sidebarItems .colorComboItem .paletteWrapper span{background-color:#696969}@media(max-width:767px){#signupapp.signup-app .sidebar .sidebarItems .colorComboItem{height:3rem}#signupapp.signup-app .sidebar .sidebarItems .colorComboItem .paletteWrapper{border:none;border-radius:0}#signupapp.signup-app .sidebar .sidebarItems .colorComboItem .selectionWrapper .button{background-color:transparent}}#signupapp.signup-app .siteTitleForm{width:clamp(600px,50%,800px);height:100%;display:flex;flex-direction:column;text-align:center;padding:clamp(1rem,20vh,300px) 3rem 3rem 3rem;margin-left:auto;margin-right:auto}#signupapp.signup-app .siteTitleForm .inputField{text-align:left;margin-top:1.5rem;width:100%}#signupapp.signup-app .siteTitleForm .button{width:100%;margin-top:1.5rem}@media(max-width:767px){#signupapp.signup-app .siteTitleForm{width:100%;padding:clamp(3rem,20vh,120px) 1.5rem 3rem 1.5rem}}#signupapp.signup-app .templateFilter{width:400px;padding:1.5rem 3rem;background-color:#fff;flex-shrink:0;box-shadow:0 0 50px #0000001a;border-right:1px solid #e4e4e4;position:relative}#signupapp.signup-app .templateFilter h3{font-size:1.4rem;font-weight:600;margin-bottom:1.5rem}#signupapp.signup-app .templateFilter .listWrapper{margin-bottom:1.5rem;font-size:.75rem}#signupapp.signup-app .templateFilter .listWrapper h4{margin-bottom:1rem;font-weight:600}#signupapp.signup-app .templateFilter .listWrapper .categoryList{list-style:none;padding:0;margin:0;display:flex;gap:.5rem}#signupapp.signup-app .templateFilter .listWrapper .categoryList.horizontal{flex-direction:row}#signupapp.signup-app .templateFilter .listWrapper .categoryList.vertical{flex-direction:column}#signupapp.signup-app .templateFilter .listWrapper .categoryList .category{cursor:pointer;padding:.5rem 1rem;align-self:flex-start}#signupapp.signup-app .templateFilter .listWrapper .categoryList .category.active{border-radius:8px;background-color:#f3f1f2}@media(max-width:767px){#signupapp.signup-app .templateFilter{width:100%;box-shadow:none;border-right:none;padding:1.5rem}#signupapp.signup-app .templateFilter .listWrapper .categoryList.vertical{flex-direction:row;overflow-x:auto;white-space:nowrap}}#signupapp.signup-app .templateGrid{display:grid;grid-template-columns:repeat(3,1fr);gap:3rem;background-color:#f7faff;padding:1.5rem 3rem;overflow-y:auto;width:100%;box-sizing:border-box}#signupapp.signup-app .templateGrid .templateCard{display:block;position:relative}#signupapp.signup-app .templateGrid .templateCard .cardBrowserWindow{position:relative}#signupapp.signup-app .templateGrid .templateCard .cardBrowserWindow .browserHead{display:flex;align-items:center;width:100%;height:20px;border-top-left-radius:10px;border-top-right-radius:10px;padding:0 8px;box-sizing:border-box;background:#ebedef}#signupapp.signup-app .templateGrid .templateCard .cardBrowserWindow .browserHead .dots{display:flex;gap:2px}#signupapp.signup-app .templateGrid .templateCard .cardBrowserWindow .browserHead .dots span{width:6px;height:6px;border-radius:50%;background-color:#696969}#signupapp.signup-app .templateGrid .templateCard .cardBrowserWindow .browserViewport picture{display:block;overflow:hidden}#signupapp.signup-app .templateGrid .templateCard .cardBrowserWindow .browserViewport picture img{width:100%;height:auto;display:block}#signupapp.signup-app .templateGrid .templateCard .cardBrowserWindow .hoverOverlay{position:absolute;top:0;left:0;width:100%;height:100%;background-color:#00000080;color:#fff;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .3s ease;cursor:pointer;border-top-left-radius:10px;border-top-right-radius:10px}#signupapp.signup-app .templateGrid .templateCard .cardBrowserWindow .hoverOverlay .button{width:max(150px,30%);pointer-events:none}#signupapp.signup-app .templateGrid .templateCard .cardBrowserWindow .hoverOverlay .button.mobile{display:none}#signupapp.signup-app .templateGrid .templateCard .cardBrowserWindow .hoverOverlay:hover{opacity:1}#signupapp.signup-app .templateGrid .templateCard .cardBrowserWindow .hoverOverlay:hover .button{pointer-events:auto}#signupapp.signup-app .templateGrid .templateCard figcaption{margin-top:.5rem;font-size:.75rem;text-align:left;font-weight:600}@media(min-width:2160px){#signupapp.signup-app .templateGrid{grid-template-columns:repeat(4,1fr)}}@media(max-width:1440px){#signupapp.signup-app .templateGrid{grid-template-columns:repeat(2,1fr)}}@media(max-width:960px){#signupapp.signup-app .templateGrid{grid-template-columns:repeat(1,1fr)}}@media(max-width:767px){#signupapp.signup-app .templateGrid{background-color:#fff;height:100%;overflow-y:initial;padding:1.5rem}#signupapp.signup-app .templateGrid .templateCard .cardBrowserWindow .hoverOverlay .button{display:none}#signupapp.signup-app .templateGrid .templateCard .cardBrowserWindow .hoverOverlay .button.mobile{display:block}#signupapp.signup-app .templateGrid .templateCard figcaption{font-size:.75rem}}#signupapp.signup-app .sitePreview{width:100%;height:100%;background-color:#fff;overflow:hidden;border-right:1px solid #e4e4e4}#signupapp.signup-app .sitePreview .halfScreen{display:grid;grid-template-columns:1fr 1fr;width:100%;height:70vh}#signupapp.signup-app .sitePreview .halfScreen .halfFigure{display:block;width:100%;height:100%;overflow:hidden}#signupapp.signup-app .sitePreview .halfScreen .halfFigure img{width:100%;height:100%;object-fit:cover;display:block}#signupapp.signup-app .sitePreview .halfScreen .halfContent{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;padding-left:5rem;padding-right:7rem}#signupapp.signup-app .sitePreview .gallery{width:100%;display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;padding:1.5rem}#signupapp.signup-app .sitePreview .gallery .galleryItem{width:100%;height:100%;overflow:hidden}#signupapp.signup-app .sitePreview .gallery .galleryItem img{width:100%;height:100%;object-fit:contain;display:block}#signupapp.signup-app .sitePreview .sampleHeader{font-size:4.5rem;font-weight:700}#signupapp.signup-app .sitePreview .sampleText{margin-top:1.44rem;margin-bottom:3.3rem}#signupapp.signup-app .sitePreview .sampleText a{transition:initial}#signupapp.signup-app .sitePreview .sampleButton{text-align:center;padding:.5rem 3rem;border-radius:8px;cursor:pointer}@media(max-width:767px){#signupapp.signup-app .sitePreview{height:80vh;overflow:auto}#signupapp.signup-app .sitePreview .halfScreen{display:block;height:auto}#signupapp.signup-app .sitePreview .halfScreen .halfFigure{height:35vh}#signupapp.signup-app .sitePreview .halfScreen .halfContent{padding:3rem 0 3rem 3rem;align-items:flex-start;text-align:left;width:66%}#signupapp.signup-app .sitePreview .gallery{padding:1rem;gap:1rem}#signupapp.signup-app .sitePreview .sampleHeader{font-size:1.6rem}#signupapp.signup-app .sitePreview .sampleText,#signupapp.signup-app .sitePreview .sampleButton{font-size:.625rem}#signupapp.signup-app .sitePreview .sampleText{margin-bottom:2rem}#signupapp.signup-app .sitePreview .sampleButton{border-radius:4px}}#signupapp.signup-app .choiceBoxes{display:flex;flex-direction:row;gap:3rem;height:auto;flex:1 1 auto;margin-top:3rem;margin-bottom:3rem;justify-content:center}#signupapp.signup-app .choiceBoxes .choiceBox{display:flex;flex-direction:column;border:1px solid #d6d6d6;border-radius:12px;text-align:left;background-color:#fff;box-shadow:0 4px 8px #0000001a;width:max(600px,34%);max-height:750px}#signupapp.signup-app .choiceBoxes .choiceBox picture{height:clamp(100px,50%,500px);margin:1rem}#signupapp.signup-app .choiceBoxes .choiceBox picture img{object-fit:cover;width:100%;height:100%}#signupapp.signup-app .choiceBoxes .choiceBox .bottom{display:flex;flex-direction:column;justify-content:space-between;margin:auto 3rem 3rem;font-size:.875rem}#signupapp.signup-app .choiceBoxes .choiceBox .bottom .textWrapper{width:60%}#signupapp.signup-app .choiceBoxes .choiceBox .bottom .textWrapper h3{font-size:1.4rem;margin-bottom:1rem;font-weight:700}#signupapp.signup-app .choiceBoxes .choiceBox .bottom .textWrapper h4{color:#646464}#signupapp.signup-app .choiceBoxes .choiceBox .bottom .button{width:100%;margin-top:3rem;font-size:.875rem}@media(max-width:1024px){#signupapp.signup-app .choiceBoxes,#signupapp.signup-app .choiceBoxes .choiceBox{height:auto}#signupapp.signup-app .choiceBoxes .choiceBox .bottom .textWrapper{width:100%}}@media(max-width:767px){#signupapp.signup-app .choiceBoxes{flex-direction:column;align-items:center;justify-content:flex-start;margin:1.5rem;padding:0;height:auto}#signupapp.signup-app .choiceBoxes .choiceBox{width:100%;max-width:none}#signupapp.signup-app .choiceBoxes .choiceBox .bottom{margin:auto 1.5rem 3rem}#signupapp.signup-app .choiceBoxes .choiceBox .bottom .textWrapper{width:100%}#signupapp.signup-app .choiceBoxes .choiceBox .bottom .button{margin-top:1.5rem}}#signupapp.signup-app .templatePreviewFrame .browserWindow{width:80%;height:80%;background:#ebedef;border-radius:10px;box-shadow:0 4px 8px #0000001a;margin-left:auto;margin-right:auto}#signupapp.signup-app .templatePreviewFrame .browserWindow .browserHead{height:30px;background:#ebedef;border-top-left-radius:10px;border-top-right-radius:10px;display:flex;align-items:center;width:100%;padding:0 10px;box-sizing:border-box}#signupapp.signup-app .templatePreviewFrame .browserWindow .browserHead .dots{display:flex;gap:8px}#signupapp.signup-app .templatePreviewFrame .browserWindow .browserHead .dots span{width:12px;height:12px;border-radius:50%;background-color:#696969;cursor:pointer}#signupapp.signup-app .templatePreviewFrame .browserWindow .browserHead .dots span.red{background-color:#ff605c}#signupapp.signup-app .templatePreviewFrame .browserWindow .browserViewport{height:100%;width:100%;display:flex;justify-content:center;align-items:center;position:relative}#signupapp.signup-app .templatePreviewFrame .browserWindow .browserViewport iframe{border:none;width:100%;height:100%}#signupapp.signup-app .templatePreviewFrame .browserWindow .browserViewport .selectButton{position:absolute;bottom:-5%;transition:all .3s ease;opacity:0;pointer-events:none}#signupapp.signup-app .templatePreviewFrame .browserWindow .browserViewport:hover .selectButton{display:block;bottom:5%;opacity:1;pointer-events:auto}#signupapp.signup-app .googleSignup{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:1rem;height:48px;padding:.5rem 1.5rem;width:100%;background:#f5f5f5;border-radius:12px;cursor:pointer}#signupapp.signup-app .googleSignup .googleLogo{height:100%;aspect-ratio:1/1}#signupapp.signup-app .googleSignup .googleText{font-weight:700}#signupapp.signup-app .divider{display:flex;align-items:center;justify-content:center;gap:1rem;text-align:center;margin:1.5rem 0}#signupapp.signup-app .divider:before,#signupapp.signup-app .divider:after{content:"";flex:1 1 auto;height:1px;background-color:#d6d6d6}#signupapp.signup-app .emailSignup{display:flex;flex-direction:column;gap:1rem;width:100%}#signupapp.signup-app .emailSignup .inputField label{text-align:left}#signupapp.signup-app .emailSignup .inputField .passwordStrength{text-align:left;margin-top:.5rem;font-size:.9em}#signupapp.signup-app .emailSignup .inputField .passwordStrength.weakPassword{color:red}#signupapp.signup-app .emailSignup .inputField .passwordStrength.mediumPassword{color:orange}#signupapp.signup-app .emailSignup .inputField .passwordStrength.strongPassword{color:green}#signupapp.signup-app .emailSignup .formActions{margin-top:1.5rem}#signupapp.signup-app .emailSignup .formActions .submitButton{width:100%;background-color:#000}@keyframes shake{0%{transform:translate(0)}20%{transform:translate(-8px)}40%{transform:translate(8px)}60%{transform:translate(-6px)}80%{transform:translate(6px)}to{transform:translate(0)}}@-webkit-keyframes shake{0%{-webkit-transform:translateX(0);transform:translate(0)}20%{-webkit-transform:translateX(-8px);transform:translate(-8px)}40%{-webkit-transform:translateX(8px);transform:translate(8px)}60%{-webkit-transform:translateX(-6px);transform:translate(-6px)}80%{-webkit-transform:translateX(6px);transform:translate(6px)}to{-webkit-transform:translateX(0);transform:translate(0)}}@keyframes loadingDots{0%{content:""}35%{content:"."}60%{content:".."}to{content:"..."}}@-webkit-keyframes loadingDots{0%{content:""}35%{content:"."}60%{content:".."}to{content:"..."}}
