/* These styles apply only to the offer page. */
.offer-page{max-width:1040px}
.offer-intro{max-width:710px;margin:32px 0 40px}
.offer-intro .eyebrow{margin-bottom:10px}
.offer-page .offer-intro h1{margin:0 0 18px}
.offer-page .offer-intro p{font-size:18px;line-height:1.7;margin:0}
.offer-page .offer-main>h2,.offer-page .offer-formats>h2{font-size:22px;margin:0 0 20px;letter-spacing:-.025em}
.offer-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-auto-rows:1fr;gap:18px}
.offer-card{min-width:0;padding:28px 30px;border-radius:var(--radius);display:flex;flex-direction:column;scroll-margin-top:30px}
.offer-sage{background:var(--sage)}
.offer-blue{background:var(--blue)}
.offer-sand{background:var(--sand)}
.offer-neutral{background:#eeeee8}
.offer-page .offer-card h3{font-size:23px;line-height:1.3;letter-spacing:-.025em;font-weight:600;margin:0 0 14px}
.offer-page .offer-card p{font-size:16px;line-height:1.65;margin:0 0 14px}
.offer-page .offer-card .offer-result{color:var(--muted);font-size:15px;margin:0}
.offer-link{align-self:flex-start;font-size:14px;color:var(--green);margin-top:20px;line-height:1.5}
.offer-link:hover{text-decoration-thickness:2px}
.offer-formats{margin-top:42px}
.offer-formats-grid{display:grid;grid-template-columns:1.2fr 1fr;gap:18px}
.offer-label{color:var(--muted);font-size:13px;line-height:1.5;margin-bottom:12px}
.offer-agreement{display:flex;align-items:center;gap:34px;justify-content:space-between;padding-block:34px;margin-top:32px;border-bottom:1px solid var(--line)}
.offer-agreement>div{max-width:580px}
.offer-page .offer-agreement h2{font-size:24px;margin:0 0 13px}
.offer-page .offer-agreement p{font-size:16px;line-height:1.65;margin:0}
.offer-agreement .button{flex-shrink:0;max-width:280px;text-align:center}
.offer-picture-section{margin-top:38px}
.offer-page .offer-picture-section h2{font-size:22px;text-align:center;margin:0 0 22px}
.offer-picture{width:min(100%,660px);margin:0 auto}
.offer-page .offer-picture img{max-height:none}
.offer-page .related-links{margin-top:32px}
@media(max-width:850px){.offer-card{padding:25px}.offer-agreement{align-items:flex-start;flex-direction:column;gap:22px}.offer-agreement>div{max-width:690px}}
@media(max-width:720px){.offer-intro{margin:25px 0 30px}.offer-page .offer-intro p{font-size:17px}.offer-grid,.offer-formats-grid{grid-template-columns:1fr;grid-auto-rows:auto;gap:14px}.offer-card{padding:24px}.offer-page .offer-card h3{font-size:22px}.offer-formats{margin-top:32px}.offer-page .offer-main>h2,.offer-page .offer-formats>h2{font-size:21px;margin-bottom:16px}.offer-agreement{padding-block:28px;margin-top:18px}.offer-picture-section{margin-top:30px}.offer-page .offer-picture-section h2{font-size:21px;line-height:1.4;text-align:left}.offer-page .offer-picture img{max-height:none}}
