.rs-gate{--g-navy:#0a406a;--g-navy-deep:#072c49;--g-aqua:#6ac3e9;--g-orange:#ff8300;--g-ink:#1b2b38;--g-slate:#5c6b78;--g-line:#dfe7ed;--g-body:"Nunito",sans-serif;--g-display:"Baloo Bhaina 2",sans-serif;--g-mono:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;margin:48px 0;scroll-margin-top:90px;background:linear-gradient(160deg,var(--g-navy) 0%,var(--g-navy-deep) 100%);border-radius:12px;overflow:hidden;position:relative}.rs-gate:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:var(--g-orange)}.rs-gate__inner{padding:34px 30px 36px}@media (min-width:768px){.rs-gate__inner{padding:42px 44px 46px}}.rs-gate__eyebrow{font-family:var(--g-mono);font-size:11px;letter-spacing:.14em;text-transform:uppercase;color:var(--g-aqua);margin:0 0 12px}.rs-gate__title{font-family:var(--g-display);font-weight:500;font-size:clamp(24px,3vw,32px);line-height:1.15;color:#fff;margin:0 0 12px}.rs-gate__promise{font-family:var(--g-body);font-size:16px;line-height:26px;color:rgba(255,255,255,.8);margin:0 0 24px;max-width:58ch}.rs-gate__form{background:#fff;border-radius:8px;padding:24px}.rs-gate__form input[type=text],.rs-gate__form input[type=email],.rs-gate__form input[type=tel],.rs-gate__form select{width:100%;font-family:var(--g-body);font-size:16px;padding:11px 13px;border:1px solid var(--g-line);border-radius:6px;color:var(--g-ink)}.rs-gate__form input:focus-visible,.rs-gate__form select:focus-visible{outline:2px solid var(--g-aqua);outline-offset:1px}.rs-gate__form input[type=submit],.rs-gate__form .hs-button{background:var(--g-orange);color:#fff;font-family:var(--g-body);font-weight:700;font-size:16px;border:0;border-radius:6px;padding:14px 26px;cursor:pointer;width:auto}.rs-gate__form input[type=submit]:hover,.rs-gate__form .hs-button:hover{background:#e57500}.rs-gate__placeholder{font-family:var(--g-mono);font-size:13px;line-height:21px;color:var(--g-slate);margin:0}.rs-gate__placeholder code{color:var(--g-navy)}