@media(min-width:901px){
.landing #main-content #results > h2 {margin-bottom:30px;}
.landing #results .home-results__desktop {display:grid;grid-template-columns:270px minmax(0,1fr);gap:0;background:white;border:1px solid #dce5ec;border-radius:18px;overflow:hidden;}
.landing #results .home-tabs {display:flex;flex-direction:column;gap:8px;margin:0;padding:24px;background:#f7faff;border-right:1px solid #dce5ec;}
.landing #results .home-tabs button {display:flex;align-items:center;justify-content:space-between;text-align:left;min-height:58px;padding:16px 18px;background:transparent;border:1px solid transparent;border-radius:10px;color:#536575;}
.landing #results .home-tabs button::after {content:'↗';font-size:20px;color:#8aa0b5;}
.landing #results .home-tabs button[aria-selected=true] {background:#001b3a;color:white;border-color:#001b3a;}
.landing #results .home-tabs button[aria-selected=true]::after {color:white;}
.landing #results .home-tabs button:hover:not([aria-selected=true]) {background:#eaf2fc;color:#001b3a;}
.landing #results .home-result-panel {border:0;border-radius:0;padding:32px 38px;display:flex;flex-direction:column;justify-content:center;}
.landing #results .home-result-panel h3 {font-size:24px;line-height:1.3;margin-bottom:22px;}
.landing #results .home-result-panel ul {gap:16px;margin-bottom:24px;}
.landing #results .home-result-panel .home-link {align-self:flex-start;padding-top:4px;}
.landing #results > .home-note {margin-top:18px;max-width:1050px;}
}

.landing #results .home-results-heading {margin-bottom:30px;}
.landing #results .home-results-heading h2 {margin:0;}
.landing #results .home-results-heading .home-note {margin:14px 0 0;}
@media(min-width:901px){
.landing #results .home-results-heading {display:flex;justify-content:space-between;align-items:center;gap:36px;}
.landing #results .home-results-heading .home-note {margin:0;max-width:430px;}
.landing #results .home-results__desktop {gap:24px;border:0;background:transparent;border-radius:0;overflow:visible;}
.landing #results .home-tabs {border:1px solid #dce5ec;border-radius:18px;}
.landing #results .home-result-panel {border:1px solid #dce5ec;border-radius:18px;background:white;}
}

@media(min-width:901px){
.landing #main-content #results {display:grid;grid-template-columns:max-content minmax(0,1fr);column-gap:24px;align-items:start;}
.landing #results > .eyebrow {grid-column:1/-1;grid-row:1;}
.landing #results .home-results-heading, .landing #results .home-results__desktop {display:contents;}
.landing #results .home-results-heading h2 {grid-column:1;grid-row:2;margin:0 0 30px;}
.landing #results .home-results-heading .home-note {grid-column:2;grid-row:2;align-self:center;justify-self:start;margin:0 0 30px;max-width:none;}
.landing #results .home-tabs {grid-column:1;grid-row:3;align-self:stretch;}
.landing #results .home-results__desktop > .home-result-panel {grid-column:2;grid-row:3;align-self:stretch;}
.landing #results > .home-note {grid-column:1/-1;grid-row:4;}
}

.landing #results .home-results-heading .home-note {font-size:16px!important;line-height:1.65;color:#6b7280;}
@media(min-width:901px){
.landing #results .home-results-heading .home-note {grid-column:1/-1;grid-row:2;justify-self:stretch;align-self:center;margin:0 0 30px calc((100% - 70px) * 1.1 / 2.1 + 70px);max-width:480px;}
}

.landing #home-guides > .home-intro {font-size:16px;line-height:1.65;color:#6b7280;}

.landing #process .flow-card p {font-size:15px;line-height:1.75;color:#536575;}
