@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Manrope:wght@400;500;600;700;800&display=swap');
:root{font-family:'DM Sans',Arial,sans-serif;color:#163b47;background:#fff}*{box-sizing:border-box}body{margin:0}a{color:inherit;text-decoration:none}.layout{min-height:100vh;display:grid;grid-template-columns:52% 48%}.story{position:relative;background:#0e3d4c;color:#fff;min-height:100vh;padding:48px clamp(32px,6vw,105px) 34px;display:flex;flex-direction:column;overflow:hidden}.brand{display:inline-flex;align-items:center;gap:12px;font:800 21px Manrope,sans-serif;letter-spacing:-.06em;white-space:nowrap;z-index:1}.accent{color:#a5e2da}.mark,.small-mark{background:#d7f3eb;color:#155763;border-radius:9px;width:32px;height:32px;display:grid;place-items:center;font-size:24px;font-weight:400;letter-spacing:0}.story-copy{position:relative;z-index:1;max-width:590px;margin:auto 0 35px}.eyebrow{font-size:12px;font-weight:800;letter-spacing:.18em;color:#80d2cd}.story h1{font:800 clamp(3rem,4.2vw,5rem)/1.1 Manrope,sans-serif;letter-spacing:-.065em;margin:26px 0 24px}.story-copy p{color:#d0e2e4;font-size:18px;line-height:1.7;max-width:520px}.photo{width:100%;height:220px;overflow:hidden;border-radius:3px;position:relative;z-index:1}.photo img{width:100%;height:100%;object-fit:cover;object-position:50% 38%}.story-footer{font-size:12px;color:#8fb2b9;margin:26px 0 0}.signin{display:grid;place-items:center;padding:55px 35px}.signin-inner{width:min(100%,450px)}.small-mark{width:42px;height:42px;margin-bottom:46px}.signin .eyebrow{color:#348c90}.signin h2{font:800 clamp(2.5rem,3vw,3.5rem)/1.12 Manrope,sans-serif;letter-spacing:-.06em;margin:15px 0 13px}.lead{font-size:17px;line-height:1.6;color:#627c84;margin:0 0 35px}.preview-note{background:#edf7f5;border-left:3px solid #50aaa7;padding:14px 17px;display:flex;flex-direction:column;gap:4px;line-height:1.45;font-size:14px;color:#3b6570;margin-bottom:27px}.preview-note strong{color:#174c58}.error{background:#fff0ec;border:1px solid #e8b6a7;color:#8d3727;padding:13px 15px;border-radius:5px;margin-bottom:21px;font-size:14px;font-weight:600}form{display:flex;flex-direction:column}label{font-size:14px;font-weight:800;margin-bottom:9px}input{height:52px;border:1px solid #b9cbce;background:#fff;border-radius:5px;padding:0 15px;font:16px 'DM Sans',Arial,sans-serif;margin-bottom:23px;color:#173c48;outline:none}input:focus{border-color:#237e86;box-shadow:0 0 0 3px #d1ece8}button{height:54px;border:0;border-radius:5px;background:#0e5863;color:#fff;font:800 15px 'DM Sans',Arial,sans-serif;cursor:pointer;display:flex;justify-content:space-between;align-items:center;padding:0 20px;margin-top:5px}button:hover{background:#0b4550}button:focus-visible,a:focus-visible{outline:3px solid #54b8b3;outline-offset:3px}button span{font-size:20px}.help{font-size:14px;color:#71878e;line-height:1.5;margin-top:32px}.help a{color:#0f6975;font-weight:800;border-bottom:1px solid #9bc8c7}@media(max-width:850px){.layout{grid-template-columns:1fr}.story{min-height:0;padding:28px 25px 32px}.story-copy{margin:70px 0 0}.story h1{font-size:2.7rem;max-width:650px}.story-copy p{font-size:16px}.photo,.story-footer{display:none}.signin{padding:55px 25px 75px}.small-mark{display:none}}@media(max-width:480px){.brand{font-size:18px}.story-copy{margin-top:48px}.story h1{font-size:2.35rem}.signin h2{font-size:2.4rem}}
