/* /Components/Layout/AppFooter.razor.rz.scp.css */
.site-footer[b-4yhq1zuvel] {
    width: 100%;
    margin: 0;
    background-color: #272d32;
    color: #ffffff;
}

/*
    Main footer area
*/

.footer-main[b-4yhq1zuvel] {
    background-image: linear-gradient( rgb(35 40 45 / 25%), rgb(35 40 45 / 40%) ), url('/images/site/footer/banner3.jpg');
    background-size: cover;
    background-position: center;
}
.footer-main-container[b-4yhq1zuvel] {
    padding-top: 78px;
    padding-bottom: 82px;
    padding-left: 2rem;
    padding-right: 2rem;
}

.footer-grid[b-4yhq1zuvel] {
    display: grid;
    grid-template-columns: minmax(180px, 0.8fr) minmax(220px, 0.9fr) minmax(320px, 1.6fr);
    align-items: start;
    gap: 64px;
    max-width: 1120px;
    margin-inline: auto;
}

.footer-column[b-4yhq1zuvel] {
    min-width: 0;
}

.footer-heading[b-4yhq1zuvel] {
    margin: 0 0 1.6rem;
    color: #ffffff;
    font-family: "Raleway", Arial, sans-serif;
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1.2;
}

.footer-address[b-4yhq1zuvel] {
    margin: 0;
    color: rgb(255 255 255 / 88%);
    font-family: Arial, sans-serif;
    font-size: 1rem;
    font-style: normal;
    line-height: 1.8;
}

.footer-directions[b-4yhq1zuvel] {
    display: inline-block;
    margin-top: 1rem;
    color: white;
    font-weight: 600;
    text-decoration: none;
}

    .footer-directions:hover[b-4yhq1zuvel] {
        text-decoration: underline;
    }

/*
    Contact information
*/

.contact-list[b-4yhq1zuvel] {
    margin: 0;
}

.contact-item[b-4yhq1zuvel] {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 0.45rem;
    margin-bottom: 0.85rem;
    color: rgb(255 255 255 / 82%);
    font-family: Arial, sans-serif;
    font-size: 1rem;
    line-height: 1.6;
}

    .contact-item:last-child[b-4yhq1zuvel] {
        margin-bottom: 0;
    }

    .contact-item dt[b-4yhq1zuvel] {
        font-weight: 600;
    }

    .contact-item dd[b-4yhq1zuvel] {
        min-width: 0;
        margin: 0;
    }

    .contact-item a[b-4yhq1zuvel] {
        color: rgb(255 255 255 / 88%);
        overflow-wrap: anywhere;
        text-decoration: none;
    }

        .contact-item a:hover[b-4yhq1zuvel] {
            color: #ffffff;
            text-decoration: underline;
            text-underline-offset: 3px;
        }

/*
    Contact form
*/

.footer-form-heading[b-4yhq1zuvel] {
    margin-bottom: 1.35rem;
}

.footer-contact-form[b-4yhq1zuvel] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.15rem 1.25rem;
}

.form-field[b-4yhq1zuvel] {
    display: flex;
    min-width: 0;
    flex-direction: column;
    gap: 0.45rem;
}

    .form-field:nth-of-type(3)[b-4yhq1zuvel],
    .form-field:nth-of-type(4)[b-4yhq1zuvel] {
        grid-column: 1 / -1;
    }

    .form-field label[b-4yhq1zuvel] {
        color: rgb(255 255 255 / 90%);
        font-family: Arial, sans-serif;
        font-size: 0.88rem;
        font-weight: 500;
    }

        .form-field label span[b-4yhq1zuvel] {
            color: #ffffff;
        }

    .form-field input[b-4yhq1zuvel],
    .form-field textarea[b-4yhq1zuvel] {
        width: 100%;
        min-width: 0;
        border: 1px solid rgb(255 255 255 / 28%);
        border-radius: 0;
        background-color: #ffffff;
        color: #23282d;
        font-family: Arial, sans-serif;
        font-size: 1rem;
    }

    .form-field input[b-4yhq1zuvel] {
        min-height: 44px;
        padding: 0.65rem 0.75rem;
    }

    .form-field textarea[b-4yhq1zuvel] {
        min-height: 125px;
        padding: 0.75rem;
        line-height: 1.5;
        resize: vertical;
    }

        .form-field input:hover[b-4yhq1zuvel],
        .form-field textarea:hover[b-4yhq1zuvel] {
            border-color: rgb(255 255 255 / 55%);
        }

        .form-field input:focus[b-4yhq1zuvel],
        .form-field textarea:focus[b-4yhq1zuvel] {
            border-color: #ffffff;
            outline: 2px solid rgb(255 255 255 / 45%);
            outline-offset: 2px;
        }

.footer-submit[b-4yhq1zuvel] {
    grid-column: 1 / -1;
    justify-self: start;
    min-width: 118px;
    min-height: 44px;
    padding: 0.7rem 1.6rem;
    border: 1px solid #ffffff;
    border-radius: 0;
    background-color: transparent;
    color: #ffffff;
    cursor: pointer;
    font-family: Arial, sans-serif;
    font-size: 0.9rem;
    font-weight: 600;
    letter-spacing: 0.045em;
    text-transform: uppercase;
    transition: background-color 160ms ease, color 160ms ease;
}

    .footer-submit:hover[b-4yhq1zuvel] {
        background-color: #ffffff;
        color: #272d32;
    }

    .footer-submit:focus-visible[b-4yhq1zuvel] {
        outline: 2px solid #ffffff;
        outline-offset: 4px;
    }

/*
    Legal section
*/

.footer-legal[b-4yhq1zuvel] {
    width: 100%;
    background-color: #20252a;
}

.footer-legal-container[b-4yhq1zuvel] {
    padding-top: 36px;
    padding-bottom: 34px;
    padding-left: 2rem;
    padding-right: 2rem;
}

.footer-disclosure[b-4yhq1zuvel],
.footer-policy[b-4yhq1zuvel],
.footer-copyright[b-4yhq1zuvel] {
    max-width: 1080px;
    margin-right: auto;
    margin-left: auto;
    color: rgb(255 255 255 / 68%);
    font-family: Arial, sans-serif;
    font-size: 0.78rem;
    line-height: 1.65;
    text-align: center;
}

.footer-disclosure[b-4yhq1zuvel] {
    margin-top: 0;
    margin-bottom: 0.75rem;
}

.footer-policy[b-4yhq1zuvel] {
    margin-top: 0;
    margin-bottom: 1.3rem;
}

.footer-copyright[b-4yhq1zuvel] {
    margin-top: 0;
    margin-bottom: 0;
}

.footer-legal a[b-4yhq1zuvel] {
    color: rgb(255 255 255 / 88%);
    font-weight: 600;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
}

    .footer-legal a:hover[b-4yhq1zuvel] {
        color: #ffffff;
    }

    /*
    Shared keyboard focus
*/

    .contact-item a:focus-visible[b-4yhq1zuvel],
    .footer-legal a:focus-visible[b-4yhq1zuvel] {
        outline: 2px solid #ffffff;
        outline-offset: 4px;
    }

/*
    Tablet
*/

@media (max-width: 960px) {
    .footer-main-container[b-4yhq1zuvel] {
        padding-top: 68px;
        padding-bottom: 72px;
        padding-left: 2.5rem;
        padding-right: 2.5rem;
    }

    .footer-grid[b-4yhq1zuvel] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 52px 44px;
    }

    .footer-form-column[b-4yhq1zuvel] {
        grid-column: 1 / -1;
    }

    .footer-contact-form[b-4yhq1zuvel] {
        max-width: 760px;
    }

    .footer-legal-container[b-4yhq1zuvel] {
        padding-left: 2.5rem;
        padding-right: 2.5rem;
    }
}

/*
    Mobile
*/

@media (max-width: 640px) {
    .footer-main-container[b-4yhq1zuvel] {
        padding-top: 58px;
        padding-bottom: 64px;
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }

    .footer-grid[b-4yhq1zuvel] {
        grid-template-columns: 1fr;
        gap: 46px;
    }

    .footer-form-column[b-4yhq1zuvel] {
        grid-column: auto;
    }

    .footer-heading[b-4yhq1zuvel] {
        margin-bottom: 1.25rem;
        font-size: 1.4rem;
    }

    .footer-contact-form[b-4yhq1zuvel] {
        grid-template-columns: 1fr;
    }

    .form-field:nth-of-type(3)[b-4yhq1zuvel],
    .form-field:nth-of-type(4)[b-4yhq1zuvel] {
        grid-column: auto;
    }

    .footer-submit[b-4yhq1zuvel] {
        grid-column: auto;
        width: 100%;
    }

    .footer-legal-container[b-4yhq1zuvel] {
        padding-top: 32px;
        padding-bottom: 32px;
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }
}

/*
    Narrow phones
*/

@media (max-width: 380px) {
    .footer-main-container[b-4yhq1zuvel],
    .footer-legal-container[b-4yhq1zuvel] {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .contact-item[b-4yhq1zuvel] {
        grid-template-columns: 1fr;
        gap: 0.1rem;
    }
}


.footer-map[b-4yhq1zuvel] {
    margin-bottom: 1.5rem;
    overflow: hidden;
    border-radius: 8px;
    box-shadow: 0 10px 28px rgb(0 0 0 / 25%);
}

    .footer-map iframe[b-4yhq1zuvel] {
        width: 100%;
        height: 320px;
        border: 0;
        display: block;
    }
/* /Components/Layout/AppHeader.razor.rz.scp.css */
.site-header[b-5514tt8b1h] {
    position: sticky;
    top: 0;
    z-index: 1200;
    display: block;
    width: 100%;
    background-color: #ffffff;
    color: #253746;
    border-bottom: 1px solid rgb(0 0 0 / 10%);
    box-shadow: 0 2px 10px rgb(0 0 0 / 7%);
}

/*
    Utility row
*/

.header-utility[b-5514tt8b1h] {
    width: 100%;
    background-color: #1d2329;
    color: #ffffff;
}

.header-utility-container[b-5514tt8b1h] {
    min-height: 42px;
    padding-left: 2rem;
    padding-right: 2rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
}

.utility-contact[b-5514tt8b1h],
.utility-actions[b-5514tt8b1h] {
    display: flex;
    align-items: center;
    gap: 1.5rem;
}

.utility-link[b-5514tt8b1h],
.utility-client-login[b-5514tt8b1h] {
    color: #ffffff;
    text-decoration: none;
}

.utility-link[b-5514tt8b1h] {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    font-size: 0.85rem;
    line-height: 1;
}

.utility-client-login[b-5514tt8b1h] {
    font-size: 0.85rem;
    font-weight: 600;
    letter-spacing: 0.025em;
}

    .utility-link:hover[b-5514tt8b1h],
    .utility-client-login:hover[b-5514tt8b1h] {
        text-decoration: underline;
        text-underline-offset: 3px;
    }

/*
    Main navigation row
*/

.header-main[b-5514tt8b1h] {
    width: 100%;
    background-color: #ffffff;
}

.header-main-container[b-5514tt8b1h] {
    min-height: 88px;
    padding-left: 2rem;
    padding-right: 2rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
}

/*
    Brand
*/

.header-brand[b-5514tt8b1h] {
    min-width: 0;
    flex: 0 1 auto;
    display: flex;
    flex-direction: column;
    color: #253746;
    line-height: 1.05;
    text-decoration: none;
}

.brand-primary[b-5514tt8b1h] {
    display: block;
    font-family: "Raleway", Arial, sans-serif;
    font-size: clamp(1.45rem, 2vw, 2rem);
    font-weight: 500;
    letter-spacing: 0.015em;
    white-space: nowrap;
}

.brand-secondary[b-5514tt8b1h] {
    display: block;
    margin-top: 0.4rem;
    color: #68747d;
    font-family: Arial, sans-serif;
    font-size: 0.72rem;
    font-weight: 600;
    letter-spacing: 0.13em;
    text-transform: uppercase;
    white-space: nowrap;
}

/*
    Desktop navigation
*/

.desktop-navigation[b-5514tt8b1h] {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 0.1rem;
}

    .desktop-navigation[b-5514tt8b1h]  .mud-button-root {
        min-width: auto;
        padding: 0.65rem 0.7rem;
        color: #253746;
        font-family: Arial, sans-serif;
        font-size: 0.86rem;
        font-weight: 500;
        letter-spacing: 0.01em;
        text-transform: none;
        white-space: nowrap;
    }

        .desktop-navigation[b-5514tt8b1h]  .mud-button-root:hover {
            background-color: rgb(37 55 70 / 7%);
        }

/*
    Mobile navigation
*/

.mobile-navigation[b-5514tt8b1h] {
    display: none;
    flex: 0 0 auto;
    align-items: center;
    justify-content: flex-end;
}

    .mobile-navigation[b-5514tt8b1h]  .mud-menu {
        display: flex;
        align-items: center;
    }

    .mobile-navigation[b-5514tt8b1h]  .mud-icon-button {
        width: 48px;
        height: 48px;
        padding: 8px;
        color: #253746;
    }

    .mobile-navigation[b-5514tt8b1h]  .mud-icon-root {
        font-size: 2rem;
    }

.mobile-access-control[b-5514tt8b1h] {
    min-width: 220px;
    padding: 0.6rem 1rem;
}

    .mobile-access-control[b-5514tt8b1h]  .mud-button-root {
        width: 100%;
        justify-content: flex-start;
        color: #253746;
        text-transform: none;
    }

/*
    Keyboard accessibility
*/

.header-brand:focus-visible[b-5514tt8b1h],
.utility-link:focus-visible[b-5514tt8b1h],
.utility-client-login:focus-visible[b-5514tt8b1h] {
    outline: 2px solid currentColor;
    outline-offset: 4px;
}

/*
    Smaller desktop
*/

@media (max-width: 1100px) {
    .header-main-container[b-5514tt8b1h] {
        gap: 1rem;
    }

    .desktop-navigation[b-5514tt8b1h]  .mud-button-root {
        padding-left: 0.45rem;
        padding-right: 0.45rem;
        font-size: 0.79rem;
    }

    .brand-primary[b-5514tt8b1h] {
        font-size: 1.45rem;
    }

    .brand-secondary[b-5514tt8b1h] {
        font-size: 0.63rem;
    }
}

/*
    Tablet and mobile
*/

@media (max-width: 900px) {
    .header-utility[b-5514tt8b1h] {
        display: none;
    }

    .header-main-container[b-5514tt8b1h] {
        width: 100%;
        min-height: 76px;
        padding: 0.65rem 0.75rem 0.65rem 1rem;
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 0.75rem;
    }

    .desktop-navigation[b-5514tt8b1h] {
        display: none;
    }

    .mobile-navigation[b-5514tt8b1h] {
        display: flex;
    }

    .header-brand[b-5514tt8b1h] {
        min-width: 0;
        flex: 1 1 auto;
        overflow: hidden;
    }

    .brand-primary[b-5514tt8b1h] {
        overflow: hidden;
        font-size: 1.3rem;
        line-height: 1.15;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .brand-secondary[b-5514tt8b1h] {
        max-width: 100%;
        margin-top: 0.3rem;
        overflow: hidden;
        font-size: 0.56rem;
        letter-spacing: 0.08em;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
}

/*
    Small phones
*/

@media (max-width: 480px) {
    .header-main-container[b-5514tt8b1h] {
        min-height: 70px;
        padding: 0.55rem 0.4rem 0.55rem 0.9rem;
        gap: 0.35rem;
    }

    .brand-primary[b-5514tt8b1h] {
        font-size: 1.15rem;
    }

    .brand-secondary[b-5514tt8b1h] {
        font-size: 0.5rem;
        letter-spacing: 0.055em;
    }

    .mobile-navigation[b-5514tt8b1h]  .mud-icon-button {
        width: 44px;
        height: 44px;
        padding: 7px;
    }

    .mobile-navigation[b-5514tt8b1h]  .mud-icon-root {
        font-size: 1.85rem;
    }
}

/*
    Very narrow phones
*/

@media (max-width: 340px) {
    .brand-primary[b-5514tt8b1h] {
        font-size: 1.05rem;
    }

    .brand-secondary[b-5514tt8b1h] {
        display: none;
    }
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-32fn6a6jcq] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-32fn6a6jcq] {
    flex: 1;
}

.sidebar[b-32fn6a6jcq] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-32fn6a6jcq] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-32fn6a6jcq]  a, .top-row[b-32fn6a6jcq]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-32fn6a6jcq]  a:hover, .top-row[b-32fn6a6jcq]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-32fn6a6jcq]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-32fn6a6jcq] {
        justify-content: space-between;
    }

    .top-row[b-32fn6a6jcq]  a, .top-row[b-32fn6a6jcq]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-32fn6a6jcq] {
        flex-direction: row;
    }

    .sidebar[b-32fn6a6jcq] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-32fn6a6jcq] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-32fn6a6jcq]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-32fn6a6jcq], article[b-32fn6a6jcq] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-32fn6a6jcq] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-32fn6a6jcq] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-83gfqg5o35],
.components-reconnect-repeated-attempt-visible[b-83gfqg5o35],
.components-reconnect-failed-visible[b-83gfqg5o35],
.components-pause-visible[b-83gfqg5o35],
.components-resume-failed-visible[b-83gfqg5o35],
.components-rejoining-animation[b-83gfqg5o35] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-83gfqg5o35],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-83gfqg5o35],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-83gfqg5o35],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-83gfqg5o35],
#components-reconnect-modal.components-reconnect-retrying[b-83gfqg5o35],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-83gfqg5o35],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-83gfqg5o35],
#components-reconnect-modal.components-reconnect-failed[b-83gfqg5o35],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-83gfqg5o35] {
    display: block;
}


#components-reconnect-modal[b-83gfqg5o35] {
    background-color: white;
    width: 20rem;
    margin: 20vh auto;
    padding: 2rem;
    border: 0;
    border-radius: 0.5rem;
    box-shadow: 0 3px 6px 2px rgba(0, 0, 0, 0.3);
    opacity: 0;
    transition: display 0.5s allow-discrete, overlay 0.5s allow-discrete;
    animation: components-reconnect-modal-fadeOutOpacity-b-83gfqg5o35 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-83gfqg5o35 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-83gfqg5o35 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-83gfqg5o35]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-83gfqg5o35 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-83gfqg5o35 {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-83gfqg5o35 {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-83gfqg5o35 {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-83gfqg5o35] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-83gfqg5o35] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-83gfqg5o35] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-83gfqg5o35] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-83gfqg5o35] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-83gfqg5o35] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-83gfqg5o35] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-83gfqg5o35 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-83gfqg5o35] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-83gfqg5o35 {
    0% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    4.9% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    5% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 1;
    }

    100% {
        top: 0px;
        left: 0px;
        width: 80px;
        height: 80px;
        opacity: 0;
    }
}
/* /Components/Pages/Home.razor.rz.scp.css */
.home-hero[b-tnryy3kgsm] {
    width: 100%;
    min-height: 200px;
    background-image: url('/images/site/home/mountain-lake.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
}

.home-hero-overlay[b-tnryy3kgsm] {
    min-height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient( rgba(15, 35, 60, 0.52), rgba(15, 35, 60, 0.38) );
}

.home-hero-container[b-tnryy3kgsm] {
    width: 100%;
    display: flex;
    justify-content: center;
}

.home-hero-content[b-tnryy3kgsm] {
    width: 100%;
    max-width: 950px;
    padding: 80px 32px;
    text-align: center;
}

.home-hero-title[b-tnryy3kgsm] {
    margin: 0 0 24px;
    color: #ffffff;
    font-size: clamp(2.75rem, 6vw, 4.5rem);
    font-weight: 600;
    line-height: 1.1;
    text-shadow: 0 3px 12px rgba(0, 0, 0, 0.6);
}

.home-hero-description[b-tnryy3kgsm] {
    max-width: 900px;
    margin: 0 auto;
    color: #ffffff;
    font-size: 1.3rem;
    font-weight: 400;
    line-height: 1.75;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.65);
}

@media (max-width: 600px) {
    .home-hero[b-tnryy3kgsm],
    .home-hero-overlay[b-tnryy3kgsm] {
        min-height: 620px;
    }

    .home-hero-content[b-tnryy3kgsm] {
        padding: 56px 22px;
    }

    .home-hero-title[b-tnryy3kgsm] {
        font-size: 2.4rem;
    }

    .home-hero-description[b-tnryy3kgsm] {
        font-size: 1rem;
        line-height: 1.6;
    }
}
/* /Components/Shared/HomeCarousel.razor.rz.scp.css */
.home-carousel[b-72eoelzij0] {
    --carousel-duration: 7s;
    position: relative;
    width: 100%;
    height: 700px;
    overflow: hidden;
    background-color: #182b3c;
    outline: none;
    touch-action: pan-y;
}

.carousel-slides[b-72eoelzij0] {
    position: relative;
    width: 100%;
    height: 100%;
}

/*
    Slides
*/

.carousel-slide[b-72eoelzij0] {
    position: absolute;
    inset: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    transition: opacity 900ms ease-in-out, visibility 900ms ease-in-out;
}

.carousel-slide-active[b-72eoelzij0] {
    z-index: 1;
    opacity: 1;
    visibility: visible;
}

/*
    Image layer and Ken Burns effect

    The image is a separate layer so it can zoom without
    enlarging the text or controls.
*/

.carousel-image[b-72eoelzij0] {
    position: absolute;
    inset: -2%;
    width: 104%;
    height: 104%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    transform: scale(1);
    transform-origin: center center;
    will-change: transform;
}

.carousel-slide-active .carousel-image[b-72eoelzij0] {
    animation: carousel-ken-burns-b-72eoelzij0 var(--carousel-duration) linear forwards;
}

.carousel-paused .carousel-slide-active .carousel-image[b-72eoelzij0] {
    animation-play-state: paused;
}

@keyframes carousel-ken-burns-b-72eoelzij0 {
    from {
        transform: scale(1);
    }

    to {
        transform: scale(1.075);
    }
}

/*
    Overlay
*/

.carousel-overlay[b-72eoelzij0] {
    position: absolute;
    inset: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient( rgba(15, 35, 60, 0.52), rgba(15, 35, 60, 0.38) );
}

.carousel-content-container[b-72eoelzij0] {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    padding-inline: 110px;
    box-sizing: border-box;
}

.carousel-content[b-72eoelzij0] {
    width: 100%;
    max-width: 950px;
    margin: 0 auto;
    padding-block: 80px;
    text-align: center;
    box-sizing: border-box;
}

/*
    Slide-in text

    The title enters first, followed by the description.
*/

.carousel-title[b-72eoelzij0],
.carousel-description[b-72eoelzij0] {
    opacity: 0;
    will-change: transform, opacity;
}

.carousel-title[b-72eoelzij0] {
    margin: 0 0 24px;
    color: #ffffff;
    font-family: "Raleway", Arial, sans-serif;
    /*
        Approximately 32px on smaller screens,
        growing fluidly to 48px on wide screens.
    */
    font-size: clamp(2rem, 3.2vw, 3rem);
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: normal;
    transform: translateY(36px);
    text-shadow: 0 3px 12px rgba(0, 0, 0, 0.65);
}

.carousel-description[b-72eoelzij0] {
    max-width: 900px;
    margin: 0 auto;
    color: #ffffff;
    font-family: "Raleway", Arial, sans-serif;
    /*
        Approximately 16px on phones,
        growing fluidly to 22px.
    */
    font-size: clamp(1rem, 1.5vw, 1.375rem);
    font-weight: 400;
    line-height: 1.75;
    transform: translateY(28px);
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.7);
}

.carousel-slide-active .carousel-title[b-72eoelzij0] {
    animation: carousel-title-enter-b-72eoelzij0 750ms cubic-bezier(0.22, 1, 0.36, 1) 180ms forwards;
}

.carousel-slide-active .carousel-description[b-72eoelzij0] {
    animation: carousel-description-enter-b-72eoelzij0 750ms cubic-bezier(0.22, 1, 0.36, 1) 360ms forwards;
}

.carousel-paused .carousel-slide-active .carousel-title[b-72eoelzij0],
.carousel-paused .carousel-slide-active .carousel-description[b-72eoelzij0] {
    animation-play-state: paused;
}

@keyframes carousel-title-enter-b-72eoelzij0 {
    from {
        opacity: 0;
        transform: translateY(36px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes carousel-description-enter-b-72eoelzij0 {
    from {
        opacity: 0;
        transform: translateY(28px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/*
    Arrow buttons
*/

.carousel-arrow[b-72eoelzij0] {
    position: absolute;
    top: 50%;
    z-index: 10;
    width: 76px;
    height: 120px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0;
    border-radius: 0;
    background: transparent;
    cursor: pointer;
    opacity: 0.66;
    transform: translateY(-50%);
    transition: opacity 180ms ease, transform 180ms ease;
}

    .carousel-arrow:hover[b-72eoelzij0] {
        opacity: 1;
    }

    .carousel-arrow:active[b-72eoelzij0] {
        transform: translateY(-50%) scale(0.92);
    }

    .carousel-arrow:focus-visible[b-72eoelzij0] {
        opacity: 1;
        outline: 2px solid #ffffff;
        outline-offset: -6px;
    }

.carousel-arrow-previous[b-72eoelzij0] {
    left: 12px;
}

.carousel-arrow-next[b-72eoelzij0] {
    right: 12px;
}

/*
    Filled white triangles
*/

.carousel-triangle[b-72eoelzij0] {
    display: block;
    width: 0;
    height: 0;
    filter: drop-shadow(0 3px 5px rgba(0, 0, 0, 0.72));
    transition: transform 180ms ease;
}

.carousel-triangle-left[b-72eoelzij0] {
    border-top: 22px solid transparent;
    border-bottom: 22px solid transparent;
    border-right: 32px solid #ffffff;
}

.carousel-triangle-right[b-72eoelzij0] {
    border-top: 22px solid transparent;
    border-bottom: 22px solid transparent;
    border-left: 32px solid #ffffff;
}

.carousel-arrow:hover .carousel-triangle[b-72eoelzij0] {
    transform: scale(1.12);
}

/*
    Bottom navigation
*/

.carousel-navigation[b-72eoelzij0] {
    position: absolute;
    left: 50%;
    bottom: 24px;
    z-index: 10;
    width: min(320px, calc(100% - 120px));
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 13px;
    transform: translateX(-50%);
}

.carousel-indicators[b-72eoelzij0] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
}

.carousel-indicator[b-72eoelzij0] {
    width: 11px;
    height: 11px;
    padding: 0;
    border: 2px solid #ffffff;
    border-radius: 50%;
    background-color: transparent;
    cursor: pointer;
    opacity: 0.72;
    transition: background-color 180ms ease, transform 180ms ease, opacity 180ms ease;
}

    .carousel-indicator:hover[b-72eoelzij0] {
        transform: scale(1.25);
        opacity: 1;
    }

.carousel-indicator-active[b-72eoelzij0] {
    background-color: #ffffff;
    opacity: 1;
}

.carousel-indicator:focus-visible[b-72eoelzij0] {
    outline: 2px solid #ffffff;
    outline-offset: 4px;
}

/*
    Seven-second progress indicator
*/

.carousel-progress[b-72eoelzij0] {
    width: 100%;
    height: 3px;
    overflow: hidden;
    background-color: rgba(255, 255, 255, 0.32);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.35);
}

.carousel-progress-fill[b-72eoelzij0] {
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    transform: scaleX(0);
    transform-origin: left center;
    animation: carousel-progress-b-72eoelzij0 var(--carousel-duration) linear forwards;
}

.carousel-paused .carousel-progress-fill[b-72eoelzij0] {
    animation-play-state: paused;
}

@keyframes carousel-progress-b-72eoelzij0 {
    from {
        transform: scaleX(0);
    }

    to {
        transform: scaleX(1);
    }
}

/*
    Tablet
*/

@media (max-width: 960px) {
    .home-carousel[b-72eoelzij0] {
        height: 620px;
    }

    .carousel-content-container[b-72eoelzij0] {
        padding-inline: 90px;
    }

    .carousel-content[b-72eoelzij0] {
        max-width: 760px;
        padding-block: 64px;
    }

    .carousel-arrow[b-72eoelzij0] {
        width: 62px;
    }

    .carousel-triangle-left[b-72eoelzij0] {
        border-top-width: 19px;
        border-bottom-width: 19px;
        border-right-width: 28px;
    }

    .carousel-triangle-right[b-72eoelzij0] {
        border-top-width: 19px;
        border-bottom-width: 19px;
        border-left-width: 28px;
    }
}

/*
    Phone
*/

@media (max-width: 600px) {
    .home-carousel[b-72eoelzij0] {
        height: 580px;
    }

    .carousel-overlay[b-72eoelzij0] {
        align-items: flex-end;
        background: linear-gradient( 0deg, rgba(8, 24, 38, 0.94) 0%, rgba(8, 24, 38, 0.68) 60%, rgba(8, 24, 38, 0.16) 100% );
    }

    .carousel-content-container[b-72eoelzij0] {
        padding-inline: 58px;
    }

    .carousel-content[b-72eoelzij0] {
        padding-block: 56px 108px;
    }

    .carousel-title[b-72eoelzij0] {
        margin-bottom: 18px;
        font-size: clamp(1.8rem, 8vw, 2.25rem);
        line-height: 1.15;
    }

    .carousel-description[b-72eoelzij0] {
        font-size: clamp(0.95rem, 4vw, 1.05rem);
        line-height: 1.6;
    }

    .carousel-arrow[b-72eoelzij0] {
        width: 46px;
        height: 90px;
    }

    .carousel-arrow-previous[b-72eoelzij0] {
        left: 0;
    }

    .carousel-arrow-next[b-72eoelzij0] {
        right: 0;
    }

    .carousel-triangle-left[b-72eoelzij0] {
        border-top-width: 15px;
        border-bottom-width: 15px;
        border-right-width: 22px;
    }

    .carousel-triangle-right[b-72eoelzij0] {
        border-top-width: 15px;
        border-bottom-width: 15px;
        border-left-width: 22px;
    }

    .carousel-navigation[b-72eoelzij0] {
        bottom: 22px;
        width: min(240px, calc(100% - 116px));
    }
}

/*
    Reduced motion

    The component continues to work, but animated movement,
    zooming, and progress motion are removed.
*/

@media (prefers-reduced-motion: reduce) {
    .carousel-slide[b-72eoelzij0],
    .carousel-title[b-72eoelzij0],
    .carousel-description[b-72eoelzij0],
    .carousel-arrow[b-72eoelzij0],
    .carousel-triangle[b-72eoelzij0],
    .carousel-indicator[b-72eoelzij0],
    .carousel-progress-fill[b-72eoelzij0] {
        animation: none;
        transition: none;
    }

    .carousel-slide-active .carousel-title[b-72eoelzij0],
    .carousel-slide-active .carousel-description[b-72eoelzij0] {
        opacity: 1;
        transform: none;
    }

    .carousel-slide-active .carousel-image[b-72eoelzij0] {
        animation: none;
        transform: scale(1);
    }

    .carousel-progress-fill[b-72eoelzij0] {
        transform: scaleX(1);
    }
}

/*

Main tuning values

The image zoom strength is here:

to {
    transform: scale(1.075);
}

For a more subtle zoom:

transform: scale(1.04);

For a more noticeable zoom:

transform: scale(1.1);

The title and description delays are here:

180ms
360ms

The progress animation and C# timer both use seven seconds:

--carousel-duration: 7s;
TimeSpan.FromSeconds(7);

Those values should remain synchronized.

*/
/* /Components/Shared/HomeCollaboration.razor.rz.scp.css */
.home-collaboration[b-xog4hxsty2] {
    background-color: #f3f4f5;
}

.home-collaboration-container[b-xog4hxsty2] {
    padding-top: 120px;
    padding-bottom: 130px;
    padding-left: 2rem;
    padding-right: 2rem;
}

.home-collaboration-title[b-xog4hxsty2] {
    max-width: 1050px;
    margin: 0 auto 68px;
    color: #24384a;
    font-family: "Raleway", Arial, sans-serif;
    font-size: clamp(2.3rem, 4vw, 3.8rem);
    font-weight: 400;
    line-height: 1.15;
    text-align: center;
}

.home-collaboration-grid[b-xog4hxsty2] {
    display: grid;
    grid-template-columns: minmax(280px, 0.85fr) minmax(0, 1.65fr);
    align-items: start;
    gap: 72px;
    max-width: 1080px;
    margin-inline: auto;
}

/*
    Advisor card
*/

.advisor-card[b-xog4hxsty2] {
    background-color: #ffffff;
    box-shadow: 0 12px 32px rgb(0 0 0 / 8%);
}

.advisor-image-link[b-xog4hxsty2] {
    display: block;
    overflow: hidden;
}

.advisor-image[b-xog4hxsty2] {
    display: block;
    width: 100%;
    aspect-ratio: 4 / 5;
    object-fit: cover;
    object-position: center top;
    transition: transform 500ms ease;
}

.advisor-card:hover .advisor-image[b-xog4hxsty2] {
    transform: scale(1.025);
}

.advisor-content[b-xog4hxsty2] {
    padding: 30px 32px 34px;
}

.advisor-name[b-xog4hxsty2] {
    margin: 0;
    font-family: "Raleway", Arial, sans-serif;
    font-size: clamp(1.45rem, 2vw, 1.8rem);
    font-weight: 500;
    line-height: 1.3;
}

    .advisor-name a[b-xog4hxsty2] {
        color: #24384a;
        text-decoration: none;
    }

        .advisor-name a:hover[b-xog4hxsty2] {
            color: #355f7c;
        }

.advisor-credentials[b-xog4hxsty2] {
    display: block;
    margin-top: 5px;
    font-family: Arial, sans-serif;
    font-size: 0.75em;
    font-weight: 500;
}

.advisor-role[b-xog4hxsty2] {
    margin: 12px 0 22px;
    color: #68747d;
    font-size: 1rem;
    font-weight: 600;
    letter-spacing: 0.025em;
    text-transform: uppercase;
}

.advisor-summary[b-xog4hxsty2] {
    margin: 0;
    color: #46515a;
    font-size: 1rem;
    line-height: 1.7;
}

.advisor-profile-link[b-xog4hxsty2] {
    display: inline-block;
    margin-top: 24px;
    color: #355f7c;
    font-weight: 600;
    text-decoration: none;
    border-bottom: 1px solid currentColor;
}

    .advisor-profile-link:hover[b-xog4hxsty2] {
        color: #1f4058;
    }

/*
    Main section text
*/

.collaboration-content[b-xog4hxsty2] {
    padding-top: 10px;
    color: #3f4850;
    font-family: Arial, sans-serif;
    font-size: clamp(1.05rem, 1.25vw, 1.18rem);
    line-height: 1.85;
}

    .collaboration-content p[b-xog4hxsty2] {
        margin: 0 0 2rem;
    }

        .collaboration-content p:last-child[b-xog4hxsty2] {
            margin-bottom: 0;
        }

    .collaboration-content a[b-xog4hxsty2] {
        color: #355f7c;
        font-weight: 600;
        text-decoration-thickness: 1px;
        text-underline-offset: 3px;
    }

        .collaboration-content a:hover[b-xog4hxsty2] {
            color: #1f4058;
        }

        .advisor-name a:focus-visible[b-xog4hxsty2],
        .advisor-profile-link:focus-visible[b-xog4hxsty2],
        .collaboration-content a:focus-visible[b-xog4hxsty2] {
            outline: 2px solid #355f7c;
            outline-offset: 5px;
        }

/*
    Tablet
*/

@media (max-width: 960px) {
    .home-collaboration-container[b-xog4hxsty2] {
        padding-top: 100px;
        padding-bottom: 110px;
        padding-left: 2.5rem;
        padding-right: 2.5rem;
    }

    .home-collaboration-title[b-xog4hxsty2] {
        margin-bottom: 56px;
    }

    .home-collaboration-grid[b-xog4hxsty2] {
        grid-template-columns: minmax(240px, 0.9fr) minmax(0, 1.4fr);
        gap: 48px;
    }

    .advisor-content[b-xog4hxsty2] {
        padding: 26px;
    }
}

/*
    Mobile
*/

@media (max-width: 700px) {
    .home-collaboration-container[b-xog4hxsty2] {
        padding-top: 82px;
        padding-bottom: 92px;
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }

    .home-collaboration-title[b-xog4hxsty2] {
        margin-bottom: 46px;
        text-align: left;
    }

    .home-collaboration-grid[b-xog4hxsty2] {
        grid-template-columns: 1fr;
        gap: 48px;
    }

    .advisor-card[b-xog4hxsty2] {
        width: min(100%, 430px);
        margin-inline: auto;
    }

    .collaboration-content[b-xog4hxsty2] {
        padding-top: 0;
        line-height: 1.75;
    }
}

@media (prefers-reduced-motion: reduce) {
    .advisor-image[b-xog4hxsty2] {
        transition: none;
    }

    .advisor-card:hover .advisor-image[b-xog4hxsty2] {
        transform: none;
    }
}
/* /Components/Shared/HomeFiduciary.razor.rz.scp.css */
.home-fiduciary[b-us5fg0jfyu] {
    background-color: #1d2329;
    color: #ffffff;
}

.home-fiduciary-container[b-us5fg0jfyu] {
    padding-top: 125px;
    padding-bottom: 125px;
    padding-left: 2rem;
    padding-right: 2rem;
}

.home-fiduciary-content[b-us5fg0jfyu] {
    max-width: 900px;
    margin-inline: auto;
    color: #ffffff;
    font-family: Arial, sans-serif;
    font-size: clamp(1.05rem, 1.3vw, 1.2rem);
    font-weight: 400;
    line-height: 1.9;
    text-align: center;
}

    .home-fiduciary-content p[b-us5fg0jfyu] {
        margin: 0 0 2.25rem;
    }

        .home-fiduciary-content p:last-child[b-us5fg0jfyu] {
            margin-bottom: 0;
        }

.home-fiduciary-emphasis[b-us5fg0jfyu] {
    font-size: 1.12em;
    font-weight: 500;
}

.home-fiduciary-content a[b-us5fg0jfyu] {
    color: #ffffff;
    font-weight: 600;
    text-decoration-color: rgb(255 255 255 / 65%);
    text-decoration-thickness: 1px;
    text-underline-offset: 4px;
}

    .home-fiduciary-content a:hover[b-us5fg0jfyu] {
        text-decoration-color: #ffffff;
    }

    .home-fiduciary-content a:focus-visible[b-us5fg0jfyu] {
        outline: 2px solid #ffffff;
        outline-offset: 5px;
    }

@media (max-width: 960px) {
    .home-fiduciary-container[b-us5fg0jfyu] {
        padding-top: 105px;
        padding-bottom: 105px;
        padding-left: 2.5rem;
        padding-right: 2.5rem;
    }

    .home-fiduciary-content[b-us5fg0jfyu] {
        max-width: 820px;
        line-height: 1.85;
    }
}

@media (max-width: 600px) {
    .home-fiduciary-container[b-us5fg0jfyu] {
        padding-top: 85px;
        padding-bottom: 85px;
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }

    .home-fiduciary-content[b-us5fg0jfyu] {
        max-width: none;
        font-size: 1rem;
        line-height: 1.75;
    }

        .home-fiduciary-content p[b-us5fg0jfyu] {
            margin-bottom: 1.75rem;
        }

    .home-fiduciary-emphasis[b-us5fg0jfyu] {
        font-size: 1.08em;
    }
}
/* /Components/Shared/HomePageBlogs.razor.rz.scp.css */
.home-blogs[b-xx11pikh9s] {
    width: 100%;
    background-color: #f5f5f3;
}

.home-blogs-container[b-xx11pikh9s] {
    padding-top: 110px;
    padding-bottom: 110px;
    padding-left: 2rem;
    padding-right: 2rem;
}

.home-blogs-header[b-xx11pikh9s] {
    margin-bottom: 3rem;
    text-align: center;
}

    .home-blogs-header h2[b-xx11pikh9s] {
        margin: 0;
        color: #242a2f;
        font-family: "Raleway", Arial, sans-serif;
        font-size: clamp(2rem, 3.4vw, 3rem);
        font-weight: 400;
        line-height: 1.15;
    }

.blog-grid[b-xx11pikh9s] {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    align-items: stretch;
    gap: 2rem;
}

.blog-card[b-xx11pikh9s] {
    display: flex;
    min-width: 0;
    flex-direction: column;
    overflow: hidden;
    background-color: #ffffff;
    border: 1px solid rgb(36 42 47 / 10%);
    border-radius: 4px;
    box-shadow: 0 8px 24px rgb(0 0 0 / 7%);
    transition: transform 180ms ease, box-shadow 180ms ease;
}

    .blog-card:hover[b-xx11pikh9s] {
        transform: translateY(-4px);
        box-shadow: 0 14px 34px rgb(0 0 0 / 11%);
    }

.blog-image-link[b-xx11pikh9s] {
    display: block;
    overflow: hidden;
    background-color: #e6e6e4;
}

.blog-image[b-xx11pikh9s] {
    display: block;
    width: 100%;
    height: 235px;
    object-fit: cover;
    transition: transform 300ms ease;
}

.blog-card:hover .blog-image[b-xx11pikh9s] {
    transform: scale(1.025);
}

.blog-card-content[b-xx11pikh9s] {
    display: flex;
    flex: 1;
    flex-direction: column;
    padding: 1.7rem 1.65rem 1.8rem;
}

.blog-title[b-xx11pikh9s] {
    margin: 0 0 0.8rem;
    font-family: "Raleway", Arial, sans-serif;
    font-size: 1.25rem;
    font-weight: 500;
    line-height: 1.38;
}

    .blog-title a[b-xx11pikh9s] {
        color: #252c31;
        text-decoration: none;
    }

        .blog-title a:hover[b-xx11pikh9s] {
            color: #505d64;
        }

.blog-meta[b-xx11pikh9s] {
    margin: 0 0 1.25rem;
    color: #757b7f;
    font-family: Arial, sans-serif;
    font-size: 0.82rem;
    line-height: 1.5;
}

    .blog-meta span[b-xx11pikh9s] {
        margin-inline: 0.4rem;
        color: #a1a5a8;
    }

.blog-excerpt[b-xx11pikh9s] {
    color: #565e63;
    font-family: Arial, sans-serif;
    font-size: 0.96rem;
    line-height: 1.72;
}

    .blog-excerpt p[b-xx11pikh9s] {
        margin-top: 0;
        margin-bottom: 0.9rem;
    }

        .blog-excerpt p:last-child[b-xx11pikh9s] {
            margin-bottom: 0;
        }

.blog-read-more[b-xx11pikh9s] {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    align-self: flex-start;
    margin-top: auto;
    padding-top: 1.5rem;
    color: #30383d;
    font-family: Arial, sans-serif;
    font-size: 0.88rem;
    font-weight: 700;
    letter-spacing: 0.035em;
    text-decoration: none;
    text-transform: uppercase;
}

    .blog-read-more span[b-xx11pikh9s] {
        transition: transform 160ms ease;
    }

    .blog-read-more:hover span[b-xx11pikh9s] {
        transform: translateX(4px);
    }

    .blog-title a:focus-visible[b-xx11pikh9s],
    .blog-image-link:focus-visible[b-xx11pikh9s],
    .blog-read-more:focus-visible[b-xx11pikh9s],
    .all-blogs-link:focus-visible[b-xx11pikh9s] {
        outline: 2px solid #30383d;
        outline-offset: 4px;
    }

.blogs-footer[b-xx11pikh9s] {
    margin-top: 3rem;
    text-align: center;
}

.all-blogs-link[b-xx11pikh9s] {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    padding: 0.85rem 1.4rem;
    border: 1px solid #343d42;
    color: #343d42;
    font-family: Arial, sans-serif;
    font-size: 0.9rem;
    font-weight: 700;
    letter-spacing: 0.035em;
    text-decoration: none;
    text-transform: uppercase;
    transition: background-color 160ms ease, color 160ms ease;
}

    .all-blogs-link:hover[b-xx11pikh9s] {
        background-color: #343d42;
        color: #ffffff;
    }

/*
    Tablet
*/

@media (max-width: 960px) {
    .home-blogs-container[b-xx11pikh9s] {
        padding-top: 95px;
        padding-bottom: 100px;
        padding-left: 2.5rem;
        padding-right: 2.5rem;
    }

    .blog-grid[b-xx11pikh9s] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .blog-card:last-child[b-xx11pikh9s] {
        grid-column: 1 / -1;
        width: min(100%, 520px);
        justify-self: center;
    }
}

/*
    Mobile
*/

@media (max-width: 640px) {
    .home-blogs-container[b-xx11pikh9s] {
        padding-top: 78px;
        padding-bottom: 84px;
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }

    .home-blogs-header[b-xx11pikh9s] {
        margin-bottom: 2.25rem;
    }

    .blog-grid[b-xx11pikh9s] {
        grid-template-columns: 1fr;
        gap: 1.6rem;
    }

    .blog-card:last-child[b-xx11pikh9s] {
        grid-column: auto;
        width: 100%;
    }

    .blog-image[b-xx11pikh9s] {
        height: 220px;
    }

    .blog-card-content[b-xx11pikh9s] {
        padding: 1.5rem 1.35rem 1.55rem;
    }

    .blog-title[b-xx11pikh9s] {
        font-size: 1.17rem;
    }

    .blogs-footer[b-xx11pikh9s] {
        margin-top: 2.25rem;
    }

    .all-blogs-link[b-xx11pikh9s] {
        width: 100%;
        justify-content: center;
        text-align: center;
    }
}

/*
    Narrow phones
*/

@media (max-width: 380px) {
    .home-blogs-container[b-xx11pikh9s] {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .blog-image[b-xx11pikh9s] {
        height: 195px;
    }
}
/* /Components/Shared/HomeProcess.razor.rz.scp.css */
.home-process[b-by7ffno45u] {
    background-color: #ffffff;
}

.home-process-container[b-by7ffno45u] {
    padding-top: 120px;
    padding-bottom: 130px;
    padding-left: 2rem;
    padding-right: 2rem;
}

.home-process-title[b-by7ffno45u] {
    max-width: 1050px;
    margin: 0 auto 68px;
    color: #24384a;
    font-family: "Raleway", Arial, sans-serif;
    font-size: clamp(2.3rem, 4vw, 3.8rem);
    font-weight: 400;
    line-height: 1.15;
    text-align: center;
}

.home-process-grid[b-by7ffno45u] {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    align-items: start;
    gap: 52px;
}

.process-item[b-by7ffno45u] {
    min-width: 0;
}

.process-image-wrapper[b-by7ffno45u] {
    width: 100%;
    aspect-ratio: 4 / 3;
    margin-bottom: 32px;
    overflow: hidden;
    background-color: #edf0f2;
}

.process-image[b-by7ffno45u] {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: transform 500ms ease;
}

.process-item:hover .process-image[b-by7ffno45u] {
    transform: scale(1.035);
}

.process-content[b-by7ffno45u] {
    color: #3f4850;
    font-family: Arial, sans-serif;
    font-size: clamp(1rem, 1.05vw, 1.075rem);
    line-height: 1.75;
}

.process-item-title[b-by7ffno45u] {
    min-height: 4.1em;
    margin: 0 0 24px;
    color: #24384a;
    font-family: "Raleway", Arial, sans-serif;
    font-size: clamp(1.4rem, 1.8vw, 1.8rem);
    font-weight: 500;
    line-height: 1.35;
}

.process-content p[b-by7ffno45u] {
    margin: 0 0 1.4rem;
}

    .process-content p:last-of-type[b-by7ffno45u] {
        margin-bottom: 0;
    }

.process-link[b-by7ffno45u] {
    display: inline-block;
    margin-top: 22px;
    color: #355f7c;
    font-weight: 600;
    line-height: 1.4;
    text-decoration: none;
    border-bottom: 1px solid currentColor;
    transition: color 180ms ease, border-color 180ms ease;
}

    .process-link:hover[b-by7ffno45u] {
        color: #1f4058;
    }

    .process-link:focus-visible[b-by7ffno45u] {
        outline: 2px solid #355f7c;
        outline-offset: 5px;
    }

/*
    Tablet: two columns, with the final item centered.
*/

@media (max-width: 960px) {
    .home-process-container[b-by7ffno45u] {
        padding-top: 100px;
        padding-bottom: 110px;
        padding-left: 2.5rem;
        padding-right: 2.5rem;
    }

    .home-process-title[b-by7ffno45u] {
        margin-bottom: 56px;
    }

    .home-process-grid[b-by7ffno45u] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 64px 42px;
    }

    .process-item:last-child[b-by7ffno45u] {
        grid-column: 1 / -1;
        width: min(100%, 520px);
        justify-self: center;
    }

    .process-item-title[b-by7ffno45u] {
        min-height: 0;
    }
}

/*
    Phone: one column.
*/

@media (max-width: 600px) {
    .home-process-container[b-by7ffno45u] {
        padding-top: 82px;
        padding-bottom: 92px;
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }

    .home-process-title[b-by7ffno45u] {
        margin-bottom: 46px;
        text-align: left;
    }

    .home-process-grid[b-by7ffno45u] {
        grid-template-columns: 1fr;
        gap: 64px;
    }

    .process-item:last-child[b-by7ffno45u] {
        grid-column: auto;
        width: 100%;
    }

    .process-image-wrapper[b-by7ffno45u] {
        margin-bottom: 26px;
    }

    .process-item-title[b-by7ffno45u] {
        margin-bottom: 20px;
    }

    .process-content[b-by7ffno45u] {
        line-height: 1.7;
    }
}

@media (prefers-reduced-motion: reduce) {
    .process-image[b-by7ffno45u] {
        transition: none;
    }

    .process-item:hover .process-image[b-by7ffno45u] {
        transform: none;
    }
}
/* /Components/Shared/HomeStory.razor.rz.scp.css */
.home-story[b-w52neqyias] {
    background-color: #ffffff;
}

.home-story-container[b-w52neqyias] {
    padding-top: 110px;
    padding-bottom: 120px;
    /* Added */
    padding-left: 2rem;
    padding-right: 2rem;
}

.home-story-content[b-w52neqyias] {
    max-width: 1050px;
    margin-inline: auto;
}

.home-story-title[b-w52neqyias] {
    margin: 0 0 48px;
    color: #24384a;
    font-family: "Raleway", Arial, sans-serif;
    font-size: clamp(2.4rem, 4vw, 4rem);
    font-weight: 400;
    line-height: 1.12;
    text-align: center;
}

.home-story-body[b-w52neqyias] {
    max-width: 940px;
    margin-inline: auto;
    color: #3f4850;
    font-family: Arial, sans-serif;
    font-size: clamp(1rem, 1.2vw, 1.125rem);
    line-height: 1.8;
}

    .home-story-body p[b-w52neqyias] {
        margin-bottom: 1.8rem;
    }

       .home-story-body p:last-child[b-w52neqyias] {
            margin-bottom: 0;
        }

@media (max-width: 960px) {
    .home-story-container[b-w52neqyias] {
        padding-top: 90px;
        padding-bottom: 95px;
        padding-left: 2.5rem;
        padding-right: 2.5rem;
    }

    .home-story-title[b-w52neqyias] {
        margin-bottom: 34px;
    }
}

@media (max-width: 600px) {
    .home-story-container[b-w52neqyias] {
        padding-top: 70px;
        padding-bottom: 80px;
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }

    .home-story-title[b-w52neqyias] {
        margin-bottom: 32px;
        text-align: left;
    }

    .home-story-body[b-w52neqyias] {
        line-height: 1.7;
    }

        .home-story-body p[b-w52neqyias] {
            margin-bottom: 1.4rem;
        }
}
