@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");*,*::after,*::before{margin:0;padding:0;box-sizing:inherit}:root{--main-color:#000;--white:#fff;--cta-color:#ea1f24;--legals:#777}html{font-size:62.5%}@media only screen and (max-width:56.25em){html{font-size:50%}}@media only screen and (max-width:75em){html{font-size:56.25%}}body{color:var(--main-color);font-family:"Roboto",sans-serif;text-align:center}.container{display:block;max-width:800px;margin:auto}.container--fullHeight{min-height:81vh}.header-wrapper{width:100%;background-color:var(--white);box-shadow:0 0 20px rgba(0,0,0,0.1);padding:.8rem;display:flex;align-items:center;gap:10px;border-radius:6px;border:1px solid #e1e1e1;margin:2rem auto 3rem auto}#icon-box{background-color:var(--cta-color);width:50px;height:50px;padding:3px;border-radius:3px;box-sizing:border-box}#icon-box img{max-width:43px;height:auto;margin:0 auto}.text-box{display:flex;flex-direction:column;align-items:start;text-align:left}#serviceNameDisplay{font-size:1.5rem;font-weight:600;margin:0;margin-bottom:5px}#serviceDescription{font-size:1.2rem;color:var(--legals);font-weight:400;margin:0}#guide{font-family:"Poppins",sans-serif;font-size:2.8rem;font-weight:700;margin:0}#stepsGuide{font-size:1.5rem;font-weight:normal;margin:0}.step-wrapper{margin-top:1rem;display:flex;justify-content:space-around;margin-bottom:0;flex-direction:column;align-items:flex-start;margin:80px 0;padding:0;gap:10px}.step-wrapper.step-wraper--valid{margin:0 auto 15px}.step{position:relative;display:flex;flex-direction:row;align-items:center}.step .step-counter{position:relative;z-index:5;display:flex;justify-content:center;align-items:center;font-size:1.5em;width:30px;height:30px;font-weight:bold;border-radius:50%;background:var(--cta-color);margin-bottom:6px;color:#fff}.step-name{padding-left:10px;font-size:1.5rem;text-align:left}.step-name span{color:var(--cta-color);font-weight:600}input,textarea{width:100%;border:solid 1px #a2a2a2;font-size:1.8em;padding:5px;margin:4px 0;height:50px;box-sizing:border-box;padding-left:16px}.button{width:100%;font-size:1.8rem;height:80px;font-weight:700;text-transform:uppercase;background-color:var(--cta-color);border:0;color:var(--white);font-family:"Poppins",sans-serif;box-shadow:0 5px 30px 0 rgba(234,31,36,0.3);animation:pulse 2s infinite}.errorMessage{color:var(--cta-color);font-size:1.3em;padding:5px;font-weight:bold}.disclaimer{color:var(--legals);font-size:12px;margin:2.5rem auto;line-height:normal}.footer-links{color:var(--main-color);font-size:12px}#footer{color:#140e23;background-color:#f6f7f9;padding:5em 1em}.headline_footer{font-size:3em;font-weight:600;margin-bottom:1em}#footer .container{font-size:1.4em;text-align:left;background-color:#fff;padding:2em 3em;border-radius:20px}.strong_paragraph{font-weight:600;margin-bottom:1em}.footer-links{display:flex;justify-content:center;list-style:none;gap:10px;margin-top:2em}.footer-links a{text-decoration:none;color:#000}.guid_button{font-size:12px;margin:12px 0 6px}.topImg{width:100%;height:auto;max-width:300px;margin:0 auto}@media screen and (max-width:850px){#guide{font-size:2.6em}.fullHeight{min-height:100vh}.panel{margin:4em auto;width:100%}}@media screen and (max-width:767px){.topImg{max-width:250px}.headline_footer{font-size:2.3em}#footer .container{padding:2em 1em}.container{width:90%}.header-wrapper{box-sizing:border-box}#serviceNameDisplay{font-size:15px}#serviceDescription{font-size:12px}#prelander-form{padding:0 20px}.contact .button{max-width:90%}}@media screen and (max-width:420px) and (max-height:750px){.panel{margin:0 auto 2em;width:100%}}.headLine{font-weight:bold;color:var(--cta-color);font-size:2em}@keyframes pulse{0%{transform:scale(1)}50%{transform:scale(1.1)}100%{transform:scale(1)}}.overlay{position:fixed;width:100%;height:100vh;display:none;background-color:rgba(0,0,0,0.5);z-index:100;justify-content:center;align-items:center;top:0}.lds-spinner{color:official;display:inline-block;position:relative;width:80px;height:80px;transform:scale(3)}.lds-spinner div{transform-origin:40px 40px;animation:lds-spinner 1.2s linear infinite}.lds-spinner div:after{content:" ";display:block;position:absolute;top:3px;left:37px;width:6px;height:18px;border-radius:20%;background:#fff}.lds-spinner div:nth-child(1){transform:rotate(0);animation-delay:-1.1s}.lds-spinner div:nth-child(2){transform:rotate(30deg);animation-delay:-1s}.lds-spinner div:nth-child(3){transform:rotate(60deg);animation-delay:-0.9s}.lds-spinner div:nth-child(4){transform:rotate(90deg);animation-delay:-0.8s}.lds-spinner div:nth-child(5){transform:rotate(120deg);animation-delay:-0.7s}.lds-spinner div:nth-child(6){transform:rotate(150deg);animation-delay:-0.6s}.lds-spinner div:nth-child(7){transform:rotate(180deg);animation-delay:-0.5s}.lds-spinner div:nth-child(8){transform:rotate(210deg);animation-delay:-0.4s}.lds-spinner div:nth-child(9){transform:rotate(240deg);animation-delay:-0.3s}.lds-spinner div:nth-child(10){transform:rotate(270deg);animation-delay:-0.2s}.lds-spinner div:nth-child(11){transform:rotate(300deg);animation-delay:-0.1s}.lds-spinner div:nth-child(12){transform:rotate(330deg);animation-delay:0s}@keyframes lds-spinner{0%{opacity:1}100%{opacity:0}}
