<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

.clr, .clear {
    clear: both
}

.Main-Heading {
    font-size: 32px;
    font-weight: 700;
    letter-spacing: 0;
    margin: 30px 0;
    margin-top: 20px;
    padding: 10px 0 0;
    color: #d10a10;
    display: block
}

.Normal-Heading {
    font-size: 30px;
    font-weight: 500;
    letter-spacing: 0;
    padding: 10px 0 0;
    color: #d10a10;
    line-height: 34px;
    display: block
}


.Sub-Heading-Red {
    font-size: 24px;
    color: #d10a10;
    font-weight: bold;
    display: inline-block;
    margin: 0 0 8px 0;
}

.Sub-Heading {
    font-size: 24px;
    color: #d10a10;
    font-weight: bold;
    margin: 0 0 20px;
}


.Feature-Heading {
    font-size: 20px;
    margin-bottom: 15px;
    margin-top: 0;
    font-weight: 600;
    color: #d10a10;
    display: inline-block;
    font-family: "HelveticaNeueLTStd-Bd", "Helvetica","Arial",sans-serif;
}

.Paragraph {
    margin: 0;
    padding: 0;
    line-height: 26px;
    font-family: Helvetica-Normal,Helvetica,Arial,sans-serif;
    color: #666;
    letter-spacing: -.01em;
    font-size: 18px
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
    padding-left: 30px
}

.bullet {
    list-style: none
}

    .bullet li:nth-child(odd), ul li:nth-child(odd) span.bullet, ul li:nth-child(odd) font.bullet {
        list-style-type: none;
        border: none;
        padding: 0 0 0 0;
        margin: 0 0 0 1px;
        position: relative;
        z-index:1
    }

        .bullet li:nth-child(odd):before, ul li:nth-child(odd) span.bullet:before, ul li:nth-child(odd) font.bullet:before {
            background: url(../images/bullet-pink_n.png?v=2) no-repeat 0% 5px;
            position: absolute;
            left: -25px;
            top: 0;
            content: '';
            width: 50%;
            height: 100%;
            z-index: -1;
        }

    .bullet li:nth-child(even), ul li:nth-child(even) span.bullet, ul li:nth-child(even) font.bullet {
        list-style-type: none;
        border: none;
        padding: 0 0 0 0;
        margin: 0 0 0 1px;
        position: relative;
        z-index: 1
    }

        .bullet li:nth-child(even):before, ul li:nth-child(even) span.bullet:before, ul li:nth-child(even) font.bullet:before {
            background: url(../images/bullet-blue_n.png?v=2) no-repeat 0% 5px;
            position: absolute;
            left: -25px;
            top: 0;
            content: '';
            width: 50%;
            height: 100%;
            z-index: -1;
        }

.Button-Red {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    background: #d10a10 !important;
    color: #fff !important;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
    transition: all .3s ease-in-out 0s;
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s
}

    .Button-Red:hover {
        border-color: #d10a10;
        color: #d10a10 !important;
        background-color: #fff !important
    }

    .Button-Red a {
        color: #fff;
    }

    .Button-Red:hover a {
        color: #d10a10;
    }

.showmore-button {
    display: inline-block;
    margin-bottom: 0;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid #d10a10;
    padding: 8px 90px;
    font-size: 20px;
    margin-top: 20px;
    font-family: HelveticaNeueLTStd-Bd;
    text-decoration: none;
    font-weight: 600;
    color: #d10a10
}

.showmore-button:hover {
    color: #000;
    text-decoration: none
}

.showmore-button a:hover {
    color: #000;
    text-decoration: none
}

.Color-Red {
    color: #d10a10 !important
}

.Color-Black {
    color: #666666 !important
}

#DivMiddle table {
    width: 100%;
    border-collapse: collapse
}

#DivMiddle table tr td, #DivMiddle table tr th {
    border: 1px solid #ccc;
    padding: 5px
}

.noborder tr td, .noborder tr th {
    border: 0 !important
}

#dform table {
    width: auto;
    border-collapse: collapse
}

#dform table tr td, #dform table tr th {
    border: 0 solid #ccc;
    padding: 5px
}
</pre></body></html>