<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
.main-header-placeholder {
    padding-top: 53px;
}

.main-header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1001;
    background: #FFFFFF;
    width:  100%;
    transition: top 0.2s ease-in-out;
}

.main-header__container {
    max-width: 1365px;
    height: 53px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 9px 15px;
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 50%);
}

.header-left .header-logo {
    flex: 2 1 auto;
    justify-content: center;
}

.header-logo img {
    display: flex;
    width: auto;
    height: 100%;
}

.header-left {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
    justify-content: space-between;
    width: 100%;
    height: 100%;
}

.header-left &gt; div {
    display: flex;
    flex: 1;
    justify-content: flex-end;
    height: 100%;
}

.header-right {
    display: none;
    flex-direction: row;
    align-items: center;
    gap: 10px;
    color: var(--smp-primary-color);
    height: 100%;
}

.smp-btn.phone-button {
    background: var(--smp-primary-color);
    color: #ffffff;
    padding: 12px 24px;
    border: 1px solid var(--smp-primary-color);
}

.smp-btn.phone-button i {
    transform: rotate(90deg);
}

.main-header .familycenter {
    display: flex;
    align-items: center;
    gap: 5px;
    padding: 4px 8px;
    color: var(--smp-primary-color);
    text-decoration: underline;
}

.main-header .familycenter:hover {
    color: var(--smp-primary-color-hover);
}

.header-left &gt; .header-menu {
    justify-content: flex-start;
    align-items: center;
    min-width: 82.5px;
}

.smp-btn {
    display: flex;
    width: 100%;
    gap: 5px;
    font-size: 15px;
    justify-content: center;
    vertical-align: middle;
    align-items: center;
    border-radius: 3px;
    text-align: center;
    transition: all 0.25s ease;
    white-space: nowrap;
}

.smp-btn.quote-button {
    background:  #ffffff;
    text-transform: uppercase;
    color: var(--smp-primary-color);
    padding: 12px 24px;
    border: 1px solid var(--smp-primary-color);
}

@media (max-width: 390px) {
    .mobile-footer &gt; div {
        width: 50%;
        max-width: 200px;
    }

    .mobile-footer { justify-content: space-evenly; }
}



.mobile-footer {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 1001;
    background: #FFFFFF;
    width:  100%;
    display: flex;
    align-items: center;
    padding: 16px;
    justify-content: center;
    gap: 10px;
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 50%);
}

.sub-header {
    display: flex;
    background: var(--smp-primary-color);
    color: #ffffff;
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 50%);
    overflow: auto;
    height: 100vh;
    max-height: 100vh;
    transition: max-height 0.3s ease-in-out;
}
.sub-header:not(.show-mobile) {
    max-height: 0;
}


.sub-header__container {
    max-width: 1375px;
    margin: 0 auto;
    width: 100%;
}

.sub-header .menu {
    display: flex;
    padding: 12px 20px;
    margin: 0;
    gap: 25px;
    flex-direction: column;
    padding-bottom: 90px;
}

.sub-header .sub-menu{
    display: flex;
    background: var(--smp-primary-color);
    flex-direction: column;
    min-width: 100%;
    padding: 12px;
    max-height: 100vh;
    transition: all 0.3s ease-in-out;
    overflow: hidden;
}

.sub-header .sub-menu .menu-item {
    padding: 4px 0;
    white-space: nowrap;
}

.sub-header .sub-menu .menu-item a {
    padding: 8px 0;
    width: 100%;
}

.sub-header .sub-menu:not(.show-mobile) {
    max-height: 0;
    padding: 0px 12px;
}



.sub-header a {
    display: flex;
    height: 100%;
    align-items: center;
    text-align: center;
    padding: 5px 0;
    color: #ffffff;
    text-transform: uppercase;
}

.sub-header .menu-item {
    display: flex;
    gap: 5px;
    flex-direction: column;
    position: relative;
}

.sub-header .menu-item-has-children &gt; a:after {
    content: "";
    padding: 6px;
    border-radius: 3px;
    transform: rotate(225deg);
    background: linear-gradient(to bottom right, #ffffff 50%, transparent 0);
    position: relative;
    top: -3px;
    left: 5px;
}

.sub-header .current-menu-item &gt; a {
    text-decoration: underline;
}

#menu-toggle {
    background: none;
    border: none;
    color: var(--smp-primary-color);
}

/*.show-mobile {*/
/*    display: flex !important;*/
/*}*/

.nav-down-main-header {
    top: -53px;
}

.smp-banner {
    color: #ffffff;
    display: flex;
    flex-direction: column;
    padding: 10px 20px;
    gap: 10px;
}


.smp-banner__actions {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.smp-banner__actions &gt; div {
    max-width: 315px;
    width: 100%
}

.smp-banner__title {
    font-size: 24px;
    font-weight: 500;
    text-align: center;
    margin: 0;
}

.smp-banner__description {
    font-size: 16px;
    text-align: center;
    font-weight: 300;
}

.smp-banner__description strong, .smp-banner__description b {
    font-weight: 500;
}

body:has(.mobile-footer) {
    padding-bottom: 80px;
}
@media screen and (min-width: 992px) {
    body:has(.mobile-footer) {
        padding-bottom: 0;
    }
    .smp-header-container {
        background: white;
        z-index: 1001;
    }
    .mobile-footer {
        display: none;
    }

    .header-right {
        display: flex;
    }

    .header-left {
        justify-content: flex-start;
        width: auto;
    }

    .header-left .header-menu {
        display: none;
    }

    .header-left &gt; div {
        flex: none;
        justify-content:initial;
    }

    .main-header__container {
        height: 81px;
        padding: 12px 20px;
        position: sticky;
        top: 0;
        background: #ffffff;
        box-shadow: none;
    }

    .sub-header {
        display: block;
        position: fixed;
        top: 81px;
        z-index: -1;
        width: 100%;
        left: 0;
        transition: top 0.2s ease-in-out;
        overflow: unset;
        height: unset;
    }

    .sub-header .menu {
        gap: 50px;
        height: 62px;
        flex-direction: row;
        padding-bottom: 12px;
    }

    .sub-header .sub-menu{
        position: absolute;
        top: 38px;
        z-index: 1002;
        max-width: 500px;

    }

    .sub-header .sub-menu:hover ,.sub-header .menu-item:hover .sub-menu {
        transform: scaleY(1);
        max-height: inherit;
        padding: 12px;
    }

    .sub-header a:hover, .sub-header .current-menu-item &gt; a {
        text-decoration: underline;
    }

    .smp-btn.quote-button:hover {
        color:  #ffffff;
        background:  var(--smp-secondary-color-hover);
    }

    .smp-btn.phone-button:hover {
        background: var(--smp-primary-color-hover);
    }

    .nav-down-main-header {
        top: 0;
    }

    .nav-down-sub-header {
        top: calc(81px - 62px) ;
    }

    .main-header-placeholder {
        padding-top: 143px;
    }

    .smp-banner {
        padding: 56px 23px;
        gap: 24px;
    }

    .smp-banner__title {
        font-size: 39px;;
    }

    .smp-banner__description {
        font-size: 20px;
    }

    .smp-banner__actions {
        flex-direction: row;
        gap: 24px;
    }

    .sub-header:not(.show-mobile) {
        max-height: unset;
    }

    .sub-header .sub-menu{
        display: flex;
        transform: scaleY(0);
        transform-origin: top;
        transition: transform 0.3s ease-in-out;
    }
}</pre></body></html>