<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.cstm-stage {
    width: 100%;
    margin: 0px auto;
    box-sizing: border-box;
    display: block;
    padding: 0px 0px 32px;
    max-width: 1496px !important;
}

.cstm-placeholder-xxxx {
    border: 1px solid #eee;
    background-color: #fff;
    text-align: center;
    padding: 20px;
}

.cstm-callout {
    padding: 32px 24px;
    justify-content: center;
    gap: 16px;
    align-self: stretch;
    border-radius: 4px;
    background: #E5E6E9;
}

.cstm-callout-tight {
    padding: 24px;
    gap: 12px;
    align-self: stretch;
    border-radius: 4px;
    border: 1px solid #CCC;
    background: #FFF;
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.24);
}

.cstm-heading-center {
    color: #2D2D2D;
    text-align: center;
    font-family: "BarlowMedium";
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px; /* 140% */
}

.cstm-btn, .cstm-btn:hover, .cstm-btn:active {
    padding: 6px 24px;
    justify-content: center;
    align-items: center;
    gap: 4px;
    border-radius: 4px;
    background: #2A79C4;
    color: #fff;
}

.cstm-btn:hover {
    padding: 6px 24px;
    justify-content: center;
    align-items: center;
    gap: 4px;
    border-radius: 4px;
    background: #0463bd;
    color: #fff;
}

.cstm-grow {
    flex-grow: 1;
}

.cstm-card-old {
    min-height: 166px;
    padding: 24px 24px;
    gap: 16px;
    border-radius: 4px;
    border: 1px solid #CCC;
    background: #FFF;
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.24);
}
.cstm-card {
    display: flex;
    /*min-width: 475px;*/
    min-height: 166px;
    padding: 24px 24px;
    flex-direction: column;
    /*align-items: flex-start;*/
    gap: 16px;
    /*flex: 1 0 0;*/
    border-radius: 4px;
    border: 1px solid #CCC;
    background: #FFF;
    width: 100%;
    text-decoration: none;
    /* elevation */
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.24);
}

.cstm-card:hover {
    min-height: 166px;
    padding: 24px 24px;
    gap: 16px;
    border-radius: 4px;
    border: 1px solid #CCC;
    background: #f8f8f8;
    cursor: pointer;
    box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.24);
}

.cstm-card-trans {
    min-height: 166px;
    gap: 16px;
    border-radius: 4px;
    background: #FFF;
}

.cstm-title {
    color: #2D2D2D;
    font-family: "BarlowMedium";
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px; /* 140% */
}

.cstm-text {
    color: #2D2D2D;
    font-family: "BarlowMedium";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px; /* 137.5% */
}

.cstm-hero-text {
    color: #2D2D2D;
    font-family: "BarlowMedium";
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px; /* 140% */
    z-index: 1500;
}

.cstm-anchor {
    color: #2A79C4;
    font-family: "BarlowMedium";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px; /* 137.5% */
    cursor: pointer;
}

    .cstm-anchor:hover {
        color: #2A79C4;
        text-decoration: none;
        cursor: pointer;
    }

.cstm-anchor-lg {
    color: #2A79C4;
    font-family: "BarlowMedium";
    font-style: normal;
    font-weight: 400;
    cursor: pointer;
    font-size: 1.1rem;
    line-height: 1.375rem;
    text-decoration: none;
}

.cstm-anchor-lg:hover {
    color: #2A79C4;
    font-family: "BarlowMedium";
    font-style: normal;
    font-weight: 400;
    cursor: pointer;
    font-size: 1.1rem;
    line-height: 1.375rem;
    text-decoration: none;
}


.cstm-banner {
    display: flex;
    padding: 16px 16px 12px 16px;
    align-items: flex-start;
    gap: 12px;
    flex: 1 0 0;
    align-self: stretch;
    border-radius: 4px;
    /* elevation */
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.24);
}

.cstm-banner svg {
    flex-grow: 1;
}

.cstm-banner svg:first-child {
    min-width: 24px;
    min-height: 24px;
}

.cstm-banner svg:last-child {
    min-width: 16px;
    min-height: 16px;
}

.cstm-banner div, .cstm-banner span {
    flex-grow: 50;
}

.cstm-banner-warning {
    border: 1px solid #FDB81E;
    background: #FEF0C4;
}

.cstm-banner-alert {
    border: 1px solid #dbdbdb;
    background: #fafafa;
}

.cstm-hero {
    display: flex;
    height: 300px;
    padding-left: 40px;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    background: linear-gradient(90deg, #F5F5F5 0%, #FFF 100%);
    /*position: relative;*/
}

.cstm-hero-title {
    color: #2D2D2D;
    /* breakpoint-m-xl/title-4-strong */
    font-family: "BarlowMedium";
    font-size: 48px;
    font-style: normal;
    font-weight: 500;
    line-height: 60px; /* 125% */
    z-index: 1500;
}

.cstm-alt {
    color: #2D2D2D;
    font-family: "BarlowMedium";
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px; /* 133.333% */
}

.cstm-input-xxxx {
    display: flex;
    height: 48px;
    padding: 12px 16px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    align-self: stretch;
    border-radius: 4px;
    border: 1px solid #949494;
    background: #FFF;
}

.cstm-input-xxxx input-xxxx {
    display: flex;
    align-items: flex-start;
    flex: 1 0 0;
    overflow: hidden;
    color: #2D2D2D;
    text-overflow: ellipsis;
    /* body */
    font-family: "BarlowMedium";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px; /* 137.5% */
    border: 0;
    width: 100%;
}

.cstm-input-xxxx input-xxxx:hover, .cstm-input-xxxx input-xxxx:active, .cstm-input-xxxx input-xxxx:focus {
    border: 0;
}

/*.cstm-input {
    line-height: 22px;
    z-index: 1200;
    border: solid 2px #E5E6E9;
    border-radius: 6px;
    -webkit-transition: all ease 0.2s;
    transition: all ease 0.2s;
    padding: 8px;
    display: block;
    width: 100%;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}*/

    .cstm-input:focus  {
        border: 2px solid #2A79C4 !important;
    }

.cstm-menu-item {
    display: flex;
    padding: 6px 0px;
    align-items: center;
    gap: 4px;
}

.cstm-header-container {
    display: flex;
    width: 100%;
}

.cstm-header-col-l, .cstm-header-col-r {
    flex: 1;
    height: 300px;
}

.cstm-header-col-c {
    flex: 100;
    max-width: 1496px !important;
    height: 300px;
}

.cstm-pt {
    cursor: pointer;
}


@media(max-width: 768px) {
    .cstm-hero-title {
        color: #2D2D2D;
        font-family: "BarlowMedium";
        font-size: 20px;
        font-style: normal;
        font-weight: 700;
        line-height: 28px; /* 140% */
    }

    .cstm-hero-text {
        color: #2D2D2D;
        font-family: "BarlowMedium";
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 22px; /* 137.5% */
    }

    .cstm-hero {
        height: 100%;
    }

    .cstm-header-col-l, .cstm-header-col-r {
        height: 100%;
    }

    .cstm-header-col-c {
        height: 100%;
    }
}


@media(max-width: 1100px) {
    .cstm-hero-title {
        font-size: 36px;
        line-height: 45px;
    }

    .cstm-hero-text {
        font-size: 15px;
        line-height: 21px;
    }
}

.cstm-search-results {
    background-color: #fff;
    border-radius: 10px;
    padding: 20px;
    /*display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;*/
    width: 100%;
    /*-webkit-box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.1);*/
}

.cstm-search-typeahead {
    background-color: #fff;
    border-radius: 10px;
    padding: 20px;
    /*display: -webkit-box;
    display: -ms-flexbox;*/
    display: none;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    -webkit-box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.1);
    position: absolute;
    z-index: 1600;
}

.cstm-search-desc {
    color: #2D2D2D;
    font-family: "BarlowMedium";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
}

.cstm-pagination {
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #ccc;
    padding-top: 20px;
    flex: 0 0 100%;
}

.cstm-pagination .right {
    display: flex;
    align-items: center;
}

    .cstm-pagination .number {
        height: 40px;
        width: 40px;
        margin-right: 8px;
        border-radius: 4px;
        text-align: center;
        border: 1px solid #ccc;
    }

    .cstm-pagination .icon {
        display: flex;
        cursor: pointer;
        width: 20px;
        height: 20px;
    }

    .cstm-pagination .options {
        display: flex;
        font-family: 'BarlowMedium';
        margin-left: 8px;
        align-items: center;
    }

    .cstm-pagination .content {
        font-family: 'BarlowBold';
    }

.cstm-pagination .right {
    display: flex;
    align-items: center;
}

.cstm-cover {
    background: rgb(245, 245, 245, 0.7);
    position: absolute;
    z-index: 1590;
    display: none;
}

.cstm-place-ln {
    width: 450px;
    background-color: #D5d6d9;
}

.cstm-place-bx {
    height: 48px;
    width: 48px;
    background-color: #D5d6d9;
}</pre></body></html>