.form-service{display:flex;flex-direction:column;align-items:flex-start;width:100%}.btns{display:flex!important;flex-direction:column!important;align-items:flex-start!important;width:100%}.form-service>div{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:20px;gap:20px;justify-content:center;position:relative;width:100%}.form-service>div>textarea{grid-column-start:1;grid-column-end:3}.form-service>div>input,.form-service>div>textarea{width:calc(100% - 40px);font-size:1.4rem}.form-service>div>input,.form-service>div>select,.form-service>div>textarea{border-radius:10px;background-color:#1c1c1c;border:1px solid #333;padding:10px 20px;font-family:Poppins;color:#fff}.form-service>div>select{width:100%;font-size:1.3rem}.form-service>div>input,.form-service>div>textarea{transition:.4s;box-shadow:0 0 10px 0 hsla(0,0%,100%,0)}.form-service>div>textarea{height:100px}.form-service>div>select:focus-visible{outline:none}.form-service>div>input:focus-visible,.form-service>div>textarea:focus-visible{outline:none;box-shadow:0 0 15px -2px hsla(0,0%,100%,.3);transition:.4s}.form-service>div>button{background-color:#1c1c1c;border:none;color:#fff;font-family:Poppins;width:-moz-fit-content;width:fit-content;padding:15px 50px;border-radius:30px;cursor:pointer;font-size:1rem;box-shadow:0 0 15px -2px hsla(0,0%,100%,0);border:1px solid hsla(0,0%,100%,0);transition:.6s}.form-service>div>div{max-width:1100px;display:flex;flex-direction:column;width:100%;justify-content:flex-start;gap:20px}.form-service>div>button:hover{border:1px solid hsla(0,0%,100%,.2);scale:1.01;box-shadow:0 0 15px -2px hsla(0,0%,100%,.3);transition:.6s}.thanks{display:flex;flex-direction:column;align-items:center;justify-content:center}.thanks>h2{margin-bottom:20px}.errorForm{display:flex;width:-moz-fit-content;width:fit-content;gap:5px;align-items:center;background-color:rgba(255,0,0,.2);padding:7px 15px;border-radius:10px;border:1px solid rgba(255,0,0,.3)}.errorForm>p{line-height:1.6rem;color:rgba(255,0,0,.7);font-size:1.2rem}.loader{width:48px;height:48px;border-radius:50%;display:inline-block;left:50%;top:50%;transform:translate(-50%,-50%);z-index:1;border:3px solid;border-color:#fff #fff transparent;animation:rotation 1s linear infinite}.loader,.loader:after{position:absolute;box-sizing:border-box}.loader:after{content:"";left:0;right:0;top:0;bottom:0;margin:auto;border:3px solid #ff3d00;border-top-color:transparent;width:24px;height:24px;border-radius:50%;animation:rotationBack .5s linear infinite;transform-origin:center center}@keyframes rotation{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes rotationBack{0%{transform:rotate(0deg)}to{transform:rotate(-1turn)}}.terms{display:flex;align-items:center;flex-direction:row;gap:8px;margin:20px 0}.terms>input{transform:scale(1.3)}.terms>p,.terms>p>a{font-size:16px}@media screen and (max-width:809px){.form-service{grid-template-columns:1fr}.form-service>select{position:relative;font-size:1.1rem}.form-service>input,.form-service>textarea{font-size:1rem;padding:10px 7px;width:calc(100% - 14px)}.form-service>textarea{grid-column-start:unset;grid-column-end:unset}.loader{left:calc(50% - 20px);top:30%}.errorForm>p{font-size:1rem;line-height:1.2rem}.errorForm{padding:7px}}.header{display:flex;position:relative;align-items:center;justify-content:center;text-align:center;flex-direction:column;padding:100px;height:calc(78vh - 200px);background-image:url(/_next/static/media/bg_services.fce2873c.jpeg);background-position:50%;background-size:cover}.services-overlay{background-color:rgba(5,5,5,.75);position:absolute;left:0;top:0;width:100%;height:100%;z-index:0}.header>div:first-child{z-index:1}.header>div>p{max-width:1000px;width:100%}.services-body{gap:150px;margin-top:100px}.services-about,.services-body{display:flex;flex-direction:column}.services-about{align-items:center;justify-content:center;text-align:center}.services-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:30px;gap:30px;background-image:radial-gradient(rgba(0,255,221,.2) 0,transparent 60%)}.services-create{display:flex;flex-direction:column;gap:30px}.services-create>a{background-color:#1f1f1f;width:-moz-fit-content;width:fit-content;padding:15px 50px;border-radius:30px;box-shadow:0 0 20px -10px rgba(153,253,255,.6)}.service-card{background-color:#171717;border-radius:10px;padding:70px 40px;width:calc(100% - 80px);transition:.6s}.service-card:hover{background-color:#262626;transition:.6s;transform:translateY(-13px)}.services-faqs{display:flex;flex-direction:column;gap:30px}.services-pro{display:grid;grid-template-columns:1.2fr .8fr;grid-gap:100px;gap:100px;background-color:#171717;border-radius:20px;overflow:hidden}.services-pro>img{object-fit:cover;width:100%;margin-top:7rem}.services-pro>div{width:100%;padding:35px 50px}.services-pro>div,.services-pro>div>div{display:flex;flex-direction:column;gap:30px}@media screen and (max-width:809px){.header{padding:100px 20px;height:calc(78vh - 200px)}.services-body{gap:80px;margin-top:50px}.services-grid{display:flex;flex:1 1;overflow-x:scroll;width:calc(100vw - 40px);margin-left:-20px;padding-inline:20px}.service-card{padding:30px 20px}.service-card>p{width:calc(80vw - 40px)}.services-pro{grid-template-columns:1fr;gap:0}.services-pro>div{padding:15px 20px;width:calc(100% - 40px)}.services-pro>img{display:none}.service-card:hover{transform:translateY(0)}}.faq{flex-direction:column;background-color:#171717;border-radius:20px;padding:15px 30px}.faq>span{width:100%;cursor:pointer;display:flex;align-items:center;justify-content:space-between;-webkit-user-select:none;-moz-user-select:none;user-select:none}.faq>span>img{width:30px;rotate:-90deg;transition:.5s}.faq>div{flex-direction:column;margin-top:25px;gap:15px;padding-bottom:30px}@media screen and (max-width:809px){.faq{padding:7px 15px}}