p {
    line-height: 1.5;
}

#title_section h1 + h2{
    font-size: 1rem;
    font-weight: 500;
}

#intro, #outro {
    padding: 2.5rem 0;
}

:is(.states, .long_description).light_gray_border{
    padding-top: 1rem;
}

picture {
    width: 100%;
    height: auto;
    aspect-ratio: 2 / 1;
    background: #FFF;
    border-radius: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

picture.new img{
    width: 100%;
    height: auto;
}

#details li {
    padding-bottom: 0;
}

#details h3 {
    margin-bottom: .5rem;
}

#details table {
    width: 100%;
}

#details.grid1 table {
    width: 25rem;
    max-width: 100%;
}

#details tr:not(:has(.subtitle)) {
    display: grid;
    grid-gap: 1rem;
    grid-auto-columns: minmax(0, 1fr);
    grid-template-columns: 1fr 1fr;
    border-bottom: 1px solid var(--light);
    margin-bottom: 0.5rem;
}

#details td {
    padding-bottom: 1em;
    font-size: 1rem;
}

#details td:nth-last-child(1){
    padding-bottom: 0;
}

#details td.subtitle {
    display: block;
    margin-bottom: 1rem;
    padding-bottom: 1rem;
    border-bottom:.0625rem solid var(--light_gray);
}

#details td.value {
    font-weight: 800;
    color: var(--dark);
}

.copy h4{
    font-size: 1rem;
}

#title_section button {    
    display: inline-flex;
    overflow: hidden;
    margin: 1rem 0 0;
    padding: .5rem;
    border-radius: .5rem;
    align-items: center;
    cursor: pointer;
}

#title_section button + button {
    margin-top: 1rem;
}

#title_section button span {
    height: 1.5rem;
    line-height: 1.5rem;
    padding: 0 .5rem 0 0;
}

button.favorites {
    max-width: 100%;
    justify-content: space-between;
    background-color: #fff !important;
    position: relative;
}

button.favorites input {
    opacity: 0;
    position: absolute;
    inset: 0;
    cursor: pointer;
    width: 100%;
    height: 100%;
    z-index: 1;
}

#title_section button.favorites span {
    color: var(--dark_gray);
}

#small_button{
    margin-left: .5rem;
}

button.favorites .heart {
    height: 1.5rem;
    width: 1.5rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

button.favorites .heart:before {
    content: '';
    display: inline-flex;
    height: 1.5rem;
    width: 1.5rem;
    background-color: var(--dark_gray);
    mask-repeat: no-repeat;
}

button.favorites:has(input:checked) .heart:before {
    background-color: var(--red);
    -webkit-mask: url('data:image/svg+xml;base64,PHN2ZyBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGZpbGwtcnVsZT0iZXZlbm9kZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgc3Ryb2tlLW1pdGVybGltaXQ9IjIiIHZpZXdCb3g9IjAgMCAyNCAyNCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJtMTIgNS43MmMtMi42MjQtNC41MTctMTAtMy4xOTgtMTAgMi40NjEgMCAzLjcyNSA0LjM0NSA3LjcyNyA5LjMwMyAxMi41NC4xOTQuMTg5LjQ0Ni4yODMuNjk3LjI4M3MuNTAzLS4wOTQuNjk3LS4yODNjNC45NzctNC44MzEgOS4zMDMtOC44MTQgOS4zMDMtMTIuNTQgMC01LjY3OC03LjM5Ni02Ljk0NC0xMC0yLjQ2MXoiIGZpbGwtcnVsZT0ibm9uemVybyIvPjwvc3ZnPg==');
    mask: url('data:image/svg+xml;base64,PHN2ZyBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGZpbGwtcnVsZT0iZXZlbm9kZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgc3Ryb2tlLW1pdGVybGltaXQ9IjIiIHZpZXdCb3g9IjAgMCAyNCAyNCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJtMTIgNS43MmMtMi42MjQtNC41MTctMTAtMy4xOTgtMTAgMi40NjEgMCAzLjcyNSA0LjM0NSA3LjcyNyA5LjMwMyAxMi41NC4xOTQuMTg5LjQ0Ni4yODMuNjk3LjI4M3MuNTAzLS4wOTQuNjk3LS4yODNjNC45NzctNC44MzEgOS4zMDMtOC44MTQgOS4zMDMtMTIuNTQgMC01LjY3OC03LjM5Ni02Ljk0NC0xMC0yLjQ2MXoiIGZpbGwtcnVsZT0ibm9uemVybyIvPjwvc3ZnPg=='); 
    -webkit-mask-size: contain;
    mask-size: contain;
}

.title_with_icon button.favorites:has(input:checked){
    background-color: #fff !important;
    border-color: transparent !important;
}

#title_section.title_with_icon button.favorites:has(input:checked) span{
    color: var(--dark_gray);
}

.title_with_icon button.favorites:has(input:checked) :is(.save,.heart){
    background-color: #fff;
}

#outro :is(h2, p) {
    margin-bottom: 1.5rem;
}

#request_information .guts {
    max-width: 31.25rem;
}

#request_information h3 {
    margin-bottom: .5em;
}

.checkbox_button {
    display: flex
;
    margin-bottom: 1em;
}p {
    margin-bottom: 2em;
}

#request_information .checkbox_button label{
    align-items: flex-start;
}

#request_information .checkbox_button {
    margin-bottom: 1em;
}

#request_information .grid2 {
    grid-gap: 1rem;
}

#request_information .grid2:not(.buttons) {
    grid-gap: 0;
}

.buttons button {
    width: 100%;
}

button.cancel {
    color: var(--dark);
    background-color: #FFF !important;
    box-shadow: inset 0 0 0 0.0625rem var(--link_blue);
}

body:has(#request_information.show) {
    overflow-y: hidden;
}

#request_information_franchise_addon {
    margin-top: 0.75rem;
    margin-bottom: 1.25rem;
}

#request_information_franchise_addon .thank-you-ri-addon-intro {
    margin-bottom: 0.5rem;
    font-size: 0.875rem;
    line-height: 1.4;
    color: var(--dark_gray);
}

#request_information_franchise_addon .request_info_franchise_addon_row--card {
    margin-bottom: 0.5rem;
}

#request_information_franchise_addon .request_info_franchise_addon_row--card:last-of-type {
    margin-bottom: 0;
}

#request_information_franchise_addon .request_info_franchise_pick-card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    margin: 0;
    padding: 0.875rem 1rem;
    background: #f9f9f9;
    border: 1px solid #e0e0e0;
    border-radius: 0.5rem;
    cursor: pointer;
    box-sizing: border-box;
}

#request_information_franchise_addon .request_info_franchise_pick-card__name {
    flex: 1 1 auto;
    min-width: 0;
    font-weight: 700;
    font-size: 0.875rem;
    line-height: 1.3;
    color: var(--link_blue);
}

#request_information_franchise_addon .request_info_franchise_pick-card__check {
    position: relative;
    flex: 0 0 auto;
    width: 1.375rem;
    height: 1.375rem;
}

#request_information_franchise_addon .request_info_franchise_pick-card__check .request_info_franchise_pick {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    opacity: 0;
    cursor: pointer;
    z-index: 1;
}

#request_information_franchise_addon .request_info_franchise_pick-card__visual {
    display: block;
    box-sizing: border-box;
    width: 1.375rem;
    height: 1.375rem;
    border: 0.125rem solid var(--link_blue);
    border-radius: 0.25rem;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 0;
    pointer-events: none;
}

#request_information_franchise_addon .request_info_franchise_pick-card__check .request_info_franchise_pick:checked + .request_info_franchise_pick-card__visual {
    background-color: var(--link_blue);
    border-color: var(--link_blue);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 14'%3E%3Cpath fill='none' stroke='%23ffffff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' d='M3.2%207.1L6.4%2010.3L10.8%203.7'/%3E%3C/svg%3E");
    background-size: 0.65rem auto;
}

#request_information_franchise_addon .request_info_franchise_pick-card__check .request_info_franchise_pick:focus {
    outline: none;
}

#request_information_franchise_addon .request_info_franchise_pick-card__check .request_info_franchise_pick:focus-visible + .request_info_franchise_pick-card__visual {
    outline: 0.125rem solid var(--link_blue);
    outline-offset: 0.125rem;
}

#request_information_franchise_addon .checkbox_button span {
    font-weight: 500;
    font-size: 0.875rem;
    line-height: 1.35;
}

#request_information_franchise_addon_rows {
    padding: 0;
    background: transparent;
    border-radius: 0;
}

.request_info.error-input 
.request_info_mirror.error-input {
    border-color: var(--red) !important;
}

label:has(input.error-input) span {
    color: var(--red) !important;
}

.relative {
    position: relative;
}

.profile_icons{
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: .5rem;
    left: .5rem;
    gap: .5rem;
    z-index: 1;
}

.profile_icons .favorite {
    height: 2rem;
    width: 2rem;
    background-color: rgba(0, 0, 0, .15);
    border-radius: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color .2s;
}

.profile_icons .favorite:hover {
    background-color: rgba(0, 0, 0, 1);
    cursor: pointer;
}

.heart {
    height: 1.25rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.heart:before {
    content: '';
    display: inline-flex;
    height: 1.25rem;
    width: 1.25rem;
    background-color: #FFF;
    mask-repeat: no-repeat;
    line-height: 1;
}

.heart:before {
    width: 1rem;
    height: 1rem;
}

#connect {
    position: fixed;
    inset: auto 0 0;
    text-align: center;
    background: #FFF;
    padding: .75rem;
    border-top: .0625rem solid var(--light_gray);
    z-index: 3;
}

#connect .container {
    padding: 0 .75rem;
}

i.arrow:before {
    content: '';
    display: block;
    height: 2.5rem;
    width: 2.5rem;
    background-color: var(--link_blue);
    mask-repeat: no-repeat;
    -webkit-mask: url('data:image/svg+xml;base64,PHN2ZyBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGZpbGwtcnVsZT0iZXZlbm9kZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgc3Ryb2tlLW1pdGVybGltaXQ9IjIiIHZpZXdCb3g9IjAgMCAyNCAyNCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJtMTQuNTIzIDE4Ljc4N3M0LjUwMS00LjUwNSA2LjI1NS02LjI2Yy4xNDYtLjE0Ni4yMTktLjMzOC4yMTktLjUzcy0uMDczLS4zODMtLjIxOS0uNTNjLTEuNzUzLTEuNzU0LTYuMjU1LTYuMjU4LTYuMjU1LTYuMjU4LS4xNDQtLjE0NS0uMzM0LS4yMTctLjUyNC0uMjE3LS4xOTMgMC0uMzg1LjA3NC0uNTMyLjIyMS0uMjkzLjI5Mi0uMjk1Ljc2Ni0uMDA0IDEuMDU2bDQuOTc4IDQuOTc4aC0xNC42OTJjLS40MTQgMC0uNzUuMzM2LS43NS43NXMuMzM2Ljc1Ljc1Ljc1aDE0LjY5MmwtNC45NzkgNC45NzljLS4yODkuMjg5LS4yODYuNzYyLjAwNiAxLjA1NC4xNDguMTQ4LjM0MS4yMjIuNTMzLjIyMi4xOSAwIC4zNzgtLjA3Mi41MjItLjIxNXoiIGZpbGwtcnVsZT0ibm9uemVybyIvPjwvc3ZnPg==');
    mask: url('data:image/svg+xml;base64,PHN2ZyBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGZpbGwtcnVsZT0iZXZlbm9kZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgc3Ryb2tlLW1pdGVybGltaXQ9IjIiIHZpZXdCb3g9IjAgMCAyNCAyNCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJtMTQuNTIzIDE4Ljc4N3M0LjUwMS00LjUwNSA2LjI1NS02LjI2Yy4xNDYtLjE0Ni4yMTktLjMzOC4yMTktLjUzcy0uMDczLS4zODMtLjIxOS0uNTNjLTEuNzUzLTEuNzU0LTYuMjU1LTYuMjU4LTYuMjU1LTYuMjU4LS4xNDQtLjE0NS0uMzM0LS4yMTctLjUyNC0uMjE3LS4xOTMgMC0uMzg1LjA3NC0uNTMyLjIyMS0uMjkzLjI5Mi0uMjk1Ljc2Ni0uMDA0IDEuMDU2bDQuOTc4IDQuOTc4aC0xNC42OTJjLS40MTQgMC0uNzUuMzM2LS43NS43NXMuMzM2Ljc1Ljc1Ljc1aDE0LjY5MmwtNC45NzkgNC45NzljLS4yODkuMjg5LS4yODYuNzYyLjAwNiAxLjA1NC4xNDguMTQ4LjM0MS4yMjIuNTMzLjIyMi4xOSAwIC4zNzgtLjA3Mi41MjItLjIxNXoiIGZpbGwtcnVsZT0ibm9uemVybyIvPjwvc3ZnPg=='); 
    -webkit-mask-size: contain;
    mask-size: contain;
}

#connect button {
    font-size: 1.25rem;
    margin: 0;
    width: 100%;
    padding: .75em .5em;
    font-weight: 600;
}

:is(#menu_modal, #top .back) i:before {
    content: '';
    display: block;
    height: 1rem;
    width: 1rem;
    background-color: var(--dark);
    mask-repeat: no-repeat;
    margin-right: .75rem;
}

i.back:before {
    -webkit-mask: url('data:image/svg+xml;base64,PHN2ZyBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGZpbGwtcnVsZT0iZXZlbm9kZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgc3Ryb2tlLW1pdGVybGltaXQ9IjIiIHZpZXdCb3g9IjAgMCAyNCAyNCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJtOS40NzQgNS4yMDlzLTQuNTAxIDQuNTA1LTYuMjU0IDYuMjU5Yy0uMTQ3LjE0Ni0uMjIuMzM4LS4yMi41M3MuMDczLjM4NC4yMi41M2MxLjc1MiAxLjc1NCA2LjI1MiA2LjI1NyA2LjI1MiA2LjI1Ny4xNDUuMTQ1LjMzNi4yMTcuNTI3LjIxNy4xOTEtLjAwMS4zODMtLjA3NC41My0uMjIxLjI5My0uMjkzLjI5NC0uNzY2LjAwNC0xLjA1N2wtNC45NzYtNC45NzZoMTQuNjkyYy40MTQgMCAuNzUtLjMzNi43NS0uNzVzLS4zMzYtLjc1LS43NS0uNzVoLTE0LjY5Mmw0Ljk3OC00Ljk3OWMuMjg5LS4yODkuMjg3LS43NjEtLjAwNi0xLjA1NC0uMTQ3LS4xNDctLjMzOS0uMjIxLS41My0uMjIxLS4xOTEtLjAwMS0uMzguMDcxLS41MjUuMjE1eiIgZmlsbC1ydWxlPSJub256ZXJvIi8+PC9zdmc+');
    mask: url('data:image/svg+xml;base64,PHN2ZyBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGZpbGwtcnVsZT0iZXZlbm9kZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgc3Ryb2tlLW1pdGVybGltaXQ9IjIiIHZpZXdCb3g9IjAgMCAyNCAyNCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJtOS40NzQgNS4yMDlzLTQuNTAxIDQuNTA1LTYuMjU0IDYuMjU5Yy0uMTQ3LjE0Ni0uMjIuMzM4LS4yMi41M3MuMDczLjM4NC4yMi41M2MxLjc1MiAxLjc1NCA2LjI1MiA2LjI1NyA2LjI1MiA2LjI1Ny4xNDUuMTQ1LjMzNi4yMTcuNTI3LjIxNy4xOTEtLjAwMS4zODMtLjA3NC41My0uMjIxLjI5My0uMjkzLjI5NC0uNzY2LjAwNC0xLjA1N2wtNC45NzYtNC45NzZoMTQuNjkyYy40MTQgMCAuNzUtLjMzNi43NS0uNzVzLS4zMzYtLjc1LS43NS0uNzVoLTE0LjY5Mmw0Ljk3OC00Ljk3OWMuMjg5LS4yODkuMjg3LS43NjEtLjAwNi0xLjA1NC0uMTQ3LS4xNDctLjMzOS0uMjIxLS41My0uMjIxLS4xOTEtLjAwMS0uMzguMDcxLS41MjUuMjE1eiIgZmlsbC1ydWxlPSJub256ZXJvIi8+PC9zdmc+');
    -webkit-mask-size: contain;
    mask-size: contain;
}

i.compare-results:before {
    -webkit-mask: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBkPSJNNCA0djIwaDIwdi0yMGgtMjB6bTE4IDE4aC0xNnYtMTNoMTZ2MTN6bS0zLTNoLTEwdi0xaDEwdjF6bTAtM2gtMTB2LTFoMTB2MXptMC0zaC0xMHYtMWgxMHYxem0yLTExaC0xOXYxOWgtMnYtMjFoMjF2MnoiLz48L3N2Zz4=');
    mask: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBkPSJNNCA0djIwaDIwdi0yMGgtMjB6bTE4IDE4aC0xNnYtMTNoMTZ2MTN6bS0zLTNoLTEwdi0xaDEwdjF6bTAtM2gtMTB2LTFoMTB2MXptMC0zaC0xMHYtMWgxMHYxem0yLTExaC0xOXYxOWgtMnYtMjFoMjF2MnoiLz48L3N2Zz4=');
    -webkit-mask-size: contain;
    mask-size: contain;
}

i.net-worth-calculator:before {
    -webkit-mask: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBkPSJNMTkgMGgtMTRjLTIuNzYxIDAtNSAyLjIzOS01IDV2MTRjMCAyLjc2MSAyLjIzOSA1IDUgNWgxNGMyLjc2MiAwIDUtMi4yMzkgNS01di0xNGMwLTIuNzYxLTIuMjM4LTUtNS01em0tMTcgNWMwLTEuNjU0IDEuMzQ2LTMgMy0zaDZ2OWgtOXYtNnptMCAxNHYtNmg5djloLTZjLTEuNjU0IDAtMy0xLjM0Ni0zLTN6bTIwIDBjMCAxLjY1NC0xLjM0NiAzLTMgM2gtNnYtOWg5djZ6bTAtOGgtOXYtOWg2YzEuNjU0IDAgMyAxLjM0NiAzIDN2NnptLTIgNmgtNXYtMWg1djF6bS01LTExaDV2MWgtNXYtMXptMCAxM3YtMWg1djFoLTV6bS02LTJ2MWgtMnYyaC0xdi0yaC0ydi0xaDJ2LTJoMXYyaDJ6bS0xLjc5My0xMC41bDEuNDE0IDEuNDE0LS43MDcuNzA3LTEuNDE0LTEuNDE0LTEuNDE0IDEuNDE0LS43MDgtLjcwNyAxLjQxNC0xLjQxNC0xLjQxNC0xLjQxNC43MDctLjcwNyAxLjQxNSAxLjQxNCAxLjQxNS0xLjQxNS43MDguNzA4LTEuNDE2IDEuNDE0em05Ljc5My0yYzAtLjI3Ni4yMjQtLjUuNS0uNXMuNS4yMjQuNS41LS4yMjQuNS0uNS41LS41LS4yMjQtLjUtLjV6bTEgNGMwIC4yNzYtLjIyNC41LS41LjVzLS41LS4yMjQtLjUtLjUuMjI0LS41LjUtLjUuNS4yMjQuNS41eiIvPjwvc3ZnPg==');
    mask: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBkPSJNMTkgMGgtMTRjLTIuNzYxIDAtNSAyLjIzOS01IDV2MTRjMCAyLjc2MSAyLjIzOSA1IDUgNWgxNGMyLjc2MiAwIDUtMi4yMzkgNS01di0xNGMwLTIuNzYxLTIuMjM4LTUtNS01em0tMTcgNWMwLTEuNjU0IDEuMzQ2LTMgMy0zaDZ2OWgtOXYtNnptMCAxNHYtNmg5djloLTZjLTEuNjU0IDAtMy0xLjM0Ni0zLTN6bTIwIDBjMCAxLjY1NC0xLjM0NiAzLTMgM2gtNnYtOWg5djZ6bTAtOGgtOXYtOWg2YzEuNjU0IDAgMyAxLjM0NiAzIDN2NnptLTIgNmgtNXYtMWg1djF6bS01LTExaDV2MWgtNXYtMXptMCAxM3YtMWg1djFoLTV6bS02LTJ2MWgtMnYyaC0xdi0yaC0ydi0xaDJ2LTJoMXYyaDJ6bS0xLjc5My0xMC41bDEuNDE0IDEuNDE0LS43MDcuNzA3LTEuNDE0LTEuNDE0LTEuNDE0IDEuNDE0LS43MDgtLjcwNyAxLjQxNC0xLjQxNC0xLjQxNC0xLjQxNC43MDctLjcwNyAxLjQxNSAxLjQxNCAxLjQxNS0xLjQxNS43MDguNzA4LTEuNDE2IDEuNDE0em05Ljc5My0yYzAtLjI3Ni4yMjQtLjUuNS0uNXMuNS4yMjQuNS41LS4yMjQuNS0uNS41LS41LS4yMjQtLjUtLjV6bTEgNGMwIC4yNzYtLjIyNC41LS41LjVzLS41LS4yMjQtLjUtLjUuMjI0LS41LjUtLjUuNS4yMjQuNS41eiIvPjwvc3ZnPg==');
    -webkit-mask-size: contain;
    mask-size: contain;
}

#outro:has(#results:empty) {
    display: none;
}

@media (max-width: 768px) {
    #title_section button {
        flex-direction: row-reverse;
        margin-left: -.5rem;
    }

    #title_section button span {
        padding: 0 0 0 .5rem;
    }
}

@media (max-width: 1200px) {

    li:is(.dashboard,.franchise,.resources,.compare-results,.net-worth-calculator){
        display: block;
    }

    header#bottom, .logo, #connect :is(#connect_intro, .arrow) {
        display: none;
    }

    .back {
        display: flex;
        font-size: 1.25rem;
    }

    #top .back i:before {
        height: 1.5rem;
        width: 1.5rem;
        margin-right: .5rem;
    }
}

@media (min-width: 768px) {
    .white_shell {
        height: 100%;
    }

    #outro img {
        width: 100%;
        height: auto;
    }

    #outro .tcol8 {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
    }
    #request_information .guts {
        max-width: 40rem;
    }

    #request_information .grid2 {
        grid-gap: 1rem !important;
    }

    #details td {
        padding-bottom: 1em;
        font-size: 0.875rem;
    }

    #connect button {
        width: auto;
        padding: .75em 2em;
    }
}

@media (min-width: 769px) {
    .flex_center_right {
        display: flex;
        flex-direction: row;
        justify-content: flex-end;
        align-items: center;
    }
}


@media (min-width: 1025px) {
    #intro, #outro {
        padding: 3.5rem 0;
    }

    #title_section button {
        margin-top: 0;
    }

    #title_section button + button {
        margin: 0 0 0 1rem;
    }

    #outro :is(h2, p) {
            margin-bottom: 2rem;
    }

    :is(.states, .long_description).light_gray_border{
        margin-top: 2rem;
        padding-top: 2rem;
    }

    .white_shell:not(article) {
        padding: 1.5rem;
    }
}
@media (min-width: 1201px) {

    #connect {
        line-height: 1;
    }

    #connect .container {
        display: flex;
        align-items: center;
        font-size: 1.25rem;
        justify-content: flex-end;
    }

    #connect_intro span {
        font-weight: 600;
    }

    #connect_intro strong {
        color: var(--dark);
        text-transform: uppercase;
        margin-left: .5rem;
    }

    #arrow {
        margin: auto 1.5rem;
    }

    button.favorites:hover {
        background-color: var(--light) !important;
    }
}

@media (min-width: 1332px) {
    #connect .container {
        padding: 0 1.5rem;
    }
}

@media (min-width: 1441px) {
    #intro, #outro {
        padding: 4.5rem 0;
    }
}

#lead_step_1 .input_wrapper{
    margin-bottom: 0.85rem;
}

#one_time_password_modal{
    z-index: 5;
}

#one_time_password_modal .guts{
    max-width: 31.25rem;
}

#one_time_password_modal h3{
    text-align: left;
}

#one_time_password_modal .login_display p{
    margin-bottom: 1rem;
}

#one_time_password_modal .login_display .form_fields{
    margin-top: 2rem;
    margin-bottom: 0.5rem;
}

#one_time_password_modal .login_display .resend_code{
    font-size: 0.8rem;
}

#one_time_password_modal .login_display .resend_code a{
    color: var(--link_blue);
    text-decoration: underline;
}

#one_time_password_modal .login_display .login_btns{
    margin-top: 2rem;
}

#signup_modal.forward{
    z-index: 5;
}

#signup_modal.forward h3{
    margin-bottom: 0;
}

#signup_modal.set_password .guts{
    max-width: 40rem;;
}

#request_information .checkbox_button label span{
    color: var(--dark_gray);
}

#alert.request_alert .content{
    text-align: left;
}

#alert.request_alert .alert{
    max-width: 40rem;
    padding: 2rem;
    position: relative;
}

#alert.request_alert .close_modal{
    width: 2rem;
    height: 2rem;
    background-color: var(--dark_gray);
    border-radius: .25rem;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: .5rem;
    position: absolute;
    top: 2rem;
    right: 2rem;
    color: #fff;
    cursor: pointer;
    border: .0625rem solid var(--light_gray);
    z-index: 1;
}

#alert.request_alert .request_alert_btns{
    text-align: right;
    margin-top: 2rem;
}

#alert.request_alert .checkcircle:before {
    content: '';
    display: inline-flex;
    height: 2rem;
    width: 2rem;
    background-color: var(--border_green);
    mask-repeat: no-repeat;
    line-height: 1;
    position: absolute;
    right: 2rem;
}

#lead_step_2_mobile_footer {
    display: none;
}

@media only screen and (max-width: 767px) {
    #one_time_password_modal{
        z-index: 4;
    }

    /* Hide inline footer inside logged-out step 2 on mobile */
    #lead_step_2 .lead_form_footer_inline {
        display: none !important;
    }

    /* Show fixed sticky footer when step 2 is active */
    #request_information.show #lead_step_2:not(.hide) + #lead_step_2_mobile_footer:not(.hide) {
        display: block;
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 6;
        background: #fff;
        padding: 1rem;
        border-top: 1px solid var(--light_gray);
        box-shadow: 0 -2px 8px rgba(0, 0, 0, 0.08);
    }

    #lead_step_2_mobile_footer .buttons button {
        width: 100%;
    }

    #request_information.show #lead_step_2:not(.hide) .guts .content {
        max-height: calc(100vh - 2rem);
        overflow-y: auto;
    }
}

/* Testimonials */
.profile_testimonials h3{
    margin-bottom: 0.5rem !important;
}

.profile_testimonials p{
    margin-bottom : 1em !important;
}

.profile_testimonials article:last-of-type {
    padding-bottom: 0;
    margin-bottom: 0;
    border: none;
}

#testimonial_modal .modal .guts .content{
    padding: 1rem 0;
}

#testimonial_modal .copy{
    padding: 0;
}

#testimonial_modal .copy h1 {
    margin-bottom: 1rem;
}

#testimonial_modal p{
    margin-bottom: 1em;
}

#testimonial_modal h2:has(+ p) {
    margin: 1em 0 .5em;
}

article{
    margin-bottom: 1rem;
    padding-bottom: 0.5rem;
    border-bottom:.0625rem solid var(--light_gray);
}

article h2{
    font-size: 1.5rem;
    margin-bottom: 0.5rem !important;
}

article h2 a{
    color: var(--dark) !important;
}

article .post-edit-link{
    display: none;
}

@media only screen and (min-width: 481px) {
    #testimonial_modal .copy h1 {
        font-size: 2rem;
    }

    #testimonial_modal .copy h2{
        font-size: 1.25rem;
    }
}

@media only screen and (min-width: 1201px) {
    #testimonial_modal .copy h1 {
        font-size: 1.5rem;
    }

    #testimonial_modal p{
        margin-bottom: 1.5em;
    }
}

@media only screen and (min-width: 1441px) {
    #testimonial_modal .copy h1 {
        font-size: 2rem;
    }
}

/*
 * Request Information — thank-you funnel only
 * Scoped with .request-information--from-thank-you (connect form) and
 * .request-information--submitted (in-place success after multi-franchise connect).
 * Regular #request_information connect flow does not use these rules.
 */
#request_information.request-information--from-thank-you .guts {
    display: flex;
    flex-direction: column;
    max-width: 32rem;
    max-height: min(40rem, calc(100vh - 2rem));
    padding: 1.25rem 1rem 0;
    overflow: hidden;
}

#request_information.request-information--from-thank-you .guts .content {
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    min-height: 0;
    overflow: hidden;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

#request_information.request-information--from-thank-you .guts .content::-webkit-scrollbar {
    display: none;
}

#request_information.request-information--from-thank-you #submission {
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    min-height: 0;
    overflow: hidden;
}

#request_information.request-information--from-thank-you .request-information-thank-you-header {
    flex-shrink: 0;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 0.75rem;
    margin: 0;
    padding: 0 0 1rem;
    border-bottom: 1px solid #e5e7eb;
}

#request_information.request-information--from-thank-you .request-information-thank-you-header #request_information_modal_title {
    flex: 1 1 auto;
    min-width: 0;
    margin: 0;
    padding: 0;
    font-size: 1.25rem;
    line-height: 1.3;
    color: var(--dark);
    border-bottom: none;
}

#request_information.request-information--from-thank-you .request-information-thank-you-header .close_modal {
    position: static;
    top: auto;
    right: auto;
    flex: 0 0 auto;
    margin: 0;
    width: 2rem;
    height: 2rem;
}

#request_information.request-information--from-thank-you .request-information-close-intercept {
    flex-shrink: 0;
    margin: 0 0 0;
    padding: 0.875rem 1rem;
    background: #f0f4ff;
    border-bottom: 1px solid #c5d9f5;
}

#request_information.request-information--from-thank-you .request-information-close-intercept.hide {
    display: none;
}

#request_information.request-information--from-thank-you .request-information-close-intercept__message {
    margin: 0 0 0.75rem;
    font-size: 0.875rem;
    line-height: 1.4;
    font-weight: 600;
    color: var(--dark);
}

#request_information.request-information--from-thank-you .request-information-close-intercept__actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.75rem 1rem;
}

#request_information.request-information--from-thank-you .request-information-close-intercept__stay {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.5rem 1rem;
    border: none;
    border-radius: 0.375rem;
    background: var(--link_blue);
    color: #fff;
    font-size: 0.875rem;
    font-weight: 600;
    line-height: 1.2;
    cursor: pointer;
}

#request_information.request-information--from-thank-you .request-information-close-intercept__stay:hover {
    background: #354fc2;
}

#request_information.request-information--from-thank-you .request-information-close-intercept__close {
    padding: 0;
    border: none;
    background: none;
    color: var(--link_blue);
    font-size: 0.875rem;
    font-weight: 600;
    line-height: 1.2;
    text-decoration: underline;
    cursor: pointer;
}

#request_information.request-information--from-thank-you .request-information-close-intercept__close:hover {
    color: #354fc2;
}

#request_information.request-information--from-thank-you .request-information-thank-you-scroll {
    flex: 1 1 auto;
    min-height: 0;
    overflow-y: auto;
    padding: 1rem 0.25rem 1rem 0;
    -webkit-overflow-scrolling: touch;
}

#request_information.request-information--from-thank-you #request_information_franchise_addon_intro {
    display: none !important;
}

#request_information.request-information--from-thank-you #request_information_franchise_addon {
    margin-top: 0;
    margin-bottom: 0;
}

#request_information.request-information--from-thank-you #request_information_franchise_addon_error {
    margin: 0.5rem 0 0;
}

#request_information.request-information--from-thank-you .request_information_consent_error {
    margin: 0.5rem 0 0;
}

#request_information.request-information--from-thank-you .request_information_franchise_addon_hint {
    margin: 0.75rem 0 0;
    font-size: 0.8125rem;
    line-height: 1.4;
    color: #6b7280;
}

#request_information.request-information--from-thank-you .request_info_franchise_addon_row--thank-you {
    margin-bottom: 0.625rem;
}

#request_information.request-information--from-thank-you .request_info_franchise_addon_row--thank-you:last-child {
    margin-bottom: 0;
}

#request_information.request-information--from-thank-you .request_info_franchise_pick-card--thank-you {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.875rem 1rem;
    background: #fff;
    border: 1px solid #c5d9f5;
    border-radius: 0.5rem;
}

#request_information.request-information--from-thank-you .request_info_franchise_pick-card__check {
    flex: 0 0 auto;
    align-self: center;
}

#request_information.request-information--from-thank-you .request_info_franchise_pick-card__body {
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
    flex: 1 1 auto;
    min-width: 0;
}

#request_information.request-information--from-thank-you .request_info_franchise_pick-card__name {
    font-weight: 700;
    font-size: 0.875rem;
    line-height: 1.3;
    color: #185FA5;
}

#request_information.request-information--from-thank-you .request_info_franchise_pick-card__category {
    font-size: 0.8125rem;
    line-height: 1.35;
    color: #6b7280;
    font-weight: 400;
}

#request_information.request-information--from-thank-you .request_information_thank_you_disclaimer {
    margin: 1rem 0;
    font-size: 0.75rem;
    line-height: 1.45;
    color: #6b7280;
}

#request_information.request-information--from-thank-you .request_information_thank_you_disclaimer a {
    color: var(--link_blue);
}

/* Thank-you multi-connect: do not re-ask phone/ZIP (session/hidden values submit). */
#request_information.request-information--from-thank-you .input_wrapper {
    display: none !important;
}

#request_information.request-information--from-thank-you .checkbox_button {
    margin-bottom: 0;
}

#request_information.request-information--from-thank-you .checkbox_button label span {
    font-size: 0.875rem;
    line-height: 1.4;
    color: var(--dark);
    font-weight: 500;
}

#request_information.request-information--from-thank-you .buttons {
    flex-shrink: 0;
    margin: 0;
    padding: 1rem 0 1.25rem;
    text-align: stretch;
    border-top: 1px solid #e5e7eb;
}

#request_information.request-information--from-thank-you .buttons button {
    width: 100%;
    margin: 0;
}

#request_information.request-information--from-thank-you .buttons button.request-information-submit-btn--disabled,
#request_information.request-information--from-thank-you .buttons button:disabled {
    background: #e5e7eb;
    color: #9ca3af;
    box-shadow: none;
    cursor: not-allowed;
    pointer-events: none;
}

/* Thank-you funnel — in-place success after submit */
#request_information.request-information--submitted.request-information--from-thank-you .request-information-thank-you-scroll.hide,
#request_information.request-information--submitted.request-information--from-thank-you .buttons.hide {
    display: none !important;
}

#request_information.request-information--submitted .request-information-thank-you-header {
    border-bottom: 1px solid #e5e7eb;
}

#request_information.request-information--submitted .request-information-thank-you-success-title {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    flex: 1 1 auto;
    min-width: 0;
    margin: 0;
    padding: 0;
}

#request_information.request-information--submitted .request-information-thank-you-success-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 1.75rem;
    height: 1.75rem;
    border-radius: 999px;
    background: #dcfce7;
    color: #16a34a;
}

#request_information.request-information--submitted .request-information-thank-you-success-icon {
    display: block;
}

#request_information.request-information--submitted .request-information-thank-you-success-heading {
    font-size: 1.25rem;
    line-height: 1.3;
    font-weight: 700;
    color: var(--dark);
}

#request_information.request-information--submitted .request-information-thank-you-success {
    flex: 1 1 auto;
    min-height: 0;
    overflow-y: auto;
    padding: 1rem 0 1.25rem;
    -webkit-overflow-scrolling: touch;
}

#request_information.request-information--submitted .request-information-thank-you-success__timing {
    margin: 0 0 1rem;
    font-size: 0.875rem;
    line-height: 1.45;
    color: #6b7280;
}

#request_information.request-information--submitted .request-information-thank-you-success__list {
    margin: 0 0 1.25rem;
    padding: 0;
    list-style: none;
}

#request_information.request-information--submitted .request-information-thank-you-success__row {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 0.5rem;
    padding: 0.75rem 1rem;
    background: #f0fdf4;
    border: 1px solid #bbf7d0;
    border-radius: 0.5rem;
}

#request_information.request-information--submitted .request-information-thank-you-success__row:last-child {
    margin-bottom: 0;
}

#request_information.request-information--submitted .request-information-thank-you-success__row-check {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 1.5rem;
    height: 1.5rem;
    border-radius: 999px;
    background: #16a34a;
    color: #fff;
}

#request_information.request-information--submitted .request-information-thank-you-success__row-check svg {
    display: block;
    width: 0.875rem;
    height: 0.875rem;
}

#request_information.request-information--submitted .request-information-thank-you-success__row-body {
    display: flex;
    flex-direction: column;
    gap: 0.15rem;
    min-width: 0;
}

#request_information.request-information--submitted .request-information-thank-you-success__row-name {
    font-size: 0.875rem;
    font-weight: 700;
    line-height: 1.3;
    color: #166534;
}

#request_information.request-information--submitted .request-information-thank-you-success__row-category {
    font-size: 0.8125rem;
    line-height: 1.35;
    color: #4b5563;
}

#request_information.request-information--submitted .request-information-thank-you-success__explore-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    box-sizing: border-box;
    padding: 0.75rem 1rem;
    border: none;
    border-radius: 0.375rem;
    background: var(--link_blue);
    color: #fff;
    font-size: 0.875rem;
    font-weight: 600;
    line-height: 1.2;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
}

#request_information.request-information--submitted .request-information-thank-you-success__explore-btn:hover {
    background: #354fc2;
    color: #fff;
}