@import"https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;700&family=Poppins:wght@600&display=swap";html,body{width:100%;height:100%}input::-ms-clear,input::-ms-reveal{display:none}*,*:before,*:after{box-sizing:border-box}html{font-family:sans-serif;line-height:1.15;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;-ms-overflow-style:scrollbar;-webkit-tap-highlight-color:rgba(0,0,0,0)}@-ms-viewport{width:device-width}body{margin:0}[tabindex="-1"]:focus{outline:none}hr{box-sizing:content-box;height:0;overflow:visible}h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:.5em;font-weight:500}p{margin-top:0;margin-bottom:1em}abbr[title],abbr[data-original-title]{-webkit-text-decoration:underline dotted;text-decoration:underline;text-decoration:underline dotted;border-bottom:0;cursor:help}address{margin-bottom:1em;font-style:normal;line-height:inherit}input[type=text],input[type=password],input[type=number],textarea{-webkit-appearance:none}ol,ul,dl{margin-top:0;margin-bottom:1em}ol ol,ul ul,ol ul,ul ol{margin-bottom:0}dt{font-weight:500}dd{margin-bottom:.5em;margin-left:0}blockquote{margin:0 0 1em}dfn{font-style:italic}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}pre,code,kbd,samp{font-size:1em;font-family:SFMono-Regular,Consolas,Liberation Mono,Menlo,Courier,monospace}pre{margin-top:0;margin-bottom:1em;overflow:auto}figure{margin:0 0 1em}img{vertical-align:middle;border-style:none}a,area,button,[role=button],input:not([type=range]),label,select,summary,textarea{touch-action:manipulation}table{border-collapse:collapse}caption{padding-top:.75em;padding-bottom:.3em;text-align:left;caption-side:bottom}input,button,select,optgroup,textarea{margin:0;color:inherit;font-size:inherit;font-family:inherit;line-height:inherit}button,input{overflow:visible}button,select{text-transform:none}button,html [type=button],[type=reset],[type=submit]{-webkit-appearance:button}button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{padding:0;border-style:none}input[type=radio],input[type=checkbox]{box-sizing:border-box;padding:0}input[type=date],input[type=time],input[type=datetime-local],input[type=month]{-webkit-appearance:listbox}textarea{overflow:auto;resize:vertical}fieldset{min-width:0;margin:0;padding:0;border:0}legend{display:block;width:100%;max-width:100%;margin-bottom:.5em;padding:0;color:inherit;font-size:1.5em;line-height:inherit;white-space:normal}progress{vertical-align:baseline}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{outline-offset:-2px;-webkit-appearance:none}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}output{display:inline-block}summary{display:list-item}template{display:none}[hidden]{display:none!important}mark{padding:.2em;background-color:#feffe6}:root{--pink: hsl(322, 100%, 66%);--pale-cyan: hsl(193, 100%, 96%);--dark-cyan: hsl(192, 100%, 9%);--gray-blue: hsl(208, 11%, 55%);--white: hsl(0, 0%, 100%);--heading-font: "Poppins", sans-serif;--body-font: "Open Sans", sans-serif;--font-size: 18px }*,:before,:after{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--body-font);font-size:var(--font-size)}img{max-width:100%}a{text-decoration:none}ul{list-style:none}.landing-page{color:var(--dark-cyan);height:100vh}.verify-page{display:flex;align-items:center;margin-top:auto;color:var(--dark-cyan)}.header{background-color:var(--pale-cyan);background-repeat:no-repeat;background-size:cover;margin-bottom:4rem}.navbar{display:flex;justify-content:space-between;align-items:center;padding:1.5rem 2rem}.navbar__buttons{display:flex;gap:1rem}.navbar__logo{width:7rem}.cta{border-radius:.5rem;display:flex;justify-content:center;align-items:center;padding:.6rem 2rem;font-size:1rem;font-weight:600}.navbar__cta{background-color:var(--white);color:var(--dark-cyan)}.hero__cta{color:var(--white);background-color:var(--dark-cyan)}.section__cta,.main__cta,.footer__cta{color:var(--white);background-color:var(--dark-cyan);width:90%;margin:auto}.hero{padding:4rem 2.5rem 2rem;text-align:center}.hero__main{padding-bottom:2rem}.hero__headline{font-size:1.5rem;padding-bottom:1.5rem}.hero__message{font-size:1rem;line-height:1.6rem;padding-bottom:1.5rem}.hero__image{padding-top:1rem}.main{padding:1.5rem 2rem;gap:3rem;display:flex;flex-direction:column;width:100%;margin:auto}.workflow__step{display:flex;flex-direction:column;align-items:center;font-size:1rem}.section,.footer__section{padding:1rem;text-align:center;background-color:var(--white);border-radius:.5rem}.section__kicker{color:var(--dark-cyan);text-transform:uppercase;font-weight:700;font-size:1rem}.section__image{padding:1rem 1rem 2rem}.section__heading{color:var(--dark-cyan);font-size:1.125rem;padding:1rem 2rem;margin:0}.section__message{color:var(--gray-blue);font-size:1rem;line-height:1.4rem;padding-bottom:1.5rem}.section__build{top:-4rem;left:5%;position:absolute;padding:1rem 2rem 2rem;width:90%}.section__build__heading{padding:1rem;width:100%}.footer{padding-top:2rem;color:var(--dark-gray-blue);background-color:#4c545d0d;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;line-height:1.6rem;text-align:center;margin-top:auto}.footer__logo{width:4rem}.footer__links{display:flex;flex-direction:column;gap:1.5rem}.footer__link:hover{color:var(--strong-cyan)}.footer__social{padding-top:1rem;display:flex;justify-content:space-between;align-items:center;gap:1.5rem}@media (min-width:1440px){.header{background-color:#fff;background-size:contain}.navbar{width:75%;margin:auto;padding:2rem}.navbar__logo{width:6.5rem}.login__cta{border:.15rem solid var(--dark-cyan);color:var(--dark-cyan);padding:.3rem 2rem}.signup__cta{padding:.3rem 2rem;color:var(--white);background-color:var(--dark-cyan);width:60%}.hero{display:flex;justify-content:space-around;align-items:center;width:75%;margin:auto;text-align:left}.hero__cta,.hero__main{width:50%}.hero__headline{font-size:4rem;line-height:5rem;font-weight:800;padding-bottom:0}.hero__message{font-size:1.2rem;line-height:2rem;width:80%;font-weight:400}.hero__image{width:50%;margin-top:-3rem}.main__cta{width:50%;margin-left:0}.main{padding:0}.section{width:75%;margin:auto;display:flex;padding:2rem 0;align-items:center;justify-content:center;gap:4rem}.section__icon{object-fit:contain;width:4rem}.section__main{width:50%;text-align:left}.section__heading{font-size:2rem;line-height:3rem;font-weight:700;padding:1.5rem 0}.section__message{font-size:1.2rem;line-height:2rem;width:80%;text-align:justify}.section__paragraph{font-size:1.2rem;line-height:2rem;width:100%;text-align:justify}.call-to-action__message{font-size:1.2rem;line-height:2rem;width:80%;text-align:center}.section__verify{width:75%;margin:auto}.section__image{width:42%}.section__cta{color:var(--white);width:12rem;justify-content:space-around;margin:0}.section__workflow{display:flex;flex-direction:column}.workflow--info{width:90%}.section__call-to-action{display:flex;flex-direction:column;align-items:center;text-align:center!important;font-size:1rem;gap:.5rem;border-radius:2rem;margin-bottom:3rem}.section__build{display:flex;flex-direction:column;left:30%;width:40%;gap:.1rem}.footer{display:flex;flex-direction:row;justify-content:space-between;align-items:center;padding:2rem 4rem}.footer__links{flex-direction:row;gap:1.5rem;font-size:1.3rem}.holder{display:flex;justify-content:space-between;width:90%;margin:auto}.terms_section{display:flex;padding:2rem 0;align-items:center;justify-content:center}}.cookie-consent-banner{position:fixed;bottom:0;left:0;right:0;background-color:#00252e;color:#fff;padding:15px;text-align:center;z-index:9999}.cookie-consent-message{max-width:800px;margin:0 auto}.cookie-consent-message p{margin:0 0 10px}.cookie-consent-message button{background-color:#808d99;color:#fff;border:none;padding:10px 20px;cursor:pointer}.cookie-consent-message button:hover{background-color:#808d99}
