@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap");*{box-sizing:border-box;margin:0;padding:0}body,html{font-family:Roboto,sans-serif;margin:0!important;padding:0!important}section{width:100%}.webinar-hero{background:linear-gradient(135deg,#1b2945,#243a73);color:#fff;padding:80px 20px 60px;text-align:center}.webinar-hero .container{margin:0 auto;max-width:960px}.webinar-hero h2{font-size:2.75rem;font-weight:700;margin-bottom:16px}.webinar-hero p{font-size:1.25rem;font-weight:400}.webinar-content-section{background-color:#f7f9fb;display:flex;flex-wrap:wrap;justify-content:center;padding:60px 20px}.webinar-description{color:#1b2945;flex:1 1 500px;font-size:1.1rem;line-height:1.6;max-width:600px;padding:20px}.webinar-description ol,.webinar-description ul{margin-bottom:1rem;margin-top:1rem;padding-left:1.5rem}.webinar-description li{list-style-type:disc;margin-bottom:.5rem}.webinar-form{background:#fff;border-radius:20px;box-shadow:0 8px 32px rgba(0,0,0,.08);flex:1 1 300px;height:fit-content;margin-top:20px;max-width:400px;padding:32px 24px}.webinar-form h3{color:#1b2945;font-size:1.25rem;font-weight:700;margin-bottom:24px;text-align:center}.webinar-form .hs-form-field{margin-bottom:20px}.webinar-form label{color:#1b2945;display:block;font-size:.95rem;font-weight:500;margin-bottom:6px}.webinar-form .hs-input{border:1px solid #cbd5e0;border-radius:10px;font-family:Roboto,sans-serif;font-size:1rem;padding:14px 16px;width:100%}.webinar-form .hs-fieldtype-checkbox ul{align-items:center;display:flex;flex-wrap:wrap;gap:24px;list-style:none;margin:0;padding:0}.webinar-form .hs-fieldtype-checkbox li{margin:0}.webinar-form .hs-fieldtype-checkbox>label:first-of-type{color:#1b2945;display:block;font-size:.95rem;font-weight:500;margin-bottom:6px}.webinar-form .hs-fieldtype-checkbox label{align-items:center;color:#1b2945;cursor:pointer;display:flex;font-size:1rem;font-weight:400;gap:8px;margin-bottom:0}.webinar-form .hs-fieldtype-checkbox input[type=checkbox]{accent-color:#1b2945;cursor:pointer;height:18px;margin:0;width:18px}.webinar-form .hs-button,.webinar-form input[type=submit]{background-color:#f4c343;border:none;border-radius:10px;color:#1b2945;cursor:pointer;font-size:1.1rem;font-weight:700;padding:14px;transition:all .3s ease;width:100%}.webinar-form .hs-button:hover{background-color:#e0b12e}@media screen and (max-width:768px){.webinar-hero h2{font-size:2rem}.webinar-description{font-size:1rem}.webinar-form{margin-top:40px}.webinar-form .hs-fieldtype-checkbox ul{align-items:flex-start;flex-direction:column}}