﻿:root{--color-fr-navy: #171F52;--color-fr-red: #DD0000;--color-fr-blue: #002f7a;--color-fr-blue-bright: #006AD8;--color-fr-red-bright: #FF0000;--color-fr-red-dark: #820000;--color-fr-gray-dark: #323232;--color-fr-yellow: #FFD561;--color-fr-green: #6DCE2E;--color-fr-blue-light: #BCEDFF;--color-fr-blue-xtra-light: #f1f2f8;--color-fr-gray-xtra-light: #f6f6f6;--color-fr-gray-light: #DCE2E1;--color-fr-gray: #979797;--color-fr-gray-medium: #595959;--color-fr-red-light: color.adjust($color-fr-red, $lightness: 10%);--color-fr-green-light: #E9F8E0}.tools-section{padding:calc(6*0.5rem) 0}@media screen and (min-width: 48em){.tools-section{padding:calc(12*0.5rem) 0}}.tools-section-content{display:flex;flex-direction:column;gap:calc(5*0.5rem);text-align:center}.tools-section-content h2{max-width:768px;margin:0 auto}.tools-section-cards{display:grid;grid-template-columns:repeat(1, 1fr);gap:calc(3*0.5rem)}@media screen and (min-width: 64em){.tools-section-cards{grid-template-columns:repeat(2, 1fr)}}.tools-section-card{border-radius:.75em;background:#f1f2f8;padding:calc(5*0.5rem);display:flex;flex-direction:column;gap:calc(1.5*0.5rem);text-decoration:none;-webkit-transition:all .1s ease;-moz-transition:all .1s ease;-ms-transition:all .1s ease;-o-transition:all .1s ease;transition:all .1s ease}.tools-section-card:hover{color:#171f52;transform:scale(1.02)}.tools-section-card:hover h3{color:#d00}@media screen and (min-width: 48em){.tools-section-card{flex-direction:row}}.tools-section-card__icon{width:50px;flex-shrink:0}.tools-section-card__content{text-align:left;flex:1 0 auto}.tools-section-card__content h3{font-family:"Open Sans",sans-serif;font-weight:700;font-style:normal;margin:0;font-size:1.25rem}.tools-section-card__content p{margin:0;color:#323232}.home__hero{background:#171f52;overflow:hidden;position:relative;min-height:285px}@media screen and (min-width: 48em){.home__hero{background-image:url("/assets/v1/home/radial-gradient.svg");background-size:4000px;background-position:center 30%;background-repeat:no-repeat;padding-top:4rem;transition:background-image .5s ease-in-out}}@media screen and (min-width: 48em){.home__hero:before{content:"";position:absolute;top:30%;left:calc(50% - 350px);width:700px;height:700px;background:#d00;background:radial-gradient(circle, rgb(23, 31, 82) 0%, rgba(255, 255, 255, 0) 100%);z-index:1;border-radius:50%}}.home__hero:after{content:"";position:absolute;top:0;left:calc(50% - 1500px);width:3000px;height:3000px;background:#171f52;background:radial-gradient(circle, rgb(23, 31, 82) 0%, rgb(23, 31, 82) 34%, rgba(255, 255, 255, 0) 100%);background:radial-gradient(circle, rgb(23, 31, 82) 0%, rgba(255, 255, 255, 0) 100%)}@media screen and (max-width: 64em){.home__hero{padding-bottom:calc(5*0.5rem)}}.home__hero.active{background-image:none}.home__hero.active:before{opacity:0;transition:opacity .5s ease-in-out}.home__hero.active:after{opacity:0;transition:opacity .5s ease-in-out}.home__hero .container{position:relative;z-index:2}.home__review-section{background:rgb(19.6485714286,26.4828571429,70.0514285714);color:#fff;padding:calc(3*0.5rem) 0 calc(10*0.5rem) 0;margin-top:-1px}@media screen and (min-width: 64em){.home__review-section{padding:calc(8*0.5rem) 0 calc(14*0.5rem) 0}}.home__review-section .stats{display:flex;flex-direction:column;text-align:center;align-items:center;justify-content:center;gap:calc(3*0.5rem);max-width:48em;margin:0 auto}@media screen and (min-width: 64em){.home__review-section .stats{flex-direction:row}}.home__review-section .stats__item{display:flex;flex-direction:column;align-items:center;font-size:1rem;text-align:left}@media screen and (min-width: 64em){.home__review-section .stats__item{flex-direction:row;gap:calc(1*0.5rem)}}@media screen and (min-width: 64em){.home__review-section .stats__item:not(:last-child):after{content:"•";margin-left:24px;color:#fff}}.home__review-section .stats__item-number{font-weight:700;color:#ffd561;line-height:1.1;font-size:1.25rem}@media screen and (min-width: 64em){.home__review-section .stats__item-number{font-size:1rem}}.home__review-section .stats__item-label{line-height:1.1}.home__services-section{padding:100px 0 0 0;text-align:center;background:#fff;position:relative}.home__services-section h1{margin:0 auto;text-wrap:balance;max-width:768px}.home__services-section-content{display:flex;flex-direction:column;gap:calc(5*0.5rem);position:relative;margin-top:calc(3*0.5rem)}.home__services-section-icon{width:130px;height:130px;position:absolute;top:-160px;left:calc(50% - 65px);background:#fff;border-radius:50%;padding:24px}.home__services-section-cards{display:flex;flex-direction:column;gap:calc(6*0.5rem);max-width:1024px}@media screen and (min-width: 64em){.home__services-section-cards{flex-direction:row;margin:0 auto}}.home__services-section-card{display:flex;flex-direction:column;align-items:center;flex:1;min-width:290px;gap:calc(1.5*0.5rem)}.home__services-section-card>*{margin:0}.home__services-section-card__image{position:relative;align-self:stretch}.home__services-section-card__image img{height:250px;object-fit:cover;object-position:center;width:100%;border-radius:.75em;box-shadow:rgba(0,0,0,.08) 0px 8px 24px}@media screen and (min-width: 48em){.home__services-section-card__image img{height:375px}}.home__services-section-card__image .dpa_callout{background:rgb(255,240.1139240506,199);padding:calc(1*0.5rem);border-radius:.75em;border-left:3px solid #ffd561;font-size:.8rem;text-align:left;margin-bottom:calc(1*0.5rem);position:absolute;bottom:12px;left:-12px;box-shadow:rgba(0,0,0,.08) 0px 8px 24px}.home__services-section-card h3{font-family:"Open Sans",sans-serif;font-weight:700;font-style:normal;font-size:1.25rem;line-height:1.1}.home__services-section-card p{text-wrap:balance}.home__services-section-card ul{text-align:left;list-style:none;margin-top:calc(1*0.5rem)}.home__services-section-card ul li{margin-left:0;display:flex;align-items:flex-start;gap:calc(1.5*0.5rem);padding:0;margin-bottom:calc(1*0.5rem)}.home__services-section-card ul li:before{content:"";background-image:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" xmlns:v="https://vecta.io/nano"><path d="M9 0a9 9 0 1 1 0 18A9 9 0 1 1 9 0zm0 2a7 7 0 1 0 0 14A7 7 0 1 0 9 2zm3.551 3.166a1 1 0 0 1 .283 1.386l-3.963 6a1 1 0 0 1-1.677-.013l-2.037-3.19a1 1 0 1 1 1.686-1.077l1.207 1.892 3.116-4.715a1 1 0 0 1 1.386-.283z" fill="%23171f52"/></svg>');width:18px;height:18px;background-size:16px;background-position:center;background-repeat:no-repeat;display:inline-block;flex-shrink:0;margin-top:4px}.home__services-section-card a{color:#323232}.home__services-section-card a:hover{color:#323232}.home__services-section-card-button{margin-top:12px;padding-left:12px;padding-right:12px;width:100%}.home__services-section-more-options{max-width:1024px;width:100%;border-radius:.75em;background:#f1f2f8;padding:calc(1.5*0.5rem);margin:0 auto}.home__services-section-dpa{display:flex;flex-direction:column;gap:calc(3*0.5rem);padding:calc(3*0.5rem);background:#171f52;color:#fff;border-radius:.75em;text-align:left}@media screen and (min-width: 64em){.home__services-section-dpa{flex-direction:row;padding:calc(6*0.5rem)}}@media screen and (min-width: 64em){.home__services-section-dpa-content{margin:0 auto;max-width:48em}}.home__services-section-dpa h3,.home__services-section-dpa .emphasis{color:#fff}.home__services-section-dpa ul{display:flex;flex-direction:column;gap:calc(1*0.5rem);list-style:none;margin:0}@media screen and (min-width: 64em){.home__services-section-dpa ul{flex-direction:row}}.home__services-section-dpa ul li{margin-left:0;gap:calc(1*0.5rem);display:flex;line-height:1.5;align-items:flex-start}.home__services-section-dpa ul li:before{content:"";background-image:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" xmlns:v="https://vecta.io/nano"><path d="M9 0a9 9 0 1 1 0 18A9 9 0 1 1 9 0zm0 2a7 7 0 1 0 0 14A7 7 0 1 0 9 2zm3.551 3.166a1 1 0 0 1 .283 1.386l-3.963 6a1 1 0 0 1-1.677-.013l-2.037-3.19a1 1 0 1 1 1.686-1.077l1.207 1.892 3.116-4.715a1 1 0 0 1 1.386-.283z" fill="%23FFD561"/></svg>');width:18px;height:18px;display:inline-block;margin-right:8px;flex-shrink:0;margin-top:4px}.home__services-section-dpa .button-wrapper{display:flex;flex-direction:column;justify-content:flex-start;gap:calc(1*0.5rem);flex:1 0 auto}@media screen and (min-width: 64em){.home__services-section-dpa .button-wrapper{align-items:center;justify-content:center}}.home__services-section-dpa .button-wrapper .button{margin:0;align-self:flex-start;box-shadow:rgba(0,0,0,.08) 0px 8px 24px}@media screen and (min-width: 64em){.home__services-section-dpa .button-wrapper .button{margin:0 auto;align-self:flex-end}}.home__services-section-dpa .button-wrapper div{font-size:.8rem;font-style:italic;text-align:left}@media screen and (min-width: 64em){.home__services-section-dpa .button-wrapper div{text-align:center}}.home__agent-section{margin:0 auto calc(8*0.5rem) auto;max-width:64em}@media screen and (min-width: 48em){.home__agent-section{margin:36px auto calc(3*0.5rem + 36px) auto}}@media screen and (min-width: 64em){.home__agent-section{margin:76px auto calc(10*0.5rem + 76px) auto}}.home__agent-section h2,.home__agent-section p{color:#fff}@media screen and (min-width: 48em){.home__agent-section h2,.home__agent-section p{text-wrap:balance}}.home__agent-section-content{display:flex;flex-direction:column;gap:calc(3*0.5rem);background:#171f52;color:#fff;padding:calc(3*0.5rem);border-radius:.75em;max-width:64em;position:relative}@media screen and (min-width: 48em){.home__agent-section-content{flex-direction:row;padding:calc(6*0.5rem);align-items:center}}@media screen and (min-width: 64em){.home__agent-section-text{max-width:45%}}.home__agent-section-icon{width:100px}.home__agent-section .button{box-shadow:rgba(0,0,0,.08) 0px 8px 24px}.home__agent-section-image{width:100%;display:none}@media screen and (min-width: 48em){.home__agent-section-image{display:block}}.home__agent-section-image img{border-radius:.75em;width:300px;height:500px;object-fit:cover;object-position:center;position:absolute;right:calc(6*0.5rem);bottom:0;top:calc(50% - 250px);box-shadow:rgba(0,0,0,.08) 0px 8px 24px}@media screen and (min-width: 64em){.home__agent-section-image img{bottom:0;width:400px;height:600px;top:calc(50% - 300px)}}.home__articles-section{padding:calc(12*0.5rem) 0;background:#f1f2f8}.home__featured-articles-content{display:flex;flex-direction:column;gap:calc(3*0.5rem)}.home__featured-articles-content h2{text-align:center;max-width:768px;margin:0 auto}.home__featured-articles-content__cards{display:grid;grid-template-columns:repeat(1, 1fr);gap:calc(3*0.5rem)}@media screen and (min-width: 48em){.home__featured-articles-content__cards{grid-template-columns:repeat(3, 1fr)}}.home__featured-articles-content__card{text-decoration:none;background:#fff;border-radius:.75em;justify-content:space-between;padding:calc(3*0.5rem);display:flex;flex-direction:column;gap:calc(2*0.5rem);-webkit-transition:all .1s ease;-moz-transition:all .1s ease;-ms-transition:all .1s ease;-o-transition:all .1s ease;transition:all .1s ease;margin-top:40px}.home__featured-articles-content__card:hover{transform:scale(1.02)}.home__featured-articles-content__card:hover p{color:#323232}.home__featured-articles-content__card:hover h3{color:#d00}.home__featured-articles-content__card h3,.home__featured-articles-content__card p{margin:0}.home__featured-articles-content__card p{color:#323232}.home__featured-articles-content__card .time-to-read{color:#323232;font-size:.8rem}.home__featured-articles-content__card h3{font-family:"Open Sans",sans-serif;font-weight:700;font-style:normal;font-size:1.563rem}@media screen and (min-width: 64em){.home__featured-articles-content__card h3{text-wrap:balance}}.home__featured-articles-content__card .article-title{display:flex;flex-direction:column;gap:calc(1.5*0.5rem);margin-top:-60px}.home__featured-articles-content__card .article-title img{border-radius:.75em;width:100%;margin-bottom:calc(2*0.5rem);box-shadow:rgba(0,0,0,.08) 0px 8px 24px}.home__featured-articles-content__card .byline{background:#f1f2f8;display:flex;gap:calc(1*0.5rem);align-items:center;color:#323232;padding:calc(1.5*0.5rem);border-radius:.75em;line-height:1.1}.home__featured-articles-content__card .byline img{border-radius:50%;width:60px;height:60px;object-fit:cover;object-position:center}.home__featured-articles-content__card .byline__author{font-weight:700;color:#002f7a;margin:0}.home__featured-articles-content__card .byline__title,.home__featured-articles-content__card .byline__nmls{color:#323232;font-size:.8rem;margin:0}.home__app-section-content{display:flex;flex-direction:column-reverse;gap:calc(3*0.5rem);padding:calc(3*0.5rem);max-width:64em;margin:0 auto;align-items:center}@media screen and (min-width: 48em){.home__app-section-content{flex-direction:row;padding:calc(6*0.5rem)}}.home__app-section-content h2{margin:0}.home__app-section-content ul{list-style:none;padding:0;margin:0;position:relative;display:flex;flex-direction:column;gap:calc(1*0.5rem)}.home__app-section-content ul li{display:flex;gap:calc(.5*0.5rem);flex-direction:column}.home__app-section-content ul li .title{font-weight:700;color:#171f52}.home__app-section-text{display:flex;flex-direction:column;gap:calc(3*0.5rem)}@media screen and (min-width: 48em){.home__app-section-text{max-width:50%}}@media screen and (min-width: 48em){.home__app-section-text h2{text-wrap:balance}}.home__app-section-text .button{margin:0;align-self:flex-start}.home__app-section-icon{width:40px;height:40px;position:absolute;left:0}.home__app-section-icon svg{width:32px;height:32px}.home__app-section-image{display:flex;align-items:center;justify-content:center;width:50%;background:#bce5ff;background:radial-gradient(circle, rgb(188, 229, 255) 0%, rgb(255, 255, 255) 60%);position:relative}@media screen and (min-width: 48em){.home__app-section-image{width:50%}}.home__app-section-image img{max-width:300px;width:100%;height:auto;object-fit:cover;position:relative;z-index:1;margin:0 auto}/*# sourceMappingURL=home.css.map */
