:root{--white-h:0;--white-s:0%;--white-l:100%;--white:hsl(var(--white-h),var(--white-s),var(--white-l));--black-h:0;--black-s:0%;--black-l:0%;--black:hsl(var(--black-h),var(--black-s),var(--black-l));--brand-teal-h:168;--brand-teal-s:79%;--brand-teal-l:31%;--brand-teal:hsl(var(--brand-teal-h),var(--brand-teal-s),var(--brand-teal-l));--brand-orange-h:28;--brand-orange-s:89%;--brand-orange-l:58%;--brand-orange:hsl(var(--brand-orange-h),var(--brand-orange-s),var(--brand-orange-l));--screen-xl:1280px;--screen-lg:1024px;--screen-md:640px;--screen-sm:540px}[type=range]{--range:calc(var(--max) - var(--min));--ratio:calc((var(--val) - var(--min))/var(--range));--sx:calc(0.85em + var(--ratio)*(100% - 1.7em));margin:0;padding:0;width:100%;height:1.7em;background:transparent;font:1em/1 arial,sans-serif}[type=range],[type=range]::-webkit-slider-thumb{-webkit-appearance:none}[type=range]::-webkit-slider-runnable-track{box-sizing:border-box;border:1px solid #fff;border-radius:15px;width:100%;height:.7em;background:hsla(0,0%,100%,.3)}.js [type=range]::-webkit-slider-runnable-track{background:linear-gradient(#f38e36,#f38e36) 0/var(--sx) 100% no-repeat hsla(0,0%,100%,.3)}[type=range]::-moz-range-track{box-sizing:border-box;border:1px solid #fff;border-radius:15px;width:100%;height:.7em;background:hsla(0,0%,100%,.3)}[type=range]::-ms-track{box-sizing:border-box;border:1px solid #fff;border-radius:15px;width:100%;height:.7em;background:hsla(0,0%,100%,.3);color:transparent}[type=range]::-moz-range-progress{height:.7em;background:#f38e36}[type=range]::-ms-fill-lower{height:.7em;background:#f38e36}[type=range]::-webkit-slider-thumb{margin-top:-.5em;box-sizing:border-box;border:none;width:1.7em;height:1.7em;border-radius:50%;background:#fff}[type=range]::-moz-range-thumb{box-sizing:border-box;border:none;width:1.7em;height:1.7em;border-radius:50%;background:#fff}[type=range]::-ms-thumb{margin-top:0;box-sizing:border-box;border:none;width:1.7em;height:1.7em;border-radius:50%;background:#fff}[type=range]::-ms-tooltip{display:none}.hero{height:500px;background-repeat:no-repeat;background-size:cover;background-position:50%}@media (max-width:1259px){.hero{height:500px}}@media (max-width:1024px){.hero{height:500px}}@media (max-width:768px){.hero{height:450px}}@media (max-width:556px){.hero{height:350px;margin-top:2rem}}@media (max-width:430px){.hero{height:300px;margin-top:3rem}}@media (max-width:375px){.hero{margin-top:4rem}}.hero .cta-block{display:flex;flex-direction:column;align-items:center;justify-content:center;padding-top:192.3px;text-align:center;height:100%}@media (max-width:1259px){.hero .cta-block{padding-top:78px}}.hero .cta-block__heading{margin-bottom:3rem;font-weight:800}@media (max-width:1259px){.hero .cta-block__heading{font-size:5rem;margin:0 0 2rem}}@media (max-width:768px){.hero .cta-block__heading{font-size:4.25rem}}@media (max-width:556px){.hero .cta-block__heading{font-size:3.5rem}}@media (max-width:430px){.hero .cta-block__heading{font-size:3rem}}.hero .cta-block button{width:20rem}@media (max-width:556px){.hero .cta-block button{width:16rem;font-size:1.7rem}}.guides{position:relative;padding:6rem 0;overflow-x:hidden}@media (max-width:556px){.guides{padding-top:16rem;padding-bottom:0}}.guides .nextGuide,.guides .prevGuide{display:none;position:absolute;top:30rem;font-size:4rem;color:#16af8c;z-index:15;cursor:pointer}@media (max-width:999px){.guides .nextGuide,.guides .prevGuide{display:block}}@media (max-width:556px){.guides .nextGuide,.guides .prevGuide{top:25rem}}@media (max-width:430px){.guides .nextGuide,.guides .prevGuide{font-size:3rem}}.guides .nextGuide--disabled,.guides .prevGuide--disabled{color:#898989}.guides .nextGuide{right:30px}@media (max-width:556px){.guides .nextGuide{right:5px}}.guides .prevGuide{left:30px}@media (max-width:556px){.guides .prevGuide{left:5px}}.guides__content-wrapper{position:relative;display:flex;flex-direction:column;align-items:center}.guides__menu-toggle{display:none;position:absolute;top:3rem;left:2rem;font-size:4rem;z-index:13;cursor:pointer}@media (max-width:999px){.guides__menu-toggle{display:block}}.guides__top-nav{position:relative;display:flex;margin-bottom:2rem}@media (max-width:999px){.guides__top-nav{display:none}}.guides__top-nav .nav-link{font-size:2.5rem;color:#08485c;margin:2rem 4rem;border-bottom:2px solid transparent;cursor:pointer}.guides__top-nav .nav-link--active{border-color:#16af8c;font-weight:800}.guides__track{position:relative;width:100%;height:65rem;display:flex;justify-content:center}@media (max-width:1259px){.guides__track{height:70rem}}.guides .guide{position:absolute;top:0;left:50%;display:flex;width:85%;height:96%;opacity:0;margin:0 auto;background-image:url(/build/images/guides_bg.090df466.jpg);background-size:cover;transition:transform .5s ease-in-out,opacity .5s ease-in-out}@media (max-width:1259px){.guides .guide{width:100%}}@media (max-width:999px){.guides .guide{flex-wrap:wrap;background-image:none}}.guides .guide--active{opacity:1;transform:translateX(-50%)}.guides .guide--previous{transform:translateX(-100%);opacity:0}.guides .guide--next{transform:translateX(100%);opacity:0}.guides .guide__left-block{display:flex;align-items:center;justify-content:center;width:50%;padding:6rem}@media (max-width:999px){.guides .guide__left-block{width:100%;padding:4rem 0 0;background-color:#08485c}}.guides .guide__left-block img{height:90%;box-shadow:0 2.5rem 2.5rem rgba(0,0,0,.4)}@media (max-width:1259px){.guides .guide__left-block img{height:80%}}@media (max-width:999px){.guides .guide__left-block img{height:40rem;margin-top:-24rem;box-shadow:0 1rem 2rem rgba(0,0,0,.4)}}@media (max-width:556px){.guides .guide__left-block img{height:30rem}}@media (max-width:430px){.guides .guide__left-block img{height:25rem;margin-top:-18rem}}.guides .guide__right-block{display:flex;flex-direction:column;justify-content:center;text-align:center;padding:4rem 8rem 4rem 6rem;width:50%;background-color:rgba(8,72,92,.8)}@media (max-width:999px){.guides .guide__right-block{width:100%;background-color:#08485c}}@media (max-width:768px){.guides .guide__right-block{padding:3rem 4rem}}@media (max-width:556px){.guides .guide__right-block{padding:3rem 2rem}}.guides .guide__right-block h2{position:relative;display:inline-block;padding-bottom:2rem;font-size:3.5rem;color:#fff;font-weight:700}@media (max-width:1024px){.guides .guide__right-block h2{font-size:3rem}}@media (max-width:556px){.guides .guide__right-block h2{font-size:2.8rem}}@media (max-width:430px){.guides .guide__right-block h2{font-size:2.5rem}}@media screen and (max-width:350px){.guides .guide__right-block h2{font-size:2.2rem}}.guides .guide__right-block h2:after{content:"";position:absolute;bottom:0;left:20%;height:2px;width:60%;background-color:#fff}.guides .guide__right-block p{margin:4rem 0;font-family:DM Sans;color:#fff;line-height:1.7;font-size:2.2rem}@media (max-width:768px){.guides .guide__right-block p{font-size:1.8rem}}.guides .guide__right-block button{margin:0 auto}@media (max-width:999px){.guides__bottom-nav{display:none}}.guides__bottom-nav .nav-dot{display:inline-block;width:20px;height:20px;margin:0 2rem;border-radius:50%;background-color:#d3d3d3;cursor:pointer}.guides__bottom-nav .nav-dot--active{background-color:#16af8c}.guideModal{display:none;position:fixed;top:0;left:0;right:0;bottom:0;opacity:0;transform:scale(0);background-color:rgba(0,0,0,.8);z-index:99999;transition:all .25s ease-in-out}.guideModal.show{opacity:1;transform:scale(1)}.guideModal__closeBtn{color:#fff;display:block!important;background:transparent!important;border:none!important;float:right!important;font-size:2.2rem;text-align:right;cursor:pointer}.guideModal__body{width:70%;max-width:120rem;max-height:98%;overflow-y:auto;position:fixed;top:50%;left:50%;background-color:#fff;transform:translate(-50%,-50%);opacity:0;transition:opacity .3s ease-in-out,top .3s ease-in-out}@media (max-width:1259px){.guideModal__body{width:90%}}@media (max-width:1024px){.guideModal__body{width:98%}}@media (max-width:768px){.guideModal__body{width:85%}}@media (max-width:556px){.guideModal__body{width:95%}}@media (max-width:430px){.guideModal__body{width:98%}}.guideModal__content{display:flex}@media (max-width:768px){.guideModal__content{flex-wrap:wrap}}.guideModal__content .infoBlock{display:flex;flex-direction:column;justify-content:space-around;width:50%;padding:4rem;font-size:1.8rem}@media (max-width:768px){.guideModal__content .infoBlock{width:100%;padding:2rem}}.guideModal__content .infoBlock__heading{color:#f38e36;font-size:2.5rem;font-weight:700}.guideModal__content .infoBlock__questionList{font-family:DM Sans;color:#118d75;list-style:disc;margin-left:2rem;padding:2rem 0}.guideModal__content .infoBlock__question{font-weight:600}.guideModal__content .infoBlock__copy{font-family:DM Sans;font-size:1.8rem}.guideModal__content .infoBlock__copy span{font-weight:600}.guideModal__content .infoBlock__guideImage{margin:2rem auto 0}@media (max-width:768px){.guideModal__content .infoBlock__guideImage{width:65%}}.guideModal__content .formBlock{position:relative;width:50%;padding:2rem;background-image:url(/build/images/download_form_bg.dc30a1fc.jpg);background-size:cover;background-repeat:no-repeat}@media (max-width:768px){.guideModal__content .formBlock{width:100%}}.guideModal .hbspt-form{height:98%;color:#fff;display:flex;align-items:center;justify-content:center;width:100%}@media (max-width:430px){.guideModal .hbspt-form{margin-top:1rem}}.guideModal .hbspt-form .submitted-message{padding:0 4rem;text-align:center;line-height:1.5}.guideModal .hbspt-form a{text-decoration:underline}.guideModal form{padding:0 3rem;width:100%}@media (max-width:1024px){.guideModal form{padding:0}}.guideModal form fieldset{max-width:unset}.guideModal form fieldset:not(:last-of-type){margin-bottom:3rem}.guideModal form .input{margin:0!important}.guideModal form .hs-input:not([type=checkbox]),.guideModal form .hs-input:not([type=radio]){height:4.5rem;border-radius:5px;border:2px solid grey;width:100%!important;padding-left:.5rem;margin:0;color:#000}.guideModal form .hs-input[type=radio]{width:auto!important;margin-right:1rem}.guideModal form .hs-form-checkbox,.guideModal form .hs-form-radio{display:flex;align-items:center;margin-top:1rem}.guideModal form .hs-input[type=checkbox]{margin-right:1rem;height:2rem;width:2rem!important}.guideModal form .hs-firstname,.guideModal form .hs-lastname{width:48%!important}@media (max-width:768px){.guideModal form .hs-firstname,.guideModal form .hs-lastname{width:100%!important}}.guideModal form .hs_lastname{float:right!important}.guideModal form label{display:flex;align-items:center;color:#fff;margin-bottom:.25rem;font-family:Nunito Sans,sans-serif;font-size:2rem}.guideModal form label span{font-size:1.4rem}.guideModal form #label-refinance_goal-accdd80b-e2c1-420c-bd37-68190632b91f span,.guideModal form #label-selling_home_reason-a09beb20-8db3-43b3-8cb2-2b54ea43caf7 span{font-size:2rem}.guideModal form legend{color:#fff;font-size:1.2rem;margin:2rem 0 1rem}.guideModal form .hs-button{display:block;margin:4rem 0 4rem auto;font-family:Nunito Sans,sans-serif;font-weight:600;color:#fff;height:50px;text-align:center;padding:10px 0!important;font-size:1.9rem;width:150px;background-color:#e7730d;border:2px solid #e7730d;transition:color .3s,border-color .3s,background-color .3s,box-shadow .3s;border-radius:4px;box-shadow:0 0 .5rem 5px transparent;outline:none;cursor:pointer}@media (max-width:768px){.guideModal form .hs-button{margin:0 auto 2rem}}.guideModal form .hs-button:hover{color:#fff;border:2px solid #f38e36;background-color:#f38e36;box-shadow:0 0 5px 3px rgba(243,142,54,.6);letter-spacing:1.7px}.guideModal form .hs-error-msgs{color:red}.guideModal form .hs-main-font-element{text-align:center}.guideModal form .hs_error_rollup{display:none}.guideModal form .hs-error-msg{color:red;font-size:1.4rem}#hbspt-form-1565901383080-5853494110 input[type=submit]{margin-top:2rem}.navbar .nav__link:nth-child(4){background-color:#142f42;color:#fff!important;font-weight:700}.navbar .nav__link:nth-child(4):after{content:"";position:absolute;bottom:0;left:0;width:100%;height:4px;background-color:#f38e36}.navbar .nav__link:nth-child(4) .dropdown__link:nth-child(3){position:relative;font-weight:700}.navbar .nav__link:nth-child(4) .dropdown__link:nth-child(3) :after{content:"";position:absolute;bottom:0;right:50%;transform:translateX(50%);width:80%;height:4px;background-color:#f38e36}.navbar .nav__link:nth-child(4):hover:after{background-color:transparent!important}.hero{background-image:url(/build/images/hero_bg.5d01c4fa.jpg)}.hero .cta-block__heading{margin-bottom:0}.intro{display:flex;justify-content:space-between;align-items:center;padding:12rem 0 2rem;background-color:#fff}@media (max-width:556px){.intro{padding:8rem 0 2rem}}.intro__dots-container{height:20rem;width:37rem;background-image:url(/build/images/communication-dots_image.e06c7864.png);background-size:cover;background-repeat:no-repeat}@media (max-width:1259px){.intro__dots-container{width:30rem;margin-top:4rem}}@media (max-width:999px){.intro__dots-container{width:16rem}}@media (max-width:556px){.intro__dots-container{width:4rem}}@media (max-width:430px){.intro__dots-container{display:none}}.intro .cta-block{display:flex;flex-direction:column;width:60%;text-align:center;padding:0 6rem}@media (max-width:1259px){.intro .cta-block{width:80%}}@media (max-width:1024px){.intro .cta-block{width:90%}}@media (max-width:768px){.intro .cta-block{width:100%;padding:0 3rem}}.intro .cta-block img{margin:0 auto;width:100px}.intro .cta-block__copy{font-family:DM Sans;font-weight:500;color:#231f20}.guides{padding-top:8rem;padding-bottom:12rem}@media (max-width:999px){.guides{padding-top:24rem;margin-top:6rem}}@media (max-width:768px){.guides{padding-left:0;padding-right:0}}@media (max-width:556px){.guides{padding-top:18rem}}[data-v-3b21c50a]:root{--white-h:0;--white-s:0%;--white-l:100%;--white:hsl(var(--white-h),var(--white-s),var(--white-l));--black-h:0;--black-s:0%;--black-l:0%;--black:hsl(var(--black-h),var(--black-s),var(--black-l));--brand-teal-h:168;--brand-teal-s:79%;--brand-teal-l:31%;--brand-teal:hsl(var(--brand-teal-h),var(--brand-teal-s),var(--brand-teal-l));--brand-orange-h:28;--brand-orange-s:89%;--brand-orange-l:58%;--brand-orange:hsl(var(--brand-orange-h),var(--brand-orange-s),var(--brand-orange-l));--screen-xl:1280px;--screen-lg:1024px;--screen-md:640px;--screen-sm:540px}#popup[data-v-3b21c50a]{position:relative;z-index:2000;all:unset;border:none;border-radius:8px;padding:15px;box-shadow:0 4px 16px rgba(0,0,0,.7);position:fixed;bottom:10px;right:10px;max-width:384px;background-color:#142f42;opacity:0;transform:translateY(20px);transition:opacity .3s ease,transform .3s ease;pointer-events:none}#popup p[data-v-3b21c50a]{margin:0;font-size:15px;color:#f5f6f6;line-height:24px}#popup p a[data-v-3b21c50a]{text-decoration:underline}#popup p a[data-v-3b21c50a]:hover{color:#1bd9ae}#popup button[data-v-3b21c50a]{appearance:none;border:none;cursor:pointer}#popup button[data-v-3b21c50a]:has(svg){float:right;margin:4px 0 0 4px;padding:.4rem;display:flex;justify-content:center;align-items:center;background-color:transparent;border:1px solid #f5f6f6;border-radius:4px}#popup button:has(svg) svg[data-v-3b21c50a]{height:14px;width:14px;fill:#f5f6f6}#popup #cookie-acceptance-button[data-v-3b21c50a]{margin-top:20px;padding:5px 20px;background-color:#dd6e0d;border-radius:4px;color:#f5f6f6;font-size:18px}#popup.visible[data-v-3b21c50a]{opacity:1;transform:translateY(0);pointer-events:auto}