@import url(https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap);.header-desktop-share{align-items:center;background:#fff;border:1px dashed #d0d5dd;border-radius:50%;border-radius:20px;cursor:pointer;display:flex;height:40px;justify-content:center;opacity:.6;position:absolute;right:208px;top:30px;transition:all .3s ease;width:40px}.header-desktop-share:hover{background:#f9fafb;border:1px dashed #d0d5dd;border-radius:20px;opacity:1}.header-desktop-share:focus{background:#fff;border:1px dashed #d0d5dd;border-radius:20px;box-shadow:0 0 0 4px #f2f4f7!important;opacity:.6}.header-mobile-share,.mobile-share-hover{display:none}.desc{opacity:0;position:absolute;right:259px;top:35px;transition:all .3s ease}.header-desktop-share:hover~.desc{opacity:1}.share-description{background:#000;border-radius:10px;color:#fff;font-size:13px;padding:10px 15px;position:relative;width:-webkit-max-content;width:max-content}.share-description div{background:#000;padding:4px;position:absolute;right:-4px;top:40%;-webkit-transform:rotate(45deg);transform:rotate(45deg)}.profile{align-items:center;display:flex;flex-direction:column;justify-content:center}.profile-img-container{height:5.5rem;position:relative;width:5.5rem}#profile__img{border-radius:100%;height:5.5rem;width:5.5rem}.profile-hover{border-radius:50%;height:100%;position:absolute;top:0;transition:all .3s ease;width:100%}.profile-hover:hover{background:linear-gradient(0deg,rgba(52,64,84,.75),rgba(52,64,84,.75))}.profile-hover:hover .camera{opacity:1}.camera{bottom:12.5%;left:calc(50% - 10px);opacity:0;position:absolute;transition:all .3s ease}.profile p{color:#101828;font-size:20px;font-weight:700;line-height:30px;text-align:center}#slack{display:none}@media screen and (max-width:768px){.profile p{font-size:18px}.header-desktop-share{display:none;right:20px}.header-mobile-share{align-items:center;display:flex;justify-content:center}.mobile-share:hover{display:none}.mobile-share:hover~.mobile-share-hover{display:block}.header-desktop-share:hover~.desc{display:none}}.links{display:flex;flex-direction:column;margin-top:20px;padding:0 20px}.link-button{background:#eaecf0;border:1px solid #eaecf0;border-radius:8px;color:#101828;color:#000;cursor:pointer;font-size:18px;font-weight:500;height:76px;line-height:28px;margin:10px 0;padding:24px 32px;text-align:center;text-decoration:none;transition:all .3s ease;width:100%}.link-button:hover{background:#d0d5dd}.socials{align-items:center;background:#fff;display:flex;gap:40px;height:72px;justify-content:center;margin:10px 0;padding:24px 0;width:100%}@media screen and (max-width:768px){.links{margin-top:0;padding:0}.link-button{font-size:14px;height:68px;line-height:20px;padding:24px 20px}}.footer{align-items:center;background:#fff;border-top:1px solid #eaecf0;display:flex;gap:40px;height:160px;justify-content:space-between;margin:0 auto;max-width:1152px;padding:48px 0;padding:15px 0 0;width:100%}@media screen and (max-width:768px){.footer{align-items:flex-start;flex-direction:column;gap:20px;height:200px;left:0;margin:0;padding:40px 0}}.contact{padding:64px 0 120px}.head-text{font-size:36px;font-weight:600;letter-spacing:-.02em;line-height:44px}.head-text2{font-size:20px;font-weight:400;line-height:30px}#form{color:#344054;font-size:14px;font-weight:500;line-height:20px}.username-field{align-items:center;display:flex;justify-content:space-between;width:100%}.username-field label{margin-top:25px;width:49%}#form input{width:100%}input,textarea{background:#fff;border:1px solid #d0d5dd;border-radius:8px;box-shadow:0 1px 2px rgba(16,24,40,.05);font-family:Inter;font-size:20px;font-style:normal;font-weight:400;margin-bottom:25px;margin-top:8px;padding:10px 14px;transition:all .3s ease;width:100%}input:focus,textarea:focus{border:1px solid #84caff;outline:none}textarea:focus{border-radius:8px;box-shadow:0 1px 2px rgba(16,24,40,.05),0 0 0 4px #d1e9ff}input::-webkit-input-placeholder,textarea::-webkit-input-placeholder{color:#667085;font-family:Inter;font-size:16px;font-style:normal;font-weight:400;line-height:24px}input::placeholder,textarea::placeholder{color:#667085;font-family:Inter;font-size:16px;font-style:normal;font-weight:400;line-height:24px}textarea{height:132px;resize:none}.check-wrap{color:#475467;cursor:pointer;display:block;font-size:16px;font-weight:400;margin-bottom:12px;padding-left:35px;position:relative}.check-wrap input{cursor:pointer;height:0;opacity:0;position:absolute;width:0}.check{background:#fff;border:1px solid #d0d5dd;border-radius:6px;box-shadow:0 1px 2px rgba(16,24,40,.05);height:20px;left:0;position:absolute;top:0;width:20px}.check-wrap input:checked~.check{background-color:#fff;border:1px solid #1570ef}.check:after{content:"";display:none;position:absolute}.check-wrap input:checked~.check:after{display:block}.check-wrap .check:after{border:solid #1570ef;border-width:0 3px 3px 0;height:9px;left:6px;top:1px;-webkit-transform:rotate(45deg);transform:rotate(45deg);width:3px}#form button{background:#1570ef;border:1px solid #1570ef;border-radius:8px;box-shadow:0 1px 2px rgba(16,24,40,.05);color:#fff;font-family:Inter;font-size:16px;font-style:normal;font-weight:600;height:48px;line-height:24px;margin-top:5px;padding:12px 20px;transition:all .3s ease;width:720px;width:100%}#form button:hover{background:#175cd3}@media screen and (max-width:768px){.contact{padding:0 0 60px}.head-text2{font-size:18px}.username-field label{width:100%}.username-field{flex-direction:column}.lname{margin-top:0!important}input,textarea{margin-top:0}}body{font-family:Inter;font-style:normal;margin:0;padding:0}*{box-sizing:border-box}.App{margin:0 auto;max-width:1152px;padding:50px 30px 30px;position:relative}@media screen and (max-width:768px){.App{padding:50px 20px 30px}}
/*# sourceMappingURL=main.ec9b7cfb.css.map*/