*{margin:0;padding:0;box-sizing:border-box;scroll-behavior:smooth}body,html{scroll-behavior:smooth!important}.main-layout{max-width:5000px;scroll-behavior:smooth}.container,.main-layout{width:100%;margin:0 auto}.container{max-width:1800px;padding:90px 50px}@media only screen and (max-width:1300px){.container{padding:50px}}@media only screen and (max-width:767px){.container{padding:25px}}.main-btn{min-width:150px;background-color:rgba(0,0,0,0);border-radius:15px;border-color:#110d0d}ul{display:flex}a{font-size:18px;text-decoration:none}@media only screen and (max-width:1300px){a{font-size:18px}}@media only screen and (max-width:767px){a{font-size:15px}}img{width:100%}h1{font-size:55px;text-shadow:0 2px 5px rgba(0,0,0,.4588235294)}@media only screen and (max-width:1300px){h1{font-size:40px}}@media only screen and (max-width:767px){h1{font-size:23px}}h2{font-size:35px;text-shadow:0 2px 5px rgba(0,0,0,.4588235294)}@media only screen and (max-width:1300px){h2{font-size:28px}}@media only screen and (max-width:767px){h2{font-size:21px}}h3{font-size:25px;text-shadow:0 2px 5px rgba(0,0,0,.4588235294)}@media only screen and (max-width:1300px){h3{font-size:20px}}@media only screen and (max-width:767px){h3{font-size:17px}}p{font-size:20px;margin:20px 0;line-height:30px}@media only screen and (max-width:1300px){p{font-size:18px;margin:15px 0;line-height:25px}}@media only screen and (max-width:767px){p{font-size:15px}}li{font-size:18px;line-height:20px}@media only screen and (max-width:1300px){li{font-size:16px;line-height:25px}}@media only screen and (max-width:767px){li{font-size:13px}}.form{display:flex;flex-direction:column;align-items:flex-start}.form .input-container{width:100%;margin:5px 0;display:flex;align-items:center;justify-content:space-between}@media only screen and (max-width:767px){.form .input-container{flex-direction:column}}.form .input-container .input-field{height:45px;padding-left:15px;width:100%;font-size:16px;border-radius:8px;border:1px solid #110d0d;transition:all .5s}.form .input-container .input-field.left{margin-right:10px;width:100%}@media only screen and (max-width:767px){.form .input-container .input-field.left{margin-right:unset;margin-bottom:10px}}.form .input-container .input-field:focus{outline:1px solid #110d0d}.form .input-container .textarea{width:100%;font-size:16px;border-radius:8px;padding:15px 0 0 15px;resize:none;height:250px}.form span{color:#6d6d6d;font-size:14px;margin:0 0 10px}.form .recaptcha.invalid{border:1px solid #db2837}.form .submit-btn{margin-top:10px;max-width:200px;width:100%;height:45px;background-color:rgba(0,0,0,0);border-radius:8px;border:1px solid #110d0d;font-size:16px;font-weight:700;cursor:pointer;color:#110d0d;transition:all .5s}@media only screen and (max-width:767px){.form .submit-btn{margin:10px auto 0}}.form .submit-btn:hover{background-color:#db2837;color:#fefefe}