*{margin:0;padding:0}:root{--dark-blue:#303548;--light-blue:#4a597e;--transparent-blue:#4a597e22;--faded-blue:#e7e9ee;--zillow-blue:#006afe;--max-width:1400px;--max-width-small:900px;--side-padding:6vw}.light{background-color:#fff;color:#303548;color:var(--dark-blue)}.dark{background-color:#303548;background-color:var(--dark-blue);color:#fff}.w-100{width:100%}.h-100{height:100%}.max-w-container{align-items:center;display:flex;flex-direction:column;width:100%}.max-w{display:flex;max-width:1400px;max-width:var(--max-width);width:min(calc(100% - 12vw),1400px);width:min(calc(100% - var(--side-padding)*2),var(--max-width))}.max-w-small{display:flex;max-width:900px;max-width:var(--max-width-small);width:min(calc(100% - 12vw),900px);width:min(calc(100% - var(--side-padding)*2),var(--max-width-small))}.relative{position:relative}.absolute,.absolute-0{position:absolute}.absolute-0{left:0;top:0}.mb-1{margin-bottom:.1em}.mb-2{margin-bottom:.2em}.mb-3{margin-bottom:.3em}.mb-4{margin-bottom:.4em}.mb-5{margin-bottom:.5em}.mb-10{margin-bottom:1rem}.mb-20{margin-bottom:2rem}.gap-1{gap:.1rem}.gap-10{gap:1rem}.flex{display:flex}.align-start{align-items:flex-start}.align-center{align-items:center}.align-end{align-items:flex-end}.justify-start{justify-content:flex-start}.justify-center{justify-content:center}.justify-end{justify-content:flex-end}.justify-between{justify-content:space-between}.justify-around{justify-content:space-around}.justify-evenly{justify-content:space-evenly}.column{flex-direction:column}.block{display:block}.underline{text-decoration:underline}h1{font-size:3rem;font-weight:800;letter-spacing:.07em}h2{font-size:2.5rem}h2,h3{letter-spacing:.05em}h3{font-size:2rem;font-weight:500}.subheading{color:#4a597e;color:var(--light-blue);font-style:italic;font-weight:300;letter-spacing:.02em}a{color:inherit;text-decoration:none}p{line-height:1.7em}ul{line-height:2em}img.landing-image{height:100%;object-fit:cover;opacity:.8;position:absolute;top:0;width:100%}:target{scroll-margin-top:150px}html{font-family:Roboto;font-size:16px;font-weight:400}body{background-color:#fff;color:#303548;color:var(--dark-blue)}div#root{overflow-x:hidden}@media screen and (max-width:1200px){html{font-size:14px}}@media screen and (max-width:700px){html{font-size:12px}h1{font-size:2.5rem}}header{background-color:#fff;position:fixed;z-index:2}div.header-main{height:6rem}a.home{align-items:center;display:flex;height:100%;margin-right:1.5rem}a.home img{margin-right:1rem;width:5rem}a.home span{font-size:1.3rem;font-weight:470;line-height:1.3rem;width:-webkit-min-content;width:min-content}nav{gap:.6rem}nav,nav a{align-items:center;display:flex}nav a{font-size:1.1rem;height:100%;justify-content:center;padding:0 1.3rem;transition:background-color .5s}nav a:hover{background-color:var(--faded-blue)}a.phone-link{align-items:center;background-color:var(--dark-blue);border-radius:1rem;color:#fff;display:flex;font-weight:900;gap:.5rem;letter-spacing:.06rem;padding:.8rem 1.1rem;transition:background-color .3s}a.phone-link:hover{background-color:var(--light-blue)}a.phone-link img{height:1.3rem}div.header-addon{background-color:var(--faded-blue);display:none;height:3rem}div.header-addon nav{height:100%;justify-content:space-between}div.header-addon a{height:100%;padding:0;width:33%}div.dummy-header{height:6rem}@media screen and (max-width:900px){header div.header-main{height:5rem}a.home span{width:auto}div.header-main nav{display:none}div.header-addon{display:flex}div.dummy-header{height:8rem}}@media screen and (max-width:500px){a.home span{width:-webkit-min-content;width:min-content}}a.arrow-link{align-items:center;display:flex;font-size:1.5rem;font-weight:350;gap:1rem;text-decoration:underline;transition:font-weight .1s,letter-spacing .1s;width:-webkit-fit-content;width:fit-content}a.arrow-link.small{font-size:1.2rem;font-weight:400;gap:.7rem}a.arrow-link svg{height:1rem;transition:transform .25s}a.arrow-link.small svg{height:.8rem}a.arrow-link:hover{font-weight:500}a.arrow-link.small:hover{letter-spacing:.01em}a.arrow-link:hover svg{transform:translateX(.2em)}footer{background-color:var(--dark-blue);color:#fff;padding:min(120px,20vw) 0 50px}div.footer-content{display:flex;justify-content:space-between;margin-bottom:min(100px,15vw)}div.footer-content>div{display:flex;flex-direction:column}div.footer-content div.left{gap:50px}footer h2{text-wrap:nowrap;letter-spacing:.1em;margin-bottom:2rem;position:relative}footer h2 span{position:relative;z-index:1}footer h2:after{background-color:var(--light-blue);content:"";height:.9em;left:0;position:absolute;top:50%;width:112%}div.office{--offset:1.3rem;left:var(--offset);position:relative}div.office:before{background-color:var(--light-blue);content:"";height:100%;left:calc(var(--offset)*-1);position:absolute;width:.5rem}div.office h3{font-size:1.5rem}div.office p{font-weight:330}div.links{gap:1rem}div.footer-content div.right{align-items:flex-end}div.right img.equal-housing{height:6rem;margin-bottom:4rem}div.contact{align-items:flex-end;gap:1rem}div.footer-content div.right h3 span{position:relative;z-index:1}div.footer-content div.right h3:after{background-color:var(--light-blue);content:"";height:.7em;position:absolute;right:0;top:50%;width:130%}div.footer-content div.right a{align-items:center;display:flex;font-size:1.1rem;gap:1rem;letter-spacing:.05em;transition:letter-spacing .1s}div.footer-content div.right a:hover{letter-spacing:.07em;text-decoration:underline}div.footer-content div.contact img{width:1.4rem}div.copyright img{height:4.5rem;margin-bottom:.7rem}div.copyright p{font-size:.7rem}@media screen and (max-width:900px){div.footer-content{align-items:flex-start;flex-direction:column;gap:50px}div.footer-content div.right{align-items:flex-start;flex-direction:column-reverse;gap:50px}div.contact{align-items:flex-start}div.footer-content div.right h3:after{left:0;right:auto}}@media screen and (max-width:700px){footer h2{font-size:2.2rem}footer h3{font-size:1.9rem}}div.home-landing{display:flex;height:32rem;overflow:hidden;padding:75px 0;position:relative}div.home-landing div.landing-text{color:#fff;left:20%;position:relative;z-index:1}div.home-landing h1{margin-bottom:1.5rem}div.home-landing p{font-size:1.3rem;font-weight:350;margin-bottom:2rem;max-width:34rem}div.home-landing img{height:190%;left:0;object-fit:cover;object-position:30% 40%;position:absolute;top:0;width:100%}@media screen and (max-width:1200px){div.home-landing div.landing-text{left:12%}}@media screen and (max-width:700px){div.home-landing{justify-content:center;padding:50px var(--side-padding)}div.home-landing div.landing-text{left:0}}@media screen and (max-width:500px){div.home-landing img{height:200%}}a.zillow-button{border-radius:1rem;color:var(--light-blue);font-size:1.4rem;font-weight:350;letter-spacing:.05em;padding:.8rem 1rem;position:relative;transition:color .2s,background-color .4s,border-color .2s;width:-webkit-fit-content;width:fit-content}a.zillow-button>div{align-items:center;display:flex;gap:1rem;position:relative;z-index:1}a.zillow-button:after{background-color:#fff;border-radius:1rem;content:"";height:100%;left:0;position:absolute;top:0;transition:transform .3s;width:100%}a.zillow-button:hover:after{transform:scale(1.03,1.1)}img.zillow-logo{bottom:.1rem;height:2.2rem;position:relative}div.review div.text-container{font-size:1.2rem;font-style:italic;font-weight:350;position:relative}div.review div.text-container>p{line-height:1.5em;position:relative;z-index:1}div.review img{height:3rem;opacity:.16;position:absolute;-webkit-user-select:none;user-select:none}div.review img.left-quote{left:-1.2rem;top:-1.8rem}div.review img.right-quote{bottom:-.3rem;right:-.8rem}div.review p.name{font-size:1.2rem;font-weight:600}div.review span{bottom:.04em;font-size:2.3rem;font-weight:100;margin:0 1rem;position:relative}div.review p.location{font-size:1rem;font-weight:300;text-transform:uppercase}div.review-slider-container{height:100%;position:relative}div.review-slider-container>div{display:flex;flex-direction:column;gap:1rem;height:100%;justify-content:space-evenly;opacity:1;position:absolute;transition:opacity .9s;-webkit-user-select:none;user-select:none}div.review-slider-container>div.hidden{opacity:0}section.reviews-section{background-color:var(--faded-blue)}div.reviews-panel{height:44rem}div.reviews-panel>div{width:45%}div.reviews-panel div.left{gap:4.5rem}div.reviews-panel h3{font-size:1.5rem}div.reviews-panel ul{background-color:var(--faded-blue);padding:1rem}div.reviews-panel li{margin-left:0}div.reviews-panel div.right{padding:2.5rem 0}div.reviews-container{flex-grow:1}@media screen and (max-width:1200px){div.reviews-panel div.left{gap:2.5rem}}@media screen and (max-width:800px){div.reviews-panel{flex-direction:column;height:auto;padding:min(11vw,65px) 0}div.reviews-panel>div{width:100%}div.reviews-panel div.left{margin-bottom:5rem}div.reviews-panel div.right{height:32rem;padding:0}}section.about{background-color:#fff;padding:4rem 0}section.about>div{gap:4rem}section.about div.img{min-width:50%;width:100%}section.about div.img img{aspect-ratio:976/667;border:.5rem solid var(--faded-blue);max-width:30rem;width:100%}section.about div.content{display:flex;flex-direction:column;flex-grow:1;gap:1.5rem;max-width:36rem}@media screen and (max-width:550px){section.about>div{flex-direction:column;gap:4rem}}section.products{background-color:var(--light-blue);color:#fff;padding:4rem 0 5.5rem}section.products>div{gap:4rem;position:relative;z-index:1}section.products div.content{display:flex;flex-direction:column;flex-grow:1;gap:1.5rem;max-width:36rem}section.products div.category-buttons{--button-width:21rem;align-items:center;display:flex;flex-direction:column;gap:2rem;min-width:var(--button-width);width:40%}section.products div.category-buttons a{text-wrap:nowrap;background-color:var(--dark-blue);border-radius:.6rem;color:#fff;font-size:1.3rem;max-width:var(--button-width);padding:1rem 0;text-align:center;text-transform:uppercase;transition:color .3s,background-color .4s;width:100%}section.products div.category-buttons a:hover{background-color:var(--faded-blue);color:var(--dark-blue)}section.products img{height:100%;object-fit:cover;object-position:50% 65%;opacity:.45;position:absolute;top:0;width:100%}@media screen and (max-width:550px){section.products>div{flex-direction:column;gap:5rem}section.products div.category-buttons{width:100%}}div.about-landing{justify-content:center;padding:125px 0}div.about-landing,div.about-landing>div{background-color:var(--faded-blue);display:flex;position:relative}div.about-landing>div{align-items:center;flex-direction:column;padding:2rem var(--side-padding);z-index:1}div.about-landing img.logo{height:9rem;margin-bottom:1.5rem}div.about-landing h1,div.about-landing h2{text-align:center}div.about-landing h2{font-weight:500;letter-spacing:.18em}@media screen and (max-width:500px){div.about-landing img.logo{height:8rem}div.about-landing h1{font-size:2rem}div.about-landing h2{font-size:1.7rem}}div.banner-heading{--h2-width:0;margin-bottom:2.5rem;position:relative}div.banner-heading.left>div{justify-content:flex-start}div.banner-heading.right>div{justify-content:flex-end}div.banner-heading h2{font-style:italic;font-weight:800;letter-spacing:.15em;padding:.3em 0;position:relative;transform:scaleX(.9);z-index:1}div.banner-heading.left h2{transform-origin:left}div.banner-heading.right h2{transform-origin:right}div.banner-heading div.background{height:100%;min-width:calc(var(--side-padding) + var(--h2-width) + 4rem);position:absolute;top:0;width:calc((100% - var(--max-width-small))/2 + var(--h2-width) + 4rem)}div.banner-heading.left div.background{background-color:var(--light-blue);-webkit-clip-path:polygon(0 0,100% 0,calc(100% - 1.5rem) 100%,0 100%);clip-path:polygon(0 0,100% 0,calc(100% - 1.5rem) 100%,0 100%);left:0;opacity:50%}div.banner-heading.right div.background{background-color:var(--dark-blue);-webkit-clip-path:polygon(0 0,100% 0,100% 100%,1.5rem 100%);clip-path:polygon(0 0,100% 0,100% 100%,1.5rem 100%);opacity:85%;right:0}div.banner-heading.right h2{color:var(--faded-blue)}@media screen and (max-width:700px){div.banner-heading h2{font-size:2rem}}section.about-text{display:flex;flex-direction:column;gap:100px;margin-bottom:min(175px,25vw);padding-top:min(175px,15vw)}section.about-text p{font-size:1.2rem;text-align:justify}section.about-text a{margin-top:1rem}div.profile{display:flex;margin-bottom:120px}div.profile>div{gap:2rem}div.profile.right>div{flex-direction:row-reverse}div.profile img{border:.5rem solid var(--faded-blue);height:23rem}div.profile div.content{display:flex;flex-direction:column}div.profile h2{font-size:2.2rem}div.profile h3{color:var(--dark-blue);font-size:1.1rem;margin-bottom:1rem}div.profile p.nmls{color:var(--light-blue);font-size:1.2rem;font-weight:700;letter-spacing:.05em;margin-bottom:2rem}div.profile a.inline-link{color:var(--light-blue);text-decoration:underline}@media screen and (max-width:700px){div.profile.left>div,div.profile.right>div{flex-direction:column}div.profile img{align-self:center;height:auto;width:min(300px,55vw)}div.profile div.content{align-items:center}div.profile div.heading *{text-align:center}div.profile h3{margin-bottom:1.5rem}div.description{max-width:400px}div.description *{text-align:justify}}section.profiles{margin-bottom:200px}div.title-card{align-items:center;display:flex;flex-direction:column;padding:1.5rem var(--side-padding);text-align:center}div.title-card.light{background-color:var(--faded-blue);color:var(--dark-blue)}div.title-card.dark{background-color:var(--dark-blue);color:#fff}div.title-card p{font-size:1.3rem;font-weight:350;line-height:1.5em;max-width:28rem}div.products-landing{align-items:center;background-color:var(--faded-blue);display:flex;flex-direction:column;gap:50px;justify-content:space-evenly;padding:75px 0;position:relative}div.products-landing>div{position:relative;z-index:1}div.products-landing div.nav-button-container{justify-content:space-between}div.products-landing img.landing-image{object-position:center 38%;opacity:.65}@media screen and (max-width:615px){div.products-landing div.nav-button-container{align-items:center;flex-direction:column;gap:2rem}}a.loan-nav{align-items:center;background-color:var(--dark-blue);border-radius:1rem;color:#fff;display:flex;flex-direction:column;font-size:1.6rem;font-weight:300;height:13rem;justify-content:space-evenly;text-align:center;text-transform:uppercase;transition:background-color .3s;width:13rem}a.loan-nav.smaller{font-size:1.4rem}a.loan-nav img{height:4.5rem}a.loan-nav:hover{background-color:var(--light-blue);text-decoration:underline}@media screen and (max-width:615px){a.loan-nav{flex-direction:row;font-size:1.4rem;gap:1rem;height:auto;justify-content:center;min-width:60%;padding:1rem 2rem;width:auto}a.loan-nav.smaller{font-size:1.3rem}a.loan-nav img{height:2rem}}div.loan-product{background-color:var(--faded-blue);color:var(--dark-blue);display:flex;flex-direction:column;gap:1rem;padding:2rem 2.5rem}div.loan-product div.title{margin-bottom:.5rem}div.loan-product h3{font-size:2.2rem;font-weight:200;max-width:75%;text-transform:uppercase}div.loan-product div.line{background-color:var(--light-blue);height:.2rem;margin-top:.6rem;width:60%}div.loan-product h4{color:var(--light-blue);font-size:1.3rem;font-style:italic;font-weight:300}div.loan-product p{line-height:1.7em}div.loan-product ul{color:var(--light-blue);line-height:2em;padding-left:2em}section.loan-category{padding:min(150px,20vw) 0}section.loan-category.dark{background-color:var(--dark-blue);color:#fff}section.loan-category div.banner-heading{margin-bottom:min(75px,10vw)}section.loan-category.dark div.banner-heading h2{color:var(--faded-blue)}section.loan-category.dark div.banner-heading div.background{background-color:var(--light-blue)}div.loan-products{flex-direction:column;gap:40px}div.reveiws-landing{align-items:center;background-color:var(--faded-blue);display:flex;flex-direction:column;justify-content:space-evenly;padding:125px 0;position:relative}div.reveiws-landing div.title-card{position:relative;z-index:1}div.reveiws-landing img{object-position:80% 25%}div.reveiws-landing div.title-card p{max-width:45rem}div.five-stars{display:flex;gap:2.5rem}a.profile-link{border-radius:1rem;color:var(--light-blue);font-size:1.7rem;font-weight:600;letter-spacing:.05em;padding:.3rem 1.1rem .3rem .8rem;position:relative}a.profile-link>div{align-items:center;display:flex;gap:.7rem;justify-content:center;position:relative;z-index:1}a.profile-link:after{background-color:var(--faded-blue);border-radius:1rem;content:"";height:100%;left:0;position:absolute;top:0;transition:transform .3s;width:100%}a.profile-link:hover:after{transform:scale(1.08,1.1)}a.profile-link img{border:.3rem solid var(--transparent-blue);border-radius:50%;height:3.3rem}div.zillow-reviews{align-items:center;display:flex;flex-direction:column;gap:2rem;padding:125px 0}div.zillow-reviews div.heading{align-items:flex-end;display:flex;gap:.8rem;position:relative}div.zillow-reviews div.heading img{height:3.2rem}div.zillow-reviews div.heading span{bottom:.4rem;color:var(--zillow-blue);font-size:1.6rem;font-style:italic;font-weight:350;letter-spacing:.1em;position:relative;text-transform:uppercase}div.zillow-reviews div.profile-links{display:flex;gap:3rem}@media screen and (max-width:525px){div.zillow-reviews div.profile-links{flex-direction:column;gap:1.5rem}}section.reviews{padding-bottom:min(200px,35vw)}section.reviews h2{margin-bottom:min(150px,25vw);position:relative;width:-webkit-fit-content;width:fit-content}section.reviews h2 span{position:relative;z-index:1}section.reviews h2:after{background-color:var(--faded-blue);content:"";display:block;height:1.2em;position:absolute;top:50%;width:120%}section.reviews div.review-grid{grid-gap:7rem;display:grid;gap:7rem;grid-template-columns:repeat(2,1fr)}section.reviews div.review-grid>div{display:flex;flex-direction:column;gap:8rem}@media screen and (max-width:625px){section.reviews div.review-grid{gap:5rem;grid-template-columns:1fr}}section.license{padding:75px 0}section.license h1{font-size:2.5rem;margin-bottom:16px}section.license h2{font-size:1.3rem}section.license a{color:var(--light-blue);text-decoration:underline}section.license p{font-size:1.1rem;text-transform:uppercase}section.license p.spaced{margin:75px 0}section.license blockquote{background-color:var(--faded-blue);border-left:.5rem solid var(--light-blue);margin:2rem 0;padding:.7rem 2rem .7rem 1.2rem;width:-webkit-fit-content;width:fit-content}div.images{display:flex;gap:3.1rem;margin-top:75px}div.images img{height:4.6rem}div.privacy-section h2{color:var(--light-blue);font-size:1.4rem;letter-spacing:0;margin-bottom:1.2rem}div.privacy-section p{line-height:1.5em}div.privacy-section ul{margin:.6rem 0;padding-left:2rem}div.privacy-section li{padding-left:.5rem}div.privacy-section div.definition{margin-bottom:1.2rem}div.privacy-section div.definition h3{font-size:1.1rem;letter-spacing:0;margin-bottom:.4rem}table.privacy{border-spacing:0;margin-top:1.4rem;width:100%}table.privacy b{font-weight:500}table.privacy tr>*{padding:.2rem 1rem;text-align:left}table.privacy thead{background-color:var(--light-blue);color:#fff}table.privacy thead th:nth-child(2){text-wrap:nowrap}table.privacy tbody td{padding-bottom:.8rem;padding-top:.8rem}table.privacy tbody tr:nth-child(2n){background-color:var(--faded-blue)}@media screen and (max-width:700px){table.privacy tr>*{padding:.4rem 1rem}table.privacy thead th:nth-child(2){text-wrap:wrap}}section.privacy>div{gap:4.5rem;padding:75px 0}
/*# sourceMappingURL=main.bc116aa2.css.map*/