<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url('https://cdn.jsdelivr.net/npm/uikit@3.23.1/dist/css/uikit.min.css');
@import url('https://fonts.cdnfonts.com/css/segoe-ui-4');

div#contentPage {
    margin: -10px 0 0 0 !important;
}
.uk-link  {
    color: unset !important;
}
.mobile {
    display: none;
}
.img_resp {
    max-width: 100%;
}
#mc-surface {
    max-width: 1360px;
    margin: 0 auto;

    section {
        margin-bottom: 2.5rem;
    }
    h1, h2, h3, p {
        font-family: 'Segoe UI', sans-serif !important;
        font-weight: 400 !important;
        color: #000;
    }
    h1, h2, h3 {
       font-size: 28px;
       line-height: 1.2;
    }
    p {
        font-size: 18px;
        line-height: 1.5;
    }
    .page_info {
        margin-left: auto;
        margin-right: auto;
        text-align: center;
        background: #F2F2F2;
        padding: 15px 0 7px;
    }
    .grid_boxes, .video_with_text {
        display: flex;
    }
    .flex-wrap {
        flex-wrap: wrap;
    }
    .gap_30 {
        gap: 30px;
    }
    .gap_40 {
        gap: 40px;
    }
    .gap_30 .col_2 {
        width: calc(50% - 15px);
    }
    .gap_40 .col_2 {
        width: calc(50% - 20px);
    }
    .gap_30 .col_3 {
        width: calc(33.333% - 20px);
    }
    .gap_40 .col_3 {
        width: calc(33.333% - 26.67px);
    }
    .col_1 {
        width: 100%;
    }  
    .col_2 {
        width: 50%;
    }
    .col_3 {
        width: 33%;
        padding: 0 0.8rem;
    }
    .col_3 img {
        width: 100%;
    }
    .cta_holder {
        text-align: center;
        margin-top: 2rem;
    }
    button {
        border: none;
        background: #000;
        color: #fff;
        width: 120px;
        height: 47px;
        font-size: 14px;
        border-radius: 15px;
        cursor: pointer;
    }
    .video_with_text {
        background: #B9DCD2;
        padding: 1.5rem;
        border-radius: 20px;
        align-items: center;
        position: relative;
    }
    .video_content_left {
        width: 33%;
        padding: 3rem;
    }
    .video_content_right {
        width: 67%;
        text-align: right;
    }
    .fine_print_video {
        position: absolute;
        bottom: 10px;
        width: 33%;
        left: 41px;
        font-size: 14px !important;
    }
    .slider_content {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 28%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 0 4.5rem;
    }
    .slider_content h2 {
        margin: 0;
    }
    .slider-nav {
        width: 600px;
        margin-left: auto;
        margin-right: auto;
        max-width: 100%;
        margin-top: 30px;
    }
    .next-bttn {
        position: relative;
        left: 88%;
    }
    ul.uk-slider-nav.uk-dotnav.uk-flex-center.uk-margin {
        position: relative;
        top: -52px;
        width: 188px;
        margin: auto;
        border: 1px solid #c2c2c2;
        padding: 10px 0;
        border-radius: 100px;
    }
    .uk-icon:not(.uk-preserve) [stroke*="#"]:not(.uk-preserve) {
        stroke: rgb(0 0 0);
        stroke-width: 3;
    }
    .uk-dotnav&gt;.uk-active&gt;* {
        background-color: rgb(0 0 0);
        border-color: transparent;
    }
    .uk-dotnav&gt;*&gt;* {
        border: none;
        background: rgba(102, 102, 102, .4);
    }
    .content_right {
        max-width: 450px;
        margin: auto;
    }
    .content_reverse_row {
        flex-direction: row-reverse;
    }
    .content_reverse_col {
        flex-direction: column-reverse;
    }
    p.bttm_fine_print {
        text-align: left;
        font-size: 14px !important;
        margin-top: 4rem;
    }
    .uk-slider-tab-nav.uk-subnav.uk-subnav-pill {
        background: #111;
        padding: 10px 0;
        border-radius: 0;
        display: flex;
        justify-content: center;
        gap: 0;
        max-width: 1360px;
        margin: 0 auto;
    }
    .uk-slider-tab-nav.uk-subnav.uk-subnav-pill li {
        margin: 0;
    }
    .uk-slider-tab-nav.uk-subnav.uk-subnav-pill li a {
        color: #bbb !important;
        background: transparent !important;
        border-radius: 0;
        padding: 5px 15px;
        font-size: 16px;
        font-weight: 500;
        text-transform: capitalize;
    }
    .uk-slider-tab-nav.uk-subnav.uk-subnav-pill li.uk-active a,
    .uk-slider-tab-nav.uk-subnav.uk-subnav-pill li a:hover {
        color: #fff !important;
        background: #111 !important;
    }
    .button-holder {
        position: absolute;
        top: 6rem;
        left: 0;
        width: 100%;
    }
    a.left-bttn {
        position: absolute;
        left: 3.5%;
    }
    a.right-bttn {
        position: absolute;
        right: 4%;
    }
    .uk-invisible {
        visibility: visible !important;
    }
    .button-holder-inner {
        position: relative;
        height: auto;
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .box_with_border {
        border: 10px solid transparent;
        background-origin: border-box;
        background-clip: content-box, border-box;
    }
    .box_color_1 {
         background-image: linear-gradient(#fff, #fff), linear-gradient(to bottom, #D4E3FA, #F4DDCB);     
    }
    .box_color_2 {
        background-image: linear-gradient(white, white), linear-gradient(to left, #4F5F7D, #FFFFFF, #3E356A);
    }
    .side_box_padding {
        padding: 0 5rem 2.5rem;
    }
    .color_box_title {
        text-align: center;
        margin-bottom: 2rem;
        margin-top: 2rem;
        max-width: 600px;
        margin-left: auto;
        margin-right: auto;
    }
    .fine_print {
        font-size: 14px !important;
    }
}

@media screen and (max-width:800px) {
    #mc-surface {
        .grid_boxes, .video_with_text {
            flex-wrap: wrap;
        }
        .col_3, .col_2 {
            width: 100%;
        }
        .content_right {
            max-width: 100%;
            padding: 0 0.8rem;
            width: 100%;
        }
        .video_content_left {
            max-width: 100%;
            padding: 20px 0 0 0;
            width: 100%;
        }
        .video_content_right {
            width: 100%;
            text-align: center;
        }
        .video_with_text {
            flex-direction: column-reverse;
        }
        .fine_print_video {
            position: relative;
            bottom: 0;
            width: 100%;
            left: 0;
            margin-top: 54px;
        }
    }
}
@media screen and (max-width: 468px) {
   .desktop {
        display: none !important;
   }
   .mobile {
        display: block !important;
   }
   #mc-surface {
        .side_box_padding {
            padding: 0 0 2.5rem;
        }
        .button-holder {
         position: static !important;
        }
        .button-holder button {
            margin-top: 4rem;
        }
        .gap_40 .col_2 {
            width: 100%;
        }
        .grid_boxes p, .grid_boxes h2 {
            padding: 0 1.5rem;
        }
        .page_info {
            margin-top: 1.5rem;
            margin-bottom: 1.5rem;
        }
        .slider_content {
            position: relative;
            top: 0;
            left: 0;
            height: auto;
            width: 400px;
            margin: auto;
            display: block;
            padding: 20px 0 0 0;
        }
        .slider-nav {
            width: 283px;
            margin-left: auto;
            margin-right: auto;
            max-width: 100%;
            margin-top: 40px;
        }
        .next-bttn {
            position: relative;
            left: 75%;
        }
        .video_with_text, .slider {
            margin-left: 0.8rem;
            margin-right: 0.8rem;
        }
        .video_with_text {
            margin-top: 4rem !important;
        }
        .content_right {
            max-width: 100%;
            padding: 0;
            width: 400px;
        }
        .cta_holder {
            margin-top: 2rem !important;
        }
        p.bttm_fine_print {
            margin-top: 2rem;
            padding: 0 0.8rem;
        }
        .page_info {
            padding: 1.5rem;
        }
        .header_banner {
            margin: 0 !important;
        }
        h1, h2, h3 {
            font-size: 29px;
        }
    }
}</pre></body></html>